/* line 3, ../sass/_contact.scss */
.wrap-crew h1 {
  background: url(../images/nav-icon1.png) top center no-repeat;
  font-size:1rem;
}
@media only all and (max-width: 640px) {
	.wrap-crew h1 {
  background: url(../images/nav-icon1.png) top center no-repeat;
  background-size:16%;
  margin-top:2rem;
  padding-top:5rem;
  font-size:1rem;
  height:8rem;
}
	}
/* line 6, ../sass/_contact.scss */
.wrap-contact .contact-content {
  width: 77% !important;
  border-right: 0 !important;
}
@media only all and (max-width: 640px) {
  /* line 6, ../sass/_contact.scss */
  .wrap-contact .contact-content {
    width: 100% !important;
  }
}
/* line 12, ../sass/_contact.scss */
.wrap-contact .contact-content h3 {
  font-size: 18px;
  color: #8a0000;
  margin-top: 30px;
}
/* line 17, ../sass/_contact.scss */
.wrap-contact .contact-content p {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
}
/* line 22, ../sass/_contact.scss */
.wrap-contact .contact-content a.contact-other {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #8a0000;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px #e2e2e2 dashed;
}
/* line 30, ../sass/_contact.scss */
.wrap-contact .contact-content a.contact-other:hover {
  text-decoration: underline;
}
