.contact-image {
  background: url("https://cdn.bmgfiles.com/bmg/img/mobile/BMG_Contact_Hero.jpg") 100% top no-repeat;
}
@media (min-width: 40em) {
  .contact-image {
    background: url("https://cdn.bmgfiles.com/bmg/img/hero/BMG_Contact_Hero.jpg") 100% top no-repeat;
  }
}

#contact-page .main-wrap {
  padding-bottom: 0;
}

.contact {
  display: flex;
  flex-flow: wrap-reverse;
  justify-content: space-between;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .contact {
    padding-top: 4rem;
  }
}

.contact__item {
  display: flex;
  flex-direction: column;
  padding: 2rem 0.825rem;
  background: #E6E7E8;
  text-align: center;
}
@media (min-width: 75em) {
  .contact__item {
    padding: 4rem;
  }
}

.contact__item#map {
  padding: 0;
  width: 100%;
  height: 20rem;
}
@media (min-width: 75em) {
  .contact__item#map {
    width: 33.33333%;
    height: auto;
  }
}

.contact__item h2 {
  font-size: 1.75rem;
  margin: 0;
  margin-bottom: 0.5em;
  font-weight: 300;
}
@media (min-width: 75em) {
  .contact__item h2 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}

.contact__item p {
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
}

#map iframe {
  width: 100%;
  height: 100%;
}

#business {
  background-color: #f57c00;
  text-align: left;
}

#business h2 {
  color: #FFF;
}

#business p,
#business a {
  color: #FFF;
}

#business a:hover {
  color: #18445F;
}

#business h4 {
  color: white;
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 0.5em;
}

#business h4 span {
  color: #FFF;
  font-style: italic;
  font-size: 0.8em;
}

.location {
  margin-bottom: -3px;
  margin-top: 0;
}

.location:first-of-type {
  margin-top: 0.5em;
}

.location:last-of-type {
  margin-bottom: 0.5em;
}

.location i {
  padding-right: 0.5rem;
}

#career {
  text-align: left;
}

#career h2,
#career p {
  color: #18445F;
}

#career button:last-of-type {
  margin-top: 1em;
}

.contact-form .discuss {
  margin-top: 2rem;
  font-size: 1rem;
}