body img.gform_ajax_spinner {
 display: none !important;
}
.longform-gform .gform_wrapper{
    margin: 0;
    position: relative;
    top: -24px;
}
.gform_validation_error .validation_error{
    display: none!important;
}
.gform_validation_error li{
    border: 0!important;
    background-color: transparent!important;
}
.gform_validation_error li label{
    color: white!important;
}
.gform_validation_error li.gfield_error{
    margin-top: 6px!important;
}
.gform_wrapper label{
    color: hsla(0,0%,100%,.7);
    font-size: 16px!important;
    font-weight: 600!important;
    margin-bottom: 5px;
    display: inline-block;
    font-family: source-sans-pro,sans-serif;
}
.gform_wrapper input:not([type="submit"]){
    width:100%!important;
    background-color: rgba(0,0,0,.25);
    border: 0;
    width: 100%;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    padding: 10px 12px!important;
    font-family: source-sans-pro,sans-serif!important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
}
.gform_wrapper input:not([type="submit"]):focus{
    box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
	font-family: source-sans-pro,sans-serif!important;
}
.gform_wrapper input[type="submit"]{
    width: 100%!important;
    font-size: 20px!important;
    font-weight: 600;
    height: 54px;
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
	color: #3384d0 !important;
    border-radius: 4px;
    padding: 10px 16px;
    line-height: 1.33333!important;
    border-color: #fff;
    font-family: source-sans-pro,sans-serif;
    background-color: hsla(0,0%,100%,.9);
}
.brand-green-2 .gform_wrapper input[type="submit"]{
	color: #32b455!important;
}
.light-gform .gform_wrapper label{
	color: gray!important;
}
.light-gform .gform_wrapper input:not([type="submit"]){
	background-color: white!important;
	border: 1px solid hsla(240,5%,57%,.4)!important;
	color: #8b8b96!important;
}
.light-gform .gform_wrapper input[type="submit"]{
	color: white!important;
	background-color: #3384D0!important;
}
@media only screen and (min-width:768px){
    .gform_body ul{
        display: flex!important;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gform_body li{
        width: calc(50% - .75rem)!important;
        padding: 0!important;
    }
	.full-width-gform .gform_body li{
		width: 100%!important;
	}
}

@media only screen and (min-width:960px){
    .longform-gform form{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .longform-gform .gform_body{
        width: 80%!important;
    }
    .longform-gform .gform_body li{
        margin-top: 0!important;
		position: relative;
        width: calc(25% - .75rem)!important;
    }
	.longform-gform .gform_body li label{
		display: block!important;
	}
    .longform-gform .gform_footer{
        margin: 24px 0 0!important;
        padding: 0!important;
        width: calc(20% - 1.5rem)!important;
    }
	.longform-gform .gform_validation_error{
		padding-bottom: 40px;
	}
    .longform-gform .gform_validation_error input[type="submit"]{
/*        margin-bottom: 36px;*/
    }
	.longform-gform .gform_validation_error .gform_footer {
/*		margin-top: 0px !important;*/
/*		padding-bottom: 0 !important;*/
/*		width: calc(20% - 1.5rem) !important;*/
/*		margin-bottom: 18px !important;*/
	}
	.longform-gform .validation_message{
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		padding: 0!important;
		padding-top: .5rem!important;
		line-height: 1.2 !important;
		
	}
	.longform-gform .instruction.validation_message{
		top: calc(100% + 32px);
	}
	.longform-gform li.gfield.gfield_error.gfield_contains_required{
		margin-bottom: 0!important;
	}
	.longform-gform li.gfield.gfield_error.gfield_contains_required .ginput_container{
		margin-top: 8px!important;
	}
	.longform-gform li.gfield.gfield_error.gfield_contains_required label.gfield_label{
		margin-top: 0!important;
	}
}