@media (min-width: 769px) {
  .right {
    float: right;
  }
}
.left-nav li {
  line-height: 20px;
  margin-top: 10px;
}
.left-nav a {
  padding-left: 10px;
}
.left-nav .active {
  border-left: 2px solid #44a8f2;
}
.contact-content {
  box-sizing: border-box;
}
.contact-content li {
  float: left;
  margin-bottom: 20px;
}
.contact-content:after {
  clear: both;
  content: "";
  display: block;
}
.contact-content span {
  display: table-cell;
}
.contact-content .contact-title {
  width: 70px;
  padding-right: 5px;
}
h3 {
  line-height: 40px;
}
.page-banner {
  width: 100%;
  position: relative;
  text-align: center;
}
.page-banner img {
  width: 100%;
}
.page-banner h1 {
  font-size: 3rem;
  width: 100%;
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
}
/*# sourceMappingURL=page.css.map */
