  body {
    font-family: "Baskerville";
}

 .property:last-child {
    display: none;
 }

.img-med{
max-width: 150px;
}

.assets.img-small {
  width: 18em;
}

#content a {
  color: #0047AB;
}

#content .carousel-block a {
  color: black;
}

img.footer-icon {
  width: 12%;
  float: right;
  position: relative;
  margin-top: -80px;
  margin-right: 35px;
}

  h1.site-title {
    margin: 0 auto;
}
h1.site-title img {
  width: 100%;
}

 header {
padding: 0 0;
}

 #search {
    left: 65%;
right: 170px;
border-right: 1px solid #dedede;
}

  header nav ul.navigation {
    justify-content: space-around;
  }

img.footer-banner {
  width: 100%;
}


#content .blocks .carousel-block  .carousel .slick-track a.slick-slide {
  pointer-events: none;
}


#content .blocks .carousel-block h2 + .carousel .slick-track a.slick-slide {
  pointer-events: auto;
}

.slick-prev::before, .slick-next::before {
  font-size: 40px;
}