
.pdf-link-icon::after {
  background: url("../../../../../content/dam/bcbs/common/images/pdf-link-icon.svg") center no-repeat;
  content: '\2060';
  padding-right: 12px;
  margin: 0 0 0 4px;
}

/* Style classes to change color of cta buttons*/

.secondary .button {
    color: #006cb7;
    background-color: transparent;
}
.secondary .button:hover{
    background-color: #006cb7;
    color: #fff;
}
.secondary .button:focus{
    background-color: #006cb7;
    color: #fff;
}
.promo-cta .button {
    border-color: #fff;
    color: #fff;
    background-color: transparent !important;
}
.promo-cta .button:hover, .promo-cta .button:focus{
	color: #006cb7;
  	background-color: #fff !important;
	font-weight: 700;
  	text-decoration: none;
}

.section {
	padding: 0 1em;
}

.section .row .imagetext {
    margin-bottom: 2rem;
    padding: 2rem 0rem 1rem;
}

.section .image-float-left {
	padding-right: 2rem !important;
}

.section .imagetext .image-float-left img {
	max-width: 227px;
}

@media screen and (max-width: 639px) {

    .section .image-float-left {
        padding-right: 0 !important;
        float: none;
        margin-bottom: 2rem;
    }
    
    .section .imagetext .image-float-left img {
        max-width: 250px;
    }
}
/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
}

.grid-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Grid System Background Color Variations */

/* White Color Option */
.grid-container-color-white {
  background-color: #ffffff !important;
}
/* Blue Color Option */
.grid-container-color-blue {
  background-color: #e8eef4 !important;
}


/* Webfont: Univers-Light */
@font-face {
    font-family: 'UniversLight';
    src: url('clientlibs-site/css/resources/Univers-Light.eot');
    /* IE9 Compat Modes */
    src: url('clientlibs-site/css/resources/Univers-Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('clientlibs-site/css/resources/Univers-Light.woff') format('woff'),
        /* Modern Browsers */
        url('clientlibs-site/css/resources/Univers-Light.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('clientlibs-site/css/resources/Univers-Light.svg#Univers-Light') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Univers-Condensed-Light */
@font-face {
    font-family: 'univers47_condensed_light';
    src: url('clientlibs-site/css/resources/univers-condensedlight-webfont.eot');
    src: url('clientlibs-site/css/resources/univers-condensedlight-webfont.eot?#iefix') format('embedded-opentype'),
        url('clientlibs-site/css/resources/univers-condensedlight-webfont.woff2') format('woff2'),
        url('clientlibs-site/css/resources/univers-condensedlight-webfont.woff') format('woff'),
        url('clientlibs-site/css/resources/univers-condensedlight-webfont.ttf') format('truetype'),
        url('clientlibs-site/css/resources/univers-condensedlight-webfont.svg#univers47_condensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Webfont: Univers-Condensed */
@font-face {
    font-family: 'UniversCondensed';
    src: url('clientlibs-site/css/resources/Univers-Condensed.eot');
    /* IE9 Compat Modes */
    src: url('clientlibs-site/css/resources/Univers-Condensed.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('clientlibs-site/css/resources/Univers-Condensed.woff') format('woff'),
        /* Modern Browsers */
        url('clientlibs-site/css/resources/Univers-Condensed.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('clientlibs-site/css/resources/Univers-Condensed.svg#Univers-Condensed') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Univers-CondensedBold */
@font-face {
    font-family: 'UniversCondensedBold';
    src: url('clientlibs-site/css/resources/Univers-CondensedBold.eot');
    /* IE9 Compat Modes */
    src: url('clientlibs-site/css/resources/Univers-CondensedBold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('clientlibs-site/css/resources/Univers-CondensedBold.woff') format('woff'),
        /* Modern Browsers */
        url('clientlibs-site/css/resources/Univers-CondensedBold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('clientlibs-site/css/resources/Univers-CondensedBold.svg#Univers-CondensedBold') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    font-family: 'Open Sans';
    overflow-x: hidden
}

a {
    color: #0f6dbe;
    text-decoration: none;
    line-height: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

button,
.button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-right: 1.5em;
    padding-left: 1.5em;
    font-size: 1em;
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: white;
}

.column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}

a {
    color: #0f6dbe;
    text-decoration: none;
    line-height: inherit;
}

a:focus {
    font-weight: 500;
}

.g-container {
    max-width: 1000px;
    margin: 0px auto;
}

.g-container-fluid {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

.fullWidth_row {
    padding: 60px 15px;
    overflow: hidden;
}

.g-bg-white {
    background: #fff;
}

.g-w-100 {
    width: 100%;
}

.g-d-flex {
    display: flex;
}

.g-f-wrap {
    flex-wrap: wrap
}

.g-jc-center {
    justify-content: center;
}

.g-jc-around {
    justify-content: space-around;
}

.g-jc-end {
    justify-content: flex-end;
}

.g-ai-center {
    align-items: center;
}

.g-jc-between {
    justify-content: space-evenly
}

.g-f-wrap {
    flex-wrap: wrap;
}

.g-pt-0 {
    padding-top: 0
}

.g-p-15 {
    padding: 15px !important;
}

.g-pr-15 {
    padding-right: 15px !important;
}

.g-pl-15 {
    padding-left: 15px;
}

.g-p-50 {
    padding: 30px !important;
}

.g-pb-15 {
    padding-bottom: 15px !important;
}

.g-pb-30 {
    padding-bottom: 30px !important;
}

.g-pt-15 {
    padding-top: 15px !important;
}

.g-pt-25 {
    padding-top: 25px !important;
}

.g-pb-25 {
    padding-bottom: 25px !important;
}

.g-mt-0 {
    margin-top: 0 !important
}

.g-mt-15 {
    margin-top: 15px;
}

.g-mt-30 {
    margin-top: 30px;
}

.g-text-center {
    text-align: center;
}

.g-text-white {
    color: #fff;
}

.g-text-dark {
    color: #505050;
}

.g-text-dark-blue {
    color: #005487;
}

.g-card {
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    -moz-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);

}

.g-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.g-w-1000 {
    width: 1000px;
}

.g-overflow-hidden {
    overflow: hidden;
}

.g-lime-green-border {
    border: 2px solid #bfe995;
}

.g-blue-green-border {
    border: 2px solid #458fcc
}

.g-left-30 {
    left: 30px;
}

.g-right-30 {
    right: 30px;
}

.g-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.g-grey-background {
    background: #f3f3f3;
}

.g-blue-gradient-background {
    background: linear-gradient(to bottom,
        rgba(16, 109, 189, 1) 0%,
        rgba(126, 175, 217, 1) 100%);
}

ul.h-rt-menu{
   margin-bottom: 0;
} 

@media screen and (max-width:767.98px) {
    .g-m-flex-column {
        flex-direction: column
    }
}

@media screen and (min-width:768px) {
    .g-p-y-m {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}
.h-topheader {
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 13px;
    line-height: 18px;
}

/* Inline Lists */

.h-inline-list {
    margin: 0 auto 1.0625em auto;
    margin-left: -1.375em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.h-inline-list>li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block;
}

.h-inline-list>li>* {
    display: block;
}

/* TOP LINKS --------------------------------- */

.h-inline-list-header {
    padding: 0;
    margin: 0;
    height: auto;
    position: relative;
    z-index: 100;
}

.h-inline-list>li {
    display: inline-block;
    margin: 0;
    text-align: center;
}

.h-inline-list-header>li.h-portal-link>a {
    width: 80px;
    height: 40px;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

html[lang="es"] .h-inline-list-header>li.h-portal-link>a {
    font-size: 13px;
    padding-left: 6%;
    padding-right: 6%;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.h-inline-list-header>li.h-portal-link>a:hover, .h-inline-list-header>li.h-portal-link>a:focus {
    color: #4378D9;
}

li.h-portal-link a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #5b84c6;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 1;
}

li.h-portal-link a:hover::after {
    height: 5px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

li.h-portal-link a.h-highlighted-2:hover::after {
    opacity: 0;
    height: 0;
    transform: none;
}

/*
.h-inline-list-header>li.right-link {
    padding: 1em 0 10px 1.375em;
    height: 40px;
}
.h-inline-list-header>li.right-link>img {
    display: inline;
    border: 0;
}
.h-inline-list-header>li.right-link>a {
    display: inline;
    color: #454546;
} */

@media only screen and (max-width:1000px) {
    .h-inline-list-header>li.h-portal-link>a {
        width: 75px;
    }
    /* .h-inline-list-header>li.right-link {
        padding: 1em 0 10px 10px;
        font-size: 0.688em;
    } */
    html[lang="es"] .h-inline-list-header>li.h-portal-link>a {
        font-size: 12px;
        padding-left: 5%;
        padding-right: 5%;
    }
}

li.h-portal-link a.h-highlighted-2:before {
    width: 100%;
    height: 5px;
    background: #0f6dbe;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
    content: '';
}

.h-highlighted-2 {
    font-weight: bold
}

.h-right-top-header {
    height: 40px;
}

.h-right-top-header li a {
    /* display: inline-block; */
    text-decoration: none;
    color: #000
}

.h-right-top-header li {
    margin: 0 7px;
}

.h-right-top-header li a.h-language {
    color: #FE6005;
}

#h-icon_espanol {
    margin-right: 5px
}

/* Center Header */

.h-center-header {
    height: 100px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}

.h-ovast {
    height: 92px;
}

.h-virtual-asst-img {
    height: 54px;
}

/* .virtualAsst img {
    width: 59px;
    height: 57px;
    border-radius: 30px;
    object-fit: cover;
} */

.h-ask-title {
    font-weight: bold;
    color: #0F6DBE;
    font-size: 12.8px
}

.h-virtual-asst:hover {
    text-decoration: underline
}

.h-ask-title span {
    font-weight: normal !important
}

.h-ask-sub-title {
    font-size: 11.2px;
    color: #000;
    width: 100px;
    line-height: 13px;
}

.h-ask-abs {
    position: absolute;
    top: -20px;
}

/* .h-search {
    border: 1px solid #939393;
    height: 30px;
} */

#menu-1 .h-search {
    width: 100%;
    border: none;
    margin: 5px 0;
}

#menu-1 .h-search input {
    width: 85%;
    height: 28px;
    padding-left: 5px;
    border: none;
    font-size: 11px;
}

.h-search input {
    width: 190px;
    height: 28px;
    padding-left: 5px;
    font-size: 11px;
    border: 1px solid #939393;
}

.h-search input:focus {
    outline: transparent auto 5px;
}

#menu-1 .h-search-button {
    position: absolute;
    right: 0px;
    top: 5px;
    background: transparent;
    border: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0
}

.h-search-button {
    position: absolute;
    right: 8px;
    top: 5px;
    background: transparent;
    border: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0;
}

/* nav */

.h-main-menu .nav ul {
    height: 40px;
}

.h-main-menu .nav ul li {
    background: #0F6DBE;
    width: auto;
    height: 40px;
    content: attr(title);
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-main-menu .nav ul li a, .h-main-menu .nav ul li a:focus {
   font-weight: bold;
}

.h-main-menu .nav ul li.is-submenu-item.is-dropdown-submenu-item a {
    font-weight: normal;
    line-height: 1.35;
}

.h-main-menu .nav ul li:hover {
    background-color: #005587 !important;
}

/* .h-main-menu .nav ul li:nth-last-child(1) {
    background: #0064a2;
} */

.h-main-menu .nav ul li a {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.h-main-menu .nav ul li a:hover {
    text-decoration: none;
}

.h-main-menu .nav ul li.is-submenu-item.is-dropdown-submenu-item {
    justify-content: flex-start;
}

.h-main-menu .nav ul li.is-submenu-item.is-dropdown-submenu-item a {
   text-align: left;
}

.h-main-menu .home, .home a {
    width: 60px !important
}

/* .home a {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.h-main-menu ul li.login_tab::after {
    content: url('../../../../../content/dam/bcbs/bcbsil/medicaid/images/login_arrow_closed.png');
}

@media screen and (min-width:768px) and (max-width:992px) {
    .h-topheader {
        font-size: 0.713em !important;
    }
    .h-right-top-header li {
        margin: 0 3px !important;
    }
}

.mobile-second-logo {
    display: none;
}

.dropdown-content {
    position: absolute;
    left: -999999px;
}

.dropdown-content.open {
    top: 180px !important;
    min-width: 150px;
}

.dropdown-content ul li {
    padding: 20px;
}

.h-main-menu .nav ul li a.has-dropdown {
    background: url(../../../../../content/dam/bcbs/bcbsil/medicaid/images/login_arrow_closed.png) no-repeat 79% center transparent;
    padding: 0 20px 0 8px;
    background-position: 95% center;
    display: block;
    width: 100%;
}

.h-main-menu .nav ul li.activeTab {
    background-color: #005587 !important;
}

.has-sub-list {
    font-weight: bold;
}

.g-list-unstyled .sub-list {
    margin-left: 0;
}

.h-main-menu .g-container{
    max-width: 100%;
    background-color: #0F6DBE;
}

.navigation-bar{
    max-width: 1000px;
    margin: auto;
}

@media screen and (max-width:767.98px) {
    .h-main-menu .nav ul li {
       width: 100%;
    }
    .h-topheader {
        background-color: #E8EEF4;
        height: 30px;
        border: none
    }
    .h-right-top-header {
        height: 30px;
    }
    .h-center-header {
        height: auto;
        border: none;
    }
    .h-left-top-header, .sm-none {
        display: none !important
    }
    .h-main-menu .nav ul li:nth-last-child(2) {
        border-right: 1px solid #98c9e9;
    }
    /* .h-main-menu .nav ul li:nth-last-child(1) {
        background: #0F6DBE;
    } */
    .h-main-menu .nav ul {
        height: 57px;
    }
    .h-main-menu .nav ul li {
        height: 57px;
    }
    .h-main-menu .nav ul li a {
        height: 57px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 0.4em;
    }
    .h-rt-menu {
        position: absolute;
        z-index: 96;
    }
    .logo {
        display: flex;
        align-items: center
    }
    .logo img {
        margin-left: 15px;
    }
    .mobile-second-logo {
        display: block;
        flex: 0 0 100%;
        margin-top: 10px;
        margin-left: 60px;
    }
    .h-center-header.g-d-flex {
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .h-center-header.g-d-flex .mobile-icon {
        flex: 0 0 45px;
    }
    .h-center-header.h-center-header.g-d-flex .logo {
        flex: 0 0 calc(100% - 45px);
    }
    .h-search-button {
        right: 7px;
		top: 2px;
    }
}

@media screen and (min-width:768px) {
    .md-none {
        display: none !important
    }
    .logo {
        padding-top: 10px;
    }
    .h-right-top-header a:hover {
        text-decoration: underline
    }
}

.h-virtual-asst a {
    cursor: pointer;
}

.h-search input {
    width: 190px;
    height: 28px;
    padding-left: 5px;
    font-size: 11px;
    border: 1px solid #939393;
    margin: 5px 10px 5px;
}

 

@media screen and (max-width: 767.98px){
    .h-main-menu .nav ul {
        height: 57px;
        margin-bottom: 0;
    } 

 

    .off-canvas ul>li {
        border-bottom: solid 1px #5595cc;
        margin-left: 0;
    }    
}
.h-main-menu .nav ul li a:hover, .h-main-menu .nav ul li a:focus {
    text-decoration: none;
}

/*
  Siteimprove Tabbing Sequence fix to avoid an accessibility error.
*/
#navDrop-login {
  visibility: hidden;
}
#navDrop-login.open {
  visibility: visible;
}

footer {
    background-color: #0F6DBE;
    min-height: 120px;
}

.f-page-footer {
    color: #ffffff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4em 0 5em 0;
    background: #0F6DBE;
    overflow: hidden;
}

footer h3 {
    color: #ffffff;
    font-weight: bold;
    text-transform: none;
    font-size: 100%;
}

hr.gray-line {
    border: solid #729ae3;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0;
}

ul.footer-navlist li {
    color: #c4d1f1;
    margin: 0 0 0.8rem 0;
    font-size: 1rem;
}

.f-inline-list-footer {
    padding: 0;
    margin: 0 0 0 15px;
    display: inline-block;
}

.f-inline-list-footer li:first-child {
    border-left: none;
    padding-left: 0;
}

.f-inline-list-footer li {
    font-size: 1rem;
    margin: 0;
    padding: 0 0.7rem;
    display: inline-block;
    border-left: solid 1px #a5fdfa;
}

.f-add-divider {
    border-top: 1px solid #729ae3;
    border-bottom: 1px solid #729ae3;
    padding: 1rem 0;
}

p.f-legal {
    margin: 1rem 0 2rem;
}

.f-pdf-disclaimer {
    margin: 0 0 2rem;
    padding-left: 17px;
    position: relative;
}

.f-leaving-website {
    margin: 0 0 2rem;
    padding-left: 20px;
    position: relative;
}

.f-leaving-website:before {
    background: url('clientlibs-site/css/content/dam/bcbs/common/medicaid/images/icon/leaving_website.svg') no-repeat right center;
    background-size: contain;
    content: '';
    width: 14px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 1px;
}

.f-pdf-disclaimer:before {
    background: url('clientlibs-site/css/content/dam/bcbs/common/medicaid/images/icon/pdfIcon.svg') no-repeat right center;
    background-size: contain;
    content: '';
    width: 12px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.f-social-media {
    display: inline-block;
    padding: 0.5rem;
}
.welcome-absolute {
  max-width: 1024px;
  position: absolute;
  top: 30px;
  left: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0 15px;
}

.welcome-box {
  width: 468px;
  min-height: 195px;
  border-top: 4px solid #106dbb;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px !important;
  margin: 0 !important;
}
.three-column-width{
                /* width : 31%; */
               margin-left: 10px;
    margin-right: 8px;
  }
  
 .article-margin{margin-left:4% !important;} 
 
  .more-resource-contact a{
                  word-wrap: break-word;
    /* demo changes */
                  /*width: 95%;*/
      display: inline-block;
  }
  .three-column-width h2{
    /* demo changes */
                  /* min-height:60px; */
  }
.welcome {
  position: relative;
}
.imagetext-cta-btn{
                 /* min-width:45%;*/
  }
  
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 1.7em;
    line-height: 0.5;
    background: white;
    border: none;
    -webkit-appearance: none !important;
  }
.esMenu li{
margin-right: 0.3em;
    }
	
.list-title a{
	cursor: auto;
}
.welcome-box .g-card-header{
	width : 100%;
}
.welcome-gradient {
  position: absolute;
  top: 0;
  height: 300px;
  background: linear-gradient(to right, rgba(255, 254, 251, 1), rgba(255, 250, 250, 0.99) 53%, rgba(201, 196, 201, 0) 70%, rgba(195, 201, 201, 0));
  left: 0;
  width: 100%;
}

.relative {
  position: relative;
}

h1,
.h1 {
  color: #005587;
  font-family: 'Open Sans',
    Arial,
    Helvetica,
    sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-transform: none;
}

h2,
.h2 {
  font-size: 28px;
  line-height: 29px;
  font-weight: 300;
  font-family: "Open Sans",
    Arial,
    Helvetica,
    Sans-serif;
  font-style: normal;
}

.h3 {
  font-size: 22px;
  color: #0f6dbe;
  font-weight: 300
}


.welcome-description {
  width: 100%;
  padding-top: 15px;
  margin: 0 auto;
  line-height: 22px;
  font-size: 16px;
}

.org {
  border-top: 3px solid #e9a83b;
}

a:hover{text-decoration:underline}
.ahovernone a:hover{    text-decoration: none !important}

.blocks {
  min-height: 305px;
}

.border-orange-top {
  border-top: 5px solid #e9a83b;
}

.border-green-top {
  border-top: 5px solid #a2df59;
}

.border-teal-top {
  border-top: 5px solid #1fbfc9;
}

.img-icon {
  width: 63px;
  height: 63px;
  border-radius: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-icon img {
  width: 55px;
}

.greenBg {
  background: #a2df59;
}

.tealBg {
  background: #1fbfc9;
}

.blueBg {
  background: #0f6dbe;
}

.whiteBg {
  background: #fff;
}

.options-list {
  margin-top: 35px;
}

.options-list .list-title {
  font-size: 18px;
  margin-bottom: 0;
}

.options-list .list-title:nth-last-child(1) {
  margin-bottom: 0;
}

.cell-icon {
  padding-right: 15px;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 150px;
  word-break: break-all;
}

.options-list .cell-icon {
  padding-right: 15px;
  display: block;
  width: auto !important;
}

.option-icon {
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cell-icon img {
  height: 55px;
  max-width: inherit;
}

.cell-icon a {
  color: #fff
}

.details h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  /* 2-1 start */
  font-family: inherit;
  font-weight: bold;
}

.g-card h3 {
    display: block;
    font-family: inherit;
    font-size: 1.17em;
    font-weight: bold;
}

  /* 2-1 start */
.details p {
    display: block;
}

.list-title {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: normal;
}

#care .list-title:nth-child(1) {
  margin-top: 0px;
}

h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.list-details {
  line-height: 25px;
  /* demo changes */
  margin: 5px 0;
  /*margin: 10px 0;*/
}

/* start demo changes */
.list-details ul {
    margin-bottom: 25px;
    padding: 1px 0;
}

.list-details li {
    list-style: none;
    padding: 1px 0;
}


.details ul {
  padding-left: 40px !important;
  padding-bottom: .5em;
}

.contentwrapperdetail .details {
    margin: 0;
}
.contentwrapperdetail .details h3 {
    margin-top: 0;
}
                                                                
.cta-here a {
  color: #0f6dbe;
}

.tabsection {
  max-width: 935px;
  overflow: hidden;
  margin: 0px auto 25px;
  background: #ffffff;
}

.manage-category-list-items {
  position: relative;
  max-width: 935px;
  min-height: 528px;
  margin: 0px auto !important;
}

.manage-category-list-items-gradient {
  position: absolute;
  top: 0;
  height: 300px;
  background: linear-gradient(to right, rgba(255, 254, 251, 1), rgba(255, 250, 250, 0.99) 53%, rgba(201, 196, 201, 0) 70%, rgba(195, 201, 201, 0));
  left: 0;
  width: 100%;
}

.cat-list.col-50 {
  padding: 0;
}

.catIcon {
  width: 58px;
  height: 58px;
  border-radius: 50px;
}

.cat-list-item:nth-last-child(1) {
  border: none;
}

.cat-list h3 {
  font-size: 18px;
  line-height: 22px;
}

.cat-list-item .details h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: normal;
}

.cat-list-item .details a {
  display: block;
  margin-top: 4px
}

.options-list .col-50 .details h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: normal;
} 

.options-list .col-50 .details p b {
  font-weight: bold;
  margin-bottom: 1px;
  margin-top: 8px;
  display: block;
}

.tabsection {
  max-width: 935px;
  /* min-height: 390px; */
  overflow: hidden;
  margin: 0px auto 25px;
  background: #ffffff;
}
/*vinoth*/
.content-align-tab  h3{margin-bottom:10px;}
.content-align-tab a{display:block; }
.mb0{margin-bottom:0px;}
.marg0{margin:0}
.mt10{
                /* demo changes */
      display:block
                /* margin-top:10px;display:block */}

/*vinoth ends*/
.preventative-care-bg,
.bcbs-bg {
  background: #0f6dbe;
  padding: 25px;
}

.preventative-care-bg:nth-last-child(1) {
  margin-left: 15px;
}

.preventative-care-bg:nth-last-child(2) {
  margin-right: 15px;
}

.mobile-wrap-preventative-care a {
  color: #fff;
    /* demop changes */
  text-decoration: underline;
}

.mobile-wrap-preventative-care li {
  color: #fff;
}

.image-right {
  position: relative;
  height: 272px;

}

.gradient-left {
  position: absolute;
  bottom: -1px;
  height: 235px;
  background: linear-gradient(to right,
    rgba(216, 239, 187, 1) 0%,
    rgba(216, 239, 187, 0.99) 57%,
    rgba(216, 239, 187, 0) 68%,
    rgba(216, 239, 187, 0) 100%);
  left: 0;
  width: 100%;
}

.image-right img {
  height: 272px;
  float: right;
}

/* .image-right:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right,
    rgba(216, 239, 187, 1) 0%,
    rgba(216, 239, 187, 0.99) 51%,
    rgba(216, 239, 187, 0) 60%,
    rgba(216, 239, 187, 0) 100%);
} */

.image-left {
  position: relative;
  height: 272px;
}

.gradient-right {
  position: absolute;
  bottom: -1px;
  height: 235px;
  background: linear-gradient(to left,
    rgba(129, 176, 218, 1) 0%,
    rgba(129, 176, 218, 0.99) 54%,
    rgba(129, 176, 218, 0) 63%,
    rgba(129, 176, 218, 0) 100%);
  left: 0;
  width: 100%;
}

.image-left img {
  height: 272px;
  float: left;
}

/* .image-left:before {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to left,
    rgba(129, 176, 218, 1) 0%,
    rgba(129, 176, 218, 0.99) 51%,
    rgba(129, 176, 218, 0) 62%,
    rgba(129, 176, 218, 0) 100%);
} */

.card-position-box {
  width: 468px;
  min-height: 195px;
  position: absolute;
  top: 50px;
  padding: 15px 0 0 15px !important;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}

.behavioral-description {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 22px;
  font-size: 16px;
}

.p {
  font-size: 18px;
}

.btn-primary-outline {
  background: transparent !important;
  border: 1px soild #106dbb;
  color: #106dbb;
  border-radius: 4px;
  font-weight: 300;
  padding: 15px;
}

.btn-primary-outline:hover {
  color: #106dbb;
  background: #f3f3f3 !important;
}
.social-media {
  display: inline-block;
  padding: 1.5rem 0.5rem;
}
.text-center {
  text-align: center !important;
}
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.inline-list-footer li:first-child {
  border-left: none;
  padding-left: 0;
}
.inline-list-footer li {
  font-size: 1rem;
  margin: 0;
  padding: 0 0.25rem 0 0.5rem;
  display: inline-block;
  border-left: solid 1px #a5fdfa;
}
.large-10 {
  position: relative;
  width: 83.33333%;
}
.pdf-disclaimer:before {
  background: url(../../../../../content/dam/bcbs/common/medicaid/images/icon/pdfIcon.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 12px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}
.leaving-website{position: relative;}
.leaving-website:before {
  background: url(../../../../../content/dam/bcbs/common/medicaid/images/icon/leaving-website.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 14px;
  height: 12px;
  position: absolute;
  left: -10px; 
    top: 3px;
}
.footer-text-leave{
	display:inline-block;
	text-indent:13px;
}
.display-ib{
	display:inline-block !important;
}
.legal-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
p.legal {
  margin: 1rem 0 2rem;
}
.pdf-disclaimer {
  margin: 0 0 2rem;
  padding-left: 17px;
  position: relative;
}
.row .large-offset-1 {
  position: relative;
  margin-left: 8.33333%;
  width:89%;
}
.add-divider {
  border-top: 1px solid #729ae3;
  border-bottom: 1px solid #729ae3;
  padding: 1rem 0;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #106dbb;
}

/* Tab COntent */

ul.footer-navlist li:before {
  padding: 0 10px 0 0;
}
ul.footer-navlist li{list-style: none;}
ul.footer-navlist li a {
  color: #a5fdfa !important;
  
}

footer a,
footer a:hover,
footer a:focus {
  color: #a5fdfa !important;
}

/* Tab Section */
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  border : none;
  /* display: table-row !important; */
}

ul.tabs li {
  /* float: left; */
  margin: 0;
  cursor: pointer;
  padding: 20px;
  overflow: hidden;
  position: relative;
  width: 29.33%;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border: 1px solid #d8d8d8;
  color: #005587;
  background: #e5f1f9;
  /* display: table-cell !important; */
}
ul.footer-navlist li a:hover{text-decoration: underline !important;}
#prescriptions ul.tabs li {

  width: 1.33%;
}
#health-plan ul.tabs li {

  width: 1.33%;
}

.tab_last {
  border-right: 1px solid #333;
}

ul.tabs li:hover {
  background-color: #e5f1f9;
  color: #005587;
}

ul.tabs li.active {
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #005587 !important;
  display: block;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
  background: #fff;
}


.tab_drawer_heading {
  display: none;
}

.tabsection .h2 {
  margin-bottom: 5px !important;
  color: #005587 !important;
  font-size: 23px !important;
}

.section-description {
  line-height: 25px;
  margin: 25px auto;
  padding: 0 15px;
}

.col-container {
  display: table;
  width: 100%;
}

.col {
  display: table-cell;
}

@media screen and (min-width: 768px) {
  .manage-category-list-items:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    -moz-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    background: linear-gradient(to left,
      rgba(243, 243, 243, 1) 0%,
      rgba(243, 243, 243, 0.99) 43%,
      rgba(243, 243, 243, 0) 60%,
      rgba(243, 243, 243, 0) 100%);
  }

  .cat-list {
    background: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    -moz-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
  }
.imagetext-cta-btn{
               /*   min-width:45%;*/
  }
  .cat-list-item {
   /* demo changes *
   /* padding: 15px 35px; */
    padding: 6px 22px;
    border-bottom: 1px solid #d8d8d8;
  }
  
.three-column-width{
       /*width : 31%; */
	  
  }
.article-margin:first-child { 
  margin-left:4% !important;} 
.article-margin:last-child { 
  width:32%;} 
  .aUnderline{text-decoration: underline;}

  .cGreen {
    background: rgba(31, 191, 201, 1);
  }

  .welcome {
    position: relative;
    height: 300px;
  }

  .welcome img {
    height: 300px;
    float: right
  }

  .welcome.mobile {
    display: none;
  }

  .col-50 {
    width: 50%;
  }

  .col-50:nth-child(2n) {
    padding-right: 0px;
    padding-left: 25px;
  }

  .col-50.mobile-wrap-preventative-care:nth-child(2n) {
    padding-right: 25px;
    padding-left: 25px;
  }

  .col-50 {
    padding-right: 25px;
    /* Demo Changes  */
     margin-bottom: 15px;
    /* margin-bottom: 25px; */
  }

  .hidden-md {
    display: none;
  }

  .block-md {
    display: block;
  }

  .pharmaSec {
    background: #fff;
    margin: 30px auto;
  }

  .pharma {
    width: 750px;
    height: 125px;
    margin: 0 auto;
    border: 2px solid #f0ce97;
  }

  .pharmaTitle {
    width: 358px;
    height: 102px;
    background: #f0ce97;
    color: #464645;
    font-size: 24px;
    line-height: 28px;
  }

  .pharmaTitle br {
    display: none;
  }

  .pharmaDesc {
    height: 102px;
    line-height: 20px;
  }

  .j-content {
    justify-content: center;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* Tab Section */
  ul.tabs {
    display: table-row !important;
  }

  ul.tabs li {
    /* float: left; */
    display: table-cell !important;
  }
}

@media screen and (min-width:320px) and (max-width: 767.98px) {
	.row .large-offset-1 {width:100% !important;margin-left:1.3333px;}
.bgtransparent{background:transparent;}
.select::after {
	margin-bottom:0px !important;
}
                .f-page-footer {padding:0;}
                .pdf-disclaimer {padding-left:0}
                .mob-footer-align{width:93%;margin-left:3% !important; }
                #leaving-website-msg{width:93%;display:inline-block !important}
                .leaving-website:before {left:0px;}
  .welcome-absolute {
    margin-top: 42px;
  }

  .welcome.mobile {
    margin-top: 68px;
  }
.three-column-width{
                width : 97%;
  }
.imagetext-cta-btn{
       /* width: 97%;*/
}
#slect1,#slect1 option{
	font-weight: 600;
    font-size: 19px;
}
  .manage-category-list-items img,
  .gradient-left,
  .gradient-right {
    display: none
  }

.contentwrapperdetail .details p {
    line-height: 1.4em;
                }
}

@media screen and (max-width: 767.98px) {

  .welcome img {
    display: none
  }
.three-column-width{
                width : 97%;
  }
  .imagetext-cta-btn{
                /*  min-width:42%;*/
  }
  .view-row {
    display: flex !important;
    flex-direction: column !important;
  }

  .view-row>div {
    display: block !important;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .cat-list-item {
    padding: 25px !important;
    border-bottom: 1px solid #d8d8d8;
    line-height: 22px;
  }

  .welcome {
    position: relative;
    min-height: 195px;
    overflow: hidden;
    background: none;
  }

  .hidden-mobile {
    display: none;
  }

  .welcome.mobile img {
    width: 100%;
    display: block
  }

  .welcome-box {
    width: 100%;
    overflow: hidden;
    border: none;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 0 0;
  }

  .g-card {
    box-shadow: 0 0 0 0;

  }

  .card-position-box {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 15px !important;
  }

  .col-50 {
    padding: 15px !important;
  }

  .card.welcome-box {
    box-shadow: none;
  }

  .mt-mobile-30 {
    margin-top: 30px;
  }

  .mbm-15 {
    margin-bottom: 15px;
  }

  .manage-category-list-items {
    position: relative;
    max-width: 935px;
    min-height: 150px;
    overflow: hidden;
    background: none;
    margin: 0px auto !important;
  }

  .cat-list {
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    -moz-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    width: 90% !important;
    margin: 0 auto;
    padding: 0 !important;
  }

  .tabs {
    display: none;
  }

  .tab_drawer_heading {
    background-color: #fff;
    color: #000;
    margin: 10px 0 0;
    padding: 14px 16px;
    display: flex;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #d8d8d8;
    line-height: 22px;
  }

  .d_active {
    background-color: #fff;
    color: #005587 !important;
    border: 1px solid #d8d8d8;
  }

  .tab_drawer_heading.d_active .plus-icon::before {
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
  }

  .tab_drawer_heading.d_active .plus-icon::after {
    font-family: FontAwesome;
    content: none;
  }

  .plus-icon::after {
    font-family: FontAwesome;
    content: "\f067";
    padding-right: 5px;
  }

  .col-50 {
    width: 100%;
  }

  .tab_content .col-50 {
    padding: 0 !important;
  }

  .tabsection {
    padding: 0 15px !important;
    background: transparent;
  }

  .p-50 {
    padding: 0px !important;
  }

  .mobile-wrap {
    flex-wrap: wrap;
  }

  .mobile-wrap .cell-icon {
    display: none;
  }

  .preventative-care-bg:nth-last-child(2) {
    margin-right: 15px;
    margin-left: 15px;
  }

  .preventative-care-bg:nth-last-child(1) {
    margin: 15px 15px 0;
  }

  .image-right {
    position: relative;
    min-height: 195px !important;
    overflow: hidden;
    background: none;
    margin-bottom: 15px;
  }

  .image-right:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }

  .car-position-box {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 15px !important;
  }

  .image-left {
    position: relative;
    min-height: 195px !important;
    overflow: hidden;
    background: none;
  }

  .image-left:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }

  .behavioral-coverage-box {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 15px !important;
  }

  #discount-support .cell-icon {
    width: 50%;
    margin: 15px 0;
  }

  .blue-icons {
    flex-wrap: wrap;
  }

  .jc-around.blue-icons {
    justify-content: flex-start;
    padding: 30px 0;
  }

  .plus-icon {
    color: #005587;
    margin-top: 5px;
  }

  .ml-10 {
    margin-left: 10px;
  }

  .tabsection {
    margin-bottom: 25px !important;
  }

  .card {
    margin: 0 !important;
  }

  .mbm-15 {
    margin-bottom: 15px;
  }

  .hidden-sm {
    display: none;
  }

  .block-sm {
    display: block;
  }

  .mtm-10 {
    margin-top: 10px !important;
  }

  .f-direction {
    flex-direction: column;
  }

  .pharma {
    width: 100%;
    margin: 0 auto;
  }

  .pharmaTitle {
    width: 100%;
    background: #f0ce97;
    color: #464645;
    font-size: 25px;
    line-height: 30px;
  }

  .pharmaDesc {
    line-height: 22px;
  }

  .j-content {
    justify-content: flex-start;
  }

  .tabsection .h2 {
    color: #0f6dbe !important;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .mobile-wrap-preventative-care ul {
    padding: 0 25px 15px;
  }

  .resources-col {
    margin-top: 15px;
  }

  .resources-col:nth-child(1) {
    margin-top: 0px;
  }
}


.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
  background: #fff !important;
}

#app-banner-collapsed {
  display: none;
}

@media (max-width: 767.98px) {
  .card {
    box-shadow: 0 0 0 0;
  }


  .select {
    position: relative;
    width: 156px;
    line-height: 3;
  }

  select {
    width: 100%;
    margin: 0;
    outline: 0;
    box-shadow: none;
    border: 1px solid #0064a2 !important;
    background-image: none;
    height: 51px;
    font-size: 20px;
    padding-left: 15px;
  }

  /* select::-ms-expand {
    display: none;
  } */

  /* Arrow */
  .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #0064a2;
    pointer-events: none;
    background: #fff;
    pointer-events: none;
    color: #4798d7;
    border: 1px solid #0064a2;
    border-left: none;
    margin-bottom:15px
  }

  /* Transition */
  .select:hover::after {
    color: #4798d7;
  }

  .select::after {
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
  }

  .mobile-text-black {
    color: #0064a2 !important
  }
}

@media (min-width: 768px) {
  .hidden-md {
    display: none;
  }
  
  /*.g-text-center a {text-decoration: underline;}*/


  .content {
    width: 100%;
    height: 100%;
  }

  .content>section {
    width: 100%;
    height: 100%;
  }

  /* Not included in the download archive */
  .go-back {
    margin: 0 auto;
    padding: 200px 0;
    max-width: 450px;
    font-size: 16px;
    text-align: center;
  }

  .go-back a {
    color: rgba(255, 255, 255, 0.9);
    line-height: 180%;
    text-transform: none;
    font-weight: normal;
  }

  #discount-support a {
    color: #fff !important;
  }
}

.links a {
  display: block;
  margin-top: 8px
}

/* start demo changes */
.links ul {
    margin-bottom: 25px;
    padding: 1px 0;
}

.links li {
    list-style: none;
    padding: 1px 0;
}

/* end demo changes */

.cta-here a {
  color: #fff;
}

.mobile-wrap-preventative-care .cta-here a {
  text-decoration: underline
}

.options-list .cta-here a {
  color: #000;
}

#mobile-nav-module select {
  display: none !important
}

.resources-col h2 {
  margin-bottom: 15px;
  font-weight: 300
}

.resources-col li {
  list-style: none;
  padding: 5px 0
}

.footer-notes p {
  margin: 15px 0
}

#get-started .links a {
  display: block;
  margin-top: 10px;
}

.view-table {
  display: table;
  width: 100%;
  border-spacing: 15px 15px;
}

.view-row {
  display: table-row;
}

.view-row>div {
  display: table-cell;
  width: 33.33%
}

.manage-category-list-items a {
  color: #0f6dbe !important;
}

.examples {
  font-weight: bold
}

.external-link:after {
    background: url(../../../../../content/dam/bcbs/common/images/external-blue.svg) no-repeat;   
    background-size: contain;
    content: '';
    width: 9pt;
    height: 11px;
    display: inline-block;
    margin: 0 0 0 5px;
}
.external-link-pdf:after {
    background: url(../../../../../content/dam/bcbs/common/images/pdficon.svg) no-repeat;   
    background-size: contain;
    content: '';
    width: 9pt;
    height: 14px;
    display: inline-block;
    margin: -3px 0 0 4px;
    vertical-align: middle;
} 
.leave:after{
	background: url(../../../../../content/dam/bcbs/common/consumer-solutions/images/image/subsection_nav_icon.gif) no-repeat;   
	
}
/* Mobile Menu */



.app-container {
  width: 100%;
  height: auto;
  background: #dfdfdf;
  margin: 0 0 1em 0;
}

.app-content h1,
.app-content h2,
.app-content h3 {
  margin: 0;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #545454;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

ul.accordion li {
  margin: 0.5em 0;
}

.app-content p {
  margin: 0 0 0.5em 0;
  font-size: 0.7em;
  line-height: 1.25em;
  color: #545454;
}

.check-close-app input[type="checkbox"] {
  margin: 0 5px 0 0;
}

.check-close-app {
  width: auto;
  height: auto;
  display: flex;
  clear: both;
  padding: 0.5em 0.5em 0.5em 0;
}

.clear{clear:both}
.mt15{margin-top:15px}
.Prevent-head-space h4{margin-bottom:-10px;}
.right-care-content   .examples{margin-top:0px;}
.know-your-health .tab_content p{margin:5px 0;}
.see-covered-content p{margin-bottom:0;}
.see-covered-content a{margin-top: 10px;
    display: block;}
                .see-anchor a{margin-top:0px;}
                
                
.make-you-personal ul {padding-left:0px !important;}
.make-you-personal ul li{list-style:none; padding:2px 0;}

.clearfix {
  display: inline-block;
}

.app-container-ltcol {
  width: 18%;
  float: left;
}

.check-close-app label {
  font-size: 0.7em;
  line-height: 1.25em;
  display: inline-block;
  color: #686868;
  vertical-align: top;
}

.close-app-container:after {
  content: "\0058";
  color: #6c6c6c;
  font-family: Arial, Helvetica, sans-serif;
}

.app-container-rtcol {
  width: 82%;
  overflow: hidden;
}

.app-container-row {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  display: flex
}

.app-link:hover {
  cursor: pointer;
}

.app-container-icon img {
  width: 71px;
  height: 71px;
  margin: 10px 10px 0 0;
  display: inline-block;
  background-size: contain;
}

.app-content {
  width: 64%;
  overflow: hidden;
  margin: 13px 0 0.5em 0;
  padding: 0;
}

.close-app-container {
  width: 100%;
  height: auto;
  min-height: 40px;
  padding: 20px;
  font-size: 1.1em;
  display: block;
  cursor: pointer;
}

/* #app-banner-collapsed {
  display: none;
} */



.app-container .bcbs-button {
  padding: 4px 13px;
  font-size: 0.7em;
  white-space: nowrap;
  margin: 0;
}

.bcbs-button {
  padding: 8px 20px;
  margin: 0 0 0.5em 0;
  background-color: #005587;
  border: none;
  color: white;
  box-shadow: none;
  font-size: 0.8em;
  font-weight: bold;
  display: inline-block;
  transition: background-color 300ms ease-out 0s;
}



.login-link {
  font-size: 0.75em;
}

.f-dropdown p.login-link {
    margin-bottom: 10px !important;
}

.login-link a{
    text-decoration:underline
    }

.login-link a:hover{
    text-decoration:none;
    cursor:pointer
    }



a.toggle:before {
  float: right !important;
  content: "+";
  padding-right: 5px;
  font-size: 25px;
  margin-top: -6px;
}

a.toggle.collapsed:before {
  float: right !important;
  content: "-";
  padding-right: 5px;
  font-size: 45px;
  margin-top: -25px;
  font-weight: 500
}

.Show {
  display: none;
}

#app-banner-collapsed {
  cursor: pointer;
  color: #4378D9;
  display: none;
  padding: 0 0.9375em;
}

/*Footer Additions*/

ul.footer-navlist li{list-style: none;}

ul.footer-navlist li a {
  color: #a5fdfa !important;
  
}

footer a:hover{text-decoration: underline; }
footer a:focus {text-decoration: none; }

footer a,
footer a:hover,
footer a:focus {
  color: #a5fdfa !important;
}

.text-center {
  text-align: center !important;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}

.social-media {
  display: inline-block;
  padding: 1.5rem 0.5rem;
}

.add-divider {
  border-top: 1px solid #729ae3;
  border-bottom: 1px solid #729ae3;
  padding: 1rem 0;
  /* added padding for footer links */
  padding-bottom: 0px;
}


.clear{clear:both}


.inline-list-footer li:first-child {
  border-left: none;
  padding-left: 0;
}
.inline-list-footer li {
  font-size: 1rem;
  margin: 0;
  padding: 0 0.25rem 0 0.5rem;
  display: inline-block;
  border-left: solid 1px #a5fdfa;
}

p.legal {
  margin: 1rem 0 2rem;
}

.legal-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.pdf-disclaimer {
  margin: 0 0 2rem;
  padding-left: 17px;
  position: relative;
}

.pdf-disclaimer:before {
  background: url(../../../../../content/dam/bcbs/bcbsil/consumer-solutions/images/image/pdfIcon.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 12px;
  height: 14px; 
  position: absolute;
  left: 0;
  top: 4px;
}
.leaving-website,.leave-blue{position: relative;}
.leaving-website:before {
  background: url(../../../../../content/dam/bcbs/bcbsil/consumer-solutions/images/image/leaving_website.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 14px;
  height: 12px;
  position: absolute;
  left: -5px;
    top: 3px;
}

.leave-blue:after{
	
  background: url(../../../../../content/dam/bcbs/bcbsil/consumer-solutions/images/image/leaving_website.svg) no-repeat right center;
  background-size: contain;
  content: '';
 width: 12px;
    height: 12px;
    position: absolute;
    left: 5px;
    top: 5px;

}

/*.row .large-offset-1 {
  position: relative;
  margin-left: 5.33333%;
}*/

.large-10 {
  position: relative;
  width: 83.33333%;
}

.sr-only, .hide {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;  display: initial !important; }

.external-link.reversed:after {
	background: url(../../../../../content/dam/bcbs/bcbsil/consumer-solutions/images/image/leaving_website.svg) no-repeat;
}

.login-link a {
    text-decoration: underline;
}

.login-link a:hover {
    text-decoration: none;
}


.dropdown_image {
    text-align: center;
    margin-bottom: 15px;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.dropdown_container .dropdown_image img {
    margin: 0 auto;
}
@media only screen {

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .small-5 {
        position: relative;
        width: 41.66667%;
    }

    .small-7 {
        position: relative;
        width: 58.33333%;
    }
}


[data-section='tabs']>section>[data-section-title],
[data-section='tabs']>section>.title,
[data-section='tabs']>.section>[data-section-title],
[data-section='tabs']>.section>.title,
[data-section='tabs']>[data-section-region]>[data-section-title],
[data-section='tabs']>[data-section-region]>.title,
.section-container.tabs>section>[data-section-title],
.section-container.tabs>section>.title,
.section-container.tabs>.section>[data-section-title],
.section-container.tabs>.section>.title,
.section-container.tabs>[data-section-region]>[data-section-title],
.section-container.tabs>[data-section-region]>.title {
    margin-bottom: 0;
}

[data-section='tabs']>section>[data-section-title] a,
[data-section='tabs']>section>.title a,
[data-section='tabs']>.section>[data-section-title] a,
[data-section='tabs']>.section>.title a,
[data-section='tabs']>[data-section-region]>[data-section-title] a,
[data-section='tabs']>[data-section-region]>.title a,
.section-container.tabs>section>[data-section-title] a,
.section-container.tabs>section>.title a,
.section-container.tabs>.section>[data-section-title] a,
.section-container.tabs>.section>.title a,
.section-container.tabs>[data-section-region]>[data-section-title] a,
.section-container.tabs>[data-section-region]>.title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}

[data-section='tabs']>section>[data-section-content],
[data-section='tabs']>section>.content,
[data-section='tabs']>.section>[data-section-content],
[data-section='tabs']>.section>.content,
[data-section='tabs']>[data-section-region]>[data-section-content],
[data-section='tabs']>[data-section-region]>.content,
.section-container.tabs>section>[data-section-content],
.section-container.tabs>section>.content,
.section-container.tabs>.section>[data-section-content],
.section-container.tabs>.section>.content,
.section-container.tabs>[data-section-region]>[data-section-content],
.section-container.tabs>[data-section-region]>.content {
    display: none;
}

[data-section='tabs']>section.active>[data-section-content],
[data-section='tabs']>section.active>.content,
[data-section='tabs']>.section.active>[data-section-content],
[data-section='tabs']>.section.active>.content,
[data-section='tabs']>[data-section-region].active>[data-section-content],
[data-section='tabs']>[data-section-region].active>.content,
.section-container.tabs>section.active>[data-section-content],
.section-container.tabs>section.active>.content,
.section-container.tabs>.section.active>[data-section-content],
.section-container.tabs>.section.active>.content,
.section-container.tabs>[data-section-region].active>[data-section-content],
.section-container.tabs>[data-section-region].active>.content {
    display: block;
}

[data-section='tabs']>section:not(.active),
[data-section='tabs']>.section:not(.active),
[data-section='tabs']>[data-section-region]:not(.active),
.section-container.tabs>section:not(.active),
.section-container.tabs>.section:not(.active),
.section-container.tabs>[data-section-region]:not(.active) {
    padding: 0 !important;
}

[data-section='tabs']>section>[data-section-title],
[data-section='tabs']>section>.title,
[data-section='tabs']>.section>[data-section-title],
[data-section='tabs']>.section>.title,
[data-section='tabs']>[data-section-region]>[data-section-title],
[data-section='tabs']>[data-section-region]>.title,
.section-container.tabs>section>[data-section-title],
.section-container.tabs>section>.title,
.section-container.tabs>.section>[data-section-title],
.section-container.tabs>.section>.title,
.section-container.tabs>[data-section-region]>[data-section-title],
.section-container.tabs>[data-section-region]>.title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
}

/* Side Nav */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
    float: left;
    display: inline;
    margin-left: 0.5625em;
    margin-bottom: 0.625em;
    font-weight: normal;
    font-size: 0.875em;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
    color: #999999;
    text-decoration: none;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    font-weight: bold;
    background: #2ba6cb;
    padding: 0.1875em 0.5625em;
    cursor: default;
    color: white;
}

/* Foundation Dropdowns */
.f-dropdown {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    margin-top: 2px;
    max-width: 200px;
}

.f-dropdown>*:first-child {
    margin-top: 0;
}

.f-dropdown>*:last-child {
    margin-bottom: 0;
}

.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99;
}

.f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98;
}

.f-dropdown.right:before {
    left: auto;
    right: 10px;
}

.f-dropdown.right:after {
    left: auto;
    right: 9px;
}

.f-dropdown li {
    font-size: 0.875em;
    cursor: pointer;
    line-height: 1.125em;
    margin: 0;
}

.f-dropdown li:hover,
.f-dropdown li:focus {
    background: #eeeeee;
}

.f-dropdown li a {
    display: block;
    padding: 0.5em;
    color: #555555;
}

.f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px;
}

.f-dropdown.content>*:first-child {
    margin-top: 0;
}

.f-dropdown.content>*:last-child {
    margin-bottom: 0;
}

.f-dropdown.tiny {
    max-width: 200px;
}

.f-dropdown.small {
    max-width: 300px;
}

.f-dropdown.medium {
    max-width: 500px;
}

.f-dropdown.large {
    max-width: 800px;
}

.right-nav {
    background-color: #0064a2;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 40px;
}

.spaced-inline-list {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: auto;
    display: table;
}

.spaced-inline-list--item-base,
.spaced-inline-list--item,
.spaced-inline-list--item-2 {
    display: table-cell;
    text-align: center;
    height: 39px;
    vertical-align: middle;
}

.spaced-inline-list--item {
    width: 25%;
    height: auto;
    background-color: #0f6dbe;
    border-right: 1px solid #98c9e9;
}

.spaced-inline-list--item:first-child,
.spaced-inline-list--item:last-child {
    border-left: none;
}

.spaced-inline-list--item:hover,
.spaced-inline-list--item:focus,
.spaced-inline-list--item.mobile_login:hover,
.spaced-inline-list--item.mobile_login:focus {
    background-color: #005587;
}

.spaced-inline-list--item a {
    color: #757575;
    display: block;
    height: 57px;
    text-decoration: none;
    width: 100%;
}

.spaced-inline-list--item a div {
    display: table;
    height: 100%;
    width: 100%;
}

.spaced-inline-list--item a div p {
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0 0.4em;
    color: #fff;
    font-family: 'univers47_condensed_light', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.spaced-inline-list--item:last-child p {
    color: #FFFFFF;
}

.spaced-inline-list--item-2 {
    width: 50%;
    margin: 0;
}

.spaced-inline-list--item-2:hover {
    background-color: #097ec6;
}

.spaced-inline-list--item-2.activeTab {
    background-color: #0064a2;
}

.spaced-inline-list--item-2.activeTab a p,
.spaced-inline-list--item-2.activeTab .numberOfPlans {
    color: #FFF;
}

.spaced-inline-list--item-2 a {
    display: table;
    position: relative;
    align-items: center;
    height: 39px;
    width: 100%;
}

.spaced-inline-list--item-2 p {
    display: table-cell;
    position: relative;
    margin: 0;
    font-size: inherit;
    line-height: 1rem;
    color: #fff;
    vertical-align: middle;
}

.spaced-inline-list--item-2 a:hover,
.spaced-inline-list--item-2 a:hover p,
.spaced-inline-list--item-2 a:hover .numberOfPlans {
    text-decoration: none;
    color: white;
    background-color: #003D61;
}

.spaced-inline-list--icon {
    display: block;
    margin-bottom: -1em;
}

.spaced-inline-list--item-2 p.login_tab {
    background: url('../../../../../content/dam/bcbs/common/medicaid/images/image/login_arrow_closed.png') no-repeat 98% center transparent;
    padding: 0 10px 0 0;
}

html[lang="es"] .spaced-inline-list--item-2 p.login_tab {
    padding: 0 30px 0 0;
}

.spaced-inline-list--item-2.activeTab p.login_tab,
.spaced-inline-list--item-2.activeTab:hover p.login_tab {
    background: url('../../../../../content/dam/bcbs/common/medicaid/images/image/login_arrow_open.png') no-repeat 98% center transparent;
}

.small-logo-container {
    float: left;
    width: 50%;
}

.small-logo-container>img {
    /*vertical-align: middle;*/
}

#header {
    background-color: white;
}

.header-nav {
    background: #FFFFFF;
    padding: 0;
}

.f-dropdown {
    margin-top: 0;
}

#bamUpdateTime,
.bamAlertSection {
    display: none;
}

.hp_alert p {
    font-size: 12px;
}

.hp_alert span {
    color: #ff0000;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3em;
}

.f-dropdown.navDrop {
    border: none;
    border-top: 1px solid #38a0e0;
}

.f-dropdown:after,
.f-dropdown:before {
    border-style: none;
}

.f-dropdown.navDrop dl.sub-nav {
    text-align: center;
}

.navDrop dl.sub-nav dd {
    float: none;
    margin: 0 15px;
    display: inline-block;
    border-bottom: 3px solid #4378d9;
}

html[lang="es"] .navDrop dl.sub-nav dd {
    margin: 0 10px;
}

.navDrop dl.sub-nav dd.active {
    border-bottom: 3px solid #eab139;
}

.navDrop dl.sub-nav dd:hover {
    border-bottom: 3px solid #eab139;
}

.navDrop dl.sub-nav dd a {
    color: #0f6dbe;
}

/*.navDrop dl.sub-nav dd a:hover{
			color: #B48219;
			background:none !important;}*/

.navDrop dl.sub-nav dd:hover>a {
    color: #eab139;
    background: none !important;
}

.navDrop dl.sub-nav dd.active a {
    color: #eab139 !important;
    background: none !important;
}

.navDrop .section-container.tabs img {
    width: 13rem;
    height: 100%;
    margin: 1rem 0 0 0.5rem;
}

.login-btn {
    text-align: center;
}

.dropdown_image {
    text-align: center;
    margin: 0 0 15px 1rem;
}
@media screen and (max-width:767px) {
    .dropdown_image {
        margin: 0 0 18px 0;
    }
    .dropdown_container .dropdown_image img {
        padding-top:3rem;
    }
}
.f-dropdown label {
    font-family: 'UniverseCondensed', Arial, Helvetica, sans-serif;
    font-size: .75em;
    color: #444;
    margin-bottom: 5px;
}

.f-dropdown div.small-5.right {
    padding-top: 20px;
}

.f-dropdown p.login-link {
	 /* 2-1 start - commented */
     /* margin: 0; */
	 /* 2-1 start */
}

#lg-group {
    width: auto;
}

/*shop plans*/
.section-container.tabs h3 {
    font-size: 1.375rem;
    margin-top: 0;
}

.section-container.tabs p.title {
    font-weight: bold;
    line-height: 1.2em;
    border-left: 3px solid #ffffff !important;
}

.section-container.tabs p.title>a:hover {
    text-decoration: none;
}

ul.check-list {
    list-style: none;
    margin-left: 0.2em;
    margin-bottom: 2em;
}

/*ul.check-list li {list-style-image: url(../../../../../images/bcbs/redesign/content/body/shop-plans/green-check-icon.svg); }*/
ul.check-list li {
    list-style: none;
    margin-left: 0;
}

ul.check-list li:before {
    color: #84da13;
    content: "\2713";
    font-weight: bold;
    font-size: 1.25em;
    padding: 0 0.5em 0 0;
    display: inline-block;
    vertical-align: top;
}

ul.check-list li a {
    font-weight: bold;
    display: inline-block;
    width: 90%;
}

.section-container.tabs {
    margin-top: 2rem;
	/* 2-1 Added */
	border: none;
    background: inherit;
    text-align: center;
	/* 2-1 */
}

.button-blue:hover,
.button-white:focus {
    background-color: #003D61;
    box-shadow: none;
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

.button-blue {
    background-color: #005587;
    border: none;
    color: white;
    box-shadow: none;
    font-size: 13px;
    padding: 8px 45px;
    transition: background-color 300ms ease-out 0s;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

.login-link {
    font-size: 0.75em;
}

.login-link p {
    font-size: .85em;
    color: #444444;
    margin-bottom: 15px;
    line-height: 1.65rem;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']>a::after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle>a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
  visibility: hidden;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  overflow-y: auto;
}

.position-left.is-open~.off-canvas-content {
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open~.off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  overflow-y: auto;
}

.position-right.is-open~.off-canvas-content {
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open~.off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
  overflow-x: auto;
}

.position-top.is-open~.off-canvas-content {
  -ms-transform: translateY(300px);
  transform: translateY(300px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open~.off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -ms-transform: translateY(300px);
  transform: translateY(300px);
  overflow-x: auto;
}

.position-bottom.is-open~.off-canvas-content {
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open~.off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print,
screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-medium~.off-canvas-content {
    margin-left: 300px;
  }

  .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-medium~.off-canvas-content {
    margin-right: 300px;
  }

  .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-medium~.off-canvas-content {
    margin-top: 300px;
  }

  .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-medium~.off-canvas-content {
    margin-bottom: 300px;
  }
}

@media print,
screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-large~.off-canvas-content {
    margin-left: 300px;
  }

  .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-large~.off-canvas-content {
    margin-right: 300px;
  }

  .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-large~.off-canvas-content {
    margin-top: 300px;
  }

  .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-large~.off-canvas-content {
    margin-bottom: 300px;
  }
}

/* offside Menu css */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

.off-canvas-wrapper {
  box-shadow: 0 800px 0 800px #0f6dbe;
}

/*OFFCANVAS*/

.off-canvas {
  background-color: #005487;
}

.off-canvas {
  background-color: #005487;
  padding: 0;
}

.off-canvas ul>li {
  border-bottom: solid 1px #5595cc;
}

.off-canvas ul ul li {
  border: none;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu {
  margin: 0;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu>li>a {
  padding: 0.7rem 1.75rem 0.7rem 1.5rem;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu>li>ul>li>a {
  padding: 0.7rem 1.95rem 0.7rem 2rem;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu>li>ul>li>a {
  padding: 0.7rem 1.95rem 0.7rem 2rem;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu>li>ul>li>ul>li>a {
  padding: 0.7rem 1.95rem 0.7rem 2.5rem;
}

.off-canvas li a {
  font-family: UniversCondensed !important;
  font-size: 1em !important;
  font-style: normal;
  color: #fff;
  display: block;
  line-height: 1.4;
  padding: 1em;
  transition: color 0.3s;
  width: 100%;
}

.off-canvas li a:hover,
.off-canvas li a:focus {
  background-color: #2f92d0;
  color: white;
  text-decoration: none;
  -webkit-transition: background-color 500ms ease-out 0.005s;
  -moz-transition: background-color 500ms ease-out 0.005s;
  -o-transition: background-color 500ms ease-out 0.005s;
  transition: background-color 500ms ease-out 0.005s;
}

.submenu-toggle:after {
  display: block;
  color: #1779ba;
  width: 0;
  height: 0;
  border: inset 0;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']:after {
  content: '\2013';
  top: -14px;
  -ms-transform: none;
  transform: none;
  -ms-transform-origin: initial;
  transform-origin: initial;
}

.submenu-toggle[aria-expanded='false']:after {
  content: '+';

}

nav>.vertical.menu>li>.submenu-toggle[aria-expanded='false']:after {
  top: -10px;
}

nav>.vertical.menu>li>ul>li>.submenu-toggle[aria-expanded='false']:after {
  top: -20px;
}

nav>.vertical.menu>li>ul>li>.submenu-toggle[aria-expanded='true']:after {
  top: -25px;
}

nav>.vertical.menu>li>ul>li>ul>li>.submenu-toggle[aria-expanded='false']:after {
  top: -25px;
}

nav>.vertical.menu>li>ul>li>ul>li>.submenu-toggle[aria-expanded='true']:after {
  top: -30px;
}

.off-canvas .submenu-toggle:after {
  color: white;
  font-size: 1.5rem;
  position: absolute;
}

.off-canvas button.submenu-toggle {
  border-radius: 0;
  border: none;
}

.off-canvas .is-accordion-submenu-parent>a:after {}

.inner-page #banner {}

.inner-page #left-nav {
  margin-top: 2em;
}

.inner-page #middle-content {
  margin-top: 2em;
  margin-bottom: 4em;
}

.inner-page #right-widgets {
  margin-top: 2em;
  margin-bottom: 4em;
}

.menu.vertical {
  list-style: none;
}

.menu.vertical li {
  list-style: none;
  margin: 0;
}

nav>.vertical.menu>li>a {
  font-weight: 700;
  width: 100%;
}

nav .vertical.menu li a.active {
  background-color: #2f92d0;
  pointer-events: none;
}

@media screen and (max-width:1023px) {
  .inner-page #middle-content {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .inner-page #right-widgets {
    margin-top: 2em;
    margin-bottom: 4em;
  }
}

.li-search {
  padding: 15px;
}

.offside .h-search {
  border: none
}

.offside .h-search input {
  width: 220px;
}
/*Begin custom.css*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

section {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

body {
	background-color: white;
	color: #464645;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 1.5;
	vertical-align: baseline;
	counter-reset: footnotes;
}

section .row {
	max-width: 64.25rem;
}

/* wider than public site
.row {
     max-width: 75rem;
}
*/
h1 {
	color: #005587;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 2.5625rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 1.2rem;
}

h2 {
	color: #454546;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1.2rem;
}

h3 {
	color: #454546;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 1.2rem 0;
}

h4 {
	color: #1c1c1c;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 1rem 0;
}

h5 {
	color: #1c1c1c;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 1rem 0;
}

h6 {
	color: #1c1c1c;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 1rem 0;
}

p {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 0 1.5rem;
}

a {
	color: #0f6dbe;
	cursor: pointer;
	line-height: inherit;
	text-decoration: none;
}

a:hover, a:focus {
	color: #0f6dbe;
	text-decoration: underline;
}

/* 
  Underlines all links within paragraph tags that 
  SiteImprove flags to avoid an accessibility error.
*/
p a:not(.widget-vertical *, .toggle-container *) {
	text-decoration: underline;
}

li a:not(.h-topheader *, .h-center-header *, .nav *, .accordion *, .acc-tabs-home *, .tabs *, .f-page-footer *) { 
	text-decoration: underline;
}

/*p:nth-last-child(1) {margin-bottom: 0; }*/
.lg-bold {
	font-size: 1.2em !important;
	margin: 0 0 0.5em !important;
	font-weight: 600;
}

.green {
	color: green !important;
}

.red {
	color: red !important;
}

section a {
	color: #0f6dbe;
	cursor: pointer;
	line-height: inherit;
	text-decoration: none;
}

section a:hover, section a:focus {
	color: #0f6dbe;
	text-decoration: underline;
}

sub {
	font-size: 60%;
	position: relative;
	bottom: 0rem;
	vertical-align: baseline;
}

sup {
	top: -0.7em;
	font-size: 0.5em;
}

em {
	font-style: italic !important;
}

ul {
	list-style: none;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
}

ul li {
	list-style: disc;
	margin: 0 0 0.6rem 1.2rem;
}

ol {
	line-height: 1.5;
	margin: 0 0 1.5rem 1.6rem;
}

ol li {
	list-style: decimal;
	margin: 0 0 0.7rem 0;
}

section ul {
	list-style: none;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
}

section ul li {
	list-style: disc;
	margin: 0 0 0.6rem 1.2rem;
}

section ol {
	line-height: 1.5;
	margin: 0 0 1.5rem 1.6rem;
}

section ol li {
	list-style: decimal;
	margin: 0 0 0.7rem 0;
}

.link-list li {
	list-style: none;
	margin-right: 3em;
}

.link-list li:hover:before {
	margin-right: -2em;
	display: block;
	float: right;
	content: '';
	background: url(../../../../../content/dam/bcbs/common/medicaid/images/icon/arrow.svg)
		right center no-repeat;
	background-size: contain;
	height: 16px;
	width: 18px;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.check-list {
	text-align: left;
}

.check-list li {
	list-style-image:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/checkmark.svg);
}

.list-pipe {
	margin: 0;
}

.list-pipe li {
	border-right: 1px solid #0f6dbe;
	display: inline-block;
	list-style: none;
	margin: 0;
	text-align: left;
	padding: 0 1rem;
}

.list-pipe li:first-child {
	padding-left: 0;
}

.list-pipe li:last-child {
	border-right: none;
}

.g-list-unstyled li {
	list-style: none;
}

.h-main-menu .nav ul li {
	margin: 0;
}

.cLabel {
	display: inline-block;
	font-weight: 700;
	width: 140px;
	vertical-align: top;
}

.c-value {
	display: inline-block;
	width: auto;
}

.check-list-horz {
	margin-left: 0;
}

.check-list-horz li {
	display: inline-block;
	list-style: none;
	margin-left: 0;
	padding-left: 25px;
	padding-right: 1rem;
	position: relative;
}

.check-list-horz li:before {
	content: ' ';
	width: 21px;
	height: 20px;
	background:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/check-green.svg)
		no-repeat;
	left: 0;
	position: absolute;
	top: 6px;
}

.related-links li {
	margin-left: 1.2rem;
}

.lists, .lists-bold {
	margin: 0;
}

.lists li, .lists-bold li {
	list-style: none;
	margin: 0;
}

.lists-bold li {
	font-weight: 700;
}

section input[type='text'], section input[type='password'], section input[type='date'],
	section input[type='datetime'], section input[type='datetime-local'],
	section input[type='month'], section input[type='week'], section input[type='email'],
	section input[type='number'], section input[type='search'], section input[type='tel'],
	section input[type='time'], section input[type='url'], section input[type='color'],
	section textarea {
	font-size: 1rem;
	width: 100%;
	max-width: 300px;
	border-radius: 2px;
	border: solid 1px #d8d8d8;
	box-shadow: none;
	margin: 0 0 1rem;
}

/* ERROR PAGE */
.error-container ul {
	text-align: left;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

/* error message */
.error-msg {
	font-style: italic;
	font-weight: 400;
	color: #e10000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.red {
	color: #e10000;
}

.error-msg.active {
	
}

label>[type='checkbox'], label>[type='radio'] {
	margin: 0 0.5rem 1rem 0;
}

label {
	font-size: 1rem;
	line-height: 1.4;
	text-align: left;
}

.horrizontal-layout.text-center {
	display: block;
	margin: 0 0 2rem;
}

.horrizontal-layout.text-center .buttoncta {
	display: inline-block;
}

.horrizontal-layout.text-center .button {
	display: inline-block;
}

.button, .promo-cta .button {
	border: solid 2px #006cb7;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .05em;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .6rem 1.5rem;
	-webkit-appearance: none;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	line-height: 1.25rem;
	text-align: center;
	cursor: pointer;
	background-color: #006cb7;
	color: #fff;
	border-radius: 32px;
	width: auto;
	max-width: 237px;
}

.button:hover, .button:focus, .promo-cta .button:hover, .promo-cta .button:focus
	{
	color: #006cb7;
	background-color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.button.secondary, .secondary .button {
	color: #006cb7;
	background-color: transparent;
}

.button.secondary:hover, .button.secondary:focus, .secondary .button:hover,
	.secondary .button:focus {
	background-color: #006cb7;
	color: #fff;
	font-weight: 700;
}

.button.secondary-blue {
	background-color: #005587;
	border-radius: 32px;
	font-weight: 700;
}

.button.secondary-blue:hover, .button.secondary-blue:focus {
	background-color: #003D61;
}

.cta-link {
	display: inline-block;
	font-size: 1rem;
	font-weight: normal;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .8rem 1.2rem;
	-webkit-appearance: none;
	line-height: 1.25rem;
	text-align: center;
	cursor: pointer;
}

.cta-link:hover, .cta-link:focus {
	text-decoration: underline;
	background-color: transparent;
}

.horrizontal-layout .buttoncta {
	display: inline-block;
}

.horrizontal-layout .button {
	display: inline-block;
}

hr {
	border-bottom: solid 1px #e2e2e2;
	margin: 0.8rem auto;
	padding: 0.5rem;
}

nw {
	white-space: nowrap;
}

.add-margin {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.btm-margin {
	margin-bottom: 2rem !important;
}

.external-link, .external-link-white, .external-link-pdf {
	white-space: nowrap;
}

.external-link:after {
	background:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/external-blue.svg)
		no-repeat;
	/*background: url(clientlibs-site/images/icon/external-blue.svg) no-repeat;*/
	background-size: contain;
	content: '';
	width: 12px; /*width of the icon*/
	height: 11px; /*height of the icon*/
	display: inline-block;
	margin: 0 0 0 5px;
}

.external-link-white:after {
	background:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/external-white.svg)
		no-repeat;
	/*background: url(clientlibs-site/images/icon/external-white.svg) no-repeat;*/
	background-size: contain;
	content: '';
	width: 12px; /*width of the icon*/
	height: 11px; /*height of the icon*/
	display: inline-block;
	margin: 0 0 0 5px;
	top: 2px;
}

.external-link-pdf:after {
	background:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/pdfIcon.svg)
		no-repeat;
	/*background: url(clientlibs-site/images/icon/pdfIcon.svg) no-repeat;*/
	background-size: contain;
	content: '';
	width: 12px;
	height: 14px;
	display: inline-block;
	margin: -3px 0 0 4px;
	vertical-align: middle;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.label-light-gray {
	color: #818181;
	display: block;
}

.label-bold {
	font-weight: 700;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.hide {
	display: none;
}

.add-padding {
	padding: 1rem 0;
}

.vertical-align-middle {
	margin: 0;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*BANNER STYLING*/
.secondary-nav {
	position: relative;
	z-index: 100000;
}

/* HOME PAGE BANNER */
.banner-hero {
	background-color: #005587;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	min-height: 300px;
	max-width: 1200px;
}

.banner-hero .banner-content {
	position: absolute;
	display: block;
	top: 61px;
	width: 100%;
	max-width: 600px;
	margin: 65px 165px;
}

.banner-hero img {
	object-fit: cover;
	width: 100%;
}

.banner-hero h1 {
	color: #fff;
}

.banner-hero p {
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
}

.banner-hero p.small-copy, .banner-hero .small-copy p {
	font-size: 1rem;
	font-weight: 400;
}

.banner-hero .page-category {
	position: relative;
	font-size: 1rem;
}

.banner-hero .button {
	background-color: #fff;
	color: #006cb7;
	border-color: #fff;
}

.banner-hero .button:hover, .banner-hero .button:focus {
	color: #fff;
	background-color: transparent;
}

/* INTERIOR PAGE BANNER */
.banner-hero-interior {
	position: relative;
	margin-bottom: 2em;
	background-color: #F6FCFF;
	padding: 0;
	text-align: center;
	z-index: 5;
}

.banner-hero-interior .banner-content {
	max-width: 680px;
	min-height: 250px;
	width: 70%;
	margin: 3rem auto 1rem;
}

.banner-hero-interior h1 {
	color: #464645;
}

.banner-hero-interior p {
	/* color: #fff; */
	font-size: 1.125rem;
	font-weight: bold;
}

.banner-hero-interior p.small-copy, .banner-hero-interior .small-copy p
	{
	font-size: 1rem;
	font-weight: 400;
}

/* pop cards styles */
.pop-cards-home {
	position: relative;
	height: 215px;
	overflow: hidden;
	padding: 0;
	margin-top: -215px;
	margin-bottom: 0; /*z-index:10;*/
}

.pop-cards-home h2 {
	display: none;
}

.pop-cards-interior {
	position: relative;
	height: 265px;
	overflow: hidden;
	padding: 0;
	z-index: 10;
	max-width: 1600px;
	margin: 4rem auto 2rem auto;
	border-bottom: 1px solid #f9f9f9;
}

.pop-wrapper {
	display: block;
	position: relative;
	height: auto;
}

.pop-card {
	position: absolute;
	min-height: 195px;
	padding: 1rem 2rem;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.86) !important;
	box-shadow: 0 1px 8px 0 rgba(124, 124, 124, 0.5);
	border: 2px solid transparent;
	background: #fff
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/chevron.svg) right
		40px top 20px no-repeat;
	background-size: 16px auto;
	box-sizing: content-box;
	z-index: 1000;
}

/*
.pop-card {position:relative; margin-top:140px; min-height:195px; padding:1rem 2rem; border-radius:10px; background-color: rgba(255,255,255,0.86) !important; box-shadow: 0 1px 8px 0 rgba(124,124,124,0.5); border:2px solid transparent; background:#fff url(../../../../../content/dam/bcbs/common/medicaid/images/icon/chevron.svg) right 40px top 20px no-repeat; background-size:16px auto; position: relative; }
*/
.pop-cards-home .pop-card {
	top: 135px;
}

.pop-cards-interior .pop-card {
	top: 65px;
}

/*.pop-card a, .pop-card a:hover, .pop-card a:focus { position:absolute; width:100%; height:100%; color:transparent; top:0; left:0; }*/
.pop-card h3 {
	color: #0F6DBE;
	font-size: 1.1rem;
	font-weight: bold;
	margin-right: 40px;
	height: auto;
	min-height: 40px;
}

.pop-card p {
	margin-bottom: 0;
}

.pop-card, .pop-card:hover {
	transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
}

.pop-card:hover {
	border: 2px solid #32C5FF;
	background-color: rgba(255, 255, 255, 1) !important;
	background-image:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/arrow-right.svg);
	background-size: 16px auto;
}

.pop-card:focus {
	border: 2px solid #32C5FF;
}

.pop-up {
	transform: translateY(-135px);
}

.pop-up-close {
	margin-top: 0;
}

.pop-up-close {
	margin-top: 70px;
	transform: translateY(135px);
}

/*.pop-cards-home.pop-card-focus {margin-top: -225px; }*/
.pop-card-focus .pop-card {
	background-image:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/arrow-right.svg);
	background-size: 16px auto;
}

/* animation on home page load */
@
keyframes peakUp { 0% {
	transform: translateY(0);
}

50%
{
transform
:
 
translateY
(-15px);

  
}
100%
{
transform
:
 
translateY
(0);

  
}
}
.pop-cards-home .columns:nth-child(1) .pop-card {
	animation: .6s ease-in-out 0s 1 peakUp;
}

.pop-cards-home .columns:nth-child(2) .pop-card {
	animation: .6s ease-in-out .2s 1 peakUp;
}

.pop-cards-home .columns:nth-child(3) .pop-card {
	animation: .6s ease-in-out .4s 1 peakUp;
}

/*BUCKET STYLING*/
.banner-hero-interior, .promo-cta-1, .promo-cta-2, .promo-cta-5,
	.homepage-row, .section-row, .section-row-center, .card-container-home,
	.card-container, .tab-section {
	margin-bottom: 2rem;
	padding: 2rem 0rem 1rem;
}

/*gradiant background section */
.promo-cta-1 {
	position: relative;
	text-align: center;
	padding: 6rem 0 3rem;
	background: linear-gradient(115deg, #428CCC 50%, #675EBB 100%);
}

/* light background home promo */
/*.promo-cta-2 { position:relative; z-index:11; text-align:center; padding:6rem 0 3rem; box-shadow: 0 -5px 20px -5px rgba(143,143,143,0.5);}*/
.promo-cta-2 {
	position: relative;
	z-index: 11;
	text-align: center;
	padding: 3rem 0 4rem;
	background-color: #F5F9FC;
}

.promo-cta-3 {
	padding: 6rem 0;
	background-color: #fff;
}

.promo-cta-4 {
	padding: 6rem 0;
	background: #f7f8fb;
}

.promo-cta-5 {
	padding: 3rem 0;
	background-color: #3E59FF;
	box-shadow: 0 2px 4px 0 rgba(36, 36, 36, 0.5);
	text-align: center;
}

.promo-cta-2, .promo-cta-3, .promo-cta-4, .promo-cta-5 {
	max-width: 1200px;
	margin: 0 auto;
}

.promo-cta-5 {
	margin-bottom: 2rem;
}

.promo-cta-3 img {
	float: right;
}

.promo-cta-1 h2, .promo-cta-5 h2 {
	color: #fff;
}

.promo-cta-3 h2:after, .promo-cta-4 h2:after {
	display: block;
	content: '';
	margin-top: 1rem;
	width: 67px;
	height: 2px;
	background-color: #4A90E2;
}

.promo-cta-4 h2:after {
	background-color: #32C5FF;
}

.promo-cta-1 p {
	color: #fff;
}

.promo-cta-3 h2, .promo-cta-3 p {
	color: #313131;
}

.promo-cta-5 p {
	color: #fff;
	font-weight: bold;
	font-size: 1.625rem;
}

.promo-cta-1 .button {
	border-color: #fff;
	color: #fff;
}

.promo-cta-1 .button .button:hover, .promo-cta-1 .button:focus {
	background-color: #fff;
	color: #006cb7;
}

.promo-cta-6 {
	background-color: #F5F6FF;
	padding: 3rem 0;
	width: 100%;
	max-width: 64.25rem;
	margin: 0 auto;
}

.promo-cta-6 .image {
	margin: auto;
	text-align: center;
}

.promo-cta-6 img {
	width: 100%;
	height: auto;
	max-width: 260px;
	margin: auto;
}

.button-container.two-buttons {
	margin: 2rem 0;
}

.button-container.two-buttons .fad-cta {
	display: inline-block;
}

.button-container.two-buttons .fad-cta:not (.secondary ) {
	margin-right: 20px;
}

/* append curves to sections */
.banner-hero-interior:after, .promo-cta-1:after, .promo-cta-2:after,
	.promo-cta-1:before, .tab-section:before {
	position: absolute;
	bottom: -2px;
	display: block;
	content: '';
	background: url(../../../../../content/dam/bcbs/common/medicaid/images/icon/curve.svg)
		center bottom no-repeat;
	background-size: 1947px auto;
	width: 100%;
	height: 50px;
	margin-bottom: 0;
}

.promo-cta-1:before, .tab-section:before {
	top: -2px;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.banner-hero-interior, .promo-cta-1, .tab-section, .secondary-nav {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.promo-cta-2 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.section-row h3 {
	margin-top: 2.5rem;
}

.section-row-center {
	text-align: center;
}

.icon-card {
	margin-top: 3rem;
}

.icon-card h2, .icon-card h3, .icon-card p {
	text-align: left;
}

.icon-card .image {
	width: 80px;
	margin: 0;
	text-align: left;
}

.icon-card img {
	margin-bottom: 1rem;
	width: 60px;
}

.icon-card h3 {
	margin-bottom: 2rem;
}

.icon-card h3:after {
	display: block;
	content: '';
	margin-top: 1rem;
	width: 67px;
	height: 2px;
	background-color: #4A90E2;
}

.rounded img {
	border-radius: 10px;
}

/* card styles */
.card {
	color: #464645;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.12);
	text-align: left;
}

.card-image {
	display: inline-block;
	margin: 1rem auto 0;
}

.card-image img {
	width: auto;
	height: 80px;
}

.card-divider {
	background-color: white;
}

.card h2, .card h3, .card h4, .card h5, .card h6, .card p:nth-last-child(1)
	{
	margin-bottom: 0;
}

.card h2 {
	color: #454546;
	font-size: 1.625rem;
	line-height: 2rem;
}

.card-divider {
	background-color: transparent;
	padding: 2rem 2.313em 0;
}

.card-action {
	text-align: left;
	padding: 1rem 2.313em;
}

.card-section {
	padding: 1rem 2.313em 0;
}

.card-divider a.button {
	color: #fff;
	width: 80%;
}

.card-section img {
	margin-bottom: 1rem;
}

.card-action {
	padding: 1rem;
	text-align: center;
}

.card-container .card, .card-container-home .card {
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.card-container .card {
	text-align: center;
}

.card-container .card-divider {
	background-color: transparent;
	padding: 2rem 0;
}

.card-container h2 {
	text-align: center;
	margin-bottom: 4rem;
}

.card-container .card-section {
	margin-top: -1em;
	padding: 0;
}

.card-container .button {
	width: 142px;
	margin: 0 auto;
	display: block;
}

.check-icon {
	display: block;
	width: 21px;
	height: 20px;
	background:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/check-green.svg)
		no-repeat;
	margin: auto;
}

/* homepage card styles */
.card-container-home {
	text-align: center;
}

.card-container-home .card-divider, .card-container-home .card-section,
	.card-container-home .card-action {
	padding: 2rem 1rem 0;
}

.card-container-home h2 {
	text-align: left;
	margin: 2rem 0;
}

.card-container-home h3 {
	text-align: center;
}

.card-container-home .card p {
	text-align: center;
}

.step-number {
	color: #4A90E2;
	font-weight: bold;
	padding-right: 10px;
}

.card-container-home .card-image img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

/*TABS*/

/* override tab styles coming from welcome header/footer */
ul.tabs {
 display: flex !important;
  margin-bottom: 2em;
 align-items: flex-end;
 }


ul.tabs li {
	display: inline-block !important;
}

ul.tabs li {
	margin: 0;
	padding: 0;
	width: auto;
	font-size: auto;
	border: none;
	color: #006cb7;
	background: none;
	text-align: left;
    flex: 1 1 0px;
}

ul.tabs li:hover {
	background: transparent;
}

.tab-section {
	background-color: #F6FCFF;
	padding-top: 6rem;
	position: relative;
}

.tab-section h2 {
	font-size: 1.8em;
}

.tabs {
	margin: 1rem 0;
	border: none;
	list-style-type: none;
	background: none;
}

.tabs-title {
	float: left;
	width: auto;
	display: inline-block;
	margin: 0;
	position: relative;
	text-align: center;
}

.tabs-title>a {
	
	font-weight: bold;
	letter-spacing: .07em;
	color: #006dbe;
	display: block;
	font-size: 17px;
	padding: 0.5rem 0;
	margin: 0 2rem 0 0;
	vertical-align: -webkit-baseline-middle;
}

.tabs-title>a:hover {
	background: transparent;
	text-decoration: none;
	border-bottom: 4px solid #00415b;
}

.tabs-title>a:focus, .tabs-title>a[aria-selected='true'] {
	background: transparent;
	color: inherit;
}

.tabs-title.is-active>a, .tabs-title.is-active>a[aria-selected='true'] {
	background: transparent;
	border-bottom: 4px solid #00415b;
	color: #00415b;
	text-decoration: none;
}

.tabs-content {
	border: none;
	background: transparent;
	color: inherit;
	margin: 0 0 2rem;
}

.tabs-panel {
	padding: 1rem 0;
}

.tabs-panel.is-active {
	display: block;
}

/* accordion-to-tabs container */
.acc-tabs-home, .acc-tabs-interior {
	border-radius: 32px;
	box-shadow: 0 2px 24px 3px rgba(73, 73, 73, 0.15);
	display: table;
	background-color: #f9f9f9;
}

.acc-tabs-home .tabs-panel, .acc-tabs-interior .tabs-panel {
	padding: 2rem 3rem;
	margin: 0;
	text-align: left;
}

.acc-tabs-home .tab-holder, .acc-tabs-interior .tab-holder {
	display: table-cell;
	vertical-align: top;
	width: 40%;
	margin: 0;
	background-color: #fff;
	border-bottom-left-radius: 32px;
	border-top-left-radius: 32px;
}

.acc-tabs-home .tab-content, .acc-tabs-interior .tab-content {
	display: table-cell;
	vertical-align: top;
	width: 60%;
	margin: 0;
	border-bottom-right-radius: 32px;
	border-top-right-radius: 32px;
}

.acc-tabs-interior {
	margin: 1rem 0 0;
	box-shadow: 9px 15px 24px 3px rgba(0, 0, 0, 0.15);
}

.acc-tabs-interior .tab-holder {
	width: 25%;
	padding-bottom: 7rem;
}

.acc-tabs-interior .tab-content {
	width: 75%;
}

.acc-tabs-interior .columns {
	text-align: center;
}

.acc-tabs-interior h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
}

.plan-tier {
	height: 98px;
	width: 98px;
	border: 4px solid transparent;
	border-radius: 49px;
	margin: 1rem auto;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	line-height: 90px;
}

.plan-tier.tier-1 {
	border-color: #B78727;
}

.plan-tier.tier-2 {
	border-color: #858585;
}

.plan-tier.tier-3 {
	border-color: #DDBC23;
}

.acc-tabs-cta {
	position: relative;
	display: block;
	width: 100%;
	height: 7rem;
	margin-top: -7rem;
	padding: 2rem;
	text-align: center;
	background: linear-gradient(201.05deg, #0F6CBD 0%, #8139DB 100%);
	border-bottom-right-radius: 32px;
	border-bottom-left-radius: 32px;
}

.acc-tabs-cta .button {
	border-color: #fff;
	color: #fff;
}

.acc-tabs-cta .button:hover, .acc-tabs-cta .button:focus {
	background-color: #fff;
	color: #006cb7;
}

.acc-tabs-home .accordion h3 {
	display: none;
}

/* vertical tab styles */
ul.vertical.tabs {
	display: block;
	margin: 2rem 0;
}

ul.vertical.tabs .tabs-title {
	float: none;
	width: 100%;
	display: block;
	text-align: left;
}

ul.vertical.tabs .tabs-title>a {
	border-bottom: none;
	font-weight: 600;
	letter-spacing: 0;
	color: #006DBE;
	font-size: 1.2rem;
	line-height: 1.4rem;
	padding: 1.5rem 5rem 1.5rem 2rem;
	margin: 0;
}

ul.vertical.tabs .tabs-title>a::after {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: '';
	background:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/accordion-chevron.svg)
		center center no-repeat;
	background-size: 14px 8px;
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	transform: rotate(270deg);
}

ul.vertical.tabs .tabs-title>a:hover, ul.vertical.tabs .tabs-title.is-active>a
	{
	color: #003D61;
}

ul.vertical.tabs .tabs-title>a:hover::before, ul.vertical.tabs .tabs-title.is-active>a::before
	{
	position: absolute;
	height: 70px;
	width: 6px;
	top: 0;
	left: 0;
	margin-top: 0;
	content: '';
	background-color: #003D61;
	border-radius: 3px;
}

.arrow-blue {
	display: inline-block;
	margin: 1rem 0;
	text-align: left;
}

.arrow-blue li {
	display: block;
	list-style: none;
	margin: 0 0 1rem;
}

.block-text {
	display: block;
}

.footnote {
	color: #666;
	padding-top: 0.4em;
}

/* scroll bar */
main ::-webkit-scrollbar {
	border-radius: 7px;
	width: 1em;
}

main ::-webkit-scrollbar-track {
	background-color: #e7e7e7;
}

main ::-webkit-scrollbar-thumb {
	background-color: #c2c2c2;
	outline: 1px solid #979797;
	border: 1px solid #c2c2c2;
	border-radius: 14px;
}

/*ACCORDION STYLING*/

.accordion li{list-style: none; }
.accordion .accordion-content li{list-style:disc; }

/*
.is-active>.accordion-title::before {
	content: '';
	-ms-transform: rotate(180deg); // IE 9 
	-webkit-transform: rotate(180deg); // Chrome, Safari, Opera 
	transform: rotate(180deg);
} 


.accordion {
	text-align: left;
	padding: 2rem 0 !important;
	background: transparent;
}

li.accordion-item {
	background: transparent;
	border: 0;
	margin: 0;
}

.accordion-title {
	font-weight: 600;
	border: 0;
	border-bottom: 2px solid transparent;
	color: #006cb7;
	display: block;
	font-size: 1.2rem;
	padding: 1rem;
	margin: 0;
}

.accordion-title:focus, .accordion-title:hover, li.is-active .accordion-title
	{
	font-weight: 600;
	color: #003D61;
	background: transparent;
	text-decoration: none;
	border-bottom: 2px solid #0F6DBE !important;
}

.accordion-content {
	border: none;
	background-color: #f9f9f9;
}

.accordion ul {
	margin: 1rem 0rem 1rem 2rem;
}

.accordion li {
	list-style: none;
}

.accordion .accordion-content li {
	list-style: disc;
}

.accordion table {
	border-collapse: collapse;
}

.accordion table thead, .accordion table tbody, .accordion table tfoot {
	border: none;
}

.accordion table td {
	background-color: transparent;
	border-bottom: 1px solid #bdbdbd;
}

.accordion table tbody tr:nth-child(2n) {
	background-color: transparent;
}

.accordion .h-one-style {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.13;
	color: #005487;
	margin-bottom: 1rem;
}

.accordion .h-two-style {
	font-size: 1rem;
	font-weight: 600;
	color: #464645;
	line-height: 1;
	margin: 1.5rem 0rem;
}

.accordion h2 {
	font-size: 16px;
	margin: 0;
}

:last-child:not (.is-active ) >.accordion-title, :last-child>.accordion-content:last-child
	{
	border: 0;
	border-bottom: 2px solid transparent;
}

.accordion-title::before {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: '';
	background:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/accordion-chevron.svg)
		center center no-repeat;
	background-size: 14px 8px;
}
*/

/*FORM MODULE*/
.form-lists>li {
	font-weight: 700;
}

.form-module {
	margin: 0 0 3rem;
}

.form-module label {
	text-align: left;
	color: #464645;
	margin: 1rem 0 0.5rem;
}

.form-module select {
	color: #464645;
	font-size: 1em;
}

.form-module textarea {
	min-height: 175px;
}

.form-module textarea.large-comment {
	min-height: 200px;
	display: inline-block;
	min-width: 100% !important;
}

.form-module input::placeholder, .form-module textarea::placeholder {
	font-size: 1em;
	line-height: normal;
	text-align: left;
	color: #737373;
}

.form-module fieldset {
	border: 0;
	padding: 0;
}

.form-module .fieldset legend {
	margin: 0;
	margin-left: 0px;
	margin-left: 0;
	padding: 0;
	background: #fefefe;
	font-size: 1.1em;
	text-align: left;
	color: #464645;
}

.form-module button {
	margin: 1rem 0;
}

.form-lists li {
	margin: 0 0 2rem;
}

.required {
	color: #e10000;
	font-weight: 700;
}

.errors {
	border: 2px solid #e10000 !important;
}

.errors.errmsg {
	display: none;
	border: none !important;
	font-style: italic;
	font-weight: 400;
	color: #e10000;
	margin-top: -0.5rem;
}

.hidden-msg {
	display: none;
}

input.errors+.errors.errmsg {
	display: block;
}

[type='checkbox'].errors+label[for], [type='radio'].errors+label[for] {
	color: #e10000;
}

[type='checkbox'].errors+label::before, [type='radio'].errors+label::before
	{
	border: 2px solid #e10000 !important;
}

.result-value {
	font-weight: 700;
}

/*radio*/
.radio-wrapper [type="radio"] {
	opacity: 0;
	position: absolute;
	left: -100px;
	height: 0;
	margin: 0;
	padding: 0;
}

.radio-wrapper label {
	position: relative;
	display: block;
	padding-left: 35px;
	width: 100%;
	height: 100%;
	text-align: left;
}

.radio-wrapper label>img {
	pointer-events: none;
}

.radio-wrapper label::before, .network-radio label::after {
	position: absolute;
	content: "";
	display: inline-block;
}

.radio-wrapper [type='radio']:hover+label:before {
	border: 1px solid #0f6dbe7;
}

/**/
.radio-wrapper label::before {
	height: 24px;
	width: 24px;
	background: white;
	left: 0px;
	top: 0px;
	border: 2px solid #c7c7c7;
	border-radius: 20px;
	position: absolute;
}

/*radio checked*/
.radio-wrapper label::after {
	height: 12px;
	width: 12px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
	left: 6px;
	top: 6px;
	background: #0f6dbe;
	visibility: visible;
	position: absolute;
	border-radius: 20px;
	border: none;
}

/*checked state*/
.radio-wrapper input[type="radio"]:checked+label::before {
	background: white;
	border: 2px solid #0080c7;
}

.radio-wrapper input[type="radio"]:checked+label::after {
	content: "";
	visibility: visible;
}

/*defaul state*/
.radio-wrapper input[type="radio"]+label::after {
	content: none;
	visibility: hidden;
}

/*Adding focus*/
.radio-wrapper input[type="radio"]:focus+label::before {
	outline: rgb(59, 153, 252) auto 5px;
}

/*error state*/
.radio-wrapper.error-state label {
	color: #e10000;
	font-weight: 600;
}

.radio-wrapper.error-state label::before {
	border: 2px solid #e10000;
}

.results-message {
	margin: 0 0 2rem;
}

/*toggle container*/
.toggle-container {
	text-align: left;
	overflow: hidden;
	margin-left: 16.66667%;
}

.toggle-handle-style {
	background-color: #F9F9F9;
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	text-decoration: none;
	padding: 0.5rem 28px 0.5rem 1rem;
	position: relative;
}

.toggle-handle-style:hover, .toggle-handle-style:focus {
	font-weight: 600;
	text-decoration: none;
}

.toggle-handle-style:after {
	background:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/icon-chevron.svg)
		no-repeat;
	background-position: right;
	content: '';
	width: 14px;
	height: 8px;
	position: absolute;
	right: 0.5rem;
	top: 19px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.toggle-handle-style.collapse-toggle:after {
	background:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/icon-chevron.svg)
		no-repeat;
	background-position: right;
	content: '';
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.toggle-content {
	display: none;
	width: 100%;
	padding: 0 1rem 0.5rem;
}

/* table */
.table-scroll {
	margin: 2.5rem 0;
}

table.scroll {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	color: #383E48;
	display: table;
	width: 100%;
}

table.scroll thead, table.scroll tbody {
	width: 100%;
}

table.scroll thead {
	background: #fff;
	border: none;
	color: #454545;
	font-size: 1.125rem;
}

table.scroll tbody tr:nth-child(odd) {
	background-color: #fafafa;
}

table.scroll tbody tr:nth-child(even) {
	background-color: #fff;
}

table.scroll thead, table tbody, table tfoot {
	border: none;
	background-color: #fff;
}

table.scroll th {
	padding: 1rem 1.5rem;
}

table.scroll td {
	border-right: 1px solid #979797;
	padding: 1.8rem 1.5rem;
}

table.scroll th:last-child, table.scroll td:last-child {
	border: none;
}

.no-border {
	border-right: none !important;
}

/**tablet down**/
@media screen and (max-width: 63.9375em) {
	section .row {
		display: flex;
	}
	.banner-hero {
		height: auto;
		margin-top: 0;
		padding: 0;
	}
	.banner-hero .banner-content {
		position: relative;
		margin: 0;
		padding: 1rem 2rem 6rem;
	}
	.banner-hero h1 {
		font-size: 3.125rem;
		line-height: 3.5rem;
	}
	.banner-hero h1, .banner-hero p {
		margin-right: 0;
	}
	.banner-hero img {
		display: none;
	}
	.banner-hero {
		background: linear-gradient(2.98deg, #427DDA 0%, #191BB3 100%);
	}
	.pop-cards-home, .pop-cards-interior {
		height: auto;
		overflow: visible;
		padding: auto;
		border-bottom: none;
		margin: 0;
		padding: 0;
	}
	.pop-cards-interior h2, .pop-cards-interior p:not ('.pop-card p ') {
		padding: 0 1rem;
	}
	.pop-card h3 {
		margin: 5px 30px 10px 0 !important;
		height: auto !important;
	}
	.pop-card {
		margin: 0;
		padding: 1rem 2rem 1rem 1rem;
		height: auto;
		min-height: auto;
		animation: none !important;
		border: 1px solid transparent;
		border-bottom: 1px solid #D5D5D5;
		border-radius: 0;
		box-shadow: none;
		background: #fff
			url(../../../../../content/dam/bcbs/common/medicaid/images/icon/arrow-right.svg)
			right 40px top 27px no-repeat;
		background-size: 16px auto;
		position: relative;
	}
	.pop-card:hover {
		border: 1px solid transparent;
		border-bottom: 1px solid #D5D5D5;
	}
	.pop-cards-home .pop-card, .pop-cards-interior .pop-card {
		top: 0px;
	}
	.pop-up {
		transform: none;
	}
	.promo-cta-2, .promo-cta-3, .promo-cta-4 {
		box-shadow: none;
		text-align: left;
		padding: 4rem 2rem !important;
	}
	.promo-cta-2:after {
		margin-left: -2rem
	}
	.promo-cta-2 .columns, .secondary-nav .columns {
		padding: 0;
	}
	.promo-cta-3 .image, .promo-cta-4 .image {
		height: 0;
	}
	.promo-cta-3 img, .promo-cta-4 img {
		display: none;
	}
	.acc-tabs-home, .acc-tabs-interior {
		background-color: #fff;
		display: block;
	}
	.acc-tabs-home .tab-holder, .acc-tabs-interior .tab-holder {
		width: 100%;
		display: block;
		background-color: transparent;
	}

	/** Find a doctor Css for media **/
	.promo-cta-6 {
		padding: 2rem 0;
		text-align: center;
	}
	.promo-cta-6 .image {
		margin: 0 0 1rem;
	}
	.promo-cta-6 img {
		max-width: 200px;
	}
	.promo-cta-6 .button-container.two-buttons {
		margin-bottom: 0;
	}
}

.hidden-link-icons .external-link-white::after {
	display: none;
}

/********  Float Images Element  *********/
.image-float-left {
	float: left;
	padding-right: 1rem;
}

.image-float-right {
	float: right;
	padding-left: 1rem;
}

/* duplicating clearfix CSS for the imagetext class which is
 * automatically added to the component wrapper */
.imagetext::after {
  content: "";
  display: table;
  clear: both;
}


/* FIXED LEFT HEADER TABLE*/
.table-container {
	position: relative;
	margin: 0 0 2rem;
	overflow: hidden;
}

.table-wrapper {
	margin: 0 0 1rem;
	width: 100%;
	overflow: auto;
}

.clone {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.clone th, .clone td {
	visibility: hidden;
}

.clone td, .clone th {
	border-color: transparent;
}

.clone tbody th {
	visibility: visible;
}

.clone th.fixed-col, .clone td.fixed-col {
	visibility: visible;
	/*border: none;*/
	border-right: solid 2px #d7d7d7;
}
/*.clone thead, .clone tfoot{background:transparent;}*/
table.comparison-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 14px 0;
}

table.comparison-table thead {
	background-color: transparent;
	border: none;
}

table.comparison-table tr {
	background: none !important;
}

table.comparison-table tbody th, table.comparison-table tbody td {
	padding: 0.938rem 1.750rem;
}

table.comparison-table thead th {
	padding-left: 1.750rem;
	padding-right: 1.750rem;
}

table.comparison-table thead th, table.comparison-table tfoot th {
	text-align: center;
}

table.comparison-table thead th {
	font-size: 1.375rem;
	text-align: center;
}

table.comparison-table tbody th, table.comparison-table tfoot th {
	font-size: 1.125rem;
	font-weight: 400;
}

table.comparison-table thead th.fixed-col, table.comparison-table tbody th.fixed-col,
	table.comparison-table tfoot th.fixed-col {
	color: #343434;
	text-align: left;
}

table.comparison-table tbody th.fixed-col {
	border-bottom: 1px solid #c2c2c2;
}

table.comparison-table th.blue-col {
	background-color: #0F6DBE;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-weight: 400;
}

table.comparison-table th.gray-col {
	background-color: rgba(121, 121, 121, 0.85);
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-weight: 400;
}

table.comparison-table td {
	text-align: center;
}

table.comparison-table td.blue-col {
	background-color: #0080C7;
}

table.comparison-table td.gray-col {
	background-color: #F3F3F3;
	color: #696969;
}

table.comparison-table td.gray-col span.show-for-medium {
	margin-left: 10px;
}

table.comparison-table tr:last-child td.blue-col {
	border-radius: 0 0 5px 5px;
}

table.comparison-table tr:last-child td.gray-col {
	border-radius: 0 0 5px 5px;
}

table.comparison-table.clone th.fixed-col {
	background-color: #fff;
	border: none;
}

table.comparison-table.clone tbody th.fixed-col {
	border-bottom: 1px solid #D0D0D0;
}

table.comparison-table.clone td.fixed-col {
	background-color: #fff;
	border: none;
}

/* .border-table */
.border-table {
	background-color: #fff;
	border: none;
	border-collapse: collapse;
}

.border-table th {
	text-align: left;
}

.border-table tbody tr:nth-child(even), .border-table tbody tr:nth-child(odd)
	{
	background-color: #fff;
}

.border-table th, .border-table td {
	border-top: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding: 0.813rem 1.250rem;
}

.border-table td:last-child {
	border-right: none;
}

.unbold {
	font-weight: 400;
}

.phone {
	color: #0F6DBE; /*cursor: text;*/
	font-weight: 700; /*pointer-events: none;*/
}

.border-table {
	font-size: 1.125rem;
}

.contactus .row .large-12 {
	padding: 0 0.15em;
}

.contactus .row .border-table th, .border-table td {
	padding: 1rem 1.250rem;
}

/*.gray-round-border */
.gray-round-border {
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #CECECE;
	border-radius: 10px;
	padding: 2rem;
}

.gray-round-border h3 {
	margin-top: 0;
	position: relative;
}

.gray-round-border h3:after {
	display: block;
	content: '';
	margin-top: 1rem;
	width: 67px;
	height: 2px;
	background-color: #4A90E2;
}

.gray-round-border ul:last-child, .gray-round-border li:last-child {
	margin-bottom: 0;
}
/* Drug list styles */
.no-bullets {
	list-style: none;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
}

.no-bullets li {
	margin-left: 0;
	list-style: none;
}

@media screen and (max-width:639px) {
	.section .section-row .section, .section .section-row .section .row {
		padding: 0 !important;
	}
	.accordion-title {
		padding: 1.1rem;
	}
	.section-row-center {
		padding: 2em 1em;
	}
	.button.secondary-blue {
		max-width: unset;
		width: 100%;
		height: auto;
	}
	.form-module {
		margin: 0 auto 3rem;
		display: inline-block;
		width: 90%;
	}
	.form-module p {
		text-align: left;
	}
	.toggle-container {
		margin-left: 0;
	}
	input[type='text'], input[type='password'], input[type='date'], input[type='datetime'],
		input[type='datetime-local'], input[type='month'], input[type='week'],
		input[type='email'], input[type='number'], input[type='search'], input[type='tel'],
		input[type='time'], input[type='url'], input[type='color'], textarea,
		select {
		max-width: 340px;
	}
	.button-container {
		text-align: center;
	}
	.form-module button {
		margin: 0 auto 1rem;
	}
	.section-row .columns, .card-container .columns {
		margin-bottom: 2rem;
	}
	.section-row .columns:last-child, .card-container .columns:last-child {
		margin-bottom: 0;
	}
	.card-container .card {
		margin-bottom: 2rem;
	}
	.icon-card h3:not (.toggle-container p ), .icon-card p:not (.toggle-container p
		) {
		text-align: center;
	}
	.icon-card h3:after {
		display: block;
		content: '';
		margin: 1rem auto 0;
		width: 67px;
		height: 2px;
		background-color: #4A90E2;
	}
	.icon-card .image {
		text-align: center;
		margin: 0 auto;
	}
	.tabs-title {
		max-width: 90px;
		margin: 0;
		text-align: left;
	}
	.tabs-title>a {
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.4rem;
		color: #006cb7;
		display: block;
		font-size: 1rem;
		margin: 0 .5rem 0 0;
		min-height: 60px;
	}
	.table-container {
		position: relative;
		margin: 0 0 2rem;
		overflow: hidden;
	}
	.table-wrapper {
		margin: 0 0 1rem;
		width: 100%;
		overflow: auto;
	}
	table.comparison-table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	table.comparison-table thead th {
		font-size: 1.125rem;
	}
	table.comparison-table thead th, table.comparison-table tbody th, table.comparison-table tbody td,
		table.comparison-table tfooter th, table.comparison-table tfooter td {
		padding: 1rem;
	}
	.contactus .row .large-12 {
		padding-left: 0.9375em;
		padding-right: 0.9375em;
	}
	.border-table, .border-table th {
		font-size: 1rem;
	}
}
/**ipad**/
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
	.section .section-row .section, .section .section-row .section .row {
		padding: 0 !important;
	}
	table.comparison-table {
		border-collapse: collapse !important;
		border-spacing: 0 !important;
	}
	/** Find a doctor Css for media **/
	.promo-cta-6 {
		padding: 2rem 0;
		text-align: center;
	}
	.promo-cta-6 .image {
		margin: 0 0 1rem;
	}
	.promo-cta-6 img {
		max-width: 200px;
	}
	.promo-cta-6 .button-container.two-buttons {
		margin-bottom: 0;
	}
}
.mobile-login-content{
	display: none;
}

.no-results-instructions {
    margin-left: 2em;
    margin-bottom: 1em;
}
 
.no-results-instructions li{
    font-size: 14px;
    margin-bottom: 1em;
}
 
.search-result p:nth-child(1){
    font-size: 14px;
}
#middle-content h1, #middle-content h2 {
    color: #005587
}
 
.search-result {
    margin: 0 0 2rem;
}
 
.search-result h2, .search-result h3 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
 
.input-group .search-button {
    background-color: #fbfbfb;
    background-image: url(../../../../../content/dam/bcbs/bcbsil/medicaid/images/icon-search.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fbfbfb;
    border-top: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    border-left: solid 1px #d8d8d8;
    border-radius: 0 2px 2px 0;
    width: 50px;
    height: 2.5rem;
}
 
#search-bar-form{
    max-width: 300px;
}

.menu > li, .menu.horizontal > li{
	flex: auto;
}

.menu li.home > a {
	padding: 0.7rem 1rem;
}

.menu > li > a {
	padding: 0;
}

.menu > li.spaced-inline-list--item-2 > a > p{
	padding: 0.2rem 1rem;
	padding-right: 21px;
}

.menu>li:hover, .navbar .menu>li:focus {
  background: #005487;
  color: white;
  text-decoration: none;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  border: 0;
  background-color: #0f6dbe;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu a {
  padding: 16px;
}
a.search-elsewhere{
    font-size: 16px;
    font-weight: normal;
    color: #464645;
    text-decoration: underline;
}
 
a.search-elsewhere:hover{
    color: #0f6dbe;
}
 
.no-margin-bottom{
    margin-bottom: 0;
}
.fiber-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	height: 9%;
	overflow: hidden;
	background: #fff;
	border-width: 0;
  }

  .fiber-s-1{
	  box-shadow: 0 0 4px 0 rgb(70 70 69 / 16%), 0 4px 8px 0 rgb(70 70 69 / 16%) !important;
  }

  .fiber-bg-white{
	  background: #fff !important;
  }

.fiber-button {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	font-weight: 400;
	line-height: inherit;
	color: inherit;
	text-align: center;
	text-decoration: none !important;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	letter-spacing: 0;
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid transparent;
	-webkit-border-radius: 4rem !important;
	border-radius: 4rem !important;
	outline: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
  }

  .fiber-button>*+* {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding-left: .5rem
  }

  .fiber-button::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	content: "";
	border: 2px solid transparent;
	-webkit-border-radius: 4rem;
	border-radius: 4rem;
	-webkit-transition: .1s;
	transition: .1s
  }

  .fiber-button:focus::after {
	top: calc(-2px - .25rem);
	right: calc(-2px - .25rem);
	bottom: calc(-2px - .25rem);
	left: calc(-2px - .25rem);
	border-color: #94b3cd
  }

  .fiber-button:hover:focus::after {
	border-color: transparent !important
  }

  .fiber-button:disabled {
	pointer-events: none
  }

  .fiber-button__text {
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
	font-style: normal;
	color: inherit
  }
  .fiber-button--primary {
	color: #fff !important;
	background: #0f6dbe
  }

  .fiber-button--primary:hover {
	color: #fff;
	background: #005587
  }

  .fiber-button--primary:active {
	color: #fff;
	background: #003d61
  }

  .section-links{
	padding-bottom: 1rem;
  }
  @media screen and (max-width:767px) {
	.button-margin{
		text-align: center;
		padding-bottom: 4rem;
	  }
  }
/*End custom.css*/

.stick-to-footer {
	width: 100%;
	max-width: 1000px;
	margin: 1rem auto;
	box-sizing: border-box;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 1rem 0;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	display: none;
}

.stick-to-footer.show {
	display: block;
}

.stick-to-footer p {
	margin: 0;
}

.alert {
	padding: 1rem 2rem 1rem 2rem;
}

.alert.primary {
	border-left: 6px solid #4EB286;
}

.alert.danger {
	border-left: 6px solid #F22F2C;
}

.alert p {
	display: inline-block;
}

.alert.primary a .alert-link {
	color: #4EB286;
	font-weight: 700;
	padding-right: 1rem;
}

.alert.danger a .alert-link {
	color: #F22F2C;
	font-weight: 700;
	padding-right: 1rem;
}

.alert-all {
	padding: 1rem 1rem 1rem 2rem;
	padding-left: calc(2rem + 5px);
}

.close-btn {
	background: #fff
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/x-icon.svg) center
		center no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	background-size: 15px 15px;
	float: right;
	padding: 24px;
	box-sizing: border-box;
	margin-right: 2rem;
}

.external-link-blue:after {
	background:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/external-blue.svg)
		no-repeat;
	background-size: contain;
	content: '';
	width: 12px; /*width of the icon*/
	height: 11px; /*height of the icon*/
	display: inline-block;
	margin: 0 0 0 5px;
}

.external-link-white:after {
	background:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/external-white.svg)
		no-repeat;
	background-size: contain;
	content: '';
	width: 12px; /*width of the icon*/
	height: 11px; /*height of the icon*/
	display: inline-block;
	margin: 0 0 0 5px;
	top: 2px;
}

.external-link-pdf:after {
	background:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/pdfIcon.svg)
		no-repeat;
	background-size: contain;
	content: '';
	width: 12px;
	height: 14px;
	display: inline-block;
	margin: -3px 0 0 4px;
	vertical-align: middle;
}

/*MOBILE*/
@media screen and (max-width: 39.9375em) {

.alert {padding: 1rem;}
.alert-link {font-size: 0.95em;}
.close-btn {margin-right: 1rem; }
.alert-all {padding-left: calc(1rem + 5px);}

}

/*Right Rail START */


.rail-box {
    padding: 1em;
    padding-right: 0.8em;
    padding-left: 0.9em;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
} 

.rail-box p {
    font-size: 15px;
    margin-bottom: 8px;
}

.rail-box .title p {  
    color: #0c73b9;
    font-weight: 900;
}

.rail-box p b {
    font-weight: bold;
}

.rail-box .box-content {
    display: flex;
}

.rail-box .box-content img {
    width: 100%
}

.rail-box .box-content .img-container {
    flex: 0 0 60px;
    margin-top: 8px  
}

.columncontrol .row {
	max-width: 1000px;
	margin-top: 40px;
}

/*Right Rail END  */


@media screen and (min-width:1000px) { 
  .columncontrol .row {
    margin-left: calc((100vw - 1000px)/2);
    width: auto;
  }
}


/*ACCORDIAN START */


.accordion-title {
  text-decoration: none;
  border: 0 !important;
}

.accordion-title h2 {
  margin: 0;
  font-size: 1rem;
}

.accordion-content {
  padding: 1em;
  border: 0;
}

li.accordion-item {
  background-color: #f9f9f9;
  margin: 1rem 0rem;
  border-radius: 0;
  border: 0;
}

.accordion-title:focus, .accordion-title:hover {
  color: #464645;
  border: none;
  text-decoration: none;
}

.accordion-title::before {
  color: #454546;
  font-size: 21px;
  margin-top: -10.5px;
  font-weight: 700;
}

.is-active > .accordion-title::before {
  right: calc(1rem + 0.5px);
}
/*ACCORDIAN END  */

/* Begin styles for medical benefits table entered by author in AEM */


/* note use of non-border-collapsing for visual effect */


/* take advantage of visible overflow on larger screens */
@media screen and (max-width: 673px) {
  .medical-benefits-wrapper {
    overflow: auto;
  }
}

table.scroll.medical-benefits {
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  color: #383E48;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

table.scroll.medical-benefits td,
table.scroll.medical-benefits th {
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

table.scroll.medical-benefits td {
  padding: 1.8rem 1.5rem;
  vertical-align: text-top;
}

table.scroll.medical-benefits th:last-child,
table.scroll.medical-benefits td:last-child {
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

table.scroll.medical-benefits th:not(.fixed-col) {
  background-color: #eff5fa;
}

table.scroll.medical-benefits thead th,
table.scroll.medical-benefits thead td {
  border-bottom: solid 1px #d7d7d7;
}

table.scroll.medical-benefits thead th,
table.scroll.medical-benefits thead td,
table.scroll.medical-benefits tfoot th,
table.scroll.medical-benefits tfoot td {
  text-align: center;
  border-collapse: collapse;
  border-right: solid 1px #d7d7d7;
  padding: 1rem;
  vertical-align: middle;
}

/* End styles for medical benefits table */

/* Styles specific to the New Mexico email us form */

.email-us-nm .form-module input[type=submit] {
  background-color: #0f6dbe;
  border-radius: 3px;
  font-size: 0.9rem;
  border: 1px solid transparent;
  margin: 1rem 0;
  font-weight: 400;
  width: 100%;
  max-width: none;
  padding: 0.85em 1em;
  line-height: 1;
  color: #fff;
}

.email-us-nm .form-module input[type=submit]:focus,
.email-us-nm .form-module input[type=submit]:hover {
  color: #fff;
}

.email-us-nm .form-module label,
.email-us-nm .form-module legend {
  font-size: 1.1em;
  color: #464645;
}

.email-us-nm .form-module .margin-top-1 {
  margin-top: 1em;
}

.email-us-nm .form-module .desktop-tablet-margin-left-2 {
  margin-left: 2em;
}

.email-us-nm .form-module input,
.email-us-nm .form-module select,
.email-us-nm .form-module textarea {
  border-radius: 1px;
  border: solid 1px #979797;
  max-width: none;
}

.email-us-nm .form-module input::placeholder,
.email-us-nm .form-module textarea::placeholder {
  font-size: 1em;
  font-style: italic;
  line-height: normal;
  text-align: left;
  color: #737373;
}

@media screen and (max-width: 639px) {
  .email-us-nm .form-module input,
  .email-us-nm .form-module select,
  .email-us-nm .form-module textarea {
    max-width: 340px;
  }

  .email-us-nm .form-module .desktop-tablet-horizontal-align {
    display: block;
  }

  .email-us-nm .form-module .desktop-tablet-margin-left-2 {
    margin-left: 0;
  }
}

