body {
font-family: Arial,Helvetica,sans-serif;
font-size: 20px;
margin: 0;
}

header {
background-color: #FFF;
padding: 0 60px;
position: relative;
height: 125px;
line-height: 125px;
border-bottom: 2px solid black;
}

header .title {
font-size: 60px;
text-transform: uppercase;
text-shadow: 3px 3px 5px #aaa;
}

.title span {
color: #ED7D31;
}

header .contact {
display: none;
position: absolute;
top: 30px;
right: 240px;
text-align: right;
font-size: 24px;
line-height: 36px;
}


header img {
position: absolute;
top: 10px;
right: 10px;
height: 105px;
}

nav {
display: flex;
border-bottom: 2px solid black;
}


nav a {
flex-basis: 20%;
text-align: center;
padding: 20px 0;
text-transform: uppercase;
text-decoration: none;
color: #ED7D31;
font-size: 24px;
}



nav a.sel {
background-color: #ED7D31;
color: #FFF;
}

header a.menu {
	display: none;
	color: #ED7D31;
	border: 2px solid #ED7D31;
	width: 125px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 54px;
	text-align: center;

}

header a.menu span{
color: #000;
}


nav a:not(.sel):hover {
background-color: rgba(237,125,49,0.2) ;
color: #000;
}

#container {
max-width: 1200px;
margin: 0 auto;
padding-top: 30px;
}

ul{
	margin-left: 0;
	padding-left: 0;
}

ul li{
	margin-left: 40px;
	padding-left: 0;
}
ul li:not(:last-child){
	padding-bottom: 10px;
}

#indexTop{
	display: flex;
}

.indexTopSection {
	flex-basis: 50%;
	align-self: center;
	margin-right: 20px;
}

.indexTopSection p:first-child{
	margin-top: 0;
}

.indexTopSection ul{
	margin-bottom: 0;
}

#indexVideoContainer{
	position: relative;
	margin-left: 20px; 
	height: 0px;
	padding-top: 50.4%;
}

#indexVideoContainer iframe.mainvid{
width: 100%; 
position: absolute;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
}

#indexMiddle{
	padding: 20px;	
}

.formfield {
	margin-top: 5px;
	display: flex;
}


.formfield label.leftlabel{
	display: inline-block;
	flex-basis: 135px;
	text-align: right;
	padding: 4px 10px 0 0;
	vertical-align: text-top;
}
.formfield > div{
	flex-basis: 200px;	
	flex-grow: 1;
}

.formfield > div > div{
	padding: 4px 0 10px 0;
}

.formfield .disclaimer{
	padding: 4px 0 0 0;
}


.formfield input[type="text"], .formfield textarea, .formfield input[type="submit"]{
	padding: 2px 5px;
	font-size: 20px;
	font-family: Arial,Helvetica,sans-serif;
	width: 95%;
	max-width: 500px;	
}
.formfield textarea{
	height: 150px;
}

.formfield input[type="checkbox"]{

}

.formfield label.dateLabel{
	display: block;
	margin-bottom: 5px;
	
}


@media only screen and (max-width: 1350px){
	header .contact {
	font-size: 18px;
	}
}


@media only screen and (max-width: 1200px){
	header .contact {
	display: none;
	}
}

@media only screen and (max-width: 950px){
 	nav a{
	font-size: 20px;
	padding: 16px 0;
	}

}

@media only screen and (max-width: 800px){
	header .title {
		font-size: 45px;
	}
	nav a{
		font-size: 16px;
		padding: 13px 0;
	}
	#index{
		max-width: 650px;
		margin: 0 auto;
	}	
	#indexTop{
		display: block;
	}
	.indexTopSection {
		flex-basis: 100%;
		padding: 0 0 20px 20px;
	}
	#indexMiddle{
		padding-top: 0;
	}
	#indexVideoContainer{
		margin-left: 0;
	}
	
	
}

@media only screen and (max-width: 650px){
	header .title {
		display: none;
	}
	header img {
		right: auto;
		left: 20px;
	}
	nav {
		display: none;
	}
	header a.menu {
		display: block;
		position: absolute;
		top: 20px;
		right: 30px;
		font-size: 24px;
	}	
	nav a {
		display: block;
		text-align: left;
		padding: 10px 20px;
		font-size: 24px;
	}
}

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

	.formfield {
		display: block;
	}

	#dateLeftLabel{
		display: none;
	}

}

@media only screen and (max-width: 400px){
	header {
		line-height: 105px;
		height: 105px;
	}
	header img {
		height: 80px;
	}
	body {
		font-size: 18px;
	}
}