/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.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);}
.layout-tab{padding:0.5rem;}.layout-tab__summary{background-color:#c5dfef;padding:0.5rem;margin-bottom:0.5rem;font-weight:700;font-size:1.125rem;}.form-row{display:table;width:100%;table-layout:fixed;border-collapse:separate;}.form-col{display:table-cell;vertical-align:top;}.form-col .form-item{margin:0;}.form-col input.form-number{width:100%;box-sizing:border-box;}details summary{cursor:pointer;padding:0px 0px 20px 0rem;}
.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;}
.ckeditor-accordion-container > dl:before,.ckeditor-accordion-container > dl:after{content:" ";display:table;}.ckeditor-accordion-container > dl:after{clear:both;}.ckeditor-accordion-container > dl,.ckeditor-accordion-container > dl dt,.ckeditor-accordion-container > dl dd{box-sizing:border-box;}.ckeditor-accordion-container > dl{position:relative;border:1px solid #0091ea;}.ckeditor-accordion-container > dl dt{position:relative;}.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle{display:inline-block;position:absolute;padding:0 10px;width:30px;height:30px;z-index:1;top:calc(50% - 1px);left:11px;box-sizing:border-box;}.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before,.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after{background:#fff;-webkit-transition:all 600ms cubic-bezier(0.4,0,0.2,1);transition:all 600ms cubic-bezier(0.4,0,0.2,1);content:"";display:block;height:2px;position:absolute;width:10px;z-index:-1;left:0;top:0;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);will-change:transform;}.ckeditor-accordion-container.no-animations > dl dt > a > .ckeditor-accordion-toggle:before,.ckeditor-accordion-container.no-animations > dl dt > a > .ckeditor-accordion-toggle:after{transition:initial;}.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before{left:13px;-webkit-transform:rotate(135deg);transform:rotate(135deg);}.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after{right:13px;left:auto;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);}.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before{transform:rotate(45deg);}.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:after{transform:rotate(-45deg);}.ckeditor-accordion-container > dl dt > a,.ckeditor-accordion-container > dl dt > a:not(.button){display:block;padding:10px 15px 10px 50px;background-color:#00b0ff;color:#fff;cursor:pointer;-webkit-transition:background-color 300ms;transition:background-color 300ms;border-bottom:1px solid #00a4ec;}.ckeditor-accordion-container > dl dt > a:focus,.ckeditor-accordion-container > dl dt > a:not(.button):focus{outline-color:#333;}.ckeditor-accordion-container > dl dt > a:hover,.ckeditor-accordion-container > dl dt > a:not(.button):hover{background-color:#00a5ef;box-shadow:none;color:#fff;text-decoration:none;}.ckeditor-accordion-container > dl dt.active > a{background-color:#0091ea;}.ckeditor-accordion-container > dl dt:last-of-type > a{border-bottom:0;}.ckeditor-accordion-container > dl dd{display:none;padding:0 15px;margin:0;}
.layout--twocol-section{display:flex;flex-wrap:wrap;}.layout--twocol-section > .layout__region{flex:0 1 100%;}@media screen and (min-width:40em){.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second{flex:0 1 50%;}.layout--twocol-section.layout--twocol-section--33-67 > .layout__region--first,.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second{flex:0 1 33%;}.layout--twocol-section.layout--twocol-section--33-67 > .layout__region--second,.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first{flex:0 1 67%;}.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first,.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second{flex:0 1 25%;}.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second,.layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first{flex:0 1 75%;}}
.layout--onecol .layout__region{width:100%;}
.has-back-to-top{position:relative;}.has-back-to-top .back-to-top{position:fixed;right:var(--btt-right,1.25rem);bottom:var(--btt-bottom,1.25rem);width:45px;height:45px;border-radius:50%;z-index:1040;border:2px solid var(--un-blue,#009edb);background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:60%;box-shadow:0 6px 16px rgba(0,0,0,.15);cursor:pointer;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease,background-color 0.15s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 288.8 289.6'%3E%3Cg transform='rotate(-90, 144.4, 144.8)'%3E%3Cpath fill='%23009EDB' d='M11.4,289c-2.6,0-5.2-0.4-9.6-0.7c51.3-48.9,101.1-96.5,151.6-144.7C103.8,96.4,54.7,49.5,5.5,2.6 C5.7,2.1,6,1.5,6.2,1C7.8,1,9.4,1,11,1C51,1,91,1.1,131,0.9c5.8,0,9.9,1.7,14,5.7c27.5,26.4,55.2,52.7,82.8,79 c20.1,19.2,40.2,38.5,60.3,57.7c-0.7,1.1-1,1.9-1.6,2.4c-48.5,46.3-97.1,92.6-145.6,139c-3.5,3.4-7.2,4.5-11.9,4.5 C89.8,289,50.6,289.1,11.4,289'/%3E%3C/g%3E%3C/svg%3E");}.has-back-to-top .back-to-top.show{opacity:1;transform:translateY(0);pointer-events:auto;}.has-back-to-top .back-to-top:hover{background-color:#f8fbfe;}.has-back-to-top .back-to-top:focus-visible{outline:3px solid var(--un-blue,#009edb);outline-offset:2px;}@media (prefers-reduced-motion:reduce){.has-back-to-top .back-to-top{transition:none;}}
.documents-content-wrapper{background-color:white;padding:8px;}.documents-wrapper{background-color:#F2F2F2;padding:5px;}.documents-wrapper .badge{--bs-badge-padding-x:1em;--bs-badge-padding-y:1em;font-size:15px;}.programme-event-item-marker-dot{display:inline-block;width:40px;height:40px;}@media(max-width:767px){.programme-event-item-marker-dot{width:20px;height:20px;}}.document-type-dots{margin-bottom:0.5rem;}.documents-wrapper .floating-reset-btn{position:fixed;right:1.25rem;bottom:calc(1.25rem + 56px);width:45px;height:45px;border-radius:50%;z-index:1041;border:0;background-color:#000;color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.18);cursor:pointer;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease,background-color 0.15s ease;background-repeat:no-repeat;background-position:center;background-size:55%;background-image:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");}.documents-wrapper .floating-reset-btn.is-visible{opacity:1;transform:translateY(0);pointer-events:auto;}.documents-wrapper .floating-reset-btn:hover{background-color:#111;}.documents-wrapper .floating-reset-btn:focus-visible{outline:3px solid #fff;outline-offset:2px;}.documents-wrapper .back-to-top.stick-bottom~.floating-reset-btn,.documents-wrapper .floating-reset-btn.stick-bottom{position:absolute;right:1.25rem;bottom:calc(1.25rem + 56px);}@media(prefers-reduced-motion:reduce){.documents-wrapper .floating-reset-btn{transition:none;}}.documents-content-wrapper .floating-reset-btn{position:fixed;right:1.25rem;bottom:calc(1.25rem + 56px);width:45px;height:45px;border-radius:50%;z-index:1041;border:0;background-color:#000;color:#fff;box-shadow:0 6px 16px rgba(0,0,0,.18);cursor:pointer;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease,background-color 0.15s ease;background-repeat:no-repeat;background-position:center;background-size:55%;background-image:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");}.documents-content-wrapper .floating-reset-btn.is-visible{opacity:1;transform:translateY(0);pointer-events:auto;}.documents-content-wrapper .floating-reset-btn:hover{background-color:#111;}.documents-content-wrapper .floating-reset-btn:focus-visible{outline:3px solid #fff;outline-offset:2px;}.documents-content-wrapper .back-to-top.stick-bottom~.floating-reset-btn,.documents-content-wrapper .floating-reset-btn.stick-bottom{position:absolute;right:1.25rem;bottom:calc(1.25rem + 56px);}@media(min-width:992px){.documents-content-wrapper .floating-reset-btn{display:none !important;}}@media(prefers-reduced-motion:reduce){.documents-content-wrapper .floating-reset-btn{transition:none;}}.document-row{display:flex;align-items:flex-start;gap:0.75rem;}.document-type-dots{flex:0 0 auto;display:flex;flex-wrap:wrap;align-items:center;margin-top:0.25rem;}.programme-event-item-marker-dot{display:inline-block;width:20px;height:20px;border-radius:50%;}@media (min-width:768px){.programme-event-item-marker-dot{width:30px;height:30px;}}.btn-un-blue-primary.outlined,.bg-un-blue-primary.outlined{background:white !important;color:#009edb !important;border:3px solid #009edb;}.btn-un-green-primary.outlined,.bg-un-green-primary.outlined{background:white !important;color:#72bf44 !important;border:3px solid #72bf44;}.btn-un-yellow-primary.outlined,.bg-un-yellow-primary.outlined{background:white !important;color:#ffc800 !important;border:3px solid #ffc800;}.btn-un-orange-primary.outlined,.bg-un-orange-primary.outlined{background:white !important;color:#f58220 !important;border:3px solid #f58220;}.btn-un-red-primary.outlined,.bg-un-red-primary.outlined{background:white !important;color:#ed1847 !important;border:3px solid #ed1847;}.btn-un-purple-primary.outlined,.bg-un-purple-primary.outlined{background:white !important;color:#a05fb4 !important;border:3px solid #a05fb4;}.btn-un-gray-primary.outlined,.bg-un-gray-primary.outlined{background:white !important;color:#aea29a !important;border:3px solid #aea29a;}.btn-un-blue-shade.outlined,.bg-un-blue-shade.outlined{background:white !important;color:#004987 !important;border:3px solid #004987;}.btn-un-green-shade.outlined,.bg-un-green-shade.outlined{background:white !important;color:#006747 !important;border:3px solid #006747;}.btn-un-yellow-shade.outlined,.bg-un-yellow-shade.outlined{background:white !important;color:#b16d03 !important;border:3px solid #b16d03;}.btn-un-orange-shade.outlined,.bg-un-orange-shade.outlined{background:white !important;color:#d4582a !important;border:3px solid #d4582a;}.btn-un-red-shade.outlined,.bg-un-red-shade.outlined{background:white !important;color:#a71f36 !important;border:3px solid #a71f36;}.btn-un-purple-shade.outlined,.bg-un-purple-shade.outlined{background:white !important;color:#5b2c86 !important;border:3px solid #5b2c86;}.btn-un-gray-shade.outlined,.bg-un-gray-shade.outlined{background:white !important;color:#6e6259 !important;border:3px solid #6e6259;}.btn-un-blue-text.outlined,.bg-un-blue-text.outlined{background:white !important;color:#0077b8 !important;border:3px solid #0077b8;}.btn-un-green-text.outlined,.bg-un-green-text.outlined{background:white !important;color:#27833a !important;border:3px solid #27833a;}.btn-un-orange-text.outlined,.bg-un-orange-text.outlined{background:white !important;color:#cf3f0b !important;border:3px solid #cf3f0b;}.btn-un-red-text.outlined,.bg-un-red-text.outlined{background:white !important;color:#eb0045 !important;border:3px solid #eb0045;}.btn-un-purple-text.outlined,.bg-un-purple-text.outlined{background:white !important;color:#9a58af !important;border:3px solid #9a58af;}.btn-un-gray-text.outlined,.bg-un-gray-text.outlined{background:white !important;color:#7c7067 !important;border:3px solid #7c7067;}.btn-un-blue-darktext.outlined,.bg-un-blue-darktext.outlined{background:white !important;color:#005392 !important;border:3px solid #005392;}.btn-un-red-darktext.outlined,.bg-un-red-darktext.outlined{background:white !important;color:#ab1d37 !important;border:3px solid #ab1d37;}.btn-un-purple-darktext.outlined,.bg-un-purple-darktext.outlined{background:white !important;color:#733d96 !important;border:3px solid #733d96;}.btn-un-black-others.outlined,.bg-un-black-others.outlined{background:white !important;color:#333333 !important;border:3px solid #333333;}.btn-un-yellow-data-vis-others.outlined,.bg-un-yellow-data-vis-others.outlined{background:white !important;color:#fbaf17 !important;border:3px solid #fbaf17;}.btn-un-blue-light-others.outlined,.bg-un-blue-light-others.outlined{background:white !important;color:#c7e1f5 !important;border:3px solid #c7e1f5;border-color:unset !important;}.btn-white-others.outlined,.bg-white-others.outlined{background:white !important;color:#000 !important;border:3px solid #000;border-color:unset !important;}.btn-un-blue-light-others.contained,.bg-un-blue-light-others.contained{background:#c7e1f5 !important;color:black !important;border:3px solid #c7e1f5;}.btn-un-red-light-others.contained,.bg-un-red-light-others.contained{background:#f9c0c7 !important;color:black !important;border:3px solid #f9c0c7;}.btn-un-red-light-others.outlined,.bg-un-red-light-others.outlined{background:white !important;color:black !important;border:3px solid #f9c0c7;}
.documents-search-container .form-control{border:solid 2px #009edb;padding:1rem;}.search-highlight,.search-highlight-first{background-color:#f8e66b;color:#000;padding:1px 2px;border-radius:2px;}.search-highlight-first{font-weight:600;animation:docs-highlight-pulse 0.5s ease-in-out;}@keyframes docs-highlight-pulse{0%{box-shadow:0 0 0 2px rgba(255,255,0,0.35);}50%{box-shadow:0 0 0 4px rgba(255,255,0,0.55);}100%{box-shadow:0 0 0 2px rgba(255,255,0,0.35);}}.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important;}.icon-search,.icon-clear{display:inline-block;width:1.2em;text-align:center;}
.mailchimp-footer-view .mailchimp-insights-light-signup-form .email-submit-wrapper{display:flex;align-items:center;gap:10px;}.mailchimp-footer-view .mailchimp-insights-light-signup-form .icon-submit-button{background:none;border:none;padding:0;cursor:pointer;font-size:1.5em;}.mailchimp-footer-view .mailchimp-insights-light-signup-form .icon-submit-button::before{content:"\f0f3";font-family:'Font Awesome 6 Free';font-weight:900;}.mailchimp-footer-view .mailchimp-insights-light-signup-form .js-form-item.js-form-type-email{display:flex;flex-direction:column;}.mailchimp-footer-view .mailchimp-insights-light-signup-form #McEmail{background-color:#797978;border:none;color:#fff;}.mailchimp-footer-view .mailchimp-insights-light-signup-form .email-submit-wrapper,.mailchimp-embed-view .mailchimp-insights-light-signup-form .email-submit-wrapper,.mailchimp-embed-view .mailchimp-insights-light-signup-form .email-submit-wrapper .form-type-email,.mailchimp-footer-view .mailchimp-insights-light-signup-form .email-submit-wrapper .form-type-email{margin-bottom:0 !important;}.mailchimp-footer-view .mailchimp-insights-light-signup-form .btn.btn-primary{font-size:18px !important;padding:0 !important;}.mailchimp-footer-view .mailchimp-insights-light-signup-form .socialMedia button{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;border:3px solid #E4E3E1;background-color:black;text-decoration:none;color:white;font-size:18px}.mailchimp-footer-view .mailchimp-insights-light-signup-form .socialMedia button:hover{border-color:#009EDB}.mailchimp-footer-view .mailchimp-insights-light-signup-form .socialMedia button{transition:transform 0.3s ease;}.mailchimp-footer-view .mailchimp-insights-light-signup-form .socialMedia button:hover{transform:scale(1.2)}.mailchimp-embed-view{margin-bottom:20px;}.mailchimp-embed-view .email-submit-wrapper{display:flex;gap:20px;}.mailchimp-embed-view .body{background:#009edb;padding:35px;}.mailchimp-embed-form-title{color:white;font-weight:bold;margin-bottom:20px}.mailchimp-embed-form-title .red{color:#ed1847;}.mailchimp-embed-form-title .blue{color:#004987;}.mailchimp-embed-form-tagline{font-size:1.4em;color:white;margin-bottom:20px}.mailchimp-embed-view .icon-submit-button{border:none;background:#ed1847;color:white;border-radius:24px;padding:0.7rem 1.5rem !important;font-size:1.4em;line-height:normal !important;cursor:pointer;transition:background 0.3s;font-weight:bold;}.mailchimp-embed-view .icon-submit-button:hover{background:#a71f36;}
