@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;
}
/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
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: 13px;
	line-height: 19px;
}
/*******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;
}
.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.jpg);
	-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;
}

/**********  medicaid styles  **********/
.teaser {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.noBorder {
	border: none;
}
/* contact us section*/
.contactus {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
/* end medicaid styles */

	
h1 {
	font-size: 17px;
	line-height: 22px;
	color: rgb(0,128,199);
	margin: 0px 0px 19px 0px;
}
h2 {
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	font-weight: normal;
	margin: 0px 0px 30px 0px;
}
h3 {
	font-size: 14px;
	line-height: 19px;
	margin: 0px 0px 0px 0px;
	color: rgb(0,128,199);
}
/*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;
}
.red {
	color: #FF0004;
}
.blue {
	color: #0080c7;
}
/*start print icon on every page*/	
.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;
}
/*end print icon on every page*/

	
	/*allows scroll bar at bottom of tables rather than scrolling on whole window*/	
section.tableSection {
	overflow-x: auto;
}
/*==================================
BASIC TAGS
===================================*/			
table {
	margin: 0px 0px 19px 0px;
	border-collapse: collapse;
}
table td {
	padding: 10px;
}
tr.top {
	background: #4da6d8;
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	vertical-align:middle;
}
tr.sub {
	background: #80c0e3;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}
tr.grey {
	background: #e6e6e6;
	color: #333333;
	vertical-align:middle;
}
.noTopborder {
	border-top: none;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
}
.noRightborder {
	border-right: 1px #000000 solid;
	border-right: none;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
}
.noBottomborder {
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: none;
	border-left: 1px #000000 solid;
}
.noLeftborder {
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: none;
}
/*tr.grey td{border-bottom:solid thin #333333;}*/
	
	/*tr:nth-child(3) { border-bottom: solid thin #333333; }*/
			
p {
	margin: 0px 0px 19px 0px;
}

p.medicaidButton {
	margin: 0px 0px 10px 0px;
}

/*p+ul, p+ol{margin:-19px 0px 19px 0px;}*/
	
hr.pagebreak {
	border-top: 1px solid #0080c7;
	margin: 25px auto 25px auto;
	max-width: 1024px;
}
p.legal {
	font-size: 9px;
	line-height: 12px;
	margin: 0px 0px 5px 0px;
}
ul,
ol {
	margin: 0px 0px 19px 0px;
	padding: 0px 0px 0px 20px;
}
sup {
	font-size: xx-small;
	vertical-align: super;
}
.legal sup {
	font-size: 6px;
	vertical-align: super;
}
span.noWrap {
	white-space: nowrap;
}
/*==================================
BUTTONS AND LINKS
===================================*/	
	
.blueButton {
	background-color: #0081c7;
	-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: 13px;
	padding: 10px 24px;
	text-decoration: none;
}
.greenButton {
	background-color: #0ac4a2;
	-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: 13px;
	padding: 10px 24px;
	text-decoration: none;
}
.blueButton:hover,
.greenButton:hover {
	background-color: #0061a7;
}
.blueButton:active,
.greenButton:active {
	position: relative;
	top: 1px;
}
.web {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
.web:hover {
	color: #666;
}
.web:link {
	color: rgb(0,128,199);
	text-decoration: none;
}
.web:visited {
	color: rgb(0,128,199);
}
/*global text links*/
section a:link {
	color: rgb(0,128,199);
}
section a:visited {
	color: rgb(0,128,199);
}
section a:hover {
	color: #666;
}
/*==================================
FLEX GROUP ITEMS
===================================*/

/*=====rsvp was flex area was for august 2016=====*/
.flex-rsvp-top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	border: 1px solid #00aeef;
	background: #e6e7e8;
	margin: 0px 0px 20px 0px;
	padding: 20px;
}
.flex-rsvp-1of3 {
	width: 300px;
	height: auto;
	margin: 0px;
	padding: 10px;
	flex-grow: 1;
	flex-shrink: 0;
}
/*===end rsvp===*/


/*=====teaser flex area on medicare home page=====*/
.flex-container {
	margin: 20px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}
.flex-teaser-1of3 {
	width: 300px;
	height: auto;
	margin: 0px;
	padding: 20px;
	flex-grow: 1;
	flex-shrink: 0;
}
.flex-teaser-2of3 {
	width: 60%;
	height: auto;
	margin: 0px;
	padding: 20px;
	flex-grow: 2;
	flex-shrink: 0;
}

.flex-teaser-3of3 {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 5px 10px 25px 10px;
	flex-grow: 3;
	flex-shrink: 0;
}
/*=====end teasers=====*/		

/*=====flex module boxes at bottom of medicare page=====*/		
.module-top {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	flex-grow: 2;
	flex-shrink: 2;
	background: #EDEDED;
	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: #EDEDED;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

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

/*==================================
Vote
===================================*/
@-webkit-keyframes bump1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bump1 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bump2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bump2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.vote-count {
  width: 40px;
  height: 35px;
  text-align: center;
  color: #881d12;
  font: 20px/1.5 georgia;
  margin-bottom: 10px;
  -webkit-animation: bump .3s;
          animation: bump .3s;
}
.vote-count.bumped {
  -webkit-animation: bump2 .3s;
          animation: bump2 .3s;
}

.vote-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  border: 0;
  background: #fff;
  padding: 15px 12px 15px 40px;
  font: bold 9px/1.2 arial;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #881d12;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  outline: none;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.vote-btn .icon {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
  background: #881d12 url(../images/checkmark.svg) no-repeat 2px 1px;
  background-size: 16px auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.vote-btn.complete {
  padding-left: 15px;
  background: #c1c0bb;
  color: #fff;
}
.vote-btn.complete .icon {
  opacity: 0;
  /* transform: rotateX(90deg); */
  -webkit-transform: scale(0);
          transform: scale(0);
}


/*==================================
END Vote
===================================*/


@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,
.greenButton {
	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: 130px;
	height: auto;
}

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

/*
@media screen and (max-width:500px) {
tr.top {
	display: block;
}
tr.sub {
	display: block;
}
tr.grey {
	display: block;
}
td {
	display: block;
}

tr.top .noblock, tr.grey .noblock {
	display:inline;
}

}
*/

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