
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	background: #fff;
	font: 16px/30px "Roboto", sans-serif;
	color: #333;
	line-height: 25px;

}

a {
	color: #fff;
	text-decoration: none;
}
	a:hover {

	}

h2 {
    float: left;
    font-family: "Roboto Slab",serif;
    
}

header {
	height: 100px;
	position: fixed;
	width: 100%;
background: transparent;
margin-top: 0px;
top: 0px;
	z-index:1;
	    transition: ease-in-out 0.2s;
}
	#header-content {
		width: 100%; 
		margin-left: 50px; 
		padding: 35px 0 0 0;
		overflow: hidden;
	}
		#header-content h1 {
			font-family: "Roboto Slab", serif;
			float: left;
			font-size: 30px; text-transform: uppercase; 
			letter-spacing: 1px;
			font-weight: 700;
		}
		#header-content nav {
			float: right;
		margin-right: 40px;
		}
			#header-content ul {
			 list-style: none; padding: 0px; margin: 0px; 
			}
#header-content nav ul li {
		font-family: "Roboto", sans-serif;
	text-transform: uppercase;
font-size: 16px;
font-weight: 600;

			display: inline-block; 
			}

			#header-content nav li {
				float: left;
				font-size: 13pt;
				margin: 0 0 0 0;
				padding-right: 60px;
				list-style: none;
	
			}
			#header-content nav li a:hover{
				color:#2ecc71;
				transition: ease-in-out .2s;
			}
#header-content  nav ul ul {
	display: none;
 vertical-align: middle;
z-index: 100;
}

	#header-content  nav ul li:hover > ul {
		display: block;text-align: center;

	}

#header-content  	nav ul:after {
		content: ""; clear: both; display: block;
	}
#header-content 	nav ul ul {

	background: #000; 
	opacity: .7;
	border-radius: 0px; 
	padding: 0;
	position: absolute; 
	top: 60%;

	width: 200px;


}
	#header-content nav ul ul li {
		float: none; 
padding:10px 0 10px 0px;
		position: relative;
			display: block;
			text-align: center;
			width: 200px;
			opacity: 1;
	}
		


		nav ul ul li a {
			opacity:1;
			padding: 0px;
			color: #fff;
		
						}	
			nav ul ul li:hover {
				opacity: 1;
				background: #4b545f;
				padding:0px 15px 0 15px;
			}
header.active {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    transition: ease-in-out 0.2s;
    padding-top: -40px;
}
header.active a{

 color: #333;
}



header.active #header-content 	nav ul ul a{


	color: #fff;


}

header.active #header-content 	nav ul ul a:hover{


	color: #2ecc71;


}

#banner {
	height: 400px;
	position: relative;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/images/subimage.jpg); 
	background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.4) 0%,rgba(0, 0, 0, 0.4) 100%), url(/images/subimage.jpg); 
	background-size: 100%;
	background-position:  bottom center;
	width: 100%;
	top: 0px;
	z-index: 0;
	margin-top: 0;

}

.title h2{
	width: 100%;
	display: block;
	margin-top: 0px;
	color: #fdc735;
	text-align: center;
	    font-size: 75px;
    line-height: 44px;
    float:left;
    font-weight: 700;
    font-family: Roboto Slab;
margin-top: 200px;
    text-decoration: none;
    background-color: transparent;
  
    text-transform: uppercase;
    letter-spacing: 1px;
}
#banner h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-top: 2%;
	margin-left: 700px;
	width: 500px;
	opacity: .9;
	color:#fff;
		text-align: center;
	font-family: Roboto;
	text-transform: uppercase;
}


#content {
	background: #fff;
	width:100%; 
	position: relative;
	
z
	
}

#content {
	background: #fff;
	width:100%; 
	position: relative;
	

	
}

article {
	width: 1000px; padding: 50px 0 50px 0;
	margin: 0 auto;
}
	article p {
		margin: 0 0 20px 0;
		padding-top: 0px;
	}
	article h2{
	margin: 5px 0 20px 0;
		text-align: center;
		font-size: 32px;
		text-transform: uppercase;
		color:#1eaace;
		font-weight: 700;
	letter-spacing: 1px;
	}
	article h3{
		font-family: Roboto;
		text-align: center;
		font-weight: 600;
		font-size: 24px;
		padding-bottom: 20px;
		text-transform: uppercase;
		color:#333333;
		letter-spacing: 1px;

	}
	article h4{
		font-family: Roboto;

		font-weight: 600;
		font-size: 20px;
		padding: 10px 0px 10px 0;
	
		color:#1eaace;

	}
	article img{
		text-align: center;
	}
	article .leadership p{
		padding-bottom: 50px;
	}
	article a{
		color: #1eaace;
	}
		article a:hover{
		color: #1dbb90;
		
	}


* {
	margin: 0;
	padding: 0;
}

.contact-side{
	width: 300px;
	height: 600px;
	float: right;
margin: 0px 400px 0 0px;
background-color: #fff;
	border-radius: 50px;
}
.contact-side p{
	padding: 20px;
	margin-left:90px;
}
.bg-contact{
	width:100%;
	float: right;
	margin-top: 0px;
	height:600px;
	padding: 50px;

}

#page-wrap-sign {
	float: none;
	width:700px;

	background: transparent;
	padding: 100px;
	margin: 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#page-wrap-sign-2 {
	float: none;
	width:700px;
margin-top: -500px;
	background: transparent;
	padding-left: 800px;

	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.contact2{
	float: left;
	width: 600px;
margin-left: 800px;
margin-top: -760px;
text-align: right;

}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 300px;
	padding-top: 5px;
	font-size: 15pt;
	font-weight: bold;
	font-family: Roboto Slab, serif;
	color:#000;
    margin-left: 55px;
    padding: 1rem 0;
}

.contact2 label {
	float: right;
	text-align: left;
	margin-right: 15px;
	width: 500px;
	padding-top: 5px;
	font-size: 15pt;
	font-weight: bold;
	font-family: Roboto Slab, serif;
	color:#000;
}



#page-wrap-sign-2 h2{
margin-top: -100px;

}

#page-wrap-sign h2{

	font-family: Roboto Slab, serif;
	font-size:30px;
	float: none;

	color: #1eaace;
text-align: center;

}

#page-wrap h3{
margin-top: 50px;
margin-left: 300px;
	padding-bottom: 10px;
	font-family: Roboto Slab, serif;
	font-size: 30pt;
	float: none;
	color: #1eaace;
text-align: center;
line-height: 40pt;

}

 h4{
	font-size: 12pt;
	color: #1eaace;
	padding: 0;
	font-family: Roboto Slab, serif;
}
.info{
	padding-bottom: 50px;
	text-align: center;
	margin-left: 10px;
}

#page-wrap a{

	font-family: Roboto Slab, serif;
	font-size: 12pt;
	float: none;
	color: #000;
margin-left: 40%;

}
#page-wrap h2{
	margin-left: 200px;

}
#contact-area {
	float:none;
	width: 550px;
	margin-left: 100px;
	margin-top: 50px;
}

.formtitle{
	width: 80%;
padding-top: 50px;
margin-left: 150px;

}
.formtitle h2 {
	float:none;
	display: inline;
	width: 100%;
	padding: 250px;
	color: #1eaace;
}


#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 500px;
	font-family: Roboto, sans-serif;
	font-size: 13pt;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 300px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: none;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background-color: #1eaace;
	color: #fff;
	border: none;
	margin-right: 10%;
}


#contact-area .contact2 input.submit-button {
	width: 100px;
	float: right;
	background-color: #1eaace;
	color: #fff;
	border: none;
	margin-right: 1%;
}


#contact-area input.submit-button:hover {
	
	background-color: #2ecc71;
	
}
#header-content img{
	width:6%;
margin-top: -30px;

	float:none;
}

@media (min-width: 1200px) 
  and (max-width: 1366px) {
  	header {

	float: none;
	height: 100px;
	position: fixed;
	width: 100%;
background: transparent;
margin-left: 0px;
	z-index:1;
}
#header-content h1{
	float: none;
	margin-right: 0px;
	margin-left: 0px;
}
#header-content img{
	width: 4.5%;
	margin-right: 5px;
	margin-left: 0px;
}
#header-content nav {
			float: none;
		margin-left: 45%;
		margin-top: -3.3%;
		}
			#header-content ul {
			 list-style: none; padding: 0px; margin: 0px; 
			}

#header-content nav ul li {
		float: none;
		font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	margin: 0px;
padding: 15px;

font-size: 15px;
			display: inline-block; 
			font-weight: bold;
			}

			#header-content nav li {
				float: none;

				
				margin-right: 0px;
			
				padding-left:0px;
				list-style: none;
	
			}


#banner {
	height: 400px;
	position: relative;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(/images/subimage.jpg); 
	background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.4) 0%,rgba(0, 0, 0, 0.4) 100%), url(/images/subimage.jpg); 
	background-size: 100%;
	background-position:  bottom center;
	width: 100%;
	top: 0px;
	z-index: 0;
	margin-top: 0;
}

#banner h2{
	width: 100%;
	display: block;
	padding-top: 15%;
margin: 0 auto;

	font-size: 60px;
}
#banner h3{
	float: none;
	font-size: 20pt;
	padding-top: 1%;
	padding-bottom: 3%;
margin: 0 auto;
	width: 500px;
}




article {
	margin-top: 0px;
	padding: 0px;
}
article h2{
	margin-top: 50px;
	padding: 0px;
}




#page-wrap{
	float: left;
	width:700px;

	background: transparent;
	padding: 0px;
	margin: 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#page-wrap-sign {
	float: none;
	width:700px;

	background: transparent;
	padding: 0px;
	margin: 0px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#page-wrap-sign-2 {
	float: none;
	width:700px;
margin-top: -500px;
	background: transparent;
	padding-left: 800px;

	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.contact2{
	width: 600px;
margin-left: 600px;
margin-top: -870px;
text-align: right;

}

label {
	float: none;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
	font-family: Roboto Slab, serif;
	color:#000;
}

.contact2 label {
	float: none;
	text-align: left;
	margin-right: 15px;
	width: 50px;
	padding-top: 5px;
	font-size: 15px;
	font-weight: bold;
	font-family: Roboto Slab, serif;
	color:#000;
}



#page-wrap-sign-2 h2{
margin-top: -100px;

}

#page-wrap-sign h2{

	font-family: Roboto Slab, serif;
	font-size:30px;
	float: none;

	color: #1eaace;
text-align: center;

}

#page-wrap h3{
margin-top: 50px;
margin-left: 300px;
	padding-bottom: 10px;
	font-family: Roboto Slab, serif;
	font-size: 30pt;
	float: none;
	color: #1eaace;
text-align: center;
line-height: 40pt;

}

 h4{
	font-size: 12pt;
	color: #1eaace;
	padding: 0;
	font-family: Roboto Slab, serif;
}
.info{
	padding-bottom: 50px;
	text-align: center;
	margin-left: 10px;
}

#page-wrap a{

	font-family: Roboto Slab, serif;
	font-size: 12pt;
	float: none;
	color: #000;
margin-left: 40%;

}
#page-wrap h2{
	margin-left: 200px;
	float: left;
	display: none;
		margin-top: -600px;

}
#contact-area {
	float: none;
		width: 600px;
margin-left: 50px;
margin-top: 0px;
text-align: right;

}

.formtitle{
		float:none;
	width: 80%;
padding-top: 50px;
margin-left: 0px;

}
.formtitle h2 {
	float:none;
	display: inline;
	width: 100%;
	padding: 300px;
	color: #1eaace;
}



#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 500px;
	font-family: Roboto, sans-serif;
	font-size: 13pt;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 300px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: none;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	background-color: #1eaace;
	color: #fff;
	border: none;
	margin-right: 0%;
}


#contact-area .contact2 input.submit-button {
	width: 100px;
	float: none;
	background-color: #1eaace;
	color: #fff;
	border: none;
	margin-top:-50px;
	margin-right: 0%;
}


#contact-area input.submit-button:hover {
	
	background-color: #2ecc71;
	
}

  }
}


/*  SECTIONS  */
.collapse {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
    
}

.span_1_of_2 .submit-button {
	width: 100px;
	float: right;
	background-color: #1eaace;
	color: #fff;
	border: none;
	margin-right: 10%;
    height: 25px;
    font-family: Roboto Slab, serif;
    float: left;
    margin-left: 55px;
    margin-top: 60px;
    margin-bottom: 45px;
    cursor: pointer;
    
}

.span_1_of_2 .submit-button:hover {

	background-color: #2ecc71;
	
    
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}



input[type="text"], input[type="password"], input[type="email"], select {
    color: #000;
    font-size: 16px;
    height: 2.75em;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    -moz-appearance: none;
    background: rgba(160, 160, 160, 0.075) none repeat scroll 0 0;
    border: 1px solid rgba(160, 160, 160, 0.3);
    border-radius: 0;
    color: inherit;
    display: block;
    margin-left: 55px;
    outline: 0 none;
    padding: 0 1em;
    text-decoration: none;
    width: 70%;
}

