/* @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;}.ck .drupal-entity.align-center{text-align:center;}.align-center.embedded-entity{text-align:center;}
.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);}
.advanced-toast-container{position:fixed !important;z-index:99999 !important;pointer-events:none;display:flex;flex-direction:column;gap:0.75rem;padding:1rem;max-width:400px;will-change:transform;overflow:visible;}.advanced-toast-container--top-right{top:1rem !important;right:1rem !important;left:auto !important;bottom:auto !important;margin-left:auto;}.advanced-toast-container--top-left{top:1rem !important;left:1rem !important;right:auto !important;bottom:auto !important;}.advanced-toast-container--bottom-right{bottom:1rem !important;right:1rem !important;left:auto !important;top:auto !important;margin-left:auto;}.advanced-toast-container--bottom-left{bottom:1rem !important;left:1rem !important;right:auto !important;top:auto !important;}.advanced-toast-container--top-center{top:1rem !important;left:50% !important;right:auto !important;bottom:auto !important;transform:translateX(-50%);}.advanced-toast-container--bottom-center{bottom:1rem !important;left:50% !important;right:auto !important;top:auto !important;transform:translateX(-50%);}.advanced-toast{position:relative;pointer-events:auto;min-width:300px;max-width:400px;overflow:hidden;opacity:0;transform:translateX(2rem);transition:opacity 0.3s cubic-bezier(0.4,0,0.2,1),transform 0.3s cubic-bezier(0.4,0,0.2,1);background:#fff;border-radius:0.5rem;box-shadow:0 4px 12px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);padding:1rem;}.advanced-toast--visible{opacity:1;transform:translateX(0);}.advanced-toast--hiding{opacity:0;transform:translateX(2rem);}.advanced-toast__content{display:flex;align-items:flex-start;gap:0.75rem;}.advanced-toast__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;}.advanced-toast__icon-svg{width:100%;height:100%;}.advanced-toast__message{flex:1;word-wrap:break-word;font-size:0.875rem;line-height:1.5;color:#1f2937;}.advanced-toast__message-text{font-weight:500;margin-bottom:0.25rem;}.advanced-toast__description{font-size:0.8125rem;line-height:1.4;color:#6b7280;margin-top:0.25rem;}.advanced-toast__dismiss{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;color:#6b7280;transition:color 0.2s;}.advanced-toast__dismiss:hover{color:#374151;}.advanced-toast__dismiss:focus{outline:2px solid #3b82f6;outline-offset:2px;border-radius:2px;}.advanced-toast__dismiss-icon{width:100%;height:100%;}.advanced-toast__progress{position:absolute;bottom:0;left:0;width:100%;height:4px;transform:scaleX(1);transform-origin:left;background-color:#1f2937;}.advanced-toast__progress--active{animation:advancedToastProgress linear forwards;}@keyframes advancedToastProgress{from{transform:scaleX(1);}to{transform:scaleX(0);}}.advanced-toast__confetti{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;}@media (max-width:640px){.advanced-toast-container{max-width:100%;left:0 !important;right:0 !important;transform:none !important;margin-left:0;}.advanced-toast{min-width:auto;max-width:100%;}}@media (prefers-reduced-motion:reduce){.advanced-toast{transition:opacity 0.2s;transform:none;}.advanced-toast--visible{transform:none;}.advanced-toast--hiding{transform:none;}}
.paragraph--unpublished{background-color:#fff4f4;}
.highlighted aside.container{max-width:100%;}.highlighted aside.container .views-row{width:100%;}.highlighted aside.container img{width:100%;}.content-title-banner .views-row{width:100%;}.content-title-banner img{width:100%;}.content-title-banner{position:relative;}.content-title-banner .views-field-title.banner-img{position:absolute;left:9%;bottom:28%;padding:0;}.content-title-banner .views-field-title{padding-left:27px;padding-top:25px;}@media (min-width:767px) and (max-width :1200px){.content-title-banner .views-field-title.banner-img{position:absolute;left:5%;bottom:1%;}}@media (max-width:767px){.content-title-banner .views-field-title.banner-img{left:8%;bottom:9%;}.cmp-banner--content{width:100%;}}
.ui-dialog-off-canvas #blb_tabContent .custom-switch .custom-control-label:after{display:none;}.ui-dialog-off-canvas #blb_tabContent .custom-switch .custom-control-label:before{display:none;}#blb_tabContent .custom-radio .custom-control-label:before{display:none;}#blb_tabContent .custom-radio .custom-control-input:checked ~ .custom-control-label::after{display:none;}#drupal-off-canvas label{margin-top:10px;}#drupal-off-canvas{background-color:#444444;}#drupal-off-canvas .ui-autocomplete li a{color:#fffff3 !important;padding:0 5px;}#drupal-off-canvas .layout-selection li a{border:2px solid #fffff3;text-align:center;margin:0 5px;min-height:126px;}#drupal-off-canvas .js-layout-builder-category .details-wrapper a img{width:100px;height:100px;}#image-component-overlay-text p{color:#fffff3;}#drupal-off-canvas .text-muted{color:#fffff3 !important;}#drupal-off-canvas .field--name-field-social-posts .paragraphs-dropbutton-wrapper{margin-top:20px;}#drupal-off-canvas .paragraphs-dropbutton-wrapper .confirm-remove > button.button{padding:2px 10px !important;margin-right:10px !important;}#drupal-off-canvas .paragraphs-dropbutton-wrapper .restore > button.button{padding:2px 10px !important;margin-right:10px !important;}#drupal-off-canvas .paragraphs-dropbutton-wrapper ul.dropbutton--multiple{padding:5px 10px !important;}#drupal-off-canvas #settings-decision-decision-settings th:first-child{width:100%;}#drupal-off-canvas #settings-decision-decision-settings td:first-child{width:100%;}.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar-close{position:absolute !important;}#drupal-off-canvas input{color:#495057 !important;background-color:white !important;}.ui-dialog .ui-resizable-w{z-index:9999 !important;}.ui-dialog button.ui-dialog-titlebar-close:before{content:"\f00d";font-family:"fontAwesome";top:-3px;position:absolute;right:2px;}.ui-dialog .btn-primary:hover{color:#000000;}.ui-dialog-off-canvas #drupal-off-canvas{box-sizing:initial;}.ui-dialog-off-canvas.ui-dialog button.ui-dialog-titlebar-close:before{content:"";}#layout-builder-modal table.field-multiple-table tr th{background:transparent;}#layout-builder-modal table.field-multiple-table tr th h4{font-size:18px;text-transform:none;color:#444444;font-weight:normal;}#drupal-off-canvas .layout-selection .list-group-item{background-color:#444444;}.cookie-content-blocker__message-wrapper{background:none;text-align:center;}
.social-media-links--platforms{padding-left:0;}.social-media-links--platforms.horizontal li{display:inline-block;text-align:center;padding:.2em .35em;}.social-media-links--platforms.vertical li{list-style-type:none;margin:0 0 .5em 0;}.social-media-links--platforms.vertical li a img{vertical-align:middle;margin-right:.5em;}.iconsets-wrapper{display:inherit;overflow-x:auto;}
