html {
	overflow-y:hidden;
	padding: 0px 1.25rem;
	min-height:900px;
}
iframe.gfiframe {
  min-height: 900px !important;
  height: auto !important;
}
.avid-gf_wrapper label.gform-field-label.gform-field-label--type-sub, .avid-gf_wrapper .gfield_label, .avid-gf_wrapper .gfield textarea {
    font-size: 16px !important;
    color: #2C3345;
    margin-left: 2px;
    margin-bottom: 14px !important;
    font-weight: 500 !important;
    word-break: break-word;
    text-align: left !important;
    font-family: Arial, sans-serif !important;
    line-height: 26px !important;
}
.avid-gf_wrapper .gfield input, .avid-gf_wrapper .gfield select, .avid-gf_wrapper .gfield textarea.large, .avid-gf_wrapper .gfield textarea {
    height: 2.5em;
    border-radius: 5px;
    border: 1px solid #CCCBC8;
}
.avid-gf_wrapper input[type="text"], .avid-gf_wrapper input[type="email"], .avid-gf_wrapper input[type="tel"], .avid-gf_wrapper textarea, .avid-gf_wrapper select {
    color: #6c6b69 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #CCCBC8 !important;
    padding: 10px !important;
    font-size: 16px !important;
    border-radius: 5px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}
.avid-gf_wrapper .gfield--type-html {
    font-size: 10pt;
    color: #2C3345 !important;
    line-height: 1.6;
    word-break: break-word;
}
.avid-gf_wrapper .gfield--type-html a {
    font-size: 10pt;
    color: #2C3345 !important;
    line-height: 1.6;
    word-break: break-word;
    font-weight: 700 !important;
    text-decoration: none;
}
.avid-gf_wrapper .gform_button.button {
    background-color: #00843D;
    color: #FFFFFF;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 60px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}
.avid-gf_wrapper .gform_button.button:hover {
    background-color: #1B1B1A;
}
.avid-gf_wrapper .gfield--type-html a:hover {
    text-decoration: underline;
}
.avid-gf_wrapper p.gform_required_legend {
    display: none;
}

@media screen and (max-width: 767px) {
	html {
		min-height:1200px;
	}
	
	.gform_wrapper.gravity-theme .gfield textarea.large {
		height: 80px !important;
	}
	
	.avid-gf_wrapper input[type="text"], .avid-gf_wrapper input[type="email"], .avid-gf_wrapper input[type="tel"], .avid-gf_wrapper textarea, .avid-gf_wrapper select {
		margin-bottom: 0px !important;
	}
	
	.avid-gf_wrapper label.gform-field-label.gform-field-label--type-sub, .avid-gf_wrapper .gfield_label, .avid-gf_wrapper .gfield textarea {
		margin-bottom: 5px !important;
	}
}