/* @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.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;}
.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;}}
@layer properties{.layout{min-height:6.25rem;}.layout .layout__inner,.layout .layout__heading,.layout .layout__eyebrow,.layout.layout--onecol .layout__region{width:90%;max-width:80rem;margin:0 auto;padding:0.5rem;}@media screen and (min-width:768px){.layout .layout__inner,.layout .layout__heading,.layout .layout__eyebrow,.layout.layout--onecol .layout__region{grid-column-gap:1.25rem;row-gap:1.25rem;}}@media screen and (min-width:1200px){.layout .layout__inner,.layout .layout__heading,.layout .layout__eyebrow,.layout.layout--onecol .layout__region{grid-column-gap:1.875rem;row-gap:1.875rem;}}.layout .layout__inner,.layout .layout__heading,.layout .layout__eyebrow{padding:0;}.layout .layout__heading+.layout__inner{margin-top:1.5rem;}@media screen and (min-width:1024px){.layout .layout__heading+.layout__inner{margin-top:2.25rem;}}.layout .layout__heading+.layout__eyebrow{margin-top:1rem;}.layout .layout__heading+.layout__eyebrow .eyebrow-inner{max-width:50rem;}.layout .layout__heading+.layout__eyebrow+.layout__inner{margin-top:1.5rem;}@media screen and (min-width:1024px){.layout .layout__heading+.layout__eyebrow+.layout__inner{margin-top:2.25rem;}}.layout .layout__eyebrow .eyebrow-inner{max-width:50rem;}.layout .layout__eyebrow+.layout__inner{margin-top:1.125rem;}@media screen and (min-width:1024px){.layout .layout__eyebrow+.layout__inner{margin-top:1.5rem;}}.layout.layout--width-fs .layout__inner,.layout.layout--width-fs .layout__heading{max-width:unset;width:100%;}.layout.layout--onecol.full-width .layout__region{padding:0;width:100%;max-width:100vw;}@media screen and (min-width:768px){.layout.layout--columns-section .layout__inner,.layout.layout--twocol-section .layout__inner,.layout.layout--threecol-section .layout__inner,.layout.layout--fourcol-section .layout__inner{display:grid;grid-template-columns:minmax(0,1fr);justify-items:stretch;align-items:stretch;}}@media screen and (max-width:767px){.layout.layout--columns-section .layout__region + .layout__region{margin-top:1rem;}.layout.layout--columns-section--mobile-reverse .layout__inner{display:flex;flex-direction:column-reverse;justify-content:flex-start;}}@media screen and (min-width:768px){.layout.layout--columns-section--50-50 .layout__inner,.layout.layout--twocol-section--50-50 .layout__inner{grid-template-columns:repeat(2,minmax(0,1fr));}.layout.layout--columns-section--67-33 .layout__inner,.layout.layout--twocol-section--67-33 .layout__inner{grid-template-columns:minmax(0,1fr) 33.333%;}.layout.layout--columns-section--33-67 .layout__inner,.layout.layout--twocol-section--33-67 .layout__inner{grid-template-columns:33.333% minmax(0,1fr);}.layout.layout--columns-section--75-25 .layout__inner,.layout.layout--twocol-section--75-25 .layout__inner{grid-template-columns:minmax(0,1fr) 25%;}.layout.layout--columns-section--25-75 .layout__inner,.layout.layout--twocol-section--25-75 .layout__inner{grid-template-columns:25% minmax(0,1fr);}.layout.layout--columns-section--40-60 .layout__inner,.layout.layout--twocol-section--40-60 .layout__inner{grid-template-columns:40% minmax(0,1fr);}.layout.layout--columns-section--60-40 .layout__inner,.layout.layout--twocol-section--60-40 .layout__inner{grid-template-columns:minmax(0,1fr) 40%;}.layout.layout--columns-section--33-33-33 .layout__inner,.layout.layout--threecol-section--33-33-33 .layout__inner{grid-template-columns:repeat(3,minmax(0,1fr));}.layout.layout--columns-section--25-50-25 .layout__inner,.layout.layout--threecol-section--25-50-25 .layout__inner{grid-template-columns:25% minmax(0,1fr) 25%;}.layout.layout--columns-section--25-25-50 .layout__inner,.layout.layout--threecol-section--25-25-50 .layout__inner{grid-template-columns:25% 25% minmax(0,1fr);}.layout.layout--columns-section--50-25-25 .layout__inner,.layout.layout--threecol-section--50-25-25 .layout__inner{grid-template-columns:minmax(0,1fr) 25% 25%;}.layout.layout--columns-section--25-25-25-25 .layout__inner,.layout.layout--fourcol-section .layout__inner{grid-template-columns:repeat(4,minmax(0,1fr));}}.layout--columns-section .card+.card{margin-top:1rem;}.layout--columns-section.video-section .layout__inner,.layout--columns-section.video-section .layout__region,.layout--columns-section.video-section .block-content__content{overflow:visible;}.layout--columns-section.video-section .block-content__content > div{display:grid;grid-template-columns:minmax(0,0.94fr) minmax(0,1fr);gap:1.75rem;max-width:none;padding:0;}.layout--columns-section.video-section .block-content__content > h2,.layout--columns-section.video-section .block-content__content > div > .jg\:w-full{display:none;}.layout--columns-section.video-section [class*='elfsight-app-fb64f749'],.layout--columns-section.video-section [class*='elfsight-app-e4c3cc6a']{min-width:0;width:100%;margin:0;}.layout--columns-section.video-section .yottie-widget,.layout--columns-section.video-section .yottie-widget-inner,.layout--columns-section.video-section .yottie-widget-contents,.layout--columns-section.video-section .yottie-widget-feed,.layout--columns-section.video-section .yottie-widget-feed-inner,.layout--columns-section.video-section .yottie-widget-feed-section,.layout--columns-section.video-section .yottie-widget-feed-section-inner,.layout--columns-section.video-section .swiper-container,.layout--columns-section.video-section .swiper-wrapper,.layout--columns-section.video-section .yottie-widget-feed-section-slide{width:100% !important;max-width:none !important;height:auto !important;margin:0 !important;padding:0 !important;background:transparent !important;box-shadow:none !important;}.layout--columns-section.video-section [class*='elfsight-app-e4c3cc6a'] .yottie-widget-feed-section-slide{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr));transform:none !important;}.layout--columns-section.video-section [class*='elfsight-app-e4c3cc6a'] .yottie-widget-video{position:relative !important;width:auto !important;min-width:0 !important;margin:0 !important;padding:0 1.5rem 1.5rem !important;border-right:1px solid #2789d8;border-bottom:1px solid #2789d8;background:#fff !important;}.layout--columns-section.video-section [class*='elfsight-app-e4c3cc6a'] .yottie-widget-video:nth-child(even){border-right:0;}.layout--columns-section.video-section [class*='elfsight-app-e4c3cc6a'] .yottie-widget-video:nth-child(n+3){padding-top:1.5rem !important;}.layout--columns-section.video-section .yottie-widget-video-preview{overflow:hidden;aspect-ratio:16 / 9;}.layout--columns-section.video-section .yottie-widget-video-preview-thumbnail,.layout--columns-section.video-section .yottie-widget-video-preview img{width:100% !important;height:100% !important;object-fit:cover;}.layout--columns-section.video-section .yottie-widget-video-title{color:#16395f !important;font-family:'Merriweather Sans',Arial,sans-serif !important;line-height:1.35 !important;}.layout--columns-section.video-section .yottie-widget-video-description{display:none !important;}.layout--columns-section.video-section .yottie-widget-feed-section-arrow,.layout--columns-section.video-section .yottie-widget-nav{display:none !important;}@media screen and (max-width:767px){.layout--columns-section.video-section .block-content__content > div,.layout--columns-section.video-section [class*='elfsight-app-e4c3cc6a'] .yottie-widget-feed-section-slide{grid-template-columns:1fr;}.layout--columns-section.video-section [class*='elfsight-app-e4c3cc6a'] .yottie-widget-video{padding:1rem 0 !important;border-right:0;}}@media screen and (min-width:768px){.layout--columns-section .card+.card{margin-top:1.25rem;}}@media screen and (min-width:1200px){.layout--columns-section .card+.card{margin-top:1.875rem;}}@media screen and (min-width:768px){.layout--width-100 .layout__heading,.layout--width-100 .layout__inner{max-width:1280;}.layout--width-full .layout__heading,.layout--width-full .layout__inner{max-width:1280;}.layout--width-90 .layout__heading,.layout--width-90 .layout__inner,.layout--width-80 .layout__heading,.layout--width-80 .layout__inner{max-width:1280;}}@media screen and (min-width:768px) and (min-width:1024px){.layout--width-90 .layout__heading,.layout--width-90 .layout__inner{width:90%;max-width:calc(1280px * 0.9);}}@media screen and (min-width:768px) and (min-width:1024px){.layout--width-80 .layout__heading,.layout--width-80 .layout__inner{width:80%;max-width:calc(1280px * 0.8);}}@media screen and (min-width:768px){.layout--width-70 .layout__heading,.layout--width-70 .layout__inner{width:70%;max-width:calc(1280px * 0.7);}}@media screen and (min-width:768px){.layout--width-60 .layout__heading,.layout--width-60 .layout__inner{width:60%;max-width:calc(1280px * 0.6);}}@media screen and (min-width:768px){.layout--width-50 .layout__heading,.layout--width-50 .layout__inner{width:50%;max-width:calc(1280px * 0.6);}}}@media screen and (min-width:768px){.layout--columns-section--67-33 .block-content--type-photo-gallery{margin-bottom:0 !important;}.layout--columns-section--67-33 [data-component="photo-gallery"] ul > li{aspect-ratio:auto !important;height:15.625rem;}.layout--columns-section--67-33 [data-component="photo-gallery"] ul > li img{background:#f5f5f5;object-fit:contain !important;}}
/* @license MIT https://github.com/biati-digital/glightbox/blob/master/LICENSE.md */
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.paragraph--unpublished{background-color:#fff4f4;}
.sitewide-alert{padding:5px;background-color:#f5f5f5;}.sitewide-alert .close{float:right;}.sitewide-alert__message,.sitewide-alert .field--name-message{display:inline-block;}.sitewide-alert .alert-count{display:inline-block;}
