#contact_us {
  padding-top: 50px;
  background: #eee;
}
#contact_us h3 {
  margin-bottom: 0rem;
}
#contact_us .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
#contact_us .row .columns {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
#contact_us button:hover, #contact_us button:focus, #contact_us .button:hover, #contact_us button:focus {
  color: black;
  background-color: white;
}
#contact_us .recaptchatable #recaptcha_response_field {
  margin: 13px 0 0 !important;
  border-radius: 4px;
  height: 17px;
}
#contact_us input.text {
  width: 100%;
}
#contact_us .fa-envelope {
  padding: 10px;
  background-color: #42CCAE;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  margin-top: 0px;
}
#contact_us [name=message] {
  height: 100px;
}
#contact_us .help-center-button {
  position: relative;
}
#contact_us .help-center-button a.standard-submit {
  font-size: 25px;
  cursor: pointer;
  padding: 10px 22px;
}
#contact_us .help-center-button a.standard-submit:hover {
  color: white;
}
#contact_us .help-center-button .fa-lightbulb-o {
  position: relative;
  top: -2px;
  left: -16px;
  font-size: 20px;
  color: white;
  background: black;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

@media only screen and (max-width: 60em) {
  .abn_address {
    margin-top: 50px;
  }
  .help-center-button {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 60em) {
  .abn_address {
    position: absolute;
    bottom: 55px;
  }
  .help-center-button {
    margin-top: 55px;
  }
}