#forgotPill {
  background-color: #e6eced;
  color: #343434;
  padding: 40px;
  margin: 34px -100% 0 -100%; /* old browsers fallback */
  margin: 34px calc(50% - 50vw) 0 calc(50% - 50vw);
}

#forgotPill ul.nav-tabs:first-of-type {
  display: none;
}

#forgotPill .innerWrap {
  min-height: 182px;
  margin-bottom: 40px;
}

#forgotPill .back {
  margin-top: 40px;
  display: block;
}

#forgotPill input.back {
  background: transparent;
  color: #007d87;
  border: none;
  text-decoration: underline;
  margin: 0;
  font-family: "ProximaNovaLtSemibold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

#forgotPill .container > form {
  margin-top: 40px;
}

#forgotPill .nav.nav-tabs {
  width: 100%;
  list-style-type: none;
  padding: 0;
  display: block;
  height: 60px;
  margin: 0;
}

#forgotPill .nav.nav-tabs .nav-item {
  width: 18%;
  margin: 0 1% 0 1%;
  float: left;
  padding: 0;
  display: block;
  text-align: center;
  border-top: 2px solid #ffffff;
}

#forgotPill .nav.nav-tabs .nav-item.active {
  border-top-color: #007d87;
}

#forgotPill .nav.nav-tabs .nav-item .nav-link {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: transparent;
  text-decoration: none;
  font-weight: 600;
  color: #303030;
  line-height: 2;
  margin-top: 30px;
}

#forgotPill .nav.nav-tabs .nav-item.active .nav-link {
  border: 2px solid #007d87;
  background-color: #007d87;
  color: #ffffff;
}

#forgotPill .nav.nav-tabs .nav-item.current .nav-link.active {
  border: 2px solid #007d87;
  background-color: transparent;
  color: #007d87;
}

#forgotPill h2 {
  order: 0;
  width: 100%;
  font-family: "ProximaNovaLtSemibold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-top: 10px;
}

#forgotPill h2,
#forgotPill h3,
#forgotPill .h3,
#forgotPill p {
  text-align: center;
}

#forgotPill h1,
#forgotPill h2,
#forgotPill h3,
#forgotPill .h3,
#forgotPill h4,
#forgotPill h5,
#forgotPill h6,
#forgotPill .h1,
#forgotPill .h2,
#forgotPill .h3,
#forgotPill .h4,
#forgotPill .h5,
#forgotPill .h6 {
  margin: 30px 0 0;
}

#forgotPill ul,
#forgotPill ol {
  margin: 30px 0 0;
}

#forgotPill .innerWrap form {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

#forgotPill .innerWrap form .form-check {
  display: inline-block;
  width: auto;
  margin: 0 15px 20px 15px;
}

#forgotPill .innerWrap form .form-check button {
  min-height: 36px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  padding: 9px 15px 10px;
  line-height: 1.3 !important;
  cursor: pointer;
  height: auto;
  text-align: center;
}

#forgotPill .innerWrap form p small {
  font-size: 16px;
  font-family: "ProximaNovaRgRegular", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  line-height: 1.67;
  display: block;
  width: 75%;
  margin: auto;
  color: #303030;
}

#forgotPill .innerWrap form .form-check input[type="radio"] {
  display: none;
}

#forgotPill a.btn.btn-primary {
  width: 100%;
}

#forgotPill ul.error {
  width: 100%;
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#forgotPill .alert {
  padding: 0;
  margin: 10px 0 0 0;
  border: none;
  border-radius: 0;
  padding-bottom: 40px;
}

#forgotPill.danger .alert {
  padding-bottom: 0;
}

#forgotPill .alert ul li {
  line-height: 24px;
}

#forgotPill.danger {
  background-color: #ffe4e0;
}

#forgotPill.danger h2 {
  background-color: #a94442;
  color: #ffffff;
  padding: 20px 0;
  min-height: 80px;
  margin-top: 20px;
  padding: 21px 0 20px;
}

#forgotPill.danger .nav.nav-tabs .nav-item.current {
  border-top-color: #a94442;
}

#forgotPill.danger .nav.nav-tabs .nav-item.current .nav-link.active {
  border: 2px solid #a94442;
  background-color: #a94442;
  color: #ffffff;
}

#forgotPill.success {
  background-color: #ecf8f4;
}

#forgotPill.success h2 {
  color: #007d87;
  margin-top: 40px;
}

#forgotPill.success h3 {
  margin-top: 40px;
}

#forgotPill.success .nav.nav-tabs .nav-item.current {
  border-top-color: #007d87;
}

#forgotPill.success .nav.nav-tabs .nav-item.current .nav-link.active {
  border: 2px solid #007d87;
  background-color: #007d87;
  color: #ffffff;
}

#forgotPill .h3 {
  font-size: 1.375rem;
  line-height: 28px;
  font-family: "ProximaNovaRgRegular", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #101010;
  font-weight: 400;
  box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
  #forgotPill p {
    padding: 0px 5% 10px;
  }
  #forgotPill .h3 {
    padding: 0;
  }
}

/* Mobile */

@media screen and (max-width: 767px) {
  .node-article.view-mode-full > .rsbtn {
    top: 15px;
  }

  #forgotPill {
    padding: 20px 10px;
  }

  #forgotPill ul.nav-tabs:last-of-type {
    display: none;
  }

  #forgotPill ul.nav-tabs:first-of-type {
    display: block;
  }

  #forgotPill .innerWrap {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: auto;
  }

  #forgotPill .innerWrap form {
    margin-top: 30px;
  }

  #forgotPill .innerWrap form p small {
    width: 80%;
  }

  #forgotPill h2 {
    font-weight: 400;
    padding: 0 20px;
  }

  #forgotPill h3,
  #forgotPill .h3 {
    padding: 0 30px;
  }

  #forgotPill.danger h2 {
    font-weight: 600;
    padding: 25px 20px;
    margin-left: -10px;
    width: calc(100% + 20px);
  }

  #forgotPill .left,
  #forgotPill .right {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  #forgotPill .right {
    margin-top: 20px;
  }
}
