*: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;
}

.rightCol {
	display: inline-block;
    /*width: 250px;
    float: right;
	*/
    position: -webkit-sticky;
    position: sticky;
    top: 25px;
}

.btn {
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 0px 12px;
    font-size: 12px;
    border-radius: 0px;
	background-color: transparent; 
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover {
	color: #000000;
	border: 1px solid transparent;
	background-color: transparent;	
}

.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: 'Baloo', 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: 'Baloo', 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: #ffeb00;
	-moz-transition:.5s;
	-webkit-transition:.5s;
 	-o-transition:.5s;
	transition:.5s;
}

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

#headline {
	font-family: 'Baloo', sans-serif; 
	font-size: 3.3vw; 
	text-align: center; 
	color: #ffffff;
}

#menu {
	padding: 0px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

.menu1 {
	color: #ffffff;
	background-color: #4fb748;
	height: auto;
	padding: 6px;
	cursor: pointer;
	transition: all .5s;
}

.menu2 {
	color: #ffffff;
	background-color: #ec1b30;
	height: auto;
	padding: 6px;
	cursor: pointer;
	transition: all .5s;
}

.menu3 {
	color: #ffffff;
	background-color: #00adef;
	height: auto;
	padding: 6px;
	cursor: pointer;
	transition: all .5s;
}

.menu4 {
	color: #ffffff;
	background-color: #8d64aa;
	height: auto;
	padding: 6px;
	cursor: pointer;
	transition: all .5s;
}

.menu1:hover, .menu2:hover, .menu3:hover, .menu4:hover {
	background-color: #000000;
	color: #ffeb00;
}

#boxes {
	padding: 0px;
}

.box1 {
	background-color: #4fb748;
	height: 15px;
}

.box2 {
	background-color: #ec1b30;
	height: 15px;
}

.box3 {
	background-color: #00adef;
	height: 15px;
}

.box4 {
	background-color: #8d64aa;
	height: 15px;
}

.greenLink {
	color: #4fb748;
}

.redLink {
	color: #ec1b30;
}

.blueLink {
	color: #00adef;
}

.purpleLink {
	color: #8d64aa;
}

.greenLink:hover {
	color: #000000;
}

.redLink:hover {
	color: #000000;
}

.blueLink:hover {
	color: #000000;
}

.purpleLink:hover {
	color: #000000;
}

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

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

#group3 {
	background-color: #ffeb00; 
	color: #000000;
}

#group11 {
	background-color: #ffffff; 
	color: #000000;
	font-size: 1.2vw;
	padding: 15px 0px;
	line-height: 2vw;
}

.group11header {
	 font-family: 'Baloo', sans-serif; 
	font-size: 1.75vw; 
	line-height: 1.75vw;
	padding-bottom: 1.2vw;
}

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

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

#facebook {
	display: inline-block;
}

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

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

h1 {
	font-family: 'Baloo', sans-serif; 
	font-size: 3.2vw; 
	margin-top: -5px;
}

h2 {
	font-family: 'Baloo', sans-serif; 
	font-size: 2vw; 
}

#group3headline {
	font-family: 'Baloo', sans-serif; 
	font-size: 3.6vw; 
	margin-top: 0px;
	text-align: center;
}

#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: #000000; 
	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: 'Baloo', 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;
	}
}