/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* -------------------------------------------------- Mixins */
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Video */
.wkVideo {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wkVideo__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 109.4rem;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .wkVideo__wrapper {
    padding: 0 3.5rem;
  }
}
.wkVideo__title {
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}
.wkVideo .videoWrapper {
  background: var(--white);
  box-shadow: var(--box-shadow--image);
  height: 100%;
  padding: 1rem;
  width: 100%;
}
.wkVideo__video {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wkVideo__video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.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 img {
  height: auto !important;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}
.wkVideo__pattern {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.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);
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .wkVideo__optin h2 {
    font-size: 3rem;
  }
}
.wkVideo__optin p {
  color: var(--primary--dark);
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .wkVideo__optin p {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
}
.wkVideo__optin .switch {
  display: inline-block;
  flex-shrink: 0;
  height: 3.5rem;
  margin: 0;
  position: relative;
  width: 7rem;
}
.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;
}
.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);
}

.videoPlaceholder {
  position: relative;
}
.videoPlaceholder img {
  width: 100%;
}
.videoPlaceholder p {
  color: red;
}
.videoPlaceholder .overlayText {
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.videoPlaceholder .overlayTitle {
  font-size: 24px;
}
.videoPlaceholder .overlayBody {
  font-size: 20px;
}
/*# sourceMappingURL=wkVideo.css.map */
