/* Blue Horizon final responsive header overrides */
.header-top .header-main-content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    justify-content: flex-end;
    padding-left: 0;
    width: 100%;
}

.header-top .header-info {
    align-items: center;
    display: flex;
    float: none;
    gap: 8px;
    padding-left: 0;
    text-align: left;
    width: auto;
}

.header-top .header-info>img {
    flex: 0 0 auto;
    padding-right: 0;
    width: 24px;
}

.header-top .header-info-text h4 {
    margin: 0;
}

.header-top .header-info-text h4,
.header-top .header-info-text h4 a {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.25;
}

.header-top .header-app-link i {
    color: #d9e6f2;
    flex: 0 0 auto;
    font-size: 19px;
    line-height: 1;
}

.header-top .header-app-link a {
    white-space: nowrap;
}

.bh-header .header-main-wrapper.bh-header-main {
    align-items: center;
}

@media (min-width: 992px) {
    .bh-header .header-main-wrapper.bh-header-main {
        flex-wrap: nowrap;
        min-height: 92px;
    }
}

@media (max-width: 1199px) {
    .bh-header .header-main.white:before,
    .bh-header .header-main.white:after {
        display: none;
    }

    .bh-header .header-main {
        background: #08213d;
    }

    .bh-header .header-main-wrapper.bh-header-main {
        display: grid;
        grid-template-columns: auto minmax(180px, 1fr) auto;
        gap: 12px 18px;
        padding: 14px 0;
    }

    .bh-header .logo-wrapper {
        display: block;
        flex: none;
        grid-column: 1;
        width: auto;
        z-index: 9;
    }

    .bh-header .logo {
        background: #ffffff;
        border-radius: 4px;
        padding: 10px 14px;
        width: 178px;
    }

    .bh-header .logo a {
        display: block;
    }

    .bh-header .logo .single-content p {
        font-size: 12px;
        margin: 2px 0 0;
        white-space: normal;
    }

    .bh-header .headerRightSide {
        align-self: center;
        grid-column: 2;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
        width: auto;
        z-index: 9;
    }

    .bh-header .headerRightSide p {
        font-size: 14px;
        line-height: 1.35;
        margin: 0 !important;
    }

    .bh-menu-toggle {
        align-self: center;
        display: flex;
        grid-column: 3;
        justify-self: end;
    }

    .bh-header .bh-site-nav {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.16);
        display: none;
        grid-column: 1 / -1;
        margin-top: 6px;
        padding: 8px;
        width: 100%;
    }

    .bh-header.nav-open .bh-site-nav {
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .bh-header .bh-site-nav a {
        background: rgba(255, 255, 255, 0.06);
        min-width: 0;
        padding: 13px 14px;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-top .header-main-content {
        display: grid;
        gap: 9px 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        margin-top: 8px;
    }

    .header-top .header-info {
        justify-content: flex-start;
        min-width: 0;
        width: 100%;
    }

    .header-top .header-info-text {
        min-width: 0;
    }

    .header-top .header-info-text h4,
    .header-top .header-info-text h4 a {
        font-size: 12px;
        line-height: 1.2;
    }

    .bh-header .header-top {
        padding: 12px 0;
    }

    .bh-header .header-top .row {
        row-gap: 8px;
    }

    .bh-header .header-top span {
        display: block;
        text-align: center;
    }

    .bh-header .header-top .col-lg-4,
    .bh-header .header-top .col-md-4,
    .bh-header .header-top .col-lg-8,
    .bh-header .header-top .col-md-8 {
        width: 100%;
    }

    .bh-header .header-info {
        float: none;
        padding: 0;
    }

    .bh-header .header-main-content {
        padding-left: 0;
        width: 100%;
    }

    .bh-header .header-info-text>h4,
    .bh-header .header-info-text>h4 a {
        font-size: 12px;
    }

    .bh-header .header-main-wrapper.bh-header-main {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .bh-header .logo-wrapper {
        grid-column: 1;
    }

    .bh-header .logo {
        width: 152px;
    }

    .bh-menu-toggle {
        grid-column: 2;
        grid-row: 1;
    }

    .bh-header .headerRightSide {
        grid-column: 1 / -1;
        grid-row: 2;
        text-align: center;
    }

    .bh-header .bh-site-nav {
        grid-row: 3;
    }
}

@media (max-width: 479px) {
    .header-top .header-main-content {
        gap: 9px 10px;
        grid-template-columns: 1fr 1fr;
    }

    .header-top .header-info-text h4,
    .header-top .header-info-text h4 a {
        font-size: 11px;
    }

    .header-top .header-app-link i {
        font-size: 15px;
    }

    .bh-header .header-main-wrapper.bh-header-main {
        gap: 10px;
        padding: 12px 0;
    }

    .bh-header .logo {
        padding: 8px 10px;
        width: 135px;
    }

    .bh-header .logo .single-content p {
        font-size: 11px;
    }

    .bh-header .headerRightSide p {
        font-size: 13px;
    }

    .bh-header .header-info>img {
        display: none;
    }

    .bh-header .header-info-text>h4,
    .bh-header .header-info-text>h4 a {
        font-size: 11px;
    }
}

@media (max-width: 374px) {
    .header-top .header-main-content {
        grid-template-columns: 1fr;
        margin-left: auto;
        margin-right: auto;
        max-width: 230px;
    }

    .header-top .header-info {
        justify-content: center;
    }

    .header-top .header-info-text h4,
    .header-top .header-info-text h4 a,
    .bh-header .header-info-text>h4,
    .bh-header .header-info-text>h4 a {
        font-size: 12px;
    }
}

/* Contact page */
.bh-page-hero {
    background: linear-gradient(115deg, rgba(0, 46, 91, 0.94), rgba(0, 107, 99, 0.88)), url("../img/bg/internalBanner.webp") center/cover no-repeat;
    padding: 90px 0;
}

.bh-page-hero .bh-eyebrow {
    color: #fde428;
}

.bh-page-hero h1 {
    color: #ffffff;
    font-size: 42px;
    line-height: 1.22;
    margin: 14px 0 18px;
}

.bh-page-hero p {
    color: #eef7f6;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
    max-width: 720px;
}

.bh-contact-section {
    background: #f5f7f9;
    padding: 85px 0;
}

.bh-contact-form-card,
.bh-contact-info-card {
    background: #ffffff;
    border: 1px solid #e5eceb;
    height: 100%;
    padding: 34px;
}

.bh-contact-form-card {
    border-top: 4px solid #006b63;
}

.bh-contact-info-card {
    border-top: 4px solid #fde428;
}

.bh-contact-form-card h2,
.bh-contact-info-card h2 {
    color: #002e5b;
    font-size: 30px;
    line-height: 1.3;
    margin: 10px 0 24px;
}

.bh-contact-form-card label {
    color: #112135;
    display: block;
    font-family: "montserratregular", "Poppins", sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
}

.bh-contact-form-card input {
    background: #fbfbfb;
    border: 1px solid #dbe5e4;
    color: #303030;
    display: block;
    height: 48px;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
}

.bh-contact-form-card input:focus {
    border-color: #006b63;
}

.bh-contact-form-card .default-button {
    background: #002e5b;
    border: 1px solid #002e5b;
    color: #ffffff;
    display: inline-block;
    margin-top: 4px;
    padding: 13px 26px;
}

.bh-contact-form-card .default-button:hover {
    background: #006b63;
    border-color: #006b63;
    color: #ffffff;
}

.bh-contact-info-card address {
    color: #505a64;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.bh-contact-info-card address strong {
    color: #112135;
}

.bh-contact-item {
    border-top: 1px solid #e5eceb;
    padding-top: 22px;
    margin-top: 22px;
}

.bh-contact-item h3 {
    color: #002e5b;
    font-size: 18px;
    margin-bottom: 10px;
}

.bh-contact-item a {
    color: #006b63;
    display: block;
    font-size: 16px;
    line-height: 1.8;
}

.bh-contact-item a:hover {
    color: #002e5b;
}

@media (max-width: 1199px) {
    .bh-contact-info-card {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .bh-page-hero {
        padding: 65px 0;
    }

    .bh-page-hero h1 {
        font-size: 30px;
    }

    .bh-contact-section {
        padding: 60px 0;
    }

    .bh-contact-form-card,
    .bh-contact-info-card {
        padding: 26px;
    }

    .bh-contact-form-card h2,
    .bh-contact-info-card h2 {
        font-size: 26px;
    }
}
