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

/* css reset */

/* Eric Meyer css reset */

/* 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-family: 'Verdana', sans-serif;;
	color: #000066;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end Eric Meyer css reset */

/* Michael Whyte css reset */

/* Set Box Sizing to border box on every element */

* {
	-webkit-box-sizing: border-box;	
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* end Michael Whyte css reset */

/* end css reset */

/* typography styles */

.page_nav {
	height: 35px;
}

.page_nav ul {
	list-style-type: none;
	padding: 0;
}

.page_nav li {
	display:inline-block;
	background-color: ;
	margin: 0;
	width: 15%;                /* fallback for browsers without support for calc() */
}

.page_nav a {
	display: block;
	text-decoration: none;
	line-height: 35px;
	color: #FFFFFF;
	text-align: center;
	border-left: 2px;
	border-right: 2px;
	font-family: 'Verdana', sans-serif;  
}
.blue{
	text-decoration: none;
	color: #0000cc;
}

h1, h2, h3 {
	font-family: 'Verdana', sans-serif;
	font-weight: 400;
}

h1 {
	font-family: 'Verdana', sans-serif;
	color: #000033;
	font-size: 2.25em;	
}

h2 {
	font-size: 1.5em;
	margin: 30px 0 35px;		
}


article h2 {
	margin: 0 0 10px;	
}
h3 {
	text-align: center;
}

h4 {
	font-family: 'Verdana', sans-serif;
	color: #FFFFFF;
	font-size: 1.25em;	
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 10px;
	padding-left: 50px;	
}

li {
	margin-bottom: 8px;	
}

p {
	margin-bottom: 15px;	
}

p, li, a, figcaption {
	font-family: 'Verdana', sans-serif;
	color: #000066;
	line-height: 1.5;
	font-size: 1.0em;
	text-align: left;	
}

figure + .clear + p {
	margin-top: 30px;	
}

figcaption {
	font-style: italic;	
}

/* end typography styles */

/* layout styles */

/* body styles */

body {
	background-color: #FFFFFF;	
}

/* end body styles */

/* inner_wrapper styles */

.inner_wrapper {
	width: 90%;
	max-width: 1200px;
	padding: 0px;
	margin: 0 auto;	
	overflow: visible;
		font-color: FFFFFF;
}

/* end wrapper styles */

/* header styles */

header {
	margin: 10;

}

header .inner_wrapper {
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;	
	vertical-align: top;
}

header {
	padding-bottom: 0;
	background-color: #112454;
	overflow: hidden;
}

header h1 {
	margin: 0 auto;
	padding: 0 0 0px;	
}

/* end header styles */

/* content styles */

.content {
	background-color: #FFFFFF;
}
banner {
    background: url(../images/banner_med.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
} 

.page_heading {
	margin-top: 0;	
}

.f_20 section {
	overflow: auto; /* clears floated child elements */	
}

.banner_image {
	margin-bottom: 30px;	
}

article {
	position: relative;
	margin-bottom: 0px;
	padding: 10px;

}

 .layout {
 width: 70%;
 overflow: hidden;
}

article:nth-child(1) {
	float: left;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;	
}
article:nth-child(2){
	float: left;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;	
}
article:nth-child(3) {
	float: left;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;	

}

article:nth-child(4){
	float: left;
	width: 98%;
	margin-right: 1%;	
}




.f_14 article hr {
	margin-top: 42px;
	margin-bottom:20px
}

 img {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
}

.small{
float: center;
	display: block;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;	
}
.xsmall{
float: center;
	display: block;
	width: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;	
}
.mobile_menu {
	display: none;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;	
}


/* end content styles */

/* footer styles */

/* end footer styles */

/* end layout styles */

/* general styles */

img {
	font-size: 1.25em;	
	height: auto;	
}


.box {
	width: 200px;
	height: 200px;
	margin: 30px auto;
	background-color: #0CF;
	border: 2px solid #06F;	
}

.emphasized_link,
.notice {
	display: block;
	width: 80%;
	margin: 30px auto;
	text-align: center;
	padding: 16px 20px;
	background-color: #EFEFEF;
	word-wrap: break-word;	
}

.notice {
	text-align: left;
	word-wrap: normal;
}

strong {
	font-weight: bold;	
}

.mt30 {
	margin-top: 30px;	
}

.clear {
	clear: both;	
}

#container {
   min-height:100%;
   position:relative;
}
#body {
   padding:20px;
   padding-bottom:600px;   /* Height of the footer */
}
#footer {
	background-color: #112454;	
	overflow: hidden;
	
   position: relative;
   bottom: 0;
   width: 100%;
   height: 60px;   /* Height of the footer */
    margin-top: 20 px;
   margin-bottom: 0px;
  padding-top: 20px;
	 padding-bottom: 20;
	padding-left: 0;
	padding-right: 10px;	
		text-align: right;	

}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* end general styles */

/* media queries */

/* desktop */
@media only screen and (max-width: 900px){
	
article:nth-child(1) {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;	
}
article:nth-child(2) {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;	
}
article:nth-child(3) {
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;	
}

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

	.inner_wrapper {
		min-width: 95%;	
	}
	 .layout {
 width: 85%;
}
	

article:nth-child(1) {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;	
}
article:nth-child(2) {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;	
}
article:nth-child(3) {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;	
}
	
.small{
	width: 35%;
	
}
	/* page_nav styles */
	
	.preload .page_nav {
	  -webkit-transition: none !important;
	  -moz-transition: none !important;
	  -o-transition: none !important;
	  transition: none !important;
	}
	
	
	.page_nav {
		height: 0;
		clear: both;
		overflow: hidden;
		-webkit-transition: height 0.5s ease;
		-moz-transition: height 0.5s ease;
		-o-transition: height 0.5s ease;
		transition: height 0.5s ease;
	}
	
	.mobile_menu {
		display: block;
		float: right;
		margin-right: 13px;
		border: 0;
		width: 46px;
		height: 46px;
		background-color: transparent;
		background-image: url(../images/icon_menu.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
	}
	
	.show_menu + .page_nav {
		height: 260px; /* set to a value large enough to contain the menu */
	}
	
	.page_nav li {
		float: none;
		background-color: #112454;
		margin: 0;
		width: 100%;
		border: none;
	}
	
	.page_nav li:first-child {
		margin-top: 15px;	
	}
	
	.page_nav li a {
		border-left: none;
		border-right: none;
		color: #FFFFFF;
		border-top: 1px solid #112454;	
		line-height: 46px;
		font-size: 1.2em;	
	}
	
	.page_nav a:focus,
	.page_nav a:hover,
	.page_nav a:active {
		background-color: #314494;	
	}
	
	.page_nav li:last-child a {
		border-bottom: 1px solid #112454;	
	}
	
	/* end page_nav styles */

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

.inner_wrapper {
		min-width: 96%;	
	}
	
header .inner_wrapper {
	width: 100%;
}
	
	 .layout {
 width: 100%;
}

.small{
	width: 50%;
	
}
article:nth-child(1) {
	float: left;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;	
}
}



