/**handles:miq-cast**/
.vertical-align {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  width: 100%;
  max-width: 970px;
}

.orange-gradient {
  background: #e44a00;
  background: linear-gradient(0deg, #e44a00 0%, #fe6800 50%, #e44a00 100%);
  color: white;
}

.module.cast {
  height: 540px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
}

.module.cast.short {
  height: 200px;
}

.module.cast.first {
  border-top: 0;
  height: 600px;
}

.module.cast.cast--side-by-side {
  height: 1000px;
}

.module.cast .half-col {
  width: 100%;
  height: 460px;
  position: relative;
}

.module.cast .cast-left-title {
  text-align: left;
  width: 100%;
  color: white;
  font-size: 64px !important;
  line-height: 58px !important;
}

.module.cast .cast-left-title .outline {
  -webkit-text-fill-color: transparent;
  color: white !important;
  -webkit-text-stroke: 2px;
}

.module.cast .vertical-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  width: 100%;
  color: white;
  margin: auto !important;
  font-family: "Niveau Grotesk", sans-serif;
}

.module.cast .outline-title {
  -webkit-text-fill-color: transparent;
  -moz-text-stroke-color: white;
  -webkit-text-stroke-color: white;
  -moz-text-stroke-width: 2px;
  -webkit-text-stroke-width: 2px;
  font-size: 220px !important;
  font-family: "Tungsten", sans-serif;
}

.module.cast .filled-title {
  color: white;
  font-size: 24px !important;
  line-height: 28px !important;
  margin: auto !important;
  letter-spacing: 2px;
  font-family: "Niveau Grotesk", sans-serif;
}

.module.cast .cast-title-small {
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: "Niveau Grotesk", sans-serif;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}

.module.cast .cast-title-med {
  color: white;
  font-size: 20px !important;
  line-height: 30px !important;
  font-family: "Niveau Grotesk", sans-serif;
}

.module.cast .cast-title-med.cast-title-med--dark {
  color: #2B013F;
}

.module.cast .bottom-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 1;
  max-width: 100%;
  height: auto;
}

.module.cast .bottom-image img {
  max-width: 100%;
  height: auto;
}

.module.cast .cast-text {
  color: #2b0030;
  font-size: 18px;
  line-height: 22px;
  max-width: 80%;
  margin: auto;
  margin-bottom: 20px;
  -webkit-fontsmoothing: antialiased;
  font-weight: 300;
  font-family: 'NiveauGroteskLight', sans-serif;
}

.module.cast .cast-text.last-of-type {
  margin-bottom: 0;
}

.module.cast .cast-cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.module.cast .cast-cover-image.cover {
  background-size: cover;
}

@media screen and (min-width: 360px) {
  .module.cast .outline-title {
    font-size: 320px !important;
  }
}

@media screen and (min-width: 1020px) {
  .module.cast {
    max-height: 720px;
    height: 80vh;
  }
  .module.cast.short {
    height: 30vh;
  }
  .module.cast.cast--side-by-side {
    height: 640px;
  }
  .module.cast .half-col {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    height: 100%;
  }
  .module.cast .half-col:last-child {
    left: 50%;
  }
  .module.cast .half-col .filled-title {
    max-width: 500px;
  }
  .module.cast .bottom-image.right-aligned {
    left: auto;
    right: 0;
    -ms-transform: none;
        transform: none;
  }
  .module.cast .cast-left-title {
    font-size: 138px !important;
    line-height: 120px !important;
  }
  .module.cast .outline-title {
    font-size: 400px !important;
    line-height: 420px !important;
  }
  .module.cast .filled-title {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .module.cast .vertical-align {
    max-width: 1170px;
  }
  .module.cast .vertical-title.filled-title {
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
  }
  .module.cast .cast-title-small {
    font-size: 24px !important;
    line-height: 28px !important;
    max-width: 750px;
    margin-bottom: 40px;
  }
  .module.cast .cast-title-med {
    color: white;
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .module.cast .cast-text {
    max-width: 520px;
    font-size: 24px;
    line-height: 30px;
  }
}

.button-links {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 40px;
  z-index: 2;
}

.button-links .button-link {
  margin-bottom: 20px;
}

.button-links .button-link:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1020px) {
  .button-links {
    bottom: 10%;
  }
  .button-links .button-link {
    margin-bottom: 0;
    margin-right: 40px;
  }
  .button-links .button-link:last-child {
    margin-right: 0;
  }
  .button-links.hooked-to-bottom {
    bottom: 10%;
  }
}

a.button-link {
  border: 1px solid white;
  padding: 14px 20px;
  display: inline-block;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}

a.button-link:focus, a.button-link:hover {
  background: white;
  color: black;
}

a.button-link.button-link--red {
  background: #ed1c24;
  color: white;
}

a.button-link.button-link--red:focus, a.button-link.button-link--red:hover {
  background: #cc0000;
  color: white;
}

@media screen and (min-width: 1020px) {
  a.button-link {
    font-size: 24px;
    line-height: 24px;
  }
}

/*# sourceMappingURL=cast.css.map */