.splash {
  align-items: center;
  background: rgba(0,0,0,.8);
  color: #fff;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  transition: all .2s ease;
  visibility: hidden;
  width: 100%;
  z-index: 99999
}
.splash.fade-in {
  display: flex;
  opacity: 1;
  visibility: visible
}
.tabs {
  display: flex;
  margin-bottom: 20px;
}
.tab {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.progress-bar {
  height: 4px;
  background-color: #e0e0e0;
  margin-bottom: 20px;
  position: relative;
}
.progress {
  height: 100%;
  width: 100%;
}
.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.form-col {
  flex: 1;
}
.form-group {
  margin-bottom: 12px;
}
.splash .form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}
.splash .form-control:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
p.footer-note strong {
  font-weight: 500;
  max-width: 180px;
}
p.footer-note {
  max-width: 350px;
  text-align: left;
  font-size: 14px;
  line-height: normal;
}
.splash button.btn {
  background: #ec1a38;
  border-color: #ec1a38;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
  padding: 12px 24px;
  transition: all .15s linear;
  margin-right: 0;
  display: table;
}
.splash .alert {
  padding: 12px;
  margin-top: 20px;
  border-radius: 4px;
  display: none;
}
.splash .alert-success {
  background-color: #d4edda;
  color: #155724;
}
.splash .alert-danger {
  background-color: #f8d7da;
  color: #721c24;
}
.splash-content {
  color: #fff;
  max-height:calc(100vh - 30px);
  max-width: 90%;
  max-width: 700px;
  overflow-y: auto;
  padding: 20px;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.close-splash {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  padding: 8px;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all .4s ease;
  width: 40px
}

.close-splash:focus,.close-splash:hover {
  opacity: .6
}

.close-splash svg {
  height: 100%;
  width: 100%
}

.exit-top-content {
  display: flex;
  align-items: center;
}
.exit-top-content h2 {
  font-size: 63px;
  font-family: 'Chronicle Text G2';
  color: #fff;
  text-align: left;
  line-height: 1;
}
.exit-top-content .left {
  width: 150px;
  margin-right: 10px;
}

.exit-content {
  text-align: left;
  line-height:normal;
}
.exit-content h4 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  font-weight:500;
  font-family: Gotham, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.exit-content h2 {
  color: #fff;
  font-size: 25px;
  font-family: Gotham, sans-serif;
}
.exit-content h2 strong {
  font-weight: bold;
}
#splash-screen form .tab{
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  border-bottom: 2px solid #cc2d32;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: Gotham, sans-serif;
}
div#splash-screen select,
div#splash-screen input {
  padding: 14px 20px;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 14px;
  background: #fff;
  color: #000;
}
div#splash-screen input::placeholder {
  color: #000;
  opacity: 0.6;
}
div#splash-screen select {
  background-image: url(//144026166.fs1.hubspotusercontent-eu1.net/hubfs/144026166/Rushmore_Theme/Images/Dropdown.png);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: calc(100% - 15px) 50%;
  -webkit-appearance: none;
  appearance: none;
}
div#splash-screen input#parentEmail,
div#splash-screen input#dob,
div#splash-screen input#parentNumber {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: calc(100% - 15px) 50%;
  -webkit-appearance: none;
  appearance: none;
}
div#splash-screen input#parentNumber {
  background-image: url(//144026166.fs1.hubspotusercontent-eu1.net/hubfs/144026166/Rushmore_Theme/Images/envelop.png); */
}
div#splash-screen input#dob{
  background-image: url(//144026166.fs1.hubspotusercontent-eu1.net/hubfs/144026166/Rushmore_Theme/Images/calender.png);
}
div#splash-screen input#parentEmail{
  background-image: url(//144026166.fs1.hubspotusercontent-eu1.net/hubfs/144026166/Rushmore_Theme/Images/RAS_web%20pop%20up_template_April%202025.png);
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity:0;
  -webkit-appearance: none;
}


/* }
div#splash-screen select {
color: rgba(0,0,0,0.6);
}
*/

@media(max-width: 1040px) {
  .splash-content .exit-content h2 {
    font-size:24px;
    margin-bottom: 30px
  }

  .splash-content p {
    font-size: 17px
  }
}

@media(max-width: 767px) {
  .splash-content {
    max-width: calc(100% - 40px);
  }
  .exit-content h4 {
    font-size: 18px;
  }
  .exit-top-content h2 {
    font-size: 47px;
  }
  #close-splash {
    z-index: 9;
  }
  .exit-content h2 {
    font-size: 18px;
  }
  .exit-top-content .left {
    width: 100px;
  }
}

@media(max-width: 479px) {
  .splash-content .exit-content h2 {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .form-row {
    flex-direction: column;
  }
  .exit-top-content .left {
    width: 70px;
  }
  .exit-top-content h2 {
    font-size: 34px;
    margin: 0px 0 13px;
  }
}