/*
This file contains all purpose Mobile-Only CSS that will be loaded synchronously using inline style after the important fonts will preload
Type: All purpose CSS
Usage: Inline Style
Load: Synchronously
Devices: Mobile, Tablets
 */

/* Responsive */

@media (max-width: 768px) {
    footer {
        padding-top: 26px;
        padding-bottom: 11px;
    }

    .main-footer {
        width: calc(100% - 30px);
        display: block;
        margin-bottom: 11px;
    }

    .footer-title {
        margin-right: 5px;
        font-size: 20px;
    }

    .footer-link-block:first-child {
        position: relative;
    }

    .footer-link-block:first-child .line-1h41 {
        margin-right: 5px;
        margin-top: 18px;
    }

    .email-link {
        margin-bottom: 0;
        margin-top: 0;
        position: absolute;
        top: 42px;
        left: -2px;
    }

    .phone-link {
        margin-bottom: 0;
        position: absolute;
        top: 71px;
        left: 13vw;
    }

    .footer-link-block:not(:last-child):not(:first-child) {
        margin-right: unset;
        margin-left: unset;
    }

    .footer-link-block:last-child {
        margin-right: unset;
    }

    .footer-link-block:not(.footer-open) .footer-menu-link {
        height: 0;
        overflow: hidden;
        margin: 0;
    }

    .footer-title {
        margin-bottom: 0;
    }

    .footer-link-block:not(:first-child) {
        position: relative;
        height: 54px;
        line-height: 54px;
    }

    .site-partners {
        gap: 0 7px;
        margin-bottom: 33px;
        margin-right: 13px;
    }

    .site-partners img {
        width: 108px;
        height: 47px;
    }

    .footer-link-block {
        border-bottom: 1px solid #acddfb;
    }

    .footer-cta {
        width: 136px;
		height: 47px;
		border-radius: 27px;
		background-color: #0a0018;
		font-size: 16px;
		margin-right: auto;
		left: 20px;
		bottom: 50px;
    }

    .cta {
        height: 31.4px;
    }

    .cta-cyan video, .cta-white video {
        width: 31.4px;
        height: 31.4px;
    }

    .footer-social-container {
        margin-top: 21px;
        margin-right: 5px;
        margin-bottom: 30px;
    }

    .footer-link-block:not(:first-child):after {
        content: '+';
        position: absolute;
        font-weight: 600;
        font-family: serif;
        font-size: 27px;
        color: black;
        left: 2px;
        top: 1px;
        bottom: 0;
    }

    .credits {
        top: -5px;
    }

    .credits b {
        font-size: 16px;
    }

    .credits b:not(:first-child) {
        position: relative;
        right: 2px;
    }

    .credits-year {
        font-weight: normal!important;
        font-size: 14px!important;
    }

    /* Footer Sub Menus */

    .footer-open {
        height: fit-content!important;
        padding-bottom: 5px
    }

    .footer-menu-link:first-child {
        border-top: 1px solid black
    }

    .footer-open .footer-title {
        border-bottom: 1px solid #acddfb;
        margin-bottom: 5px
    }

    .footer-menu-link {
        font-size: 16px;
        width: 90%;
        margin-right: 15px
    }

    .footer-link-block:not(:last-child) .footer-menu-link {
        margin-bottom: 0
    }

    .footer-open.footer-link-block .footer-menu-link:not(:last-child) {
        border-bottom: 1px solid #acddfb8c
    }

    .footer-menu-link {
        opacity: 0;
        height: 25px;
        transition: height 0s, opacity 1s;
    }

    .footer-open .footer-menu-link {
        height: 55px;
        opacity: 1;
        transition: height .1s, opacity 1s;
    }

}

@media (max-width: 350px) {
    .email-link {
        margin-top: 7px;
        position: unset;
        margin-right: 7px;
    }

    .phone-link {
        position: unset;
        margin-top: 10px;
        margin-right: 7px;
    }
}