/* Text Elements */

h1.contact-us-header {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

span.text-element.form-error {
  display: none;
}

/* Interaction Elements */

input[type=text].text-input {
  margin-bottom: 8px;
}

input[type=email].email1 {
  margin-bottom: 8px;
}

textarea.txt-area {
  margin-bottom: 8px;
  min-height: 100px;
}

label.label.label-custom {
  background-color: #1779ba;
  color: #fefefe;
}

/* Layout Elements */

.container.contact-column-left {
  margin-bottom: 2rem;
  padding: 1rem 2rem 2rem;
  border-bottom: .125rem solid #e6e6e6;
}

.container.contact-column-right {
  margin-bottom: 2rem;
  padding: 1rem 2rem 2rem;
  border-bottom: 0 solid #e6e6e6;
}

div.responsive-picture.map {
  margin-bottom: 15px;
  max-width: none;
}

a.link-button-glyph.contact-button {
  display: block;
  width: auto;
  vertical-align: middle;
}

span.glyph-for-button.contact-icon {
  margin-right: 1rem;
  margin-left: .4rem;
  color: #8a8a8a;
  font-size: 2rem;
}

span.link-button-text.contact-text {
  color: #8a8a8a;
  vertical-align: super;
}

button.submit-btn {
  padding: 8px 10px;
  background-color: #1779ba;
  color: #fefefe;
}

label.label-container.label-cont {
  margin-bottom: 12px;
}

.html-element.html-element-1 {
  display: none;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.contact-us-header {
    font-size: 32px;
  }

  /* Layout Elements */

  .container.contact-column-left {
    margin-top: 7px;
    min-height: 66.35785vmin;
    border-right: .0625rem solid #e6e6e6;
    border-bottom-width: 0;
  }

  .container.contact-column-right {
    margin-top: 7px;
    min-height: 66.35785vmin;
    border-right: .0625rem solid #e6e6e6;
    border-bottom-width: 0;
    border-left: .0625rem solid #e6e6e6;
  }

  span.link-button-text.contact-text {
    color: #8a8a8a;
  }
}