/* Minification failed. Returning unminified contents.
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2164,31): run-time error CSS1039: Token not allowed after unary operator: '-rem-line-height'
(2168,28): run-time error CSS1039: Token not allowed after unary operator: '-rem-line-height'
(2172,23): run-time error CSS1039: Token not allowed after unary operator: '-rem-line-height'
(2176,31): run-time error CSS1039: Token not allowed after unary operator: '-rem-line-height'
(2230,21): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-font-size'
 */
@font-face {
    font-family: 'humanacona';
    src: url('fonts/humanacona.eot');
    src: url('fonts/humanacona.eot?#iefix') format('embedded-opentype'), url('fonts/humanacona.woff') format('woff'), url('fonts/humanacona.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
    Line height 24px, default pixel size 14px = line height in rem
*/
:root {
    --rem-line-height: 1.714rem;
}

.ProgramDropHeader {
    font-family: "FS Me Web Bold", Arial, Helvetica, Verdana, sans-serif;
    color: #fff;
    font-size: .9rem !important;
    padding-top: 1.1rem;
    margin-bottom: 0 !important;
}

.OneCase {
    font-family: "FS Me Web Bold", Arial, Helvetica, Verdana, sans-serif;
    color: #fff;
    font-size: .9rem !important;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 361px) {
    .ProgramDropHeader {
        font-size: 1rem !important;
        padding-top: 1rem;
    }

    .OneCase {
        font-size: 1rem !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media only screen and (min-width: 641px) {
    .ProgramDropHeader {
        font-size: 1.1rem !important;
        padding-top: .9rem;
    }

    .OneCase {
        font-size: 1.1rem !important;
        padding-top: .9rem;
        padding-bottom: .9rem;
    }
}

@media only screen and (min-width: 1025px) {
    .ProgramDropHeader {
        font-size: 1.25rem !important;
        padding-top: .75rem;
    }

    .OneCase {
        font-size: 1.25rem !important;
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
}

@media only screen and (min-width: 1441px) {
    .ProgramDropHeader {
        font-size: 1.5rem !important;
        padding-top: .5rem;
    }

    .OneCase {
        font-size: 1.5rem !important;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

/*this was buried in the history and is the original style used for the banner when it was just a background image and text in the foreground*/
.market-banner-open-season {
    width: 100%;
    background-size: cover;
    background-image: url('images/Couple_Cropped.jpg');    
}

.bannerLink {
    margin-top: 1.5vh;
    margin-bottom: 7.5vh;
}

@media only screen and (max-width: 950px) {
    .market-banner-open-season {
        background-image: none;
    }
    .smallerBanner{
        width: 100%;
    }

    .bannerLink {
        margin-top: 1.5vh;
        margin-bottom: 0;
    }
}

.market-banner {
    width: 100%;
    background-color: #003057;
    background-size: cover;
}

    .market-banner p {
        color: white;
        text-shadow: 0px 2px 1px #2A2A2B;
        font-size: 1.20rem;
        font-family: "FS Me Web Light", Arial, Helvetica, Verdana, sans-serif;
    }

#downloadMobileApp {
    border-color: white;
    padding: 10px;
    border-radius: 2px;
    border-style: solid;
    color: white !important;
    border-width: thin;
    text-decoration: none;
    font-size: .9rem;
}

.market-banner h1 {
    text-shadow: 0px 3px 2px #2A2A2B;
    font-family: "FS Me Web Regular", Arial, Helvetica, Verdana, sans-serif;
    font-size: 2.4rem;
}

img.mobile-app-banner {
    width: auto;
    height: auto;
    max-width: 185px;
}

.acd-hero-banner {
    max-width: auto;
    background-image: url('images/HeroImage_1921x500.png');
    background-size: cover;
    padding-bottom: 40px;
}

@media only screen and (min-width: 1438px) {
    .ProgramDropHeader {
        padding-right: 75px;
    }
}

@media only screen and (max-width: 1438px) {
    .acd-hero-banner {
        background-image: url('images/HeroImage-100_1446x639.png');
        padding-bottom: 110px;
    }
}

@media only screen and (min-width:900px) and (max-width: 1439px) {
    div.acd-hero-banner {
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 876px) and (max-width:768px) {
    .acd-hero-banner {
        background-image: url('images/HeroImage-100_596x405.png');
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 649px) {
    .acd-hero-banner {
        background-image: url('images/HeroImage-100_596x405.png');
        padding-bottom: 110px;
    }
}

@media only screen and (max-width:541px) {
    .acd-hero-banner {
        background-image: url('images/HeroImage-100_596x405.png');
        padding-bottom: 110px;
    }
}

@media only screen and (min-width: 650px) {
    #autismButtons {
        padding-right: 0;
    }
    #cmDmButtons {
        padding-right: 0;
    }
}

@media only screen and (max-width:411px) {
    .acd-hero-banner {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 10px) and (max-width: 541px) {
    .showOnMobileScreen {
        display: block;
    }

    .hideOnMobileScreen {
        display: none;
    }
}



/*iPhone6/7/8 Plus have screen size of 414 x 736 (which is the max width in compared to other mobile devices).
    We are hiding hero image from a browser on a mobile device.*/

@media only screen and (max-width: 414px) {
    .acd-hero-banner {
        background-image: none;
    }
}

@media only screen and (max-width: 320px) {
    .acd-hero-banner {
        background-image: none;
    }

    #programDropDownButton {
        margin-right: 0px;
    }
}

button.toggleSelected {
    color: white;
    background-color: #5C9A1B;
    padding: .2em .4em .2em .4em;
    margin: 0 0 0rem;
}

    button.toggleSelected:focus {
        color: white;
        background-color: #5C9A1B;
        outline: 0;
    }

button.toggleUnselected {
    color: #5C9A1B;
    background-color: white;
    border-width: 2px;
    border-style: solid;
    border-color: #5C9A1B;
    padding: .2em .4em .2em .4em;
    margin: 0 0 0rem;
}

    button.toggleUnselected:focus {
        color: #5C9A1B;
        background-color: white;
        border-width: 2px;
        border-style: solid;
        border-color: #5C9A1B;
        outline: 0;
    }

.filter-icon {
    /*height:24px;
    width:24px;*/
    height: 18px;
    width: 18px;
    stroke: #5C9A1B;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.print-icon-small {
    height: 22px;
    width: 22px;
    stroke: #5C9A1B;
    stroke-width: .125em;
    fill: #f7f7f7;
}

#SelectedMember {
    cursor: default;
    margin-left: 0;
    margin-bottom: 0;
    outline: none;
    width: 10.25em;
    display: inline-block;
}

.nameField {
    width: 250px !important;
}

.selectedMemberCarrot-icon {
    height: 36px;
    width: 36px;
    stroke: #1d5b2d;
    stroke-width: .1em;
    fill: #f7f7f7;
}

.communicationsChatCarrot-icon {
    height: 36px;
    width: 36px;
    stroke: #1d5b2d;
    stroke-width: .1em;
    fill: #f7f7f7;
}


a:hover {
    display: inline;
}

.reveal-modal .close-reveal-modal {
    display: inline-block;
}

#SelectFrom {
    margin-left: 0;
    list-style: none;
    position: absolute;
    z-index: 100;
    display: none;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    width: 20em;
}

    #SelectFrom li {
        padding-left: 2em;
    }

        #SelectFrom li.family-list-locked:hover {
            color: #484641;
            background-color: #cccccc;
        }

        #SelectFrom li:hover {
            cursor: default;
            color: #ffffff;
            background-color: #aa005f;
        }

.blue-button-row-item {
    height: 40px;
    width: 40px;
    background: url("images/BlueButton.svg") no-repeat top left;
    background-size: contain;
    margin-top: -5px;
}

.person-viewable-icon {
    height: 34px;
    width: 36px;
    stroke: #484641;
    stroke-width: .1em;
    fill: #ffffff;
}

#SelectFrom li:hover .person-viewable-icon, #SelectFrom li:hover {
    stroke: #eeeeee;
    fill: #aa005f;
    color: #ffffff;
}

#SelectFrom .family-list-locked {
    background-color: #cccccc;
    color: #484641;
}

.person-not-viewable-icon {
    height: 34px;
    width: 36px;
    stroke: #484641;
    stroke-width: .1em;
    fill: #cccccc;
}

#SelectFrom li:hover .person-not-viewable-icon, #SelectFrom li:hover {
    stroke: #eeeeee;
    stroke: #484641;
    fill: #cccccc;
}

#ddlCategory ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#ddlCategory {
    margin-left: 0px;
    list-style-type: none;
    position: relative;
    z-index: 100;
    display: none;
    border: solid 1px #cccccc;
    background-color: #eeeeee;
    /*width:auto;*/
}

#ddlCategorySelected {
    border: solid 1px #404040
}

#ddlSecureMsgCategorySelected {
    border: solid 1px #404040
}

#ddlCategory li {
    /*padding-left:10em;*/
}

    #ddlCategory li:hover {
        cursor: default;
        color: #ffffff;
        background-color: #aa005f;
    }

#ddlSecureMsgCategory {
    margin-left: 0px;
    list-style-type: none;
    position: relative;
    z-index: 100;
    display: none;
    border: solid 1px #cccccc;
    background-color: #eeeeee;
    /*width:auto;*/
}

    #ddlSecureMsgCategory ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

#ddlSecureMsgCategory {
    border: solid 1px #404040
}

    #ddlSecureMsgCategory li {
        /*padding-left:10em;*/
    }

        #ddlSecureMsgCategory li:hover {
            cursor: default;
            color: #ffffff;
            background-color: #aa005f;
        }

.cardHumLogo {
    max-height: 85%;
    width: auto;
    margin-top: 3px;
}


.secure-message-opened-icon {
    height: 24px;
    width: 24px;
    stroke: #1d5b2d;
    stroke-width: .125em;
    fill: #ffffff;
}

.secure-message-unopened-icon {
    height: 24px;
    width: 24px;
    stroke: #1d5b2d;
    stroke-width: .175em;
    fill: #ffffff;
}

.box-line-item:hover .secure-message-opened-icon, .box-line-item:hover {
    fill: #f7f7f7;
}

    .box-line-item:hover .secure-message-unopened-icon, .box-line-item:hover {
        fill: #f7f7f7;
    }


.compose-secure-message-icon {
    height: 30px;
    width: 30px;
    stroke: #aa005f;
    stroke-width: .125em;
    cursor: pointer;
    fill: #ffffff;
}

    .compose-secure-message-icon:hover {
        stroke: #5c9a1b;
    }

.action-required-icon {
    height: 24px;
    width: 24px;
    stroke: #aa005f;
    stroke-width: .125em;
    fill: #f7f7f7;
}

.attachment-icon {
    height: 30px;
    width: 30px;
    stroke: #676767;
    stroke-width: .075em;
    fill: #f7f7f7;
}

.upload-files {
    height: 30px;
    width: 30px;
    stroke: #1d5b2d;
    stroke-width: .125em;
    cursor: pointer;
    fill: #ffffff;
}

    .upload-files:hover {
        stroke: #5c9a1b;
    }

.calendar-icon {
    height: 36px;
    width: 36px;
    stroke: #1d5b2d;
    stroke-width: .1em;
    cursor: pointer;
    fill: #ffffff;
    vertical-align: middle;
    margin-bottom: 8px;
}

.question-icon {
    height: 36px;
    width: 36px;
    stroke: #1d5b2d;
    stroke-width: .1em;
    cursor: pointer;
    fill: #ffffff;
    vertical-align: middle;
    padding-left: 15px;
    margin-bottom: 15px;
}

button:hover .caledar-icon {
    stroke: #5c9a1b;
}

.denied-icon {
    height: 44px;
    width: 44px;
    fill: #ffffff;
    margin-top: 2px;
    stroke: #aa0008;
}

.processed-icon {
    height: 36px;
    width: 36px;
    fill: #ffffff;
    margin-top: 2px;
    margin-right: 3px; /*icon has margin, unlike the others... other icons have what appears to be a margin based on the image itself, so this margin-right lines this icon up with the others*/
}

.in-process-icon {
    height: 44px;
    width: 44px;
    fill: #ffffff;
    margin-top: 2px;
    stroke: #d5d5d5;
}

.referral-approved-icon {
    height: 44px;
    width: 44px;
    fill: #ffffff;
    margin-top: 2px;
    stroke: #5C9A1B;
}

.partial-approved-icon {
    height: 44px;
    width: 44px;
    fill: #ffffff;
    margin-top: 2px;
    stroke: #d5d5d5;
}

.not-approved-icon {
    height: 44px;
    width: 44px;
    fill: #ffffff;
    margin-top: 2px;
    stroke: #aa0008;
}

.incomplete-info-icon {
    height: 44px;
    width: 44px;
    fill: #ffffff;
    stroke: #aa0008;
}

.returned-icon {
    height: 44px;
    width: 44px;
    fill: #ffffff;
    margin-top: 2px;
}

.no-auth-required-icon {
    height: 44px;
    width: 44px;
    stroke: #000000;
    stroke-width: .125em;
    fill: #fff;
}


.area-title {
    color: #1d5b2d;
}

.filter-box {
    font-size: 16px;
}

.plum {
    color: #aa005f;
}

.email-text-box {
    width: 225px !important;
}

@media only screen and (max-width: 750) {
    .centerFormFields {
        padding-bottom: 10px;
    }

    .resizeDDL {
        text-wrap: normal
    }
}


@media only screen and (min-width: 641px) {
    .centerFormFields {
        display: flex;
        justify-content: center;
        align-items: center;
        /*padding-bottom :10px;*/
    }

    .resizeDDL {
        text-wrap: normal
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
    .showOnMobileScreen {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .centerFormFields {
        display: flex;
        justify-content: center;
        align-items: center;
        /*padding-bottom :10px;*/
    }

    .resizeDDL {
        text-wrap: normal
    }
}



/*Claims Index*/
.claims-ask-question-icon {
    height: 36px;
    width: 36px;
    stroke: #000000;
    stroke-width: .125em;
    fill: #ffffff;
    margin-top: -5px;
    /*margin-right:5px;*/
    margin-right: 12px;
}

.appeal-claim-icon {
    height: 28px;
    width: 28px;
    fill: #ffffff;
    margin-top: -2px;
    margin-right: 5px;
}

@media only screen and (max-width: 641px) {
    .blue-button-row-item-small {
        margin-top: -30px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 1025px) {
    .claim-ask-question-margin {
        margin-left: 8px;
    }

    .claim-appeal-margin {
        margin-left: 8px;
    }

    .claim-view-detail-margin {
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .claim-status-margin {
        margin-right: 25px;
    }
}

@media only screen and (max-width:1024px) {
    .modal-title {
        display: inline-block;
        font-size: 20px !important;
        color: #5c9a1b;
        padding-left: 0px !important;
    }
}


@media only screen and (min-width: 641px) {
    .claim-ask-question-margin {
        margin-right: 8px;
    }

    .claim-appeal-margin {
        margin-left: 8px;
    }

    .claim-view-detail-margin {
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .claim-status-margin {
        margin-right: 25px;
    }
}

@media only screen and (max-width: 375px) {
    #humanaLogoForCCP {
        margin-left: 10px;
        height: inherit;
    }
}

@media only screen and (max-width: 400px) {
}

.box-line-item-header {
    padding: 5px 8px 5px 8px !important;
}

.close-reveal-modal {
    color: #aa005f !important;
    padding-top: 10px;
}


.modal-title {
    display: inline-block;
    font-size: 28px;
    color: #5c9a1b;
    padding-left: 11px;
}

.bcpModal-title {
    display: inline-block;
    font-size: 28px;
    color: #5c9a1b;
}

.underline {
    border-bottom: 1px dashed #999;
    text-decoration: none;
    margin-top: 22px;
}


/*Claims Tile*/

.claim-prov-name {
    color: #404040;
    font-weight: bold;
}

.claim-bene-name {
    font-size: 14px;
    margin-top: -10px;
    padding-bottom: 11px;
    color: #000000;
    font-weight: bold;
}

.claim-number {
    font-size: 15px;
    padding-top: 5px;
}

.claim-status {
    float: right;
    padding-right: 35px;
}

.claim-icon {
    float: right;
}

.claim-status-desc {
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #262626;
}

.claim-status-returned-desc {
    font-size: 18px;
    font-weight: bold;
    color: #262626;
    vertical-align: -webkit-baseline-middle;
}

.claim-process-date {
    font-size: 18px;
    font-weight: bold;
    color: #404040;
}

.claimAmount {
    padding-left: 11px;
}

.paidByGov {
    color: #1d5b2d;
    font-weight: bold;
}

.patientRepLabel {
    color: #404040;
    font-size: 15px;
    font-weight: bold;
}

.patientRepValue {
    color: #FF0000;
    font-weight: bold;
}

.title-bar {
    top: 0 !important;
    line-height: 54px;
    background-color: gray;
    margin-top: -10px;
    background-color: #F0F0F0;
}

.reveal-modal {
    background-color: #F7F7F7;
}

.close-reveal-modal {
    color: #aa005f !important;
    margin-right: 10px;
}

.green {
    color: #5c9a1b !important;
}



#spinner {
    padding-left: 13px;
}

/*Claim details*/


@media only screen and (min-width: 1400px) {
    .detail-letter {
        margin-top: -85px;
        padding-right: 300px;
    }

    .openStatus {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 1400px) {
    .detail-letter-responsive {
        float: left;
    }

    .openStatus {
        margin-left: 50px;
    }
}
/*This is a weird situation for Kindle Fire HDX.*/
@media only screen and (min-width: 799px) and (max-width:800px) {
    .openStatus {
        padding-left: 10px;
    }

    .completeStatus {
        padding-left: 20px;
    }

    .cancelStatus {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 851px) {
    .openStatus {
        margin-left: 55px;
    }
}

@media only screen and (max-width: 741px) {
    .openStatus {
        margin-left: 30px;
    }

    .completeStatus {
        margin-left: -25px;
    }

    .cancelStatus {
        margin-left: -25px
    }
}

@media only screen and (max-width: 768px) {
    .openStatus {
        margin-left: 15px;
    }

    .completeStatus {
        margin-left: -35px;
    }

    .cancelStatus {
        margin-left: -35px
    }

    .hideOnMobileScreen {
        display: none;
    }
}

@media only screen and (min-width: 1400px) {
    .detail-eob {
        margin-top: -85px !important;
        padding-right: 15px;
    }

    .showOnMobileScreen {
        display: none;
    }

    .hideOnMobileScreen {
        display: block;
    }

    .completeStatus,
    .cancelStatus {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
    .openStatus {
        margin-left: 5px;
    }

    .completeStatus,
    .cancelStatus {
        margin-left: -50px;
    }

    .showOnMobileScreen {
        display: none;
    }

    .hideOnMobileScreen {
        display: block;
    }
}



@media only screen and (max-width: 1400px) {
    .detail-eob-responsive {
        float: left;
    }
}

@media only screen and (max-width: 516px) {
    .hideOnMobileScreen {
        display: none;
    }

    #humanaLogoForCCP {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1400px) {
    .detail-question {
        margin-top: -47px;
    }
}

@media only screen and (min-width: 1400px) {
    .detail-responsive {
        margin-top: -35px;
        padding-right: 25px !important;
    }
}

@media only screen and (max-width: 400px) {
    .detail-responsive {
        float: left;
        margin-top: 8px;
    }

    .hideOnMobileScreen {
        display: none;
    }

    #humanaLogoForCCP {
        margin-left: 15px;
        height: 200px;
    }
}


@media only screen and (min-width:766px) and (max-width: 768px) {
    .showOnMobileScreen {
        display: none;
    }

    .hideOnMobileScreen {
        display: block;
    }
}

.detail-tile {
    background-color: #eee;
    padding-bottom: 5px;
    min-height: 240px;
}


.message-tile {
    background-color: #eee;
    padding-bottom: 5px;
    height: auto;
}

.patient-resp {
    padding-top: 5px;
    font-size: 15px;
    font-weight: bold;
}


/*Referral Auths*/

.showMoreRefAuths {
    font-size: 18px;
}

.ref-prov-name {
    font-weight: bold;
    color: #4d4d4d;
}

.ref-status-desc {
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #404040;
}

.ref-info {
    margin-left: -3px;
}

.ref-auth-header {
    min-height: 76px;
}

.ref-ask-question {
    margin-left: 5px;
}

.ref-ask-question-txt-margin {
    margin-right: 22px;
}

.ref-ask-question-icon-margin {
    margin-right: 10px;
    margin-top: -5px;
}

@media only screen and (max-width: 1025px) and (min-width: 641px) {
    .search-modal {
        margin-top: -20px !important;
    }

    .in-process-icon {
        margin-left: 7px;
    }

    .claim-icon {
        float: left !important;
    }

    .claim-status {
        float: left;
    }
}

@media only screen and (max-width: 641px) {
    .ref-approved {
        float: left !important;
        margin-top: 6px;
        padding-left: 15px;
    }

    .ref-view-details {
        float: left !important;
        margin-top: 6px;
        margin-left: -3px;
    }

    .openStatus, .completeStatus, .cancelStatus {
        margin-left: -1px;
    }
}

@media only screen and (min-width: 1025px) {
    .side-by-side {
        height: 265px !important;
    }
    /*.login-side-by-side-left{
            margin-right:-5px;
        }
        .login-side-by-side-right{
            margin-left:-5px;
        }*/
    .login-middle-section-parent {
        padding: 10% 0;
    }

    .login-middle-section-child {
        padding: 15% 0;
    }

    .login-container-middle-height {
        min-height: 366px;
    }
}


.box-line-item-header {
    padding: 5px 5px 5px 5px !important;
}

.box-line-item {
    padding-top: 20px;
    padding-left: 1px;
}

a.referral-detail {
    color: #fefefe;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: .85em 1em;
    margin: 0 1.5rem 1rem 0;
    font-size: .9rem;
    background-color: #aa005f;
    border: 1px solid #aa005f;
}

    a.referral-detail:hover, a.referral-detail:active, a.referral-detail:focus {
        color: #aa005f;
        text-decoration: none !important;
        background-color: #ffffff;
    }

@media only screen and (max-width: 641px) {
    .right-arrow-reponsive {
        margin-top: -65px !important;
    }
}





/* Communication Preferences */

button.plum:disabled {
    color: #aa005f;
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3;
}

.question-mark-prefs-icon {
    height: 18px;
    width: 18px;
    stroke: #aa005f;
    stroke-width: .175em;
    fill: #ffffff;
    margin-top: 2px;
    margin-right: 3px;
}

.question-mark-exp-icon {
    height: 18px;
    width: 18px;
    stroke: #484641;
    stroke-width: .175em;
    fill: #ffffff;
    margin-top: 2px;
    margin-right: 3px;
}

.error-needinfo-icon {
    height: 24px;
    width: 24px;
    stroke: #ffffff;
    stroke-width: .175em;
    fill: #aa0008;
    margin-top: 2px;
    margin-right: 3px;
}

.warning-needinfo-icon {
    height: 24px;
    width: 24px;
    stroke: #ffffff;
    stroke-width: .175em;
    fill: #aa005f;
    margin-top: 2px;
    margin-right: 3px;
}

/* Communication Preferences - Foundation tooltip style overrides */
.tooltip {
    background-color: #ffffff !important;
    color: #aa005f !important;
    /*-webkit-border-radius: 12px;
     -moz-border-radius: 12px;
     border-radius: 12px;*/
    border: 1px solid #aa005f;
    /*border-top: 1px solid black;
     border-bottom: 1px solid black;
     border-left: 1px solid black;
     border-right: 1px solid black;*/
    text-decoration: none;
}

.has-tip, .has-tip:hover {
    border-bottom-style: none;
}

.nub {
    border-color: transparent !important;
}

/*.tooltip > .nub{
  border-color: transparent transparent black;
}*/

.success-alert-loading {
    display: none;
    padding-right: 60px;
    float: right;
}

.success-alert {
    color: #5C9A1B !important;
}

.failure-alert {
    color: #aa0008 !important;
}

.comm-pref-sub-item {
    padding-left: 0px;
}


@media only screen and (max-width: 641px) {
    .comm-pref-sub-item-top-pad {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 1025px) and (min-width: 641px) {
    .comm-pref-sub-item-top-pad {
        padding-top: 8px;
    }
}

@media only screen and (min-width: 1025px) {
    .comm-pref-sub-item-top-pad {
        padding-top: 8px;
    }
}


/* Communications */

.secure-message-unopened-line {
    font-weight: bold;
}

.secure-message-headers {
    font-weight: bold;
}

.chat-transcript-agent-line {
    font-weight: bold;
}

.attachment-file-list {
    font-size: 14px;
}

.communications-box-line-item-header {
    padding: 0px 0px 0px 0px !important;
}

.communication-box-line-hover:hover {
    background-color: #FFFFFF;
}

.communications-category-missing {
    border-color: red !important;
}

.communications-category-add {
    border-color: darkgreen !important;
}


/*@media #{$small-only} {
  min-height:100vh;
  width: 90vw;
}*/

/*.object-content {
    width: 100%;
    margin: 0px auto;
}*/
/*border: thin solid black;*/

.object-container {
    height: 0;
    width: 100%;
    padding-top: 24px;
    /*position: relative;*/
}

    .object-container object {
        width: 100%;
        height: 100%;
        position: absolute;
        /*top: 0;*/
        left: 0;
    }


@media only screen and (max-width: 641px) {
    .object-container {
        overflow: scroll;
        -webkit-overflow-scrolling: touch !important;
        padding-bottom: 100.00%;
    }

    .comm-detail-modal {
        padding: 0rem;
        border: solid 0px;
    }

    .comm-detail-modal-title {
        margin-top: 1.875rem;
        margin-left: 1.875rem;
    }

    .comm-detail-hdrinfo {
        padding-left: 1.8rem;
        padding-bottom: .35rem;
    }
}

@media only screen and (max-width: 1025px) and (min-width: 641px) {
    .object-container {
        overflow: scroll;
        -webkit-overflow-scrolling: touch !important;
        padding-bottom: 81.25%;
    }

    .comm-detail-modal {
        padding: 1.875rem;
        border: solid 1px;
    }
}

@media only screen and (min-width: 1025px) {
    .object-container {
        padding-bottom: 56.25%;
    }

    .comm-detail-modal {
        padding: 1.875rem;
        border: solid 1px;
    }
}



.tmpPrimeEnrollmentFontSize {
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: left;
}

    .tmpPrimeEnrollmentFontSize plum {
        color: #aa005f;
    }

.tmpPrimeEnrollmentBackground {
    width: 100%;
    background-size: auto;
    background-image: url('images/temp-prime-enrollment-card.jpg');
}

.tmpPrimeEnrollmentOutline {
    height: 300px;
    width: 460px;
    border-color: #5c9a1b;
    border-width: 2px;
    border-style: solid;
    padding-left: 5px;
    padding-right: 5px;
}

.cat-cap-eff-date {
    margin-top: -10px;
}

.chat-button-text {
    color: white;
    margin-top: 15px;
    font-size: 1.2rem;
}


.chat-modal-message-button {
    background-color: #5C9A1B;
    margin-bottom: 15px;
}

@media only screen and (max-width: 40em) {

    /*.chat-button-text {
       color:white;
       margin-top:15px;
       font-size: 1rem;
    }*/

    .claim-icon {
        float: left !important;
    }

    .claim-status {
        float: left;
    }

    .in-process-icon {
        margin-left: 7px;
    }

    .ref-view-details {
        float: left !important;
        margin-top: 6px;
        margin-left: -3px;
    }

    .ref-ask-question {
        margin-left: -18px;
    }

    .ref-ask-question-txt-margin {
        margin-right: 0px;
    }
}

@media print {
    .pageElement {
        display: none !important;
    }

    #level-100 {
        display: none;
    }

    #level-200 {
        display: none;
    }

    #level-300 {
        display: none;
    }

    #level-500 {
        display: none;
    }
    /*.tmpPrimeEnrollmentOutline{
        height:500px;
        width:650px;
        page-break-inside:avoid;
    }*/
    .tmpPrimeEnrollmentBackground {
        -webkit-print-color-adjust: exact;
    }

    #printClaimsScreen {
        display: block !important;
    }

    .tmpPrimeEnrollmentFontSize {
        font-size: 0.8rem;
        line-height: 1.0rem;
        text-align: left;
    }

        .tmpPrimeEnrollmentFontSize plum {
            color: #aa005f;
        }

    html, body {
        height: auto;
    }
}

#eob-object-container {
    position: relative;
    height: 0;
    padding-bottom: 100%;
}

    #eob-object-container object {
        width: 300px; /* the object's properties*/
        height: 550px;
        position: absolute; /* horizontally center the object */
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0);
    }

.green-action-required-icon {
    height: 48px;
    width: 48px;
    stroke: #5C9A1B;
    stroke-width: .125em;
    fill: #e8f4dc;
}

.login-container {
    min-height: 366px;
}

.login-registration-link {
    color: #aa005f;
    display: inline-block;
}

    .login-registration-link:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.font-size-small {
    font-size: 12px;
}

.padding-bottom-3 {
    padding-bottom: 3px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

#level-600 {
    width: 100%;
    background-color: #003057;
    padding-bottom: 2rem;
    position: absolute;
    bottom: 0px;
    display: none;
}

    #level-600 p {
        color: #ffffff;
    }

    #level-600 ul {
        display: block;
        position: relative;
        list-style-type: none;
        list-style-position: outside;
        text-align: center;
    }

        #level-600 ul li {
            display: inline;
            position: relative;
            padding-right: .5em;
            border-right: 1px solid #ffffff;
        }

            #level-600 ul li a {
                color: #ffffff;
            }

                #level-600 ul li a:hover {
                    color: #ffffff;
                    text-decoration: underline;
                }

            #level-600 ul li.last {
                border-right: none;
            }

.box-container-login {
    background-color: #FFFFFF;
    color: #676767;
    border-top: 40px solid #AA0008;
    border-radius: 0 0 0 0;
    padding: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.loginButton {
    color: #612166;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border-radius: 5px;
    padding: .85em 1em;
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #612166;
    width: inherit;
    font-weight: bold;
    margin-top: 10px;
}

    .loginButton:hover, .loginButton:active, .loginButton:focus {
        color: #612166;
        background-color: #ffffff;
        outline: none;
    }

.dsLogonButton {
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border-radius: 5px;
    padding: .85em 1em;
    font-size: 18px;
    background-color: #003057;
    border: 1px solid #003057;
    width: inherit;
    font-weight: bold;
}

    .dsLogonButton:hover, .dsLogonButton:active, .dsLogonButton:focus {
        color: #ffffff;
        background-color: #003057;
        outline: none;
    }

input[type=text].loginTextBox, input[type=password].loginTextBox {
    background-color: #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
}

input[type=text].input-validation-success {
    border-color: #78be20;
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
}

.labelSuccess {
    color: #78be20;
}

.labelError {
    color: #aa0008;
}

.teal-font-12 {
    font-size: 12px;
    color: #007481;
}

.green-background {
    background-color: #78be20;
}

.new-registration-link {
    color: #003057;
    line-height: 14px;
    font-size: 12px;
    padding-top: 10px;
}

.new-loginHelp-link {
    color: #003057;
    line-height: 14px;
    font-size: 12px;
    padding-top: 20px;
}

.greenLabel {
    color: #78be20;
}

.careManagementTile {
    background-color: #4a7729;
    opacity: 80%;
    font-size: 20px;
    color: #ffffff;
    margin-left: 12px;
    margin-right: 12px;
    padding: 20px;
}

.bottom-of-box {
    position: absolute;
    bottom: 16px;
    left: 2px;
    right: 2px;
}

.cta-container {
    width: 100%;
    margin: 2rem 0;
}

.cta-text {
    font-family: 'FS Me Web Bold', Arial, Helvetica,Verdana, sans-serif !important;
    font-size: .95rem !important;
    line-height: 1.5rem !important;
}

.hm-arrow:after {
    font-family: humanacona;
    font-style: normal;
    line-height: 1.5rem;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: '\f001';
    font-size: inherit;
    margin-left: .25em;
}

.adj-button-primary {
    box-shadow: 0 0.25rem .5rem 0 #979797;
    border-radius: .25rem;
    cursor: pointer;
    display: inline-block;
    font-family: FS Me Web Bold,Arial,Helvetica,Verdana,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    overflow: hidden;
    padding: 1rem 1.5rem;
    text-align: left;
    text-decoration: none !important;
    width: 100%;
    background-color: #612166;
    color: #fff !important;
    position: relative;
    -webkit-transition: color .33s ease-in;
    transition: color .33s ease-in;
    z-index: 0;
}

[data-whatinput=keyboard] .adj-button-primary.adj-visually-focused, [data-whatinput=keyboard] .adj-button-primary:focus, [data-whatinput=keyboard] .adj-button-primary [data-core-composite-active-descendant] {
    outline-offset: 0
}

.adj-button-primary:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #7b3b80;
    height: 100%;
    left: 0;
    width: 0;
    -webkit-transition: width .33s ease-in-out;
    transition: width .33s ease-in-out;
    top: 0;
    z-index: -1;
}

.adj-button-primary .adj-button-icon {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .16s;
    transition-duration: .16s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

[data-whatintent=keyboard] .adj-button-primary, [data-whatintent=keyboard] .adj-button-primary .adj-button-icon, [data-whatintent=keyboard] .adj-button-primary:before {
    -webkit-transition: none;
    transition: none
}

.adj-button-primary-has-icon:active:after, .adj-button-primary-has-icon:hover:after {
    width: calc(100% - 2.125rem)
}

[data-whatinput=keyboard] .adj-button-primary-has-icon.adj-visually-focused:after, [data-whatinput=keyboard] .adj-button-primary-has-icon:focus:after, [data-whatinput=keyboard] .adj-button-primary-has-icon [data-core-composite-active-descendant]:after {
    width: calc(100% - 2.125rem)
}

.adj-button-primary-small {
    padding: .5rem 1rem
}

.adj-button-primary-small-has-icon:active:after, .adj-button-primary-small-has-icon:hover:after {
    width: calc(100% - 1.5625rem)
}

[data-whatinput=keyboard] .adj-button-primary-small-has-icon.adj-visually-focused:after, [data-whatinput=keyboard] .adj-button-primary-small-has-icon:focus:after, [data-whatinput=keyboard] .adj-button-primary-small-has-icon [data-core-composite-active-descendant]:after {
    width: calc(100% - 1.5625rem)
}

.adj-button-primary:active {
    color: #fff
}

    .adj-button-primary:active:before {
        width: 100%
    }

.adj-button-primary:hover {
    color: #fff
}

    .adj-button-primary:hover:before {
        width: 100%
    }

[data-whatinput=keyboard] .adj-button-primary:focus {
    color: #fff
}

    [data-whatinput=keyboard] .adj-button-primary:focus:before {
        width: 100%
    }

[data-whatinput=keyboard] .adj-button-primary.adj-visually-focused {
    color: #fff
}

    [data-whatinput=keyboard] .adj-button-primary.adj-visually-focused:before {
        width: 100%
    }

[data-whatinput=keyboard] .adj-button-primary [data-core-composite-active-descendant] {
    color: #fff
}

    [data-whatinput=keyboard] .adj-button-primary [data-core-composite-active-descendant]:before {
        width: 100%
    }

.adj-button-primary:active .adj-button-icon, .adj-button-primary:hover .adj-button-icon {
    -webkit-transform: translateX(.375rem);
    transform: translateX(.375rem)
}

[data-whatinput=keyboard] .adj-button-primary.adj-visually-focused .adj-button-underline, [data-whatinput=keyboard] .adj-button-primary:focus .adj-button-underline, [data-whatinput=keyboard] .adj-button-primary [data-core-composite-active-descendant] .adj-button-underline {
    border-bottom: .125rem solid currentColor
}

.adj-button-primary:disabled {
    background-color: #bbb;
    border-color: #bbb;
    color: #fff;
    pointer-events: none
}

.adj-button-primary .adj-button-icon {
    margin-left: .5rem;
    margin-right: -.2rem
}

.adj-button-primary .adj-button-icon, .adj-button-primary .adj-button-icon-no-text {
    display: inline-block;
    height: 1.333em;
    width: 1.333em;
}

.adj-button-primary-alt {
    box-shadow: 0 0.25rem .5rem 0 #979797;
    cursor: pointer;
    display: inline-block;
    font-family: FS Me Web Bold,Arial,Helvetica,Verdana,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    overflow: hidden;
    padding: 1rem 1.5rem;
    text-align: left;
    text-decoration: none !important;
    width: 100%;
    background-color: #007481;
    color: #fff !important;
    position: relative;
    -webkit-transition: color .5s ease-in;
    transition: color .5s ease-in;
    z-index: 0;
}

    .adj-button-primary-alt:before {
        content: "";
        display: block;
        position: absolute;
        background-color: #fff;
        height: 100%;
        left: 0;
        width: 0;
        -webkit-transition: width .5s ease-in-out;
        transition: width .5s ease-in-out;
        top: 0;
        z-index: -1
    }

    .adj-button-primary-alt:hover {
        color: #007481 !important;
    }

    .adj-button-primary-alt .adj-button-icon {
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        -webkit-transition-duration: .16s;
        transition-duration: .16s;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

.adj-button-primary-alt-has-icon:active:after, .adj-button-primary-alt-has-icon:hover:after {
    width: calc(100% - 2.125rem)
}

.adj-button-primary-alt:active {
    color: #007481
}

    .adj-button-primary-alt:active:before {
        width: 100%
    }

.adj-button-primary-alt:hover:before {
    width: 100%
}

.adj-button-primary-alt:active .adj-button-icon, .adj-button-primary-alt:hover .adj-button-icon {
    -webkit-transform: translateX(.375rem);
    transform: translateX(.375rem)
}

.adj-button-primary-alt .adj-button-icon {
    margin-left: .5rem;
    margin-right: -.2rem
}

.adj-button-primary-alt .adj-button-icon, .adj-button-primary-alt .adj-button-icon-no-text {
    display: inline-block;
    height: 1.333em;
    width: 1.333em;
}

#ProgramList {
    font-family: 'FS Me Web Regular', Arial, Helvetica, Verdana, sans-serif !important;
    list-style: none;
    position: absolute;
    z-index: 100;
    display: none;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    max-width: 100%;
    min-width: 91%;
}

@media only screen and (min-width: 361px) {
    #ProgramList {
        min-width: 92% !important;
    }
}

@media only screen and (min-width: 641px) {
    #ProgramList {
        min-width: 96% !important;
    }
}

@media only screen and (min-width: 1025px) {
    #ProgramList {
        min-width: 97% !important;
    }
}

.programListItem {
    padding-top: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ProgramSubList {
    font-family: 'FS Me Web Regular', Arial, Helvetica, Verdana, sans-serif !important;
    list-style: none;
    background-color: #ffffff;
    cursor: pointer;
    margin-left: 0 !important;
}

    .ProgramSubList li {
        padding-left: 55px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .ProgramSubList li:hover {
            color: #ffffff;
            background-color: #4e8416;
        }

.cmDashboardFont {
    font-family: 'FS Me Web Regular', Arial, Helvetica, Verdana, sans-serif !important;
}

.loginButton,
.dsLogonButton {
    background: #612166;
    margin: 5px 0px;
    padding: 15px 20px;
    text-align: center;
    color: #fff !important;
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(to right, #fff 50%, #003057 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .33s ease;
    cursor: pointer;
    border: 1px solid #003057;
    outline: none !important;
    font-family: 'FS Humana Light', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

.loginButton {
    background: linear-gradient(to right, #fff 50%, #612166 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid #612166;
}

    .loginButton:hover {
        text-decoration: none !important;
        color: #612166 !important;
        background-position: left bottom;
        font-weight: 600;
    }

.dsLogonButton:hover {
    text-decoration: none !important;
    color: #003057 !important;
    background-position: left bottom;
    font-weight: 600;
}


.bold-text {
    font-family: "FS Me Web Bold", Arial, Helvetica, Verdana, sans-serif;
}

.tableTitleBar {
    background-color: #4E8416;
    color: #ffffff;
    display: inline-block;
    width: 100%;
}

.pb-4 {
    padding-bottom: calc(var(--rem-line-height) * 4);
}

.pt-4 {
    padding-top: calc(var(--rem-line-height) * 4);
}

.pt-1 {
    padding-top: var(--rem-line-height);
}

.pb-2 {
    padding-bottom: calc(var(--rem-line-height) * 2);
}

.header-profile {
    height: 40px;
    margin-right: 6px;
    margin-top: .4rem;
    float: left;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    background-color: #457d0b;
}

    .header-profile:hover {
        cursor: pointer;
        background-color: #1d5b2d;
    }

.header-profile-icon {
    height: 32px;
    width: 32px;
    margin-top: .15rem;
    stroke: #ffffff;
    stroke-width: .1em;
    fill: #457d0b;
}

.header-profile:hover .header-chat-icon, .header-chat:hover {
    fill: #1d5b2d;
}
.f-dropdown {
    margin-left: 6px;
    margin-top: 20px;
    border: none;
}
    .f-dropdown li {
        margin-left: -12px;
        background: #FFF;
    }

.sticky300 {
    position: fixed;
    top: 0;
    z-index: 1003;
}

.t5InputStyle {
    background-color: transparent;
    background-color: #f7f7f7;
}

pre.paragraph {
    font-family:inherit;
    font-size: var(--bs-body-font-size);
    line-height:inherit;
}
