/* ==========================================================================
   Client Custom Styles
   ========================================================================== */

   


   @font-face {
    font-family: 'AvenirNext_regular';
    src: url('../fonts/Intuit_AvinerNext/AvenirNextforINTUIT-Regular.otf')
}

@font-face {
    font-family: 'AvenirNext_bold';
    src: url('../fonts/Intuit_AvinerNext/AvenirNextforINTUIT-Bold.otf')
}


@media (min-width: 768px) {
    .container {
        width: 700px !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 900px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1070px !important;
    }
}


.user-nav {
    display: none;
}


#header {
    background-color: #ffffff !important;
    width: 100%;
    min-height: 0px;
    padding-top: 0px;
    border-bottom:#6b686825 1px solid;
}


    #header .brand {
        background-color: #ffffff !important;
        float: Left;
        width: 111px;
        margin-left: 36px;
        margin-top: -8px !important;
        min-height: 84px !important;
        /*padding: 0 0 0 10px;*/
        position: relative;
        border: none !important;
        background: url('../img/intuit_logo.jpg') no-repeat left top 35px;
        background-size: contain;
        overflow: hidden;
    }

.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;
        }




.main-content-wrapper #main-content {
    padding: 0px !important;
    border-top: 0px;
    padding-top: 30px !important;
    height: auto !important;
}

.centered {
    position: absolute;
    top: 42%;
    left: 28%;
    transform: translate(-50%, -50%);
}

body {
    font-family: 'AvenirNext_regular' !important;
    font-size: 18px;
    line-height: normal;
    background-color: #fff;
    color: #333;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: 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/Centene_BG.jpg') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-size: 100% 100%;*/
}

p {
    font-family: 'AvenirNext_regular';
    margin: 0;
    padding: 7px 0;
    color: #161616;
    line-height: 1.428571429;
    font-size: 17px;
    line-height: 1.8 !important;
    vertical-align: baseline;
    letter-spacing: .5px;
    word-spacing: 0px;
    font-weight: 500;
    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: #000;
    font-weight: normal !important;
}


.alpaca-icon-required {
    display: none;
}

legend.alpaca-container-label {
    color: #428bca !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;
}


.btn {
    display: inline-block;
    padding: 20px 20px 20px 20px!important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #fff !important;
    cursor: pointer !important;
    text-align: center !important;
    text-decoration: none !important;
    background-color: #236cff !important;
    user-select: none !important;
    vertical-align: middle !important;
    border: 0 !important;
    border-radius: 3px !important;
    height: 60px;
    width: auto;
    text-align: center;
    font-family: 'AvenirNext_regular';
}

.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;
        background-color: #14416f  !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: #0076ba !important;
    }

    .btn-primary .badge {
        color: #E8E8E8 !important;
        background-color: #0076ba !important;
    }


.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;
}



hr {
    margin: 0px !important;
    border: none !important;
}


.row {
    margin-left: -15px;
    margin-right: 0px !important;
}



/* #main-content a { */
    /* color: #fff !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;
    }

ul, li {
    list-style: disc;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

@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 */
}