/** Resets **/
#masthead,
.buddypanel {
  display: none;
}

body {
  background: #fff;
}

p {
  font-size: 18px;
  color: #000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.row {
  max-width: 900px;
  margin: 0 auto;
  width: 88%;
}

.stepwizard {
  display: none;
}

label.required:after {
  content: " *";
  color: red;
}

input[type="email"],
input[type="text"] {
  background: #f1f1f1;
  border: 1px solid #c1c1c1;
  font-size: 2.222rem;
  padding: 14px 18px 15px;
  line-height: 1.74556rem;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, .05);
  margin-bottom: 19px;
  border-radius: 5px;
  width: 100%;
  color: #777;
  outline: none;
  height: auto;
}

.btn:hover {
  background: #4a8efb;
}

.btn {
  cursor: pointer;
  background: #2d7ff9;
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, .22);
  padding-top: 22px;
  padding-bottom: 22px;
  line-height: 1.74556rem;
  font-size: 2.222rem;
  border: 1px solid #2565c8;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  color: #fefefe;
  width: 100%;
  margin-bottom: 25px;
}

.btn.disabled {
  pointer-events: none;
}

form {
  max-width: 500px;
  margin: 0 auto;
}

.form-group.schedule select {
  padding: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  border: solid 1px #ddd;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  height: auto;
}

.head-line {
  margin-top: 15px;
}

input[type="radio"]:focus {
  outline: none;
  outline-offset: 0px;
}

#title-section,
#register-section {
  text-align: center;
}

#title-section {
  padding: 40px 0 0;
}

.title-container h1 {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
}

.post-header {
  font-weight: 700;
}

.webinar-optin-container {
  margin: 25px 0 0;
}

.red {
  color: #ff3b00;
}

#webinar-info-section .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  padding: 45px 0;
}

.image-holder img {
  border-radius: 8px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.image-sub {
  text-align: center;
  font-size: 14px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
}

ul li svg {
  margin-right: 12px;
  margin-top: 5px;
}

#register-section h2 {
  font-size: 40px;
  margin: 0 0 15px;
}

#register-section .subheadline {
  font-size: 22px;
}

.disclaimer {
  font-size: 15px;
  color: grey;
  margin-top: 80px;
}

.footer-links a {
  font-size: 15px;
}

#countdownTimer {
  font-size: 30px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  max-width: 400px;
}

.timeContainer {
  display: none;
}

.timeDisplay {
  text-align: center;
  font-size: 40px;
}

.fa-spinner-third {
  color: grey;
  font-size: 16px;
  margin-bottom: 10px;
}

.timeDescription {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

@media screen and (max-width:767px) {
  #webinar-info-section .row {
    grid-template-columns: unset;
    display: flex;
    flex-direction: column-reverse;
  }

  input[type="email"],
  input[type="text"] {
    font-size: 21px;
  }

  .btn {
    font-size: 28px;
  }
}
