:root {
    --LibertyPurple: #602D86;
    --LibertyLightPurple: #9E82B6;
    --DarkGray: #585759;
    --IconPurple: #7F3F98;
}

html, body, form {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Century Gothic';
    font-size: 16px;
    color: black;
    line-height: 1.3;
    cursor: default;
}

#sideNavContainer {
    display: block;
    background: none;
}

.spacer-main {
    display: none;
}

#sideNavBtn {
    display: none;
}

#closeBtn {
    display: none;
}

#closeButton {
    margin-top: -10px;
}

/*select,
textarea,
input {
    font-size: 14px !important;
}*/

.siteEntry {
    background: url(../Images/landing-bg.jpg) no-repeat top center #7e6492;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    /*-ms-interpolation-mode: nearest-neighbor;*/ /* IE (non-standard property) */
}

ul {
    margin: 0;
}

.carousel {
    /*background: #2f4357;*/
}

.carousel-item {
    text-align: center;
    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}

.carousel .carousel-inner .carousel-caption a {
    font-size: 20px;
    color: #7F3F98;
    text-decoration: none;
    font-weight: bold;
}

    .carousel .carousel-inner .carousel-caption a:hover {
        color: white;
        text-decoration: underline;
    }

.bs-example {
    margin: 20px;
}

.btn-group option {
    padding-left: 10px;
    line-height: 2;
    color: black;
}

.btn-group select option:hover {
    background-color: #7F3F98;
    color: white;
}

.btn-group select option:checked {
    background-color: #7F3F98;
    color: white;
}
/*.btn-group option:hover a {
       
        color: white;
        text-decoration: none;
    }*/

.btn-group li a {
    color: black;
}

a {
    color: #6A07B0;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

    /*span a {
    color: #6A07B0 !important
}*/

    a:hover {
        color: white;
        background-color: #7F3F98;
        text-decoration: underline;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-clear {
    clear: both;
    width: 100%;
}

.no-hover > a:hover, .no-hover > img:hover {
    background-color: transparent !important;
}

/* CLEAR FLOATS */
.group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

* html .group {
    height: 1%;
}

*:first-child + html .group {
    min-height: 1px;
}

/* GLOBAL */
.language-column {
    padding-right: 120px;
}

.siteContainer {
    width: 100%;
    min-height: 100%;
    height: 100%;
    height: auto !important;
    position: relative;
    margin: 0;
    background: none;
    background-color: white;
}

p.margin {
    margin: 1px auto 1px auto;
}

.siteHeaderContainer {
    background-color: white;
    position: relative;
    z-index: 9995;
    width: 950px;
    height: 160px;
    margin: 0 auto;
    font-family: Century Gothic;
}

.centerHeader {
    position: relative;
}

.siteHeaderContainer .logo {
    z-index: 9998;
    height: 88px;
    width: inherit;
    background-color: #602D86;
}

    .siteHeaderContainer .logo .logo-img {
        float: left;
        margin: 24px 40px 24px 32px;
    }

        .siteHeaderContainer .logo .logo-img:hover * {
            background-color: transparent;
        }

        .siteHeaderContainer .logo .logo-img > img {
            width: 189px; /* update for logo image! */
            height: 40px;
        }

    .siteHeaderContainer .logo .btn-login-group {
        margin: 24px 32px 24px 0;
        line-height: 40px;
    }

.btn-login-group .btn-outlined {
    padding: 0 24px;
    margin-left: 16px;
    max-height: 40px;
}

.siteHeaderContainer .logo .btn-outlined span {
    margin: 0 10px;
}

.siteHeaderContainer .topNav {
    height: 30px;
    width: 425px;
    position: relative;
    z-index: 9999;
    color: #fff;
}

    .siteHeaderContainer .topNav ul {
        height: 25px;
        line-height: 24px;
        padding: 0 22px;
        list-style: none;
        float: right;
    }

        .siteHeaderContainer .topNav ul li {
            display: inline;
            float: left;
            height: 100%;
            margin: 3px 0 0;
        }

            .siteHeaderContainer .topNav ul li a {
                padding: 0 10px;
                font-size: 13px;
                display: inline-block;
                height: 100%;
                color: #585759;
            }

                .siteHeaderContainer .topNav ul li a:hover, .siteHeaderContainer .topNav ul li a:focus {
                    color: white;
                    background-color: #7F3F98;
                    text-decoration: underline;
                }
/*.siteHeaderContainer .topNav ul li a:focus {background-color: transparent !important;}*/

.siteHeaderContainer .mainNavContainer {
    /*height: 48px;*/
    z-index: 9997;
    background-color: white;
    padding: 0;
}

    .siteHeaderContainer .mainNavContainer .a:hover {
        color: white;
        background-color: #9E82B6;
        text-decoration: underline;
    }

.mainNav {
    display: inline-flex;
}

.siteContentContainer {
    width: 950px;
    margin: 0 auto;
    min-height: 100%;
    height: 100%;
    height: auto !important;
    background-color: #f4f2f6 !important;
}

    .siteContentContainer .homepage {
        background-color: white;
    }

.siteFooterContainer {
    width: 950px;
    height: 256px;
    position: relative;
    margin: 0 auto;
    bottom: 0;
    background-color: white;
    font-size: 11px;
    font-family: Century Gothic;
}

.footerTop {
    width: inherit;
    height: 208px;
    background-color: #602D86;
    margin: 0 auto;
}

.footerBottom {
    width: inherit;
    height: 48px;
    color: white;
    background-color: #491B6C;
    margin: 0 auto;
    /*padding: 18px 50px 15px 57px;*/
    padding: 20px;
}

    .footerBottom ul {
        list-style: none;
        margin: 0;
        /*margin-right: 60px;*/
    }

    .footerBottom li {
        color: white;
        display: inline;
        padding-right: 15px;
    }

.siteFooterContainer .footerBottom ul li a {
    padding: 0 10px;
    display: inline-block;
    color: white;
}

    .siteFooterContainer .footerBottom ul li a:hover {
        color: white !important;
        background-color: #7F3F98;
        text-decoration: underline;
    }

.footer-wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: inherit;
    height: 100%;
}

    .footer-wrapper a {
        color: white;
    }

        .footer-wrapper a:hover {
            color: white !important;
            background-color: #7F3F98;
            text-decoration: underline;
        }

    .footer-wrapper .footer-logo-col {
        padding: 39px 0 0 45px;
        /*padding: 40px 0;*/
    }

    .footer-wrapper .footer-links {
        display: flex;
        justify-content: space-between;
        /*margin: auto 116px auto 71px;
        width: 618px;*/
        margin: 0 89px 0 100px;
        width: 562px;
        height: 100%;
    }

        .footer-wrapper .footer-links .footer-col {
            list-style: none;
            color: white;
            padding: 35px 0 0 0;
            line-height: 1.5;
        }

    .footer-wrapper .footer-col .footer-list-heading {
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 4px;
        padding-bottom: 20px;
    }

    .footer-wrapper .footer-social-col {
        padding: 35px 0 0 0;
        font-size: 0; /* So the <a> links aren't taking space (which is clickable) next to the icon */
    }

        .footer-wrapper .footer-social-col .social-network-icons-top {
            margin: 30px 30px 0 0;
        }

.social-network-icons-top {
    display: none;
}

.footer-wrapper .footer-col .back-to-top-icon {
    margin: 35px 50px 35px 35px;
}

.footer-wrapper .footer-col a#backToTop {
    font-size: 0;
}

.footerBottom .social-network-icons-bottom {
    display: inline;
    margin-left: 24px;
    font-size: 0;
}

/* NEW: Redesigned callouts, buttons styles */
.callout-global {
    font-family: 'Century Gothic';
    font-size: 16px;
    color: black;
    background-color: white;
    height: auto;
    padding: 42px 40px 10px 40px;
    margin-bottom: 30px;
    width: 1120px;
}

    .callout-global h1 {
        font-size: 30px;
        font-weight: normal;
        color: #7F3F98;
        margin-bottom: 6px;
    }

    .callout-global h2 {
        font-size: 18px;
        font-weight: bold;
        color: black;
        margin-bottom: 6px;
    }

    .callout-global p {
        display: inline;
    }

    .callout-global span a {
        /*color: #92298E !important;*/
    }

        .callout-global span a:hover {
            color: white !important;
            background-color: #7F3F98 !important;
            text-decoration: underline;
        }

.callout-news {
    width: 504px;
    padding-top: 10px;
}

    .callout-news .article-item {
        padding: 20px 0 5px 0; /* 24px 0 5px 0 */
    }


    .callout-news .article-item {
        border-bottom: 1px solid #E6E6E6;
    }

    .callout-news .article-date {
        color: #585759; /* #A7A9AC -> applied darker shade of gray */
        padding-right: 10px;
    }

    .callout-news .article-title {
        /*color: black;
        padding: 15px 0 10px 0;*/
    }

        .callout-news .article-title:hover {
            /*color: white;
        background-color: #7F3F98;
        text-decoration: underline;*/
            /*color: #7F3F98;
        background-color: transparent;
        text-decoration: none;*/
        }

    .callout-news #all-news {
        text-align: center;
        font-size: 20px;
        padding-top: 20px;
    }

.callout-experience {
    background-color: #F2F2ED;
    margin-top: 40px;
    height: 496px; /* auto */
    padding: 75px 96px 32px;
    text-align: center;
}

    .callout-experience p {
        display: block;
        margin: 24px 0;
    }

    .callout-experience button {
        min-width: 190px;
    }

    .callout-experience a {
        color: #92298E;
    }

    .callout-experience .experience-left {
        border-top-left-radius: 1.30rem;
        border-bottom-right-radius: 1.30rem;
        background-color: white;
        width: 448px;
        height: 296px;
        margin-right: 16px;
        text-align: left;
        padding: 48px 64px 0 64px;
    }

        .callout-experience .experience-left img {
            margin-top: -23px;
        }

        .callout-experience .experience-left ul {
            padding: 5px 0 15px;
            list-style: none;
            color: black; /*color: #92298E; - Removed this color because these lines are not hyperlinks anymore! */
        }

            .callout-experience .experience-left ul li a:hover {
                color: white;
                background-color: #7F3F98;
                text-decoration: underline;
            }

        .callout-experience .experience-left p {
            font-size: 14px;
            margin-top: 26px;
        }

    .callout-experience .experience-right {
        border-top-right-radius: 1.30rem;
        border-bottom-left-radius: 1.30rem;
        background-color: white;
        width: 448px;
        height: 296px;
        margin-left: 16px;
        text-align: left;
        padding: 48px 64px 0 64px;
    }

        .callout-experience .experience-right img {
            margin-top: -23px;
        }

        .callout-experience .experience-right ul {
            padding: 5px 0 15px;
            list-style: none;
            color: black; /*color: #92298E; - Removed this color because these lines are not hyperlinks anymore! */
        }

            .callout-experience .experience-right ul li a:hover {
                color: white;
                background-color: #7F3F98;
                text-decoration: underline;
            }

        .callout-experience .experience-right p {
            font-size: 14px;
            margin-top: 26px;
        }

    .callout-experience .btn-contained {
        min-width: 190px;
    }

.callout-providers {
    height: 280px;
    background-image: url("../Images/redesign/Provider_1120x280.png");
}

    .callout-providers p {
        display: block;
        max-width: 464px;
        margin: 30px 0 19px;
    }
    /*.callout-providers h1 {
            margin-bottom: 30px;
    }*/
    .callout-providers .btn-contained {
        min-width: 200px;
    }

.callout-certificates {
    width: inherit;
    height: auto;
    margin: 0 40px;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

    .callout-certificates p {
        display: block;
        font-size: 20px;
        color: #7F3F98;
        margin: 0;
        padding-right: 75px;
    }

.certificate-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.floating-div {
    z-index: 9999;
    width: 500px;
    height: 135px;
    background-color: #92298E;
    opacity: 0.9;
    border-radius: 0;
    border-top-left-radius: 1.30rem;
    color: white;
    font-size: 20px;
    font-family: Century Gothic;
    margin: 0;
    padding: 5px 10px;
    border: 0;
}

    .floating-div img, .floating-div h3, .floating-div p {
        display: inline;
        max-width: 200px;
        float: left;
    }

    .floating-div img {
        padding: 16px 16px 0 0;
    }

    .floating-div h3 {
        margin: 0 100px 5px 0;
        font-size: 24px;
    }

    .floating-div p {
        max-width: 340px;
        margin: 0;
        font-size: 18px;
    }

    .floating-div .close-notification-btn {
        color: white;
        opacity: 1;
        font-size: 30px;
        font-weight: 100;
        text-shadow: 0 0;
        padding: 5px 15px 0;
        border: 0;
        color: white;
        background-color: transparent;
        float: right;
        font-size: 28px;
        line-height: 1;
        font-weight: 100;
        text-shadow: 0 0;
        padding: 0 10px;
    }

.sticky {
    position: fixed;
}

.abs {
    position: absolute;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.no-background {
    background: white !important;
}

.secure-email-icon2 {
    /*vertical-align: middle !important;*/
    padding-bottom: 3px;
    padding-right: 7px !important;
}

.lang-icon {
    vertical-align: middle !important;
    padding-right: 10px !important;
}

.hidden {
    visibility: hidden;
    display: none;
}

.round {
    border-top-left-radius: 1.30rem;
    border-bottom-right-radius: 1.30rem;
    width: 224px;
    height: 160px;
    margin: 12px;
    text-align: center;
    padding: 1px;
    font-family: Century Gothic;
}

.plansContent {
    font-size: 18px;
    font-weight: bold; /* added after the demo */
    color: white;
    text-align: center;
    padding: 31px 20px 18px;
    margin-bottom: 0;
}

.round .btn-group a {
    line-height: 35px;
}

.round .btn-group .plansButton {
    text-align: center;
    font-size: 14px;
    width: 104px;
    height: 40px;
    color: white;
    font-weight: bold;
    background-color: transparent;
    border-radius: 24px;
    border: 1px solid #FBF9FC;
    font-family: 'Century Gothic';
    text-decoration: none;
}

    .round .btn-group .plansButton:hover {
        background-color: #925CA7;
    }

.center {
    position: absolute;
    bottom: 18px;
    right: 58px;
}

.vl {
    border-left: 1px solid #F0F0F0;
    height: 384px;
    margin: 0 16px;
}

.move-right {
    margin-left: 65px; /* +115px without State Sites in Nav Bar */
}

.dropdown {
    text-align: left !important;
    border-radius: 24px !important;
    border: 1px solid #CCCCCC !important;
    padding: 0 24px;
    font-family: 'Century Gothic';
    font-size: 14px;
    background-color: white !important;
    width: 217px;
    height: 48px;
}

    .dropdown:focus {
        border: 1px solid #9F439B;
        /*color: white;*/
    }

.state::after {
    float: right;
    content: url('/Images/redesign/icons/ic_arrow_down_gray_16px.png');
}

.go {
    text-align: center !important;
    width: 96px;
    color: white;
    font-weight: bold;
    background-color: #7F3F98 !important;
    margin-left: 16px;
}

.map {
    top: 95px;
}

.text-block {
    margin-top: 40px;
    position: relative;
    bottom: 340px; /*275px;*/
    font-family: Century Gothic;
}

    .text-block h1 {
        color: #7F3F98;
        font-size: 30px;
    }

    .text-block label {
        font-size: 16px;
        margin-top: 1.5rem;
        max-width: 464px;
    }

.btn-group select {
    width: 217px;
    margin: 0;
    font-size: 16px;
}

.certificate {
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .certificate p {
        font-size: 20px;
        color: #7F3F98;
    }

.libertyMobile {
    position: relative;
    font-family: Century Gothic;
    opacity: 0.95;
}

    .libertyMobile .container {
        float: left;
        position: absolute;
        bottom: 30px;
        color: white;
        padding-left: 40px;
    }

        .libertyMobile .container h2 {
            font-size: 30px;
            margin-bottom: 20px;
        }

        .libertyMobile .container p {
            font-size: 16px;
            margin-top: 1.5rem;
            max-width: 464px;
        }

.GetQuote {
    margin-bottom: 33px;
    position: relative;
    font-family: Century Gothic;
}

    .GetQuote .container {
        background-color: #7F3F98;
        color: white;
        margin: 40px;
        width: 504px;
        height: 272px;
        right: 0;
        position: absolute;
        border-top-right-radius: 1.80rem;
        border-bottom-left-radius: 1.80rem;
        opacity: 0.85;
    }

        .GetQuote .container h2 {
            font-size: 30px;
            margin-bottom: 20px;
        }

        .GetQuote .container p {
            font-size: 16px;
        }

        .GetQuote .container .text {
            padding: 40px;
        }
/*.GetQuote .container .btn-group a {
            line-height: 41px;
        }*/
.btn-group .btn-outlined {
    min-width: 168px;
    min-height: 48px;
    padding: 12px 24px;
    font-size: 16px;
    text-decoration: none;
}

    .btn-group .btn-outlined a:focus {
        background-color: none !important;
    }

#exploreButton {
    min-width: 104px;
    min-height: 40px;
    font-size: 14px;
}
#content {
    min-width:0;
    font-size: 15px;
    text-align:center;
}
#content a.dropdown-item {
    line-height:20px;
    white-space:normal;
    padding: 0.25rem 0.5rem;
    font-weight: bold;
}
.dropdown-menu a:hover{
    color: white;
    background-color: #7F3F98;
    text-decoration: none;
}

/*.dropdown-button:hover .dropdown-menu{
    display:block;
}*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

.panel-heading {
    background-color: rgb(231, 218, 240) !important;
    color: #7E3F98 !important;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.panel-group {
    margin-bottom: 20px;
}

/* Button Links */
.btn-contained {
    background-color: #7F3F98;
    color: white !important;
    font-weight: bold;
    min-width: 104px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid transparent;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    text-decoration: none !important;
}

    .btn-contained:hover {
        background-color: #9543B5;
    }

.btn-outlined {
    background-color: transparent;
    color: white !important;
    font-weight: bold;
    min-width: 104px;
    min-height: 40px;
    border-radius: 24px;
    border: 1px solid white;
    display: inline-block;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none !important;
    /*margin-left: 16px;*/
    font-size: 14px;
}

    .btn-outlined:hover {
        background-color: #925CA7;
    }

/* Dropdown buttons (login, medicaid) */
.dropdown-button {
    position: relative;
    display: inline-block;
}

.dropdown-button-content {
    z-index: 1;
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 1px 1px 5px 0 #A7A9AC;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

    .dropdown-button-content a:last-of-type:hover {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .dropdown-button-content a {
        display: block;
        text-decoration: none;
        color: black;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

        .dropdown-button-content a:hover {
            color: white;
            background-color: #7F3F98;
            text-decoration: none;
        }

.dropdown-button:hover .dropdown-button-content {
    display: block;
}

.dropdown-button:hover .btn-outlined {
    background-color: #925CA7;
}

/* Removes border for the last article in News section */
/*.callout-news .article-item:not(:last-of-type) {
        border-bottom: 1px solid #E6E6E6;
    }*/

.siteContentContainer a.imageLink:focus {
    background-color: transparent !important;
}

.siteContentContainer a.imageLink:hover {
    background-color: transparent !important;
}

.heading {
    font-size: 25px;
    font-weight: normal;
    color: #7F3F98;
    margin-bottom: 20px;
}

.padding0 {
    padding-left: 0;
    padding-right: 0;
}

table#tblOpenHours tr#openHoursRow td:not(#tdDay) {
    text-align: center;
    padding-left: 10px;
}

.displayresults {
    padding-left: 0;
}

.footer-panel {
    background-color: inherit;
    margin-bottom: 0px;
    border: none;
}

.OK-square-btn-contained-purple {
    background-color: #3f1867;
    width: 160px;
    color: white;
    font-family: Century Gothic;
    height: 60px;
    border-style: none;
}

.OK-square-btn-contained-yellow {
    background-color: #ffc61a;
    width: 160px;
    color: #343a40;
    font-family: Century Gothic;
    height: 60px;
    border-color: #ffc61a;
    border-style: none;
}
.text-grievances {
    color: black !important;
    font-weight: bold;
}

a.text-grievances:focus, a.text-grievances:hover {
    color: white !important;
    font-weight: bold;
}


/* Moved to the end - resizing option for smaller width - 950px */
/*@media screen and (max-width: 950px) {
    .move-right {
        margin-left: 95px;
    }

    .footer-wrapper .footer-logo-col {
        padding: 39px 0 0 45px;
    }

    .footer-wrapper .footer-links {
        margin: 0 89px 0 100px;
        width: 562px;
    }

    .footer-wrapper .footer-col .back-to-top-icon {
        padding-left: 0;
    }

    .social-network-icons-top {
        display: none;
    }

    .footerBottom .row .social-network-icons-bottom {
        display: inline;
    }
}

@media screen and (max-width: 560px) {
    .siteFooterContainer {
        width: 560px;
    }

    .footer-wrapper {
        flex-flow: column nowrap;
    }

        .footer-wrapper .footer-links {
            flex-flow: column wrap;
        }
}*/
