body,
html {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  background-color: #1b3171;
}

#header_left,
#header_right {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#header_left {
  align-items: flex-start;
  text-align: left;
}

#header_left #logo {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.35rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
}

#header_right {
  align-items: flex-end;
  text-align: right;
}

#header_right a {
  margin-top: 0;
  margin-bottom: 0;
}

#announcement {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #b90000;
  color: #ffffff;
}

#announcement_content {
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

#main_lander {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #555555;
  background-image: url(../img/medicare_lander_bg.jpg);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}

#main_survey {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #555555;
  background-image: url(../img/medicare_lander_bg.jpg);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  min-height: 60vh;
}

.survey_row {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 10px;
}

#gender_radios {
  font-weight: 700;
  text-align: center;
}

#gender_radios [type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

#gender_radios [type=radio] + i {
  cursor: pointer;
}

#gender_radios i {
  color: #28a745;
  font-size: 5rem;
  opacity: 0.25;
}

#gender_radios .fa-male {
  margin-left: 0.15rem;
}

#gender_radios .fa-female {
  margin-left: 0.35rem;
}

#gender_radios [type=radio]:checked + i {
  opacity: 1;
}

#main_survey h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}

#main_survey label {
  text-align: left;
}

#main_survey .btn {
  margin-top: 1rem;
}

.required {
  color: #ff0000;
}

#main_left {

}

#main_left h1 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 130%;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: #ffffff;
  text-shadow: 1px 1px 1px #333333;
}

#main_left li {
  font-size: 1.5rem;
  font-weight: 600;
  color: #efefef;
  text-shadow: 1px 1px 1px #333333;
}

#main_left .fa-li {
  color: #28a745;
  text-shadow: none;
}

#main_right {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: #ffffff;
  border: 0;
}

#main_right_header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  background-color: #1b3171;
  box-shadow: inset 0 0 5px #2849ab;
}

#main_right_header_top {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1.95rem;
  font-weight: 900;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
  text-align: center;
}

#main_right_header_bottom {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
  text-align: center;
}

#main_right_form {
  padding: 1rem 2rem;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.65);
}

#main_right_form label {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 auto 0.5rem auto;
  color: #3f3f3f;
}

#main_right_form input[type=submit] {
  font-size: 1.35rem;
  font-weight: 400;
  text-transform: uppercase;
}

#countdown {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#countdown h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 130%;
  color: #3f3f3f;
  margin-top: 0;
  margin-bottom: 1rem;
}

.flip-clock-wrapper {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  width: auto;
}

.flip-clock-wrapper::before {
  margin: 15px auto !important;
}

.flip-clock-label {
  color: #333333 !important;
  font-size: 1rem !important;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  /* right: 20% !important; */
}

@media only screen and (max-width: 767px) {
  main {
    padding-top: 0;
    padding-bottom: 0;
  }

  #header_left,
  #header_right {
    align-items: center;
    text-align: center;
  }

  #header_left {
    padding-bottom: 0.75rem;
  }

  #main_lander,
  .survey_row {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
  }

  #main_survey h3 {
    font-size: 1.15rem;
    font-weight: 700;
  }

  #main_left {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  #main_left h1 {
    font-size: 1.6rem;
  }

  #main_left li {
    font-size: 1.25rem;
  }

  #main_right_header {
    box-shadow: none;
  }

  #main_right_form {
    box-shadow: none;
  }

  #countdown {
    display: none;
  }
}