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

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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}

span.olCopy {
	font-weight: 400;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	font-size: 16px;
	line-height: 25px;
	font-family: 'Open Sans', Arial, "sans-serif";
 	background-color: #ffffff;
}
/*Start .container CSS*/
.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	padding: 25px 0px 0px 0px;
}
header {
	padding-bottom: 10px;
	border-bottom: 1px;
	border-bottom-color: #0174b4;
	border-bottom-style: dotted;
}

section {
	margin:25px 50px 50px 50px;
}


h1 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 400;
	color:#004a7c;
	margin: 0px 0px 10px 0px;
}


h2 {
	font-size: 24px;
	line-height:30px;
	font-weight: 400;
	color:#0174b4;
	margin: 0px 0px 25px 0px;
}

h2.subhead {
	font-size: 24px;
	line-height:30px;
	font-weight: 400;
	color:#0174b4;
	margin: 0px 0px 0px 0px;
}

h2.holiday {
	text-align: center;
	color: #e10000;
	font-weight: 700;
	font-style: italic;
}

h3 {
	font-size: 18px;
	line-height:28px;
	font-weight: 700;
	color:#004a7c;
}

p {
		margin: 0px 0px 15px 0px;
}

p.blueCopy {color: #004a7c;}

p.legal {
	margin: 0px 0px 15px 0px;
	font-size:12px;
	line-height:22px;
}

em {
	font-style: italic;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

strong {
	font-weight:bold;
}
sup {
	vertical-align: super;
	font-size: 0.6em;
	line-height: 0;
}

sup.title{
	font-size: 14px;
	vertical-align: super;
}

p.bullets {
	margin:0px;
}

p.bottomSpace{
	margin-bottom: 10px;
}

p.caption {
	font-size:0.9rem;
	line-height:1.3rem;
}

hr{margin: 30px 0px 30px 0px;}

img.icon{
	margin: 0px 10px 10px 0px;
}

img {
	border:0;
}
img.printpage {
	padding-top:30px;
	cursor: pointer;
}
img#banner {
	width:100%;
	height: auto;
	display:block;
	border:0;
	}
img.headshotsleft {

	float:left;
	border:0;
	margin: 5px 20px 20px 0px;
}
img.headshotsright {

	float:right;
	border:0;
	margin: 5px 0px 20px 20px;
}
img.largeright {
	width:60%;
	float:right;
	border:0;
	margin: 5px 0px 10px 20px;
}

img.charts {
	border:0;
	margin: 5px 20px 10px 0px;
}

img.thisandthat {
	border:0;
	margin: 20px 20px 0px 0px;
	vertical-align: middle;
	width: 80px;
}


section a:link { 
	text-decoration:none;
	color:#0174b4;
	font-weight:normal;
	word-wrap:break-word;
}

section a:visited{
	color:#0174b4;
}

section a:hover{
	color:#0174b4;
	text-decoration: underline;
}

a.pointer {
	cursor:pointer;
}

section ul{
	list-style: disc;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 20px;
}

section ul.thisandthat{
	list-style: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

section ol{
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 25px;
	font-weight: 400;
}

section li{
	margin: 0px 0px 0px 15px;
}

section ul ul{
	list-style:circle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.callout {
	margin: 0px 0px 15px 15px;
	width: 300px;
	height: auto;
	border: #DAD9D9 solid 1px;
	float: right;
}

.blueBar{
	background:#004a7c;
	color:white;
	padding: 15px;
	font-size: 20px
}

.calloutContent{
	padding: 15px;
}

.calloutContent ul{
	list-style: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

td#follow {
	font-family: 'Open Sans', sans-serif;
	font-size:1rem;
	line-height:1.3rem;
	padding:20px 20px 5px 0px;
}

a.web:link {
  color: #ffffff;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	text-decoration: none;
}

a.web:visited {
  color: #ffffff;
}

a.web:hover {
  color: #ffffff;
}

.social{
	padding: 15px 0px 15px 0px;
}

.social img{
	margin-right: 10px;
}

section td.contact{
	padding: 0px 5px 15px 0px;
}

footer {
   position:relative;
	clear: both;
   bottom:0px;
   width:100%;
   height:auto;   /* Height of the footer */
   background:#004a7c;
	padding: 50px 50px 50px 50px;
}


footer section{
	max-width: 900px;
	width: 100%;
	text-align: left;
	margin: 0 auto;
}

footer section p {
	font-size: 10px;
	line-height: 18px;
	font-weight: 400;
	color: #ffffff;
	margin: 0px 0px 5px 0px;
}


footer a:link {
  color: #ffffff;
	text-decoration: underline;
}

footer a:visited {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
	text-decoration:none;
}


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

	.container{
		padding: 25px 15px 0px 15px;
	}	

img.headshotsleft {

	float:left;
	border:0;
	margin-right:20px;
	margin-bottom:20px;
}
img.headshotsright {

	float:right;
	border:0;
	margin-left:20px;
	margin-bottom:20px;
}
}

@media screen and (max-width:700px){
	.callout {
	margin: 0px 0px 15px 15px;
	width: 100%;
	height: auto;
	border: #DAD9D9 solid 1px;
	float: right;
}
}

@media screen and (max-width: 600px) {
.container {
	padding: 20px;

}
section {
	margin:20px 10px 0px 10px;
}

img.bcbslogo {
	width: 200px;
	height: auto;
}
img.cobrandlogo {
	width: 103px;
	height: auto;
}
img.headshotsleft {
	width:100%;
	height: auto;
	float:left;
	border:0;
	margin-right:20px;
	margin-bottom:20px;
	padding-right: 0px !important;
}
img.headshotsright {
	width:100%;
	height: auto;
	float:right;
	border:0;
	margin-left:20px;
	margin-bottom:20px;
}
div.image {
	width: 100% !important;
	padding-left: 0px !important;
	margin-left: 0px;
}

h1 {
	font-size: 30px;
	line-height: 40px;
}

h2 {
	font-size: 18px;
	line-height:22px;
}	
	
}

@media screen and (max-width:370px){
	img.bcbslogo {
	width: 190px;
	height: auto;
}
	img.cobrandlogo {
	width: 85px;
	height: auto;
}
}