section.banner {
    background: url(../../../assets/images/locations-section-banner.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
}

section.banner .header h1 {
    color: #FFF;
    text-align: center;
    font-family: var(--Inter, sans-serif);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0;
}

section.section__office__locations .infosite p.data:last-child {
    margin-bottom: 30px;
}

section.section__office__locations h2 {
    color: var(--dark-red, #A1102B);
    font-family: var(--Inter, sans-serif);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 100px;
}

section.section__office__locations h3 {
    color: var(--dark-red, #A1102B);
    font-family: var(--Inter, sans-serif);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}


section.section__office__locations ul#warehouseLocationTabs,
section.section__office__locations ul#officeLocationTabs {
    gap: 40px;
    margin-bottom: 50px;
    border-bottom: 0;
}

section.section__office__locations .nav-item a.nav-link {
    color: #B8B8B8;
    font-family: var(--Inter, sans-serif);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0;
    border: none;
}

section.section__office__locations .nav-item a.nav-link.active {
    color: #000;
    font-family: var(--Inter, sans-serif);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0;
    border: none;
}

section.section__office__locations div#officeLocationTabsContent .tab-pane .infosite,
section.section__office__locations div#warehouseLocationTabsContent .tab-pane .infosite {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 40px 60px;
    border: 1px solid var(--dark-red, #A1102B);
}

section.section__office__locations div#warehouseLocationTabsContent .tab-pane .infosite p:nth-child(2) {
    margin-bottom: 30px;
}

section.section__office__locations div#warehouseLocationTabsContent .tab-pane .infosite p:last-child {
    margin-bottom: 0;
}

section.section__office__locations.office_locations div#officeLocationTabsContent .tab-pane .infosite p.data:nth-child(4) {
    margin-bottom: 30px;
}

section.section__office__locations.office_locations div#officeLocationTabsContent .tab-pane .infosite p:last-child {
    margin-bottom: 0;
}

section.section__office__locations.office_locations div#office-maplarge,
section.section__office__locations.warehouse__locations .nav-tabs-custom {
    padding-left: 38px;
}

section.section__office__locations.warehouse__locations div#warehouse-maplarge,
section.section__office__locations.office_locations .nav-tabs-custom {
    padding-right: 38px;
}

section.section__office__locations.office_locations iframe,
section.section__office__locations.warehouse__locations iframe {
    width: 100%;
    height: 100%;
}

section.section__office__locations div#office-maplarge img,
section.section__office__locations div#warehouse-maplarge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section__office__locations div#officeLocationTabsContent .tab-pane .infosite p,
section.section__office__locations div#warehouseLocationTabsContent .tab-pane .infosite p {
    max-width: 450px;
}

section.section__office__locations div#warehouseLocationTabsContent .tab-pane .infosite p,
section.section__office__locations div#officeLocationTabsContent .tab-pane .infosite p {
    font-weight: 400;
}

section.section__office__locations .infosite p a.cta {
    color: var(--dark-red, #A1102B);
    font-family: var(--Inter, sans-serif);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration-line: none;

}

section.section__office__locations .infosite p a {
    color: var(--dark-red, #A1102B);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

section.section__office__locations .infosite p strong {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.5px;
}

section.section__office__locations.warehouse__locations {
    background: #F5F5F5;
}

a.nav-link.active {
    background-color: transparent !important;
}


@media (max-width: 1440px) {

    section.section__office__locations.office_locations div#office-maplarge,
    section.section__office__locations.warehouse__locations .nav-tabs-custom {
        padding-left: 18px;
    }

    section.section__office__locations.warehouse__locations div#warehouse-maplarge,
    section.section__office__locations.office_locations .nav-tabs-custom {
        padding-right: 18px;
    }
}

@media (max-width: 1199px) {

    section.section__office__locations .row._custom {
        gap: 50px;
    }

    section.section__office__locations.warehouse__locations .row._custom {
        flex-direction: column-reverse;
    }

    section.section__office__locations h2 {
        margin-bottom: 70px;
    }

    section.section__office__locations.office_locations div#office-maplarge,
    section.section__office__locations.warehouse__locations .nav-tabs-custom,
    section.section__office__locations.warehouse__locations div#warehouse-maplarge,
    section.section__office__locations.office_locations .nav-tabs-custom {
        padding-right: 0;
        padding-left: 0;
    }

    section.section__office__locations.office_locations iframe,
    section.section__office__locations.warehouse__locations iframe {
        max-height: 539px;
        min-height: 450px;
    }
}

@media (max-width: 991px) {
    section.section__office__locations h2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {

    section.section__office__locations ul#warehouseLocationTabs,
    section.section__office__locations ul#officeLocationTabs {
        margin-bottom: 40px;
    }

    section.section__office__locations div#officeLocationTabsContent .tab-pane .infosite,
    section.section__office__locations div#warehouseLocationTabsContent .tab-pane .infosite {
        padding: 30px 40px;
    }

}

@media (max-width: 575px) {
    section.section__office__locations h2 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    section.section__office__locations ul#warehouseLocationTabs,
    section.section__office__locations ul#officeLocationTabs {
        margin-bottom: 30px;
    }

    section.section__office__locations div#officeLocationTabsContent .tab-pane .infosite,
    section.section__office__locations div#warehouseLocationTabsContent .tab-pane .infosite {
        padding: 30px 20px;
    }


    section.section__office__locations .row._custom {
        gap: 30px;
    }

    section.section__office__locations .nav-item a.nav-link.active,
    section.section__office__locations .nav-item a.nav-link {
        font-size: 18px;
    }

    section.section__office__locations.office_locations iframe,
    section.section__office__locations.warehouse__locations iframe {
        min-height: 350px;
    }
}

@media (max-width: 425px) {
    section.section__office__locations h2 {
        text-align: center;
    }

    section.section__office__locations .infosite p a {
        font-size: 13px;
    }

    section.section__office__locations ul#warehouseLocationTabs,
    section.section__office__locations ul#officeLocationTabs {
        margin-bottom: 30px;
        justify-content: center;
        gap: 20px 40px;
    }
}