.contact-section-1 .ginput_container_select select,
.home-section-2 .ginput_container_select select {
  color: #7b7b7b;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  display: inline-block;
  margin-right: 30px;
}
.gform_legacy_markup_wrapper .top_label .gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  font-weight: normal;
}
.gform_legacy_markup_wrapper textarea,
.coverage-field,
.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper ul.gform_fields li.gfield select,
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  box-shadow: 1px 2px 7px #e6e6e6 !important;
  border-radius: 5px !important;
}
input[data-value-visibility='hidden'] + .slider-display {
  width: 70%;
}
.gform_previous_button,
.gform_button,
.gform_next_button {
  min-width: 120px !important;
  height: 40px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  color: #292929;
  background-color: #d8d8d8;
}
textarea[name='input_58'] {
  min-height: 400px;
}
input.gform_next_button,
input.gform_button {
  background: linear-gradient(to top, #005374, #00a0e0);
  color: #fff;
}



@media screen and (max-width: 640px) {
  /* .gform_page_footer {
    display: flex;
    flex-direction: column;
  } */
}
@media screen and (max-width: 640px) {
  input.gform_next_button,
  input.gform_button {
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  input.gform_previous_button {
    order: 2;
  }
}
h3.gform_title {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}
.gform_descriptionn {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #666666;
  margin-top: 20px;
  font-size: 1.1em;
  text-align: center;
}
/*Gravity Forms*/
.gform_wrapper .gform_footer {
  overflow: auto;
}
/*Bottom Button container*/
.gform_wrapper .gform_footer {
  text-align: center;
}
/*Bottom Button*/
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type='submit'],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type='submit'] {
  width: 250px !important;
  height: 60px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  line-height: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 50px auto !important;
  display: block;
  text-transform: uppercase;
}
/*Full Width*/
.gform_wrapper li.full-width input.medium,
.gform_wrapper li.full-width select.medium {
  width: 100% !important;
}
/*Dropdown*/
.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper ul.gform_fields li.gfield select,
.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  height: 60px;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 10px !important;
  font-family: 'Roboto', sans-serif;
  margin-top: 12px;
}
/*text field and text area*/
.gform_wrapper textarea.medium,
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select,
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.gf_browser_chrome .ginput_complex select {
  color: #7a7a7a;
  border-color: #ddd;
  background-color: #ffffff;
  box-shadow: none;
  text-shadow: 0 1px 0 #fff;
  cursor: default;
  transform: none;
  border: solid 1px #9e9e9e;
  border-radius: 5px;
  min-height: 60px;
}
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select,
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.gf_browser_chrome .ginput_complex select {
  margin-top: -30px;
}
.coverage-field {
  background: #fff;
  display: flex;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  clear: none;
  color: #818181;
  border-top: 2px solid #a1a1a1;
  margin-top: 30px !important;
  margin-right: 17px;
  border-radius: 5px;
}
.gform_wrapper .coverage-field label.gfield_label {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  padding: 5px 5px 5px 10px;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  margin: 0;
}
.gform_wrapper .coverage-field div.ginput_container_radio {
  -ms-flex-order: 1;
  order: 3;
  width: 50%;
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper .coverage-field div.ginput_container_radio ul.gfield_radio {
  margin: 0;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.gform_wrapper .coverage-field div.gfield_description {
  -ms-flex-order: 1;
  order: 2;
  width: 0;
  margin-left: -50px;
  font-size: 25px;
}
.gform_wrapper .coverage-field div.ginput_container_radio li {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  min-height: 70px;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.coverage-field#field_7_9 {
  margin-top: 8px !important;
}

#field_7_22 {
  margin-top: 0;
}

@media (max-width: 500px) {
  .gform_wrapper .coverage-field {
    display: block;
  }
  .gform_wrapper .coverage-field label.gfield_label {
    display: block;
    width: 100%;
  }
  .gform_wrapper .coverage-field div.ginput_container_radio {
    width: 100%;
    display: block;
  }
}
.gform_wrapper .hide-circle ul.gfield_checkbox,
.gform_wrapper .hide-circle ul.gfield_radio {
  line-height: 60px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  cursor: pointer;
  padding: 0;
}
.gform_wrapper ul.gform_fields li.gfield.hide-circle input {
  width: 100%;
  height: 100%;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.gform_wrapper ul.gform_fields li.gfield.hide-circle input[type='checkbox'],
.gform_wrapper ul.gform_fields li.gfield.hide-circle input[type='radio'] {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}
.gform_wrapper ul.gform_fields li.gfield.hide-circle label:hover {
  color: #285e8e;
  cursor: pointer;
  background-color: #ffffff;
}
.gform_wrapper ul.gform_fields li.gfield.hide-circle input:checked + label {
  background: linear-gradient(to left, #36aff5, #054063);
  color: #fff;
  height: 100%;
  width: 100%;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.gform_wrapper ul.gform_fields li.gfield.hide-circle label:active {
  background-color: #ffffff;
  box-shadow: 0 5px #285e8e;
  transform: translateY(2px);
}
#field_7_9 .gfield_required {
  display: none;
}
/*Show ICON*/
.gform_wrapper ul.gform_fields li.gfield.show-icon li {
  width: 16%;
  margin: 0;
  text-align: center;
}
@media (max-width: 970px) {
  .gform_wrapper ul.gform_fields li.gfield.show-icon li {
    width: 33%;
  }
}
@media (max-width: 450px) {
  .gform_wrapper ul.gform_fields li.gfield.show-icon li {
    width: 50%;
  }
}
.gform_wrapper ul.gform_fields li.gfield.show-icon input[type='checkbox'],
.gform_wrapper ul.gform_fields li.gfield.show-icon input[type='radio'] {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}
.gform_wrapper ul.gform_fields li.gfield.show-icon .s2-circle {
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.gform_wrapper ul.gform_fields li.gfield.show-icon .s2-circle .s2-circle-sm {
  width: 100%;
  height: 100%;
  background-color: #f2f6fa;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3.6em;
  color: #212529;
  position: relative;
}
.gform_wrapper ul.gform_fields li.gfield.show-icon .s2-circle .s2-circle-sm .s2-circle-image {
  width: 90px;
  height: auto;
  position: absolute;
  display: inline-block;
  background-color: #f2f6fa;
  top: 20px;
  left: 0;
  line-height: 45px;
  padding-bottom: 3px;
  margin-left: -15px;
}
.gform_wrapper ul.gform_fields li.gfield.show-icon .s2-circle .s2-circle-sm .s2-circle-image img {
  width: 100%;
  height: auto;
}
.gform_wrapper ul.gform_fields li.gfield.show-icon .s2-circle {
}
.gform_wrapper ul.gform_fields li.gfield.show-icon input:checked + label .s2-circle {
  background: linear-gradient(to bottom, #36aff5, #054063);
}
/*Get Started*/
.gform_wrapper .get-started {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
.gform_wrapper .get-started .gs-form-title {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #000;
}
.gform_wrapper .get-started ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper .get-started ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper .get-started ul.gform_fields li.gfield select,
.gform_wrapper .get-started input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  border: solid 1px #ccc;
  border-top: 2px solid #ccc;
  margin-top: 0px;
}
.gform_wrapper .get-started .gform_footer {
  text-align: left;
}
.gform_wrapper .get-started .gform_footer input.button,
.gform_wrapper .get-started .gform_footer input[type='submit'] {
  width: 170px;
  height: 50px;
  line-height: 50px;
  background: #00a1e0;
  border-radius: 25px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0 !important;
}
div.gform_wrapper .top_label input.large.datepicker,
div.gform_wrapper .top_label input.medium.datepicker,
div.gform_wrapper .top_label input.small.datepicker {
  width: 100%;
}
/*
  
  
  GET STARTED FORM
  
  
  */
.gform_wrapper .get-started .gfield_checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}
.gform_wrapper li.gf_list_inline.get-started ul.gfield_checkbox li {
  width: 25%;
}
@media (max-width: 768px) {
  .gform_wrapper .get-started .gfield_checkbox {
    display: block;
  }
  .gform_wrapper li.gf_list_inline.get-started ul.gfield_checkbox li {
    width: 100%;
    display: block !important;
  }
}
.gform_wrapper .get-started .gfield_checkbox li li {
  position: relative;
  padding-left: 40px;
}
.gform_wrapper .get-started .gfield_checkbox li label {
  margin-left: 26px;
  margin-right: 5px;
}
.gform_wrapper .get-started .gfield_checkbox li label:after {
  content: '';
  background: #ddd;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  z-index: 0;
}
.gform_wrapper .get-started .gfield_checkbox li label:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  left: 9px;
  top: 4px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
.gform_wrapper .get-started input[type='checkbox'] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.gform_wrapper .get-started input[type='checkbox'] + label {
  cursor: pointer;
}
.gform_wrapper .get-started input[type='checkbox']:checked + label:before {
  opacity: 1;
  top: 1px;
  left: 7px;
}
.gform_wrapper .get-started input[type='checkbox']:checked + label:after {
  background-color: #00a1e0;
}
fieldset.gfield--type-consent {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 1rem;
  width: 98% !important;
}
fieldset.gfield--type-consent legend {
  padding: 0.5rem;
}

.gfield--type-consent .ginput_container_consent {
  display: flex;
  align-items: center;
}
.gfield--type-consent.gfield input:not(.gfield-choice-input) {
  margin-right: 20px;
  padding: 0;
  width: 30px !important;
  height: 30px;
}
.gfield--type-consent.gfield .gfield_consent_description {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 0.5rem;
}
.gfield--type-consent.gfield label.gfield_label_before_complex {
  display: none;
}
#input_13_5_6 {
  margin-top: 0px !important;
  min-height: unset;
  padding: 0;
  height: 40px;
  border: none;
}
#gform_13 {
  max-width: 800px;
  margin: 0 auto;
}

#gform_13 .gchoice {
  margin-bottom: 5px;
  position: relative;
}

#gform_13 .gchoice input {
  position: absolute;
  top: 7px;
}

#gform_13 .gfield_checkbox .gchoice input {
  top: 8px;
}

#gform_13 #field_13_6 .gchoice input {
  top: 6px;
}

#gform_13 #field_13_6 .gchoice {
  margin-bottom: 10px;
}

#field_13_10 {
  clear: both;
}

#gform_13 .gchoice label {
  padding-left: 20px;
}

#gform_13 input:not(#gform_submit_button_13):not(.gfield-choice-input) {
  margin-top: 0px;
  height: 40px;
}

#gform_13 .gform_footer.top_label {
  margin-bottom: 50px;
}

#field_13_16 {
  margin-bottom: 10px;
}

#gform_submit_button_13 {
  margin: 10px auto !important;
  margin-bottom: 30px !important;
}

@media screen and (max-width: 630px) {
  #field_13_20 {
    transform: unset;
  }
  #gform_13 .gform_footer.top_label {
    transform: unset;
    margin-top: unset;
  }
}
@media screen and (max-width: 480px) {
  #field_7_9 {
    margin-right: 0;
  }
  #gfield_description_7_9 {
    height: 10px;
  }
}

/*Gravity Forms*/
.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 0;
  float: none;
}

.gform_wrapper
  .top_label
  li.gfield.gf_left_half
  .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(
    .datepicker
  ):not(.gfield_signature_container),
.gform_wrapper
  .top_label
  li.gfield.gf_right_half
  .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(
    .datepicker
  ):not(.gfield_signature_container) {
  width: 100% !important;
  margin: 8px 0 0 0;
  padding-left: 0;
  padding-right: 0;
}

.gform_wrapper .top_label li.gfield.gf_left_half:before {
  content: '';
  display: block;
  clear: both;
}

.gform_wrapper .top_label li.gfield.gf_right_half:after {
  content: '';
  display: table;
  clear: both;
}
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large,
.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
  width: 100%;
}
.gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer,
.gform_wrapper .top_label li.gfield.gf_left_half + li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer,
.gform_wrapper .top_label li.gfield.gf_right_half + li.gfield {
  clear: both;
}

.gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper .top_label li ul.gfield_radio {
  width: calc(100% + 16px);
}

.gform_legacy_markup_wrapper {
  margin-bottom: 16px;
  margin: 0 auto;
  margin-top: 16px;
  max-width: 1000px;
}

.gform_legacy_markup_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}

.gform_legacy_markup_wrapper *,
.gform_legacy_markup_wrapper :after,
.gform_legacy_markup_wrapper :before {
  box-sizing: border-box !important;
}

.gform_legacy_markup_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}

.gform_legacy_markup_wrapper textarea {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
}

.gform_legacy_markup_wrapper select {
  line-height: 1.5;
}

.gform_legacy_markup_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: block;
}

.gform_legacy_markup_wrapper ul,
html > body .entry ul {
  text-indent: 0;
}

.gform_legacy_markup_wrapper form li,
.gform_legacy_markup_wrapper li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}

.gform_legacy_markup_wrapper ul li.gfield {
  clear: both;
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.gfield_radio li {
  overflow: hidden;
}

.gform_legacy_markup_wrapper ul li:after,
.gform_legacy_markup_wrapper ul li:before,
.gform_legacy_markup_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}

.gform_legacy_markup_wrapper select {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
}

.gform_legacy_markup_wrapper select option {
  padding: 2px;
  display: block;
}

.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  font-weight: 700;
  font-size: inherit;
}

.gform_legacy_markup_wrapper .top_label .gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li label,
.gform_legacy_markup_wrapper ul.gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}

body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 16px;
  margin-bottom: 0;
}

.gform_legacy_markup_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 12px;
}

.gform_legacy_markup_wrapper .screen-reader-text,
.gform_legacy_markup_wrapper label.hidden_sub_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gform_legacy_markup_wrapper input.large,
.gform_legacy_markup_wrapper input.medium,
.gform_legacy_markup_wrapper input.small,
.gform_legacy_markup_wrapper select.large,
.gform_legacy_markup_wrapper select.medium,
.gform_legacy_markup_wrapper select.small {
  width: 100%;
}

.gform_legacy_markup_wrapper textarea.small {
  height: 80px;
  width: 100%;
}

.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
  position: relative;
}

.gform_legacy_markup_wrapper ul.gfield_checkbox,
.gform_legacy_markup_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}

.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: 0.875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
}

.gform_legacy_markup_wrapper .gfield_checkbox li label {
  margin: 0;
}

.gform_legacy_markup_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}

.gform_legacy_markup_wrapper .gfield_checkbox li input,
.gform_legacy_markup_wrapper .gfield_checkbox li input[type='checkbox'],
.gform_legacy_markup_wrapper .gfield_radio li input[type='radio'] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}

.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction {
  font-size: 0.813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}

.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description {
  padding: 0px 10px 8px 10px;
  border-top: solid 1px #eee;
  margin: 5px 0 0 0;
}

.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 16px;
}

.gform_legacy_markup_wrapper .gfield_description {
  width: 100%;
}

.gform_legacy_markup_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}

.gform_legacy_markup_wrapper .gform_footer {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}

.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type='submit'],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type='submit'] {
  font-size: 1em;
  width: 100%;
  margin: 0 0 16px 0;
}

.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.gchoice_select_all,
.gform_legacy_markup_wrapper ul.gfield_checkbox li input[type='checkbox']:checked + label,
.gform_legacy_markup_wrapper ul.gfield_radio li input[type='radio']:checked + label {
  font-weight: 700;
}

.gform_legacy_markup_wrapper .gf_hidden,
.gform_legacy_markup_wrapper .gform_hidden,
.gform_legacy_markup_wrapper input.gform_hidden,
.gform_legacy_markup_wrapper input[type='hidden'] {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}

.gform_legacy_markup_wrapper .gf_invisible,
.gform_legacy_markup_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.gfield_radio li {
  padding: 0 !important;
}

.gform_legacy_markup_wrapper li.gfield_html {
  max-width: 100%;
}

.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}

body .gform_legacy_markup_wrapper ul li.gfield {
  padding-top: 0;
  margin-top: 16px;
}

body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
  line-height: inherit;
}

@media only screen and (min-width: 641px) {
  .gform_legacy_markup_wrapper .gform_body {
    width: 100%;
  }

  .gform_legacy_markup_wrapper .gfield_checkbox li,
  .gform_legacy_markup_wrapper .gfield_radio li {
    margin: 0 0 8px 0;
    line-height: 1.3;
  }

  .gform_legacy_markup_wrapper .top_label input.medium,
  .gform_legacy_markup_wrapper .top_label select.medium {
    width: calc(50% - 8px);
  }

  .gform_legacy_markup_wrapper .hidden_label input.large,
  .gform_legacy_markup_wrapper .hidden_label select.large,
  .gform_legacy_markup_wrapper .top_label input.large,
  .gform_legacy_markup_wrapper .top_label select.large {
    width: 100%;
  }

  .gform_legacy_markup_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }

  .gform_legacy_markup_wrapper .gform_footer input.button,
  .gform_legacy_markup_wrapper .gform_footer input[type='image'],
  .gform_legacy_markup_wrapper .gform_footer input[type='submit'] {
    display: -moz-inline-stack;
    display: inline-block;
  }

  .gform_legacy_markup_wrapper .gform_footer input.button,
  .gform_legacy_markup_wrapper .gform_footer input[type='submit'],
  .gform_legacy_markup_wrapper .gform_page_footer input.button,
  .gform_legacy_markup_wrapper .gform_page_footer input[type='submit'] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
  }

  .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
  }
}

.gfield {
  float: left;
  margin: 4px 0;
}
.gfield_label {
  font-size: 1rem !important;
}
.gfield input:not(.gfield-choice-input),
.gfield select,
.gfield textarea {
  width: calc(100% - 16px) !important;
  border: 1px solid #9e9e9e52 !important;
}
.gfield--width-third {
  width: calc(100% / 3);
}
.gform_wrapper.gravity-theme .gfield.gfield--width-third {
  width: 100%;
}
.gfield:not(.gfield--width-third) {
  min-width: 50%;
}
.gfield--width-half {
  width: 50%;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
  width: 100%;
}
.gfield--width-full {
  width: 100%;
}
@media (max-width: 768px) {
  .gfield input:not(.gfield-choice-input),
  .gfield select,
  .gfield textarea,
  .gfield {
    width: 100% !important;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half,
  .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
  }
}
.gform_footer {
  clear: both;
}
.coverage-field {
  width: calc(100% - 16px);
}
.show-icon {
  width: 100%;
}
.ginput_complex input {
  width: 100% !important;
}
.ginput_complex select {
  width: calc(100% - 16px) !important;
}
#input_6_5_3 {
  margin-bottom: 30px;
}
#field_6_9 {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
#field_6_9 input {
  width: calc(100% - 16px) !important;
}
#choice_6_15_1 {
  transform: scale(1.2);
}

#field_7_10 {
  margin-top: -30px;
  margin-bottom: -30px;
}
#gform_wrapper_16 {
  max-width: 800px;
  margin: 0 auto;
}

#gform_wrapper_16 .gform_required_legend {
  display: none;
}

#gform_drag_drop_area_16_4 {
  padding: 50px;
  border: 1px dashed black;
  max-width: calc(100% - 16px);
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}

#field_16_4 {
  text-align: center;
}

#gform_browse_button_16_4 {
  border-radius: 5px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  color: white;
  border: unset;
  font-weight: 700;
  padding: 3px 15px;
  margin-left: 5px;
  border-radius: 8px;
}
#gform_drag_drop_area_16_4:hover {
  background: white;
}

#gform_fields_16 .gfield.col-md-3 {
  min-width: unset;
}

#gform_fields_16 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  color: #212529;
  text-shadow: 0 0 5px white;
}
#gform_fields_7 input,
#gform_fields_7 select {
  margin-top: -16px !important;
}
.gform_fileupload_rules {
  font-size: 16px;
}

#input_16_12 label {
  font-size: 16px;
}
#gform_fields_7 #choice_7_27_1,
#gform_fields_7 #choice_7_26_1 {
  width: 30px;
  height: 30px;
  margin: 0 16px !important;
  box-shadow: 1px 2px 7px #e6e6e6 !important;
  border-radius: 5px !important;
}

#field_7_27 {
  width: calc(100% - 16px);
  background: white;
  border-radius: 5px;
  box-shadow: 1px 2px 7px #e6e6e6 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.6);
}
#field_7_27 label {
  font-size: 16px;
  color: #666666;
  opacity: 0.9;
  padding: 5px;

  width: 100%;
}
#field_7_27 .ginput_container_consent {
  margin-top: 5px;
  display: inline-flex;
}
#field_7_27 input {
  float: left;
  margin: -3px 20px !important;
  padding: 0;
  width: 34px !important;
  height: 34px !important;
}
#field_7_27 .field_description_below .gfield_description {
  margin: 0;
}
#field_7_26 {
  width: calc(100% - 16px);
  background: white;
  border-radius: 5px;
  box-shadow: 1px 2px 7px #e6e6e6 !important;
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.6);
}
#field_7_27 input:checked + label,
#field_7_26 input:checked + label {
  font-weight: initial !important;
}
.gchoice_7_27_1,
.gchoice_7_26_1 {
}
#field_7_27 label,
#field_7_26 label {
  font-size: 16px;
  color: #666666;
  opacity: 0.9;
  padding: 5px;
}
@media screen and (max-width: 998px) {
  #field_6_5 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .gfield {
    width: 100% !important;
  }
  #field_6_5 {
    padding-right: 16px;
  }
  #field_6_9 {
    padding-right: 16px !important;
  }
}
#field_16_44 > label {
  display: none;
}

#gform_wrapper_22 .gform_required_legend {
  display: none;
}

#gform_wrapper_22 .gfield_required {
  color: red;
  margin-left: 5px;
  transform: translateY(1px);
  display: inline-block;
}

#gform_wrapper_22 select {
  height: 60px;
  margin-top: 12px;
  box-shadow: 1px 2px 7px #e6e6e6;
  border-radius: 5px;
  padding: 0.5rem;
}

#gform_wrapper_22 .gform_drop_area {
  padding: 50px;
  border: 1px dashed black;
  max-width: calc(100% - 16px);
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

#gform_wrapper_22 .gform_button_select_files {
  border-radius: 5px;
  background: linear-gradient(to bottom, #36aff5, #054063);
  color: white;
  border: unset;
  font-weight: 700;
  padding: 3px 15px;
  margin-left: 5px;
}

#gform_wrapper_22 .gform_fileupload_rules {
  display: table;
  margin: 0 auto;
  margin-top: 5px;
}

#gform_wrapper_22 .gfield_radio input {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}

#gform_wrapper_22 .gchoice {
  display: flex;
}

#gform_wrapper_22 .gchoice label {
  margin-left: 10px;
}

#gform_wrapper_22 .gfield {
  margin-bottom: 16px;
}

#gform_wrapper_22 .gfield_description img {
  width: 100%;
  height: auto;
}

#gform_wrapper_22 .ginput_preview {
  background: white;
  width: fit-content;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 6px;
}

#gform_wrapper_22 .ginput_preview > span {
  margin-right: 10px;
}

#gform_wrapper_22 .gform_delete_file {
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 2px 7px #e6e6e6;
}

#gform_wrapper_22 .ginput_preview_list {
  margin-bottom: 1rem;
}

#gform_confirmation_message_22 {
  text-align: center;
  font-size: 24px;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #input_20_3 {
    height: 40px;
  }
  #field_7_9 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
  #field_7_9 .gfield_label {
    width: 90%;
  }
  #field_7_9 .gfield_description {
    width: 10%;
  }
  #field_7_9 .ginput_container.ginput_container_radio {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half,
  #field_7_9,
  #field_7_24,
  #field_7_22 {
    padding-right: 0 !important;
  }
  #field_7_18 {
    display: flex;
    justify-content: center;
  }
}
.gfield--type-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#gform_wrapper_21 .gfield_radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  box-shadow: 1px 2px 7px #e6e6e6;
  border-radius: 5px;
  overflow: hidden;
  width: calc(100% - 1rem);
}

#gform_wrapper_21 .gfield_radio input {
  display: none;
}

#gform_wrapper_21 .gfield_radio .gchoice {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #00a2ff;
  width: 100%;
  height: 100%;
}

#gform_wrapper_21 .gfield_radio .gchoice label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#gform_wrapper_21 .gfield_radio input:checked + label,
#gform_wrapper_21 .gfield_radio .gchoice:hover label {
  background: #00a2ff;
  color: white;
}


/* NEW WRAP SELECT FORM STYLING FOR PAGES */

#gform_page_23_2.gform_page{
  display: flex;
  flex-direction: column;
}

#gform_page_23_2.gform_page .gform-page-footer{
  display: flex;
}

#gform_page_23_3.gform_page{
  display: flex;
  flex-direction: column;
}

#gform_page_23_3.gform_page .gform-page-footer{
  display: flex;
}

/* New Contact Us */
#gform_wrapper_25 #field_25_27 {
  margin-top: 40px;
}
#gform_wrapper_25 .gform-page-footer {
  clear: both;
	padding-top: 10px;
  display: flex;
}
#gform_wrapper_25 .gform_wrapper .gform_page_footer input.button {
  display: inline-block;
}
.page-id-4966 #gform_page_25_4 .gform-page-footer {
  display:flex;
  width: 100%;
}

@media (max-width: 600px) {
  #gform_wrapper_25 .gform-page-footer {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
  }
}