.ribbon-holder {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
}
.ribbon {
  height: 62px;
  top: -30px;
  position: absolute;
  z-index: 3000;
  display: block;
  margin: 0 auto;
  left: 30.5%;
}
.close-modal {
  cursor: pointer;
  position: absolute;
  top: -18px;
  right: -2rem;
  z-index: 900;
}

.card-body .container {
  max-width: 670px;
}

.subtop-headline {
  font-weight: 600;
  font-size: 3rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.pop-up-heading {
  font-family: var(--main-font);
  font-weight: 700;
  font-size: 43px;
  color: #00375a !important;
  letter-spacing: -1px;
  line-height: 1;
  margin: 2rem;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(255,255,255,0.4);
}

.ldcv.ldcv-vortex.active > .base > .inner {
  overflow: hidden;
}
.ldcv > .base {
  position: relative;
  max-width: 100% !important;
}

.ldcv > .base > .inner.card {
  border-radius: 10px;
  padding: 5px 25px;
  overflow-y: hidden;
  background-color: #ebe9e9;
}
.ldcv > .base > .inner.card .container {
  width: 100%;
}

.moving-tab {
  min-width: 308.5px;
}

.wizard-card .tab-content {
  padding-top: 7px;
}

#next-btn .btn-text {
  font-size: 2.35rem;
  font-weight: 700;
}

@media (max-width: 820px) {
  .ldcv > .base {
    max-width: 92% !important;
    vertical-align: top;
    top: 2rem;
  }
  .ldcv > .base > .inner.card {
    padding: 5px 15px;
  }
  .ldcv > .base > .inner {
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
  .ldcv > .base > .inner .container {
    padding: 0;
  }
  .form-wrapper label {
    font-size: 1.4rem;
    line-height: 1.2em;
    display: inline-block;
  }
  .subtop-headline {
    font-size: 1em;
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .pop-up-heading {
    font-size: 1.75em;
    line-height: 1.3em;
    margin-bottom: 1rem;
    margin-inline: 0;
  }
  .close-modal {
    right: 0.5rem;
  }
  .submit-registration-btn {
    white-space: inherit;
  }
  .nav-pills {
    max-width: 100%;
  }  
	.form-control {
		padding: 1rem 1.25rem !important;
    font-size: 1.25rem !important;
    margin-bottom: 0 !important;
	}
  .wizard-card .tab-content {
    padding: 10px 15px 10px;
  }
  .moving-tab {
    min-width: 171px;
  }
  .nav-pills > li > a span,
  .wizard-card .moving-tab {
    font-size: 1.25rem;
  }
  .nav-pills > li > a,
  .wizard-card .moving-tab {
    padding]: 0.75rem 1rem 0.75rem 2.5rem;
  }
  .nav-pills > li > a small,
  .wizard-card .moving-tab small {
    font-size: 1rem;
  }
  .form-number {
    font-size: 0.65em;
    line-height: 1.7rem;
    height: 2rem;
    width: 2rem;
  }
  .pb0 {
    font-size: 1.7rem;
  }
  #next-btn .btn-text {
    font-size: 1.85rem !important;
  }
}