#GlobalNavWrapper {
    --hero-image: url(../../assets/images/contact-banner.jpg);
}

.contact-section {
    background: #ffffff;
    /*Responsive: (max-width: 900px)*/
    @media screen and (max-width: 1200px) {
        padding: calc(var(--space-xl) + var(--space-sm)) 0;
    }
}

.contact-grid {
    display: flex;
    gap: var(--space-3xl);
    align-items: center;
    flex-direction: column;
    gap: 0;
}

.contact-info {
    article {
        display: flex;
        color: var(--titan-blue);
        flex-direction: row;
        flex-wrap: nowrap;
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        gap: 5px;
        margin-bottom:10px;
    }
}

.icon {
    color: var(--titan-blue);
    font-size: 24px;
    line-height: 1;
}

@media screen and (max-width: 1200px) {

    .contact-grid > *:first-child,
    .contact-grid > *:last-child {
        flex: none;
        min-width: 0;
        width: 100%;
    }

    .contact-info article,
    .contact-info article:nth-child(3) {
        flex: none;
    }
}



.office-directory-section {
    background: var(--bright-bg);
    padding: var(--space-3xl) 0;
    /*Responsive: (max-width: 900px)*/
    @media screen and (max-width: 1200px) {
        padding: calc(var(--space-xl) + var(--space-sm)) 0;
    }
}

.office-background-blue {
    background-color: var(--bright-bg) !important;
}


.directory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 80px;
    margin-top: 130px;
    /*Responsive: (max-width: 900px)*/
    @media screen and (max-width: 1200px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px 32px;
        margin-top: 64px;
    }
}



.directory-column a {
    display: block;
    /*color: var(--titan-blue);
    font-size: 16px;
    line-height: 1.4;*/
    text-decoration: none;
    margin-bottom: 24px;
}

    .directory-column a:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 1200px) {

    .office-directory-section h2 {
        font-size: 44px;
    }
}

/*Form Overwrite*/
.DNPCm {
    padding-left: 0 !important;
}

.ihIYnq {
    margin-top: 0 !important;
}

#Default .bALRZz {
    padding-left: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
    /*Responsive: (max-width: 900px)*/
    @media screen and (max-width: 1200px) {
        padding-left: calc(20px);
    }
}


.fsForm {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.DNPCm, .bALRZz {
    padding-right: 2px !important;
}



.form-frame iframe {
    display: block;
    width: 100%;
    max-width: 800px;
    height: 800px;
    margin: 0 auto;
    border: 0;
}

.form-frame {
    width: 100%;
    overflow-x: auto;
}

.fsSupporting {
    margin-block:20px !important;
}