@charset "UTF-8";
/* CSS Document */

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0; 
}
img {
	border: 0;
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
}
/*******separate container widths are the same becasue because expanding bkg image*******/
.bcbslogo,
h5,
footer {
	margin: 0 auto;
	max-width: 1024px;
}
/*******end containing widths*******/	
	
.bcbslogo img {
	margin: 10px 0px 5px 0px;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}

.main {
	background-color: #fff;
	max-width: 1024px;
	margin: 250px auto 0 auto;
	padding: 0px 10px 0px 10px;
}

.headerContainer {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
}

header {
	height: 200px;
	margin: 60px 0px 0px 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ffffff;
	overflow: hidden;
	background-image: url(../images/mastbkg.png);
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
	-webkit-box-shadow:0px 10px 15px 0px rgba(50, 50, 50, 0.30);
	-moz-box-shadow:0px 10px 15px 0px rgba(50, 50, 50, 0.30);
	box-shadow:0px 10px 15px 0px rgba(50, 50, 50, 0.30);
	position: fixed;
	top: 0;
	left: 0;
}

header .bluereviewTitle {
	text-align: left;
	margin: 50px 0 0 0;
}
.opaqueBar {
	background: rgba(255, 255, 255, .5);
	padding: 5px 0px 5px 0px;
}
section {
	margin: 0 auto;
}
section img.wide {
	width: 100%;
	height: auto;
}
.shadow {
	background: url(../images/shadow.jpg);
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
}

/**********  header smaller on scroll  **********/
header.smaller {
	position: fixed;
	height: 90px;
	top: 0;
	left: 0;
	margin:0;
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
header.smaller img {
	width: 200px;
	height: 41px;
	-webkit-transition: height 1s, width 0.5s;
	-moz-transition: height 1s, width 0.5s;
	-ms-transition: height 1s, width 0.5s;
	-o-transition: height 1s, width 0.5s;
	transition: height 1s, width 0.5s;
}
header.smaller .bluereviewTitle {
	margin: 10px 0 0 0px; 
}

header.smaller .opaqueBar h5{
	font-size:10px;
	line-height:15px;
}


/*=========================================
END HEADER CONTENT AND START BODY CONTENT
===========================================*/

/*=====Top Medicaid landing page section with left vertical blue bar=====*/
.verticalline {
	border-left: 8px solid #0174b4;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 15px;
}

/*=====Navy section header bar=====*/
.sectionhead {
	background:#00497b;
	padding: 8px 0px 5px 10px;
	margin: 25px 0px 15px 0px;
	width: 100%;
}

/*=====h1 is the super huge intro text that says "hot topics" at the top=====*/
h1 {
	font-size: 24px;
	line-height: 36px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #00497b;
	font-weight: bold;
}

/*=====h2 is the date on the right side =====*/
h2 {
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	font-weight: normal;
	margin: 0px 0px 30px 0px;
}

/*=====h3 is the standard article header text =====*/
h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	color: #0174b4;
}

/*=====h3 is the static footer text headline copy =====*/
h3.footertext {
	font-size: 20px;
	line-height: 26px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

/*=====h4 is the white copy in the navy header bars=====*/
h4 {
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
}

/*h5 is text under bluereview mast title in opaque bar*/		
h5 {
	font-size: 12px;
	line-height: 17px;
	color: rgb(0,69,145);
	text-align: left;
	font-weight: normal;
}


/*==================================
PRINT ICON FOR LANDING PAGES
===================================*/	
.printpage {
	cursor: pointer;
}
.printpage img {
	opacity: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.printpage img:hover {
	opacity: .5;
}


/*==================================
STANDARD TAGS
===================================*/			

table {
	margin: 0px 0px 19px 0px;
	border: 1px solid #000000;
}

table td {
	padding: 10px;
}

tr.top {
	background: #4da6d8;
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	vertical-align:middle;
}

tr.grey {
	background: #e6e6e6;
	border: 1px solid #000000;
	vertical-align:middle;
}

tr {
	background: #ffffff;
	border: 1px solid #000000;
	vertical-align:middle;
}

td{
	border: 1px solid #000000;
}
			
p {
	margin: 0px 0px 15px 0px;
}

p.nospaceAfter {
	margin: 0px 0px 0px 0px;
}


hr.pagebreak {
	border-top: 1px solid #0080c7;
	margin: 25px auto 25px auto;
	max-width: 1024px;
}
p.legal {
	font-size: 10px;
	line-height: 17px;
	margin: 0px 0px 5px 0px;
}

ul,
ol {
	margin: 0px 0px 19px 0px;
	padding: 0px 0px 0px 20px;
}

ul.nospaceAfter, ol.nospaceAfter{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

sup {
	font-size: 10px;
	vertical-align: top;
	line-height: 90%;
}

sup.legal {
	font-size: 8px;
	vertical-align: top;
}

sup.title {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	vertical-align: top;
}

span.noWrap {
	white-space: nowrap;
}


/*==================================
BUTTONS AND LINKS
===================================*/	

a.blueButton {
	background-color: #0174b4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff !important; /*so that the section a:link gets overidden*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 24px;
	text-decoration: none;
}

a.blueButton:link {
	color: #0174b4;
	text-decoration: none;
}

a.blueButton:visited {
	color: #0174b4;
}

a.blueButton:hover {
	background-color: #666;
}

a.bottomURL {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
}

/* EVERY LINK TAG */
a:link {
	color: #0174b4;
}
a:visited {
	color: #0174b4;
}
a:hover {
	color: #666;
}

/*==================================
FLEX GROUP ITEMS
===================================*/

/*===== flex box for webinar RSVPs =====*/		
.topflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	background: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
	
.flexBackground {
	width: 300px;
	height: auto;
	margin: 0px 15px 10px 0px;
	padding: 15px 15px 0px 15px;
	background: #EDEDED;
	flex-grow: 1;
	flex-shrink: 0;
}


/*=====flex module boxes at bottom of medicare page=====*/		
.flex-container {
	margin: 20px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.module-top {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	flex-grow: 2;
	flex-shrink: 2;
	background: #f9f9f9;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.module-1 {
	width: 300px;
	height: auto;
	margin: 0px 10px 10px 0px;
	padding: 20px;
	flex-grow: 1;
	flex-shrink: 1;
	background: #EDF6FB;
}

.module-2 {
	width: 300px;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	flex-grow: 1;
	flex-shrink: 1;
	background: #EDF6FB;
}

.module-3 {
	width: 100%;
	height: auto;
	padding: 20px;
	flex-grow: 2;
	flex-shrink: 2;
	background: #f9f9f9;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/*=====end module boxes=====*/
	


@media screen and (max-width:1024px) {
.bcbslogo img.left {
	margin: 10px 0px 5px 10px;
}
.bcbslogo img.right {
	margin: 10px 10px 5px 0px;
}
header .bluereviewTitle {
	margin: 50px auto 0 10px;
}
.opaqueBar {
	padding: 5px 10px 5px 13px;
}
section {
	padding: 0px 15px 0px 15px;
}
footer {
	padding: 0px 15px 0px 15px;
}

header.smaller .bluereviewTitle {
	margin: 10px 0 0 10px; 
}
}

@media only screen and (max-width: 650px) {
.flex-item-1 {
	margin: 0px 0px 10px 0px;
}
.flex-rsvp-1of3,
.flex-teaser-1of3,
.flex-teaser-2of3 {
	width: 100%;
}
}

@media only screen and (max-width: 600px) {
.blueButton {
	width: 100%;
	text-align: center;
	margin: -9px 0px 15px 0px;
}
.shadow {
	background-size: 100% 100%;
}
.bcbslogo img.left {
	width: 210px;
	height: auto;
}
.bcbslogo img.right {
	width: 150px;
	height: auto;
	padding-top: 5px;
}

.module-1 {
	margin: 0px 0px 10px 0px;
}
}

@media screen and (max-width:430px) {
.bluereviewTitle img {
	width: 95%;
	height: auto;
}
header {
	height: 150px;
}
header .bluereviewTitle {
	margin: 15px auto 0 10px;
}
table td {
	padding: 7px;
}
tr.top {
	font-size: 14px;
	line-height: 18px;
}
tr.sub {
	font-size: 13px;
	line-height: 18px;
	}
}

@media screen and (max-width:380px) {
header.smaller {
	height: 60px;
}
.bcbslogo img.left {
	width: 170px;
	height: auto;
}
.bcbslogo img.right {
	width: 100px;
	height: auto;
}
}
