/*transform origin*/
.mt_inquiry_type label {
  font-weight: 700;
  color: #415364;
}

#mt_contact_page .hywrap .control-label {
  color: #415364;
}
#mt_contact_page .hywrap button[type=submit] {
  background-color: #051C2C;
  font-weight: 600;
  border-color: #051C2C;
}
html.system #mt_contact_page .hywrap button[type=submit]:hover {
  color: #051C2C;
  background: #fff;
  border-color: #242B46;
}
#mt_contact_page .mt_contact_right .mt_contact_address > div h3 {
  color: #243746 !important;
}
#mt_contact_page .mt_copy_small {
  color: #415364;
}

.contact .mt_one_column.with_bg {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 10px;
}
@media (max-width: 991.01px) {
  .contact .mt_one_column.with_bg {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
}
.contact .mt_contact_left {
  padding-bottom: 50px !important;
}
@media (max-width: 991.01px) {
  .contact #mt_contact_page .mt_contact_right {
    padding-bottom: 15px;
  }
  .contact #mt_contact_page .mt_contact_left {
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .contact #mt_contact_page .mt_contact_left .mt_para_margin {
    margin-bottom: 30px;
  }
}

#form-success {
  font-size: calc(18px + 2 * (100vw - 375px) / 1097);
  font-weight: bold;
}

.mt_copy_small a {
  font-weight: bold;
  color: #415364;
  text-decoration: underline;
}

/*# sourceMappingURL=contact.css.map */
