/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.alert{position:relative;margin-bottom:1rem;padding:0.75rem 1.25rem;border:1px solid transparent;border-radius:0.25rem;}.alert-heading{color:inherit;}.alert-link{font-weight:700;}.alert-dismissible{padding-right:4rem;}.alert-dismissible .close{position:absolute;z-index:2;top:0;right:0;padding:0.75rem 1.25rem;color:inherit;}.alert-primary{color:#004085;border-color:#b8daff;background-color:#cce5ff;}.alert-primary hr{border-top-color:#9fcdff;}.alert-primary .alert-link{color:#002752;}.alert-secondary{color:#383d41;border-color:#d6d8db;background-color:#e2e3e5;}.alert-secondary hr{border-top-color:#c8cbcf;}.alert-secondary .alert-link{color:#202326;}.alert-success{color:#155724;border-color:#c3e6cb;background-color:#d4edda;}.alert-success hr{border-top-color:#b1dfbb;}.alert-success .alert-link{color:#0b2e13;}.alert-info{color:#0c5460;border-color:#bee5eb;background-color:#d1ecf1;}.alert-info hr{border-top-color:#abdde5;}.alert-info .alert-link{color:#062c33;}.alert-warning{color:#856404;border-color:#ffeeba;background-color:#fff3cd;}.alert-warning hr{border-top-color:#ffe8a1;}.alert-warning .alert-link{color:#533f03;}.alert-danger{color:#721c24;border-color:#f5c6cb;background-color:#f8d7da;}.alert-danger hr{border-top-color:#f1b0b7;}.alert-danger .alert-link{color:#491217;}.alert-light{color:#818182;border-color:#fdfdfe;background-color:#fefefe;}.alert-light hr{border-top-color:#ececf6;}.alert-light .alert-link{color:#686868;}.alert-dark{color:#1b1e21;border-color:#c6c8ca;background-color:#d6d8d9;}.alert-dark hr{border-top-color:#b9bbbe;}.alert-dark .alert-link{color:#040505;}
.fade{-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}@media (prefers-reduced-motion:reduce){.fade{-webkit-transition:none;transition:none;}}.fade:not(.show){opacity:0;}.collapse:not(.show){display:none;}.collapsing{position:relative;overflow:hidden;height:0;-webkit-transition:height 0.35s ease;transition:height 0.35s ease;}@media (prefers-reduced-motion:reduce){.collapsing{-webkit-transition:none;transition:none;}}.collapsing.width{width:0;height:auto;-webkit-transition:width 0.35s ease;transition:width 0.35s ease;}@media (prefers-reduced-motion:reduce){.collapsing.width{-webkit-transition:none;transition:none;}}.accordion-header{margin-bottom:0.5rem;background-color:#f0f0f0;}.accordion-header .accordion-button{padding:0.375rem 0.75rem;border:1px solid transparent;background-color:transparent;line-height:1.5;}.accordion-header .accordion-button:hover{text-decoration:underline;}.accordion-body{padding:0.5rem 1rem;}
.modal-open{overflow:hidden;}.modal-open .modal{overflow-x:hidden;overflow-y:auto;}.modal{position:fixed;z-index:1050;top:0;left:0;display:none;overflow:hidden;width:100%;height:100%;outline:0;}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none;}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out,-webkit-transform 0.3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px);}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{-webkit-transition:none;transition:none;}}.modal.show .modal-dialog{-webkit-transform:none;transform:none;}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02);}.modal-dialog-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem);}.modal-dialog-scrollable .modal-content{overflow:hidden;max-height:calc(100vh - 1rem);}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{-ms-flex-negative:0;flex-shrink:0;}.modal-dialog-scrollable .modal-body{overflow-y:auto;}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem);}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:"";}.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none;}.modal-dialog-centered.modal-dialog-scrollable::before{content:none;}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;border:1px solid rgba(0,0,0,0.2);border-radius:0.3rem;outline:0;background-color:#fff;background-clip:padding-box;}.modal-backdrop{position:fixed;z-index:1040;top:0;left:0;width:100vw;height:100vh;background-color:#000;}.modal-backdrop.fade{opacity:0;}.modal-backdrop.show{opacity:0.5;}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px);}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem 1rem;}.modal-title{margin-bottom:0;line-height:1.5;}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem;}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px);}.modal-footer > *{margin:0.25rem;}.modal-scrollbar-measure{position:absolute;top:-9999px;overflow:scroll;width:50px;height:50px;}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto;}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem);}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem);}.modal-dialog-centered{min-height:calc(100% - 3.5rem);}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;}.modal-sm{max-width:300px;}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px;}}@media (min-width:1200px){.modal-xl{max-width:1140px;}}
.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;padding-left:0;list-style:none;}.nav-link{display:block;padding:0.5rem 1rem;}.nav-link:hover,.nav-link:focus{text-decoration:none;}.nav-link.disabled{cursor:default;pointer-events:none;color:#6c757d;}.nav-tabs{border-bottom:1px solid #dee2e6;}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;background-color:transparent;}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate;}.nav-tabs .nav-link.disabled{color:#6c757d;border-color:transparent;background-color:transparent;}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;border-color:#dee2e6 #dee2e6 #fff;background-color:#fff;}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0;}.nav-pills .nav-link{border:0;border-radius:0.25rem;background:none;}.nav-pills .nav-link.active,.nav-pills .show > .nav-link{color:#fff;background-color:#007bff;}.nav-fill > .nav-link,.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center;}.nav-justified > .nav-link,.nav-justified .nav-item{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-basis:0;flex-grow:1;text-align:center;}.tab-content > .tab-pane{display:none;}.tab-content > .active{display:block;}
*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box;}html{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;font-family:sans-serif;line-height:1.15;}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block;}body{margin:0;text-align:left;color:#212529;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important;}hr{overflow:visible;-webkit-box-sizing:content-box;box-sizing:content-box;height:0;}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem;}p{margin-top:0;margin-bottom:1rem;}abbr[title],abbr[data-original-title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;}address{margin-bottom:1rem;font-style:normal;line-height:inherit;}ol,ul,dl{margin-top:0;margin-bottom:1rem;}ol ol,ul ul,ol ul,ul ol{margin-bottom:0;}dt{font-weight:700;}dd{margin-bottom:0.5rem;margin-left:0;}blockquote{margin:0 0 1rem;}b,strong{font-weight:bolder;}small{font-size:80%;}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0;}sub{bottom:-0.25em;}sup{top:-0.5em;}a{text-decoration:none;color:#007bff;background-color:transparent;}a:hover{text-decoration:underline;color:#0056b3;}a:not([href]):not([class]){text-decoration:none;color:inherit;}a:not([href]):not([class]):hover{text-decoration:none;color:inherit;}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;}pre{overflow:auto;margin-top:0;margin-bottom:1rem;-ms-overflow-style:scrollbar;}figure{margin:0 0 1rem;}img{vertical-align:middle;border-style:none;}svg{overflow:hidden;vertical-align:middle;}table{border-collapse:collapse;}caption{padding-top:0.75rem;padding-bottom:0.75rem;caption-side:bottom;text-align:left;color:#6c757d;}th{text-align:inherit;text-align:-webkit-match-parent;}label{display:inline-block;margin-bottom:0.5rem;}button{border-radius:0;}button:focus:not(:focus-visible){outline:0;}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}button,input{overflow:visible;}button,select{text-transform:none;}[role=button]{cursor:pointer;}select{word-wrap:normal;}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer;}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none;}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}textarea{overflow:auto;resize:vertical;}fieldset{min-width:0;margin:0;padding:0;border:0;}legend{display:block;width:100%;max-width:100%;margin-bottom:0.5rem;padding:0;white-space:normal;color:inherit;font-size:1.5rem;line-height:inherit;}progress{vertical-align:baseline;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}[type=search]{-webkit-appearance:none;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}output{display:inline-block;}summary{display:list-item;cursor:pointer;}template{display:none;}[hidden]{display:none !important;}.tooltip{position:absolute;z-index:1070;display:block;margin:0;text-align:left;text-align:start;white-space:normal;text-decoration:none;letter-spacing:normal;word-spacing:normal;text-transform:none;word-wrap:break-word;word-break:normal;opacity:0;text-shadow:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.5;line-break:auto;}.tooltip.show{opacity:0.9;}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem;}.tooltip .arrow::before{position:absolute;content:"";border-style:solid;border-color:transparent;}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:0.4rem 0;}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0;}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000;}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 0.4rem;}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:0.4rem;height:0.8rem;}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000;}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:0.4rem 0;}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0;}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000;}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 0.4rem;}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:0.4rem;height:0.8rem;}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000;}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;text-align:center;color:#fff;border-radius:0.25rem;background-color:#000;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 5px 2px;background:transparent url(/core/misc/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.js input.form-autocomplete{background-image:url(/core/misc/throbber-inactive.png);background-repeat:no-repeat;background-position:100% center;}.js[dir="rtl"] input.form-autocomplete{background-position:0% center;}.js input.form-autocomplete.ui-autocomplete-loading{background-image:url(/core/misc/throbber-active.gif);background-position:100% center;}.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading{background-position:0% center;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
table.sticky-header{z-index:500;top:0;margin-top:0;background-color:#fff;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
body.drag{cursor:move;}tr.region-title{font-weight:bold;}tr.region-message{color:#999;}tr.region-populated{display:none;}tr.add-new .tabledrag-changed{display:none;}.draggable a.tabledrag-handle{float:left;overflow:hidden;height:1.7em;margin-left:-1em;cursor:move;text-decoration:none;}[dir="rtl"] .draggable a.tabledrag-handle{float:right;margin-right:-1em;margin-left:0;}a.tabledrag-handle:hover{text-decoration:none;}a.tabledrag-handle .handle{width:14px;height:14px;margin:-0.4em 0.5em 0;padding:0.42em 0.5em;background:url(/core/misc/icons/787878/move.svg) no-repeat 6px 7px;}a.tabledrag-handle:hover .handle,a.tabledrag-handle:focus .handle{background-image:url(/core/misc/icons/000000/move.svg);}.touchevents .draggable td{padding:0 10px;}.touchevents .draggable .menu-item__link{display:inline-block;padding:10px 0;}.touchevents a.tabledrag-handle{width:40px;height:44px;}.touchevents a.tabledrag-handle .handle{height:21px;background-position:40% 19px;}[dir="rtl"] .touch a.tabledrag-handle .handle{background-position:right 40% top 19px;}.touchevents .draggable.drag a.tabledrag-handle .handle{background-position:50% -32px;}.tabledrag-toggle-weight-wrapper{text-align:right;}[dir="rtl"] .tabledrag-toggle-weight-wrapper{text-align:left;}.indentation{float:left;width:20px;height:1.7em;margin:-0.4em 0.2em -0.4em -0.4em;padding:0.42em 0 0.42em 0.6em;}[dir="rtl"] .indentation{float:right;margin:-0.4em -0.4em -0.4em 0.2em;padding:0.42em 0.6em 0.42em 0;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
div.tree-child{background:url(/core/misc/tree.png) no-repeat 11px center;}div.tree-child-last{background:url(/core/misc/tree-bottom.png) no-repeat 11px center;}[dir="rtl"] div.tree-child,[dir="rtl"] div.tree-child-last{background-position:-65px center;}div.tree-child-horizontal{background:url(/core/misc/tree.png) no-repeat -11px center;}
.addtoany{display:inline;}.addtoany_list{display:inline;line-height:16px;}.addtoany_list > a,.addtoany_list a img,.addtoany_list a > span{vertical-align:middle;}.addtoany_list > a{border:0;display:inline-block;font-size:16px;padding:0 4px;}.addtoany_list.a2a_kit_size_32 > a{font-size:32px;}.addtoany_list .a2a_counter img{float:left;}.addtoany_list a span.a2a_img{display:inline-block;height:16px;opacity:1;overflow:hidden;width:16px;}.addtoany_list a span{display:inline-block;float:none;}.addtoany_list.a2a_kit_size_32 a > span{border-radius:4px;height:32px;line-height:32px;opacity:1;width:32px;}.addtoany_list a:hover:hover img,.addtoany_list a:hover span{opacity:.7;}.addtoany_list a.addtoany_share_save img{border:0;width:auto;height:auto;}.addtoany_list a .a2a_count{position:relative;}
.media-oembed-content-wrapper{padding-bottom:56.25%;position:relative;display:block;height:0;overflow:hidden;}iframe.media-oembed-content{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}.responsive-embed{position:relative;height:0;overflow:hidden;max-width:100%;}.responsive-embed iframe,.responsive-embed object,.responsive-embed embed{position:absolute;top:0;left:0;width:100%;height:100%;}.ck .drupal-media .media-oembed-content-wrapper{width:50vw;}figure.drupal-media,figure.drupal-url{padding:1rem;border:2px dotted gray;}
.main-menu__list-item a.access-protected,.menu--main .menu-item a.access-protected{background-color:#fff4f4!important;border:1px dashed #dddddd!important;}
.utexas-layout--twocol .utexas-layout--twocol-wrapper{display:flex;flex-wrap:wrap;margin-left:-3%;}.utexas-layout--twocol .utexas-layout--twocol-wrapper > .layout__region{flex:1 1 100%;margin-left:3%;}.utexas-layout--twocol.utexas-layout-no-padding .utexas-layout--twocol-wrapper,.utexas-layout--twocol.utexas-layout-no-padding .utexas-layout--twocol-wrapper > *{margin-left:0;}@media screen and (min-width:600px){.utexas-layout--twocol.utexas-layout--twocol--50-50 .utexas-layout--twocol-wrapper > .layout__region--first,.utexas-layout--twocol.utexas-layout--twocol--50-50 .utexas-layout--twocol-wrapper > .layout__region--second{flex:1 1 47%;}.utexas-layout--twocol.utexas-layout--twocol--33-67 .utexas-layout--twocol-wrapper > .layout__region--first,.utexas-layout--twocol.utexas-layout--twocol--67-33 .utexas-layout--twocol-wrapper > .layout__region--second{flex:1 1 30.5%;}.utexas-layout--twocol.utexas-layout--twocol--33-67 .utexas-layout--twocol-wrapper > .layout__region--second,.utexas-layout--twocol.utexas-layout--twocol--67-33 .utexas-layout--twocol-wrapper > .layout__region--first{flex:1 1 63.5%;}.utexas-layout--twocol.utexas-layout--twocol--25-75 .utexas-layout--twocol-wrapper > .layout__region--first,.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper > .layout__region--second{flex:1 1 22%;}.utexas-layout--twocol.utexas-layout--twocol--25-75 .utexas-layout--twocol-wrapper > .layout__region--second,.utexas-layout--twocol.utexas-layout--twocol--75-25 .utexas-layout--twocol-wrapper > .layout__region--first{flex:1 1 72%;}}

.background-accent .block{background-color:#fff;border:1px solid #333f48;padding:1.25rem;margin:0;}.background-accent{overflow:hidden;position:relative;}.background-accent .layout__region .block{margin-bottom:1rem;}.layout--utexas-onecol.background-accent > div{padding-top:1rem;}.background-accent.utexas-layout--twocol .layout__region,.background-accent.utexas-layout--threecol .layout__region,.background-accent.utexas-layout--fourcol .layout__region{margin-left:1rem;}.background-accent .utexas-layout--twocol-wrapper,.background-accent .utexas-layout--threecol-wrapper,.background-accent .utexas-layout--fourcol-wrapper{margin-left:-1rem;}.background-accent.utexas-layout-no-padding{padding-left:0;}.background-accent.utexas-layout-no-padding.container-fluid .utexas-layout--twocol-wrapper,.background-accent.utexas-layout-no-padding.container-fluid .utexas-layout--threecol-wrapper,.background-accent.utexas-layout-no-padding.container-fluid .utexas-layout--fourcol-wrapper{margin-left:-1rem;}.background-accent + div{padding-top:2.5rem;}.background-accent + .background-accent{padding-top:0;}.background-accent .layout__region--first,.background-accent .layout__region--second,.background-accent .layout__region--third,.background-accent .layout__region--fourth{padding-top:1rem;}.background-accent .utexas-layout--twocol > .layout__region--first{margin-left:1rem;margin-right:0;}.background-accent .utexas-layout--twocol > .layout__region--second{margin-left:0;margin-right:0;}.background-accent .utexas-layout--onecol > .layout__region--main{margin-left:0.75rem;margin-right:0.75rem;}@media screen and (max-width:600px){.background-accent .layout__region--first,.background-accent .layout__region--second{padding-top:0.5rem;padding-bottom:0.5rem;}.background-accent .utexas-layout--twocol > .layout__region--first,.background-accent .utexas-layout--twocol > .layout__region--second,.background-accent .utexas-layout--onecol > .layout__region--main{margin-left:0.25rem;margin-right:0.25rem;}.background-accent .utexas-layout--twocol > .layout__region--first{padding-bottom:0;}.background-accent .utexas-layout--twocol > .layout__region--second{padding-top:0;}}#layout-builder .configure-section{background:#fff;}#layout-builder .remove-section{margin-left:1rem;}
.ut-hero{position:relative;}.ut-hero .hero-content{height:100%;margin:auto;padding:0 1rem;}.ut-hero .hero-headline{margin-bottom:0;}
.ut-hero.hero--photo-white-notch{background-size:cover;height:300px;}.ut-hero.hero--photo-white-notch.center{background-position:center;}.ut-hero.hero--photo-white-notch.left{background-position:left;}.ut-hero.hero--photo-white-notch.right{background-position:right;}@media screen and (min-width:900px){.ut-hero.hero--photo-white-notch{height:543px;}}.ut-hero.hero--photo-white-notch .hero-content{bottom:0;height:auto;max-width:100%;position:absolute;width:100%;}.ut-hero.hero--photo-white-notch .hero-callout{background-color:#fff;margin:auto;max-width:73.75em;padding:1rem 1.25rem;overflow:auto;}.ut-hero.hero--photo-white-notch .hero-cta{white-space:nowrap;}@media screen and (min-width:900px){.ut-hero.hero--photo-white-notch .hero-callout{align-items:center;display:flex;justify-content:space-between;}.ut-hero.hero--photo-white-notch .hero-callout > div:first-child{margin-right:1rem;}}.ut-hero.hero--photo-white-notch .hero-headline{color:#333f48;}.ut-hero.hero--photo-white-notch .hero-subhead{margin-bottom:.5rem;padding-right:10px;}@media screen and (min-width:900px){.ut-hero.hero--photo-white-notch .hero-subhead{float:left;}}
#google-cse-results-searchbox-form div,#google-cse-results-searchbox-form input{margin:0;display:inline;}#google-cse-results-searchbox-form .form-radios div{display:block;}
input.gsc-input{background:rgb(255,255,255) !important;}img.gcsc-branding-img-noclear{display:none;}.google-cse input[type="search"]{background:unset!important;}
.utexas-centered-headline > .ut-headline{margin:0 15px 10px 15px;color:#2d2a28;font-style:italic;font-size:1.0625rem;line-height:1.4375rem;padding-bottom:10px;font-weight:500;text-align:center;}@media screen and (min-width:900px){.utexas-centered-headline .utexas-quick-links > .ut-headline{margin:0 15px 10px 15px;}}
.utexas-field-border{padding:20px 20px 0;border:1px solid #f0ede6;}.utexas-field-border > .ut-headline{margin:0 0 20px;padding:0 0 15px;line-height:1.625rem;color:#2d2a28;font-weight:600;border-bottom:1px solid #f0ede6;}.utexas-field-border .ut-copy p{margin-bottom:10px;}.utexas-field-border.utexas-field-background .link-list li{font-weight:600;padding:10px 0;}.utexas-field-background{background-color:#fffdfa;}.utexas-field-background > .ut-headline{margin:-20px -20px 20px;color:#373737;background-color:#fef7ed;font-weight:500;padding:15px;}.utexas-field-background .ut-copy p{color:#474541;margin-bottom:10px;}.utexas-field-border .utexas-quick-links{margin-bottom:20px;}.utexas-field-border .utexas-quick-links > .ut-headline{margin:0 0 10px;padding-top:0;}.utexas-field-border .utexas-quick-links ul{list-style-type:none;margin:0;padding:0;}.utexas-field-border .utexas-quick-links ul li:last-child{padding-bottom:0;}.utexas-field-background .utexas-quick-links .link-list a.ut-link{font-weight:600;}.utexas-field-background .ut-flex-content-area-wrapper > .ut-headline{padding:15px;}.utexas-field-border .ut-photo-content-area{margin-bottom:20px;}.utexas-field-border .ut-photo-content-area .content-wrapper h2{padding-top:15px;}.utexas-field-border .ut-promo-list-wrapper .promo-list{margin:0;}.utexas-field-border .utexas-promo-list-container h3.ut-headline--underline{margin:0 0 15px;padding-top:0;}.utexas-field-border .utexas-promo-list-container .content{width:100%;}.utexas-field-border .utexas-promo-list-container .ut-copy > *:last-child{margin-bottom:0;}.utexas-field-background .ut-promo-list-wrapper .promo-list a > .ut-headline{color:#373737;}.utexas-field-border .utexas-promo-unit-container .utexas-promo-unit{margin:0;}.utexas-field-border .utexas-promo-unit-container h3.ut-headline--underline{margin:0 0 15px;padding-top:0;}.utexas-field-background .utexas-promo-unit .data-wrapper .ut-headline{padding-top:15px;}.utexas-field-border .utexas-promo-unit-container .utexas-promo-unit-items{margin-bottom:20px;}.utexas-field-border .utexas-promo-unit .data-wrapper{width:100%;}.utexas-field-border .ut-resources-wrapper h3.ut-headline--underline{margin:0 0 15px;padding-top:0;}.utexas-field-border .utexas-resource{margin-left:0;margin-right:0;}.utexas-field-background .utexas-featured-highlight .ut-headline{background:transparent;}.utexas-field-border .block__ut-social-links--items{padding-left:15px;}.utexas-field-border.ut-newsreel .ut-cta{padding-bottom:20px;}.utexas-field-border .twitter_widget{margin-bottom:20px;padding:1rem;background:#fff;}
.block.utexas-readable{max-width:830px;}
.layout__region .utexas-block-top-margin-remove{margin-top:-2.5rem !important;}.utexas-block-bottom-margin-remove{margin-bottom:0 !important;}.utexas-block-top-margin-increase{margin-top:2.5rem !important;}.utexas-block-bottom-margin-increase{margin-bottom:5rem !important;}.utexas-block-top-margin-remove .contextual button.trigger{margin-top:2.5rem;}.layout-builder__region .layout-builder-block.utexas-block-top-margin-remove{margin-top:0 !important;}.layout-builder__region .layout-builder-block.utexas-block-top-margin-remove ~ div.utexas-block-top-margin-remove{margin-top:-2.5rem !important;}.layout:first-of-type .utexas-block-top-margin-remove:first-of-type{margin-top:-1rem !important;}
.utexas-image-border .image-wrapper img,.utexas-image-border .photo-wrapper img{border:1px solid #cbcbcb;}
.layout-builder-block{padding:1.5em;cursor:move;cursor:grab;cursor:-webkit-grab;outline:1px solid #800080;}.layout-builder__section .ui-sortable-helper{box-shadow:5px 5px 5px #666;-moz-box-shadow:5px 5px 5px #666;-webkit-box-shadow:5px 5px 5px #666;cursor:grabbing;}#edit-moderation-state-wrapper{margin-bottom:30px;}#edit-moderation-state-wrapper .js-form-type-select,#edit-moderation-state-wrapper .js-form-type-item label{font-weight:bold;margin-top:25px;}#edit-moderation-state-wrapper .js-form-type-select label{margin-top:0;}#edit-moderation-state-wrapper select.form-select{display:inline-block;max-width:fit-content;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="074d6a"] + label::after{background-color:#074d6a;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="138791"] + label::after{background-color:#138791;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="f9fafb"] + label::after{background-color:#f9fafb;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="e6ebed"] + label::after{background-color:#e6ebed;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="c4cdd4"] + label::after{background-color:#c4cdd4;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="7d8a92"] + label::after{background-color:#7d8a92;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="5e686e"] + label::after{background-color:#5e686e;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="3e4549"] + label::after{background-color:#3e4549;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="487d39"] + label::after{background-color:#487d39;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="9d4700"] + label::after{background-color:#9d4700;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="ebeced"] + label::after{background-color:#ebeced;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="c2c5c8"] + label::after{background-color:#c2c5c8;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="858c91"] + label::after{background-color:#858c91;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="1f262b"] + label::after{background-color:#1f262b;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="fbfbf9"] + label::after{background-color:#fbfbf9;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="f2f1ed"] + label::after{background-color:#f2f1ed;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="e6e4dc"] + label::after{background-color:#e6e4dc;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="aba89e"] + label::after{background-color:#aba89e;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="807e76"] + label::after{background-color:#807e76;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input[value="56544e"] + label::after{background-color:#56544e;}#drupal-off-canvas .form-item-layout-settings-background-color-wrapper-background-color input + label::after{content:"   ";white-space:pre;}
