.textContent h3, .textContent h4 {
  font-size: 1.8em;
  line-height: 30px; }

#contact_container {
  position: relative;
  overflow: hidden; }

#contactHeader section {
  margin-top: 100px;
  text-align: center; }
  #contactHeader section h1 {
    color: #fff;
    font-size: 4.0em; }
  #contactHeader section hr {
    width: 30%;
    border-top: 3px solid #fff;
    margin: 30px auto; }
  #contactHeader section p {
    color: #fff;
    font-family: 'Roboto';
    font-size: 1.8em; }

#thanks_dialog .modal-dialog {
  width: 50%;
  max-width: 890px;
  height: 500px;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  behavior: url("/Project/1_Website/Design/Main_Layout/scripts/border-radius.htc"); }
#thanks_dialog h2 {
  font-weight: normal;
  font-family: 'Roboto Slab';
  font-size: 6em;
  line-height: 100px; }
#thanks_dialog h3 {
  font-weight: 300;
  font-family: 'Roboto';
  font-size: 2em;
  line-height: 40px; }
#thanks_dialog #uploadImage {
  height: 400px;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  behavior: url("/Project/1_Website/Design/Main_Layout/scripts/border-radius.htc"); }
#thanks_dialog #withBg {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }
#thanks_dialog .cancelBtn {
  display: block;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 300;
  border-radius: 0;
  padding: 5px 10px;
  border: 1px solid black;
  width: 100px;
  margin: 0 auto; }

.contactContent p {
  margin: 0;
  line-height: 18px;
  font-size: 1.4em;
  font-weight: 300; }
  .contactContent p a {
    color: #000;
    font-size: 1.0em; }

.formContent label {
  line-height: 18px;
  font-size: 1.4em;
  font-weight: 300; }
.formContent input, .formContent textarea {
  width: 100%;
  background-color: #e6e6e6;
  font-size: 1.4em;
  font-weight: 300;
  padding: 3px;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  behavior: url("/Project/1_Website/Design/Main_Layout/scripts/border-radius.htc");
  border: none; }
.formContent textarea {
  height: 130px;
  resize: none; }
.formContent input[type="submit"] {
  width: 100px;
  border: 1px solid #1a1a1a;
  background-color: transparent; }

#map {
  width: 100%;
  height: 570px; }

table td {
  width: 277px !important;
  padding: 12px 0; }
