body {
	color: #19305c;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	vertical-align: top;
}

img {	border:0;}

/* ---------------------- */
/*	Header Styling	*/
/* ---------------------- */
.headbar {
	border-collapse:collapse;
	margin:0;
	padding:2em 0 0.5em 0;
	width: 100%;
}
.gradient_blue {
	background: #19305c; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(-90deg, #19305c 10%, #6b7a95, #19305c 90%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-90deg, #19305c 10%, #6b7a95, #19305c 90%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(-90deg, #19305c 10%, #6b7a95, #19305c 90%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-90deg, #19305c 10%, #6b7a95, #19305c 90%); /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19305c', endColorstr='#19305c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.headertext {
	font-size: 200%;
	line-height: 1;
	color: #fff;
	letter-spacing: 3.5px;
	font-weight: 400;
	margin:.7em auto;
}
.subheader1 {
	font-weight:300;
	color:#fff;
	font-size: 115%;
	line-height:1;
}
.subheader2 {
	font-weight:300;
	color:#fff;
	font-size: 87%;
	line-height:1;
}
.linktext {
	font-style:italic;
	color: #fff;
}


/* ---------------------- */
/*	Body Styling	*/
/* ---------------------- */

#the-grid {
	display: block;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	column-gap: 2em;
	-webkit-column-rule: 1px solid #999;
	-moz-column-rule: 1px solid #999;
	column-rule: 1px solid #999;
	width: 90%;
	max-width: 1350px;
	padding: 0;
	margin:2em auto 3em auto;
}

#the-grid div {
	display: block;
	text-align: left;
	margin: 0 0 1.5em 0;
	padding-left: 1em;
}
#the-grid div p {
	display: inline;
	margin: 0 0 0 1em;
}
#the-grid div p.yr {
	margin: 0 1em 0 0;
}


/* ---------------------- */
/*	Footer Styling	*/
/* ---------------------- */

div.gray-bar {
	background:#DBDFE4;
	width: 100%;
	margin: 2em auto 0 auto;
	padding: 7px 0;
	text-align: center;
	font-size:80%;
	color: #19305c;
	font-style:italic;
}

div.footerbar {
	width: 100%;
	background-color: #19305c;
	padding: 0.5em 0;
	margin: 0;
}

p.foot-text {
	font-size:83%;
	color: #fff;
	text-align: center;
	line-height: 1.35;
	margin: 1em;
}

img.i-logo {
	display: block;
	border: 0;
	margin: 1em auto;
	width: 90%;
	max-width: 180px;
	height: auto;
}





@media screen and (max-width: 1100px) {
  body {
	font-size:11pt;
  }
  #the-grid {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
  }
}


@media screen and (max-width:800px) {
  .headertext {
	font-size:145%;
	letter-spacing: 2.5px;
  }
  .subheader2 {
	font-size: 87%;
  }
  #the-grid {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	width: 95%;
	margin: 2em auto;
  }
  #the-grid div {
	margin: 0 0 1em 0;
  }
}

@media screen and (max-width:475px) {
  .headertext {
	font-size:120%;
  }
  #the-grid {
	display: block;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-width: 87%;
	-moz-column-width: 87%;
	column-width: 87%;
	margin: 2em auto;
  }
  #the-grid div {
	display: block;
	max-width: 225px;
	margin: 0 auto 0.66em auto;
  }
}