@charset "utf-8";
/* CSS Document */

img{
	max-width:100% !important;	
}

.container{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif; 
}

.header{
    width:100%;
	max-width:1200px !important;
	height:450px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	position:relative;
}

.header h1{
	color:#fff;
	font-size:50px;
	float:left;
	padding-top:325px;
	padding-left:4%;
	position:relative;
}

#toggleNav{
	display:none;
	width:100%;
	height:30px;
	padding-top:10px;
	font-size:18px;
	margin:15px 0px;
	color:#fff;
	cursor:pointer;
}

#toggleNav a{
	color:#ffffff;
}


/*Use the following for top drop-down nav
Change the background-color in #nav to change the color of the navigation bar
Change the background-color in #nav ul li ul to change the background color of the dropdown menus
These values do also need to be changed further down, in the 600px, 400px, and 300px wide sections 
*/
/* -------------------- Start Navigation -------------------- */
#nav{
	width:100%;
	float:left;
	position:relative;
	font-size:16px;
	background-color:#464646;
}

#nav > a{
	display: none;
}

#nav li{
	position: relative;
	list-style-position:inside;
	list-style-type:none;
}
#nav li a{
	color: #fff;
	display: block;
	text-decoration:none;
}

/* first level */

#nav > ul{
	text-align:center;
	padding-left:0px !important;
	margin-left:0px !important;
	color:#FFF;
}
#nav > ul > li{
	margin:0px 15px;
	padding:4px 8px;
	height: 100%;
	display:inline-block;
}
#nav > ul > li > a{
	height: 100%;
	text-align: center;
}
#nav > ul > li:not( :last-child ) > a{
	
}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a{
	
}

	/* second level */

#nav li ul{
	background-color:#ccc;
	display: none;
	position: absolute;
	top: 100%;
	margin-left:0 !important;
	padding-left:0 !important;
	width:170px;
	text-align:left;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#nav li:hover ul{
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul{
	left: -1px;
}
#nav li ul a{
	color:#000;
	padding: 0.75em; /* 15 (20) */
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
}
/* -------------------- End Navigation -------------------- */

#subnav{
	width:100%;
	height:100%;
	padding:185px 0% 10px 0%;
	display:none;
	text-align:center;
	background-color:#F00;
}

#subnav a{
	color:#ffffff;
	padding:6px 10px;
	font-size:16px;
	margin:2px 15px 0px 15px;
	display:block;
}

.content{
	width:100%;
	display:inline-block;
	padding-bottom:40%;
}

.content-left{
	position:relative;
	float:left;
	width:58%;
	padding:2%;
	margin-left:2%;
	min-height:200px;
	color:#464646;	
}

.content-right{
	position:relative;
	float:right;
	width:35%;
	padding:20px,0px,0px,0px;
	margin-left:2%;
	background-color:#567b47;
	min-height:90px;
	color:#fff;
	text-align:center;
}

.row{
	width:100%;
	display:block;
}

.special{
	position:absolute;
	bottom:5%;
	left:0;
	display:inline-block !important;
}


.image-icons img{
	width:23.33%;
	padding:2%;
	position:relative;
	float:left;
	margin:30% 3%;
}

.table{
	display:table;
	width:100%;
	
}

.table-row{
	display:table-row;
	
}

.table-left{
	display:table-cell;
	padding:.5% 2%;
	width:26%;
}

.table-right{
	display:table-cell;
	padding:.5% 2%;
	width:66%;
}
.left{
	position:relative;
	float:left;
	width:50%;
	padding:2%;
	margin-left:2%;
	min-height:200px;

}

.right{
	position:relative;
	float:right;
	width:35%;
	padding:20px,0px,0px,0px;
	margin-left:2%;
	min-height:90px;

}

.box{
	padding:20%,0%,0%,0%;
}

.top-box{
	background-color:#464646;
}

.bottom-box{
	background-color:#363636;
	padding:28%;
}

.footer{
	width:100%;
	background-color:#363636;
	color:#fff;
	min-height:40px;
	position:relative;
	float:left;
	clear:both;
}

.footer-left{
	float:left;
	padding:10px 30px 0px 20px;
}

.footer-right{
	float:right;
	padding:10px 25px 0px 0px;
}

.nomargin{
	margin:0px !important;
}

.nopadding{
	padding:0px !important;	
}

.nobold{
	font-weight:normal;	
}

.center{
	text-align:center;	
}

.block{
	display:block !important;	
}

@media only screen and (max-width:1195px){
	.container{
		max-width:960px;
	}
	
	.header{
	}
}

@media only screen and (max-width:967px){
	.container{
		max-width:800px;
	}
	
	.header{
	}
	
	.four-box-row{
		width:42%;
		margin:2%;
	}
}

@media only screen and (max-width:807px){
	.container{
		max-width:600px;
		width:97%;	
	}
	
	.header{
	}
	
	#toggleNav{
		display:block;
	}
	
	/* -------------------- Start Navigation -------------------- */
#nav{
        position: relative;
    }
	#nav > a{
	}
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type{
		display: block;
		width:100%;
		text-align:center;
		color:#fff;
		font-size:20px;
		padding:5px 0px;
	}
	
	#nav a{
		font-size:18px;	
	}
 
    /* first level */
 
    #nav > ul{
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
		background-color:#000;
		margin-top:8px !important;
		padding-bottom:10px;
    }
	#nav:target > ul{
		display: block;
	}
	#nav > ul > li{
		width: 100%;
		float: none;
		margin:0px !important;
	}

    /* second level */
 
    #nav li ul{
        position: static;
		width:98%;
		margin:0 !important;
		text-align:center;
		padding:0 !important;
    }
	#nav li ul a{
		padding:0.5em 0;
		margin:0.25em 0;	
	}
	/*End Navigation*/
	#subnav{
		display:none;
	}
	
	#subnav a{
		margin-top:5px;
		
	}
	
	.content-left{
		width:92%;
	}
	
	.content-right{
		width:92%;
		margin-top:2%;
		float:unset;
	}
	.special{
		float:left;
		position:relative;
}
	
	.image-icons img{
		width:50%;
		margin:2% 25%;
		
}
	.three-box-row{
		width:76%;
		margin:2% 10%;
}
	
.box{
	padding:100%,0%,0%,0%;
}

.top-box{
	background-color:#464646;
	padding:20px;
	width:37.8vw;
}

.bottom-box{
	background-color:#363636;
	width:unset;
	padding-bottom:150%;
}
	
	.footer{
	width:100%;
	background-color:#363636;
	color:#fff;
	min-height:40px;
	position:relative;
	float:left;
	clear:both;
}

	.footer-left{
	float:left;
	padding:10px 30px 0px 20px;
}

	.footer-right{
	float:right;
	padding:10px 25px 0px 0px;
}
}

@media only screen and (max-width:407px){
	.container{
		max-width:400px;	
	}
	
	.header{
	}
	
	.content-left{
		width:92%;
	}
	
	.content-right{
		width:92%;
		margin-top:3%;
	}
	
	.three-box-row{
		width:86%;
		margin:2% 5%;
	}
	
	.four-box-row{
		width:86%;
		margin:2% 5%;
	}
}