/* ==========================================================================
   Client Custom Styles
   ========================================================================== */

   @font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/HBSE_Inter_Font/Inter_18pt-Regular.ttf')
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/HBSE_Inter_Font/Inter_18pt-Bold.ttf')
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('../fonts/HBSE_Inter_Font/Inter_18pt-ExtraBold.ttf')
}

.text-center span {
    color: #fff;
}
 
.dosee-text {
    font-weight: 500;
    display: block;
    margin-top: 10px;
    color: #fff !important;
}
.heading-h4 {
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.1;
    display: block;
    color: #fff;
}  


@media (min-width: 768px) {
    .container {
        width: 700px !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1070px !important;
    }
}

.h-100 {
    height: 100%;
}

.user-nav {
    display: none;
}

#header {
    background-color: #ffffff;
    width: 100%;
    padding: 20px 0px;
    min-height: auto;
    margin-top: -8px;
}


#header .brand {
    background: url('../img/HBSE_Logo.png') no-repeat left top;
    background-size: auto 40px;
    width: inherit;
    float: none;
    min-height: auto;
    position: inherit;
    height: 40px;
}
.col-xs-4{
    color: #ffffff;
}
 

.cc-color-override-1438462623.cc-window {
    color: #FFF !important;
    background-color: #666666 !important;
    font-family: proxima-nova, Helvetica, Arial, sans-serif !important;
}

.cc-color-override-1438462623 .cc-btn {
    color: #FFF !important;
    background-color: #00A7FF !important;
    font-family: proxima-nova, Helvetica, Arial, sans-serif !important;
}

div.item {
    vertical-align: top;
    text-align: center;
    width: 168px;
    float: left;
    margin: 10px 8px 8px 0px;
}

.caption {
    display: block;
}


.text-center {
    text-align: center;
}

#menubar {
    padding-top: 1.5rem;
    background-color: #007cbd;
    text-align: left;
    min-height: 60px;
}

#menubar a {
    font-size: 1.55rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

#menubar a:link {
    color: #fff;
}

#menubar a:visited {
    color: #fff;
}

#menubar a:hover {
    color: #fff;
}

#menubar a:active {
    color: #fff;
}


h1,
h2,
h5,
h6 {
    font-family: "Inter-ExtraBold" !important;
    color: #A42036 !important;
}

h3,
h4 {
    font-family: "Inter-ExtraBold" !important;
    color: #A42036 !important;
}

.main-content-wrapper #main-content {
    padding: 0px !important;
    /*margin-top: 5px !important;*/
    border-top: 0px;
    padding-top: 50px !important;
    height: auto !important;  
}
span{
    color: #000;
}
.centered {
    position: absolute;
    top: 42%;
    left: 28%;
    transform: translate(-50%, -50%);
}

body {
    font-family: 'Inter-Regular';
    font-size: 16px;
    line-height: 25.7143px;
    background-color: #fff;
    color: #333;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none solid rgb(17, 17, 17);
    text-align: start;
    text-indent: 0px;
    letter-spacing: .5px;
    background: url('../img/HBSE_Background_Image.png') no-repeat #19356e;
    background-size: 100% auto;
    /*background-size: 100% 100%;*/
    /* filter: brightness(0.2) saturate(0.5) !important; */
    background-position: top center;
}

p {
    font-family: 'Inter-Regular';
    margin: 0;
    padding: 7px 0;
    color: #dddddd;
    font-size: 15px !important;
    line-height: 1.6;
    vertical-align: baseline;
    letter-spacing: .5px;
    word-spacing: 0px;
    font-weight: 400 !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none solid rgb(17, 17, 17);
    text-align: start;
    text-indent: 0px;
}

::selection {
    background: rgb(51, 144, 255);
    color: white;
}

strong {
    font-size: 22px;
    line-height: 26px;
    color: #A42036;
    font-weight: normal !important;
}


.alpaca-icon-required {
    display: none;
}

legend.alpaca-container-label {
    color: #333 !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}




.checkbox {
    padding-left: 40px !important;
}

.radio {
    padding-left: 30px !important;
}

.form-alpaca.form-border .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
}


.alpaca-field-optiontree:first-child input {
    display: none;
}

.bg-mdt {
    background-color: #e8e8e8;
}

.btn {
    display: inline-block;
    padding: 22px 41px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #fff !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    text-align: center !important;
    text-decoration: none !important;
    background-color: #A42036 !important;
    user-select: none !important;
    vertical-align: middle !important;
    border: 0 !important;
    border-radius: 30px !important;
    height: 60px !important;
}

.btn-primary {
    /*color: #c32222 !important; 
  background-color: #FFF !important; 
  border-color: #c32222 !important;*/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff !important;
    
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #E8E8E8 !important;
    border-color: #c32222 !important;
}

.btn-primary .badge {
    color: #E8E8E8 !important;
    background-color: #c32222 !important;
}


hr {
    margin: 0px !important;
    border: none !important;
}


.row {
    margin-left: -15px;
    margin-right: 0px !important;
}

#customerForm a {
    color: #666666 !important;
}

.image-tagline p {
    font-size: 18px;
    line-height: 49px;
    letter-spacing: .01em;
    font-weight: bold;
    line-height: 25px;
    text-transform: none;
}

.image-tagline {
    overflow: hidden;
}

.image-tagline p {
    background: 0;
    color: #fff;
    line-height: 1;
}

@media (max-width: 991.98px) {
    #menubar a {
        font-size: 1.55rem;
        padding-right: 3rem;
        padding-left: 0rem;
    }

    .ch-hero {
        height: 200px;
        background: url(../img/mdt-home.jpg) top no-repeat;
        background-size: 100%;
        margin-left: -13.5px;
        width: 103.5%;
    }
}

ul.a {
    list-style-position: outside;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {

    /* Styles */
    .ch-hero {
        height: 50px;
        background: url(../img/cardinal-hero.jpeg) top no-repeat;
        width: 100%;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul {
    font-size: 15px !important;
    list-style-type: disc;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: #428bca;
}

/* selected link */
a:active {
    color: blue;
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: #007395;
}

.bg-warning {
    background-color: #e8e8e8;
    border: 2px solid Gray;
}

.column {
    float: left;
    width: 33%;
    padding: 10px 0px 0px 15px;
}

.hbse-container {
    width: 100%;
    max-width: 1200px;
    padding: 0px 20px;
    margin: 0px auto;
}

.header-grid {
    display: grid;
    grid-template-columns: 200px auto;
}

.header-grid picture img {
    height: 40px;
    float: right;
}

.hbse-main-content h1 {
    font-size: 90px;
    margin-top: 220px;
}

.hbse-main-content p {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #A42036;
    margin-top: 20px;
    margin-bottom: 50px;
}

.hbse-input-group {
    margin: 20px 0px;
}

.hbse-pr-30 {
    padding-right: 30px;
}

.hbse-pl-30 {
    padding-left: 30px;
}

.two-boxes-grid {
    display: grid;
}

.hbse-left {
    background-color: #13204A;
    color: #ffffff;
    border-radius: 8px;
    padding: 50px 30px 30px 30px;
    /* height: 100%; */
}

.hbse-left h2 {
    font-size: 16px;
    margin: 0;
    font-family: Inter-Regular;
    color: #A42036 !important;
    line-height: 24px;
}

.hbse-left h3 {
    margin-top: 5px;
    font-size: 40px;
}

.hbse-left p {
    color: #FFFFFF;
}

.hbse-left p strong {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}

.hbse-input-group .input-group-addon {
    padding: 0px;
    background: transparent;
    border: none
}

.hbse-input-group .input-group-addon button.btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    margin: 0px !important;
    width: 120px;
    padding: 20px 0px !important;
    height: 60px !important;
    font-size: 16px !important;
}

.hbse-input-group input.form-control {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin: 0px !important;
    padding: 20px 30px !important;
    height: 60px !important;
    font-size: 16px;
}

.already-user-hbse p {
    margin-right: 20px;
    line-height: 48px;
    float: left;
}

.already-user-hbse .btn.btn-primary {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    padding: 22px 35px !important;
    height: 60px !important;
    font-size: 16px !important;
}

.submitted-btn {
    padding: 13px 30px !important;
    height: 60px !important;
    font-size: 16px !important;
}

.d-flex {
    display: flex;
}

.flex-6 {
    flex: 0 0 50%;
}

.pb-50 {
    padding-bottom: 50px;
}



@media (max-width: 992px) {
    .hbse-pr-30 {
        padding-right: 0px;
    }

    .hbse-pl-30 {
        padding-left: 0px;
    }

    .hbse-main-content h1 {
        font-size: 60px;
    }

    .hbse-main-content p {
        font-size: 18px !important;
    }
}

@media (max-width: 768px) {
    body {
        background-position: top 100px center;
    }

    .flex-6 {
        flex: 0 0 100%;
    }

    .d-flex {
        display: block;
    }

    .m-mb-40 {
        margin-bottom: 40px;
    }

    .hbse-main-content h1 {
        font-size: 50px;
    }

    .hbse-main-content p {
        font-size: 16px !important;
    }

    .header-grid {
        display: block;
        grid-template-columns: inherit;
    }

    #header .brand {
        margin-bottom: 20px;
    }
}