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

@import url('https://fonts.googleapis.com/css?family=Raleway');


/* BODY */
body{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color:#494949;
	margin: 0;
	padding: 0;
	background-color: #282728;
	
}


body p{
	line-height: 1.6;
}

body a{
	color: #336699;
	text-decoration: none;
}

div.bodyMain{
	background-color: #fff;
	min-height: 500px;
	overflow: auto;
	width: 100%;
}

div.bodyContent{
	width: 1000px;
	margin:0 auto;
	padding: 3% 0;
	overflow: auto;
}

h1.subHeader{
	color: #666;
	font-size: 1.5rem;
}

h1.subHeader:not(:first-child){
	margin-top:50px;
}

h1.mainHeader{
	font-size: 2.5rem;
	color:#494949;
}


ul.generalContent li,ol.generalContent li {
	padding: 3px 0;	
}

/* ICONS */
.material-icons.md-24 { font-size: 24px; vertical-align: bottom;}


/* HEADER */

a.portalLogo img{
	height: 25px;
	width: auto;
	border: none;
	text-decoration: none;
	vertical-align: bottom;
}

div.header{
	background-color: #9b0000;
	overflow: auto;
}

div.hBox{
	width: 1000px;
	overflow: auto;
	margin: 0 auto;
}

div.hLogo{
	width: 32%;
	margin: 0 auto;
	padding:10px 0;
	float: left;
}

div.hLogo img{
	width: 100%;
	height: auto;
}

div.nav{
	padding: 10px 0;
	overflow: auto;
	float: right;
	width: 65%;
}

div.mNav{
	display:none;	
}
	

ul.nav{
	margin: 0;
	padding: 0;
	overflow: auto;
	float: right;
}

ul.nav li{
	float: left;
	list-style: none;
	padding: 5px 0 5px 15px;
}

ul.nav li a{
	font-family: 'Roboto', sans-serif;
	font-size: .85rem;
	color: #fff;
	text-decoration: none;
}


/* FOOTER */
div.footer{
	padding: 3% 0;
	width:100%;
	overflow: auto;
}

div.footerBox{
	width:1000px;
	margin: 0 auto;
}

div.footerInfo{
	font-size: .65rem;
	color: #fff;
	width: 25%;
	float: left;
}

div.footerInfo strong{
	font-size: .75rem;
}

div.footerInfo a{
	color: #fff;
	text-decoration: underline;
}

form.searchBox{
	float:right;
	margin-top:15px;
	z-index:100;
}

input.searchField{
	border:1px solid #fff;
	padding:5px;
	border-radius:4px;
	width:150px;
	margin-right:10px;
	color:#555;
}


/* CONTENT */

div.twoColumn{
	overflow: auto;
}

div.twoColumnLeft{
	overflow: auto;
	float: left;
	width: 20%;
}

div.twoColumnLeft h1.subHeader{
	text-align: right;
}

div.twoColumnRight{
	overflow: auto;
	float: right;
	width: 75%;
}

div.twoColumnLeft ul{
	margin:0;
	padding:0 5% 5% 0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.twoColumnLeft ul li{
	list-style: none;
	padding: 8px 0;
	text-align: right;
}

img.imgRight{
	float: right;
	margin: 0 0 25px 50px;
}

ul.general{
	margin: 0;
	padding: 0
}

ul.general li{
	list-style: none;
	padding: 5px 0;
}



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

	div.bodyContent{
		width: 95%;
		margin:0 auto;
		padding: 100px 2% 150px 2%;
		overflow: auto;
		font-size: 2.5rem;
	}
	
	h1.mainHeader{
		font-size: 4rem;
	}
	
	h1.subHeader{
		font-size: 3rem;
	}

	div.header{
		display: none;
	}

	div.mNav{
		display: block;
		padding: 10px 0;
		background-color:#900;
		width: 100%;
		height: 150px;
		margin: 0 auto;
		background-image: url(images/mobile_header.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		overflow: auto;
	}
	
	
	#mMenu{
		height: auto;
		width: 100px;
		margin: 20px 30px 0 30px;
	}
	
	
	ul.mMenu{
		display: none;
		padding:10px 0;
		width: 80%;
		margin:20px 0 0 0;
		position: absolute;
		left: 0;
		z-index: 100;
		background-color: #F4F4F4;
		border-radius: 0 20px 20px 0;
		box-shadow: 5px 5px 5px #ccc;
	}
	
	ul.mMenu li{
		list-style: none;
		padding: 25px 0;
		border-bottom: 1px solid #ccc;
		
	}
	
	ul.mMenu li span{
		font-size: 3rem;
		color: #000;
		padding-left: 20px;
	
	}
	
	ul.mMenu li:last-child{
		border-bottom: none;
	}
	
	ul.mMenu li a{
		font-size: 3rem;
		color: #000;
		text-decoration: none;
		padding-left: 20px;
	}

	ul.mMenu li.mHide{
		display: none;
		padding:0;
		border: none;
	}
	
	ul.mSubMenu{
		margin: 0;
		padding: 30px 0;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
	}

	ul.mSubMenu li{
		list-style: none;
		padding: 25px 0;
		border: none;
	}
	
	ul.mSubMenu li a{
		font-size: 2.5rem;
		color: #000;
		text-decoration: none;
		padding-left: 20px;
	}
	
	ul.mSubMenu li strong.menuSideSubTitle{
		font-size:2.5rem;
		color: #369;
		padding-left: 20px;
	}
	
	
	div.twoColumnLeft{
		display: none;
	}

	div.twoColumnRight{
		overflow: auto;
		float: none;
		width: 100%;
	}

	
	
	div.footerBox{
		width:100%;
		margin: 0 auto;
	}

	
	div.footerInfo{
		float:none;
		margin:50px auto;
		width: 95%;
		font-size: 2.5rem;
		text-align: center;
		
	}

	div.footerInfo strong{
		font-size: 2rem;
	}
		
	div.footerInfo a{
		text-decoration:none;
		color:#b1dffd;
		font-size: 2.5rem;
	}

	div.footerInfo img{
		height: 80px;
		width: auto;
		border: none;
	}
	
	
	form.searchBox{
		float:none;
		width: 100%;
		margin-top:15px;
		z-index:100;
		font-size: 3rem;
	}

	input.searchField{
		border:1px solid #fff;
		padding:2%;
		border-radius:10px;
		width:60%;
		margin-right:0;
		color:#555;
		font-size: 3rem;
	}
	
	input.srchBut{
		height: 70px;
		padding-left: 15px;
	}
	
}/* end */
