*:focus {outline:none !important}

.shadow {
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.35);
 	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.35);
	
}

.row {
	padding: 20px;
}

.yellow {
	color: #ffcf3d;
	-moz-transition:.5s;
	-webkit-transition:.5s;
 	-o-transition:.5s;
	transition:.5s;
}

.yellow:hover {
	color: #ff7a3d;
	text-decoration: none;
}

.mainBtn {
	border: .4vw solid #01446a; 
	background-color: #9fa1a4; 
	padding: 2% 10% 3% 10%; 
	font-family: 'Neuton', sans-serif; 
	font-size: 2vw; 
	color: #ffffff;
	-moz-transition:.5s;
	-webkit-transition:.5s;
 	-o-transition:.5s;
	transition:.5s;
	float: right;
}

.mainBtn:hover {
	border: .4vw solid #9fa1a4; 
	background-color: #01446a; 
	color: #9fa1a4;
}

.mainBtn2 {
	border: .4vw solid #ffffff; 
	background-color: #9fa1a4; 
	padding: 2% 10% 3% 10%; 
	font-family: 'Neuton', sans-serif; 
	font-size: 2vw; 
	color: #ffffff;
	-moz-transition:.5s;
	-webkit-transition:.5s;
 	-o-transition:.5s;
	transition:.5s;
	float: right;
}

.mainBtn2:hover {
	border: .4vw solid #9fa1a4; 
	background-color: #01446a; 
	color: #9fa1a4;
}

a {
	color: #a7d2f5;
	-moz-transition:.5s;
	-webkit-transition:.5s;
 	-o-transition:.5s;
	transition:.5s;
}

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

#headline {
	font-family: 'Neuton', sans-serif; 
	font-size: 2.8vw; 
	text-align: center; 
	color: #01446a;
	margin-top: -10px;
}

#group1 {
	background-color: #ffffff; 
	display: flex; 
	align-items: center;
}

#group2 {
	background-color: #242424; 
	color: #ffffff;
}

#group3 {
	background-color: #9fa1a4; 
	color: #ffffff;
}

#group4 {
	background-color: #242424; 
	color: #ffffff;
}

#group5 {
	background-color: #01446a; 
	color: #ffffff;
}

#facebook {
	display: inline-block;
}

#envelope, #envelope2 {
	padding-left: 10px;
	display: inline-block;
}

#group2headline, #group4headline, #group5headline {
	font-family: 'Neuton', sans-serif; 
	font-size: 3.5vw; 
	margin-top: -10px;
}

#group3headline {
	font-family: 'Neuton', sans-serif; 
	font-size: 3.6vw; 
	margin-top: -10px;
}

#group2text, #group4text {
	font-size: 1.4vw; 
	line-height: 2.5vw;
}

#group3text {
	font-size: 1.5vw; 
	line-height: 2.5vw; 
	text-align: center;
}

#group5text {
	font-size: 1.5vw; 
	line-height: 2.5vw; 
	text-align: left;
}

#g3mobile {
	display: none;
}

#g3desktop {
	display: inline-block;
}

.footer {
	background-color: #242424; 
	color: #ffffff; 
	font-size: 1vw; 
	line-height: 1.5vw;
}

.social {
	text-align: right; 
	font-size: 1.5vw;
}

.nf-form-fields-required {
	display: none;
}

#nf-field-4 {
	border: .4vw solid #ffffff; 
	background-color: #01446a; 
	padding: 0% 5% 0% 5%; 
	font-family: 'Neuton', sans-serif; 
	font-size: 2vw; 
	color: #ffffff;
	-moz-transition:.5s;
	-webkit-transition:.5s;
 	-o-transition:.5s;
	transition:.5s;
	line-height: normal;
	border-radius: 0;
}

#nf-field-4:hover {
	border: .4vw solid #01446a; 
	background-color: #ffffff; 
	color: #01446a;
}

.ninja-forms-req-symbol {
	display: none;
}

.inputField {
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
	height: 50px;
	font-size: 16px;
    margin: 0px 0px 25px 0px;
    padding: 12px;
	width: 100%;
}

.inputFieldLabel {
	font-size: 18px;
    line-height: 20px;
	margin-bottom: 10px;
    padding: 0;
}

#group3 a:hover {
	color: #01446a;
}

#img404 {
	width: 30%; 
	height: auto; 
	border: 1.2vw solid #ffffff;
}

@media only screen and (max-width: 700px) 
{
	.row {
		padding: 20px 10px;
	}
	
	#img404 {
		width: 95%; 
	}
	
	#headline {
		font-size: 28px; 
		line-height: 30px;
		margin: 5px 0px 20px 0px;
	}
	
	#group1, #group2, #group3, #group4, #group5 {
		display: block; 
	}
	
	.mainBtn, .mainBtn2 {
		float: none;
		display: inline-block;
		font-size: 20px;
	}
	
	#nf-field-4 {
		float: none;
		display: inline-block;
		font-size: 20px;
	}
	
	.btn2 {
		width: 100%;
		text-align: center;
		padding: 20px 0px 0px 0px;
		display: block;
		position: relative;
		margin: 0px;
	}
	
	#mainLogo {
		text-align: center;
		display: inline-block;
	}
	
	#group2headline, #group4headline, #group5headline {
		font-size: 32px; 
	}
	
	#group3headline {
		font-size: 26px; 
	}
	
	#group2text, #group4text, #group5text {
		font-size: 16px; 
		line-height: 22px;
		padding: 10px 0px 20px 0px;
	}
	
	#group3text {
		font-size: 16px; 
		line-height: 22px;
		padding: 10px 0px;
	}
	
	#g3mobile {
		display: inline-block;
	}

	#g3desktop {
		display: none;
	}
	
	.footer {
		font-size: 16px; 
		line-height: 24px;
		text-align: center;
	}
	
	.social {
		font-size: 16px; 
		line-height: 24px;
		text-align: center;
		padding-top: 15px;
	}
	
	#facebook, #envelope, #envelope2 {
		font-size: 26px;	
	}
	
	#envelope {
		padding: 0px 25px;
	}
	
	#envelope2 {
		padding: 0px;
	}
}