﻿.site-footer * {
    word-spacing: unset;
}

.feature-banner h3,
.feature-banner a {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    vertical-align: middle;
}

.feature-banner span {
    font-family: "Benton Sans Med";
    font-weight: 500;
    line-height: 24px;
    vertical-align: middle;
}

.feature-banner a:hover span {
    color: #fefefe;
}

/* accessiBe Nav Item */
.site-footer #nav-contact .accessibe-nav-item .accessibe-trigger:hover {
    cursor: pointer;
}

.site-footer #nav-contact .accessibe-nav-item a {
    display: inline;
    padding-right: 10px;
}

footer.site-footer {
    background-image: unset;
    background-attachment: unset;
    background-size: cover;
    background-position: center bottom;
    padding: 0;
    letter-spacing: .025em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    word-spacing: 0;
    font-family: 'Benton Sans Reg', Arial, sans-serif;
}

.site-footer {
    height: auto;
    text-shadow: unset;
}

.site-footer .page-width {
    margin: 0 auto;
    max-width: 1348px;
    padding: 0px;
}

.site-footer .column-header {
    background-color: transparent;
    border-bottom: unset;
    color: #fefefe;
    display: block;
    font-family: "Benton Sans Comp Bd", Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 24px;
    letter-spacing: .44px;
    padding: 0 0 8px;
    margin: 0;
    width: 100%;
}

@media print, screen and (min-width: 990px) {
    .site-footer .column-header {
        font-size: 22px;
        line-height: 26px;
    }
}

.site-footer .expandable-nav {
    display: none;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(.25, .46, .45, .94);
}

.site-footer .expandable-nav.active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(.25, .46, .45, .94);
}


.site-footer .expandable-nav li {
    border: unset;
}

.site-footer .expandable-nav li a {
    background-color: transparent;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
    color: #fff;
    font-family: 'Benton Sans Reg', Arial, sans-serif !important;
}

.site-footer .expandable-nav li::after {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.site-footer .expandable-nav.active {
    margin-bottom: 20px;
}

.site-footer .footer-connect {
    grid-column: span 2;
    padding: 0;
    max-width: 400px;
}

.site-footer .footer-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 3rem;
    max-width: unset;
    width: 100%;
    margin-bottom: 0;
}

@media print, screen and (min-width: 990px) {
    .site-footer .footer-navigation {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 3rem;
        max-width: unset;
        width: 100%;
        margin-bottom: 40px;
    }
}

@media print, screen and (max-width: 400px) {
    .site-footer .footer-navigation {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}

.site-footer .columns-spacer {
    grid-column: span 1;
    line-height: 1.6;
    font-size: 17px;
}

.site-footer .footer-navigation .columns {
    padding: 0;
    width: 100%;
}

.site-footer .footer-navigation .columns:last-child {
    border-bottom: unset;
    margin-left: unset;
}

.site-footer .footer-navigation .columns:last-child img {
    float: unset;
    max-width: unset;
}

.site-footer .menu li.accessibility-support-nav-item {
    font-size: 16px;
    font-family: 'Benton Sans Reg', Arial, sans-serif;
    letter-spacing: normal;
    line-height: 24px;
}

.site-footer .menu li.accessibility-support-nav-item a {
    display: inline;
}

.site-footer p {
    word-spacing: 0;
    font-family: 'benton-cond-reg';
}

.site-footer h5 {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 24px;
    color: #fff;
}

.site-footer .menu {
    white-space: wrap;
    margin-bottom: 16px;
}

.site-footer .menu li {
    line-height: 20px;
    padding-bottom: 4px;
}

@media print, screen and (min-width: 990px) {
    .site-footer .menu {
        margin-bottom: 12px;
    }

    .site-footer .menu li {
        line-height: 23px;
        padding-bottom: 8px;
    }
}

.site-footer .menu a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
}

.site-footer .menu .menu-item a {
    font-family: 'Benton Sans Reg', Arial, sans-serif;
}

@media print, screen and (min-width: 990px) {
    .site-footer .menu a {
        font-size: 16px;
        line-height: 23px;
    }
}

.site-footer .newsletter-title {
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 32px;
    letter-spacing: .56px;
    color: #fff;
    font-family: 'Benton Sans Comp Bd';
}

@media print, screen and (min-width: 990px) {
    .site-footer .newsletter-title {
        font-size: 34px;
        margin-bottom: 13px;
        line-height: 37px;
        letter-spacing: .68px;
    }
}

.site-footer .newsletter-message {
    font-size: 20px;
    margin: .5rem 0 1rem;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    font-family: 'Benton Sans Comp Reg';
}

@media print, screen and (min-width: 990px) {
    .site-footer .newsletter-message {
        font-size: 24px;
        line-height: 29px;
    }
}

.site-footer .newsletter-disclaimer {
    margin: 1rem 0 2.5rem;
}

.site-footer .newsletter-sub-copy {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Benton Sans Reg';
    letter-spacing: normal;
}

@media print, screen and (min-width: 990px) {
    .site-footer .newsletter-sub-copy {
        font-size: 13px;
        line-height: 19px;
    }
}

.site-footer .newsletter-signup button[type='submit'] {
    font-size: 16px;
    min-width: 60px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px #fff solid;
    background-color: transparent;
    transform: translate(-2px);
    border-left-color: transparent;
}

.site-footer .newsletter-signup input[type=email] {
    max-width: unset;
    background-color: transparent;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-width: 1px;
    font-family: 'Benton Sans Med', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .025em;
    padding: 4px 0 4px 10px;
    line-height: 22px;
    box-shadow: none;
    border-color: #fff;
    border-right-color: transparent;
    padding: 8px 10px;
}

.site-footer .newsletter-signup input[type=email]::-ms-input-placeholder {
    color: #5f6369;
    opacity: 1;
}

.site-footer .newsletter-signup input[type=email]:-moz-placeholder {
    color: #5f6369;
    opacity: 1;
}

.site-footer .newsletter-signup input[type=email]::-webkit-input-placeholder {
    color: #5f6369;
    opacity: 1;
}

.site-footer .newsletter-signup input[type=email]::placeholder {
    font-weight: 700;
    font-style: normal;
    font-family: 'Benton Sans Med', Arial, sans-serif !important;
    color: #fff;
    font-size: 16px;
    letter-spacing: .025em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeSpeed;
    opacity: 1;
}

.site-footer .footer-connect h5 {
    font-family: "Benton Sans Comp Bd", Arial, sans-serif;
    font-size: 19px;
    text-align: center;
    word-spacing: 0;
}

.site-footer .footer-connect li {
    line-height: 1.3em;
}

.site-footer .footer-connect a {
    line-height: 1.4375em;
}

.site-footer .page-width .mobile-social-and-legal-container p {
    line-height: 1.6;
}

.site-footer .footer-connect .newsletter-sub-copy a {
    color: #fefefe;
    text-decoration: underline;
}

.site-footer .social {
    justify-content: flex-start;
    margin-bottom: 8.44px;
    margin-left: 1px;
}

@media print, screen and (min-width: 990px) {
    .site-footer .social {
        margin-bottom: 4.44px;
        margin-left: 0px;
        margin-right: -1px;
    }
}

.site-footer .social li a {
    padding: 0;
    margin-left: -1px;
}

.site-footer .social-icon-image {
    width: 36px;
    margin: 0;
    margin-right: 1px;
}

@media print, screen and (min-width: 990px) {
    .site-footer .social-icon-image {
        width: 39px;
        margin-right: 0;
    }
}

.site-footer .menu.social a:hover .social-icon-image-hover {
    display: block;
}

.site-footer .social-icon-image-hover {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.site-footer .footer-utility-nav {
    font-size: 16px;
    line-height: 1.6;
}

.brand-message-container {
    line-height: 18px;
    letter-spacing: 0;
    font-size: 12px;
    font-family: Benton Sans Reg;
    color: #fff;
    display: block;
}

@media print, screen and (min-width: 990px) {
    .brand-message-container {
        line-height: 19px;
        font-size: 13px;
    }
}

.legal-links-container {
    line-height: 1.6;
    font-size: 17px;
    text-align: center;
    display: block;
    padding-left: 10px;
}

.legal-links-container a {
    font-size: 14px;
    letter-spacing: 0.425px;
    text-rendering: optimizeSpeed;
}

.site-footer .footer-utility-nav {
    margin-top: 200px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.site-footer .footer-utility-nav a {
    padding: 0;
}

.site-footer .footer-utility-nav a:not(:first-child) {
    padding-left: 11.5px;
}

/*******************************************************************************
*  Tablet
*******************************************************************************/

@media all and (max-width: 47.4375em) {
    .footer-connect h5 {
        letter-spacing: .03em;
        line-height: 1.6;
    }

    .site-footer #nav-contact .accessibe-nav-item:after {
        display: none;
    }

    .site-footer #nav-contact .accessibility-support-nav-item:after {
        display: none;
    }

    .site-footer #nav-contact .accessibility-support-nav-item a {
        background: none;
        display: inline;
        letter-spacing: normal;
        margin: 0;
        padding: 0;
        transition: none;
    }
}

@media all and (min-width: 640px) {
    .feature-banner span {
        font-family: "Benton Sans Comp Bd", Arial, sans-serif;
        font-size: 24px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media print, screen and (min-width: 47.5em) {
    .site-footer h5 {
        margin-bottom: 20px;
    }

    .site-footer .footer-connect h5 {
        margin-bottom: 0;
        line-height: 30.4px;
        letter-spacing: 0.57px;
    }
}

/* Desktop */

@media print, screen and (min-width: 834px) {
    .site-footer {
        padding: 50px 90px 35px;
    }

    .site-footer .footer-navigation {
        flex-direction: row;
        padding: 0;
    }

    .site-footer .column-header {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .site-footer .column-header::after {
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

    .site-footer .footer-navigation .columns {
        border: unset;
    }

    .site-footer .expandable-nav {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .site-footer .newsletter-signup {
        margin: auto;
        padding: 0;
    }

    .site-footer .footer-utility-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .site-footer .page-width .mobile-social-and-legal-container p {
        line-height: 25.2px;
    }
}

@media print, screen and (min-width: 1366px) {
    .site-footer .column-header {
        padding-bottom: 8px;
    }

    .site-footer .footer-navigation {
        margin-bottom: 0;
    }

    .site-footer .row.footer-navigation .columns {
        flex: 0 0 22%;
        padding-left: 24px;
    }

    .site-footer .footer-connect h5 {
        transform: translateY(-3px);
        font-size: 20px;
        letter-spacing: 1px;
    }

    .site-footer .social {
        justify-content: flex-start;
        align-items: center;
    }

    .site-footer .social li a {
        margin-left: 0;
        margin-right: 0;
    }

    .site-footer .social-icon-image {
        /* width: 43px; */
        width: 36px;
    }

    .site-footer .newsletter-signup {
        width: auto;
    }
}

@media print, screen and (max-width: 1920px) {
    .site-footer .columns-spacer {
        display: none;
    }
}

footer.site-footer .footer-bg {
    background-size: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

footer.site-footer .footer-bg img {
    width: 100%;
    height: 100%;
}

.site-footer .footer-wrapper {
    max-width: 100%;
    padding: 42px 20px 33vh;
}

.footer-bg .desktop-image {
    display: none;
}

@media print, screen and (min-width: 990px) {
    .site-footer .footer-wrapper {
        padding: 62px 125px 40vh;
    }

    .footer-bg .mobile-image {
        display: none;
    }

    .footer-bg .desktop-image {
        display: block;
    }

    .site-footer .footer-navigation .columns.footer-connect {
        width: 400px;
    }
}

.footer-message-container {
    background: linear-gradient(91deg, #963821 0, #ce0058 16%, #fe5000 29%, #ffa400 44%, #74aa50 60.5%, #81b0d2 79%, #af95d3 95%);
    color: #fff;
    padding: 8px;
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    justify-content: center;
    font-size: 24px;
    letter-spacing: 0;
    font-family: "Benton Sans Comp Reg";
    line-height: 29px;
}

.footer-message-container p {
    font-family: inherit;
    line-height: inherit;
    margin: 0;
    font-weight: 200;
    flex-shrink: 0;
    word-spacing: normal;
}

@media print, screen and (max-width: 800px) {
    .footer-message-container p {
        -webkit-animation: slide 12s linear infinite;
        animation: slide 12s linear infinite;
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translateX(100%);
        transform: translate(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translate(-100%);
    }
}
