/*mttr-gfimp.css*/

.gfield_checkbox>.gchoice>input, .gfield_radio>.gchoice>input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.contact-step .gform_wrapper:not(.gform_validation_error) .gform_fields > li:not(.mttr-gf-selector),
.contact-step .gform_wrapper:not(.gform_validation_error) .gform_footer,
.gform_validation_error .mttr-gf-selector {
    display: none;
}

.mttr-gf-selector .gfield-choice-input+label {
	max-width: 100% !important;
}
.mttr-gf-btn-next-center .gform_page_footer {
	text-align: center;
}
.mttr-gf-btn-next-center .gform_page_footer .gform_next_button {
	visibility: hidden;
}
.mttr-gf-btn-next-center .gform_page_footer .gform_next_button.active-button {
	visibility: visible;
}


.mttr-gf-selector .gfield_checkbox {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 !important;
}
.mttr-gf-selector .gfield_checkbox .gchoice {
    min-height: 110px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 215px;
    flex: 1 0 215px;
    border: 1px solid #f5f7f7;
    box-shadow: 1px 1px 2px hsla(0, 0%, 93%, 0.3);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    margin: 0 1em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 1.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0.25em;
}
.mttr-gf-selector .gfield_checkbox .gchoice {
    color: #ed2a7b;
    background-color: rgba(217, 224, 224, 0.3);
}
.mttr-gf-selector .gfield_checkbox .gchoice.checked,
.mttr-gf-selector .gfield_checkbox .gchoice:hover {
    background-color: #ed2a7b;
    color: #fff;
}
.mttr-gf-selector .gfield_checkbox .gchoice.checked:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.25em;
    margin-top: -3em;
    width: 2.5em;
    height: 4.5em;
    border-right: 1em solid #fff;
    border-bottom: 1em solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0;
    opacity: 0.3;
}
.mttr-gf-selector .gfield_checkbox .gchoice label {
    color: inherit;
    font-weight: 900;
    position: relative;
    z-index: 1;
}
.mttr-gf-selector .gfield_checkbox .gchoice.checked {
    box-shadow: none;
    position: relative;
}
.mttr-gf-selector input + label {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    text-align: center;
    font-size: inherit;
    line-height: 1.3;
    pointer-events: none;
}
.mttr-gf-selector input + label:after,
.mttr-gf-selector input + label:before {
    display: none !important;
}
.gfield.mttr-gf-selector .gfield_label {
    display: none;
}

.gform_wrapper .button {
    font-family: 'Merriweather Sans';
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2ed918;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 20px;
    text-decoration: none;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-property: all;
    padding-top: 20px;
    text-align: center;	
    cursor: pointer;
    border-radius: 8px;
    border: white solid 1px;    
}
.gform_wrapper .gform_previous_button.button {
	background-color: #eee !important;
    color: #6b7280;
    text-decoration: none;
    -webkit-appearance: none!important;
}
#gform_wrapper_2 .gform_previous_button.button {
display:none;
}

.mttr-gf-centered_wrapper {
	/*width: 100% !important;*/
	/*width: 760px;*/
    /*padding: 0 40px;*/
}
.mttr-gf-centered {
	margin: 10px auto;
	text-align: center;
	display: block;
}
.mttr-gf-steps-bottom {
    margin-bottom: 58px;
}
.mttr-gf-steps-bottom .gf_page_steps {
	position: absolute;
    margin-bottom: 65px !important;
	bottom: 0;
	border-bottom: none !important;
}

.mttr-gf-hide-errors_wrapper .gform_validation_errors, .mttr-gf-hide-errors_wrapper .gfield_validation_message {
	display: none;
}

.mttr-gf-input-center input {
	text-align: center;
}

.gfield_description {
	color: #999;
	font-size: 12px;
}
.gfield_required_text {
    text-transform: uppercase !important;
    font-style: normal !important;
    font-size: 11px !important;	
}

.mttr-gf-textarea-small textarea {
	height: 65px !important;
}

#gform_page_2_4 .gform_previous_button {
	display: none;
}
