/* @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;}
.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{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;}
.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);}
.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 5px 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:1000;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;}
.matchmaker-form{display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between;}.matchmaker-form .form-item{width:100%;}@media screen and (min-width:768px){.matchmaker-form .form-item{width:calc(50% - 32px);}}.matchmaker-form legend,.matchmaker-form label:not(.option){display:block;font-weight:600;font-size:22px;line-height:31px;color:var(--brand-blue-divider);margin-bottom:16px;}.matchmaker-form .fieldgroup #edit-comm,.matchmaker-form .fieldgroup #edit-location-type{display:flex;flex-wrap:wrap;gap:32px;}.matchmaker-form .fieldgroup #edit-comm .js-form-item-comm{width:calc(50% - 32px);}.matchmaker-form .fieldgroup #edit-comm .js-form-item-comm label{color:var(--brand-secondaryGraphite);font-size:16px;font-weight:600;line-height:24px;margin-left:8px;}.matchmaker-form .fieldgroup .js-form-required::after,.matchmaker-form .js-form-type-select label::after{content:"*";color:#ac1c1e;margin-left:4px;}.matchmaker-form input[type="text"],.matchmaker-form input[type="email"],.matchmaker-form input[type="password"],.matchmaker-form input[type="tel"],.matchmaker-form textarea{background-color:var(--brand-white);border:1px solid var(--brand-gray-400);padding:1.125rem var(--spacing-4);width:100%;font-family:var(--ff-body);font-size:var(--fs-lg);color:var(--brand-gray-400);}.matchmaker-form input[type="text"]:placeholder,.matchmaker-form input[type="email"]:placeholder,.matchmaker-form input[type="password"]:placeholder,.matchmaker-form input[type="tel"]:placeholder,.matchmaker-form textarea:placeholder{color:var(--brand-gray-400);}.matchmaker-form input[type="checkbox"]{appearance:none;-webkit-appearance:none;margin:0 var(--spacing-2) 0 0;width:25px;height:25px;}.matchmaker-form input[type="checkbox"]:before{cursor:pointer;position:relative;display:block;width:25px;height:25px;background:var(--brand-white);border:2px solid var(--brand-gray-400);border-radius:5px;content:"";}.matchmaker-form input[type="checkbox"]:after{cursor:pointer;position:relative;display:block;left:0px;top:-25px;width:25px;height:25px;content:"";}.matchmaker-form input[type="checkbox"]:checked:before{border-color:var(--brand-primary);}.matchmaker-form input[type="checkbox"]:checked:after{background-image:url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.163 10.863.029 5.729l.986-.985 4.148 4.148 8.8-8.8.985.985-9.785 9.786Z' fill='%23006EB7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;}.matchmaker-form input[type="radio"]{appearance:none;-webkit-appearance:none;background-color:var(--brand-white);font:inherit;width:25px;height:25px;border:3px solid var(--brand-gray-400);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;}.matchmaker-form input[type="radio"]:before{content:"";width:13px;height:13px;border-radius:50%;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1.5em 1.5em var(--brand-primary);}.matchmaker-form input[type="radio"]:checked::before{transform:scale(1);}.matchmaker-form input[type="radio"]:checked{border:3px solid var(--brand-primary);}.matchmaker-form input[type="submit"]{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:var(--spacing-2) var(--spacing-4);border:3px solid var(--brand-primary);flex-wrap:nowrap;cursor:pointer;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:200ms;text-decoration-line:none;font-weight:var(--fw-semibold);font-family:var(--ff-display);text-transform:uppercase;font-size:var(--fs-base);min-width:auto;background-color:var(--brand-primary);color:var(--brand-white);width:auto;margin:0px 0px 1rem 0px;}.matchmaker-form input[type="submit"]:hover{background-color:var(--brand-background-hover);border-color:var(--brand-background-hover);}.matchmaker-form input[type="submit"]:focus{background-color:var(--brand-background-hover);border-color:var(--brand-background-hover);outline:3px solid var(--brand-background-hover);outline-offset:0.5rem;}.matchmaker-form input[type="submit"]:active{background-color:var(--brand-background-hover);border-color:var(--brand-background-hover);}.matchmaker-form input[type="submit"].mmm-disabled{background-color:var(--brand-gray-400);border:3px solid var(--brand-gray-400);color:var(--brand-white);}.matchmaker-form input[type="submit"].mmm-disabled:focus{outline:3px solid var(--brand-gray-400);}.select2-selection,.select2-container--default .select2-selection,.select2-container .select2-selection--single{height:auto !important;background-color:var(--brand-white);border:1px solid var(--brand-gray-400) !important;border-radius:0 !important;padding:15px 30px 15px 16px;font-family:var(--ff-body);font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:var(--brand-gray-400);background-image:url("data:image/svg+xml,%3Csvg width='21' height='12' viewBox='0 0 21 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 1.8169L10.3169 12L0.133789 1.8169L1.95069 -7.94193e-08L10.3169 8.3662L18.6831 -8.10815e-07L20.5 1.8169Z' fill='%23006EB7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:14px;background-position:97% 24px;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:flex !important;flex-wrap:wrap !important;align-items:center !important;padding:0 !important;}.select2-container--default
  .select2-selection--single
  .select2-selection__rendered{font-size:18px;}.select2-container--default .select2-search--inline .select2-search__field{margin-top:0 !important;}.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice{display:flex;flex-direction:row-reverse;align-items:center;background-color:var(--brand-white) !important;border:1px solid var(--brand-gray-300) !important;border-radius:48px !important;padding:12px 16px !important;margin:10px 10px 10px 0 !important;font-family:var(--ff-demo);font-size:16px;font-weight:600;line-height:22px;color:var(--brand-primary);}.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove{text-indent:-99999px;display:block;width:21px;height:21px;background-image:url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.12926 13.2004L7.18992 14.261L10.1244 11.3265L13.0766 14.2787L14.1372 13.2181L11.1851 10.2659L14.261 7.18997L13.2003 6.12931L10.1244 9.20522L7.06617 6.14698L6.00551 7.20764L9.06375 10.2659L6.12926 13.2004ZM3.07102 17.2132C2.06929 16.2115 1.31799 15.1007 0.817119 13.881C0.316252 12.6612 0.0658175 11.4149 0.0658172 10.1421C0.065817 8.86935 0.316251 7.62307 0.817118 6.40331C1.31799 5.18355 2.06929 4.0728 3.07102 3.07107C4.06097 2.08112 5.16583 1.33571 6.38558 0.834843C7.60534 0.333976 8.85162 0.0835421 10.1244 0.083542C11.3972 0.0835422 12.6464 0.33103 13.8721 0.826005C15.0977 1.32098 16.2114 2.06933 17.2132 3.07107C18.2031 4.06102 18.9456 5.16882 19.4405 6.39447C19.9355 7.62012 20.183 8.86935 20.183 10.1421C20.183 11.4149 19.9355 12.6642 19.4405 13.8898C18.9456 15.1155 18.2031 16.2233 17.2132 17.2132C16.2114 18.2149 15.0977 18.9633 13.8721 19.4583C12.6464 19.9532 11.3972 20.2007 10.1244 20.2007C8.85162 20.2007 7.60534 19.9503 6.38559 19.4494C5.16583 18.9486 4.06097 18.2032 3.07102 17.2132ZM4.13168 16.1525C5.7816 17.8025 7.78507 18.6274 10.1421 18.6274C12.4991 18.6274 14.5026 17.8025 16.1525 16.1525C17.8024 14.5026 18.6274 12.4992 18.6274 10.1421C18.6274 7.78511 17.8024 5.78164 16.1525 4.13173C14.5026 2.48181 12.4991 1.65685 10.1421 1.65685C7.78507 1.65685 5.7816 2.48181 4.13168 4.13173C2.48177 5.78164 1.65681 7.78511 1.65681 10.1421C1.65681 12.4992 2.48177 14.5026 4.13168 16.1525Z' fill='%23006EB7'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;margin-left:8px;}.select2-dropdown{border:1px solid var(--brand-gray-400) !important;border-top:none !important;}.select2-results__option{padding:16px !important;margin-bottom:0 !important;}.select2-container--default .select2-results__option--highlighted{background-color:var(--brand-light-blue) !important;color:var(--brand-blue-divider) !important;}.select2-container--default .select2-results__option[aria-selected="true"]{background-color:var(--brand-primary) !important;color:var(--brand-white) !important;}.select2-selection__arrow{display:none !important;}.select2-search--dropdown .select2-search__field{padding:16px !important;font-family:var(--ff-body);font-size:var(--fs-lg);}#edit-actions{width:100%;display:flex;justify-content:center;}.trigger-livechat{text-decoration:underline;}#all-locations-warning{display:none;color:#ac1c1e;}
/* @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{position:relative}.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-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;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[aria-selected]{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}.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 transparent transparent transparent;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:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.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__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 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:transparent;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[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.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--highlighted[aria-selected]{background-color:#5897fb;color:white}.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,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 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;margin-right:10px}.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,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 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 transparent transparent transparent;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:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;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,#fff 0%,#eee 50%);background-image:-o-linear-gradient(top,#fff 0%,#eee 50%);background-image:linear-gradient(to bottom,#fff 0%,#eee 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,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.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;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.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 transparent}.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[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{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;}
.bg-primary-blue .wysiwyg p,.bg-primary-green .wysiwyg p,.bg-gradient-green .wysiwyg p,.bg-gradient-blue .wysiwyg p{color:white;}
