.slideshow {
  height: calc(100vh - 60px);
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 9; }
  @media (min-width: 768px) {
    .slideshow {
      height: calc(100vh - 80px); } }
  .slideshow .landing-item {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .slideshow .landing-item .landing-item-bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 110%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 9996;
      transform: translateX(0); }
    .slideshow .landing-item .landing-item-content {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      height: 100%;
      z-index: 9997;
      display: table; }
      .slideshow .landing-item .landing-item-content .landing-item-title {
        font-size: 30pt;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        text-decoration: none; }
      .slideshow .landing-item .landing-item-content .landing-item-link {
        color: #fff;
        text-decoration: none; }

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 9999 !important;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  padding: 10px 0;
  background: #f7f4ed !important; }
  .cycle-pager span {
    font-family: Acumin;
    font-size: 18pt;
    padding: 0 5px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
    transition: .2s ease-in-out; }
    .cycle-pager span:hover {
      color: #444; }
  .cycle-pager span.cycle-pager-active {
    color: #444; }

.grid {
  position: relative;
  width: 100%;
  padding-top: 3.5625rem; }
  .grid .grid-item {
    position: relative;
    width: 95.14563106796117%;
    margin: 0 2.42718% 3.4375rem 2.42718%; }
    .grid .grid-item a {
      position: relative;
      display: block; }
    .grid .grid-item .pic {
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .grid .grid-item .info {
      position: relative;
      padding-top: 0.875rem; }
    .grid .grid-item .title {
      font-weight: 300;
      font-size: 12px;
      color: #595751; }

@media (min-width: 576px) {
  .grid .grid-item {
    width: 90.29126213592233%;
    margin: 0 4.85437% 3.75rem 4.85437%; } }
@media (min-width: 868px) {
  .grid .grid-item {
    width: 46.09375%;
    margin: 0 1.95313% 3.75rem 1.95313%; } }
