.main_content>.rate-calculator {
    max-width: 900px !important;
    margin-bottom: 60px !important;
}

.rate-calculator__service legend {
    font-size: 16px;
    font-weight: 500;
}

.rate-calculator {
    line-height: 1.2;
    position: relative
}

@media(min-width:768px) {
    .rate-calculator {
        border: 1px solid #ccc;
        border-radius: 2px;
        padding: 20px 0
    }
}

.rate-calculator a {
    text-decoration: underline
}

.rate-calculator__wrapper {
    margin: 0;
    padding: 0
}

@media(min-width:768px) {
    .rate-calculator__wrapper {
        padding: 0 20px
    }
}

.rate-calculator__wrapper .rate-calculator__fields {
    display: flex;
    padding: 0 20px
}

@media(min-width:768px) {
    .rate-calculator__wrapper .rate-calculator__fields {
        padding: 0
    }
}

.rate-calculator__title {
    color: #37373c;
    display: inline-block;
    font-family: Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase
}

@media(min-width:576px) {
    .rate-calculator__title {
        font-size: 24px
    }
}

@media(min-width:768px) {
    .rate-calculator__title {
        background-color: #fff;
        left: 50%;
        padding: 0 4px;
        position: absolute;
        text-align: center;
        top: 0;
        transform: translateX(-50%) translateY(-50%)
    }
}

.rate-calculator__top {
    padding: 0
}

.rate-calculator__top>div {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 16px;
    text-align: center
}

.rate-calculator__top>div.rate-calculator__top--hide {
    display: none
}

.rate-calculator__top>div:first-child {
    margin: 0;
    padding-top: 28px
}

.rate-calculator__top>div:last-child {
    padding-bottom: 28px
}

.rate-calculator__panel {
    display: none
}

.rate-calculator__panel .wysiwyg {
    padding-top: 24px
}

.rate-calculator__panel.js-active {
    display: block
}

.rate-calculator__panel__notes {
    padding-top: 48px
}

.rate-calculator__panel__notes p {
    font-size: 14px;
    line-height: 1.2;
    margin: 12px 0
}

.rate-calculator__panel__notes p:first-child {
    margin-top: 0
}

.rate-calculator__panel__notes p:last-child {
    margin-bottom: 0
}

@media(max-width:767.98px) {
    .page-template-rate-calculator .main {
        overflow: hidden
    }
}

@media(max-width:575.98px) {
    .page-template-rate-calculator .content {
        padding-bottom: 0
    }
}

.rate-calculator input,
.rate-calculator select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    font-size: 16px;
    padding: 12px;
    width: 100%
}

.rate-calculator select {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2757%27 height=%2734%27%3E%3Cstyle%3E%3C/style%3E%3Cpath d=%27M1.18 1.1 55.54 1c1.06 0 1.49.49.96 1.09L29.46 33.05c-.53.6-1.39.6-1.92 0L.23 2.19c-.53-.6-.11-1.09.95-1.09Z%27 style=%27fill:%238a8b8f%27/%3E%3C/svg%3E"), linear-gradient(180deg, #fff 0, #fff);
    background-position: right .7em top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 20px auto, 100%;
    padding: 8px 15px;
    white-space: pre-wrap;
    font-size: 16px;
}

.rate-calculator .btn:disabled {
    opacity: 1;
    background-color: #d3d3d3;
    box-shadow: none;
    pointer-events: none;
}

.rate-calculator .btn--yellow:not(:disabled):not(.disabled) {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    background-color: #ffcc4d;
    color: #000;
    box-shadow: 0 4px #dda313;
    text-align: center;
    transition: background-color .15s linear, color .15s linear, box-shadow .15s linear;
}

.rate-calculator .btn--yellow:not(:disabled):not(.disabled):hover {
    background-color: #0056b8;
    color: #fff;
    box-shadow: 0 4px #234188;
}

.rate-calculator__fields,
.rate-calculator__services {
    font-size: 0;
    margin-bottom: 24px;
    margin-left: -24px;
    text-align: center
}

.rate-calculator__button {
    -webkit-backface-visibility: hidden;
    margin: 0;
    padding: 24px 0 0;
    text-align: center;
    transform: translateZ(0)
}

.rate-calculator__button button:focus,
.rate-calculator__button button:hover {
    cursor: pointer
}

.js-rc-preloader,
.rate-calculator__button.back-parent-hide {
    display: none
}

.js-rc-preloader.js-active {
    display: block
}

.rate-calculator__footnote {
    padding-top: 48px;
    text-align: center
}

.rate-calculator__footnote p {
    margin: 16px 0
}

.rate-calculator__footnote p:first-child {
    margin-top: 0
}

.rate-calculator__footnote p:last-child {
    margin-bottom: 0
}

.rate-calculator__footnote.rate-calculator__footnote--hide {
    display: none
}

.rate-calculator__field,
.rate-calculator__service {
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 24px;
    padding-left: 24px;
    width: 100%
}

.rate-calculator__field label,
.rate-calculator__service label {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 24px;
    text-align: left
}

.rate-calculator__field label:first-child,
.rate-calculator__service label:first-child {
    margin-top: 12px
}

@media(min-width:768px) {
    .rate-calculator__field,
    .rate-calculator__service {
        width: 50%
    }
}

.rate-calculator__field input[type=number],
.rate-calculator__field label,
.rate-calculator__service input[type=number],
.rate-calculator__service label {
    display: block;
    width: 100%
}

.rate-calculator__field input[type=radio],
.rate-calculator__service input[type=radio] {
    -webkit-appearance: radio;
    border: initial;
    box-shadow: none;
    margin: 0 0 0 6px;
    padding: 0;
    width: auto
}

.rate-calculator__field fieldset,
.rate-calculator__service fieldset {
    border: 0;
    margin-top: 24px;
    width: 100%
}

.rate-calculator__field {
    display: inline-block
}

.rate-calculator__service {
    display: none;
    vertical-align: top
}

.rate-calculator__service.js-rc-selected {
    display: inline-block
}

.service-callout {
    text-align: center
}

.service-callout .callout-icon__icon {
    display: inline-block;
    height: 64px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 80px
}

.service-callout .callout-icon__icon:before {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) scale(.8);
    transform-origin: center
}

.service-callout .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 20px
}

.rate-calculator__results {
    margin-bottom: 24px
}

.rate-calculator__results .result {
    display: block;
    font-size: 14px;
    height: 14px;
    line-height: 1;
    margin: 8px 0 8px auto;
    position: relative;
    width: 100%
}

.rate-calculator__results .result.result--note {
    height: auto;
    line-height: 1.2
}

.rate-calculator__results .result.result--note:before {
    display: none
}

@media(min-width:768px) {
    .rate-calculator__results .result {
        width: calc(100% - 104px)
    }
}

.rate-calculator__results .result:before {
    background-color: #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.rate-calculator__results .result .price,
.rate-calculator__results .result .result__label {
    background-color: #fff;
    display: inline-block;
    left: 0;
    padding-right: 4px;
    position: absolute;
    top: 0
}

.rate-calculator__results .result .price {
    left: auto;
    padding-left: 4px;
    padding-right: 0;
    right: 0
}

.rate-calculator__results .result-group-label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 32px 0 16px auto;
    width: 100%
}

@media(min-width:768px) {
    .rate-calculator__results .result-group-label {
        width: calc(100% - 104px)
    }
}

.rate-calculator__results .service-callout+.result-group-label {
    margin-top: 0
}

.rate-calculator__results .result.result--total {
    margin-top: 32px
}

.rate-calculator__results .result.result--total .price,
.rate-calculator__results .result.result--total .result__label {
    font-weight: 700
}

.final-result {
    border-top: 1px solid #000;
    margin-top: 32px;
    padding-top: 32px
}

.final-result .price,
.final-result .result__label {
    font-weight: 700
}

.service-callout.service-callout--result {
    border-top: 1px solid #000;
    margin-bottom: 12px;
    margin-top: 32px;
    padding-top: 32px;
    text-align: left
}

.service-callout.service-callout--result .title {
    display: inline-block;
    margin: 0 0 0 24px;
    padding-bottom: 16px;
    vertical-align: bottom;
    width: auto
}

.service-callout.service-callout--result .callout-icon__icon {
    vertical-align: bottom
}

.service-details {
    text-align: left
}

.service-details p {
    font-size: 14px;
    line-height: 1.2857142857;
    margin-top: 3px
}

.service-details p:first-child {
    margin-top: 10px
}

.service-details p:last-child {
    margin-bottom: 24px
}

.rate-calculator__city-services {
    font-size: 0
}

.rate-calculator__city-services .service-callout {
    text-align: left
}

.water-home-use .title {
    color: #1755ae
}

.water-irrigation .title {
    color: #356b8d
}

.water-irrigation .icon-irrigation {
    background-color: #356b8d
}

.water-irrigation .icon-irrigation:after {
    border-left-color: #2c5e7e
}

@media(min-width:768px) {
    .water-irrigation .icon-irrigation:after {
        border-left-color: transparent;
        border-top-color: #2c5e7e
    }
}

.electricity .title {
    color: #c85016
}

.wastewater .title {
    color: #024928
}

.city-services .title {
    color: #535557
}

.city-services .explanation-text {
    color: #a7a9ac;
    line-height: 1.5
}

.main-nav__menu>.menu-item>.menu-item__wrapper:after,
.quick-links__link--video:before,
[class*=" icon-"]:before,
[class^=icon-]:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: icons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    margin-left: .2em;
    margin-right: .2em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em
}

.vertical-center {
    align-items: center;
    display: flex
}

.vertical-center:before,
.vertical-center>* {
    flex: 1 1
}

.icon-question:before {
    content: "?";
    font-family: inherit;
    font-weight: 700
}

.icon-account:before {
    content: ""
}

.icon-accountbilling:before {
    content: ""
}

.icon-alert:before {
    content: ""
}

.icon-arrowright:before {
    content: ""
}

.icon-bill:before {
    content: ""
}

.icon-bulb:before {
    content: ""
}

.icon-calculator:before {
    content: ""
}

.icon-calendar:before {
    content: ""
}

.icon-callback:before {
    content: ""
}

.icon-careers:before {
    content: ""
}

.icon-chat:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-community:before {
    content: ""
}

.icon-creditcard:before {
    content: ""
}

.icon-customerservice:before {
    content: ""
}

.icon-document:before {
    content: ""
}

.icon-energy:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-faucet:before {
    content: ""
}

.icon-gear:before {
    content: ""
}

.icon-heart:before {
    content: ""
}

.icon-image:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-leaf:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-map:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-mic:before {
    content: ""
}

.icon-news:before {
    content: ""
}

.icon-pdf:before {
    content: ""
}

.icon-plant:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-rates:before {
    content: ""
}

.icon-rebates:before {
    content: ""
}

.icon-report:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-shovel:before {
    content: ""
}

.icon-startstoptransfer:before {
    content: ""
}

.icon-sun:before {
    content: ""
}

.icon-tree:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-usage:before {
    content: ""
}

.icon-video:before {
    content: ""
}

.icon-water:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-city:before {
    content: ""
}

.icon-arrowleft:before {
    content: ""
}

.icon-electric:before {
    content: ""
}

.icon-irrigation:before {
    content: ""
}

.icon-waste-water:before {
    content: ""
}

.icon-water-1:before {
    content: ""
}

.icon-globe:before {
    content: ""
}

.icon-volume-off:before {
    content: ""
}

.icon-volume-up:before {
    content: ""
}

.icon-city-1:before {
    content: ""
}

.icon-device-mobile:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-link-ext-alt:before {
    content: ""
}

.icon-twitter-x:before {
    content: ""
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media(min-width:576px) {
    .container--max-width {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container--max-width {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container--max-width {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container--max-width {
        max-width: 1024px
    }
}

.container--padded {
    padding-left: 2rem;
    padding-right: 2rem
}

@media(min-width:576px) {
    .container--padded {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.container--padded-med {
    padding-left: 2rem;
    padding-right: 2rem
}

@media(min-width:576px) {
    .container--padded-med {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

.container--padded-max {
    padding-left: 2rem;
    padding-right: 2rem
}

@media(min-width:576px) {
    .container--padded-max {
        padding-left: 8rem;
        padding-right: 8rem
    }
}

.embed embed,
.embed iframe,
.embed object,
.embed video,
.embed__item {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed--21by9:before {
    padding-top: 42.8571428571%
}

.embed--16by9:before {
    padding-top: 56.25%
}

.embed--4by3:before {
    padding-top: 133.3333333333%
}

.wp-embed-responsive .is-type-video.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    display: none
}

.heading--1 {
    color: #234188;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2
}

@media(min-width:576px) {
    .heading--1 {
        font-size: 5rem
    }
}

.heading--2 {
    color: #00703c;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2.7rem;
    line-height: 1.2
}

@media(min-width:576px) {
    .heading--2 {
        font-size: 3.2rem
    }
}

.heading--3 {
    color: #0056b8;
    font-family: Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}

@media(min-width:576px) {
    .heading--3 {
        font-size: 2.4rem
    }
}

.heading--4 {
    color: #00703c;
    font-family: Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}

@media(min-width:576px) {
    .heading--4 {
        font-size: 2.4rem
    }
}

.heading--5 {
    color: #c85016
}

.heading--5,
.heading--6 {
    font-family: Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2
}

.heading--6 {
    color: #37373c
}

.link--arrow {
    position: relative
}

.link--arrow:after {
    content: " ";
    font-family: icons;
    font-size: .8em;
    margin-left: .7rem;
    margin-right: .4rem;
    width: .8em
}

.link--arrow--animate:after {
    transition: margin-left .15s linear, margin-right .15s linear
}

.link--arrow--animate:hover:after {
    margin-left: 1.1rem;
    margin-right: 0
}

.link--underline {
    background-position-x: 0;
    background-position-y: 1.2em;
    background-repeat: no-repeat;
    background-size: 100% .1em;
    font-weight: 700;
    position: relative
}

.link--underline:hover {
    background-image: linear-gradient(90deg, currentColor, currentColor)
}

.link--underline--animate {
    background-position-x: .25em;
    background-size: calc(100% - .25em) .1em;
    padding-right: .25em;
    transition: background-position-x .15s linear, background-size .15s linear
}

.link--underline--animate:hover {
    background-position-x: 0
}

.link--underline.link--arrow {
    background-size: calc(100% - 1.4rem - 1.05em) .1em
}

.padded:not([class*=padded--]) {
    padding-left: 2rem;
    padding-right: 2rem
}

@media(min-width:576px) {
    .padded:not([class*=padded--]) {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .padded--med {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

.padded--max {
    padding-left: 2rem;
    padding-right: 2rem
}

@media(min-width:576px) {
    .padded--max {
        padding-left: 8rem;
        padding-right: 8rem
    }
}

.mg-mod-modal-close__text,
.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.js-focus-visible .focus-visible {
    outline: 2px solid #5e9ed6;
    outline: 2px solid -webkit-focus-ring-color
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    font-family: Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060
}

.popover,
.popover .arrow {
    display: block;
    position: absolute
}

.popover .arrow {
    height: .5rem;
    margin: 0 .3rem;
    width: 1rem
}

.popover .arrow:after,
.popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .3rem 0;
    width: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: .5rem .75rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #212529;
    padding: .5rem .75rem
}

.wysiwyg {
    line-height: 2.4rem
}

.wysiwyg a:not([class]),
.wysiwyg a[class=""],
.wysiwyg a[class=external-link],
.wysiwyg a[class=focus-visible] {
    color: #0056b8;
    text-decoration: underline
}

.wysiwyg a:not([class]):hover,
.wysiwyg a[class=""]:hover,
.wysiwyg a[class=external-link]:hover,
.wysiwyg a[class=focus-visible]:hover {
    color: #234188
}

.wysiwyg ol:not([class]),
.wysiwyg ol[class=""],
.wysiwyg ol[class=focus-visible],
.wysiwyg ul:not([class]),
.wysiwyg ul[class=""],
.wysiwyg ul[class=focus-visible] {
    list-style: none;
    padding-left: 2rem
}

.wysiwyg ol:not([class]) ol,
.wysiwyg ol:not([class]) ul,
.wysiwyg ol[class=""] ol,
.wysiwyg ol[class=""] ul,
.wysiwyg ol[class=focus-visible] ol,
.wysiwyg ol[class=focus-visible] ul,
.wysiwyg ul:not([class]) ol,
.wysiwyg ul:not([class]) ul,
.wysiwyg ul[class=""] ol,
.wysiwyg ul[class=""] ul,
.wysiwyg ul[class=focus-visible] ol,
.wysiwyg ul[class=focus-visible] ul {
    margin-bottom: 0
}

.wysiwyg ol:not([class]),
.wysiwyg ol[class=""],
.wysiwyg ol[class=focus-visible] {
    counter-reset: li;
    list-style: none;
    padding-left: 3rem
}

.wysiwyg ol:not([class]) li,
.wysiwyg ol[class=""] li,
.wysiwyg ol[class=focus-visible] li {
    counter-increment: li;
    line-height: 1.5;
    margin-bottom: 1rem
}

.wysiwyg ol:not([class]) li:before,
.wysiwyg ol[class=""] li:before,
.wysiwyg ol[class=focus-visible] li:before {
    background: #00703c;
    color: #fff;
    content: counter(li);
    display: inline-block;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
    margin-left: -3rem;
    margin-right: 1rem;
    text-align: center;
    width: 2rem
}

.wysiwyg ol:not([class]) li:last-child,
.wysiwyg ol[class=""] li:last-child,
.wysiwyg ol[class=focus-visible] li:last-child {
    margin-bottom: 0
}

.wysiwyg ul.block-editor-rich-text__editable,
.wysiwyg ul:not([class]),
.wysiwyg ul[class=""],
.wysiwyg ul[class=focus-visible] {
    list-style: disc outside
}

.wysiwyg ul.block-editor-rich-text__editable li,
.wysiwyg ul:not([class]) li,
.wysiwyg ul[class=""] li,
.wysiwyg ul[class=focus-visible] li {
    margin-bottom: 1rem
}

.wysiwyg ul.block-editor-rich-text__editable li:last-child,
.wysiwyg ul:not([class]) li:last-child,
.wysiwyg ul[class=""] li:last-child,
.wysiwyg ul[class=focus-visible] li:last-child {
    margin-bottom: 0
}

.wysiwyg .imapper-content-header:where(:not([data-unstyle*=",wysiwyg,"])),
.wysiwyg h1:where(:not([data-unstyle*=",wysiwyg,"])) {
    color: #00703c;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2.7rem;
    line-height: 1.2
}

@media(min-width:576px) {
    .wysiwyg .imapper-content-header:where(:not([data-unstyle*=",wysiwyg,"])),
    .wysiwyg h1:where(:not([data-unstyle*=",wysiwyg,"])) {
        font-size: 3.2rem
    }
}

.wysiwyg h2:where(:not([data-unstyle*=",wysiwyg,"])) {
    color: #00703c;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2.7rem;
    line-height: 1.2
}

@media(min-width:576px) {
    .wysiwyg h2:where(:not([data-unstyle*=",wysiwyg,"])) {
        font-size: 3.2rem
    }
}

.wysiwyg h3:where(:not([data-unstyle*=",wysiwyg,"])) {
    color: #0056b8;
    font-family: Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}

@media(min-width:576px) {
    .wysiwyg h3:where(:not([data-unstyle*=",wysiwyg,"])) {
        font-size: 2.4rem
    }
}

.wysiwyg h4:where(:not([data-unstyle*=",wysiwyg,"])) {
    color: #00703c;
    font-family: Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2
}

@media(min-width:576px) {
    .wysiwyg h4:where(:not([data-unstyle*=",wysiwyg,"])) {
        font-size: 2.4rem
    }
}

.wysiwyg h5:where(:not([data-unstyle*=",wysiwyg,"])) {
    color: #c85016;
    font-family: Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2
}

.wysiwyg h6:where(:not([data-unstyle*=",wysiwyg,"])) {
    color: #37373c;
    font-family: Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2
}

.wysiwyg blockquote {
    border-left: 1rem solid #eb6f24;
    color: #666;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 700;
    padding: 1.6rem 1.9rem
}

.wysiwyg blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 400;
    margin-top: 1rem
}

.wysiwyg hr {
    border: 0;
    border-bottom: 1px solid #234188
}

.wysiwyg figure,
.wysiwyg img {
    max-width: 100%
}

.wysiwyg figcaption {
    color: #234188;
    font-size: 1.8rem;
    font-style: italic;
    letter-spacing: .02rem
}

.wysiwyg .wp-block-table {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    overflow: auto
}

.wysiwyg .wp-block-table table {
    min-width: 100%
}

.wysiwyg .wp-block-table tbody:first-child tr:first-child,
.wysiwyg .wp-block-table thead tr {
    background-color: #234188;
    color: #fff
}

.wysiwyg .wp-block-table tbody:first-child tr:first-child td,
.wysiwyg .wp-block-table tbody:first-child tr:first-child th,
.wysiwyg .wp-block-table thead tr td,
.wysiwyg .wp-block-table thead tr th {
    font-weight: 700
}

.wysiwyg .wp-block-table tbody tr:nth-child(2n) {
    background-color: rgba(0, 86, 184, .05)
}

.wysiwyg .wp-block-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e9ecef
}

.wysiwyg .wp-block-table tbody tr.highlight {
    background: #eb6f24;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.wysiwyg .wp-block-table td,
.wysiwyg .wp-block-table th {
    padding: 1rem 2rem
}

.wysiwyg .wp-block-table td:first-child,
.wysiwyg .wp-block-table th:first-child {
    padding-left: 3rem
}

.wysiwyg .wp-block-table td:last-child,
.wysiwyg .wp-block-table th:last-child {
    padding-right: 3rem
}

.wysiwyg .wp-block-table td.has-text-align-left,
.wysiwyg .wp-block-table th.has-text-align-left {
    text-align: left
}

.wysiwyg .wp-block-table td.has-text-align-right,
.wysiwyg .wp-block-table th.has-text-align-right {
    text-align: right
}

.wysiwyg .wp-block-table td.has-text-align-center,
.wysiwyg .wp-block-table th.has-text-align-center {
    text-align: center
}

.wysiwyg .wp-block-table td.highlight,
.wysiwyg .wp-block-table th.highlight {
    background: #eb6f24;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.wysiwyg .wp-block-button__link {
    border-radius: 3px!important
}

@media(min-width:576px) {
    .wysiwyg>* {
        margin-bottom: 6rem
    }
}

.wysiwyg>* {
    margin-bottom: 4rem;
    margin-top: 4rem
}

@media(min-width:576px) {
    .wysiwyg>* {
        margin-bottom: 6rem;
        margin-top: 6rem
    }
}

.wysiwyg>.imapper-content-header,
.wysiwyg>blockquote,
.wysiwyg>h1,
.wysiwyg>h2,
.wysiwyg>h3,
.wysiwyg>h4,
.wysiwyg>h5,
.wysiwyg>h6,
.wysiwyg>ol,
.wysiwyg>p,
.wysiwyg>ul {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.wysiwyg>.imapper-content-header+blockquote,
.wysiwyg>.imapper-content-header+ol,
.wysiwyg>.imapper-content-header+p,
.wysiwyg>.imapper-content-header+ul,
.wysiwyg>h1+blockquote,
.wysiwyg>h1+ol,
.wysiwyg>h1+p,
.wysiwyg>h1+ul,
.wysiwyg>h2+blockquote,
.wysiwyg>h2+ol,
.wysiwyg>h2+p,
.wysiwyg>h2+ul,
.wysiwyg>h3+blockquote,
.wysiwyg>h3+ol,
.wysiwyg>h3+p,
.wysiwyg>h3+ul,
.wysiwyg>h4+blockquote,
.wysiwyg>h4+ol,
.wysiwyg>h4+p,
.wysiwyg>h4+ul,
.wysiwyg>h5+blockquote,
.wysiwyg>h5+ol,
.wysiwyg>h5+p,
.wysiwyg>h5+ul,
.wysiwyg>h6+blockquote,
.wysiwyg>h6+ol,
.wysiwyg>h6+p,
.wysiwyg>h6+ul {
    margin-top: 1rem
}

.wysiwyg>h4,
.wysiwyg>h5,
.wysiwyg>h6 {
    margin-bottom: .6rem
}

.wysiwyg>hr {
    margin-bottom: 4rem;
    margin-top: 4rem
}

.wysiwyg>:last-child {
    margin-bottom: 0
}

.wysiwyg>:first-child {
    margin-top: 0
}

@media(max-width:575.98px) {
    .wysiwyg>.wp-caption,
    .wysiwyg>img {
        height: auto!important;
        width: 100%!important
    }
}

.board-meetings__wrapper {
    overflow: auto
}

.btn,
.wysiwyg .wp-block-button__link {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 1rem 2rem;
    text-align: center;
    transition: background-color .15s linear, color .15s linear, box-shadow .15s linear
}

.btn--clear,
.btn:not([class*=btn--]):not([class*=wp-block-button__]),
.wysiwyg .wp-block-button__link:not([class*=btn--]):not([class*=wp-block-button__]) {
    border: 1px solid #fff;
    color: #fff
}

.btn--clear:hover,
.btn--white,
.btn:not([class*=btn--]):not([class*=wp-block-button__]):hover,
.wysiwyg .wp-block-button__link:not([class*=btn--]):not([class*=wp-block-button__]):hover {
    background-color: #fff;
    color: #000
}

.btn--white {
    border: 1px solid #fff
}

.btn--white:hover {
    background-color: transparent;
    color: #fff
}

.btn--blue,
.btn--primary,
.btn--yellow:hover,
.wysiwyg .wp-block-button__link:hover {
    background-color: #0056b8;
    color: #fff
}

.btn--blue.btn--3d,
.btn--primary.btn--3d,
.btn--yellow.btn--3d:hover,
.wysiwyg .btn--blue.wp-block-button__link,
.wysiwyg .btn--primary.wp-block-button__link,
.wysiwyg .wp-block-button__link:hover {
    box-shadow: 0 4px #234188
}

.btn--blue:hover,
.btn--primary:hover,
.btn--yellow,
.wysiwyg .wp-block-button__link {
    background-color: #ffcc4d;
    color: #000
}

.btn--blue:hover:disabled,
.btn--primary:hover:disabled,
.btn--yellow:disabled,
.wysiwyg .wp-block-button__link:disabled {
    background-color: #d3d3d3;
    box-shadow: none;
    pointer-events: none
}

.btn--blue.btn--3d:hover,
.btn--primary.btn--3d,
.btn--yellow.btn--3d,
.wysiwyg .wp-block-button__link {
    box-shadow: 0 4px #dda313
}

.btn--blue.btn--3d:hover:disabled,
.btn--primary.btn--3d:disabled,
.btn--yellow.btn--3d:disabled,
.wysiwyg .wp-block-button__link:disabled {
    background-color: #d3d3d3;
    box-shadow: none;
    pointer-events: none
}

.btn.disabled,
.btn[disabled],
.wysiwyg .disabled.wp-block-button__link,
.wysiwyg [disabled].wp-block-button__link {
    background-color: #ccc;
    box-shadow: 0 4px #555;
    color: #999;
    cursor: not-allowed
}

.btn--circle {
    aspect-ratio: 1;
    border-radius: 99rem;
    padding: 1rem
}

.btn--blue-dark {
    background-color: #0056b8;
    color: #fff
}

.btn--blue-dark:is(:hover,
:focus),
.u-capture-hover:is(:hover,
:focus) .btn--blue-dark {
    background-color: #234188
}

.content {
    padding-bottom: 5rem
}

.cookie-notice__container {
    align-items: flex-start;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    display: none;
    justify-content: space-between;
    padding: 1.5rem;
    position: fixed;
    z-index: 1000000
}

@media(max-width:767.98px) {
    .cookie-notice__container {
        left: 1rem;
        top: 1rem;
        width: calc(100% - 2rem)
    }
}

@media(min-width:768px) {
    .cookie-notice__container {
        bottom: 1rem;
        max-width: 35rem;
        right: 1rem
    }
}

.cookie-notice__container.js-enabled {
    display: flex
}

.cookie-notice__container.js-disabled {
    display: none
}

.cookie-notice__close,
.cookie-notice__text {
    font-size: 1.4rem
}

.cookie-notice__text {
    margin-right: 1rem
}

.cookie-notice__text.wysiwyg,
.home .cookie-notice__text.wysiwyg {
    margin-top: 0
}

.cookie-notice__text.wysiwyg>*,
.home .cookie-notice__text.wysiwyg>* {
    margin-bottom: 1rem
}

.cookie-notice__close {
    cursor: pointer
}

#external-modal-backdrop {
    height: 100%;
    opacity: .5;
    width: 100%;
    z-index: 99
}

#external-modal,
#external-modal-backdrop {
    background-color: #fff;
    display: none;
    position: fixed
}

#external-modal {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    left: 50%;
    max-width: 600px;
    padding: 4rem;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100
}

#external-modal .logo .header__logo-img--horizontal {
    display: block!important
}

#external-modal .message {
    line-height: 1.5;
    margin: 3rem 0
}

@media(max-width:991.98px) {
    #external-modal .message {
        font-size: 1.3rem
    }
}

#external-modal .btn-wrap {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%
}

#external-modal .btn-wrap a:first-of-type {
    margin-right: 4rem
}

.wysiwyg .external-link:not(.btn):after {
    color: #234188;
    content: " ";
    font-family: icons
}

.filters {
    display: flex;
    margin-bottom: 4rem
}

.facetwp-dropdown {
    -webkit-appearance: none;
    background: none;
    border: none;
    height: 100%;
    padding: .6rem 5rem .6rem .6rem;
    width: 100%
}

.facetwp-dropdown::-ms-expand {
    display: none
}

.facetwp-dropdown-label {
    font-size: 1.2rem;
    left: .6rem;
    position: absolute;
    top: .6rem
}

.facetwp-dropdown-label+.facetwp-dropdown {
    padding: 2.4rem 5rem .6rem .6rem
}

.facetwp-type-dropdown {
    border: 2px solid #666;
    border-radius: 3px;
    font-family: Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    position: relative
}

.facetwp-type-dropdown:after {
    content: "▾";
    display: block;
    position: absolute;
    right: .6rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.facetwp-type-dropdown .facetwp-overlay {
    display: none
}

.footer {
    padding: 0;
    z-index: 10
}

.footer__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media(max-width:991.98px) {
    .footer__container {
        text-align: center
    }
}

@media(min-width:768px) {
    .footer__container {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

@media(min-width:992px) {
    .footer__container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .footer__container {
        max-width: 1140px
    }
}

@media(min-width:1440px) {
    .footer__container {
        max-width: 1250px
    }
}

.footer__container--no-flex {
    display: block
}

.footer__top-row {
    background: #fff;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, .2);
    padding: 0 0 3rem
}

@media(max-width:991.98px) {
    .footer__top-row {
        display: flex
    }
}

.footer__middle-row {
    background: #fff;
    padding: 3rem 0
}

@media(max-width:991.98px) {
    .footer__middle-row {
        display: none
    }
}

.footer__bottom-row {
    background: #37373c;
    color: #fff;
    padding: 3.3rem 0
}

@media(max-width:767.98px) {
    .footer__bottom-row {
        padding-bottom: 12rem
    }
    .footer__bottom-row .footer__container {
        padding: 0
    }
    .footer__bottom-row .footer__contact-info {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.footer__menu {
    background: #0056b8;
    margin-top: -1.5rem;
    padding: 3rem;
    position: relative;
    z-index: 10
}

.footer__menu:after {
    border-left: 15px solid #234188;
    border-top: 15px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0
}

.footer__menu .focus-visible {
    outline: 2px solid #eb6f24
}

@media(max-width:991.98px)and (-ms-high-contrast:active),
(max-width:991.98px)and (-ms-high-contrast:none) {
    .footer__menu {
        flex: 1 1 0%
    }
}

.footer__navigation {
    width: 100%
}

.footer__contact-info {
    margin-bottom: 2.5rem
}

@media(min-width:768px) {
    .footer__contact-info {
        align-items: flex-start;
        display: flex;
        justify-content: space-between
    }
}

.footer__contact-col {
    flex: 1;
    margin: 0 1rem
}

@media(max-width:991.98px) {
    .footer__contact-col {
        margin-bottom: 4rem
    }
}

@media(min-width:576px) {
    .footer__contact-col:first-child {
        flex: 2;
        margin-left: 0
    }
    .footer__contact-col:last-child {
        margin-right: 0
    }
}

.footer__contact-header {
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem
}

.footer__contact-content {
    font-size: 1.4rem;
    line-height: 1.5
}

.footer__contact-content p {
    margin-bottom: 1rem
}

.footer__contact-content p:last-child {
    margin-bottom: 0
}

.footer__legal {
    font-size: 1.2rem
}

@media(min-width:768px) {
    .footer__legal {
        align-items: center;
        display: flex;
        justify-content: center
    }
}

@media(max-width:767.98px) {
    .footer__legal-top {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media(min-width:768px) {
    .footer__legal-top {
        align-items: center;
        display: flex;
        justify-content: center
    }
}

@media(max-width:767.98px) {
    .footer__copyright {
        margin-top: 1rem
    }
}

@media(min-width:768px) {
    .footer__copyright {
        margin-left: 4rem
    }
}

.footer__mobile-menu {
    background: #0056b8;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10000
}

.footer__mobile-menu .focus-visible {
    outline: 2px solid #eb6f24
}

@media(min-width:768px) {
    .footer__mobile-menu {
        display: none
    }
}

.footer__language {
    position: relative
}

@media(max-width:767.98px) {
    .footer__language {
        margin-top: 1rem
    }
}

.footer__language .wpml-ls {
    border: 0;
    padding: 0
}

.footer__language .wpml-ls ul {
    display: flex;
    flex-direction: column
}

.footer__language .wpml-ls ul li {
    width: 100%
}

.footer__language .wpml-ls ul li a {
    font-weight: 700;
    padding: 1rem
}

.footer__language .wpml-ls-item {
    color: #0056b8
}

.footer__language .wpml-ls-item a:focus,
.footer__language .wpml-ls-item a:hover {
    color: #234188
}

.footer__language .wpml-ls-item a:focus span,
.footer__language .wpml-ls-item a:hover span {
    text-decoration: underline
}

.footer__language-switcher {
    background: #fff;
    display: block
}

.footer__language-switcher--hidden {
    display: none
}

.footer__language-toggle {
    color: #fff;
    cursor: pointer;
    padding: 1rem
}

.footer__language-toggle:focus,
.footer__language-toggle:hover {
    text-decoration: underline
}

.footer__language-toggle:focus:before,
.footer__language-toggle:hover:before {
    text-decoration: none
}

.footer__language-toggle[aria-expanded=true] {
    background: #fff;
    color: #234188
}

@media(min-width:768px) {
    .footer__language {
        margin-left: 4rem
    }
    .footer__language-switcher {
        bottom: 3.2rem;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        width: 20rem
    }
}

.footer.js-main-nav-active {
    background-color: #0056b8
}

.footer.js-main-nav-active .focus-visible {
    outline: 2px solid #eb6f24
}

@media(max-width:767.98px) {
    .footer.js-main-nav-active {
        display: flex;
        flex: 1 0 auto;
        flex-direction: column;
        justify-content: space-between
    }
    .footer.js-main-nav-active>:not(.footer__top-row):not(.footer__mobile-menu) {
        display: none
    }
}

@media(min-width:768px) {
    .footer.js-main-nav-active>:not(.footer__top-row) {
        display: none
    }
}

@media(max-width:767.98px) {
    .footer.js-main-nav-active .menu__social {
        justify-content: space-between
    }
}

@media(min-width:768px) {
    .footer.js-main-nav-active .menu__social {
        margin-top: 0
    }
}

.footer.js-main-nav-active .menu__social-item a {
    color: #fff
}

.footer.js-main-nav-active .menu__social .focus-visible {
    outline: 2px solid #eb6f24
}

@media(max-width:767.98px) {
    .footer.js-main-nav-active .menu__footer {
        display: block
    }
    .footer.js-main-nav-active .menu__footer .menu-item {
        margin-bottom: 2.4rem;
        padding: 0;
        text-align: left
    }
    .footer.js-main-nav-active .menu__footer .menu-item:last-child {
        margin-bottom: 0
    }
}

.footer.js-main-nav-active .footer__menu {
    padding: 0
}

@media(max-width:767.98px) {
    .footer.js-main-nav-active .footer__menu {
        margin: 3rem 0 4rem
    }
}

@media(min-width:768px) {
    .footer.js-main-nav-active .footer__menu {
        margin-top: 0;
        padding: 2rem
    }
}

.footer.js-main-nav-active .footer__menu:after {
    display: none
}

.footer.js-main-nav-active .footer__top-row {
    background-color: #0056b8;
    box-shadow: none
}

.footer.js-main-nav-active .footer__mobile-menu {
    position: relative
}

.form--search {
    align-items: center;
    border: 1px solid #9c9c9f;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    padding: .7rem 1.6rem
}

.form--search .form__input--text {
    border: none;
    flex-grow: 1;
    font-style: italic;
    line-height: normal
}

@media(max-width:991.98px) {
    .form--search .form__input--text {
        width: calc(100% - 1.4em)
    }
}

.form__btn--search {
    background: transparent;
    border: none;
    color: #0056b8;
    cursor: pointer
}

.form-group {
    display: flex;
    flex-direction: column
}

.header {
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .2);
    padding-bottom: 0;
    padding-top: 2rem;
    position: relative;
    z-index: 10
}

@media(max-width:767.98px) {
    .header {
        padding-bottom: 1.6rem;
        padding-top: 1.6rem
    }
}

.header__container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media(min-width:992px) {
    .header__container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .header__container {
        max-width: 1140px
    }
}

@media(min-width:1440px) {
    .header__container {
        max-width: 1250px
    }
}

.header__logo-col,
.header__menu-col {
    flex: 1
}

.header__logo-col {
    margin-bottom: 2rem
}

@media(max-width:767.98px) {
    .header__logo-col {
        margin-bottom: 0
    }
}

.header__logo {
    display: inline-block;
    height: 0;
    padding: 56.862745098% 0 0;
    position: relative;
    width: 100%
}

@media(min-width:768px) {
    .header__logo {
        padding-top: 13.0813953488%
    }
}

.header__logo svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media(max-width:767.98px) {
    .header__logo-img--horizontal {
        display: none
    }
    .header__logo-img--stacked {
        display: block
    }
}

@media(min-width:768px) {
    .header__logo-img--horizontal {
        display: block;
        max-width: 80%
    }
    .header__logo-img--stacked {
        display: none
    }
}

@media(max-width:767.98px) {
    .header__menu-col {
        flex: 2
    }
}

.header__top-row {
    margin-bottom: 2.6rem
}

@media(max-width:767.98px) {
    .header__top-row {
        margin-bottom: 1.6rem
    }
}

.header__nav {
    justify-content: flex-end
}

@media(min-width:992px) {
    .header__nav {
        display: flex
    }
}

.header__bottom-row {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end
}

.header__search {
    margin-left: 1.5rem;
    width: 100%
}

@media(max-width:767.98px) {
    .header__search {
        margin-left: 2.5rem
    }
}

.header__main-menu-toggle {
    background: #0056b8;
    margin-bottom: -1.5rem;
    margin-left: 3rem;
    padding: 3rem 3.4rem;
    position: relative
}

.header__main-menu-toggle:after {
    border-bottom: 1.5rem solid transparent;
    border-left: 1.5rem solid #234188;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -1.5rem;
    width: 0
}

@media(max-width:767.98px) {
    .header__main-menu-toggle {
        display: none
    }
}

.header__toggle {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Open Sans Condensed, open sans condensed, Helvetica Neue, Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase
}

.header__toggle.active .icon:before {
    content: ""
}

.header__toggle .icon {
    margin-left: 1.3rem
}

.header__toggle.focus-visible {
    outline: 2px solid #eb6f24
}

s .header.js-main-nav-active {
    box-shadow: none
}

s .header.js-main-nav-active .header__main-menu-toggle:after {
    display: none
}

@media(max-width:575.98px) {
    s .header.js-main-nav-active {
        display: none
    }
}

@media(max-width:767.98px) {
    .imapper-content-text .mCSB_container>* {
        font-size: 2rem!important
    }
}

.mg-mod-modal-close {
    cursor: pointer;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:991.98px) {
    .mg-mod-modal-close {
        font-size: 2rem
    }
}

.mg-mod-modal-close:before {
    color: #fff;
    content: "";
    display: block;
    font-family: icons
}

.mg-mod-modal__wrapper {
    margin: 0 auto;
    padding: 3rem;
    pointer-events: all;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

@media(min-width:576px) {
    .mg-mod-modal__wrapper {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .mg-mod-modal__wrapper {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .mg-mod-modal__wrapper {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .mg-mod-modal__wrapper {
        max-width: 1024px
    }
}

.mg-mod-modal-overlay {
    animation: fadeLayer .5s linear;
    background: #000;
    bottom: 0;
    left: 0;
    opacity: .85;
    position: fixed;
    right: 0;
    top: 0
}

.mg-mod-modal-overlay .invisible {
    visibility: hidden
}

@keyframes fadeLayer {
    0% {
        opacity: 0
    }
    to {
        opacity: .85
    }
}

@keyframes dropIn {
    0% {
        top: 0;
        transform: translateY(0)
    }
    to {
        top: 50%;
        transform: translateY(-50%)
    }
}

dialog {
    border: 0;
    display: block
}

.no-scroll {
    overflow: hidden
}

.mg-mod-modal {
    background: transparent;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 66667
}

.mg-mod-modal__wrapper {
    animation: dropIn .5s ease-in-out
}

.mg-mod-modal__wrapper.mg-mod--light {
    background: #fff
}

.mg-mod-modal-overlay {
    z-index: 66666
}

.mg-mod-modal-close.mg-mod--light {
    right: 1rem;
    top: 1rem
}

.mg-mod-modal-close.mg-mod--light:before {
    color: #000
}

.menu__header {
    display: flex;
    font-family: Open Sans Condensed, open sans condensed, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
    justify-content: flex-end
}

@media(max-width:767.98px) {
    .menu__header .menu-item {
        display: none
    }
    .menu__header .menu-item--spanish {
        display: block
    }
}

.menu__header .menu-item a {
    color: #0056b8
}

.menu__header .menu-item a:hover {
    text-decoration: underline
}

.menu__footer {
    font-size: 1.8rem
}

@media(max-width:991.98px) {
    .menu__footer {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.menu__footer .menu-item {
    margin-right: 3rem
}

@media(max-width:991.98px) {
    .menu__footer .menu-item {
        flex: 0;
        flex-basis: calc(50% - 0.5rem);
        margin: 0 0 1rem;
        text-align: center
    }
    .menu__footer .menu-item:nth-child(odd) {
        padding-right: .5rem
    }
    .menu__footer .menu-item:nth-child(2n) {
        padding-left: .5rem
    }
}

.menu__footer .menu-item:last-child {
    margin-right: 0
}

.menu__footer .menu-item a {
    color: #fff;
    font-family: Open Sans Condensed, open sans condensed, Helvetica Neue, Arial, sans-serif;
    font-weight: 700
}

.menu__footer .menu-item a:hover {
    color: #ffcc4d
}

.menu__social {
    font-size: 2.4rem
}

@media(max-width:991.98px) {
    .menu__social {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-top: 2rem
    }
}

.menu__social-item {
    margin-left: 2rem
}

.menu__social-item:first-child {
    margin-left: 0
}

.menu__social-item a {
    color: #0056b8
}

.menu__social-item a:hover {
    color: #eb6f24
}

.menu__social-item svg {
    fill: #fff;
    background-color: #0056b8;
    border-radius: 100%;
    height: 24px;
    padding: 6px;
    width: 24px
}

.menu__social-item svg:hover {
    background-color: #eb6f24
}

.menu__footer-navigation {
    align-items: flex-start;
    justify-content: space-between
}

.menu__footer-navigation .menu-item-has-children {
    font-size: 1.2rem
}

.menu__footer-navigation .menu-item-has-children>a {
    color: #37373c;
    text-transform: uppercase
}

.menu__footer-navigation .sub-menu {
    margin-top: 2rem
}

.menu__footer-navigation .sub-menu .menu-item {
    font-size: 1.4rem;
    margin-bottom: 2rem
}

.menu__footer-navigation .sub-menu .menu-item a {
    color: #0056b8;
    font-family: Open Sans Condensed, open sans condensed, Helvetica Neue, Arial, sans-serif;
    font-weight: 700
}

.menu__footer-navigation .sub-menu .menu-item a:hover {
    text-decoration: underline
}

.menu__mobile {
    align-items: stretch;
    display: flex;
    justify-content: center
}

.menu__mobile .menu-item {
    flex: 1;
    font-family: Open Sans Condensed, open sans condensed, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
    text-align: center
}

.menu__mobile .menu-item:first-child .menu__toggle-text,
.menu__mobile .menu-item:first-child a {
    border-left: none
}

.menu__mobile .menu-item .menu__toggle-text,
.menu__mobile .menu-item a {
    border-left: 1px solid #fff;
    display: flex;
    flex-direction: column;
    height: calc(100% - 2.4rem);
    justify-content: center;
    margin: 1.2rem 0;
    padding: .8rem 0;
    width: 100%
}

.menu__mobile .menu-item .menu__toggle,
.menu__mobile .menu-item a {
    color: #fff
}

.menu__mobile .menu-item .icon:before,
.menu__mobile .menu-item.icon:before {
    display: block;
    margin: 0 auto .5rem
}

.menu__mobile .menu__toggle {
    height: 100%;
    width: 100%
}

.menu__mobile .menu__toggle:focus {
    outline-offset: -4px
}

.menu__mobile .menu__toggle.active {
    background-color: #fff;
    color: #0056b8
}

.menu__mobile .menu__toggle.active .icon:before {
    content: ""
}

.menu__res-solar,
.menu__w2s {
    display: block
}

@media(min-width:768px) {
    .menu__res-solar,
    .menu__w2s {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

.menu__res-solar .menu-item,
.menu__w2s .menu-item {
    display: block;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 5rem;
    margin: 1rem 0;
    padding: 0 1rem;
    text-shadow: 0 0 12px #000
}

@media(min-width:768px) {
    .menu__res-solar .menu-item,
    .menu__w2s .menu-item {
        flex: 1;
        text-align: center;
        width: 100%
    }
}

.menu__res-solar .menu-item a,
.menu__w2s .menu-item a {
    display: inline-block
}

@media(min-width:768px) {
    .menu__res-solar .menu-item a,
    .menu__w2s .menu-item a {
        display: block
    }
}

.menu__res-solar .menu-item a:hover,
.menu__w2s .menu-item a:hover {
    color: #ffcc4d
}

.menu__res-solar .menu-item a:after,
.menu__w2s .menu-item a:after {
    background: transparent;
    box-shadow: none;
    content: "";
    display: block;
    height: .5rem
}

@media(min-width:768px) {
    .menu__res-solar .menu-item a:after,
    .menu__w2s .menu-item a:after {
        height: 1rem;
        margin-top: 1.5rem;
        width: 100%
    }
}

.menu__res-solar .menu-item.current-menu-item,
.menu__w2s .menu-item.current-menu-item {
    font-weight: 700
}

.menu__res-solar .menu-item.current-menu-item :after,
.menu__w2s .menu-item.current-menu-item :after {
    background: #fff;
    box-shadow: 0 0 12px #000
}

.menu__res-solar .menu-item.current-menu-item:hover :after,
.menu__w2s .menu-item.current-menu-item:hover :after {
    background: #ffcc4d
}

@media(min-width:768px) {
    .menu {
        display: flex
    }
    .menu-item {
        margin-right: 1.5rem
    }
    .menu-item:last-child {
        margin-right: 0
    }
}

.page-header {
    color: #fff;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

@media(max-width:991.98px) {
    .page-header {
        max-width: 767px
    }
}

@media(min-width:768px)and (max-width:991.98px) {
    .page-header {
        max-width: calc(100% - 40px)
    }
}

@media(min-width:992px)and (max-width:1199.98px) {
    .page-header {
        max-width: 937px
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .page-header {
        max-width: 1145px
    }
}

@media(min-width:1440px) {
    .page-header {
        max-width: 1385px;
        max-width: 1145px!important
    }
}

.page-header__container>:not(:first-child):not(.icon) {
    margin-top: 2rem
}

@media(min-width:576px) {
    .page-header__container>:not(:first-child):not(.icon) {
        margin-top: 4rem
    }
}

.page-header__main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 24rem;
    padding-bottom: 3.5rem;
    padding-top: 5rem;
    position: relative
}

@media(min-width:992px) {
    .page-header__main {
        min-height: 30rem
    }
}

.page-header__icon {
    color: hsla(0, 0%, 100%, .1);
    display: block;
    font-family: icons;
    font-size: 20rem;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:991.98px) {
    .page-header__icon {
        right: 0
    }
}

@media(min-width:992px)and (max-width:1199.98px) {
    .page-header__icon {
        right: 4%
    }
}

.page-header__title {
    color: inherit;
    text-shadow: 0 0 12px #000
}

@media(min-width:768px) {
    .page-header__title {
        max-width: 75%
    }
}

.page-header__meta {
    font-size: .85em;
    margin-top: .5rem
}

.page-header__category {
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase
}

@media(min-width:576px) {
    .page-header__category {
        margin-bottom: 3rem
    }
}

.page-header__nav-prompt {
    font-weight: 300
}

.page-header__tab {
    box-shadow: 1px 0 0 0 #fff, 0 1px 0 0 #fff, 1px 1px 0 0 #fff, inset 1px 0 0 0 #fff, inset 0 1px 0 0 #fff;
    color: inherit;
    cursor: pointer;
    font-weight: 700;
    padding: 1rem 3rem;
    transition: background-color .3s linear, color .15s linear
}

@media(max-width:575.98px) {
    .page-header__tab:not(:last-child) {
        margin-bottom: 1rem
    }
}

.page-header__tab:before {
    font-family: icons
}

.page-header__tab.active {
    background-color: #fff;
    color: #234188;
    transition: background-color .15s linear, color .3s linear
}

.page-header__tab.active:before {
    content: ""
}

.page-header__tablist {
    display: flex;
    margin-top: 2rem;
    position: relative;
    z-index: 1
}

@media(max-width:575.98px) {
    .page-header__tablist {
        align-items: flex-start;
        flex-direction: column
    }
}

@media(min-width:576px) {
    .page-header__tablist {
        flex-wrap: wrap
    }
}

@media(max-width:767.98px) {
    .page-header__sidebar {
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }
}

@media(max-width:767.98px)and (min-width:576px) {
    .page-header__sidebar {
        max-width: 540px
    }
}

@media(max-width:767.98px)and (min-width:768px) {
    .page-header__sidebar {
        max-width: 720px
    }
}

@media(max-width:767.98px)and (min-width:992px) {
    .page-header__sidebar {
        max-width: 960px
    }
}

@media(max-width:767.98px)and (min-width:1200px) {
    .page-header__sidebar {
        max-width: 1024px
    }
}

@media(min-width:768px) {
    .page-header__sidebar {
        background: #0056b8;
        display: inline-block;
        float: right;
        margin-bottom: 1rem;
        margin-top: -7rem;
        padding: 0;
        position: relative;
        right: -2rem
    }
    .page-header__sidebar:after {
        border-bottom: 2rem solid #234188;
        border-right: 2rem solid transparent;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 0;
        top: -2rem;
        width: 0
    }
    .page-header__sidebar {
        max-width: 205px
    }
}

@media(min-width:992px) {
    .page-header__sidebar {
        max-width: 265px
    }
}

@media(min-width:1200px) {
    .page-header__sidebar {
        max-width: 281px
    }
}

.page-header--image .page-header__container {
    padding-bottom: 3.5rem;
    padding-top: 5rem
}

.page-header--image .page-header__main {
    background-position: 50%;
    background-size: cover
}

.page-header--color.page-header--color-blue .page-header__main {
    background-color: #0056b8
}

.page-header--color.page-header--color-dark-blue .page-header__main {
    background-color: #234188
}

.page-header--color.page-header--color-green .page-header__main {
    background-color: #00703c
}

.page-header--color.page-header--color-orange .page-header__main {
    background-color: #c85016
}

.page-header--color.page-header--color-gray .page-header__main {
    background-color: #37373c
}

.page-header--sidebar .page-header__icon {
    right: 18%
}

.post {
    margin-bottom: 1.5rem
}

.post:last-child {
    margin-bottom: 0
}

.post__byline,
.post__title {
    margin-bottom: .5rem
}

.post__byline {
    font-size: .85em
}

.search-results__meta {
    color: #37373c;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2rem 0 4rem;
    text-transform: uppercase
}

.search-results__posts {
    margin-bottom: 6rem
}

.search-results__post {
    margin-bottom: 4rem
}

.search-results__post:last-child {
    margin-bottom: 0
}

.search-results__title {
    color: #00703c;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 3rem;
    font-weight: 400
}

.search-results .excerpt-more-link {
    color: #c85016;
    font-weight: 700
}

.search-results .searchwp-revised-search-notice {
    margin-bottom: 4rem
}

.sidebar {
    background-color: #eee
}

.main-nav {
    background-color: #fff;
    position: relative
}

@media(min-width:576px) {
    .main-nav {
        padding-top: 1.8rem
    }
}

@media(min-width:768px) {
    .main-nav {
        flex: 1 1 auto;
        width: 100%
    }
    .main-nav__wrapper {
        flex-grow: 1
    }
}

.main-nav .menu-item {
    margin-right: 0
}

.main-nav__menu {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: stretch
}

.main-nav__menu span.menu-item__text {
    display: inline-block
}

.main-nav__menu>.menu-item {
    border-bottom: 1px solid #d7d7d8
}

.main-nav__menu>.menu-item>.sub-menu {
    flex-basis: 100%;
    margin-bottom: 3rem
}

@media(max-width:575.98px) {
    .main-nav__menu>.menu-item>.sub-menu {
        margin-left: 2rem
    }
}

@media(min-width:576px) {
    .main-nav__menu>.menu-item>.sub-menu {
        display: flex;
        justify-content: center
    }
    .main-nav__menu>.menu-item>.sub-menu>:not(:last-child) {
        margin-right: 8%
    }
}

.main-nav__menu>.menu-item>.sub-menu:not(.active) {
    display: none
}

.main-nav__menu>.menu-item>.menu-item__wrapper {
    align-items: center;
    color: #0056b8;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.6rem;
    padding-top: 1.6rem;
    width: 100%
}

@media(min-width:992px) {
    .main-nav__menu>.menu-item>.menu-item__wrapper {
        max-width: 900px
    }
}

@media(min-width:1200px) {
    .main-nav__menu>.menu-item>.menu-item__wrapper {
        max-width: 1080px
    }
}

@media(min-width:1440px) {
    .main-nav__menu>.menu-item>.menu-item__wrapper {
        max-width: 1190px
    }
}

@media(min-width:576px) {
    .main-nav__menu>.menu-item>.menu-item__wrapper {
        padding-bottom: 2.4rem;
        padding-top: 2.4rem
    }
    .main-nav__menu>.menu-item>.menu-item__wrapper>* {
        margin-left: auto
    }
}

.main-nav__menu>.menu-item>.menu-item__wrapper:hover {
    color: #234188
}

.main-nav__menu>.menu-item>.menu-item__wrapper .menu-item__text {
    font-family: open-sans-condensed, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width:575.98px) {
    .main-nav__menu>.menu-item>.menu-item__wrapper .menu-item__text {
        font-size: 2rem
    }
}

.main-nav__menu>.menu-item>.menu-item__wrapper:after {
    content: "";
    margin-left: auto
}

@media(min-width:576px) {
    .main-nav__menu>.menu-item>.menu-item__wrapper:after {
        margin-right: calc(3.4rem + .2em)
    }
}

.main-nav__menu>.menu-item>.menu-item__toggle:after {
    content: ""
}

.main-nav__menu>.menu-item>.menu-item__toggle.active:after {
    content: ""
}

.main-nav__menu>.menu-item>.menu-item__toggle:focus {
    outline-offset: -4px
}

.main-nav__menu>.menu-item.active>.menu-item__text,
.main-nav__menu>.menu-item.active>.menu-item__toggle .menu-item__text {
    color: #234188
}

@media(max-width:575.98px) {
    .main-nav__menu>.menu-item>.sub-menu>.menu-item>.sub-menu {
        margin-left: 1rem
    }
}

.main-nav__menu>.menu-item>.sub-menu>.menu-item>.menu-item__text,
.main-nav__menu>.menu-item>.sub-menu>.menu-item>.sub-menu>li {
    margin-bottom: 1.5rem
}

.main-nav__menu>.menu-item>.sub-menu>.menu-item>.menu-item__text:first-child,
.main-nav__menu>.menu-item>.sub-menu>.menu-item>.sub-menu>li:first-child {
    margin-top: 1.5rem
}

.main-nav__menu>.menu-item>.sub-menu>.menu-item>.menu-item__text {
    pointer-events: none
}

@media(min-width:576px) {
    .main-nav__menu>.menu-item>.sub-menu>.menu-item>.menu-item__text {
        font-size: .7em;
        text-transform: uppercase
    }
}

@media(max-width:575.98px) {
    .main-nav__menu>.menu-item>.sub-menu>.menu-item.menu-item-has-children:not(:first-child)>.menu-item__text {
        margin-top: 2rem
    }
}

.main-nav__menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item>.menu-item__text {
    color: #0056b8;
    font-family: open-sans-condensed, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-weight: 700
}

.main-nav__menu>.menu-item>.sub-menu>.menu-item>.sub-menu>.menu-item>.menu-item__text:hover {
    text-decoration: underline
}

.main-nav:not(.active) {
    display: none
}

.main.js-main-nav-active {
    display: none
}

.facetwp-pager,
.pagination {
    display: flex;
    justify-content: space-between;
    line-height: 2.4rem
}

.facetwp-page,
.pagination .page-numbers {
    cursor: default
}

.pagination [href].page-numbers,
[data-page].facetwp-page {
    cursor: pointer
}

.facetwp-page.next,
.facetwp-page.prev,
.pagination .next,
.pagination .prev {
    color: #0056b8
}

.facetwp-page.active,
.pagination .page-numbers.current {
    font-weight: 700
}

.facetwp-page,
.page-numbers {
    margin: 0 .5rem
}

.facetwp-page:first-child,
.page-numbers:first-child {
    margin-left: 0
}

.facetwp-page:last-child,
.page-numbers:last-child {
    margin-right: 0
}

.facetwp-page:not(.next):not(.prev),
.page-numbers:not(.next):not(.prev) {
    padding: 0 .5rem
}

.facetwp-page:not(.next):not(.prev):first-child,
.page-numbers:not(.next):not(.prev):first-child {
    margin-left: auto
}

.facetwp-page:not(.next):not(.prev):last-child,
.page-numbers:not(.next):not(.prev):last-child {
    margin-right: auto
}

.facetwp-page.prev,
.pagination .page-numbers.prev {
    background-position-x: 0;
    background-position-x: calc(100% - .25em);
    background-position-y: 1.2em;
    background-repeat: no-repeat;
    background-size: 100% .1em;
    background-size: calc(100% - .25em) .1em;
    background-size: calc(100% - 1.4rem - 1.05em) .1em;
    font-weight: 700;
    margin-left: 0;
    margin-right: auto;
    padding-left: .25em;
    position: relative;
    transition: background-position-x .15s linear, background-size .15s linear
}

.facetwp-page.prev:hover,
.pagination .page-numbers.prev:hover {
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-position-x: right
}

.facetwp-page.prev:before,
.pagination .page-numbers.prev:before {
    content: "";
    font-family: icons;
    font-size: .8em;
    margin-left: .4rem;
    margin-right: 1rem;
    transition: margin-left .15s linear, margin-right .15s linear;
    width: .8em
}

.facetwp-page.prev:hover:before,
.pagination .page-numbers.prev:hover:before {
    margin-left: 0;
    margin-right: 1.4rem
}

.facetwp-page.next,
.pagination .page-numbers.next {
    background-position-x: 0;
    background-position-x: .25em;
    background-position-y: 1.2em;
    background-repeat: no-repeat;
    background-size: 100% .1em;
    background-size: calc(100% - .25em) .1em;
    background-size: calc(100% - 1.4rem - 1.05em) .1em;
    font-weight: 700;
    margin-left: auto;
    margin-right: 0;
    padding-right: .25em;
    position: relative;
    transition: background-position-x .15s linear, background-size .15s linear
}

.facetwp-page.next:hover,
.pagination .page-numbers.next:hover {
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-position-x: 0
}

.facetwp-page.next:after,
.pagination .page-numbers.next:after {
    content: " ";
    font-family: icons;
    font-size: .8em;
    margin-left: .7rem;
    margin-right: .4rem;
    transition: margin-left .15s linear, margin-right .15s linear;
    width: .8em
}

.facetwp-page.next:hover:after,
.pagination .page-numbers.next:hover:after {
    margin-left: 1.1rem;
    margin-right: 0
}

.sidebar-links {
    background-color: #0056b8;
    padding: 2rem
}

.sidebar-links__link {
    color: #fff;
    font-weight: 700;
    line-height: 2.4rem
}

.sidebar-links__link.focus-visible {
    outline: 2px solid #eb6f24
}

.sidebar-links__menu-item {
    padding: 1rem 0
}

.sidebar-links__menu-item:first-child {
    padding-top: 0
}

.sidebar-links__menu-item:last-child {
    padding-bottom: 0
}

.sidebar-links__menu-item:not(:last-child) {
    border-bottom: 1px solid #234188
}

.sitewide-alert__container {
    align-items: center;
    background: #eb6f24;
    border-radius: 3px;
    display: none;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 2.5rem;
    width: 100%
}

@media(min-width:992px) {
    .sitewide-alert__container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .sitewide-alert__container {
        max-width: 1140px
    }
}

@media(min-width:1440px) {
    .sitewide-alert__container {
        max-width: 1250px
    }
}

.sitewide-alert__container.js-enabled {
    display: flex
}

.sitewide-alert__container.js-disabled {
    display: none
}

.sitewide-alert__close,
.sitewide-alert__text {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-shadow: 0 0 4px #37373c
}

.about {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media(min-width:992px) {
    .about {
        max-width: 70%
    }
}

.about__cta {
    color: #c85016;
    margin-top: 1.5rem
}

@media(min-width:576px) {
    .about__cta {
        margin-top: 1.8rem
    }
}

.about__title {
    margin-bottom: 1rem
}

@media(min-width:576px) {
    .about__title {
        margin-bottom: 1.8rem
    }
}

.accordion {
    margin-left: auto;
    margin-right: auto
}

@media(min-width:992px) {
    .accordion {
        max-width: 75%
    }
}

.accordion__section {
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    margin-bottom: 1.2rem
}

.accordion__section-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 1.5rem;
    padding-right: calc(1.5rem + 1.2em);
    transform: scaleY(0);
    transform-origin: top
}

.accordion__section-content:after {
    content: "";
    display: block;
    height: 2rem
}

.accordion__section-content :last-child {
    margin-bottom: 0
}

.accordion__section-content :first-child {
    margin-top: 0
}

.accordion__section-content p {
    margin-bottom: 1.6rem;
    margin-top: 1.6rem
}

.accordion__section-content.inactive {
    animation: accordion-height-out 1s ease-in-out;
    transition: opacity 0ms 1s, transform 0ms 1s
}

@media(min-width:576px) {
    .accordion__section-content.inactive {
        animation: accordion-height-out-up .8s ease-in-out;
        transition: opacity 0ms .8s, transform 0ms .8s
    }
}

.accordion__section-content.active {
    animation: accordion-height-in 1s ease-in-out, accordion-props .3s linear;
    max-height: 50em;
    opacity: 1;
    transform: scaleY(1)
}

@media(min-width:576px) {
    .accordion__section-content.active {
        animation: accordion-height-in-up .8s ease-in-out, accordion-props .3s linear;
        max-height: 24em
    }
}

.accordion__section-content.active.js-animated {
    overflow-y: auto
}

.accordion__section-header h3 {
    color: #c24d04
}

.accordion__section-header>:not(:last-child) {
    margin-right: 2rem
}

.accordion__section-icon {
    color: #c24d04
}

.accordion__section-icon i:before {
    content: ""
}

.accordion__section-title[class] {
    color: #c24d04;
    font-size: 1.6rem;
    font-weight: 400
}

.accordion__section-toggle {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    text-align: left;
    width: 100%
}

.accordion__section-toggle.active .accordion__section-icon i:before {
    content: ""
}

.accordion__title {
    margin-bottom: 2rem;
    text-align: center
}

@keyframes accordion-height-in {
    0% {
        max-height: 0
    }
    to {
        max-height: 50em
    }
}

@keyframes accordion-height-in-up {
    0% {
        max-height: 0
    }
    to {
        max-height: 24em
    }
}

@keyframes accordion-height-out {
    0% {
        max-height: 50em
    }
    to {
        max-height: 0
    }
}

@keyframes accordion-height-out-up {
    0% {
        max-height: 24em
    }
    to {
        max-height: 0
    }
}

@keyframes accordion-props {
    0% {
        opacity: 0;
        transform: scaleY(0)
    }
    to {
        opacity: 1;
        transform: scaleY(1)
    }
}

@media(min-width:768px) {
    .alert-info {
        align-items: stretch;
        display: flex;
        justify-content: center
    }
}

.alert-info__active {
    padding: 3rem;
    z-index: 1
}

.alert-info__active>* {
    max-width: 100%
}

@media(max-width:767.98px) {
    .alert-info__active {
        background: #ffcc4d;
        position: relative
    }
    .alert-info__active:after {
        border-left: 17px solid transparent;
        border-top: 17px solid #dda313;
        bottom: -17px;
        content: "";
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        width: 0
    }
}

@media(min-width:768px) {
    .alert-info__active {
        align-items: flex-start;
        background: #ffcc4d;
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        position: relative
    }
    .alert-info__active:after {
        border-bottom: 17px solid transparent;
        border-left: 17px solid #dda313;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: -17px;
        width: 0
    }
}

.alert-info__signup {
    align-items: center;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 0 1.7rem;
    padding: 3rem
}

@media(min-width:768px) {
    .alert-info__signup {
        margin: 1.7rem 0
    }
}

.alert-info__flex {
    text-align: center
}

.alert-info__heading {
    color: #234188;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 1.6rem
}

.alert-info__text {
    color: #37373c
}

.alert-info__text a:hover {
    text-decoration: underline
}

.alert-info__button {
    margin-top: 2.8rem
}

.active-alerts__item {
    align-items: center;
    display: flex;
    list-style: none;
    margin-top: 2rem;
    width: 100%
}

.active-alerts__item:first-child {
    margin-top: 0
}

.active-alerts__item .excerpt-more-link {
    color: #234188;
    font-weight: 700
}

.active-alerts__item_image {
    border-radius: 3px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 2rem;
    overflow: hidden;
    width: 4.8rem
}

.active-alerts__item__default-image {
    margin-left: 4px
}

.active-alerts__title {
    color: #234188;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.375;
    margin-bottom: .5rem
}

.active-alerts__title:hover {
    color: #234188
}

.active-alerts__title:after {
    color: #13175e
}

.active-alerts__item__default-image {
    filter: brightness(0) saturate(100%) invert(18%) sepia(33%) saturate(3998%) hue-rotate(209deg) brightness(95%) contrast(87%)
}

.alert-info--orange .active-alerts__title,
.alert-info--orange .alert-info__active .alert-info__heading {
    color: #13175e
}

@media(max-width:767.98px) {
    .alert-info--orange .alert-info__active {
        background: #eb6f24;
        position: relative
    }
    .alert-info--orange .alert-info__active:after {
        border-left: 17px solid transparent;
        border-top: 17px solid #c85016;
        bottom: -17px;
        content: "";
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        width: 0
    }
}

@media(min-width:768px) {
    .alert-info--orange .alert-info__active {
        background: #eb6f24;
        position: relative
    }
    .alert-info--orange .alert-info__active:after {
        border-bottom: 17px solid transparent;
        border-left: 17px solid #c85016;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: -17px;
        width: 0
    }
}

.alert-info--orange .active-alerts__item__default-image {
    filter: brightness(0) saturate(100%) invert(5%) sepia(83%) saturate(4586%) hue-rotate(236deg) brightness(99%) contrast(94%)
}

.alert-info--blue .active-alerts__title,
.alert-info--blue .active-alerts__title:after,
.alert-info--blue .alert-info__active .alert-info__heading,
.alert-info--green .active-alerts__title,
.alert-info--green .active-alerts__title:after,
.alert-info--green .alert-info__active .alert-info__heading {
    color: #fff
}

.alert-info--blue .active-alerts__item__default-image,
.alert-info--green .active-alerts__item__default-image {
    filter: brightness(200%) saturate(0)
}

@media(max-width:767.98px) {
    .alert-info--blue .alert-info__active {
        background: #234188;
        position: relative
    }
    .alert-info--blue .alert-info__active:after {
        border-left: 17px solid transparent;
        border-top: 17px solid #13175e;
        bottom: -17px;
        content: "";
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        width: 0
    }
}

@media(min-width:768px) {
    .alert-info--blue .alert-info__active {
        background: #234188;
        position: relative
    }
    .alert-info--blue .alert-info__active:after {
        border-bottom: 17px solid transparent;
        border-left: 17px solid #13175e;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: -17px;
        width: 0
    }
}

@media(max-width:767.98px) {
    .alert-info--green .alert-info__active {
        background: #00703c;
        position: relative
    }
    .alert-info--green .alert-info__active:after {
        border-left: 17px solid transparent;
        border-top: 17px solid #024928;
        bottom: -17px;
        content: "";
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        width: 0
    }
}

@media(min-width:768px) {
    .alert-info--green .alert-info__active {
        background: #00703c;
        position: relative
    }
    .alert-info--green .alert-info__active:after {
        border-bottom: 17px solid transparent;
        border-left: 17px solid #024928;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: -17px;
        width: 0
    }
}

@media(min-width:992px) {
    .callout-file {
        display: flex
    }
}

.callout-file__copy {
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    margin: 0 2rem;
    padding: 2rem;
    text-align: center
}

@media(min-width:992px) {
    .callout-file__copy {
        flex: 1 1 50%;
        margin: 2rem 0;
        padding: 3rem
    }
}

.callout-file__copy a:not([class]) {
    color: #c85016;
    font-weight: 700;
    text-decoration: underline
}

.callout-file__copy .btn,
.callout-file__copy .wysiwyg .wp-block-button__link,
.wysiwyg .callout-file__copy .wp-block-button__link {
    margin-top: 2rem
}

@media(min-width:992px) {
    .callout-file__copy .btn,
    .callout-file__copy .wysiwyg .wp-block-button__link,
    .wysiwyg .callout-file__copy .wp-block-button__link {
        margin-top: 3rem
    }
}

@media(max-width:991.98px) {
    .callout-file__link {
        margin-top: 1.2rem
    }
}

.callout-file__link,
.callout-file__title {
    color: #fff;
    font-weight: 700
}

.callout-file__overlay {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem
}

@media(max-width:991.98px) {
    .callout-file__overlay {
        align-items: center;
        background: #c85016;
        position: relative
    }
    .callout-file__overlay:after {
        border-left: 2rem solid transparent;
        border-top: 2rem solid #a64212;
        bottom: -2rem;
        content: "";
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        width: 0
    }
}

@media(min-width:992px) {
    .callout-file__overlay {
        background: #c85016;
        flex: 1 1 50%;
        min-height: 26rem;
        padding: 3rem;
        position: relative
    }
    .callout-file__overlay:after {
        border-bottom: 2rem solid transparent;
        border-left: 2rem solid #a64212;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: -2rem;
        width: 0
    }
    .callout-file__overlay:not(.callout-file__overlay--no-thumb) {
        flex: 1 1 75%;
        padding-right: 24.5rem
    }
}

.callout-file__overlay>* {
    max-width: 100%
}

.callout-file__overlay img {
    -o-object-fit: cover;
    object-fit: cover
}

.callout-file__icon,
.callout-file__thumbnail {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    max-width: 100%;
    width: 20rem
}

@media(max-width:991.98px) {
    .callout-file__icon,
    .callout-file__thumbnail {
        margin-top: 2rem
    }
}

@media(min-width:992px) {
    .callout-file__icon,
    .callout-file__thumbnail {
        position: absolute;
        right: 3rem;
        top: 50%;
        transform: translateY(-50%)
    }
}

.callout-file__icon {
    background: #fff;
    height: 20rem
}

.callout-file__icon .icon {
    color: #000;
    font-size: 5rem;
    left: calc(50% - 2.5rem);
    position: absolute;
    top: calc(50% - 2.5rem)
}

.callout-file__icon .icon:before {
    margin: 0
}

.callout-file__title {
    word-wrap: break-word;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2.6rem;
    overflow-wrap: break-word;
    word-break: break-word
}

@media(min-width:992px) {
    .callout-file__title {
        margin-bottom: 3rem
    }
}

.callout-icon {
    align-items: center;
    display: flex;
    padding: 4.5rem;
    position: relative
}

@media(max-width:767.98px) {
    .callout-icon {
        flex-direction: column;
        padding-top: 0
    }
}

@media(min-width:768px) {
    .callout-icon {
        padding-left: 0
    }
}

.callout-icon:before {
    border-radius: 3px;
    bottom: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

@media(max-width:767.98px) {
    .callout-icon:before {
        margin-top: 1.5rem
    }
}

@media(min-width:768px) {
    .callout-icon:before {
        margin-left: 1.5rem
    }
}

.callout-icon__copy>* {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.callout-icon__copy>:first-child {
    margin-top: 0
}

.callout-icon__copy>:last-child {
    margin-bottom: 0
}

@media(max-width:767.98px) {
    .callout-icon__copy {
        text-align: center
    }
}

.callout-icon__icon {
    color: #fff;
    font-size: 60px;
    padding: 2.5rem
}

@media(max-width:767.98px) {
    .callout-icon__icon {
        background: #eb6f24;
        margin-bottom: 8%;
        position: relative
    }
    .callout-icon__icon:after {
        border-left: 1.5rem solid #c85016;
        border-top: 1.5rem solid transparent;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: -1.5rem;
        top: 0;
        width: 0
    }
}

@media(min-width:768px) {
    .callout-icon__icon {
        background: #eb6f24;
        margin-right: 8%;
        position: relative
    }
    .callout-icon__icon:after {
        border-left: 1.5rem solid transparent;
        border-top: 1.5rem solid #c85016;
        bottom: -1.5rem;
        content: "";
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        width: 0
    }
}

.callout-icon__icon--blue {
    background-color: #0056b8
}

@media(max-width:767.98px) {
    .callout-icon__icon--blue:after {
        border-left-color: #234188
    }
}

@media(min-width:768px) {
    .callout-icon__icon--blue:after {
        border-top-color: #234188
    }
}

.callout-icon__icon--green {
    background-color: #00703c
}

@media(max-width:767.98px) {
    .callout-icon__icon--green:after {
        border-left-color: #024928
    }
}

@media(min-width:768px) {
    .callout-icon__icon--green:after {
        border-top-color: #024928
    }
}

.callout-icon__icon--orange {
    background-color: #eb6f24
}

@media(max-width:767.98px) {
    .callout-icon__icon--orange:after {
        border-left-color: #c85016
    }
}

@media(min-width:768px) {
    .callout-icon__icon--orange:after {
        border-top-color: #c85016
    }
}

.callout-icon__icon--yellow {
    background-color: #ffcc4d
}

@media(max-width:767.98px) {
    .callout-icon__icon--yellow:after {
        border-left-color: #dda313
    }
}

@media(min-width:768px) {
    .callout-icon__icon--yellow:after {
        border-top-color: #dda313
    }
}

.callout-icon__icon--whu-blue {
    background-color: #2168b9
}

@media(max-width:767.98px) {
    .callout-icon__icon--whu-blue:after {
        border-left-color: #1755ae
    }
}

@media(min-width:768px) {
    .callout-icon__icon--whu-blue:after {
        border-top-color: #1755ae
    }
}

.callout-icon__icon--wi-blue {
    background-color: #69b2e1
}

@media(max-width:767.98px) {
    .callout-icon__icon--wi-blue:after {
        border-left-color: #5ad
    }
}

@media(min-width:768px) {
    .callout-icon__icon--wi-blue:after {
        border-top-color: #5ad
    }
}

.callout-icon__icon--gray {
    background-color: #a7a9ac
}

@media(max-width:767.98px) {
    .callout-icon__icon--gray:after {
        border-left-color: #666
    }
}

@media(min-width:768px) {
    .callout-icon__icon--gray:after {
        border-top-color: #666
    }
}

.callout-icon__headline {
    color: #234188;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2.6rem;
    font-weight: 700
}

.callout-image {
    position: relative
}

.container--padded- .callout-image {
    margin-left: -2rem;
    margin-right: -2rem
}

@media(min-width:992px) {
    .container--padded- .callout-image {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

.container--padded-med .callout-image {
    margin-left: -2rem;
    margin-right: -2rem
}

@media(min-width:992px) {
    .container--padded-med .callout-image {
        margin-left: -3.5rem;
        margin-right: -3.5rem
    }
}

.container--padded-max .callout-image {
    margin-left: -2rem;
    margin-right: -2rem
}

@media(min-width:992px) {
    .container--padded-max .callout-image {
        margin-left: -6.5rem;
        margin-right: -6.5rem
    }
}

@media(max-width:991.98px) {
    .callout-image {
        border-bottom: 1.5rem solid transparent
    }
}

.callout-image__copy {
    color: #fff;
    padding: 15px
}

@media(max-width:991.98px) {
    .callout-image__copy {
        background: #eb6f24;
        background: rgba(235, 111, 36, .9);
        left: 20px;
        margin-right: 1.5rem;
        position: relative;
        right: 5px;
        text-align: right;
        top: 1.5rem;
        width: calc(100% - 40px);
        z-index: 2
    }
    .callout-image__copy:after {
        border-bottom: 1.5rem solid transparent;
        border-left: 1.5rem solid #eb6f24;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: -1.5rem;
        width: 0
    }
}

@media(min-width:992px) {
    .callout-image__copy {
        bottom: -1.5rem;
        max-height: calc(100% - 3.75rem);
        max-width: calc(50% + .75rem);
        padding: 2rem;
        position: absolute;
        top: auto
    }
}

.callout-image__headline {
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1
}

@media(min-width:992px) {
    .callout-image__headline {
        font-size: 2.6rem;
        margin-bottom: .6rem
    }
}

.callout-image__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media(max-width:991.98px) {
    .callout-image__image {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0
    }
}

.callout-image__link[class] {
    color: inherit;
    display: inline-block;
    font-weight: 700;
    margin-top: 1.125em
}

.callout-image__link[class]:hover {
    color: #ffcc4d
}

@media(min-width:992px) {
    .callout-image--left {
        margin-left: 1.5rem
    }
    .callout-image--left .callout-image__copy {
        background: #eb6f24;
        background: rgba(235, 111, 36, .9);
        left: -1.5rem;
        padding-left: 7%;
        position: relative;
        position: absolute;
        text-align: left;
        top: 50%;
        transform: translateY(-50%)
    }
    .callout-image--left .callout-image__copy:after {
        border-left: 1.5rem solid transparent;
        border-top: 1.5rem solid #eb6f24;
        bottom: -1.5rem;
        content: "";
        display: block;
        height: 0;
        left: 0;
        position: absolute;
        width: 0
    }
    .callout-image--right {
        margin-right: 1.5rem
    }
}

@media(max-width:991.98px) {
    .callout-image--right .callout-image__copy {
        background: #00703c;
        background: rgba(0, 112, 60, .9);
        position: relative
    }
    .callout-image--right .callout-image__copy:after {
        border-bottom: 1.5rem solid transparent;
        border-left: 1.5rem solid #00703c;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: -1.5rem;
        width: 0
    }
}

@media(min-width:992px) {
    .callout-image--right .callout-image__copy {
        background: #00703c;
        background: rgba(0, 112, 60, .9);
        position: relative;
        position: absolute;
        right: -1.5rem;
        text-align: right;
        top: 50%;
        transform: translateY(-50%)
    }
    .callout-image--right .callout-image__copy:after {
        border-right: 1.5rem solid transparent;
        border-top: 1.5rem solid #00703c;
        bottom: -1.5rem;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        right: 0;
        width: 0
    }
    .callout-image--right .callout-image__copy {
        padding-right: 7%
    }
}

.columns__columns {
    display: flex;
    flex-direction: column
}

@media(min-width:768px) {
    .columns__columns {
        flex-direction: row
    }
}

.columns__title {
    margin-bottom: 2rem
}

@media(min-width:576px) {
    .columns__title {
        margin-bottom: 3rem
    }
}

.column>:not(:last-child) {
    margin-bottom: 1rem
}

.column__title {
    font-weight: 700;
    text-transform: uppercase
}

.column__callout {
    color: #c85016;
    font-weight: 700
}

@media(max-width:767.98px) {
    .column:not(:last-child) {
        margin-bottom: 3rem
    }
}

@media(min-width:768px) {
    .column {
        flex: 1 1 0
    }
    .column:not(:last-child) {
        margin-right: 3rem
    }
}

.contacts__contacts {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(auto-fit, minmax(min(24rem, 100%), 1fr));
    justify-content: space-between;
    margin-top: 2rem
}

.contacts__title {
    color: #234188;
    margin-bottom: 1.2rem
}

@media(min-width:576px) {
    .contacts__title {
        margin-bottom: .6rem
    }
}

.contact {
    display: grid;
    gap: 2rem
}

.contact__address {
    color: #333
}

.contact__body {
    text-align: center
}

.contact .contact__title {
    color: #c85016;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase
}

.contact .contact__title :is(button,
a) {
    all: unset;
    cursor: pointer
}

.contact .contact__title :is(button,
a):is(:hover,
:focus) {
    text-decoration: underline
}

.contact__header {
    padding-inline: 3rem
}

.contact__toggle-modal {
    cursor: pointer;
    position: relative
}

.contact__toggle-modal:after {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    aspect-ratio: 1;
    background-color: #0056b8;
    border-radius: 99rem;
    color: #fff;
    content: "";
    font-family: icons!important;
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: 400!important;
    inset-block-end: 1rem;
    inset-inline-end: 4rem;
    line-height: 1;
    padding: 1rem;
    position: absolute;
    text-transform: none!important;
    transform: .15s linear
}

.contact__toggle-modal:is(:hover,
:focus-within) .contact__image {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .4)
}

.contact__toggle-modal:is(:hover,
:focus-within):after {
    background-color: #234188
}

.contact__text:not(:last-child) {
    margin-bottom: 1rem
}

.contact__image {
    aspect-ratio: 2/3;
    border-radius: .3rem;
    box-shadow: 0 3px 8px 0 transparent;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .15s linear
}

.contact__info {
    display: inline-block
}

@media(min-width:768px) {
    .contact {
        grid-row: auto/span 2;
        grid-template-rows: subgrid
    }
    .contact__body {
        grid-row: 2
    }
}

.contact-info {
    align-items: flex-start;
    color: #c85016;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    gap: .5rem
}

.contact-modal {
    background-color: #fff;
    display: grid;
    gap: 2rem 4rem;
    grid-template-columns: 1fr;
    padding: clamp(2.04rem, -5rem + 9.1666666667vw, 6rem)
}

.contact-modal__header {
    line-height: 1.5
}

.contact-modal__image {
    border-radius: .3rem;
    justify-self: center;
    width: calc(100% - 6rem)
}

.contact-modal__title {
    font-weight: 700;
    text-transform: uppercase
}

@media(min-width:768px) {
    .contact-modal {
        grid-template-columns: 18rem 1fr
    }
    .contact-modal__header,
    .contact-modal__image {
        grid-column: 1
    }
    .contact-modal__image {
        width: 100%
    }
    .contact-modal__body {
        grid-column: 2;
        grid-row: 1/-1
    }
}

.dropdown-block {
    background: #c85016;
    color: #fff;
    margin: 0;
    padding: 2rem
}

@media(min-width:768px) {
    .dropdown-block {
        margin: 0 4rem;
        padding: 4rem 8rem
    }
}

.dropdown-block__title {
    color: #fff;
    margin-bottom: 4rem;
    text-align: center
}

.dropdown-block__selector {
    display: block;
    margin-bottom: 4rem;
    position: relative
}

@media(min-width:768px) {
    .dropdown-block__selector {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

.dropdown-block__selector label {
    width: 100%
}

.dropdown-block__selector-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2757%27 height=%2734%27%3E%3Cstyle%3E%3C/style%3E%3Cpath id=%27Background%27 d=%27M1.18 1.1 55.54 1c1.06 0 1.49.49.96 1.09L29.46 33.05c-.53.6-1.39.6-1.92 0L.23 2.19c-.53-.6-.11-1.09.95-1.09Z%27 style=%27fill:%23fff%27/%3E%3C/svg%3E"), linear-gradient(180deg, #c85016 0, #c85016);
    background-position: right .7em top 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: .65em auto, 100%;
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 1rem;
    max-width: 100%;
    padding: 1rem 2rem;
    white-space: pre-wrap;
    width: 100%
}

.dropdown-block__selector-select option {
    color: #000;
    display: block;
    font-weight: 400
}

.dropdown-block__selector-select::-ms-expand {
    display: none
}

@media(min-width:768px) {
    .dropdown-block__selector-select {
        margin: .3rem 1rem 0 0
    }
}

.dropdown-block__section {
    display: none;
    margin: 0 0 4rem
}

.dropdown-block__section.js-inactive {
    display: none
}

.dropdown-block__section.js-active {
    display: block
}

.dropdown-block__section-header {
    color: #fff;
    margin-bottom: 2rem
}

.dropdown-block__section-content {
    margin-top: 0
}

.dropdown-block__section-content a,
.dropdown-block__section-content a:not([class]),
.dropdown-block__section-content a[class=""],
.dropdown-block__section-content a[class=focus-visible] {
    color: #000;
    text-decoration: none
}

.dropdown-block__section-content a:hover,
.dropdown-block__section-content a:not([class]):hover,
.dropdown-block__section-content a[class=""]:hover,
.dropdown-block__section-content a[class=focus-visible]:hover {
    color: #000;
    text-decoration: underline
}

.expanding-tiles--items {
    display: flex;
    gap: 20px;
    margin-bottom: 20px
}

@media(max-width:767.98px) {
    .expanding-tiles--items {
        flex-wrap: wrap
    }
}

.expanding-tiles-text {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
    display: none;
    margin-top: -30px;
    padding: 20px 30px;
    position: relative;
    width: 100%;
    z-index: 1
}

@media(max-width:767.98px) {
    .expanding-tiles-text {
        display: none!important
    }
}

.expanding-tiles-text p:not(:last-child) {
    margin-bottom: 1em
}

.expanding-tiles-item {
    border-radius: 8px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
    margin-bottom: 30px;
    padding-bottom: 45px;
    position: relative;
    width: 100%
}

.expanding-tiles-item p:not(:last-child) {
    margin-bottom: 1em
}

.expanding-tiles-item__image {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    padding-top: 133.33%;
    position: relative
}

.expanding-tiles-item__image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    position: absolute;
    top: 0;
    width: 100%
}

.expanding-tiles-item__title {
    font-weight: 600;
    line-height: 1.25;
    padding: 10px 16px 0;
    text-align: center
}

@media(min-width:768px)and (max-width:991.98px) {
    .expanding-tiles-item__title {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.expanding-tiles-item__subtitle {
    font-size: .8em;
    line-height: 1.25;
    padding: 4px 16px 0;
    text-align: center
}

@media(min-width:768px)and (max-width:991.98px) {
    .expanding-tiles-item__subtitle {
        font-size: .75em;
        padding-left: 10px;
        padding-right: 10px
    }
}

.expanding-tiles-item__additional_text {
    display: none;
    padding: 20px 20px 5px
}

@media(min-width:768px) {
    .expanding-tiles-item__additional_text {
        display: none!important
    }
}

.expanding-tiles-item__toggle--collapse,
.expanding-tiles-item__toggle--expand {
    display: block;
    font-size: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.expanding-tiles-item__toggle--collapse:focus:before,
.expanding-tiles-item__toggle--collapse:hover:before,
.expanding-tiles-item__toggle--expand:focus:before,
.expanding-tiles-item__toggle--expand:hover:before {
    background-color: #00008b;
    color: #fff
}

.expanding-tiles-item__toggle--collapse:focus~.expanding-tiles-item__title,
.expanding-tiles-item__toggle--collapse:hover~.expanding-tiles-item__title,
.expanding-tiles-item__toggle--expand:focus~.expanding-tiles-item__title,
.expanding-tiles-item__toggle--expand:hover~.expanding-tiles-item__title {
    text-decoration: underline
}

.expanding-tiles-item__toggle--collapse:before,
.expanding-tiles-item__toggle--expand:before {
    border-radius: 50%;
    bottom: 10px;
    display: block;
    font-size: 30px;
    height: 24px;
    left: 50%;
    line-height: 23px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 24px
}

.expanding-tiles-item__toggle--expand:before {
    content: "+"
}

.expanding-tiles-item__toggle--collapse:before {
    background-color: #efefef;
    content: "–";
    line-height: 18px
}

.expanding-tiles-item.open .expanding-tiles-item__toggle--expand,
.expanding-tiles-item:not(.open) .expanding-tiles-item__toggle--collapse {
    display: none
}

@media(max-width:991.98px) {
    .expanding-tiles-item.open .expanding-tiles-item__additional_text {
        display: block
    }
}

@media(min-width:768px) {
    .expanding-tiles--items--1 .expanding-tiles-item__image,
    .expanding-tiles--items--2 .expanding-tiles-item__image {
        padding-top: 100%
    }
    .expanding-tiles-item.open {
        margin-bottom: 0;
        padding-bottom: 75px
    }
    .expanding-tiles-item.open:after {
        background-color: #fff;
        bottom: 2px;
        content: "";
        display: block;
        height: 15px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 2
    }
    .expanding-tiles-item.open .expanding-tiles-item__toggle--collapse:before {
        bottom: 40px
    }
}

.factoid {
    align-items: center;
    display: flex;
    font-size: 3rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

@media(max-width:575.98px) {
    .factoid {
        flex-direction: column
    }
    .factoid>* {
        max-width: 100%
    }
}

@media(min-width:992px) {
    .factoid {
        font-size: 4rem;
        max-width: 65%
    }
}

.factoid__icon {
    color: #a7a9ac;
    font-size: 3em;
    margin: 1rem
}

@media(min-width:576px) {
    .factoid__icon~.factoid__text {
        text-align: left
    }
}

.factoid__text {
    color: green;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 3rem;
    line-height: 1.1;
    text-align: center
}

@media(max-width:575.98px) {
    .factoid__text {
        text-align: center
    }
}

.factoid__text p {
    margin: 0
}

.factoid__text b,
.factoid__text strong {
    font-size: 1.5em
}

.featured-events {
    margin: 4rem 0
}

.featured-events__large {
    display: flex;
    margin-right: -1rem
}

@media(max-width:991.98px) {
    .featured-events__large {
        flex-wrap: wrap
    }
}

@media(min-width:992px) {
    .featured-events__large {
        margin-right: -2rem
    }
}

.featured-events__large>* {
    margin-bottom: 1rem;
    margin-right: 1rem;
    width: calc(100% - 1rem)
}

@media(min-width:992px) {
    .featured-events__large>* {
        margin-bottom: 2rem;
        margin-right: 2rem;
        width: calc(50% - 2rem)
    }
}

.featured-events__small {
    display: flex;
    margin-bottom: -1rem;
    margin-right: -1rem
}

@media(max-width:991.98px) {
    .featured-events__small {
        flex-wrap: wrap
    }
}

@media(min-width:992px) {
    .featured-events__small {
        margin-bottom: -2rem;
        margin-right: -2rem
    }
}

.featured-events__small>* {
    margin-bottom: 1rem;
    margin-right: 1rem;
    width: calc(50% - 1rem)
}

@media(min-width:992px) {
    .featured-events__small>* {
        margin-bottom: 2rem;
        margin-right: 2rem;
        width: calc(33.33333% - 2rem)
    }
}

.featured-events__event {
    align-items: center;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center
}

@media(min-width:992px) {
    .featured-events__event {
        transition: box-shadow .3s linear, transform .3s linear
    }
    .featured-events__event:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .4);
        transform: translateY(-1rem)
    }
}

.featured-events__event--large {
    max-height: 26rem;
    padding: 6rem 3rem
}

@media(min-width:992px) {
    .featured-events__event--large {
        padding: 6rem 4.8rem
    }
}

.featured-events__event--small {
    max-height: 20rem;
    padding: 2rem
}

@media(min-width:992px) {
    .featured-events__event--small {
        padding: 4rem
    }
}

.featured-events__logo {
    max-height: 120px
}

.featured-events__link {
    display: block;
    min-width: 1px
}

.featured-events__tile-green {
    background: #024928
}

.featured-events__tile-blue {
    background: #234188
}

.featured-events__tile-orange {
    background: #c85016
}

.featured-events__tile-yellow {
    background: #dda313
}

.featured-events__tile-gray {
    background: #666
}

.featured-video {
    align-items: flex-start;
    background: #f8f9fa;
    border: 1px solid #a7a9ac;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    padding: 3.9rem
}

.featured-video>* {
    max-width: 100%
}

@media(min-width:768px) {
    .featured-video>* {
        flex: 1 1 0%
    }
}

.featured-video__text {
    align-items: space-between;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.featured-video__thumbnail {
    min-height: 1px;
    position: relative
}

.featured-video__play {
    display: block
}

.featured-video__play.focus-visible {
    outline: 2px solid #eb6f24
}

.featured-video__play:before {
    background: #fff;
    border-radius: 50%;
    color: #eb6f24;
    content: "";
    font-family: icons;
    font-size: 5.3rem;
    left: calc(50% - 2.65rem);
    line-height: 1;
    position: absolute;
    top: calc(50% - 2.65rem);
    transition: color .15s linear
}

.featured-video__play:hover:before {
    color: #c85016
}

.featured-video__block-title {
    color: #37373c;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0 2rem;
    text-transform: uppercase
}

.featured-video__title {
    color: #234188;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 700
}

.featured-video__watch {
    color: #c24d04;
    font-size: 1.6rem;
    font-weight: 700
}

.featured-video__watch:hover {
    text-decoration: underline
}

.featured-video--title .featured-video__title {
    margin: 0 2rem 2rem 0
}

.featured-video--title .featured-video__description {
    margin-bottom: 2rem
}

.featured-video--description .featured-video__title {
    margin: 0 2rem 1rem 0
}

@media(max-width:767.98px) {
    .featured-video {
        flex-direction: column;
        padding: 1.5rem 1.5rem 2rem
    }
    .featured-video__text {
        display: block
    }
    .featured-video__block-title {
        margin-bottom: 1.6rem
    }
    .featured-video__watch {
        display: none
    }
    .featured-video--title .featured-video__block-title {
        margin-top: 0
    }
    .featured-video--title .featured-video__title {
        display: none
    }
    .featured-video--description .featured-video__thumbnail {
        margin-bottom: 2rem;
        order: -1
    }
}

@media(min-width:768px) {
    .featured-video__text {
        margin-right: 7%
    }
}

.gallery-callout {
    text-align: center
}

.gallery-callout>:not(:last-child) {
    margin-bottom: 2rem
}

@media(max-width:767.98px) {
    .gallery-callout__description {
        display: none
    }
}

.gallery-callout__gallery {
    margin-bottom: -15px;
    margin-right: -15px
}

.gallery-callout__gallery:after {
    clear: both;
    content: "";
    display: block
}

.gallery-callout__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .gallery-callout__image {
        position: absolute
    }
}

@media(-ms-high-contrast:active)and (max-width:767.98px),
(-ms-high-contrast:none)and (max-width:767.98px) {
    .gallery-callout__image {
        left: 50%;
        transform: translateX(-50%);
        width: auto
    }
    .gallery-callout__image[class] {
        max-width: none
    }
}

@media(-ms-high-contrast:active)and (min-width:768px),
(-ms-high-contrast:none)and (min-width:768px) {
    .gallery-callout__image {
        height: auto;
        top: 50%;
        transform: translateY(-50%)
    }
}

.gallery-callout__item {
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px
}

@media(min-width:768px) {
    .gallery-callout__item:before {
        padding-top: 50%
    }
}

@media(max-width:767.98px) {
    .gallery-callout__item {
        width: calc(100% - 15px)
    }
    .gallery-callout__item:nth-child(3n),
    .gallery-callout__item:nth-child(3n-1):not(:last-child) {
        width: calc(50% - 15px)
    }
}

@media(min-width:768px) {
    .gallery-callout__item {
        width: calc(35% - 15px)
    }
    .gallery-callout__item:nth-child(6n+1),
    .gallery-callout__item:nth-child(6n-1) {
        width: calc(65% - 15px)
    }
    .gallery-callout__item:nth-child(6n+1):before,
    .gallery-callout__item:nth-child(6n-1):before {
        padding-top: calc(53.74% + 8.07px);
        width: 100%
    }
    .gallery-callout__item:nth-child(3n+1):last-child {
        width: calc(100% - 15px)
    }
    .gallery-callout__item:nth-child(3n+1):last-child:before {
        padding-top: calc(53.84% + 8.07px)
    }
    .gallery-callout__item:nth-child(3n+1):nth-last-child(2),
    .gallery-callout__item:nth-child(3n+1):nth-last-child(2)~.gallery-callout__item {
        width: calc(50% - 15px)
    }
    .gallery-callout__item:nth-child(3n+1):nth-last-child(2):before,
    .gallery-callout__item:nth-child(3n+1):nth-last-child(2)~.gallery-callout__item:before {
        padding-top: 50%
    }
    .gallery-callout__item:nth-child(6n) {
        margin-top: -119px
    }
}

@media(min-width:992px) {
    .gallery-callout__item:nth-child(6n) {
        margin-top: -161px
    }
}

@media(min-width:1200px) {
    .gallery-callout__item:nth-child(6n) {
        margin-top: -172px
    }
}

.gallery-callout__link {
    align-items: center;
    background: transparent;
    color: transparent;
    display: flex;
    font-weight: 700;
    justify-content: center;
    padding: 1.5rem;
    transition: background-color .3s linear, color .3s linear;
    z-index: 1
}

.gallery-callout__link:hover {
    background-color: #0056b8;
    color: #fff
}

.gallery-callout__title {
    color: #234188
}

.homepage-hero {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media(min-width:768px) {
    .homepage-hero {
        max-width: calc(100% - 3.4rem)
    }
}

@media(min-width:992px) {
    .homepage-hero {
        max-width: calc(992px - 5rem)
    }
}

@media(min-width:1200px) {
    .homepage-hero {
        max-width: calc(1200px - 5rem)
    }
}

@media(min-width:1440px) {
    .homepage-hero {
        max-width: calc(1440px - 5rem);
        max-width: 1160px!important
    }
}

.homepage-hero__background {
    -o-object-fit: cover;
    object-fit: cover
}

.homepage-hero__bg-wrapper {
    position: relative
}

.homepage-hero__bg-wrapper:after {
    background: linear-gradient(transparent 50%, rgba(0, 0, 0, .5));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.homepage-hero__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0
}

@media(max-width:767.98px) {
    .homepage-hero__wrapper {
        bottom: 4rem;
        left: 2rem
    }
}

@media(min-width:768px)and (max-width:991.98px) {
    .homepage-hero__wrapper {
        bottom: 6rem;
        left: 3rem
    }
}

@media(min-width:992px)and (max-width:1199.98px) {
    .homepage-hero__wrapper {
        bottom: 6rem;
        left: 3rem
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .homepage-hero__wrapper {
        bottom: 13rem;
        left: 9rem
    }
}

@media(min-width:1440px) {
    .homepage-hero__wrapper {
        bottom: 13rem;
        left: 21rem
    }
}

.homepage-hero__content {
    flex: 4;
    margin-right: 1rem
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .homepage-hero__content {
        margin-right: 3rem
    }
}

@media(min-width:1440px) {
    .homepage-hero__content {
        margin-right: 6rem
    }
}

.homepage-hero__headline[class] {
    color: #fff;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 2.7rem;
    text-shadow: 0 0 12px #000
}

@media(max-width:575.98px) {
    .homepage-hero__headline[class] {
        font-size: 3rem;
        margin-bottom: 1.5rem
    }
}

@media(min-width:576px)and (max-width:767.98px) {
    .homepage-hero__headline[class] {
        font-size: 4rem
    }
}

@media(min-width:1200px) {
    .homepage-hero__headline[class] {
        font-size: 6rem
    }
}

@media(max-width:767.98px) {
    .homepage-hero__background-video {
        display: none
    }
}

@media(min-width:768px) {
    .homepage-hero.mg-video-ready .homepage-hero__background-picture {
        visibility: hidden
    }
}

.homepage-hero:not(.mg-video-ready) .homepage-hero__background-video {
    display: none
}

@media(min-width:576px) {
    .homepage-hero--video .homepage-hero__bg-wrapper {
        line-height: 0
    }
}

@media(min-width:992px) {
    .homepage-news-events {
        align-items: flex-start;
        display: flex;
        justify-content: flex-start
    }
    .homepage-news {
        flex: 1;
        margin-right: 2rem
    }
}

.homepage-news__heading {
    margin-bottom: 2rem
}

.homepage-news__heading-link {
    color: #0056b8;
    font-size: 2.2rem;
    font-weight: 700;
    position: relative
}

.homepage-news__heading-link:after {
    content: " ";
    font-family: icons;
    font-size: .8em;
    margin-left: .7rem;
    margin-right: .4rem;
    transition: margin-left .15s linear, margin-right .15s linear;
    width: .8em
}

.homepage-news__heading-link:hover:after {
    margin-left: 1.1rem;
    margin-right: 0
}

@media(min-width:992px) {
    .homepage-news__flex {
        align-items: flex-start;
        display: flex;
        justify-content: flex-start
    }
}

@media(max-width:991.98px) {
    .homepage-news__item {
        margin-bottom: 2rem
    }
}

@media(min-width:992px) {
    .homepage-news__item {
        flex: 1;
        margin-right: 1.5rem
    }
}

.homepage-news__item-meta {
    color: #37373c;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase
}

@media(max-width:991.98px) {
    .homepage-news__item-meta {
        margin-bottom: .5rem
    }
}

.homepage-news__link {
    color: #0056b8;
    line-height: 1.5
}

.homepage-news__link:hover {
    text-decoration: underline
}

@media(min-width:992px) {
    .homepage-events {
        flex: 1;
        margin-left: 2rem
    }
}

.homepage-events__heading {
    margin-bottom: 2rem
}

.homepage-events__heading-link {
    color: #00703c;
    font-size: 2.2rem;
    font-weight: 700;
    position: relative
}

.homepage-events__heading-link:after {
    content: " ";
    font-family: icons;
    font-size: .8em;
    margin-left: .7rem;
    margin-right: .4rem;
    transition: margin-left .15s linear, margin-right .15s linear;
    width: .8em
}

.homepage-events__heading-link:hover:after {
    margin-left: 1.1rem;
    margin-right: 0
}

.homepage-tiles {
    margin-top: -2rem;
    padding: 0 1.5rem;
    position: relative
}

@media(min-width:1200px) {
    .homepage-tiles {
        margin-top: -7rem
    }
}

.homepage-tiles__icon {
    font-size: 7.5rem;
    margin: 2rem 0 1rem
}

.homepage-tiles__title {
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 0 1rem 2rem
}

.homepage-tiles__menu {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0
}

@media(min-width:768px) {
    .homepage-tiles__menu {
        flex-wrap: nowrap
    }
}

.homepage-tiles__menu-item {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    color: #0056b8;
    flex: 0 48%;
    font-size: 1.8rem;
    list-style: none;
    margin: .5rem 0;
    text-align: center;
    transition: color .3s linear, background-color .3s linear, box-shadow .3s linear, transform .3s linear
}

@media(min-width:768px) {
    .homepage-tiles__menu-item {
        flex: 1;
        font-size: 2.4rem;
        margin: .5rem
    }
}

.homepage-tiles__menu-item a {
    color: inherit
}

.homepage-tiles__menu-item:hover {
    background-color: #0056b8;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    color: #fff
}

.homepage-tiles__menu-item:hover a {
    color: inherit
}

@media(min-width:768px) {
    .homepage-tiles__menu-item:hover {
        transform: translateY(-1rem)
    }
}

.homepage-tiles__link {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.homepage-video {
    text-align: center
}

.homepage-video__text {
    display: inline-block;
    margin-bottom: 2rem
}

.homepage-video__text h3 {
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 2rem;
    text-align: center
}

.homepage-video__stars {
    color: #d35442;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem
}

.homepage-video__video {
    position: relative
}

.homepage-video__player {
    height: auto;
    width: 100%
}

.homepage-video__button {
    bottom: 20px;
    color: #fff;
    font-size: 4rem;
    height: 56px;
    left: 20px;
    position: absolute;
    transform: translate(-50%);
    width: 56px;
    z-index: 9
}

.homepage-video__button:hover {
    cursor: pointer
}

.homepage-video__button .icon {
    position: absolute
}

.homepage-video__button .js-inactive {
    display: none
}

.homepage-video__copy {
    background-color: #ecd7a4;
    margin: 0 auto 4rem;
    max-width: 460px;
    padding: 1.4rem;
    position: relative;
    z-index: 8
}

@media(min-width:768px) {
    .homepage-video__copy {
        margin-top: -8%
    }
}

.homepage-video__copy-inner {
    background-color: #dfbd77;
    color: #fff;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2rem;
    padding: 1rem
}

.homepage-video__tagline {
    margin: 0 auto;
    max-width: 300px;
    text-align: center
}

.hotspot__mapping {
    position: relative
}

.hotspot__icon {
    background: #fff;
    border-radius: 50%;
    border-style: solid;
    border-width: .675rem;
    height: 2.4rem;
    margin-left: -1.2rem;
    margin-top: -1.2rem;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 2.4rem
}

@media(min-width:768px) {
    .hotspot__icon {
        border-width: .9rem;
        height: 3.2rem;
        margin-left: -1.6rem;
        margin-top: -1.6rem;
        width: 3.2rem
    }
}

.hotspot__icon.js-active {
    opacity: 1;
    transition: visibility 0s, opacity .5s linear;
    visibility: visible
}

.hotspot__icon--blue {
    border-color: #13175e
}

.hotspot__icon--green {
    border-color: #00703c
}

.hotspot__icon--orange {
    border-color: #eb6f24
}

.hotspot__tabs {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2.2rem
}

@media(max-width:991.98px) {
    .hotspot__tabs {
        border-bottom: 2px solid transparent;
        flex-wrap: wrap;
        justify-content: stretch
    }
}

.hotspot__tab {
    border-color: #0056b8;
    border-style: solid;
    border-width: 2px 1px;
    color: #0056b8;
    cursor: pointer;
    font-weight: 700;
    padding: 1rem 3rem;
    transition: background-color .3s linear, color .15s linear
}

.hotspot__tab:first-child {
    border-bottom-left-radius: 3px;
    border-left-width: 2px;
    border-top-left-radius: 3px
}

.hotspot__tab:last-child {
    border-bottom-right-radius: 3px;
    border-right-width: 2px;
    border-top-right-radius: 3px
}

.hotspot__tab.js-active {
    background: #0056b8;
    color: #fff;
    cursor: default
}

.hotspot__tab.js-active:before {
    content: "";
    font-family: icons;
    margin-right: 1rem
}

@media(max-width:991.98px) {
    .hotspot__tab {
        flex: 1;
        margin-bottom: -2px
    }
}

.popover {
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    padding: 1rem
}

.popover-header {
    background: #fff;
    border: none;
    color: #0056b8;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase
}

.popover-body {
    margin-top: 1rem;
    padding: 0
}

.popover-body:empty {
    margin-top: 0
}

.icon-tiles__icon {
    font-size: 3.33em;
    margin-bottom: 1.5rem
}

.icon-tiles__link {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.icon-tiles__menu {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    margin-bottom: -1rem;
    margin-right: -1rem
}

.icon-tiles__menu-item {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    color: #0056b8;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    padding: 1.2rem 1rem;
    transition: color .3s linear, background-color .3s linear, box-shadow .3s linear, transform .3s linear;
    width: calc(50% - 1rem)
}

@media(min-width:768px) {
    .icon-tiles__menu-item {
        font-size: 2.4rem;
        padding: 2.5rem 3rem;
        width: calc(33.33333% - 1rem)
    }
}

.icon-tiles__menu-item:hover {
    background-color: #0056b8;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .2);
    color: #fff
}

@media(min-width:768px) {
    .icon-tiles__menu-item:hover {
        transform: translateY(-1rem)
    }
}

.icon-tiles__title {
    word-wrap: break-word;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.25;
    max-width: 100%;
    overflow-wrap: break-word;
    text-align: center
}

.latest-news__cta {
    left: 50%;
    position: relative;
    transform: translateX(-50%)
}

.latest-news__date {
    color: #37373c;
    display: block;
    font-weight: 700;
    margin-bottom: .3rem;
    text-transform: uppercase
}

.latest-news__header {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    display: flex;
    flex-direction: column
}

@media(min-width:992px) {
    .latest-news__header {
        align-items: center;
        flex-direction: row;
        justify-content: space-between
    }
}

@media(max-width:767.98px) {
    .latest-news .latest-news__item:nth-child(n+4) {
        display: none
    }
}

.latest-news__items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem
}

@media(min-width:768px) {
    .latest-news__items {
        flex-direction: row;
        margin-bottom: 4rem
    }
}

.latest-news__title {
    margin-bottom: 5rem
}

.latest-news__excerpt {
    margin-top: .3rem;
    overflow-wrap: break-word
}

.latest-news__thumbnail {
    margin-bottom: .3rem
}

@media(min-width:768px) {
    .latest-news__item--standard,
    .latest-news__item:not([class*=latest-news__item--]) {
        width: calc(50% - 1rem)
    }
}

@media(min-width:992px) {
    .latest-news__item--standard,
    .latest-news__item:not([class*=latest-news__item--]) {
        width: calc(25% - 1.5rem)
    }
}

.latest-news__item--standard .latest-news__heading,
.latest-news__item:not([class*=latest-news__item--]) .latest-news__heading {
    font-size: unset
}

.latest-news__item--standard .latest-news__link,
.latest-news__item:not([class*=latest-news__item--]) .latest-news__link {
    color: #0056b8
}

.latest-news__item--standard .latest-news__link:is(:hover,
:focus-visible),
.latest-news__item:not([class*=latest-news__item--]) .latest-news__link:is(:hover,
:focus-visible) {
    text-decoration: underline
}

.latest-news__items--card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr))
}

.latest-news__items--card>* {
    max-width: 50rem
}

.latest-news__item--card {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: .15s linear;
    transition-property: box-shadow, translate;
    translate: 0 0
}

.latest-news__item--card .latest-news__body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2rem
}

.latest-news__item--card .latest-news__body>*+* {
    margin-top: .8rem
}

.latest-news__item--card .latest-news__body:after {
    content: "";
    flex-grow: 1
}

.latest-news__item--card .latest-news__excerpt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden
}

.latest-news__item--card .latest-news__heading {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #13175e;
    display: -webkit-box;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    overflow: hidden
}

.latest-news__item--card .latest-news__link {
    color: #c85016;
    display: block;
    font-weight: 700;
    margin-top: 1.6rem;
    order: 1;
    position: relative;
    position: unset
}

.latest-news__item--card .latest-news__link:after {
    content: " ";
    font-family: icons;
    font-size: .8em;
    margin-left: .7rem;
    margin-right: .4rem;
    transition: margin-left .15s linear, margin-right .15s linear;
    width: .8em
}

.latest-news__item--card .latest-news__link:hover:after {
    margin-left: 1.1rem;
    margin-right: 0
}

.latest-news__item--card .latest-news__link:before {
    content: "";
    inset: 0;
    position: absolute
}

.latest-news__item--card .latest-news__thumbnail {
    aspect-ratio: 1.6
}

.latest-news__item--card:is(:hover,
:focus-within) {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .4);
    translate: 0 -1rem
}

.location-map {
    margin: 3rem 0 9rem
}

.location-map__heading {
    color: #666;
    margin-bottom: 1rem
}

.location-map__flex {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

@media(max-width:991.98px) {
    .location-map__flex {
        display: block
    }
}

.location-map__map {
    height: 400px;
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media(min-width:768px) {
    .location-map__map {
        flex: 5;
        margin-right: 3rem
    }
}

.location-map__map img {
    max-width: inherit!important
}

@media(min-width:768px) {
    .location-map__address {
        flex: 3
    }
}

.my-account {
    background: #28a745;
    background: rgba(40, 167, 69, .9);
    display: inline-block;
    flex: 1;
    margin-right: -1.7rem;
    padding: 3rem 4.4rem 3.9rem 2.7rem;
    position: relative;
    text-align: center
}

.my-account:after {
    border-right: 17px solid transparent;
    border-top: 17px solid #28a745;
    bottom: -17px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0
}

@media(max-width:767.98px) {
    .my-account {
        display: none
    }
}

@media(min-width:1440px) {
    .my-account {
        max-width: 26rem
    }
}

.my-account__heading {
    color: #fff;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2.6rem
}

.my-account__link {
    margin-top: 2rem
}

.my-account__link .btn,
.my-account__link .wysiwyg .wp-block-button__link,
.wysiwyg .my-account__link .wp-block-button__link {
    width: 100%
}

.quick-links {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative
}

.quick-links__bottom,
.quick-links__top {
    align-items: stretch;
    align-self: stretch;
    display: flex;
    justify-content: space-between
}

.quick-links__bottom:after,
.quick-links__bottom:before,
.quick-links__top:after,
.quick-links__top:before {
    border-color: #a7a9ac;
    border-width: 1px;
    content: "";
    display: block;
    flex: 1;
    min-height: 6px
}

.quick-links__top:after,
.quick-links__top:before {
    border-top-style: solid;
    transform: translateY(50%)
}

.quick-links__top:before {
    border-left-style: solid;
    border-top-left-radius: 3px
}

.quick-links__top:after {
    border-right-style: solid;
    border-top-right-radius: 3px
}

.quick-links__bottom:after,
.quick-links__bottom:before {
    border-bottom-style: solid;
    transform: translateY(-50%)
}

.quick-links__bottom:before {
    border-bottom-left-radius: 3px;
    border-left-style: solid
}

.quick-links__bottom:after {
    border-bottom-right-radius: 3px;
    border-right-style: solid
}

.quick-links__title {
    color: #37373c;
    font-weight: 700;
    text-transform: uppercase
}

.quick-links__title[class] {
    font-size: 2rem
}

@media(min-width:768px) {
    .quick-links__title[class] {
        font-size: 2.4rem
    }
}

.quick-links__link-out,
.quick-links__title {
    margin: 0 1rem;
    text-align: center
}

.quick-links__link-item {
    color: #c85016;
    font-size: 2rem;
    font-weight: 700;
    list-style: none
}

.quick-links__link--video {
    align-items: center;
    display: inline-flex
}

.quick-links__link--video:before {
    color: #eb6f24;
    content: "";
    font-size: 1.5em;
    margin-right: 1rem
}

.quick-links__links {
    border-left: 1px solid #a7a9ac;
    border-right: 1px solid #a7a9ac;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.quick-links__links>* {
    flex-basis: calc(100% - 2.5rem);
    margin-bottom: 2.5rem
}

.quick-links__links>:last-child {
    margin-bottom: 0
}

@media(min-width:768px) {
    .quick-links__links>* {
        flex-basis: calc(50% - 2.5rem);
        margin-right: 2.5rem
    }
    .quick-links__links>:nth-child(2) {
        margin-right: 0
    }
    .quick-links__links>:nth-child(odd):nth-last-child(-n+2),
    .quick-links__links>:nth-child(odd):nth-last-child(-n+2)~* {
        margin-bottom: 0
    }
}

.quick-links__links[class] {
    padding: 4rem 4.5rem
}

.resource {
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
    position: relative;
    top: 0;
    transition: top .15s linear, box-shadow .15s linear
}

.resource__image {
    width: 100%
}

.resource__icon {
    color: #eb6f24;
    display: block;
    flex-shrink: 0;
    font-size: 3rem;
    margin-right: 3rem
}

@media(min-width:768px) {
    .resource__icon {
        font-size: 5rem;
        margin-right: 1rem
    }
}

.resource__icon.icon-pdf {
    color: #0056b8
}

.resource__icon.icon-image {
    color: #28a745
}

.resource__icon.icon-video {
    color: #eb6f24
}

.resource__icon.icon-document {
    color: #a7a9ac
}

.resource__icon.icon-custom {
    margin-left: .2em
}

.resource__icon.icon-custom img {
    border-radius: 3px;
    height: auto;
    margin-right: 1rem;
    width: 48px
}

@media(max-width:767.98px) {
    .resource__icon.icon-custom img {
        height: 1em;
        margin-right: .6rem;
        width: 1em
    }
}

.resource__prompt {
    color: #c85016;
    display: block;
    font-weight: 700
}

.resource__prompt:before {
    content: "";
    inset: 0;
    position: absolute
}

@media(max-width:767.98px) {
    .resource__prompt {
        clip: rect(0, 0, 0, 0);
        border: 0;
        height: 1px;
        margin: -1px;
        margin: -1px!important;
        overflow: hidden;
        padding: 0;
        position: absolute;
        position: unset;
        white-space: nowrap;
        width: 1px
    }
}

*+.resource__desc,
.resource__desc+* {
    margin-top: 1rem
}

.resource__wrapper {
    display: flex;
    flex: 1;
    min-height: 100%;
    padding: 1rem 2rem;
    position: relative
}

@media(min-width:768px) {
    .resource__wrapper {
        padding: 2rem 2rem 1.5rem
    }
    .resource:hover {
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .4);
        top: -1rem
    }
}

.resources__title {
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

.resources__resources {
    display: flex
}

@media(max-width:767.98px) {
    .resources__resources {
        flex-direction: column
    }
    .resources__resources>* {
        margin-bottom: 1rem
    }
}

@media(min-width:768px) {
    .resources__resources {
        flex-wrap: wrap
    }
    .resources__resources>* {
        flex-basis: calc(50% - 0.75rem);
        margin-bottom: 1.5rem;
        margin-right: 1.5rem
    }
    .resources__resources>:first-child():last-child() {
        margin: auto
    }
    .resources__resources>:nth-child(2n) {
        margin-right: 0
    }
    .resources__resources>:nth-child(odd):nth-last-child(-n+2),
    .resources__resources>:nth-child(odd):nth-last-child(-n+2)~* {
        margin-bottom: 0
    }
}

.service {
    counter-reset: service
}

.service__description {
    font-weight: 300;
    margin-bottom: 3rem;
    margin-top: 3rem
}

@media(min-width:768px) {
    .service__description {
        margin: 4rem 5rem
    }
}

.service.active~.service--ghost,
.service:not(.active):not(.service--ghost) {
    display: none
}

.step {
    padding: 3rem 2rem;
    position: relative
}

@media(min-width:768px) {
    .step {
        padding: 5rem 8rem 4rem 12.5rem
    }
}

.step:nth-child(odd) {
    background-color: #f8f9fa
}

.step__accordion {
    margin-top: 2rem
}

@media(min-width:768px) {
    .step__accordion {
        margin-top: 3rem
    }
}

.step__cta+.step__accordion {
    margin-top: .5rem
}

@media(min-width:768px) {
    .step__cta+.step__accordion {
        margin-top: 1rem
    }
}

.step__header {
    margin-bottom: 2rem
}

.step__header,
.step__index {
    display: flex;
    position: relative
}

.step__index {
    align-items: center;
    background: #00703c;
    background-clip: content-box;
    border-bottom: 20px solid transparent;
    box-sizing: content-box;
    color: #fff;
    flex: 0 0 auto;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    height: 5.5rem;
    justify-content: center;
    width: 5.5rem
}

.step__index:after {
    border-left: 20px solid transparent;
    border-top: 20px solid #28a745;
    bottom: -20px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0
}

@media(max-width:767.98px) {
    .step__index {
        margin-right: 2rem
    }
}

@media(min-width:768px) {
    .step__index {
        left: -7.5rem;
        position: absolute;
        top: -1rem
    }
}

.step__content>:not(:last-child) {
    margin-bottom: 1.5rem
}

@media(min-width:768px) {
    .step__content>:not(:last-child) {
        margin-bottom: 2rem
    }
}

.step__form {
    margin-top: 3rem
}

.step__form-btn.active,
.step__form:not(.active) {
    display: none
}

.step:not(.step--ghost) .step__index {
    counter-increment: service
}

.step:not(.step--ghost) .step__index:before {
    content: counter(service)
}

.step--ghost {
    display: block;
    position: relative
}

@media(min-width:768px) {
    .step--ghost {
        margin-left: 5rem;
        margin-right: 5rem
    }
}

.step--ghost:after,
.step--ghost:before {
    content: "";
    display: block
}

.step--ghost:before {
    background-color: #d7d7d8;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    max-width: 70%;
    padding-bottom: 3rem
}

@media(max-width:767.98px) {
    .step--ghost:before {
        left: 9rem;
        position: absolute;
        right: 2rem
    }
}

.step--ghost:after {
    background: linear-gradient(90deg, hsla(216, 3%, 66%, .2) 65%, transparent 0);
    background-clip: padding-box;
    border-top: 2.4rem solid hsla(216, 3%, 66%, .2);
    padding-top: 2.4rem
}

.step--ghost .step__index {
    background: hsla(216, 3%, 66%, .2);
    background: #a7a9ac;
    background-clip: content-box;
    border-bottom: 1.8rem solid transparent;
    box-sizing: content-box;
    height: 5rem;
    position: relative;
    width: 5rem
}

.step--ghost .step__index:after {
    border-left: 1.8rem solid transparent;
    border-top: 1.8rem solid #d7d7d8;
    bottom: -1.8rem;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    width: 0
}

@media(max-width:767.98px) {
    .step--ghost .step__index {
        margin-bottom: 2rem
    }
}

@media(min-width:768px) {
    .step--ghost .step__index {
        left: 5rem;
        position: absolute;
        top: 4rem
    }
}

@media(max-width:767.98px) {
    .steps {
        margin-left: -2rem;
        margin-right: -2rem
    }
}

.storm-mode {
    margin-top: 4.8rem;
    overflow: hidden;
    position: relative
}

.storm-mode__wrapper.container--max-width {
    max-width: 1220px
}

.storm-mode__bg-wrapper {
    height: 100%;
    position: absolute;
    width: 100%
}

.storm-mode__bg-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.storm-mode__bg-wrapper:after {
    background: rgba(19, 23, 94, .7);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.storm-mode__more {
    align-self: center;
    margin-top: 2.5rem;
    min-height: 2.2rem;
    text-align: center
}

.storm-mode__more,
.storm-mode__social-link {
    color: #ffcc4d;
    display: inline-block;
    font-size: 1.7rem
}

.storm-mode__post {
    background: #fff;
    border-radius: .3rem;
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .2);
    display: flex;
    padding: 2rem;
    width: 100%
}

.storm-mode__post-content {
    width: calc(100% - 6.8rem)
}

.storm-mode__post-image {
    margin-right: 2rem;
    width: 4.8rem
}

.storm-mode__post-link {
    background-position-x: .25em;
    background-position-y: 1.2em;
    background-repeat: no-repeat;
    background-size: calc(100% - .25em) .1em;
    color: #c85016;
    display: inline-block;
    font-weight: 700;
    min-height: 2.2rem;
    padding-right: .25em;
    transition: background-position-x .15s linear, background-size .15s linear
}

.storm-mode__post-title {
    color: #37373c;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: .5rem
}

.storm-mode__post:focus .storm-mode__post-link,
.storm-mode__post:hover .storm-mode__post-link {
    background-image: linear-gradient(90deg, #c85016, #c85016);
    background-position-x: 0
}

.storm-mode__posts>a:not(:last-of-type) {
    margin-bottom: 1.5rem
}

.storm-mode__resources {
    display: flex;
    flex-direction: column
}

.storm-mode__resources>h2 {
    color: #fff;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 1rem
}

.storm-mode__resources>h2:not(:first-child) {
    margin-top: 3rem
}

@media(max-width:991.98px) {
    .storm-mode__resources>h2:not(:first-child) {
        margin-top: 4rem
    }
}

.storm-mode__inner {
    display: flex;
    flex-direction: column;
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
    width: 100%
}

.storm-mode .menu__social {
    font-size: 36px;
    justify-content: flex-start;
    margin-bottom: 20px
}

.storm-mode .menu__social a {
    color: #ffcc4d
}

.storm-mode .menu__social .icon-twitter-icon {
    background-color: red;
    border-radius: 100%;
    font-size: 26px
}

.storm-mode #cff .cff-author {
    margin-bottom: 1.8rem
}

.storm-mode #cff .cff-dot {
    display: none
}

.storm-mode #cff .cff-item {
    background: #fff;
    border-radius: .3rem
}

.storm-mode #cff .cff-item.cff-box,
.storm-mode #cff .cff-item.cff-box:first-child {
    padding: 2.4rem
}

.storm-mode #cff .cff-post-links {
    float: right;
    padding-top: 1.8rem
}

.storm-mode #cff .cff-post-links a {
    font-weight: 700
}

.storm-mode #cff .cff-post-links>:not(:last-child) {
    margin-right: 2rem!important
}

.storm-mode #cff .cff-post-text {
    font-size: 1.4rem;
    line-height: 1.5
}

.storm-mode #cff .cff-post-links a,
.storm-mode #cff .cff-post-text a {
    color: #0056b8
}

.storm-mode #cff .cff-share-tooltip {
    right: 0
}

@media(max-width:991.98px) {
    .storm-mode__inner {
        margin-bottom: -4rem
    }
    .storm-mode__inner>* {
        margin-bottom: 4rem
    }
}

@media(min-width:992px) {
    .storm-mode__resources {
        width: 30%
    }
    .storm-mode__social {
        width: calc(40% - 4.8rem)
    }
    .storm-mode__right {
        width: calc(30% - 4.8rem)
    }
    .storm-mode__inner {
        flex-direction: row;
        flex-wrap: nowrap;
        margin-left: -2.4rem;
        margin-right: -2.4rem
    }
    .storm-mode__inner>* {
        margin-left: 2.4rem;
        margin-right: 2.4rem
    }
}

.storm-mode .accordion {
    max-width: 100%
}

.storm-mode .accordion .wysiwyg {
    color: #333
}

.storm-mode__advisory+.storm-mode__faq-label {
    padding-top: 2rem
}

.storm-mode__advisory a.external-link:not(.btn),
.storm-mode__advisory a.external-link:not(.btn):after {
    color: #ffcc4d;
    text-decoration: none
}

.storm-mode__advisory a.external-link:not(.btn):hover {
    color: #ffcc4d!important;
    text-decoration: underline!important
}

.storm-mode__advisory a:not([class]) {
    color: #ffcc4d;
    text-decoration: none
}

.storm-mode__advisory a:not([class]):hover {
    color: #ffcc4d!important;
    text-decoration: underline!important
}

.storm-mode .accordion__section {
    background-color: #fff
}

.storm-mode .wysiwyg {
    color: #fff
}

.storm-mode .wysiwyg p {
    font-size: 1.6rem;
    line-height: 2.4rem
}

.storm-mode .wysiwyg .imapper-content-header,
.storm-mode .wysiwyg h1,
.storm-mode .wysiwyg h2,
.storm-mode .wysiwyg h3,
.storm-mode .wysiwyg h4,
.storm-mode .wysiwyg h5,
.storm-mode .wysiwyg h6 {
    color: #fff;
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 1rem
}

.storm-mode .storm-mode__faq-label {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-transform: uppercase
}

.storm-mode__tiles {
    margin-bottom: 3rem;
    margin-top: 1px;
    padding-left: 0;
    padding-right: 0
}

.storm-mode__tiles-blue .homepage-tiles__menu-item:hover,
.storm-mode__tiles-green .homepage-tiles__menu-item:hover,
.storm-mode__tiles-orange .homepage-tiles__menu-item:hover {
    color: #fff
}

.storm-mode__tiles-blue .homepage-tiles__menu-item {
    color: #234188
}

.storm-mode__tiles-blue .homepage-tiles__menu-item:hover {
    background-color: #234188
}

.storm-mode__tiles-orange .homepage-tiles__menu-item {
    color: #eb6f24
}

.storm-mode__tiles-orange .homepage-tiles__menu-item:hover {
    background-color: #eb6f24
}

.storm-mode__tiles-green .homepage-tiles__menu-item {
    color: #00703c
}

.storm-mode__tiles-green .homepage-tiles__menu-item:hover {
    background-color: #00703c
}

.home .storm-mode .wysiwyg {
    margin-top: 0
}

.storm-mode--order2 .storm-mode__right {
    order: 1
}

.storm-mode--order2 .storm-mode__social {
    order: 2
}

.storm-mode--order3 .storm-mode__right {
    order: 1
}

.storm-mode--order3 .storm-mode__resources {
    order: 2
}

.storm-mode--order3 .storm-mode__social {
    order: 0
}

.storm-mode--order4 .storm-mode__resources,
.storm-mode--order4 .storm-mode__right {
    order: 1
}

.storm-mode--order4 .storm-mode__social,
.storm-mode--order5 .storm-mode__right {
    order: 0
}

.storm-mode--order5 .storm-mode__resources {
    order: 1
}

.storm-mode--order5 .storm-mode__social {
    order: 2
}

.storm-mode--order6 .storm-mode__right {
    order: 0
}

.storm-mode--order6 .storm-mode__resources {
    order: 2
}

.storm-mode--order6 .storm-mode__social {
    order: 1
}

.water-reading {
    background-clip: padding-box;
    background-color: #234188;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1rem solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    padding: 2rem;
    position: relative
}

.wysiwyg .water-reading a {
    color: #fff
}

.wysiwyg .water-reading a:focus,
.wysiwyg .water-reading a:hover {
    color: #ffcc4d
}

.wysiwyg .water-reading a.external-link:after {
    color: #fff
}

.water-reading:before {
    background-image: radial-gradient(50% 50% at 50% 0, transparent 100%, #234188 108%);
    background-repeat: repeat-x;
    background-size: 16.67% 2rem;
    content: "";
    height: 1.2rem;
    left: 0;
    position: absolute;
    right: 0;
    top: -1.1rem;
    width: 100%
}

.water-reading:after {
    border-right: 1px solid #234188;
    bottom: 3px;
    content: "";
    position: absolute;
    right: 0;
    top: 0
}

@media(min-width:768px) {
    .water-reading {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
    .water-reading>:not(:last-child) {
        margin-right: 3rem
    }
    .water-reading:before {
        background-size: 8.3333333333% 2rem
    }
}

.water-reading__average-text {
    word-wrap: break-word;
    white-space: pre-wrap;
    width: 100%
}

.water-reading__average-number {
    font-size: 3.6rem;
    font-weight: 700;
    margin-top: 2rem
}

@media(min-width:768px)and (max-width:991.98px) {
    .water-reading__average-number {
        font-size: 2.6rem
    }
}

.water-reading__copy {
    color: #fff
}

.water-reading__copy a:not([class]),
.water-reading__copy a:not([class]):hover,
.water-reading__copy a[class=""],
.water-reading__copy a[class=""]:hover,
.water-reading__copy a[class=focus-visible],
.water-reading__copy a[class=focus-visible]:hover {
    color: #ffcc4d
}

@media(min-width:768px)and (max-width:991.98px) {
    .water-reading__copy {
        flex: 1 0
    }
}

@media(min-width:992px) {
    .water-reading__copy {
        flex: 5 0
    }
}

@media(max-width:767.98px) {
    .water-reading__copy {
        margin-bottom: 2rem;
        text-align: center
    }
}

.water-reading__stats {
    color: #234188;
    display: flex;
    justify-content: center
}

@media(min-width:768px)and (max-width:991.98px) {
    .water-reading__stats {
        flex: 1 0
    }
}

@media(min-width:992px) {
    .water-reading__stats {
        flex: 3 0
    }
}

.water-reading__stats>* {
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 2rem;
    text-align: center
}

.water-reading__stats>:not(:last-child) {
    margin-right: 1rem
}

.water-reading__status-icon {
    display: inline-block;
    font-size: 4.5rem;
    margin-bottom: 5px
}

.water-reading__status-text {
    display: none;
    font-size: 2rem;
    font-weight: 700
}

.water-reading__title {
    font-family: Good Headline, Good Headline fallback, Open Sans, open sans, Helvetica Neue, Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase
}

ol.wp-block-list,
ul.wp-block-list {
    padding-left: 1.75rem
}

ol.wp-block-list.has-background,
ul.wp-block-list.has-background {
    padding-left: 2.5rem
}

.home .wysiwyg {
    margin-top: 6rem
}

.home .mg-mod-modal__content .wysiwyg {
    margin-top: 2rem
}

.home .mg-mod-modal__content .wysiwyg>* {
    margin-bottom: 2rem
}

.page-template-resource .wysiwyg>h2,
.page-template-resource .wysiwyg>h3,
.page-template-resource .wysiwyg>h4,
.page-template-resource .wysiwyg>h5,
.page-template-resource .wysiwyg>h6 {
    margin-bottom: 1rem
}

.page-template-ways-to-save .page-header__title--w2s {
    margin: 1rem 0 auto 1rem
}

.page-template-ways-to-save .page-header__main {
    background-color: #234188;
    margin-top: 3rem;
    padding-bottom: 5.5rem;
    padding-top: 0
}

.page-template-ways-to-save .container--w2s {
    position: relative;
    z-index: 10
}

.page-template-ways-to-save .container--w2s .icon-tiles:first-child {
    margin-top: -10rem
}

.page-template-residential-solar .page-header__title--res-solar {
    margin: 1rem 0 auto 1rem
}

.page-template-residential-solar .page-header__main {
    background-color: #234188;
    margin-top: 3rem;
    padding-bottom: 5.5rem;
    padding-top: 0
}

.page-template-residential-solar .container--res-solar {
    position: relative;
    z-index: 10
}

.page-template-residential-solar .container--res-solar .icon-tiles:first-child {
    margin-top: -10rem
}

.single-tribe_events .content {
    padding-top: 5rem
}