.webinar-registration .error {
  display: none;
}
.webinar-registration .error p {
  color: red;
  font-weight: bold;
}
.webinar-registration .success {
  display: none;
}
.webinar-registration .success p {
  color: green;
  font-weight: bold;
}
.webinar-registration form {
  margin-top: 12px;
}
.webinar-registration form input[type=text], .webinar-registration form select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.webinar-registration form button {
  background-color: #EE6F21;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.webinar-registration form button:hover {
  background-color: #da6b29;
}

.zoom nav {
  border-bottom: #ED6F21 8px solid;
}

.zoom .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
	display: flex;
  align-items: flex-end;
}

.zoom .hero .doctor {
  height: 400px;
  width: 422px;
  max-width: 422px;
}

.zoom .hero .hero-wrapper {
  margin-left: unset;
}

.zoom .hero .info span {
  color: #ED6F21;
}

.zoom .hero h1 {
  margin-bottom: 16px;
}

.zoom .hero h1 sup {
  font-size: 20%;
  top: -3rem;
  font-weight: 400;
}

.zoom .hero sup {
  font-size: 60%;
  font-weight: 400;
  font-family: 'CaustenRound-Regular';
}

.zoom .info p {
  color: #FFF;
  font-weight: 700;
  font-size: 32px;
  font-family: CaustenRound-Bold, sans-serif;
  max-width: 30rem;
  line-height: 1.2;
}

.zoom .speaker .info p {
  font-size: 20px;
  font-family: CaustenRound-Regular, sans-serif;
}

.zoom .speaker .info {
  margin-left: 0;
}

.zoom .about p,
.zoom .notice p {
  color: #000;
}

.zoom .notice h2 {
  margin-left: 2rem;
}

.zoom .about ul,
.zoom .about ol {
  margin-bottom: 24px;
}

.zoom .about ul {
  list-style-type: disc;
  padding-left: 30px;
}

.zoom .about ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.zoom .about ul li,
.zoom .about ol li {
  font-size: 28px;
}

@media screen and (max-width: 820px) {
  .zoom .container {
    flex-direction: column;
    align-items: center;
  }

  .zoom .hero-wrapper {
    margin-right: unset;
    max-width: unset;
  }

  .zoom .speaker,
  .zoom .info p {
    max-width: unset;
  }

  .zoom .hero .doctor {
    height: 100%;
    width: 100%;
  }

  .zoom .notice h2 {
    margin-left: 0;
    text-align: center;
  }

  .zoom .notice p {
    text-align: center;
  }

  .zoom .notice img {
    margin-left: auto;
    margin-right: auto;
  }
}


/* .zoom .scabie {
  position: absolute;
  z-index: 2;
  max-width: 50px;
  bottom: unset;
  top: 0;
  animation: bounce 200ms linear;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
  40% {transform: translateY(-30px);} 
  60% {transform: translateY(-15px);} 
}  */