@charset "UTF-8";



/* DESKTOP + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.form_wrap input, .form_wrap textarea {
	width: 97%;
	margin-bottom: 15px;
	padding: 5px;
	font-family: "Lato", sans-serif;
	color: #003399;
	font-size: 1.15em;
	/*border-bottom: #000 dashed 1px;
	border-left: none;
	border-right: none;
	border-top: none;*/
	border: none;
	background-color: rgba(1,149,202,0.10);
}
.form_wrap select {
	width: 50%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Lato", sans-serif;
	color: #003399;
	font-size: 1.1em;
}
.form_wrap p {
	font-family: "Lato", sans-serif;
	font-size: 1.0em;
}
.form_wrap h2, .form_wrap h3 {
	padding-bottom:10px !important;
}
.form_wrap label {
	font-family: "Lato", sans-serif;
	font-size: 1.15em;
	padding-left: 5px;
}
.form_wrap {
	/*background-color: #FFF;
	padding-top:20px;*/
	padding-bottom:14px;
	margin-bottom:10px
}


/*SUBMIT BUTTON*/
input[type=submit] {
    padding:10px 15px; 
    background-color: rgba(2,104,172,1.00); 
    cursor:pointer;
    border-radius: 5px;
	font-family: "Lato", sans-serif;
	transition: .3s;
	color:#FFF;
	font-size: 1.5em;
	width: 100% !important;
	text-transform: uppercase;
	letter-spacing: 2px;
}

input[type=submit]:hover {
   background-color: rgba(2,104,172,0.5); 
}

/* CHECKBOX */
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}
input[type=radio]
{
  /* Double-sized Radio */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

.checkboxtext
{
  /* Checkbox text */
  display: inline;
	font-size: 95% !important;
}




/* MOBILE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-width: 0px) and (max-width: 600px) {



}

/* TABLET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


	
	
}