/* Contact
----------------------------------------*/
body.page-contact .main {
  //background: #515874;
}

body.page-contact .hr-wrapper hr {
  max-width: 720px;
  border-bottom-color: #000000;
}

/* Map button wrapper */
body.page-contact .map-button-wrapper {
  max-width: 720px;
  margin: 0 auto;
}
body.page-contact .map-button-wrapper h3 {
  margin: 0;
  padding: 20px 0;
  font-size: 28px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width: 850px) {
  body.page-contact .map-button-wrapper h3 {
    font-size: 22px;
  }
}

/* Map Buttons */
body.page-contact a.map-button {
  display: table;
  background: #00aadd;
  width: 100%;
  max-width: 600px;
  font-size: 16px;
  line-height: normal;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  padding: 10px 20px 10px 20px;
  margin: 0 auto 20px auto;
}

body.page-contact a.map-button:link,
body.page-contact a.map-button:hover,
body.page-contact a.map-button:active {
  color: #ffffff;
  text-decoration: none;
}
body.page-contact a.map-button:visited {
  color: #ffffff;
}
body.page-contact a.map-button:hover {
  background: #0097c4;
}
body.page-contact a.map-button i.arrow {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
  height: 16px;
  width: 16px;
  float: right;
  margin-top: 17px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
body.page-contact a.map-button:hover i.arrow {
  transform: translate(4px, 0) rotate(-45deg);
  animation-name: arrow-shift;
  animation-duration: 0.15s;
}
body.page-contact a.map-button > span {
  display: table-cell;
  vertical-align: middle;
}
body.page-contact a.map-button > span:first-child {
  width: 100%;
}
body.page-contact a.map-button i.fas {
  float: right;
  margin: 0 0 0 10px;
  font-size: 24px;
  
}