/* Minification failed. Returning unminified contents.
(2458,40): run-time error CSS1034: Expected closing parenthesis, found ','
(2458,40): run-time error CSS1042: Expected function, found ','
(2458,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/* site customizations 
------------------------------------ */

/* default colors 

Allied Blue = #00A1EF

Admin Green = #75C044
Care Purple = #95499C
Analytics Orange = #F2981F

Accent Yellow = #FED30E
------------------------------------ */

/* Google Fonts - red-hat-display-600 - latin 
------------------------------------ */
@font-face {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 600;
    src: url('/Content/Fonts/red-hat-display-v7-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''), url('/Content/Fonts/red-hat-display-v7-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Content/Fonts/red-hat-display-v7-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('/Content/Fonts/red-hat-display-v7-latin-600.woff') format('woff'), /* Modern Browsers */
    url('/Content/Fonts/red-hat-display-v7-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/Content/Fonts/red-hat-display-v7-latin-600.svg#RedHatDisplay') format('svg'); /* Legacy iOS */
}

html {
    -webkit-tap-highlight-color: #333; /*prevent autocomplete text from turning white*/
}

body {
    /*padding-bottom: 20px;*/
    background: #eee;
    font-size: 16px;
}

.allied-body {
    background: #fff;
}

.h1, .h2, .h3, h1, h2, h3 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 600;
}

.h1, h1 {
    font-size: 24px;
    /*color: #656565;*/
    margin-bottom: 16px;
    text-transform: uppercase;
}
/*.member-body .h1, .member-body h1 {
	color: #00C1F3;
	font-size: 24px;
}*/
h2, h3 {
    /*color: #656565;*/
}

.h2, h2 {
    font-size: 20px;
    text-transform: uppercase;
}

.h3, h3 {
    font-size: 18px;
}

.h2-small {
    font-size: 1.1em;
    margin-bottom: 5px;
}

.member-body .h3, .member-body h3 {
    font-size: 20px;
}

h1.tint-blue,
h2.tint-blue,
strong.tint-blue {
    color: #00A1EF;
}

img {
    max-width: 100%;
}

hr {
    border-top: 1px solid #666;
}

.allied-blue {
    color: #00A1EF;
}

a.black-link {
    color: #333;
}

a.white-link {
    color: #FFFFFF;
}

a.icon-link:hover {
    text-decoration: none;
}

    a.icon-link:hover span {
        text-decoration: underline;
    }

.fa-huge-icon {
    font-size: 240px !important;
}

.success-color {
    color: #00A1EF;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 0 30px;
}

    .body-content.member-area {
        padding-bottom: 10px;
    }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.text-danger {
    color: #f00;
}

/* header 
------------------------------------ */
.navbar-default {
    min-height: 75px;
    background: rgba(255,255,255,0.7);
}

.navbar-brand {
    /*height: 105px;
	padding: 40px 10px 25px 30px;*/
    height: 100px;
    padding: 20px 10px 20px 30px;
}

    .navbar-brand img {
        /*margin-top: -10px;
	height: 40px;*/
        max-height: 60px;
        max-width: 100%;
    }

.member-text {
    padding: 15px;
}

    .member-text.cobrand {
        margin: 10px;
        padding: 5px 5px 5px 10px;
        border-left: 1px solid #999;
    }

.navbar-brand .h2 {
    color: #000;
    margin-top: 10px;
    margin-left: 5px;
    line-height: 18px;
    font-weight: bold;
}

.public-body .account-info {
    padding: 15px 10px 25px 10px;
}

.member-body .account-info {
    padding: 20px 10px;
}

.member-body .navbar-brand > img {
    display: inline-block;
}

.allied-body .spotlight-info a,
.allied-body .account-info a {
    color: #000;
    display: inline-block;
}

    .allied-body .spotlight-info a.active,
    .allied-body .account-info a.active {
        color: #CBCBCB;
    }

.account-info-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    /* align-items: center; */
}

.member-home-flex {
    padding: 7px;
}

.member-account-flex {
    padding: 7px;
    align-self: stretch;
    display: flex;
    align-items: center;
}

.account-toggle-flex {
    padding: 7px;
}

.account-info .account-info-flex .fa {
    margin-left: 0;
}

.member-logout-flex {
    padding: 7px;
}

    .member-logout-flex a {
        white-space: nowrap;
        display: flex;
    }

        .member-logout-flex a strong {
            line-height: 1;
            padding: 7px 4px 4px;
        }

.allied-body .spotlight-info {
    text-align: center;
    margin-top: 10px;
}

.area-menu a:after {
    content: "|";
    margin-right: 1em;
    margin-left: 1em;
}

.area-menu a:last-child:after {
    content: "";
    margin-right: 0;
    margin-left: 0;
}

.navbar-toggle {
    margin-top: 17px;
}

.top-notice {
    font-size: 13px;
}

    .top-notice .alert-headline {
        text-transform: uppercase;
        border-right: 1px solid #fff;
        margin-right: 10px;
        padding-right: 10px;
    }

    .top-notice .alert {
        border: none;
        margin-bottom: 0;
        color: #fff;
        padding: 8px 30px;
        border-radius: 0;
        border-bottom: 1px solid #fff;
    }

        .top-notice .alert a {
            color: #fff;
            text-decoration: underline;
        }

            .top-notice .alert a.close {
                opacity: 0.8;
                right: 0;
                margin-left: 15px;
                text-decoration: none;
            }
    /* added new alert messaging styles - 1/30/2019 - MR */
    .top-notice .alert-danger {
        background: #e00;
    }

    .top-notice .alert-success {
        background: #75c044;
    }

.alert-title {
    text-transform: uppercase;
}

@media screen and (min-width:991px) {
    .top-notice .alert.alert-messaging a.close {
        margin-left: 22px;
    }

    .alert-content {
        width: 99%;
    }

    .alert-body {
        border-left: 1px solid #fff;
    }

    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
}

.account-info {
    line-height: 30px;
    margin-right: 15px;
    font-size: 14px;
}

    .account-info .fa {
        vertical-align: middle;
        margin-left: 10px;
    }

.act-icons {
    vertical-align: middle;
}

#login-toggle:hover,
#acct-toggle:hover {
    cursor: pointer;
}

.login-text {
    text-transform: uppercase;
}

.popover.bottom {
    border-top: 5px solid #00A1EF;
    max-width: 350px;
}

    .popover.bottom > .arrow:after {
        border-bottom-color: #00A1EF;
    }

    .popover.bottom > .arrow {
        /*left: 90% !important;*/
        border-bottom-color: #00A1EF;
    }

.acct-popover {
    min-width: 250px;
}

    .acct-popover h4 {
        color: #666;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: bold;
    }

    .acct-popover .acct-nav {
        border-bottom: 1px solid #333;
        padding-top: 10px;
        padding-bottom: 5px;
    }

        .acct-popover .row:first-of-type,
        .acct-popover .acct-nav.first {
            padding-top: 5px;
        }

        .acct-popover .row:last-of-type,
        .acct-popover .acct-nav.last {
            border-bottom: none;
            padding-bottom: 0;
        }

/* fix for popover appearing over inactivity modal - MR - 6/4/2020 */
.popover {
    z-index: 800;
}

.name-impersonated {
    color: #e00;
    font-weight: bold;
}

/* eEOB prompt */
@media screen and (min-width:991px) {
    .eob-prompt {
        clear: both;
        text-align: right;
        margin: 0;
        padding: 10px;
        width: 100%;
    }

        .eob-prompt img {
            margin-left: 10px;
        }
}

/* footer
----------------------------------- */
.footer {
    background: rgba(0, 0, 0, 0.5);
    border-top: 4px solid #FED30E;
    margin-bottom: 0.5em;
    clear: both;
}

.legal-public {
    border-top: 4px solid #FED30E;
    background: #000;
    color: #fff;
    clear: both;
    padding: 5px;
    font-size: 14px;
}

    .legal-public a {
        color: #fff;
    }

        .legal-public a:hover {
            color: #999;
            text-decoration: none;
        }

    .legal-public p {
        margin-bottom: 0;
    }

.footer a, .legal a, .legal {
    color: #333;
}

body.home .footer a, body.home .legal a, body.home .legal,
.member-body .footer, .member-body .footer a, .member-body .legal a, .member-body .legal {
    color: #fff;
}

.member-body .footer {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.footer a, .legal a, .legal {
    color: #333;
    font-size: 14px;
}

.footer-logo {
    width: 100px;
}

.ftr-cta {
    padding: 5px;
    text-align: center;
    background: rgba(161, 98, 167, 0.8);
    color: #fff;
}

    .ftr-cta a {
        color: #fff;
        text-decoration: underline;
    }

        .ftr-cta a:hover {
            text-decoration: none;
        }

.service-hours {
    /*background: #00A1EF;*/
    background: rgba(0, 161, 239, 0.6);
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}

    .service-hours ul {
        list-style: none;
        text-shadow: 2px 2px 2px #02A1E4;
        padding-left: 0;
        margin-top: 7px;
        margin-bottom: 7px;
    }

.service-name {
    display: inline-block;
}

    .service-name::after {
        content: " | ";
        margin-left: 10px;
        margin-right: 10px;
    }

.service-number {
    display: inline-block;
}

    .service-number a {
        color: #fff;
        text-decoration: none;
    }

.service-day-time {
    display: inline-block;
}

    .service-day-time::after {
        content: " | ";
        margin-left: 10px;
        margin-right: 10px;
    }

    .service-details:last-of-type::after,
    .service-day-time:last-of-type::after {
        content: none;
        margin-left: 0;
        margin-right: 0;
    }

/* footer adjustments */
.footer-id {
    float: left;
    width: 30%;
}

.footer-info {
    float: left;
    width: 70%;
}

    .footer-info:after {
        content: "";
        display: table;
        clear: both;
    }

    .footer-info.footer-cobranded {
        width: 100%;
    }

.footer-name {
    float: left;
    width: 66%;
    text-align: center;
}

.footer-info.footer-cobranded .footer-name {
    text-align: left;
}

.footer-links {
    float: right;
    width: 33%;
    text-align: right;
}

/* logo interior */
.footer-logo-home {
    display: none;
}

.footer-logo-int {
    display: inline-block;
}
/* logo home */
body.home .footer-logo-home,
.member-body.allied-home .footer-logo-home {
    display: inline-block;
}

body.home .footer-logo-int,
.member-body.allied-home .footer-logo-int {
    display: none;
}

.footer .navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 6px;
    text-transform: uppercase;
    color: #fff;
}

    .footer .navbar-nav > li > a:focus,
    .footer .navbar-nav > li > a:hover {
        /*background: rgba(0, 0, 0, 0.5);*/
        background-color: inherit;
        color: #666;
    }

.footer:after {
    content: "";
    display: table;
    clear: both;
}

/* home page 
----------------------------------- */
.dashboard-tagline {
    margin-top: 50px;
    margin-bottom: 2em;
}

    .dashboard-tagline .tagline-02 {
        font-size: 30px;
    }

/* member home page 
----------------------------------- */
.partner-block-wrap h2,
.member-block-wrap h2 {
    /*color: #fff;*/
    margin-top: 0;
    font-size: 34px;
}

.company-photo {
    background-image: url(/Content/Images/photo-company-smiling-crowd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

    .company-photo .photo-block {
        min-height: 400px;
    }

.block-sep {
    border-top: 2px solid #fff;
}

.block-pad {
    padding: 25px;
}

    .block-pad h1 {
        margin-top: 10px;
    }

.block-pad-sides {
    padding: 0 25px;
}

.half-circle {
    margin-right: -25px;
}

    .half-circle a {
        opacity: 1;
    }

        .half-circle a:hover {
            opacity: 0.5;
        }

.company-block {
    background: #00A1EF;
    color: #fff;
}

.services-block {
    color: #000;
}

    .services-block h2,
    .services-block a {
        color: #000;
    }

        .services-block a:hover,
        .services-block a:focus {
            text-decoration: none;
        }

.services-inner-block {
    padding: 0 35px 50px 35px;
}

    .services-inner-block .row {
        background: #fff;
    }

.services-circle-link img {
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
    border: 3px solid #000;
    border-radius: 50%;
}

.services-circle-link.circle-admin img {
    border-color: #76C146;
    background-color: #76C146;
}

.services-circle-link.circle-admin a:hover img {
    border-color: #BBDFA1;
    background: #BBDFA1;
}

.services-circle-link.circle-care img {
    border-color: #95499C;
    background-color: #95499C;
}

.services-circle-link.circle-care a:hover img {
    border-color: #CAA4CD;
    background: #CAA4CD;
}

.services-circle-link.circle-analytics img {
    border-color: #F49921;
    background-color: #F49921;
}

.services-circle-link.circle-analytics a:hover img {
    border-color: #F8CC8F;
    background: #F8CC8F;
}

.forms-block {
    background: #000;
    color: #fff;
}

.resources-block-photo {
    background-image: url(/Content/Images/photo-girl-mountain.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
.form-list {
    list-style: none;
    padding-left: 0;
}

    .form-list li {
        min-height: 35px;
        margin-bottom: 0.5em;
        padding: 5px 0 5px 45px;
        background: url(/Content/Images/forms-icon-bullet.png) no-repeat;
    }
*/

.partners-block.partners-photo {
    background-image: url(/Content/Images/hp-bnr-mother-child-gradient.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    padding-top: 40px;
}

.partners-photo {
    min-height: 500px;
}

.partners-inner-block {
    background: #000;
    border-bottom: 5px solid #00A1EF;
}

.careers-block {
    background: #fff url(/Content/Images/hp-bnr-two-coworkers-gradient.jpg) no-repeat;
    color: #000;
    min-height: 500px;
    padding-top: 40px;
}

.careers-inner-block {
    background: #000;
    border-bottom: 5px solid #00A1EF;
}

.contact-block {
    background: #000;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}

    .contact-block h2 {
        color: #fff;
    }

    .contact-block form {
        color: #000;
    }

    .contact-block .nav-tabs > li > a {
        color: #999;
    }

    .contact-block .nav-tabs > li.active > a,
    .contact-block .nav-tabs > li:hover > a {
        color: #000;
    }

    .contact-block .last-col {
        padding-right: 0 !important;
    }

/* links page layout */
.content-blox {
    background: #efefef;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .content-blox h2 {
        margin: 0;
        padding: 20px;
    }

    .content-blox p {
        padding: 0 20px 20px 20px;
    }

.nav-tabs.tint-blue {
    border-bottom: 1px solid #000;
}

    .nav-tabs.tint-blue > li > a {
        color: #555;
        border: 1px solid #d9edf7;
        background: #d9edf7;
        border-bottom-color: #000;
    }

    .nav-tabs.tint-blue > li.active > a, .nav-tabs.tint-blue > li.active > a:focus, .nav-tabs.tint-blue > li.active > a:hover {
        border: 1px solid #000;
        border-bottom-color: transparent;
        color: #000;
        background: #fff;
    }

.tab-content.tint-blue {
    border: 1px solid #000;
    border-top-color: transparent;
}

.alert-gray {
    background-color: #E7E7E7;
    border-color: #C0C0C0;
    color: #777;
}

/* member company page 
---------------------------- */
.company-rows .col-md-3 {
    background-color: #00A1EF;
    color: #fff;
    padding: 0;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}

.company-rows {
    margin-bottom: 1em;
}

    .company-rows h2 {
        font-size: 20px;
        text-align: center;
        margin-top: 0;
    }

/* service areas 
------------------------- */
.contact-photo {
    background-image: url(/Content/Images/father-daughter-dancing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

.consultant-photo {
    background-image: url(/Content/Images/photo-professional-man-phone.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

.employer-photo {
    background-image: url(/Content/Images/photo-professional-woman-desk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

.member-photo {
    background-image: url(/Content/Images/photo-woman-holding-dog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

.provider-photo {
    background-image: url(/Content/Images/photo-doctor-in-office.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

.provider-feedback-photo {
    background-image: url(/Content/Images/Female-Doctor-Computer-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .consultant-photo .photo-block,
    .employer-photo .photo-block,
    .member-photo .photo-block,
    .provider-photo .photo-block,
    .provider-feedback-photo .photo-block {
        min-height: 600px;
    }

/* carousel 
---------------------------- */
#dashboard-carousel {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    font-size: 14px;
    margin-bottom: 75px;
}

.carousel-indicators {
    bottom: -40px;
}

    .carousel-indicators li {
        background: #999;
    }

        .carousel-indicators li.active {
            background: #000;
        }

.carousel-inner {
    width: 90%;
    margin: 0 auto;
    background: #fff;
}

    .carousel-inner .item {
        padding: 10px;
    }

.carousel-control {
    width: 5%;
    opacity: 1;
}

.carousel-control {
    background: #00A1EF;
}

    .carousel-control.right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0px, rgba(0, 0, 0, 0) 100%);
    }

.glyphicon-chevron-right::before {
    content: url(/Content/Images/arrow-right-dots.png);
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
    margin-top: -20px;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.25) 100%);
}

.glyphicon-chevron-left::before {
    content: url(/Content/Images/arrow-left-dots.png);
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
    margin-top: -20px;
}

.carousel-header {
    background: #000;
    color: #fff;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 7px;
}

    .carousel-header h4 {
        margin: 0;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
    }

        .carousel-header h4 a {
            text-transform: none;
            color: #999;
            text-decoration: none;
            font-size: 13px;
        }

            .carousel-header h4 a:hover {
                color: #fff;
            }

.table-info .fa {
    vertical-align: middle;
}

.table-info .fa-2x {
    font-size: 1.6em;
}

#dashboard-carousel .table > tbody > tr > td, #dashboard-carousel .table > tbody > tr > th {
    padding: 4px 8px;
}

#dashboard-carousel .table {
    margin-bottom: 0;
}

/* forms 
--------------------------- */
.actionlink.checked::after {
    display: inline-block;
    margin-left: 10px;
    content: "\f058";
    font-family: 'FontAwesome';
    color: #2CAE51;
}

.option-form {
    background: #fff;
    padding: 20px;
    margin-bottom: 2em;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}

    .option-form fieldset {
        border: 2px solid #666;
        padding: 20px 30px;
    }
    /*.option-form.tint-green {
	color: #74C043;
}*/
    .option-form.tint-blue fieldset {
        border: 2px solid #00A1EF;
    }

    .option-form.tint-green fieldset {
        border: 2px solid #00A1EF;
    }

    .option-form.tint-orange fieldset {
        border: 2px solid #00A1EF;
    }

    .option-form.tint-purple fieldset {
        border: 2px solid #00A1EF;
    }

    .option-form.tint-gray fieldset {
        border: 2px solid #666;
    }

    .option-form legend {
        font-size: 1em;
        margin: 0;
        margin-left: -10px;
        text-transform: uppercase;
        font-weight: bold;
        width: inherit; /* Or auto */
        padding: 0 10px; /* To give a bit of padding on the left and right */
        border-bottom: none;
    }

    .option-form label {
        font-weight: normal;
    }

.member-body .option-form {
    font-size: 14px;
    padding: 5px 10px 10px 10px;
}

    .member-body .option-form fieldset {
        padding: 10px 20px;
    }

.option-form fieldset fieldset,
.option-form.tint-blue fieldset fieldset {
    border: none;
    background: #eee;
    margin-bottom: 10px;
}

    .option-form fieldset fieldset legend {
        background: #999;
        color: #fff;
    }

    .option-form.tint-blue fieldset fieldset legend {
        background: #00A1EF;
        color: #fff;
    }

/* tooltip tinting */
.tooltip-blue .tooltip.top .tooltip-arrow {
    border-top-color: #00A1EF;
}

.tooltip-blue .tooltip-inner {
    background: #00A1EF;
    padding: 10px 15px;
    font-weight: bold;
}

.tooltip-blue .tooltiptarget {
    color: #00A1EF;
    cursor: pointer;
}

.validation-summary-errors {
    color: #a94442;
    background-color: #f2dede;
    border: #ebccd1 1px solid;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

    .validation-summary-errors ul {
        padding-left: 20px;
        margin-bottom: 0;
    }

@media screen and (min-width: 992px) {
    .form-prompt {
        background-color: #00A1EF;
        color: #fff;
        padding: 5px 5px 6px 15px;
        position: relative;
    }

        .form-prompt::after {
            content: "";
            position: absolute;
            margin: -7px 0 0;
            top: 50%;
            left: -12px;
            border-top: 7px solid transparent;
            border-right: 12px solid #00A1EF;
            border-bottom: 7px solid transparent;
            z-index: 2;
        }

        .form-prompt a {
            color: #fff;
            text-decoration: underline;
        }
}

@media screen and (max-width: 991px) {
    .form-prompt {
        font-size: 0.8em;
        color: #888;
        text-align: right;
    }
}

/* nested form styles 
--------------------------- */
.inset-form fieldset, .inset-form .fieldset {
    background: #eee;
    margin-bottom: 1em;
    border: 0;
    padding: 0 !important;
}

.inset-form legend, .inset-form h2.legend {
    display: block;
    background: #999;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-left: 0;
}

.inset-form .row {
    padding: 0 10px;
}

.report-legend h3 {
    margin-top: 0;
}

.scroll-text {
    width: 100%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}

    .scroll-text h3 {
        margin-top: 0;
    }

/*.contact-block */
.tab-pane {
    background: #fff;
    padding: 15px;
}
/*.contact-block */
.nav-tabs > li > a {
    color: #000;
    font-weight: bold;
}

.form-horizontal .control-label {
    font-weight: normal;
}

.is-valid {
    border-color: #28a745;
}

.is-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    color: #dc3545;
    margin-top: .25em;
    font-size: .875em;
}

/* buttons 
-------------------------- */
.btn {
    white-space: normal !important;
    word-wrap: break-word;
}

.btn.full-width {
    width: 100%;
}

.btn-hidden {
    visibility: hidden;
}

.btn-default {
    text-transform: uppercase;
}

.btn-allied {
    background: #00A1EF;
    border-color: #00A1EF;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}

    .btn-allied:hover {
        background: #999;
        opacity: 0.7;
        color: #000;
    }

.btn-purple {
    background: #95499C;
    border: 1px solid #95499C;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}

    .btn-purple:hover {
        background: #999;
        opacity: 0.7;
        color: #000;
    }

.btn-green {
    background: #75C044;
    border: 1px solid #75C044;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}

    .btn-green:hover {
        background: #999;
        color: #000;
    }

.btn-orange {
    background: #F2981F;
    border: 1px solid #F2981F;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}

    .btn-orange:hover {
        background: #999;
        color: #000;
    }

.btn-gray {
    background: #666;
    border: 1px solid #666;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn-gray:hover {
        background: #ccc;
    }

.btn-blue {
    background: #00A1EF;
    border: 1px solid #00A1EF;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}

    .btn-blue:hover {
        background: #999;
        color: #000;
    }

.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #00A1EF;
    text-transform: uppercase;
    font-weight: bold;
}

    .btn-white:hover {
        background: #efefef;
        border: 1px solid #efefef
    }

.btn-blank {
    background: transparent;
    border: 1px solid transparent;
}

    .btn-blank:hover {
        background: #efefef;
        border: 1px solid #efefef;
    }

.btn-blue-dark {
    background: #255591;
    border-color: #255591;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}

    .btn-blue-dark:hover {
        background: #999;
        opacity: 0.7;
        color: #000;
    }

.mem-icon .fa {
    background-color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
}

.btn-allied .mem-icon .fa {
    color: #00A1EF;
}

.btn-hold .mem-icon .fa {
    color: #F2981F;
}

.btn-inactive .mem-icon .fa {
    color: #e00;
}

.btn-inactive, .btn-hold {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-icon {
    background-color: transparent;
    padding: 0;
    color: #337ab7;
}

    .btn-icon:hover {
        color: #23527c;
    }

.button-group .btn {
    margin: 0 0.5em 1em 0.5em;
}

.eob-item {
    background: #fff;
    border-top: 5px solid #00A1EF;
    border-bottom: 2px solid #00A1EF;
    color: #222;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    font-size: 14px;
}

    .eob-item .btn-allied {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.careers-inner-block .half-circle {
    margin-top: 15px;
    margin-right: -15px;
}

.field-shadow {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}

.form-check label {
    font-weight: normal;
    display: block;
    padding-left: 25px;
    text-indent: -20px;
}

.form-check input[type="checkbox"], .form-check input[type="radio"] {
    margin: 4px 5px 0 -5px;
}

/* password meter styles */
.progress-bar.bg-danger {
    background-color: #d9534f;
}

.progress-bar.bg-warning {
    background-color: #f0ad4e;
}

.progress-bar.bg-success {
    background-color: #5cb85c;
}

/* toggle password styles */
.hide-password,
.show-password {
    cursor: pointer;
}
/* hide MS password toggle */
input::-ms-clear,
input::-ms-reveal {
    display: none;
}

.meterTextDark {
    color: #000;
}

    .meterTextDark .password-verdict {
        padding-left: 12px;
    }

/* services logos
--------------------------- */
.block-pad.service-logos {
    margin-top: -25px;
    padding: 40px 50px;
}

h1.services-logo {
    margin: 0;
}

.services-logo.inactive img {
    opacity: 0.7;
}

.services-logo.inactive a:hover img {
    opacity: 1;
}

.service-admin-hdr {
    background: #75C044;
}

.service-care-hdr {
    background: #95499C;
}

.service-analytics-hdr {
    background: #F2981F;
}

/* tables 
--------------------------- */
table {
    font-size: 14px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px;
}

.pad-group {
    margin-right: 1em;
}
/* public area */
caption, .caption {
    background: #666;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
}

.bottom-space {
    margin-bottom: 1em;
}

.public-body .table-striped > tbody > tr:nth-of-type(2n) {
    background: #cdcdcd;
}

.public-body .table > tbody > tr > td, .public-body .table > tbody > tr > th, .public-body .table > tfoot > tr > td, .public-body .table > tfoot > tr > th, .public-body .table > thead > tr > td, .public-body .table > thead > tr > th {
    border-top: 0;
    border-bottom: 0;
}

.public-body .th-left, .public-body .th-top {
    border: 2px solid #666;
}

    .public-body .th-left th {
        border-right: 2px solid #666;
        border-left: 2px solid #666;
    }

    .public-body .th-top th {
        background: #cdcdcd;
        color: #000;
        text-transform: uppercase;
    }

.public-body .table.th-top > thead > tr > th,
.public-body .table.th-top > tbody > tr > td {
    border-right: 2px solid #666;
}

.public-body .table-striped.th-top > tbody > tr {
    background: #fff;
}

    .public-body .table-striped.th-top > tbody > tr:nth-of-type(2n) {
        background: #EAEAEA;
    }

.public-body .th-top.table-nomargin {
    margin-bottom: 0;
    border-bottom: none;
}

table.table-align-middle > tbody tr td,
table.table-align-middle > tbody tr td {
    vertical-align: middle;
}

/* contact areas */
.social-media-icons img:hover {
    opacity: 0.5;
}

/* member area */
.member-area .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.member-area .table-div-line > tbody > tr {
    border-top: 1px solid #cdcdcd;
}

.member-area #dashboard-carousel .table-striped > tbody > tr {
    background-color: #d9edf7;
}

    .member-area #dashboard-carousel .table-striped > tbody > tr:nth-of-type(2n) {
        background-color: #fcfcfc;
    }

.carousel .table-info {
    background: #999;
    color: #000;
    margin: 0;
    padding: 5px 0;
    border-bottom: 2px solid #fff;
}

.member-area table caption {
    background: #666;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bold;
}

.member-area .table > tbody > tr > td, .member-area .table > tbody > tr > th, .member-area .table > tfoot > tr > td, .member-area .table > tfoot > tr > th, .member-area .table > thead > tr > td, .member-area .table > thead > tr > th {
    border-top: 0;
    border-bottom: 0;
}

.member-area .th-left, .member-area .th-top {
    border: 2px solid #666;
}

    .member-area .th-left th {
        border-right: 2px solid #666;
    }

    .member-area .th-top th {
        background: #666;
        color: #fff;
        text-transform: uppercase;
        border-right: 1px solid #333;
    }

.member-area .table.th-top > tbody > tr > td {
    border: 1px solid #666;
}

.member-area .table.th-top.th-light > tbody > tr:first-child > td {
    border-top: 1px solid #cdcdcd;
}

/*.member-area .th-top th:last-child,
    .member-area .table.th-top > tbody > tr > td:last-child {
        border-right: none;
    }*/

.member-area table > tfoot > tr {
    border-top: 1px solid #666;
}

    .member-area table.table-striped > tfoot > tr > td,
    .member-area table > tfoot > tr > td {
        font-weight: bold;
        border-top: 2px solid #666;
        border-right: 1px solid #666;
        vertical-align: middle;
    }

.tf-head {
    text-transform: uppercase;
}

.tr-odd {
    background: #d9edf7;
    border-bottom: 1px solid #666;
}

.tr-even {
    background: #f9f9f9;
    border-bottom: 1px solid #666;
}

.tr-child {
    /*border-top: 1px solid #666;*/
    border-bottom: 1px solid #666;
    /*font-style: italic;*/
}

.member-area .table.th-top > tbody > tr > td.no-right-border {
    border-right: 0;
}

.data-box {
    margin-bottom: 10px;
    border: 1px solid #666;
}

.member-area .table-nomargin {
    margin-bottom: 0;
    border-bottom: none;
}

.member-area .th-top.th-light th {
    background: #cdcdcd;
    color: #000;
    border-right: 1px solid #666;
}

    .member-area .th-top.th-light th:last-child {
        border-right: none;
    }

.member-area tfoot tr {
    background: #FFF4C3;
    font-weight: bold;
}

.member-area tr.highlight {
    background: #FFF4C3 !important;
    font-weight: bold;
}

.text-success {
    color: #64A837;
    font-weight: bold;
}

.text-warning {
    color: #e00;
    font-weight: bold;
}

/* charts */
.chart-wrap {
    border: 2px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.chart-legend {
    font-size: 14px;
    color: #666;
    margin: 0 auto;
    padding-top: 10px;
    max-width: 225px;
}

    .chart-legend ul {
        padding-left: 0;
    }

    .chart-legend li {
        list-style: none;
    }

        .chart-legend li span {
            display: inline-block;
            width: 40px;
            height: 12px;
            margin-right: 5px;
        }

.doughtnut-negative {
    background-image: url(/Content/Images/circle-background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* responsive google maps */
.google-maps {
    width: 100%;
    margin-top: 40px;
}

/* accordion */
.accordion-group {
    border: 1px solid #ccc;
    margin-bottom: 3px;
    border-radius: 5px;
}

.accordion-toggle {
    display: block;
}

    .accordion-toggle:after {
        font-family: 'FontAwesome';
        content: "\f078";
        float: right;
        transition: all 0.5s;
    }

.active .accordion-toggle:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-heading {
    padding: 5px;
    background: #666;
    color: #fff;
    transition: 1s;
    border-radius: 5px;
    /*border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
}

    .accordion-heading a {
        text-decoration: none;
        transition: 1s;
        color: #fff;
    }

    .accordion-heading.active {
        background: #00A1EF;
    }

.accordion-body {
    padding: 5px;
}

/* PPO accordions */
.accordion-white-shadow .accordion-group {
    border: 0;
    margin-bottom: 15px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}

.accordion-white-shadow .accordion-heading {
    padding: 8px 15px;
}

    .accordion-white-shadow .accordion-heading a {
        color: #000;
    }

.accordion-white-shadow .accordion-toggle::after {
    color: #333;
}

.accordion-white-shadow .accordion-heading {
    /* background-color: #fff; */
    background-color: #D9F1FD;
    color: #333;
}

    .accordion-white-shadow .accordion-heading.active {
        background-color: #D9F1FD;
        border-bottom: 1px solid #00A1EF;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.accordion-white-shadow .accordion-body {
    padding: 15px;
}

    .accordion-white-shadow .accordion-body a {
        text-decoration: underline;
        color: #333;
    }

        .accordion-white-shadow .accordion-body a:hover {
            text-decoration: none;
            color: #337ab7;
        }

.accordion-spotlight {
    font-size: 18px;
    font-weight: bold;
}

.accordion-desc {
    font-size: 14px;
    font-style: italic;
}

/* healthcare partners */
.partner-wrap .partner-block:nth-of-type(odd) {
    clear: both;
}

.partner-wrap .partner-block .btn {
    white-space: normal;
}

.button-pads a.btn {
    margin-bottom: 5px;
}

/* downloads */
.doc-download {
    margin-bottom: 10px;
}

    .doc-download a {
        width: 100%;
    }

        .doc-download a.btn {
            text-align: left;
            white-space: normal;
        }

    .doc-download h5 {
        margin-top: 0;
        margin-bottom: 3px;
    }

    .doc-download p {
        margin-bottom: 0;
    }

    .doc-download .fa {
        margin-top: 5px;
    }

.claim-item .btn-allied {
    text-transform: none;
}

.doc-download button {
    text-align: left;
    width: 100%;
}
/* id card */
.card-image img {
    padding: 4px;
    border-radius: 10px;
    border: 1px solid #b5cee5; /*#00A1EF; #d9edf7;*/
}

/* benefits pdf display */
#pdf-loader {
    text-align: center;
    padding: 100px;
    border: 1px solid #555;
    width: 90%;
}

    #pdf-loader .fa-spinner {
        color: #00A1EF;
    }

#pdf-error {
    width: 90%;
    height: auto;
    border: 1px solid #555;
    margin: 10px;
    text-align: center;
    padding: 100px;
    color: #e00;
    font-weight: bold;
}

#pdf-display {
    max-width: 100%;
    /*height: auto; */
    border: 1px solid #555;
    margin: 10px;
}

/* admin and benefits consultants pages */
.report-legend {
    background: #eee;
    padding: 20px;
    font-size: 0.8em;
}

/* Allied Account Team styles */
.team-block {
    border: 1px solid #000;
    margin: 1em 0;
}

.team-name {
    text-align: center;
    text-transform: uppercase;
    margin-top: -15px;
}

    .team-name span {
        background: #fff;
        font-size: 20px;
        padding: 0 10px;
    }

.team-title {
    text-align: center;
    line-height: 1em;
    margin-bottom: 5px;
}

.team-contact {
    background: #DDE0E0;
    font-size: 14px;
    color: #000;
    padding: 10px 25px 10px 50px;
    margin: 0 10px 10px 10px;
}

    .team-contact a {
        text-decoration: none;
        color: #000;
    }

        .team-contact a:hover {
            text-decoration: underline;
        }

.team-block.black .team-contact {
    background: #000;
    color: #fff;
}

    .team-block.black .team-contact a {
        color: #fff;
    }

.team-block.purple {
    border: 1px solid #95499C;
}

    .team-block.purple .team-contact {
        background: #95499C;
        color: #fff;
    }

        .team-block.purple .team-contact a {
            color: #fff;
        }

.team-block.yellow {
    border: 1px solid #FCD30C;
}

    .team-block.yellow .team-contact {
        background: #FCD30C;
        color: #000;
    }

.team-block.blue {
    border: 1px solid #00A1EF;
}

    .team-block.blue .team-contact {
        background: #00A1EF;
        color: #fff;
    }

        .team-block.blue .team-contact a {
            color: #fff;
        }

.team-block.green {
    border: 1px solid #75C044;
}

    .team-block.green .team-contact {
        background: #75C044;
        color: #000;
    }

.team-block.orange {
    border: 1px solid #F2981F;
}

    .team-block.orange .team-contact {
        background: #F2981F;
        color: #000;
    }

.team-block.gray {
    border: 1px solid #DDE0E0;
}

    .team-block.gray .team-contact {
        background: #DDE0E0;
        color: #000;
    }

/* loading spinner */
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.lds-ellipsis {
    /*display: block;
  	position: relative;
	margin: 0 auto;*/
    width: 64px;
    height: 64px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

#loading-message {
    width: 100%;
    position: absolute;
    top: calc(50% + 50px);
    text-align: center;
}

.loading-text {
    padding: 10px 20px;
    border-radius: 10px;
    background: rgba(255,255,255,0.7);
}

/* open enrollment styles */
.enrollment-form {
    font-size: 14px;
}

    .enrollment-form fieldset, .enrollment-form .fieldset {
        background: #eee;
        margin-bottom: 1em;
    }

    .enrollment-form legend, .enrollment-form h2.legend {
        background: #999;
        color: #fff;
        padding: 5px 10px;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .enrollment-form hr {
        margin: 5px 10px 15px 10px;
    }

    .enrollment-form .table {
        margin-bottom: 10px;
    }

    .enrollment-form .row {
        padding: 0 10px;
    }

.fieldset-content {
    padding: 10px;
}

.enrollment-form h3 {
    margin-top: 0;
    padding: 0 10px;
}

.enrollment-form .row .alert {
    margin: 0 15px 10px 15px;
}

.enrollment-form .row .table-responsive {
    margin: 0 15px 10px 15px;
}

.enrollment-form .btn-block {
    white-space: normal;
}

.enrollment-form label {
    font-weight: normal;
}

/* modal timeout blur 
------------------------------------ */
.blur {
    /* Any browser which supports CSS3 */
    filter: blur(5px);
    /* Firefox version 34 and earlier */
    filter: url("blur.svg#gaussian_blur");
    /* Webkit in Chrome 52, Safari 9, Opera 39, and earlier */
    -webkit-filter: blur(5px);
}

/* inset-CTA styles 
------------------------------------ */
.inset-cta {
    background-color: #eee;
    padding: 15px 15px 5px 15px;
    margin-bottom: 1em;
}

/* honeypot captcha 
/* the class name "field-validation-check" specifically does not make reference to "captcha" or "hidden" to keep the purpose of this class obfuscated from a spam bot
    -------------------------------- */
.field-validation-check {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

/* Privacy Policy 'logout' link */
.modal-negative {
    padding-top: 10px;
}

    .modal-negative a {
        text-decoration: underline;
    }

/* Provider Forms Select 
    -------------------------------- */
.provider-form-group {
    background-color: #eee;
    padding: 15px 5px 5px 15px;
    margin-bottom: 20px;
}

    .provider-form-group h2 {
        margin-top: 0;
    }

.form-select-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    /* gap: 10px; */
}

.grid-block {
    width: 155px;
    min-height: 75px;
    margin: 0 10px 10px 0;
    padding: 8px 3px 8px 8px;
    display: flex;
    align-items: center;
}

    .grid-block .inline-icon {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .grid-block .icon-svg {
        width: auto;
        max-height: 30px;
    }

    .grid-block .btn-text {
        text-align: left;
        width: 95px;
        margin: 0;
        font-size: 13px;
    }

.form-file-list {
    list-style-type: none;
    padding-left: 0;
}

    .form-file-list li {
        margin-bottom: 10px;
    }

    .form-file-list .btn {
        margin-bottom: 0 !important;
    }

.field-label {
    font-weight: bold;
}

/* tutorial styles
------------------------------------ */
.btn-text2 {
    display: block;
    width: 100%;
}

.hotspot-container {
    position: relative;
}

.hotspot-group {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hotspot {
    position: absolute;
}

.hotspot-target {
    position: relative;
    background-color: #F2981F;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    width: 36px;
    height: 36px;
    padding: 5px;
    border: none;
    border-radius: 50%;
    z-index: 10;
}

.hotspot-collapse {
    z-index: 50;
}

.hotspot-content {
    margin-top: 10px;
    width: 300px;
    background-color: rgb(248, 219, 180, 0.9);
    border: 1px solid #CBCBCB;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 6px 10px 10px 0 rgba(0, 0, 0, 0.2);
}

    .hotspot-content h3 {
        margin-top: 0;
    }

/* pulsing glow */
.hotspot-target:before,
.hotspot-target:after,
.hotspot-target span {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    border-radius: 50%;
    box-shadow: 0 0 15px #287ec6;
    animation: glow-grow 2s ease-out infinite;
    z-index: 15;
}

.hotspot-target:after {
    animation-delay: .66s;
}

.hotspot-target span {
    animation-delay: 1.33s;
}

@keyframes glow-grow {
    0% {
        opacity: 0;
        transform: scale(0.4);
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

/* MFA styles */
.progress-grid-mfa {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5em;
}

.progress-icon-mfa {
    opacity: 0.5;
}

.progress-spacer-mfa {
    flex-grow: 4;
    background: url('/Content/Images/mfa/progress-shield-spacer.png') repeat-x;
    opacity: 0.5;
}

.progress-grid-mfa .active {
    opacity: 1;
}

.portal-notice {
    background: #fff;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    margin-bottom: 20px;
}

.notice-header {
    background: #255591;
    padding: 10px;
    text-align: center;
}

    .notice-header h2 {
        color: #fff;
        margin: 0;
    }

.notice-body {
    padding: 10px;
    color: #222;
}

.notice-sheild {
    padding-left: 70px;
    min-height: 50px;
    background-image: url(/Content/Images/Icons/icon-mfa-shield-small.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

/* mfa */
.mfa-prompt-mobile {
    background-color: #235594;
    text-align: center;
    padding: 5px 20px;
    color: #fff;
    line-height: 1.2;
}

    .mfa-prompt-mobile a {
        display: block;
        color: #fff;
        padding: 5px;
        text-align: center;
    }

    .mfa-prompt-mobile span {
        display: inline-block;
        position: relative;
        padding: 5px 40px;
    }

    .mfa-prompt-mobile a span::before {
        position: absolute;
        top: 5px;
        left: 0;
        content: url("/Content/Images/mfa-shield-icon.png");
    }

    .mfa-prompt-mobile a span::after {
        position: absolute;
        top: 10px;
        right: 0;
        content: url("/Content/Images/mfa-button-mobile.png");
    }

/* Provider Callouts */
.hdr-callout.bg-account {
    background-color: #00A1EF;
    background-image: linear-gradient( to left, #ffffff, #00A1EF 40% );
}

.hdr-callout.bg-fasttrack {
    background-color: #F2981F;
    background-image: linear-gradient( to left, #ffffff, #F2981F 40% );
}

.hdr-callout.bg-documents {
    background-color: #75C044;
    background-image: linear-gradient( to left, #ffffff, #75C044 40% );
}

.hdr-callout.bg-electronic {
    background-color: #95499C;
    background-image: linear-gradient( to left, #ffffff, #95499C 40% );
}

.hdr-callout h2 {
    margin: 0;
    padding: 30px 15px 30px 90px;
    line-height: 1;
    color: #ffffff;
}

.hdr-callout.bg-account h2 {
    background-image: url('/Content/Images/Provider/icon-account.png');
    background-repeat: no-repeat;
    background-position: 15px;
}

.hdr-callout.bg-fasttrack h2 {
    background-image: url('/Content/Images/Provider/icon-fasttrack.png');
    background-repeat: no-repeat;
    background-position: 15px;
}

.hdr-callout.bg-documents h2 {
    background-image: url('/Content/Images/Provider/icon-documents.png');
    background-repeat: no-repeat;
    background-position: 15px;
}

.hdr-callout.bg-electronic h2 {
    background-image: url('/Content/Images/Provider/icon-electronic.png');
    background-repeat: no-repeat;
    background-position: 15px;
}

.hdr-callout-content {
    padding: 15px;
}

.btn-noshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-disabled {
    pointer-events: none;
    cursor: default;
}

/* TIN Needed */
.tinNeeded {
    padding: 20px;
    text-align: center;
}

    .tinNeeded h3 {
        font-weight: bold;
        color: #000;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .tinNeeded hr {
        max-width: 60%;
        margin-top: 3px;
        margin-bottom: 8px;
    }

.tint-blue {
    color: #00A1EF;
}

.option-form.tint-blue {
    color: #000;
}

/* cirlcle icons for BCE COBRA page */
.circle-01 {
    padding-left: 40px;
    min-height: 32px;
    background: url('/Content/Images/circle-01.png') left top no-repeat;
}

.circle-02 {
    padding-left: 40px;
    min-height: 32px;
    background: url('/Content/Images/circle-02.png') left top no-repeat;
}

@media screen and (min-width:991px) {
    .tinNeeded .col-md-9 {
        padding-right: 0;
    }
}

/* adjust navigation breakpoint
------------------------------------ */
@media screen and (min-width:1200px) {
    .company-block-bottom {
        width: 1140px;
        height: 0px;
        border-left: 570px solid transparent;
        border-right: 570px solid transparent;
        border-top: 20px solid #00A1EF;
    }

    .member-body .account-info {
        max-width: 450px;
    }

    .hp-analytics-block {
        padding-left: 60px;
    }
}

@media screen and (min-width:991px) {
    .member-block-wrap .row {
        margin-left: 0;
        margin-right: 0;
    }

    .services-block-wrap {
        margin-top: -22px;
    }

        .services-block-wrap .row {
            margin-left: 0;
            margin-right: 0;
        }

    .services-circle-link {
        display: block;
        position: absolute;
        left: 0;
        bottom: -60px;
        width: 100%;
        border-radius: 0;
        padding: 25px 0;
    }

    .navbar {
        border: none;
    }

    .main-nav {
        clear: both;
        font-size: 13px;
    }

    .container > .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    /* member customizations */
    .member-nav-wrap {
        padding: 0;
        background: #000 url(/Content/Images/main-nav-bg.png) repeat-x;
    }

    .main-nav .my-nav > li > a {
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
    }

    .main-nav .my-nav > li > a {
        background: #fff;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 3px 10px;
    }

    .main-nav .my-nav > li:hover > a {
        color: #fff;
        background: #00A1EF;
    }

    .main-nav .my-nav > li.active > a,
    .main-nav .my-nav > li.active:hover > a {
        color: #fff;
        background: #cdcdcd;
    }

    .main-nav .navbar-right > li > a {
        padding: 8px 12px;
    }

    .main-nav .navbar-nav > li > a.resourcesLink {
        background: #000;
        color: #fff;
        font-weight: bold;
        border-left: 1px solid #fff;
    }

    .main-nav .navbar-nav > li:hover > a.resourcesLink {
        background: #00A1EF;
    }

    .main-nav .navbar-nav > li.active > a.resourcesLink {
        background: #cdcdcd;
        border-top: 1px solid #fff;
        padding-top: 6px;
    }

    .main-nav .navbar-nav > li > a.providerLink {
        background: #000;
        color: #fff;
        font-weight: bold;
        border-left: 1px solid #fff;
    }

    .main-nav .navbar-nav > li:hover > a.providerLink {
        background: #00A1EF;
        color: #fff;
    }

    .main-nav .navbar-nav > li.active > a.providerLink {
        background: #cdcdcd;
        border-top: 1px solid #fff;
        padding-top: 6px;
    }

    .main-nav .navbar-text {
        position: relative;
        margin: 0;
        padding: 8px 8px 8px 30px;
        color: #fff;
        text-transform: uppercase;
        background: #000;
    }

    .navbar-text:after {
        content: "";
        position: absolute;
        top: 0;
        right: -18px;
        border-top: 17px solid transparent;
        border-left: 18px solid #000;
        border-bottom: 17px solid transparent;
        z-index: 2;
    }

    .main-nav .my-nav > li:first-child > a {
        padding-left: 30px;
    }

    .main-nav li.dropdown:hover .dropdown-menu {
        visibility: visible;
        display: block;
    }

    .main-nav .dropdown-menu {
        padding: 2px 2px 0 2px;
    }

        .main-nav .dropdown-menu > li > a {
            background: #000 url(/Content/Images/subnav-icon.png) no-repeat right bottom;
            color: #fff;
            border-bottom: 2px solid #fff;
            padding: 6px 10px;
        }

            .main-nav .dropdown-menu > li > a:hover {
                background: #00A1EF url(/Content/Images/arrow-right-sm-white.png) no-repeat 97% center;
                color: #fff;
            }

    .navbar-right {
        margin-right: 0;
        text-transform: uppercase;
        background: #000;
        padding-left: 7px;
    }

    .member-logout,
    .member-account {
        display: block;
        text-align: right;
    }

        .member-logout a:hover, .member-logout a:focus {
            text-decoration: none;
        }

    .footer-nav {
        float: none;
        display: inline-block;
    }

    .footer-nav {
        display: table;
        border-radius: 0px;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }

        .footer-nav > li {
            display: table-cell;
            vertical-align: middle;
            float: none;
        }

    .footer a:hover, .legal a:hover {
        color: #666;
        text-decoration: none;
    }

    /* bottom */
    .top-nav {
        text-transform: uppercase;
    }

    .bottom-nav {
        border: 1px solid #333;
        border-top: none;
    }

    .navbar-default .navbar-nav.bottom-nav {
        float: none;
        display: inline-block;
    }

    .navbar-default .navbar-nav.bottom-nav {
        display: table;
        border-radius: 0px;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }

        .navbar-default .navbar-nav.bottom-nav > li {
            display: table-cell;
            vertical-align: middle;
            float: none;
            border-right: 1px solid #333;
        }

            .navbar-default .navbar-nav.bottom-nav > li:last-child {
                border-right: none;
            }

            .navbar-default .navbar-nav.bottom-nav > li > a {
                background: #fff;
                color: #333;
                padding-top: 8px;
                padding-bottom: 8px;
            }

            .navbar-default .navbar-nav.bottom-nav > li:hover > a {
                background: #999;
                color: #000;
                text-decoration: none;
            }

    /* home page
	--------------------- */
    .allied-home {
        background-image: url(/Content/Images/photo-father-son-bike.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
    }

    .allied-public-home {
        background-image: url(/Content/Images/hp-bnr-father-daughter.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;
    }

    .public-tagline {
        padding: 100px 0 100px 10px;
    }

    /* public customizations */
    .public-nav-wrap {
        padding: 0;
    }

    .public-nav {
        display: table;
        border-radius: 0px;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }

        .public-nav > li {
            display: table-cell;
            vertical-align: middle;
            float: none;
        }

    .main-nav .navbar-nav.public-nav > li > a {
        background-color: #000;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .nav-item {
    }

    .public-nav > li {
        border-right: 1px solid #fff;
    }

        .public-nav > li:last-child {
            border-right: none;
        }

        .public-nav > li > a {
            padding-top: 5px;
            padding-bottom: 5px;
            border-top: 2px solid #000;
            border-bottom: 2px solid #00A1EF;
        }

        .public-nav > li:hover > a {
            background-color: #00A1EF !important;
            border-top: 2px solid #00A1EF;
        }

    .public-nav li.active > a {
        background-color: #cdcdcd !important;
        color: #fff;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #cdcdcd;
    }

    .public-nav .dropdown-menu {
        border: 0;
    }

    .main-nav .public-nav .dropdown-menu > li > a {
        background: #000 url(/Content/Images/subnav-icon.png) no-repeat right bottom;
        color: #fff;
        border-bottom: 2px solid #fff;
        padding: 10px 20px 10px 10px;
    }

        .main-nav .public-nav .dropdown-menu > li > a:hover {
            background: #00A1EF url(/Content/Images/arrow-right-sm-white.png) no-repeat 97% center;
            color: #fff;
        }

        .main-nav .public-nav .dropdown-menu > li > a.service-admin:hover {
            background-color: #37C133;
        }

        .main-nav .public-nav .dropdown-menu > li > a.service-care:hover {
            background-color: #AB48A0;
        }

        .main-nav .public-nav .dropdown-menu > li > a.service-analytics:hover {
            background-color: #FF9900;
        }

    .half-circle {
        margin-right: -40px;
    }

    .partners-block .half-circle {
        margin-right: -55px;
    }

    .partners-links {
        margin-top: 75px;
    }

    .active .partners-link {
        border-top: 2px solid #000;
        border-bottom: 2px solid #fff;
    }

    .partners-link:hover {
        background-color: #ccc !important;
    }

    .partners-aetna-logo {
        margin-top: -20px;
    }

    .partners-cigna-logo {
        margin-top: -16px;
    }

    .careers-link {
    }

    .active .careers-link {
        border-top: 2px solid #000;
        border-bottom: 2px solid #fff;
    }

    .careers-link:hover {
        background-color: #ccc !important;
    }

    .contact-link {
    }

    .active .contact-link {
        border-top: 2px solid #000;
        border-bottom: 2px solid #fff;
    }

    .contact-link:hover {
        background-color: #ccc !important;
    }

    .main-nav .public-nav > li:hover > a {
        background: #cdcdcd;
        color: #fff !important;
    }

    .services-block {
        padding-bottom: 25px;
    }

    .services-inner-block .block-pad {
        padding-bottom: 45px;
    }

    .partners-inner-block,
    .careers-inner-block {
        margin-right: -15px;
        margin-left: -15px;
    }

    /* columns same height 
	---------------------------- */
    .is-flex {
        display: table;
        width: 100%;
    }

        .is-flex > [class*="col-"] {
            float: none;
            display: table-cell;
            vertical-align: top;
        }

    /* company */
    .company-rows .col-md-3 {
        min-height: 700px;
    }

    .company-block .col-md-1 .block-pad {
        padding: 35px 25px;
    }

    /* forms */
    .forms-block .row {
        border-bottom: 5px solid #00A1EF;
    }

    .option-form .pad-right {
        margin-right: 15px;
    }

    /* careers */
    .career-list .career-block {
        width: 50%;
        padding: 0 15px;
        clear: left;
        float: left;
    }

        .career-list .career-block:nth-child(2n) {
            clear: right;
            float: right;
        }

    /* child rows */
    .tr-child td:first-child {
        padding-left: 16px;
    }

    .tr-child td:last-child {
        padding-right: 16px;
    }

    /* open enrollment */
    .allied-body.member-body .open-enrollment {
        background-image: url(/Content/Images/CoupleOnComputer-AlliedBranded.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
        padding-bottom: 175px !important;
        margin-top: -20px;
    }

    /* account info nav layout */
    .public-body .account-info,
    .member-body .account-info {
        margin-right: 0;
        padding: 0;
        border-bottom: 1px solid #333;
        border-left: 1px solid #333;
        border-bottom-left-radius: 5px;
        /*background: #efefef;*/
    }

    .member-logout, .member-account {
        display: inline-block;
        padding: 7px;
    }

    .member-body .account-info {
        max-width: 400px;
        border: 0;
        text-align: right;
    }

    .account-info-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex !important;
        border-bottom: 1px solid #333;
        border-left: 1px solid #333;
        border-bottom-left-radius: 5px;
    }

    .member-home-flex, .account-toggle-flex {
        border-right: 1px solid #333;
    }

    .member-account-flex {
        text-align: left;
    }

    .member-logout {
        padding-right: 15px;
        border-left: 1px solid #333;
    }

    .member-account {
        /*padding-left: 15px;*/
    }

    .member-home {
        display: inline-block;
        padding: 7px;
        padding-right: 15px;
        border-right: 1px solid #333;
    }

    /* add margin above half circle for desktop display - 3/25/19 - MR */
    .hp-company-circle {
        margin-top: 40px;
    }

    .allied-body .spotlight-info {
        margin-right: 10px;
        text-align: right;
    }

    /* adjusting public widget - 3/26/19 - MR */
    .public-widget .account-info {
        float: right;
    }

    .public-widget .spotlight-info {
        clear: right;
        float: right;
    }

    /* Provider Callouts */
    .hdr-grid-border {
        position: relative;
        margin-bottom: 20px;
    }

    .border-tl-r {
        border-right: 2px solid #DEDEDE;
        position: absolute;
        top: 0;
        bottom: 15px;
        right: 0;
    }

    .border-tl-b {
        border-bottom: 2px solid #DEDEDE;
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
    }

    .border-tr-b {
        border-bottom: 2px solid #DEDEDE;
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
    }

    .border-bl-r {
        border-right: 2px solid #DEDEDE;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 990px) {
    .main-nav {
        clear: both;
    }

    .navbar-header {
        float: none;
    }

    .navbar {
        border: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
        margin-right: 0;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-default {
        border-color: transparent;
    }

    .account-info.pull-right,
    .account-info .pull-right {
        background: #e7e7e7;
        margin-right: 0;
        padding: 10px 20px;
        /* text-align: center; */
        width: 100%;
    }

    .account-info-flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #acct-toggle {
        float: right;
    }

    .collapse.in {
        display: block !important;
    }

    .dashboard-tagline {
        color: #000;
        text-shadow: none;
    }

    body.home .footer a, body.home .legal a, body.home .legal {
        color: #000;
    }

        body.home .footer a:hover, body.home .legal a:hover {
            color: #666;
            text-decoration: none;
        }

    .member-body .footer, .member-body .footer a, .member-body .legal a, .member-body .legal {
        color: #fff !important;
    }
    /* footer logo */
    body .footer-logo-home {
        display: none !important;
    }

    body .footer-logo-int {
        display: inline-block !important;
    }

    .legal .col-md-4,
    .legal-public .col-md-4 {
        text-align: center !important;
    }

    /* public header */
    .navbar-brand {
        height: auto;
        padding: 5px 20px 5px 20px;
    }

    .public-body .account-info {
        padding: 5px 10px;
    }

    .member-account {
        margin-left: 20px;
    }

    .public-widget {
        width: 100%;
        padding: 0 10px;
        background: #e7e7e7;
        text-align: center;
    }

    /* member home blocks */
    #dashboard-carousel .col-md-3,
    #dashboard-carousel .col-md-4,
    #dashboard-carousel .col-md-5 {
        text-align: center !important;
    }

    .company-photo, .partners-photo {
        margin: 0 15px;
    }

    .services-inner-block {
        margin: 0 25px;
    }

        .services-inner-block .col-md-4 {
            padding-bottom: 20px;
            border-bottom: 5px solid #ccc;
        }

    .partners-block.partners-photo,
    .careers-block {
        background: #fff;
        min-height: 250px;
        color: #000;
    }

    /* column same height */
    .row.is-flex {
        margin-right: 0;
        margin-left: 0;
    }

    .company-block .row.is-flex,
    .partners-block .row.is-flex {
        margin-right: -15px;
        margin-left: -15px;
    }

    /* home */
    .public-tagline {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .company-block .col-md-8 .block-pad {
        padding-bottom: 0;
    }

    .company-block .col-md-2 .block-pad {
        padding-top: 5px;
    }

    /* company */
    .company-rows .col-md-3 {
        margin-bottom: 5px;
    }

    /* forms */
    .forms-block .row .col-md-5 .block-pad {
        border-top: 5px solid #00A1EF;
    }

    /* services-logo */
    .services-logo {
        text-align: center !important;
        margin-bottom: 0.5em !important;
    }

        .services-logo.inactive img {
            max-width: 150px;
            margin-top: 10px;
        }

    .services-inner-block {
        margin: 0;
    }

        .services-inner-block .block-pad {
            padding-right: 0;
            padding-left: 0;
        }

    /* resources */
    .resources-block-photo {
        background-image: url(/Content/Images/photo-forms-documents-woman-mountain-2.jpg);
        background-attachment: inherit;
        background-size: contain;
    }
    /* force nav to uppercase */
    .member-nav-wrap .navbar-nav > li > a {
        text-transform: uppercase;
    }

    /* plan partners */
    .partner-wrap .partner-block .col-md-8,
    .partner-wrap .partner-block .col-md-10 {
        text-align: center !important;
    }

    /* team contacts */
    .team-contact {
        padding: 10px;
        margin: 0 10px 10px 10px;
        text-align: center;
    }

    .member-account {
        margin-left: 0;
        margin-right: 10px;
    }

    .member-logout {
        margin-right: 0;
        margin-left: 10px;
    }

    .navbar-collapse {
        background: #f7f7f7;
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav > li > a {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .nav > li > a {
        border-bottom: 2px solid #fff;
    }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        border-color: #fff;
    }

    .nav > li > a.dropdown-icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        padding: 15px 20px;
        border-left: 1px solid #ccc;
    }

    /* footer mobile fixes */
    .footer .col-md-4 {
        text-align: center !important;
    }

    /* persona page mobile adjustments */
    .services-block-wrap.block-sep {
        border-top: none;
    }

    .services-block-wrap .block-pad {
        padding-top: 0 !important;
    }

    /* services page adjustments */
    .services-sub-nav {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid rgba(255, 255, 255, .5);
    }

    /* account corner prompts */
    .pull-right.account-corner {
        background: #e7e7e7;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    .pull-right.account-info {
        padding: 4px 12px;
    }

    .careers-block,
    .partners-block.partners-photo {
        padding-top: 20px;
    }

    .contact-block {
        padding-left: 20px;
    }

        .contact-block .last-col {
            padding-right: 15px !important;
        }
}

@media screen and (min-width:768px) {
    .modal-negative {
        text-align: left;
    }
}

@media screen and (max-width:767px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-brand {
        height: auto;
    }

    .member-text {
        padding: 0 5px;
    }

    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-right {
        margin-right: -15px;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 2px solid #fff;
    }

    /* mobile adjustments - 3/22/19 - MR
	----------------------------------------- */
    a {
        /* word break on long links */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
    }

    .option-form,
    .member-body .option-form {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }

        .option-form fieldset,
        .option-form .fieldset,
        .member-body .option-form fieldset {
            background: #eee;
            margin-bottom: 1em;
            border: none;
            margin: 0;
            padding: 0;
        }

        .option-form legend, .option-form h2.legend {
            background: #999;
            color: #fff;
            padding: 5px 10px;
            margin-left: 0;
            margin-bottom: 5px;
            display: block;
            width: 100%;
        }

        .option-form .form-group {
            padding: 0 10px;
        }

        .option-form .row {
            margin-bottom: 10px;
        }

        .option-form fieldset p {
            margin-right: 10px;
            margin-left: 10px;
        }

        .option-form.tint-blue fieldset {
            border: none;
        }

        .option-form.tint-blue legend, .option-form.tint-blue h2.legend {
            background: #00A1EF;
        }

    .light-form {
        padding-top: 10px;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
    }

        .light-form .submit-row {
            padding-top: 10px;
            text-align: center;
        }

    /* quicklink styling */
    .quicklinks-block {
        background: #02A1E4;
        color: #fff;
        margin-top: -20px;
        padding: 40px;
    }

        .quicklinks-block .body-content {
            padding: 0;
        }

    .pad-vert {
        padding: 15px 0;
    }

    .mobile-quicklinks .quicklinks-link {
        float: left;
        width: 33%;
        margin-bottom: 15px;
        text-align: center;
    }

        .mobile-quicklinks .quicklinks-link:nth-child(3n+1) {
            clear: both;
        }

        .mobile-quicklinks .quicklinks-link a {
            display: inline-block;
            width: 135px;
            padding: 10px 7px;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 10px;
        }

    .quick-link {
        display: block;
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 600;
    }

    /* footer adjustments */
    .footer-info {
        text-align: right;
    }

    .footer-name {
        float: none;
        display: inline;
        width: 100%;
    }

    .footer-links {
        float: none;
        display: inline;
        width: 100%;
    }

    .footer-info.footer-cobranded .footer-name,
    .footer-info.footer-cobranded .footer-links {
        display: block;
        text-align: center;
    }

    .footer-links::before {
        content: " | ";
        margin-right: 5px;
        margin-left: 5px;
    }

    .footer-cobranded .footer-links::before {
        content: none;
        margin-right: 0;
        margin-left: 0;
    }

    .btn {
        margin-bottom: 1em !important;
    }

    .modal {
        width: 90vw !important;
        margin: 15px;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width : 480px) {
    .navbar-brand img.member-text {
        max-height: 15px;
    }

        .navbar-brand img.member-text.cobrand {
            margin: 0;
            padding: 0;
            border-left: none;
            max-height: 22px;
            display: block;
        }

    .services-logo.inactive img {
        max-width: 100%;
    }

    /* quicklink styling */
    .quicklinks-block {
        padding: 0;
    }

    .eeob-prompt-mobile + .quicklinks-block {
        margin-top: -5px;
    }

    .mobile-quicklinks .quicklinks-link {
        width: 50%;
        margin-bottom: 0;
        border: 1px solid #fff;
        padding: 20px;
    }

        .mobile-quicklinks .quicklinks-link:nth-child(3n+1) {
            clear: none;
        }

        .mobile-quicklinks .quicklinks-link:nth-child(n+9) {
            display: none;
        }

        .mobile-quicklinks .quicklinks-link a {
            border: none;
            padding-bottom: 0;
        }

    .mobile-quicklinks span.quick-link {
        min-height: 3em;
    }

    .service-name, .service-number, .service-day-time {
        padding: 0 7px;
    }

        .service-name::after {
            content: none;
        }

        .service-day-time::after {
            content: none;
        }
    /* footer adjustments */
    .footer-id {
        width: 100%;
        text-align: center;
    }

    .footer-info {
        width: 100%;
        text-align: center;
    }
}
/* Force table to not be like tables anymore */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .responsive-table table, .responsive-table thead, .responsive-table tfoot, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
        display: block;
    }

        .responsive-table table caption {
            width: 100% !important;
            display: block;
        }
        /* Hide table headers (but not display: none;, for accessibility) */
        .responsive-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .responsive-table tr {
        border: 1px solid #ccc;
    }

    .responsive-table td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        text-align: left;
        padding-left: 50% !important;
    }

    .responsive-table tr.tr-child td {
        padding-left: 8px !important;
    }

    .responsive-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    .responsive-table td:before {
        content: attr(data-label);
        text-align: left;
    }

    .member-area .responsive-table .table.th-top > tfoot > tr {
        border: none;
    }

        .member-area .responsive-table .table.th-top > tfoot > tr > td {
            border-top: none;
            background: #FFF4C3;
            color: #000;
            font-weight: bold;
        }

    .member-area .responsive-table .table.th-top > tbody > tr > td {
        border-right: none;
    }
}

.allied-card {
    background: #ffffffc4;
    padding: 12px;
    margin: 4px;
    border: 1px solid lightgrey;
}

.allied-card-title {
    font-weight: 600;
    padding-bottom: 4px;
}

.allied-card-container {
    padding-top: 12px;
}

td.provider-search {
    vertical-align: middle !important;
}

td.provider-search-contract {
    font-family: "Courier New";
}

.autocomplete input {
    width: 100%;
}

tr.claim-status-processed {
    background-color: #D4E6F1;
}

tr.claim-status-pended {
    background-color: #F9D5D1;
}

tr.claim-status-in-process {
    background-color: #CAF5CB;
}

td.claim-item-center {
    text-align: center;
    vertical-align: middle !important;
}

table.ecs {
    background-color: #e6e9ee !important;
    margin: 5px;
    border: solid 1px #000000 !important;
}

td.claim-general-information-header {
    font-weight: bold;
}

.claim-general-information-table {
    border: none !important;
    border-collapse: collapse !important;
    padding: 0 !important;
}

table.claim-provider-table {
    background-color: #FFFFCC !important;
    border: solid 1px #000000 !important;
}

table.claim-special-notes {
    border-collapse: collapse !important;
    border: solid 1px #000;
}

td.claim-status-processed, div.claim-status-processed {
    color: #0020C2;
}

td.claim-status-pended, div.claim-status-pended {
    color: #F9D5D1;
}

td.claim-status-in-process, div.claim-status-in-process {
    color: #CAF5CB;
}

td.claim-status-processed, td.claim-status-pended, td.claim-status-in-process {
    font-weight: bold;
}

div.claim-status-processed, div.claim-status-pended, div.claim-status-in-process {
    margin: 5px;
    padding: 5px;
    border: solid 1px #000;
    width: 100%;
    font-weight: normal;
}


div.claim-status-processed {
    background-color: #D4E6F1;
    color: #000;
}

div.claim-status-pended {
    background-color: #F9D5D1;
    color: #000;
}

div.claim-status-in-process {
    background-color: #CAF5CB;
    color: #000;
}

h3.claim-search-results {
    margin: 20px;
}

td.claim-inventory-align-middle {
    vertical-align: middle !important;
}

span.claim-status-processed {
    color: darkgreen;
}

span.claim-status-in-process {
    color: chocolate;
}

span.claim-status-pended {
    color: darkred;
}

td.claim-inventory-dollar {
    text-align: right;
}

th.claim-inventory-dollar {
    text-align: center;
}

div.claim-inventory-totals, div.claim-inventory-subtotals {
    float: right;
}

th.claim-inventory-totals {
    text-align: right;
}

table.claim-inventory-letter-table {
    border: solid 1px #ccc !important;
    width: 97%;
    margin: 0 auto;
    margin-bottom: 25px;
}

    table.claim-inventory-letter-table tr td {
        text-align: center;
        border: solid 1px #ccc !important;
    }

        table.claim-inventory-letter-table tr td.unavailable {
            color: #ccc;
        }

        table.claim-inventory-letter-table tr td.selected {
            background-color: #f8cc8f;
            color: #fff;
        }

.allied-banner {
    padding: 6px;
    font-weight: 700;
    margin-bottom: 0px;
}

.allied-banner-primary {
    background: #666;
    color: #fff;
}

.allied-banner-secondary {
    color: #1b1e21;
    background-color: #d6d8d9;
    border: 1px solid #666;
}

.allied-banner-light {
    color: #333;
    background-color: #fefefe;
    border: 1px solid #666;
}

.text-underline {
    text-decoration: underline;
}

#MemberCoverageReportWrapper .alert-warning {
    text-align: center;
}
.cobra-plan-select {
    width: 50% !important;
}

.cobra-qualifying-event-select {
    width: 100% !important;
}

.cobra-selected-member fieldset {
    margin-bottom: 20px;
}

.cobra-selected-member radio {
    margin-left: 15px;
}

.cobra-selected-member input[type="radio"] {
    margin: 0 10px;
}

.cobra-selected-member .cobra-member-details {
    color: #337ab7;
font-weight: bold;
}
/*Hide elementson on print*/
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

