body {
	   font-family: 'Open Sans', sans-serif;
	   font-size:16px;
	   color: #000;
	   text-align: left;
   }
h1 {
	  font-size:40px;
	  text-transform: uppercase;
	  padding-bottom: 20px;
	  text-align: left;
	  font-weight: 700;
	  color: #0d4574;
}
h2 {
	  font-size:38px;
	  text-transform: uppercase;
	  padding-bottom: 20px;
	  text-align: center;
	  font-weight: 700;
	  color: #0d4574;
}

h3 {
	  font-size:28px;
	  text-transform: uppercase;
	  padding-bottom: 20px;
	  text-align: left;
	  font-weight: 700;
	  color: #0d4574;
}
h4 {
	  font-size:18px;
	  padding-bottom: 10px;
	  text-align: center;
	  font-weight: 700;
	  color: #000;
}
a{
	color:#000;
	transition: all 300ms ease-in-out 0s;
}
a,a:hover {
	color:#000;
}
a,a:hover,a:visited,a:active {
	text-decoration: none !important;
}
a:hover {
	opacity: 0.8;
}
a:focus {
    outline: none;
    outline-offset:0;
}
.hidden {
	display: none;
}
.null {clear:both; height:0px;}
::selection {
background: #0d4574;
color: #fff; /* Safari */
}
::-moz-selection {
background: #0d4574;
color: #fff; /* Firefox */
}
input:focus,textarea:focus, button:focus, input:visited,textarea:visited, button:visited { outline: none; }
textarea {resize: none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #efefef !important;
}
#toTop {
	border-radius:50%;
	background:#1fa108;
	text-align:center;
	padding-top: 5px;
    width: 40px;
    height: 40px;
	position:fixed;
	bottom:10px; 
	right:10px;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size:20px;
	transition: all 300ms ease-in-out 0s;
}
#toTop:hover {
opacity: 0.85;
}
.button-file .smart-captcha_invisible {
min-width: 0;
}