* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #020d4f;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #fff;
}

h1 {
  font-size: 48px;
  font-weight: 400;
  padding-bottom: 15px;
}

h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

h3 {
  clear: both;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 10px;
}

h4 {
  font-size: 18px;
  font-weight: 400;
  color: #acacac;
  text-indent: -20px;
  padding-left: 20px;
}

ul {
  margin-left: 20px;
}

ul li {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 10px;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.9em;
  font-size: 50%;
}

.btn {
  background-color: #49d2c7;
}
.btn:hover {
  background-color: #92e4dd;;
}

.main-container {
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 925px;
}

/* HEADER WITH LOGO */
.header {
  /* width: 100%; */
  padding: 20px;
}
.header img {
  width: 100%;
  height: auto;
  margin: 0 auto 0 0;
}

.header-line {
  display: block;
  width: 100%;
  height: 7px;
  background: #49d2c7;
}

/* FOOTER WITH LOGO */
.footer {
  /* width: 100%; */
  padding: 25px 20px 30px 20px;
}
.footer img {
  /* width: 488px;
  height: 53px; */
  width: 100%;
  height: auto;
  margin: 0 auto 25px -4px;
}

/* .legal {
  margin-bottom: 30px;
} */

.cpdate {
  padding-top: 5px;
  float: unset;
}

.footer-text {
  display: inline-block;
}
.footer p {
  font-size: 12px;
}

#confirmation-page {
  text-align: center;
}


#confirmation-page h2 {
  margin: 0 auto;
  width: 66%;
}

#confirmation-page p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding-top: 70px;
}

.enter-toggle {
  position: relative;
  margin: 40px auto 40px auto;
}

.checker {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #fff;
  vertical-align: 50%;
  cursor: pointer;
}

.check-dot {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 5px;
    top: 5px;
    border-radius: 10px;
    background: #49d2c7;
    opacity: 0;
    pointer-events: none;
}

.checker-label {
  display: inline-block;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  padding-left: 20px;
  cursor: pointer;
  width: 85%;
}

.enter-btn {
  display: inline-block;
  margin: 0 auto 75px auto;
  padding: 15px 70px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #020d4f;
  cursor: pointer;
}

#resources-page {
  padding-top: 70px;
  opacity: 0;
  display: none;
}

/* TITLE/SUBTITLE */
.main {
  padding-top: 60px;
}

.title-icon {
  display: block;
  width: 68px;
  /* height: 138px; */
  margin-bottom: 20px;
}

/* RESOURCES LIST */
.resource-list {
  border-radius: 16px;
  padding: 40px 20px 40px 0;
}

#resource-list-1 {
  background-color: rgba(255, 255, 255, .1);
  margin-top: 70px;
  margin-bottom: 28px;
}

#resource-list-2 {
  background-color: rgba(255, 255, 255, .1);
  margin-bottom: 28px;
}

.resource-list-title {
  padding-left: 34px;
  padding-bottom: 60px;
}

.resource {
  clear: both;
  border-left: 4px solid #49d2c7;
  margin-left: 0px;
  padding-left: 46px;
  margin-bottom: 75px;
}

.resource:last-of-type {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.resource-btn {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  color: #020d4f;
  padding: 10px 15px;
  margin-top: 30px;
  border-radius: 8px;
  cursor: pointer;
}

.resource-btn img {
  width: 18px;
  height: 12px;
  display: inline-block;
  padding-right: 10px;
}

.inactive {
  background-color: #6b748d !important;
  cursor: default !important;
}

#resources-page .legal-language {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 30px 30px 24px 30px;
  margin-bottom: 40px;
}

#resources-page .legal-language p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}

#resources-page h2 {
  margin-bottom: 75px;
}
#resources-page p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

#resource-footer {
  /* display: none;
  opacity: 0; */
}

#resources-page .disclaimer {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 30px 30px 24px 30px;
  margin-bottom: 28px;
}

#resources-page .disclaimer p {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}

#resources-page .footnotes {
  padding: 30px 30px 24px 30px;
}

#resources-page .footnotes p.footnote {
  text-indent: -8px;
  padding-left: 10px;
}

.medq {
  font-size: 24px;
  margin: 20px 0;
}
.medq a {
  color: #49d2c7;
}

.bnav {
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 60px;
}
.bnav a {
  color: #49d2c7;
  float: left;
  padding-right: 30px;
}

/* MODAL WINDOW */

#exit-modal {
  display: none;
  opacity: 0;
}

.bkg-shade {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .75);
}

.modal-window {
  display: inline-block;
  position: fixed;
  transform-origin: center center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 90%;
  background-color: #020d4f;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}

.exit-modal h2 {
  font-size: 24px;
  font-weight: 700;
}

.exit-modal p {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 10px;
}

.exit-btns {
  display: block;
  margin: 50px auto 0px auto;
}

.cancel-btn {
  display: block;
  margin: 0 auto 40px auto;
  padding: 20px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  background-color: #eeeeef;
  color: #020d4f;
  cursor: pointer;
}

.continue-btn {
  display: block;
  margin: 0 auto 40px auto;
  padding: 20px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #020d4f;
  cursor: pointer;
}

.desktop-only {
  display: none !important;
}
.mobile-only {
  display: inline-block !important;
}

/* TABLET & DESKTOP */
@media only screen and (min-width: 640px) {

  .desktop-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }

  /* HEADER WITH ICON */
  .header {
    padding: 30px 0;
  }
  .header img {
    max-width: 360px;
    height: 52px;
  }

  .title-icon {
    float: left;
    margin-right: 40px;
    margin-bottom: 75px;
  }
  .checker {
    vertical-align: bottom;
  }

  .checker-label {
    width: unset;
  }

  /* FOOTER WITH LOGO */
  .footer {
    /* width: 100%; */
    padding: 25px 20px 30px 20px;
  }
  .footer img {
    width: 326px;
    /* margin: 0 auto 0 0; */
  }
  .footer p {
    font-size: 14px;
    font-weight: 400;
  }

  .cpdate {
    padding-top: 0px;
    float: right;
  }


  #confirmation-page p {
    padding-top: 90px;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .enter-toggle {
    margin: 50px auto 40px auto;
  }

  /* RESOURC LIST */
  .resource {
    margin-left: 34px;
    padding-left: 68px;
  }

  #resources-page h2 {
    margin-bottom: 20px;
  }


  /* MODAL WINDOW */

  #exit-modal {

  }

  .modal-window {
    width: 75%;
    max-width: 750px;
    padding: 75px 100px;
  }

  .exit-btns {
    display: block;
    margin: 50px auto 0 auto;
  }

  .cancel-btn {
    display: inline-block;
    margin-right: 20px;
  }

  .continue-btn {
    display: inline-block;
    margin-left: 20px;
  }

}
