/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.link-purpose-spacer{white-space:pre-wrap;min-width:.125em;}.link-purpose-nobreak{white-space:nowrap;}.link-purpose-last-word{gap:0;}.link-purpose-icon{display:inline-block;width:.917em;height:.917em;min-height:9px;margin:0 .25em;font-size:.75em;}.link-purpose-icon.svg-inline--fa{vertical-align:initial;}.link-purpose-external-icon{height:.875em;}.link-purpose-mail-icon .linkpurpose-default-svg{transform:translateY(2px);}.link-purpose-document-icon .linkpurpose-default-svg{transform:none;}.link-purpose-icon svg{width:100%;height:100%;vertical-align:initial;}.link-purpose-icon.svg-inline--fa{margin:0 0.1875em;}.link-purpose-text{display:none !important;}.link-purpose-hide-on-image :is(img,figure,svg) ~ .link-purpose-icon,.link-purpose-hide-on-image :is(img,figure,svg) ~ .link-purpose-nobreak .link-purpose-icon,.link-purpose-hide-on-image *:has(img,svg,figure) ~ .link-purpose-icon,.link-purpose-hide-on-image *:has(img,svg,figure) ~ .link-purpose-nobreak .link-purpose-icon{display:none;}
.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.svg) 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.svg);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;}
.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:"";}
.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;}}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.calendar-view-table{width:100%;}.calendar-view-table caption{line-height:4;font-weight:bold;}.calendar-view-table th,.calendar-view-table td{width:calc(100% / 7);vertical-align:baseline;}.calendar-view-table td{padding:0;min-height:99px;}.calendar-view-day{padding:0.5rem;}.calendar-view-day__rows{margin:0 auto;padding:0;list-style-type:none;width:100%;}.calendar-view-day__row{margin:0 auto;padding:5px;background-color:white;}.calendar-view-day__row + .calendar-view-day__row{margin-top:5px;}[data-calendar-view-day]:hover .calendar-view-day__number,[data-calendar-view-day]:active .calendar-view-day__number,[data-calendar-view-day]:focus .calendar-view-day__number{font-weight:bold;}.calendar-view-day__number{margin-bottom:5px;}.calendar-view-pager{display:flex;justify-content:space-between;align-items:center;}.calendar-view-pager__reset{text-align:center;}.view > .calendar-view-pager__reset{margin-block-end:0;}
.calendar-view-table{--calendar-view-color-dark:var(--primary);--calendar-view-color-darker:var(--primary-darker);--calendar-view-color-light:var(--primary-light);--calendar-view-color-gray-lightest:var(--grey-100);--calendar-view-color-gray-light:var(--grey-300);--calendar-view-color-gray-dark:var(--grey-900);--calendar-view-columns:7;--calendar-view-day-rows-gap:.25rem;border-collapse:collapse;display:grid;grid-template-columns:repeat(var(--calendar-view-columns),1fr);width:100%}.calendar-view-table[data-calendar-hide-weekend]{--calendar-view-columns:5}.calendar-view-table tr,.calendar-view-table thead,.calendar-view-table tbody{display:grid;grid-column:1 / -1;grid-template-columns:repeat(var(--calendar-view-columns),1fr);width:100%}.calendar-view-table caption{font-weight:700;grid-column:1 / -1;padding:1rem 0;text-align:center}.calendar-view-table a{text-decoration:none}.calendar-view-table td,.calendar-view-table th{box-sizing:border-box}.calendar-view-table th{background-color:#fff;font-size:.8125rem;line-height:2;padding:1rem .5rem;text-align:center;text-transform:uppercase;width:100%}.calendar-view-table td{background-color:#fff;border:1px solid var(--calendar-view-color-gray-lightest);display:flex;flex-direction:column;height:auto;min-height:7.5rem;min-width:calc(100% / var(--calendar-view-columns));width:100%}.calendar-view-table td:hover,.calendar-view-table td:active{background-color:var(--calendar-view-color-light)}.calendar-view-table .calendar-view-day{display:flex;flex:1;flex-direction:column}.calendar-view-table .calendar-view-day:hover .calendar-view-day__number,.calendar-view-table .calendar-view-day:active .calendar-view-day__number{border-radius:0}.calendar-view-table .calendar-view-day__number.circle{align-self:flex-end;background-color:var(--grey-100);border-radius:50%;color:#000;cursor:help;flex:0 0 auto;font-size:.8rem;height:1.5rem;line-height:1.5rem;margin-bottom:.25rem;text-align:center;transition:border-radius .2s linear;width:1.5rem}.calendar-view-table .current-month .calendar-view-day__number.circle{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .calendar-view-table .current-month .calendar-view-day__number.circle{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.calendar-view-table .current-month .calendar-view-day__number.circle{font-weight:700}.calendar-view-table .is-today.current-month .calendar-view-day__number.circle{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .calendar-view-table .is-today.current-month .calendar-view-day__number.circle{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.calendar-view-table .is-today.current-month .calendar-view-day__number.circle{background:var(--calendar-view-color-dark);color:#fff}.calendar-view-day{padding:.25rem}.past .calendar-view-day{opacity:80%}.is-today .calendar-view-day__number.circle,.today .calendar-view-day__number{background:var(--calendar-view-color-dark);color:#fff;font-weight:700}.calendar-view-day__rows{display:flex;flex-direction:column;gap:var(--calendar-view-day-rows-gap);position:relative}.calendar-view-day__rows>*{flex:1}[dir=ltr] .calendar-view-table .calendar-view-day__rows{margin-left:0}[dir=rtl] .calendar-view-table .calendar-view-day__rows{margin-right:0}.calendar-view-table .calendar-view-day__row{padding:.25rem;background:#fff;border-radius:.25rem;color:var(--calendar-view-color-dark);line-height:1.2;margin:0;text-decoration:none}.calendar-view-table .calendar-view-day__row>*{color:var(--calendar-view-color-gray);margin:.1875rem 0 .4375rem;text-decoration:none}.calendar-view-table .calendar-view-day__row.mobile>*{margin-bottom:10px}.calendar-view-table .calendar-view-day__row.hover,.calendar-view-table .calendar-view-day__row:hover,.calendar-view-table .calendar-view-day__row:focus,.calendar-view-table .calendar-view-day__row:active{border-color:var(--calendar-view-color-gray-lightest)}.calendar-view-table .next-month,.calendar-view-table .previous-month,.calendar-view-table .next-month:hover,.calendar-view-table .next-month.active,.calendar-view-table .next-month:active,.calendar-view-table .previous-month:hover,.calendar-view-table .previous-month.active,.calendar-view-table .previous-month:active{background-color:var(--calendar-view-color-gray-lightest)}.calendar-view-pager{background-color:transparent;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly}.calendar-view-pager .pager__item{flex:1}[dir=ltr] .calendar-view-pager .pager__previous,[dir=rtl] .calendar-view-pager .pager__previous{text-align:left}[dir=ltr] .calendar-view-pager .pager__next{text-align:right}[dir=rtl] .calendar-view-pager .pager__next{text-align:left}.calendar-view-pager .pager__current{text-align:center}.calendar-view-pager__reset a,.calendar-view-pager .pager__item>*{font-size:.8125rem;font-weight:700;line-height:2;padding:1rem .5rem;text-decoration:none;text-transform:uppercase}.calendar-view-pager .pager__item a{display:block;width:100%}.calendar-view-pager .pager__item>.form-item{margin:0}@media (width <= 640px){.calendar-view-table thead,.calendar-view-table .next-month,.calendar-view-table .previous-month,.calendar-view-table td.empty{display:none}.calendar-view-day__rows .calendar-view-day__row.mobile{display:grid!important;grid-template-columns:80px 1fr;height:auto}.calendar-view-table,.calendar-view-table tr,.calendar-view-table thead,.calendar-view-table tbody{grid-template-columns:1fr}.calendar-view-table tr{grid-column:1 / 2}.calendar-view-table td{min-height:3rem}.calendar-view-table .calendar-view-day__number{align-self:flex-start;padding:0 2px}.is-today .calendar-view-day__number{background:var(--calendar-view-color-dark);color:#fff;font-weight:700}.calendar-view-pager{flex-direction:column}.pager-bottom h2{visibility:hidden}.calendar-mini .calendar-view-table thead,.calendar-mini .calendar-view-table .next-month,.calendar-mini .calendar-view-table .previous-month{display:block}.calendar-mini .calendar-view-table td.empty{display:table-cell}.calendar-mini .calendar-view-table th{font-size:var(--body-sm)}.calendar-mini td.current-month:not([data-calendar-view-results="0"]){cursor:pointer}.calendar-mini td.current-month:not([data-calendar-view-results="0"]) .calendar-view-day__number{background:var(--calendar-view-color-light);color:var(--calendar-view-color-dark);font-weight:700}.calendar-mini td.is-today{font-weight:700}.calendar-mini td.current-month.is-today[data-calendar-view-results="0"] .calendar-view-day__number{background:var(--calendar-view-color-dark);color:#fff}.calendar-mini td.current-month.is-today:not([data-calendar-view-results="0"]) .calendar-view-day__number.circle{background:var(--calendar-view-color-darker);color:var(--primary-alt)}.calendar-mini .calendar-view-table[data-calendar-hide-weekend]{--calendar-view-columns:5}.calendar-mini .calendar-view-table tr,.calendar-mini .calendar-view-table thead,.calendar-mini .calendar-view-table tbody{display:grid;grid-column:1 / -1;grid-template-columns:repeat(var(--calendar-view-columns),1fr);width:100%}.calendar-mini .calendar-view-day__rows{display:none}}#calender-pager-view-list{gap:.5rem;text-wrap:nowrap;margin-left:0!important;padding:0!important}#calender-pager-view-list.view-list{padding:var(--size-205)!important}.view-calendar table caption{display:none}.calendar-view-day__row .tooltip-content .button-group--stacked a{width:100%!important}.view-content.calendar-mini{scroll-margin-top:80px}
@media (width >= 640px){.calendar-view-day__row.is-multi{--calendar-view-day-multi-offset:calc(-.5rem - 1px);border:1px dotted var(--grey-300);padding-left:calc(var(--calendar-view-day-multi-offset) * -1)}.calendar-view-day__row.is-multi:not(.is-multi--first)>*{opacity:0%;pointer-events:none}.calendar-view-day__row.is-multi--first{border-bottom-right-radius:0;border-right:none;border-top-right-radius:0;margin-right:var(--calendar-view-day-multi-offset)}.calendar-view-day__row.is-multi--middle{border-left:none;border-radius:0;border-right:none;margin-right:var(--calendar-view-day-multi-offset)}.calendar-view-day__row.is-multi--last{border-bottom-left-radius:0;border-left:none;border-top-left-radius:0;margin-left:var(--calendar-view-day-multi-offset)}}
.ui-dialog ~ .ck-body-wrapper{--ck-z-panel:1261;}
/* @license MIT https://github.com/select2/select2/blob/master/LICENSE.md */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:rgba(0,0,0,0);border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:rgba(0,0,0,0);border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #888 rgba(0,0,0,0);border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:rgba(0,0,0,0);border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:rgba(0,0,0,0);border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,white 50%,#eeeeee 100%);background-image:-o-linear-gradient(top,white 50%,#eeeeee 100%);background-image:linear-gradient(to bottom,white 50%,#eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eeeeee 50%,#cccccc 100%);background-image:-o-linear-gradient(top,#eeeeee 50%,#cccccc 100%);background-image:linear-gradient(to bottom,#eeeeee 50%,#cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:rgba(0,0,0,0);border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #888 rgba(0,0,0,0);border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,white 0%,#eeeeee 50%);background-image:-o-linear-gradient(top,white 0%,#eeeeee 50%);background-image:linear-gradient(to bottom,white 0%,#eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eeeeee 50%,white 100%);background-image:-o-linear-gradient(top,#eeeeee 50%,white 100%);background-image:linear-gradient(to bottom,#eeeeee 50%,white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:rgba(0,0,0,0);border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid rgba(0,0,0,0)}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:gray}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.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;}
.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;}
.facet-loading-icon{display:none;position:fixed;z-index:1000;top:48%;left:48%;height:100%;width:100%;}body.facet-loading .facet-loading-overlay,body.facet-search-results-loading .facet-loading-overlay,body.keyword-search-loading .facet-loading-overlay,body.pager-loading .facet-loading-overlay{position:fixed;z-index:1000;top:0;left:0;height:100%;width:100%;background:rgba(255,255,255,0.3);}body.facet-loading .facet-loading-icon,body.facet-search-results-loading .facet-loading-icon,body.keyword-search-loading .facet-loading-icon,body.pager-loading .facet-loading-icon{display:block;overflow:hidden;}body.is-layout-builder-ui .facet-loading-icon{display:block;position:unset;height:50px;}
.fc-view-container{background:#fff;}.ui-dialog{z-index:1 !important;width:400px !important;height:428px !important;}.ui-dialog-title{display:none;}.ui-dialog-titlebar{background:#fff;border:0;display:flex;justify-content:end;}.fc-scroller{overflow:visible !important;height:auto !important;}.fc-toolbar h2{font-size:1.2rem;font-weight:700;margin:0;}.fc-today-button{display:none;}.fc-button{border-radius:3px !important;border:0 !important;background:var(--primary) !important;box-shadow:2px 2px 8px 0px rgba(0,85,135,0.5) !important;color:#fff !important;margin-right:5px !important;}.fc-icon-left-single-arrow:after{color:#fff !important;font-style:normal !important;font-weight:200 !important;font-size:1.7em !important;left:2px !important;}.fc-icon-right-single-arrow:after{color:#fff !important;font-style:normal !important;font-weight:200 !important;font-size:1.7em !important;right:2px !important;}.fc-event-default{border-radius:2px !important;background:var(--primary) !important;}.fc-event-default > a{color:#fff !important;}.fc-event-default h3 a{color:var(--primary);}.fc-disabled-day{background-color:var(--white) !important;opacity:1 !important;}.fc-today.fc-widget-content{background:none !important;}.calendar-toggle{color:#fff;padding:9px 13px;font-size:15px;font-style:normal;font-weight:700;cursor:pointer;}.fc-day-number{font-weight:700;font-size:0.8em;}.fc-unthemed{border:1px solid var(--tertiary-brand-colors-silver-screen,#c9cfd4) !important;}.fc-unthemed.fc-ltr{border:0 !important;}.fc-header-toolbar{display:flex;justify-content:space-between;}.fc-center,.fc-clear{display:none !important;}.fc-left,.fc-right,.fc-button-group,.fc-prev-button,.fc-next-button,.calendar-toggle.view-list{float:none !important;display:flex;}.fc-prev-button,.fc-next-button{flex-direction:row;align-items:center;}.fc-left,.fc-right{align-items:center;display:flex;}.fc-button-group{display:flex !important;flex-direction:row;column-gap:0.25rem;}.fc .fc-button-group > *{margin:0 !important;}.calendar-toggle.view-list,.calendar-toggle.view-calendar{margin-left:1em !important;align-items:center;gap:10px;}.calendar-toggle.view-list .fa-list,.calendar-toggle.view-calendar .fa-calendar-alt{font-family:'Font Awesome 5 Free';font-weight:900;font-size:1.2rem;}.fc-button .fc-icon{margin:0 !important;top:auto !important;display:flex !important;height:auto !important;line-height:normal !important;}.fc .fc-toolbar > * > *{margin:0 !important;}.fc-button{height:auto !important;padding:4px 8px !important;}.view-list{padding:20px 13px;border-radius:3px;box-shadow:2px 2px 8px 0px rgba(0,85,135,0.5);}button.ui-button.ui-dialog-titlebar-close{font-size:0 !important;}.node--type-event .border-grey-100{border:0 !important;}
.bef-exposed-form .js-form-type-select > label{font-size:1.125rem;font-weight:700;margin-bottom:0.75rem;display:block;}.bef-exposed-form .js-form-type-select{display:none;margin-bottom:1rem;}.select2-selection__clear{display:none;}
