.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #966E5A;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #866250;
}
.button:active {
  background-color: #664b3d;
}
.pageContent {
  width: calc((100vw - 80px - 78px - 78px - 78px - 80px) - 160px);
}
#view .pageContent.cb-toggle-target-active .content--two {
  margin-bottom: 71px;
}
@media (max-width: 1599px) {
  h1 {
    font-size: 34px;
    max-width: 470px;
  }
}
.cb-googlemapscontainer {
  height: 400px !important;
}
.cb-googlemapscontainer > div {
  height: 400px !important;
}
/*# sourceMappingURL=./screen-medium.css.map */