/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* -------------------------------------------------- Mixins */
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Iframe */
.wkIframe {
  position: relative;
  text-align: center;
}
.wkIframe iframe {
  width: 100%;
}
.wkIframe__optin {
  background: var(--primary--lite);
  height: 100%;
  left: 0;
  padding: 3rem 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .wkIframe__optin {
    padding: 4rem 0;
  }
}
.wkIframe__optin__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2rem 1rem 1rem 1rem;
  position: relative;
  top: 15%;
  z-index: 1;
}
.wkIframe__optin h2 {
  color: var(--primary--dark);
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .wkIframe__optin h2 {
    font-size: 3rem;
  }
}
.wkIframe__optin p {
  color: var(--primary--dark);
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .wkIframe__optin p {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
}
.wkIframe__optin .switch {
  display: inline-block;
  flex-shrink: 0;
  height: 3.5rem;
  margin: 0;
  position: relative;
  width: 7rem;
}
.wkIframe__optin .switch input {
  height: 0;
  opacity: 0;
  width: 0;
}
.wkIframe__optin .switch input:checked:before {
  content: "";
  left: auto;
  top: auto;
}
.wkIframe__optin .switch input:checked + .slider {
  background: var(--primary);
}
.wkIframe__optin .switch input:checked + .slider:before {
  transform: translateX(3.5rem);
}
.wkIframe__optin .switch input:focus + .slider {
  box-shadow: 0 0 0.1rem var(--primary);
}
.wkIframe__optin .slider {
  background: var(--grey--lite);
  border-radius: 2rem;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.wkIframe__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=wkIframe.css.map */
