.site-footer {
    --lt-footer-overlap: 80px;
    --lt-footer-gutter: 20px;
    margin: 0;
    padding: 0;
    background: transparent;
    color: var(--lt-white);
    font-family: var(--lt-nav);
    position: relative;
}

.site-footer a {
    color: var(--lt-white);
    text-decoration: none
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--lt-white);
    opacity: .85
}

.site-footer .footer-inner {
    max-width: var(--lt-max);
    margin: 0 auto;
    box-sizing: border-box;
}

.site-footer .footer-newsletter-band .footer-inner {
    border-top: 0;
}

/* White→navy split so the card bridges both without margin-top:-70px hacks */
.site-footer .footer-newsletter-band {
    margin: 0;
    padding: var(--lt-footer-overlap) 0 0;
    background: linear-gradient(to bottom,
            var(--lt-white) 0,
            var(--lt-white) var(--lt-footer-overlap),
            var(--lt-navy) var(--lt-footer-overlap),
            var(--lt-navy) 100%);
}

.site-footer .footer-newsletter {
    display: grid;
    grid-template-columns: minmax(220px, .9fr) minmax(280px, 1.2fr);
    gap: 32px 40px;
    align-items: start;
    margin: 0;
    padding: 36px 40px;
    background: var(--lt-white);
    color: var(--lt-navy);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-top: -120px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08235294117647059);
}

.site-footer .footer-newsletter__intro {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.site-footer .footer-newsletter__icon {
    color: var(--lt-crimson);
    line-height: 0
}

.site-footer {

    .gform_wrapper.gravity-theme .gform_footer,
    .gform_wrapper.gravity-theme .gform_page_footer {
        margin: 0;
        padding: 0;
    }
}

.site-footer .footer-newsletter__title {
    margin: 0;
    color: var(--lt-navy);
    font-family: "Lato", Sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 2px;
}

.site-footer .footer-newsletter__text {
    margin: 0;
    color: #6b6b6b;
    font-family: var(--lt-font-body);
    font-size: .9rem;
    line-height: 1.55
}
.footer-newsletter__form{
    padding-left: 80px;
}
.site-footer .footer-newsletter__form .gform_heading,
.site-footer .footer-newsletter__form .gform_description {
    display: none
}

.site-footer .footer-newsletter__form .gform_wrapper {
    margin: 0
}

.site-footer .footer-newsletter__form .gform_fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.site-footer .footer-newsletter__form .gfield {
    padding: 0 !important;
    margin: 0 !important
}

.site-footer .footer-newsletter__form .gfield:first-child {
    grid-column: 1/-1
}

.site-footer .footer-newsletter__form .gfield_label {
    display: none
}

.site-footer .footer-newsletter__form input[type=text],
.site-footer .footer-newsletter__form input[type=email],
.site-footer .footer-newsletter__form input[type=tel],
.site-footer .footer-newsletter__form input[type=number],
.site-footer .footer-newsletter__form select,
.site-footer .footer-newsletter__form textarea {
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    background: #fff;
    color: var(--lt-text-dark);
    font-family: var(--lt-nav);
    font-size: .9rem;
    box-shadow: none;
    box-sizing: border-box;
}

.site-footer .footer-newsletter__form .gform_footer,
.site-footer .footer-newsletter__form .gform_page_footer {
    margin: 12px 0 0;
    padding: 0;
    border: 0
}

.site-footer .footer-newsletter__form input[type=submit],
.site-footer .footer-newsletter__form .gform_button {
    display: block;
    width: 100%;
    background: #fff !important;
    border: 1px solid var(--lt-navy) !important;
    color: var(--lt-navy) !important;
    border-radius: 0 !important;
    min-height: 42px;
    padding: .7em 1.4em;
    font-family: var(--lt-nav);
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: none;
    cursor: pointer;
}

.site-footer .footer-newsletter__form input[type=submit]:hover,
.site-footer .footer-newsletter__form .gform_button:hover {
    background: var(--lt-navy) !important;
    border-color: var(--lt-navy) !important;
    color: var(--lt-white) !important;
}

.site-footer .footer-body {
    background: var(--lt-navy);
    margin: 0;
    padding: 0
}

.site-footer .footer-main {
    display: grid;
    grid-template-columns: 352px auto;
    gap: 40px;
    padding: 48px 0 36px;
    align-items: start;
}

.site-footer .footer-logo {
    display: inline-block;
    line-height: 0;
}

.site-footer .footer-logo .custom-logo-link {
    display: inline-block;
    line-height: 0
}

.site-footer .footer-logo .custom-logo,
.site-footer .footer-logo__img {
    display: block;
    max-height: 150px;
    width: auto;
    height: auto;
}

.site-footer .footer-logo__mark {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    min-height: 110px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .85);
    box-sizing: border-box;
    text-align: center;
}

.site-footer .footer-logo__lt {
    display: block;
    font-family: var(--lt-brand);
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1
}

.site-footer .footer-logo__scale {
    display: inline-block;
    margin: 0 2px;
    font-size: 1.1rem;
    vertical-align: middle
}

.site-footer .footer-logo__name {
    display: block;
    margin-top: 8px;
    font-size: .72rem;
    letter-spacing: .04em;
    text-transform: none
}

.site-footer .footer-brand__text {
    margin: 18px 0 0;
    max-width: 320px;
    color: rgba(255, 255, 255, .92);
    font-size: .92rem;
    line-height: 1.6
}

.site-footer .footer-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.site-footer .footer-nav {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 20px;
}

.site-footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 8px 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-menu .sub-menu {
    display: none;
}

.site-footer .footer-menu a {
    display: inline-block;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 21px;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .2s ease, color .2s ease;
}

.site-footer .footer-menu a:hover,
.site-footer .footer-menu a:focus {
    color: #fff;
    opacity: .82;
}

.site-footer .footer-menu .menu-item-has-children > a::after,
.site-footer .footer-menu .page_item_has_children > a::after {
    content: none;
}

.site-footer .footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer-social li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    transition: transform .25s ease;
}

.site-footer .footer-social a:hover,
.site-footer .footer-social a:focus {
    background: transparent;
    color: #fff;
    opacity: 1;
    transform: scale(1.15);
}

.site-footer .footer-social svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.site-footer .footer-social svg path {
    fill: currentColor;
}

.site-footer .footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--lt-crimson);
    color: #fff !important;
    padding: 10px 32px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .06em;
    text-transform: uppercase;
    border: 0;
    text-decoration: none;
    transition: background .25s ease, color .25s ease;
}

.site-footer .footer-cta:hover,
.site-footer .footer-cta:focus {
    background: var(--lt-btn-hover-bg);
    color: var(--lt-btn-hover-color) !important;
    opacity: 1;
}

.site-footer .footer-copy {
   
    background: var(--lt-navy);
    margin: 0;
    padding: 0;
}

.site-footer .footer-copy p {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin: 0;
    padding: 16px 0;
    text-align: center;
    font-size: .85rem;
    color: rgba(255, 255, 255, .9)
}

html,
body,
#page {
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width:991px) {
    .site-footer {
        --lt-footer-overlap: 48px;
    }

    .site-footer .footer-newsletter {
        grid-template-columns: 1fr;
        padding: 28px 22px;
        margin-top: -56px;
    }

    .footer-newsletter__form {
        padding-left: 0;
    }

    .site-footer .footer-newsletter__intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .site-footer .footer-newsletter__title {
        font-size: clamp(1.25rem, 5vw, 1.75rem);
        letter-spacing: .04em;
    }

    .site-footer .footer-main {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px 0 32px;
        text-align: center;
    }

    .site-footer .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .site-footer .footer-brand__text {
        margin: 16px auto 0;
        max-width: 34em;
        text-align: center;
    }

    .site-footer .footer-aside {
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .site-footer .footer-nav {
        width: 100%;
    }

    .site-footer .footer-menu {
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px 18px;
        max-width: 100%;
    }

    .site-footer .footer-menu a {
        font-size: 14px;
        line-height: 21px;
        white-space: normal;
    }

    .site-footer .footer-social {
        justify-content: center;
        gap: 12px;
    }

    .site-footer .footer-cta {
        width: 100%;
        max-width: 320px;
        min-height: 48px;
        box-sizing: border-box;
    }

    .site-footer .footer-copy p {
        padding: 14px var(--lt-footer-gutter);
        font-size: .8rem;
        line-height: 1.45;
        word-wrap: break-word;
    }
}

@media (max-width:767px) {
    .site-footer .footer-newsletter__icon {
        color: var(--lt-crimson);
        line-height: 0;
        vertical-align: middle;
        width: 100%;
        text-align: center;
    }
    .footer-newsletter__intro div{
        text-align: center;
    }
    .site-footer .footer-body,.footer-newsletter-band {
        padding: 0px 16px !important;
    }
}
@media (max-width:600px) {
    .site-footer {
        --lt-footer-gutter: 16px;
        --lt-footer-overlap: 40px;
    }

    .site-footer .footer-newsletter {
        padding: 22px 16px;
        margin-top: -40px;
        gap: 20px;
    }

    .site-footer .footer-newsletter__form .gform_fields {
        grid-template-columns: 1fr;
    }

    .site-footer .footer-newsletter__form .gfield:first-child {
        grid-column: auto;
    }

    .site-footer .footer-main {
        gap: 24px;
        padding: 32px 0 28px;
    }

    .site-footer .footer-logo__img,
    .site-footer .footer-logo .custom-logo {
        max-height: 88px;
        margin: 0 auto;
    }

    .site-footer .footer-menu {
        gap: 12px 14px;
    }

    .site-footer .footer-aside {
        gap: 18px;
    }
}