/* @license 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;}
.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;}
.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;}
.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;}
.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;}
.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);}
.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;}
.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;}
.tablesaw{width:100%;max-width:100%;empty-cells:show;border-collapse:collapse;border:0;padding:0;}.tablesaw *{box-sizing:border-box;}.tablesaw a.tabledrag-handle .handle{box-sizing:content-box;}.tablesaw-btn{border:1px solid #ccc;border-radius:.25em;background:none;box-shadow:0 1px 0 rgba(255,255,255,1);color:#4a4a4a;cursor:pointer;display:inline-block;margin:0;padding:.5em .85em .4em .85em;position:relative;text-align:center;text-decoration:none;text-transform:capitalize;-webkit-appearance:none;-moz-appearance:none;appearance:none;}a.tablesaw-btn{color:#1c95d4;}.tablesaw-btn:hover{text-decoration:none;}.tablesaw-btn:active{background-color:#ddd;}@supports (box-shadow:none){.tablesaw-btn:focus{background-color:#fff;outline:none;}.tablesaw-btn:focus{box-shadow:0 0 .35em #4faeef !important;}}.tablesaw-btn-select select{background:none;border:none;display:inline-block;position:absolute;left:0;top:0;margin:0;width:100%;height:100%;z-index:2;min-height:1em;opacity:0;color:transparent;}.tablesaw-btn select option{background:#fff;color:#000;}.tablesaw-btn{display:inline-block;width:auto;height:auto;position:relative;top:0;}.tablesaw-btn.btn-small{font-size:1.0625em;line-height:19px;padding:.3em 1em .3em 1em;}.tablesaw-btn.btn-micro{font-size:.8125em;padding:.4em .7em .25em .7em;}.tablesaw-btn-select{text-align:left;display:inline-block;color:#4d4d4d;padding-right:2.5em;min-width:7.25em;}.tablesaw-btn-select:after{position:absolute;background:none;background-repeat:no-repeat;background-position:.25em .45em;content:"\25bc";font-size:.55em;padding-top:1.2em;padding-left:1em;left:auto;right:0;margin:0;top:0;bottom:0;width:1.8em;}.tablesaw-btn-select.btn-small:after,.tablesaw-btn-select.btn-micro:after{width:1.2em;font-size:.5em;padding-top:1em;padding-right:.5em;line-height:1.65;background:none;box-shadow:none;border-left-width:0;}.tablesaw-advance .tablesaw-btn{-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;text-shadow:0 1px 0 #fff;border-radius:.25em;}.tablesaw-advance .tablesaw-btn.btn-micro{font-size:.8125em;padding:.3em .7em .25em .7em;}.tablesaw-advance a.tablesaw-nav-btn:first-child{margin-left:0;}.tablesaw-advance a.tablesaw-nav-btn:last-child{margin-right:0;}.tablesaw-advance a.tablesaw-nav-btn{display:inline-block;overflow:hidden;width:1.8em;height:1.8em;background-position:50% 50%;margin-left:.25em;margin-right:.25em;position:relative;text-indent:-9999px;}.tablesaw-advance a.tablesaw-nav-btn.left:before,.tablesaw-advance a.tablesaw-nav-btn.right:before,.tablesaw-advance a.tablesaw-nav-btn.down:before,.tablesaw-advance a.tablesaw-nav-btn.up:before{content:"\0020";overflow:hidden;width:0;height:0;position:absolute;}.tablesaw-advance a.tablesaw-nav-btn.down:before{left:.5em;top:.65em;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #808080;}.tablesaw-advance a.tablesaw-nav-btn.up:before{left:.5em;top:.65em;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #808080;}.tablesaw-advance a.tablesaw-nav-btn.left:before,.tablesaw-advance a.tablesaw-nav-btn.right:before{top:.45em;border-top:5px solid transparent;border-bottom:5px solid transparent;}.tablesaw-advance a.tablesaw-nav-btn.left:before{left:.6em;border-right:5px solid #808080;}.tablesaw-advance a.tablesaw-nav-btn.right:before{left:.7em;border-left:5px solid #808080;}.tablesaw-advance a.tablesaw-nav-btn.disabled{opacity:.25;cursor:default;pointer-events:none;}.tablesaw-bar{clear:both;}.tablesaw-bar *{box-sizing:border-box;}.tablesaw-bar-section{float:left;}.tablesaw-bar-section label{font-size:.875em;padding:.5em 0;clear:both;display:block;color:#888;margin-right:.5em;text-transform:uppercase;}.tablesaw-btn,.tablesaw-enhanced .tablesaw-btn{margin-top:.5em;margin-bottom:.5em;}.tablesaw-btn-select,.tablesaw-enhanced .tablesaw-btn-select{margin-bottom:0;}.tablesaw-bar .tablesaw-bar-section .tablesaw-btn{margin-left:.4em;margin-top:0;text-transform:uppercase;border:none;box-shadow:none;background:transparent;font-size:1em;padding-left:.3em;}.tablesaw-bar .tablesaw-bar-section .btn-select{min-width:0;}.tablesaw-bar .tablesaw-bar-section .btn-select:after{padding-top:.9em;}.tablesaw-bar .tablesaw-bar-section select{color:#888;text-transform:none;background:transparent;}.tablesaw-bar-section ~ table{clear:both;}.tablesaw-bar-section .abbreviated{display:inline;}.tablesaw-bar-section .longform{display:none;}@media (min-width:24em){.tablesaw-bar-section .abbreviated{display:none;}.tablesaw-bar-section .longform{display:inline;}}.tablesaw th,.tablesaw td{padding:.5em .7em;text-align:left;vertical-align:middle;}.tablesaw-sortable-btn{padding:.5em .7em;}.tablesaw thead th{text-align:left;}.tablesaw-row-border tr{border-bottom:1px solid #dfdfdf;}.tablesaw-row-zebra tr:nth-child(2n){background-color:#f8f8f8;}.tablesaw caption{text-align:left;margin:.59375em 0;}.tablesaw-swipe .tablesaw-swipe-cellpersist{border-right:2px solid #e4e1de;}.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist{border-right-width:1px;}.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist{box-shadow:3px 0 4px -1px #e4e1de;}.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:none;}@media (min-width:40em){.tablesaw-stack tr{display:table-row;}.tablesaw-stack td,.tablesaw-stack th,.tablesaw-stack thead td,.tablesaw-stack thead th{display:table-cell;margin:0;}.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:none !important;}}.tablesaw-fix-persist{table-layout:fixed;}@media only all{.tablesaw-swipe th.tablesaw-swipe-cellhidden,.tablesaw-swipe td.tablesaw-swipe-cellhidden{display:none;}}.tablesaw-overflow{position:relative;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}.tablesaw-overflow > .tablesaw{margin-top:2px;}.tablesaw-columntoggle-btn span{text-indent:-9999px;display:inline-block;}.tablesaw-columntoggle-btnwrap{position:relative;}.tablesaw-columntoggle-btnwrap .dialog-content{padding:.5em;}.tablesaw-columntoggle tbody td{line-height:1.5;}.tablesaw-columntoggle-popup{display:none;}.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup{display:block;position:absolute;top:2em;right:0;background-color:#fff;padding:.5em .8em;border:1px solid #ccc;box-shadow:0 1px 2px #ccc;border-radius:.2em;z-index:1;}.tablesaw-columntoggle-popup fieldset{margin:0;}.tablesaw-columntoggle-btnwrap .dialog-content{top:0 !important;right:1em;left:auto !important;width:12em;max-width:18em;margin:-.5em auto 0;}.tablesaw-columntoggle-btnwrap .dialog-content:focus{outline-style:none;}@media (min-width:50em){.tablesaw-columntoggle th.tablesaw-priority-4,.tablesaw-columntoggle td.tablesaw-priority-4{display:table-cell;}}@media (min-width:60em){.tablesaw-columntoggle th.tablesaw-priority-5,.tablesaw-columntoggle td.tablesaw-priority-5{display:table-cell;}}@media (min-width:70em){.tablesaw-columntoggle th.tablesaw-priority-6,.tablesaw-columntoggle td.tablesaw-priority-6{display:table-cell;}}@media only all{.tablesaw-columntoggle th.tablesaw-toggle-cellhidden,.tablesaw-columntoggle td.tablesaw-toggle-cellhidden{display:none;}.tablesaw-columntoggle th.tablesaw-toggle-cellvisible,.tablesaw-columntoggle td.tablesaw-toggle-cellvisible{display:table-cell;}}.tablesaw-columntoggle-popup .tablesaw-btn-group > label{display:block;padding:.2em 0;white-space:nowrap;cursor:default;}.tablesaw-columntoggle-popup .tablesaw-btn-group > label input{margin-right:.8em;}.tablesaw-sortable-head{position:relative;vertical-align:top;}.tablesaw .tablesaw-sortable-head{padding:0;}.tablesaw-sortable-btn{min-width:100%;color:inherit;background:transparent;border:0;text-align:inherit;font:inherit;text-transform:inherit;}.tablesaw-sortable-arrow:after{display:inline-block;width:10px;height:14px;content:" ";margin-left:.3125em;}.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,.tablesaw-sortable-descending .tablesaw-sortable-arrow:after{content:"\0020";}.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after{content:"\2191";}.tablesaw-sortable-descending .tablesaw-sortable-arrow:after{content:"\2193";}.tablesaw-advance{float:right;}.tablesaw-advance.minimap{margin-right:.4em;}.tablesaw-advance-dots{float:left;margin:0;padding:0;list-style:none;}.tablesaw-advance-dots li{display:table-cell;margin:0;padding:.4em .2em;}.tablesaw-advance-dots li i{width:.25em;height:.25em;background:#555;border-radius:100%;display:inline-block;}.tablesaw-advance-dots-hide{opacity:.25;cursor:default;pointer-events:none;}
@media screen{@media only all{.tablesaw-stack{clear:both;}.tablesaw-stack td,.tablesaw-stack th{text-align:left;display:block;}.tablesaw-stack tr{clear:both;display:table-row;}.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:inline-block;padding:0 .6em 0 0;width:30%;}.tablesaw-stack th .tablesaw-cell-label-top,.tablesaw-stack td .tablesaw-cell-label-top{display:block;padding:.4em 0;margin:.4em 0;}.tablesaw-cell-label{display:block;}.tablesaw-stack tbody th.group{margin-top:-1px;}.tablesaw-stack th.group b.tablesaw-cell-label{display:none !important;}}@media (max-width:39.9375em){.tablesaw-stack tbody tr{display:block;width:100%;border-bottom:1px solid #dfdfdf;}.tablesaw-stack thead td,.tablesaw-stack thead th{display:none;}.tablesaw-stack tbody td,.tablesaw-stack tbody th{display:block;float:left;clear:left;width:100%;}.tablesaw-cell-label{vertical-align:top;}.tablesaw-cell-content{display:inline-block;max-width:67%;}.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,.tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content{display:block;width:100%;max-width:100%;padding:0;}.tablesaw-stack td:empty,.tablesaw-stack th:empty{display:none;}}@media (min-width:40em){.tablesaw-stack tr{display:table-row;}.tablesaw-stack td,.tablesaw-stack th,.tablesaw-stack thead td,.tablesaw-stack thead th{display:table-cell;margin:0;}.tablesaw-stack td .tablesaw-cell-label,.tablesaw-stack th .tablesaw-cell-label{display:none !important;}}.tablesaw-fix-persist{table-layout:fixed;}@media only all{.tablesaw-columntoggle th.tablesaw-priority-6,.tablesaw-columntoggle td.tablesaw-priority-6,.tablesaw-columntoggle th.tablesaw-priority-5,.tablesaw-columntoggle td.tablesaw-priority-5,.tablesaw-columntoggle th.tablesaw-priority-4,.tablesaw-columntoggle td.tablesaw-priority-4,.tablesaw-columntoggle th.tablesaw-priority-3,.tablesaw-columntoggle td.tablesaw-priority-3,.tablesaw-columntoggle th.tablesaw-priority-2,.tablesaw-columntoggle td.tablesaw-priority-2,.tablesaw-columntoggle th.tablesaw-priority-1,.tablesaw-columntoggle td.tablesaw-priority-1,.tablesaw-columntoggle th.tablesaw-priority-0,.tablesaw-columntoggle td.tablesaw-priority-0{display:none;}}@media (min-width:20em){.tablesaw-columntoggle th.tablesaw-priority-1,.tablesaw-columntoggle td.tablesaw-priority-1{display:table-cell;}}@media (min-width:30em){.tablesaw-columntoggle th.tablesaw-priority-2,.tablesaw-columntoggle td.tablesaw-priority-2{display:table-cell;}}@media (min-width:40em){.tablesaw-columntoggle th.tablesaw-priority-3,.tablesaw-columntoggle td.tablesaw-priority-3{display:table-cell;}.tablesaw-columntoggle tbody td{line-height:2;}}
}
.tablesaw-overflow{position:relative;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}.tablesaw-overflow > .tablesaw{margin-top:2px;}.tablesaw-columntoggle-btn span{text-indent:-9999px;display:inline-block;}.tablesaw-columntoggle-btnwrap{position:relative;}.tablesaw-columntoggle-btnwrap .dialog-content{padding:.5em;}.tablesaw-columntoggle tbody td{line-height:1.5;}.tablesaw-columntoggle-popup{display:none;}.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup{display:block;position:absolute;top:2em;right:0;background-color:#fff;padding:.5em .8em;border:1px solid #ccc;box-shadow:0 1px 2px #ccc;border-radius:.2em;z-index:1;}.tablesaw-columntoggle-popup fieldset{margin:0;}@media only all{.tablesaw-columntoggle th.tablesaw-priority-6,.tablesaw-columntoggle td.tablesaw-priority-6,.tablesaw-columntoggle th.tablesaw-priority-5,.tablesaw-columntoggle td.tablesaw-priority-5,.tablesaw-columntoggle th.tablesaw-priority-4,.tablesaw-columntoggle td.tablesaw-priority-4,.tablesaw-columntoggle th.tablesaw-priority-3,.tablesaw-columntoggle td.tablesaw-priority-3,.tablesaw-columntoggle th.tablesaw-priority-2,.tablesaw-columntoggle td.tablesaw-priority-2,.tablesaw-columntoggle th.tablesaw-priority-1,.tablesaw-columntoggle td.tablesaw-priority-1,.tablesaw-columntoggle th.tablesaw-priority-0,.tablesaw-columntoggle td.tablesaw-priority-0{display:none;}}.tablesaw-columntoggle-btnwrap .dialog-content{top:0 !important;right:1em;left:auto !important;width:12em;max-width:18em;margin:-.5em auto 0;}.tablesaw-columntoggle-btnwrap .dialog-content:focus{outline-style:none;}@media (min-width:20em){.tablesaw-columntoggle th.tablesaw-priority-1,.tablesaw-columntoggle td.tablesaw-priority-1{display:table-cell;}}@media (min-width:30em){.tablesaw-columntoggle th.tablesaw-priority-2,.tablesaw-columntoggle td.tablesaw-priority-2{display:table-cell;}}@media (min-width:40em){.tablesaw-columntoggle th.tablesaw-priority-3,.tablesaw-columntoggle td.tablesaw-priority-3{display:table-cell;}.tablesaw-columntoggle tbody td{line-height:2;}}@media (min-width:50em){.tablesaw-columntoggle th.tablesaw-priority-4,.tablesaw-columntoggle td.tablesaw-priority-4{display:table-cell;}}@media (min-width:60em){.tablesaw-columntoggle th.tablesaw-priority-5,.tablesaw-columntoggle td.tablesaw-priority-5{display:table-cell;}}@media (min-width:70em){.tablesaw-columntoggle th.tablesaw-priority-6,.tablesaw-columntoggle td.tablesaw-priority-6{display:table-cell;}}@media only all{.tablesaw-columntoggle th.tablesaw-toggle-cellhidden,.tablesaw-columntoggle td.tablesaw-toggle-cellhidden{display:none;}.tablesaw-columntoggle th.tablesaw-toggle-cellvisible,.tablesaw-columntoggle td.tablesaw-toggle-cellvisible{display:table-cell;}}.tablesaw-columntoggle-popup .tablesaw-btn-group > label{display:block;padding:.2em 0;white-space:nowrap;cursor:default;}.tablesaw-columntoggle-popup .tablesaw-btn-group > label input{margin-right:.8em;}
@media screen and (max-width:39.9375em){.tablesaw-stack thead td,.tablesaw-stack thead th{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important;display:table-cell;}}.tablesaw th.views-align-right,.tablesaw td.views-align-right{text-align:right;}.tablesaw th.views-align-center,.tablesaw td.views-align-center{text-align:center;}
.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
.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;}.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;}

.background-accent .block{background-color:#fff;border:1px solid #333f48;padding:1.25rem;margin:0;}.background-accent{overflow:hidden;position:relative;padding:1rem 0;}@media only screen and (min-width:1200px){.background-accent{padding:2rem 0;}}.background-accent .layout__region .block{margin-bottom:1rem;}.background-accent .layout--utexas-onecol > 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:1rem 0;}@media only screen and (min-width:1200px){.background-accent + .background-accent{padding:2rem 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;}.background-blur{filter:blur(5px);-webkit-filter:blur(5px);-ms-filter:blur(5px);margin:-10px;}.background-image{background-position:center;background-repeat:no-repeat;position:absolute;left:0;right:0;top:0;z-index:-1000;background-size:cover;bottom:0;}
.readable.container{max-width:830px;margin:auto;}.layout__region pre{white-space:pre-wrap;}
.moody-hero{position:relative;}.moody-hero .hero-content{height:100%;margin:auto;padding:0 1rem;}.moody-hero img{width:100%;max-height:650px;object-fit:cover;}
.moody-hero.moody-homepage-hero.style-8 .hero-img{background-size:cover;height:350px;}@media screen and (min-width:900px){.moody-hero.moody-homepage-hero.style-8 .hero-img{height:500px;}}.moody-hero.style-8 .center{background-position:center;}.moody-hero.style-8 .left{background-position:left;}.moody-hero.style-8 .right{background-position:right;}.moody-hero.extrabold-headline.style-8 .hero-content{height:auto;margin:auto;position:absolute;bottom:1rem;left:1rem;}.moody-hero.extrabold-headline.style-8 .hero-callout{color:#fff;font-size:30px;font-weight:900;display:flex;flex-direction:column;}@media screen and (min-width:900px){.moody-hero.extrabold-headline.style-8 .hero-callout{height:100%;}.moody-hero.moody-homepage-hero.style-8 .hero-img{height:500px;}}
#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,.utexas-centered-headline > h2:first-child{margin:0 15px 10px 15px;color:#2d2a28;font-style:italic;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,.utexas-field-border > h2:first-child{margin:0 0 20px;padding:0 0 15px;line-height:1.625rem;color:#2d2a28;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-border > .ut-headline,.utexas-field-background > h2:first-child{margin:-20px -20px 20px;color:#373737;background-color:#fef7ed;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;}
