/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Video */
.wkVideo {
  margin: 3.75rem auto;
  padding: 0 1.5rem;
}
@media (min-width: 576px) {
  .wkVideo {
    padding: 0 2.5rem;
  }
}
@media (min-width: 768px) {
  .wkVideo {
    margin: 4.5rem auto;
  }
}
@media (min-width: 1024px) {
  .wkVideo {
    margin: 7.5rem auto;
  }
}
.wkVideo__wrapper {
  margin: 3rem auto 0 auto;
  max-width: 128rem;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .wkVideo__wrapper {
    margin: 5rem auto 0 auto;
  }
}
@media (min-width: 1366px) {
  .wkVideo__wrapper {
    margin: 8rem auto 0 auto;
  }
}
.wkVideo .heading {
  margin: 0 auto 1rem;
  max-width: 128rem;
  padding: 0 1.5rem;
}
@media (min-width: 576px) {
  .wkVideo .heading {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1366px) {
  .wkVideo .heading {
    padding: 0;
  }
}
.wkVideo__video {
  display: block;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wkVideo__video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.wkVideo__video .vjs-big-play-button {
  color: var(--white) !important;
}
.wkVideo img,
.wkVideo iframe,
.wkVideo .video-js {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wkVideo a {
  float: left;
  height: 100%;
  width: 100%;
}
.wkVideo .overlayText {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  padding: 4rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.wkVideo .overlayTitle {
  color: var(--white);
  font-size: var(--font-size--xxxlarge);
}
.wkVideo .overlayBody {
  color: var(--white);
  font-size: var(--font-size--large);
}
.wkVideo__optin {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.wkVideo__optin__container {
  align-items: center;
  background: var(--primary--lite);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 2rem 1rem 1rem 1rem;
  z-index: 1;
}
.wkVideo__optin h2 {
  color: var(--primary--dark);
  margin-bottom: 1rem;
  text-align: center;
}
.wkVideo__optin h2 {
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .wkVideo__optin h2 {
    font-size: calc(1rem + 1 * ((100vw - 32rem) / 96));
  }
}
@media screen and (min-width: 1280px) {
  .wkVideo__optin h2 {
    font-size: 2rem;
  }
}
@media (min-width: 576px) {
  .wkVideo__optin h2 {
    max-width: 90%;
  }
}
.wkVideo__optin p {
  color: var(--primary--dark);
  text-align: center;
}
.wkVideo__optin p {
  font-size: 1rem;
}
@media screen and (min-width: 320px) {
  .wkVideo__optin p {
    font-size: calc(1rem + 0.7 * ((100vw - 32rem) / 96));
  }
}
@media screen and (min-width: 1280px) {
  .wkVideo__optin p {
    font-size: 1.7rem;
  }
}
@media (min-width: 576px) {
  .wkVideo__optin p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .wkVideo__optin p {
    margin-bottom: 3rem;
  }
}
@media (min-width: 576px) {
  .wkVideo__optin p:last-of-type {
    margin: 2rem 0 0 0;
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .wkVideo__optin p:last-of-type {
    margin: 3rem 0 0 0;
  }
}
.wkVideo__optin p:last-of-type a {
  display: inline-block;
  float: none;
  height: auto;
  width: auto;
}
.wkVideo__optin .switch {
  display: inline-block;
  flex-shrink: 0;
  height: 3.5rem;
  margin: 0;
  position: relative;
  transform: scale(0.7);
  width: 7rem;
}
@media (min-width: 576px) {
  .wkVideo__optin .switch {
    transform: scale(1);
  }
}
.wkVideo__optin .switch input {
  height: 0;
  opacity: 0;
  width: 0;
}
.wkVideo__optin .switch input:checked:before {
  content: "";
  left: auto;
  top: auto;
}
.wkVideo__optin .switch input:checked + .slider {
  background: var(--primary);
}
.wkVideo__optin .switch input:checked + .slider:before {
  transform: translateX(3.5rem);
}
.wkVideo__optin .switch input:focus + .slider {
  box-shadow: 0 0 0.1rem var(--primary);
}
.wkVideo__optin .slider {
  background: var(--grey--lite);
  border-radius: 2rem;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.wkVideo__optin .slider:before {
  background: var(--white);
  border-radius: 50%;
  bottom: 0.2rem;
  content: "";
  height: 3.1rem;
  left: 0.2rem;
  position: absolute;
  transition: 0.4s;
  width: 3.1rem;
}
/*# sourceMappingURL=wkVideo.css.map */
