/* Style classes to change color of cta buttons*/

.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 {
	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;
}

.secondary .button {
	color: #006cb7;
	background-color: transparent;
}

.secondary .button:hover {
	background-color: #006cb7;
	color: #fff;
	border-color: #fff !important;
	border: solid 2px #fff;
}

.secondary .button:focus {
	background-color: #006cb7;
	color: #fff;
}

.button:hover, .button:focus, .button:hover, .button:focus {
	color: #006cb7;
	background-color: #fff;
	font-weight: 700;
	text-decoration: none;
}


.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;
}

.external-link-blue:after {
	background: url(../../../../content/dam/bcbs/public-sites/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/public-sites/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/public-sites/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;
}

.secondary .button:hover .external-link-blue:after, .button.secondary:focus .external-link-blue:after {
	background: url(../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg) no-repeat;
}

.button:hover .external-link-white:after, .button:focus .external-link-white:after {
	background: url(../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg) no-repeat;
}

.btn-secondary .button:hover .external-link-blue:after, .btn-secondary .button:hover .external-link-blue:after {
	background: url(../../../../content/dam/bcbs/public-sites/images/icon/external-blue.svg) no-repeat;
}

/* Style classes to change alignment of cta buttons*/

.cta.flex-center {

    display: flex;

    justify-content: center;

}

.cta.flex-left {

    display: flex;

    justify-content: flex-start;

}

.cta.flex-right {

    display: flex;

    justify-content: flex-end;

}

.cta.flex-full .button {

    display: flex;

    max-width: none;

    justify-content: center;

}

.video-module{}

.video-module .accordion{
    list-style-type: none;
    background: #fefefe;
    margin-left: 0;
    margin-bottom: 0;
    text-align: left;
}

.video-module .accordion li{
    margin-left: 0;
}

.video-module .accordion-title{
    border-radius: 0 !important;
}

.video-module .accordion-content{
    text-align: left; 
    max-height: 300px; 
    overflow-y: scroll;
}

.video-module .videoWrapperInner {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
}
.video-module .videoWrapperInner object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-module .videoWrapperInner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Style classes For Banner Component*/

/* HOME PAGE BANNER */
.banner-hero .page-category {
	padding-left: 70px;
	position: relative;
	font-size: 1rem;
}

.banner-hero-base .page-category {
	padding-left: 70px;
	position: relative;
	font-size: 1rem;
}

.banner-hero-base .page-category:before {
	display: block;
	position: absolute;
	width: 60px;
	height: 2px;
	content: '';
	background-color: #fff;
	left: 0;
	margin-top: 14px;
}

.promo-cta-1 {
	position: relative;
	text-align: center;
	padding: 6rem 0 3rem;
	background: linear-gradient(115deg, #428CCC 50%, #675EBB 100%);
}

.promo-cta-1 .secondary .button { border-color:#fff; color:#fff;}

.banner-hero-interior-base: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/public-sites/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);
}

.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;
}

.banner-hero-base .button {
	background-color: #fff;
	color: #006cb7;
	border-color: #fff !important;
}

.banner-hero-base .button:hover, .banner-hero-base .button:focus {
	color: #fff !important;
	background-color: transparent !important;
}

.secondary .button {
	color: #006cb7;
	background-color: transparent;
}

.secondary .button:hover {
	background-color: #006cb7;
	color: #fff;
	border-color: #fff !important;
	border: solid 2px #fff;
}

.secondary .button:focus {
	background-color: #006cb7;
	color: #fff;
}

.promo-cta .button {
	border-color: #fff;
	color: #fff;
	background-color: transparent !important;
}

.button:hover, .button:focus, .promo-cta .button:hover, .promo-cta .button:focus
	{
	color: #006cb7;
	background-color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.banner-hero-interior-base, .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;
}

.banner-hero-base {
	background-color: #005587;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	min-height: 15rem;
	max-width: 1100px;
}

.banner-hero-base .banner-content {
	position: absolute;
	display: block;
	top: 61px;
	width: 100%;
	max-width: 600px;
	margin: 65px 165px;
}

.banner-hero-base img {
	object-fit: cover;
	width: 100%;
	height:420px;
}

.banner-hero-base h1 {
	color: #fff;
}

.banner-hero-base p {
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
}

.banner-hero-base p.small-copy, .banner-hero-base .small-copy p {
	font-size: 1rem;
	font-weight: 400;
}

.banner-hero-base .page-category {
	position: relative;
	font-size: 1rem;
}

.banner-hero-base .button {
	background-color: #fff;
	color: #006cb7;
	border-color: #fff;
}


.banner-hero-base .button:hover, .banner-hero-base .button:focus {
	color: #fff;
	background-color: transparent;
}

.promo-cta-2 {
	box-shadow: none;
	text-align: left;
	padding: 4rem 2rem !important;
}

.promo-cta-2:after {
	margin-left: -2rem
}

.promo-cta-2 .columns {
	padding: 0;
}

.promo-cta-2 {
	position: relative;
	z-index: 11;
	text-align: center;
	padding: 3rem 0 4rem;
	background-color: #F5F9FC;
}
.mobile-image{ 
	display: none; 
}

/* INTERIOR PAGE BANNER */
.banner-hero-interior-base {
	position: relative;
	margin-bottom: 2em;
	background-color: #F6FCFF;
	padding: 0;
	text-align: center;
	z-index: 5;
	margin-top: -61px;
	padding-top: 61px !important;
}

.banner-hero-interior-base, .promo-cta-1, .promo-cta-2 {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.banner-hero-interior-base .banner-content {
	max-width: 680px;
	min-height: 250px;
	width: 70%;
	margin: 3rem auto 1rem;
}

.banner-hero-interior-base h1 {
	color: #464645;
}

.banner-hero-interior-base p {
	/* color: #fff; */
	font-size: 1.125rem;
	font-weight: bold;
}

.banner-hero-interior-base p.small-copy, .banner-hero-interior .small-copy p
	{
	font-size: 1rem;
	font-weight: 400;
}

.promo-cta-1 h2, .promo-cta-5 h2 {
	color: #fff;
}

.promo-cta-1 p {
	color: #fff;
}

.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;
}


.button:hover, .button:focus, .promo-cta .button:hover, .promo-cta .button:focus
	{
	color: #006cb7;
	background-color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.banner-hero-interior-base, .promo-cta-2 {
	margin-bottom: 2rem;
	padding: 2rem 0rem 1rem;
}

.promo-cta-1:before {
	top: -2px;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.banner-hero-interior-base .button:hover{
	background-color: transparent !important;
	color: #006bc3 !important;
}

.promo-cta-1 .secondary .button:hover .external-link-white:after,.promo-cta-1 .button.secondary:focus .external-link-white:after {
	background: url(../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg) no-repeat;
}

.banner-hero-base .button:hover .external-link-white:after, .banner-hero .button:focus .external-link-white:after {
	background: url(../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg) no-repeat;
}

.banner-hero-interior-base .button:hover .external-link-white:after, .banner-hero-interior-base .button:focus .external-link-white:after {
	background: url(../../../../content/dam/bcbs/public-sites/images/icon/external-blue.svg) no-repeat;
}
/* Style classes For Banner Component Mobile/Tablet Device View */
@media screen and (max-width: 63.9375em) {
	
	/*.banner-hero-base img, .banner-hero-base .page-category {
		display: none;
	} */
	section .row {
		display: flex;
	}
	.banner-hero-base {
		height: auto;
		margin-top: 0;
		padding: 0;
	}
	.banner-hero-base .banner-content {
		margin: 0;
		padding: 1rem 2rem 6rem;
	}
	.banner-hero-base h1 {
		font-size: 3.125rem;
		line-height: 3.5rem;
	}
	.banner-hero-base h1, .banner-hero-base p {
		margin-right: 0;
	}
	/*.banner-hero-base img {
		display: none;
	}*/
	.banner-hero-base {
		background: linear-gradient(2.98deg, #427DDA 0%, #191BB3 100%);
	}
	.banner-hero-interior-base {
		margin: 0;
		padding-top: 20px !important;
	}
	.banner-hero-interior-base .banner-content {
		margin: 2rem auto;
	}
	
 
}
@media only screen and (max-width: 47.938rem){
	 .desktop-image{ display: none; } 
	 .mobile-image{ display: block; } 
         .banner-hero-base img {object-fit: cover; width: 100%; height: 15rem; }
         .banner-hero-base .banner-content {
           top: 0;
         }
       }

/* Style classes For threeboxvariant Component*/
.card-container-home, .card-container-interior {
	margin-bottom: 2rem;
	padding: 2rem 0rem 1rem;
}

.card-container-interior .card-base, .card-container-home .card {
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.card-image-base {
	display: inline-block;
	margin: 1rem auto 0;
}

.card-image-base {
	display: inline-block;
	margin: 1rem auto 0;
}

.card-image-base img {
	width: 100%;
	height: auto;
}

.card-divider-base {
	background-color: white;
}

.card-base h2, .card h3, .card h4, .card h5, .card h6, .card p:nth-last-child(1)
	{
	margin-bottom: 0;
}

.card-base h2 {
	color: #454546;
	font-size: 1.625rem;
	line-height: 2rem;
}

.card-divider-base {
	background-color: transparent;
	padding: 2rem 2.313em 0;
}

.card-action-base {
	text-align: left;
	padding: 1rem 2.313em;
}

.card-section-base {
	padding: 1rem 2.313em 0;
}

.card-divider-base a.button {
	color: #fff;
	width: 80%;
}

.card-section-base img {
	margin-bottom: 1rem;
}

.card-action-base {
	padding: 1rem;
	text-align: center;
}

.card-container-interior .card-base, .card-container-home .card-base {
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.card-container-interior .card-base {
	text-align: center;
}

.card-container-interior .card-divider-base {
	background-color: transparent;
	padding: 2rem 0;
}

.card-container-interior h2 {
	text-align: center;
	margin-bottom: 4rem;
}

.card-container-interior .card-section-base {
	margin-top: -1em;
	padding: 0;
}



.check-icon {
	display: block;
	width: 21px;
	height: 20px;
	background:
		url(../../../../content/dam/bcbs/public-sites/images/icon/checkmark.svg)
		no-repeat;
	margin: auto;
}

.card-container-home ,.card-container-interior {
	text-align: center;
}

.card-container-home .card-divider-base, .card-container-home .card-section,
	.card-container-home .card-action-base {
	padding: 2rem 1rem 0;
}

.card-container-home h2 {
	text-align: center;
	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-base img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.card-container .button {
	width: 142px;
	margin: 0 auto;
	display: block;
}


.threeboxvariant 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;
}

.threeboxvariant .secondary .button:hover .external-link-blue:after, .threeboxvariant .button.secondary:focus .external-link-blue:after {
	background: url(../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg) no-repeat;
}
  



/* Style classes For threeboxvariant Component Mobile/Tablet Device View */


@media screen and (max-width: 63.9375em) {
	


}
.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;
}

.section-row {
	margin: 0;
	padding: 2rem 0rem 1rem;
}

.rounded img {
	border-radius: 10px;
	object-fit: cover;
	width: 100%;
}

@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;
    }
}


.check-list {
	text-align: left;
}

.check-list li {
	list-style-image: url(../../../../content/dam/bcbs/public-sites/images/icon/checkmark.svg);
}

.check-list ul {
	list-style: none;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
}

.check-list ul li {
	margin: 0 0 0.6rem 1.2rem;
}

.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;
}

/* Style classes For Icon Text Component Mobile/Tablet Device View */


@media screen and (max-width:639px) {
	.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;
	}
}	
	
.contactTile {
  background-color: #e8eef4; /* lightblue default background value */
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1.375rem;
}
/* ADD: class="contactTile transparent" to dynamically change background to transparent */
.bgtransparent .contactTile {
  background-color: rgba(250, 250, 250, 0); /* optional transparent background value*/
}
.bgblue .contactTile {
  background-color: #e8eef4;
}
.contactTile .contactTitle {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.75rem 0;
}
.contactTile .contactBody {
  align-items: center;
  display: flex;
  font-weight: bold;
}
.contactTile .contactIcon {
  background-color: lightgray;
  border-radius: 100%;
  display: inline-block;
  height: 38px;
  width: 38px;
  margin-right: 0.75rem;
  overflow: hidden;
}
.contactTile .contactIcon img {
  height: inherit;
  width: inherit;
}

.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;
}

.text ul {
  margin-left: 20px;
}
.textonly ul {
  margin-left: 20px;
}
.image-btn-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: -50px auto 2rem;
  max-width: 1100px;
  min-height: 80px;
}
.image-btn-container > div {
  display: flex;
  align-self: stretch;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .image-btn-container {
    flex-direction: column;
    gap: 0;
    margin: 0 1rem 1rem;
  }
  .image-btn-container > div {
    margin-bottom: 1rem;
  }
}

/* Styling rules for Adobe Target Buttons */
.image-button-anchor {
  position: relative;
  border-radius: 8px !important;
  box-shadow: rgba(70, 70, 69, 0.16) 0px 0px 4px 0px, rgba(70, 70, 69, 0.16) 0px 4px 8px 0px !important;
  display: flex;
  padding: 8px;
  background-color: white;
  align-items: center;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}

.image-button-anchor:hover {
  box-shadow: rgba(15, 109, 190, 0.16) 0px 0px 4px 0px, rgba(15, 109, 190, 0.16) 0px 4px 8px 0px !important;
  text-decoration: none;
}

.image-button-anchor .image-button-icon img {
  max-width: 46px;
  position: static;
}

.image-button-anchor .image-button-text {
  font-size: 18px;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
  text-align: center;
}

.image-button-anchor .image-button-text::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  width: 16px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 2 24 24' fill='%23000000' role='img' aria-hidden='true' focusable='false'%3E%3Cpath d='M17.009 10.991a1.43 1.43 0 0 1 0 2.022L8.44 21.582a1.43 1.43 0 0 1-2.022-2.022l7.56-7.56-7.555-7.56a1.43 1.43 0 0 1 2.021-2.022l8.57 8.569-.005.004Z'%3E%3C/path%3E%3C/svg%3E");
}

.image-button-bg-blue .image-button-text::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 2 24 24' fill='%23ffffff' role='img' aria-hidden='true' focusable='false'%3E%3Cpath d='M17.009 10.991a1.43 1.43 0 0 1 0 2.022L8.44 21.582a1.43 1.43 0 0 1-2.022-2.022l7.56-7.56-7.555-7.56a1.43 1.43 0 0 1 2.021-2.022l8.57 8.569-.005.004Z'%3E%3C/path%3E%3C/svg%3E");
}

.image-text-none .image-button-text::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 2 24 24' fill='%231b1b25' role='img' aria-hidden='true' focusable='false'%3E%3Cpath d='M17.009 10.991a1.43 1.43 0 0 1 0 2.022L8.44 21.582a1.43 1.43 0 0 1-2.022-2.022l7.56-7.56-7.555-7.56a1.43 1.43 0 0 1 2.021-2.022l8.57 8.569-.005.004Z'%3E%3C/path%3E%3C/svg%3E");
}

.image-text-blue .image-button-text::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 2 24 24' fill='%230a6bbd' role='img' aria-hidden='true' focusable='false'%3E%3Cpath d='M17.009 10.991a1.43 1.43 0 0 1 0 2.022L8.44 21.582a1.43 1.43 0 0 1-2.022-2.022l7.56-7.56-7.555-7.56a1.43 1.43 0 0 1 2.021-2.022l8.57 8.569-.005.004Z'%3E%3C/path%3E%3C/svg%3E");
}

.image-text-grey .image-button-text::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 2 24 24' fill='%23d9d8d8' role='img' aria-hidden='true' focusable='false'%3E%3Cpath d='M17.009 10.991a1.43 1.43 0 0 1 0 2.022L8.44 21.582a1.43 1.43 0 0 1-2.022-2.022l7.56-7.56-7.555-7.56a1.43 1.43 0 0 1 2.021-2.022l8.57 8.569-.005.004Z'%3E%3C/path%3E%3C/svg%3E");
}

/*** Style system variations ***/

.image-button-none .image-button-anchor {
  border: none !important;
}
.image-button-blue .image-button-anchor {
  border: 1px solid #0a6bbd !important;
}
.image-button-grey .image-button-anchor {
  border: 1px solid #d9d8d8 !important;
}

.image-text-none .image-button-anchor .image-button-text {
  color: #1b1b25;
}

.image-text-blue .image-button-anchor .image-button-text {
  color: #0a6bbd;
}

.image-text-grey .image-button-anchor .image-button-text {
  color: #d9d8d8;
}

/* Blue styles based on Fiber Tile component and other tokens */
.image-button-bg-blue .image-button-anchor,
.image-button-bg-blue .image-button-anchor .image-button-text {
  color: #fff;
}

.image-button-bg-blue .image-button-anchor {
  transition: box-shadow 0.27s ease-in-out, transform 0.27s ease-in-out;
  box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16) !important;
  background-color: #005587;
}

.image-button-bg-blue .image-button-anchor:hover {
  box-shadow: 0 4px 16px 0 rgba(70, 70, 69, 0.16), 0 16px 24px 0 rgba(70, 70, 69, 0.16) !important;
  transform: translateY(-1.5px);
}

/*** End style system variations ***/

.image-button-anchor div:not([class]) {
  width: 100%;
}

.image-button-anchor .image-button-icon + div > .image-button-text {
  text-align: left;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .image-button-anchor .image-button-text {
    text-align: left;
  }
}

.universal-login .universal-logo-tablet {
  width: 22rem;
}

.universal-login .h-search input {
  width: 219px;
  margin: 0;
}

.universal-login .h-search-button {
  right: 2px;
  top: 2px;
}

.universal-login .universal-chevron-blue::after {
  display: inline-block;
  padding-left: 0.25rem;
  padding-top: 0.25rem;
  width: 1.25rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 24 24' fill='%230f6dbe' role='img'%3E%3Cpath d='M3.5 6.8c.2 0 .4 0 .5.2l8 8 8-8c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-8.5 8.5c-.3.3-.8.3-1.1 0L3 8c-.3-.3-.3-.7 0-1 .1-.2.3-.2.5-.2z'/%3E%3C/svg%3E");
}

.universal-login .universal-chevron-white::after {
  display: inline-block;
  padding-left: 0.25rem;
  padding-top: 0.25rem;
  width: 1.25rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 24 24' fill='white' role='img'%3E%3Cpath d='M3.5 6.8c.2 0 .4 0 .5.2l8 8 8-8c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-8.5 8.5c-.3.3-.8.3-1.1 0L3 8c-.3-.3-.3-.7 0-1 .1-.2.3-.2.5-.2z'/%3E%3C/svg%3E");
}

.universal-login .universal-cta-container {
  position: relative;
  left: 3rem;
}

.universal-login .universal-cta {
  width: 12rem;
}

.universal-login .log-in-text {
  display: none;
}

.universal-login .universal-cta > a {
  position: relative;
  top: 0.4rem;
}

/* drop down */
.universal-login .universal-drop-down-container {
  padding: 0.9rem 1rem 0.5rem 1rem;
  z-index: 1001;
  margin-right: 3rem;
  padding: 0;
}

.universal-login .universal-list-item {
  padding: 0.5rem 0 0.5rem 1rem;
}

.universal-login .universal-drop-down-container ul {
  margin: 0.5rem 0 0.5rem 0;
}

.universal-login li {
  list-style: none;
}

.universal-login .universal-list-item-container:hover {
  background: #f3f3f3;
}

.universal-login .universal-dropdown-section-label {
  margin: 0.5rem 0 0 0;
  padding: 0.9rem 1rem 0.5rem 1rem;
  border-top: 1px solid #dedede;
  color: #747678;
  font-style: italic;
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  .universal-login .login-tablet {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .universal-login #make-a-payment-dropdown {
    top: 3rem !important;
    left: -12rem !important;
  }

  .universal-login .log-in-text {
    display: block;
  }

  .universal-login #login-dropdown {
    top: 3rem !important;
    left: -6rem !important;
  }

  .universal-login .hide-tablet {
    display: none !important;
  }

  .universal-login .universal-cta-container {
    text-align: center;
    left: 1rem;
  }
  .universal-login .universal-cta-container .universal-list-item {
    text-align: left !important;
  }

  .universal-login .mobile-left-icon {
    margin-right: -1rem !important;
  }

  .universal-login .universal-cta {
    width: 7rem;
  }

  .universal-login .universal-logo-tablet {
    width: 19rem;
  }

  .universal-login .g-container {
    margin: 1rem;
  }

  .universal-login .menu-icon {
    height: 20px;
  }

  .universal-login .cta-right {
    position: absolute;
    right: 0;
    padding: 1.5rem;
  }

  .universal-login .mobile-left-icon {
    margin-right: 1.7rem;
  }

  .universal-dropdown-section-label {
    color: white;
    font-style: italic;
    font-size: 0.875rem !important;
    padding: 0.9rem 1rem 0 1rem;
    margin-bottom: 0;
    width: 89%;
  }

  .universal-login-mobile-logo {
    padding: 0.5rem 0;
  }

  .universal-login .universal-cta-alignment {
    display: flex !important;
    justify-content: center;
  }

  .universal-login .universal-icon-style-1,
  .universal-login .universal-icon-style-2,
  .universal-login .universal-icon-style-3 {
    width: 20px;
    height: 20px;
    color: #464645;
  }

  .universal-login .hide-small {
    display: none !important;
  }
}

/* Tablet View Styling */
@media screen and (max-width: 1023px) and (min-width: 640px) {
  .universal-login .hide-small {
    display: flex !important;
  }
}

@media screen and (max-width: 749px) {
  .universal-login .login-tablet {
    position: relative;
    right: 2rem;
  }
}

@media screen and (max-width: 717px) {
  .universal-login .h-search input {
    width: 150px;
  }
}

@media screen and (max-width: 646px) {
  .universal-login .h-search input {
    width: 143px;
  }
}

/* Mobile View Styling */
@media screen and (max-width: 767.98px) {
  .universal-login {
    margin-top: 0.2rem;
  }

  .universal-login .cta-right {
    padding: 0.5rem;
  }

  .universal-login .mobile-left-icon {
    margin-right: 1.7rem !important;
  }
  .universal-login-mobile-border {
    border-bottom: 1px solid #dedede;
  }

  .universal-login .universal-hamburger {
    padding: 0.5rem;
  }

  .universal-login .universal-icon-style-1:hover {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 32' fill='%230f6dbe' role='img'%3E%3Cpath d='M29 9H3a1 1 0 0 1 0-2h26a1 1 0 0 1 0 2Zm0 8H3a1 1 0 0 1 0-2h26a1 1 0 0 1 0 2Zm0 8H3a1 1 0 0 1 0-2h26a1 1 0 0 1 0 2Z'/%3E%3C/svg%3E");
  }
}

/* Tablet + Mobile View Styling */
@media screen and (max-width: 1023px) {
  .universal-login .universal-icon-style-blue {
    width: 20px;
    height: 20px;
    color: #0f6dbe;
  }
  .universal-login .universal-text-style-blue {
    color: #0f6dbe;
    font-weight: bold;
  }

  .universal-login .universal-icon-style-2:hover {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 32' fill='%230f6dbe' role='img'%3E%3Cpath d='M24 21.2c0-4.1-3.7-5.2-7-6.2V7c2.2.1 4.5 1.3 4.5 1.3.5.3 1.1.1 1.4-.4s.1-1.1-.4-1.4c-.1 0-2.8-1.4-5.5-1.5V3c0-.6-.4-1-1-1s-1 .4-1 1v2.1c-4.1.6-6 3-6 5.4 0 3.7 3 5 6 6v8.3c-2.9-.3-5.5-1.7-6.1-2.1-.4-.3-1.1-.2-1.4.2-.3.4-.2 1.1.2 1.4.8.6 3.9 2.1 7.3 2.5V29c0 .6.4 1 1 1s1-.4 1-1v-2c4.2-.3 7-2.6 7-5.8zM11 10.6c0-1.5 1.3-2.9 4-3.4v7.3c-2.5-.9-4-1.8-4-3.9zm6 14.3v-7.8c3.1.9 5 1.8 5 4.1 0 2.1-2 3.5-5 3.7z'/%3E%3C/svg%3E");
  }
  .universal-login .universal-icon-style-3:hover {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 32' fill='%230f6dbe' role='img'%3E%3Cpath d='M16 16c3.3 0 6-2.7 6-6s-2.7-6-6-6-6 2.7-6 6 2.7 6 6 6zm0-10c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4zm11.1 16.7c-3-2.9-6.8-4.7-11.1-4.7s-8.1 1.8-11.1 4.7C3 24.5 4.2 28 6.8 28h18.4c2.6 0 3.8-3.5 1.9-5.3zm-1.2 2.7c-.1.2-.3.6-.7.6H6.8c-.4 0-.6-.3-.7-.6-.2-.4-.2-1 .2-1.4 2.7-2.5 6.1-4 9.7-4 3.6 0 7 1.5 9.7 4.1.4.4.3 1 .2 1.3z'/%3E%3C/svg%3E");
  }
}

/* hover button states, which are not Fiber styles */

.custom-button-yellow-inset:hover span {
  color: white;
}

.custom-button-yellow-inset {
  color: black !important;
  border: black 2px solid !important;
  background: transparent !important;
}

.custom-button-yellow-inset:hover {
  background: #003d61 !important;
  border: #003d61 2px solid !important;
}

.fiber-bg-white .fiber-button {
  border: #0f6dbe 2px solid !important;
}

.fiber-bg-white .fiber-button span {
  color: #0f6dbe;
}

.fiber-bg-white .fiber-button:hover {
  background: #e8eef4 !important;
}

/* these are for the positioning of the inset on the current site */
.inset-fiber-v1 {
  position: relative;
  bottom: 4rem;
}

.inset-fiber-v1 .fiber-flex {
  gap: 90px !important;
  margin-top: -51px !important;
}

.inset-fiber-v1 .fiber-flex__item:first-child {
  flex-basis: 60%;
}

.inset-fiber-v1 .fiber-flex__item:last-child {
  flex-basis: 25%;
}

@media screen and (max-width: 60em) {
  .inset-fiber-v1 {
    bottom: 6rem;
    margin-bottom: -4rem;
  }
  .inset-fiber-v1 .fiber-flex {
    flex-direction: column;
    padding-left: 0px !important;
    padding-bottom: 1.5rem !important;
    gap: 0px !important;
    margin-top: -20px !important;
  }

  .inset-fiber-v1 .fiber-text-custom {
    text-align: center !important;
  }

  .inset-fiber-v1 .fiber-text-custom-p {
    margin: 0px 20px;
  }
}
@media screen and (max-width: 48em) {
  .inset-fiber-v1 .fiber-text-custom {
    text-align: left !important;
  }

  .inset-fiber-v1 .fiber-text-custom-p {
    margin: 0px 0px;
  }

  .inset-fiber-v1 .fiber-flex {
    align-items: flex-start !important;
  }

  .inset-fiber-v1 .fiber-flex,
  .inset-fiber-v1 .fiber-button {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
}
@media screen and (max-width: 30em) {
  .inset-fiber-v1 .fiber-flex {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}

/* fiber styles utilized for inset*/

.fiber-d-flex {
  display: flex !important;
}

.fiber-bc-black {
  border-color: #464645 !important;
}

.fiber-bg-yellow-2 {
  background: #ffebb7 !important;
}

.fiber-mt-1 {
  margin-top: 0.25rem !important;
}

.fiber-pt-2 {
  padding-top: 0.5rem !important;
}

.fiber-mt-2 {
  margin-top: 0.5rem !important;
}

.fiber-mt-3 {
  margin-top: 1rem !important;
}

.fiber-pr-7 {
  padding-right: 4rem !important;
}

.fiber-pb-2 {
  padding-bottom: 0.5rem !important;
}

.fiber-mb-4 {
  margin-bottom: 1.5rem !important;
}

.fiber-pl-5 {
  padding-left: 2rem !important;
}
.fiber-pr-5 {
  padding-right: 2rem !important;
}

.fiber-pl-7 {
  padding-left: 4rem !important;
}

.fiber-s-1 {
  -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16) !important;
  box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16) !important;
}

.fiber-o-hidden {
  overflow: hidden;
}

.fiber-br-2 {
  border-radius: 16px !important;
}

.fiber-bw-1 {
  border-width: 1px !important;
}

.fiber-flex,
.fiber-flex__item {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-align: left !important;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit;
  list-style: none;
  background: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  appearance: none;
}
.fiber-flex--direction-responsive {
  flex-direction: column;
}
@media (min-width: 48em) {
  .fiber-flex--direction-responsive {
    flex-direction: row;
  }
}
.fiber-flex--justify-content-flex-start {
  justify-content: flex-start;
}
.fiber-flex--align-items-center {
  align-items: center;
}
.fiber-flex__item--self-auto {
  align-self: auto;
}

.fiber-text {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit;
}
.fiber-text--size-1 {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.fiber-text--size-4 {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif !important;
  font-size: 1.375rem !important;
  line-height: 1.4545454545 !important;
}
.fiber-text--color-text-dark {
  color: #464645 !important;
}
.fiber-text--weight-normal {
  font-weight: 400;
}
.fiber-text--weight-bold {
  font-weight: 700;
}

.fiber-button {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  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;
  border-radius: 4rem !important;
  outline: none !important;
  -webkit-appearance: none;
  appearance: none;
}
.fiber-button::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: '';
  border: 2px solid transparent;
  border-radius: 4rem;
  transition: 0.1s;
}
.fiber-button:focus::after {
  top: calc(-2px - 0.25rem);
  right: calc(-2px - 0.25rem);
  bottom: calc(-2px - 0.25rem);
  left: calc(-2px - 0.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: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  color: inherit;
}
.fiber-button--secondary {
  color: #0f6dbe;
  background: #fff;
  border-color: #0f6dbe;
}

.fiber-button--secondary:hover,
.fiber-button--secondary:active {
  background: #e8eef4;
}

.fiber-button--secondary:active {
  color: #003d61;
  border-color: #003d61;
}

.fiber-button--secondary:disabled {
  color: #dedede;
  background: #fff;
  border-color: #dedede;
}
.fiber-button--size-1 {
  padding: calc(0.5rem - 2px) calc(1rem - 2px);
}

.fiber-button-v2 {
  text-decoration: none !important;
  -webkit-border-radius: 4rem !important;
  border-radius: 4rem !important;
  outline: none !important;
}

.fiber-button-v2 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fiber-button-v2 > * + * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 0.5rem;
}

.fiber-button-v2::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.fiber-button-v2:focus::after {
  top: calc(-2px - 0.25rem);
  right: calc(-2px - 0.25rem);
  bottom: calc(-2px - 0.25rem);
  left: calc(-2px - 0.25rem);
  border-color: #94b3cd;
}

.fiber-button-v2:hover:focus::after {
  border-color: rgba(0, 0, 0, 0) !important;
}

.fiber-button-v2:disabled {
  pointer-events: none;
}

.fiber-button-v2__text {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-style: normal;
  color: inherit;
}

.fiber-button-v2--block {
  width: 100%;
}

.fiber-button-v2--primary {
  color: #fff;
  background: #0f6dbe;
}

.fiber-button-v2--primary:hover {
  color: #fff;
  background: #005587;
}

.fiber-button-v2--primary:active {
  color: #fff;
  background: #003d61;
}

.fiber-button-v2--primary:disabled {
  background: #dedede;
}

.fiber-button-v2--primary:focus {
  color: #fff;
}

.fiber-button-v2--secondary {
  color: #0f6dbe;
  background: #fff;
  border-color: #0f6dbe;
}

.fiber-button-v2--secondary:hover,
.fiber-button-v2--secondary:active {
  background: #e8eef4;
}

.fiber-button-v2--secondary:active {
  color: #003d61;
  border-color: #003d61;
}

.fiber-button-v2--secondary:disabled {
  color: #dedede;
  background: #fff;
  border-color: #dedede;
}

.fiber-button-v2--tertiary {
  color: #0f6dbe;
  background: rgba(0, 0, 0, 0);
}

.fiber-button-v2--tertiary:hover,
.fiber-button-v2--tertiary:active {
  background: #e8eef4;
}

.fiber-button-v2--tertiary:active {
  color: #003d61;
}

.fiber-button-v2--tertiary:disabled {
  color: #dedede;
}

.fiber-button-v2--inverse:focus::after {
  border-color: #e8eef4;
}

.fiber-button-v2--inverse.fiber-button-v2--primary {
  color: #0f6dbe;
  background: #fff;
}

.fiber-button-v2--inverse.fiber-button-v2--primary:hover {
  background: #e8eef4;
}

.fiber-button-v2--inverse.fiber-button-v2--primary:active {
  background: #94b3cd;
}

.fiber-button-v2--inverse.fiber-button-v2--primary:disabled {
  color: #dedede;
  background: #747678;
}

.fiber-button-v2--inverse.fiber-button-v2--secondary {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.fiber-button-v2--inverse.fiber-button-v2--secondary:hover,
.fiber-button-v2--inverse.fiber-button-v2--secondary:active {
  color: #0f6dbe;
  background: #fff;
}

.fiber-button-v2--inverse.fiber-button-v2--secondary:active {
  background: #e8eef4;
}

.fiber-button-v2--inverse.fiber-button-v2--secondary:disabled {
  color: #747678;
  border-color: #747678;
}

.fiber-button-v2--inverse.fiber-button-v2--tertiary {
  color: #fff;
}

.fiber-button-v2--inverse.fiber-button-v2--tertiary:hover,
.fiber-button-v2--inverse.fiber-button-v2--tertiary:active {
  color: #0f6dbe;
  background: #e8eef4;
}

.fiber-button-v2--inverse.fiber-button-v2--tertiary:active {
  color: #94b3cd;
}

.fiber-button-v2--inverse.fiber-button-v2--tertiary:disabled {
  color: #dedede;
}

.fiber-button-v2--size-1 {
  padding: calc(0.5rem - 2px) calc(1rem - 2px);
}

.fiber-button-v2--size-2 {
  padding: calc(1rem - 2px) calc(1.5rem - 2px);
}

.fiber-icon-v2 {
  display: inline-block;
}

.fiber-icon-v2 > svg {
  display: block;
}

.fiber-icon-v2--color-blue-primary {
  color: #0f6dbe;
}

.fiber-icon-v2--color-blue-secondary-1 {
  color: #e8eef4;
}

.fiber-icon-v2--color-blue-secondary-2 {
  color: #94b3cd;
}

.fiber-icon-v2--color-blue-secondary-3 {
  color: #005587;
}

.fiber-icon-v2--color-blue-secondary-4 {
  color: #003d61;
}

.fiber-icon-v2--color-gray-0 {
  color: #fff;
}

.fiber-icon-v2--color-gray-1 {
  color: #f9f9f9;
}

.fiber-icon-v2--color-gray-2 {
  color: #f3f3f3;
}

.fiber-icon-v2--color-gray-3 {
  color: #dedede;
}

.fiber-icon-v2--color-gray-4 {
  color: #747678;
}

.fiber-icon-v2--color-gray-5 {
  color: #464645;
}

.fiber-icon-v2--color-white {
  color: #fff;
}

.fiber-icon-v2--color-black {
  color: #464645;
}

.fiber-icon-v2--color-green-1 {
  color: #e7f3e7;
}

.fiber-icon-v2--color-green-2 {
  color: #a2d0a2;
}

.fiber-icon-v2--color-green-3 {
  color: #a2df59;
}

.fiber-icon-v2--color-green-4 {
  color: green;
}

.fiber-icon-v2--color-yellow-1 {
  color: #fff6de;
}

.fiber-icon-v2--color-yellow-2 {
  color: #ffebb7;
}

.fiber-icon-v2--color-yellow-3 {
  color: #ffd362;
}

.fiber-icon-v2--color-yellow-4 {
  color: #ba9a48;
}

.fiber-icon-v2--color-red-1 {
  color: #fce7e7;
}

.fiber-icon-v2--color-red-2 {
  color: #f4a2a2;
}

.fiber-icon-v2--color-red-3 {
  color: #e10000;
}

.fiber-icon-v2--color-red-4 {
  color: #7b0000;
}

.fiber-icon-v2--color-purple {
  color: #8039db;
}

.fiber-icon-v2--color-teal {
  color: #1fbfc9;
}

.fiber-icon-v2--color-orange-1 {
  color: #e9a83b;
}

.fiber-icon-v2--color-orange-2 {
  color: #fe6005;
}

.fiber-icon-v2--color-shadow {
  color: rgba(70, 70, 69, 0.16);
}

.fiber-icon-v2--color-text-dark {
  color: #464645;
}

.fiber-icon-v2--color-text-light {
  color: #fff;
}

.fiber-icon-v2--color-text-gray {
  color: #747678;
}

.fiber-icon-v2--color-text-disabled {
  color: #dedede;
}

.fiber-icon-v2--color-divider-inverse {
  color: #fff;
}

.fiber-icon-v2--color-divider-light {
  color: #dedede;
}

.fiber-icon-v2--color-action-text {
  color: #0f6dbe;
}

.fiber-icon-v2--color-primary-background {
  color: #0f6dbe;
}

.fiber-icon-v2--color-app-background {
  color: #f9f9f9;
}

.fiber-icon-v2--color-neutral-background {
  color: #f9f9f9;
}

.fiber-icon-v2--color-neutral-border {
  color: #dedede;
}

.fiber-icon-v2--color-neutral-text {
  color: #464645;
}

.fiber-icon-v2--color-danger-background {
  color: #fce7e7;
}

.fiber-icon-v2--color-danger-border {
  color: #e10000;
}

.fiber-icon-v2--color-success-background {
  color: #e7f3e7;
}

.fiber-icon-v2--color-success-border {
  color: green;
}

.fiber-icon-v2--size-inherit {
  width: 1em;
  height: 1em;
}

.fiber-icon-v2--size-1 {
  width: 1rem;
  height: 1rem;
}

.fiber-icon-v2--size-2 {
  width: 1.25rem;
  height: 1.25rem;
}

.fiber-icon-v2--size-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.fiber-icon-v2--size-4 {
  width: 2rem;
  height: 2rem;
}

.fiber-icon-button-v2 {
  text-align: left !important;
  outline: none !important;
}

.fiber-icon-button-v2 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.5rem;
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  line-height: 0;
  color: inherit;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border: 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fiber-icon-button-v2::after {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.fiber-icon-button-v2:focus::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-color: #94b3cd;
}

.fiber-icon-button-v2:hover:focus::after {
  border-color: rgba(0, 0, 0, 0) !important;
}

.fiber-icon-button-v2:disabled {
  pointer-events: none;
}

.fiber-icon-button-v2__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

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;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 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.mobile-login-content {
display: none;
}


.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%);
}

@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: #b64504;
}

#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;
}


/* .virtualAsst img {
    width: 59px;
    height: 57px;
    border-radius: 30px;
    object-fit: cover;
} */

/* .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: 2px;
    top: 2px;
    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: 100%;
    height: 40px;
    content: attr(title);
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #98c9e9;
}

.h-main-menu .nav ul li:hover {
    background-color: #005587 !important;
}

.h-main-menu .nav ul li:nth-last-child(1),
.h-main-menu .nav ul li:nth-last-child(2) {
    border: none
}

.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 {
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-family: Arial, sans-serif;
    height: 57px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0.4em;
}

.mobile-login-content {
    margin-bottom: 1rem;
}

.h-main-menu .nav ul li a:hover {
	text-decoration: none;
	}

.h-main-menu .home,
.home a {
    width: 40px !important
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .h-main-menu .home,
    .home a {
        width: 32% !important;
    }
}

/* .home a {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.h-main-menu ul li.login_tab::after {
    content: url('../../../../content/dam/bcbs/public-sites/images/icon/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;
    }
}

@media screen and (max-width:767.98px) {

    .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-rt-menu {
        position: absolute;
        z-index: 96;
    }

    .logo {
        display: flex;
        align-items: center
    }

    .logo img {
        margin-left: 15px;
    }

	
}

@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-search input {
		font-family: Arial, sans-serif;	
	}
}

@media screen and (max-width: 1023px) and (min-width:640px) {
    .md-none-universal {
        display: none !important;
    } 
}
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('../../../../content/dam/bcbs/public-sites/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('../../../../content/dam/bcbs/public-sites/images/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;
}

#return-to-top {
  width: 48px;
  height: 48px;
}

.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;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.large-10 {
  position: relative;
  width: 83.33333%;
}
.pdf-disclaimer:before {
  background: url(../../../../content/dam/bcbs/public-sites/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/public-sites/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;}
	.sticky-nav nav select {
   
    margin-bottom: 0px !important;
}
.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;
  }
}

/* sticky-nav */

.sticky-nav ul {
  margin: 0;
  padding: 0;
  height: 50px;
}

.sticky-nav li {
  list-style: none;
  margin: 0 0px;
  font-size: 17px !important;
  color: #0a5c8c;
}

.sticky-nav li:nth-child(1) {
  margin-left: 0;
}

.sticky-nav nav {
  display: block;
  max-width: 1024px;
  margin: 0px auto;
  text-align: center;
}

.sticky-nav nav ul {
  list-style: none;
}

.sticky-nav nav li {
  display: inline-block;
  padding: 5px 10px;
}

.sticky-nav nav a {
  display: inline-block;
  border: 1px solid white;
  color: #0f6dbe;
  text-decoration: none;
  height: 50px;
  align-items: center;
  display: flex;
  border-bottom: 2px solid transparent;
}

.sticky-nav nav a:hover {
  border-bottom: 2px solid #075a8b;
  color: #005587;
}

.sticky-nav nav a:active {
  border-bottom: 2px solid #075a8b;
  color: #005587;
}

.sticky-nav nav select {
  display: none;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
  background: #fff !important;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#app-banner-collapsed {
  display: none;
}

@media (max-width: 767.98px) {
  .card {
    box-shadow: 0 0 0 0;
  }

  .sticky-nav {
    margin-top: 30px;
  }

  .sticky-nav.fixed {
    margin-top: 0px;
  }

  .sticky-nav nav {
    display: block;
    width: 90%;
    margin: 0px auto;
    text-align: center;
  }

  .sticky-nav nav ul {
    display: none;
  }

  .sticky-nav nav select {
    display: inline-block;
    margin-bottom:15px
  }

  .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;}*/

  .sticky-nav {
    /* position: fixed; */
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }

  .sticky-nav nav {
    width: 1024px;
    margin: 0 auto;
    background: #fff;
    z-index: 999;
    display: flex;
    justify-content: center;
  }

  .sticky-nav nav ul li {
    display: inline-block;
  }

  .sticky-nav a {
    color: #4d4d4d;
    font-family: sans-serif;
    text-decoration: none;
    line-height: 42px;
    border-bottom: 3px solid transparent !important;
  }

  .sticky-nav .active {
    border-bottom: 3px solid #075a8b !important;
    color: #075a8b;
  }

  .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;
}



.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/public-sites/images/icon/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/public-sites/images/icon/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/public-sites/images/icon/subsection_nav_icon.gif) no-repeat;   
	
}
/* Mobile Menu */

/* Mobile Menu */

ul.accordion {
  list-style: none;
  padding: 0 1em;
}

ul.accordion .inner {
  padding: 0;
  overflow: hidden;
  display: none;
  margin: 15px 0;
}

ul.accordion .inner.show {
  /*display: block;*/
}

ul.accordion li {
  margin: 0.5em 0;
}

ul.accordion li a.toggle {
  width: 100%;
  display: block;
  background: #f9f9f9;
  color: #000;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  font-weight: bold
}

.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;
}

.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;
} */

.accordion .dropdown_image img {
  width: 50%;
    height: 100%;
    margin: 0 auto;
}

.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;
}

.accordion .mobile-login h2 {
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #454545;
  margin: 25px 0 10px 0;
}

.accordion form label {
  font-size: .85em !important;
}

.accordion input[type='text'],
.accordion input[type='number'],
.accordion input[type='email'],
.accordion input[type='password'],
.accordion textarea,
.accordion select {
  border: solid 1px #939393;
  border-radius: 2px;
  width: 100%;
  box-shadow: none;
  height: 50px;
  padding: 0.5rem;
  font-size: inherit;
}

.accordion form .button-blue {
  margin-bottom: 10px;
  margin-top: 10px;
}

.accordion .login-link {
  margin-bottom: 0;
}

.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
    }

.accordion p {
  font-size: .85em;
  color: #444444;
  /* margin-bottom: 15px; */
  line-height: 1.65rem;
}

.section-container.accordion>section.active>.title {
  background-color: #f9f9f9;
  margin: 0 !important;
}

.accordion .mobile-login h2 {
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #454545;
  margin: 25px 0 10px 0;
  text-transform: uppercase;
}

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;
}


.row:before, .row:after {
  content: " ";
  display: table;
}

.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/public-sites/images/icon/pdfIcon.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 12px;
  height: 14px; 
  position: absolute;
  left: 0;
  top: 4px;
}
.leaving-website,.leave-blue {margin: 0 0 2rem; padding-left: 17px; position: relative;}
.leaving-website:before {
  background: url(../../../../content/dam/bcbs/public-sites/images/icon/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/public-sites/images/icon/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/public-sites/images/icon/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;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

@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: 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;
    height: 39px;
    width: 100%;
    padding: 0 7px 0 2px;
}

.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/public-sites/images/icon/login_arrow_closed.png') no-repeat 79% center transparent;
    padding: 0 10px 0 0;
    font-family: Arial, Helvetica, sans-serif;  font-size: 13px;
}

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/public-sites/images/icon/login_arrow_open.png') no-repeat 79% 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 {
    background-color: #f0f3f6;
    border: none;
    border-top: 1px solid #38a0e0;
    border-bottom: 2px solid rgba(0, 0, 0, .35);
}

.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: 35%;
    height: 100%;
    margin: 0 auto;
}

.dropdown_image {
    text-align: center;
    margin-bottom: 15px;
}

.f-dropdown label {
    font-family: 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: 60%;
}

/*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;
	/* 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;
}

[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);
}

.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-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;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

* {
	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;
}



h1 {
	color: #1B1B25;
	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: #1B1B25;
	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: #1B1B25;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 1.2rem 0;
}

h4 {
	color: #1B1B25;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 1rem 0;
}

h5 {
	color: #1B1B25;
	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: #1B1B25;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 1rem 0;
}



p {
	color: #1B1B25;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 1.5rem;
}

section .row {
	max-width: 64.25rem;
	/* display: -webkit-box; */
}
/* wider than public site
.row {
	max-width: 75rem;
}
 */
 
.section-row-center {background-color: #E8EEF4; padding: 3rem 0; }

.row.wide-row {max-width: 68.75rem; }


.row::before, .row::after { content: none; }




header, header li, header p {font-family: Arial, sans-serif; }
.h-search input {width: 219px; }




/*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;
}

a {
	color: #2A4494;
	cursor: pointer;
	line-height: inherit;
	text-decoration: none;
}

a:hover, a:focus {
	color: #2A4494;
	text-decoration: underline;
	}

/* 
  Underlines all links within paragraph tags that 
  SiteImprove flags to avoid an accessibility error.
*/
p a:not(.alert a, .fiber-card-group a, .error-container a, .card-divider a) {
  text-decoration: underline;
}

..dropdown-pane



section a:hover, section a:focus {
	color: #0f6dbe;
	text-decoration: underline;
}



sub {
	font-size: 60%;
	position: relative;
	bottom: 0rem;
	vertical-align: baseline;
}

em {
	font-style: italic !important;
}


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.2rem 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/public-sites/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/public-sites/images/utility/checkmark.svg) !important;  }
.no-bullets li {
  list-style: none !important;
}
.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; }


.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/public-sites/images/utility/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 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;
}


.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;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*
.image {
  top: 50%;
  left: 50%;
  margin: auto;
  position: absolute;
  transform: translate(-50%, -50%);
}
*/


.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%);
	}
 
/* h-main-menu */
.h-main-menu {
	position: relative;
  	z-index: 1000;
}


/* INTERIOR PAGE BANNER */

.banner-hero-interior { position:relative; margin-bottom:2em; background-color:#F6FCFF; padding:0; text-align:center; z-index:5; margin-top:-61px; padding-top:61px !important;}
.banner-hero-interior .banner-content {max-width: 64.25rem; min-height:250px; width:32rem; margin:3rem auto 1rem;}

.banner-hero-interior h1 { color:#464645; font-size:3.125rem; line-height:3.7rem; font-weight:bold;}


/* 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-card { position:relative; margin-top:135px; min-height:195px; padding:1rem 2rem .5rem; 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; }
.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 { background:#fff url(../../../../content/dam/bcbs/public-sites/images/icon/chevron.svg) right 40px top 20px no-repeat; background-size:16px auto; position: relative; }


.pop-card h3 { color:#0F6DBE; font-size:1.1rem; font-weight:bold; line-height:1.3125rem; margin-right:40px; height:40px;}
.pop-card p { margin-bottom:0;}

.pop-card, .pop-card:hover{
	transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s 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/public-sites/images/icon/arrow-right.svg); background-size:16px auto; }
.pop-card:focus { border:2px solid #32C5FF; }
.pop-up {transform: translateY(-135px); }

.pop-cards-home .pop-card-focus { margin-top: -215px; height:215px; }
.pop-card-focus .pop-card {background-image: url(../../../../content/dam/bcbs/public-sites/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, .card-container-home, .card-container, .tab-section  {margin: 0;  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-2 h2 {font-size:2.5rem; line-height:2.9rem;}

.promo-cta-3 { padding:3rem 0; 	background-color: #E8EEF4; }
.promo-cta-4 { padding:6rem 0; background: linear-gradient(48.05deg, #2B2BF1 0%, #318FE9 100%); }
.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:1000px; margin:0 auto;}
.promo-cta-5 { margin-bottom:2rem;}


.promo-cta-4 .image { width:600px; height:300px; position:relative; display:table-cell; vertical-align:top;}
.promo-cta-3 .image {margin: auto; text-align: center; }
.promo-cta-3 img {width: 100%; height: auto; max-width: 260px; margin: auto; }
.promo-cta-4 img {margin-top:-6rem; width:100%; height:auto;}




.promo-cta-1 p, .promo-cta-3 p, .promo-cta-4 p { color:#fff; padding-bottom:1em;}
.promo-cta-3 h2,.promo-cta-3 p {color: #313131;}

.promo-cta-1 .button, .promo-cta-4 .button { border-color:#fff; color:#fff;}
.promo-cta-1 .button .button:hover, .promo-cta-4 .button:hover, .promo-cta-1 .button:focus, .promo-cta-4 .button:focus { background-color:#fff; color:#006cb7;}
.button-container.two-buttons {margin: 2rem 0 0; }
.button-container.two-buttons div {display: inline-block; }
.button-container.two-buttons .button {margin-bottom: 0; }

/*.button-container.two-buttons div {
  display: inline-block;
}*/
.button-container.two-buttons .button: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/public-sites/images/banner/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; }

.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; object-fit: cover; width: 100%; }






/* 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: 0; }

.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:left;	
}

.card-container .card, .card-container-home .card {
	background-color: #F7F7F7; border-radius: 10px; box-shadow: 0 2px 7px 0 rgba(123,123,123,0.21);
}

.card-container .card-image {height:110px; }

.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 h3 { color:#454546; font-size:1.5rem; line-height:1.9rem;}

.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/public-sites/images/utility/check-green.svg) no-repeat; margin: auto; }


/* homepage card styles */

.card-container-home {padding: 3rem 0; }
.card-container-home .card-divider {padding: 1.5rem 1.5rem 0; }
.card-container-home .card-section, .card-container-home .card-action {padding: 1rem 1.5rem 1.5rem; }

.card-container-home .card a h3 {color: #2A4494;}
.card-container-home .card p { text-align:left;}
.step-number {color:#4A90E2; font-weight:bold; padding-right:10px;}
.card-container-home .card-image { position: relative;
  padding-top: 77%;  }
.card-container-home .card-image img {border-radius:10px; width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-position: center center; }

.card .category {color: #989898; display: block; margin: 0 0 -1rem; }


/*TABS*/

/* override tab styles coming from welcome header/footer */
ul.tabs {display:block !important; margin-bottom:2em; }
ul.tabs li {
    display: inline-block !important;
    margin: 0;
    padding: 0;
    width: auto;
    border: none;
    color: #006cb7;
    background: none;
}
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 {	
	border-bottom: 4px solid transparent;
	font-weight: bold; 
	letter-spacing: .07em;
	color: #006cb7;
    display: block;
	font-size: 1.1rem;
    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-content .tabs-panel {
  padding: 1rem 0;
}

.tabs-content .tabs-panel.is-active {
    display: block;
}

/* three-tabs */

ul.tabs.three-tabs {
  float: none !important;
  margin: 0;
  position: relative;
}
ul.tabs.three-tabs .tabs-title {
  width: 30%;
  height: 60px;
}
ul.tabs.three-tabs .tabs-title:first-child {
  margin-left: 5%;
}
ul.tabs.three-tabs .tabs-title a {
  border-radius: 10px;
  box-sizing: border-box;
  color: #595959;
  height: 60px;
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  background-color: #f9f9f9;
  font-size: 1.625rem;
  margin: 0;
  letter-spacing: 0;
  padding: 1rem 1.5rem;
}

ul.tabs.three-tabs .tabs-title.is-active {
  padding-bottom: 70px;
  margin-bottom: -35px;
  height: 95px;
  z-index: 100;
}

ul.tabs.three-tabs .tabs-title.is-active > a,
ul.tabs.three-tabs .tabs-title.is-active > a[aria-selected="true"] {
  border: 1px solid #2a4494;
  border-radius: 10px;
  background-color: #2a4494;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  position: relative;
}

ul.tabs.three-tabs .tabs-title.is-active > a:focus,
ul.tabs.three-tabs .tabs-title.is-active > a[aria-selected="true"]:focus {
  outline: none;
}

ul.tabs.three-tabs .tabs-title.is-active > a > h2,
ul.tabs.three-tabs .tabs-title.is-active > a[aria-selected="true"] > h2 {
  color: #fff;
  /*font-size: 1.625rem;*/
}

ul.tabs.three-tabs .tabs-title.is-active > a:after,
ul.tabs.three-tabs .tabs-title.is-active > a[aria-selected="true"]:after {
  width: 58px;
  height: 36px;
  content: "";
  display: block;
  bottom: -35px;
  left: calc(50% - 25px);
  position: absolute;
  background: url(../../../../content/dam/bcbs/public-sites/images/icon/tab-triangle.svg);
  background-size: 58px 32px;
  background-repeat: no-repeat;
}

ul.tabs.three-tabs .tabs-title a:hover > h2 {
  color: #fff;
}
ul.tabs.three-tabs .tabs-title > a:hover {
  border-radius: 10px;
  background-color: #2a4494;
  color: #fff;
  text-decoration: none;
}

ul.tabs.three-tabs .tabs-title a:focus {
  text-decoration: none;
}

ul.tabs.three-tabs .tabs-title a img {
  display: block;
  margin: 0 auto;
  max-height: 140px;
  max-width: 280px;
}

/*
ul.tabs.three-tabs .tabs-title.is-active:after {
	width: 55px; height: 35px; content: ''; background:blue;
	display: block; 
	left: calc(50% - 25px);
  	position: absolute; 
	}
*/

.tabs-content.three-tabs,
.three-tabs.tabs + .tabs-content {
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 0 11px 0 rgba(203, 203, 203, 0.5);
  padding: 4rem 5%;
  position: relative;
  top: 0px;
}

.tabs-content.three-tabs h2 {
  margin: 0 0 2rem;
  position: relative;
}

.tabs-content.three-tabs h2:after {
  content: "";
  width: 79px;
  height: 2px;
  background-color: #4a90e2;
  position: absolute;
  left: 0;
  bottom: -12px;
}

.tabs-content.three-tabs h3 {
  font-weight: 600;
  margin: 0 0 2rem;
  position: relative;
}

.tabs-content.three-tabs h3:after {
  content: "";
  width: 79px;
  height: 2px;
  background-color: #4a90e2;
  position: absolute;
  left: 0;
  bottom: -18px;
}

.tabs-content.three-tabs hr {
  padding-top: 3rem;
  margin-top: 0;
  margin-bottom: 3rem;
}

.decorative-image {
  width: 100%;
  max-width: 374px;
  height: auto;
}
.image-decorative-image img {
  width: 100%;
  max-width: 354px;
  height: auto;
}



/* 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: 3.5rem 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/public-sites/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*/

ul.accordion {padding:2rem 0; } 
.accordion { text-align:left; padding:2rem 0 ; 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;}


.is-active > .accordion-title::before {
    content: '';
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.accordion-title::before {
    position: absolute;
	height:20px;
	width:20px;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '';
	background:url(../../../../content/dam/bcbs/public-sites/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/public-sites/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/public-sites/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; }

footer p {color: #fff; }
.inline-list-footer  {margin-bottom: 1rem; }
.pdf-disclaimer {display: inline; }

.leaving-website {display: inline; }


.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/public-sites/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;
}


.dropdown-pane.desktop-login  {
	background-color: #f0f3f6;
  border: none;
  border-top: 1px solid #38a0e0;
  border-bottom: 2px solid rgba(0,0,0,.35);
  padding: 20px;
  width: 500px !important;
  
 
  text-align: left;
}

/**tablet down**/
@media screen and (max-width: 63.9375em) {



.dropdown-pane.desktop-login {
	right: 0 !important;
  text-align: left;
}

	
/*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:2.25rem; font-weight: 700; }
.banner-hero .page-category { display:none;}
.banner-hero { background: linear-gradient(2.98deg, #427DDA 0%, #191BB3 100%);}

.banner-hero-interior .banner-content {max-width: 64.25rem; min-height:auto; width:auto; margin:2rem 1rem 3rem;}

.pop-cards-home, .pop-cards-interior { height: auto; overflow: visible; padding:auto; border-bottom:none; margin:0; padding:0;}
.pop-cards-home .columns, .pop-cards-interior .columns { padding:0;}
.pop-cards-interior h2 { padding:0 1rem ;}
.pop-card h3 {margin:5px 30px 10px 0 !important; height:auto !important;}
.pop-card { margin:0; height:auto; min-height:auto; animation: none !important; border:1px solid transparent; border-bottom: 1px solid #D5D5D5; border-radius:0; box-shadow:none;}
.pop-card { background:#fff url(../../../../content/dam/bcbs/public-sites/images/icon/arrow-right.svg) right 40px top 22px no-repeat; background-size:16px auto;}
.pop-card:hover{ border:1px solid transparent; border-bottom: 1px solid #D5D5D5;}
.pop-up {transform: none;}
.promo-cta-2, .promo-cta-3, .promo-cta-4 { box-shadow:none; text-align:center; padding:2rem ;}
.promo-cta-2:after {margin-left: -2rem}
.promo-cta-2 .columns, .secondary-nav .columns { padding:0;}
.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;}
.banner-hero .banner-copy {margin-top: 4rem; padding-right: 0; max-width: 550px; }
.button-hero {width: 100%; }
.login-container {margin-top: 4rem; }
.banner.banner-hero {margin-bottom: 1rem; }
ul.three-tabs.accordion > li > a img {display: none; }
.promo-cta-3 img {display: block; margin: 0 auto 1.5rem auto; }
.image-decorative-image img{display: block; margin: 0 auto 1rem auto; }
.button-container.two-buttons {margin-top: 0px; }
.button-container.two-buttons .button {margin-bottom: 24px; }
}

/**ipad**/
/*@media screen and (max-width: 63.9375em) and (min-width: 40em) {*/
@media screen and (max-width: 1002px) {
 #navDrop-login {left: initial !important;right:0 !important; }
.banner-hero .banner-copy {margin-top: 4rem; padding-right: 0; }
.login-container {margin-top: 4rem; }
.banner.banner-hero {margin-bottom: 1rem; }
ul.three-tabs.accordion > li > a img {display: none; }
.promo-cta-3 img {display: block; margin: 0 auto 1.5rem auto; }
.image-decorative-image img{display: block; margin: 0 auto 1rem auto; }
.button-hero {width: 100%; }

.dropdown-pane.desktop-login  {

	/*right: 0 !important;*/
  /*left: initial !important;*/
  text-align: left;
}

}
/* NM Large Group Component*/

.lgroup {padding: 30px 0 30px 0;}
#lg-submit{ margin: 0 0 0 25px; }	

/* END NM Large Group Component*/

/*MOBILE*/
@media screen and (max-width: 39.9375em) {

/* NM Large Group Component*/

	 #lg-submit{ margin: 20px 0 0; }
     #lg-group { width: 100%; }
	 .image-decorative-image {padding-top:20px}


/* END NM Large Group Component*/

.off-canvas li a {
font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; }
.banner-hero .banner-copy {margin-top: 15%; }
.login-container {margin-top: 4rem; }
.banner.banner-hero {margin-bottom: 1rem; }
.form-module {
    margin: 0 auto 3rem;
    display: inline-block;
	width: 90%;

}
ul.three-tabs.accordion {padding-top: 0; }
ul.three-tabs.accordion > li {
  border-top: 1px solid #D5D5D5;
  margin:0; 
}
ul.three-tabs.accordion > li > a img {display: none; }

ul.three-tabs.accordion > li:last-child {border-bottom: 1px solid #D5D5D5; }

.image-decorative-image img{display: block; margin: 0 auto 1rem auto; }


.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;
	}

.promo-cta-3 img {display: block; margin: 0 auto 1.5rem auto; }
.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, .card-container-home .card {
	margin-bottom: 1rem !important;
}

.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;
}




.alert {padding: 1rem; }
.alert-link {font-size: 0.95em;}
.close-btn {margin-right: 1rem; }

.alert-all {padding-left: calc(1rem + 5px);}
 .button-container.two-buttons .button {margin-right: 0 !important; }


}

.banner-copy a {
     color: #FFFFFF;
     text-decoration: underline;
}



/* Style classes to change alignment of Image*/

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-left {
    display: flex;
    justify-content: flex-start;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
}

/* Custom CTA Button Styles Hover state */

.button-hero .button {
  background-color: #0f6dbe;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.375rem; 
  font-weight: 300;
  margin: 0 0 1rem;
  padding: 1rem 36px 1rem 1rem;
  text-decoration: none;
  position:relative;
  width: calc(100% - 20px);
  max-width: 248px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
	text-align:left;
	border: none;
  letter-spacing: 0;
  line-height: 1.5;
  transition: none;
}

.button-hero .button:hover, .button-hero .button:focus{
  background-color: #005587 !important;
  color: #fff !important;
  text-decoration: none;
  font-weight: 300 !important; /*reset global.css focus font weight defect*/
  outline: none;
}


.button-hero .button:after {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '';
  background: url(../../../../content/dam/bcbs/public-sites/images/icon/chevron-white.svg) center center no-repeat;
  background-size: 14px 8px;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);}

.button-hero .button .button-hero-name {
	display: block;
	font-size: 1.125rem;
    font-weight: 700;  
}


.btn-secondary .button {
    background-color: transparent !important;
	color: #006cb7 !important;
    border: solid 2px #006cb7 !important;
}

.button:hover, .btn-secondary .button:focus {
	color: #fff !important;
	background-color: #006cb7 !important;
}

.btn-blue .button {
	background: #006cb7 !important;
    border-color: #006cb7 !important;
    color: #fff !important;
}

.banner-copy .btn-secondary .button{
    text-decoration:none;
}

.banner-copy .btn-blue .button {
	text-decoration:none;
}

.btn-blue .button:hover, .btn-blue .button:focus {
	background: #fff !important;
    border-color: #006cb7 !important;
    color: #006cb7 !important;
}

.external-link:after {
    display: none;
}

.external-link-blue:after {
	background: url(../../../../content/dam/bcbs/public-sites/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/public-sites/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/public-sites/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;
}

.banner-hero .button:hover .external-link-white:after, .banner-hero .button:focus .external-link-white:after {
	background: url(../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg) no-repeat;
}

.secondary .button:hover .external-link-blue:after, .button.secondary:focus .external-link-blue:after {
	background: url(../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg) no-repeat;
}

.button:hover .external-link-white:after, .button:focus .external-link-white:after {
	background: url(../../../../content/dam/bcbs/public-sites/images/icon/external-blue.svg) no-repeat;
}

.btn-secondary .button:hover .external-link-blue:after, .btn-secondary .button:hover .external-link-blue:after {
	background: url(../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg) no-repeat;
}

.error {
	padding: 2em 0;
}

.error-container {
    text-align: -webkit-center;
	text-align: center;
}

.error-container h1 {
    color: #005587;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.error-container ul {
    text-align: left;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.error-container ul li {
	list-style: disc;
	margin: 0 0 0.6rem 1.2rem;
}

.error-container .button {
	border: solid 1px #0f6dbe;
    display: block;
	font-size: 1rem;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    vertical-align: middle;
    /*margin: 1.5rem 0 1rem;*/
    margin: 0 auto;
	margin-top: 20px;
    padding: 0.85rem 0.75rem;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    background-color: #005587;
    color: #ffffff;
	border-radius: 4px;
	width: 90%;
	max-width: 287px;
}
/* New three column link containers in banner */
.banner-hero section {
  padding: 0;
}
.link-container {
  background: #0f6dbe;
  border-radius: 5px;
  margin: 2rem 0 0 0;
  padding: 1rem 0.875rem;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  min-height: 90px;
}

@media screen and (min-width: 1024px) {
  /* extra space on desktop for RSC login link */
  .link-container {
    margin-top: 1rem;
  }
}

.link-container h2 {
  color: white;
  font-size: 1.125rem;
  line-height: 1.2rem;
  margin-bottom: 0;
}

.link-container a {
  text-decoration: none;
  color: white;
  font-weight: 300 !important;
}
.link-container a:hover {
  text-decoration: underline;
}
.link-container p {
  line-height: 1.2rem;
  margin: 0;
}

/* Log in */
.login-container {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.5);

  margin-top: 77px;
  padding: 1rem;
}
.login-container .button {
  width: 100%;
  max-width: 100%;
}
.login-container h2 {
  display: inline-block;
  font-size: 1rem;
  margin: 0 0 1rem;
  position: relative;
}

.login-container input[type='text'],
.login-container input[type='password'] {
  height: 48px;
}

/* HOME PAGE BANNER */
.banner-hero {
  background-color: #005587;
  position: relative;
  margin: -40px auto 4rem auto;
  width: 100%;
  max-width: 1100px;
  height: 420px;
  object-position: 0 center;
}
.banner-hero .banner-content {
  position: relative;
}

.banner-hero img {
  object-fit: cover;
  object-position: 0 0;
  width: 100%;
  height: 420px;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-hero .banner-copy,
.banner-hero .banner-copy-dark {
  position: relative;
  width: 100%;
  margin: 0;
  margin-top: 110px;
}
.banner-hero .banner-copy h1,
.banner-hero .banner-copy p,
.banner-hero .banner-copy a {
  color: #fff;
}
.banner-hero .banner-copy-dark h1,
.banner-hero .banner-copy-dark p,
.banner-hero .banner-copy-dark a {
  color: #454546;
}
.banner-hero .banner-copy:last-child,
.banner-hero .banner-copy-dark:last-child {
  margin-bottom: 0;
}

.banner-hero h1 {
  margin: 0 0 2rem;
  position: relative;
  font-weight: 700;
}

.banner-hero h1:after {
  content: '';
  width: 79px;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -17px;
}

.banner-copy a {
  color: #ffffff;
  text-decoration: underline;
}

.banner-copy a:hover {
  text-decoration: none;
}

.banner-hero .page-category {
  padding-left: 70px;
  position: relative;
  font-size: 1rem;
}
.banner-hero .page-category:before {
  display: block;
  position: absolute;
  width: 60px;
  height: 2px;
  content: '';
  background-color: #fff;
  left: 0;
  margin-top: 14px;
}
.banner-hero .page-category p {
  padding-left: 70px;
}

.hero-img-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
}

.hero-img-wrapper img {
  object-position: center;
}

.banner-pay-my-bill {
  padding: 1rem;
}

/**tablet down**/

@media screen and (max-width: 63.9375em) {
  .banner-copy .button {
    font-weight: 400;
  }

  /* Button color update workaround.
   * There is already a conflicting style with important */
  .banner-copy .btn-blue .button {
    background-color: #0f6dbe !important;
  }

  .banner-copy .btn-blue .button:hover,
  .banner-copy .btn-blue .button:focus {
    background-color: #fff !important;
  }

  .hero-img-wrapper::after {
    opacity: 0.65;
  }

  .hero-img-wrapper img {
    height: 100%;
  }

  .dropdown-pane.desktop-login {
    right: 0 !important;
    text-align: left;
  }

  /*section .row {
	display: flex;
}*/

  .banner-hero {
    height: auto;
    min-height: 420px;
    margin-top: 0;
    padding: 0;
  }
  .banner-hero .banner-content {
    position: relative;
    margin: 0;
    padding: 1rem 2rem 6rem;
  }
  .banner-hero h1 {
    font-size: 2.25rem;
    font-weight: 700;
  }
  .banner-hero .banner-copy-dark h1,
  .banner-hero .banner-copy-dark p,
  .banner-hero .banner-copy-dark a {
    color: #fff;
  }
  .banner-hero .page-category {
    display: none;
  }
  .banner-hero {
    background: linear-gradient(2.98deg, #427dda 0%, #191bb3 100%);
  }

  .banner-hero-interior .banner-content {
    max-width: 64.25rem;
    min-height: auto;
    width: auto;
    margin: 2rem 1rem 3rem;
  }

  .banner-hero .banner-copy:last-child,
  .banner-hero .banner-copy-dark:last-child {
    margin-bottom: 0;
  }

  .banner-hero .banner-copy,
  .banner-hero .banner-copy-dark {
    margin-top: 15%;
  }
}

.banner-welcome-wrapper.image-first,
.banner-welcome-wrapper.image-last {
  display: flex;
  flex-direction: column;
}

.banner-welcome-wrapper.image-first,
.banner-welcome-wrapper.image-last {
  background: #005587;
}

.banner-welcome-wrapper.image-first .hero-img-wrapper::after,
.banner-welcome-wrapper.image-last .hero-img-wrapper::after {
  opacity: 0;
}

.banner-welcome-wrapper.image-first .banner-content .large-5,
.banner-welcome-wrapper.image-last .banner-content .large-5 {
  max-width: 100%;
  flex-basis: 100%;
}

.banner-welcome-wrapper.banner-hero.image-first .banner-copy,
.banner-welcome-wrapper.banner-hero.image-last .banner-copy {
  margin-top: 20px;
}

.banner-welcome-wrapper.image-first .hero-img-wrapper img,
.banner-welcome-wrapper.image-last .hero-img-wrapper img {
  height: 300px;
  position: relative;
}

.banner-welcome-wrapper.image-first .banner-content,
.banner-welcome-wrapper.image-last .banner-content {
  padding: 1rem 1rem 6rem;
}

.banner-welcome-wrapper.image-first h1,
.banner-welcome-wrapper.image-last h1 {
  margin-bottom: 1rem;
}

.banner-welcome-wrapper.image-first h1::after,
.banner-welcome-wrapper.image-last h1::after {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .banner-welcome-wrapper.image-first {
    flex-direction: row;
  }

  .banner-welcome-wrapper.image-last {
    flex-direction: row-reverse;
  }

  .banner-welcome-wrapper.image-first .hero-img-wrapper,
  .banner-welcome-wrapper.image-last .hero-img-wrapper {
    max-width: 50%;
    flex-basis: 50%;
  }
  .banner-welcome-wrapper.image-first .banner-content,
  .banner-welcome-wrapper.image-last .banner-content {
    padding: 1rem 2rem 6rem;
    max-width: 50%;
    flex-basis: 50%;
  }
  .banner-welcome-wrapper.image-first .hero-img-wrapper img,
  .banner-welcome-wrapper.image-last .hero-img-wrapper img {
    height: 100%;
  }

  .banner-welcome-wrapper.banner-hero.image-first .banner-copy,
  .banner-welcome-wrapper.banner-hero.image-last .banner-copy {
    margin-top: 110px;
  }
}

@media screen and (min-width: 63.9375em) {
  .banner-welcome-wrapper.image-last .banner-content {
    margin-left: 2rem;
  }
  .banner-welcome-wrapper.image-first .banner-content,
  .banner-welcome-wrapper.image-last .banner-content {
    padding: 0 2rem;
    padding-right: 1rem;
  }
  .banner-welcome-wrapper .large-5 {
    max-width: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner-welcome-wrapper.image-first .banner-content,
  .banner-welcome-wrapper.image-last .banner-content {
    top: 25px;
    margin-bottom: 30px;
  }

  .banner-welcome-wrapper.banner-hero.image-first .banner-copy,
  .banner-welcome-wrapper.banner-hero.image-last .banner-copy {
    margin-top: 10%;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .banner-hero.banner-welcome-wrapper {
    margin: -48px auto 4rem auto;
  }
}

/* ::::: MEGA-MENU STYLES ::::: */
/* MOBILE STYLES */
*,
html,
body {
  box-sizing: border-box;
}
body {
  color: #464645;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.container {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
#mega-menu,
#pay-my-bill-menu,
#log-in-menu {
  background-color: #0f6dbe;
  display: block;
  width: 100%;
}
#mega-menu p,
#pay-my-bill-menu p,
#log-in-menu p {
  font-size: 1.375rem;
  line-height: 1.4545454545;
}
#mega-menu ul,
#pay-my-bill-menu ul,
#log-in-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mega-menu ul::before,
#pay-my-bill-menu ul::before,
#log-in-menu ul::before {
  content: '';
}
#mega-menu li,
#pay-my-bill-menu li,
#log-in-menu li {
  color: #464645;
  list-style: none;
}
#mega-menu a,
#pay-my-bill-menu a,
#log-in-menu a {
  color: #464645;
  text-decoration: none;
}
#mega-menu a:hover,
#pay-my-bill-menu a:hover,
#log-in-menu a:hover {
  text-decoration: underline;
}
#mega-menu .primary-nav,
#pay-my-bill-menu .primary-nav,
#log-in-menu .primary-nav {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
}
#mega-menu .primary-nav .primary-group > li,
#pay-my-bill-menu .primary-nav .primary-group > li,
#log-in-menu .primary-nav .primary-group > li {
  display: flex;
  /* flex-direction: column; */
  margin: 0;
  width: 100%;
}
#mega-menu .primary-nav .primary-group > li > a,
#pay-my-bill-menu .primary-nav .primary-group > li > a,
#log-in-menu .primary-nav .primary-group > li > a {
  border-bottom: 1px solid white;
  color: #ffffff;
  font-weight: 600;
  line-height: 3rem;
  padding: 0 1rem;
  width: 100%;
}
#mega-menu .primary-nav .primary-group > li > a.active-menu,
#pay-my-bill-menu .primary-nav .primary-group > li > a.active-menu,
#log-in-menu .primary-nav .primary-group > li > a.active-menu {
  background-color: #003d61;
}
#mega-menu .primary-nav .home-link,
#pay-my-bill-menu .primary-nav .home-link,
#log-in-menu .primary-nav .home-link {
  display: none;
}
#mega-menu .dropdown,
#pay-my-bill-menu .dropdown,
#log-in-menu .dropdown {
  background-color: #ffffff;
  display: none;
  flex-direction: column;
}
#mega-menu .dropdown.show-menu,
#pay-my-bill-menu .dropdown.show-menu,
#log-in-menu .dropdown.show-menu {
  display: flex;
}
#mega-menu .mega-dropdown-content,
#pay-my-bill-menu .mega-dropdown-content,
#log-in-menu .mega-dropdown-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  position: static;
  width: 100%;
}
#mega-menu .dropdown-column,
#pay-my-bill-menu .dropdown-column,
#log-in-menu .dropdown-column {
  display: flex;
  flex-direction: column;
}
#mega-menu .link-group,
#pay-my-bill-menu .link-group,
#log-in-menu .link-group {
  display: inline-flex;
  flex-direction: column;
}
#mega-menu .link-group .link-group-title,
#pay-my-bill-menu .link-group .link-group-title,
#log-in-menu .link-group .link-group-title {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0 0 0.5rem;
  padding: 1rem 1rem 0 1rem;
}
#mega-menu .link-group .link-group-title > sup,
#pay-my-bill-menu .link-group .link-group-title > sup,
#log-in-menu .link-group .link-group-title > sup {
  font-size: 0.5rem;
}
#mega-menu .link-group ul,
#pay-my-bill-menu .link-group ul,
#log-in-menu .link-group ul {
  padding: 0 1rem;
}
#mega-menu .link-group ul li,
#pay-my-bill-menu .link-group ul li,
#log-in-menu .link-group ul li {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  margin: 0;
}
#mega-menu .link-group ul li a,
#pay-my-bill-menu .link-group ul li a,
#log-in-menu .link-group ul li a {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  padding: 0.25rem 0;
  width: 100%;
}
#mega-menu .link-group ul li ul,
#pay-my-bill-menu .link-group ul li ul,
#log-in-menu .link-group ul li ul {
  display: flex;
  flex-flow: column;
  padding-left: 16px;
}
#mega-menu .tabbed-nav,
#mega-menu .sub-tabbed-nav,
#pay-my-bill-menu .tabbed-nav,
#pay-my-bill-menu .sub-tabbed-nav,
#log-in-menu .tabbed-nav,
#log-in-menu .sub-tabbed-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#mega-menu .tabbed-nav > li,
#mega-menu .sub-tabbed-nav > li,
#pay-my-bill-menu .tabbed-nav > li,
#pay-my-bill-menu .sub-tabbed-nav > li,
#log-in-menu .tabbed-nav > li,
#log-in-menu .sub-tabbed-nav > li {
  background-color: #005587;
  border-bottom: 1px solid #e8eef4;
  display: block;
  margin: 0;
}
#mega-menu .sub-tabbed-nav > li:first-child,
#pay-my-bill-menu .sub-tabbed-nav > li:first-child,
#log-in-menu .sub-tabbed-nav > li:first-child {
  border-top: 1px solid #e8eef4;
}
#mega-menu .tabbed-nav > li > a,
#mega-menu .sub-tabbed-nav > li > a,
#pay-my-bill-menu .tabbed-nav > li > a,
#pay-my-bill-menu .sub-tabbed-nav > li > a,
#log-in-menu .tabbed-nav > li > a,
#log-in-menu .sub-tabbed-nav > li > a {
  color: #e8eef4;
  display: block;
  line-height: 3rem;
  padding: 0 1rem 0 2rem;
  position: relative;
}
#mega-menu .sub-tabbed-nav > li > a,
#pay-my-bill-menu .sub-tabbed-nav > li > a,
#log-in-menu .sub-tabbed-nav > li > a {
  padding-left: 3rem;
}
#mega-menu .tabbed-nav > li > a.active-menu,
#mega-menu .sub-tabbed-nav > li > a.active-menu,
#pay-my-bill-menu .tabbed-nav > li > a.active-menu,
#pay-my-bill-menu .sub-tabbed-nav > li > a.active-menu,
#log-in-menu .tabbed-nav > li > a.active-menu,
#log-in-menu .sub-tabbed-nav > li > a.active-menu {
  background-color: #003d61;
  color: #ffffff;
}
#mega-menu .tabbed-nav > li > a.active-menu:before,
#pay-my-bill-menu .tabbed-nav > li > a.active-menu:before,
#log-in-menu .tabbed-nav > li > a.active-menu:before {
  content: '';
  background: url('../../../../images/chevron-white.png') no-repeat center center;
  background-size: contain;
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center center;
  width: 12px;
}
#mega-menu .tabbed-nav ~ .mega-dropdown-content,
#pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content,
#log-in-menu .tabbed-nav ~ .mega-dropdown-content {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  width: 100%;
}
#mega-menu .tabbed-nav ~ .mega-dropdown-content.show-menu,
#pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content.show-menu,
#log-in-menu .tabbed-nav ~ .mega-dropdown-content.show-menu {
  display: flex;
}
#mega-menu .tabbed-nav ~ .mega-dropdown-content .dropdown-column,
#pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content .dropdown-column,
#log-in-menu .tabbed-nav ~ .mega-dropdown-content .dropdown-column {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}

/* DESKTOP STYLES */
@media screen and (min-width: 640px) {
  #mega-menu,
  #pay-my-bill-menu,
  #log-in-menu {
    background-color: #0f6dbe;
    display: block;
    position: relative;
    width: 100%;
  }
  #mega-menu .primary-nav .primary-group,
  #pay-my-bill-menu .primary-nav .primary-group,
  #log-in-menu .primary-nav .primary-group {
    align-items: center;
    border: none;
    -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16);
    box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16);
    display: flex;
    flex-direction: row;
    height: 3rem;
    justify-content: left;
  }
  #mega-menu .primary-nav .primary-group > li,
  #pay-my-bill-menu .primary-nav .primary-group > li,
  #log-in-menu .primary-nav .primary-group > li {
    align-items: center;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
  }
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    align-items: center;
    border: none;
    display: inline-flex;
    justify-content: center;
    height: 3rem;
    line-height: 1rem;
    padding: 0 1.5rem;
    /* white-space: nowrap; */
    width: 100%;
  }
  #mega-menu .primary-nav .primary-group > li > a.active-menu,
  #pay-my-bill-menu .primary-nav .primary-group > li > a.active-menu,
  #log-in-menu .primary-nav .primary-group > li > a.active-menu {
    background-color: #003d61;
    font-weight: 700;
  }
  #mega-menu .primary-nav,
  #pay-my-bill-menu .primary-nav,
  #log-in-menu .primary-nav {
    flex-direction: row;
  }
  #mega-menu .primary-nav .home-link,
  #pay-my-bill-menu .primary-nav .home-link,
  #log-in-menu .primary-nav .home-link {
    background-color: #005587;
    display: flex;
    margin: 0;
    width: 3rem;
  }
  #mega-menu .primary-nav .home-link > a.home,
  #pay-my-bill-menu .primary-nav .home-link > a.home,
  #log-in-menu .primary-nav .home-link > a.home {
    align-items: center;
    display: flex;
    height: 3rem;
    justify-content: center;
    text-align: center;
    width: 100% !important;
  }
  #mega-menu .primary-nav .home-link > a.home img.home,
  #pay-my-bill-menu .primary-nav .home-link > a.home img.home,
  #log-in-menu .primary-nav .home-link > a.home img.home {
    width: 20px !important;
  }
  #mega-menu .primary-nav .primary-group,
  #pay-my-bill-menu .primary-nav .primary-group,
  #log-in-menu .primary-nav .primary-group {
    justify-content: space-between;
    width: 100%;
  }
  #mega-menu .primary-nav .primary-group > li,
  #pay-my-bill-menu .primary-nav .primary-group > li,
  #log-in-menu .primary-nav .primary-group > li {
    width: auto;
  }
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    width: auto;
    font-size: 0.9rem;
  }
  #mega-menu .primary-nav .primary-group > li.m-links,
  #pay-my-bill-menu .primary-nav .primary-group > li.m-links,
  #log-in-menu .primary-nav .primary-group > li.m-links {
    display: none;
  }
  #mega-menu .dropdown,
  #pay-my-bill-menu .dropdown,
  #log-in-menu .dropdown {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16);
    box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16);
    flex-wrap: wrap;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
  }
  #mega-menu .tabbed-nav .dropdown,
  #pay-my-bill-menu .tabbed-nav .dropdown,
  #log-in-menu .tabbed-nav .dropdown {
    border-radius: 0;
    top: 2rem;
  }
  #mega-menu .dropdown.show-menu {
    display: flex;
  }
  #mega-menu .mega-dropdown-content,
  #pay-my-bill-menu .mega-dropdown-content,
  #log-in-menu .mega-dropdown-content {
    flex-direction: row;
    padding: 0 1.5rem 2rem 1.5rem;
    width: 100%;
  }
  #mega-menu .tabbed-nav ~ .mega-dropdown-content,
  #pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content,
  #log-in-menu .tabbed-nav ~ .mega-dropdown-content {
    flex-direction: row;
  }
  #mega-menu .tabbed-nav ~ .mega-dropdown-content.nested,
  #pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content.nested,
  #log-in-menu .tabbed-nav ~ .mega-dropdown-content.nested {
    margin-top: 2rem;
  }
  #mega-menu .dropdown-column,
  #pay-my-bill-menu .dropdown-column,
  #log-in-menu .dropdown-column {
    padding: 0 1rem;
    width: 33%;
  }
  #mega-menu .link-group,
  #pay-my-bill-menu .link-group,
  #log-in-menu .link-group {
    padding: 1.5rem 0 0;
  }
  #mega-menu .link-group .link-group-title,
  #pay-my-bill-menu .link-group .link-group-title,
  #log-in-menu .link-group .link-group-title {
    background-color: 0;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    padding: 0;
  }
  #mega-menu .link-group ul,
  #pay-my-bill-menu .link-group ul,
  #log-in-menu .link-group ul {
    padding: 0;
  }
  #mega-menu .link-group ul li,
  #pay-my-bill-menu .link-group ul li,
  #log-in-menu .link-group ul li {
    align-items: center;
  }
  #mega-menu .link-group ul li a,
  #pay-my-bill-menu .link-group ul li a,
  #log-in-menu .link-group ul li a {
    line-height: 1.125rem;
    padding: 0.25rem 0;
  }
  #mega-menu .tabbed-nav,
  #mega-menu .sub-tabbed-nav,
  #pay-my-bill-menu .tabbed-nav,
  #pay-my-bill-menu .sub-tabbed-nav,
  #log-in-menu .tabbed-nav,
  #log-in-menu .sub-tabbed-nav {
    align-items: flex-start;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16);
    box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16);
    flex-direction: row;
    overflow: visible;
    padding: 0 1rem;
    z-index: 10;
    overflow-y: visible;
  }
  #mega-menu .tabbed-nav > li,
  #mega-menu .sub-tabbed-nav > li,
  #pay-my-bill-menu .tabbed-nav > li,
  #pay-my-bill-menu .sub-tabbed-nav > li,
  #log-in-menu .tabbed-nav > li,
  #log-in-menu .sub-tabbed-nav > li {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: 35px;
    padding: 0 1.5rem;
  }
  #mega-menu .tabbed-nav > li > a,
  #mega-menu .sub-tabbed-nav > li > a,
  #pay-my-bill-menu .tabbed-nav > li > a,
  #pay-my-bill-menu .sub-tabbed-nav > li > a,
  #log-in-menu .tabbed-nav > li > a,
  #log-in-menu .sub-tabbed-nav > li > a {
    color: inherit;
    line-height: 1.5rem;
    padding: 0;
  }
  #mega-menu .tabbed-nav > li > a.active-menu,
  #mega-menu .sub-tabbed-nav > li > a.active-menu,
  #pay-my-bill-menu .tabbed-nav > li > a.active-menu,
  #pay-my-bill-menu .sub-tabbed-nav > li > a.active-menu,
  #log-in-menu .tabbed-nav > li > a.active-menu,
  #log-in-menu .sub-tabbed-nav > li > a.active-menu {
    background-color: #ffffff;
    color: inherit;
    font-weight: 700;
  }
  #mega-menu .tabbed-nav > li > a.active-menu:after,
  #mega-menu .sub-tabbed-nav > li > a.active-menu:after,
  #pay-my-bill-menu .tabbed-nav > li > a.active-menu:after,
  #pay-my-bill-menu .sub-tabbed-nav > li > a.active-menu:after,
  #log-in-menu .tabbed-nav > li > a.active-menu:after,
  #log-in-menu .sub-tabbed-nav > li > a.active-menu:after {
    display: none;
  }
  #mega-menu .tabbed-nav ~ .mega-dropdown-content #mega-menu .sub-tabbed-nav ~ .mega-dropdown-content,
  #pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content #pay-my-bill-menu .sub-tabbed-nav ~ .mega-dropdown-content,
  #log-in-menu .tabbed-nav ~ .mega-dropdown-content #log-in-menu .sub-tabbed-nav ~ .mega-dropdown-content {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 1.5rem 2rem 1.5rem;
    width: 100%;
  }
  #mega-menu .tabbed-nav ~ .mega-dropdown-content.show-menu,
  #mega-menu .mega-dropdown-content.nested.show-menu,
  #pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content.show-menu,
  #pay-my-bill-menu .mega-dropdown-content.nested.show-menu,
  #log-in-menu .tabbed-nav ~ .mega-dropdown-content.show-menu,
  #log-in-menu .mega-dropdown-content.nested.show-menu {
    display: flex;
  }
  #mega-menu .tabbed-nav ~ .mega-dropdown-content .dropdown-column,
  #mega-menu .mega-dropdown-content.nested .dropdown-column,
  #pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content .dropdown-column,
  #pay-my-bill-menu .mega-dropdown-content.nested .dropdown-column,
  #log-in-menu .tabbed-nav ~ .mega-dropdown-content .dropdown-column,
  #log-in-menu .mega-dropdown-content.nested .dropdown-column {
    padding: 0 1rem;
  }
  #mega-menu .login-dropdown,
  #pay-my-bill-menu .login-dropdown,
  #log-in-menu .login-dropdown {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    width: 400px;
    position: absolute;
    top: 3rem;
    right: 0;
    left: auto;
  }
  #mega-menu .login-dropdown.show-menu,
  #pay-my-bill-menu .login-dropdown.show-menu,
  #log-in-menu .login-dropdown.show-menu {
    display: flex;
  }
}
@media screen and (max-width: 940px) {
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 840px) {
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    padding: 0 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    padding: 0 0.5rem;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 730px) {
  #mega-menu .primary-nav .primary-group,
  #pay-my-bill-menu .primary-nav .primary-group,
  #log-in-menu .primary-nav .primary-group {
    justify-content: left;
  }
  #mega-menu .primary-nav .primary-group > li,
  #pay-my-bill-menu .primary-nav .primary-group > li,
  #log-in-menu .primary-nav .primary-group > li {
    width: 100%;
  }
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    padding: 0 1rem;
    white-space: normal;
    width: 100% !important;
  }
}

@media screen and (min-width: 660px) and (max-width: 720px) and (orientation: landscape) {
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    font-size: 0.6rem !important;
    line-height: 0.6rem !important;
  }
}

@media screen and (max-width: 640px) {
  #mega-menu .primary-nav,
  #pay-my-bill-menu .primary-nav,
  #log-in-menu .primary-nav {
    flex-direction: column;
  }
  #mega-menu .primary-nav .primary-group > li,
  #pay-my-bill-menu .primary-nav .primary-group > li,
  #log-in-menu .primary-nav .primary-group > li {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */

/* PRE-EXISTING MOBILE BANNER AND HAMBURGER OVERWRITE */
.title-bar {
  background: #ffffff;
}
.menu-icon::after {
  background: #005587;
  box-shadow: 0 7px 0 #005587, 0 14px 0 #005587;
}
.menu-icon:hover::after {
  background: #0f6dbe;
  box-shadow: 0 7px 0 #0f6dbe, 0 14px 0 #0f6dbe;
}

@media screen and (min-width: 640px) {
  .banner-hero {
    margin: -48px auto 4rem auto;
  }
}

/* For when the screen is wider than the max-width of the main nav. The banner
 * needs to extend past both the main nav and the login item. */
@media screen and (min-width: 1000px) and (max-width: 1023px) {
  .banner-hero {
    margin: -105px auto 4rem auto;
  }
  .mobile-login-content {
    /* 105 - 48 + 16 */
    margin-bottom: 73px;
  }
}

/* end PRE-EXISTING MOBILE BANNER AND HAMBURGER OVERWRITE */
/* ::::: end MEGA-MENU STYLES ::::: */

.fiber-bg-white {
  background: #fff !important
}

.fiber-c-white {
  color: #fff !important
}

.fiber-bg-text-dark {
  background: #464645 !important
}

.fiber-c-text-dark {
  color: #464645 !important
}

.fiber-p-0 {
  padding: 0 !important
}

.fiber-m-0 {
  margin: 0 !important
}

.fiber-p-1 {
  padding: .25rem !important
}

.fiber-m-1 {
  margin: .25rem !important
}

.fiber-p-2 {
  padding: .5rem !important
}

.fiber-m-2 {
  margin: .5rem !important
}

.fiber-p-3 {
  padding: 1rem !important
}

.fiber-m-3 {
  margin: 1rem !important
}

.fiber-p-4 {
  padding: 1.5rem !important
}

.fiber-m-4 {
  margin: 1.5rem !important
}

.fiber-p-5 {
  padding: 2rem !important
}

.fiber-m-5 {
  margin: 2rem !important
}

.fiber-p-6 {
  padding: 3rem !important
}

.fiber-m-6 {
  margin: 3rem !important
}

.fiber-p-7 {
  padding: 4rem !important
}

.fiber-m-7 {
  margin: 4rem !important
}

.fiber-p-8 {
  padding: 6rem !important
}

.fiber-m-8 {
  margin: 6rem !important
}

.fiber-mt-0 {
  margin-top: 0 !important
}

.fiber-mt-1 {
  margin-top: .25rem !important
}

.fiber-mt-2 {
  margin-top: .5rem !important
}

.fiber-mt-3 {
  margin-top: 1rem !important
}

.fiber-mt-4 {
  margin-top: 1.5rem !important
}

.fiber-mt-5 {
  margin-top: 2rem !important
}

.fiber-mt-6 {
  margin-top: 3rem !important
}

.fiber-mt-7 {
  margin-top: 4rem !important
}

.fiber-mt-8 {
  margin-top: 6rem !important
}

.fiber-mb-1 {
  margin-bottom: .25rem !important
}

.fiber-mb-2 {
  margin-bottom: .5rem !important
}

.fiber-mb-3 {
  margin-bottom: 1rem !important
}

.fiber-mb-4 {
  margin-bottom: 1.5rem !important
}

.fiber-mb-5 {
  margin-bottom: 2rem !important
}

.fiber-mb-6 {
  margin-bottom: 3rem !important
}

.fiber-mb-7 {
  margin-bottom: 4rem !important
}

.fiber-mb-8 {
  margin-bottom: 6rem !important
}

.fiber-pb-0 {
  padding-bottom: 0 !important
}

.fiber-pb-1 {
  padding-bottom: .25rem !important
}

.fiber-pb-2 {
  padding-bottom: .5rem !important
}

.fiber-pb-3 {
  padding-bottom: 1rem !important
}

.fiber-pb-4 {
  padding-bottom: 1.5rem !important
}

.fiber-pb-5 {
  padding-bottom: 2rem !important
}

.fiber-pb-6 {
  padding-bottom: 3rem !important
}

.fiber-pb-7 {
  padding-bottom: 4rem !important
}

.fiber-pb-8 {
  padding-bottom: 6rem !important
}

.fiber-s-1 {
  -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16) !important;
  box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16) !important
}

.fiber-s-2 {
  -webkit-box-shadow: 0 4px 16px 0 rgba(70, 70, 69, .16), 0 16px 24px 0 rgba(70, 70, 69, .16) !important;
  box-shadow: 0 4px 16px 0 rgba(70, 70, 69, .16), 0 16px 24px 0 rgba(70, 70, 69, .16) !important
}

.fiber-s-3 {
  -webkit-box-shadow: 0 8px 16px 8px rgba(70, 70, 69, .16), 0 24px 24px -4px rgba(70, 70, 69, .16) !important;
  box-shadow: 0 8px 16px 8px rgba(70, 70, 69, .16), 0 24px 24px -4px rgba(70, 70, 69, .16) !important
}

.fiber-br-0 {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important
}

.fiber-br-1 {
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important
}

.fiber-br-2 {
  -webkit-border-radius: 16px !important;
  border-radius: 16px !important
}

.fiber-br-3 {
  -webkit-border-radius: 32px !important;
  border-radius: 32px !important
}

.fiber-ta-center {
  text-align: center
}

.fiber-grid {
  display: block;
  max-width: 90em;
  margin-right: auto;
  margin-left: auto
}

.fiber-grid__row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: -1rem;
  margin-right: -.5rem;
  margin-left: -.5rem;
  list-style: none
}

.fiber-grid__row+.fiber-grid__row {
  margin-top: 0
}

.fiber-grid__col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding-top: 1rem;
  padding-right: .5rem;
  padding-left: .5rem;
  margin: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0
}

@media (min-width:30em) {
  .fiber-grid__row {
    margin-top: -1rem;
    margin-right: -.5rem;
    margin-left: -.5rem
  }

  .fiber-grid__col {
    padding-top: 1rem;
    padding-right: .5rem;
    padding-left: .5rem
  }
}

@media (min-width:48em) {
  .fiber-grid__row {
    margin-top: -1.5rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .fiber-grid__col {
    padding-top: 1.5rem;
    padding-right: .75rem;
    padding-left: .75rem
  }
}

@media (min-width:75em) {
  .fiber-grid__row {
    margin-top: -1.5rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .fiber-grid__col {
    padding-top: 1.5rem;
    padding-right: .75rem;
    padding-left: .75rem
  }
}

.fiber-grid__col--xs-1 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
.fiber-grid__col--xs-2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.fiber-grid__col--xs-3 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}
.fiber-grid__col--xs-4 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 30em) {
  .fiber-grid__col {
    padding-top: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .fiber-grid__col--sm-1 {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .fiber-grid__col--sm-2 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .fiber-grid__col--sm-3 {
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .fiber-grid__col--sm-4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .fiber-grid__col--sm-5 {
    -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .fiber-grid__col--sm-6 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .fiber-grid__col--sm-7 {
    -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .fiber-grid__col--sm-8 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 48em) {
  .fiber-grid__col {
    padding-top: 1.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .fiber-grid__col--md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .fiber-grid__col--md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .fiber-grid__col--md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .fiber-grid__col--md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .fiber-grid__col--md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .fiber-grid__col--md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .fiber-grid__col--md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .fiber-grid__col--md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .fiber-grid__col--md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .fiber-grid__col--md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .fiber-grid__col--md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .fiber-grid__col--md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 75em) {
  .fiber-grid__col {
    padding-top: 1.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .fiber-grid__col--lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .fiber-grid__col--lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .fiber-grid__col--lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .fiber-grid__col--lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .fiber-grid__col--lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .fiber-grid__col--lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .fiber-grid__col--lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .fiber-grid__col--lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .fiber-grid__col--lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .fiber-grid__col--lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .fiber-grid__col--lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }  
  .fiber-grid__col--lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}
.fiber-grid__col--offset-xs-1 {
  margin-left: 25%;
}
.fiber-grid__col--offset-xs-2 {
  margin-left: 50%;
}
.fiber-grid__col--offset-xs-3 {
  margin-left: 75%;
}
.fiber-grid__col--offset-xs-4 {
  margin-left: 100%;
}
@media (min-width: 30em) {
  .fiber-grid__col--offset-sm-1 {
    margin-left: 12.5%;
  }
  .fiber-grid__col--offset-sm-2 {
    margin-left: 25%;
  }
  .fiber-grid__col--offset-sm-3 {
    margin-left: 37.5%;
  }
  .fiber-grid__col--offset-sm-4 {
    margin-left: 50%;
  }
  .fiber-grid__col--offset-sm-5 {
    margin-left: 62.5%;
  }
  .fiber-grid__col--offset-sm-6 {
    margin-left: 75%;
  }
  .fiber-grid__col--offset-sm-7 {
    margin-left: 87.5%;
  }
  .fiber-grid__col--offset-sm-8 {
    margin-left: 100%;
  }
}
@media (min-width: 48em) {
  .fiber-grid__col--offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .fiber-grid__col--offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .fiber-grid__col--offset-md-3 {
    margin-left: 25%;
  }
  .fiber-grid__col--offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .fiber-grid__col--offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .fiber-grid__col--offset-md-6 {
    margin-left: 50%;
  }
  .fiber-grid__col--offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .fiber-grid__col--offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .fiber-grid__col--offset-md-9 {
    margin-left: 75%;
  }
  .fiber-grid__col--offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .fiber-grid__col--offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .fiber-grid__col--offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 75em) {
  .fiber-grid__col--offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .fiber-grid__col--offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .fiber-grid__col--offset-lg-3 {
    margin-left: 25%;
  }
  .fiber-grid__col--offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .fiber-grid__col--offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .fiber-grid__col--offset-lg-6 {
    margin-left: 50%;
  }
  .fiber-grid__col--offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .fiber-grid__col--offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .fiber-grid__col--offset-lg-9 {
    margin-left: 75%;
  }
  .fiber-grid__col--offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .fiber-grid__col--offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .fiber-grid__col--offset-lg-12 {
    margin-left: 100%;
  }
}

.fiber-text {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit
}

.fiber-text--size-1 {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: .875rem;
  line-height: 1.2857142857
}

.fiber-text--size-2 {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5
}


.fiber-text--color-text-dark {
  color: #464645
}

.fiber-text--weight-bold {
  font-weight: 700
}

span.fiber-text {
  display: inline-block
}

.fiber-card {
  -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16);
  box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 1rem;
  overflow: hidden;
  background: #fff;
  border-width: 0;
  -webkit-border-radius: 16px;
  border-radius: 16px
}

.fiber-card__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem 0;
  text-indent: 0
}

.banner-employer .fiber-card__content {
  padding-top: 0 !important
}

.banner-producer .login-container, 
.banner-employer .login-container {
  height: 300px
}

.fiber-card__content>*+* {
  margin-top: 1rem
}

.fiber-card-group {
  padding: 1rem 0 0;
  margin: 0
}

.fiber-card-group .fiber-card {
  margin-bottom: 1rem
}

@media (min-width:30em) {
  .fiber-card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .fiber-card-group {
    padding-top: 1rem;
    margin-right: -.5rem;
    margin-left: -.5rem
  }

  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: calc(50% - 1.5rem);
    margin-right: .5rem;
    margin-bottom: 1rem;
    margin-left: .5rem
  }

  .fiber-card-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, 1fr);
    grid-gap: 1rem;
    gap: 1rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .fiber-card-group {
    grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
    grid-gap: 1rem;
    gap: 1rem
  }

  .fiber-card-group,
  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: 100%;
    margin: 0
  }
}

@media (min-width:48em) {
  .fiber-card-group {
    padding-top: 1.5rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: calc(33.3333333333% - 3.75rem);
    margin-right: .75rem;
    margin-bottom: 1.5rem;
    margin-left: .75rem
  }

  .fiber-card-group {
    grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .fiber-card-group,
  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: 100%;
    margin: 0
  }
}

@media (min-width:75em) {
  .fiber-card-group {
    padding-top: 1.5rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: calc(25% - 5.25rem);
    margin-right: .75rem;
    margin-bottom: 1.5rem;
    margin-left: .75rem
  }

  .fiber-card-group {
    grid-template-columns: repeat(auto-fit, minmax(14.625rem, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .fiber-card-group,
  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: 100%;
    margin: 0
  }
}

.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
}

.fiber-button--primary:disabled {
  background: #dedede
}

.fiber-button--size-1 {
  padding: calc(.5rem - 2px) calc(1rem - 2px)
}

.fiber-button--size-2 {
  padding: calc(1rem - 2px) calc(1.5rem - 2px)
}

.fiber-icon {
  display: inline-block
}

.fiber-icon>svg {
  display: block
}



.fiber-icon--size-inherit {
  width: 1em;
  height: 1em
}

.fiber-link {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: #0f6dbe;
  text-align: inherit;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: -2px;
  -webkit-transition: outline-offset .1s, outline-color .1s;
  transition: outline-offset .1s, outline-color .1s
}

.fiber-link::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-link:focus::after {
  top: calc(-2px - .25rem);
  right: calc(-2px - .25rem);
  bottom: calc(-2px - .25rem);
  left: calc(-2px - .25rem);
  border-color: #94b3cd
}

.fiber-link:hover:focus::after {
  border-color: transparent !important
}

.fiber-link:hover {
  color: #005587;
  text-decoration: underline
}

.fiber-link:active {
  color: #003d61
}

.fiber-link:disabled {
  color: #dedede;
  pointer-events: none
}

.fiber-link:visited {
  color: #8039db
}

.fiber-link__icon {
  display: inline-block;
  padding-left: .25rem;
  line-height: 0;
  vertical-align: -.0625em
}


.fiber-link__content {
  padding-right: calc(1em + .25rem)
}

.fiber-link__content+.fiber-link__icon {
  margin-left: calc((1em + .25rem) * -1)
}

.bcbs-logo {
  height: 60px;
}

@media screen and (min-width: 640px) {
  .mobile-login {
    padding-bottom: 3rem;
  }
}
