/* Footer + newsletter customizations */
@media only screen and (min-width: 1201px) {
    .gt-footer .gt-container,
    .gt-footer .gt-container.gt-wide,
    .gt-footer .gt-flex-container {
        width: 1200px !important;
        max-width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box;
    }

    .gt-footer .gt-footer-widgets .gt-grid.gt-grid-4 > .gt-grid-col:nth-child(1) {
        width: 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .gt-footer .gt-footer-widgets .gt-grid.gt-grid-4 > .gt-grid-col:nth-child(2),
    .gt-footer .gt-footer-widgets .gt-grid.gt-grid-4 > .gt-grid-col:nth-child(3),
    .gt-footer .gt-footer-widgets .gt-grid.gt-grid-4 > .gt-grid-col:nth-child(4) {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.gt-footer .gt-newsletter .gt-heading .gt-title,
.gt-footer .gt-newsletter .gt-heading .gt-text,
.gt-footer .gt-newsletter .gt-heading .gt-text p {
    font-family: var(--e-global-typography-primary-font-family, var(--gt-primary-font-family, inherit)) !important;
}

.gt-footer .gt-footer-widgets .widget-title,
.gt-footer .gt-footer-widgets .gt-title,
.gt-footer .gt-footer-widgets .widgettitle {
    color: #fff !important;
    font-family: var(--e-global-typography-secondary-font-family, var(--gt-secondary-font-family, inherit)) !important;
    font-size: 16px !important;
}

.gt-footer .scb-footer-newsletter-button,
.gt-footer .scb-footer-newsletter-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid #111;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-family: var(--e-global-typography-primary-font-family, var(--gt-primary-font-family, inherit));
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gt-footer .scb-footer-newsletter-button:hover,
.gt-footer .scb-footer-newsletter-button:focus {
    background: transparent;
    color: #111;
}
