#views_slideshow_cycle_main_rotator_gateway_pages-block_3 {
  touch-action: pan-y;
}
#widget_pager_bottom_rotator_gateway_pages-block_3 {
	padding-left: 0;
}
.apl-feature-hero {
	background: #EBEAE9;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.apl-feature-hero__image-link {
  display: block;
  width: 100%;
}

.apl-feature-hero__image {
  display: block;
  width: 100%;
  height: auto;
}

.apl-feature-hero__content {
  box-sizing: border-box;
  width: 100%;
  padding: 1.5rem;
}

.apl-feature-hero__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1 !important;
  padding: 0 !important;
}

.apl-feature-hero__summary {
  padding-bottom: 10px;
}

div.apl-feature-hero__content div.apl-feature-hero__action a {
  display: inline-block;
  width: auto;
  margin-top: 10px;
  padding: 10px;
  background: #44499c !important;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
}
/* Let the slideshow grow with the stacked hero on smaller screens. */
@media (max-width: 63.999em) {
  #views_slideshow_cycle_main_rotator_gateway_pages-block_3,
  #views_slideshow_cycle_teaser_section_rotator_gateway_pages-block_3 {
    width: 100% !important;
    height: auto !important;
  }

  #views_slideshow_cycle_teaser_section_rotator_gateway_pages-block_3
  > .views_slideshow_cycle_slide {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
  }

  #views_slideshow_cycle_main_rotator_gateway_pages-block_3
  + .views-slideshow-controls-bottom {
    position: relative;
    clear: both;
  }
}

/* Desktop layout */
@media (min-width: 64em) {
  .apl-feature-hero {
    flex-direction: row;
    align-items: stretch;
  }

  .apl-feature-hero__image-link,
  .apl-feature-hero__content {
    width: 50%;
  }

  .apl-feature-hero__image-link {
    display: flex;
  }

  .apl-feature-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}