@charset "UTF-8";
/* CSS Document */


/* FREE ESTIMATE ----------*/


#forms_leftcol
{
	float: left;
	width: 49.1%;
	margin: 0 0 0 0;
}

#forms_rightcol
{
	float: right;
	width: 49.1%;
	margin: 0 0 0 0;
}


/* FORM STYLES ----------*/


.form_row
{
	position: relative;
	width: 100%;
	margin: 0 0 22px 0;
}

.form_row.NM
{
	margin: 0 0 0 0;
}

.form_title_wrapper
{
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}

.form_title, .form_upload_title
{
	float: left;
	width: 33.34%;
	height: 16px;
	background: #3C61A8;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	padding: 17px 3.7% 13px 3.7%;
	margin: 0 0 0 0;
}

.form_textarea_title
{
	position: relative;
	width: 92.6%;
	height: 16px;
	background: #3C61A8;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	padding: 17px 3.7% 13px 3.7%;
	margin: 0 0 0 0;
}

.photo_examples_link
{
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	color: #3C61A8;
	padding: 17px 3.7% 13px 0;
	margin: 0 0 0 0;
}

.photo_examples_link a
{
	text-decoration: none;
	color: #3C61A8;
}

.photo_examples_link a:hover
{
	text-decoration: underline;
	color: #3C61A8;
}

.form_input
{
	float: right;
	width: 51.85%;
	height: 16px;
	background: #fff;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	color: #676767;
	padding: 15px 3.7%;
	margin: 0 0 0 0;
}

.form_textarea
{
	position: relative;
	width: 92.6%;
	height: 174px;
	background: #fff;
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	color: #676767;
	padding: 15px 3.7%;
	margin: 0 0 0 0;
}

#file_upload_wrapper
{
	position: relative;
	width: 100%;
	min-height: 250px;
	background: #fff;
	margin: 0 0 0 0;
}

#file_upload_content
{
	position: relative;
	width: 92.6%;
	padding: 0 3.7% 3.7% 3.7%;
	margin: 0 0 0 0;
}

#file_upload_text
{
	position: relative;
	width: 100%;
	padding: 15px 0 5px 0;
	margin: 0 0 0 0;
}

.file_upload_block
{
	position: relative;
	width: 100%;
	margin: 2% 0 0 0;
}

.file_upload_block_leftcol
{
	float: left;
	width: 49%;
	margin: 0 0 0 0;
}

.file_upload_block_rightcol
{
	float: right;
	width: 49%;
	margin: 0 0 0 0;
}

.custom-file-upload-hidden 
{
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.custom-file-upload 
{
	display: inline-block;
	width: 100%;
	background-color: #5375B4;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
}

.file-upload-wrapper 
{
    position: relative;
}

.file-upload-input 
{
	float: left;
    width: 84.375%;
	height: 46px;
	background-color: #5375B4;
	border: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 1em;
	color: #fff;
    padding: 15px;
}

.file-upload-input2
{
	float: left;
    width: 79.6%;
	height: 46px;
	background-color: #5375B4;
	border: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 1em;
	color: #fff;
    padding: 15px;
}

.file-upload-input:hover, .file-upload-input:focus, .file-upload-input2:hover, .file-upload-input2:focus 
{
    background-color: #5375B4;
    outline: none;
}

.file-upload-button 
{
	display: inline-block;
	float: right;
	width: 15.625%;
	height: 46px;
	background: url(../images/forms/upload_arrow.png) #0A3992;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 15px;
	margin-left: -1px;
	cursor: pointer;
}

.file-upload-button2
{
	display: inline-block;
	float: right;
	width: 20.4%;
	height: 46px;
	background: url(../images/forms/upload_arrow.png) #0A3992;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 15px;
	margin-left: -1px;
	cursor: pointer;
}

.file-upload-button:hover, .file-upload-button2:hover 
{
    background-color: #043077;
}

.recruitment_upload
{
	float: right;
	width: 59.26%;
	margin: 0 0 0 0;
}

.form_submit
{
	position: relative;
	width: 100%;
	display: block;
	background: #0A3992;
	border: none;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	color: #fff;
	padding: 16px 0 17px 0;
	margin: 22px 0 0 0;
	cursor: pointer;
}

.form_submit:hover
{
	background: #5375B4;
}

.error 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	font-style: italic;
	line-height: 200%;
	color: #DD0000;
}

.detect
{
	display: none;
}


/* iPad Landscape -1px ----------- */
@media screen and (max-width : 1023px) {
	
	
/* FREE ESTIMATE ----------*/

#forms_leftcol, #forms_rightcol
{
	width: 48.915%;
}


/* FORM STYLES ----------*/

.form_title, .form_upload_title
{
	width: 41.12%;
	padding: 17px 4.44% 13px 4.44%;
}

.form_textarea_title
{
	width: 91.12%;
	padding: 17px 4.44% 13px 4.44%;
}

.photo_examples_link
{
	padding: 17px 4.44% 13px 0;
}

.form_input
{
	width: 41.12%;
	padding: 15px 4.44%;
}

.form_textarea
{
	width: 91.12%;
	padding: 15px 4.44%;
}

#file_upload_content
{
	width: 91.12%;
	padding: 0 4.44% 4.44% 4.44%;
}

#file_upload_text
{
	padding: 15px 0 8px 0;
}

.recruitment_upload
{
	width: 50%;
}

.file-upload-input 
{
    width: 77.78%;
}

.file-upload-button 
{
	width: 22.22%;
}

.file-upload-input2
{
    width: 75.13%;
}

.file-upload-button2
{
	width: 24.87%;
}

	
}


/* iPad Portrait -1px ----------- */
@media screen and (max-width : 767px) {
	
	
/* FREE ESTIMATE ----------*/

#forms_leftcol
{
	width: 100%;
}

#forms_rightcol
{
	width: 100%;
}


/* FORM STYLES ----------*/

.form_row.NM
{
	margin: 0 0 22px 0;
}

.form_title, .form_upload_title
{
	width: 34.76%;
	padding: 17px 2.9% 13px 2.9%;
}

.form_textarea_title
{
	width: 94.2%;
	padding: 17px 2.9% 13px 2.9%;
}

.photo_examples_link
{
	padding: 17px 2.9% 13px 0;
}

.form_input
{
	width: 53.64%;
	padding: 15px 2.9%;
}

.form_textarea
{
	width: 94.2%;
	padding: 15px 2.9%;
}

#file_upload_wrapper
{
	min-height: 0;
}

#file_upload_content
{
	width: 94.2%;
	padding: 0 2.9% 2.9% 2.9%;
}

#file_upload_text
{
	padding: 20px 0 10px 0;
}

.file_upload_block
{
	margin: 10px 0 0 0;
}

.file_upload_block_leftcol, .file_upload_block_rightcol
{
	width: 49.2%;
}

.recruitment_upload
{
	width: 59.44%;
}

	
}


/* iPhone Landscape -1px ----------- */
@media screen and (max-width : 567px) {
	
	
/* FREE ESTIMATE ----------*/

#forms_leftcol, #forms_rightcol
{
	float: none;
	position: relative;
}


/* FORM STYLES ----------*/

.form_row
{
	background: none;
	margin: 0 0 22px 0;
}

.form_title
{
	float: none;
	position: relative;
	width: 100%;
	height: auto;
	background: none;
	color: #3C61A8;
	padding: 0 0 10px 0;
}

.form_textarea_title
{
	width: 100%;
	height: auto;
	background: none;
	color: #3C61A8;
	padding: 0 0 10px 0;
}

.form_upload_title
{
	width: 32.76%;
	padding: 17px 3.9% 13px 3.9%;
}

.photo_examples_link
{
	padding: 17px 0 13px 0;
}

.form_input
{
	float: none;
	position: relative;
	width: 86.2%;
	padding: 15px 6.9%;
}

.form_textarea
{
	width: 86.2%;
	padding: 15px 6.9%;
}

#file_upload_wrapper
{
	background: none;
}

#file_upload_content
{
	width: 100%;
	padding: 0;
}

.file_upload_block_leftcol, .file_upload_block_rightcol
{
	width: 49%;
}

.recruitment_upload
{
	float: none;
	position: relative;
	width: 100%;
}

.upload_btn2 
{
	width: 86.2%;
	background-position: 93.1% 50%;
    padding: 17px 6.9% 16px 6.9%;
}

.upload_btn2:hover, .upload_btn2:active 
{
    background-position: 93.1% 50%;
}


}


/* iPhone Portrait ----------- */
@media screen and (max-width : 320px) {


.file_upload_block
{
	margin: 0 0 0 0;
}

.file_upload_block_leftcol, .file_upload_block_rightcol
{
	float: none;
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
}

.form_upload_title
{
	width: 36.2%;
	padding: 17px 6.9% 13px 6.9%;
}
	
	
}



.contact_form {
	padding-bottom: 60px !important;
}

.contact_form .intro {
	margin-bottom: 30px;
}

.contact_form .intro h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 100%;
    color: #0A3992;
    margin-bottom: 20px;
}