/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.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 6px 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:1261;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;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.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-within{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;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.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);}
.entity-autocomplete-match.status-0:not(:hover){color:#b30000;}
.flyout-menu-item:has(a.unpublished){background-color:#ffbebe !important;}a.unpublished{color:#000 !important;background-color:#ffbebe !important;}
@keyframes fadein{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeout{0%{opacity:1;}100%{opacity:0;}}html:has(.flyout-visible){overflow:hidden !important;}.flyout-menu{--flyout-menu-animation-duration:250ms;--flyout-menu-animation-timing-function:ease;--flyout-menu-link-color:#004989;--flyout-menu-link-border:#008ed4;--flyout-menu-link-background:#fff;--flyout-menu-link-focus-color:#fff;--flyout-menu-link-focus-background:#008ed4;--flyout-menu-link-focus-accent:#004989;--flyout-menu-toggle-hover-color:#0075c9;--flyout-menu-container-background-background:#0008;--flyout-menu-container-background:#fff;}.flyout-menu-container-background{background:var(--flyout-menu-container-background-background);position:fixed;top:0;bottom:0;left:75px;right:0;z-index:100;animation-duration:var(--flyout-menu-animation-duration);animation-timing-function:var(--flyout-menu-animation-timing-function);animation-fill-mode:forwards;}.toolbar-fixed.toolbar-tray-open .flyout-menu-container-background{top:var(--toolbar-tray-open-height,79px);}.flyout-menu-container{background:var(--flyout-menu-container-background);height:100%;min-width:350px;display:inline-block;box-shadow:10px 0 10px -10px #adb5bd inset;font-size:1rem;overflow-y:auto;}.flyout-menu-item{background:var(--flyout-menu-link-background);border-bottom:1px solid var(--flyout-menu-link-border);}.flyout-menu-item:has(.active-trail){background:#ddd;}.flyout-menu-item:not(.no-link):hover,.flyout-menu-item:not(.no-link):focus,.flyout-menu-item:not(.no-link):focus-within,.flyout-menu-item:not(.no-link):active{outline:none;color:var(--flyout-menu-link-focus-color);background:var(--flyout-menu-link-focus-background);}.flyout-menu-item:not(.no-link):hover .flyout-menu-link,.flyout-menu-item:not(.no-link):focus .flyout-menu-link,.flyout-menu-item:not(.no-link):focus-within .flyout-menu-link,.flyout-menu-item:not(.no-link):active .flyout-menu-link{outline:none;color:var(--flyout-menu-link-focus-color);border-left:0.6em solid var(--flyout-menu-link-focus-accent);padding-left:0.4em;box-shadow:none;}.button.flyout-menu-link:focus{outline:none !important;box-shadow:none !important;}.flyout-menu-item button:not(.button-primary){margin:0;background-color:transparent;border:none;border-radius:0;box-shadow:none;text-transform:none;transition:none;padding-top:0;padding-bottom:0;}.flyout-menu-item button:active:not(.button-primary),.flyout-menu-item button:focus:not(.button-primary),.flyout-menu-item button:hover:not(.button-primary){background-color:transparent;border:none;}.flyout-menu-link{padding-left:1em;display:flex;flex-direction:row;line-height:40px;justify-content:space-between;width:100%;}.flyout-link-wrapper .flyout-menu-link{color:var(--flyout-menu-link-color);font-size:1em;font-weight:500;text-decoration:none;text-align:left;}.flyout-menu.root-menu .flyout-link-wrapper .flyout-menu-link{line-height:60px;font-size:1.1em;}.flyout-link-wrapper span.flyout-menu-link{color:#757575;}.flyout-menu-back-link .flyout-menu-link{justify-content:start;}.flyout-menu-title{padding-left:0.7em;color:#fff;background:#004989;}.flyout-menu-title h2{font-size:1.4em;font-weight:bold;line-height:60px;margin-bottom:0;color:#fff !important;}.flyout-menu .arrow-wrapper,.flyout-menu .arrow-left-wrapper{display:inline-block;color:var(--flyout-menu-link-color);}.arrow-left-wrapper{font-size:1.2rem;margin-right:0.4em;}.flyout-visible .flyout-menu-container-background{pointer-events:all;}.flyout-hidden .flyout-menu-container-background{pointer-events:none;}.flyout-menu-container-background.fadein-animation{animation-name:fadein;}.flyout-menu-container-background.fadeout-animation{animation-name:fadein;animation-direction:reverse;}.flyout-menu.root-menu .flyout-menu-container{font-size:1.2rem !important;line-height:60px !important;}.flyout-toggle{height:77px !important;color:var(--flyout-menu-link-color) !important;background:none !important;border:none !important;box-shadow:none !important;}.flyout-toggle:focus{color:var(--flyout-menu-toggle-hover-color) !important;}.flyout-toggle-title{font-size:0.625rem;font-weight:500;line-height:1;}.flyout-hamburger .flyout-hamburger-top,.flyout-hamburger .flyout-hamburger-middle,.flyout-hamburger .flyout-hamburger-bottom{transform-origin:center;animation-duration:var(--flyout-menu-animation-duration);animation-timing-function:var(--flyout-menu-animation-timing-function);animation-fill-mode:forwards;}.flyout-hamburger .flyout-hamburger-top{transform:translateY(-10px) rotate(0deg);}.flyout-visible .flyout-hamburger .flyout-hamburger-top{transform:translateY(0px) rotate(45deg);}.flyout-hamburger .flyout-hamburger-middle{transform:translateY(0px) rotate(0deg);opacity:1;}.flyout-visible .flyout-hamburger .flyout-hamburger-middle{transform:translateY(0px) rotate(-45deg);opacity:0;}.flyout-hamburger .flyout-hamburger-bottom{transform:translateY(10px) rotate(0deg);}.flyout-visible .flyout-hamburger .flyout-hamburger-bottom{transform:translateY(0px) rotate(-45deg);}@keyframes hamburger-top-open{0%{transform:translateY(-10px) rotate(0deg);}100%{transform:translateY(0px) rotate(45deg);}}@keyframes hamburger-middle-open{0%{transform:translateY(0px) rotate(0deg);opacity:1;}100%{transform:translateY(0px) rotate(-45deg);opacity:0;}}@keyframes hamburger-bottom-open{0%{transform:translateY(10px) rotate(0deg);}100%{transform:translateY(0px) rotate(-45deg);}}.open-animation .flyout-hamburger .flyout-hamburger-top{animation-name:hamburger-top-open;}.open-animation .flyout-hamburger .flyout-hamburger-middle{animation-name:hamburger-middle-open;}.open-animation .flyout-hamburger .flyout-hamburger-bottom{animation-name:hamburger-bottom-open;}.close-animation .flyout-hamburger .flyout-hamburger-top{animation-name:hamburger-top-open;animation-direction:reverse;}.close-animation .flyout-hamburger .flyout-hamburger-middle{animation-name:hamburger-middle-open;animation-direction:reverse;}.close-animation .flyout-hamburger .flyout-hamburger-bottom{animation-name:hamburger-bottom-open;animation-direction:reverse;}
.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;}
.bef-exposed-form .form--inline .form-item{float:none;}.bef-exposed-form .form--inline > .form-item,.bef-exposed-form .form--inline .js-form-wrapper > .form-item{float:left;}.bef-exposed-form .form--inline .bef--secondary{clear:left;}.bef-exposed-form .noUi-vertical{height:150px;}
.paragraph--unpublished{background-color:#fff4f4;}
