.step-form h2,
#eventForm h2 {
    color: #fff;
    font-size: 1.625rem; 
    font-weight: 600;
    line-height: 1.8rem;
}

.step-form p.lead,
#eventForm p.lead {
    color: #FAE073;
    font-size: 1.125rem;
    font-weight: normal;
}

.step-form .thank-you-messaging {
    display: none;
}

#soStepForm2, 
#soStepForm3,
#email-2,
#email-3 {
    display: none;
}

.hero-nav div {
    border-bottom: 4px solid transparent;
    padding-bottom: .7rem;
    transition: all .2s ease-in-out;
}

.hero-nav a:hover,
.hero-nav a:focus,
.hero-nav a:active,
.hero-nav a:visited {
    color: #fff;
    text-decoration: none;
}

.hero-nav div.anchor:hover,
.hero-nav div.anchor:focus,
.hero-nav div.anchor:active,
.hero-nav div.anchor:visited,
.hero-nav div.active div.anchor {
    border-bottom: 4px solid #fae073;
    transition: all .2s ease-in-out;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .hero-nav a {
        display: block;
        font-size: .8rem;
        line-height: 1rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { ... }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .hero-nav a {
        display: block;
        font-size: .9rem;
        line-height: 1.1rem;
    }
}

#eventModal .modal-header, 
#alreadyRegisteredModal .modal-header {
  background: #000000;
}

#eventModal .modal-header #formHeader, 
#alreadyRegisteredModal .modal-header #formHeader {
  color: #ffffff;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: 0.5rem 0.5rem;
}

#eventModal .modal-header .close,
#alreadyRegisteredModal .modal-header .close {
  padding: 0.25rem 1rem;
  margin: -1rem -1rem -1rem auto;
  color: #ffffff;
}

#eventModal .modal-header .close:focus,
#alreadyRegisteredModal .modal-header .close:focus {
  outline: 2px solid #fff;
}

#eventModal .modal-header .close span,
#alreadyRegisteredModal .modal-header .close span {
  color: #ffffff;
  right: 10px;
  top: 0;
}

label {
  font-size: 0.75rem !important;
  margin-bottom: 0.2rem;
  color: #000000;
  font-family: "Source Sans Pro", sans-serif;
}

.form-group label {
    color: #000000 !important;
}

p#member {
  margin-bottom: 0.2rem;
}

.radio-inline {
  display: inline;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }

