/* line 1, app/assets/stylesheets/customized_registrations.scss */
.reg-banner {
  width: 100%;
  height: 50px;
}

/* line 6, app/assets/stylesheets/customized_registrations.scss */
.reg-main {
  padding: 0;
}

/* line 10, app/assets/stylesheets/customized_registrations.scss */
.reg-section-container {
  background-image: none;
}

/* line 14, app/assets/stylesheets/customized_registrations.scss */
.reg-row {
  max-width: 1024px;
  flex-wrap: wrap;
  flex-grow: 1;
}

/* line 20, app/assets/stylesheets/customized_registrations.scss */
.reg-col {
  max-width: 100%;
  flex-direction: column;
  position: relative;
  padding: 0;
}

/* line 27, app/assets/stylesheets/customized_registrations.scss */
.reg-navbar {
  background: transparent;
}

/* line 31, app/assets/stylesheets/customized_registrations.scss */
.reg-header-content {
  max-width: 100%;
  padding: 20px;
  padding-bottom: 140px;
  margin: auto;
}

/* line 38, app/assets/stylesheets/customized_registrations.scss */
.reg-header-content img {
  max-width: 980px;
  min-width: 320px;
  width: 46vw;
  margin: auto;
  display: block;
}

/* line 46, app/assets/stylesheets/customized_registrations.scss */
.reg-header {
  padding: 10px;
  background-position: center;
  background-size: 100% 100%;
}

/* line 52, app/assets/stylesheets/customized_registrations.scss */
.col-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 58, app/assets/stylesheets/customized_registrations.scss */
p,
ol,
ul,
td {
  font-family: 'Telex', sans-serif;
  line-height: normal;
  font-size: calc(max(1vw, 1rem));
}

/* line 68, app/assets/stylesheets/customized_registrations.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
}

/* line 77, app/assets/stylesheets/customized_registrations.scss */
h1 {
  font-size: calc(max(2vw, 2em));
}

/* line 81, app/assets/stylesheets/customized_registrations.scss */
h2 {
  font-size: calc(max(1.75vw, 1.5em));
}

/* line 85, app/assets/stylesheets/customized_registrations.scss */
h3 {
  font-size: calc(max(1.5vw, 1.17em));
}

/* line 89, app/assets/stylesheets/customized_registrations.scss */
h4 {
  font-size: calc(max(1.25vw, 1em));
}

/* line 93, app/assets/stylesheets/customized_registrations.scss */
h5 {
  font-size: calc(max(1vw, 0.83em));
}

/* line 97, app/assets/stylesheets/customized_registrations.scss */
h6 {
  font-size: calc(max(0.83vw, 0.67em));
}

/* line 101, app/assets/stylesheets/customized_registrations.scss */
.reg-btn {
  text-align: left;
}

/* line 105, app/assets/stylesheets/customized_registrations.scss */
.reg-back-btn {
  text-align: right;
}

@media (max-width: 413px) {
  /* line 110, app/assets/stylesheets/customized_registrations.scss */
  .reg-btn {
    text-align: center;
  }
  /* line 114, app/assets/stylesheets/customized_registrations.scss */
  .reg-back-btn {
    text-align: center;
  }
}

@media (max-width: 599px) {
  /* line 120, app/assets/stylesheets/customized_registrations.scss */
  .reg-header-content {
    padding: 4px;
    padding-bottom: 88px;
  }
}

@media (min-width: 600px) {
  /* line 127, app/assets/stylesheets/customized_registrations.scss */
  .reg-header-content {
    padding-bottom: 126px;
  }
}

@media (min-width: 992px) {
  /* line 145, app/assets/stylesheets/customized_registrations.scss */
  .reg-header-content {
    padding: 32px;
    padding-bottom: 150px;
  }
}

@media (min-width: 1400px) {
  /* line 152, app/assets/stylesheets/customized_registrations.scss */
  .reg-header-content {
    padding: 44px;
    padding-bottom: 194px;
  }
}

/* line 158, app/assets/stylesheets/customized_registrations.scss */
.round-btn {
  border-radius: 40px;
  padding: 8px;
  margin-top: 7px;
  width: 150px;
}

/* line 165, app/assets/stylesheets/customized_registrations.scss */
.navbar-nav {
  align-items: center;
}

/* line 171, app/assets/stylesheets/customized_registrations.scss */
.full-width {
  width: 100%;
}

/* line 175, app/assets/stylesheets/customized_registrations.scss */
.round-btn.register {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 179, app/assets/stylesheets/customized_registrations.scss */
.ek-wizard {
  border-bottom: 1px solid #eef2f7;
  padding-bottom: .5rem;
}

/* line 180, app/assets/stylesheets/customized_registrations.scss */
.ek-wizard-back {
  min-width: 68px;
}

/* line 182, app/assets/stylesheets/customized_registrations.scss */
.ek-wizard-steps .ek-wizard-step {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  opacity: .7;
}

/* line 185, app/assets/stylesheets/customized_registrations.scss */
.ek-wizard-steps .ek-wizard-step .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: .4rem;
  background: #d0d7de;
}

/* line 189, app/assets/stylesheets/customized_registrations.scss */
.ek-wizard-steps .ek-wizard-step.done {
  opacity: 1;
}

/* line 190, app/assets/stylesheets/customized_registrations.scss */
.ek-wizard-steps .ek-wizard-step.done .dot {
  background: #24a148;
}

/* line 191, app/assets/stylesheets/customized_registrations.scss */
.ek-wizard-steps .ek-wizard-step.current {
  opacity: 1;
  font-weight: 600;
}

/* line 192, app/assets/stylesheets/customized_registrations.scss */
.ek-wizard-steps .ek-wizard-step.current .dot {
  background: #ff7a00;
}

/* your orange */
/* --- Mobile-only adjustment for wizard progress --- */
@media (max-width: 600px) {
  /* line 197, app/assets/stylesheets/customized_registrations.scss */
  .ek-wizard-steps .ek-wizard-step {
    font-size: 0.7rem;
    /* smaller text so all steps fit */
    margin-right: 0.25rem;
    /* tighten spacing */
  }
  /* line 201, app/assets/stylesheets/customized_registrations.scss */
  .ek-wizard-steps .ek-wizard-step .dot {
    width: 8px;
    height: 8px;
    margin-right: 0.3rem;
    /* smaller dots */
  }
}
