.video-hero h1 {
  color: #fff;
  font-family: "Work Sans";
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 12px;
}
.video-hero h1:after {
  display: none;
}
.video-hero .hero-content {
  color: #fff;
  font-family: Lora, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
}
.video-hero .hero-content_container {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  max-width: 440px;
  display: inline-block;
  padding: 0 30px;
}
@media (min-width: 1440px) {
  .video-hero .hero-content_container {
    padding: 0;
    margin-left: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .video-hero .hero-content_container {
    padding: 0;
    margin-left: 75px;
  }
}
.video-hero .hero-text {
  margin-bottom: 26px;
  line-height: 32px;
}
.video-hero .btn-primary_rounded {
  border-radius: 44px;
  display: inline-block;
  padding-left: 35px;
  text-decoration: none;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: normal;
}
.video-hero .media--view-mode-hero-wide ul {
  display: none;
}
@media (max-width: 767.98px) {
  .video-hero .media--type-video {
    display: none;
  }
}
.video-hero .video-hero_btn {
  width: 52px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  position: absolute;
  right: 30px;
  bottom: 30px;
  transition: 0.25s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.video-hero .video-hero_btn:before {
  content: "";
  -webkit-mask-image: url("/themes/custom/cals_default/images/pause-icon.svg");
          mask-image: url("/themes/custom/cals_default/images/pause-icon.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 35%;
  height: 40%;
  position: absolute;
  display: block;
  background-color: #fff;
}
.video-hero .video-hero_btn:hover, .video-hero .video-hero_btn:focus, .video-hero .video-hero_btn.paused {
  background-color: #9d1818;
  border-color: #9d1818;
  color: #fff;
}
.video-hero .video-hero_btn.paused:before {
  -webkit-mask-image: url("/themes/custom/cals_default/images/play-icon.svg");
          mask-image: url("/themes/custom/cals_default/images/play-icon.svg");
  margin-left: 2px;
}
@media (max-width: 767.98px) {
  .video-hero .video-hero_btn {
    display: none;
  }
}

.arrow-links a:not([class^=btn]) {
  color: #ff0000;
}
/*# sourceMappingURL=video-hero.css.map */