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


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
	font-family: 'Open Sans', sans-serif !important;
	background: #eee;
}

b {
	font-weight: bold;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
li,
button,
a {
	font-family: 'Open Sans', sans-serif;
}

nw {
	white-space: nowrap;
	border-right: solid 1px #a5fdfa;
	display: inline-block;
	margin: 0;
	padding: 0 0.5em;
}

nw:last-child {
	border-right: none;
}

.row {
	max-width: 80em;
}

.external-link:after {
	background: url(../../../../../content/dam/campaigns/common/images/icons/external-white.svg) no-repeat;
	background-size: contain;
	content: '';
	width: 12px;
	height: 11px;
	display: inline-block;
	margin: 0 0 0 5px;
}

.disclaimer {

	font-size: 1em !important;

	margin-top: 4em;

	margin-bottom: 0;

	color: #666;
}

.leaving-website {
	margin: 0 0 2rem;
	padding-left: 15px;
	/*width of the icon plus right spacing*/
	position: relative !important;
}

.leaving-website:before {
	background: url(../../../../../content/dam/campaigns/common/images/icons/external-white.svg) no-repeat left center;
	background-size: contain;
	content: '';
	width: 14px;
	height: 12px;
	display: inline-block;
	padding-right: 5px;
	margin-right: 3px;
}

.pdf-disclaimer {
	position: relative;
	display: inline;
	padding-left: 35px;
}

.pdf-disclaimer:before {
	background: url(../../../../../content/dam/campaigns/common/images/icons/pdf-icon.svg) center no-repeat;
	background-size: contain;
    content: '';
    width: 12px;
    height: 14px;
    position: absolute;
    left: 20px;
    top: 2px;
}


.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


.off-canvas-wrapper {
	box-shadow: 0 800px 0 800px #0e6dbd;
}

.display, .hidden {
	display: none;
}



.thumb-style {
	box-shadow: none; border: none;
}

.width {
	width: 100%;
}

.contact-margin {
	margin-top: 3em;
	display: flex;
	justify-content: center;
	width: 100%;
}

.footer-pos {
	position: relative; top: -2px;
}
/***************************************/
/*HEADER********************************/

header {
	min-height: 104px;
}

header .top-menu .logo {
	height: 72px;
	width: auto;
}

header .top-menu .row {
	background-color: #fff;
	padding: 1em;
}

header .top-menu .left {
	text-align: left;
}

header .top-menu .right p {
	margin-bottom: 0;
	text-align: right;
}

header .top-menu .right p a.spanish {
	font-size: 1.375em;
	font-weight: 600;
	line-height: 1.27;
	letter-spacing: 0.3px;
	text-align: right;
	color: rgba(0, 119, 186, 1);
	text-decoration: none;
	transition: 0.2s all;
}

header .top-menu .right p a.spanish:hover {
	color: rgba(0, 119, 186, 0.75);
	text-decoration: underline;
}

header .top-menu .right p.phone-number {
	font-size: 1.275em;
	font-weight: bold;
	line-height: 1.27;
}

header .top-menu .right p.time {
	font-size: 1.25em;
	line-height: 1.4;
	letter-spacing: 0.3px;
	color: #505050;
}


#ribbon {
	background-color: #0f6dbe;
	padding: 0.5em 1em;
}

.brand-blue #ribbon {
	background-color: #0f6dbe;
	padding: 0.5em 1em;
}

.dark-blue #ribbon {
	background-color: #005587;
	padding: 0.5em 1em;
}

.green #ribbon {
	background-color: #386b3d;
	padding: 0.5em 1em;
}

#ribbon h1 {
	font-size: 2em;
	line-height: 1.42;
	text-align: left;
	color: #ffffff;
	margin-bottom: 0;
}

@media (min-width: 639px) and (max-width:1199px) {
	header .top-menu .row {
		height: 120px;
	}

	header .top-menu .left {
		text-align: left;
	}

	header .top-menu .right p {
		text-align: right;
	}

	header .top-menu .right p.phone-number {
		font-size: 1.1em;
	}

	header .top-menu .right p.time {
		font-size: 1em;
	}

	#ribbon h1 {
		font-size: 1.75em;
	}

}

@media screen and (max-width:640px) {
	header .top-menu {
		padding-bottom: 0;
	}

	header .top-menu .logo {
		min-width: 257px;
	}

	header .top-menu .row {
		height: auto;
	}

	header .top-menu .left {
		text-align: center;
		padding: 0 1em 0.5em;
	}

	header .top-menu .right p {
		text-align: center;
	}

	header .top-menu .right p.phone-number {
		font-size: 1em;
	}

	header .top-menu .right p.time {
		font-size: 1em;
	}

	#ribbon h1 {
		font-size: 1.3em;
		text-align: left;
	}
}

@media (max-width: 800px) {
	.new-line {
		white-space: nowrap;
	}
}

/**************************************/
/*FOOTER STYLES*/
/**************************************/

footer {
	color: #fff;
	font-size: 1em;
	background-color: #007cbf;
    color: white;
    padding-top: 2.5em;
    padding-bottom: 5em;
}

footer .row {
	text-align: center;
	max-width: 62.5rem;
}

footer .row .text {
	max-width: 80%;
    margin-left: 8.3333%;
}

@media screen and (max-width:640px) {
	footer .row .text {
		max-width: 95%;
    	margin-left: 3%;
	}
}

footer p {
	font-size: 1em;
	line-height: 1.6;
	text-align: center;
}

p.legal {
    margin: 1rem 0 2rem;
}

footer hr {
	border-bottom: solid 1px #729ae3;
}

hr.gray-line {
    border: solid #729ae3;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0;
}

footer a {
	color: #A5FDFA;
	white-space: nowrap;
	transition: all 0.4s;
}

footer a:hover, footer a:focus {
    color: #a5fdfa;
}

footer a:hover {
	text-decoration: underline;
}

footer .links a {
	color: #A5FDFA;
}

.display-inline {
	display: inline;
}

.display-block {
	display: block;
}

.display-none {
	display: none;
}

.position {
	position: relative; 
	top: -2px;
}

@media screen and (max-width: 639px) {

	footer {
		text-align: left;
	}

}

.image-holder {
	background-size: cover;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	position: relative;
	height: 528px;
	overflow: hidden;
}

.image-holder .pdf-holder {
	float: right;
	display: block;
	box-shadow: 7px 11px 4px 0 rgba(0, 0, 0, 0.5);
	margin: 3em;
	border: solid 1px rgb(255, 255, 255);
	position: absolute;
	right: 0;
	top: 0;
}

@media (min-width: 639px) and (max-width:1199px) {
	.image-holder {}

	.image-holder .pdf-holder {
		margin: 2em;
	}
}

@media screen and (max-width:640px) {
	.image-holder {
		background-position: 0 0px;
		height: 185px;
	}

	.image-holder .pdf-holder {
    margin: 1em;
    height: 122px;
	}

	.image-holder .pdf-holder img {
		height: 120px;
	}

	
}


/*************MAIN CONTENT********************/
#main-content {
	background-color: #fff;
	padding-top: 2em;
	padding-bottom: 3em;
	padding-left: 3em;
	padding-right: 3em;
	width: 100%;
}

#main-content p.header {
	font-size: 2.25em;
	line-height: 1.42;
	text-align: left;
	color: #0f6dbe;
	letter-spacing: -0.5px;
}

.brand-blue #main-content p.header {
	color: #0f6dbe;
}


.dark-blue #main-content p.header {
	color: #005587;
}

.green #main-content p.header {
	color: #386b3d;
}

#main-content form label {
	font-size: 2em;
	line-height: 1.33;
	text-align: left;
	color: rgb(80, 80, 80);
	margin-bottom: 1rem;
}

#main-content form input[type=text],
#main-content form input[type=email] {
	height: 3.75rem;
	font-size: 1.5em;
	text-transform: uppercase;
	width: 33.33333%;
	margin-bottom: 0.75em;
	color: #505050;
}

#main-content form select {
	height: 3.75rem;
	font-size: 1.5em;
	color: #505050;
	text-transform: uppercase;
}

#main-content form select option {
	font-size: 1em;
}

#main-content form input[type=submit] {
	border-radius: 3.4px;
	border: solid 0;
    background-color: #005587;
	/* background-color: rgba(254, 96, 5, 1); */
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.5px;
	text-align: center;
	color: rgb(255, 255, 255);
	padding: 1em 2em;
	width: 100%;
	cursor: pointer;
	transition: 0.4s background-color;
}

.brand-blue #main-content form input[type=submit],
.dark-blue #main-content form input[type=submit],
.green #main-content form input[type=submit] {
	background-color: #005587;
}

.brand-blue #main-content form input[type=submit]:hover,
.dark-blue #main-content form input[type=submit]:hover,
.green #main-content form input[type=submit]:hover {
	background-color: #003d61
}

#main-content form input[type=button] {
	border-radius: 3.4px;
	border: solid 0;
	/* background-color: rgba(254, 96, 5, 1); */
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.5px;
	text-align: center;
	color: rgb(255, 255, 255);
	padding: 1em 2em;
	min-width: 25%;
	cursor: pointer;
	transition: 0.4s background-color;
}


@media (min-width: 639px) and (max-width:1199px) {

	#main-content {
		padding-top: 2em;
		padding-bottom: 2em;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	#main-content p {
		font-size: 1.7em;
	}

	#main-content p.header {
		font-size: 1.8em;
	}

	#main-content form label {
		font-size: 1.6em;
	}

	#main-content form input[type=text] {
		width: 100%;
	}

	#main-content form input[type=button] {
		width: 30%;
	}

}

@media screen and (max-width:640px) {
	#main-content {
		padding-top: 2em;
		padding-bottom: 2em;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

    #thank-you #phone-number{
		font-size: 1.075em;
		text-align: center;
	}

	#main-content p {
		font-size: 1.375em;
		text-align: left;
	}

	#main-content p.header {
		font-size: 1.25em;
		text-align: left;
	}

	#main-content form label {
		font-size: 1.125em;
	}

	#main-content form input[type=text] {
		width: 100%;
	}

	#main-content form input[type=button] {
		width: 100%;
	}
}




/**************BACK TO TOP BUTTON************/
#back-to-top {
	position: fixed;
	bottom: 26px;
	right: 26px;
	z-index: 1005;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: rgba(255, 255, 255, 0.5);
	color: #022237;
	cursor: pointer;
	border: solid 1px #cbcbcb;
	;
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.2s ease-out;
	opacity: 0;
}

#back-to-top:hover {
	background: rgba(15, 109, 190, 0.5);
	color: #fff;
}

#back-to-top.show {
	opacity: 1;
}

#code-submit-button {
	width: 25% !important;
}

@media screen and (max-width:1023px) {

	#code-submit-button {
		width: 100% !important;
	}

}



@media screen and (min-width: 640px) {
	a[href*="tel:"] {
    color: #454546 !important;
    pointer-events: none;
    cursor: default;
	}

}


.thank-you {
	text-align: center;
	font-size: 2em;
	line-height: 1.42;
	color: #0f6dbe;
	margin-bottom: 1em;
}

.brand-blue .thank-you {
	color: #0f6dbe;
}

.dark-blue .thank-you {
	color: #005587;
}

.green .thank-you {
	color: #386b3d;
}

.callout-box {
	border: solid 1px #cccccc;
	padding: 3em;
	margin-bottom: 1em;
	min-height: 325px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.callout-box p {
	font-size: 22px;
	font-weight: 600;
	height: 6rem; 
	line-height: 1.45;
	text-align: center;
	color: #505050;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: flex-end;
	width: 100%;
}

.callout-box a {
	border-radius: 3.4px;
	border: solid 0;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.5px;
	text-align: center;
	color: rgb(255, 255, 255);
	min-width: 60%;
	cursor: pointer;
	transition: 0.4s background-color;
	background-color: #005587;
	text-decoration: none;
	padding: 1em 2em;
}

.callout-box a:hover {
	background-color: #003d61;
}

p.contact-us {
	font-size: 1.375em;
	font-weight: bold;
	line-height: 1.27;
	letter-spacing: 0.3px;
	text-align: center;
	color: #505050;
}

@media (min-width:640px) and (max-width: 1024px) {
	.callout-box {
		min-height: auto;
	}

	p.contact-us {
		font-size: 1.375em;
		font-weight: bold;
		line-height: 1.27;
		letter-spacing: 0.3px;
		text-align: center;
		color: #505050;
	}


}

@media screen and (max-width:639px) {
	.callout-box {
		min-height: auto;
        margin-bottom: 20px;
	}

	p.contact-us {
		font-size: 1.375em;
		font-weight: bold;
		line-height: 1.27;
		letter-spacing: 0.3px;
		text-align: center;
		color: #505050;
	}


}


#main-content form.request-form label {
	font-size: 1.1em;
	letter-spacing: -0.5px;
	text-align: left;
	color: #505050;
	margin-bottom: 5px;
}

#main-content form.request-form input[type=text] {
	width: 100%;
}

@media screen and (min-width: 640px) {
	#main-content form input[name=PrimaryPhone],
	#main-content form input[name=State],
	#main-content form input[name=ZipCode],
	#main-content form .county-dropdown {
		max-width: 250px;
	}
}

#main-content form input#form-submit {
	margin-top: 2rem;
}

.hidden {
	display: none;
}


.dm{display: none;}
.dm712{display: none;}

.dm.cred{display: none;}
.dm712.cred{display: none;}

#main-content form.request-form input[type=email] {
	width: 100%;
}

#main-content > div{
	margin-bottom: 2em;
}

#code-input {
	margin-bottom: 2em;
}
#main-content #error-message {
	display: none; color: red; font-size: 1em; margin-bottom: 0; font-weight: bold;
}

.select-booklet-message {
	font-size: 22px; font-weight: 600; line-height: 1.45; text-align: left; color: #505050;
}

.select-booklet-message.intro {
	font-size: 2rem;
}

.required-dragger {
	font-size: 14px; letter-spacing: -0.5px; text-align: left; color: #505050;
}

.footer .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
    width: 89%;
}

ul.text-class li:first-child {
	list-style-image: url('../../../../../content/dam/campaigns/common/images/icons/pdf-icon.svg');
}

ul.text-class li:last-child {
	list-style-image: url('../../../../../content/dam/campaigns/common/images/icons/ext-icon.png');
}



.external-link, .external-link-white, .external-link-pdf{
	white-space: nowrap;
}

.pdf-disclaimer .external-link-white {
	text-decoration: underline;
}


.external-link:after {
background: url(../../../../../content/dam/campaigns/common/images/icons/external-white.svg) no-repeat;
background-size: contain;
content: '';
width: 12px; /*width of the icon*/
height: 11px;  /*height of the icon*/
display: inline-block;
margin: 0 0 0 5px;
}

.pdf-disclaimer .external-link-white:after {
background: url(../../../../../content/dam/campaigns/common/images/icons/external-white.svg) no-repeat;
background-size: contain;
content: '';
width: 12px; /*width of the icon*/
height: 11px;  /*height of the icon*/
display: inline-block;
margin: 0 0 0 5px;
	top:2px;
}

#help-bar {
	background-color: #f2f6fa;
	height: 28px;
}

#help-bar a {
	font-size: 0.8em;
	line-height: 28px;
	color: #005487;
	letter-spacing: 0.8px;
	display: inline-block;
	margin-left: 1.5em;
	transition: color 0.4s;
}
#url {
	 color: #fff;
}


/***** radio buttons *****/

.radio-wrapper [type="radio"] {
	opacity: 0;
	position: absolute;
	left: -100px;
	height: 0;
	margin: 0;
	padding: 0;
}

.radio-wrapper label {
	position: relative;
	display: block;
	padding-left: 35px;
	width: 100%;
	height: 100%;
	text-align: left;
}

.radio-wrapper label > img {
	pointer-events: none;
}

.radio-wrapper label::before,
.network-radio label::after {
	position: absolute;
	content: "";
	display: inline-block;
}

.radio-wrapper [type="radio"]:hover + label:before {
	border: 1px solid #005587;
}

/**/
.radio-wrapper label::before {
	height: 24px;
	width: 24px;
	background: white;
	left: 0px;
	top: 0px;
	border: 2px solid #c7c7c7;
	border-radius: 20px;
	position: absolute;
}

/*radio checked*/
.radio-wrapper label::after {
	height: 12px;
	width: 12px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
	left: 6px;
	top: 6px;
	background: #005587;
	visibility: visible;
	position: absolute;
	border-radius: 20px;
	border: none;
}

/*checked state*/

.radio-wrapper input[type="radio"]:checked + label::before {
	background: white;
	border: 2px solid #005587;
}

.radio-wrapper input[type="radio"]:checked + label::after {
	content: "";
	visibility: visible;
}

/*default state*/
.radio-wrapper input[type="radio"] + label::after {
	content: none;
	visibility: hidden;
}

/*Adding focus*/
.radio-wrapper input[type="radio"]:focus + label::before {
	outline: rgb(59, 153, 252) auto 5px;
}

/*error state*/
.radio-wrapper.error-state label {
	color: #e10000;
	font-weight: 600;
}

.radio-wrapper.error-state label::before {
	border: 2px solid #e10000;
}

/* page-specific radio wrapper */
#main-content form .radio-wrapper label {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#main-content form .radio-wrapper {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

