/*
/* Forms CSS
   ========================================================================== */

div.gform_wrapper ul.gform_fields li.gfield.one-third {
    width: 33.3333%;
}

div.gform_wrapper ul.gform_fields li.gfield select {
    width: 100%;
    height: 50px;
}

.gform_footer img {
    display: none !important;
}

div.gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}

div.gform_wrapper {
    margin: 0 0 48px 0;
}

div.gform_wrapper .validation_message {
    padding-top: 8px !important;
    color: #c11111;
    font-size: 0.75em;
}

div.gform_wrapper.gform_validation_error .top_label input.medium, div.gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
    background: #ffebeb;
    border-color: #e7aaaa;
}

#genesis-content li.gfield.full-width {
    margin-bottom: 16px !important;
}

div.gform_wrapper {
    margin: 0;
}

div.gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0;
    margin-bottom: 20px;
    width: 50%;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
	list-style:none;
}

label.gfield_label, legend.gfield_label {
    font-size: 0.75em;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 10px;
    display: inline-block;
}

#gform_fields_8 .gfield--type-address legend.gfield_label,
#gform_fields_7 .gfield--type-address legend.gfield_label{
	font-size:1.25em;
}

#gform_fields_8 .gfield--type-address span.gform-grid-col,
#gform_fields_8 .gfield--width-third,
#gform_fields_7 .gfield--type-address span.gform-grid-col,
#gform_fields_7 .gfield--width-third{
	width:30%;
	margin-right:3.33%;
	float:left;
	margin-left:0;
}

#gform_fields_8 .gfield--width-half,
#gform_fields_7 .gfield--width-half{
	width:46.67%;
	float:left;
	margin-right:3.33%;
}

#gform_fields_8 .gfield--type-address,
#gform_fields_7 .gfield--type-address,
#gform_fields_8 .gfield--type-html,
#gform_fields_8 .gfield--width-third + .gfield:not(.gfield--width-third),
#gform_fields_7 .gfield--type-html,
#gform_fields_7 .gfield--width-third + .gfield:not(.gfield--width-third),
#gform_fields_8 .gfield--width-half + .gfield:not(.gfield--width-half),
#gform_fields_7 .gfield--width-half + .gfield:not(.gfield--width-half){
	clear:both;
}

#gform_fields_8 .gfield--type-html,
#gform_fields_7 .gfield--type-html{
	padding-top:20px;
}

#gform_fields_8 .gfield--type-address,
#gform_fields_7 .gfield--type-address{
	background: #eee;
	border-radius:8px;
	padding:20px 30px;
}

#gform_fields_8 .gfield--type-address:after,
#gform_fields_7 .gfield--type-address:after{
	content:'';
	display:block;
	clear:both;
}

#gform_fields_8 .gfield--type-address legend,
#gform_fields_7 .gfield--type-address legend{
	position:relative;
	top:36px;
	margin-bottom:30px;
}

#gform_fields_8 .gfield--type-address span.gform-grid-col,
#gform_fields_7 .gfield--type-address span.gform-grid-col{
	display:block;
}

@media only screen and (max-width:660px){
	#gform_fields_8 .gfield--width-half,
	#gform_fields_7 .gfield--width-half,
	#gform_fields_8 .gfield--type-address span.gform-grid-col,
	#gform_fields_8 .gfield--width-third,
	#gform_fields_7 .gfield--type-address span.gform-grid-col,
	#gform_fields_7 .gfield--width-third{
		width:100%;
		float:none;
	}	
}


li.hidden_label label {
    display: none;
}

li.gform_hidden, li.gform_validation_container {
    visibility: hidden;
    display: none;
}

div.gform_wrapper textarea {
    height: 180px;
}

div.gform_wrapper ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
	padding-left:0;
}

div.gform_wrapper ul.gform_fields li.gfield.full-width {
    width: 100%;
}

div.gform_wrapper ul.gform_fields li.gfield input {
    width: 100%;
    margin-top: 0;
}

div.gform_wrapper ul.gform_fields li.gfield div.ginput_container {
    margin-top: 0;
}

div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 16px;
}

div.gform_wrapper textarea.medium {
    padding: 5px 16px;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border: 0;
	margin-top:0 !important;
}

.validation_error {
    background: #efefef;
    border-left: solid 4px #b70e0e;
    padding: 10px 20px;
    margin-bottom: 20px;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, div.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

div.gform_wrapper .validation_message.instruction {
    display: none;
}

div.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}


footer div.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    width: 100%;
    margin: 0;
}

footer div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 5px;
    padding-bottom: 10px;
}

p.form-title {
    font-size: 28px;
    color: #457eb9;
    /* font-family: 'Titillium Web', sans-serif; */
    font-weight: 500;
    font-weight: bold;
}

.ginput_complex.has_street > span {
    margin-bottom: 16px;
    display: block;
}

.ginput_complex.has_street > span label {
    font-size: 0.75em;
}

div.gform_wrapper ul.gform_fields li.gfield input[type="radio"] {
    width: auto;
    margin-right: 10px;
}

.gfield_radio li, .gfield_checkbox li {
    list-style: none;
}

.gfield_radio, .gfield_checkbox {
    margin: 0;
}

div.gform_wrapper ul.gform_fields li.gfield input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.gfield_radio input[type="text"] {
    width: auto !important;
}

.gform_drop_area {
    border: dashed 2px #d3d3d3;
    padding: 20px;
}

@media only screen and (max-width:1200px) {

    .cta-form .cta-content {
        width: 100%;
    }

}

@media only screen and (max-width:1100px) {
	
	div.gform_wrapper ul.gform_fields li.gfield.one-third {
    	width: 100%;
	}
	
}


@media only screen and (max-width:600px) {

    div.gform_wrapper ul.gform_fields li.gfield {
        width: 100% !important;
        padding-right: 0 !important;
    }
    
}