html {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    background: linear-gradient(#f6f7f7 0%, #d4d7dc 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -9999;
}

body {
    background: none;
}

.body-background {
    padding: 0;
    margin: 0;
    width: 100%;
    background-image: url("../img/Marque.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
}

.bb2{
    background-image: url("../img/Marque.png");
    background-repeat: no-repeat;
    background-position: right;
    position: fixed;
    background-position-y: 50%;
    background-size: 50%;
    float: none;
    height: 200px;
    width: 200px;
    background-color: #aeb0b5;
}

.hhs-global-preheader {
    height: 45px;
    width: 100%;
    background-color: #ffffff;
    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: 10px;
    padding-bottom: 8px;
    vertical-align: middle;
    margin-left: 50px;
    box-sizing: content-box;
}

.hhs-logo img {
    max-width: 100%;
    max-height: 100%;
    height: 31px;
}

.hhs-global-preheader .site-title {
    color: #112E51;
    background-color: #FFFFFF;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 13px;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: -0.25px;
    box-sizing: content-box;
    font-feature-settings: normal;
}

.hhs-global-preheader .hhs-name {
    color: #112E51;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial, sans-serif;
    font-size: 1.05rem;
    font-weight: bold;
    font-style: italic;
    letter-spacing: -0.3px;
    line-height: 11px;
    display: inline-block;
    right: 80px;
    top: 1.15rem;
    position: absolute;
}

.hhs-global-preheader .separator {
    height: 30px;
    width: 2px;
    background-color: #D6D7D9;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
}
.hhs-global-preheader .separator-2 {
    height: 20px;
    width: 2px;
    background-color: #D6D7D9;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.global-header-container .top-links {
    display: block;
    width: inherit;
    height: 30px;
    background-color: transparent;
    float: right;
    margin-right: 1%;

}

.logoutLblPos{
   position:fixed;
   right:10px;
   top:5px;
}

.container {
    width: 100%;
    max-width: 700px;
}

@media (max-width: 767.9px){
.header-bg-mobile {
    max-width: 100%;
    width: 100%;
    background-color: #D6D7D8;
    padding: 10px;
    text-align: center;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;

    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    height: 2rem;
}
.header-bg{
        display: none;
    }
}

.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: #FFFFFF;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.mobile-header-title-full {
    width: 100%;
    text-align: center;
}

.modal-show {
    display: block;
    padding-left: 40px;
    overflow-x: hidden;
    overflow-y: auto;

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9050;
    margin: 0;


}

.modal-dialog {
    max-width: 620px;
    min-height: calc(100% - (1.75rem * 2));
    margin: 1.75rem auto 1.75rem auto;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: auto;
    pointer-events: none;

    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-top-color: rgba(0, 0, 0, 0.2);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(0, 0, 0, 0.2);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.2);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-radius: 12px;
    outline: 0;
}

.modal-title {
    color: #212529;
    padding: 20px 40px 15px 40px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.modal-body {
    padding: 15px 40px 0px 40px;
    color: #000000;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

.button-container {
    width: 100%;
    text-align: right;
    padding: 0px 20px 20px 20px;
}

.marque-logo{
    width: auto;
    height: 8.5rem;
    vertical-align: middle;
    background-image: url("../img/Marque2.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
.marque-logo-small{
    width: 5rem;
    height: 2.8rem;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    float: right;
    object-fit: contain;
}

@media (min-width: 1024px){
    .header-bg {
        width: 100%;
        height: 100%;
        background-color: #112E51;
        min-height: 4em;
        /*background-attachment: fixed;*/
    }
    #login-header-main.header-bg {
        max-height: 8.5em;
    }
    .hhs-logo{
        margin-left: 6% !important;
    }
}

.header-bg-mobile {
    width: 100%;
    background-color: #112e51;
    min-height: 2.75rem;
    padding: 10px;
    text-align: center;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    
    margin-left: 0px;
    margin-right: 0px;
}

.content-column {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background-color: transparent;
    float: none;
}

.tab-instructions {
    color: #212121;
    font-size: 1.8rem;
    line-height: 1.3;
    display: inline-block;
    text-align: justify;
}

.tab-navigation {
    width: 700px;
}

.tab-navigation h1 {
    color: #FFFFFF;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px;
}

.tab-body-container {
    height: auto;
    display: block;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.news-container {
    max-width: 220px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(33,72,114,0.2), 0 20px 40px -20px rgba(33,72,114,0.2);
    padding: 32px 20px 32px 10px;
    margin: -20px 0px 20px 20px;
    height: fit-content;
    min-height: 400px; 
    max-height: 50.8vh;
    overflow-y: auto;
}

.news-container .news-row {
    color: #212121;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-top: 18px;
    margin-left: 0px;
    margin-right: 0px;
}

.news-row div:first-child {
    padding: 0px;
}

.news-container .news-row:first-child {
    margin-top: 0px;
}

.footer {
    margin-bottom: 20px;
    width: 100%;
    color: #212121;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: right;  
    display: block;
}

.footer.col-lg-9 {}

.footer a {
    width: 100%;
    color: #212121;
    font-family: Source Sans Pro,Helvetica Neue,Helvetica,Roboto,Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: right;  
    display: block;
    text-decoration: none;
}

.footer .footer-label {
    display: inline-block;
    vertical-align: bottom;
}

.footer div:last-child {
    margin-right: 4px;
}

.mobile-footer-container {
    text-align: center;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    padding-top: 20px;
}

.mobile-footer {
}

.icon-info {
    height: 18px;
    width: 18px;    
    background-image: url("../img/info.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: text-top;

}

.icon-question {
    height: 18px;
    width: 18px;
    background-image: url("../img/question.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: text-top;
}

.derived-grid{
    width: 80%;
    max-width: 400px;
}

/* Responsive */


@media (max-width: 992.98px) {
    .news-container {
        flex: none;
        max-width: 700px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 15px;
        min-height: 0;
    }

    .hhs-name {
        display: none !important;
    }
    .hhs-logo{
        margin-left: 5% !important;
    }
}

@media (max-width: 360px){
    .mobile-header-title{
        font-size: 0.875rem;
    }
    .body-background{
        background-position: right;
        background-position-y: 30%;
        background-size: 10rem;
        height: 100%;
    }
}

@media (max-width: 390px) and (min-width: 360px){
    .mobile-header-title{
        font-size: 1.05rem;
    }
    .body-background{
        background-size: 10rem;
        background-position: right;
    }   
}

@media (max-width: 374.9px){
    .hhs-logo {
        margin-left: 15px;
    }

    .global-header-container {
        display: inline-block;
        float: right;
        margin-right: 3%;
    }

    .hhs-global-preheader .separator {
        display: none;
    }

    .hhs-global-preheader .site-title {
        display: none;
    }

    .header-bg-mobile {
        display: block !important;
    }

    .hhs-name {
        display: none;
    }

    .body-background{
        background-size: 11rem;
        background-position: right;
    }
}

@media (max-width: 767.9px) and (min-width: 375px) {
    .hhs-logo {
        margin-left: 20px;
    }

    .global-header-container {
        display: inline-flex;
        float: right;
        margin-right: 3%;
    }

    .hhs-global-preheader .separator {
        display: none;
    }

    .hhs-global-preheader .site-title {
        display: none;
    }

    .header-bg-mobile {
        display: block !important;
    }

    .hhs-name {
        display: none;
    }

    .body-background{
        background-size: 14rem;
        background-position: right;
    }
}

@media (min-width: 768px) and (max-width: 1023.9px) {
    .hhs-logo {
        margin-left: 20px;
    }
    .global-header-container{
        display: inline-flex;
        float: right;
        margin-right: 3%;
    }

    .hhs-global-preheader .separator {
        display: inline-block;
    }

    .hhs-global-preheader .site-title {
        display: inline-block;
        font-size: 1.15rem;
    }

    .header-bg-mobile {
        width: 100%;
        height: 100%;
        min-height: 5.5em;
        background-color: #112E51;
        background-image: url("../img/Marque2.png");
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 5.5em;

    }
    
    #login-header.header-bg-mobile{
        width: 100%;
        height: 100%;
        min-height: 6.75em;
        max-height: 6.75em;
        background-color: #112E51;
        background-image: none;
    }
    .content-column{
        margin-top: -4.29rem;
    }

    .hhs-name {
        display: none;
    }

    .mobile-header-title {
        display: none;
    }
    .header-bg{
        display: none !important;
    }
    .body-background{
        background-size: 18rem;
        background-position: bottom right;
    }
}

@media (min-width: 1024px){
    .header-bg-mobile{
        display: none !important;
    }
    .body-background{
        background-size: 25rem;
    }
}

@media (min-height: 650px){
    html{
        height: 100vh;
    }
    .body-background{
        height: 100vh;
    }
}
.loader {
    border: 15px solid darkgrey;
    border-radius: 50%;
    border-top: 15px solid #0071bc;
    margin: auto;
    width: 200px;
    height: 200px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.cvbtn{font-family:Inter,sans-serif;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;cursor:pointer;padding:.75rem 1.5rem;border-radius:24px;}
.cvbtn-midnight{background-color:#041A55;color:#fff;border:none}
.cvbtn-midnight:hover{background-color:#2A3D75}
.cvbtn-midnight:active{background-color:#1A294D;transform:scale(0.98)}
.cvbtn-white{background-color:#fff;color:#041A55;border:1px solid #e2e8f0}
.cvbtn-white:hover{background-color:#f8fafc}
.cvbtn-white:active{background-color:#e2e8f0;transform:scale(0.98)}
.cvbtn-outline{background-color:#FFF;color:#000;border:1px solid #000}
.cvbtn-outline:hover{background-color:#F8F8F8}
.cvbtn-outline:active{background-color:#EFEFEF;transform:scale(0.98)}
.cvbtn svg{margin-right:8px}
.cvbtn-small{padding:.5rem 1rem}
.cvbtn-full{width:100%}
.cvbtn[disabled]{opacity:.6;cursor:not-allowed}