/* @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;}
.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-columns:7;--calendar-view-color-white:#fff;--calendar-view-color-lighter:#f8f8f8;--calendar-view-color-light:#f4f4f4;--calendar-view-color-grey:#ccc;--calendar-view-color-gray:#555;--calendar-view-color-evil:#666;--calendar-view-color-dark:#333;--calendar-view-day-rows-gap:0.5rem;width:100%;display:grid;grid-template-columns:repeat(var(--calendar-view-columns),1fr);border-collapse:collapse;}.calendar-view-table[data-calendar-hide-weekend]{--calendar-view-columns:5;}.calendar-view-table tr,.calendar-view-table thead,.calendar-view-table tbody{grid-column:1 / -1;display:grid;grid-template-columns:repeat(var(--calendar-view-columns),1fr);width:100%;}.calendar-view-table caption{text-align:center;grid-column:1 / -1;font-weight:bold;padding:1rem 0;}.calendar-view-table a{text-decoration:none;}.calendar-view-table td,.calendar-view-table th{padding:0.5rem;box-sizing:border-box;border:1px solid var(--calendar-view-color-grey);}.calendar-view-table thead th{background:var(--calendar-view-color-dark);}.calendar-view-table th{width:100%;padding:1rem 0.5rem;font-size:0.8125rem;line-height:2;text-align:center;text-transform:uppercase;color:var(--calendar-view-color-white);border-color:transparent;}.calendar-view-table td{display:flex;flex-direction:column;width:100%;height:auto;min-height:7.5rem;min-width:calc(100% / var(--calendar-view-columns));}.calendar-view-table td:hover{background-color:var(--calendar-view-color-white);}.calendar-view-table .calendar-view-day{display:flex;flex-direction:column;flex:1;}.calendar-view-table .calendar-view-day:hover .calendar-view-day__number{border-radius:0;}.calendar-view-table .calendar-view-day__number{flex:0 0 auto;align-self:flex-end;width:1.5rem;border-radius:50%;font-size:0.65em;line-height:1.2;margin-bottom:0.25rem;padding:0.5rem 0.15rem;cursor:help;text-align:center;background:var(--calendar-view-color-dark);color:var(--calendar-view-color-white);transition:border-radius 0.2s linear;}.past .calendar-view-day{opacity:0.8;}.today .calendar-view-day__number{font-weight:bold;}.calendar-view-day__rows{position:relative;display:flex;flex-direction:column;gap:var(--calendar-view-day-rows-gap);}.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{font-size:0.8125rem;border-radius:0.25rem;padding:0.3125rem;margin:0;line-height:1.2;background:var(--calendar-view-color-white);border:1px solid var(--calendar-view-color-grey);color:var(--calendar-view-color-dark);text-decoration:none;}.calendar-view-table .calendar-view-day__row > *{color:var(--calendar-view-color-gray);margin:0.1875rem 0 0.4375rem 0;text-decoration:none;}.calendar-view-table .calendar-view-day__row.hover,.calendar-view-table .calendar-view-day__row:hover,.calendar-view-table .calendar-view-day__row:active,.calendar-view-table .calendar-view-day__row:focus{border-color:var(--calendar-view-color-gray);}.calendar-view-table .next-month,.calendar-view-table .previous-month{background:var(--calendar-view-color-light);color:var(--calendar-view-color-evil);}.calendar-view-table .next-month .calendar-view-day__number,.calendar-view-table .previous-month .calendar-view-day__number{background:var(--calendar-view-color-gray);}.calendar-view-pager{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly;background-color:var(--calendar-view-color-light);border:1px solid var(--calendar-view-color-grey);}.calendar-view-pager .pager__item{flex:1;}[dir="ltr"] .calendar-view-pager .pager__previous{text-align:left;}[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 > *{padding:1rem 0.5rem;font-size:0.8125rem;line-height:2;text-transform:uppercase;font-weight:bold;text-decoration:none;}.calendar-view-pager .pager__item a{display:block;width:100%;}.calendar-view-pager .pager__item > .form-item{margin:0;}@media(max-width:48rem){.calendar-view-table thead,.calendar-view-table .next-month,.calendar-view-table .previous-month{display:none;}.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 .calendar-view-day__number{align-self:flex-start;}.calendar-view-pager{flex-direction:column;}}
.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;}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;z-index:9999;top:0;left:0;overflow:hidden;}#cboxOverlay{position:fixed;width:100%;height:100%;}#cboxMiddleLeft,#cboxBottomLeft{clear:left;}#cboxContent{position:relative;}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;}#cboxTitle{margin:0;}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%;}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{overflow:visible;width:auto;margin:0;padding:0;cursor:pointer;border:0;background:none;}#cboxPrevious:active,#cboxNext:active,#cboxClose:active,#cboxSlideshow:active{outline:0;}.cboxPhoto{display:block;float:left;max-width:none;margin:auto;border:0;}.cboxIframe{display:block;width:100%;height:100%;border:0;}#colorbox,#cboxContent,#cboxLoadedContent{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}#cboxOverlay{background:#000;}#colorbox{outline:0;}#cboxWrapper{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;background:#fff;}#cboxTopLeft{width:15px;height:15px;}#cboxTopCenter{height:15px;}#cboxTopRight{width:15px;height:15px;}#cboxBottomLeft{width:15px;height:10px;}#cboxBottomCenter{height:10px;}#cboxBottomRight{width:15px;height:10px;}#cboxMiddleLeft{width:15px;}#cboxMiddleRight{width:15px;}#cboxContent{overflow:hidden;background:#fff;}#cboxError{padding:50px;border:1px solid #ccc;}#cboxLoadedContent{margin-bottom:28px;}#cboxTitle{position:absolute;bottom:28px;left:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:4px 6px;color:#535353;background:rgba(255,255,255,0.7);}#cboxCurrent{position:absolute;bottom:4px;left:60px;color:#949494;}.cboxSlideshow_on #cboxSlideshow{position:absolute;right:30px;bottom:0;width:25px;height:25px;text-indent:-9999px;background:url(/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;}.cboxSlideshow_on #cboxSlideshow:hover{background-position:-101px -50px;}.cboxSlideshow_off #cboxSlideshow{position:absolute;right:30px;bottom:0;width:25px;height:25px;text-indent:-9999px;background:url(/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;}.cboxSlideshow_off #cboxSlideshow:hover{background-position:-49px -50px;}#cboxPrevious{position:absolute;bottom:0;left:0;width:25px;height:25px;text-indent:-9999px;background:url(/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -75px 0;}#cboxPrevious:hover{background-position:-75px -25px;}#cboxNext{position:absolute;bottom:0;left:27px;width:25px;height:25px;text-indent:-9999px;background:url(/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -50px 0;}#cboxNext:hover{background-position:-50px -25px;}#cboxLoadingOverlay{background:#fff;}#cboxLoadingGraphic{background:url(/modules/contrib/colorbox/styles/default/images/loading_animation.gif) no-repeat center center;}#cboxClose{position:absolute;right:0;bottom:0;width:25px;height:25px;text-indent:-9999px;background:url(/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -25px 0;}#cboxClose:hover{background-position:-25px -25px;}
.paragraph--unpublished{background-color:#fff4f4;}
