
.hero {
    background-color: #e1b976;
    width: 100%
}

.hero>.component-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%
}

.hero>.component-content>.row {
    padding-left: 15px;
    padding-right: 15px
}

body.on-page-editor .hero {
    min-height: 300px
}

.hero .hero-wrapper {
    align-items: center;
    display: flex;
    position: relative
}

.hero .hero-wrapper:after {
    content: url(../images/patterns/corners/star-top-left.svg);
    left: -80px;
    position: absolute;
    top: -70px;
    top: 25px
}

@media only screen and (max-width: 991.98px) {
    .hero .hero-wrapper {
        padding:0
    }

    .hero .hero-wrapper:after {
        content: url(../images/patterns/small/circle-pattern-small.svg);
        left: auto;
        position: absolute;
        right: 30px;
        top: 25px
    }
}

@media only screen and (min-width: 991.98px) and (max-width:1299.98px) {
    .hero .hero-wrapper:after {
        display:none
    }
}

.hero .hero-content,.hero .hero-lower {
    color: #fff
}

.hero .hero-content {
    min-height: auto;
    padding: 0 15px
}

@media only screen and (max-width: 991.98px) {
    .hero .hero-content {
        display:block;
        padding: 40px 15px
    }
}

.hero .hero-content h1,.hero .hero-content h2,.hero .hero-content h3,.hero .hero-content h4,.hero .hero-content h5,.hero .hero-content h6 {
    color: #e1b976;
    color: #fff;
    color: inherit;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: -.037em;
    line-height: 1.1;
    line-height: 1.15;
    margin-bottom: 20px;
    margin-top: 0;
    max-width: 100%;
    text-align: left
}

@media only screen and (max-width: 991.98px) {
    .hero .hero-content h1,.hero .hero-content h2,.hero .hero-content h3,.hero .hero-content h4,.hero .hero-content h5,.hero .hero-content h6 {
        line-height:1.25;
        margin-bottom: max(.4em,10px)
    }
}

.hero .hero-content h1+div,.hero .hero-content h1+p,.hero .hero-content h2+div,.hero .hero-content h2+p,.hero .hero-content h3+div,.hero .hero-content h3+p,.hero .hero-content h4+div,.hero .hero-content h4+p,.hero .hero-content h5+div,.hero .hero-content h5+p,.hero .hero-content h6+div,.hero .hero-content h6+p {
    margin-top: 0
}

@media only screen and (max-width: 991.98px) {
    .hero .hero-content h1,.hero .hero-content h2,.hero .hero-content h3,.hero .hero-content h4,.hero .hero-content h5,.hero .hero-content h6 {
        font-size:3.5rem
    }
}

.hero .hero-content-inner {
    text-align: left
}

.hero .hero-description {
    color: #fff;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left
}

.hero .hero-description:last-child {
    margin-bottom: 0
}

.hero.content-page-hero .hero-wrapper {
    min-height: 325px
}

.hero.content-page-hero .hero-content {
    justify-content: left
}

@media only screen and (min-width: 992px) {
    .hero.content-page-hero .hero-content {
        padding-bottom:80px;
        padding-top: 80px
    }
}

.hero.content-page-hero .hero-content:not(:only-child) {
    width: 45%
}

@media only screen and (min-width: 992px) {
    .hero.content-page-hero .hero-content:not(:only-child) {
        min-height:550px;
        padding-bottom: 95px;
        padding-top: 95px
    }
}

@media only screen and (min-width: 1300px) {
    .hero.content-page-hero.right-pattern-bg .hero-content:only-child .hero-content-inner {
        max-width:75%
    }
}

.hero.content-page-hero .hero-image {
    bottom: -50px;
    height: 95%;
    left: auto;
    right: 0;
    top: auto;
    width: 50%;
    z-index: 1
}

.hero.content-page-hero .hero-image:after {
    background-color: #008389;
    border-top-left-radius: 55px;
    content: "";
    height: calc(max(200px, 50%) + 35px);
    left: -35px;
    max-height: 80%;
    max-width: 80%;
    opacity: .5;
    position: absolute;
    top: -35px;
    width: calc(max(300px, 30%) + 35px);
    z-index: -1
}

.hero.content-page-hero .hero-image img {
    border-radius: 0 0 0 35px;
    min-height: 200px
}

@media only screen and (max-width: 991.98px) {
    .hero.content-page-hero .hero-wrapper {
        display:flex;
        flex-direction: column;
        justify-content: center
    }

    .hero.content-page-hero .hero-image {
        align-self: flex-end;
        flex: 1 1 auto;
        margin-top: 110px;
        max-width: 70%;
        position: relative;
        right: auto;
        top: 0;
        width: auto
    }

    .hero.content-page-hero .hero-image:after {
        background-color: #008389;
        border-top-left-radius: 35px;
        content: "";
        height: calc(max(200px, 50%) + 22px);
        left: -22px;
        max-height: 80%;
        max-width: 80%;
        opacity: .5;
        position: absolute;
        top: -22px;
        width: calc(max(200px, 30%) + 22px);
        z-index: -1
    }

    .hero.content-page-hero .hero-image img {
        max-height: 275px
    }

    .hero.content-page-hero .hero-content:not(:only-child) {
        width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .hero.content-page-hero .hero-image {
        right:-120px;
        width: calc(50% + 120px)
    }

    .hero.content-page-hero .hero-image img {
        border-radius: 0 35px 35px
    }
}

@media only screen and (min-width: 768px) and (max-width:991.98px) {
    .hero.content-page-hero .hero-image {
        align-self:center
    }

    .hero.content-page-hero .hero-image img {
        border-radius: 0 35px 35px
    }
}

.hero.default-hero>.component-content {
    max-width: 100%
}

.hero.default-hero .hero-image {
    height: auto;
    position: relative
}

@media only screen and (min-width: 992px) {
    .hero.default-hero .hero-image {
        height:500px
    }
}

.hero.default-hero .hero-content,.hero.default-hero .hero-content-inner,.hero.default-hero .hero-lower {
    display: block;
    text-align: center
}

.hero.default-hero .hero-content {
    padding-bottom: 0;
    padding-top: 0
}

.hero.default-hero .hero-content-inner {
    padding-bottom: 0;
    padding-top: 95px
}

@media only screen and (max-width: 991.98px) {
    .hero.default-hero .hero-content-inner {
        padding-top:70px
    }
}

.hero.default-hero .hero-lower {
    padding: 0 15px 95px
}

@media only screen and (max-width: 991.98px) {
    .hero.default-hero .hero-lower {
        padding-bottom:70px
    }
}

.hero.default-hero .hero-small-image img {
    margin: 0 auto;
    max-height: 175px
}

.hero.default-hero .hero-description {
    color: #e1b976;
    color: inherit;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -.037em;
    line-height: 1.1;
    margin: 60px auto max(.5em,15px);
    max-width: 100%;
    max-width: 1200px;
    text-align: inherit;
    width: 100%
}

@media only screen and (max-width: 991.98px) {
    .hero.default-hero .hero-description {
        line-height:1.25;
        margin-bottom: max(.4em,10px)
    }
}

.hero.default-hero .hero-description+div,.hero.default-hero .hero-description+p {
    margin-top: 0
}

@media only screen and (max-width: 991.98px) {
    .hero.default-hero .hero-description {
        font-size:3rem
    }
}

.hero.default-hero .hero-description>.row {
    padding-left: 15px;
    padding-right: 15px
}

.hero.three-image-hero {
    margin-bottom: 50px
}

.hero.three-image-hero+.component {
    margin-top: -50px
}

.hero.three-image-hero .hero-wrapper {
    min-height: 325px
}

.hero.three-image-hero .hero-wrapper:after {
    content: url(../images/patterns/corners/hearts-top-left.svg);
    left: -80px;
    position: absolute;
    top: -70px;
    top: 25px
}

.hero.three-image-hero .hero-content {
    align-items: center;
    justify-content: flex-start;
    width: 50%
}

@media only screen and (min-width: 992px) {
    .hero.three-image-hero .hero-content {
        min-height:500px;
        padding-bottom: 95px;
        padding-top: 95px
    }
}

.hero.three-image-hero .hero-content h1,.hero.three-image-hero .hero-content h2,.hero.three-image-hero .hero-content h3,.hero.three-image-hero .hero-content h4,.hero.three-image-hero .hero-content h5,.hero.three-image-hero .hero-content h6 {
    color: #e1b976;
    color: #fff;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: -.037em;
    line-height: 1.1;
    margin-bottom: max(.5em,15px);
    margin-top: 0;
    max-width: 100%
}

@media only screen and (max-width: 991.98px) {
    .hero.three-image-hero .hero-content h1,.hero.three-image-hero .hero-content h2,.hero.three-image-hero .hero-content h3,.hero.three-image-hero .hero-content h4,.hero.three-image-hero .hero-content h5,.hero.three-image-hero .hero-content h6 {
        line-height:1.25;
        margin-bottom: max(.4em,10px)
    }
}

.hero.three-image-hero .hero-content h1+div,.hero.three-image-hero .hero-content h1+p,.hero.three-image-hero .hero-content h2+div,.hero.three-image-hero .hero-content h2+p,.hero.three-image-hero .hero-content h3+div,.hero.three-image-hero .hero-content h3+p,.hero.three-image-hero .hero-content h4+div,.hero.three-image-hero .hero-content h4+p,.hero.three-image-hero .hero-content h5+div,.hero.three-image-hero .hero-content h5+p,.hero.three-image-hero .hero-content h6+div,.hero.three-image-hero .hero-content h6+p {
    margin-top: 0
}

@media only screen and (max-width: 991.98px) {
    .hero.three-image-hero .hero-content h1,.hero.three-image-hero .hero-content h2,.hero.three-image-hero .hero-content h3,.hero.three-image-hero .hero-content h4,.hero.three-image-hero .hero-content h5,.hero.three-image-hero .hero-content h6 {
        font-size:3.5rem
    }
}

.hero.three-image-hero .hero-content .field-herodescription {
    color: #fff;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500
}

.hero.three-image-hero .hero-content .field-herodescription p:last-child {
    margin-bottom: 0
}

.hero.three-image-hero .hero-content .field-herodescription+.cta-button {
    margin-top: 30px
}

.hero.three-image-hero .hero-image {
    bottom: -50px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 50%;
    z-index: 1
}

.hero.three-image-hero .hero-image .circle {
    background-color: #fff;
    border: 8px solid #fff;
    border-radius: 50%;
    display: flex;
    overflow: hidden
}

.hero.three-image-hero .hero-image .circle img {
    align-self: center;
    min-height: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.hero.three-image-hero .hero-image .circle.big-image {
    border-color: #ffc015;
    border-width: 16px;
    height: 290px;
    min-height: 290px;
    min-width: 290px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 290px
}

.hero.three-image-hero .hero-image .circle.middle-image {
    border-color: #e32227;
    border-width: 12px;
    bottom: 0;
    height: 175px;
    min-height: 175px;
    min-width: 175px;
    position: absolute;
    right: 185px;
    width: 175px
}

.hero.three-image-hero .hero-image .circle.small-image {
    border-color: #5e89b5;
    height: 145px;
    min-height: 145px;
    min-width: 145px;
    position: absolute;
    right: 335px;
    top: 53%;
    transform: translateY(-50%);
    width: 145px
}

.hero.three-image-hero .hero-image:after {
    bottom: 13%;
    content: url(../images/patterns/small/circle-pattern-small.svg);
    position: absolute;
    right: 0
}

.hero.three-image-hero .cta-button {
    align-items: center;
    background: #0073c5;
    border: 2px solid #0073c5;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.15;
    margin: 10px 0;
    min-width: min(240px,100%);
    padding: 15px 25px;
    text-align: left;
    text-decoration: none!important;
    transition: all .2s;
    width: auto
}

@media print {
    body:not(.foo) .hero.three-image-hero .cta-button {
        border: none;
        color: #272728;
        padding: 10px 0
    }

    body:not(.foo) .hero.three-image-hero .cta-button:after {
        color: blue;
        content: attr(href);
        display: block;
        font-size: 1rem
    }
}

.hero.three-image-hero .cta-button:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-self: center;
    content: "\f105";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 2.2rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1;
    line-height: .1;
    margin-inline-start:auto;padding-inline-start:25px}

.hero.three-image-hero .cta-button[target=_blank] {
    display: inline-flex
}

.hero.three-image-hero .cta-button[target=_blank]:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08e";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1
}

@media (hover: hover) {
    .hero.three-image-hero .cta-button:hover {
        background-color:transparent;
        border-color: #0073c5;
        color: #0073c5;
        opacity: 1
    }

    .component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .hero.three-image-hero .cta-button:hover {
        background-color: #fff;
        color: #0073c5
    }

    .component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).hero.three-image-hero .cta-button:hover {
        background-color: #fff;
        color: #0073c5
    }
}

body.keyboard-tab .hero.three-image-hero .cta-button:focus {
    box-shadow: 2px 2px 4px 2px rgba(0,115,197,.75)
}

.hero.three-image-hero .cta-button:active,.hero.three-image-hero .cta-button:active:hover,body.keyboard-tab .hero.three-image-hero .cta-button:focus {
    background-color: #10102a;
    border-color: #10102a;
    color: #fff;
    opacity: 1;
    text-decoration: none
}

.hero.three-image-hero .cta-button:disabled {
    background-color: #8e97b4;
    border-color: #8e97b4;
    color: #fff;
    cursor: default;
    opacity: 1;
    text-decoration: none
}

@media only screen and (max-width: 991.98px) {
    .hero.three-image-hero .hero-wrapper {
        display:flex;
        flex-direction: column;
        justify-content: center
    }

    .hero.three-image-hero .hero-wrapper:after {
        display: none
    }

    .hero.three-image-hero .hero-image {
        bottom: auto;
        height: 300px;
        left: auto;
        margin-top: 30px;
        position: relative;
        right: 0;
        top: auto;
        width: 300px
    }

    .hero.three-image-hero .hero-image .circle.big-image {
        border-width: 10px;
        height: 170px;
        min-height: 170px;
        min-width: 170px;
        width: 170px
    }

    .hero.three-image-hero .hero-image .circle.middle-image {
        border-width: 9px;
        height: 125px;
        min-height: 125px;
        min-width: 125px;
        right: 140px;
        width: 125px
    }

    .hero.three-image-hero .hero-image .circle.small-image {
        border-width: 6px;
        height: 100px;
        min-height: 100px;
        min-width: 100px;
        right: 200px;
        top: 100px;
        width: 100px
    }

    .hero.three-image-hero .hero-image:after {
        bottom: 0;
        content: url(../images/patterns/small/circle-pattern-small.svg);
        right: -10px
    }

    .hero.three-image-hero .hero-content {
        width: 100%
    }
}

@media only screen and (min-width: 1200px) {
    .hero.three-image-hero .hero-content {
        width:60%
    }
}

@media only screen and (min-width: 1350px) {
    .hero.three-image-hero .hero-content {
        width:64%
    }

    .hero.three-image-hero .hero-image {
        right: 0;
        right: -65px;
        width: calc(33.3% + 65px)
    }
}

body.on-page-editor .hero.three-image-hero .hero-image {
    bottom: auto
}

.hero.two-image-placeholder-hero .content-cards .cl-card {
    background-color: #fff;
    color: inherit
}

.hero.two-image-placeholder-hero .content-cards .cl-card .card-overlayDate {
    background-color: #2e873c;
    color: #fff
}

.hero.two-image-placeholder-hero .content-cards .cl-card .card-overlayDate .card-overlayDate-day {
    border-bottom: 1px solid #fff
}

@media only screen and (max-width: 575.98px) {
    .hero.two-image-placeholder-hero .content-cards .cl-card .card-overlayDate .card-overlayDate-day {
        border-bottom:none
    }
}

.hero.two-image-placeholder-hero .content-cards .cl-card .card-title {
    color: #e1b976
}

.hero.two-image-placeholder-hero {
    background-color: transparent
}

.hero.two-image-placeholder-hero>.component-content {
    max-width: 100%
}

.hero.two-image-placeholder-hero .bg-Logo {
    transform: translateZ(1px);
    will-change: transform;
    z-index: 3
}

.hero.two-image-placeholder-hero .bg-Logo svg {
    position: relative;
    z-index: -1
}

.hero.two-image-placeholder-hero .large-image {
    z-index: 2
}

.hero.two-image-placeholder-hero .hero-wrapper-inner {
    z-index: 4
}

.hero.two-image-placeholder-hero .hero-placeholder,.hero.two-image-placeholder-hero .overlay-image {
    z-index: 5
}

.hero.two-image-placeholder-hero .bg-Logo {
    background-clip: content-box;
    background-color: #e1b976;
    background-image: url(../images/bg/bg-gmi-logo-dark.svg);
    background-position: 60% 31%;
    background-repeat: no-repeat;
    background-size: auto 1050px;
    border-bottom-right-radius: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.hero.two-image-placeholder-hero .large-image {
    display: none
}

.hero.two-image-placeholder-hero .hero-wrapper {
    background-color: #e1b976;
    border-bottom-right-radius: 50px
}

.hero.two-image-placeholder-hero .hero-wrapper:after {
    display: none
}

.hero.two-image-placeholder-hero .hero-wrapper-inner {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
    width: 100%
}

.hero.two-image-placeholder-hero .hero-wrapper-inner>.row {
    padding-left: 15px;
    padding-right: 15px
}

body.on-page-editor .hero.two-image-placeholder-hero .hero-wrapper-inner {
    display: block;
    left: -300px;
    max-width: 600px;
    position: relative
}

.hero.two-image-placeholder-hero .hero-wrapper-inner svg {
    height: 0;
    width: 0
}

.hero.two-image-placeholder-hero .hero-content {
    display: block;
    overflow: hidden;
    padding-bottom: 168px;
    padding-top: 55px
}

.hero.two-image-placeholder-hero .overlay-image {
    align-content: center;
    align-self: center;
    display: flex;
    justify-content: flex-end;
    margin-right: -25px;
    margin-top: 42px
}

.hero.two-image-placeholder-hero .overlay-image .heart {
    display: flex;
    height: 137px;
    padding: 9px 8px 12px;
    position: relative;
    width: 137px
}



@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .hero.two-image-placeholder-hero .overlay-image .heart:before {
        border-radius: 50%;
        clip-path: none
    }
}

.hero.two-image-placeholder-hero .overlay-image .overlay {
    clip-path: url(#heartTiny);
    display: block;
    max-height: 0;
    max-width: 132px;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .hero.two-image-placeholder-hero .overlay-image .overlay {
        border-radius: 50%;
        clip-path: none;
        margin-bottom: -7px;
        z-index: 1
    }
}

.hero.two-image-placeholder-hero .field-herotitle {
    color: #e1b976;
    color: #fff;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: -.037em;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 100%;
    max-width: 68%
}

@media only screen and (max-width: 991.98px) {
    .hero.two-image-placeholder-hero .field-herotitle {
        line-height:1.25;
        margin-bottom: max(.4em,10px)
    }
}

.hero.two-image-placeholder-hero .field-herotitle+div,.hero.two-image-placeholder-hero .field-herotitle+p {
    margin-top: 0
}

@media only screen and (max-width: 991.98px) {
    .hero.two-image-placeholder-hero .field-herotitle {
        font-size:3.5rem;
        min-height: 80px
    }
}

.hero.two-image-placeholder-hero .field-herodescription {
    color: #fff;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 20px
}

.hero.two-image-placeholder-hero .cta-button {
    align-items: center;
    background: #0073c5;
    border: 2px solid #0073c5;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.15;
    margin: 10px 0;
    min-width: min(240px,100%);
    padding: 15px 25px;
    text-align: left;
    text-decoration: none!important;
    transition: all .2s;
    width: auto
}

@media print {
    body:not(.foo) .hero.two-image-placeholder-hero .cta-button {
        border: none;
        color: #272728;
        padding: 10px 0
    }

    body:not(.foo) .hero.two-image-placeholder-hero .cta-button:after {
        color: blue;
        content: attr(href);
        display: block;
        font-size: 1rem
    }
}

.hero.two-image-placeholder-hero .cta-button:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-self: center;
    content: "\f105";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 2.2rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1;
    line-height: .1;
    margin-inline-start:auto;padding-inline-start:25px}

.hero.two-image-placeholder-hero .cta-button[target=_blank] {
    display: inline-flex
}

.hero.two-image-placeholder-hero .cta-button[target=_blank]:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08e";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1
}

@media (hover: hover) {
    .hero.two-image-placeholder-hero .cta-button:hover {
        background-color:transparent;
        border-color: #0073c5;
        color: #0073c5;
        opacity: 1
    }

    .component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .hero.two-image-placeholder-hero .cta-button:hover {
        background-color: #fff;
        color: #0073c5
    }

    .component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).hero.two-image-placeholder-hero .cta-button:hover {
        background-color: #fff;
        color: #0073c5
    }
}

body.keyboard-tab .hero.two-image-placeholder-hero .cta-button:focus {
    box-shadow: 2px 2px 4px 2px rgba(0,115,197,.75)
}

.hero.two-image-placeholder-hero .cta-button:active,.hero.two-image-placeholder-hero .cta-button:active:hover,body.keyboard-tab .hero.two-image-placeholder-hero .cta-button:focus {
    background-color: #10102a;
    border-color: #10102a;
    color: #fff;
    opacity: 1;
    text-decoration: none
}

.hero.two-image-placeholder-hero .cta-button:disabled {
    background-color: #8e97b4;
    border-color: #8e97b4;
    color: #fff;
    cursor: default;
    opacity: 1;
    text-decoration: none
}

.hero.two-image-placeholder-hero .hero-placeholder {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: -118px;
    max-width: 1200px;
    position: relative;
    width: 100%
}

.hero.two-image-placeholder-hero .hero-placeholder>.row {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width: 991.98px) {
    .hero.two-image-placeholder-hero .hero-placeholder {
        margin-top:-108px
    }
}

@media only screen and (min-width: 1200px) {
    .hero.two-image-placeholder-hero {
        padding-bottom:50px
    }
}

@media only screen and (min-width: 992px) {
    .hero.two-image-placeholder-hero .bg-Logo {
        align-self:flex-start;
        background-position: 99% 26%;
        background-size: auto 1360px;
        min-height: 685px;
        position: absolute;
        width: calc(50% + 137.5px)
    }

    .hero.two-image-placeholder-hero .large-image {
        bottom: -50px;
        display: block;
        left: 46.25%;
        max-height: 900px;
        min-height: 735px;
        position: absolute;
        top: 0;
        /*width: 70%*/
    }

    .hero.two-image-placeholder-hero .large-image img {
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
        /*height: 100%;*/
        -o-object-fit: cover;
        object-fit: cover;
        width: 850px
    }

    body.on-page-editor .hero.two-image-placeholder-hero .large-image img.scEmptyImage {
        max-height: 100%;
        max-width: 100%;
        min-height: 100%;
        min-width: 100%
    }

    .hero.two-image-placeholder-hero .hero-wrapper {
        align-content: center;
        border-bottom-right-radius: 0;
        display: block;
        position: relative
    }

    .hero.two-image-placeholder-hero .hero-wrapper-inner {
        border-bottom-right-radius: 0;
        display: flex
    }

    .hero.two-image-placeholder-hero .hero-content {
        align-content: center;
        display: flex;
        flex-basis: 50%;
        flex: 0 0 calc(50% - 15px);
        min-height: 685px;
        overflow: visible;
        padding-bottom: 138px
    }

    .hero.two-image-placeholder-hero .overlay-image {
        margin-right: -137px;
        margin-top: 82px
    }

    .hero.two-image-placeholder-hero .overlay-image .heart {
        height: 200px;
        padding: 13px 13px 20px;
        width: 275px
    }

    .hero.two-image-placeholder-hero .overlay-image .overlay {
        max-height: 0;
        max-width: 265px
    }

    .hero.two-image-placeholder-hero .field-herotitle {
        margin-top: 0;
        max-width: 100%
    }
}

.hero.two-image-placeholder-hero .content-cards {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 5
}

.hero.two-image-placeholder-hero .content-cards .field-title {
    display: block
}

.hero.two-image-placeholder-hero .content-cards .cl-card {
    border-top: 10px solid;
    border-color: #ff7f00;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.hero.two-image-placeholder-hero .content-cards .cl-card .card-category {
    border-bottom: 1px solid #b3b3b5;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-top: 0;
    text-transform: uppercase;
    width: 100%
}

.hero.two-image-placeholder-hero .content-cards .cl-card .card-image,.hero.two-image-placeholder-hero .content-cards .cl-card .card-overlayDate {
    display: none
}

.hero.two-image-placeholder-hero .content-cards .cl-card .card-twitterOverlay {
    height: 60px;
    top: 15px;
    width: 60px
}

.hero.two-image-placeholder-hero .content-cards .cl-card .card-twitterOverlay .fa {
    font-size: 3.5rem
}

@media only screen and (max-width: 991.98px) {
    .hero.two-image-placeholder-hero .content-cards .cl-card .card-content {
        padding-bottom:15px
    }

    .hero.two-image-placeholder-hero .content-cards .cl-card .card-category {
        margin-bottom: 10px;
        padding-bottom: 15px
    }

    .hero.two-image-placeholder-hero .content-cards .cl-card .card-title,.hero.two-image-placeholder-hero .content-cards .cl-card .field-cardtitle {
        margin-top: 10px
    }

    .hero.two-image-placeholder-hero .content-cards .cl-card .card-description {
        display: none
    }
}

.hero.two-image-placeholder-hero .content-cards .cl-card .card-coverLink:hover:before {
    background-color: rgba(46,183,60,.1)
}

.hero.two-image-placeholder-hero .content-cards .cl-card .card-coverLink:focus {
    border: 2px solid #ff7f00
}

.hero.two-image-placeholder-hero .content-cards .cl-card .card-coverLink:focus:before {
    content: none
}

.hero.two-image-placeholder-hero .content-cards .cl-card .card-coverLink:focus:after {
    background-color: #ff7f00;
    box-shadow: 0 0 0 1px #ff7f00,0 0 0 4px #fff,0 0 0 6px #ff7f00
}

.hero.two-image-placeholder-hero .content-cards .col {
    margin-bottom: 15px
}

@media only screen and (min-width: 1200px) {
    .hero.two-image-placeholder-hero .content-cards .col {
        margin-bottom:0
    }
}

.hero.two-image-placeholder-hero .content-cards .col:nth-child(2) .cl-card {
    border-color: #00ff00
}

.hero.two-image-placeholder-hero .content-cards .col:nth-child(2) .cl-card .card-coverLink:hover:before {
    background-color: rgba(0,131,137,.1)
}

.hero.two-image-placeholder-hero .content-cards .col:nth-child(2) .cl-card .card-coverLink:focus {
    border-color: #00ff00
}

.hero.two-image-placeholder-hero .content-cards .col:nth-child(2) .cl-card .card-coverLink:focus:after {
    background-color: #00ff00;
    box-shadow: 0 0 0 1px #00ff00,0 0 0 4px #fff,0 0 0 6px #00ff00
}

.hero.two-image-placeholder-hero .content-cards .col:last-child .cl-card {
    border-color: #2a131a
}

.hero.two-image-placeholder-hero .content-cards .col:last-child .cl-card .card-coverLink:hover:before {
    background-color: rgba(248,151,29,.1)
}

.hero.two-image-placeholder-hero .content-cards .col:last-child .cl-card .card-coverLink:focus {
    border-color: #2a131a
}

.hero.two-image-placeholder-hero .content-cards .col:last-child .cl-card .card-coverLink:focus:after {
    background-color: #2a131a;
    box-shadow: 0 0 0 1px #2a131a,0 0 0 4px #fff,0 0 0 6px #2a131a
}

.hero.bg-white .hero-content,.hero.bg-white .hero-lower {
    color: #e1b976
}

.hero.content-page-hero.right-pattern-bg {
    background-image: none
}

@media only screen and (min-width: 992px) {
    .hero.content-page-hero.right-pattern-bg.circle-pattern .hero-wrapper:after,.hero.content-page-hero.right-pattern-bg.heart-pattern .hero-wrapper:after,.hero.content-page-hero.right-pattern-bg.square-pattern .hero-wrapper:after,.hero.content-page-hero.right-pattern-bg.star-pattern .hero-wrapper:after,.hero.content-page-hero.right-pattern-bg.triangle-pattern .hero-wrapper:after {
        left:auto;
        position: absolute;
        right: -80px;
        top: 25px
    }
}

@media only screen and (max-width: 991.98px) {
    .hero.content-page-hero.right-pattern-bg.circle-pattern .hero-wrapper,.hero.content-page-hero.right-pattern-bg.heart-pattern .hero-wrapper,.hero.content-page-hero.right-pattern-bg.square-pattern .hero-wrapper,.hero.content-page-hero.right-pattern-bg.star-pattern .hero-wrapper,.hero.content-page-hero.right-pattern-bg.triangle-pattern .hero-wrapper {
        padding-top:60px
    }

    .hero.content-page-hero.right-pattern-bg.circle-pattern .hero-wrapper:after,.hero.content-page-hero.right-pattern-bg.heart-pattern .hero-wrapper:after,.hero.content-page-hero.right-pattern-bg.square-pattern .hero-wrapper:after,.hero.content-page-hero.right-pattern-bg.star-pattern .hero-wrapper:after,.hero.content-page-hero.right-pattern-bg.triangle-pattern .hero-wrapper:after {
        left: auto;
        position: absolute;
        right: 30px;
        top: 25px
    }

    .hero.content-page-hero.right-pattern-bg.circle-pattern .hero-image,.hero.content-page-hero.right-pattern-bg.heart-pattern .hero-image,.hero.content-page-hero.right-pattern-bg.square-pattern .hero-image,.hero.content-page-hero.right-pattern-bg.star-pattern .hero-image,.hero.content-page-hero.right-pattern-bg.triangle-pattern .hero-image {
        margin-top: 60px
    }
}

@media only screen and (min-width: 992px) {
    .hero.content-page-hero.right-pattern-bg.circle-pattern .hero-wrapper:after {
        content:url(../images/patterns/big/circle-pattern-big.svg)
    }
}

@media only screen and (max-width: 991.98px) {
    .hero.content-page-hero.right-pattern-bg.circle-pattern .hero-wrapper:after {
        content:url(../images/patterns/small/circle-pattern-small.svg)
    }
}

@media only screen and (min-width: 992px) {
    .hero.content-page-hero.right-pattern-bg.square-pattern .hero-wrapper:after {
        content:url(../images/patterns/big/square-pattern-big.svg)
    }
}

@media only screen and (max-width: 991.98px) {
    .hero.content-page-hero.right-pattern-bg.square-pattern .hero-wrapper:after {
        content:url(../images/patterns/small/square-pattern-small.svg)
    }
}

@media only screen and (min-width: 992px) {
    .hero.content-page-hero.right-pattern-bg.triangle-pattern .hero-wrapper:after {
        content:url(../images/patterns/big/triangle-pattern-big.svg)
    }
}

@media only screen and (max-width: 991.98px) {
    .hero.content-page-hero.right-pattern-bg.triangle-pattern .hero-wrapper:after {
        content:url(../images/patterns/small/triangle-pattern-small.svg)
    }
}

@media only screen and (min-width: 992px) {
    .hero.content-page-hero.right-pattern-bg.star-pattern .hero-wrapper:after {
        content:url(../images/patterns/big/star-pattern-big.svg)
    }
}

@media only screen and (max-width: 991.98px) {
    .hero.content-page-hero.right-pattern-bg.star-pattern .hero-wrapper:after {
        content:url(../images/patterns/small/star-pattern-small.svg)
    }
}

@media only screen and (min-width: 992px) {
    .hero.content-page-hero.right-pattern-bg.heart-pattern .hero-wrapper:after {
        content:url(../images/patterns/big/heart-pattern-big.svg)
    }
}

@media only screen and (max-width: 991.98px) {
    .hero.content-page-hero.right-pattern-bg.heart-pattern .hero-wrapper:after {
        content:url(../images/patterns/small/heart-pattern-small.svg)
    }
}

.component.image {
    width: 100%
}

.component.image>.component-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%
}

.component.image>.component-content>.row {
    padding-left: 15px;
    padding-right: 15px
}

.component.image img {
    margin-bottom: 0
}

@media only screen and (max-width: 991.98px) {
    .component.image img {
        height:auto;
        width: auto
    }
}

.component.image .image-caption {
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 10px
}

@media only screen and (max-width: 991.98px) {
    .info-list {
        margin-bottom:30px
    }
}

.info-list .section-heading {
    border-bottom: 1px solid #b3b3b5;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.info-list ul li {
    margin-bottom: 30px;
    margin-top: 30px
}

.info-list ul li:last-child {
    margin-bottom: 0
}

.info-list .field-text {
    margin-bottom: 10px
}

.info-list .field-text h1,.info-list .field-text h2,.info-list .field-text h3,.info-list .field-text h4,.info-list .field-text h5,.info-list .field-text h6 {
    font-size: 2.2rem
}

.info-list .field-text p {
    margin-bottom: 0
}

.info-list .field-description {
    margin-top: 20px
}

.info-list .field-link a {
    font-weight: 500
}

.info-list.bulleted ul {
    list-style: none
}

.info-list.bulleted ul li {
    position: relative
}

.info-list.bulleted ul li:before {
    color: #0073c5;
    content: "\2022";
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin-left: -1em;
    position: absolute
}

@media only screen and (min-width: 1100px) {
    .language-switcher {
        padding:0 5px
    }
}

@media only screen and (max-width: 1099.98px) {
    .language-switcher {
        flex:1 0 100%;
        order: 20
    }
}

.language-switcher>.component-content {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #e1b976;
    display: flex;
    margin: 0;
    padding: 0
}

@media only screen and (min-width: 1100px) {
    .language-switcher>.component-content {
        flex-flow:row wrap
    }
}

.language-switcher>.component-content ul a.active-language {
    color: #e1b976
}

.language-label {
    font-size: 1.4rem;
    margin: 15px 0
}

@media only screen and (max-width: 379.98px) {
    .language-label {
        margin-top:0
    }
}

.language-label,.language-switcher-select-item {
    line-height: 19px;
    vertical-align: bottom
}

.language-item {
    position: relative
}

.language-item:not(:last-child):after {
    background-color: #cecece;
    content: "";
    height: 22px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.language-switcher-select-item {
    background-color: transparent;
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px
}

.language-switcher-select-item:after {
    content: none
}

.copyright-links.link-list-nav {
    justify-content: center;
    padding: 0
}

.copyright-links.link-list-nav>.component-content ul {
    text-align: center
}

@media only screen and (max-width: 991.98px) {
    .copyright-links.link-list-nav>.component-content ul {
        margin-left:-5px;
        text-align: left
    }
}

.copyright-links.link-list-nav>.component-content ul li {
    display: inline-block;
    padding: 0 5px;
    position: relative
}

.copyright-links.link-list-nav>.component-content ul li:after {
    color: #e6e9ec;
    content: "|";
    margin: 0 5px;
    position: absolute;
    right: -10px;
    top: 2px
}

.copyright-links.link-list-nav>.component-content ul li:last-child:after {
    content: " "
}

.copyright-links.link-list-nav>.component-content ul li a {
    margin-right: 0;
    text-decoration: none
}

.eyebrow-nav.link-list-nav {
    padding: 0 30px
}

.language-switcher:not(.empty)~.eyebrow-nav.link-list-nav {
    position: relative
}

.language-switcher:not(.empty)~.eyebrow-nav.link-list-nav:before {
    background-color: #cecece;
    content: "";
    height: 36px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

@media only screen and (max-width: 1099.98px) {
    .eyebrow-nav.link-list-nav {
        flex:1 0 100%;
        order: 10;
        padding-left: 15px;
        padding-right: 15px
    }
}

.eyebrow-nav.link-list-nav ul {
    padding-bottom: 15px;
    padding-top: 15px
}

.eyebrow-nav.link-list-nav a {
    font-size: 1.5rem;
    font-weight: 500
}

.eyebrow-nav.link-list-nav .giving-back-link {
    align-items: center;
    display: inline-flex
}

.eyebrow-nav.link-list-nav .giving-back-link:before {
    background-image: url(../images/logo/gmi-twitter-logo.jpg);
    background-size: 31px 31px;
    content: "";
    height: 31px;
    padding-right: 5px;
    width: 31px
}

footer .link-list-nav {
    box-sizing: border-box;
    display: flex;
    flex-basis: 33%;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-top: 0
}

footer .link-list-nav>.component-content .section-heading,footer .link-list-nav>.component-content h1,footer .link-list-nav>.component-content h2,footer .link-list-nav>.component-content h3,footer .link-list-nav>.component-content h4,footer .link-list-nav>.component-content h5,footer .link-list-nav>.component-content h6 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase
}

footer .link-list-nav>.component-content ul li {
    padding: 5px 0
}

footer .link-list-nav>.component-content ul li a {
    color: #e6e9ec;
    display: inline;
    font-size: 1.5rem
}

@media only screen and (max-width: 575.98px) {
    footer .link-list-nav {
        flex-basis:100%
    }
}

.load-more {
    width: 100%
}

.load-more>.component-content {
    display: block;
    text-align: center;
    width: 100%
}

.load-more>.component-content input {
    border: 2px solid #0054a6;
    border-radius: 30px;
    color: #0054a6;
    margin: 10px auto
}

.load-more>.component-content input:hover {
    background-color: #fff;
    cursor: pointer
}

.load-more.custom-load-more {
    margin-bottom: 30px
}

.sxaToogleNav {
    display: none
}

.navigation {
    background-color: transparent
}

.navigation a,.navigation button {
    background: none;
    border: none;
    border-radius: 0;
    color: #0073c5;
    cursor: pointer;
    display: block;
    font-weight: 500;
    line-height: inherit;
    text-decoration: none
}

.navigation a:active,.navigation a:active:hover,.navigation a:hover,.navigation button:active,.navigation button:active:hover,.navigation button:hover {
    text-decoration: none
}

.navigation ul {
    display: flex;
    flex: 1 1 100%;
    flex-flow: row wrap
}

.navigation li {
    text-align: center
}

.navigation div {
    text-align: left
}

.navigation button.toggle {
    cursor: pointer;
    display: inline-flex;
    display: none;
    font-size: 0;
    margin-left: auto;
    padding: 0
}

.navigation button.toggle:after {
    align-self: center;
    content: "\f105";
    font-size: 2.2rem;
    line-height: .1;
    margin-inline-start:auto;padding-inline-start:25px}

.navigation button.toggle[target=_blank] {
    display: inline-flex
}

.navigation button.toggle[target=_blank]:after {
    content: "\f08e"
}

.navigation button.toggle:after,.navigation button.toggle[target=_blank]:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1
}

.navigation button.toggle:after {
    color: #0073c5;
    content: "\f107";
    padding: 5px 15px;
    transition: transform 175ms ease
}

@media (prefers-reduced-motion:reduce) {
    .navigation button.toggle:after {
        transition: none!important
    }
}

@media only screen and (max-width: 1099.98px) {
    .navigation li.submenu.is-active>.menu {
        display:block
    }

    .navigation li.submenu.is-active>.nav-title>.toggle:after {
        transform: rotateX(180deg)
    }
}

.navigation .menu-toggle .desktop,.navigation .menu-toggle .mobile,body:not(#foo) .navigation li:not(.submenu)>.nav-title>button.toggle {
    display: none
}

.navigation li.item-lvl-3 .menu {
    border-left: 2px solid #c8c8c8;
    margin-bottom: 10px;
    margin-left: 30px
}

.navigation.main-navigation li.item-lvl-1 {
    flex: 1 1 auto
}

@media only screen and (min-width: 1100px) {
    .navigation.main-navigation li.item-lvl-1.submenu.show .menu {
        display:block
    }
}

.navigation.main-navigation li.item-lvl-1.submenu.show .menu-button-lvl-1,.navigation.main-navigation li.item-lvl-1.submenu.show .nav-link-lvl-1 {
    color: #e1b976
}

.navigation.main-navigation li.item-lvl-1.submenu.show .menu-button-lvl-1:before,.navigation.main-navigation li.item-lvl-1.submenu.show .nav-link-lvl-1:before {
    transform: scaleX(1);
    transition: transform 175ms ease-out
}

.navigation.main-navigation li.item-lvl-1.submenu.show .menu-button-lvl-1:after,.navigation.main-navigation li.item-lvl-1.submenu.show .nav-link-lvl-1:after {
    transform: rotateX(180deg)
}

.navigation.main-navigation .menu-button-lvl-1,.navigation.main-navigation .nav-link-lvl-1 {
    align-items: center;
    display: flex;
    letter-spacing: -.5px;
    padding: 10px 5px 15px;
    width: 100%
}

@media only screen and (min-width: 1100px) {
    .navigation.main-navigation .menu-button-lvl-1,.navigation.main-navigation .nav-link-lvl-1 {
        justify-content:center
    }

    .navigation.main-navigation .menu-button-lvl-1 {
        position: relative
    }

    .navigation.main-navigation .menu-button-lvl-1:before {
        border-bottom: 7px solid #e1b976;
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        transform: scaleX(0);
        transition: transform 75ms ease-in;
        width: 100%
    }
}

@media only screen and (min-width: 1100px) and (prefers-reduced-motion:reduce) {
    .navigation.main-navigation .menu-button-lvl-1:before {
        transition:none!important
    }
}

.navigation.main-navigation .menu-button-lvl-1:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1;
    margin-left: 10px;
    transition: transform 175ms ease
}

@media (prefers-reduced-motion:reduce) {
    .navigation.main-navigation .menu-button-lvl-1:after {
        transition: none!important
    }
}

.navigation.main-navigation .menu-lvl-2 {
    position: absolute
}

@media only screen and (min-width: 1100px) {
    .navigation.main-navigation .menu-lvl-2 {
        background:#fff;
        box-shadow: 8px 8px 13px 0 rgba(0,0,0,.07);
        display: none;
        left: 50%;
        margin-left: calc(-50vw - 100px);
        margin-right: calc(-50vw + 100px);
        min-height: 160px;
        right: 50%;
        top: calc(100% + 7px);
        width: 100vw;
        z-index: 1000
    }

    .navigation.main-navigation ul.list-lvl-2 {
        display: flex;
        flex: 0 0 65%;
        flex-flow: column wrap;
        min-height: 300px
    }
}

.navigation.main-navigation .sidebar-content-lvl-2 {
    padding-bottom: 30px
}

@media only screen and (min-width: 1100px) {
    .navigation.main-navigation .sidebar-content-lvl-2 {
        flex-basis:35%;
        padding-right: 5%
    }
}

.navigation.main-navigation .sidebar-content-lvl-2 .sidebar-title {
    color: #e1b976;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -.037em;
    line-height: 1.1;
    margin-bottom: max(.5em,15px);
    margin-top: 0;
    max-width: 100%
}

@media only screen and (max-width: 991.98px) {
    .navigation.main-navigation .sidebar-content-lvl-2 .sidebar-title {
        line-height:1.25;
        margin-bottom: max(.4em,10px)
    }
}

.navigation.main-navigation .sidebar-content-lvl-2 .sidebar-title+div,.navigation.main-navigation .sidebar-content-lvl-2 .sidebar-title+p {
    margin-top: 0
}

.navigation.main-navigation .sidebar-content-lvl-2 p {
    margin-bottom: 20px;
    margin-top: 20px
}

.navigation.main-navigation .sidebar-content-lvl-2 p:first-child {
    margin-top: 0
}

.navigation.main-navigation .sidebar-content-lvl-2 a {
    margin: 0
}

.navigation.main-navigation .container-lvl-2 {
    padding-top: 60px
}

@media only screen and (min-width: 1100px) {
    .navigation.main-navigation .container-lvl-2 {
        padding-left:23px;
        padding-right: 23px
    }
}

@media only screen and (min-width: 1200px) {
    .navigation.main-navigation .container-lvl-2 {
        padding-left:15px;
        padding-right: 15px
    }
}

@media only screen and (min-width: 1100px) {
    .navigation.main-navigation ul.list-lvl-2 {
        padding-bottom:30px
    }

    .navigation.main-navigation li.item-lvl-2 {
        padding-left: 10%;
        width: 50%
    }

    .navigation.main-navigation li.item-lvl-2 a {
        margin: 0 -15px;
        padding: 6px 15px
    }
}

@media only screen and (min-width: 1100px) and (hover:hover) {
    .navigation.main-navigation li.item-lvl-2 a:hover {
        background-color:#e9e9e9;
        color: #e1b976
    }
}

.navigation.main-navigation .nav-title-lvl-2 {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 6px
}

.navigation.main-navigation .nav-link-lvl-2 {
    display: inline-flex;
    display: flex;
    font-weight: 700;
    padding-bottom: 10px;
    padding-top: 10px
}

.navigation.main-navigation .nav-link-lvl-2:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-self: center;
    content: "\f105";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 2.2rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1;
    line-height: .1;
    margin-inline-start:auto;padding-inline-start:25px}

.navigation.main-navigation .nav-link-lvl-2[target=_blank] {
    display: inline-flex
}

.navigation.main-navigation .nav-link-lvl-2[target=_blank]:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08e";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1
}

.navigation.main-navigation .nav-link-lvl-2:after {
    line-height: 0;
    margin-left: auto;
    padding-left: 15px
}

.navigation.main-navigation .menu-toggle-lvl-2 {
    left: 0;
    position: absolute;
    right: 0
}

.navigation.main-navigation .menu-toggle-lvl-2 .desktop {
    height: 60px;
    margin: 0 auto;
    max-width: 1440px;
    position: relative
}

@media only screen and (min-width: 1100px) {
    .navigation.main-navigation .menu-toggle-lvl-2 .desktop {
        display:block
    }
}

.navigation.main-navigation .menu-toggle-lvl-2 .desktop button {
    align-items: center;
    background: none;
    border: none;
    color: #0073c5;
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 60px;
    padding-left: 10px;
    padding-right: 45px;
    position: absolute;
    right: 20px;
    top: 0
}

.navigation.main-navigation .menu-toggle-lvl-2 .desktop button:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #0073c5;
    border-radius: 50px;
    color: #fff;
    content: "\f00d";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 17.5px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    height: 35px;
    line-height: 1;
    line-height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 35px
}

.navigation.main-navigation .menu-lvl-3 {
    margin-bottom: 18px
}

.navigation.main-navigation .menu-lvl-3 ul {
    -moz-column-count: auto;
    column-count: auto;
    flex-basis: 100%;
    height: auto;
    min-height: 0
}

.navigation.main-navigation .menu-lvl-3 li {
    flex: 0 0 auto;
    width: 100%
}

.navigation.main-navigation .menu-lvl-3 li a {
    font-size: 1.5rem
}

@media only screen and (max-width: 1099.98px) {
    .navigation.main-navigation ul {
        flex-flow:column nowrap
    }

    .navigation.main-navigation .menu {
        background-color: #fff;
        transition: right .3s ease;
        width: 100%
    }

    .navigation.main-navigation button.toggle {
        display: block
    }

    .navigation.main-navigation .nav-link {
        flex: 1 1 0
    }

    .navigation.main-navigation ul.list-lvl-1 {
        padding-left: 0;
        padding-right: 0
    }

    .navigation.main-navigation li.item-lvl-1.is-active .menu-lvl-2 {
        right: 0
    }

    .navigation.main-navigation li.item-lvl-1.is-active .menu-lvl-2 .container {
        display: block
    }

    body.keyboard-tab .navigation.main-navigation li.item-lvl-1:not(.is-active) .menu-lvl-2 {
        display: none
    }

    .navigation.main-navigation .menu-button-lvl-1,.navigation.main-navigation .nav-link-lvl-1 {
        border-bottom: 1px solid #c8c8c8;
        padding: 15px
    }

    .navigation.main-navigation .menu-button-lvl-1:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        display: inline-block;
        font-family: var(--fa-style-family,"Font Awesome 6 Free");
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-weight: var(--fa-style,900);
        line-height: 1;
        margin-left: auto
    }

    .navigation.main-navigation li.item-lvl-2 {
        border-top: 1px solid #c8c8c8;
        padding: 10px 0
    }

    .navigation.main-navigation li.item-lvl-2.is-active .menu-lvl-3 {
        display: block
    }

    .navigation.main-navigation li.item-lvl-2.is-active .toggle-lvl-2:after {
        transform: rotateX(180deg)
    }

    .navigation.main-navigation .nav-title-lvl-2 {
        align-items: center;
        border-bottom: none;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0
    }

    .navigation.main-navigation .menu-button-lvl-2,.navigation.main-navigation .nav-link-lvl-2 {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: -.5px
    }

    .navigation.main-navigation .menu-button-lvl-2:after,.navigation.main-navigation .nav-link-lvl-2:after {
        content: none
    }

    .navigation.main-navigation .menu-lvl-2 {
        background-color: #fff;
        display: block;
        min-height: calc(100vh - 75px);
        padding-bottom: 120px;
        right: -100%;
        top: 0;
        z-index: 1
    }

    .navigation.main-navigation .menu-lvl-2 .container {
        display: none
    }

    .navigation.main-navigation .container-lvl-2 {
        padding-top: 15px
    }

    .navigation.main-navigation .menu-toggle-lvl-2 {
        left: 0;
        position: sticky;
        right: 0;
        top: -2px;
        z-index: 1
    }

    body.windowZoom .navigation.main-navigation .menu-toggle-lvl-2 {
        position: static
    }

    .navigation.main-navigation .menu-toggle-lvl-2 .mobile button {
        background: #0073c5;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        font-size: 1.5rem;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%
    }

    .navigation.main-navigation .menu-toggle-lvl-2 .mobile button:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        align-self: center;
        content: "\f104";
        display: inline-block;
        font-family: var(--fa-style-family,"Font Awesome 6 Free");
        font-size: 2.2rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-weight: var(--fa-style,900);
        line-height: 1;
        line-height: .1;
        margin-inline-end:auto;padding-inline-end:25px}

    .navigation.main-navigation .menu-toggle-lvl-2 .mobile button[target=_blank] {
        display: inline-flex
    }

    .navigation.main-navigation .menu-toggle-lvl-2 .mobile button[target=_blank]:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f08e";
        display: inline-block;
        font-family: var(--fa-style-family,"Font Awesome 6 Free");
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-weight: var(--fa-style,900);
        line-height: 1
    }

    .navigation.main-navigation .menu-toggle-lvl-2 .mobile button:before {
        margin-right: 0;
        padding-right: 10px
    }
}

@media only screen and (max-width: 1099.98px) and (max-width:1099.98px) {
    .navigation.main-navigation .menu-toggle-lvl-2 .mobile {
        display:block
    }
}

@media only screen and (max-width: 1099.98px) {
    .navigation.main-navigation li.item-lvl-3 {
        margin-bottom:10px
    }

    .navigation.main-navigation li.item-lvl-3 a {
        font-size: 1.6rem;
        padding: 5px 15px
    }

    .navigation.main-navigation .menu-lvl-3 {
        display: none;
        margin-bottom: 0;
        margin-top: 6px
    }

    .navigation.main-navigation .menu-lvl-3 ul {
        padding-left: 0;
        padding-right: 0
    }

    .navigation.main-navigation .menu-lvl-3 button.toggle {
        display: none
    }
}

.navigation.sub-navigation .menu-lvl-1 li.item-lvl-1.is-active .nav-title-lvl-1,.navigation.sub-navigation .menu-lvl-2 li.item-lvl-2.is-active .nav-title-lvl-2 {
    background-color: #e1b976;
    color: #fff
}

.navigation.sub-navigation .menu-lvl-1 li.item-lvl-1.is-active .nav-title-lvl-1 .toggle:after,.navigation.sub-navigation .menu-lvl-2 li.item-lvl-2.is-active .nav-title-lvl-2 .toggle:after {
    color: #fff;
    transform: rotateX(180deg)
}

.navigation.sub-navigation {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 8px 8px 13px 0 rgba(0,0,0,.07);
    overflow: hidden
}

.navigation.sub-navigation ul {
    padding-left: 0;
    padding-right: 0
}

.navigation.sub-navigation li {
    flex-basis: 100%
}

.navigation.sub-navigation .nav-title.currentPage {
    color: #e1b976
}

.navigation.sub-navigation .nav-title.currentPage:before {
    display: block
}

.navigation.sub-navigation .nav-title {
    border-top: 1px solid #ddd;
    color: #0073c5;
    padding: 10px 20px;
    position: relative
}

.navigation.sub-navigation .nav-title:before {
    background: #e1b976;
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px
}

@media (hover: hover) {
    .navigation.sub-navigation .nav-title:hover {
        background-color:#e9e9e9;
        color: #e1b976
    }
}

.navigation.sub-navigation .nav-link {
    color: inherit;
    flex: 1 1 auto;
    padding: 8px 0
}

.navigation.sub-navigation .nav-title-lvl-1,.navigation.sub-navigation .nav-title-lvl-2 {
    align-items: center;
    display: flex;
    min-height: 62px
}

.navigation.sub-navigation .nav-link-lvl-1,.navigation.sub-navigation .nav-link-lvl-2 {
    height: 100%
}

.navigation.sub-navigation .nav-title-lvl-1 {
    border-top: none
}

.navigation.sub-navigation .submenu>.nav-title-lvl-2 {
    padding-right: 0
}

.navigation.sub-navigation .nav-title-lvl-2 {
    align-items: center;
    display: flex
}

.navigation.sub-navigation .nav-title-lvl-2 a {
    padding-left: 15px
}

.navigation.sub-navigation .toggle-lvl-2 {
    display: inline-flex
}

.navigation.sub-navigation .menu-lvl-1 li.item-lvl-1.is-active .menu-lvl-2,.navigation.sub-navigation .menu-lvl-2 li.item-lvl-2.is-active .menu-lvl-3 {
    display: block
}

.navigation.sub-navigation .menu-lvl-3 {
    display: none
}

.navigation.sub-navigation .menu-lvl-3 .nav-title {
    border-top: none;
    font-size: 1.5rem
}

.navigation.sub-navigation li.item-lvl-3 .nav-title {
    padding: 0 15px
}

.navigation.sub-navigation li.item-lvl-3 a {
    margin: 0 -15px;
    padding: 10px 30px
}

.navigation.sub-navigation li.item-lvl-4 a {
    padding-bottom: 6px;
    padding-top: 6px
}

.navigation.sub-navigation.mobile .nav-title-lvl-1 {
    padding-right: 0
}

.navigation.sub-navigation.mobile .toggle-lvl-1 {
    display: inline-flex
}

.navigation.sub-navigation.mobile .item-lvl-1:not(.is-active) .toggle-lvl-1:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.navigation.sub-navigation.mobile .item-lvl-1:not(.is-active) .menu-lvl-2 {
    display: none
}

.navigation.main-navigation {
    flex-basis: 100%
}

@media only screen and (min-width: 1100px) {
    .navigation.main-navigation {
        margin-top:15px
    }
}

.navigation.sitemap-navigation ul li .navigation-title {
    margin-left: -15px;
    margin-right: -15px
}

@media (hover: hover) {
    .navigation.sitemap-navigation ul li .navigation-title:hover {
        background-color:#e9e9e9;
        color: #e1b976
    }

    .navigation.sitemap-navigation ul li .navigation-title:hover a {
        color: #e1b976
    }
}

.navigation.sitemap-navigation ul li a {
    padding-left: 15px;
    padding-right: 15px
}

@media (hover: hover) {
    .navigation.sitemap-navigation ul li a:hover {
        background-color:#e9e9e9;
        color: #e1b976
    }
}

.navigation.sitemap-navigation ul li.level1>.navigation-title {
    margin-top: 15px
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 14px 15px;
    text-transform: none;
    transition-duration: .15s;
    transition-property: opacity,filter;
    transition-timing-function: linear
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
    border-color: #fff
}

.hamburger-box {
    display: inline-block;
    height: 18px;
    position: relative;
    width: 26px
}

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%
}

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
    border-bottom: 2px solid #fff;
    border-radius: 4px;
    height: 2px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 26px
}

.hamburger-inner:after,.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -8px
}

.hamburger-inner:after {
    bottom: -8px
}

.hamburger--spring .hamburger-inner {
    top: 1px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 8px;
    transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring .hamburger-inner:after {
    top: 16px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring.is-active .hamburger-inner {
    background-color: transparent!important;
    transition-delay: .22s
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(0,8px,0) rotate(45deg);
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transform: translate3d(0,8px,0) rotate(-45deg);
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s
}

.plain-html.mobile-nav-toggle {
    margin-left: auto;
    padding-bottom: 0;
    padding-top: 0
}

@media only screen and (min-width: 1100px) {
    .plain-html.mobile-nav-toggle {
        display:none
    }
}

@media only screen and (max-width: 1099.98px) {
    .plain-html.mobile-nav-toggle {
        padding-left:0
    }
}

.plain-html.mobile-nav-toggle .component-content {
    align-items: center;
    display: flex
}

.plain-html.mobile-nav-toggle .searchMenuToggleButton {
    background: none;
    border: 2px solid;
    border-radius: 50%;
    color: #0073c5;
    cursor: pointer;
    font-size: 0;
    height: 45px;
    margin-right: 15px;
    padding: 0;
    width: 45px
}

.plain-html.mobile-nav-toggle .searchMenuToggleButton:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1
}

.plain-html.mobile-nav-toggle .sxaToogleNav {
    display: block
}

.plain-html.mobile-nav-toggle .sxaToogleNavBtn {
    align-items: center;
    background: none;
    background-color: #0073c5;
    border: none;
    color: #fff;
    display: flex;
    font-size: 1.5rem;
    font-weight: 500;
    text-shadow: .5px 0 0 currentcolor
}

.plain-html.mobile-nav-toggle .sxaToogleNavBtn .hamburger-box {
    margin-left: 15px
}

.plain-html.mobile-nav-toggle .sxaToogleNavBtn .hamburger-inner {
    border: none
}

.plain-html.mobile-nav-toggle .sxaToogleNavBtn:not(.is-active) .hamburger-inner:before {
    top: 4px
}

.plain-html.mobile-nav-toggle .sxaToogleNavBtn:not(.is-active) .hamburger-inner:after {
    top: 15px
}

.promo.promo-video>.component-content {
    background: transparent;
    border-width: 0
}

.promo.promo-video .video-wrapper iframe {
    aspect-ratio: 16/9;
    border-radius: 10px;
    width: 100%
}

@media only screen and (max-width: 991.98px) {
    .promo.promo-video .promo-text {
        margin-top:15px
    }
}

@media only screen and (min-width: 992px) {
    .promo.promo-video.image-left,.promo.promo-video.image-right {
        overflow:visible;
        padding-bottom: 95px;
        padding-top: 95px;
        position: relative
    }

    .promo.promo-video.image-left .row,.promo.promo-video.image-left>.component-content,.promo.promo-video.image-right .row,.promo.promo-video.image-right>.component-content {
        position: relative
    }

    .promo.promo-video.image-left .column-video,.promo.promo-video.image-right .column-video {
        align-self: flex-end
    }

    .promo.promo-video.image-left .video-wrapper,.promo.promo-video.image-right .video-wrapper {
        position: relative;
        z-index: 1
    }

    .promo.promo-video.image-left .video-wrapper.disabled,.promo.promo-video.image-right .video-wrapper.disabled {
        height: 100%
    }

    .promo.promo-video.image-left .video-wrapper:not(.disabled),.promo.promo-video.image-right .video-wrapper:not(.disabled) {
        margin-bottom: -165px;
        min-height: 500px
    }

    .promo.promo-video.image-left .video-wrapper:not(.disabled) iframe,.promo.promo-video.image-right .video-wrapper:not(.disabled) iframe {
        min-height: 500px
    }

    .promo.promo-video.image-left .video-wrapper:not(.disabled):after {
        background-color: #008389;
        border-top-right-radius: 55px;
        content: "";
        height: calc(max(200px, 50%) + 35px);
        max-height: 80%;
        max-width: 80%;
        opacity: 1;
        position: absolute;
        right: -35px;
        top: -35px;
        width: calc(max(300px, 30%) + 35px);
        z-index: -1
    }

    .promo.promo-video.image-left .promo-text {
        padding-left: 40px;
        position: relative
    }

    .promo.promo-video.image-left .promo-text:after {
        content: url(../images/patterns/corners/triangle-top-right.svg);
        position: absolute;
        right: -70px;
        top: -80px
    }

    .promo.promo-video.image-right .video-wrapper:not(.disabled):after {
        background-color: #008389;
        border-top-left-radius: 55px;
        content: "";
        height: calc(max(200px, 50%) + 35px);
        left: -35px;
        max-height: 80%;
        max-width: 80%;
        opacity: 1;
        position: absolute;
        top: -35px;
        width: calc(max(300px, 30%) + 35px);
        z-index: -1
    }

    .promo.promo-video.image-right .promo-text {
        padding-right: 40px;
        position: relative
    }

    .promo.promo-video.image-right .promo-text:after {
        content: url(../images/patterns/corners/star-top-left.svg);
        left: -80px;
        position: absolute;
        top: -70px
    }
}

.promo.promo-video.color-primary {
    background-color: #e1b976;
    color: #fff
}

.promo.promo-video.color-primary .field-promotext,.promo.promo-video.color-primary .field-promotext2,.promo.promo-video.color-primary .field-promotext3,.promo.promo-video.color-primary h1,.promo.promo-video.color-primary h2,.promo.promo-video.color-primary h3,.promo.promo-video.color-primary h4,.promo.promo-video.color-primary h5,.promo.promo-video.color-primary h6 {
    color: #fff
}

.promo.promo-video.color-primary .video-wrapper:after {
    opacity: .5
}

.promo.promo-video.color-secondary,.promo.promo-video.color-secondary .field-promotext,.promo.promo-video.color-secondary .field-promotext2,.promo.promo-video.color-secondary .field-promotext3,.promo.promo-video.color-secondary h1,.promo.promo-video.color-secondary h2,.promo.promo-video.color-secondary h3,.promo.promo-video.color-secondary h4,.promo.promo-video.color-secondary h5,.promo.promo-video.color-secondary h6 {
    color: #fff
}

.promo.promo-video.color-secondary.image-left .video-wrapper:not(.disabled):after {
    border-top-right-radius: 55px;
    right: -35px
}

.promo.promo-video.color-secondary.image-left .video-wrapper:not(.disabled):after,.promo.promo-video.color-secondary.image-right .video-wrapper:not(.disabled):after {
    background-color: #e1b976;
    content: "";
    height: calc(max(200px, 50%) + 35px);
    max-height: 80%;
    max-width: 80%;
    opacity: 1;
    position: absolute;
    top: -35px;
    width: calc(max(300px, 30%) + 35px);
    z-index: -1
}

.promo.promo-video.color-secondary.image-right .video-wrapper:not(.disabled):after {
    border-top-left-radius: 55px;
    left: -35px
}

@media only screen and (min-width: 992px) {
    .promo-video.indent-bottom-promo-video {
        margin-bottom:150px!important
    }

    .promo-video.indent-top-promo-video {
        margin-top: 150px!important
    }
}

.promo.footer-cta {
    background-color: #e6e9ec;
    padding-bottom: 150px;
    padding-top: 150px;
    width: 100%
}

.promo.footer-cta>.component-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%
}

.promo.footer-cta>.component-content>.row {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width: 991.98px) {
    .promo.footer-cta {
        padding-bottom:60px;
        padding-top: 60px
    }
}

.promo.footer-cta .promo-text {
    align-items: flex-start;
    flex-direction: column;
    justify-content: left;
    text-align: left
}

.promo.footer-cta h1,.promo.footer-cta h2,.promo.footer-cta h3,.promo.footer-cta h4,.promo.footer-cta h5,.promo.footer-cta h6 {
    color: #e1b976
}

.promo.footer-cta .field-promotext2 {
    color: #e1b976;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    position: relative;
    z-index: 0
}

.promo.footer-cta .field-promotext2:before {
    background-color: #4d4d4f;
    border-radius: 12px 0 20px;
    content: "";
    height: 50px;
    margin-left: -14px;
    margin-top: -12px;
    opacity: 10%;
    position: absolute;
    width: 45px;
    z-index: -1
}

.promo.footer-cta .field-promotext {
    color: #e1b976;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: -.037em;
    line-height: 1.1;
    margin-bottom: max(.5em,15px);
    margin-top: 0;
    max-width: 100%;
    text-shadow: none
}

@media only screen and (max-width: 991.98px) {
    .promo.footer-cta .field-promotext {
        line-height:1.25;
        margin-bottom: max(.4em,10px)
    }
}

.promo.footer-cta .field-promotext+div,.promo.footer-cta .field-promotext+p {
    margin-top: 0
}

@media only screen and (max-width: 991.98px) {
    .promo.footer-cta .field-promotext {
        font-size:3rem
    }
}

.promo.footer-cta .field-promotext3 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    margin: 0
}

.promo.footer-cta .btn.field-promolink {
    width: 100%
}

.promo.footer-cta .btn.field-promolink a {
    align-items: center;
    background-color: #fff;
    border: 2px solid #0073c5;
    border-radius: 50px;
    border-radius: 10px;
    color: #0073c5;
    cursor: pointer;
    display: inline-flex;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.15;
    margin: 10px 0;
    min-width: min(240px,100%);
    padding: 15px 25px;
    text-align: left;
    text-align: center;
    text-decoration: none!important;
    transition: all .2s;
    width: auto
}

@media print {
    body:not(.foo) .promo.footer-cta .btn.field-promolink a {
        border: none;
        color: #272728;
        padding: 10px 0
    }

    body:not(.foo) .promo.footer-cta .btn.field-promolink a:after {
        color: blue;
        content: attr(href);
        display: block;
        font-size: 1rem
    }
}

.promo.footer-cta .btn.field-promolink a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-self: center;
    content: "\f105";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 2.2rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1;
    line-height: .1;
    margin-inline-start:auto;padding-inline-start:25px}

.promo.footer-cta .btn.field-promolink a[target=_blank] {
    display: inline-flex
}

.promo.footer-cta .btn.field-promolink a[target=_blank]:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08e";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .promo.footer-cta .btn.field-promolink a {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).promo.footer-cta .btn.field-promolink a {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.background-footer .promo.footer-cta .btn.field-promolink a {
    background-color: #fff;
    border-color: #0073c5;
    color: #0073c5
}

@media (hover: hover) {
    .promo.footer-cta .btn.field-promolink a:hover {
        background-color:#0073c5;
        border-color: #0073c5;
        color: #fff;
        opacity: 1
    }
}

.promo.footer-cta .btn.field-promolink a:after,.promo.footer-cta .btn.field-promolink a:before {
    content: none
}

body.keyboard-tab .promo.footer-cta .btn.field-promolink a:focus {
    box-shadow: 2px 2px 4px 2px rgba(0,115,197,.75)
}

.promo.footer-cta .btn.field-promolink a:active,.promo.footer-cta .btn.field-promolink a:active:hover,body.keyboard-tab .promo.footer-cta .btn.field-promolink a:focus {
    background-color: #10102a;
    border-color: #10102a;
    color: #fff;
    opacity: 1;
    text-decoration: none
}

.promo.footer-cta .btn.field-promolink a:disabled {
    background-color: #8e97b4;
    border-color: #8e97b4;
    color: #fff;
    cursor: default;
    opacity: 1;
    text-decoration: none
}

.promo.footer-cta .btn.field-promolink a:after {
    content: none
}

@media only screen and (max-width: 991.98px) {
    .promo.footer-cta .component-content .promo-text {
        text-align:left
    }

    .promo.footer-cta .component-content .field-promotext3 {
        margin-bottom: 15px
    }
}

.promo.image-left,.promo.image-right {
    padding-bottom: 95px;
    padding-top: 95px;
    width: 100%
}

.promo.image-left>.component-content,.promo.image-right>.component-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    width: 100%
}

@media only screen and (max-width: 991.98px) {
    .promo.image-left,.promo.image-right {
        padding-bottom:60px;
        padding-top: 60px
    }
}

.promo.image-left>.component-content,.promo.image-right>.component-content {
    background-color: transparent;
    border-width: 0
}

.promo.image-left .promo-body,.promo.image-right .promo-body {
    display: flex;
    flex-flow: row wrap
}

.promo.image-left h1,.promo.image-left h2,.promo.image-left h3,.promo.image-left h4,.promo.image-left h5,.promo.image-left h6,.promo.image-right h1,.promo.image-right h2,.promo.image-right h3,.promo.image-right h4,.promo.image-right h5,.promo.image-right h6 {
    color: #e1b976;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -.037em;
    line-height: 1.1;
    margin-bottom: max(.5em,15px);
    margin-top: 0;
    max-width: 100%
}

@media only screen and (max-width: 991.98px) {
    .promo.image-left h1,.promo.image-left h2,.promo.image-left h3,.promo.image-left h4,.promo.image-left h5,.promo.image-left h6,.promo.image-right h1,.promo.image-right h2,.promo.image-right h3,.promo.image-right h4,.promo.image-right h5,.promo.image-right h6 {
        line-height:1.25;
        margin-bottom: max(.4em,10px)
    }
}

.promo.image-left h1+div,.promo.image-left h1+p,.promo.image-left h2+div,.promo.image-left h2+p,.promo.image-left h3+div,.promo.image-left h3+p,.promo.image-left h4+div,.promo.image-left h4+p,.promo.image-left h5+div,.promo.image-left h5+p,.promo.image-left h6+div,.promo.image-left h6+p,.promo.image-right h1+div,.promo.image-right h1+p,.promo.image-right h2+div,.promo.image-right h2+p,.promo.image-right h3+div,.promo.image-right h3+p,.promo.image-right h4+div,.promo.image-right h4+p,.promo.image-right h5+div,.promo.image-right h5+p,.promo.image-right h6+div,.promo.image-right h6+p {
    margin-top: 0
}

@media only screen and (max-width: 991.98px) {
    .promo.image-left h1,.promo.image-left h2,.promo.image-left h3,.promo.image-left h4,.promo.image-left h5,.promo.image-left h6,.promo.image-right h1,.promo.image-right h2,.promo.image-right h3,.promo.image-right h4,.promo.image-right h5,.promo.image-right h6 {
        font-size:3rem
    }
}

.promo.image-left .promo-text,.promo.image-right .promo-text {
    display: block;
    padding: 0;
    text-align: left;
    width: 100%
}

.promo.image-left .field-promoicon,.promo.image-right .field-promoicon {
    position: relative
}

.promo.image-left .field-promoicon img,.promo.image-right .field-promoicon img {
    border-radius: 10px
}

.promo.image-left .field-promotext,.promo.image-right .field-promotext {
    width: 100%
}

.promo.image-left .field-promotext2,.promo.image-right .field-promotext2 {
    font-size: 2rem;
    font-weight: 400;
    width: 100%
}

@media only screen and (max-width: 991.98px) {
    .promo.image-left .field-promotext2,.promo.image-right .field-promotext2 {
        font-size:1.8rem
    }
}

.promo.image-left .field-promoicon2,.promo.image-right .field-promoicon2 {
    display: block;
    flex-basis: 70px;
    height: 70px;
    margin-block-end:15px;width: 70px
}

.promo.image-left .field-promoicon2 img,.promo.image-right .field-promoicon2 img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto
}

.promo.image-left .field-promotext3,.promo.image-right .field-promotext3 {
    align-self: center;
    color: #e1b976;
    display: block;
    flex-basis: calc(100% - 85px);
    font-size: 1.8rem;
    font-weight: 500;
    margin-block-end:15px}

.promo.image-left .field-promotext3 p,.promo.image-right .field-promotext3 p {
    margin-block:0}

.promo.image-left .field-promoicon2+.field-promotext3,.promo.image-right .field-promoicon2+.field-promotext3 {
    margin-inline-start:15px}

.promo.image-left .field-promoicon:after {
    content: url(../images/patterns/corners/hearts-top-left.svg);
    left: -80px;
    position: absolute;
    top: -70px
}

@media only screen and (max-width: 991.98px) {
    .promo.image-left .field-promoicon:after {
        content:none
    }
}

@media only screen and (min-width: 992px) {
    .promo.image-left .column-image {
        padding-right:40px
    }

    .promo.image-left .column-text,.promo.image-right .column-image {
        padding-left: 40px
    }

    .promo.image-right .column-text {
        padding-right: 25px
    }
}

@media only screen and (max-width: 991.98px) {
    .promo.image-left .column-text,.promo.image-right .column-text {
        margin-top:20px
    }
}

.promo.page-not-found {
    background-color: #e1b976;
    background-image: url(../images/bg/bg-gmi-logo-universal.svg);
    background-image: url(../images/bg/bg-gmi-logo-dark.svg);
    background-position: 22% 32%;
    background-repeat: no-repeat;
    background-size: auto 3150px;
    padding-bottom: 150px;
    padding-top: 150px;
    width: 100%
}

.promo.page-not-found>.component-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%
}

.promo.page-not-found>.component-content>.row {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width: 991.98px) {
    .promo.page-not-found {
        background-position:25% 70%;
        background-size: auto 150%;
        padding-bottom: 60px;
        padding-top: 60px
    }
}

.promo.page-not-found>.component-content {
    background-color: transparent;
    border: 0;
    color: #fff;
    text-align: center
}

.promo.page-not-found h1,.promo.page-not-found h2,.promo.page-not-found h3,.promo.page-not-found h4,.promo.page-not-found h5,.promo.page-not-found h6 {
    color: #fff
}

.promo.page-not-found .field-promotext h1,.promo.page-not-found .field-promotext h2,.promo.page-not-found .field-promotext h3,.promo.page-not-found .field-promotext h4,.promo.page-not-found .field-promotext h5,.promo.page-not-found .field-promotext h6 {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
}

.promo.page-not-found .field-promotext2 h1,.promo.page-not-found .field-promotext2 h2,.promo.page-not-found .field-promotext2 h3,.promo.page-not-found .field-promotext2 h4,.promo.page-not-found .field-promotext2 h5,.promo.page-not-found .field-promotext2 h6 {
    color: #e1b976;
    color: #fff;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 6rem;
    font-size: 150px;
    font-weight: 700;
    letter-spacing: -.037em;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: 0;
    max-width: 100%;
    position: relative
}

@media only screen and (max-width: 991.98px) {
    .promo.page-not-found .field-promotext2 h1,.promo.page-not-found .field-promotext2 h2,.promo.page-not-found .field-promotext2 h3,.promo.page-not-found .field-promotext2 h4,.promo.page-not-found .field-promotext2 h5,.promo.page-not-found .field-promotext2 h6 {
        line-height:1.25;
        margin-bottom: max(.4em,10px)
    }
}

.promo.page-not-found .field-promotext2 h1+div,.promo.page-not-found .field-promotext2 h1+p,.promo.page-not-found .field-promotext2 h2+div,.promo.page-not-found .field-promotext2 h2+p,.promo.page-not-found .field-promotext2 h3+div,.promo.page-not-found .field-promotext2 h3+p,.promo.page-not-found .field-promotext2 h4+div,.promo.page-not-found .field-promotext2 h4+p,.promo.page-not-found .field-promotext2 h5+div,.promo.page-not-found .field-promotext2 h5+p,.promo.page-not-found .field-promotext2 h6+div,.promo.page-not-found .field-promotext2 h6+p {
    margin-top: 0
}

@media only screen and (max-width: 991.98px) {
    .promo.page-not-found .field-promotext2 h1,.promo.page-not-found .field-promotext2 h2,.promo.page-not-found .field-promotext2 h3,.promo.page-not-found .field-promotext2 h4,.promo.page-not-found .field-promotext2 h5,.promo.page-not-found .field-promotext2 h6 {
        font-size:3.5rem;
        font-size: 4rem;
        margin: 0 auto 20px;
        text-align: center;
        width: 327px
    }
}

.promo.page-not-found span.o-heart {
    position: relative
}

.promo.page-not-found span.o-heart:after {
    background-image: url(../images/bg/bg-gmi-heart-graphic.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 50%;
    margin-left: .03333em;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%
}

.promo.page-not-found .field-promotext3 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 500
}

.promo.page-not-found .button-section {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 60px
}

.promo.page-not-found .button-section a {
    margin: 0 15px
}

.promo.page-not-found .cta-button {
    align-items: center;
    background: #0073c5;
    border: 2px solid #0073c5;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.15;
    margin: 10px 0;
    min-width: min(240px,100%);
    padding: 15px 25px;
    text-align: left;
    text-decoration: none!important;
    transition: all .2s;
    width: auto
}

@media print {
    body:not(.foo) .promo.page-not-found .cta-button {
        border: none;
        color: #272728;
        padding: 10px 0
    }

    body:not(.foo) .promo.page-not-found .cta-button:after {
        color: blue;
        content: attr(href);
        display: block;
        font-size: 1rem
    }
}

.promo.page-not-found .cta-button:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-self: center;
    content: "\f105";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 2.2rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1;
    line-height: .1;
    margin-inline-start:auto;padding-inline-start:25px}

.promo.page-not-found .cta-button[target=_blank] {
    display: inline-flex
}

.promo.page-not-found .cta-button[target=_blank]:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08e";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1
}

@media (hover: hover) {
    .promo.page-not-found .cta-button:hover {
        background-color:transparent;
        border-color: #0073c5;
        color: #0073c5;
        opacity: 1
    }

    .component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .promo.page-not-found .cta-button:hover {
        background-color: #fff;
        color: #0073c5
    }

    .component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).promo.page-not-found .cta-button:hover {
        background-color: #fff;
        color: #0073c5
    }
}

body.keyboard-tab .promo.page-not-found .cta-button:focus {
    box-shadow: 2px 2px 4px 2px rgba(0,115,197,.75)
}

.promo.page-not-found .cta-button:active,.promo.page-not-found .cta-button:active:hover,body.keyboard-tab .promo.page-not-found .cta-button:focus {
    background-color: #10102a;
    border-color: #10102a;
    color: #fff;
    opacity: 1;
    text-decoration: none
}

.promo.page-not-found .cta-button:disabled {
    background-color: #8e97b4;
    border-color: #8e97b4;
    color: #fff;
    cursor: default;
    opacity: 1;
    text-decoration: none
}

.promo.page-not-found .prev-button {
    align-items: center;
    background-color: #fff;
    border: 2px solid #0073c5;
    border-radius: 50px;
    color: #0073c5;
    cursor: pointer;
    display: inline-flex;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.15;
    margin: 10px 0;
    min-width: min(240px,100%);
    padding: 15px 25px;
    text-align: left;
    text-align: center;
    text-decoration: none!important;
    transition: all .2s;
    width: auto
}

@media print {
    body:not(.foo) .promo.page-not-found .prev-button {
        border: none;
        color: #272728;
        padding: 10px 0
    }

    body:not(.foo) .promo.page-not-found .prev-button:after {
        color: blue;
        content: attr(href);
        display: block;
        font-size: 1rem
    }
}

.promo.page-not-found .prev-button:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-self: center;
    content: "\f105";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 2.2rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1;
    line-height: .1;
    margin-inline-start:auto;padding-inline-start:25px}

.promo.page-not-found .prev-button[target=_blank] {
    display: inline-flex
}

.promo.page-not-found .prev-button[target=_blank]:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08e";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .promo.page-not-found .prev-button {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).promo.page-not-found .prev-button {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.background-footer .promo.page-not-found .prev-button {
    background-color: #fff;
    border-color: #0073c5;
    color: #0073c5
}

@media (hover: hover) {
    .promo.page-not-found .prev-button:hover {
        background-color:#0073c5;
        border-color: #0073c5;
        color: #fff;
        opacity: 1
    }
}

body.keyboard-tab .promo.page-not-found .prev-button:focus {
    box-shadow: 2px 2px 4px 2px rgba(0,115,197,.75)
}

.promo.page-not-found .prev-button:active,.promo.page-not-found .prev-button:active:hover,body.keyboard-tab .promo.page-not-found .prev-button:focus {
    background-color: #10102a;
    border-color: #10102a;
    color: #fff;
    opacity: 1;
    text-decoration: none
}

.promo.page-not-found .prev-button:disabled {
    background-color: #8e97b4;
    border-color: #8e97b4;
    color: #fff;
    cursor: default;
    opacity: 1;
    text-decoration: none
}

@media only screen and (max-width: 991.98px) {
    .promo.page-not-found .button-section {
        margin-top:30px
    }
}

@media only screen and (max-width: 767.98px) {
    .promo.page-not-found .button-section {
        display:block
    }

    .promo.page-not-found .button-section .cta-button {
        margin-bottom: 15px
    }
}

.promo.footer-cta.color-secondary {
    background-color: #008389;
    color: #fff
}

.promo.footer-cta.color-secondary .field-promotext,.promo.footer-cta.color-secondary .field-promotext2,.promo.footer-cta.color-secondary .field-promotext3,.promo.footer-cta.color-secondary h1,.promo.footer-cta.color-secondary h2,.promo.footer-cta.color-secondary h3,.promo.footer-cta.color-secondary h4,.promo.footer-cta.color-secondary h5,.promo.footer-cta.color-secondary h6 {
    color: #fff
}

.promo.footer-cta.color-secondary .field-promotext2 {
    position: relative;
    z-index: 0
}

.promo.footer-cta.color-secondary .field-promotext2:before {
    background-color: #0054a6;
    border-radius: 12px 0 20px;
    content: "";
    height: 50px;
    margin-left: -14px;
    margin-top: -12px;
    opacity: 1;
    position: absolute;
    width: 45px;
    z-index: -1
}

.quick-facts {
    background-color: #0073c5;
    color: #fff;
    padding-bottom: 150px;
    padding-top: 150px;
    width: 100%
}

@media only screen and (max-width: 991.98px) {
    .quick-facts {
        padding-bottom:60px;
        padding-top: 60px
    }
}

.quick-facts>.component-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%
}

.quick-facts>.component-content>.row {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width: 991.98px) {
    .quick-facts {
        padding:70px 0 60px
    }
}

.quick-facts h1,.quick-facts h2,.quick-facts h3,.quick-facts h4,.quick-facts h5,.quick-facts h6 {
    color: #e1b976;
    color: #fff;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -.037em;
    line-height: 1.1;
    margin-bottom: max(.5em,15px);
    margin-top: 0;
    max-width: 100%;
    text-align: center
}

@media only screen and (max-width: 991.98px) {
    .quick-facts h1,.quick-facts h2,.quick-facts h3,.quick-facts h4,.quick-facts h5,.quick-facts h6 {
        line-height:1.25;
        margin-bottom: max(.4em,10px)
    }
}

.quick-facts h1+div,.quick-facts h1+p,.quick-facts h2+div,.quick-facts h2+p,.quick-facts h3+div,.quick-facts h3+p,.quick-facts h4+div,.quick-facts h4+p,.quick-facts h5+div,.quick-facts h5+p,.quick-facts h6+div,.quick-facts h6+p {
    margin-top: 0
}

@media only screen and (max-width: 991.98px) {
    .quick-facts h1,.quick-facts h2,.quick-facts h3,.quick-facts h4,.quick-facts h5,.quick-facts h6 {
        font-size:3rem
    }
}

.quick-facts .field-title {
    display: block;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center
}

.quick-facts .facts-wrapper {
    margin: 60px auto 0;
    text-align: center
}

@media only screen and (max-width: 991.98px) {
    .quick-facts .facts-wrapper {
        display:block;
        margin: 30px auto 0
    }
}

.quick-facts .facts-wrapper .col {
    margin-bottom: 60px;
    min-width: 25%
}

@media only screen and (max-width: 991.98px) {
    .quick-facts .facts-wrapper .col {
        flex:1 0 24%;
        min-width: auto
    }
}

.quick-facts .facts-wrapper img {
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100px
}

@media only screen and (max-width: 991.98px) {
    .quick-facts .fact-card {
        margin:0 auto 25px;
        max-width: 500px;
        min-width: 300px;
        width: 100%
    }
}

.quick-facts .fact-card .field-title {
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: 0;
    margin-top: 20px
}

.quick-facts .fact-card .field-title:empty {
    margin-top: 0
}

@media only screen and (max-width: 991.98px) {
    .quick-facts .fact-card .field-title {
        font-size:2.2rem
    }
}

.quick-facts .fact-card .field-description {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 20px
}

.quick-facts .fact-card .field-description p {
    margin: 0
}

.quick-facts .fact-card .field-description a {
    white-space: nowrap
}

body.on-page-editor .quick-facts .row {
    display: block
}

.quick-facts.use-default-images img {
    border-radius: initial;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.quick-facts.use-big-images img {
    height: 195px;
    width: 195px
}

@media only screen and (max-width: 991.98px) {
    .quick-facts.use-big-images {
        padding:70px 0
    }

    .quick-facts.use-big-images img {
        height: 150px;
        width: 150px
    }
}

.quick-facts.use-square-images img {
    border-radius: 10%
}

.quick-facts.text-left .facts-wrapper .field-description {
    text-align: left
}

@media only screen and (max-width: 991.98px) {
    .quick-facts.text-left .facts-wrapper .field-description {
        text-align:center
    }
}

.region-switcher {
    background: transparent;
    margin: 30px 0
}

.region-current,.region-window-trigger {
    align-items: flex-start;
    flex-direction: column;
    justify-content: left
}

.region-current .location-label,.region-window-trigger .location-label {
    color: #e6e9ec;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0
}

.region-current .button-wrap:before,.region-window-trigger .button-wrap:before {
    color: #e6e9ec;
    font-size: 1.8rem
}

.region-current .button-wrap button,.region-window-trigger .button-wrap button {
    text-align: left
}

.region-current .button-wrap button>span.region,.region-window-trigger .button-wrap button>span.region {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-text-decoration: underline 1px hsla(0,0%,100%,.5);
    text-decoration: underline 1px hsla(0,0%,100%,.5);
    text-underline-offset: 1px
}

.region-current .button-wrap button>span.language,.region-window-trigger .button-wrap button>span.language {
    color: #e6e9ec;
    font-size: 1.5rem;
    font-weight: 400
}

.region-window-trigger {
    padding-top: 0
}

@media only screen and (max-width: 991.98px) {
    .region-window-trigger {
        padding-bottom:0
    }
}

.region-window-trigger .button-wrap {
    padding-bottom: 5px;
    padding-top: 5px
}

.region-window-trigger .button-wrap button {
    margin-left: 6px
}

.region-window h1,.region-window h2,.region-window h3,.region-window h4,.region-window h5,.region-window h6 {
    color: #3e3e3f;
    font-size: 2.6rem
}

.region-window .regions-heading a,.region-window .regions-heading p,.region-window .regions-heading span {
    color: #272728
}

.region-window .region-current {
    justify-content: center
}

@media only screen and (min-width: 992px) {
    .region-window .region-current {
        flex-direction:row
    }
}

.region-window .region-current .location-label {
    color: #3e3e3f
}

.region-window .region-current .button-wrap:before {
    color: #3e3e3f;
    font-size: 1.8rem
}

.region-window .region-current .button-wrap button>span.region {
    color: #0073c5;
    font-size: 1.8rem;
    font-weight: 700
}

.region-window .region-current .button-wrap button>span.language {
    color: #3e3e3f;
    font-size: 1.3rem
}

.region-window .regions h1,.region-window .regions h2,.region-window .regions h3,.region-window .regions h4,.region-window .regions h5,.region-window .regions h6 {
    font-size: 2.2rem
}

.region-window .regions .parent-group-title {
    margin-bottom: 5px;
    margin-top: 5px
}

.region-window .regions .parent-group .child-group:before {
    margin-top: 0
}

.region-window .regions .child-group-wrap h1,.region-window .regions .child-group-wrap h2,.region-window .regions .child-group-wrap h3,.region-window .regions .child-group-wrap h4,.region-window .regions .child-group-wrap h5,.region-window .regions .child-group-wrap h6 {
    font-size: 1.8rem
}

.region-window .regions .child-group-title {
    color: #0073c5
}

.region-window .regions .child-group-list {
    margin-top: 0
}

.region-window .regions .child-group-list a {
    color: #0073c5;
    color: #e1b976;
    cursor: pointer;
    font-weight: inherit;
    letter-spacing: 0;
    text-underline-offset: 5px
}

@media print {
    body:not(.foo) .region-window .regions .child-group-list a {
        color: #272728
    }

    body:not(.foo) .region-window .regions .child-group-list a:after {
        color: blue;
        content: attr(href);
        display: block;
        font-size: 1rem
    }
}

.region-window .regions .child-group-list a:hover {
    color: #0073c5;
    text-decoration: underline
}

.region-window .regions .child-group-list a:active {
    color: #e1b976;
    text-decoration: underline;
    text-underline-offset: 5px
}

body.keyboard-tab .region-window .regions .child-group-list a:focus {
    box-shadow: 0 0 3px 1px #e1b976;
    color: #e1b976;
    outline-color: #e1b976
}

.region-window .regions .child-group-list a:disabled {
    color: #8e97b4
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .region-window .regions .child-group-list a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px
}

body.keyboard-tab .component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .region-window .regions .child-group-list a:focus {
    box-shadow: 0 0 3px 1px #fff;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: 0
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .region-window .regions .child-group-list a:active,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .region-window .regions .child-group-list a:active:hover,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .region-window .regions .child-group-list a:hover {
    color: #fff;
    text-decoration: none
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .region-window .regions .child-group-list a:disabled {
    color: #8e97b4
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).region-window .regions .child-group-list a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px
}

body.keyboard-tab .component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).region-window .regions .child-group-list a:focus {
    box-shadow: 0 0 3px 1px #fff;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: 0
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).region-window .regions .child-group-list a:active,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).region-window .regions .child-group-list a:active:hover,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).region-window .regions .child-group-list a:hover {
    color: #fff;
    text-decoration: none
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).region-window .regions .child-group-list a:disabled {
    color: #8e97b4
}

.region-window .regions .child-group-list a:hover {
    color: #e1b976;
    -webkit-text-decoration: underline 1px rgba(0,0,0,.5);
    text-decoration: underline 1px rgba(0,0,0,.5);
    text-underline-offset: 5px
}

.region-window .accordion {
    background-color: transparent;
    border-width: 0
}

.region-window .accordion.accordion-regions .component-content div ul.items li.item div.toggle-content div.component.content div.component-content .parent-group .child-group:before {
    margin-top: 0
}

.region-window .accordion.accordion-regions .component-content div ul.items li.item div.toggle-header div.label div.component.content div.field-heading:after {
    top: 50%
}

@media only screen and (max-width: 991.98px) {
    .related-resources .resources-wrapper {
        margin-bottom:20px;
        margin-top: 20px
    }

    .related-resources .resources-wrapper:first-child {
        margin-top: 0
    }
}

.related-resources .field-title {
    font-size: 2.2rem
}

.related-resources .downloadLink {
    align-content: flex-end;
    border-bottom: 1px solid #c8c8c8;
    cursor: pointer;
    display: flex;
    font-weight: inherit;
    letter-spacing: 0;
    text-underline-offset: 5px
}

@media print {
    body:not(.foo) .related-resources .downloadLink {
        color: #272728
    }

    body:not(.foo) .related-resources .downloadLink:after {
        color: blue;
        content: attr(href);
        display: block;
        font-size: 1rem
    }
}

.related-resources .downloadLink a {
    align-items: center;
    color: #0073c5;
    display: flex;
    flex: 0 0 100%;
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-right: 20px;
    position: relative;
    text-decoration: none
}

.related-resources .downloadLink a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-self: flex-end;
    border-bottom: 2px solid #8e97b4;
    color: #8e97b4;
    content: "\f063";
    display: inline-block;
    display: flex;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-style: normal;
    font-variant: normal;
    font-weight: var(--fa-style,900);
    font-weight: 400;
    justify-content: flex-end;
    line-height: 1;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-bottom: 2px;
    position: absolute;
    right: 0;
    transition: transform 175ms ease
}

@media (prefers-reduced-motion:reduce) {
    .related-resources .downloadLink a:after {
        transition: none!important
    }
}

.related-resources .downloadLink:active a,.related-resources .downloadLink:active:hover a,.related-resources .downloadLink:focus a,.related-resources .downloadLink:hover a,.related-resources .downloadLink:visited a {
    text-decoration: none
}

.related-resources .downloadLink:hover {
    border-bottom-color: #0073c5
}

.related-resources .downloadLink:hover a {
    color: #0073c5
}

.related-resources .downloadLink:hover a:after {
    border-bottom-color: #0073c5;
    color: #0073c5
}

.related-resources .downloadLink:active,.related-resources .downloadLink:active:hover {
    border-bottom-color: #c8c8c8
}

.related-resources .downloadLink:active a,.related-resources .downloadLink:active a:after,.related-resources .downloadLink:active:hover a,.related-resources .downloadLink:active:hover a:after {
    color: #e1b976
}

.related-resources .downloadLink:disabled {
    color: #8e97b4
}

.related-resources .downloadLink:disabled:after {
    border-bottom-color: #8e97b4;
    color: #8e97b4
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink {
    border-bottom-color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink a {
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink a:after {
    border-bottom-color: #fff;
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink a:active {
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink a:active:after {
    border-bottom-color: #fff;
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink:active,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink:active:hover,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink:hover {
    border-bottom-color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink:active a,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink:active:hover a,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink:hover a {
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink:active a:after,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink:active:hover a:after,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink:hover a:after {
    border-bottom-color: #fff;
    color: #fff
}

body.keyboard-tab .component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink:focus a {
    box-shadow: 0 0 3px 1px #fff;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: 0
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .related-resources .downloadLink:disabled {
    color: #8e97b4
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink {
    border-bottom-color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink a {
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink a:after {
    border-bottom-color: #fff;
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink a:active {
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink a:active:after {
    border-bottom-color: #fff;
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink:active,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink:active:hover,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink:hover {
    border-bottom-color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink:active a,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink:active:hover a,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink:hover a {
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink:active a:after,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink:active:hover a:after,.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink:hover a:after {
    border-bottom-color: #fff;
    color: #fff
}

body.keyboard-tab .component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink:focus a {
    box-shadow: 0 0 3px 1px #fff;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: 0
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).related-resources .downloadLink:disabled {
    color: #8e97b4
}

.content,.rich-text {
    border: none
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6,.rich-text h1,.rich-text h2,.rich-text h3,.rich-text h4,.rich-text h5,.rich-text h6 {
    margin-bottom: max(.5em,10px);
    margin-top: 0
}

.content .heading-1,.content h1,.rich-text .heading-1,.rich-text h1 {
    font-size: 4.2rem
}

.content .heading-2,.content h2,.rich-text .heading-2,.rich-text h2 {
    font-size: 3.5rem
}

.content .heading-3,.content h3,.rich-text .heading-3,.rich-text h3 {
    font-size: 2.6rem
}

.content .heading-4,.content h4,.rich-text .heading-4,.rich-text h4 {
    font-size: 2.2rem
}

.content .heading-5,.content h5,.rich-text .heading-5,.rich-text h5 {
    font-size: 1.8rem
}

.content .heading-6,.content h6,.rich-text .heading-6,.rich-text h6 {
    font-size: 1.6rem
}

.content .field-content,.content p,.rich-text .field-content,.rich-text p {
    margin-bottom: 20px;
    margin-top: 20px
}

.content .field-content:first-child,.content p:first-child,.rich-text .field-content:first-child,.rich-text p:first-child {
    margin-top: 0
}

.content ol,.content ul,.rich-text ol,.rich-text ul {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 0;
    padding-top: 0
}

.content ol:first-child,.content ul:first-child,.rich-text ol:first-child,.rich-text ul:first-child {
    margin-top: 0
}

.content ol:nth-child(2),.content ul:nth-child(2),.rich-text ol:nth-child(2),.rich-text ul:nth-child(2) {
    margin-bottom: 0
}

footer .rich-text {
    color: #e6e9ec;
    margin: 30px 0
}

footer .footer-right-column .rich-text h1,footer .footer-right-column .rich-text h2,footer .footer-right-column .rich-text h3,footer .footer-right-column .rich-text h4,footer .footer-right-column .rich-text h5,footer .footer-right-column .rich-text h6,footer .rich-text .section-heading,footer .rich-text h1,footer .rich-text h2,footer .rich-text h3,footer .rich-text h4,footer .rich-text h5,footer .rich-text h6 {
    color: #e1b976;
    color: #e6e9ec;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -.037em;
    line-height: 1.1;
    margin-bottom: max(.5em,15px);
    margin-top: 0;
    max-width: 100%
}

@media only screen and (max-width: 991.98px) {
    footer .footer-right-column .rich-text h1,footer .footer-right-column .rich-text h2,footer .footer-right-column .rich-text h3,footer .footer-right-column .rich-text h4,footer .footer-right-column .rich-text h5,footer .footer-right-column .rich-text h6,footer .rich-text .section-heading,footer .rich-text h1,footer .rich-text h2,footer .rich-text h3,footer .rich-text h4,footer .rich-text h5,footer .rich-text h6 {
        line-height:1.25;
        margin-bottom: max(.4em,10px)
    }
}

footer .footer-right-column .rich-text h1+div,footer .footer-right-column .rich-text h1+p,footer .footer-right-column .rich-text h2+div,footer .footer-right-column .rich-text h2+p,footer .footer-right-column .rich-text h3+div,footer .footer-right-column .rich-text h3+p,footer .footer-right-column .rich-text h4+div,footer .footer-right-column .rich-text h4+p,footer .footer-right-column .rich-text h5+div,footer .footer-right-column .rich-text h5+p,footer .footer-right-column .rich-text h6+div,footer .footer-right-column .rich-text h6+p,footer .rich-text .section-heading+div,footer .rich-text .section-heading+p,footer .rich-text h1+div,footer .rich-text h1+p,footer .rich-text h2+div,footer .rich-text h2+p,footer .rich-text h3+div,footer .rich-text h3+p,footer .rich-text h4+div,footer .rich-text h4+p,footer .rich-text h5+div,footer .rich-text h5+p,footer .rich-text h6+div,footer .rich-text h6+p {
    margin-top: 0
}

footer .rich-text a,footer .rich-text p,footer .rich-text span {
    color: inherit
}

footer .rich-text.contact-us-section {
    max-width: 250px
}

footer .rich-text.contact-us-section a:focus {
    color: #fff
}

footer .footer-right-column .rich-text {
    margin: 25px 0
}

footer .footer-right-column .rich-text .section-heading,footer .footer-right-column .rich-text h1,footer .footer-right-column .rich-text h2,footer .footer-right-column .rich-text h3,footer .footer-right-column .rich-text h4,footer .footer-right-column .rich-text h5,footer .footer-right-column .rich-text h6 {
    margin-bottom: 12px
}

@media only screen and (max-width: 991.98px) {
    footer .footer-right-column .rich-text .section-heading,footer .footer-right-column .rich-text h1,footer .footer-right-column .rich-text h2,footer .footer-right-column .rich-text h3,footer .footer-right-column .rich-text h4,footer .footer-right-column .rich-text h5,footer .footer-right-column .rich-text h6 {
        margin-top:20px
    }

    footer .footer-right-column .rich-text {
        margin: 0 0 25px
    }
}

.article-additional .article-content .flow-with-content-above {
    clear: none
}

.search-box {
    position: relative
}

.search-box .search-box-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #0073c5;
    border-radius: 50px;
    border-radius: 25px 0 0 25px;
    color: #272728;
    flex: 1 1 auto;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    height: 45px;
    height: 50px;
    line-height: 1.625;
    padding: 12px 25px;
    vertical-align: middle
}

.search-box .search-box-input::-moz-placeholder {
    color: #989898
}

.search-box .search-box-input:-ms-input-placeholder {
    color: #989898
}

.search-box .search-box-input::placeholder {
    color: #989898
}

.search-box .search-box-button {
    align-items: center;
    background-color: #fff;
    border: 2px solid;
    border-radius: 0 25px 25px 0;
    color: #0073c5;
    cursor: pointer;
    display: flex;
    flex: 0 0 50px;
    font-size: 0;
    height: 50px;
    justify-content: center;
    margin-left: -2px;
    padding: 0;
    text-align: center;
    width: 50px
}

.search-box .search-box-button:focus {
    z-index: 1
}

.search-box .search-box-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 2.2rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1;
    padding-right: 2px
}

@media only screen and (min-width: 992px) {
    .search-box .search-box-input {
        border-radius:40px 0 0 40px;
        font-size: 2.2rem;
        height: 80px
    }

    .search-box .search-box-button {
        border-radius: 0 40px 40px 0;
        flex: 0 0 80px;
        height: 80px;
        width: 80px
    }

    .search-box .search-box-button:before {
        font-size: 3rem
    }
}

.search-box .component-content {
    border-radius: 25px;
    box-shadow: 8px 8px 16px 0 rgba(0,0,0,.07);
    display: flex;
    height: 100%;
    position: relative
}

@media only screen and (min-width: 992px) {
    .search-box .component-content {
        border-radius:40px
    }
}

.search-box .placeHolderLabel {
    background-color: transparent;
    color: #989898;
    cursor: auto;
    font-size: 2.2rem;
    margin-left: 22px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: none;
    z-index: 1
}

.search-box .placeHolderLabel.initialized {
    transition: top .2s ease,transform .2s ease
}

.search-box .placeHolderLabel.blurred,.search-box .placeHolderLabel.focused {
    color: #0073c5;
    top: 0;
    transform: translateY(-100%)
}

@media only screen and (max-width: 991.98px) {
    .search-box .placeHolderLabel {
        font-size:1.7rem
    }
}

.search-box .search-box-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    max-width: 250px
}

.search-box .search-box-input.tt-hint {
    display: none
}

.search-box-button {
    background: none;
    border: 2px solid;
    border-radius: 0 50px 50px 0;
    color: #0073c5;
    font-size: 0;
    margin-left: -2px;
    padding: 0;
    text-align: center;
    width: 50px
}

.search-box-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 2rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1;
    padding-right: 2px
}

@media only screen and (max-width: 1099.98px) {
    .container.main-nav .search-box {
        padding:15px;
        width: 100%
    }

    .container.main-nav .search-box-input {
        flex: 1 1 100%;
        max-width: none
    }
}

.content-lake-listing .search-box {
    margin-left: auto;
    margin-top: -20px;
    max-width: max(300px,50%);
    padding-bottom: 25px;
    padding-top: 25px
}

.content-lake-listing .search-box .twitter-typeahead {
    display: flex;
    width: 100%
}

.content-lake-listing .search-box .search-box-input {
    max-width: 100%;
    width: 100%
}

.content-lake-listing .search-box .tt-menu {
    background: #fff
}

@media only screen and (max-width: 767.98px) {
    .content-lake-listing .search-box {
        margin-left:auto;
        margin-right: auto
    }
}

.custom-load-more>.component-content {
    text-align: center
}

.custom-load-more .btn {
    background-color: #fff;
    border-color: #0073c5;
    color: #0073c5;
    justify-content: center;
    text-align: center
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .custom-load-more .btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).custom-load-more .btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.background-footer .custom-load-more .btn {
    background-color: #fff;
    border-color: #0073c5;
    color: #0073c5
}

@media (hover: hover) {
    .custom-load-more .btn:hover {
        background-color:#0073c5;
        border-color: #0073c5;
        color: #fff;
        opacity: 1
    }
}

body.keyboard-tab .custom-load-more .btn:focus {
    box-shadow: 2px 2px 4px 2px rgba(0,115,197,.75)
}

.custom-load-more .btn:active,.custom-load-more .btn:active:hover,body.keyboard-tab .custom-load-more .btn:focus {
    background-color: #10102a;
    border-color: #10102a;
    color: #fff;
    opacity: 1;
    text-decoration: none
}

.custom-load-more .btn:disabled {
    background-color: #8e97b4;
    border-color: #8e97b4;
    color: #fff;
    cursor: default;
    opacity: 1;
    text-decoration: none
}

.facet-dropdown {
    padding-bottom: 40px;
    padding-top: 40px
}

.facet-dropdown .facet-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px
}

.facet-dropdown .clear-filter {
    display: none
}

.facet-dropdown .component-content div:nth-child(2) {
    padding-bottom: 25px;
    position: relative
}

.facet-dropdown .component-content div:nth-child(2) .facet-dropdown-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 8px 8px 13px 0 rgba(0,0,0,.07);
    box-sizing: border-box;
    color: #e1b976;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
    height: 55px;
    padding-right: 50px
}

.facet-dropdown .component-content div:nth-child(2):after {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-self: center;
    color: #0054a6;
    content: "\f107";
    display: inline-block;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 3rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    line-height: 1;
    position: absolute;
    right: 25px;
    top: 10px
}

.facet-dropdown .bottom-remove-filter {
    display: none
}

.content-lake-listing .facet-dropdown {
    display: none!important
}

@media only screen and (max-width: 991.98px) {
    .content-lake-listing .facet-dropdown {
        display:block!important
    }
}

.content-lake-listing.dropdown-active .facet-dropdown {
    display: block!important
}

.facet-single-selection-list {
    display: none
}

.facet-single-selection-list.initialized {
    display: block!important
}

.facet-single-selection-list.initialized .facet-value {
    margin-bottom: 20px
}

.facet-single-selection-list legend {
    display: none
}

.content-lake-listing .facet-single-selection-list {
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    padding-bottom: 25px;
    padding-top: 25px
}

@media only screen and (max-width: 991.98px) {
    .content-lake-listing .facet-single-selection-list {
        display:none!important
    }
}

.content-lake-listing .facet-single-selection-list>.component-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start
}

.content-lake-listing .facet-single-selection-list .clear-filter {
    display: none
}

.content-lake-listing .facet-single-selection-list .facet-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 15px
}

.content-lake-listing .facet-single-selection-list .facet-heading {
    flex-basis: 100%;
    order: -2
}

.content-lake-listing .facet-single-selection-list .contentContainer {
    flex: 9 1 auto
}

.content-lake-listing .facet-single-selection-list .facet-search-filter {
    display: flex;
    flex-direction: row;
    font-size: 1.8rem;
    font-weight: 500;
    justify-content: flex-start
}

.content-lake-listing .facet-single-selection-list .facet-value {
    border-bottom: 7px solid #e2e2e2;
    color: #0073c5;
    flex: 2 0 auto;
    line-height: 1;
    margin: 0;
    margin-bottom: 0!important;
    padding: 13px 15px;
    text-align: center
}

.content-lake-listing .facet-single-selection-list .facet-value:last-child {
    flex-grow: 1;
    padding-right: 0
}

.content-lake-listing .facet-single-selection-list .facet-value:last-child button {
    text-align: right
}

.content-lake-listing .facet-single-selection-list .facet-value button {
    cursor: pointer
}

.content-lake-listing .facet-single-selection-list .facet-count {
    display: none
}

.content-lake-listing .facet-single-selection-list .bottom-remove-filter-transplant {
    border-bottom: 7px solid #e2e2e2;
    color: #0073c5;
    display: flex;
    flex: 1 0 auto;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    order: -1;
    padding: 13px 15px 13px 0
}

.content-lake-listing .facet-single-selection-list .active-facet,.content-lake-listing .facet-single-selection-list:not(.has-active-facet) .bottom-remove-filter {
    border-bottom: 7px solid;
    color: #e1b976
}

.content-lake-listing .facet-single-selection-list+.facet-dropdown+.search-results.content-cards {
    padding-top: 0
}

.content-lake-listing.dropdown-active .facet-single-selection-list {
    display: none!important
}

.search-results-count {
    display: none;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 45px;
    width: 100%
}

.search-results-count.initialized {
    display: block
}

.search-results-count>.component-content {
    border-top: 1px solid #c8c8c8;
    padding-top: 15px
}

@media only screen and (max-width: 991.98px) {
    .search-results-count {
        text-align:center
    }
}

.content-lake-listing .search-results-count {
    margin-top: 45px;
    padding-top: 5px
}

.search-results {
    position: relative
}

.search-results:after,.search-results:before {
    min-height: 100px;
    opacity: 0;
    transition: all .2s ease;
    z-index: -1
}

.search-results:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    border-radius: 500px;
    bottom: 0;
    bottom: auto;
    color: #e1b976;
    content: "\f110";
    display: inline-block;
    display: flex;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-size: 150px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: var(--fa-style,900);
    height: 150px;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    top: 150px
}

.search-results:before {
    background-color: hsla(0,0%,86%,.8);
    border-radius: 20px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.search-results.loading-in-progress:after,.search-results.loading-in-progress:before,.search-results.loading-more-in-progress:after,.search-results.loading-more-in-progress:before {
    opacity: 1;
    z-index: 5
}

.search-results.loading-in-progress:after,.search-results.loading-more-in-progress:after {
    animation: spinZ 1s steps(8) infinite
}

.search-results.loading-more-in-progress:after {
    bottom: 150px;
    top: auto
}

.search-results.brand-listing .search-result-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    margin-left: -15px;
    margin-right: -15px
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .search-results.brand-listing .search-result-list {
        width: 100%
    }
}

.search-results.brand-listing .search-result-list li {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
    min-width: 340px;
    width: 50%
}

.search-results.brand-listing .search-result-list li.flexSpacer {
    margin-bottom: 0;
    visibility: hidden
}

@media only screen and (max-width: 379.98px) {
    .search-results.brand-listing .search-result-list li {
        min-width:100%
    }
}

.search-results.content-cards .search-result-list {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%
}

.search-results.content-cards .search-result-list li {
    align-items: stretch;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width: 768px) {
    .search-results.content-cards .search-result-list li {
        min-height:400px
    }
}

.search-results.content-cards .search-result-list li.flexSpacer {
    height: 0;
    margin: 0;
    max-width: 630px;
    min-height: 0;
    min-width: 380px;
    padding: 0;
    visibility: hidden
}

.content-lake-listing .search-results.three-col li {
    flex-basis: 33.33333%
}

.content-lake-listing .search-results {
    padding-top: 70px
}

.content-lake-listing .search-results.two-col li {
    flex-basis: 50%
}

.section-header {
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center;
    width: 100%
}

.section-header>.component-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%
}

.section-header>.component-content>.row {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width: 991.98px) {
    .section-header {
        padding-bottom:60px;
        padding-top: 60px
    }
}

.section-header .field-subtitle {
    color: #e1b976;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 10px
}

.section-header .field-title {
    color: #e1b976;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -.037em;
    line-height: 1.1;
    margin-bottom: max(.5em,15px);
    margin-top: 0;
    max-width: 100%
}

@media only screen and (max-width: 991.98px) {
    .section-header .field-title {
        line-height:1.25;
        margin-bottom: max(.4em,10px)
    }
}

.section-header .field-title+div,.section-header .field-title+p {
    margin-top: 0
}

@media only screen and (max-width: 991.98px) {
    .section-header .field-title {
        font-size:3rem
    }
}

.section-header .field-description {
    color: #272728;
    font-size: 2rem;
    font-weight: 400
}

@media only screen and (max-width: 991.98px) {
    .section-header .field-description {
        font-size:1.8rem
    }
}

.section-header .field-description:last-child {
    margin-bottom: 0
}

.content-lake-listing .section-header {
    padding-top: 0
}

@media only screen and (max-width: 991.98px) {
    .content-lake-listing .section-header {
        padding-bottom:20px
    }
}

.cl-categoriesCallout .section-header,.cl-relatedContentCards .section-header {
    padding-bottom: 0;
    padding-top: 0
}

.section-title .field-title {
    font-size: 1.5rem;
    font-weight: 500
}

.component.site-logo {
    margin: 0
}

.component.site-logo .component-content {
    align-items: center;
    display: flex;
    height: 100%
}

.component.site-logo a {
    display: block
}

.component.site-logo img {
    display: block;
    width: 170px
}

#header .site-logo {
    flex-grow: 0;
    margin: 0
}

@media only screen and (max-width: 1099.98px) {
    #header .site-logo img {
        width:95px
    }
}

@media only screen and (min-width: 992px) {
    .social-media-icons {
        justify-content:flex-start
    }
}

.social-media-icons ul {
    display: flex;
    flex-wrap: wrap
}

.social-media-icons ul li {
    background-color: #0073c5;
    border-color: #0073c5
}

.social-media-icons ul li a {
    font-size: 2.2rem;
    line-height: 1
}

.social-media-icons ul li a .fa {
    color: #fff
}

#footer .social-media-icons {
    padding: 30px 0
}

#footer .social-media-icons ul {
    margin-left: -7.5px;
    margin-right: -7.5px
}

#footer .social-media-icons ul li {
    border: 0;
    border-radius: 50%;
    font-size: 3.8rem;
    height: 1em;
    margin: 7.5px;
    position: relative;
    width: 1em
}

#footer .social-media-icons ul li a {
    font-size: .57895em;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

#footer .social-media-icons .section-heading,#footer .social-media-icons h1,#footer .social-media-icons h2,#footer .social-media-icons h3,#footer .social-media-icons h4,#footer .social-media-icons h5,#footer .social-media-icons h6 {
    color: #e1b976;
    color: #e6e9ec;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: -.037em;
    line-height: 1.1;
    margin-bottom: 15px;
    margin-top: 0;
    max-width: 100%
}

@media only screen and (max-width: 991.98px) {
    #footer .social-media-icons .section-heading,#footer .social-media-icons h1,#footer .social-media-icons h2,#footer .social-media-icons h3,#footer .social-media-icons h4,#footer .social-media-icons h5,#footer .social-media-icons h6 {
        line-height:1.25;
        margin-bottom: max(.4em,10px)
    }
}

#footer .social-media-icons .section-heading+div,#footer .social-media-icons .section-heading+p,#footer .social-media-icons h1+div,#footer .social-media-icons h1+p,#footer .social-media-icons h2+div,#footer .social-media-icons h2+p,#footer .social-media-icons h3+div,#footer .social-media-icons h3+p,#footer .social-media-icons h4+div,#footer .social-media-icons h4+p,#footer .social-media-icons h5+div,#footer .social-media-icons h5+p,#footer .social-media-icons h6+div,#footer .social-media-icons h6+p {
    margin-top: 0
}

@media only screen and (max-width: 991.98px) {
    #footer .social-media-icons .section-heading,#footer .social-media-icons h1,#footer .social-media-icons h2,#footer .social-media-icons h3,#footer .social-media-icons h4,#footer .social-media-icons h5,#footer .social-media-icons h6 {
        padding-top:20px;
        text-align: left
    }

    #footer .social-media-icons {
        padding: 0
    }

    #footer .social-media-icons ul {
        text-align: left
    }

    #footer .social-media-icons ul li {
        font-size: 50px
    }
}

.component.title.heading-1 h1 {
    font-size: 4.2rem
}

.component.title.subtitle h2 {
    font-size: 4.5rem
}

@media only screen and (max-width: 991.98px) {
    .component.title.subtitle h2 {
        font-size:3rem
    }
}

.two-columns-container {
    width: 100%
}

.two-columns-container>.component-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%
}

.two-columns-container>.component-content>.row {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width: 991.98px) {
    .two-columns-container .col {
        display:block;
        flex: 0 1 100%;
        width: 100%
    }
}

.two-columns-container .component.image img {
    border-radius: 10px
}

.cl-page-body .article-content .two-columns-container>.component-content>.row,.splitter-main-content .two-columns-container>.component-content>.row {
    padding-left: 0;
    padding-right: 0
}

.two-columns-container.default {
    padding-bottom: 150px;
    padding-top: 150px
}

@media only screen and (max-width: 991.98px) {
    .two-columns-container.default {
        padding-bottom:60px;
        padding-top: 60px
    }
}

.article .two-columns-container.default,.splitter-main-content .two-columns-container.default {
    padding-bottom: 0;
    padding-top: 0
}

.article .two-columns-container.default>.component-content,.splitter-main-content .two-columns-container.default>.component-content {
    padding-left: 0;
    padding-right: 0
}

.two-columns-container.info {
    padding-bottom: 150px;
    padding-top: 150px
}

@media only screen and (max-width: 991.98px) {
    .two-columns-container.info {
        padding-bottom:60px;
        padding-top: 60px
    }
}

.two-columns-container.info .col:first-of-type {
    flex: 0 1 58.33333%
}

@media only screen and (max-width: 991.98px) {
    .two-columns-container.info .col:first-of-type {
        display:block;
        flex: 0 1 100%;
        width: 100%
    }
}

@keyframes spinZ {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes spinX {
    0% {
        transform: rotateX(0deg)
    }

    to {
        transform: rotateX(359deg)
    }
}

@keyframes spinY {
    0% {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(359deg)
    }
}



.cl-card {
    background-color: #fff;
    color: inherit
}

.cl-card .card-overlayDate {
    background-color: #2e873c;
    color: #fff
}

.cl-card .card-overlayDate .card-overlayDate-day {
    border-bottom: 1px solid #fff
}

@media only screen and (max-width: 575.98px) {
    .cl-card .card-overlayDate .card-overlayDate-day {
        border-bottom:none
    }
}

.cl-card.press-release-card,.cl-card.publication-card {
    background-color: #008389;
    color: #fff
}

.cl-card.press-release-card:after,.cl-card.publication-card:after {
    content: none
}

.cl-card.press-release-card .card-overlayDate,.cl-card.publication-card .card-overlayDate {
    background-color: #ff7f00;
    color: #e1b976
}

.cl-card.press-release-card .card-overlayDate .card-overlayDate-day,.cl-card.publication-card .card-overlayDate .card-overlayDate-day {
    border-bottom: 1px solid #e1b976
}

@media only screen and (max-width: 575.98px) {
    .cl-card.press-release-card .card-overlayDate .card-overlayDate-day,.cl-card.publication-card .card-overlayDate .card-overlayDate-day {
        border-bottom:none
    }
}

.cl-card.press-release-card .card-title,.cl-card.publication-card .card-title {
    color: inherit
}

.cl-card.press-release-card .card-category,.cl-card.publication-card .card-category {
    border-color: #fff
}

.cl-card {
    align-content: flex-start;
    border-radius: 13px;
    box-shadow: 8px 8px 13px 0 rgba(0,0,0,.07);
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    min-width: 350px;
    overflow: hidden;
    position: relative
}

.cl-card:after {
    border: 2px solid transparent;
    border-radius: inherit;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.component.bg-white .cl-card:after {
    border-color: #f5f5f5
}

body.on-page-editor .cl-card:after {
    display: none
}

@media only screen and (max-width: 991.98px) {
    .cl-card {
        align-self:center;
        width: 100%
    }
}

@media screen and (max-width: 400px) {
    .cl-card {
        min-width:250px
    }
}

.cl-card>.component-content {
    border-radius: inherit;
    height: 100%
}

.cl-card .card-coverLink {
    font-size: 0;
    z-index: 5
}

.cl-card .card-coverLink,.cl-card .card-coverLink:hover:before {
    border-radius: inherit;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cl-card .card-coverLink:hover:before {
    background-color: rgba(0,115,197,.15);
    content: "";
    z-index: 1
}

body.keyboard-tab .cl-card .card-coverLink:focus {
    border: 2px solid #0073c5;
    box-shadow: 0 0 0 1px #0073c5,8px 8px 13px 0 rgba(0,0,0,.07)
}

body.keyboard-tab .cl-card .card-coverLink:focus:before {
    background: none;
    border-color: #0073c5 #0073c5 transparent transparent;
    border-radius: 0;
    border-style: solid;
    border-top-right-radius: inherit;
    border-width: 40px;
    bottom: auto;
    color: #0073c5;
    content: "";
    left: auto;
    position: absolute;
    right: -1px;
    top: -1px
}

body.keyboard-tab .cl-card .card-coverLink:focus:after {
    background-color: #fff;
    border-radius: 50px;
    bottom: auto;
    box-shadow: 0 0 0 1px #fff,0 0 0 4px #0073c5,0 0 0 6px #fff;
    color: #fff;
    content: "";
    display: block;
    font-size: 0;
    height: 15px;
    left: auto;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    z-index: 1
}

.cl-card .card-coverLink:active {
    border: 2px solid #0073c5;
    box-shadow: 0 0 0 1px #0073c5,8px 8px 13px 0 rgba(0,0,0,.07)
}

.cl-card .card-coverLink:active:after,.cl-card .card-coverLink:active:before {
    display: none
}

.cl-card .card-content {
    padding: 0 clamp(15px,6.8%,25px) 30px
}

.cl-card .card-image {
    margin-left: clamp(-25px,-8%,-15px);
    margin-right: clamp(-25px,-8%,-15px);
    min-height: 110px;
    padding: 0;
    position: relative;
    z-index: 1
}

.cl-card .card-image img {
    aspect-ratio: 380/190;
    border-radius: 13px 13px 0 0;
    height: auto;
    min-height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.cl-card .card-category {
    border-bottom: 1px solid #b3b3b5;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 160px;
    padding-bottom: 10px;
    text-transform: uppercase
}

.cl-card .card-category:first-child {
    margin-top: 0
}

@media only screen and (max-width: 575.98px) {
    .cl-card .card-category {
        margin-top:90px
    }
}

.cl-card .card-category:first-child {
    padding-top: clamp(15px,6.8%,25px)
}

.cl-card .card-image+.card-category {
    margin-bottom: 20px;
    margin-top: 20px
}

.cl-card .card-image+.card-category:first-child {
    margin-top: 0
}

.cl-card .card-description,.cl-card .card-title {
    margin-bottom: 20px;
    margin-top: 20px
}

.cl-card .card-description:first-child,.cl-card .card-title:first-child {
    margin-top: 0
}

.cl-card .card-description a:not(:first-child),.cl-card .card-title a:not(:first-child) {
    color: #0073c5
}

.cl-card .card-title {
    color: #e1b976;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.36364;
    margin-bottom: 10px;
    overflow: hidden
}

.cl-card .card-title>a {
    color: inherit;
    display: block;
    line-height: inherit
}

.cl-card .card-title.field-title {
    display: block
}

.cl-card .card-title:first-child {
    padding-top: clamp(15px,6.8%,25px)
}

.cl-card .card-description {
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 10px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis
}

@media only screen and (min-width: 992px) {
    .cl-card .card-description {
        line-clamp:4;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-overflow: ellipsis
    }
}

.cl-card .card-link {
    background-color: transparent;
    display: block
}

.cl-card .card-overlayDate {
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
    height: 125px;
    justify-content: center;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 20px;
    width: 125px;
    z-index: 2
}

@media only screen and (max-width: 575.98px) {
    .cl-card .card-overlayDate {
        border-radius:8px;
        flex-direction: row;
        height: auto;
        max-width: calc(100% - 20px);
        min-height: 45px;
        padding-left: 15px;
        padding-right: 15px;
        width: auto
    }
}

@media only screen and (max-width: 379.98px) {
    .cl-card .card-overlayDate {
        right:15px
    }
}

.cl-card .card-overlayDate-month {
    font-size: 1.3rem;
    text-transform: uppercase
}

@media only screen and (max-width: 575.98px) {
    .cl-card .card-overlayDate-month {
        font-size:1.5rem;
        margin-right: 10px
    }
}

.cl-card .card-overlayDate-day {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 4.5rem;
    font-weight: 500;
    letter-spacing: .061em;
    line-height: 1;
    margin: 0 10px
}

@media only screen and (max-width: 575.98px) {
    .cl-card .card-overlayDate-day {
        font-size:3.2rem;
        margin-left: auto
    }
}

.cl-card .card-overlayDate-year {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: .9375;
    padding-top: 5px
}

@media only screen and (max-width: 575.98px) {
    .cl-card .card-overlayDate-year {
        border-left:1px solid hsla(0,0%,100%,.5);
        padding: 5px 0 5px 10px
    }
}

.cl-card.publication-card .card-category {
    border-color: #fff;
    margin-top: 20px;
    padding-top: 90px;
    width: calc(100% - 140px)
}

@media only screen and (max-width: 991.98px) {
    .cl-card.publication-card .card-category {
        padding-top:100px
    }
}

@media only screen and (max-width: 575.98px) {
    .cl-card.publication-card .card-category {
        padding-top:70px;
        width: 100%
    }
}

.cl-card.publication-card .card-description {
    max-height: -moz-fit-content;
    max-height: fit-content
}

@media only screen and (max-width: 379.98px) {
    .cl-crossPromotionalCallout .cl-card.publication-card .card-overlayDate {
        top:2%
    }

    .cl-crossPromotionalCallout .cl-card.publication-card .card-category {
        width: calc(100% - 10px)
    }
}

.cl-crossPromotionalCallout .cl-card.publication-card .card-description {
    font-size: 1.8rem
}

@media only screen and (min-width: 992px) {
    .cl-crossPromotionalCallout .cl-card.publication-card .card-description {
        line-clamp:9;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-overflow: ellipsis
    }
}

.cl-card.social-card {
    padding-bottom: 0
}

.cl-card.social-card .card-content {
    align-content: flex-end;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 0
}

.cl-card.social-card .card-category {
    margin-top: 0
}

.cl-card.social-card .title-container {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap
}

.cl-card.social-card .title-container:first-child {
    padding-top: clamp(15px,6.8%,25px)
}

.cl-card.social-card .title-container .card-title {
    flex: 1 0 auto;
    margin-bottom: 5px;
    padding: 0
}

.cl-card.social-card .title-container .field-publishdate {
    margin-bottom: 5px;
    margin-left: auto;
    padding-left: 15px;
    text-transform: uppercase
}

.cl-card.social-card .card-description {
    flex-grow: 1;
    margin-bottom: 30px;
    max-height: -moz-fit-content;
    max-height: fit-content
}

.cl-card.social-card .card-twitterOverlay {
    align-items: center;
    background-color: #0073c5;
    border-radius: 50%;
    bottom: 10%;
    box-shadow: 0 0 0 10px rgba(0,0,0,.2);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 125px;
    justify-content: center;
    position: absolute;
    right: 30px;
    text-align: center;
    width: 125px;
    z-index: 2
}

.cl-card.social-card .card-twitterOverlay i.fa {
    font-size: 5rem
}

@media only screen and (max-width: 575.98px) {
    .cl-card.social-card .card-twitterOverlay {
        height:80px;
        width: 80px
    }
}

.cl-card.social-card .card-image {
    flex: 0 0 auto
}

.cl-card.social-card .card-image img {
    border-radius: 0 0 13px 13px
}

/*input[type=date],input[type=email],input[type=text] {
    background: #f4f4f4
}*/

/*input[type=date],input[type=email],input[type=text],select,textarea {
    background-color: #fff;
    border: 2px solid #0073c5;
    border-radius: 50px;
    color: #272728;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    height: 45px;
    line-height: 1.625;
    padding: 12px 25px;
    vertical-align: middle
}*/

/*input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder {
    color: #989898
}*/

/*input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #989898
}

input[type=date]::placeholder,input[type=email]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder {
    color: #989898
}*/

:root {
    --break-header-mobile: 1100px;
    --break-subnavigation-mobile: 992px
}

@media only screen and (max-width: 1099.98px) {
    body.nav-open {
        overflow:hidden;
        position: fixed;
        top: 0;
        width: 100%
    }
}

.video-caption {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 10px
}

.nocookieconsent-messaging {
    background-color: transparent;
    border: 1px solid #e1b976;
    color: #e1b976;
    display: block;
    font-weight: 500;
    padding: 15px 30px
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons) .nocookieconsent-messaging {
    border-color: #fff;
    color: #fff
}

.component:where(.hero,.brand-hero,.featured-story-hero,.quick-facts,.featured-download,.color-primary,.color-secondary,.color-tertiary,.promo.page-not-found,.footer .image,.footer .rich-text,.footer .link-list-nav,.footer .contact-us-section,.footer .social-media-icons).nocookieconsent-messaging {
    border-color: #fff;
    color: #fff
}

.nocookieconsent-messaging:before {
    color: #e1b976;
    content: none
}



