@charset "utf-8";
/*
Theme Name: Acrobat Video
Author: Chris Nichols
Author URI: http://chris-nichols.com/
Description: Acrobatics of the Heart Video Template.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:       twentyeleven
Version:        0.1.1
*/
.screen-reader-text, .sr-only  {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
.hidden {
  display: none;
  height: 0
}
.bypass-block {
  background: #ccc;
  color: #000;
  display: block;
  font-weight: 700;
  height: 3.3333333333333335rem;
  left: -3rem;
  line-height: 3.3333333333333335rem;
  padding: 0 3rem 0 6rem;
  position: absolute;
  text-transform: uppercase;
  top: 14.666666666666666rem;
  z-index: 505;
  -moz-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -o-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -webkit-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}
.bypass-block:focus {
  outline: 3px solid rgba(255, 0, 0, 0.75);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.bypass-block:visited, .bypass-block:active {
  color: #000
}
header.header {
  z-index: 500;
  position: fixed;
  width: 100%;
  min-height: 3.33333rem;
  box-shadow: 0 0 10px #000
}
header.header li a:focus, header.header button:focus, header.header .global-menu:focus {
  outline: none !important;
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.75);
  /* check */
  box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.75)
}
header.header button {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  outline: none !important;
  z-index: 2
}
header.header ul {
  margin: 0;
  padding: 0
}
header.header ul > li {
  list-style: none;
  margin-top: 0
}
header.header .inner-header {
  display: grid
}
header.header .inner-header .role-nav-wrap {
  grid-area: info
}
header.header .inner-header .main-nav-wrap {
  grid-area: menu
}
header.header .inner-header[data-type="mobile"] {
  display: grid;
  background: #000
}
header.header .hamburger {
  /* background: #555;
	*/
  /*check*/
  border: 0;
  padding: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  height: 3.33333rem;
  text-decoration: none;
  width: 3.33333333333333rem;
  -moz-transition: margin-left 500ms;
  -o-transition: margin-left 500ms;
  -webkit-transition: margin-left 500ms;
  transition: margin-left 500ms
}
header.header .hamburger .bars {
  background: #fff;
  border-radius: 2px;
  display: block;
  left: 50%;
  height: 0.267rem;
  width: 1.5333333333333334rem;
  position: relative;
  line-height: 3.33333rem;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
header.header .hamburger .bars::before, header.header .hamburger .bars::after {
  background: #fff;
  content: "";
  height: 0.267rem;
  left: 0;
  position: absolute;
  top: -0.534rem;
  width: 1.5333333333333334rem;
  border-radius: 2px
}
header.header .hamburger .bars::after {
  top: 0.534rem
}
header.header .hamburger:hover {
  background: #000
}
header.header .hamburger:focus {
  outline: none !important;
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.75);
  box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.75)
}
header.header .hamburger:active {
  outline: none !important;
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.75);
  box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.75);
  background: #330662
}
header.header .hamburger[aria-expanded="true"] .bars {
  background-color: transparent
}
header.header .hamburger[aria-expanded="true"] .bars::before {
  transform: rotate(-45deg);
  top: 0
}
header.header .hamburger[aria-expanded="true"] .bars::after {
  transform: rotate(45deg);
  top: 0
}
.menu-text {
  display: none;
  -moz-transition: opacity 1500ms;
  -o-transition: opacity 1500ms;
  -webkit-transition: opacity 1500ms;
  transition: opacity 1500ms
}
header.header.menu-opened .hamburger .menu-text {
  opacity: 0
}
header.header .menu-mask {
  background-color: #000;
  background-color: rgba(0, 0, 0, 1);
  content: "";
  height: 100vh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 5rem;
  -o-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  width: 200vh;
  z-index: -1
}
header.header .inner-header {
  overflow-y: hidden;
  overflow-x: hidden;
  position: absolute;
  -moz-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  height: calc(100vh - 5rem);
  /* check - bottom of logout was cutoff when expanded */
  top: 5rem;
  left: -100vw;
  width: 100vw;
  -moz-transition: left 500ms ease-in-out;
  -o-transition: left 500ms ease-in-out;
  -webkit-transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out;
  grid-template-columns: 100vw;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "menu ""info ""login"
}
header.header.menu-opened .menu-mask {
  opacity: 1;
  pointer-events: auto
}
header.header.menu-opened .inner-header {
  left: 0;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none
}
header.header.menu-opened .inner-header::-webkit-scrollbar {
  display: none
}
header.header.menu-opened .hamburger {
  left: calc(100vw - 3rem);
}
header.header .hamburger {
  position: fixed;
  top: 0;
  left: 0;
  -moz-transition: left 500ms ease-in-out;
  -o-transition: left 500ms ease-in-out;
  -webkit-transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out
}
header.header .menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.8rem;
  justify-content: center;
  -moz-transition: border-color 300ms ease-in-out;
  -o-transition: border-color 300ms ease-in-out;
  -webkit-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out
}
header.header .main-navigation-menu {
  border-top: 1px solid #666;
  border-top: 1px solid rgba(255, 255, 255, 0.6)
}
.page-template-page-neutral header.header .main-navigation-menu {
  border-top: 0
}
header.header .menu-item-has-children .menu-title .super-navigation-link-title, header.header .menu-item-has-children .menu-title .main-navigation-menu-link-title {
  display: flex;
  padding: 0.2rem 1rem 0;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  height: 100%;
  line-height: 2.6rem;
}
header.header .menu-item-has-children .menu-title .super-navigation-link-title {
  font-size: 1.3rem;
  padding: 0.5rem 1rem 0.15rem 1rem
}
header.header .super-navigation button {
  padding: 0.5rem 1rem 0.4rem 1rem;
  font-size: 1.1rem
}
header.header .super-navigation button strong {
  text-transform: uppercase;
  font-weight: 700;
  display: block
}
header.header .main-navigation-menu button {
  font-size: 1.1rem;
  padding: 0.75rem 1rem 0.5rem 1rem;
  margin: auto;
  line-height: 1.2rem
}
header.header .menu-item-has-children .menu-expand {
  -moz-box-align: center;
  -ms-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* CHECK justify-content: center; */
  width: 100%;
  height: 100%;
  text-align: left;
  color: #fff;
  position: relative;
  cursor: pointer
}
header.header .main-nav-wrap .link-only .menu-title a {
  padding: 0.75rem 1rem 0.5rem 1rem;
  padding-left: 3.6rem;
  margin: auto;
  display: flex;
  text-decoration: none;
  width: 30rem;
  background-image: none;
  line-height: 1.2em;
  height: 100%
}
header.header .menu-item-has-children .menu-expand:active, header.header .menu-item-has-children .menu-expand:focus {
  outline: none !important;
  -moz-box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.75);
  -webkit-box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.75);
  /*check*/
  box-shadow: inset 0 0 0 3px rgba(255, 0, 0, 0.75)
}
header.header .menu-item-has-children .menu-expand span {
  padding-left: 0.8rem;
  margin-left: 1rem;
  border-left: #e0e0e2;
  border-left: 1px solid rgba(255, 255, 255, 0.3)
}
header.header .menu-item-has-children .menu-expand::before {
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 0 0.13333rem 0.13333rem 0;
  content: "";
  margin-bottom: 0.5rem;
  height: 0.6rem;
  width: 0.6rem;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: -moz-transform 200ms ease-in-out;
  -o-transition: -moz-transform 200ms ease-in-out;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -moz-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out, -moz-transform 200ms ease-in-out
}
header.header .menu-item-has-children .menu-contents {
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 500ms;
  -o-transition: max-height 500ms;
  -webkit-transition: max-height 500ms;
  transition: max-height 500ms
}
/* check */
header.header .menu-item-has-children .menu-contents li ul {
  margin-top: 1rem;
  border-left: 0.2rem solid #fff !important
}
header.header .menu-item-has-children .menu-contents li ul li a {
  font-weight: 500
}
header.header .menu-item-has-children .menu-contents .navigation-content {
  padding: 0;
  margin: 0
}
header.header .menu-item-has-children .menu-contents .navigation-content .subnavigation {
  padding-left: 1rem
}
header.header .menu-item-has-children.open .menu-expand::before {
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-bottom: 0
}
header.header .menu-item-has-children.open .menu-contents {
  max-height: 250rem
}
header.header .menu-item-has-children:last-child {
  border-bottom: 1px solid #999
}
header.header .main-nav-wrap {
  border-top: 1px solid #999
}
header.header .main-nav-wrap .menu-title {
  background: #333;
  border-bottom: 1px solid #555
}
header.header .main-nav-wrap .menu-item-has-children.open .menu-title {
  background: #000;
  border-bottom: 1px solid #000
}
header.header .main-nav-wrap .menu-title .main-navigation-menu-link-title {
  color: #fff;
  text-align: left
}
header.header .main-nav-wrap .menu-item-has-children.open .menu-title:hover {
  background: #000;
  border-bottom: 1px solid #000
}
header.header .main-nav-wrap .menu-title:hover {
  background-color: #e0e0e2;
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid #555
}
/* Question */
header.header .overview-title {
  display: none
}
header.header .super-navigation {
  background: #000;
  /* check */
  margin-top: 0.1rem
}
header.header .super-navigation .super-navigation-title, header.header .main-navigation-title {
  padding: 1rem 1rem 0.33333333334rem 0.666666666666667rem;
  background: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
  width: 30rem;
  margin: auto;
  text-align: left
}
header.header .main-navigation-title span {
  padding-left: 3rem
}
header.header .super-navigation .super-navigation-title {
  border-top: 1px solid #999
}
header.header .super-navigation .super-navigation-title {
  background: black;
  border-top: 0
}
header.header .super-navigation .menu-item-has-children:last-child {
  border-bottom: 0
}
header.header .super-navigation .menu-item-has-children .menu-title {
  background: #000;
  border-bottom: 1px solid #999
}
header.header .super-navigation .menu-item-has-children .menu-title {
  height: 4.2rem
}
header.header .super-navigation .menu-item-has-children .menu-title .super-navigation-link-title {
  color: #fff
}
header.header .super-navigation .menu-item-has-children .menu-title .menu-expand::before {
  border-color: transparent #fff #fff transparent
}
header.header .super-navigation .menu-item-has-children.open .menu-title, header.header .super-navigation .menu-item-has-children .menu-title:hover {
  background: #555;
  color: #fff
}
header.header .super-navigation .menu-item-has-children.open .menu-title {
  border-color: #555
}
header.header .super-navigation .menu-item-has-children .menu-title:hover .super-navigation-link-title {
  color: #fff
}
header.header .super-navigation .menu-item-has-children .menu-title:hover .menu-expand::before {
  border-color: transparent #fff #fff transparent
}
header.header .super-navigation .menu-item-has-children .menu-title:hover .menu-expand::after {
  background: #ccc;
  background: rgba(225, 225, 225, 0.7)
}
header.header .super-navigation li.menu-item-has-children:first-of-type {
  border-top: 1px solid #ccc;
  border-top: 1px solid rgba(255, 255, 255, 0.6)
}
header.header .login-access {
  padding: 1.666666666666667rem 1rem 0.666666666666667rem 1rem;
  text-align: center
}
header.header .login-access a {
  font-size: 90%;
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #e0e0e2;
  background: rgba(255, 255, 255, 0.2)
}
header.header .desktop-menu-instructions {
  display: none
}
header.header + main {
  padding-top: 5rem
}
.page-template-page-loggedout header.header + main, .page-template-page-neutral header.header + main, header.header.template-default + main {
  padding-top: 0
}
@media screen and (min-width: 720px) {
  .menu-text {
    color: white;
    left: 3.1rem;
    position: absolute;
    top: 1rem;
    display: block;
    text-align: left
  }
  header.header .hamburger {
    width: 6.25rem;
    border-bottom-right-radius: 10px
  }
  header.header .hamburger .bars {
    left: 25%
  }
  .tablet-block {
    display: block
  }
}
@media screen and (min-width: 1000px) {
  .tablet-block {
    display: inline
  }
}
@media screen and (min-width: 600px) {
  header.header .menu-mask {
    top: 3.33333rem
  }
  header.header .inner-header {
    top: 3.333333333rem
  }
  header.header .menu-item-has-children .menu-expand {
    width: 30rem;
    min-width: 30rem
  }
  header.header + main {
    padding-top: 3.33333rem
  }
  .page-template-page-loggedout header.header + main, .page-template-page-neutral header.header + main, header.header.template-default + main {
    padding-top: 0
  }
}
li.introduction div {
  max-width: 29rem;
  max-height: 16.4575rem;
  width: 90vw;
  height: 51.075vw;
  margin: 0 auto 3rem;
  padding: 0;
  display: flex;
  line-height: 1.2em
}
li.introduction div a {
  display: flex;
  margin: 0;
  justify-content: center;
  width: 100%;
  color: white;
  text-align: center
}
li.introduction div a span {
  display: flex;
  margin: auto;
  justify-content: center;
  background: #555;
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% - 1.3rem);
  padding: 1rem
}
header.header ul.in-this-section-menu, ul.super-navigation-menu ul {
  margin: 1rem 0 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
ul.super-navigation-menu ul.in-this-section-menu {
  background-color: #555;
  margin-top: 0;
  padding-top: 1rem
}
ul.in-this-section-menu li, ul.super-navigation-menu li li {
  width: 300px;
  height: 170px;
  margin: 0 1.5rem 3rem;
  padding: 0;
  display: flex;
  line-height: 1.2em
}
ul.in-this-section-menu li a, ul.super-navigation-menu ul li a {
  display: flex;
  margin: 0;
  justify-content: center;
  width: 100%;
  color: white;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.80
}
ul.super-navigation-menu ul li a {
  opacity: 1
}
ul.in-this-section-menu li a:hover, ul.super-navigation-menu ul li a:hover {
  opacity: 1
}
ul.in-this-section-menu li a span, ul.super-navigation-menu ul li a span {
  display: block;
  margin: auto;
  margin-bottom: .65rem;
  justify-content: center;
  background: #555;
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% - 1.3rem);
  padding: 1rem
}
ul.super-navigation-menu ul li a {
  color: black
}
ul.super-navigation-menu ul li a span {
  background: #ccc;
  background: rgba(255, 255, 255, 0.75);
  width: calc(100% - 1.3rem);
  margin-bottom: .65rem
}
ul.in-this-section-menu li a:hover span, ul.in-this-section-menu li a:focus span {
  background: #111;
  background: rgba(0, 0, 0, 0.9)
}
ul.super-navigation-menu ul li a:hover span, ul.super-navigation-menu ul li a:focus span {
  background: #e0e02;
  background: rgba(255, 255, 255, 0.9);
  width: calc(100% - 1.3rem)
}
.main-navigation-menu ul li.current-menu-item.current_page_item a {
  outline: 1px solid white;
  opacity: 1;
  text-decoration: none
}
.main-navigation-menu ul li.current-menu-item.current_page_item a span {
  background: #222;
  background: rgba(0, 0, 0, 0.85)
}
ul.super-navigation-menu ul li a {
  background-size: contain;
  background-repeat: no-repeat
}
li.finding-space-warm-up a {
  background: url(/thumbnails/menu/finding-safe-space-warm-up3.jpg) no-repeat;
  background-size: contain
}
li.the-body-part-warm-up a {
  background: url(/thumbnails/menu/the-body-part-warm-up.jpg) no-repeat;
  background-size: contain
}
li.tag a {
  background: url(/thumbnails/menu/tag2.jpg) no-repeat;
  background-size: contain
}
li.stream-of-consciousness-warm-up a {
  background: url(/thumbnails/menu/stream-of-consciousness-warm-up.jpg) no-repeat;
  background-size: contain
}
li.creating-your-own-warm-up a {
  background: url(/thumbnails/menu/creating-your-own-warm-up.jpg) no-repeat;
  background-size: contain
}
li.undulations a {
  background: url(/thumbnails/menu/undulations.jpg) no-repeat;
  background-size: contain
}
li.the-inchworm a {
  background: url(/thumbnails/menu/the-inchworm.jpg) no-repeat;
  background-size: contain
}
li.introducing-the-cat a {
  background: url(/thumbnails/menu/chapter-intro25.jpg) no-repeat;
  background-size: contain
}
li.the-cat a {
  background: url(/thumbnails/menu/the-cat2.jpg) no-repeat;
  background-size: contain
}
li.cat-tech a {
  background: url(/thumbnails/menu/cat-tech5.jpg) no-repeat;
  background-size: contain
}
li.thoughts-about-the-corporal-exercises a {
  background: url(/thumbnails/menu/thoughts-about-the-corporal-exercises.jpg) no-repeat;
  background-size: contain
}
li.more-corporal-exercises a {
  background: url(/thumbnails/menu/more-corporal-exercises.jpg) no-repeat;
  background-size: contain
}
li.handstands a {
  background: url(/thumbnails/menu/handstands.jpg) no-repeat;
  background-size: contain
}
li.corporal-rivers a {
  background: url(/thumbnails/menu/corporel-rivers.jpg) no-repeat;
  background-size: contain
}
li.contrapuntal-argument a {
  background: url(/thumbnails/menu/contrapuntal-argument.jpg) no-repeat;
  background-size: contain
}
li.adding-details-to-full-body-work a {
  background: url(/thumbnails/menu/adding-details-to-full-body-work.jpg) no-repeat;
  background-size: contain
}
li.tiger-leaps a {
  background: url(/thumbnails/menu/tiger-leaps.jpg) no-repeat;
  background-size: contain
}
li.plastique-isolations a {
  background: url(/thumbnails/menu/plastique-isolations29.jpg) no-repeat;
  background-size: contain
}
li.image-walks a {
  background: url(/thumbnails/menu/image-walks.jpg) no-repeat;
  background-size: contain
}
li.the-pushing-exercise a {
  background: url(/thumbnails/menu/the-pushing-exercise.jpg) no-repeat;
  background-size: contain
}
li.plastique-rivers-with-image a {
  background: url(/thumbnails/menu/plastique-rivers-with-image.jpg) no-repeat;
  background-size: contain
}
li.plastique-rivers-with-image a {
  background: url(/thumbnails/menu/plastique-isolations38.jpg) no-repeat;
  background-size: contain
}
li.the-container-and-the-kiss a {
  background: url(/thumbnails/menu/the-container-and-the-kiss.jpg) no-repeat;
  background-size: contain
}
li.gentle-presence a {
  background: url(/thumbnails/menu/gentle-presence.jpg) no-repeat;
  background-size: contain
}
li.just-stand a {
  background: url(/thumbnails/menu/just-stand.jpg) no-repeat;
  background-size: contain
}
li.four-corners a {
  background: url(/thumbnails/menu/four-corners4.jpg) no-repeat;
  background-size: contain
}
li.round-robin-rivers a {
  background: url(/thumbnails/menu/round-robin-rivers2.jpg) no-repeat;
  background-size: contain
}
li.the-body-receives a {
  background: url(/thumbnails/menu/the-body-receives.jpg) no-repeat;
  background-size: contain
}
li.introducing-voice-work a {
  background: url(/thumbnails/menu/introducing-voice-work.jpg) no-repeat;
  background-size: contain
}
li.sound-massage-and-vocal-ribbons a {
  background: url(/thumbnails/menu/sound-massage-and-vocal-ribbons.jpg) no-repeat;
  background-size: contain
}
li.a-warm-up-without-steve a {
  background: url(/thumbnails/menu/a-warm-up-without-steve3.jpg) no-repeat;
  background-size: contain
}
li.consonants a {
  background: url(/thumbnails/menu/consonants3.jpg) no-repeat;
  background-size: contain
}
li.gibberish a {
  background: url(/thumbnails/menu/gibberish.jpg) no-repeat;
  background-size: contain
}
li.i-love-you-i-hate-you a {
  background: url(/thumbnails/menu/i-love-you-i-hate-you.jpg) no-repeat;
  background-size: contain
}
li.a-warm-up-with-stepping a {
  background: url(/thumbnails/menu/a-warm-up-with-stepping.jpg) no-repeat;
  background-size: contain
}
li.text-with-vowels-and-pitch-richard-ii a {
  background: url(/thumbnails/menu/text-with-vowels-and-pitch-richard-ii.jpg) no-repeat;
  background-size: contain
}
li.text-with-consonants-the-winters-tale a {
  background: url(/thumbnails/menu/text-with-consonants-the-winters-tale3.jpg) no-repeat;
  background-size: contain
}
li.partner-cats a {
  background: url(/thumbnails/menu/partner-cats2.jpg) no-repeat;
  background-size: contain
}
li.round-robin-rivers-2 a {
  background: url(/thumbnails/menu/round-robin-rivers-2.jpg) no-repeat;
  background-size: contain
}
li.plastiques-with-dropping-in a {
  background: url(/thumbnails/menu/plastiques-with-dropping-in2.jpg) no-repeat;
  background-size: contain
}
li.crossings a {
  background: url(/thumbnails/menu/crossings3.jpg) no-repeat;
  background-size: contain
}
li.coaching-scenes a {
  background: url(/thumbnails/menu/chapter-intro24.jpg) no-repeat;
  background-size: contain
}
li.scene-1-crossings-create-blocking a {
  background: url(/thumbnails/menu/scene-1-crossings-create-blocking.jpg) no-repeat;
  background-size: contain
}
li.scene-2-the-body-the-arms-and-listening a {
  background: url(/thumbnails/menu/scene-2-the-body-the-arms-and-listening4.jpg) no-repeat;
  background-size: contain
}
li.scene-3-trusting-the-river-of-impulses a {
  background: url(/thumbnails/menu/scene-3-trusting-the-river-of-impulses.jpg) no-repeat;
  background-size: contain
}
li.scene-4-daring-to-do-it a {
  background: url(/thumbnails/menu/scene-4-daring-to-do-it.jpg) no-repeat;
  background-size: contain
}
li.scene-5-the-body-speaks a {
  background: url(/thumbnails/menu/scene-5-the-body-speaks.jpg) no-repeat;
  background-size: contain
}
li.scene-5-round-2-making-choices-and-finding-freedom a {
  background: url(/thumbnails/menu/scene-5-round-2-making-choices-and-finding-freedom3.jpg) no-repeat;
  background-size: contain
}
li.introducing-the-monologue-sessions a {
  background: url(/thumbnails/menu/introducing-the-monologue-sessions.jpg) no-repeat;
  background-size: contain
}
li.winters-tale-paulina a, li.the-winters-tale-paulina a {
  background: url(/thumbnails/menu/winters-tale-paulina.jpg) no-repeat;
  background-size: contain
}
li.macbeth a, li.macbeth-macbeth a {
  background: url(/thumbnails/menu/macbeth3.jpg) no-repeat;
  background-size: contain
}
li.romeo-and-juliet-mercutio a {
  background: url(/thumbnails/menu/romeo-and-juliet-mercutio8.jpg) no-repeat;
  background-size: contain
}
li.hamlet-1 a, li.hamlet-hamlet-1 a {
  background: url(/thumbnails/menu/hamlet-13.jpg) no-repeat;
  background-size: contain
}
li.hamlet-2 a, li.hamlet-hamlet-2 a {
  background: url(/thumbnails/menu/hamlet-22.jpg) no-repeat;
  background-size: contain
}
li.hamlet-ophelia a {
  background: url(/thumbnails/menu/hamlet-ophelia.jpg) no-repeat;
  background-size: contain
}
li.hamlet-3 a, li.hamlet-hamlet-3 a {
  background: url(/thumbnails/menu/hamlet-3.jpg) no-repeat;
  background-size: contain
}
li.the-winters-tale-leontes a {
  background: url(/thumbnails/menu/the-winters-tale-leontes3.jpg) no-repeat;
  background-size: contain
}
li.romeo-and-juliet-juliet a {
  background: url(/thumbnails/menu/romeo-and-juliet-juliet.jpg) no-repeat;
  background-size: contain
}
li.hamlet-ophelia-2 a {
  background: url(/thumbnails/menu/hamlet-ophelia-24.jpg) no-repeat;
  background-size: contain
}
li.hamlet-4 a, li.hamlet-hamlet-4 a {
  background: url(/thumbnails/menu/hamlet-4.jpg) no-repeat;
  background-size: contain
}
li.taming-of-the-shrew-kate a, li.the-taming-of-the-shrew-kate a {
  background: url(/thumbnails/menu/taming-of-the-shrew-kate.jpg) no-repeat;
  background-size: contain
}
li.monologue-commentaries-steve-and-gabrielle a {
  background: url(/thumbnails/menu/monologue-commentaries-steve-and-gabrielle2.jpg) no-repeat;
  background-size: contain
}
li.its-not-your-intention-and-other-notes-on-acting a {
  background: url(/thumbnails/menu/its-not-your-intentions-and-other-notes-on-acting4.jpg) no-repeat;
  background-size: contain
}
li.a-final-discussion-with-the-producers a {
  background: url(/thumbnails/menu/a-final-discussion-with-the-producers.jpg) no-repeat;
  background-size: contain
}
li.character-baseball a {
  background: url(/thumbnails/menu/character-baseball.jpg) no-repeat;
  background-size: contain
}
li.richard-iii-and-lady-anne-day-one a {
  background: url(/thumbnails/menu/richard-iii-and-lady-anne-day-one.jpg) no-repeat;
  background-size: contain
}
li.richard-iii-and-lady-anne-day-two a {
  background: url(/thumbnails/menu/richard-iii-and-lady-anne-day-two.jpg) no-repeat;
  background-size: contain
}
li.anton-chekhovs-the-marriage-proposal-day-one a {
  background: url(/thumbnails/menu/anton-chekhovs-the-marriage-proposal-day-one.jpg) no-repeat;
  background-size: contain
}
li.anton-chekhovs-the-marriage-proposal-day-two a {
  background: url(/thumbnails/menu/anton-chekhovs-the-marriage-proposal-day-two.jpg) no-repeat;
  background-size: contain
}
li.federico-garcia-lorcas-yerma a {
  background: url(/thumbnails/menu/federico-garcia-lorcas-yerma.jpg) no-repeat;
  background-size: contain
}
li.william-shakespeare-lady-macbeth a, li.macbeth-lady-macbeth a {
  background: url(/thumbnails/menu/william-shakespeare-lady-macbeth.jpg) no-repeat;
  background-size: contain
}
li.from-a-one-woman-play-by-the-actor a {
  background: url(/thumbnails/menu/text-from-a-one-woman-play-by-the-actress.jpg) no-repeat;
  background-size: contain
}
#menu-item-1246 li.the-winters-tale-paulina a, #menu-item-1342 li.the-winters-tale-paulina a, li.the-winters-tale-paulina-advanced a {
  background: url(/thumbnails/menu/the-winters-tale-paulina.jpg) no-repeat;
  background-size: contain
}
ul li.intro-1 a {
  background: url(/thumbnails/menu/chapter-intro15.jpg) no-repeat;
  background-size: contain
}
ul li.intro-2 a {
  background: url(/thumbnails/menu/chapter-intro1.jpg) no-repeat;
  background-size: contain
}
ul li.intro-3 a {
  background: url(/thumbnails/menu/chapter-intro5.jpg) no-repeat;
  background-size: contain
}
ul li.intro-4 a {
  background: url(/thumbnails/menu/chapter-intro4.jpg) no-repeat;
  background-size: contain
}
ul li.intro-5 a {
  background: url(/thumbnails/menu/chapter-intro8.jpg) no-repeat;
  background-size: contain
}
ul li.intro-6 a {
  background: url(/thumbnails/menu/chapter-intro15.jpg) no-repeat;
  background-size: contain
}
ul li.intro-7 a {
  background: url(/thumbnails/menu/chapter-intro9.jpg) no-repeat;
  background-size: contain
}
ul li.intro-8 a {
  background: url(/thumbnails/menu/chapter-intro10.jpg) no-repeat;
  background-size: contain
}
ul li.intro-9 a {
  background: url(/thumbnails/menu/chapter-intro16.jpg) no-repeat;
  background-size: contain
}
ul li.intro-10 a {
  background: url(/thumbnails/menu/chapter-intro13.jpg) no-repeat;
  background-size: contain
}
ul li.intro-11 a {
  background: url(/thumbnails/menu/chapter-intro14.jpg) no-repeat;
  background-size: contain
}
ul li.intro-12 a {
  background: url(/thumbnails/menu/chapter-intro2.jpg) no-repeat;
  background-size: contain
}
/* more lessons */
.lessons {
  background: #111;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.75rem 0 0;
  border-radius: 2px;
  margin-top: 3.5rem
}
.lessons ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.lessons ul li {
  list-style: none;
  margin: 0;
  padding: 0
}
.entry-content .lessons h2 {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #555;
  color: #ccc
}
.lessons.purchase-the-video h2 {
  border-bottom: 0;
  margin-bottom: 0.25rem;
  ;
  padding-bottom: 0
}
.lessons h2 a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent
}
.lessons h2 a:hover, .lessons h2 a:focus {
  color: white;
  border-color: white
}
.lessons li a, .lessons li .nolink {
  padding: 0.5rem 1rem 0.5rem 10.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  min-height: 7rem;
  color: #fff;
  opacity: 0.72
}
.lessons li a:hover, .lessons li a:focus {
  background-color: #000 !important;
  opacity: 1
}
.lessons h3, .lessons p, .lessons div {
  margin: 0 auto 0 0;
  padding: 0;
  line-height: 1em;
  font-weight: 300
}
.lessons p {
  line-height: 1.1em;
  margin-top: -0.2em
}
.lessons p.use-options {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 200;
  margin: 0 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #555;
  color: #ccc
}
.lessons p.scholarship-link {
  font-size: 1.05em;
  line-height: 1.4em;
  font-weight: 200;
  margin: 0 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 1rem;
  border-top: 1px solid #555;
  color: #ccc;
  border-bottom: 0;
}
.lessons p.use-options, .lessons.purchase-the-video h2 {
  color: white
}
.lessons h3 {
  font-weight: 500;
  margin-top: 0.55rem;
  margin-bottom: 0.55rem;
  border-bottom: 1px solid transparent;
  -moz-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -o-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -webkit-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36)
}
.lessons a:hover h3, .lessons a:focus h3 {
  border-color: white
}
.lessons ul li a, .lessons li .nolink {
  background-size: 8rem;
  background-position: 1.5rem 0.8rem;
  background-repeat: no-repeat;
  -moz-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -o-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -webkit-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36)
}
.lessons li a, .lessons li .nolink {
  width: 100%;
  position: relative;
}
.lessons.purchase-the-video ul li a {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  width: 100%;
  position: relative;
  -o-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -moz-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -webkit-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  border-bottom: 1px solid black;
  min-height: 1rem
}
.lessons.purchase-the-video ul li a .note {
  font-size: 0.9rem;
  display: block;
  margin-top: 0.25em
}
.lessons.lessons-large li a, .lessons.lessons-large li .nolink {
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat
}
/* LARGER THUMBNAILS */
li.performer a, li.performer .nolink {
  background-image: url(/thumbnails/medium/plastique-isolations41.jpg)
}
li.teacher a, li.teacher .nolink {
  background-image: url(/thumbnails/medium/handstands4.jpg)
}
li.introduction a {
  background-image: url(/thumbnails/medium/plastique-isolations50.jpg);
  background-size: contain
}
li.what-is-an-actors-warm-up a {
  background-image: url(/thumbnails/medium/the-body-part-warm-up2.jpg)
}
li.the-corporal-exercises a, li.the-corporal-exercises-les-exercices-corporels a {
  background-image: url(/thumbnails/medium/plastique-rivers-with-image2.jpg)
}
li.the-plastique-exercises a, li.the-plastique-exercises-les-exercices-plastiques a {
  background-image: url(/thumbnails/medium/plastique-isolations45.jpg)
}
li.beyond-the-physical-training a {
  background-image: url(/thumbnails/medium/plastique-isolations36.jpg)
}
li.adding-voice a {
  background-image: url(/thumbnails/medium/introducing-voice-work2.jpg)
}
li.entering-text a {
  background-image: url(/thumbnails/medium/plastiques-with-dropping-in.jpg)
}
li.scene-work a {
  background-image: url(/thumbnails/medium/scene-4-daring-to-do-it.jpg)
}
li.from-becketts-endgame a {
  background-image: url(/thumbnails/medium/scene-3-trusting-the-river-of-impulses.jpg)
}
li.shakespeare-monologue-excerpts a {
  background-image: url(/thumbnails/medium/romeo-and-juliet-juliet.jpg)
}
li.concluding-sessions a {
  background-image: url(/thumbnails/medium/plastique-isolations23.jpg)
}
li.scene-work-from-shakespeare-and-chekhov a {
  background-image: url(/thumbnails/medium/anton-chekhovs-the-marriage-proposal-day-two4.jpg)
}
li.four-monologues a {
  background-image: url(/thumbnails/medium/the-winters-tale-paulina6.jpg)
}
li.final-thoughts a {
  background-image: url(/thumbnails/medium/scene-5-round-2-making-choices-and-finding-freedom2.jpg)
}
/* check */
li.chapters1-10 .nolink {
  background-image: url(/thumbnails/medium/introducing-voice-work.jpg)
}
li.chapters11-13 .nolink {
  background-image: url(/thumbnails/medium/anton-chekhovs-the-marriage-proposal-day-two.jpg)
}
.lessons.lessons-large ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}
.lessons.lessons-large ul li {
  display: flex;
  width: 100%;
  margin: 0.5rem 1rem 1rem;
  margin-top: 1rem
}
.lessons.lessons-large ul li h3, .lessons.lessons-large ul li p {
  line-height: 1.1em
}
.lessons.lessons-large li a, .lessons.lessons-large li .nolink {
  padding: 61% 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* CHECK */
  text-decoration: none;
  height: auto;
  color: #fff;
  border: 1px solid transparent;
  opacity: 0.72
}
.audience.lessons.lessons-large li .nolink {
  opacity: 1;
  color: #ccc;
}
.lessons.lessons-large li a:hover, .lessons.lessons-large li a:focus {
  border-color: #ccc;
  opacity: 1
}
.lesson-count, .lesson-length, div.lesson-length {
  display: inline-block;
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid black;
  margin: 0.5rem 0 0;
  padding: 1em 0.95em 0.6em;
  line-height: 1em;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 33vw;
  right: 1.25rem;
  border-radius: 2px;
  -moz-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -o-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -webkit-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.3)
}
.lesson-length, div.lesson-length {
  top: 1.45rem;
  right: calc(100% - 7.5rem);
  width: 4rem;
  text-align: center
}
@media only screen and (min-width : 600px) {
  .lessons ul li a, .lessons li .nolink {
    background-position: 1.5rem center
  }
  .lessons.purchase-the-video ul li a {
    padding: 0.5rem 1rem 0.5rem 14.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    min-height: 10rem;
    color: #fff;
    background-size: 12rem;
    background-position: 1.5rem center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    -moz-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
    -o-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
    -webkit-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
    transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
    border: 0
  }
  li.individual-use a {
    background: url(/thumbnails/menu/plastique-isolations40.jpg) no-repeat;
    background-size: contain
  }
  li.group-use a {
    background: url(/thumbnails/menu/partner-cats3.jpg) no-repeat;
    background-size: contain
  }
  li.multiple-use a {
    background: url(/thumbnails/menu/handstands2.jpg) no-repeat;
    background-size: contain
  }
  .lessons p, .lessons h3 {
    padding-right: 5rem
  }
  .lessons.lessons-large h3, .lessons.lessons-large p, 
  .lessons.purchase-the-video h3, .lessons.purchase-the-video p {
    padding-right: 0
  }
  .lessons.lessons-large ul li {
    display: flex;
    width: calc(50% - 3rem);
    margin-bottom: 0.5rem;
    margin-top: 1rem
  }
  .lesson-length {
    top: 0.5rem
  }
  .lesson-count {
    top: 12vw
  }
  a:hover .lesson-count, a:focus .lesson-count {
    background: #000;
    background: rgba(0, 0, 0, 1);
    line-height: 1em;
    font-size: 0.9rem;
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.5)
  }
  a:hover .lesson-count, a:focus .lesson-count {
    top: 11.88rem;
    right: 0.9rem
  }
  .lesson-count span.number {
    font-size: 1.5rem;
    font-weight: 500;
    float: left;
    margin-right: 0.3rem;
    margin-top: 0
  }
  a:hover .lesson-count, a:focus .lesson-count {
    top: calc(12vw - 0.1rem);
    right: 0.9rem
  }
  a:hover .lesson-count span.number, a:focus .lesson-count span.number {
    margin-right: 0.35rem;
    margin-top: -0.05rem
  }
  a .lesson-length {
    border: 0;
    padding: 0.5em 0.45em 0.3em;
    line-height: 1em;
    font-size: 90%;
    top: calc(50% - 1em);
    right: 1.5rem;
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.1)
  }
  a:hover .lesson-length, a:focus .lesson-length {
    background: #000;
    background: rgba(0, 0, 0, 1);
    font-size: 93%;
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.3)
  }
  .lessons.purchase-the-video ul li a .cost {
    width: 7rem;
    text-align: center;
    position: absolute;
    left: 4.1rem;
    top: 3rem;
    font-size: 2rem;
    line-height: 1em;
    display: inline-block;
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid black;
    padding: 0.5em 0.5em 0.35em;
    font-weight: 100;
    border-radius: 2px;
    box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.3)
  }
}
@media only screen and (min-width : 1000px) {
  .lesson-count {
    top: 12rem
  }
}
/* Breadcrumbs */
.breadcrumb-wrapper {
  display: none;
  min-height: 2.5rem;
  width: 100%;
  margin-top: 0.15rem
}
.breadcrumb-wrapper .breadcrumb-inner .fbc-wrap {
  -ms-box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.breadcrumb-wrapper .breadcrumb-inner ol.fbc-items {
  padding: 0 1rem;
  margin: 0 auto;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: inherit
}
.breadcrumb-wrapper .breadcrumb-inner ol.fbc-items li {
  -ms-box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 1px;
  min-height: 2.5rem
}
.breadcrumb-wrapper .breadcrumb-inner ol.fbc-items li:last-of-type {
  margin-left: 0.75rem
}
.breadcrumb-wrapper .breadcrumb-inner ol li a {
  padding: 0.75rem
}
.breadcrumb-wrapper .breadcrumb-inner ol li a:hover, .breadcrumb-wrapper .breadcrumb-inner ol li a:active {
  color: #e0e0e2;
  color: rgba(255, 255, 255, 0.85)
}
.breadcrumb-wrapper .breadcrumb-inner ol li a:focus {
  outline: none !important;
  -moz-box-shadow: inset 0 0 0 3px red;
  -webkit-box-shadow: inset 0 0 0 3px red;
  box-shadow: inset 0 0 0 3px red
}
.breadcrumb-wrapper .breadcrumb-inner .fbc-page .fbc-wrap .fbc-items li.active span, .breadcrumb-wrapper .breadcrumb-inner .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  color: #e0e0e2
}
.breadcrumb-wrapper .fbc-page .fbc-wrap .fbc-items li a i {
	margin-right: 0
}
@media screen and (min-width: 48rem) {
  .breadcrumb-wrapper {
    display: block
  }
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1.5em;
  font-size: 1.1rem;
  font-size: 110%
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
body * {
  font-family: 'Josefin Sans', sans-serif
}
body {
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
  padding: 0;
  color: #e0e0e2;
  background-color: #000000
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em
}
h4 {
  margin-bottom: 0.5rem
}
a {
  color: white
}
article {
  font-size: 110%;
  line-height: 1.5em
}
a.button {
  display: inline-block;
  background: #fff;
  color: #5637E2;
  border: 2px solid black;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 3px;
  margin: auto;
  -webkit-box-shadow: 0 0 29px 10px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 0 29px 10px rgba(255, 255, 255, 0.7);
  -o-box-shadow: 0 0 29px 10px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 29px 10px rgba(255, 255, 255, 0.7)
}
/* Layout------------*/
@media only screen and (max-width : 600px) {
  header .site-description {
    /* display: none; */
    text-align: center;
  }
}
.synaesthetic {
  display: none
}
@media only screen and (min-width : 409px) {
  .synaesthetic {
    -moz-transition: all 2000ms ease-in-out;
    -o-transition: all 2000ms ease-in-out;
    -webkit-transition: all 2000ms ease-in-out;
    transition: all 2000ms ease-in-out;
    opacity: 1;
    display: block
  }
  .synaesthetic a {
    position: absolute;
    top: 0;
    right: 0;
    background: url(/thumbnails/synaesthetic.png);
    background-size: 2.11111111rem;
    background-repeat: no-repeat;
    background-position: center;
    height: 3.3333333rem;
    width: 3.77777rem;
    -moz-transition: right 1500ms ease-in-out;
    -o-transition: right 1500ms ease-in-out;
    -webkit-transition: right 1500ms ease-in-out;
    transition: right 1500ms ease-in-out
  }
  .synaesthetic a:hover {
    background: black url(/thumbnails/synaesthetic.png);
    background-size: 2.11111111rem;
    background-repeat: no-repeat;
    background-position: center
  }
  .synaesthetic span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
  }
  .menu-opened .synaesthetic a {
    right: -3.7777777rem;
    -moz-transition: right 500ms ease-in-out;
    -o-transition: right 500ms ease-in-out;
    -webkit-transition: right 500ms ease-in-out;
    transition: right 500ms ease-in-out
  }
  .menu-opened .synaesthetic {
    opacity: 0;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
  }
}
header .site-title-link {
  text-decoration: none;
  min-width: 75%;
  -moz-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -o-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -webkit-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  height: 5rem;
  max-width: 950px;
  margin: auto;
  display: block
}
  body.page-template-page-neutral header.header:not(.menu-opened) .site-title-link, body.page-template-page-loggedout header.header .site-title-link, header.header.template-default .site-title-link {
    margin-bottom: 1rem;
    height: unset;
    padding: 0 0.5rem;
  }
header.header {
  min-height: auto;
  color: white;
  background: url(/thumbnails/background-curtain.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
.page-template-page-loggedout header.header, .page-template-page-neutral header.header, header.header.template-default {
  position: relative
}
/* CHECK THIS */
.page-template-page-loggedout header.header.menu-opened .site-description, .page-template-page-neutral header.header.menu-opened .site-description {
  font-size: 0.1em;
  opacity: 0;
  height: 1px
}
body.page-template-page-loggedout header.header .site-title, body.page-template-page-loggedout header.header .site-subtitle, body.page-template-page-loggedout header.header .site-sub-subtitle, body.page-template-page-neutral header.header .site-title, body.page-template-page-neutral header.header .site-subtitle, body.page-template-page-neutral header.header .site-sub-subtitle, header.header.template-default .site-title, header.header.template-default .site-subtitle, header.header.template-default .site-sub-subtitle, header.header.template-default h1, header.header.template-default h2, header.header.template-default h3 {
  font-weight: 400;
  line-height: 1.2em
}
body.page-template-page-loggedout header.header .site-subtitle, body.page-template-page-neutral header.header .site-subtitle, header.header.template-default site-subtitle, header.header.template-default h2 {
  font-size: 1.2em;
  margin: 0.25em 1em 0
}
body.page-template-page-loggedout header.header .site-sub-subtitle, body.page-template-page-neutral header.header .site-sub-subtitle, header.header.template-default header.header .site-sub-subtitle, header.header.template-default h3 {
  font-size: 1em;
  margin: 0.25em 1em 0
}

.home header.header.template-default h2,
.home header.header.template-default h3 {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 820px) {
  body.page-template-page-loggedout header.header .site-subtitle, body.page-template-page-neutral header.header .site-subtitle, header.header.template-default .site-subtitle, header.header.template-default h2 {
    font-size: 1.5em;
    margin-top: 0
  }
  body.page-template-page-loggedout header.header .site-sub-subtitle, body.page-template-page-neutral header.header .site-sub-subtitle, header.header.template-default .site-sub-subtitle, header.header.template-default h3 {
    font-size: 1.17em;
    margin-top: 0
  }
  body.page-template-page-loggedout header.header {
    min-height: 310px
  }
}
header a.site-title-link:hover {
  text-decoration: none;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%)
}
header a.site-title-link:hover .site-title {
  text-decoration: underline
}
header .site-title {
  font-size: 1.36em;
  font-weight: 500;
  line-height: 1em;
  padding: 0.95rem 0.7rem 0.5rem 4.3rem;
  margin: auto 0;
  -moz-transition: padding 400ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -o-transition: padding 400ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -webkit-transition: padding 400ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  transition: padding 400ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  text-align: left
}
header.template-default .site-title {
  padding-left: 0.7rem;
  text-align: center;
}
header .site-description {
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1em;
  padding: 0;
  margin: auto;
}
header.menu-opened .site-title {
  /* CHECK */
  padding: 0.95rem 4.5rem 0.5rem 0.7rem
}
header.entry-header {
  background: transparent;
  font-size: 150%;
  line-height: 1.5em;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 300;
  color: #e0e0e2
}
header.entry-header h1 {
  font-size: 1.17em;
  margin-top: 1em; /* CHECK */
  margin-bottom: 1em;
  text-align: center;
  padding: 0 15px
}
.entry-content h2 {
  text-align: center;
  font-weight: 300
}

.home .entry-content h3, .home .entry-content .h3 {
  font-weight: 700;
  font-size: 1.17em
}
.entry-content .lead {
  text-align: center;
  font-weight: 500;
  font-size: 1.3em;
}

/* hide heading for homepage version titles */
article.post-10 header.entry-header h1, article.post-12 header.entry-header h1, article.post-14 header.entry-header h1, article.post-387 header.entry-header h1 {
  display: none
}
@media only screen and (min-width : 409px) {
  header.menu-opened .site-title, header .site-title {
    padding: 0.95rem 3.5rem 0.5rem 3.5rem;
    margin: auto;
    text-align: center
  }
  header.template-default .site-title {
	padding-left: 0.7rem;
  }
}
@media only screen and (min-width : 600px) {
  body.page-template-page-loggedout header.header .site-title-link, body.page-template-page-neutral header.header .site-title-link, header.header.template-default .site-title-link {
    flex-direction: column
  }
  body.page-template-page-neutral header.header:not(.menu-opened) .site-title-link, body.page-template-page-loggedout header.header .site-title-link, header.header.template-default .site-title-link {
    flex-direction: column;
    height: auto;
    min-height: 13.75vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 2rem;
    text-align: center
  }
  body.page-template-page-neutral.page-id-387 header.header:not(.menu-opened) .site-title-link {
    min-height: 10VW
  }
  header.menu-opened .site-title, header .site-title {
    padding: 0.95rem 3.5rem 0.5rem
  }
  header.template-default .site-title {
	padding-left: 3.5rem;
  }
  header .site-title-link {
    height: 3.23333333rem
  }
}
@media only screen and (max-width : 599px) {
  .mobile-hide {
    display: none
  }
  .mobile-break {
    display: block
  }
  header .mobile-break {
    margin-top: 0.2rem
  }
}
/* Footer */
footer {
  width: 100%;
  background: #262626;
  float: left;
  text-align: center;
  font-size: 90%;
  margin-top: 1rem;
  color: inherit
}
/* Body Copy */
main {
  background-color: #000;
}
section {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  background: black
}
.content-width, .entry-content {
  max-width: 1030px;
  margin: auto;
  clear: both;
  padding: 0 15px;
  position: relative
}
.home .entry-content, .page-id-1091 .entry-content /* landing temp */ {
  max-width: 100%;
  margin: auto;
  clear: both;
  padding: 0 0;
  position: relative
}
.entry-content {
  min-height: 75vh
}
.audience {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
}
.whole-body, .video-content {
  margin-bottom: 2rem;
  margin-top: 1.5rem
}
.whole-body {
  /* margin-top: 3rem; */
}

/* Content------------- */
.entry-content h1 {
  font-size: 1.75555555em;
  margin-top: 1em; /* CHECK */
  margin-bottom: 1em;
  text-align: center
}
.intro {
  font-size: 120%;
  line-height: 1.45em;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 300
}
.intro .highlight {
  background: #333;
  padding: 1em;
  font-size: 90%;
  line-height: 1.45em;
  margin-bottom: 2.5rem;
  margin-top: 2rem
}
.intro h4 + ul {
  margin-top: 0
}
article li {
  list-style: disc;
  margin-bottom: 0.45em
}
/* pictures */
.pic img {
  max-width: 100%;
  height: auto
}
.video-frame {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%
}
.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.two-col {
  margin: 0 -15px
}
.two-col .col {
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  color: black;
  padding-bottom: 0.5em
}
.two-col h2, .two-col h3, .two-col p {
  padding: 0 15px
}
.pic.pic-inline {
  width: 100%;
  display: flex;
  justify-content: space-between
}
.pic.pic-inline img {
  width: 31.5%
}
@media only screen and (min-width : 600px) {
  header .content-width:nth-of-type(1) {
    top: 30%;
    transform: translateY(-30%)
  }
}
@media only screen and (min-width : 768px) {
  .whole-body {
    background: #000 url(/thumbnails/background-curtain.jpg) no-repeat center;
    background-size: cover;
    padding-top: 0
  }
  .inset {
    max-width: 66%;
    background: #ccc;
    background: rgba(255, 255, 255, 0.7);
    color: black;
    padding: 1em;
    margin: 2em auto;
    clear: both
  }
  .entry-content .inset a {
    color:#4020A6
  }
  .inset .quote-block {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    margin-bottom: 0;
    margin-top: 2rem;
    padding: 0.75em 1em;
    border-radius: 15px;
  }
  .inset .quote-block .byline {
    margin-bottom: 0.75em;
  }
  .inset-invert {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    ackground: rgba(255, 255, 255, 0.4);
    color: white;
  }
  .inset + .inset-invert {
    margin-top: -1em;
  }
  .inset a {
    color: inherit;
  }
  .intro-quotes {
    max-width: 66%;
    margin: 0 auto;
  }
  .two-col h2, .two-col h3, .two-col p {
    padding-left: 0;
    padding-right: 0
  }
  .two-col {
    display: flex;
    margin: 0 auto
  }
  .two-col .col {
    margin-top: 1vw;
    margin-bottom: 5vw;
    width: 47.5%;
    float: left;
    padding: 1.5%
  }
  .two-col .col:nth-of-type(odd) {
    margin-right: 5%
  }
  .two-col .col h2 {
    text-align: center
  }
  .two-col .col .pic img {
    max-width: 106.66666666666666667%;
    margin: -3.33333333333333333% -3.33333333333333333% 0 -3.33333333333333333%
  }
  .form .pic, .whole-body .pic {
    position: absolute;
    height: 100%
  }
  .pic.pic-inline {
    max-width: 25%;
    float: right;
    margin: 0 0 0 2em;
    flex-direction: column
  }
  .pic.pic-inline img {
    margin-bottom: 0;
    width: 100%;
    height: auto
  }
}
@media only screen and (min-width : 600px) {
  ul.three-col {
    float: left;
    margin: 0;
    padding-left: 1.1em;
    width: 100%
  }
  ul.three-col li {
    float: left;
    width: 50%;
    padding-right: 2%
  }
}
@media only screen and (min-width : 768px) {
  ul.three-col {
    float: left;
    margin: 0;
    padding-left: 1.1em
  }
  ul.three-col li {
    float: left;
    width: 33.33333333%;
    padding-right: 2%
  }
}
#mc_embed_signup_scroll input {
  width: 300px;
  padding: 0.5em
}
#mc_embed_signup_scroll input[type=submit] {
  background: #fff;
  margin: 0;
  background-color: red;
  color: white;
  padding: 0.6em 0.3em 0.4em;
  cursor: pointer;
  line-height: 1.2em;
  font-size: 1.1em;
  font-weight: 500;
  font-family: 'Josefin Sans', sans-serif;
  border-radius: 4px;
  border: 2px solid red
}
#mc_embed_signup_scroll input[type=submit]:hover {
  background: black
}

header {
  height: auto;
  min-height: 0;
  background: #555;
  background-size: cover
}
header .content-width:nth-of-type(1) {
  top: 0;
  transform: translateY(0);
  padding-top: 25px;
  padding-bottom: 25px
}
.download {
  text-align: right;
  padding: 0.5rem 0 0 0;
  font-size: 0.7rem;
  line-height: 1em;
  margin-top: 1em;
  display: none
}
.download a {
  padding: 0.75em;
  border-radius: 2px;
  background: #111;
  background: rgba(255, 255, 255, 0.1);
  color: #ccc
}
.download a:hover {
  color: white;
  background: #000;
  background: rgba(255, 255, 255, 0)
}
/* membership settings/* temp account home */
.mepr-home, .mepr-subscriptions, .mepr-payments, .mepr-courses {
  display: none
}
.p-LinkAutofillPromptButton svg, .p-LinkAutofillPromptButton span {color: white; fill: #ccc}
.mepr_price {
	font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    color: yellow;
    opacity: 0.9;
    margin-top: 2rem;
}
body .mp_wrapper .mepr_price .mepr_price_cell_label {
  display: none !important
}
input[type=text] {
  border: 1px solid black
}
input[type=text]:hover, input[type=text]:focus {
  border: 1px solid red
}
input[type=submit] {
  padding: 0.86em 1.5em 0.75em 1.5em;
  font-size: 1.2rem;
  background: #3F1EB6;
  border: 2px solid #3F1EB6;
  color: white;
  border-radius: 2px;
  cursor: pointer
}
input[type=submit]:hover, input[type=submit]:focus {
  background: #1D0E53;
  border-color: white
}
.mp_wrapper.mp_login_form {
  max-width: 40rem;
  margin: auto
}
.mp_wrapper .mp-form-label {
  margin-top: 2rem
}
.mepr_updated *, .mepr_updated, .mepr_error *, .mepr_error {
  color: black
}
.mp_wrapper .mepr_error {
  padding: 1em !important
}
ul.credits {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px
}
#bottom-nav {
  background: #555;
  background: rgba(0, 0, 0, 0.5)
}
#bottom-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: auto;
  justify-content: center;
}
#bottom-nav ul li {
  margin: 0;
  padding: 0
}
#bottom-nav ul li a {
  padding: 0.6em 1.7em;
  display: block;
  font-size: 1rem;
  margin: 1em 0.5em;
  background: black;
  border-radius: 3px;
  border: 1px solid black
}
#bottom-nav ul li a:hover {
  background: #ccc;
  background: rgba(255, 255, 255, 0.7);
  color: black
}
.menu-logged-out-menu-container, .menu-logged-out-menu-container ul {
  -moz-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -o-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -webkit-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36)
}
.menu-logged-out-menu-container.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.76) 66%, rgba(0, 0, 0, 0) 100%);
  padding-bottom: 15px;
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: auto;
  clear: both;
  padding: 0;
  /* width: 100%;
	*/
}
header.header .user-navigation .menu-logged-out-menu-container.sticky ul {
  padding: 1rem 0 2rem 0
}
.user-navigation ul, .user-navigation li {
  margin: 0;
  padding: 0;
  list-style: none
}
header.header .user-navigation ul {
  display: flex;
  margin: 0;
  justify-content: space-around;
  padding: 0.5rem 0 1rem 0;
}
header.header .user-navigation li {
  width: auto;
  margin: 0 auto;
  text-align: center
}
header.header .user-navigation li:first-of-type {
  margin-left: 0
}
header.header .user-navigation li:last-of-type {
  margin-right: 0
}
.user-navigation a {
  display: inline-block;
  margin: 0;
  padding: 0.5em 0.75em;
  background: #f00;
  background: rgba(255, 0, 0, 0.65);
  color: white;
  border-radius: 3px;
  box-shadow: 0 0 2rem 1rem #4826BB;
  border: 1px solid black;
  font-size: 0.9rem;
  -moz-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -o-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -webkit-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36)
}
.user-navigation a:hover, .user-navigation a:focus {
  background: black;
  box-shadow: 0 0 3rem 1.5rem #4826BB
}
body.logged-in #menu-logged-out-menu li.menu-item.purchase-the-video, body.logged-in #menu-logged-out-menu li.menu-item.request-information {
  display: none
}
body:not(.logged-in) #menu-logged-out-menu li.menu-item.welcome-back, body:not(.logged-in) #menu-logged-out-menu li.menu-item.contact-us {
  display: none
}
/* Login Screen */
body.page-id-953 header .user-navigation {
  display: none
}
body.page-id-953 header.header {
  min-height: auto
}
body.logged-in header.header .login-access a.login {
  display: none
}
body:not(.logged-in) header.header .login-access a.logout {
  display: none
}
@media screen and (min-width: 640px) {
  header.header .user-navigation ul {
    display: flex;
    margin: 0;
    justify-content: space-around;
    padding: 0 0 2.5rem 0
  }
  header.header .user-navigation li {
    width: 33%
  }
  header.header .user-navigation li:first-of-type {
    margin-left: auto
  }
  header.header .user-navigation li:last-of-type {
    margin-right: auto
  }
  .user-navigation a {
    padding: 0.5em 1.5em;
    font-size: 1.1rem;
    min-width: 12rem;
  }
  #bottom-nav ul {
    flex-wrap: nowrap;
  }
}
/* Welcome Back */
.entry-content .intro.welcome-back {
  max-width: 1030px;
  margin: auto;
  padding: 0 15px
}
.intro div.intro-lesson, .intro div.intro-select-version, .intro div.intro-chapters {
  margin-bottom: 3.5rem;
  font-size: 110%
}
div.intro-lesson {
  border-radius: 2px
}
div.intro-lesson a {
  text-align: center;
  display: flex;
  border: 1px solid transparent;
  -moz-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -o-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  -webkit-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1.36);
  padding: 1rem;
  text-decoration: none
}
div.intro-lesson a:hover, div.intro-lesson a:focus {
  background-color: black;
  border-color: white
}
div.intro-lesson a strong {
  text-decoration: underline;
  font-weight: 700;
  display: block
}
div.intro-lesson a span {
  display: block;
  margin: auto
}
@media screen and (min-width: 1000px) {
  div.intro-lesson a {
    height: 9.8em;
    background-image: url(/thumbnails/medium/plastique-isolations50-play-symbol.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    padding-right: calc(50%);
    padding-left: 1rem
  }
  div.intro-lesson a span {
    margin: auto 0
  }
}
.intro-select-version .lessons a strong {
  text-decoration: underline
}
.intro-select-version .lessons, .intro-chapters .lessons {
  padding: 0.5rem 0 0;
  border-radius: 2px;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  font-size: 85%
}
.intro-chapters .lessons {
  background: #111;
  background: rgba(255, 255, 255, 0.05)
}
.intro-overview.whole-body {
  padding: 1rem
}
.intro-overview.whole-body .inset {
  font-size: 120%;
  max-width: 100%;
  background: #e0e0e2;
  background: rgba(255, 255, 255, 0.7);
  color: black;
  padding: 1em
}
.intro-overview.whole-body .inset a {
  font-weight: bold;
  color: inherit
}
.intro-overview.whole-body .inset p {
  margin-top: 0
}
.intro-overview.whole-body .inset p:last-of-type {
  margin-bottom: 0
}
.intro-overview.whole-body .highlight {
  text-align: center
}
/* WPFORMS */
div.wpforms-container-full .wpforms-form {
  margin: auto
}
.wpforms-form {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  margin-bottom: 0.25rem
}
div.wpforms-container-full .wpforms-form button {
  display: flex;
  margin: auto;
  align-items: center
}
body div.wpforms-container-full .wpforms-confirmation-container-full, body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent;
  border: 0;
  color: white;
  font-weight: 300;
  font-size: 120%;
  padding: 0;
  text-align: center
}
body div.wpforms-container-full .wpforms-form .wpforms-description {
  font-size: 120%;
  line-height: 1.5em
}
/* payment forms */
.post-1684 header.entry-header h1, .post-1685 header.entry-header h1, .post-1686 header.entry-header h1,
.page-id-1735  header.entry-header h1 {
  display: none
}
.mepr-stripe-form-placeholder p {
  color: #555
}
.memberpressproduct-template-default .user-navigation,
.parent-pageid-1573 .user-navigation {
  display: none
}
.mepr-signup-form.mepr-form {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto
}
.mp-form-label {
  font-weight: 700
}
.mepr-signup-form.mepr-form input, .mepr-signup-form.mepr-form select {
  border-radius: 3px
}
.mp_wrapper .mp-form-row.mepr_mepr-address-zip, .mp_wrapper .mp-form-row.mepr_password_confirm {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #555;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}
.mepr-signup-form.mepr-form input:focus, .mepr-signup-form.mepr-form select:focus {
  border: 1px solid #4826BB
}
.mepr-stripe-gateway-description {
  display: none
}
.mp_wrapper .cc-error, .mp_wrapper .mepr-validation-error {
  float: right
}
.mp-form-submit {
  text-align: center
}
.mp-form-submit input {
  margin-bottom: 1rem
}

/* temp Early Bird discount */
del {
  color: #4826BB;
  font-weight: 400
}
.discount {
  background: #4826BB;
  padding: 0.2rem 0.4rem;
  border-top: 0.2rem solid #4826BB;
  border-radius: 2px;
}

div.wpforms-container-full .total *, div.wpforms-container-full .total .wpforms-field-label,
div.wpforms-container-full .wpforms-field-payment-total.total .wpforms-payment-total { text-align: center; font-size: 1.3rem; line-height: 1em; font-weight: 100}
div.wpforms-container-full .highlight,
div.wpforms-container-full .wpforms-field-address,
div.wpforms-container-full .wpforms-field-phone,
div.wpforms-container-full .wpforms-field-stripe-credit-card,
div.wpforms-container-full .total,
div.wpforms-container-full .form-section { border-bottom: 1px solid #777; margin-bottom: 1rem; padding-bottom: 1.75rem}

.tall-form textarea {height: auto; min-height: 250px;}

/* 404 Search box */
.search form {
  display: flex;
  padding: 0;
  max-width: 600px;
  margin: auto
}
.search form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0)
}
.search input {
  flex-grow: 1
}
.search input[type=text] {
  font-size: 1rem;
  padding: 1rem;
  margin-right: 1rem;
  width: 66%;
  flex-grow: 1
}

/* updated landing page */
.quote {
  margin: 0 0.5rem 0 0;
  padding-left: 1.75rem;
  padding-top: 0.5rem;
  position: relative;
  font-weight: 100;
  line-height: 1.15;
  color: #C9C0ED;
  font-size: 1.45rem;
}
.quote-open {font-family: times, serif; position: absolute; margin-left: -1.75rem; margin-top: -0.95rem; font-size: 250%}
.quote-close {font-family: times, serif; font-size: 130%; position: absolute; margin-top: -0.1em; margin-left: 0.1em}

.byline {
  margin-bottom: 1.5rem;
  margin-left: calc(1.75rem + 3px + 1em);
  margin-top: 0.5rem;
  font-size: 0.75rem; 
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #BBB0E8;
  opacity: 0.75
}
.quotes-more {
  text-align: center;
}
.quotes-more a {
  background: rgba(255,255,255,0.1);
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 2px;
  color: #BBB0E8;
}
.byline:before {content: "\2014"; position: relative; left: -0.75em; margin-right: -0.75em }

.intro-quotes {
}
.home .intro {font-size: 1.75rem}





/* NEW */
.heading {
  border-top: 2px solid transparent;
  border-image: linear-gradient(0.25turn, rgba(72,38,187,0), rgba(72,38,187), rgba(72,38,187,0));
  border-image-slice: 1;
  width:100%;
  padding-top: 1rem
}

.bio {
  width: 33%;
  max-width: 150px;
  border-radius: 50%;
  float: right;
  margin: 0 0 1rem 1rem
}

.home .entry-content h1 {
	margin-bottom: 0;
}
.home .lead {
	padding: 1.2rem; 
	background: #333; 
	font-weight: 100
}
.home .lead a {
	color: #f00; 
	font-weight: 500;
}
.home header.entry-header h1 {display: none;}


.home .entry-content h2,
.home .lessons h3 {
  font-weight: 700
}

.home .lessons h3 {
  font-weight: 600
}

@media screen and (min-width: 720px) {
  .home .entry-content {padding-top: 2.5rem;}
  
  .intro-quotes {
  	margin-bottom: 1rem;
  }
  .intro-quotes .quote-block {
  	padding-right: calc(40% + 2rem) !important;
  }
  .quote-block[class*=quote-picture] {
      min-height: 9em;
      display:flex;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 2.5rem;
  }
  [class*=quote-picture]:nth-of-type(odd) {
      background-repeat: no-repeat;
      background-size: 30%;
      background-position: top right;
      padding-right: calc(30% + 2rem);
    }
  [class*=quote-picture]:nth-of-type(even) {
      background-repeat: no-repeat;
      background-size: 30%;
      background-position: top left;
      padding-left: calc(30% + 2rem);
    }
  .quote-block.quote-picture0 {
      background-image: url(/thumbnails/color/trailer-sonod-sm.jpg);
      background-size: 40%;
  }
  .quote-block.quote-picture1 {
      background-image: url(/thumbnails/color/plastique-isolations40.jpg);
  }
  .quote-block.quote-picture2 {
      background-image: url(/thumbnails/color/anton-chekhovs-the-marriage-proposal-day-two.jpg);
  }
  .quote-block.quote-picture3 {
      background-image: url(/thumbnails/color/romeo-and-juliet-juliet.jpg);
      background-position-y: center
  }
  .quote-block.quote-picture4 {
      background-image: url(/thumbnails/color/text-with-consonants-the-winters-tale3.jpg);
  }
  .quote-block.quote-picture-extra1 {
      background-image: url(/thumbnails/color/cat-tech2.jpg);
  }
  .quote-block.quote-picture-extra2 {
      background-image: url(/thumbnails/color/creating-your-own-warm-up5.jpg);
  }
  .quote-block.quote-picture-extra3 {
      background-image: url(/thumbnails/color/tiger-leaps3.jpg);
  }
  .quote-block.quote-picture-extra4 {
      background-image: url(/thumbnails/color/plastique-isolations9.jpg);
  }
  .quote-block.quote-picture-extra5 {
      background-image: url(/thumbnails/color/introducing-voice-work2.jpg);
  }
  .quote-block.quote-picture-extra6 {
      background-image: url(/thumbnails/color/plastique-isolations30.jpg);
  }
  .quote-block.quote-picture-extra7 {
      background-image: url(/thumbnails/color/plastique-isolations38.jpg);
  }
  .quote-block.quote-picture-extra8 {
      background-image: url(/thumbnails/color/round-robin-rivers5.jpg);
  }
  .quote-block.quote-picture-extra9 {
      background-image: url(/thumbnails/color/hamlet-ophelia.jpg);
  }
  .quote-block.quote-picture-extra10 {
      background-image: url(/thumbnails/color/crossings3.jpg);
  }
}

/* sample lessons */
.page-id-2203 header.entry-header h1 {
    padding-top: 2rem;
}
.sample-thumbs {display: flex; list-style-type: none; margin: 0; padding: 0; justify-content: space-between; flex-wrap: wrap}
.sample-thumbs li {list-style-type: none; margin: 0 0 1rem 0; padding: 0; width: 48.5%; display: flex; flex-direction: column; }
.sample-thumbs li a {display: flex; color: black;height: 100%; text-align: center; padding: 38% 3% 3%; align-content: flex-end; border-radius: 2px; font-size: 90%; line-height: 1}
.sample-thumbs li a span {margin: auto auto ; display: block; text-align: center;
    justify-content: center;
    background: #555;
    background: rgba(255, 255, 255, 0.75);
    width: calc(100% - .3rem);
    padding: 1rem;
}
@media screen and (min-width: 720px) {
  .sample-thumbs li {width: 22.5%;}  
}
.sample-thumbs li a.thumb-warm-up {
  background: url(/thumbnails/menu/a-warm-up-without-steve.jpg) no-repeat;
    background-size: cover;
}
.sample-thumbs li a.thumb-corporal {
  background: url(/thumbnails/menu/chapter-intro25.jpg) no-repeat;
    background-size: cover;
}
.sample-thumbs li a.thumb-more-corporal {
  background: url(/thumbnails/menu/more-corporal-exercises.jpg) no-repeat;
    background-size: cover;
}
.sample-thumbs li a.thumb-shakespeare {
  background: url(/thumbnails/menu/winters-tale-paulina.jpg) no-repeat;
    background-size: cover;
}

.sample {
  background: #333;
  padding: 1em 1em 0;
  line-height: 1.45em;
  margin-bottom: 6.25rem;
  margin-top: 2rem
}
.entry-content .sample h2 {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0.4em;
}
.entry-content .sample h3 {
  text-align: center;
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0.5em;
  color:#9B9B9B;
}
.entry-content .sample h3 .chapter-title {
  font-weight: 700;
  text-transform: uppercase;
}
.sample .intro {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sample p {
  margin: 0;
}
.sample .intro p {
  margin-bottom: 0.6em;
  line-height: 1.3;
  font-size: 105%;
}
