.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; }

.section-title {
  position: relative;
  padding-top: 2.25rem;
  padding-bottom: 1.6875rem; }
  .section-title span {
    color: #444444;
    font-size: 14px;
    font-style: normal;
    font-weight: 600; }
  .section-title::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #aaa;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

.grid {
  position: relative;
  width: 100%; }
  .grid .grid-item {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 3.125rem;
    color: #444444;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8em; }
    .grid .grid-item div:nth-child(1) {
      width: 38%;
      margin-left: 0%; }
    .grid .grid-item div:nth-child(2) {
      width: 24%;
      padding-right: 1%; }
    .grid .grid-item div:nth-child(3) {
      width: 38%; }
    @media (max-width: 767px) {
      .grid .grid-item div:nth-child(1) {
        width: 100%;
        margin-left: 0%; }
      .grid .grid-item div:nth-child(2) {
        width: 100%;
        padding-right: 0; }
      .grid .grid-item div:nth-child(3) {
        width: 100%; } }
