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


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

body {
	margin: 0;
	padding: 0;
	background-color: white;
}

a:link {
	
	text-decoration: none;
	
}

.header {
	
	position: fixed;
	background-color: white;
	width: 100%;
	height: 160px;
	z-index: 2000;
	
}

.headercontainer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
}

.links {
	
	width: 100%;
	height: 60px;
	background-color: #004071;
	
}

.linkscontainer {
	
	width: 90%;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	padding-top: 4px;
	
}

.linkstype {
	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-style: italic;
	color: white;
	margin-left: 18px;
	margin-right: 18px;
	letter-spacing: 1px;
	line-height: 25px;
	
}

.linkssymbols {
	
	color: white;
	font-size: 24px;
	font-family: 'fontawesomeregular', Arial, sans-serif;
	font-weight: 700;
	vertical-align: top;
	margin-right: 5px;
	
}

.logo {
	
	width: 120px;
	margin: 0 auto;
	padding-top: 10px;
	
}

.logo img {
	
	
	width: 100%;
	height: 100%;
}

.titletag {
	
	position: absolute;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding-top: 240px;
	z-index: 1000;
	text-align: center;
	
}

.titletag h1 {
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 2px;
	color: White;
	text-shadow: 2px 2px Black;
	
}

.row1 {
	
	width: 100%;
	height: 170px;
	position: relative;
	
}

.row2 {
	
	width: 100%;
	height: 300px;
	position: relative;
	
}

.row3 {
	
	width: 100%;
	height: 500px;
	position: relative;
	
}

.row4 {
	
	width: 100%;
	height: 1610px;
	position: relative;
	background-color: lightgray;
	padding-top: 15px;
	
}

.row5 {
	
	width: 100%;
	height: 1200px;
	position: relative;
	padding-top: 20px;
	
}

.row6 {
	
	width: 100%;
	height: 220px;
	position: relative;
	background-color: #004071;
	
}

.column1row3 {
	
	width: 90%;
	height: auto;
	margin: 0 auto;
	position: relative;
	
}

.column1row5 {
	
	width: 90%;
	height: 650px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	
}

.column1-4 {
	
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	
}
	
.column1-4 img {
	
	width: 100%;
	height: auto;
	
}

h1 {
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: Black;
	margin: -5px 0px 0px 0px;
	padding: 0;
	border-bottom: 4px solid #004071;
	
}

h2 {
	
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: Black;
	margin-bottom: 15px;
	margin-top: 10px;
	
}

h3 {
	
	
	font-family: 'Roboto Condensed:300', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: Black;
	margin: 0;
	padding: 0;
	line-height: 24px;
	
}

.icon {
	
	color: white;
	font-size: 36px;
	font-family: 'fontawesomeregular', Arial, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-color: #004071;
	padding: 10px;
	
}

.cycle-slideshow {

	overflow: hidden;
	position: relative;
	height: 300px;

	}
	

.cycle-slideshow img {

	position: absolute;
	top: 0;
	left: -2000px !important;
	right: -2000px !important;
	margin-left: auto;
	margin-right: auto;

	}
	
.cycle-pager { 
		
    text-align: center; 
	width: 100%; 
	z-index: 500; 
	position: absolute; 
	bottom: 5px; 
	overflow: hidden;
		
	}
	
.cycle-pager span { 
   	font-family: arial; 
	font-size: 50px; 
	width: 16px; 
	height: 16px; 
    display: inline-block; 
	color: #b7b7b7; 
	cursor: pointer; 
		
	}
	
.cycle-pager span.cycle-pager-active { color: white;}
	
.cycle-pager > * { cursor: pointer;}

.picbox1 {
	
	display: none;
	
}

.picbox1 img {
	
	width: 100%;
	height: auto;
	
}

.picbox2 {
	
	width: 100%;
	height: 300px;
	margin-top: 20px;
	
}

.picbox2 iframe {
	
	width: 100%;
	height: 300px;
	
}

.picbox3 {
	
	
	
}

.picbox3 img {
	
	width: 100%;
	height: auto;
	
	
}

.article1 {
	
	width: 100%;
	padding-top: 20px;
	padding-left: 0;
	margin-left: 0;
	position: relative;
	
}

.article2 {
	
	width: 100%;
	padding-top: 20px;
	padding-left: 0;
	margin-left: 0;
	position: relative;
	
}

.footercontainer {
	
	width: 90%;
	height: 200px;
	padding-top: 20px;
	margin: 0 auto;
	
}

.footercontainer h3 {
	
	font-family: 'Roboto Condensed:300', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: White;
	margin: 0;
	padding: 0;
	line-height: 22px;
	
}

.footerlogo {
	
	width: 120px;
	height: auto;
	padding-bottom: 10px;
	
}

.footerlogo img {
	
	
	width: 100%;
	height: 100%;
}
	
}