#contact {
  display: none;
  background-color: #F4F4F4;
  padding-top: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  width: 720px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
@media (max-width: 768px) {
  #contact {
    width: 620px;
  }
}
@media (max-width: 640px) {
  #contact {
    width: 540px;
  }
}
@media (max-width: 577px) {
  #contact {
    padding-bottom: 60px;
    width: 96%;
  }
}
#contact a:focus {
  outline: 0;
}
#contact .topbar {
  position: relative;
}
#contact .topbar .btn-close-wrapper {
  position: absolute;
  width: 100%;
  text-align: right;
}
#contact .topbar .btn-close-wrapper img {
  transition: 100ms linear;
  cursor: pointer;
}
#contact .topbar .btn-close-wrapper img:active {
  transform: translate3d(1px, 1px, 0);
}
#contact .subheader {
  text-align: center;
}
#contact .subheader .icon {
  height: 30px;
  margin-top: 30px;
  margin-bottom: 8px;
}
#contact .subheader h2 {
  font-size: 1.8rem;
  font-weight: 300;
  color: #01B3CD;
  margin-top: 0px;
  margin-bottom: 30px;
}
#contact .title-required {
  font-size: 1rem;
  font-weight: 500;
  color: #666666;
}
#contact .title {
  font-size: 1rem;
  font-weight: 500;
  color: #01B3CD;
}
#contact .title a:link, #contact .title a:visited, #contact .title a:hover {
  color: #00AD35;
  text-decoration: underline;
}
#contact .title a:hover {
  text-decoration: none;
}
#contact .required {
  color: #FF4A8A;
}
#contact .cs-hotline-box {
  margin-top: 40px;
}
#contact .captcha-wrapper {
  margin-bottom: 20px;
}
#contact .captcha-wrapper .g-recaptcha {
  float: right;
}
#contact .thankyou {
  display: none;
}
#contact .thankyou .title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
#contact .thankyou .thankyou-action {
  text-align: center;
}
#contact form {
  margin: 0 auto;
  width: 84%;
  max-width: 700px;
}
#contact form .form-title {
  font-weight: 400;
  color: #666666;
}
#contact form input[type=text], #contact form textarea, #contact form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border: 1px solid #01B3CD;
  border-radius: 0;
  padding: 6px 15px;
  background-color: #ffffff;
  margin-bottom: 15px;
  font-size: 1rem;
}
@media (max-width: 577px) {
  #contact form input[type=text], #contact form textarea, #contact form select {
    width: 100%;
  }
}
#contact form input[type=text].warning, #contact form textarea.warning, #contact form select.warning {
  border-color: #fc3500 !important;
  background-color: #ffe5dd;
}
#contact form select {
  background-image: url("../images/form-select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 93% center;
}
#contact form select#gender {
  color: #a9a9a9;
}
#contact form select#gender.active {
  color: #000000;
}
#contact form textarea {
  width: 100%;
  height: 140px;
}
#contact form [disabled] {
  opacity: 0.3;
  pointer-events: none;
}
#contact form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a9a9a9;
  opacity: 1; /* Firefox */
}
#contact form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a9a9a9;
  opacity: 1; /* Firefox */
}
#contact form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a9a9a9;
}
#contact form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #a9a9a9;
}
#contact form .form-action {
  text-align: right;
}
@media (max-width: 577px) {
  #contact form .form-action {
    text-align: center;
    margin-top: 10px;
  }
  #contact form .form-action .btn-submit {
    width: 135px;
    height: 30px;
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  #contact form {
    width: 96%;
  }
}/*# sourceMappingURL=contact-form.css.map */