

article .hero,
video#bgvideo {
	/*height: calc(85vh - 96px);*/
	position: relative;
/* 	color: #fff !important; */
}
article #hero-text h1 {
	font-weight: bold !important;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #fff !important;
}
#video-background-wrapper, #background-wrapper {
	position: absolute;
	right: 0px;
	top: 0px;
  z-index: -100;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#gradient-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
  z-index: -50;
	height: 100%;
	width: 70%;
	overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 60.84%, rgba(255, 255, 255, 0) 86.98%);
}
video#bgvideo {
	object-fit: cover;
	position: absolute;
	background-size: cover;
	transition-timing-function: ease-in;
	transition-duration: 430ms;
	transition-property: opacity;
}

#hero-inner {
  z-index: 200:
}

#hero-text {
  padding-right: 65px;
}
#hero-attribution {
  text-align: center;
  color: #999999;
  font-size: 0.75rem;
}
#form-wrapper {
  background-color: #FFF;
  margin-left: 137px;
  border-radius: 15px;
}
#form-wrapper>h4 {
  font-size: 1.2rem;
}
#regFormTestHero .col {
  padding-bottom: 10px;
}
#regFormTestHero label {
  color: #000;
}
#regFormTestHero label.invalid-feedback {
  color: #dc3545;
}
#accreditedRadios {
  padding-top: 5px;
}
#accreditedRadios input {
  display: none;
}
#accreditedRadios .form-check-inline {
  padding-left: 0;
  text-align: center;
}
#accreditedRadios label.form-check-label {
  cursor: pointer;
  width: 61px;
  height: 34px;
  border: 2px solid #7C7C79;
	border-radius: 3px;
	z-index: 2;
  padding: 0.4em;
}
#accreditedRadios input:checked + label {
  background-color: var(--bs-teal);
  border-color: var(--bs-teal);
  color: #FFF;
}
#accreditedRadios .button-yes {
  margin-left: 8px;
}
#regFormTestHero [type=submit] {
     border-color: var(--bs-dark);
}
#regFormTestHero #google_sign_up_cta { 
box-shadow: 0px 0px 8px 2px #E5E5E5;
border-radius: 16px;
}
#google_sign_up_cta svg {
  height: 1rem;
}
#terms_and_conditions_label {
  display: inline-block!important;
  margin-bottom: .75rem;
}

.hidden {
 display: none
}

#pw-message p {
  font-size: .75rem;
  margin-left: 20px;
}

.valid-field {
  color: green;
}

.valid-field:before {
  position: relative;
  content: "\f058";
  font-family: FontAwesome;
  font-size: .75rem;
   margin-left: -15px;
}

.invalid-field {
  color: gray;
}

.invalid-field:before {
  position: relative;
  content: "\f057";
  font-family: FontAwesome;
  font-size: .75rem;
  margin-left: -15px;
}



@media (max-width: 1200px) {
  #form-wrapper {
    margin-left: auto;
  }
  #hero-inner, header.hero  {
    height: auto!important;
  }
  #video-background-wrapper, #background-wrapper {
   height: 400px!important;
  }
}
@media (max-width: 1024px) {
  #video-background-wrapper, #background-wrapper {
   position: static;
   height: 300px!important;
  }
}
@media (min-width: 768px) {
  header.hero h1{
    font-size: calc(3.375rem + 1.5vw);
    line-height: calc(3.375rem + 1.5vw);
  }
}
@media (max-width: 768px) {
  header.hero h1{
/*     font-size: 3.3rem!important; */
  }
  #video-background-wrapper, #background-wrapper {
   height: 300px!important;
  }
}
@media (max-width: 576px) {
   #video-background-wrapper, #background-wrapper {
   height: 200px!important;
  }
}
