.apw_slider {
  display: flex !important;
  align-items: center;
  height: calc(100vh - 100px);
  overflow: hidden;
  /* Medium only */
}
@media screen and (max-width: 73.75em) {
  .apw_slider {
    height: auto;
  }
}
.apw_slider .apw_items {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  /* Small only */
  /* Medium and up */
}
.apw_slider .apw_items .apw_container:nth-child(even) {
  color: red !important;
}
.apw_slider .apw_items .apw_container {
  position: absolute;
  display: flex;
  height: 100%;
  align-items: center;
  z-index: 20;
  width: 100%;
}
.apw_slider .apw_items .apw_container .apw_content {
  width: 100%;
  padding: 0 150px;
  /* Small only */
}
@media screen and (max-width: 39.9375em) {
  .apw_slider .apw_items .apw_container .apw_content {
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.apw_slider .apw_items .apw_container .apw_content div {
  max-width: 600px;
  width: 100%;
  /* Small only */
  /* Medium only */
}
.apw_slider .apw_items .apw_container .apw_content div h1 {
  font-size: 32px;
  margin: 0 0 8px 0;
}
.apw_slider .apw_items .apw_container .apw_content div p {
  font-size: 18px;
  margin: 0 0 16px 0;
  padding-bottom: 0;
}
.apw_slider .apw_items .apw_container .apw_content div a {
  background-color: #439679;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 10px;
  display: inline-flex;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 180px;
  width: 100%;
  align-items: center;
  position: relative;
	border-radius: 6px;
}
.apw_slider .apw_items .apw_container .apw_content div a img {
  position: absolute;
  right: 70px;
  width: 15px;
  margin-left: 10px;
  transition: 300ms;
}
.apw_slider .apw_items .apw_container .apw_content div a:hover img {
  position: absolute;
  right: 15px;
  transition: 300ms;
}
@media screen and (max-width: 39.9375em) {
  .apw_slider .apw_items .apw_container .apw_content div {
    text-align: center;
  }
  .apw_slider .apw_items .apw_container .apw_content div h1 {
    font-size: 26px;
  }
  .apw_slider .apw_items .apw_container .apw_content div p {
    font-size: 14px;
  }
  .apw_slider .apw_items .apw_container .apw_content div a {
    justify-content: center;
  }
  .apw_slider .apw_items .apw_container .apw_content div a img {
    display: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .apw_slider .apw_items .apw_container .apw_content div {
    max-width: 450px;
  }
}
.apw_slider .apw_items .apw_content.even {
  display: flex;
  justify-content: right;
}
.apw_slider .apw_items .apw_gradient {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  /* Small only */
}
@media screen and (max-width: 39.9375em) {
  .apw_slider .apw_items .apw_gradient {
    background-color: rgba(0, 0, 0, 0.18);
  }
}
.apw_slider .apw_items .apw_gradient.even {
  opacity: 1;
  background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  /* Small only */
}
@media screen and (max-width: 39.9375em) {
  .apw_slider .apw_items .apw_gradient.even {
    background-color: rgba(0, 0, 0, 0.18);
  }
}
@media screen and (max-width: 39.9375em) {
  .apw_slider .apw_items .apw_desktop {
    display: none !important;
  }
  .apw_slider .apw_items .apw_mobile {
    display: block !important;
  }
}
@media screen and (min-width: 40em) {
  .apw_slider .apw_items .apw_mobile {
    display: none !important;
  }
  .apw_slider .apw_items .apw_desktop {
    display: block !important;
  }
}
.apw_slider video {
  width: 100%;
}
.apw_slider img {
  width: 100%;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    bottom: 20px !important;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}