html {
    height: 100%;
}

body {
    margin: 0;
    background: linear-gradient(#F6F7F7 0%, #D4D7DC 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.body-background {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-image: url("../images/Marque.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 25em;
    background-attachment: fixed;
}

.hhs-global-preheader {
    height: 50px;
    width: 100%;
    background-color: #185394;
    background-image: url("../images/depthealthhumanservices_usa.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.global-header-container {

}

.hhs-logo {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    height: 31px;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    margin-left: 25px;
    box-sizing: content-box;
}

.hhs-logo img {
    max-width: 100%;
    max-height: 100%;
    height: 31px;
}

.hhs-global-preheader .site-title {
    color: #FBAE17;
    font-family: Helvetica, serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    vertical-align: middle;
    display: inline-block;
}

.hhs-global-preheader .hhs-name {
    color: #EDF8FF;
    font-family: Helvetica, serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.3px;
    line-height: 16px;
    display: inline-block;
    position: relative;
    left: 115px;
}

.hhs-global-preheader .separator {
    height: 24px;
    width: 1px;
    background-color: rgba(209, 237, 252, 0.4);
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
}

.header-bg-mobile {
    width: 100%;
    background-color: #D8D8D8;
    padding: 10px;
    text-align: center;
    font-family: Helvetica, serif;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;

    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}


.mobile-header-prefix {
    color: #214872;
    font-weight: bold;
    padding: 0;
    text-align: left;
    display: block;
    float: left;
}

.mobile-header-prefix-hide {
    display: none;
}

.mobile-header-title {
    color: #525252;
    padding: 0;
}

.mobile-header-title-full {
    width: 100%;
    text-align: center;
}

/* Responsive */

@media (max-width: 991.98px) {
    .hhs-name {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .hhs-logo {
        margin-left: 20px;
    }

    .hhs-global-preheader .separator {
        display: none;
    }

    .hhs-global-preheader .site-title {
        display: none;
    }

    .header-bg-mobile {
        display: block !important;
    }

    html {
        background-color: #fff;
        min-height: auto;
        max-height: none;
        height: 100%;
    }

    body {
        min-height: auto;
        max-height: none;
        height: 100%;
    }

    .body-background {
        background-color: #fff;
        background-image: none;
        min-height: auto;
        max-height: none;
        height: 100%;
    }
}