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

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

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

 form .form-field {
	padding-right: 8px;
	margin-bottom: 0 !important;
}

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

 form input {
	height: 60px;
	border-radius: 1000px !important;
}

 form input[type=checkbox] {
	height: 2em !important;
	width: 2em !important;
	border: solid 1px #BBB !important;
}

 form .frm_checkbox {
	margin-bottom: 30px !important;
}

 form .frm_checkbox label {
	font-size: 0.9em !important;
}

 form textarea {
	border-radius: 30px !important;
	margin-bottom: 0px;
}

 form label {
	margin: 6px 0 0 6px !important;
}

 form .frm_label_float_top > label {
	top: 2px;
}

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

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

.subscribe_form form .frm_button_submit {
	margin-top: 30px !important;
}

#frm_field_39_container {
	margin-bottom: 15px !important;
}

/* === Contact Form 2.0 === */

.boxtop {
	display: block;
	background-color: #FFF;
	border-radius: 20px 20px 0 0;
	height: 20px;	
}

.frm_form_field:has(.boxtop) {
	padding-right: 0;
}

#form_general-contact-2 fieldset {
/*	border: solid 2px black;
	padding: 0 20px !important;*/
}

#form_general-contact-2 .frm_fields_container {
	grid-gap: 0 !important;
}

#form_general-contact-2 .frm_form_field:not(.frm_form_field:has(.boxtop)) {
	background-color: #FFF; !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

#form_general-contact-2 input:not(input[type="radio"]),
#form_general-contact-2 textarea {
	border-radius: 3px !important;
	border: solid 2px #BEC2D3 !important;
}

#form_general-contact-2 input[type="radio"] {
	border: solid 2px #BEC2D3 !important;
}

#form_general-contact-2 .frm_form_field:has(.frm_submit){
	border-radius: 0 0 20px 20px;
}

#form_general-contact-2 .frm_submit button {
	margin: 20px 0 !important;
}

.frm_form_field label {
	padding-left: 20px !important;
}

#field_audience_label {
	display: none;
	/* CHECK ACCESSIBILITY */
}

.vertical_radio:not(.vertical_radio:has(.frm_checkbox)) {
	padding-left: 20px;
	background-color: #F5F6F6 !important;	
}

.frm_radio label {
	position: relative;
	padding: 10px;
}

.frm_radio label:has(input[type="radio"]:checked) {
	color: #A02672;
	font-weight: bold;
	/*background-color: yellow;*/
}

.frm_radio label input {
	position: absolute !important;
	left: -20px !important;
	top: 10px;
}

.frm_radio label p {
	font-size: 1.4em !important;
	line-height: 1 !important;
	margin-bottom: 5px !important;
}

.frm_html_container .container-fluid {
	padding: 0;
}

.frm_html_container p:not(#frm_field_36_container p) {
	font-size: 1.4em !important;
	margin-bottom: 15px !important;
	line-height: 1.1 !important;
	/*background-color: green;*/
}

.frm_submit button:hover {
	color: #FFF !important;
	background-color: #9F2671 !important;
}

.frm_error {
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	color: #b94a48 !important;
	font-size: 1em !important;
	margin: 0;
	margin-bottom: 20px;
	padding: 15px !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;
}