﻿body {
    padding-top: 0px;
    /*padding-bottom: 20px;*/
    /*background: url("images/bg.gif") no-repeat scroll center 0 #7E6492;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    /*font-weight:100;*/
    font-weight: 400;
    height: 100% !important;
    /*width:950px !important;*/
    margin: auto;
    overflow: auto;
}

.footer-content{
    min-height:850px !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    background-color: transparent;
    max-width: 950px !important;
    height: 100%;
}

.content {
    background-color: rgb(244,242,246) !important;
    max-width: 950px !important;
    min-height: 100%;
    height: auto;
    overflow: auto;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


.header {
    padding: 15px;
    /*width: 177px;*/
    height: 70px;
    background-color: transparent;
    background: url("images/LibertyDentalLogo.png") no-repeat;
    color: white;
    /*font-weight:bold;*/
    font-size: 15px;
    padding-top: 40px;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.panel-heading-style {
    align-content: center;
    text-align: center;
    color: #5d367b !important;
    font-size: 24px;
}



.navigation-bar {
    border: none;
    height: 38px;
    position: relative;
    z-index: 100;
    /*padding:15px;
    border-radius:5px 5px 0 0;
    background-repeat: repeat-x;
    background-image: url("~/images/bg_menu.png")*/
}

.navigation-bar-item {
    width: 20%;
}



.navbar-default {
    background: #602D86;
    border: 0;
    border-radius: 0;
    /*background-color: #582C63;*/
    /*background-color: #3B1856;*/
    /*border-radius: 5px 5px 0 0;
    border: none;
    background: rgb(86,52,114);*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, rgba(86,52,114,1) 0%, rgba(69,33,96,1) 48%, rgba(47,10,71,1) 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,52,114,1)), color-stop(48%,rgba(69,33,96,1)), color-stop(100%,rgba(47,10,71,1)));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, rgba(86,52,114,1) 0%,rgba(69,33,96,1) 48%,rgba(47,10,71,1) 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, rgba(86,52,114,1) 0%,rgba(69,33,96,1) 48%,rgba(47,10,71,1) 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, rgba(86,52,114,1) 0%,rgba(69,33,96,1) 48%,rgba(47,10,71,1) 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom, rgba(86,52,114,1) 0%,rgba(69,33,96,1) 48%,rgba(47,10,71,1) 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#563472', endColorstr='#2f0a47',GradientType=0 );*/ /* IE6-9 */
}


.subitems {
    background: white;
    margin: 0;
    box-shadow: 1px 1px 5px 0 #A7A9AC;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: black;
    text-align: left;
}

#mainNavigationBar {
    padding: 0px;
    /*border-top-right-radius: 5px;*/
}

    #mainNavigationBar > ul {
        width: 100%;
    }

        #mainNavigationBar > ul > li {
            width: 20%;
            text-align: center;
            font-weight: bold;
            height: 38px;
            min-height: 38px;
        }

/*#mainNavigationBar > ul > li:not(:last-of-type) {
                border-right: 1px solid #66487d;
            }*/

/*#mainNavigationBar > ul > li:first-of-type,
            #mainNavigationBar > ul > li:first-of-type:hover {
                border-top-left-radius: 5px;
            }

            #mainNavigationBar > ul > li:last-of-type,
            #mainNavigationBar > ul > li:last-of-type:hover {
                border-top-right-radius: 5px;
            }*/
#members {
    color: black !important;
}

    #members:hover {
        color: white !important;
    }

#mainNavigationBar > ul > li:hover {
    width: 20%;
    text-align: center;
    font-weight: bold;
    background-color: #602D86;
    border-radius: 0px 0px 0px 0px;
    color: white !important;
}

#subItems > ul > li {
    font-weight: bold;
    border-right: 1px solid #000000;
    height: 38px;
    min-height: 38px;
    /*border-right: #72507a solid 1px;*/
}

#subItems > li > a {
    color: black !important;
    font-weight: bold;
}

    #subItems > li > a:hover, .dropdown-menu > li > a:focus {
        font-weight: bold;
        background-color: #7F3F98;
        color: white !important;
        border-radius: 0px 0px 0px 0px;
    }


#subMembers > ul > li {
    font-weight: bold;
    border-right: 1px solid #000000;
    height: 38px;
    min-height: 38px;
    /*border-right: #72507a solid 1px;*/
}

#subMembers > li > .active {
    color: white;
}

#subMembers > li > a {
    /*color: black !important;*/
    font-weight: bold;
}

    #subMembers > li > a:active {
        color: white !important;
        font-weight: bold;
    }

    #subMembers > li > a:hover, .dropdown-menu > li > a:focus {
        font-weight: bold;
        background-color: #7F3F98;
        color: white !important;
        border-radius: 0px 0px 0px 0px;
    }

#mainNavigationBar > ul > li:hover > a {
    color: white;
    /*border-right: 1px solid #000000;*/
    height: 38px;
    min-height: 38px;
}

/*.opacity{
    display:none;
}*/
.navDiv{
    width:100%;
    padding:0;
}
@media only screen and (max-width: 922px) {
    #mainNavigationBar > ul > li:hover > a {
        background-color: #7F3F98;
    }

    #subMembers {
        position: absolute;
        background-color: whitesmoke;
    }

    #subItems {
        position: absolute;
        background-color: whitesmoke;
    }

    .navbar-collapse.collapse.in {
        width: 30% !important
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: black;
    }
    #wrap{
        overflow:hidden;
    }
}

.first {
    border-radius: 4px 0 0 0;
    height: 38px;
    line-height: 38px;
}

.last {
    border-radius: 0 4px 0 0;
    height: 38px;
    line-height: 38px;
    border-right: none !important;
}

#mainNavigationBar > ul > li > a {
    color: black;
    height: 3.8rem;
    min-height: 3.8rem;
    padding-top: 1rem;
    font-weight: bold;
}

.mainNav, .mainNav * {
    padding: 0;
    list-style: none;
}

.mainNav {
    /*margin-left: 32px;*/
        margin-right: 32px;
        line-height: 1.0;
        height: 48px;
    }

    .mainNav ul {
        position: absolute;
        top: -999em;
        margin-left: 0;
        margin-right: 35px;
        width: 150px; /* left offset of submenus need to match (see below) */
        font-size: 12px;
    }

        .mainNav ul:hover {
            color: #92298E
        }

.container-fluid {
    padding: 0px;
}

.navbar {
    margin-bottom: 0px;
    min-height: 38px;
    height: 38px;
}

.img-check {
    margin-top: 6px;
    padding-right: 5px;
    float: left
}

.copyright {
    color: #ad9dba;
    font-size: 11px;
    padding: 10px;
    max-width: 950px;
    height: 14px;
    margin: 0 auto;
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, rgb(64,20,98), rgb(69,22,106));
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, rgb(64,20,98), rgb(69,22,106));
    /* IE 10 */
    background: -ms-linear-gradient(top, rgb(64,20,98), rgb(69,22,106));
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, rgb(64,20,98), rgb(69,22,106));
}

/*.footer {
    /*background-color:#582C63;
    background-color: #3B1856;
    height:170px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0px 0px 5px 5px;
}

.footer-ul {
    list-style-image: url(images/yellow_dot.png);
    font-size: 12px;
    color: white;
    font-family: Arial;
}

    .footer-ul li a {
        color: white;
        line-height: 15px;
    }*/
.siteHeaderContainer {
    background-color: white;
    /*position: relative;*/
    z-index: 9995;
    max-width: 950px;
    /*height: 160px;*/
    margin: 0 auto;
    font-family: Century Gothic;
}

.centerHeader {
    position: relative;
}

.siteHeaderContainer .logo {
    z-index: 9998;
    height: 88px;
    width: inherit;
    background-color: #602D86;
}

    .siteHeaderContainer .logo .logo-img {
        float: left;
        margin: 24px 40px 24px 32px;
    }

        .siteHeaderContainer .logo .logo-img:hover * {
            background-color: transparent;
        }

        .siteHeaderContainer .logo .logo-img > img {
            width: 189px; /* update for logo image! */
            height: 40px;
        }

    .siteHeaderContainer .logo .btn-login-group {
        margin: 24px 32px 24px 0;
        line-height: 40px;
    }

.btn-login-group .btn-outlined {
    padding: 0 24px;
    margin-left: 16px;
    max-height: 40px;
}

.siteHeaderContainer .logo .btn-outlined span {
    margin: 0 10px;
}

.siteHeaderContainer .topNav {
    height: 30px;
    width: 425px;
    position: relative;
    z-index: 9999;
    color: #fff;
}

    .siteHeaderContainer .topNav ul {
        height: 25px;
        line-height: 24px;
        padding: 0 22px;
        list-style: none;
        float: right;
    }

        .siteHeaderContainer .topNav ul li {
            display: inline;
            float: left;
            height: 100%;
            margin: 3px 0 0;
        }

            .siteHeaderContainer .topNav ul li a {
                padding: 0 10px;
                font-size: 13px;
                display: inline-block;
                height: 100%;
                color: #585759;
            }

                .siteHeaderContainer .topNav ul li a:hover, .siteHeaderContainer .topNav ul li a:focus {
                    color: white;
                    background-color: #7F3F98;
                    text-decoration: underline;
                }

.siteHeaderContainer .mainNavContainer {
    /*height: 48px;*/
    z-index: 9997;
    background-color: white;
}

    .siteHeaderContainer .mainNavContainer .a:hover {
        color: white;
        background-color: #9E82B6;
        text-decoration: underline;
    }

.siteFooterContainer {
    max-width: 950px;
    position: relative;
    margin: 0 auto;
    bottom: 0;
    background-color: white;
    font-size: 11px;
    font-family: Century Gothic;
}

.footerTop {
    width: inherit;
    height: 208px;
    background-color: #602D86;
    margin: 0 auto;
}

.footerBottom {
    width: inherit;
    height: 48px;
    color: white;
    background-color: #491B6C;
    margin: 0 auto;
    /*padding: 18px 50px 15px 57px;*/
    padding: 20px;
}

    .footerBottom ul {
        list-style: none;
        margin: 0;
        /*margin-right: 60px;*/
    }

    .footerBottom li {
        color: white;
        display: inline;
        /*padding-right: 15px;*/
    }

.siteFooterContainer .footerBottom ul li a {
    /*padding: 0 10px;*/
    display: inline-block;
    color: white;
}

    .siteFooterContainer .footerBottom ul li a:hover {
        color: white !important;
        background-color: #7F3F98;
        text-decoration: underline;
    }

.footer-wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: inherit;
    height: 100%;
}

    .footer-wrapper a {
        color: white;
    }

        .footer-wrapper a:hover {
            color: white !important;
            background-color: #7F3F98;
            text-decoration: underline;
        }

    .footer-wrapper .footer-logo-col {
        padding: 39px 0 0 45px;
        /*padding: 40px 0;*/
    }

    .footer-wrapper .footer-links {
        display: flex;
        justify-content: space-between;
        /*margin: auto 116px auto 71px;
        width: 618px;*/
        margin: 0 89px 0 100px;
        width: 562px;
        height: 100%;
    }

        .footer-wrapper .footer-links .footer-col {
            list-style: none;
            color: white;
            padding: 35px 0 0 0;
            line-height: 1.5;
        }

    .footer-wrapper .footer-col .footer-list-heading {
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 4px;
        padding-bottom: 20px;
    }

    .footer-wrapper .footer-social-col {
        padding: 35px 0 0 0;
        font-size: 0; /* So the <a> links aren't taking space (which is clickable) next to the icon */
    }

        .footer-wrapper .footer-social-col .social-network-icons-top {
            margin: 30px 30px 0 0;
        }

.social-network-icons-top {
    display: none;
}

.footer-wrapper .footer-col .back-to-top-icon {
    margin: 35px 50px 35px 35px;
}

.footer-wrapper .footer-col a#backToTop {
    font-size: 0;
}

.footerBottom .social-network-icons-bottom {
    display: inline;
    margin-left: 24px;
    font-size: 0;
}

.rewardsParagraph p {
    margin-bottom: 0px;
}

.rewardsTitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #652579
}

.rewardsSubTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #652579
}

.rewardsFootnote {
    /*padding-top: 14px;*/
    font-size: 11px;
}

h4 {
    color: #94DEFF;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-left: 39px;
}

.footer-social-networks {
    padding-left: 38px;
    padding-top: 3px;
}

.spacing {
    line-height: 2.8;
}

.subheader {
    font-size: 20px;
    color: #5D367B;
    padding: 5px 40px 5px 40px;
    background-color: #F1ECF7;
    /*font-weight:bold;*/
    /*border-bottom:1px solid #428bca;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 2px;
    border-top: 1px solid #C7BDD5;
    border-bottom: 1px solid #C7BDD5;
}

.main-frame {
    text-align: justify;
    /* background-color: #F1ECF7; */
    padding: 10px 40px 10px 40px;
    /* font-size: 13px; */
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.border-bottom-purple {
    border-bottom: 1px solid #C7BDD5;
}

.float-right {
    float: right;
}

.red {
    color: red;
}

.pointer {
    cursor: pointer;
}

.li-background-color {
    background-color: #582C63;
    color: white;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

#subNavigationBar > li:hover {
    width: 100%;
    text-align: left;
    font-weight: normal;
    background-color: orange;
    color: gray;
}

#mainNavigationBar > ul > li > .active {
    width: 100%;
    font-weight: bold;
    border-bottom: 3px solid #602D86;
    background-color: transparent;
    color: black;
}

.active {
    width: 100%;
    font-weight: normal;
    background-color: #602D86;
    color: white;
}


.activetabs {
    text-align: center;
    font-weight: normal;
    background-color: transparent !important;
    color: black !important;
    width: auto;
}

.headers {
    font-size: 16px;
    color: #5D367B;
    /*font-family: Times New Roman;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.alert-success {
    background-color: #4A7397;
    color: white;
}

.alert-failure {
    background-color: yellow;
    color: gray;
}

.validation-border-red {
    border: red solid 1px;
}

.admin-footer {
    /*background-color:#582C63;*/
    /*margin-left:120px;*/
    background-color: #3B1856;
    height: 20px;
    padding-top: 12px;
}

.form-control {
    max-width: 100%;
    font-size: 14px;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.margin-leftright-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 23px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-left-0 {
    padding-left: 0px;
}

.margin-left-phone {
    margin-left: -15px;
}

.psave-button {
    border: currentColor;
    border-image: none;
    height: 40px;
    background-color: transparent;
    /*margin-left:88%;*/
}

.btnSaveImage {
    width: 112px;
    height: 39px;
    background-color: transparent;
    border: none;
    background-image: url("/Content/images/save.png");
}

.btnDiscardImage {
    width: 177px;
    height: 39px;
    background-color: transparent;
    border: none;
    background-image: url("/Content/images/DiscardChanges_Orange.png");
}

.btnExportImage {
    width: 112px;
    height: 39px;
    background-color: transparent;
    border: none;
    background-image: url("/Content/images/Export.png");
}

.display-none {
    display: none !important;
    /*visibility:hidden;*/
}

.margin-right-10 {
    margin-right: 10px;
}

.p-bold {
    font-weight: bold;
}

.p-margin {
    margin-right: 20px;
}

.dd-padding {
    padding: 10px;
}

.heigh-100 {
    height: 100% !important;
}

.margin-left {
    margin-left: -15px;
    padding-bottom: 20px;
}

.label-style {
    font-size: 30px;
    color: gray; /*#5D367B;*/ /*#4A7397;*/
    /*font-family: Times New Roman;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: lighter !important;
    text-align: center;
    padding-bottom: 20px;
    margin-top: -20px;
}

.link-style {
    font-style: italic;
    text-decoration: underline;
}

.italic-red {
    font-style: italic;
    color: red;
}

ol {
    font-weight: bold;
}

li {
    font-weight: normal;
    margin: 0px;
}

ul.li-arrow {
    list-style: none;
    margin-bottom: 0px;
}

.boldlist ol {
    font-weight: bold;
}

.normallist ol {
    font-weight: normal;
}

.msg-padding {
    margin-left: 20px;
}

.banner-header {
    font-size: 3.75rem;
    color: #5D367B;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.logoff-color {
    color: yellow !important;
}

.div-color {
    color: yellow !important;
}

.menu-border {
    border-left: 1px solid yellow;
}

.normal-font {
    font-weight: normal;
}

.row-padding-top {
    padding-top: 10px;
}

.row-padding-bottom {
    padding-bottom: 10px;
}

#btnMenu {
    margin-top: 0px;
    float: left;
    margin-left: 15px;
    padding-bottom: 7px;
}

#btnMenu:hover {
    background-color: white;
}

.navbar-collapse.collapse.in {
    background-color: rgb(86, 52, 114);
    width: 30% !important;
}

    .navbar-collapse.collapse.in li {
        border-right: none !important;
        text-align: left !important;
        padding-left: 30px;
        width: 100% !important;
    }

        .navbar-collapse.collapse.in li:hover {
            width: 20%;
            text-align: center;
            font-weight: bold;
            background-color: #7F3F98;
            border-radius: 0px 0px 0px 0px;
        }

#aAddFamilyMember:active, .aAddFamilyMember:hover {
    text-decoration: none !important;
}

.alpha-background {
    /*width: 177px;*/
    height: auto;
    background-color: white !important;
    /*background: url("/alphacare/img/ACNY_headerLogo.png") no-repeat center;  */
    /*font-weight:bold;*/
    font-size: 15px;
    width: 950px !important;
    position: relative;
    padding-left: 0px !important;
}

#alphacare {
    content: "";
    background: url("images/alphacare.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 150px;
    max-height: 100%;
    max-width: 100%;
}

#alohacare {
    content: "";
    background: url("images/alohacare.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 150px;
    max-height: 100%;
    max-width: 100%;
}

#BrightHealthCareExchange {
    content: "";
    background: url("images/BrightHealthCarelogo.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 150px;
    background-size: contain;
}

#IHSS {
    content: "";
    background: url("images/PASCClogo.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 150px;
    background-size: contain;
}

#brandnewday {
    content: "";
    background: url("images/brand-new-day-banner.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 150px;
}

#prominencemedicare {
    content: "";
    background: url("images/PHP_Logo_4C.png") no-repeat center;
    height: 150px;
}

#mgmresorts {
    content: "";
    background: url("images/mgmresorts.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 150px;
}

#mgmresortsborgata {
    content: "";
    background: url("images/Borgata_Logo.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 150px;
}

#cypress {
    content: "";
    background: url("images/cypress.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 230px;
}

#bcsd {
    content: "";
    background: url("images/bcsd.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 230px;
}

#grimmway {
    content: "";
    background: url("images/grimmway.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 230px;
}

#caremore,
#es-ES-caremore {
    content: "";
    background: url("images/CareMore_Health_RGB_mc_light.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*opacity: 0.8;*/
    height: 158px;
}

#ameritas {
    content: "";
    background: url("images/AmeritasLogo.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 150px;
}

#cement-masons {
    content: "";
    background: url("images/cement-masons.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 200px;
}

#scc {
    content: "";
    background: url("images/scc.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 200px;
}

#coveris-flexibles {
    content: "";
    background: url("images/coveris-flexibles.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 230px;
}

.opacity-03 {
    opacity: 0.3;
}

#reliancematrix {
    content: "";
    background: url("images/RelianceStandardLogo.png") no-repeat center;
    height: 158px;
}

#standard {
    content: "";
    background: url("images/TheStandardLogo.png") no-repeat center;
    height: 160px;
}

#rightcare {
    content: "";
    background: url("images/rightcare.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 200px;
}

#easychoice {
    content: "";
    background: url("images/EASY_CHOICE_WC_CLR.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 200px;
}

#evergreen {
    content: "";
    background: url("images/evergreen-logo.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 200px;
}

#cookchp {
    content: "";
    background: url("images/CC_HP Peaks CMYK.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 170px;
}

#gemcare {
    content: "";
    background: url("images/GHP_CommerLogo_sm.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 100px;
}

#pchoice {
    content: "";
    background: url("images/PhysChCommerLogo_sm.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 100px;
}

#mbsi {
    content: "";
    margin-top: 20px;
    background: url("images/mbsi.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 100px;
}

#wellpoint {
    content: "";
    background: url("images/wellpoint.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 100px;
}

#kernschools {
    content: "";
    background: url("images/kernschools.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 200px;
}

#countyofkern {
    content: "";
    background: url("images/bcsd.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 230px;
}

#uhh {
    content: "";
    background: url("images//Coated-UHH_Logo.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 120px;
}

#vitaltraditions {
    content: "";
    background: url("images/vitaltraditions.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 150px;
}

#vhp {
    content: "";
    background: url("images/vhp.png") no-repeat center;
    /*opacity: 0.8;*/
    background-size: contain;
    height: 150px;
}

#shp {
    content: "";
    background: url("images/sendero.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 150px;
}

#ahplogo {
    content: "";
    background: url("images/AlignmentHealthPLAN_Horizontal-01.png") no-repeat right;
    /*opacity: 0.8;*/
    height: 50px;
    background-size: 30% 100%;
    margin: 10px 0px 10px 0px !important;
}

#parentLogoDiv {
    /*background-color: rgb(68,114,196);*/
    padding-right: 20px;
}

#finddentistlogo {
    content: "";
    background: url("images/Banner-State-Dentists.jpg") no-repeat;
    /*opacity: 0.8;*/
    height: 150px;
}

#finddentistlogo > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#lacare {
    content: "";
    background: url("images/LACarelogo.png") no-repeat center;
    /*opacity: 0.8;*/
    height: 150px;
}

#venetian-sands {
    content: "";
    background: url("images/venetian-sands.jpg") no-repeat center;
    /*opacity: 0.8;*/
    height: 150px;
}

#venetian-palazzo {
    content: "";
    background: url("images/venetian-palazzo.jpg") no-repeat center;
    /*opacity: 0.8;*/
    padding-top: 10px !important;
    height: 200px;
}

#lvsc {
    content: "";
    background: url("images/LVS_logo_color_rgb new.jpg") no-repeat center;
    /*opacity: 0.8;*/
    padding-top: 10px !important;
    display: block;
    /*height: auto;*/
    height: 100px;
}

#medicareselect {
    content: "";
    background: url("images/mcselect.jpg") no-repeat center;
    height: 150px;
}

#troymed {
    content: "";
    background: url("images/troymedlogo.png") no-repeat center;
    height: 150px;
}

.banner-text {
    font-size: 38px;
    color: #5D367B;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    padding-top: 20px;
}

#nominatebutton, #btnFind {
    background-color: rgb(245, 186, 0); /*rgb(244, 184, 42);*/
    width: 60%;
    color: white;
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, rgb(250, 216, 112), rgb(245, 186, 0));
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, rgb(250, 216, 112), rgb(245, 186, 0));
    /* IE 10 */
    background: -ms-linear-gradient(top,rgb(250, 216, 112), rgb(245, 186, 0));
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, rgb(250, 216, 112), rgb(245, 186, 0));
}

#submitbutton {
    background-color: rgb(166,80,141); /*rgb(244, 184, 42);*/
    width: 100%;
    color: white;
    line-height: 2.1;
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, rgb(146,133,170), rgb(84,45,108));
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, rgb(146,133,170), rgb(84,45,108));
    /* IE 10 */
    background: -ms-linear-gradient(top,rgb(146,133,170), rgb(84,45,108));
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, rgb(146,133,170), rgb(84,45,108));
    padding: 0px !important;
    height: 35px;
}


#registerbutton {
    background-color: #FFB015; /*rgb(244, 184, 42);*/
    width: 100%;
    color: white;
    line-height: 2.1;
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #FEBB19, #FFB015);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #FEBB19, #FFB015);
    /* IE 10 */
    background: -ms-linear-gradient(top, #FEBB19, #FFB015);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #FEBB19, #FFB015);
    padding: 0px !important;
    height: 35px;
}


.field-validation-error {
    color: red;
}

#wrap {
    margin-bottom: 0px !important;
}

#wrap {
    min-height: 100%;
    /*height: auto !important;*/
    height: 100% !important;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

#push,
#footer {
    height: 40px;
    margin-top: 60px;
    /*padding-top:20px;*/
    /*padding-bottom:20px;*/
    /*position:absolute;*/
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footer {
    color: #ad9dba;
    background-color: #eee;
    font-size: 11px;
    background: rgb(86,52,114); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(86,52,114,1) 0%, rgba(69,33,96,1) 48%, rgba(47,10,71,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,52,114,1)), color-stop(48%,rgba(69,33,96,1)), color-stop(100%,rgba(47,10,71,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(86,52,114,1) 0%,rgba(69,33,96,1) 48%,rgba(47,10,71,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(86,52,114,1) 0%,rgba(69,33,96,1) 48%,rgba(47,10,71,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(86,52,114,1) 0%,rgba(69,33,96,1) 48%,rgba(47,10,71,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(86,52,114,1) 0%,rgba(69,33,96,1) 48%,rgba(47,10,71,1) 100%); /* W3C */
}

/* Lastly, apply responsive CSS fixes as necessary */

.container a:hover {
    color: #ffffff;
    text-decoration: none;
}

.reqLabel:before {
    content: "* ";
    color: red;
}

.scrollable {
    overflow-y: auto;
    max-height: 555px;
}

.object-hidden {
    visibility: hidden;
    display: none;
}

.padding-none {
    padding: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}

.purple {
    color: #5D367B;
}

.padding-left-65 {
    padding-left: 65px;
}

.border-wrap {
    border: 1px solid purple;
}

.banner-subheader {
    font-size: 30px;
    color: #5D367B;
    /*font-family: Times New Roman;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    text-align: center;
    padding-bottom: 20px;
    margin-top: -20px;
}


.button-template {
    background-color: rgb(166,80,141); /*rgb(244, 184, 42);*/
    width: 60%;
    color: white;
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, rgb(146,133,170), rgb(84,45,108));
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, rgb(146,133,170), rgb(84,45,108));
    /* IE 10 */
    background: -ms-linear-gradient(top,rgb(146,133,170), rgb(84,45,108));
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, rgb(146,133,170), rgb(84,45,108));
    padding: 0px !important;
    height: 35px !important;
}

.button-template-link {
    background-color: rgb(166,80,141); /*rgb(244, 184, 42);*/
    width: 60%;
    color: white;
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, rgb(146,133,170), rgb(84,45,108));
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, rgb(146,133,170), rgb(84,45,108));
    /* IE 10 */
    background: -ms-linear-gradient(top,rgb(146,133,170), rgb(84,45,108));
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, rgb(146,133,170), rgb(84,45,108));
    height: 35px !important;
}

.btn-width {
    width: 90%;
}

.button-template:hover {
    color: #ffffff;
    text-decoration: none;
}

.padding-top-30 {
    padding-top: 30px;
}

.margin-0 {
    margin: 0px !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.height-90 {
    height: 90px !important;
}

.bckg-light-gray {
    background-color: lightgray;
}

.table-header {
    width: 50%;
    text-align: center;
    background-color: #7E6492;
    color: white;
}

.second-row {
    background-color: #ddd;
}

.font-table {
    font-size: 16px;
}

margin-top-80 {
    margin-top: 80px !important;
}

.height-80 {
    height: 80px !important;
}

.width-100 {
    width: 100%;
}

.padding-top-30 {
    margin-top: 20px;
}

.accordion-url {
    text-decoration: underline;
    color: blue;
    font-size: 10px;
}

.margin-top-20px {
    margin-top: 20px;
}


.star-rating {
    line-height: 32px;
    font-size: 1.25em;
}

    .star-rating .fa-star {
        color: rgb(77, 22, 107);
    }

.text-color-blue {
    color: #0070c0;
}

.text-bold {
    font-weight: bold;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-top-16 {
    margin-top: 16px;
}

.mobile-image {
    height: 67px;
}

.mobile-icon {
    float: left;
    width: 45px;
}

.mobile-add {
    padding-top: 10px;
    padding-left: 26px;
}

.align-center {
    text-align: center;
}

.submit-button {
    vertical-align: middle;
    text-align: center;
}

.client-logo-buttons {
    margin-top: 2rem;
}

.pad-top-20 {
    padding-top: 2rem;
}

.client-logo-img {
    text-align: center;
}

.main-navigation-bar-layout {
    background: white;
    border-bottom: 1px solid gray;
}

.nominate-thankyou-row {
    font-size: 18px;
}

.set-image-size {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.btn-full-width {
    width: 100%;
}

.btn-full-width-mob {
    width: 60%;
}

.main-nav-bar {
    width: 100%;
    margin: auto;
}

.culture-text {
    float: right;
    margin-top: 55px;
    margin-right: 5px;
}

.set-text-margins {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.pad-top-20-no-mob {
    padding-top: 2rem;
}

.pad-bottom-20-no-mob {
    padding-bottom: 2rem;
}

.pad-top-30-no-mob {
    padding-top: 3rem;
}

.keep-text-in {
    overflow-wrap: break-word;
}

.text-center-no-mob {
    text-align: center;
}

.home-text-block {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    padding-top: 20px;
}

.font-buttons {
    margin-right: 24px;
    text-align: right;
    height: 34px;
    min-height: 34px;
}

.font-buttons-mobile {
    margin-right: 15px;
    text-align: right;
    height: 32px;
}

.btn-raised {
    padding: 6px 3px;
    margin-bottom: 3px;
}

.btn-raised-mobile {
    padding: 8px 15px 7px 15px;
    margin-top: -7px;
    border: 1px solid #ddd;
}

.btn-separate {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-text-center {
    display: inline-grid;
    align-content: center;
}

.btn-sens {
    height: auto !important;
}

.input-sens {
    height: auto !important;
}

.liberty-default-text {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
    padding-top: 20px;
}

/*#region small mobile screens (max-width 357px)*/
@media (max-width: 375px) {
    .client-logo-buttons {
        margin-top: 2rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .forgotPw {
        padding-right: 1.5rem;
    }

    .banner-header {
        font-size: 3rem !important;
    }
}
/*#endregion*/

/*#region normal mobile screens (max-width 475.98px)*/
@media (max-width: 475.98px) {
    .col-btn-mob {
        width: 100% !important;
    }
}
/*#endregion*/

/*#region medium mobile screen (max-width 575px)*/
@media (max-width: 575px) {
    .btn-full-width-mob {
        width: 100% !important;
    }
}
/*#endregion*/

/*#region wide mobile screens (max-width 767px)*/
@media (max-width: 767.98px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .forgotPw {
        padding-top: 0.75rem;
    }

    .navbar-button-menu-btn {
        margin-top: -7px !important;
        padding-bottom: 8px !important;
    }

    .culture-text {
        margin-top: 65px !important;
    }

    .pad-top-20-no-mob {
        padding-top: 0;
    }

    .no-mob {
        display: none !important;
    }

    .container-fluid-shift-layout {
        padding-top: 6px;
    }

    .language-container-mob {
        float: right;
        margin-top: 0.5rem;
        margin-right: 2rem;
    }

    .bckg-white {
        background-color: white !important;
    }

    .navigation-bar {
        width: 100% !important;
    }

    .logo .float-right {
        margin-right: 0px !important;
        margin-top: 33px !important;
        display: none;
    }

    .logo .logo-img a img {
        display: block;
        margin: 0 auto;
        padding-top: 25px;
    }
    .gift-text-container {
        padding: 5px;
    }

    .culture-text {
        margin-top: -5px;
    }

    .col-12-mob-only {
        width: 100% !important;
    }

    .pad-top-20-only-mob {
        padding-top: 2rem !important;
    }

    .shift-top-6 {
        margin-top: -6px !important;
    }

    .font-buttons {
        display: none;
    }

    .pad-15-mob {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .text-center-mob {
        text-align: center;
    }
}
/*#endregion*/

/*#region mobile screens including ipad (max-width 768px)*/
@media only screen and (max-width: 768px) {
    body {
        padding-top: 0px;
    }

    #wrap {
        overflow: initial;
    }

    #btnMenu {
        position: inherit;
        margin-bottom: 0;
    }

    #mainNavigationBar {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    .margin-leftright-15 {
        margin-left: 5px !important;
        margin-right: 10px !important
    }

    #mainContainer, .col-xs-12, .col-md-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #providerTools {
        padding-bottom: 0 !important;
    }

    .siteFooterContainer {
        height: 80px;
    }

    .footerBottom {
        height: 100% !important;
    }

    #wrap {
        overflow: initial;
    }

    #noticeList {
        padding-left: 13px;
    }

    #imgMobileApp {
        width: 100% !important;
    }

    #txtMobile {
        width: 100% !important;
    }

    .tab-content {
        width: 100%;
        position: unset;
    }

    .nav-stacked {
        width: 100%;
    }

        .nav-stacked li {
            padding-left: 0px !important;
        }

    #sideNav {
        width: 100% !important;
        background-color: transparent !important;
        /*position: absolute !important;*/
        max-height: 100% !important;
    }

    #navHeader {
        text-align: center;
    }

    #imgBrushing {
        width: 100%;
    }

    #menuButton {
        width: 80%;
        display: initial !important;
        margin-bottom: 10px;
    }

    #imgFLCOC {
        width: 100%;
    }

    /*#loginBtns {
        display: grid;
    }*/

        /*#loginBtns .col-xs-6 {
            width: 100%;
        }*/

    #loginDiv {
        width: 100%;
    }

    .forgotPw {
        padding-right: 15px;
    }

    .leftstackedpills ul.nav.nav-pills.nav-stacked {
        background-color: mintcream !important;
        border: 1px solid darkgray !important;
        margin-left: 0px !important;
        height:100%;
    }

    .client-logo-text-mob {
        text-align: center;
    }

    .row-pad-mob {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .nominate-submit-btn-mob {
        width: 100% !important;
    }
    #sideNavBtn {
        display: block;
        position: fixed;
        top: 218px;
        z-index: 99;
        font-size: 18px;
        outline: none;
        color: white;
        cursor: pointer;
        border-radius: 4px;
        width: 40px;
        left: -2px;
        background-color: #602D86;
        opacity: 0.9;
        border: purple 1px solid;
        height: 50px;
        padding-top: 10px;
    }

    #faIcon {
        float: right;
        padding-right: 5px;
        color: white;
    }

    #btnMenu2 {
        display: contents;
        font-size: 28px;
    }

    #sideNav {
        position: fixed;
        z-index: 999;
        padding-left: 0;
        border: 1px solid gray;
        padding-right: 0px;
        margin-left: -7px;
        top: 0px;
        overflow-y: scroll;
        height: 100% !important;
        background: none;
        width: 100%;
    }

    #closeBtn {
        display: block;
        height: 70px;
        background: mintcream;
        ;
    }

    .div-opacity {
        background: rgba(0,0,0,0.4);
        opacity: 0.6;
        margin-bottom: 0px;
    }

    .side-nav-row {
        height: 100%;
        display: flex;
        position: fixed;
        width: 100%;
    }

    .side-nav-row-faq {
        display: flex;
        width: 100%;
    }

    .navDiv {
        padding-right: 0px !important;
        background: white;
        height: 100%;
        margin-left: 5px;
        width: inherit !important;
    }

    #btnMenu3 {
        border: none;
        font-size: 24px;
        font-weight: bold;
    }
}
/*#endregion*/

/*#region tablets (max-width 922px)*/
@media only screen and (max-width: 922px) {
    #mainNavigationBar > ul > li:hover > a {
        /*background-color: #7F3F98;*/
    }

    #subMembers {
        position: absolute;
        background-color: whitesmoke;
    }

    #subItems {
        position: absolute;
        background-color: whitesmoke;
    }

    .navbar-collapse.collapse.in {
        width: 30% !important
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: black;
    }

    #wrap {
        overflow: initial;
    }

    #mainNavigationBar > ul > li > a {
        white-space: nowrap;
    }

    .img-check {
        margin-top: 6px;
        padding-right: 5px;
        float: none;
    }
}
/*#endregion*/

/*#region mobile landscape and small tablets only (min-width: 476px and max-width: 767.98px)*/
@media (min-width: 476px) and (max-width: 767.98px) {
    .col-btn-sm-mob {
        width: 50% !important;
    }
}
/*#endregion*/

/*#region tablets and desktop (min-width: 768px)*/
@media (min-width: 768px) {
    .language-container-mob {
        display: none;
    }

    .only-mob {
        display: none !important;
    }

    .font-buttons-mobile {
        display: none;
    }

    .client-logo-img-placement {
        float: unset;
        vertical-align: middle;
        display: table-cell;
    }

    .client-logo-buttons {
        float: unset;
        display: table-cell;
    }
}
/*#endregion*/

/*#region IE styles */
@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) {
    .client-logo-img-placement {
        padding-top: 2.5rem;
        vertical-align: middle;
        display: table-cell;
    }
}

.hyperlink-pwd {
    color:#265A87 !important;
}
.btn-search {
    color: #2B2B2B;
    background-color: #F0AD4E;
}
.language {
    color: #265A87 !important;
}
.pdf-title {
    color: #0000FF !important;
}

/*#endregion*/

.display-flex {
    display: flex;
}
.justify-content-center-custom {
    justify-content: center;
}

@media (max-width: 576px) {
    #logo_container {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    #logo_container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .siteHeaderContainer .logo {
        height: inherit;
        min-height: 88px;
    }
}