.need-help {
  position: relative;
  margin-top: 5rem;
  padding: 2rem 0 4rem;
  border-top: 2px solid #173353;
  background-color: #fff;
}

.need-help__close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  display: block;
  z-index: 1;
  opacity: .6;
  transition: opacity .5s;
}

.need-help__close:hover, .need-help__close:focus {
  opacity: 1;
  transition: opacity .2s;
}

.need-help__button {
  position: relative;
  top: -3rem;
  left: -10px;
  width: 100vw;
  height: 60px;
  margin-bottom: -35px;
  background-color: #173353;
  transition: color 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 50em) {
  .need-help__button {
    position: fixed;
    top: 55vh;
    left: auto;
    right: -95px;
    width: 250px;
    margin-bottom: 0;
    z-index: 101;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 8px 3px rgba(69, 73, 91, 0.7);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    border-bottom: 0;
  }
}

.need-help__button.button {
  background-color: #173353;
}

.need-help__button.button:hover, .need-help__button.button:focus, .need-help__button.button:active {
  text-decoration: none;
  color: #fff;
  background-color: #2972e9;
  box-shadow: 0 8px 9px 0 rgba(69, 73, 91, 0.2);
  transition: box-shadow 0.2s, background-color 0.2s;
}

@media (min-width: 75em) {
  .need-help__button {
    top: calc(50vh - 30px);
  }
}

.need-help__button-link {
  text-decoration: none;
  color: #fff;
}

.need-help__button-link:hover, .need-help__button-link:focus {
  color: #fff;
}

.need-help__button-text {
  position: absolute;
  width: 100%;
  top: -5px;
  font-size: 16px;
}

@media (min-width: 50em) {
  .need-help__button-text {
    top: -10px;
    font-size: 21px;
  }
}

@media (min-width: 75em) {
  .need-help__button-text {
    top: -14px;
  }
}

.need-help__button.button {
  text-transform: none;
}

.need-help .g-recaptcha > div {
  margin: 2rem auto;
}
