#landing-page-cycle-slideshow {
  position: relative;
  width: 1170px;
  height: 465px;
  margin-bottom: 40px;
}

#landing-page-cycle-slideshow .content {
  position: relative;
}

#landing-page-cycle-slideshow .content .content-text {
  position: absolute;
  width: 45%;
  background-color: #f3efd8;
}

#landing-page-cycle-slideshow .content .content-text.upper-right {
  top: 15px;
  right: 0;
}

#landing-page-cycle-slideshow .content .content-text.upper-left {
  top: 15px;
  left: 0;
}

#landing-page-cycle-slideshow .content .content-text.lower-right {
  bottom: 15px;
  right: 0;
}

#landing-page-cycle-slideshow .content .content-text.lower-left {
  bottom: 15px;
  left: 0;
}

#landing-page-cycle-slideshow .content .content-text .field-name-field-p-sl-content-title {
  color: #a80532;
  font-size: 1.8em;
  font-family: 'Source Sans Pro Bold', Arial Bold, Helvetica, sans-serif;
  padding: .5em 0.6em 0 1.35em;
}

#landing-page-cycle-slideshow .content .content-text .field-name-field-p-sl-content-subtitle {
  font-family: 'Source Sans Pro Regular';
  padding: .2em 1em 1em 2.5em;
  color: #000000;
}

#landing-page-cycle-slideshow-pager {
  display: flex;
  justify-content: center;
  bottom: -30px;
  position: absolute;
  width: 100%;
}

#landing-page-cycle-slideshow-pager a {
  background: url(/sites/all/themes/rde_at/images/slideshow-pager-inactive.png) no-repeat;
  width: 50px;
  height: 15px;
  float: left;
  text-indent: -9999px;
}

#landing-page-cycle-slideshow-pager a.activeSlide {
  background: url(/sites/all/themes/rde_at/images/slideshow-pager-active.png) no-repeat;
}

#landing-page-cycle-slideshow-controls {
  position: absolute;
  top: 47%;
  width: 100%;
  z-index: 9999;
}

#landing-page-cycle-slideshow-previous {
  background: url(/sites/all/themes/rde_at/images/red-slideshow-prev.png) no-repeat;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin: 0 0 0 3.5em;
  -webkit-filter: opacity(70%);
  filter: opacity(70%);
}

#landing-page-cycle-slideshow-next {
  background: url(/sites/all/themes/rde_at/images/red-slideshow-next.png) no-repeat;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  display: block;
  float: right;
  margin: 0 3.5em 0 0;
  -webkit-filter: opacity(70%);
  filter: opacity(70%);
}

.paragraphs-item-lp-slideshow-content . content .content-text {
  position: absolute;
}

.field-name-field-lp-top-stories .field-label {
  background: url(/sites/all/themes/rde_at/images/block_title_bg.png) no-repeat 9% 50%;
  font-family: 'Source Sans Pro Bold', Arial, Helvetica, sans-serif;
  color: #8c1515;
  font-size: 1.2em;
  margin: 0 0 .75em 0;
  border-bottom: 1px solid #8c1515;
}
.paragraphs-item-top-stories-content, .paragraphs-item-top-stories-content .content a {
  color: #3f3c30;
  text-decoration: none !important;
}

.field-name-field-lp-top-stories .field-item.top-storie {
  width: 24%;
  float: left;
  background-color: #f1f1f1;
  margin: 0 .97em 0 0;
  padding: 0 0 .5em 0;
}

.field-name-field-lp-top-stories .field-item.top-storie:last-child {
  margin: 0;
}

.field-name-field-p-ts-title {
  font-family: 'Source Sans Pro Bold', Arial, Helvetica, sans-serif;
  foont-weight: bold;
  font-size: 1.1em;
  padding: 0 0 0 0.65em;
  display: block;
  text-decoration: underline;
}

.field-name-field-p-ts-subtitle {
  font-size: 0.8em;
  padding: 0 0.75em;
  text-decoration: none;
}

.node-type-landing-page #page-title {
  display: none;
}

@media only screen and (min-width: 481px) and (max-width: 1169px) {
  #landing-page-cycle-slideshow {
    width: 100%;
  }

  upper-right {
    top: 15px;
    right: 0;
  }

  #landing-page-cycle-slideshow .content .content-text.upper-right,
  #landing-page-cycle-slideshow .content .content-text.upper-left,
  #landing-page-cycle-slideshow .content .content-text.lower-right,
  #landing-page-cycle-slideshow .content .content-text.lower-left {
    bottom: inherit;
    right: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
  }

  .field-name-field-lp-top-stories .field-item.top-storie {
    width: 100%;
    float: left;
    margin: .5em 0;
  }

  .field-name-field-p-ts-image.field-type-image {
    float: left;
    width: 32%;
    margin: 0 .5em 0 0;
  }


}

@media only screen and (max-width: 1169px) {
  #landing-page-cycle-slideshow {
    height: 500px;
  }
  #landing-page-cycle-slideshow-controls {
    top: 37%;
  }
}

@media only screen and (max-width: 770px) {
  #landing-page-cycle-slideshow {
    height: 400px;
  }
  #landing-page-cycle-slideshow-controls {
    top: 37%;
  }
}

