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

.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;
}


h1 {

}

h2 {
	 
}



.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%; 
	}
	
	
	
	.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;
	}
}