﻿.navbar {
  margin-bottom: 0;
}
.map-wrapper {
  height: 500px;
}
h1 {
  margin-bottom: 24px;
}
.pulled-up {
  position: absolute;
  top: 210px;
}
.find-us-main-holder {
  background-color: #565656;
}
.find-us-main-holder .find-us-container {
  padding: 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: #fff;
  left: 15px;
  z-index: 10;
}
.find-us-main-holder .find-us-container address {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.25em;
}
.find-us-main-holder .find-us-container address .email-container {
  font-size: 1.75em;
}
.find-us-main-holder .find-us-container address .email-container i {
  padding: 3%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.find-us-main-holder .find-us-container address .email-container a {
  font-family: "Montserrat-Medium", "Arial", "Helvetica", sans-serif;
  color: #fff;
  word-break: break-all;
}
.find-us-main-holder .find-us-container address .address-col {
  border-right: 1px solid #fff;
}
.find-us-main-holder .find-us-container .find-us-btn {
  font-size: 1.25em;
  color: #FFA000;
}
.find-us-main-holder .find-us-container .find-us-btn:hover,
.find-us-main-holder .find-us-container .find-us-btn:active {
  color: #E2AA00;
}
.contact-us-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-us-wrapper header.section-title {
  margin-top: 40px;
}
.contact-us-wrapper .contact-us-form .contact-us-form-fa {
  font-size: 2em;
  color: #696969;
  position: absolute;
  left: 30px;
  top: 17px;
}
.contact-us-wrapper .contact-us-form .form-control {
  padding-left: 65px;
  border: 5px solid #565656;
  border-radius: 10px;
  font-size: 1.5em;
  height: 3em;
}
.contact-us-wrapper .contact-us-form .form-control:focus {
  border-color: #696969;
  box-shadow: none;
}
.contact-us-wrapper .contact-us-form .form-control::-webkit-input-placeholder,
.contact-us-wrapper .contact-us-form .form-control:-moz-placeholder,
.contact-us-wrapper .contact-us-form .form-control::-moz-placeholder,
.contact-us-wrapper .contact-us-form .form-control:-ms-input-placeholder {
  color: #565656;
}
.contact-us-wrapper .contact-us-form textarea.form-control {
  height: 12em;
  padding-top: 10px;
}
.contact-us-wrapper .contact-us-form .send-btn input {
  font-size: 1.75em;
}
.contact-us-wrapper .contact-us-form .field-validation-error {
  color: #EF5350;
}
.how-to-get-here-container .section-title {
  margin-top: 40px;
}
.how-to-get-here-container h2 {
  font-size: 1.25em;
  color: #565656;
}
.how-to-get-here-container ul {
  text-align: justify;
}
.follow-us-facebook-wrapper h2 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 13px;
}
.follow-us-facebook-wrapper h2 span {
  font-size: 1.25em;
}
@media only screen and (max-width: 1210px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 1002px) {
  .find-us-container {
    width: 520px;
  }
}
@media only screen and (max-width: 1001px) {
  .find-us-main-holder {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .find-us-main-holder .find-us-container {
    width: 100%;
    border-radius: 0;
  }
  .find-us-main-holder .pulled-up {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .find-us-main-holder .find-us-container address .address-col {
    border-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1001px) {
  .pulled-up {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
  }
  .pulled-up-top .find-us-container {
    padding-left: 0;
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pulled-up {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
  }
  .pulled-up-top .find-us-container {
    padding-left: 0;
    left: 15px;
  }
  .send-btn {
    width: 100%;
  }
}