.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1.0s;
  -moz-animation-duration: 1.0s;
  -ms-animation-duration: 1.0s;
  animation-duration: 1.0s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0); }
  20%, 60% {
    -webkit-transform: translateY(-5px); }
  40%, 80% {
    -webkit-transform: translateY(5px); } }

@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0); }
  20%, 60% {
    -moz-transform: translateY(-10px); }
  40%, 80% {
    -moz-transform: translateY(10px); } }

@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0); }
  20%, 60% {
    -o-transform: translateY(-10px); }
  40%, 80% {
    -o-transform: translateY(10px); } }

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); }
  20%, 60% {
    transform: translateY(-10px); }
  40%, 80% {
    transform: translateY(10px); } }

@-webkit-keyframes slideFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatex(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0); } }

@-moz-keyframes slideFadeIn {
  0% {
    opacity: 0;
    -moz-transform: translatex(60px); }
  100% {
    opacity: 1;
    -moz-transform: translatex(0); } }

@-ms-keyframes slideFadeIn {
  0% {
    opacity: 0;
    -ms-transform: translatex(60px); }
  100% {
    opacity: 1.0;
    -ms-transform: translatex(0); } }

@-o-keyframes slideFadeIn {
  0% {
    opacity: 0;
    -o-transform: translatex(60px); }
  100% {
    opacity: 1.0;
    -o-transform: translatex(0); } }

@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translatex(60px); }
  100% {
    opacity: 1.0;
    transform: translatex(0); } }

.slideFadeIn {
  -webkit-animation-name: slideFadeIn;
  -moz-animation-name: slideFadeIn;
  -ms-animation-name: slideFadeIn;
  -o-animation-name: slideFadeIn;
  animation-name: slideFadeIn;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out; }

h1 {
  font-family: 'Work Sans', Sans-Serif;
  font-weight: 900;
  letter-spacing: 10px;
  font-size: 38px;
  line-height: 52px; }

h2 {
  margin-top: 40px;
  font-weight: 500;
  color: #f26968;
  font-size: 32px;
  font-family: Raleway, helvetica, arial, sans-serif; }

body {
  position: relative;
  margin: 0px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  overflow-y: scroll;
  min-width: 1024px; }

button, input[type="button"], input[type="submit"], .button {
  box-sizing: border-box;
  background-color: #F26968;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px;
  display: inline-block;
  text-decoration: none; }
  button[disabled], input[type="button"][disabled], input[type="submit"][disabled], .button[disabled] {
    opacity: 0.3; }

.emphasis {
  font-weight: bold; }

.constrained {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 980px;
  display: inline-block;
  text-align: left;
  padding: 0;
  position: relative; }
  .constrained.more {
    max-width: 800px; }

.center {
  text-align: center; }

#content {
  padding-top: 80px;
  text-align: center; }
  #content p {
    line-height: 30px;
    color: #444;
    font-size: 16px; }

.couponCode {
  padding: 10px;
  font-size: 12px; }
  .couponCode > a {
    color: #666; }
  .couponCode > .couponWrapper {
    display: none;
    max-width: 420px; }
    .couponCode > .couponWrapper > .coupon {
      margin: 10px;
      padding: 4px; }
  .couponCode.visible {
    background-color: rgba(255, 255, 255, 0.5); }
    .couponCode.visible > .couponWrapper {
      display: inline-block; }

.buyNow {
  padding: 10px 20px;
  color: #fff;
  background-color: #EE887A;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  font-family: 'Josefin Sans', 'Open Sans', Sans-Serif;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.4);
  font-size: 28px;
  border-radius: 8px;
  padding: 20px 50px;
  text-align: center;
  cursor: pointer; }
  .buyNow:hover {
    background-color: #dc7e71; }

ul > li {
  line-height: 28px; }

ul.features {
  background-color: #f2f2f2;
  padding: 20px 20px 20px 40px;
  font-weight: bold; }
  ul.features > li {
    margin: 10px; }

.grid > .row > .col {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box; }
  .grid > .row > .col.half {
    width: 49%; }
  .grid > .row > .col.third {
    width: 33%; }
  @media screen and (max-width: 800px) {
    .grid > .row > .col {
      width: 100% !important; } }

.socialDivider {
  height: 46px;
  background-color: #6cbf84;
  color: white;
  line-height: 44px;
  margin-top: -1px;
  position: relative; }

.socialIcons {
  display: inline-block;
  vertical-align: top;
  margin-left: 18px; }
  .socialIcons svg {
    vertical-align: middle; }
    .socialIcons svg > path {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      fill: #fff; }
    .socialIcons svg.fb {
      width: 24px;
      margin: -2px 0 0 0; }
    .socialIcons svg.twitter {
      width: 24px;
      margin: 0 0 0px 11px; }
    .socialIcons svg.insta {
      width: 20px;
      margin: 0 0 0 0; }
    .socialIcons svg.yt {
      width: 38px;
      margin: 0 0 0 10px; }
      .socialIcons svg.yt > polygon {
        stroke: #666; }
    .socialIcons svg:hover > path {
      fill: #f26968; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  height: 80px;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #header .logo {
    display: inline-block;
    height: 55px;
    width: 185px;
    background: url(/s/img/logo@2x.png) center no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 10px 0 5px 0; }
  #header .nav {
    float: right; }
    #header .nav .page {
      position: relative;
      display: inline-block;
      height: 60px; }
      #header .nav .page a {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        padding: 0;
        vertical-align: middle;
        line-height: 80px;
        font-family: Raleway, helvetica, arial, sans-serif;
        font-size: 15px;
        letter-spacing: 1px;
        color: #000;
        text-decoration: none;
        margin-left: 30px;
        font-weight: 600; }
        #header .nav .page a:hover {
          color: #f26968; }
          #header .nav .page a:hover[headingOnly] {
            color: #000;
            cursor: default; }
      #header .nav .page > .subNav {
        display: none;
        min-width: 100px;
        background-color: white;
        padding: 10px;
        position: absolute;
        left: 0;
        right: -30px;
        top: 90%;
        box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.2); }
        #header .nav .page > .subNav > a {
          display: block;
          margin-left: 0;
          text-align: center;
          line-height: 30px; }
      #header .nav .page.active > a {
        color: #f26968; }
      #header .nav .page:hover > .subNav {
        display: block; }

/*
  // Black theme for nav.
  &.black {
    background-color: #1f1f1f;

    .logo {
      background-image: url(/s/img/logo-white.png);

      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        background-image: url(/s/img/logo-white@2x.png);
      }
    }

    .nav > span > a.page {
      color: #fff;
      height: $headerHeight - 2;

      &.active, &:hover {
        color: $highlightColor;
        border-bottom-color: transparent;
      }
    }

    .socialIcons {
      svg {
        > path {
          fill: #eee;

        }
        &:hover > path {
          fill: $highlightColor;
        }
      }
    }
  }
*/
.signup {
  background-color: #414141;
  padding: 10px 20px 20px 20px;
  color: white;
  display: inline-block;
  margin-top: 20px; }
  .signup .text {
    line-height: 40px; }
    .signup .text > a {
      color: #fff; }
  .signup input[type="text"] {
    display: block;
    line-height: 25px;
    border: #ddd;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 5px 15px;
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    margin: 8px 0 0 0px; }
  .signup button {
    display: block;
    cursor: pointer;
    margin-top: 8px;
    width: 100%;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .signup button:hover {
      background-color: #e36949; }

#carousel {
  width: 100%;
  height: 610px;
  position: relative;
  overflow: hidden; }
  #carousel > .carousel-container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    z-index: 0;
    -webkit-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out; }
    #carousel > .carousel-container > .carousel-image {
      display: inline-block;
      height: 100%;
      width: 100%;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; }
      #carousel > .carousel-container > .carousel-image.default {
        background-image: url(/s/img/carousel/health.webp); }
  #carousel > .dots-container {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0; }
    #carousel > .dots-container > .dots {
      cursor: pointer;
      display: inline-block; }
      #carousel > .dots-container > .dots > .dot {
        display: inline-block;
        margin-left: 10px;
        width: 15px;
        height: 15px;
        border-radius: 8px;
        opacity: 0.6;
        background-color: #fff; }
        #carousel > .dots-container > .dots > .dot.active {
          opacity: 0.96; }

.banner {
  position: relative;
  display: inline-block;
  z-index: 1;
  text-align: center;
  margin-top: 80px; }
  .banner .bg {
    background-color: rgba(255, 255, 255, 0.35);
    width: 472px;
    padding: 8px;
    text-align: center; }
    .banner .bg > h1 {
      margin: 0; }
  .banner .signup {
    max-width: 250px; }

body[page="/index"] #posts {
  padding-top: 10px;
  text-align: center;
  padding-bottom: 30px; }
  body[page="/index"] #posts a {
    text-decoration: none;
    color: #444; }
    body[page="/index"] #posts a.more {
      color: #f26968; }
      body[page="/index"] #posts a.more:hover {
        text-decoration: underline; }
  body[page="/index"] #posts > .post {
    width: 320px;
    margin: 10px 25px 25px 25px;
    display: inline-block;
    vertical-align: top; }
    body[page="/index"] #posts > .post .image {
      min-height: 300px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border: 1px solid rgba(0, 0, 0, 0.5);
      position: relative; }
      body[page="/index"] #posts > .post .image > h2 {
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        margin: 0;
        font-size: 22px; }
    body[page="/index"] #posts > .post > .foot {
      margin-top: 10px;
      z-index: 1;
      position: relative; }
      body[page="/index"] #posts > .post > .foot .categories > .category {
        font-size: 12px;
        color: #999; }
        body[page="/index"] #posts > .post > .foot .categories > .category:hover {
          text-decoration: underline; }

#programs {
  color: #fff;
  background-color: #323339;
  padding: 30px 0; }
  #programs .program {
    width: 250px;
    min-height: 560px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    padding: 15px;
    margin: 25px;
    text-align: center; }
    #programs .program > .primary {
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3); }
    #programs .program > h3 {
      color: #333;
      font-size: 22px;
      margin: 2px 0 10px 0; }
    #programs .program > img {
      width: 100%; }
    #programs .program p {
      line-height: 20px;
      font-size: 15px; }
    #programs .program .bottom {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      text-align: center; }
      #programs .program .bottom > a {
        padding: 10px 20px;
        color: #fff;
        background-color: #EE887A;
        border: none;
        border-radius: 3px;
        font-size: 16px;
        cursor: pointer;
        text-decoration: none;
        margin: 10px;
        display: inline-block; }
        #programs .program .bottom > a:hover {
          background-color: #dc7e71; }

#testimonials {
  padding: 30px; }
  #testimonials > .testimonial {
    width: 250px;
    min-height: 560px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    padding: 15px;
    margin: 25px;
    text-align: center;
    width: 420px;
    min-height: 400px; }
    #testimonials > .testimonial p {
      line-height: 20px;
      font-size: 15px;
      font-weight: lighter;
      font-family: "Arial";
      font-style: italic; }
    #testimonials > .testimonial .from {
      font-weight: bold; }
  #testimonials .more {
    padding: 10px 20px;
    color: #fff;
    background-color: #EE887A;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    background-color: #6cbf84;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block; }
    #testimonials .more:hover {
      background-color: #dc7e71; }

#sidebar {
  position: absolute;
  top: 30px;
  right: 35px; }
  #sidebar > .section {
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 20px;
    width: 280px; }
    #sidebar > .section p {
      line-height: 24px;
      font-size: 14px; }
    #sidebar > .section > h2 {
      font-size: 20px;
      margin: 0 0 10px 0;
      font-family: "Open Sans", helvetica, arial, sans-serif; }
    #sidebar > .section .imgWrap {
      font-size: 0; }
    #sidebar > .section img {
      width: 300px;
      border: 4px solid #eee;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    #sidebar > .section a {
      font-size: 14px;
      color: #444; }
      #sidebar > .section a.article {
        text-decoration: none;
        margin-bottom: 12px;
        display: block; }
        #sidebar > .section a.article:hover {
          text-decoration: underline; }
        #sidebar > .section a.article.archives {
          text-decoration: underline; }
    #sidebar > .section.action {
      background-color: transparent;
      border: 1px solid #ddd;
      padding: 0;
      font-size: 0;
      width: 300px;
      cursor: pointer; }

#footer {
  position: relative;
  background-color: #323339;
  margin-top: 60px;
  padding: 40px 0 30px 0;
  text-align: center;
  color: #fff;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #footer > .cell {
    flex: 1; }
  #footer .bgImage {
    margin: 10px;
    background-size: contain;
    background-position: right 10px center;
    background-repeat: no-repeat; }
  #footer .signup {
    display: none;
    background-color: #323339;
    margin-top: 0px;
    z-index: 1; }
  #footer .socialIcons {
    z-index: 1;
    margin: 0; }
    #footer .socialIcons > a {
      line-height: 30px; }
  #footer .copyright {
    margin-top: 10px;
    background-color: #323339;
    text-align: center;
    color: #999;
    font-size: 12px; }

.waiver {
  border: 1px solid #999;
  padding: 30px; }

.waiverForm input[type="text"] {
  padding: 4px; }

/* CUSTOM PAGE AND BODY STYLES */
body[page="/press"] #content .testimonial {
  padding: 20px 20px 40px 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  min-height: 180px; }
  body[page="/press"] #content .testimonial img {
    float: left;
    width: 250px;
    display: inline-block; }
  body[page="/press"] #content .testimonial h3 {
    color: #f26968; }
  body[page="/press"] #content .testimonial > p {
    line-height: 19px;
    font-size: 14px;
    margin: 0; }
  body[page="/press"] #content .testimonial.headshot img {
    height: 200px;
    width: 200px;
    border-radius: 140px;
    margin: 10px 40px; }
  body[page="/press"] #content .testimonial.headshot p {
    margin: 10px; }
  body[page="/press"] #content .testimonial > .transformation {
    margin: 0 30px 40px 0;
    cursor: zoom-in; }
  body[page="/press"] #content .testimonial > .author {
    margin-top: 15px;
    font-weight: bold;
    font-style: italic; }

body[page="/press"] .grid {
  position: relative;
  text-align: center;
  min-height: 500px; }
  body[page="/press"] .grid .grid-item {
    width: 300px; }
    body[page="/press"] .grid .grid-item a, body[page="/press"] .grid .grid-item img {
      display: inline-block;
      width: 100%;
      height: 100%; }

body[page="/services"] .vignette, body[page="/services"] #signup, body[page="/services/order"] .vignette, body[page="/services/order"] #signup, body[page="/services/breakthrough"] .vignette, body[page="/services/breakthrough"] #signup, body[page="/services/transform"] .vignette, body[page="/services/transform"] #signup {
  display: none; }

body[page="/services"] #planTitle, body[page="/services/order"] #planTitle, body[page="/services/breakthrough"] #planTitle, body[page="/services/transform"] #planTitle {
  text-align: center; }

body[page="/services"] button, body[page="/services/order"] button, body[page="/services/breakthrough"] button, body[page="/services/transform"] button {
  padding: 10px 20px;
  color: #fff;
  background-color: #EE887A;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer; }
  body[page="/services"] button:hover, body[page="/services/order"] button:hover, body[page="/services/breakthrough"] button:hover, body[page="/services/transform"] button:hover {
    background-color: #dc7e71; }

body[page="/services"] .constrained .price, body[page="/services/order"] .constrained .price, body[page="/services/breakthrough"] .constrained .price, body[page="/services/transform"] .constrained .price {
  font-style: italic;
  color: #45a61c; }

body[page="/services"] .constrained h3, body[page="/services/order"] .constrained h3, body[page="/services/breakthrough"] .constrained h3, body[page="/services/transform"] .constrained h3 {
  font-size: 22px; }

body[page="/services"] .constrained h4, body[page="/services/order"] .constrained h4, body[page="/services/breakthrough"] .constrained h4, body[page="/services/transform"] .constrained h4 {
  font-size: 22px;
  color: #0B5394;
  margin: 10px 0 0 0; }

body[page="/services"] .constrained li, body[page="/services/order"] .constrained li, body[page="/services/breakthrough"] .constrained li, body[page="/services/transform"] .constrained li {
  line-height: 30px; }

body[page="/services"] .constrained a, body[page="/services/order"] .constrained a, body[page="/services/breakthrough"] .constrained a, body[page="/services/transform"] .constrained a {
  color: #444; }

body[page="/services"] .constrained .program, body[page="/services/order"] .constrained .program, body[page="/services/breakthrough"] .constrained .program, body[page="/services/transform"] .constrained .program {
  margin-right: 20px;
  position: relative; }
  body[page="/services"] .constrained .program > img, body[page="/services/order"] .constrained .program > img, body[page="/services/breakthrough"] .constrained .program > img, body[page="/services/transform"] .constrained .program > img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 4px solid transparent;
    border-radius: 2px;
    width: 430px;
    height: 430px; }
  body[page="/services"] .constrained .program > .learnmore, body[page="/services/order"] .constrained .program > .learnmore, body[page="/services/breakthrough"] .constrained .program > .learnmore, body[page="/services/transform"] .constrained .program > .learnmore {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 9px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: translateY(30px);
    font-weight: bold;
    font-family: Raleway, helvetica, arial, sans-serif; }
  body[page="/services"] .constrained .program:hover, body[page="/services/order"] .constrained .program:hover, body[page="/services/breakthrough"] .constrained .program:hover, body[page="/services/transform"] .constrained .program:hover {
    opacity: 1.0; }
    body[page="/services"] .constrained .program:hover > img, body[page="/services/order"] .constrained .program:hover > img, body[page="/services/breakthrough"] .constrained .program:hover > img, body[page="/services/transform"] .constrained .program:hover > img {
      border-color: #f26968; }
    body[page="/services"] .constrained .program:hover > .learnmore, body[page="/services/order"] .constrained .program:hover > .learnmore, body[page="/services/breakthrough"] .constrained .program:hover > .learnmore, body[page="/services/transform"] .constrained .program:hover > .learnmore {
      opacity: 1;
      transform: translateY(0); }

body[page="/services"] button.contact {
  padding: 10px 20px;
  color: #fff;
  background-color: #EE887A;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer; }
  body[page="/services"] button.contact:hover {
    background-color: #dc7e71; }

body[page="/services"] .constrained.more {
  max-width: 999px; }

body[page="/services/order"] .constrained .program > img {
  width: 310px;
  height: 310px; }

body[page="/services/order"] .plan {
  position: relative; }
  body[page="/services/order"] .plan button, body[page="/services/order"] .plan .floatright {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 150px; }

body[page="/almostthere"] #confirm, body[page="/thankyou"] #confirm, body[page="/chargeconfirm"] #confirm, body[page="/contactconfirm"] #confirm {
  background-image: url(/s/img/stand-jumprope@2x.jpg);
  background-position: right 80px bottom;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 500px; }
  body[page="/almostthere"] #confirm > .message, body[page="/thankyou"] #confirm > .message, body[page="/chargeconfirm"] #confirm > .message, body[page="/contactconfirm"] #confirm > .message {
    max-width: 600px; }

body[page="/almostthere"] #footer, body[page="/thankyou"] #footer, body[page="/chargeconfirm"] #footer, body[page="/contactconfirm"] #footer {
  margin-top: 0; }

body[page="/almostthere"] button, body[page="/thankyou"] button, body[page="/chargeconfirm"] button, body[page="/contactconfirm"] button {
  padding: 10px 20px;
  color: #fff;
  background-color: #EE887A;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px; }
  body[page="/almostthere"] button:hover, body[page="/thankyou"] button:hover, body[page="/chargeconfirm"] button:hover, body[page="/contactconfirm"] button:hover {
    background-color: #dc7e71; }

body[page="/almostthere"] #moreInfo, body[page="/thankyou"] #moreInfo, body[page="/chargeconfirm"] #moreInfo, body[page="/contactconfirm"] #moreInfo {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 25px;
  width: 420px; }
  body[page="/almostthere"] #moreInfo input[type="text"], body[page="/thankyou"] #moreInfo input[type="text"], body[page="/chargeconfirm"] #moreInfo input[type="text"], body[page="/contactconfirm"] #moreInfo input[type="text"] {
    width: 200px;
    padding: 8px; }
  body[page="/almostthere"] #moreInfo textarea, body[page="/thankyou"] #moreInfo textarea, body[page="/chargeconfirm"] #moreInfo textarea, body[page="/contactconfirm"] #moreInfo textarea {
    border: 1px solid #ddd;
    width: 400px; }
  body[page="/almostthere"] #moreInfo.sent, body[page="/thankyou"] #moreInfo.sent, body[page="/chargeconfirm"] #moreInfo.sent, body[page="/contactconfirm"] #moreInfo.sent {
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    margin: 0; }

body[page="/10dayjumpstart"] #content .fullBleed {
  background: url(/s/img/programs/jumpstart-bg.jpg) no-repeat left center;
  background-size: cover;
  height: 550px;
  padding-top: 1px; }
  body[page="/10dayjumpstart"] #content .fullBleed .words {
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 700px;
    display: inline-block;
    padding: 40px; }
    body[page="/10dayjumpstart"] #content .fullBleed .words h2 {
      margin-top: 0;
      font-weight: 600;
      font-size: 52px;
      color: #379a9a;
      font-family: 'Josefin Sans';
      text-transform: uppercase; }
    body[page="/10dayjumpstart"] #content .fullBleed .words p {
      font-size: 22px;
      line-height: 34px; }
    body[page="/10dayjumpstart"] #content .fullBleed .words .buyNow {
      margin-top: 30px;
      font-weight: 600; }

body[page="/10dayjumpstart"] #content .constrained {
  width: 700px; }

body[page="/10dayjumpstart"] #content .cover {
  width: 200px;
  margin-bottom: 30px; }

body[page="/10dayjumpstart"] #content .couponCode.visible {
  background-color: transparent; }

body[page="/28daychallenge"] .vignette, body[page="/28daychallenge"] #signup {
  display: none; }

body[page="/28daychallenge"] .register .regular {
  text-decoration: line-through; }

body[page="/28daychallenge"] .register .discounted {
  font-weight: bold;
  font-style: italic; }

body[page="/28daychallenge"] .register > .subtext {
  font-size: 16px; }

body[page="/28daychallenge"] .instructions-wrapper {
  text-align: center; }
  body[page="/28daychallenge"] .instructions-wrapper p {
    line-height: 26px; }
  body[page="/28daychallenge"] .instructions-wrapper .instructions {
    text-align: left;
    display: inline-block;
    max-width: 640px; }
    body[page="/28daychallenge"] .instructions-wrapper .instructions h3 {
      margin-top: 60px; }
    body[page="/28daychallenge"] .instructions-wrapper .instructions b {
      text-decoration: underline; }
    body[page="/28daychallenge"] .instructions-wrapper .instructions .alternating b {
      margin-top: 20px; }
    body[page="/28daychallenge"] .instructions-wrapper .instructions .alternating p {
      margin-top: 30px; }
    body[page="/28daychallenge"] .instructions-wrapper .instructions .even, body[page="/28daychallenge"] .instructions-wrapper .instructions .odd {
      margin: 20px;
      padding-top: 20px; }
      body[page="/28daychallenge"] .instructions-wrapper .instructions .even > img, body[page="/28daychallenge"] .instructions-wrapper .instructions .odd > img {
        width: 140px; }
    body[page="/28daychallenge"] .instructions-wrapper .instructions .even {
      float: left; }
    body[page="/28daychallenge"] .instructions-wrapper .instructions .odd {
      float: right; }

body[page="/28daychallenge"] .words {
  font-family: 'Josefin Sans', 'Open Sans', Sans-Serif;
  position: absolute;
  right: 40px;
  padding: 40px 0px;
  text-align: center;
  font-size: 24px; }
  body[page="/28daychallenge"] .words > .title {
    display: inline-block;
    width: 335px;
    height: 96px;
    border: 1px solid #444;
    background: white url(/s/img/fitnflirty/header.jpg) center no-repeat; }
  body[page="/28daychallenge"] .words > .subtitle {
    border: 1px solid #444;
    background-color: white;
    padding: 5px;
    margin: 15px; }
  body[page="/28daychallenge"] .words > .deets {
    margin: 40px;
    font-size: 32px;
    line-height: 42px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px; }
    body[page="/28daychallenge"] .words > .deets > .subtext {
      font-size: 18px;
      line-height: 18px; }
    body[page="/28daychallenge"] .words > .deets #daysLeft {
      font-size: 42px; }
    body[page="/28daychallenge"] .words > .deets #daysLeft, body[page="/28daychallenge"] .words > .deets #dayOrDays {
      font-weight: bold;
      color: #EE887A; }

body[page="/28daychallenge"] .poster {
  width: 100%; }
  body[page="/28daychallenge"] .poster > img {
    width: 100%;
    height: auto;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }

body[page="/fitnfull"] .constrained {
  width: 90%;
  max-width: 1280px; }

body[page="/fitnfull"] #header {
  display: none; }

body[page="/fitnfull"] #content {
  padding: 0; }

body[page="/fitnfull"] h3 {
  font-size: 26px; }

body[page="/fitnfull"] button, body[page="/fitnfull"] .button {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding: 16px 36px;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  margin: 16px 0;
  cursor: pointer; }
  body[page="/fitnfull"] button.digital, body[page="/fitnfull"] .button.digital {
    /*TODO: Re-enable once we update Stripe*/
    display: none;
    background-color: #f3e8dc; }
    body[page="/fitnfull"] button.digital:hover, body[page="/fitnfull"] .button.digital:hover {
      background-color: white; }
  body[page="/fitnfull"] button.hard, body[page="/fitnfull"] .button.hard {
    background-color: #f29d9f; }
    body[page="/fitnfull"] button.hard:hover, body[page="/fitnfull"] .button.hard:hover {
      background-color: #f2c5c5; }

body[page="/fitnfull"] #hero {
  background: url("/s/img/services/sandy-couch.jpg") center no-repeat;
  background-size: cover;
  padding: 180px 100px;
  color: white; }
  body[page="/fitnfull"] #hero > h1 {
    text-shadow: #4e4e4e 1px 1px 28px; }
  body[page="/fitnfull"] #hero > .icon {
    background: url("/s/img/salad-icon.png") center no-repeat;
    background-size: cover;
    height: 100px;
    width: 100px;
    box-sizing: border-box;
    display: inline-block; }
  body[page="/fitnfull"] #hero > button, body[page="/fitnfull"] #hero .button {
    color: white;
    text-transform: uppercase;
    margin: 10px;
    border: 3px solid white;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.35);
    font-weight: bold;
    padding: 15px 20px; }
    body[page="/fitnfull"] #hero > button:hover, body[page="/fitnfull"] #hero .button:hover {
      color: black;
      background-color: white; }

body[page="/fitnfull"] #cover {
  padding: 50px 0; }
  body[page="/fitnfull"] #cover .bookCover {
    width: 100%; }
  body[page="/fitnfull"] #cover .row > .col:nth-child(1) {
    padding-right: 20px; }

body[page="/fitnfull"] #tease {
  text-align: center; }
  body[page="/fitnfull"] #tease img {
    max-height: 450px;
    margin: 10px;
    width: 100%; }
  body[page="/fitnfull"] #tease .emphasis {
    font-size: 30px;
    line-height: 42px; }

body[page="/fitnfull"] #preview {
  padding: 10px 0 0 0;
  background-color: #bad2a8; }
  body[page="/fitnfull"] #preview #carousel {
    height: 700px; }
    body[page="/fitnfull"] #preview #carousel .carousel-image {
      background-size: contain; }
      body[page="/fitnfull"] #preview #carousel .carousel-image.default {
        background-image: url("/s/img/fitnfull/carousel-1.png"); }

body[page="/fitnfull"] #quotes {
  background-image: url("/s/img/fitnfull/food-splash.jpg");
  background-size: cover; }
  body[page="/fitnfull"] #quotes > .container {
    padding: 70px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7); }
    body[page="/fitnfull"] #quotes > .container > p {
      font-size: 24px;
      line-height: 40px;
      color: white; }

body[page="/fitnfull"] #close {
  background-color: #000;
  padding: 10px 40px 40px 40px; }
  body[page="/fitnfull"] #close h2 {
    color: white;
    font-weight: bolder; }

body[page="/fitnfull"] #footer {
  margin: 0; }

.no-webp #carousel > .carousel-container > .default {
  background-image: url(/s/img/carousel/health.jpg); }

.cart {
  width: 660px;
  text-align: center; }
  .cart .program {
    opacity: 0.4; }
    .cart .program > .learnmore::after {
      content: "Select!"; }
    .cart .program.selected {
      opacity: 1.0; }
      .cart .program.selected > img {
        border-color: #5fd898 !important; }
      .cart .program.selected > .learnmore {
        opacity: 1 !important;
        transform: translateY(0) !important; }
        .cart .program.selected > .learnmore::after {
          content: "Selected!"; }
  .cart h4 {
    font-size: 16px !important;
    margin-bottom: 10px !important; }
  .cart .optional {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    display: none;
    opacity: 0;
    margin-top: 20px; }
    .cart .optional.visible {
      display: block; }
    .cart .optional .addon {
      display: none; }
      .cart .optional .addon > img {
        width: 200px !important;
        height: 200px !important; }
      .cart .optional .addon.visible {
        display: inline-block; }

#cartRoot {
  position: relative; }

.checkout {
  position: absolute;
  right: 0;
  top: 54px;
  bottom: 0;
  padding: 50px;
  width: 150px;
  background-color: #f2f2f2; }
  .checkout .tableWrap {
    display: inline-block;
    text-align: left; }
    .checkout .tableWrap table td {
      padding: 5px; }
      .checkout .tableWrap table td.amount {
        font-size: 26px; }
  .checkout button {
    width: 150px;
    margin-top: 10px; }

.Contact {
  text-align: left;
  margin-top: 40px;
  background-color: #fff;
  padding: 40px;
  display: inline-block;
  max-width: 500px;
  font-size: 16px; }
  .Contact > h2 {
    margin: 0 0 20px 0;
    text-align: center; }
  .Contact p {
    margin: 16px 0; }
  .Contact input[type="text"] {
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
    width: 200px;
    border: solid 1px #ccc;
    padding: 5px 10px; }
  .Contact textarea {
    width: 100%;
    border: solid 1px #ccc;
    margin-bottom: 10px; }
  .Contact button, .Contact input[type="button"] {
    padding: 10px 20px;
    color: #fff;
    background-color: #EE887A;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    margin: 20px 15px 0 0; }
    .Contact button:hover, .Contact input[type="button"]:hover {
      background-color: #dc7e71; }
    .Contact button.cancel, .Contact input[type="button"].cancel {
      background-color: #ddd; }

#mc_embed_signup {
  display: none; }

.flex {
  display: flex; }

.optin-editor {
  border-left: 1px solid #999; }
  .optin-editor > section {
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #999; }
    .optin-editor > section:first-child > h4 {
      margin: 0; }
    .optin-editor > section:last-child {
      border-bottom: none; }
    .optin-editor > section iframe {
      width: 300px;
      height: 400px; }
    .optin-editor > section .signupContainer {
      width: 700px; }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1.0s;
  -moz-animation-duration: 1.0s;
  -ms-animation-duration: 1.0s;
  animation-duration: 1.0s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0); }
  20%, 60% {
    -webkit-transform: translateY(-5px); }
  40%, 80% {
    -webkit-transform: translateY(5px); } }

@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0); }
  20%, 60% {
    -moz-transform: translateY(-10px); }
  40%, 80% {
    -moz-transform: translateY(10px); } }

@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0); }
  20%, 60% {
    -o-transform: translateY(-10px); }
  40%, 80% {
    -o-transform: translateY(10px); } }

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); }
  20%, 60% {
    transform: translateY(-10px); }
  40%, 80% {
    transform: translateY(10px); } }

@-webkit-keyframes slideFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatex(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0); } }

@-moz-keyframes slideFadeIn {
  0% {
    opacity: 0;
    -moz-transform: translatex(60px); }
  100% {
    opacity: 1;
    -moz-transform: translatex(0); } }

@-ms-keyframes slideFadeIn {
  0% {
    opacity: 0;
    -ms-transform: translatex(60px); }
  100% {
    opacity: 1.0;
    -ms-transform: translatex(0); } }

@-o-keyframes slideFadeIn {
  0% {
    opacity: 0;
    -o-transform: translatex(60px); }
  100% {
    opacity: 1.0;
    -o-transform: translatex(0); } }

@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translatex(60px); }
  100% {
    opacity: 1.0;
    transform: translatex(0); } }

.slideFadeIn {
  -webkit-animation-name: slideFadeIn;
  -moz-animation-name: slideFadeIn;
  -ms-animation-name: slideFadeIn;
  -o-animation-name: slideFadeIn;
  animation-name: slideFadeIn;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out; }

body {
  position: relative; }

.popup {
  position: absolute;
  z-index: 2147483647;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }
  .popup > .glass {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -ms-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out; }
  .popup > .content {
    position: relative;
    display: inline-block;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    opacity: 0;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -o-transform: translateY(-80px) rotate(-5deg);
    -ms-transform: translateY(-80px) rotate(-5deg);
    -moz-transform: translateY(-80px) rotate(-5deg);
    -webkit-transform: translateY(-80px) rotate(-5deg);
    transform: translateY(-80px) rotate(-5deg); }
  .popup.visible > .glass {
    opacity: 0.6;
    cursor: pointer; }
  .popup.visible > .content {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
    -o-transform: rotate(0) translateY(0);
    -ms-transform: rotate(0) translateY(0);
    -moz-transform: rotate(0) translateY(0);
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0); }

.SignupPopover {
  background-color: #6cbf84;
  border: 8px solid #fff;
  border-radius: 4px;
  padding: 25px; }
  .SignupPopover > .cover {
    width: 224px;
    height: 290px;
    background: url(/s/img/action-slimdown.webp) no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    vertical-align: middle; }
  .SignupPopover img {
    position: absolute;
    margin-left: -42px;
    margin-top: 110px; }
  .SignupPopover > .signupForm {
    margin-left: 55px;
    width: 200px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    background-color: #323339; }
    .SignupPopover > .signupForm > p {
      color: #fff !important;
      margin: 0 0 10px 0;
      padding: 0; }
    .SignupPopover > .signupForm > input[type="text"] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      width: 200px;
      border: none;
      padding: 8px;
      font-size: 14px;
      margin-bottom: 10px; }
    .SignupPopover > .signupForm > .signupButton {
      width: 200px;
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      height: 40px;
      background: #f26968 url(/s/img/getItNow@2x.png) no-repeat center;
      background-size: 107px 27px;
      cursor: pointer; }

.no-webp .SignupPopover > .cover {
  background-image: url(/s/img/action-slimdown.jpg); }

@media screen and (max-width: 980px) {
  body {
    width: auto;
    min-width: 100%; }
    body .constrained {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0 20px; }
      body .constrained .words {
        display: inline-block;
        right: 0; }
    body #header .nav .links .page > a {
      font-size: 14px;
      margin-left: 25px; }
    body[page="/28daychallenge"] .constrained {
      text-align: center; }
      body[page="/28daychallenge"] .constrained .words {
        position: relative; }
      body[page="/28daychallenge"] .constrained .poster {
        border-top: 1px solid #ddd; }
    body[page="/index"] #posts > .post {
      width: 350px;
      margin: 10px 25px 40px 25px; } }

@media screen and (max-width: 900px) {
  body #header .nav .links .page > a {
    margin-left: 15px; } }

@media screen and (max-width: 840px) {
  body #content {
    padding-top: 0; }
  body #header {
    position: relative;
    text-align: left; }
    body #header .constrained {
      width: 100%;
      min-width: 320px;
      text-align: left; }
    body #header .nav {
      cursor: pointer;
      background: url(/s/img/menu.png) center right no-repeat;
      background-size: 70px;
      text-align: left;
      width: 80px;
      height: 80px; }
      body #header .nav > .links {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 80%;
        background-color: #fff; }
        body #header .nav > .links > .page {
          display: block;
          text-align: center;
          height: auto;
          border-bottom: 1px solid #efefef; }
          body #header .nav > .links > .page a {
            line-height: 55px;
            cursor: pointer;
            margin-left: 20px; }
            body #header .nav > .links > .page a[headingOnly] {
              text-decoration: underline; }
          body #header .nav > .links > .page > .subNav {
            display: block;
            position: relative;
            padding: 0;
            box-shadow: none; }
      body #header .nav:hover .links {
        display: block; }
  body[page="/10dayjumpstart"] #content .fullBleed .words {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    body[page="/10dayjumpstart"] #content .fullBleed .words h2 {
      font-size: 36px; }
    body[page="/10dayjumpstart"] #content .fullBleed .words p {
      font-size: 16px; }
  body[page="/10dayjumpstart"] #content .constrained {
    width: 100%;
    text-align: left; }
  body[page="/fitnfull"] #cover button, body[page="/fitnfull"] #cover .button {
    width: 100%; }
  body[page="/fitnfull"] #cover .row > .col:nth-child(1) {
    padding-right: 0; }
  body[page="/fitnfull"] #tease .emphasis {
    font-size: 24px; } }

@media screen and (max-width: 640px) {
  body #footer {
    display: block; }
    body #footer > .bgImage.optin-cover {
      height: 30vh;
      background-position: center;
      margin: -20px 0 20px 0; }
  body h1 {
    font-size: 28px; }
  body[page="/10dayjumpstart"] #content .fullBleed {
    height: auto; }
  body[page="/about"] #content .hello {
    float: none !important;
    width: 240px !important; }
  body .constrained {
    text-align: center; }
    body .constrained .banner {
      width: 100%; }
      body .constrained .banner > .bg {
        width: auto; }
  body p {
    margin: 30px 0; }
  body #programs .program {
    min-height: auto; }
    body #programs .program > h3 {
      font-size: 16px; }
    body #programs .program > p {
      margin: 0;
      font-size: 14px; }
    body #programs .program > .bottom {
      position: relative;
      bottom: 0; }
  body[page="/press"] #content .testimonial {
    padding: 10px 0; }
    body[page="/press"] #content .testimonial > .transformation {
      margin: 0; }
    body[page="/press"] #content .testimonial img {
      float: none;
      padding-bottom: 20px;
      margin: 0; }
  body[page="/almostthere"] #confirm, body[page="/thankyou"] #confirm, body[page="/chargeconfirm"] #confirm, body[page="/contactconfirm"] #confirm {
    margin-top: 20px;
    background-image: url(/s/img/stand-jumprope-crop-fade@2x.jpg);
    background-position: center bottom; }
    body[page="/almostthere"] #confirm > .message, body[page="/thankyou"] #confirm > .message, body[page="/chargeconfirm"] #confirm > .message, body[page="/contactconfirm"] #confirm > .message {
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.6); }
      body[page="/almostthere"] #confirm > .message #moreInfo, body[page="/thankyou"] #confirm > .message #moreInfo, body[page="/chargeconfirm"] #confirm > .message #moreInfo, body[page="/contactconfirm"] #confirm > .message #moreInfo {
        width: 100%;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        body[page="/almostthere"] #confirm > .message #moreInfo textarea, body[page="/thankyou"] #confirm > .message #moreInfo textarea, body[page="/chargeconfirm"] #confirm > .message #moreInfo textarea, body[page="/contactconfirm"] #confirm > .message #moreInfo textarea {
          width: 100%; }
  body .movie {
    width: 400px;
    height: 225px; } }

@media screen and (max-width: 500px) {
  body #header .nav > .links > .page {
    text-align: left; }
    body #header .nav > .links > .page > .subNav > a {
      text-align: left; }
  body .movie {
    width: 360px;
    height: 200px; }
  body .constrained .banner {
    margin-top: 20px; }
  body[page="/28daychallenge"] #header {
    position: relative; }
  body[page="/28daychallenge"] #content {
    padding-top: 0; }
  body[page="/28daychallenge"] .register {
    padding: 20px;
    font-size: 24px; }
  body[page="/28daychallenge"] .burger {
    margin-right: -20px; }
  body[page="/28daychallenge"] .words .title {
    width: 100%; }
  body[page="/28daychallenge"] .words .deets {
    margin: 30px 0; }
    body[page="/28daychallenge"] .words .deets .subtext {
      margin-top: 10px; }
  body[page="/28daychallenge"] .instructions-wrapper .instructions .even, body[page="/28daychallenge"] .instructions-wrapper .instructions .odd {
    float: none;
    text-align: center; }
    body[page="/28daychallenge"] .instructions-wrapper .instructions .even > img, body[page="/28daychallenge"] .instructions-wrapper .instructions .odd > img {
      width: 227px;
      height: 199px;
      margin: 0; }
  body[page="/index"] #posts > .post {
    width: 300px;
    margin: 10px 10px 20px 10px; }
  body #testimonials > .testimonial {
    width: 100%;
    margin: 10px 0 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    body #testimonials > .testimonial > img {
      width: 100%; } }

@media screen and (max-width: 320px) {
  body h1 {
    font-size: 18px; }
  body .constrained .banner #signup {
    width: auto; }
  body .register {
    font-size: 20px; }
    body .register .subtext {
      font-size: 14px; }
  body .movie {
    width: 250px;
    height: 140px; } }

/*
@media screen and (max-width : 500px) {
    #header{
      position: relative;
    }
    #footer {
      .bgImage {
        left: -80px;
      }
    }
    #content {
      padding-top: 0;
    }
    .register {
      padding: 20px;
      font-size: 24px;
    }
    .burger{
      margin-right: -20px;
    }
    .words {
      .title {
        width: 100%;
      }
      .deets {
        margin: 30px 0;
        .subtext {
          margin-top: 10px;
        }
      }
    }
    .instructions-wrapper {
      .instructions {
        .even, .odd {
          float: none;
          text-align: center;
          >img {
            width: 227px;
            height: 199px;
            margin: 0;
          }
        }
      }
    }
  }

  @media screen and (max-width : 320px) {
    .register {
      font-size: 20px;
      .subtext {
        font-size: 14px;
      }
    }
  }
*/
