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

.hero .col_text {
	padding: 3vw 24px !important;
}

form {
/*	background-color: purple;*/
	z-index: 12;
	position: relative;
	padding: 0;
}

#form_general-contact .form-field {
	padding-right: 8px;
	margin-bottom: 0;
}

#form_general-contact input,
#form_general-contact textarea {
	background-color: #FFF !important;
	transition: margin-top 0.2s;
	border: none;
}

#form_general-contact input {
	height: 60px;
	border-radius: 1000px;
}

#form_general-contact input[type=checkbox] {
	height: 2em;
	width: 2em;
	border: solid 1px #BBB;
}

#form_general-contact .frm_checkbox {
	margin-bottom: 30px;
}

#form_general-contact .frm_checkbox label {
	font-size: 0.9em;
}

#form_general-contact textarea {
	border-radius: 30px;
	margin-bottom: 0px;
}

#form_general-contact label {
	margin: 6px 0 0 6px;
}

#form_general-contact .frm_label_float_top > label {
	top: 2px;
}

/* when label floated */
#form_general-contact .frm_label_float_top > input,
#form_general-contact .frm_label_float_top > textarea {
/*	background-color: yellow !important;*/
	margin-top: 12px !important;
}

.frm_button_submit {
	background-color: #27355F !important;
	border-radius: 1000px !important;	
	border: none !important;
	margin: 0 !important;
}

/* === Sidebar === */

.contact_sidebar {
	padding: 30px;
	padding-top: 8vw;
}

.contact_sidebar .inner {
	background-color: #EDEEF7;
	padding: 30px;
	border-radius: 20px;
	margin-top: 30px;
	margin-bottom: 30px;	
}

.contact_sidebar h3 {
	color: #CC539E;
	font-size: 1.2em;
	margin-bottom: 30px;
    font-weight: bold;
}

.contact_sidebar h4 {
	font-family: 'Source Serif 4',Arial,Helvetica,serif;
	margin: 0;
}

.contact_sidebar a {
	word-break: break-word;
}