@charset "UTF-8";
/* CSS Document */

.form_wrap input, .form_wrap textarea {
	width: 90%;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:5%;
	padding-left: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #003399;
	font-size: 1.15em;
}
.form_wrap select {
	width: 50%;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #003399;
	font-size: 1.1em;
}
.form_wrap p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.15em;
	padding-left:20px;
}
.form_wrap h2, .form_wrap h3 {
	padding-bottom:10px !important;
}
.form_wrap label {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.15em;
	padding-left: 5px;
}
.form_wrap {
	background-color: #FFF;
	padding-top:20px;
	padding-bottom:14px;
	margin-bottom:10px
}
.form_wrap input[type=submit] {
    padding:10px 15px; 
    background-color: rgba(117,164,216,1.00);
    color: #fff;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    font-family: 'Big Shoulders Inline Display', cursive;
    letter-spacing: 4px;
	font-size: 1.5em;
	transition: .3s;
}
.form_wrap input[type=submit] hover {
	background-color: rgba(121,204,206,1.00) !important;
}
.form_wrap input[type=text] {
    border: 0;
   border-bottom: rgba(47,49,146,1.00) solid 2px;
}
.form_wrap textarea:focus, input:focus{
    outline: none;
}

