/* ---------
 * COLORS
 * ---------*/
/* ---------
 * HEADER
 * ---------*/
/* ---------
 * BODY
 * ---------*/
.healcode .hc_registration {
  background: #fafafa;
  padding: 1.5rem;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  font-size: 0;
}

.healcode .hc_registration .hc-registration-field,
.healcode .hc_registration .hc-prospect-field {
  font-size: 1rem;
  width: calc(100% - 1.5rem) !important;
  margin: .75rem;
}

.healcode .hc_registration .hc-registration-field select, .healcode .hc_registration .hc-registration-field input[type='text'], .healcode .hc_registration .hc-registration-field input[type='email'], .healcode .hc_registration .hc-registration-field input[type='password'], .healcode .hc_registration .hc-registration-field textarea,
.healcode .hc_registration .hc-prospect-field select,
.healcode .hc_registration .hc-prospect-field input[type='text'],
.healcode .hc_registration .hc-prospect-field input[type='email'],
.healcode .hc_registration .hc-prospect-field input[type='password'],
.healcode .hc_registration .hc-prospect-field textarea {
  background: #ffffff;
}

.healcode .hc_registration .hc-registration-field.hc-first-name, .healcode .hc_registration .hc-registration-field.hc-last-name, .healcode .hc_registration .hc-registration-field.hc-city, .healcode .hc_registration .hc-registration-field.hc-country, .healcode .hc_registration .hc-registration-field.hc-state, .healcode .hc_registration .hc-registration-field.hc-postal-code, .healcode .hc_registration .hc-registration-field.hc-weight, .healcode .hc_registration .hc-registration-field.hc-height, .healcode .hc_registration .hc-registration-field.hc-program_interest, .healcode .hc_registration .hc-registration-field.hc-sport, .healcode .hc_registration .hc-registration-field.hc-referral, .healcode .hc_registration .hc-registration-field.hc-primary_reason_for_visiting,
.healcode .hc_registration .hc-prospect-field.hc-first-name,
.healcode .hc_registration .hc-prospect-field.hc-last-name,
.healcode .hc_registration .hc-prospect-field.hc-city,
.healcode .hc_registration .hc-prospect-field.hc-country,
.healcode .hc_registration .hc-prospect-field.hc-state,
.healcode .hc_registration .hc-prospect-field.hc-postal-code,
.healcode .hc_registration .hc-prospect-field.hc-weight,
.healcode .hc_registration .hc-prospect-field.hc-height,
.healcode .hc_registration .hc-prospect-field.hc-program_interest,
.healcode .hc_registration .hc-prospect-field.hc-sport,
.healcode .hc_registration .hc-prospect-field.hc-referral,
.healcode .hc_registration .hc-prospect-field.hc-primary_reason_for_visiting {
  width: calc(50% - 1.5rem) !important;
  margin: .75rem;
  display: inline-block !important;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .healcode .hc_registration .hc-registration-field.hc-first-name, .healcode .hc_registration .hc-registration-field.hc-last-name, .healcode .hc_registration .hc-registration-field.hc-city, .healcode .hc_registration .hc-registration-field.hc-country, .healcode .hc_registration .hc-registration-field.hc-state, .healcode .hc_registration .hc-registration-field.hc-postal-code, .healcode .hc_registration .hc-registration-field.hc-weight, .healcode .hc_registration .hc-registration-field.hc-height, .healcode .hc_registration .hc-registration-field.hc-program_interest, .healcode .hc_registration .hc-registration-field.hc-sport, .healcode .hc_registration .hc-registration-field.hc-referral, .healcode .hc_registration .hc-registration-field.hc-primary_reason_for_visiting,
.healcode .hc_registration .hc-prospect-field.hc-first-name,
.healcode .hc_registration .hc-prospect-field.hc-last-name,
.healcode .hc_registration .hc-prospect-field.hc-city,
.healcode .hc_registration .hc-prospect-field.hc-country,
.healcode .hc_registration .hc-prospect-field.hc-state,
.healcode .hc_registration .hc-prospect-field.hc-postal-code,
.healcode .hc_registration .hc-prospect-field.hc-weight,
.healcode .hc_registration .hc-prospect-field.hc-height,
.healcode .hc_registration .hc-prospect-field.hc-program_interest,
.healcode .hc_registration .hc-prospect-field.hc-sport,
.healcode .hc_registration .hc-prospect-field.hc-referral,
.healcode .hc_registration .hc-prospect-field.hc-primary_reason_for_visiting {
    width: calc(100% - 1.5rem) !important;
  }
}

.healcode .hc_registration .hc-registration-field .liability,
.healcode .hc_registration .hc-prospect-field .liability {
  width: 100%;
  height: 350px;
  background: #ffffff;
  max-width: none;
}

.healcode .hc_registration .hc-registration-field .liability p, .healcode .hc_registration .hc-registration-field .liability p span, .healcode .hc_registration .hc-registration-field .liability div, .healcode .hc_registration .hc-registration-field .liability div span, .healcode .hc_registration .hc-registration-field .liability ul, .healcode .hc_registration .hc-registration-field .liability ul span, .healcode .hc_registration .hc-registration-field .liability ol, .healcode .hc_registration .hc-registration-field .liability ol span,
.healcode .hc_registration .hc-prospect-field .liability p,
.healcode .hc_registration .hc-prospect-field .liability p span,
.healcode .hc_registration .hc-prospect-field .liability div,
.healcode .hc_registration .hc-prospect-field .liability div span,
.healcode .hc_registration .hc-prospect-field .liability ul,
.healcode .hc_registration .hc-prospect-field .liability ul span,
.healcode .hc_registration .hc-prospect-field .liability ol,
.healcode .hc_registration .hc-prospect-field .liability ol span {
  font-size: 0.8rem !important;
}

.healcode .hc_registration > div:not(.hc-registration-field):not(.hc-prospect-field) {
  font-size: 1rem;
  text-align: center;
}

.healcode .hc_registration > div:not(.hc-registration-field):not(.hc-prospect-field) .hc-registration-field {
  width: auto !important;
  margin: .75rem;
  display: inline-block !important;
  vertical-align: top;
}

.healcode .hc_registration .hc-actions input[type=submit] {
  width: 100%;
  background: var(--color-content-primary);
  font-size: 1.2rem;
  padding: .75rem;
}

/* ---------
 * FOOTER
 * ---------*/
/* ---------
 * GENERAL
 * ---------*/
body.logged-in .signed-out {
  display: none;
}

body:not(.logged-in) .signed-in {
  display: none;
}

/* ---------
 * IMPREZA FIXES
 * ---------*/
.woocommerce #payment .payment_methods li img {
  max-width: 30px;
  margin-right: 2px;
}

.no-touch .bg_solid .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after,
.no-touch .bg_transparent.sticky .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
  background: var(--color-content-primary);
}

.w-nav.type_mobile .menu-item > a.w-btn {
  margin-top: 0.5rem;
  width: calc(100% - 1.4rem);
}

.pagination > :not(.custom) .page-numbers {
  border-radius: 0.2em;
  font-size: 0.8rem;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
}

@media (max-width: 600px) {
  .l-section-shape {
    height: 0 !important;
  }
}

@media (max-width: 1024px) {
  html body .w-separator.size_small {
    height: 1rem;
  }
  html body .w-separator.size_small.with_line {
    height: 2rem;
  }
  html body .w-separator.size_medium:empty {
    height: 2rem;
  }
  html body .w-separator.size_medium.with_line {
    height: 3rem;
  }
  html body .w-separator.size_large:empty {
    height: 3rem;
  }
  html body .w-separator.size_large.with_line {
    height: 4rem;
  }
  html body .w-separator.size_huge:empty {
    height: 4rem;
  }
  html body .w-separator.size_huge.with_line {
    height: 5rem;
  }
}

.w-post-elm > .l-section:first-of-type {
  padding-top: 0;
}

.w-post-elm > .l-section:last-of-type {
  padding-bottom: 0;
}

/* ---------
 * MISC FIXES
 * ---------*/
.gform_confirmation_message {
  background: #c9f7b2;
  padding: 1rem 1.5rem;
  color: #333;
}

.gform_wrapper .validation_error {
  background: rgba(255, 0, 0, 0.85);
  padding: 1rem 1.5rem;
  color: white;
}

.l-main .w-image.align_right,
.l-main img.alignright {
  margin-left: 1.5rem;
}

.l-main .w-image.align_left,
.l-main img.alignleft {
  margin-right: 1.5rem;
}

.l-main .w-image.align_right,
.l-main .w-image.align_left,
.l-main .w-image.align_center,
.l-main img.alignright,
.l-main img.alignleft,
.l-main img.aligncenter {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .l-main .w-image.align_right,
.l-main .w-image.align_left,
.l-main .w-image.align_center,
.l-main img.alignright,
.l-main img.alignleft,
.l-main img.aligncenter {
    display: block;
    float: none;
    margin: 10px auto 1.5rem auto;
    text-align: center;
  }
  .l-main .w-image.align_right img,
.l-main .w-image.align_left img,
.l-main .w-image.align_center img,
.l-main img.alignright img,
.l-main img.alignleft img,
.l-main img.aligncenter img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}

@media (max-width: 767px) {
  .l-main img.alignright,
.l-main img.alignleft,
.l-main img.aligncenter {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
