/* Contact Us Page */
.contact-us-form__label {
  display: block;
  font-family: Interstate-Light, sans-serif;
  font-size: 12px;
  line-height: 1px;
  color: #8a8a8a;
  padding-top: 20px;
  padding-bottom: 5px;
}

.contact-us-form-section {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#field-message {
  min-height: 350px;
  resize: none;
  margin-bottom: 40px;
}

.title-arrow {
  position: absolute;
  top: 22px;
  left: 87%;
  font-size:41px;
  color: #585858;
}

.field-about-title__options .title-options__options:first-child {
  display: none;
}

#contact-us-form .row .col-md-6 input,
#contact-us-form .row .col-md-6 select,
#field-message {
  width: 100%;
  background-color: #d1daf9;
  border: 3px solid #8da4f0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  height: 40px;
  color: #8a8a8a;
  font-family: Interstate-Light, sans-serif;
  font-size: 15px;
  padding-left: 15px;
}

#field-about-title {
  padding-top: 0 !important;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.privacy-section {
  margin-bottom: 40px;
}

.privacy-section #privacy-link {
  color: #8ea3f2;
  font-size: 15px;
  font-family: Interstate-Thin, sans-serif;
}

.privacy-section #privacy-link:hover {
  text-decoration: none;
  color: #6272B2;
}

.contact-us-body {
  color: #aaaaac;
  font-family: Interstate-Thin, sans-serif !important;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.form-submit-button {
  max-width: 120px;
  float: right;
  height: 45px !important;
  line-height: 45px !important;
}

.requiredField:after {
  content: "*";
}

.form-message--error {
  border: 2px solid red;
  color: red;
  width: 300px;
  text-align: center;
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: #ffffff;
}

.form-message--success {
  border: 2px solid #8ea3f2;
  color: #8ea3f2;
  text-align: center;
  background-color: #ffffff;
}

.form-message--success.newsletter-signup-message {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.basic-page-title {
  color: #8ea3f2;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.field-about-title__options {
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  width: 91.6%;
  -webkit-box-shadow: 5px 9px 46px -14px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 9px 46px -14px rgba(0,0,0,0.75);
  box-shadow: 5px 9px 46px -14px rgba(0,0,0,0.75);
}

.page-contact-us input:focus {
  outline: none;
  border-color: #7183CC !important;
}

#field-message:focus {
  outline: none;
  border-color: #7183CC !important;
}

.field-about-title__options span {
  cursor: pointer;
  color: #A7A9AB;
  font-size: 16px;
  line-height: 2.5;
  font-family: 'Interstate-Thin', sans-serif;
  font-weight: 300;
  display: block;
  padding-left: 15px;
}

.field-about-title__options span:hover {
  color: #ffffff;
  background-color: #8ea3f2;
  text-decoration: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#field-about-firstname:focus::-webkit-input-placeholder { color:transparent; }
#field-about-firstname:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#field-about-firstname:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#field-about-firstname:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

#field-about-lastname:focus::-webkit-input-placeholder { color:transparent; }
#field-about-lastname:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#field-about-lastname:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#field-about-lastname:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

#field-about-email:focus::-webkit-input-placeholder { color:transparent; }
#field-about-email:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
#field-about-email:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
#field-about-email:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


