/* @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);}
@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.map-search{background-color:#bdbdcb;height:80vh;min-height:765px;overflow:hidden;position:relative}.map-search__map{position:absolute;right:0;top:0;width:100%}@media (max-width:1023px){.map-search__map{height:calc(100% - 60px)}}@media (min-width:1024px){.map-search__map{height:100%;width:calc(100% - 340px)}}@media (min-width:1200px){.map-search__map{width:calc(100% - 420px)}}.map-search.js-ready .map-search__map{transition:width .3s}@media (min-width:1024px){.map-search.js-ready:not(:has(.map-search__sidebar.is-open)) .map-search__map{width:calc(100% - 32px)}}.map-search__sidebar{background:#fff;box-shadow:0 2px 4px -2px rgba(2,1,56,.1),0 4px 6px -1px rgba(2,1,56,.1);display:flex;flex-direction:column;gap:1.5rem;left:0;position:absolute;width:100%;z-index:10}.map-search.js-ready .map-search__sidebar{transition:transform .3s}@media (max-width:1023px){.map-search__sidebar{bottom:0;padding:1rem 1rem 2rem 1rem;transform:translateY(calc(100% - 60px))}.map-search__sidebar.is-open{transform:translateY(0)}}@media (min-width:1024px){.map-search__sidebar{height:100%;max-width:340px;padding:2rem;top:0;transform:translateX(0)}.map-search.js-ready .map-search__sidebar:not(.is-open){transform:translateX(calc(-100% + 32px))}}@media (min-width:1200px){.map-search__sidebar{max-width:420px}}.map-search__sidebar .form-control{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17.5 17.5L13.8833 13.8833M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:40px}.map-search__toggle-btn{align-items:center;background-color:#06038d;border:0;border-radius:.25rem .25rem 0 0;color:#fff;display:flex;height:48px;justify-content:space-between;left:1rem;line-height:1;padding:.5rem 1rem;position:absolute;top:-48px;width:200px}.map-search__toggle-btn:hover{background-color:#3835a4}.map-search__toggle-btn:active{background-color:#050271}.map-search__toggle-btn:focus-visible{background-color:#050271;box-shadow:0 0 0 2px #fff,0 0 0 4px #09f;outline:0}@media (min-width:1024px){.map-search__toggle-btn{border-radius:0;box-shadow:0 8px 10px -6px rgba(2,1,56,.1),0 20px 25px -5px rgba(2,1,56,.1);height:auto;left:auto;padding:6px;right:-1rem;top:2rem;width:auto}.map-search__toggle-btn:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #09f,0 8px 10px -6px rgba(2,1,56,.1),0 20px 25px -5px rgba(2,1,56,.1)}}.map-search__toggle-btn .btn-text{font-weight:600}@media (min-width:1024px){.map-search__toggle-btn .btn-text{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}}@media (max-width:1023px){.map-search__toggle-btn svg{transform:rotate(0)}.map-search__toggle-btn[aria-expanded=true] svg{transform:rotate(180deg)}}@media (min-width:1024px){.map-search__toggle-btn svg{transform:rotate(-90deg)}.map-search.js-ready .map-search__toggle-btn[aria-expanded=false] svg{transform:rotate(90deg)}}.search-container h2{margin-bottom:1.5rem}.map-search__filters legend{margin-bottom:1.25rem}.map-search-filter{align-items:center;border:1px solid #dfe1df;border-radius:8px;color:#111;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;line-height:1.57142857;padding:8px 12px;position:relative}.map-search-filter+.map-search-filter{margin-top:6px}.map-search-filter.is-loading{cursor:default}.map-search-filter:has(input:checked){border-color:#06038d}.map-search-filter__content{align-items:center;display:flex;gap:.375rem;width:100%}.map-search-filter__icon{flex-shrink:0}.map-search-filter .form-check-input{background-size:1.25rem;border-width:1px;cursor:pointer;height:2rem;margin-left:auto;width:2rem}.map-search-filter .form-check-input:checked{background-color:#f3f2f9}.map-search-filter .form-check-input:disabled{cursor:default}.map-search-filter_loading-indicator{position:relative;width:18px}.is-loading .map-search-filter_loading-indicator:after{animation:spin 1s linear infinite;border:2px solid #898a89;border-radius:50%;border-top-color:transparent;content:"";display:block;height:18px;width:18px}.info-window-content{color:#161616;padding-left:9px;position:relative}.info-window-content:before{background-color:#161616;content:"";display:block;height:100%;left:-1px;position:absolute;width:3px}.info-window-content.blue:before{background-color:#06038d}.info-window-content.blue-mid:before{background-color:#3b88ba}.info-window-content.blue-bright:before{background-color:#09f}.info-window-content.purple:before{background-color:#a1007d}.info-window-content.purple-light:before{background-color:#b43397}.info-window-content.orange:before{background-color:#b13636}.info-window-content h4{color:inherit;font-family:"Open Sans",sans-serif;font-size:16px;font-weight:700;margin-bottom:2px;margin-top:0}.info-window-content p{font-size:14px;font-weight:400;margin-bottom:0}.info-window-content p strong{font-weight:600}.gm-style-iw button{scale:.85!important}.gm-style .gm-fullscreen-control,.gm-style .gm-style-mtc-bbw{transform:scale(.85);transform-origin:top right}
.field--name-field-id .js-form-type-textfield{display:flex;align-items:center;background-color:#eeeeee;padding:5px;border-radius:10px;}.field--name-field-id .form-item__label{padding:9px 5px 0px 5px;}a.component-anchor{position:absolute;padding:3px 6px 2px;height:17px;font-family:"Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;font-size:10px;font-weight:700;line-height:1.3;color:#fff;background:#0070bc;cursor:pointer;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;z-index:1;}a.component-anchor:hover,a.component-anchor:focus{color:#fff;text-decoration:none;}a.component-anchor:after{content:'';position:absolute;top:0;right:-10px;border-top:8px solid transparent;border-bottom:9px solid transparent;border-left:10px solid #0070bc;}.copy-url-message{position:fixed;z-index:9999;background-color:#0070bc;color:#fff;padding:15px;font-size:2rem;bottom:0;left:0;width:100%;}a.component-anchor:before{content:'\f0c1';font-family:FontAwesome;font-size:10px;font-weight:400;line-height:1;color:rgba(255,255,255,.7);padding:0 6px 0 1px;}.layout-builder-block a.component-anchor{pointer-events:visible;}
.paragraph--unpublished{background-color:#fff4f4;}
