.form_heading {
	font-size: 1.6em;
	color: #fff;
	margin-bottom: 1em;
	font-family: 'Silka-Bold' !important;
	font-weight: normal !important;
	font-style: normal !important;
}
fieldset {
    max-width: initial !important;
}
.hs-form-field {
	margin-bottom: .8em !important;
}
@media (max-width: 992px) {
	.hs-form-field {
		width: 100% !important;
  }
}
.hs-form-field label {
	font-size: 14px;
	color: #fff !important;
	line-height: 1.5em !important;
}
.hubform_holder_dark .hs-form-field label,
.hubform_holder_dark .hubform_holder .submitted-message {
    color:#000000 !important;
}


.hs-form-booleancheckbox {
	line-height: 18px !important;
}
.hs-form-booleancheckbox label {
	color: #fff !important;
}
.hs-input {
	 width: 100% !important;
	 border-radius: 5px !important;
}
.hs-input[type="checkbox"] {
	 width: auto!important;
}
.hubform_holder {
}
.hubform_holder a {
	color: #ed2125;
}
.hubform_holder input[type=checkbox], .hubform_holder input[type=radio] {
	margin: 0 10px 10px 0;
	width: 16px !important;
  height: 16px !important;
}
@media (max-width: 767px) {
	.hubform_holder input[type=checkbox], .hubform_holder input[type=radio] {
		margin: 0 10px 10px 0;
		width: 20px !important;
	  height: 20px !important;
	}
}
.hubform_holder .hs-richtext {
	color: #fff !important;
}
.hubform_holder .submitted-message {
	color: #fff !important;
}
.hubform_holder input[type=text], .hubform_holder input[type=email], .hubform_holder input[type=tel]  {
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #000 !important;
	outline: none !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	padding: .5em !important;
	width: 100% !important;
}

.hubform_holder .input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../img/select_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: 1.2em;
	color: #000;
	padding: .5em;
	width: 100%;
	border-radius: 5px;
}
.hubform_holder .input {
	color: #000;
	margin-right: 0 !important;
}
.hubform_holder input[type=submit] {
	display: inline-block;
	padding: 13px 24px;
	margin: 1em 0;
	background-color: #ED2125;
	color: #fff;
	border-radius: 10px;
	transition: all 200ms;
	border: 2px solid #ED2125 !important;
}
.hubform_holder input[type=submit]:focus,
.hubform_holder input[type=submit]:hover {
	background-color: transparent !important;
	color: #ED2125 !important;
	border: 2px solid #ED2125 !important;
}

input.hs-button.primary.large:hover {
	background: transparent !important;
	color: #ED2125 !important;
}
.hubform_holder .hs_error_rollup {
	margin-top: .7em;
	color: #999 !important;
}

.hs-error-msg {
	font-size: .7em !important;
}
/* white form */
.inputs-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.hubform_holder_white .heading-form,
.hubform_holder_white label span,
.hubform_holder_white .bod-block-title-closer span {
	color:#fff !important;
}
.hubform_holder_white.red_link a.bod-block-popup-trigger {
	color:#ED2125 !important;
}


.hubform_holder_shadow {
    box-shadow: 10px 8px 10px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 10px 8px 10px 2px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 10px 8px 10px 2px rgb(0 0 0 / 20%);
    -o-box-shadow: 10px 8px 10px 2px rgb(0 0 0 / 20%);
}
.hubform_holder_white .hs-form-field {
	margin-bottom: 1.2em !important;
}
.hubform_holder_white a {
	color: #00D9BC !important;
}
.hubform_holder_white .hs-form-field label {
	font-size: 14px;
	color: #000 !important;
	line-height: 1.5em !important;
}
.hubform_holder_white .hs-form-booleancheckbox label {
	color: #000 !important;
}
.hubform_holder_white input[type=checkbox] {
	margin-right: 1em;
}
.hubform_holder_white input[type=text], .hubform_holder_white input[type=email], .hubform_holder_white input[type=tel] {
	background-color: #fff !important;
	border: 1px solid #bfbfbf !important;
	outline: none !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	padding: .5em !important;
	width: 100% !important;
}
.hubform_holder_white .hs-richtext {
	color: #000 !important;
}
.hubform_holder_white .submitted-message {
	color: #000 !important;
}
.form-columns-0 {
	max-width: 100% !important;
}
.form-columns-1 {
	max-width: 100% !important;
}
.form-columns-2 div:first-child {
    width: 49% !important;
}
@media (max-width: 992px) {
	.form-columns-2 div:first-child {
  	width: 100% !important;
  }
}
.form-columns-2 {
  max-width: 100% !important;
	display: flex;
	justify-content: space-between;
}
@media (max-width: 992px) {
	.form-columns-2 {
  	display: initial;
		width: 100%;
  }
}
.hubform_holder_white textarea {
	width: 100%;
	margin-top: 2em;
}
.hubform_holder_white .input select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-image: url(../img/select_arrow.svg);
   background-repeat: no-repeat;
   background-position: right 1em center;
   background-size: 1.2em;
   padding: 1em;
   width: 100%;
   height: 3.5em;
   border-radius: 5px;
}
.hubform_holder_white input[type=submit] {
		display: inline-block;
		padding: 12px 20px;
		margin: 1em 0;
		background-color: #ED2125;
		color: #fff;
	  border-radius: 4px;
		transition: all 200ms;
	  border: 2px solid #ED2125;
}
/* Maturity Form stuff */
.hubform_maturity a {
	color: #16E0F2;
}
.hubform_maturity input[type=checkbox], .hubform_maturity input[type=radio] {
	margin-right: .5em;
}
.hubform_maturity .hs-richtext {
	color: #fff !important;
	font-size: .7em !important;
}
.hubform_maturity input[type=text], .hubform_maturity input[type=email], .hubform_maturity input[type=tel]  {
	background-color: #fff !important;
	border: 1px solid #000 !important;
	outline: none !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	padding: .5em !important;
	width: 100% !important;
}
.hubform_maturity .input select {
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-image: url(../img/select_arrow.svg);
   background-repeat: no-repeat;
   background-position: right 1em center;
   background-size: 1.2em;
   padding: 1em;
   width: 100%;
   height: 3.5em;
   border-radius: 5px;
}
.hubform_maturity input[type=submit] {
	border: none !important;
	outline: none !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	padding: .5em 3em !important;
	background-color: #ea1d21 !important;
	background-image: none !important;
	text-shadow: none !important;
	border-radius: 12%/50% !important;
	text-transform: uppercase !important;
	font-family: 'Silka-Regular' !important;
	font-weight: normal !important;
	font-style: normal !important;
	color: #fff;
	margin-top: 1em;
}
.hubform_maturity .hs_error_rollup {
	margin-top: .7em;
	color: #999 !important;
}
.hubform_maturity .hs-form-booleancheckbox-display span {
	font-size: .7em;
	line-height: 1.2em;
}

.single-lp .form_heading {
	font-size: 1.4em;
	color: #fff;
	margin-bottom: .5em;
	font-family: 'Silka-Bold' !important;
	font-weight: normal !important;
	font-style: normal !important;
}
.single-lp .hs-form-booleancheckbox {
	line-height: 13px !important;
}
/* .single-lp .hs-form-booleancheckbox label {
	color: #fff !important;
	font-size: 11px !important;
} */
.single-lp .hubform_holder .input select {
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-image: url(../img/select_arrow.svg);
   background-repeat: no-repeat;
   background-position: right 1em center;
   background-size: 1.2em;
   padding: .5em;
   width: 100%;
   border-radius: 5px;
	 border: 1px solid #bfbfbf;
}
.single-lp select {
    color: black !important;
}
.single-lp select#country_drop_down-a058a782-14ae-4d59-bcc6-c640167edaa7 {
    width: 100% !important;
}

.bod-block-popup-wrap button.bod-block-title-closer:not(:hover):not(:active) {
  color: black;
}

.bod-block-popup-wrap.hubform_holder button.bod-block-title-closer:not(:hover):not(:active) {
  color: #fff !important;
}
.bod-block-popup-wrap.hubform_holder button.bod-block-title-closer:hover {
  color: #ed2125 !important;
}

/* Gravoy Forms replacement styles */
.gform_holder .gform_wrapper.gravity-theme .gfield_validation_message, 
.gform_holder .gform_wrapper.gravity-theme .validation_message,
.gform_holder .gform_required_legend {
  background: transparent;
  border: 0px;
  font-size: 12px;
  padding: 0px;
}
.gform_holder .gform_wrapper.gravity-theme .field_description_above .gfield_description {
	padding:10px;
	margin-bottom:10px;
}
.gform_holder .gform_wrapper.gravity-theme .gform_validation_errors {
	background: #fff9f9;
	border: 1px solid #c02b0a;
	padding: 10px;
}
.gform_holder input[type="submit"] {
	display: inline-block;
	padding: 12px 20px;
	margin: 1em 0;
	background-color:#ED2125;
	color: #fff;
	border-radius: 4px;
	transition: all 200ms;
	border: 2px solid #ED2125;
}
.gform_holder input[type="submit"]:hover {
	background-color: transparent;
	color:#ED2125
}
.gform_holder .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1px;
  padding: 0;
}