@charset "UTF-8";
/* CSS Document */

//* Vitality SM custom *// 
sup.servicemark {
    font-size: 50%;
    top: -1em;
}

// FAQ Guide colors & h2 //
.guide .color-darkblue {
    color: var(--cfwc-darkblue);
}
.guide .bg-lightblue {
    background: #deeaed;
}
.guide .bg-lightblue .border-bottom {
    border-bottom: 1px solid var(--white) !important;
}

.guide h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #003359;
    padding: 0.5rem 1rem;
    line-height: 1.25;
    margin-bottom: .75rem;
}

html {
  scroll-behavior: smooth;
}

#forgotuserid, #forgotpassword {
  scroll-margin-top: 25px; /* Adjust value as needed */  
}
 
#wrap {  
	width: 792px;
    height: 1500px;
    overflow: hidden; 
}
#frame {
 width: 100% !important;
    height: 76.92% !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
border:0px;
}
#framedash
{
  width: 100%;
    border: 0;
    height: 1900px;
}
.urgent-msg {
background: #f2f2f2;
text-align:center;
  color:#404040;
  font-size:14px;
}
 
.none {
  display:none;
}
  

.logo-wme {
	width:160px;
	
}

html, body {
	font-family: 'Open Sans';
}
h1 {
    font-family: 'Oswald', 'Arial Black', sans-serif;
}

a,
  .dwd{
	color: #086EA1;
    background-color:transparent;
}

a:hover,
  .dwd:hover{
	color: #086EA1;  
/*	color: #003359; */
	text-decoration: underline;
}
.link{
  text-decoration:underline;
}
.link:hover{
  text-decoration:none;
}

.info-bar-middle-cont a {
	color: #ffffff;
	text-decoration: underline;
}
.info-bar-middle-cont a:hover {
	color: #ffffff;
	text-decoration: none;
}
.main-content a,
  #body-content a{
	overflow-wrap: break-word;
/*  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;*/
	text-decoration:underline;
}
.main-content a:hover{
  tex-decoration:underline;
}
#body-content a:hover, #body-content a.btn, #body-content a.btn:hover,
.main-content a:hover, .main-content a.btn, .main-content a.btn:hover {
	text-decoration:none;
}

.container {
	max-width: 100%;
	/*box-sizing: border-box;
	position:relative; hiding due to MM dropdown full width is breaking*/
}
.hidden {
	display:none;
}
a:not([href]):not([tabindex]) {
	cursor:pointer;
}
.btn {
	cursor:pointer;
	/*min-width:125px;*/
	white-space:normal;
}
.btn-primary {
	color: #fff !important;
	background-color: hsl(195, 100%, 30%);
	border-color: hsl(195, 100%, 30%);
	padding: 0.4rem 1rem;
	width:100%;
    font-weight: 400;
}
.btn-primary:hover {
	color: #fff;
	background-color: hsl(195, 100%, 25%);
	border:none;
     
}
.btn-primary:focus {
	box-shadow: 0 0 0 3px rgba(1, 127, 181,.5);
}
.btn-secondary {
	background-color: #707070;
}
.btn-outline {
	background-color: transparent;
	background-image: none;
	border-color: #dddddd;
	cursor:pointer;
}
.btn-outline.active{
	background-color: #dddddd;
	background-image: none;
	border-color: #dddddd;
	cursor:pointer;
}
.main-content {
	margin-bottom:3rem;
	min-height: 1px;
	width:100%;
	position:inherit;
}



h1 {
    border-bottom: 1px solid #dddddd;
    padding: 1rem;
    letter-spacing: -.005em;
    margin: 0rem -1.0rem 1rem;
    font-size: 1.8rem;
    color: #003359;
		font-weight:normal;
}
h2 {
    font-size: 1.4rem;
    font-weight: 400;
    color: #003359;
    /*border-bottom: 1px solid #DDDDDD;*/
    padding: 0.5rem 1rem;
    margin: 0.2rem -1.0rem;
	line-height:1.75rem;
}
h3 {
    font-size: 1.15rem;
    color: #003359;
	line-height:1.5rem;
  
}
h4 {
    font-weight: 400;
    color: #003359;
    margin: 0.5rem 0;
    font-size: 1.1rem;
}

h5 {
    font-weight: 400;
    color: #003359;
    margin: 1.5rem 0;
    font-size: 1rem;
}
hr {
    margin: 25px -15px;
    color: #f2f2f2;
}


.no-padding {
	padding: 0;
}
.no-padding-sm {
	padding: 0;
}
.no-margin {
	margin:0;
}
.no-border {
	border: none;
}
.p-l-0 {
	padding-left: 0;
}
.p-l-30 {
	padding-left: 30px;
}
.p-r-0 {
	padding-right: 0;
}
.p-t-0 {
	padding-top: 0;
}
.p-b-0 {
	padding-bottom: 0;
}
.m-t-0 {
	margin-top:0;
}
.m-t-30 {
	margin-top:30px;
}
.m-t-20 {
	margin-top:20px;
}
.m-b-0 {
	margin-bottom: 0;
}
.m-l-0 {
	margin-left: 0;
}
.m-r-0 {
	margin-right: 0;
}
.m-b-36 {
	margin-bottom: 36px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-r-36 {
	margin-right: 36px;
}
.m-l-15 {
	margin-left: 15px;
}
.m-r-15 {
	margin-right: 15px;
}
.show-sm {
	display: block;
}
.show-lg {
	display:none;
}
.right-border {
	border-right: 1px solid #dddddd;
	display: block;
}
.blue, .med-blue {
	background-color: #003359;
	color: #FFF;
	font-weight: normal;
	padding: 12px 16px;
	border: 0;
	display: block;
	margin-bottom: 0;
	border-radius: 8px 8px 0 0;
	margin: 0;
}
.blue {
   margin-top: 2em;
}
p.blue {
   padding: 12px 16px;
  font-family: 'Open Sans';
}
.blue h3 {
	color: #FFF;
	margin: 0;
	padding: 0;
	width: 70%;
	border-bottom: none;
}
.blue a {
	color: #FFF;
	padding: 5px 0.5rem
}
.blue p {
	color: #FFF;
	display: block;
	border-left: 1px solid #FFF;
	background-color: #0099cc;
	margin: -12px -16px;
	padding: 12px 16px;
	border-top-right-radius: 6px;
	width: 30%;
	line-height: 2rem;
}
.main-table table{
  width:100%;
}
.intro {color: #003359;
font-size: 1.1rem
}
.home{
   
		/*margin-bottom: 2rem;*/
}
.home h1 {
	font-family: 'Open Sans';
    font-size: 1.2rem;
    text-align: center;
    color: #003359;
    margin: 2.5rem 0rem;
    line-height: 1.8rem;
    padding: 0;
    border-bottom: none;
}
.home .container.partnerprofile h1 {
	border-bottom: 1px solid #dddddd;
    padding: 1rem;
	font-family: 'Oswald', 'Arial Black', sans-serif;
	margin: 0rem -1.0rem 1rem;
	font-size: 1.8rem;
    color: #003359;
	text-align: left;
}

.skip-nav a{
	float:right;
	margin:5px -15px -8px 0;
	color:#303030;
	text-decoration: underline;
	font-size:0.85rem;
}
.content-box {
	padding: 1.5rem 1rem;
	background-clip: border-box;
	border-radius: 0 0 5px 0;
	border: 1px solid #dddddd;
	border-top: none;
}
.content-box .list-unstyled {
	line-height:2em;
}
.content-box>.main-table {
   padding-top: 0;
}
.healthsubs {
	background-color: #f2f2f2;
	color: #404040;
	font-weight: normal;
	border-top: 1px solid #dddddd;
}
.healthsubs:first-child {
	border-top: none;
}
.healthsubs h2 {
	margin: 0.5rem -1rem 0;
	
}
.show-more {
	background-color: #FFF;
	border: 1px solid #dddddd;
	border-top: none;
	height: 36px;
	position: relative;
	margin-top: -2px;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 0 0 5px 5px;
}
h2.content-header {
	border:none;
	margin:0 0 1rem 0;
	padding:0;
}

.white-arrow-right {text-decoration:none;}
.white-arrow-right:hover {text-decoration:underline;}
.white-arrow-right:after {
	display: inline-block;
	content: '\f105';
	font-family: FontAwesome;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	margin: 0 0 0 10px;
	font-size: 1.2rem;
	text-decoration: underline;
	position: relative;
	top: 2px;
	line-height: 1rem;
}
.white-arrow-right:after, .white-arrow-right:hover:after {
	text-decoration:none;
}
.show-more a {
	text-decoration:none;
}
.show-more a:hover {
	text-decoration:underline;
}
.show-more a:after {
	display: inline-block;
	content: '\f106';
	font-family: FontAwesome;
	font-weight: bold;
	font-style: normal;
	color: #086EA1;
	margin: 0 0 0 10px;
	font-size: 1.2rem;
	text-decoration: underline;
	position: relative;
	top: 2px;
	line-height: 1rem;
}
.show-more a.collapsed:after {
   content: '\f107';
}
.show-more a:after, .show-more a:hover:after {
	text-decoration:none;
}
.orange-circle, .tool-tip-cont {
	border-radius: 15px;
	background-color: #707070;
	color: #FFF;
	padding: 1px 5px;
	font-size: 10px;
	margin-left: 3px;
	font-weight: 600;
}

/* MM */
.carefirst-menu {
	background-color: #303030;
}
/*.nav {
	margin-bottom: 6px; removed due to gap in between nav and img carousel
}*/
.mobileNavButton {
    color: #707070;
    background: #FFF;
    border: none;
    outline: none;
    font-size: 32px; 
    border-radius: 0 !important;
    padding: .25rem 0 .25rem .75rem;
    line-height: 1;
}
.mobileNavButton:focus {
    outline: none;
}
ul{
    list-style-type: none;
}
.list-style-arrow ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.list-style-arrow li:before { 
	content: "";
	border-color: transparent #dddddd;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1.2em;
	top: 1.2em;
	position: relative;
}
.list-style-arrow li {
		list-style:none;
}
.black-video-icon {
    display: inline-block;
}
.black-video-icon:after {
    content: "\f03d";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 0 5px;
    display: inline-block;
}
.video {
	position: relative;
	cursor: pointer;
	height: auto;
	display: inline-block;
}
.play-icon {
	position: absolute;
	background:url(../images/icon-video-play.png) no-repeat;
	z-index:11;
	top:25%;
	left:40%;
	width: 58px;
	height: 57px;
}
.pdf img, .twitter img {
    float: left;
    margin: 2px 0 0;
}
.pdf p, .twitter p {
    float: left;
    margin: 0 0 0 10px;
    width: 77%;
}
.pdf-icon {
	background: url(../images/icon-pdf-20x20.png) no-repeat 100% 55%;
	padding:3px 0;
}
.cta-bar .pdf-icon {
	background: url(../images/icon-pdf-20x20.png) no-repeat 0% 55%;
}
.pdf-icon::after {
	content:"";
	display:inline-block;
	padding-right:25px;
}
.modal-dialog {
	max-width:750px;
}
.modal-body {
	/*padding:0 40px 40px;*/
}
.divider {
	border-bottom:1px solid #dddddd;
	margin: 1rem 0;
}
.answer {
	color: #404040;

}
.modal-body h4 {
	font-family: 'Open Sans';
    font-weight: 600;
    color: #003359;
    margin: 0.5rem 0;
    font-size: 1.1rem;
}
/* Footer */

/* Temp Remove errous spacing this from footer */
.footer li:has([href*='/brokers/about-us/our-history.page']), .footer li:has([href*='/employer/about-us/our-history.page']) {
    display:none;
}

footer {
	background-color: #303030;
	color: #FFF;
	padding:0;
	margin-right: auto;
  margin-left: auto;
	width:100%;
}
/*footer .panel-group {
    margin-left: -30px;
    margin-right: -30px;
}*/
footer a {
	color: #FFF;
	line-height: 1.3em;
  font-size: 0.75rem;
}
footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
footer .panel-title, footer .panel .panel-title a {
	font-family: 'Oswald';
	font-size: 1rem;
	/*text-transform: uppercase;*/
	color:#FFF;
	font-weight:400;
}
/* Collapsable Footer */
#footer-collapse .panel .panel-title, #footer-collapse .panel, #footer-collapse, footer .panel-title {
	background-color: transparent;
	border: none;
	padding: 0;
	font-weight: 400;
	cursor: text;
    font-size: 1rem !important;
    margin-bottom:4px;
}
#footer-collapse .panel {
	border-bottom: 1px solid #dddddd;
	margin-right: -15px;
	margin-left: -15px;
}

.footer-widget hr, .footer-content hr{
	border-top: 1px solid #707070;
	height: 1px;
  margin: 20px 0;
}



.footer-widget {
	margin-top: 30px;
}
footer .panel ul {
	margin: 0;
	background-color: #707070;
	padding: 0;
}
/*.footer-content {
	padding:15px;
}*/
.social-icons img {
	margin-right: 1rem;
	margin-top:10px;
	max-width:100%;
	height:auto
}
.social-icons {
	margin: 15px 0;
	padding: 0;
}
footer .panel li {
	list-style: none;
	border-top: 1px #707070 solid;
}
footer .panel li a {
	display: block;
	padding: 15px 15px 15px 30px;
}
/*footer .panel-title a.collapsed {
	background: url(../images/footer-right-arrow.png) 95% 50% no-repeat;
}
footer .panel-title a {
	background: url(../images/footer-down-arrow.png) 95% 50% no-repeat;
}*/
@media screen and (max-width: 760px) { 
  footer .panel .panel-title a {

	padding: 15px 15px 11px;
}
}
footer .panel .panel-title a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	outline: none;
	/*text-transform: uppercase;*/
	
}
footer .panel .panel-title a:focus {
	outline: thin dotted black;
}
footer p {
	font-size: 0.75rem !important;
}
.footer-cont-cols {
	margin-left:-15px;
	margin-right:-15px;
	display:flex;
	flex-grow:1;
	flex-wrap:wrap;
}
.header {
	padding:15px;
	display:flex;
}
.cf-logo img{
	width:240px;
}

/* Cta Bar */
.cta-bar {
	line-height: 1.42;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cta-bar > .cta-section {
	padding-top: 20px;
	padding-bottom: 20px;
  	padding-left:25px;
  	padding-right:25px;
}
.cta-bar > .cta-section:not(:last-child) {
	border-right: 1px solid #dddddd;
}
.cta-bar h3 {
	color: #404040;
	line-height: 2rem;
	font-size:1.75rem;
}
.cta-bar h3 > span {
	position: relative;
}
.cta-bar .title-bottombar {
	height: 5px;
	width: 80px;
	background-color: #ffffff;
	margin: 12px 0;
}
.cta-bar .cta-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cta-bar .cta-list li {
	margin: 0.5rem 0rem;
}
/*.cta-bar .cta-list > li::after {
	content: '\f105';
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	color: #ccc;
	margin: 0 0 0 5px;
	text-decoration: none;
}*/
.cta-bar .cta-icon {
	font-size: 2rem;
	position: absolute;
	right: 1rem;
	top: -5px;
	color: #f2f2f2;
	margin-right: 15px;
	z-index: -1;
}
@media (min-width:992px) {
.cta-btn {
	width: 225px;
}
}
.cta-section .login-outage .card-body {
	display: none;
}
.cta-section .login-outage {
	max-width:290px;
	cursor: pointer;
}
.fa.pull-right {
	margin-top:0.3rem;
}

.icon-search-plus {
	width: 64px;
	height: 64px;
	background: url('../images/icon-findadoc.png');
	background-size: 64px 64px;
}
.icon-needinsurance {
	width: 47px;
	height: 64px;
	background: url('../images/icon-needinsurance.png');
	background-size: 47px 64px;
}

.icon-search-plus {
	width: 64px;
	height: 64px;
	background: url('../images/icon-findadoc.png');
	background-size: 64px 64px;
}
.icon-why-carefirst {
	width: 62px;
	height: 64px;
	background: url('../images/icon-whycarefirst.png');
	background-size: 62px 64px;
}
.icon-quicklinks {
	width: 63px;
	height: 64px;
	background: url('../images/icon-quicklinks.png');
	background-size: 63px 64px;
}
.icon-member {
	width: 64px;
	height: 50px;
	background: url('../images/icon-member.png');
	background-size: 64px 50px;
	margin-right: -5px !important;
}
.cta-section .login-outage .card-body {
	background-color:#fdf7f7;
}
.cta-login-portlet {
	width: 18rem;
}

.grad-icon {
  padding: 0 10px 0;
}
.light-blue-bg {
	border-radius: 5px;
	padding: 15px;
	background: #e0f3fb none repeat scroll 0 0;
}

.light_blue {
	background:#e0f3fb;
	padding: 50px;
}

.medium_blue {
	background:#8fcae7;
	padding: 50px;
}

.mediumblue {
	background:#8fcae7;	
	padding: 15px;
  	border-radius: 5px;
}

/* Tables */
.main-table {
    border: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    background-color: transparent;
}

.main-table thead th {
    border: none;
    background-color: #8FCAE7;
    font-weight: normal;
    color: #003359;
    font-family: 'Open Sans';
    font-weight: 400;
}
.main-table thead tr + tr {
	border-top:1px solid #FFF;
}
.main-table thead tr + tr th:first-child, .main-table thead tr + tr th:last-child {
	border-radius:0;
}
.main-table tbody tr:not(:first-child) {
    border-top: 1px solid #dddddd;
}

.main-table thead th:not(:last-child) {
    border-right: 1px solid #dddddd;
}

.main-table tbody td:not(:last-child) {
    border-right: 1px solid #dddddd;
}

.main-table thead th:first-child {
    border-top-left-radius: 10px;
}

.main-table thead th:last-child {
    border-top-right-radius: 10px;
}

.main-table tbody {
    border: 1px solid #dddddd;
}

.main-table td, .main-table th {
    padding: 0.8rem 1.5rem;
    vertical-align: middle;
}

.border-table {
    border: 1px solid #dddddd;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
		border-collapse:collapse;
		border-spacing:0;
}
.border-table a {
	word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
	white-space: pre-wrap;
}
.border-table td {
    border: 1px solid #dddddd;
    background-color: #f2f2f2;
    padding: 20px;
}
.border-table > tbody > tr:nth-child(2n+1) > td, .border-table > tbody > tr:nth-child(2n+1) > th {
    background-color: #FFF;
    border: none;
}
.border-table h3 {
    font-family: inherit;
    padding: 0 0 10px;
}


.content-box-table {
    margin-top: -10px;
    background-color: #FFF;
    width: 100%;
}

.content-box-table td {
    padding: 1em 2em 0.5em 1em;
}

.main-table tr:nth-child(even), .content-box-table tr:nth-child(even), .show-hide-table tr:nth-child(odd) {
    background: #f4f5f5;
}

.footnote-disclaimer {
    font-size: 0.75rem;
}


/* Complex Table CSS */
.content-space {
	margin:0 -15px;
}
.content-space .divider {
	border-bottom:none;
}
.complex-table th, .ct-option2 th {
	background-color:#FFF;
	padding:10px;
	text-align:center;
	color:#003359;
	font-weight:600;
	margin-bottom:10px;
}
.complex-table tr:nth-child(even), .ct-option2 tr:nth-child(even) {
	background: #f2f2f2;
}
.table-headers {
	width: 100%;
	border:1px solid #dddddd;
	position:relative;
	margin: 0 0 40px 0;
	padding:10px 0;
}
.table-headers .divider {
	margin-top:0;
}
.table-headers img {
	width: 100%;
	margin: -27px 0 30px;
}
.gold-box {
  display: inline-block;
  margin-top: 55px;
	position: relative;
	width: 75%;
	background: #b47909; /* Old browsers */
	background: -moz-linear-gradient(left,  #b47909 1%, #dcae02 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#b47909), color-stop(100%,#dcae02));
	background: -webkit-linear-gradient(left,  #b47909 1%,#dcae02 100%);
	background: -o-linear-gradient(left,  #b47909 1%,#dcae02 100%); 
	background: -ms-linear-gradient(left,  #b47909 1%,#dcae02 100%);
	background: linear-gradient(to right,  #b47909 1%,#dcae02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b47909', endColorstr='#dcae02',GradientType=1 );
}
.complex-th-img {
	position:relative;
	width: 100%;
	margin-bottom:5px;
}
.complex-table {
	width: 100%;
}
.ct-option2 table {
	margin:15px;
}
.complex-table, .ct-option2 {
	background: #fff;
	overflow: hidden;
	margin: 0 auto 0px;
  width:100%;
}
.complex-table {
	border: 1px solid #dddddd;
}
.complex-table td, .ct-option2 td {
	display: block;
	text-align: center;
	padding:10px 5px;
}
.straight-table {
	margin:15px;
}
.straight-table p{
	margin:0;
	padding:0;
}
.straight-table div{
	padding:10px;
	text-align:center;
}

.straight-table .col-lg-2{
	margin:0;
	padding:0;
	border-left:2px solid #FFF;
}
.straight-table .col-lg-3 {
	margin: 0;
	padding: 0;
	border-left: 2px solid #FFF;
}


.straight-table h4 {
	color: #003359;
	font-weight: 600;
	background:#FFF url(../images/purple-border.png) repeat-x 0 100%;
	padding-bottom:20px;
	line-height:1.5em;
}
.ct-top {
	background: #f2f2f2;
	min-height: 75px
}
.th-img-position {
	margin-bottom:-50px;
}
.gold-border th, .bronze-border th{
	padding-bottom:20px !important;
	background:#FFF url(../images/gold-border.png) repeat-x 0 100%;
}
.platinum-border th, .silver-border th{
	padding-bottom:20px !important;
	background:#FFF url(../images/platinum-border.png) repeat-x 0 100%;
}
.col-sm-6 .gold, .col-sm-6 .platinum {
	left: 33%;
}
.catastrophic {
	left:8%;
}

/* End of Complex Tables */
/*#######################################################################################
####################################### MRF Table CSS #############################
#######################################################################################*/

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .5em;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: .5em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0em .5em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
   
    background-color: #086ea1;
 
}

.dataTables_length
{
	padding-top:.755em;
}
.dtfooter{
	font-size:14px;
	
}
#MrfModal .modal-body{
padding: 15px;
}
/*#######################################################################################
#########################################################################################
---------------------------------------------------------------------------------------*/

.search-container select {
	margin:0 0 10px;
	border:1px solid #dddddd;
	min-width:30%;
}



.search-results, .search-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 0.9rem;
}
.search-pagination {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
		margin-bottom:20px;
		
}
.search-pagination-position {
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.search-results > h3 {
    flex: 1 1 auto;
    margin: 8px 0 0;
		font-family: 'Open Sans';
}
.search-results-right {
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-results .btn-primary {
	width: auto;
}
.search-results input[type="text"], .search-results .btn, .search-results span, .search-results .blue-selectbox, .search-results p {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}

.search-pagination span, .search-pagination p, .search-pagination a, .search-pagination strong, .search-pagination .btn {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}
.search-pagination p a {
    margin: 0 4px;
    padding: 0;
}
.search-pagination p strong {
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.search-results input[type="text"] {
    width: 180px;
    display: block;
    padding: .4rem .75rem;
    height: 35px;
    font-size: 1rem;
    line-height: 1.25;
    color: #404040;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
#searchBtn {
    min-width: 110px;
}
.blue-box { 
	background-color: #e0f3fb;
}
.blue-selectbox > select {
    display: inline-block;
    max-width: 100%;
    height: 35px;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #404040;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.blue-selectbox > select::-ms-expand {
    display: none;
}
.search-results-right span, .search-pagination-position span {
    padding-top: 8px;
    text-align: right;
    margin-left: 20px;
}
.search-pagination-position span {
    padding-top: 5px;
}
.search-results-right p, .search-pagination p {
    color: #CCC;
    margin: 6px 0;
    text-align: middle;
    font-weight: bold;
}
.search-results-right p > a {
    vertical-align: middle;
    margin: 0;
}
.search-results-right p > a.current, .search-pagination p > a.current {
    color: #000;
    font-weight: bold;
}
.search-results-right .next-arrow, .search-pagination .next-arrow {
    background-color: #dddddd;
    border-radius: .25rem;
    height: 30px;
    margin: 4px 10px 2px 0;
    min-width: 33px;
    display: inline-block;
    position: relative;
}
.search-pagination .next-arrow { 
    margin-top: 2px;
}
.search-results-right .next-arrow:after, .search-pagination .next-arrow:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #5e5e5f;
    font-size: 1.5rem;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 12px;
    vertical-align: middle;
    font-weight: normal;
}
.one-col {
	min-height:20rem;
	padding:4rem 0;
}
.one-col h1{
	margin: 0 0 1rem;
	padding: 1rem 0;
}

hr {
	border-top: 1px solid #dddddd;
	height: 1px;
	margin: 20px -20px;
}
/* Login */

.login-panel {
	display:none;
}
.login-outage-overlay {
	position: relative;
	z-index:1001;
}
.login-outage-container {
	position: absolute;
	top: 1px;
	right: 0px;
}
.login-portlet {
	padding: 18px; 
	background-color: #f2f2f2;
	width: 330px;
}
.login-portlet h3 {
    color: #003359;
    font-size: 1.4rem;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0.5rem;
    margin: 0 0 1rem 0;
}
.login-portlet a {
    text-decoration:underline;
	overflow-wrap: break-word;
}
.login-portlet a:hover {
    text-decoration:none;
}

.login-input {
    padding: 1.5rem .75rem 0.5rem;
		margin-bottom:0.5rem;
}
.login-input::-ms-clear {
    display: none;
}
.login-input-box, .utility-portlet {
    position: relative;
}
.login-form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 1rem .75rem 1rem;
    pointer-events: none;
    color: #555;
    transition: all 200ms;
} 
.login-input-box .login-input:focus ~ label, .login-input-box .login-input:valid ~ label {
    font-size: 0.75rem;
    top: -10px;
    color: #888; 
}
.login-input:invalid ~label {
     color: #707070; 
}
.form-control {
	min-height:50px;
	margin-bottom:1rem;
}


/* Info Bar */
.info-bar {
    background-color: #003359;
    color: #FFF;
    padding: 10px 0;
		align-items: center;
}
.info-bar h2 {
	font-size: 2.2rem;
	color: #FFF;
	border-bottom: none;
	font-family: 'Oswald', 'Arial Black', sans-serif;
	vertical-align:top;
	padding:0 10px 0 0;
	margin:0 0 1rem 0;
	line-height: 2.6rem;
}
.info-bar h4 {
	color: #fff;
	line-height: 1.5rem;
	padding-right:1rem;
	
}
.info-bar .btn {
	display: block;
}

/*404 */
.content-404 { 
	margin:4rem 0;
}
.content-404 hr{ 
	margin:2rem 0;
}
.content-404 h1 {
	border-bottom:none;
	margin-left:-1rem;
	font-size: 2.5rem;
	margin-top:0;
}
.content-404 h2 {
	border:0;
	margin: 0 0 0 -1rem;
	font-weight: 600;
}
.content-404 input[type="text"] {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	min-height: auto;
	margin-right:1rem;
}
.content-404 .btn {
	margin-bottom:1.5rem;
}

.gray-arrow-right:after {
  /*  content: '\f105';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    color: #ccc;
    margin: 0 0 0 10px;
    font-size: 1.2rem;
    text-decoration: none;
    position: relative;
    top: 2px;
    line-height: 1rem;*/
}

.gray-arrow-right:hover, .gray-arrow-right:active, .gray-arrow-right:focus, .gray-arrow-right:visited {
    text-decoration: none !important;
}

/* Login Outage */

.login-panel .login-outage {
    width: 330px;
}
.login-outage .fa-exclamation-triangle {
    font-size: 1.6rem;
    margin-right: 0.5rem;
    vertical-align: middle
}
.login-outage .card {
    border-radius: 0;
    border: 1px solid #ff0000;
}
.login-outage .card-header {
    background-color: #ff0000;
    color: #FFF;
    border-radius: 0;
    padding: .5rem 1.25rem;
    font-size: 1.1rem;
    
}
.login-outage .card-body p:last-child {
    margin-bottom: 0;
}
.memberlogin {
    max-width: 265px;
    padding: 0;
    margin: 0;
}

.logo-only-header {
	border-bottom:1px solid #f2f2f2;
}


/*Audience band sm*/
.navbar .container {
	padding:0; 
}
.audience-band-sm {
    flex: 1;
    text-align: center;
    color: #FFF;
    background-color: #303030;
    font-family: 'Open Sans';
    font-weight: 400;
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 1030;
}
.blue-bg a {
	background: #086EA1;
	padding: 15px;
	display:block;
	text-decoration:none;
	color: #FFF;
}
.blue-bg a:hover {
	text-decoration:none;
	color: #FFF;
}
.blue-bg a[href="https://member.carefirst.com/mos/#/login"].disabled {
	cursor: not-allowed;
	background: rgba(0, 115, 153, 0.5);
	pointer-events: none;
}
.audience-band-header {
	padding: 15px;
	display: block;
	background-color: #393939;
}
.audience-band-header .fa-angle-down {
	font-size: 1.6rem;
	padding: 0px 4px 0;
	margin: -5px 0 0 0;
	position: relative;
	top: 3px;
}
a.audience-band-header, a.audience-band-header:hover, a.audience-band-header:focus, a.audience-band-header:active{
	text-decoration: none;
	color: #FFF;
}
.audience-band {
	margin: 0;
	padding:0;
	background-color: #FFF;
	position:absolute;
	z-index:132;
	border:1px solid #dddddd;
	width: 100%;
}
.audience-band ul {
	margin:0;
	padding:0;
}
.audience-band li {
	list-style:none;
	padding:0;
	margin:0;
}
.audience-band li a{
	font-weight: 600;
	color:#404040;
	display: block;
	padding: 15px;
	outline: none;
	text-decoration:none;
	border-bottom:1px solid #dddddd;
}
.audience-band li a:hover{
}
.audience-band li a:focus{
  outline: thin dotted black;
}

/* Left Nav */
.left-rail {
	float:left;
	clear:left;
	padding:0;
}
.left-rail hr {
	margin:20px 0;
}
.left-nav-section {
	background: none;
	border-top: 1px solid #dddddd;
	padding: 1.5em 0;
}
.left-nav-section-top {
	background: none;
	/*padding: 1rem 0 1rem 1rem;*/
}
.left-nav-section h5, .left-nav-section-top h5 {
	font-size: 1.2em;
	font-weight:normal;
}
.left-nav-section p.left-nav-toggle, .left-nav-section-top p.left-nav-toggle {
	font-size: 1.2em;
	font-weight:normal;
	font-family: inherit;
	line-height: 1.2;
}
.left-nav-section h3 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:5px;
	color: #404040;
	border-bottom: none;
}

/* Left Nav */
#leftNav ul {
	margin:0;
	padding:0;
}
#leftNav ul ul {
	margin-left:30px;
}
#leftNav {
	border: 1px solid #f2f2f2;
}
#leftNav li {
	border-top:1px solid #f2f2f2;
	list-style:none;
	position:relative;
}
#leftNav li a{
	color:#303030;
	display: block;
	padding: 10px 0px 10px 40px;
	outline: none;
	text-decoration:none;
}
#leftNav li a:before{
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	color: #CCC;
	font-weight:100;
	font-style:normal;
	position:absolute;
	top:10px;
	bottom:0px;
	left:7px;
	}
#leftNav li.active li a {
		color: #303030;
	}
#leftNav li a:hover, #leftNav .active a, #leftNav .active a:hover{
	color: #086EA1;
}
#leftNav li a:focus {
	outline: thin dotted black;
}
#leftNav li a:hover::before, #leftNav .active a::before, #leftNav .active a:hover::before {
	color: #0099cc;
}
#leftNav li.active li a:hover::before, #leftNav li li a:hover::before, #leftNav li li.active a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e258";
	color: #0099cc;
	font-weight:100;
	font-style:normal;
	padding:0 20px 0 0;
}
#leftNav li:first-child, #leftNav, .panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: none;
}
#leftNav li li a:before {
	content:"";
}
.gold-eq-height{
  height:117px;
  vertical-align:middle;
}

.left-nav-section + h5 {
	margin:0;
}
.left-nav-toggle {
	background-color:#f2f2f2;
	float:none;
	color:#303030;
	display: block;
	/*padding: 1rem;*/
	margin:0;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.left-nav-toggle a, .left-nav-toggle a:hover {
	text-decoration: none;
	color: #303030;
	display:block;
	outline: none;
	right:0;
	padding:1rem;
}
.left-nav-toggle a:focus {
	outline: thin dotted black;
}
.left-nav-toggle a:after, .left-nav-toggle a.collapsed:after{
 /*background: url(../images/left-nav-arrow.png) center right no-repeat;*/
 font-family: 'Glyphicons Halflings';
    content: "\e258";
    float: right;
    color: #CCC;
		font-size:18px;
		font-weight:100;
		font-style:normal;
}

/* Accordion */
.panel-group > h3 {
	font-family: 'Open Sans';
	font-weight: 600;
	color: #003359;
	margin: 0;
	font-size: 1.125rem;
	padding: 1rem 15px 0.8rem;
}
.accordion-expand-collapse {
	border-bottom: 1px solid #f2f2f2;
	margin: 0 -15px;
	padding: 15px 0;
}
.accordion-expand-collapse:last-child {
	border-bottom: none;
}
.accordion-expand-collapse a {
	padding: 0 0.4rem;
	vertical-align: middle;
}
.panel-group {
	margin-left: -15px;
	margin-right: -15px;
}
.panel-group .panel {
	border-bottom: 1px solid #f2f2f2;
}
.panel-default>.panel-heading {
	font-size: 1.2rem;
}
.panel .panel-heading p,
  .panel .panel-heading h4{
	margin: 0;
	cursor: pointer;
	padding: 15px;
}
.panel .panel-heading p a,
  .panel .panel-heading h4 a{
	display: block;
	color: #003359;
	position: relative;
	padding: 0 2rem;
	top: -1px;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 1.4rem;
	line-height:1.8rem;
}

/* Siteimprove issue fixing, not using H4 for expand/collapse "Content missing after heading" */
.panel .panel-heading span.heading {
	color: #003359;
	cursor: pionter;
	display: block;
	font-family: inherit;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding: 15px;
}
/*.accordion-toggle span.glyphicon-round-minus, .accordion-toggle span.glyphicon-round-plus {
	position: relative;
	display: inline-block;
	left: 0;
	top: 5px;
	font-family: FontAwesome;
	line-height: 0.5;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 2rem;
	width: 30px;
	color: #086EA1;
	font-weight: bold;
	font-style: normal;
	float:left;
}
.accordion-toggle span.glyphicon-round-minus:before {
	content: '\f107';
}
.accordion-toggle span.glyphicon-round-plus:before {
	content: '\f105';
}*/




.tab-content .panel .panel-heading p.collapsed:before,
  .tab-content .panel .panel-heading h4.collapsed:before{
	/*background: url(../images/accordion-arrow-r.png) no-repeat scroll 3px 14px rgba(0, 0, 0, 0);*/
	padding:0.2rem 1rem;
	content: "\e258";
}
.tab-content .panel .panel-heading p:before,
  .tab-content .panel .panel-heading h4:before{
	/*background: url(../images/accordion-arrow-d.png) no-repeat scroll 3px 14px rgba(0, 0, 0, 0);*/
	padding:0.2rem 1rem;
	font-family: 'Glyphicons Halflings';
	content: "\e260";
	float: left;
	color: #0099CC;
	font-weight:100;
	font-style:normal;
	margin-left:-15px;
}
.panel-body {
	/*font-size: 1.2rem;*/
	line-height: 1.42rem;
	padding: 10px 15px 15px 60px;
}

.panel-body .list-group {
    margin-left: 15px;
}

.panel-body > h2 {
	font-size: 1.4rem;
	color: #003359;
	padding: 1.5rem 0 0.5rem 0;
	font-family: 'Open Sans';
	font-weight: 400;
	margin: 0;
	border-bottom: none;
}

.panel-body > h2:first-child {
    padding-top: 0;
}


/* List Items */
.list-group {
  margin: 0 0 1.5rem 1.5rem;
	display:block;
}
.list-group li {
  list-style: none;
  margin:0.5rem 1.5rem;
}
.list-group li:before {
  content:"";
  position:absolute;
  margin:0.6rem 0 0 -1.5rem;
  display:inline-block;
  width: 6px;
  height:6px;
  border-radius:5px;
  background-color:#CCC;
}
.list-group li ul, ol li ul {
  margin-left: 15px;
  padding:0;
  list-style:none;
}
.list-group li li:before, ol li ul li:before {
  content:"";
  position:absolute;
  margin:10px 0 0 -15px;
  display:inline-block;
  width: 5px;
  height:2px;
  border-radius:0;
  background-color:#dddddd;
} 
ol li {
  margin:0.5rem 0;
}

.list-horizontal {
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.list-horizontal li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0.4rem 0;
}

.list-horizontal .active a, .list-horizontal .active a:visited {
    color: #404040;
    text-decoration: none;
    font-weight: bolder;
    color: #000;
}

.list-horizontal a:hover {
    text-decoration: none;
}


/*Banner */
.banner-with-btn  {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	background-color: #f2f2f2;
	color: #003359;
	border: none;
	width: 100% !important;
	margin-bottom:1rem;
}
/*.banner-with-btn .img-responsive {
	border-top-left-radius: calc(.5rem - 1px);
	border-top-right-radius: calc(.5rem - 1px);
}*/
.banner-with-btn .banner-ad-content {
	flex: 1 1 auto;
	padding: 1.5rem 1.25rem 1.25rem;    
}

.banner-ad-sub-text {
font-size: 1rem;
    color: #212529;
}
.banner-ad-content {
	font-family: 'Open Sans';
	font-size:1.125rem;
}

.banner-ad-content p:last-child{
	margin-bottom:0;
}
.banner-with-btn .btn-primary {
	width: 100%;
}
.banner-with-btn img {
	/*border-radius: 10px 10px 0 0;*/
	margin: 0;
  width:100%;
}

/* Glossary */

.glossary {
    margin: 20px -24px 40px;
    padding: 0 10px 20px 18px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}
.glossary ul {
    margin: 0;
    padding: 0;
}
.glossary li {
    display: block;
    float: left;
    font-size: 1.4em;
    list-style-type: none;
    padding: 0 6px;
    line-height: 1.5em;
    border: 1px solid transparent;
    margin: 5px 0;
}
.glossary li:first-child {
	padding-left:0 !important;
}
.glossary ul li a {
    display: block;
}

.glossary ul li.disabled {
    color: #c8c6c7;
    padding: 0 5px;
}

.glossary li.active {
    pointer-events: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 600;
    color: #404040;
    border: 1px solid #FFF;
    padding: 0 6px;
    font-weight: normal;
}


/*dl {
    margin-left: 5px;
}*/

dl > dt {
    color: #003359;
    font-weight: 400;
}

dl > dd {
    margin-bottom: 1.5rem;
}

.right-align-items {
    display: block;
    margin: 0 -15px;
    text-align: right;
}

.back-to-top {
    float: right;
}
.back-to-top:hover, .back-to-top:focus, .back-to-top:active, .back-to-top:visited {
    text-decoration: none;
}
.back-to-top:before {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0 10px 0 0;
}
.sitemap h2 {
	margin:1rem 0;
	padding:0;
	border:none;
	font-weight: 600;
}
.sitemap .col-lg-3, .sitemap .col-lg-2, .sitemap .col-lg-4, .sitemap .col-lg-6 {
	border-left:1px solid #dddddd;
}
.sitemap .col-lg-3:first-child, .sitemap .col-lg-2:first-child, .sitemap .col-lg-4:first-child, .sitemap .col-lg-6:first-child {
	border-left: 0;
}
.sitemap {
	margin-bottom:2rem;
}
.sitemap a, .one-col a {
	text-decoration:underline;
}
.sitemap a:hover, .one-col a:hover {
	text-decoration:none;
}

/*Image Carousel*/
.img-carousel-arrows {
	position:absolute;
	margin:0 auto;
	top:20%; 
	left:0%;
	right:0%;
	/*transform:translate(-50%, -50%);*/
}
.img-carousel-arrows a:focus{
	/*box-shadow: 0 0 0 3px rgba(1, 127, 181,.5);*/
}
.carousel-caption {
	right: 5%;
	left: 5%;
	padding: 10px;
	bottom: 0;
	/*background-color:#003359;*/
	text-align:left;
	/*opacity: 0.8;*/
	background-color: rgba(0,51,89,0.8);
}
.carousel-caption h3 {
	font-size:1.6rem;
	color:#FFF;
	text-transform:uppercase;
}
.carousel-caption p {
	font-size:1rem;
	margin-bottom:0;
}

.carousel .fa-angle-right, .carousel .fa-angle-left {
	font-size:5rem;
	opacity:1;
	font-weight:300;
	font-variant: all-petite-caps;
}
/*.carousel .btn-primary{
	width: auto;
}*/
.carousel-control-prev, .carousel-control-next{
	top:25%;
	opacity:1;
	display:inline-table;
	width:auto;
}
.carousel-control-prev{
	left: 3.1%;
}
.carousel-control-next {
	right:3.1%;
}
/*_:-ms-lang(x), .carousel-control-next { 
		right:3rem;
	}*/
.curve-img img{
	position: absolute;
	bottom: -25px;
	width: 100%;
	left: 0;
	right: 0;
	background-size: contain;
	height: 24%;
}


/* ---- SEARCH ---- */
.search {
	position:relative;
	width: 100%;
}
.search-icon {
	position: absolute;
	z-index: 125;
	right: 0;
	top: 56px;
	display: inline-flex;
	padding:5px;
	margin-top:1px;
	background-color:#f2f2f2;
/*	-webkit-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-radius: 2px;*/
	width:100%;
}
.error {
  font-size:14px;
  color:#CE1D3B;
}
input[type=email].error, input[type=tel].error, textarea.error, select.error, input[type=text].error, input[type=password].error {
	border-color:#CE1D3B;
}
textarea.error {
	border-color:#CE1D3B !important;
}
input[type="text"].search-bar {
	width: 80%;
	margin:0;
	float: left;
	padding:10px;
	height:34px;
	background-color: #f2f2f2;
	border: none;
	border-radius: 0;
	box-shadow:none;
}
.search-comp {
	margin-left:auto;
}
#search_button {
	margin: 4px;
	float:right;
}
.search-icon img {
	margin:1px 0;
}
.pull-left-sm {
	float: left;
}
.hr-leftborder {
	margin-top:20px;
}
 /* From EC Team */
 div.roundedbox.rounded-corner-box hr.margintop0 {
  margin: 20px 0px;
}

/*CSS from Prod */
.light-green-bg {
	background: #e8f8e8 none repeat scroll 0 0;
	margin-top: 10px;
	padding: 0px 15px;
	border-radius: 5px;
}
.light-green-bg > img {
	vertical-align: middle;
}
.aside-right > img {
	margin-left: -10px;
}

/* Information Bar Responsive - RS */
.info-block-v2 {
    position: absolute;
}

.info-block-v2 h2 {
    color: #003359;
    font-family: 'Oswald', 'Arial Black', sans-serif;
    font-size: 2.4rem;
    line-height: 1.25;
}


@media (min-width:992px) {
	.aside-right {
		width: 100%;
	}
	h1 {
		margin: 4rem -1.0rem 1rem;
	}
	.hr-leftborder {
    border-left: solid thin #dddddd;
		margin:0;
	}
	.carefirst-menu .container{
		padding:0;
	}
	.container{
		max-width:1170px;
	}
	.main-content {
		padding-left:3rem;
	}
	.left-nav-toggle, .hide-pointer-event{
		background-color: transparent;
		border-radius:0;
		pointer-events: none;
	}
	.left-nav-toggle a:after, .left-nav-toggle a.collapsed:after{
		content:"";
	}
	.left-nav-toggle {
		margin:1rem 0;
	}
	.left-rail-after-cont {
		top:0;
		left:0;
		display:flex;
		position:absolute;
	}
	.left-rail {
		padding-left:0;
		padding-right:15px;
	}
	.left-nav-section + h5 {
		margin:0;
	}
	.left-nav-section-top.collapse, #leftNav.collapse, #leftNav .collapse, .quick-links.collapse, .ls-area-body, .ls-area {
	display: block!important;
	overflow:visible !important;
	}
	.left-nav-section-top {
		background: none;
		padding: 4.7rem 0 3rem 0;
	}
	.left-rail ~ .main-content ~ .left-nav-section-top {
		padding-top: 1rem !important;
	}
	/* Left Nav */
	#leftNav {
		margin: 0;
		padding:0;
		border: none;
		border-radius:0;
		border-bottom:1px solid #dddddd;
	}
	#leftNav li, #leftNav li:first-child, #leftNav li li{
		border-top:1px solid #dddddd;
		padding-left:0;
	}
	
	#leftNav li a:before {
		left:0;
	}
	#leftNav li a {
		padding-left:30px;
	}
	.divider {
		border-right:1px solid #dddddd;
		border-bottom:none;
	}
	.pull-right-lg {
		float:right;
	}
	.show-sm {
		display:none;
	}
	.show-lg {
		display: block;
	}
	footer .container {
		max-width: 1170px;
		box-shadow: none;
		margin: 0 auto;
	}
	footer{
		padding: 3rem 0px;
	}
	/*.footer .col-lg-4:first-child {
		padding-left:0;
	}*/
	#footer-collapse li a {
		pointer-events: auto;
	}
	#footer-collapse .collapse, footer .panel-title a.collapsed, footer .panel-title a {
		background: none;
		display: block;
		height: auto !important;
	}
	footer .panel-title a.collapsed {
		pointer-events: none;
	}
	.footer-cont-cols {
		padding-bottom: 15px;
		margin: 0 -15px 30px;
		display: flex;
	}
	.footer-widget {
		border-left: 1px solid #707070;
		min-height: 325px;
		border-bottom: none;
		margin-top: 0;
		padding:0 20px;
	}
	footer .panel li, footer .panel ul {
		background-color: transparent;
		border: none;
	}
	footer .panel ul {
		margin: 20px 0 40px;
		font-size: 0.75rem;
		padding:0;
	}
	footer ul {
		margin: 13px 0 40px;
		font-size: 0.8rem;
	}
	footer .panel li a {
		padding: 2px 0;
		margin: 5px 0;
	}
	footer .list-unstyled li {
		padding: 2px 0;
		line-height: 1.3em;
		margin:5px 0;
	}
	.footer-cf-logo {
		margin-bottom:30px;
		max-width:100%;
		height:auto;
	}
	.footer-content {
		padding:20px 0;
		margin:15px 0;
		border-top: 1px solid #707070;
	}
	.social-icons {
		margin: 0;
		padding: 5px 0;
	}
	.social-icons img{
		margin-right:0.3rem;
	}
	footer .panel h4 a {
		padding: 0;
		margin: 10px 0;
	}
	#footer-collapse .panel {
		border-bottom: none;
		margin:0;
	}
	.btn-primary {
		width: auto;
	}
	/* Information Bar */
	.info-block-b {
		position: absolute;
		z-index: 11;
		width: 52%;
		top: 20%;
		left: 7%;
		background-color: transparent;
	}
	/*.info-block {
		width: 40%;
	}*/
	.info-block h2, .info-block-b h2 {
		font-size: 2.8em;
		margin: 0;
	}
	.info-block-b h3 {
		font-size: 1.4em;
		margin: 10px 0;
	}
	.info-block h3 {
		margin: 10px 0;
	}	

	.carousel-control-prev{
		left: 0%;
	}
	.carousel-control-next {
		right: 0%;
	}
	.carousel-control {
		width: 3em;
		height: 3em;
	}
	.curve-img img {
		bottom: 0;
	}
	.carousel .carousel-item img {
		width: 100%;
		min-height:200px;
	}
	.carousel-caption {
		right: 10%;
		left: 10%;
		padding: 0.9rem;
		bottom: 17.5%;
		text-align:left;
		max-width:990px;
		width:80%;
		margin:0 auto;
	}
	.carousel-caption .btn {
		float:right;
	}
	.carousel-caption h3 {
		font-size:1.6rem;
	}
	.carousel-caption p {
		font-size:1rem;
	}
	.navbar-collapse {
		float: left;
	}
	.navbar {
		padding:1.5rem 1rem;
	}
	/* Audience Band */
	.audience-band {		
		padding:0;
		border:0;
		border-radius: 0;
		display: inline-flex;
		position:static;
		width:auto;
	}
	.audience-band ul{
		margin:0;
		padding:0;
	}
	.audience-band li{
		list-style:none;
	}
	.audience-band li a{
		font-size: 0.85rem;
		display: block;
		float: left;
		text-align: center;
		color: #303030;
		font-weight: normal;
		margin: 0 0.7rem;
		text-decoration: none;
		padding:10px 0 0;
		border:none;
	}
	.audience-band .active {
		border-bottom:1px solid #707070;
		font-weight:600;
	}
	.audience-band li a:hover {
		border-bottom:1px solid #707070;
	}
	
	/* Search */
	.mobileNavButton {
		display:none;
	}
	.play-icon {
		top: 49%;
	}
	/* Utility */
	.utility-icon img{
		margin:15px 0;
		position:relative;
	}
	.utility-items .btn-outline {
		height:2rem;
		width: 3.2rem;
		padding:0;
	}
	.carefirst-menu .utility-items {
		position:absolute;
		z-index:111;
		background-color:#f2f2f2;
		width:300px;
		right:0;
		padding:14px;
		line-height: 34px;
	}
	.utility-items .col-md-auto, .utility-items .col {
		border-right:1px solid #dddddd;	
	}
	.login-panel {
    position: relative;
		display:block;
		margin-left:auto;
	}
	.login-panel .btn {
		font-size:1rem;
	}
	.healthsubs {
    border-left: 1px solid #dddddd;
		border-top:none;
	}
	.healthsubs:first-child {
    border-left: none;
	}
	.info-bar {
    padding: 35px 0;
	}
	.info-bar-arrow {
		background: url(../images/icon-exclusive-arrow.png) no-repeat 96% 50%;
	}
	.info-bar p:last-child {
		margin-bottom:0;
	}
	.info-bar h2 {
		margin:0;
	}
	.info-bar-middle-cont {
		padding:0 4rem 0 2rem;
	}
		.search-icon {
		margin: 0;
		width:300px;
	}
	.search-comp {
		position:relative;
		cursor:pointer;
		margin-left:1rem;
		border:1px solid #f2f2f2;
		padding:3px 12px 5px;
		border-radius: 4px;
		font-family: 'Open Sans';
	}
	.search-icon {
		top: 50px;
	}
	footer {
		margin:0;
	}
	footer .panel-group {
		margin:0 -15px;
	}
	.carousel .fa-angle-right, .carousel .fa-angle-left {
		font-size:8rem;
		margin-top: 10px;
	}
	/* Comples Tables */
	.table-headers img {
		width: 36%;
		margin: -27px 0 30px;
	}
	.straight-table h4 {
		background:#FFF url(../images/purple-border.png) repeat-y 100% 0;
		min-height:200px;
		margin-right:1px;
		padding-right:10px;
	}
	.content-space {
		margin: inherit;
	}
}


@media (max-width: 568px) {
	.show-xs {
		display:block;
	}
	.show-sm-lg {
		display:none;
	}
	.carousel-caption {
		bottom: 9%;
	}
}
@media (min-width: 569px) {
	.show-xs {
		display:none;
	}
	.show-sm-lg {
		display:block;
	}
	.curve-img img {
		bottom: -10px;
	}
}
@media all and (max-width: 991px) and (min-width: 569px) {
	.carousel-caption {
		left: 18%;
		right: 18%;
		bottom:12%;
}
	/*.carousel-control-prev{
		left:2%;
	}
	.carousel-control-next{
		right:2%
	}
	_:-ms-lang(x), .carousel-control-next { 
		right:7rem;
	}*/
}
/** Menu Responsive **/
@media (max-width: 991px) {
	footer .panel-title a:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    float: right;
    color: #FFF;
		font-weight:100;
		font-style:normal;
	}
	footer .panel-title a.collapsed:after {
			/* symbol for "collapsed" panels */
			content: "\e258";
	}
	.search-results h3 {
		margin-bottom:1rem;
	}
	.cta-bar h3 {
		text-align: center;
		text-transform: uppercase;
		font-size: 1rem;
		line-height: 1.2rem;
		width: 82px;
		margin: 0 auto;
	}
	.cta-bar .title-bottombar {
		/*margin: 5px auto;*/
		width: 40px;
		height: 3px;
		background-color: #ffffff;
	}
	.cta-bar a:hover, .cta-bar a:active {
		text-decoration: none;
	}
	.cta-section .cta-icon {
		position: relative;
		text-align: center;
		display: block;
		margin: 0 auto;
		left: -5px;
	}
	.cta-section .cta-icon img {
		width:40px;
	}
	.cta-bar h3 {
        text-align: left;
        text-transform: uppercase;
        font-size: 1.4rem;
        line-height: 1.2rem;
        width: 400px; 
		max-width: 100%; 
    }
    .cta-bar > .cta-section {
      /*  padding: 0;*/
    }
    /*.cta-bar a {
        color: #303030;
    }*/
    .cta-bar a:hover, .cta-bar a:active {
        text-decoration: none;
    }
    .icon-search-plus {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
    .icon-why-carefirst {
        width: 38px;
        height: 40px;
        background-size: 38px 40px;
    }
    .icon-quicklinks {
        width: 39px;
        height: 40px;
        background-size: 39px 40px;
    }
    .icon-member {
        width: 40px;
        height: 31px;
        background-size: 40px 31px;
    }
	.cf-logo img,
      .footer-cf-logo{
		width:12rem;
	}
	.list-horizontal li.col-xs-6 {
		flex: 0 0 50%;
		max-width: 50%;
		-ms-flex: 0 0 50%;
  }
	
	
	
	.main-table tbody td:not(:last-child) {
        border: none;
    }
    .main-table table {
        width: 100%;
    }
    .main-table td {
        display: block;
        text-align: left;
    }
    .main-table th {
        display: none;
    }
    .main-table td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        display: block;
    }
    .main-table th, .main-table td {
        padding: 1em;
    }
    .main-table th, .main-table td:before {
        color: #003359;
    }
    .th-empty-cell::before {
        color: #000 !important;
        content: attr(data-th) " " !important;
        font-weight: normal !important;
    }
    .main-table td::before {
        content: attr(data-th) ": ";
        display: block;
        font-weight: bold;
        padding-right: 10px;
    }
    .main-table td::before {
        content: attr(data-th) "";
    }
    .main-table h6 {
        font-size: inherit;
    }
    .content-box-table {
        background-color: #FFF;
        width: 100%;
    }
    .content-box-table td {
        padding: 1em 2em 1em 1em;
        display: table-cell;
    }
    .main-table tr:nth-child(even), .content-box-table tr:nth-child(even), .show-hide-table tr:nth-child(odd) {
        background: #f2f2f2;
    }
    .show-hide-table tr:nth-child(even) {
        background: #FFF;
    }
		.left-nav-toggle{
			margin: 1rem 0rem;
		}
		.news-archive-img {
			float:none;
			display:block;
			margin-left: 15px;
		}

}
@media (min-width: 768px) {
	.btn { 
		display: inline-block;
		width: auto;
	}
  /* Display of inline-block was !important for some reason, removed by JP 11/4/22 it was preventing showing/hiding button in CEC check in form I hope this doesn't break anything */
}

/* Fixing overflow in Mega menu  */
.ls-canvas   .header{
    overflow: visible;
}
.ls-canvas  .header .ls-area-body{
    overflow: visible;
}
.ls-col, .ls-col-body, .ls-canvas .ls-area, .ls-canvas .ls-area-body{
    overflow: visible !important;
}
.ls-canvas .ls-cmp-wrap {
	padding:0; /* Added to remove H2 space on mobile */
}
.ls-canvas .iw_component {
	margin:0; /* Added to remove extera space between MM and Img Carousel */
}

.smaller{
	font-size:0.8rem !important;
}
.regular{
	font-size:1rem;
}
.larger{
	font-size:1.2rem !important;
}




p.bluetitle {
	color: #FFF;
	width: 100%;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
}
.search-container {
	padding: 10px;
	border: 1px solid rgb(221, 221, 221);
	border-image: none;
	margin-top: -3px;
	background-color: rgb(242, 242, 242);
	margin-bottom: 15px;
}
.search-container select {
	width: 100%;
}
.font11{
	font-size:11px;
	white-space:nowrap;
}
.news-label {
	font-size:12px;
	font-weight:600;
	color: #404040;
	/* color: #707070; - color changed because of Siteimprove color contrast issue */
	text-transform:uppercase;
}
.news-archive-img {
	float:right;
  	margin-left:15px;
}
.outline-container {
	border-bottom:1px solid #dddddd;
	padding: 30px 0;
}
.outline-container:first-child {
	padding-top:0;
}
.center-imgs {
	display: flex;
	justify-content: center;
}
.image-caption {
	color: #707070;
}

/** New Styles Added January 2023 by Zayad Megahed for Advocacy & Public Policy **/

.beh-title {
    font-size: 1.70rem;
    color: #43adf9;
	line-height:1.5rem;
  
}

.beh-subtitle {
    font-size: 1.40rem;
    color: #002847;
	line-height:1.5rem;
  
}

.beh-pheader {
    font-size: 1.25rem;
    color: #87CEEB;
	line-height:1.5rem;
  
}


/** New Styles Added December 2021 by Jeremy Pratte for NO Virginia Health Ins. Plans Page **/

.content-block-1 p {
    color: #003359;
    font-size: 1.1rem;
    font-weight: 400;
    line-height:1.4rem;
    margin: 0.2rem -1.0rem; 
    padding: 0.5rem 1rem;		
}

.content-block-1 li {
    color: #003359;
    font-size: 1.1rem;
    font-weight: 400;
    line-height:1.3rem;
}

.light-blue-bg.vhi {
  padding-bottom: 35px;
}

/* April 2022, Website Optimization: Add media queries for large screen monitors width */
	
div.left-rail div.ls-area-body div.ls-cmp-wrap.ls-1st div.iw_component section[role="navigation"] {
	/*width: 95%;*/
}

@media screen and (min-width: 1400px) {

	.container {
		max-width: 1320px;
	}

	footer .container{
		max-width: 1320px;
	}
  
    h2+.row.mx-0 {
      clear: both;
    }  

	.ls-area-body .ls-cmp-wrap .iw_component img.banner-image { 
		width: 100%;
	} 
}

@media screen and (min-width: 1536px) {

	.container {
		max-width: 1440px;
	}

	footer .container{
		max-width: 1440px;
	}

	.footer-cf-logo {
		max-width: 50%;
	}

	/*.banner-with-btn {
		width: 70% !important;
	}*/

	.banner-with-btn img {
		width: 100%;
	}

	.roundedbox.rounded-corner-box.card {
		max-width: 100%;
	}
	
	div.left-rail div.ls-area-body div.ls-cmp-wrap.ls-1st div.iw_component section[role="navigation"] {
	/*	width: 90%; */
	}

	.row.bg-dark-blue.mb-5 .col-12.col-md-6.px-0 .category-cover {
		height: 380px; 
	}
}

@media screen and (min-width: 1920px) { 

	.container {
		max-width: 1860px;
	}

	footer .container{
		max-width: 1860px;
	}
	
	.regular {
		font-size:1.2rem;
	}

	.audience-band li a {
		font-size: 1rem;
	}

	.audience-band .dropdown-menu {
		min-width: 14rem !important;
	}

	.calendar-icon-outer {
	   height: 80px !important;
	}
  
    .crc-res-container .container .row .col-12.col-md-6 .row.mb-4 .col-10.px-4.d-flex.align-self-center {
	   margin-left: -50px;
    }

	.row.bg-dark-blue.mb-5 .col-12.col-md-6.px-0 .category-cover {
		height: 460px; 
	}

	.row.bg-dark-blue.mb-5 .col-12.col-md-6.px-0 .category-cover img {
		width: 93%; 
	}

	.row.bg-dark-blue.mb-5 .col-12.col-md-6.px-4 h2 {
		line-height: 45px;
		margin-bottom: 1rem;
		margin-left: -40px;
	}

	.row.bg-dark-blue.mb-5 .col-12.col-md-6.px-4 p { 
		margin-bottom: 1.5rem;
		margin-left: -25px;
	}
	
  /* Following line added 11/16/23 by JP to fix extra space issue in wide monitors for list of PDF quick links in Broker */
	.cta-bar .white-arrow-right:after {
		content: none; 
    }

} 

/*#######################################################################################
################### Member/Broker/Employer Homepage Redesign CSS ########################
#######################################################################################*/

.ls-area.col-sm-12.col-xs-12.home.clearfix {
	padding-left: 0;
	padding-right: 0;
}

.one-col-resp .ls-area#body-content .ls-area-body {
	margin-top: -20px;
	padding-bottom: 30px;
	padding-left: 6%;
	padding-right: 6%;
}

.homepage-covid-container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
/*.homepage-covid-container .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}*/

.homepage-covid-container.cta {
	padding-bottom: 45px;
	padding-top: 45px;
}

/*.homepage-covid-container .closeknit {
	margin-top: -20px;
	padding-left: 55px;
}*/

/*.homepage-covid-container .closeknit img {
	max-width: 43%;
}*/

.homepage-covid-container .cta-btn {
	max-width: 40%;
	text-decoration: none;
} 

.covid-title.find-doctor {
	margin-bottom: 30px;
	padding-left: 80px;
	padding-top: 15px;
	position: relative;
}

.covid-title.find-doctor:before {
	background-image: url('https://member.carefirst.com/carefirst-resources/responsive-full-width/icons/Provider-icon.svg');
	background-size: 100%;
	content: "";
	height: 65px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 65px;
}

.homepage-cta-container { 
  	padding:45px 0px; 
} 

.transforming { 
  	padding:15px 0px; 
  	background: #003359;
    color:#ffffff;
} 

.homepage-cta-container.bluebg {
	background: #003359;
	color: #fff; 
	position: relative;
}  

.homepage-cta-container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.homepage-cta-container.bluebg.transforming > .row {
	margin-left: 0;
	margin-right: 0;
}

.homepage-cta-container .row > [class*='col-'] { 
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; 
}

.homepage-cta-container.bluebg .row > [class*='col-'] {
  border-right: 1px solid #305774; 
  padding-left: 40px;
  padding-right: 40px;
  /*text-align: center;*/
}

.homepage-cta-container.bluebg.transforming .row > [class*='col-'] {
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.bluebg.transforming .row > [class*='col-']:first-child {
	border-right: 1px solid #667f92;
	/*padding-left: 60px;*/
}

/*.homepage-cta-container.bluebg.transforming .row > [class*='col-']:first-child img {
	margin-right: 25px;
	max-width: 15%;
}*/

.bluebg.transforming .row > [class*='col-']:first-child p {
	font-family: 'Oswald', 'Arial Black', sans-serif;
	font-size: 1.75rem;
}

/*.homepage-cta-container.bluebg.transforming .row > [class*='col-']:nth-child(2) p {
	 margin-top: 16px;
}

.homepage-cta-container.bluebg.transforming .row > [class*='col-']:last-child {
	 padding-right: 70px;
	 padding-top: 10px;
} 
*/
.homepage-cta-container.bluebg .row > [class*='col-']:last-child {
  border: 0;
}

.homepage-cta-container.bluebg .row > [class*='col-'] header {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 30px;
}

.homepage-cta-container.bluebg .row p a {
	color: #8fcae7;
}

.homepage-cta-container.greybg {
	background: #f2f2f2; 
} 

/*.homepage-cta-container.greybg .row > [class*='col-'] { 
	background: #fff;
	border: 1px solid #ccc;  
	margin-right: 30px;  
} */

/*.homepage-cta-container.greybg .row .col-md-4 {
	max-width: 31.8%;
	padding: 0px;
}*/
.cta-programs
{
      background: #fff;
    border: 1px solid #ccc;
}

.homepage-cta-container.greybg .row > [class*='col-']:last-child { 
  margin-right: 0px; 
} 

.homepage-cta-container.greybg .card {
  margin-right: 23px;
} 

.homepage-cta-container.greybg .imagerow {
  background: #f2f2f2;
  background-repeat: no-repeat;
  background-size: 100% 100%; 
	/* x, y */
  border-bottom: 1px solid #ccc;
  height: 140px;
  width: 100%;
}

.homepage-cta-container.greybg .imagerow img {
	height: 100%;
	width: 100%;
}

.homepage-cta-container.greybg .textrow {
	padding: 35px 30px;
}

.cta-bar.py-3.members img {
	margin-top: -10px;
}

.carousel-inner img {
	width: 100%;
}

.carousel-inner .info-block h2 {
	color: #003359;
	font-family: 'Oswald', 'Arial Black', sans-serif;
	font-size: 2.4rem;
	margin-bottom: 30px;
	padding-left: 0;
  	line-height: 1.25;
} 

.carousel-inner .info-block {
	left: 5.865%;
	position: absolute;
	top: 21.18%;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

#carouselIndicators {
    max-height: 450px;
}

/*#carouselIndicators .carousel-inner .info-block {
	left: 5.865%;
	position: absolute;
	top: 10%;
}*/

#carouselIndicators .carousel-control-prev, #carouselIndicators .carousel-control-next{
	top: 50%;
	opacity:1;
	display:inline-table;
	width: 4%;
}

#carouselIndicators .carousel-inner .info-block h3 { 
	width: 80%;
}

#carouselIndicators .carousel-indicators, #carouselIndicators .carousel-control-prev, #carouselIndicators .carousel-control-next {
    display: none;
}

.carousel-inner .info-block h3 { 
	font-family: 'Open Sans';
	/*font-size: 1.2rem;*/
	margin-bottom: 1rem;
	width: 70%;
    line-height: 1.25;
}

.cta-bar.clearfix.show-lg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	line-height: 1.42;
	/*margin-bottom: 50px;
	margin-right: -15px;
	margin-left: -15px;*/
	/*margin-top: 20px;*/
	/*padding: 0 6.8%;*/
  margin: 40px auto;
  max-width:1860px;
  
}

.cta-bar.clearfix.show-lg hr.cta-bar-line {
	display: none;
}

/*section[aria-label='Featured links for Desktop'] .cta-bar.clearfix.show-lg {
	margin-left: 0;
	margin-right: 0;
}*/

/*.cta-bar.clearfix.show-lg .col-sm-4.option1,
.cta-bar.clearfix.show-lg .col-sm-4.option7 {
	margin: 0; 
	padding: 20px 40px; 
} */

.cta-bar.clearfix.show-lg .col-sm-4.option1 ul.list-unstyled li,
.cta-bar.clearfix.show-lg .col-sm-4.option7 ul.list-unstyled li,
.cta-bar.clearfix.show-lg .col-sm-3.option1 ul.list-unstyled li {
	margin-bottom: 5px;
}

.cta-bar.clearfix.show-lg .col-sm-4.option1.first,
.cta-bar.clearfix.show-lg .col-sm-4.option7.first,
.cta-bar.clearfix.show-lg .col-sm-3.option1.first {
	padding-left: 0;
}

/* BACKUP .cta-bar.clearfix.show-lg .col-sm-4.option1 select {
	background: #e0f3fb;
	border: 0;
	border-radius: 3px;
	border-right: 20px solid #e0f3fb;
	color: #086ea1;
	font-weight: bold;
    margin-bottom: 35px;
	padding: 18px;
}*/

.cta-bar.clearfix.show-lg .col-sm-4.option1 label select,
.cta-bar.clearfix.show-lg .col-sm-4.option7 label select,
.cta-bar.clearfix.show-lg .col-sm-3.option1 label select {
	background: #fff;
	border: 0;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	color: #2a2a2a; 
    margin-bottom: 35px;
	padding: 9px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	width: 265px;
}

.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3),
.cta-bar.clearfix.show-lg .col-sm-3.option1:nth-child(3) {
	padding-top: 0;
}

.cta-bar.clearfix.show-lg .col-sm-3.option1:not(:nth-child(2)) {
	padding-left: 25px;
}

.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 { 
	line-height: 0;
	margin-top: -12px;
	padding-top: 0;
}

.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3::after {
	display: none;
}

.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img {
	margin-bottom: -20px;
	margin-left: -30px;
	margin-top: -10px;
	max-width: 70%;
}

.cta-bar.clearfix.show-lg .col-sm-4.option1 label, 
.cta-bar.clearfix.show-lg .col-sm-4.option7 label, 
.cta-bar.clearfix.show-lg .col-sm-3.option1 label
{position:relative}

.cta-bar.clearfix.show-lg .col-sm-4.option1 label:after,
.cta-bar.clearfix.show-lg .col-sm-4.option7 label:after,
.cta-bar.clearfix.show-lg .col-sm-3.option1 label:after {
	content: ' ';
	font: inherit;
	color: #008ec5;
	right: 14px; 
	pointer-events: none;
	position: absolute;
	top: 18px; 
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 7px solid #008ec5;
}

.cta-bar.clearfix.show-lg .col-sm-4.option1 label:before,
.cta-bar.clearfix.show-lg .col-sm-4.option7 label:before,
.cta-bar.clearfix.show-lg .col-sm-3.option1 label:before {
	content: '';
	right: 6px; top: 0px;
	width: 20px; height: 20px; 
	position: absolute;
	pointer-events: none;
	display: block;
}

.cta-bar.clearfix.show-lg .col-sm-4.option1 h3::after,
.cta-bar.clearfix.show-lg .col-sm-4.option7 h3::after,
.cta-bar.clearfix.show-lg .col-sm-3.option1 h3::after {
	background-color: #0099CC;
	content: "";
	display: block;
	height: 5px;
	margin: .8rem 0 1rem 0;
	width: 110px;
}


.cta-bar.clearfix.show-lg .col-sm-4.option1:not(:last-child),
.cta-bar.clearfix.show-lg .col-sm-4.option7:not(:last-child),
.cta-bar.clearfix.show-lg .col-sm-3.option1:not(:last-child) {
	border-right: 1px solid #dddddd; 
} 

.col-sm-4.option1.last ul.list-unstyled li a:before,
.col-sm-4.option7 ul.list-unstyled li a:before,
.col-sm-3.option1 ul.list-unstyled li a:before {
	color: #ccc;
	display: block;
	content: "\2022";
	height: 31px;
	float: left;
	font-size: 1.6em;
	margin-top: -5px;
	width: 20px;
}

.cta-bar.contactcf p {
	margin-top: 20px;
}

.modal.show#introModal img.img-responsive {
	width: 100%;
}

.nav.nav-justified.mega-main li.show-lg {
	display: none;
}

nav.navbar {
	padding-top: 1rem;
}

/*nav.navbar .container {
	max-width: 99%;
}*/

section.left-nav-section.show-lg .banner-content h6 {
	font-family: 'Open Sans';
	font-size: 1.125rem;
}

section.left-nav-section.show-lg .banner-with-btn .banner-content {
  	padding:0.5rem 1.25rem 1.25rem
}

.light-blue-bg .row hr { 
	margin-left: -1.95%;
	width: 104%;
}

.cta-bar h3 {
	font-family: 'Oswald';
}

.footer-widget h4 {
	color: #fff;
	font-family: 'Oswald';
	font-size: 1rem !important;
	font-weight: 400;
	margin-bottom: 4px;
	margin-top: 0;
}

.img-responsive {
	max-width: 100%;
}
/* This next class added because previous one made right-rail box 100% wide on this page: /individuals-families/plans-coverage/medical/medical-plans.page */
.pull-right.img-responsive {
	max-width: 50%;
}

hr ~ .row.m-t-10 {
	/*background: #f2f2f2;*/
	margin-bottom: 20px;
	margin-left: .15%;
	padding: 20px 10px 10px;
	width: 100%;
}

hr+.row.m-t-10 .col-sm-12.col-md-4 img {
	margin-bottom: 10px;
}

.light-blue-bg .col-sm-2.col-vertical-align {
	border-right: 1px solid #dddddd;
}

.col-vertical-align {
    display: table-cell;
    float: none;
	line-height: 5;
    vertical-align: middle;
}

.banner-lr2 {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	background-color: #f2f2f2;
	color: #003359;
	border: none;
	width: 100% !important;
	margin-bottom:1rem;
}

.banner-lr-bottom2, .banner-lr-last2 { 
	flex: 1 1 auto;
	font-family: 'Open Sans';
	font-size: 1.125rem;
	padding: 0.5rem 1.25rem 1.25rem;
}

.banner-lr-bottom2 {
	padding-bottom: 0;
}

.banner-lr-last2 {
	padding-top: 0;
}

.banner-lr-last2 p {
	font-size: 1rem;
}

.banner-lr-last2 p img {
	background: #086EA1;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

.ls-cmp-wrap#w1450874495197 {
	position: relative;
	width: 100%;
}

/*.ls-cmp-wrap#w1450874495197 .row {
	margin-left: 0.1%;
	max-width: 100%;
}
*/
.ls-cmp-wrap#w1450874495197 .info-block-b.first-col-12 {
	left: 40px;
	top: 70px;
	width: 80%;
}

.ls-cmp-wrap#w1450874495197 .info-block-b.first-col-12 h2 {
	font-size: 2rem;
	max-width: 85%;
	padding-left: 0;
}

.ls-cmp-wrap#w1450874495197 .info-block-b.first-col-12 h3 {
	margin-bottom: 20px;
}

.text-container .blue.clearfix p.blue {
	background: none;
}

.light-blue-bg p img.pull-left {
	margin-top: 15px;
	margin-right: 10px;
}

.light-blue-bg p+h3.bluetextlg {
	padding-top: 5px;
}


.ls-cmp-wrap#w1490486266954 .light-blue-bg p img.pull-left {
	padding-bottom: 20px;
}

p.footnote-disclaimer+ol li {
	font-size: 0.75rem; 
}

.box-border {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 2%;
	margin-right: -15px;  
	padding-bottom: 20px;  
	padding-top: 20px; 
}

.box-border div:first-child {
	border-right: 1px solid #dddddd;
}

.light-blue-bg-image {
	background: #e0f3fb none repeat scroll 0 0;
	padding: 15px 20px;
}

.light-blue-bg-image p+h3.bluetextlg {
	margin-top: -5px;
	padding-left: 55px; 
} 

.banner-image {
	width: 100%;
}

/* This is to get rid of text size display, etc, from top right in rebrand project, if it messes something up let's delete it */
ul.logo-header-right {
	display: none !important;
}

/* It's really light blue now */
.bg-carefirst-dark-blue {
	border-radius: 5px;
	padding: 15px;
	background: #003359 none repeat scroll 0 0;
	text-align: center;
  color:#ffffff;
}
.bg-carefirst-dark-blue p.title {
	border-bottom: 1px solid #dddddd;
	color:#ffffff;
	font-weight:bold;
	padding-bottom: 20px;
}
.bg-carefirst-dark-blue a{
  color:#8fcae7;
  text-decoration:underline;
  
}
.bg-carefirst-dark-blue a:hover{
  text-decoration:none;
    color:#8fcae7 !important;
}
.bg-carefirst-dark-blue .col-xs-7.col-md-9 {
	-ms-flex: 0 0 85%;
	flex: 0 0 85%;
	max-width: 85%;
}

.bg-carefirst-dark-blue .col-md-1{
	-ms-flex: 0 0 .5%;
	flex: 0 0 .5%;
	margin-left: -25px;
	margin-top: -5px;
	max-width: .5%;
}

/* Mental Health Parity 1614552 7/3/24*/
.parity-aside {
    text-align: left;
}
.parity-aside ul {
    margin-left: -30px;
}
.parity-aside ul li {
    margin-bottom: 5px;
}
/**/

.rounded-corner-box2 {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	margin-bottom:20px;	
	/*padding-bottom: 20px;*/
}
                
.rounded-corner-box2 img {
    margin: 0px;
}

.rounded-corner-box2 h2 {
	padding-left: 20px
}
                
.rounded-corner-box2 .text-right {
	padding-right: 20px;
}

.rounded-corner-box2 p {
	min-height: 50px;
}

.icon-xs {
	width:20px;
	height:20px;
}

.icon-sm {
	width:30px;
	height:30px;
}

.icon-lg {
	width:70px;
	height:70px;
}
.icon-ex-lg{
	width:100px;	
	width:100px;
}

p ~ .row .col-md-6.hover-show-hide .show-on-hover {

	margin-top: -265px;
}

.row+.light-blue-bg {
	margin-top: 15px;
}

.carefirst-menu.d-print-none  { 
	z-index: 1002;
}

.carefirst-menu.d-print-none > .container  {
	z-index: 1003;
}

.mobileNavigator {
	z-index: 1004;
}

.carefirst-megamenu {
	z-index: 1005;
}

.mobileMenuScreen.mobileScreen1 {
	z-index: 1006;
}

.mobileMenuScreen.mobileScreen1 {
	z-index: 1007;
}

.menuContent {
	z-index: 1008;
}

nav.mega-main {
	z-index: 1009;
}

.nav-justified .nav-item {
	z-index: 1010;
}

.megamenu-submenu {
	z-index: 1011;
}

/* Post-login broker styles for user login piece */
ul.user-login {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-top: -70px;
	z-index: 2000;
}
ul.user-login li {
	z-index: 2001;
}
ul.user-login li a {
	font-size: .95rem;
	z-index: 2002;
}
ul.user-login li img, ul.user-login li ul {
  	top: 98%;
	z-index: 2003;
}
ul.user-login li img, ul.user-login li ul li {
	z-index: 2004;
}
ul.user-login > li:first-child {
	display: block;
	font-size: .9rem;
	width: 100%;
}
ul.user-login li {
	display: inline-block;
	padding-right: 20px;
}
ul.user-login li ul.dropdown-menu li {
	padding: 10px;
}


.audience-band.postlogin {
	margin-left: -150px !important;
}

section[role="banner"] .carousel, 
section[role="banner"] .carousel .carousel-inner  
 {
	height: 450px;
    
}

.carousel-inner.hero-banner {
    height: 450px;
  	display: flex;
}  


@media screen and (min-width: 769px) {
  
  .divcols{
    border-left:1px solid #dddddd;
  }
  
   .divcols-right{
    border-right:1px solid #dddddd;
  }
  
}

.row.sitemap.show-lg {
	display: flex;
}

/* For simple one column pages with no mega menu etc */
.iw_component > section[role="contentinfo"] .logo.simplecolumn {
    margin-top: initial;
	padding-bottom: 20px;
	padding-left: 1%;
	padding-top: 20px;
}
.generic {
	/*padding: 10px 10% 40px 10%;*/
}

/* To fix subpages having mega menu with too much padding on top */
/* .iw_component > section[role="contentinfo"] .logo {
	margin-top: -25px;
} commented this out 6/4/24 because in qa for members it was causing header padding issue */ 

/* Fixing z-index problem for About Us dropdown (going behind mega menu) */
nav[aria-label="Audience navigation"].navbar {
	z-index: 1012;
}
nav[aria-label="Audience navigation"].navbar .container {
	z-index: 1013;
}
nav[aria-label="Audience navigation"].navbar .container ul.audience-band {
	z-index: 1014;
}
nav[aria-label="Audience navigation"].navbar .container ul.audience-band li {
	z-index: 1015;
}
nav[aria-label="Audience navigation"].navbar .container ul.audience-band li ul.dropdown-menu {
	z-index: 1016;
}
nav[aria-label="Audience navigation"].navbar .container ul.audience-band li ul.dropdown-menu li {
	z-index: 1017;
}

.left-nav-section[role="complementary"] {
	border-top: 0;
}

.text-container .blue.clearfix p.blue {
	width: 60%;
}



.noteContainer {
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 10px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Following two styles to fix problem in form: /employer/contact-us/group-sales.page, # of employees part*/
span.asterick+br+fieldset {
	float: left;
	clear:both;
	width: 100%;
}
p.pull-left > input[type="radio"] {
	float:left;
}

@media screen and (min-width:992px) {
	
  /* The purpose of this style is to make some homepage components of the new design (like CTAs) go almost full screen */
	.ls-area.container#body-content {
		/*max-width: 98.1%;
		padding-left: 0;
		padding-right: 0;
		margin-left:.8%;
		margin-right:0;*/
	}  

	.ls-area-body#ls-gen27382715-ls-area-body {
		margin-left: 1%;
		max-width: 99%;
	}
	
}


@media screen and (min-width: 1280px) { 

	.ls-area-body#ls-gen27382715-ls-area-body {
		margin-left: 4%;
		max-width: 92%;
	}  

	/*nav.navbar .container {
		max-width: 98%;
	}*/

	.left-rail.left-nav-section-top {
		width: 23.5%;
	}

	section.left-nav-section.show-lg {
		width: 99%;
	}
  
  
}

@media screen and (min-width: 1366px) { 
  
  .homepage-cta-container.greybg .imagerow {
    background-size: 100% 110%;
	/* x, y */
  }

	.ls-area-body#ls-gen27382715-ls-area-body {
		margin-left: 6%;
		max-width: 88%;
	}   

	/*nav.navbar .container {
		max-width: 90%;
	}*/
  
}

@media screen and (min-width: 1536px) { 
  
  .homepage-cta-container.greybg .imagerow {
    background-size: 100% 110%;
	/* x, y */
	height: 140px;
  }

	.ls-area-body#ls-gen27382715-ls-area-body {
		margin-left: 3%;
		max-width: 94%;
	}

	.left-rail.left-nav-section-top {
		width: 22%;
	}   

	/*nav.navbar .container {
		max-width: 96%;
	}

	.banner-with-btn {
		width: 77% !important;
	}*/

	.light-blue-bg .row hr { 
		margin-left: -1.2%;
		width: 102.8%;
	} 


	.audience-band.postlogin {
		margin-left: -310px !important;
	}

	 ul.mega-main.postlogin li a {
	    padding-left: .3rem;
	    padding-right: .3rem;	 	 
  }      
  
  ul.mega-main.postlogin-more li a {
	  font-size: .96rem;
	    padding-left: .1rem;
	    padding-right: .1rem;
	 }
  
}

@media screen and (min-width: 1600px) { 
  
  .homepage-cta-container.greybg .imagerow {
    background-size: 100% 110%;
	/* x, y */
	height: 135px;
  }

	.ls-area-body#ls-gen27382715-ls-area-body {
		margin-left: 5%;
		max-width: 90%;
	}  

	/*nav.navbar .container {
		max-width: 96.5%;
	} */


	.audience-band.postlogin {
		margin-left: -240px !important;
	}
  
}

@media screen and (min-width: 1700px) {
  
  .homepage-cta-container.greybg .imagerow {
    background-size: 100% 115%;
	/* x, y */
	height: 145px;
  }

	.ls-area-body#ls-gen27382715-ls-area-body {
		margin-left: 7%;
		max-width: 86%;
	}  

	/*nav.navbar .container {
		max-width: 90%;
	}*/


}

@media screen and (min-width: 1920px) { 
  
  .homepage-cta-container.greybg .imagerow {
    background-size: 100% 115%;
	/* x, y */
	height: 190px;
  }

	.ls-area-body#ls-gen27382715-ls-area-body {
		margin-left: 1%;
		max-width: 98%;
	}  

	/*nav.navbar .container {
		max-width: 99%;
	}  */

	.light-blue-bg .row hr { 
		margin-left: -1.2%;
		width: 102.2%;
	}

	/* Commenting this out, causing issue on pages like /brokers/resources/how-to-become-contracted.page, can't remember why I made this in the first place
    .generic {
		padding-left: 3%;
	}*/ 
  
  	.cta-bar.clearfix.show-lg {
		line-height: 1.32;
	}
  
} 

@media screen and (min-width: 2000px) {

	.ls-area-body#ls-gen27382715-ls-area-body {
		margin-left: 3%;
		max-width: 94%;
	}

	/*nav.navbar .container {
		max-width: 96%;
	} 
*/
	.one-col-resp .ls-area#body-content .ls-area-body { 
		padding-left: 3%;
		padding-right: 3%;
	}

	/* Commenting this out, causing issue on pages like /brokers/resources/how-to-become-contracted.page, can't remember why I made this in the first place
    .generic {
		padding-left: 4%;
	}*/ 

}    

@media screen and (min-width: 2200px) {

	.ls-area-body#ls-gen27382715-ls-area-body {
		margin-left: 7%;
		max-width: 86%;
	} 

	/*nav.navbar .container {
		max-width: 87%;
	} */

	.one-col-resp .ls-area#body-content .ls-area-body { 
		padding-left: 7%;
		padding-right: 7%;
	}

	/* Commenting this out, causing issue on pages like /brokers/resources/how-to-become-contracted.page, can't remember why I made this in the first place
    .generic {
		padding-left: 4%;
	}*/ 

}  

@media screen and (min-width: 2550px) { 
  
  .homepage-cta-container.greybg .imagerow {
   /* background-size: 100% 112%;*/
	/* x, y */
	/*height: 150px;*/
  }

	.ls-area-body#ls-gen27382715-ls-area-body {
		margin-left: 13%;
		max-width: 74%;
	}   

	nav.navbar .container {
		max-width: 74.5%;
	}

	.one-col-resp .ls-area#body-content .ls-area-body { 
		padding-left: 13%;
		padding-right: 13%;
	}

	/* Commenting this out, causing issue on pages like /brokers/resources/how-to-become-contracted.page, can't remember why I made this in the first place.generic {
		padding-left: 14%;
	}*/
  
}

@media screen and (max-width: 1535px) { 
  
  ul.mega-main.postlogin li a {
	    padding-left: .3rem;
	    padding-right: .3rem;	 	 
  }      
  
  ul.mega-main.postlogin-more li a {
	  font-size: .96rem;
	    padding-left: .1rem;
	    padding-right: .1rem;
	 }
  
  ul.mega-main.postlogin li ul li a {
	    padding-left: 0;
	    padding-right: 0;	 	 
  }

	.audience-band.postlogin {
		margin-left: -240px !important;
	} 

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img { 
		max-width: 81%;
	} 
  
	/* Commenting this out, causing issue on pages like /brokers/resources/how-to-become-contracted.page, can't remember why I made this in the first place
    .generic {
		padding-left: 7%;
	} */
  
}

@media screen and (max-width: 1400px) { 
	
	/*.homepage-cta-container.greybg .row > [class*='col-'] {  
		margin-right: 24px;  
	}  */
	
  
	 ul.mega-main.postlogin li a {
		font-size: .95rem;
	    padding-left: 0rem;
	    padding-right: 0rem;	 	 
	 }   

	.audience-band.postlogin {
		margin-left: -325px !important;
	}
	ul.user-login > li:first-child { 
		font-size: .8rem; 
	}
	.audience-band.postlogin li a{
		font-size: 0.8rem; 
		margin: 0 0.4rem; 
		padding:10px 0 0; 
	}
	ul.user-login li a {
		font-size: .8rem; 
	}
	ul.user-login li a .img-responsive {
		max-width: 95%;
	}

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img { 
		max-width: 92%;
	}
  
	/* Commenting this out, causing issue on pages like /brokers/resources/how-to-become-contracted.page, can't remember why I made this in the first place
    .generic {
		padding-left: 8%;
	}*/
}


@media screen and (max-width: 1366px) {  

	.audience-band.postlogin {
		margin-left: -390px !important;
	}

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img { 
		max-width: 95%;
	}    
  
  ul.mega-main.postlogin-more li a {
	  font-size: .85rem; 
	 }
	
	.row.advantage-third .icon-md, .row.advantage-second .icon-md {
		width: 50px !important;		
		height:auto;
	}

	iframe.embed-responsive-item {
		max-width: 100%;
	}
}


@media screen and (max-width: 1280px) {
	.col-sm-4.option1.last ul.list-unstyled li a:before { 
		height: 24px;  
	}  

	.audience-band.postlogin {
		margin-left: -370px !important;
	}

	.audience-band.postlogin li a {
		font-size: 0.75rem;
	} 

	ul.user-login li {
		font-size: .75rem !important;
	}

	/*section[role="banner"] .carousel, 
	section[role="banner"] .carousel .carousel-inner  
	 {
		height: 400px;
	}

	section[role="banner"] .carousel .carousel-inner img {
		height: 400px; 
	} */

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img { 
		max-width: 104%;
	} 
  
	/* Commenting this out, causing issue on pages like /brokers/resources/how-to-become-contracted.page, can't remember why I made this in the first place
    .generic {
		padding-left: 5%;
	}*/
}


@media screen and (max-width: 1170px) { 
	.homepage-cta-container.greybg {
		margin-left: 5px;
	}
	
	.col-sm-4.option1.last a.white-arrow-right::after {
		display: none;
	}

	.homepage-cta-container.bluebg.transforming .row > [class*='col-']:first-child {
		padding-left: 0px;
	}

	ul.mega-main.postlogin li {
		flex-basis: initial;
	}    

	.audience-band.postlogin {
		margin-bottom: -10px;
		margin-left: -80px !important;
		margin-top: 10px;
	}

	.audience-band.postlogin li a {
		font-size: 0.9rem;
	}

	ul.user-login {
		margin-left: -730px;
		margin-top: -80px;
	} 

	ul.user-login li {
		font-size: .8rem !important;
		padding-bottom: 0;
	}

	ul.user-login li a img {
		max-width: 80%;
	}

	ul.user-login li.dropdown img {
		max-width: 80%;
	}

	/*section[role="banner"] .carousel, 
	section[role="banner"] .carousel .carousel-inner  
	 {
		height: 380px;
	}

	section[role="banner"] .carousel .carousel-inner img {
		height: 380px; 
	}*/ 

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img { 
		margin-bottom: -15px;
		margin-top: 0px;
	} 
  
	/* Commenting this out, causing issue on pages like /brokers/resources/how-to-become-contracted.page, can't remember why I made this in the first place
    .generic {
		padding-left: 1.6%;
	}*/
}

@media screen and (max-width: 1112px) {

	.audience-band li a {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}

	.bg-insurance-basics-subpage-banner-1 {
		background-position-x: -160% !important;
	}

	.cta-bar.clearfix.show-lg .col-sm-3.option1 label select {
		max-width: 92%;
	}
	
	.cta-bar.clearfix.show-lg .col-sm-3.option1 label:after {
		right: 28px;
	}

}

@media screen and (max-width: 1080px) { 
	/*.homepage-cta-container.greybg .row > [class*='col-'] {  
		margin-right: 22px;  
	}   */ 

	.audience-band.postlogin {
		margin-left: 0px !important; 
	}

	ul.user-login {
		margin-left: -600px; 
	} 

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img { 
		margin-bottom: -30px;
		margin-top: 0px;
		max-width: 95%;
	} 

	.bg-insurance-basics-subpage-banner-1 {
		background-position-x: -150% !important;
	}
  
	/* Commenting this out, causing issue on pages like /brokers/resources/how-to-become-contracted.page, can't remember why I made this in the first place
    .generic {
		padding-left: 1.5%;
	}*/   
}

@media screen and (max-width: 1024px) {  

	.audience-band li a {
		margin-left: 0.7rem;
		margin-right: 0.7rem;
	}

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 { 
		margin-bottom: -10px;
		margin-top: -15px; 
	}

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3+p {
		line-height: 1.2;
	}

	/*.homepage-cta-container.greybg .row > [class*='col-']:first-child {  
		margin-left: 5px;  
	} 

	.homepage-cta-container.greybg .row > [class*='col-'] {  
		margin-right: 18px;  
	}*/
  
	.homepage-cta-container.greybg .imagerow {
	    background-size: 105% 100%;
		/* x, y */
		height: 135px;
	  }
	
	.col-sm-4.option1.last ul.list-unstyled li a:before { 
		display: none; 
	}

	.carousel-inner .info-block { 
		top: 8%;
	} 

	.homepage-cta-container.greybg {
		margin-left: 0px;
	}

	.homepage-cta-container.bluebg.transforming .row > [class*='col-']:first-child p {
		font-size: 1.55rem;
		line-height: 2;
	}

	.cta-bar.clearfix.show-lg .col-sm-4.option1 label select,
	.cta-bar.clearfix.show-lg .col-sm-4.option7 label select {
		width: 220px;
	}

	section[role="banner"] .carousel, 
	section[role="banner"] .carousel .carousel-inner  
	 {
		height: 350px;
	}

	/*section[role="banner"] .carousel .carousel-inner img {
		height: 350px; 
	} */

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img { 
		margin-bottom: 20px;
		margin-top: -5px;
		max-width: 105%;
	}  

	.bg-insurance-basics-subpage-banner-1 {
		background-position-x: -130% !important;
	}

	.cta-bar.clearfix.show-lg .col-sm-3.option1 label select {
		max-width: 83%;
	}
	
	.cta-bar.clearfix.show-lg .col-sm-3.option1 label:after {
		right: 50px;
	}

}

@media screen and (max-width: 990px) { 

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img {
		margin-left: -40%;
		width: 170%;
		max-width: 200%;
	}

	/*.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3+p {
		line-height: 1.2;
	}*/

	.homepage-cta-container.bluebg { 
		padding: 25px 0;
	}  

	.homepage-cta-container.bluebg.transforming .row > [class*='col-']:first-child p {
		font-size: 1.55rem;
	}

	.homepage-cta-container.bluebg.transforming .row > [class*='col-']:first-child p {
		font-size: 1.40rem;
		line-height: 3.5;
	}

	.homepage-cta-container.bluebg.transforming .row > [class*='col-']:last-child {
		 padding-right: 30px;
	}

	.carousel-inner .info-block h2 {
		padding-left: 15px;
	}

	.ls-cmp-wrap#w1450874495197 .info-block-b.first-col-12 h2 {
		margin-left: 0px;
		max-width: 100%;
	}

	.ls-cmp-wrap#w1450874495197 .info-block-b.first-col-12+.row.no-padding.clearfix {
		margin-top: 20px;
	} 

	ul.user-login {
		margin-left: -620px;
		margin-top: -62px;
	}  

	ul.user-login li {
		font-size: 1rem !important;
		padding-bottom: 0;
	}

	ul.user-login li a img {
		max-width: 100%;
	}

	ul.user-login li.dropdown img {
		max-width: 100%;
	} 

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img {
		margin-bottom: 10px;
		margin-left: -70%;
		width: 190%;
		max-width: 200%;
	} 

	.one-col-resp .ls-area#body-content .ls-area-body {
		margin-top: 0px; 
	}
	
	section[aria-label="Featured links for Desktop"] .cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img {
		margin-left: -30px;
		max-width: 60%;
		width: 60%;
	}

	.bg-insurance-basics-subpage-banner-1 {
		background-position-x: center !important;
	}

}

@media screen and (max-width: 900px) {

	/*.homepage-cta-container.greybg .row > [class*='col-'] {  
		margin-right: 15px;  
	}
  
	.homepage-cta-container.greybg .imagerow {
	    background-size: 108% 100%;
		/* x, y */
		/*height: 125px;
	  }*/

	 .homepage-cta-container.greybg .textrow {
		padding: 35px 20px;
	 } 

	.audience-band-header {
		padding: 15px;
	}

	.audience-band-tabs .col.col-6.blue-bg a  {
		padding-bottom: 15px;
	}

	.carousel-inner .info-block { 
		top: 0;
	}

	/*.carousel-inner .info-block h3 {  
		width: 50%; 
	}*/ 

	.homepage-cta-container.bluebg.transforming .row > [class*='col-']:first-child p {
		font-size: 1.30rem; 
	}

	/*.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3+p {
		line-height: 1.1;
	}  */

	.homepage-cta-container.bluebg.transforming .row > [class*='col-']:first-child img {
		margin-right: 15px; 
	}
	
	.col-sm-4.option1 p, .col-sm-4.option1 ul li {
		font-size: .9rem;
	} 

	.cta-bar.clearfix.show-lg .col-sm-4.option1 label select,
	.cta-bar.clearfix.show-lg .col-sm-4.option7 label select {
		font-size: .85rem;
		width: 200px;
	}

	section[role="banner"] .carousel, 
	section[role="banner"] .carousel .carousel-inner  
	 {
		height: 300px;
	}

	/*section[role="banner"] .carousel .carousel-inner img {
		height: 300px; 
	}*/

	.carousel-inner .info-block h2 {
		margin-top: 25px;
	}  

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img {
		margin-bottom: 0px; 
		width: 200%;
		max-width: 200%;
	}  

	.bg-insurance-basics-subpage-banner-1 {
		background-position-x: -130% !important;
	}

	.cta-bar.clearfix.show-lg .col-sm-3.option1 label select {
		font-size: 14px;
		max-width: 73%;
	}
	
	.cta-bar.clearfix.show-lg .col-sm-3.option1 label:after {
		right: 77px;
	}

}

@media screen and (max-width: 820px) {  

	.carousel-inner .info-block h2 {
		padding-top: 20px;
	}

	/*.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3+p {
		font-size: .9rem;
		line-height: 1;
	} */
  
  	.col-sm-4.option7.last ul.list-unstyled li {
      	font-size: 1.1rem;
  	}  
  
  	.col-sm-4.option7.last ul.list-unstyled li a {
      	font-size: .9rem;
  	}
	
	.col-sm-4.option7.first p {
		font-size: .9rem;
	}  

	.homepage-cta-container.bluebg.transforming .row > [class*='col-']:first-child p {
		font-size: 1.20rem; 
	}
	
	.col-sm-4.option1 p, .col-sm-4.option1 ul li {
		font-size: .85rem;
		line-height: 1.3;
	} 

	.cta-bar.clearfix.show-lg .col-sm-4.option1 label select,
	.cta-bar.clearfix.show-lg .col-sm-4.option7 label select {
		font-size: .83rem;
		padding-left: 5px;
		width: 180px;
	}
	
	.cta-bar.clearfix.show-lg .col-sm-4.option1 label:after,
	.cta-bar.clearfix.show-lg .col-sm-4.option7 label:after {
		right: 5px;
	} 

	ul.user-login {
		margin-left: -480px; 
		margin-top: -67px;
	}  

	section[role="banner"] .carousel, 
	section[role="banner"] .carousel .carousel-inner  
	 {
		height: 270px;
	}

	/*section[role="banner"] .carousel .carousel-inner img {
		height: 270px; 
	}*/

	.carousel-inner .info-block h2 {
		margin-top: 15px;
	}

	.cta-bar.clearfix.show-lg .col-sm-3.option1 label select {
		font-size: 12px;
		max-width: 65%;
	}
	
	.cta-bar.clearfix.show-lg .col-sm-3.option1 label:after {
		right: 97px;
	}
  
}

@media screen and (max-width: 770px) { 

	.homepage-cta-container.greybg .row > [class*='col-'] {  
		margin-right: 10px; 
	}
  
	.homepage-cta-container.greybg .imagerow {
	    background-size: 118% 100%;
		/* x, y */
		height: 120px;
	  }

	 .homepage-cta-container.greybg .textrow {
		padding: 25px 20px;
	 }

	.carousel-inner .info-block { 
		top: -20px;
	}

	/*.carousel-inner .info-block h3 {  
		width: 42%; 
	}*/

	.carousel-inner .info-block h2 {
		padding-top: 30px;
	}

	.homepage-covid-container .cta-btn {
		max-width: 100%;
	} 
  
  	.col-sm-4.option7.last ul.list-unstyled li a {
      	font-size: .85rem;
  	}

	.col-sm-4.option7.last ul.list-unstyled li a.white-arrow-right:after {
		display: none;
	}

	.homepage-cta-container.bluebg.transforming .row > [class*='col-']:first-child img {
		margin-left: 80px;
		margin-right: 80px; 
		max-width: 25%;
	}  

	.homepage-cta-container.bluebg.transforming .row > [class*='col-']:first-child p {
		font-size: 1.50rem; 
		line-height: 2;
	}

	.homepage-cta-container.bluebg.transforming .row > [class*='col-']:last-child {
		 padding-right: 15px;
	} 

	.cta-bar.clearfix.show-lg .col-sm-4.option1 {
		padding-left: 15px;
	} 

	.cta-bar.clearfix.show-lg .col-sm-4.option1:last-child {
		padding-right: 10px;
	} 

	ul.user-login {
		margin-left: initial; 
		margin-right: -60px;
	}

	section[role="banner"] .carousel, 
	section[role="banner"] .carousel .carousel-inner  
	 {
		height: 250px;
	}

	/*section[role="banner"] .carousel .carousel-inner img {
		height: 250px; 
	}*/

	.carousel-inner .info-block h2 {
		margin-top: 10px;
	}  

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img {
		margin-bottom: -5px;  
		width: 170%; 
	}

}

@media screen and (max-width: 414px) { 

	#image-carousel.carousel {
		background: #ccc;
		/*height: 210px;*/
	}

	/*#image-carousel.carousel .carousel-inner img {
		max-width: 140%;
		width: 140%; 
	}*/

	/*#image-carousel.carousel .carousel-inner .info-block h2 {
		font-size: 1.8rem;
		margin-bottom: 0px;
        width: 80%;
	}*/

	.carousel-inner .info-block {
		left: 8%; 
	}

	/*.carousel-inner .info-block h3 { 
		font-size: .9rem;
		line-height: 1rem;
		margin-bottom: .1rem;
		width: 50%; 
	}*/
	
	.login-alert .container p {
		font-size: .8rem;
	}

	.carousel-inner .info-block h3+.btn.btn-primary {
		font-size: .9rem;
		width: 60%;
	}

	/*.homepage-covid-container .row {
		display: block;
		width: 100%;
	}*/
	
	.homepage-covid-container .row .col-6.col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	    width: 100%;
		display:  block; 
	}

	.homepage-covid-container.cta { 
		padding-top: 25px;
	}

	.homepage-covid-container .cta-btn {
		display: block;
		margin: 0 auto;
		max-width: 90%; 
	}

	.homepage-covid-container .closeknit {
		margin-top: 20px;
		padding-left: 15px;
	}

	.homepage-cta-container.bluebg .row {
		display: block;
	}
	
	.homepage-cta-container.bluebg .row > [class*='col-'] {
		display: block;
		margin-bottom: 30px;
		margin-top: 10px;
		max-width: 100%;
		width: 100%;
	}

	.homepage-cta-container.bluebg .row > [class*='col-'] header {
		margin-bottom: 10px;
	}

	.homepage-cta-container.greybg .row  {
		display: block;
	}  

	.homepage-cta-container.greybg .row > [class*='col-']:first-child { 
		margin-left: 5%;
		margin-top: 0;
	}

	.homepage-cta-container.greybg .row > [class*='col-'] {  
		display: block;
		margin-left: 5%;
		margin-top: 1.5rem;
		max-width: 100%;
		width: 90%;
	}
  
	.homepage-cta-container.greybg .imagerow {  
		height: 150px;
	  }

	.box-border div:first-child {
		border-right: 0px;
	}

	.carousel-inner {
		height: 180px;
	}

	.carousel-indicators {
		bottom: -10px;
	}

	.homepage-cta-container.bluebg.transforming .row > [class*='col-']:first-child img {
		margin-left: 0px;
		margin-right: 15px; 
		max-width: 20%;
	} 
  
  	.col-sm-4.option7.last ul.list-unstyled li a {
      	font-size: 1rem;
  	} 

	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3+p {
		font-size: 1rem;
		line-height: 1.5;
	} 
	
	.col-sm-4.option7.first p {
		font-size: 1rem;
	}
	
	.col-sm-4.option7.first, 
	.col-sm-4.option7, 
	.col-sm-4.option7.last,
	.col-sm-4.option1 {
		height: auto !important;
	}

	.cta-bar.clearfix.show-lg .col-sm-4.option1:not(:last-child),
	.cta-bar.clearfix.show-lg .col-sm-4.option7:not(:last-child),
	.cta-bar.clearfix.show-lg .col-sm-3.option1:not(:last-child) {
		border-right: 0; 
	} 
	
	.col-sm-4.option7.first p a.btn.btn-primary, 
	.cta-bar.clearfix.show-lg .col-sm-4.option7 p a.btn.btn-primary {
		width: 100%;
	}

	.cta-bar.clearfix.show-lg .col-sm-4.option1,
	.cta-bar.clearfix.show-lg .col-sm-4.option7,
	.cta-bar.clearfix.show-lg .col-sm-3.option1 {
		margin: 0; 
		padding: 10px 0px; 
	}   

	.cta-bar.clearfix.show-lg .col-sm-4.option1 label select,
	.cta-bar.clearfix.show-lg .col-sm-4.option7 label select,
	.cta-bar.clearfix.show-lg .col-sm-3.option1 label select {
		font-size: 1rem;
		padding-left: 15px;
		width: 320px;
	}
	
	.cta-bar.clearfix.show-lg .col-sm-4.option1 label:after,
	.cta-bar.clearfix.show-lg .col-sm-4.option7 label:after,
	.cta-bar.clearfix.show-lg .col-sm-3.option1 label:after {
		right: 14px;
	}

	.homepage-cta-container.greybg .col-4 .textrow .btn-primary.cta-btn {
		display: block;
		margin: 0 auto;
	}
	
	.col-sm-4.option1 p, .col-sm-4.option1 ul li {
		font-size: 1rem;
		line-height: 1.4;
	}  
	
	.col-md-12.light-blue-bg .img-responsive {
		display: block;
		margin: 0 auto 15px; 0;
	} 

	ul.user-login li {
		font-size: .8rem !important;
		padding-bottom: 0;
		padding-right: 5px;
	}

	ul.user-login li a img {
		max-width: 80%;
	}

	ul.user-login li.dropdown img {
		max-width: 80%;
	} 

	ul.user-login li:first-child {
		display: none;
	}

	ul.user-login { 
		right: 45px;
		margin-left: initial; 
		margin-right: initial; 
		position: absolute;
		top: 142px;
	}

/*	section[role="banner"] .carousel, 
	section[role="banner"] .carousel .carousel-inner  
	 {
		height: 190px;
	}

	section[role="banner"] .carousel .carousel-inner img {
		height: 190px; 
	}

	.carousel-inner .info-block h2 {
		margin-top: 10px;
	} 
*/
	.cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img {
		margin-bottom: 5px;
		margin-left: -120%;
		width: 300%;
		max-width: 300%;
	} 
	
	.iw_component > section[role="contentinfo"] .logo.simplecolumn {
		padding-left: 4%;
	}
	
	section[aria-label="Featured links for Desktop"] .cta-bar.clearfix.show-lg .col-sm-4.option7:nth-child(3) h3 img { 
		max-width: 75%;
		width: 75%;
	}

	.cta-bar.clearfix.show-lg .col-sm-3.option1 label select { 
		max-width: 100%;
	}  

	section[aria-label="Featured links for Desktop"] .cta-bar.clearfix.show-lg .col-sm-3.option1 {
		 height: auto !important;
	}
	
/* Commenting this out, causing issue on pages like /brokers/resources/how-to-become-contracted.page, can't remember why I made this in the first place
    .generic {
		padding-left: 4%;
	} */

}

@media screen and (max-width: 375px) {

/*	#image-carousel.carousel .carousel-inner img {
		margin-left: -36%;
        max-width: 180%;
        width: 180%;
	}*/

	.carousel-inner .info-block { 
		top: -25px;
	} 

	/*.carousel-inner .info-block h3 { 
		font-size: .8rem; 
	}*/

	ul.user-login { 
		right: 5px;
		margin-left: initial; 
		margin-right: initial; 
		position: absolute;
		top: 160px;
	}
}

/* Fixing "COVID Resource Call out to align it center in mobile" issue 10/31/22 */
/*@media screen and (max-width: 414px) {

	.homepage-covid-container {
		padding-left: 6% !important;
		text-align: center;
		width: 102%;
	}
}

@media screen and (max-width: 375px) {

	.homepage-covid-container {
		padding-left: 7% !important; 
	}

	.homepage-covid-container img {
		margin-left: 5%;
	}

	.homepage-covid-container p.homepage-card-title {
		margin-left: 5%;
	}
}*/
.left-nav-section a {
  text-decoration:underline;
}

.left-nav-section a:hover{
  text-decoration:none;
}

/* Changing Prospect CTAs to display all content on mobile, stacked */
/* Backing up this information just in case
employer-solutions.xml mobile icon
/carefirst-resources/responsive-full-width/images/icon-needinsurance.png
find-a-doctor.xml mobile icon
/carefirst-resources/responsive-full-width/images/icon-findadoc.png
need-health-insurance.xml mobile icon 
/carefirst-resources/responsive-full-width/images/icon-needinsurance.png */
@media screen and (max-width: 991px) { 

	section[aria-label="Featured links for Mobile"] div.d-lg-none {
		display: none !important;
	} 

	section[aria-label="Featured links for Desktop"] div.d-none.d-lg-block {
		display: block !important;
	}

	section[aria-label="Featured links for Desktop"] div.d-none.d-lg-block .col-4.cta-section { 
		padding: 20px; 
	}

	section[aria-label="Featured links for Desktop"] div.d-none.d-lg-block .col-4.cta-section .title-bottombar {
		margin-left: 0;
	}
}

@media screen and (max-width: 414px) { 
	section[aria-label="Featured links for Desktop"] div.d-none.d-lg-block .col-4.cta-section {
		border-bottom: 1px solid #ddd;
		flex: 100%;
		-ms-flex: 100%;
		max-width: 100%; 
		width: 100%;
	}

	section[aria-label="Featured links for Desktop"] div.d-none.d-lg-block .col-4.cta-section:last-child {
		border-bottom: none;
	}
}

/* Blue Alert box on top for main sites */
.urgent-msg.covid {
  display: none; /* Change to block when we need to put an alert back */
}

body.covidpage .urgent-msg.covid {
  display: block;
}

/* Style(s) added for Siteimprove */

.subheader-element {
    font-size: 1.4rem;
    font-weight: 400;
    color: #003359;
    font-family: inherit;
    padding: 0.5rem 1rem;
    margin: 0.2rem -1.0rem;
    line-height:1.75rem;
}

/* ADDED 4/5/23 by JP to make the top blue banner urgent message have underlined links. Couldn't add it to additions.css because it was currently in QA limbo at the time */
.urgent-msg a
{ 
   text-decoration:underline !important;
}
.urgent-msg a:hover
{ 
   text-decoration:none !important;
}

/* Added by JP 7/21/23 - line height changed here and not in additions.css because of discrepency between live and server versions of the file*/
.carousel.membersite .carousel-inner .info-block h2 {
  line-height: 1.3 !important;
}

section[role="banner"] .carousel .carousel-inner img[alt~="Woman"] {
    transform: scale(1.5);
    right: 10%;
    position: relative;
}
section[role="banner"] .carousel .carousel-inner img {
    /*transform: scale(1.5);
    right: 0%;
    position: relative;*/
}
    img.hero-banner {
        transform: scale(1.05);
        position: inherit;
    }

/* Media queries - XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    img.hero-banner {
        top: 100px;
    }
  	section[role="banner"] .carousel .carousel-inner img[alt~="Brokers"], section[role="banner"] .carousel .carousel-inner img[alt~="smiling"] {
        top: -20%;
        position: absolute;
    }
}

.row.teaser .col-12:has(img[alt~="Zocalo"]) {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

/* Media queries - Medium devices (tablets, 768px and up) to Large devices (desktops, 991px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    section[role="banner"] .carousel, section[role="banner"] .carousel .carousel-inner {
        height: 290px;
    }
    #image-carousel.carousel .carousel-inner .info-block h2 {
        font-size: 1.8rem;
        margin-bottom: 0px;
        width: 80%;
    }
    section[role="banner"] .carousel .carousel-inner img {
        transform: scale(1.25);
        top: 10%;
        position: relative;
    }
		.carousel-inner .info-block h3+.btn.btn-primary {
		font-size: 1rem;
		width: 60%;
	}
	#carouselIndicators img {
    	width: 1421px;
    	max-width: none;
    	right: 19%;
    	position: relative;
	}

}

/* Media queries - Small devices (landscape phones, 576px and up) to Medium devices (tablets, 767px and up) */
@media (min-width: 576px) and (max-width: 767px) {
	section[role="banner"] .carousel, section[role="banner"] .carousel .carousel-inner {
        height: 290px;
    }
	#image-carousel.carousel .carousel-inner .info-block h2 {
        font-size: 1.8rem;
        margin-bottom: 0px;
        width: 80%;
    }
	section[role="banner"] .carousel .carousel-inner img {
        transform: scale(2);
        top: 20%;
        position: relative;
        opacity: .5;
    }
	.carousel-inner .info-block h3+.btn.btn-primary {
		font-size: .9rem;
		width: 60%;
	}
	#carouselIndicators img {
    	width: 1421px;
    	max-width: none;
    	right: 80%;
    	position: relative;
	}
    #carouselIndicators img.img-responsive {
    	opacity: .25;
    }
    img.hero-banner {
        transform: scale(1.35);
        right: -6%;
    }
}

/* Media queries - Responsive timeline on screens less than  260px - Small devices (landscape phones, 576px and up) */
@media (min-width: 260px) and (max-width: 575px) {
	section[role="banner"] .carousel, section[role="banner"] .carousel .carousel-inner {
        height: 340px;
    }
	#image-carousel.carousel .carousel-inner .info-block h2 {
        font-size: 1.8rem;
        margin-bottom: 0px;
        width: 80%;
    }
	section[role="banner"] .carousel .carousel-inner img {
        transform: scale(3);
        top: 20%;
        position: relative;
        opacity: .5;
    }
	.carousel-inner .info-block h3+.btn.btn-primary {
		font-size: initial;
		width: 60%;
	}
	#carouselIndicators img {
    	width: 951px;
    	max-width: none;
	    right: 69%;
    	position: relative;
 	}
	    
	#carouselIndicators .carousel-inner {
        height: 300px;
	}
	#carouselIndicators h2 {
	    font-size: 1.75rem;
		margin: 15px 0px;
		padding:0px;
	}
    #carouselIndicators img.img-responsive {
    	opacity: .25;
    }
    #carouselIndicators .carousel-inner .info-block {
		position: absolute;
		top: 10%;
	}

}
