/*=- /Content/Layouts/Vector/stylesheets/section-contact-us.css -=*/

.section-contact-us {
  background-color: white;
  height: 760px;
}
.section-contact-us .clearfix > div {
  float: left;
}
.section-contact-us .container {
  width: 940px;
}
.section-contact-us .innerContentArea {
  height: 400px;
}
.section-contact-us .contactInfo {
  color: #197ef2;
  width: 480px;
  float: left;
  margin-right: 80px;
}
.section-contact-us .contactInfo div > div:first-child {
  width: 220px;
}
.section-contact-us .contactInfo div > div:last-child {
  margin-left: 20px;
  width: 240px;
}
.section-contact-us .contactForm {
  height: 400px;
  width: 380px;
  float: left;
}
.section-contact-us .contactForm input[type="text"],
.contactForm textarea {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 16px;
  width: 360px;
  margin: 10px auto;
  box-sizing: border-box;
  border-radius: 5px;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #adadad;
  box-shadow: inset 0px 10px 8px -10px #adadad;
}
.section-contact-us textarea {
  resize: none;
}
.section-contact-us a {
  color: #197ef2;
}
.section-contact-us h4 {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  font-style: italic;
  color: #adadad;
  font-size: 14px;
  font-weight: 500;
}
.section-contact-us .phone,
.mailingAddress {
  font-weight: bold;
  color: black;
}
