.ContactContent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 70px 0 20px !important;
}
@media only screen and (max-width: 480px) {
  .ContactContent {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .ContactContent {
    min-height: 100vh;
  }
}
.ContactContent h1 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 3em;
  color: #000000;
  margin-bottom: 100px;
}
.ContactContent h1:after {
  display: block;
  height: 2px;
  background-color: #1a421c;
  content: " ";
  width: 100px;
  margin: 30px auto 0 auto;
}
.ContactContent .form {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .ContactContent .form {
    padding: 0 20%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px), only screen and (max-width: 480px) {
  .ContactContent .form {
    padding: 0 5%;
  }
}
.ContactContent .form .PersonalInfo {
  justify-content: space-between;
  margin-bottom: 63px;
}
.ContactContent .form h2 {
  font-size: 1.2em;
}
.ContactContent .Subject {
  margin-bottom: 63px;
}
.ContactContent .column,
.ContactContent .column-2,
.ContactContent .Subject {
  border-bottom: 1px solid #a1a1b7;
}
.ContactContent .column input,
.ContactContent .column-2 input,
.ContactContent .Subject input {
  border: 0 !important;
  margin: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 !important;
  padding: 0 0 10px 10px;
  font-family: "Open Sans", sans-serif;
  color: #69697e;
}
.ContactContent .column ::-webkit-input-placeholder,
.ContactContent .column-2 ::-webkit-input-placeholder,
.ContactContent .Subject ::-webkit-input-placeholder {
  color: #a1a1b7;
}
.ContactContent .column :-moz-placeholder,
.ContactContent .column-2 :-moz-placeholder,
.ContactContent .Subject :-moz-placeholder {
  color: #a1a1b7;
}
@media only screen and (max-width: 480px) {
  .ContactContent .column,
  .ContactContent .column-2 {
    max-width: 125px;
  }
}
@media only screen and (min-width: 992px) {
  .ContactContent .column,
  .ContactContent .column-2 {
    width: 250px;
  }
}
.MessageArea h2 {
  color: #a1a1b7;
  text-align: start;
}
.MessageArea textarea {
  border: 0;
  box-shadow: 0 0;
  background-color: #e2e8f3;
  font-family: "Open Sans", sans-serif;
  color: #69697e;
  outline: none;
  padding: 15px;
  height: 150px;
  max-width: 100%;
}
.sendButton {
  background-color: #1a421c;
  margin-bottom: 12px;
  width: 100%;
}
.sendButton:hover,
.sendButton:focus {
  background-color: #1a421c;
}
.info h2 {
  color: #7b7b91;
  text-align: start;
  margin: 2% 1%;
  font-size: 1em !important;
}
