.slideshow {
  position: relative;
}
.slideshow .btnPrev,
.slideshow .btnNext {
  background-image: url(/UI/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  display: none;
  height: 19%;
  left: 0;
  margin-top: -5%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  text-indent: -1000%;
  width: 3.5%;
  z-index: 101;
  background-color: #2B5F46;
  border: none;
}
@media screen and (min-width: 50em) {
  .slideshow .btnPrev,
  .slideshow .btnNext {
    display: inline-block;
  }
}
.slideshow .btnNext {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 34.9375em) {
  .slideshowContainer {
    padding-right: 0;
    padding-left: 0;
  }
}
.Full .slideshow {
  margin-top: 0;
}
@media screen and (min-width: 100em) {
  .Full .slideshowContainer {
    width: auto;
    margin-right: -4.5rem;
    margin-left: -4.5rem;
    float: none;
  }
}
.Full .slideshowContainer h2 {
  margin-bottom: 1.5rem;
}
.presentationUniversalPage .slideshowContainer {
  margin-top: 0;
}
.cycle-slideshow {
  max-height: 800px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (min-width: 50em) {
  .cycle-slideshow {
    max-width: 88%;
  }
}
.Full .cycle-slideshow {
  max-width: 100%;
  max-height: none;
  margin-top: 0;
}
.cycle-slide {
  margin-top: 0 !important;
  max-height: 100%;
}
.cycle-thumbs {
  display: none;
  float: right;
  margin-top: 2.5%;
}
@media screen and (min-width: 50em) {
  .cycle-thumbs {
    display: block;
    margin-right: 6%;
  }
}
.cycle-thumbs .cycle-pager {
  border: 0;
  display: inline-block;
  height: 48px;
  margin-top: 0;
  margin-left: 8px;
  overflow: hidden;
  width: 48px;
}
.cycle-thumbs .cycle-pager-active {
  outline: 3px solid #4d9695;
}
.cycle-thumbs .cycle-pager img {
  margin-left: -35%;
  max-width: 300%;
}
.cycle-overlay {
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0;
  padding: 1em;
  z-index: 101;
  background-color: rgba(60, 62, 62, 0.85);
  top: 100%;
  color: #f5f7f4;
  padding-right: 1.5em;
  padding-left: 1.5em;
  position: absolute;
  width: 100%;
}
.cycle-overlay.is-active {
  bottom: 0;
  top: auto;
}
.cycle-overlay-trigger {
  position: absolute;
  bottom: 100%;
  background-color: rgba(60, 62, 62, 0.85);
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 20px 10px 40px;
  height: auto;
  width: auto;
  border: none;
}
.cycle-overlay-trigger:hover,
.cycle-overlay-trigger:focus {
  background-color: rgba(60, 62, 62, 0.85);
  box-shadow: none;
}
@media screen and (max-width: 34.9375em) {
  .cycle-overlay-trigger {
    left: 0;
  }
}
.cycle-overlay-trigger:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 7px;
  background-image: url(/UI/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}
.is-active .cycle-overlay-trigger:before {
  background-image: url(/UI/icon-close.svg);
  top: 11px;
}
.cycle-overlay div {
  display: inline;
  margin-top: 0;
}
.cycle-overlay div:first-child:not(:empty) {
  margin-right: .5em;
  text-transform: uppercase;
}
.cycle-caption {
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 1em;
  margin-top: 0;
  position: absolute;
  z-index: 101;
  right: 0;
  bottom: 0;
  color: white;
  background-color: rgba(60, 62, 62, 0.85);
}
@media screen and (min-width: 50em) {
  .cycle-caption {
    display: none !important;
  }
}
