.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: -1rem;
  z-index: 900;
}

.card-body .container {
  max-width: 620px;
}

.pop-up-heading {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  color: #212121;
  word-wrap: break-word !important;
  word-break: normal !important;
  font-size: 42px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.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 50px;
  overflow-y: hidden;
}
.ldcv > .base > .inner.card .container {
  width: 100%;
}

.keap-submit-btn {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 38px;
  padding: 5px 38px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
  transition: background-color 300ms ease 0ms,border 300ms ease 0ms;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 2rem;
  background: #152b50;
  color: #ffffff;
  border: 2px solid #152b50;
  border-radius: 5px;
  display: block;
  font-weight: 700;
  margin: 1.5rem auto 1rem;
  outline: 0;
  text-decoration: none;
  text-transform: none;
}

.keap-submit-btn:hover {
	background-color: #27aae1 !important;
	border-color: #27aae1;
	outline: 0;
}

input[type="email"], 
input[type="text"] {
  padding: 12px 18px;
  color: #4e4e4e;
  background: #f1f1f1;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.13);
  border-bottom: 3px solid rgba(0,0,0,0.13);
  border-radius: 5px;
  box-sizing: border-box;
  min-height: 60px;
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  transition: border 250ms ease;
}

@media (max-width: 600px) {
  .ldcv > .base {
    max-width: 92% !important;
  }
  .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;
  }
  .pop-up-heading {
    font-size: 1.7em;
    line-height: 1.1em;
    margin-bottom: 1rem;
  }
  .close-modal {
    right: 0.5rem;
  }
  .submit-registration-btn {
    white-space: inherit;
  }
  .keap-submit-btn {
    font-size: 1.5rem;
    padding: 1rem;
  }
  .keap-submit-btn img {
    display: block !important;
    margin: 0 auto 0.5rem !important;
  }

  input[type="email"], 
  input[type="text"] {
    font-size: 17px;
    min-height: 50px;
    line-height: 1.15;
  }
}