@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin:0;
	width:100%;
}
body,td,th {
	font-family: 'Roboto', Arial, Verdana, sans-serif;
	font-size: 19px;
	line-height: 26px;
	color:#21222d;
	font-weight: 400;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	color: #404154;
	clear: both;
	text-align: left;
}
.header {
	margin:auto;
	padding: 15px 0 15px 0;
}
.header IMG {
	max-width:95%;
	height:auto;
}
.subheader {
	margin:auto;
	width: 100%;
	background-color: #404154;
	color: #ffffff;
	font-size: 28px;
	line-height: 33px;
	font-weight: 300;
	padding: 10px 0 10px 0;
}
.whiteBG {
	margin: auto;
	padding: 0;
	width:100%;
	overflow: auto;
}
.blueBG {
	margin: auto;
	padding: 0;
	width:100%;
	overflow: auto;
	background-color: #dfe1f2; 
}
.content {
	width:100%;
	max-width: 1100px;
	margin: 0;
	padding: 16px 24px 24px 24px;
}
.text_style {
	text-align: left;
	vertical-align: text-top;
	margin: 0;
	padding: 0;
}
.thumbnail_left {
	max-width: 500px;
	height: auto;
	float: left;
	margin: 0 30px 25px 0;
	padding: 0;
}
.thumbnail_right {
	max-width: 500px;
	height: auto;
	float: right;
	margin: 0 0 25px 25px;
	padding: 0;
}
.footer_box {
	margin:auto;
	width: 100%;
	background-color: #404154;
	padding: 25px 0 25px 0;
}
.footer_text {
	color: #ffffff;
	font-size: 19px;
	line-height: 26px;
	font-weight: 300;
	max-width: 810px;
}
a:link {
	text-decoration: none;
	color: #545db0;
}
a:visited {
	text-decoration: none;
	color: #545db0;
}
a:hover {
	text-decoration: underline;
	color: #545db0;
}
a:active {
	text-decoration: none;
	color: #545db0;
}
.hidden_large {
	display: inherit;
}
.hidden_small {
	display: none;
}	


@media screen and (max-width: 1175px) {

.content {
	max-width: 900px;
}
}

@media screen and (max-width: 975px) {

.content {
	max-width: 500px;
}
.thumbnail_left {
	margin: 0 0 25px 0;
}
.thumbnail_right {
	float: left;
	margin: 0 0 25px 0;	
}
.footer_text {
	max-width: 90%;
}
.hidden_large {
	display: none;
}
.hidden_small {
	display: inherit;
}		
}

@media screen and (max-width: 650px) {

body,td,th {
	font-size: 16px;
	line-height: 21px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
}
.subheader {
	font-size: 18px;
	line-height: 21px;
}
.content {
	max-width: 90%;
	padding: 14px 0 21px 0;
}
.content IMG {
	max-width:100%;
	height:auto;
}
.thumbnail_left {
	margin: 0 0 15px 0;
}
.thumbnail_right {
	margin: 0 0 15px 0;
}	
.footer_text {
	color: #ffffff;
	font-size: 16px;
	line-height: 21px;
}
	
}