.node.node-slide .text-wrapper a:hover {
  color: #fff;
}

.node-slide {
  background: none;
  position: relative;
  width: 100%;
  background: top left no-repeat;
  background-size: 100% auto;
  min-height: 150px;
}
.node-slide > div > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.node-slide .text-wrapper {
  position: absolute;
  bottom: 0px;
  padding: 0.3em 0.9em;
}
@media (min-width: 768px) {
  .node-slide {
    /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  }
  .node-slide .text-wrapper {
    bottom: 1.1em;
  }
}
@media (min-width: 992px) {
  .node-slide {
    /* Large devices (desktops, 992px and up) */
  }
  .node-slide .slide-title, .node-slide .slide-subtitle, .node-slide .slide-body {
    width: 100%;
  }
  .node-slide .slide-title h2, .node-slide .slide-title h3, .node-slide .slide-subtitle h2, .node-slide .slide-subtitle h3 {
    color: #fff;
  }
  .node-slide .text-wrapper {
    margin-left: 10px;
    max-width: 65%;
  }
  .node-slide .slide-body {
    max-width: 60%;
    top: 22.1em;
  }
  .node-slide .slide-body p {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .node-slide {
    /* Extra large devices (large desktops, 1200px and up) */
  }
}
.node-slide.node-slide-with-video .video-wrapper {
  width: 100%;
}
.node-slide.node-slide-with-video .slide-link {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .node-slide.node-slide-with-video {
    /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
  }
  .node-slide.node-slide-with-video .video-wrapper {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .node-slide.node-slide-with-video .video-wrapper.bottom-50 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .node-slide.node-slide-with-video {
    /* Large devices (desktops, 992px and up) */
  }
  .node-slide.node-slide-with-video .slide-title, .node-slide.node-slide-with-video .slide-subtitle, .node-slide.node-slide-with-video .slide-body, .node-slide.node-slide-with-video .video-wrapper {
    left: 10px;
    width: 100%;
  }
  .node-slide.node-slide-with-video .slide-title, .node-slide.node-slide-with-video .slide-subtitle, .node-slide.node-slide-with-video .slide-body {
    position: relative;
  }
  .node-slide.node-slide-with-video .slide-title h2, .node-slide.node-slide-with-video .slide-title h3, .node-slide.node-slide-with-video .slide-subtitle h2, .node-slide.node-slide-with-video .slide-subtitle h3, .node-slide.node-slide-with-video .slide-body h2, .node-slide.node-slide-with-video .slide-body h3 {
    color: #fff;
  }
  .node-slide.node-slide-with-video .slide-body {
    max-width: 60%;
  }
  .node-slide.node-slide-with-video .slide-body p {
    font-size: 1.2em;
  }
  .node-slide.node-slide-with-video .slide-title {
    margin-top: 0.7em;
  }
}
@media (min-width: 1200px) {
  .node-slide.node-slide-with-video {
    /* Extra large devices (large desktops, 1200px and up) */
  }
}

/*# sourceMappingURL=slide-hero-large.css.map */
