@charset "UTF-8";
/* ==========================================================================
Author's custom styles
========================================================================== */
/*
* Background images
*/

/*.bg-vegetarian {
    background-image: url("http://d9hhrg4mnvzow.cloudfront.net/www1.zenfoods.com/vegetarian/vegy-bgrd-img.original.jpg");
}


.bg-juicecleanse {
    background-image: url("http://d9hhrg4mnvzow.cloudfront.net/www1.zenfoods.com/juice-cleanse/juice-cleanse-2-bg.original.jpg");
}


.bg-healthylifestyle {
    background-image: url("http://d9hhrg4mnvzow.cloudfront.net/www1.zenfoods.com/healthy-lifestyle/healthy-bgrd.original.jpg");
}


.bg-beigetile {
    background-image: url("http://d9hhrg4mnvzow.cloudfront.net/www1.zenfoods.com/family-dinner/rpt-bg.original.jpg");
}


.bg-mustard-diamondthatch {
    background-image: url("http://d9hhrg4mnvzow.cloudfront.net/www1.zenfoods.com/bgrd-2.original.jpg");
}


.bg-familydinner {
    background-image: url("http://d9hhrg4mnvzow.cloudfront.net/www1.zenfoods.com/family-dinner/desert-faded.original.jpg");
    background-size: fit;
}

.bg-plans {
    background-image: url("../img/plans-bg.jpg");
    background-size: fit;
}


.bg-news {
    background-image: url("../img/in-the-news-bg.jpg");
    background-size: fit;
}*/

/*
* Base elements
*/
/* line 50, ../../app/scss/_base.scss */
body {
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.39;
    color: #222;
}
/* line 58, ../../app/scss/_base.scss */
body a {
    opacity: .85;
    transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
}
/* line 66, ../../app/scss/_base.scss */
body a:hover, body a:active, body a:focus {
    opacity: 1;
    text-decoration: none;
}

/* line 75, ../../app/scss/_base.scss */
h1, h2, h3 {
    font-family: 'Lobster Two', cursive;
    font-weight: bold;
    font-style: italic;
}

/* line 81, ../../app/scss/_base.scss */
section {
    padding-bottom: 40px;
}

/*
* Indicators
*/
/* line 95, ../../app/scss/_base.scss */
hr.downward-indicator {
    margin-top: 0px;
    border-width: 0px;
    border-bottom: 8px solid;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

/* line 104, ../../app/scss/_base.scss */
hr.downward-indicator:after {
    width: 0;
    height: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-left: 40px solid transparent !important;
    border-right: 40px solid transparent !important;
    border-top: 40px solid;
    border-bottom: 0 solid transparent !important;
    position: relative;
}

/* line 117, ../../app/scss/_base.scss */
hr.downward-indicator.orangered:after,
hr.downward-indicator.orangered {
    border-color: #fe4a01;
}

/* line 122, ../../app/scss/_base.scss */
hr.downward-indicator.brickred:after,
hr.downward-indicator.brickred {
    border-color: #922a36;
}

/* line 127, ../../app/scss/_base.scss */
hr.downward-indicator.limegreen:after,
hr.downward-indicator.limegreen {
    border-color: #8fca2c;
}

/* line 132, ../../app/scss/_base.scss */
hr.downward-indicator.mustard:after,
hr.downward-indicator.mustard {
    border-color: #f2d93d;
}

/*
* Text Color
*/
/* line 141, ../../app/scss/_base.scss */
.txt-limegreen {
    color: #8fca2c;
}

/* line 145, ../../app/scss/_base.scss */
.txt-orangered {
    color: #fe4a01;
}

/* line 149, ../../app/scss/_base.scss */
.txt-brickred {
    color: #922a36;
}

/* line 153, ../../app/scss/_base.scss */
.txt-mustard {
    color: #f2d93d;
}

/* line 157, ../../app/scss/_base.scss */
.txt-white {
    color: #FFF;
}

/*
* Background Colors
*/
/* line 165, ../../app/scss/_base.scss */
.bg-limegreen {
    background-color: #8fca2c;
}

/* line 169, ../../app/scss/_base.scss */
.bg-orange {
    background-color: #e5b72e;
}

/* line 173, ../../app/scss/_base.scss */
.bg-orangered {
    background-color: #fe4a01;
}

/* line 177, ../../app/scss/_base.scss */
.bg-brickred {
    background-color: #922a36;
}

/* line 181, ../../app/scss/_base.scss */
.bg-mustard {
    background-color: #f2d93d;
}

/* line 185, ../../app/scss/_base.scss */
.bg-beige {
    background-color: #f6f3db;
}

/* line 189, ../../app/scss/_base.scss */
.bg-trans-orange {
    background-color: rgba(229, 183, 46, 0.7);
}

/* line 193, ../../app/scss/_base.scss */
.bg-trans-brick {
    background-color: rgba(150, 41, 46, 0.7);
}

/* line 197, ../../app/scss/_base.scss */
.bg-trans-lime {
    background-color: rgba(147, 198, 0, 0.7);
}

/* line 201, ../../app/scss/_base.scss */
.bg-trans-redorange {
    background-color: rgba(254, 74, 1, 0.7);
}

/* line 205, ../../app/scss/_base.scss */
.bg-trans-white {
    background-color: rgba(255, 255, 255, 0.7);
}

/*
* Modal Overrides.
*/
/* line 213, ../../app/scss/_base.scss */
.fade.in {
    background-color: rgba(255, 255, 255, 0.94);
}

@media (min-width: 768px) {
    /* line 222, ../../app/scss/_base.scss */
    .modal-content {
        box-shadow: 0 0.13em 0.85em rgba(155, 155, 155, 0.58);
        border-color: transparent;
    }
}
/*
* Container Overrides.
*/
/* line 232, ../../app/scss/_base.scss */
.container {
    padding-right: .39em;
    padding-left: .39em;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1152px) {
    /* line 254, ../../app/scss/_base.scss */
    .container {
        width: 850px;
    }
}
/* line 258, ../../app/scss/_base.scss */
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/* line 265, ../../app/scss/_base.scss */
.row {
    margin-left: 0;
    margin-right: 0;
}

/*
* Buttons
*/
/* line 274, ../../app/scss/_base.scss */
.btn-readmore {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

/* line 280, ../../app/scss/_base.scss */
.primary-cta-btn {
    opacity: .94;
}

/* line 283, ../../app/scss/_base.scss */
.primary-cta-btn.inverse {
    background-color: #dddfdd;
    font-weight: 900;
    color: #444844;
}

/* line 289, ../../app/scss/_base.scss */
.btn:hover,
.btn:focus {
    color: #444;
}

@media (max-width: 480px) {
    /* line 295, ../../app/scss/_base.scss */
    .primary-cta-btn {
        font-size: 14px;
    }
}
/* base styles */
/*
* Primary header
*/
/* line 6, ../../app/scss/_header.scss */
.primary-header {
    position: relative;
}

/* line 10, ../../app/scss/_header.scss */
.primary-header .concierge,
.primary-header .cta-join {
    position: absolute;
    top: 50%;
}

/* line 16, ../../app/scss/_header.scss */
.primary-header .concierge {
    left: 0px;
    margin-top: -2.6em;
    margin-left: -1em;
}

/* line 22, ../../app/scss/_header.scss */
.concierge .glyphicon-user {
    font-size: 2em;
    margin-right: .26em;
}

/* line 28, ../../app/scss/_header.scss */
.concierge .cta-call {
    font-size: 18px;
    line-height: 2.13;
}

/* line 33, ../../app/scss/_header.scss */
.concierge .subtext {
    padding: 0 .76em;
    line-height: 1.66;
    color: #fff;
}

/* line 39, ../../app/scss/_header.scss */
.primary-header .cta-join {
    right: 0px;
    margin-top: -2.32em;
}

/* line 44, ../../app/scss/_header.scss */
.primary-brand {
    display: block;
    height: 156px;
    width: 164px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 480px) {
    /* line 53, ../../app/scss/_header.scss */
    .primary-brand {
        margin-left: 0;
    }
}
/* line 58, ../../app/scss/_header.scss */
.primary-header .site-title {
    margin: 0px;
}

/* line 62, ../../app/scss/_header.scss */
.primary-navbar .navbar-toggle {
    width: 15%;
    float: none;
    margin: 0 auto 0;
    display: block;
}

/* line 69, ../../app/scss/_header.scss */
.navbar-toggle .icon-bar {
    width: auto;
}

/*
* Navbar
*/
/* line 77, ../../app/scss/_header.scss */
.primary-navbar {
    margin-bottom: 0px;
    padding: 1em 0;
}

/* line 82, ../../app/scss/_header.scss */
.secondary-navr {
    padding: 0 0;
}

/* line 86, ../../app/scss/_header.scss */
.navbar {
    margin-bottom: 0;
}

/* line 90, ../../app/scss/_header.scss */
.nav-learnmore .nav-pills {
    margin-top: .49em;
}

@media (max-width: 542px) {
    /* line 95, ../../app/scss/_header.scss */
    .primary-navbar .navbar-toggle {
        padding: 0 0;
        margin-top: 0em;
    }
}
/* line 101, ../../app/scss/_header.scss */
.navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}

/* line 106, ../../app/scss/_header.scss */
.navbar-header .icon-bar {
    background-color: #fff;
}

@media (min-width: 768px) {
    /* line 111, ../../app/scss/_header.scss */
    .nav-justified.nav-pills > li {
        width: 15% !important;
        margin: 1%;
    }
}
/* line 117, ../../app/scss/_header.scss */
.nav-pills > li > a {
    color: #a63736;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

/* line 124, ../../app/scss/_header.scss */
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    color: #888;
}

/* line 129, ../../app/scss/_header.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #efefef;
    color: #8fca2c;
}

/*
* Secondary Nav
*/
/* line 140, ../../app/scss/_header.scss */
.secondary-nav {
    padding-left: 0px;
    padding-right: 0px;
}

/*
* Sign In Button
*/
/* line 149, ../../app/scss/_header.scss */
.btn-signin,
.bg-limegreen.btn-lg {
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 1.3em;
    padding-right: 1.3em;
}

/* masthead, nav, branding */
/*
* Global Footer
*/
/* line 6, ../../app/scss/_footer.scss */
.primary-footer {
    color: #FFF;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em 0;
}

/* line 13, ../../app/scss/_footer.scss */
.primary-footer address {
    margin-bottom: 0;
}

/* line 17, ../../app/scss/_footer.scss */
.legalese > * {
    text-align: center;
}

/*
* Press Block
*/
@media (min-width: 768px) {
    /* line 27, ../../app/scss/_footer.scss */
    .cta-publications {
        margin-top: 3em;
    }
}
/* footer & footer block styles*/
/*
* Home slides
*/
/* line 6, ../../app/scss/_home-slider.scss */
.jumbotron.cycle-slideshow {
    position: relative;
    overflow: hidden;
    height: auto;
    z-index: 0;
    margin-bottom: 0px;
    padding: 0 .84em !important;
}

@media (max-width: 360px) {
    /* line 16, ../../app/scss/_home-slider.scss */
    .jumbotron.cycle-slideshow {
        max-height: 256px;
        min-height: 128px;
    }
}
@media (min-width: 481px) and (max-width: 639px) {
    /* line 23, ../../app/scss/_home-slider.scss */
    .jumbotron.cycle-slideshow {
        max-height: 320px;
        min-height: 240px;
    }
}
@media (min-width: 640px) and (max-width: 767px) {
    /* line 30, ../../app/scss/_home-slider.scss */
    .jumbotron.cycle-slideshow {
        max-height: 480px;
        min-height: 260px;
    }
}
@media (min-width: 768px) {
    /* line 37, ../../app/scss/_home-slider.scss */
    .jumbotron.cycle-slideshow {
        max-height: 510px;
        min-height: 300px;
    }
}
@media (min-width: 980px) {
    /* line 44, ../../app/scss/_home-slider.scss */
    .jumbotron.cycle-slideshow {
        min-height: 360px;
    }
}
@media (min-width: 1024px) {
    /* line 50, ../../app/scss/_home-slider.scss */
    .jumbotron.cycle-slideshow {
        min-height: 380px;
    }
}
/* line 55, ../../app/scss/_home-slider.scss */
.jumbotron.cycle-slideshow img {
    position: absolute !important;
    width: 100%;
    z-index: -1;
}

@media (max-width: 480px) {
    /* line 62, ../../app/scss/_home-slider.scss */
    .jumbotron.cycle-slideshow {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /* line 66, ../../app/scss/_home-slider.scss */
    .jumbotron.cycle-slideshow .cycle-slide-active {
        display: none !important;
    }
}
/* line 72, ../../app/scss/_home-slider.scss */
.cycle-slideshow .slideshow-content {
    position: relative;
    z-index: 101;
    text-align: center;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}

@media (max-width: 480px) {
    /* line 83, ../../app/scss/_home-slider.scss */
    .cycle-slideshow .slideshow-content {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
}
@media (min-width: 480px) {
    /* line 91, ../../app/scss/_home-slider.scss */
    .familydinner .slideshow-content {
        bottom: auto;
    }
}
@media (min-width: 568px) {
    /* line 97, ../../app/scss/_home-slider.scss */
    .cycle-slideshow .slideshow-content {
        max-width: 76%;
    }
}
/* line 102, ../../app/scss/_home-slider.scss */
.feature-content,
.slideshow-content .trans-bg {
    display: inline-block;
    padding: .49em 1.48em;
    max-width: 110%;
}
@media (min-width: 480px) {
    /* line 102, ../../app/scss/_home-slider.scss */
    .feature-content,
    .slideshow-content .trans-bg {
        border-radius: .49em;
    }
}

/* line 113, ../../app/scss/_home-slider.scss */
.feature-content h2 {
    font-size: 40px;
}

@media (max-width: 640px) {
    /* line 120, ../../app/scss/_home-slider.scss */
    .feature-content h2 {
        font-size: 32px;
    }
}
/*
* Endoresments
*/
/* line 5, ../../app/scss/_endorsements.scss */
.section-endorsements blockquote {
    vertical-align: top;
    border-left: 0;
    margin: 0;
    text-align: center;
    font-size: .85em;
}

@media (min-width: 480px) {
    /* line 14, ../../app/scss/_endorsements.scss */
    .section-endorsements blockquote {
        display: inline-block;
        max-width: 49.4%;
    }
}
@media (max-width: 544px) {
    /* line 21, ../../app/scss/_endorsements.scss */
    .section-endorsements blockquote:last-of-type {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 544px) {
    /* line 29, ../../app/scss/_endorsements.scss */
    .section-endorsements blockquote {
        display: inline-block;
        max-width: 32%;
    }
}
@media (min-width: 544px) and (max-width: 767px) {
    /* line 40, ../../app/scss/_endorsements.scss */
    .section-endorsements blockquote:nth-last-of-type(2) {
        margin-left: 16%;
    }
}
@media (min-width: 768px) {
    /* line 46, ../../app/scss/_endorsements.scss */
    .section-endorsements blockquote {
        display: inline-block;
        max-width: 19.58%;
    }
}
/* line 52, ../../app/scss/_endorsements.scss */
.section-endorsements h3 {
    font-size: 1.39em;
}

/*
* Plans
*/
/* line 5, ../../app/scss/_plans.scss */
.section-plans .model {
    margin-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}
/* line 10, ../../app/scss/_plans.scss */
.section-plans .model img {
    margin-right: -1.3em;
}

/* line 19, ../../app/scss/_plans.scss */
.model img {
    max-width: 100%;
}

@media (min-width: 640px) and (max-width: 720px) {
    /* line 24, ../../app/scss/_plans.scss */
    .plans-list {
        float: none !important;
    }
}
@media (max-width: 542px) {
    /* line 30, ../../app/scss/_plans.scss */
    .section-plans .model {
        margin-left: auto;
        margin-right: auto;
        float: none !important;
        text-align: center;
    }
}
@media (min-width: 768px) {
    /* line 39, ../../app/scss/_plans.scss */
    .plans-list {
        display: inline-block;
        margin-left: -1.3em;
    }

    /* line 44, ../../app/scss/_plans.scss */
    .plans-list .plans-item {
        display: inline-block;
    }

    /* line 48, ../../app/scss/_plans.scss */
    .plans-list .model img {
        max-width: 48%;
        width: 100%;
    }
}
/* line 54, ../../app/scss/_plans.scss */
.plans-list {
    margin-right: auto !important;
    margin-bottom: 3em;
    margin-left: auto !important;
    padding-left: 0;
    padding-right: 0;
}
/* line 61, ../../app/scss/_plans.scss */
.plans-list .plans-item {
    padding-left: 0;
    padding-right: 0;
}

/* line 67, ../../app/scss/_plans.scss */
.section-plans .model {
    margin-right: -2.6em;
    margin-left: 2.6em;
}

@media (min-width: 720px) {
    /* line 73, ../../app/scss/_plans.scss */
    .plans-list .plans-item {
        text-align: center;
    }
}
/* line 78, ../../app/scss/_plans.scss */
.plans-item .plans-anchor {
    display: block;
    height: auto;
    position: relative;
    text-align: center;
}

/* line 85, ../../app/scss/_plans.scss */
.plans-anchor img {
    max-width: 100%;
    width: 100%;
}

@media (min-width: 320px) {
    /* line 91, ../../app/scss/_plans.scss */
    .plans-anchor img {
        width: 100%;
    }
}
@media (max-width: 1080px) {
    /* line 97, ../../app/scss/_plans.scss */
    .plans-anchor img {
        max-width: 275px;
        max-height: 183px;
        width: 100%;
    }
}
/* line 104, ../../app/scss/_plans.scss */
.section-delivery {
    padding-bottom: 0px;
}

/* line 108, ../../app/scss/_plans.scss */
.section-delivery,
.section-program {
    padding-top: 40px;
    margin-top: -40px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}
/* line 118, ../../app/scss/_plans.scss */
.section-delivery .container,
.section-program .container {
    position: relative;
    z-index: 1;
}

/* line 124, ../../app/scss/_plans.scss */
.program.pull-quote {
    border-left: 0;
    font-style: italic;
    padding-left: 0;
    padding-right: 0;
}

/* line 131, ../../app/scss/_plans.scss */
.model {
    margin-bottom: 0;
}

/* line 136, ../../app/scss/_plans.scss */
.section-program .section-title {
    font-size: 36px;
    text-align: left;
    margin-bottom: 1em;
}
/* line 140, ../../app/scss/_plans.scss */
.section-program .section-title small {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    display: block;
}
/* line 147, ../../app/scss/_plans.scss */
.section-program article {
    font-size: 14px;
    color: #444;
}
/* line 151, ../../app/scss/_plans.scss */
.section-program article .plan-bullets {
    font-weight: bold;
    padding-left: 1.48em;
}
@media (min-width: 480px) {
    /* line 151, ../../app/scss/_plans.scss */
    .section-program article .plan-bullets {
        float: left;
        max-width: 40%;
        margin-right: 2%;
    }
}
/* line 161, ../../app/scss/_plans.scss */
.section-program article .options-bullets {
    font-weight: bold;
    padding-left: 1.48em;
}
@media (min-width: 480px) {
    /* line 161, ../../app/scss/_plans.scss */
    .section-program article .options-bullets {
        float: left;
        border-left: medium solid #666;
        margin-bottom: 1.3em;
    }
}
/* line 171, ../../app/scss/_plans.scss */
.section-program article .options-bullets h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 1em;
}
@media (min-width: 480px) {
    /* line 182, ../../app/scss/_plans.scss */
    .section-program article aside {
        float: left;
        max-width: 45%;
        margin-right: 5%;
    }
}
/* line 188, ../../app/scss/_plans.scss */
.section-program article aside h4 {
    font-size: 14px;
    font-weight: bold;
}

/* line 198, ../../app/scss/_plans.scss */
.main-weightloss .section-program .section-title {
    /*color: #e5b72e;*/
}
/* line 201, ../../app/scss/_plans.scss */
.main-weightloss .section-program .section-title small {
    /*color: #e5b72e;*/
}

/* line 209, ../../app/scss/_plans.scss */
.section-program .article-pullquote {
    float: left;
    border-radius: .49em;
    padding-top: .76em;

    padding-bottom: .76em;
}
/* line 215, ../../app/scss/_plans.scss */
.section-program .article-pullquote img {
    max-width: 50%;
    float: left;
}
/* line 220, ../../app/scss/_plans.scss */
.section-program .article-pullquote h3 {
    float: left;
}
/* line 224, ../../app/scss/_plans.scss */
.section-program .article-pullquote blockquote {
    border-left: 0;
}

/* second nav */
/* line 3, ../../app/scss/_learn-more.scss */
.nav-learnmore {
    margin: 0 auto;
}

@media (min-width: 480px) {
    /* line 9, ../../app/scss/_learn-more.scss */
    .nav-learnmore {
        width: 400px;
    }
}
/* modal */
/* line 19, ../../app/scss/_learn-more.scss */
.hero.profile-tile {
    height: auto;
    margin: 0 auto;
    border: solid #a4cd29 2px !important;
	background:#ffffff;
    width: 100%;
    max-width: 800px;
}
/* line 27, ../../app/scss/_learn-more.scss */
.hero.profile-tile > p > img {
    width: 100%;
    margin-top: 10px;
}
@media screen and (max-width: 678px) {
    /* line 27, ../../app/scss/_learn-more.scss */
    .hero.profile-tile > p > img {
        width: 80% !important;
    }
}
@media screen and (max-width: 678px) {
    /* line 19, ../../app/scss/_learn-more.scss */
    .hero.profile-tile {
        width: 95% !important;
    }
}

/* line 41, ../../app/scss/_learn-more.scss */
.best-of-la .profile-tile {
    border: solid #B7777E 2px;
    height: 420px !important;
}

/* line 46, ../../app/scss/_learn-more.scss */
.board-members .profile-tile,
.best-of-la .profile-tile {
    height: 390px;
    padding: 10px;
	background:#ffffff;
    margin: 10px auto;
}
/* line 51, ../../app/scss/_learn-more.scss */
.board-members .profile-tile img,
.best-of-la .profile-tile img {
    margin: 0 auto;
    width: 100%;
}
/* line 56, ../../app/scss/_learn-more.scss */
.board-members .profile-tile h4,
.best-of-la .profile-tile h4 {
    text-align: center;
}
/* line 58, ../../app/scss/_learn-more.scss */
.board-members .profile-tile h4 span,
.best-of-la .profile-tile h4 span {
    font-size: 12px;
}

/* line 66, ../../app/scss/_learn-more.scss */
.modal-dialog {
    width: 830px;
}
@media screen and (max-width: 840px) {
    /* line 66, ../../app/scss/_learn-more.scss */
    .modal-dialog {
        width: 90% !important;
        margin: 10px auto !important;
    }
}

/* line 75, ../../app/scss/_learn-more.scss */
.modal-text2 {
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px !important;
    padding: 20px 30px 0px 30px;
}
/* line 81, ../../app/scss/_learn-more.scss */
.modal-text2h3 {
    margin-top: 0px;
}
@media screen and (min-width: 840px) {
    /* line 75, ../../app/scss/_learn-more.scss */
    .modal-text2 {
        overflow-y: auto;
        overflow-x: hidden;
        height: 360px !important;
        width: 500px;
        padding: 0 30px;
        position: relative;
        top: 33px;
        left: 310px;
    }
}

/* line 97, ../../app/scss/_learn-more.scss */
.modal-text {
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px !important;
}
/* line 102, ../../app/scss/_learn-more.scss */
.modal-texth3 {
    margin-top: 0px;
}
@media screen and (min-width: 840px) {
    /* line 97, ../../app/scss/_learn-more.scss */
    .modal-text {
        overflow-y: auto;
        overflow-x: hidden;
        height: 360px !important;
        width: 500px;
        padding: 0 30px;
        position: relative;
        top: 33px;
        left: 6px;
    }
}

/* line 118, ../../app/scss/_learn-more.scss */
.modal-tile2 {
    height: 430px;
}
@media screen and (max-width: 840px) {
    /* line 118, ../../app/scss/_learn-more.scss */
    .modal-tile2 {
        background-image: initial !important;
    }
}

/* line 125, ../../app/scss/_learn-more.scss */
.modal-tile {
    height: 380px;
    width: 790px;
    margin: 35px auto;
    padding-top: 15px;
    background: #F6F6F6;
    border-radius: .94em;
    border: solid #a4cd29 2px;
}
/* line 134, ../../app/scss/_learn-more.scss */
.modal-tile img {
    height: 100%;
    width: auto;
}
/* line 139, ../../app/scss/_learn-more.scss */
.modal-tile img.main-img {
    height: 340px;
}

/* line 144, ../../app/scss/_learn-more.scss */
#fancybox-close {
    display: inline;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url("../../assets/img/fancybox.png") -40px 0px;
    cursor: pointer;
    z-index: 1103;
}

/* line 156, ../../app/scss/_learn-more.scss */
.close {
    display: inline;
    position: absolute;
    right: 4px;
    z-index: 999;
}

/* line 164, ../../app/scss/_learn-more.scss */
.profile-tile .article-media,
.profile-tile .article-content {
    padding-left: 0;
    padding-right: 0;
}
/* line 171, ../../app/scss/_learn-more.scss */
.profile-tile .article-media img {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/* line 179, ../../app/scss/_learn-more.scss */
.profile-tile .article-media p {
    margin-bottom: 0;
}
/* line 184, ../../app/scss/_learn-more.scss */
.profile-tile .article-content {
    padding-left: 1em;
    padding-right: 2em;
}

/* line 190, ../../app/scss/_learn-more.scss */
.tile-wrapper {
    padding-left: .49em;
    padding-right: .49em;
}

/* line 198, ../../app/scss/_learn-more.scss */
.board-members .profile-tile .article-media img {
    max-width: 200px;
    max-height: 180px;
}

@media (min-width: 360px) {
    /* line 208, ../../app/scss/_learn-more.scss */
    .board-members .profile-tile {
        height: 400px;
        width: 100%;
    }
}
/*
* Sections
*/
/* line 10, ../../app/scss/_sections.scss */
section > .container {
    z-index: 1;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

/* line 17, ../../app/scss/_sections.scss */
.section-getstarted,
.section-title {
    text-align: center;
}

/* line 22, ../../app/scss/_sections.scss */
.section-title {
    font-size: 48px;
    margin-top: -.1em;
}

@media (max-width: 640px) {
    /* line 28, ../../app/scss/_sections.scss */
    .section-title {
        font-size: 36px;
        letter-spacing: -.013em;
    }
}
/* line 35, ../../app/scss/_sections.scss */
.main-index .section-getstarted {
    margin-top: 0;
    padding-top: 0;
}

/* line 41, ../../app/scss/_sections.scss */
.section-getstarted {
    margin-top: -40px;
    padding-top: 40px;
}
/* line 45, ../../app/scss/_sections.scss */
.section-getstarted aside {
    /*text-align: center;*/
}
/* line 49, ../../app/scss/_sections.scss */
.section-getstarted .enjoy-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-style: normal;
    text-shadow: none;
    color: #444;
}
/* line 57, ../../app/scss/_sections.scss */
.section-getstarted .cta-block {
    padding-left: 0;
    padding-right: 0;
}

/* line 63, ../../app/scss/_sections.scss */
.whatcomeswith {
    padding: .49em 1em 1.48em;
    border-radius: .49em;
    text-align: left;
}
/* line 68, ../../app/scss/_sections.scss */
.whatcomeswith h3 {
    font-size: 22px;
}
/* line 72, ../../app/scss/_sections.scss */
.whatcomeswith .list-unstyled {
    line-height: 1.75 !important;
    margin-bottom: .58em !important;
}

/* line 78, ../../app/scss/_sections.scss */
.section-plans section,
.section-news section {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    /* line 86, ../../app/scss/_sections.scss */
    .model {
        display: none;
    }
}
/* line 91, ../../app/scss/_sections.scss */
.section-news .model {
    margin-top: -2em;
    margin-bottom: 0px;
}

/*
* Get Started
*/
/* line 100, ../../app/scss/_sections.scss */
.section-getstarted h4 {
    margin-top: 3em;
}

/* line 104, ../../app/scss/_sections.scss */
.getstarted-anchor {
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    position: relative;
    padding: 2em 3em;
    margin-top: 5em;
    min-height: 322px;
    color: #444;
}

/* line 114, ../../app/scss/_sections.scss */
.getstarted-anchor:hover,
.getstarted-anchor:active {
    color: #922a36;
    text-decoration: none;
}

/* line 120, ../../app/scss/_sections.scss */
.getstarted-anchor img {
    margin-top: -5.8em;
}

/* line 134, ../../app/scss/_sections.scss */
#pressblock-img {
    max-width: 551px;
    max-height: 238px;
    height: auto;
    width: 100%;
    min-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*
* Sample Menu
*/
/* line 149, ../../app/scss/_sections.scss */
.main-samplemenu .section-title {
    font-size: 30px;
    line-height: 1;
    padding: .76em 0 .49em;
}
/* line 154, ../../app/scss/_sections.scss */
.main-samplemenu .lead {
    font-size: 16px;
}
/* line 157, ../../app/scss/_sections.scss */
.main-samplemenu .media-object {
    max-width: 960px;
    width: 100%;
}
/* line 161, ../../app/scss/_sections.scss */
.main-samplemenu .anchor-list {
    line-height: 3;
}

/* line 167, ../../app/scss/_sections.scss */
.main-learnmore p,
.main-learnmore ul {
    margin-bottom: 1.3em;
}
/* line 172, ../../app/scss/_sections.scss */
.main-learnmore .section-title {
    font-size: 30px;
    margin-top: 1.1em;
}
/* line 177, ../../app/scss/_sections.scss */
.main-learnmore .subsection-title {
    line-height: 2.6;
}

/* line 183, ../../app/scss/_sections.scss */
.main-testimonials .section-title {
    font-size: 30px;
    margin-top: 1.1em;
}

/*
* About Us
*/
/* line 197, ../../app/scss/_sections.scss */
.profile-tile {
    border-radius: .76em;
    border: solid #a4cd29 2px;
    font-size: .88em;
}

/*
* Testimonials
*/
/* line 215, ../../app/scss/_sections.scss */
.main-testimonials .media .media-object {
    margin-left: 2.6em;
}
/* line 218, ../../app/scss/_sections.scss */
.main-testimonials .media:before {
    display: inline-block;
    font-size: 2.6em;
    content: """;
    float: left;
    line-height: 1;
    padding-right: .39em;
    padding-left: .39em;
}

/*
* Weight Loss Plan
*/
/* line 238, ../../app/scss/_sections.scss */
.main-weightloss .model {
    margin-top: -40px;
    margin-bottom: -1px;
}

/* line 246, ../../app/scss/_sections.scss */
.section-delivery article {
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
}
/* line 251, ../../app/scss/_sections.scss */
.section-delivery .section-title {
    font-size: 42px;
}
/* line 254, ../../app/scss/_sections.scss */
.section-delivery .btn-start {
    font-size: 20px;
    padding-left: 2.6em;
    padding-right: 2.6em;
}
/* line 259, ../../app/scss/_sections.scss */
.section-delivery .phonenum {
    font-size: 24px;
}
/* line 262, ../../app/scss/_sections.scss */
.section-delivery .flexible {
    font-size: 18px;
}
/* line 265, ../../app/scss/_sections.scss */
.section-delivery .price {
    font-size: 21px;
    color: #e44201;
    margin-top: 1.3em;
}
/* line 269, ../../app/scss/_sections.scss */
.section-delivery .price span {
    display: inline-block;
    max-width: 56%;
}
/* line 274, ../../app/scss/_sections.scss */
.section-delivery .price strong {
    font-size: 72px;
    display: inline-block;
    line-height: .76;
    margin-bottom: .3em;
}
/* line 283, ../../app/scss/_sections.scss */
.section-delivery aside {
    padding-left: 0;
    padding-right: 0;
}

/* line 291, ../../app/scss/_sections.scss */
.main-vegetarian .section-program .plan-bullets {
    max-width: 35%;
}

/* line 298, ../../app/scss/_sections.scss */
.bg-juicecleanse.section-delivery .price {
    margin-top: 0;
}
/* line 302, ../../app/scss/_sections.scss */
.bg-juicecleanse .model {
    margin-bottom: -1px;
}

/*
*  Learn More content
*
*/
/* line 313, ../../app/scss/_sections.scss */
.panel-title a {
    display: block;
}
/* line 316, ../../app/scss/_sections.scss */
.panel-title a:hover {
    color: #8fca2c;
}

/* content styles */
/* modal */
/* line 8, ../../app/scss/_blake.scss */
.hero.profile-tile {
    width: 881px;
    height: auto;
    margin: 0 auto;
    padding: .13em;
}

/* line 15, ../../app/scss/_blake.scss */
.best-of-la .profile-tile {
    border: solid #B7777E 3px;
    height: 420px !important;
}

/* line 20, ../../app/scss/_blake.scss */
.board-members .profile-tile,
.best-of-la .profile-tile {
    height: 390px;
    padding: 10px;
    margin: 10px auto;
}
/* line 25, ../../app/scss/_blake.scss */
.board-members .profile-tile img,
.best-of-la .profile-tile img {
    margin: 0 auto;
    width: 100%;
}
/* line 30, ../../app/scss/_blake.scss */
.board-members .profile-tile h4,
.best-of-la .profile-tile h4 {
    text-align: center;
}
/* line 32, ../../app/scss/_blake.scss */
.board-members .profile-tile h4 span,
.best-of-la .profile-tile h4 span {
    font-size: 12px;
}

/* line 40, ../../app/scss/_blake.scss */
.modal-dialog {
    width: 830px;
}

/* line 44, ../../app/scss/_blake.scss */
.modal-text {
    height: 340px;
    padding: 0 30px;
}
/* line 49, ../../app/scss/_blake.scss */
.modal-text h3 {
    margin-top: 0px;
}

/* line 56, ../../app/scss/_blake.scss */
.modal-tile {
    height: 380px;
    width: 790px;
    margin: 35px auto;
    padding-top: 15px;
    background: #F6F6F6;
    border-radius: .94em;
    border: solid #a4cd29 3px;
}
/* line 65, ../../app/scss/_blake.scss */
.modal-tile img {
    height: 100%;
    width: auto;
}
/* line 69, ../../app/scss/_blake.scss */
.modal-tile img.main-img {
    height: 340px;
}

/* line 74, ../../app/scss/_blake.scss */
a {
    cursor: pointer;
}

/* line 78, ../../app/scss/_blake.scss */
#fancybox-close {
    display: inline;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url("../../assets/img/fancybox.png") -40px 0px;
    cursor: pointer;
    z-index: 1103;
}

/** 2016 **/

h1, h2, h3, h4, h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;
	text-align: center;
	color:#922a36;
}

a {
    color: #a63736;
}

b, strong {
    font-weight: 600;
}

.list-unstyled li {
    line-height: 1.5;
}

.top-bar {
    background: #37332e;
    color: #fff;
    padding: 4px 0 0 0;
}

@media all and (max-width: 768px) {
    .top-bar {
        width: 100%;
        z-index: 1000;
        top: 0;
    }

    header#masthead {
      
    }
	
.img-thumbnail {
    border: none;
    border-radius: 0;
    width: 100%;
}

.home-main p, .juice-main p, .family-main p,
.home-main h4, .juice-main h4, .family-main h4
{
	width:80%;
	margin:auto	!important;
	margin-bottom:10px !important;
}

.home-main .btn, .juice-main .btn, .family-main .btn{
	margin:auto !important;
	float:none !important;
	clear:both !important;
	display:table;
	margin-top:5px !important;
}

	
}

.nav-pills > li {
    float: none;
    display: inline-block;
}

.nav {
    text-align: center;
    margin-bottom:10px;
}

.nav>li>a{
	padding-bottom:5px;	
	padding-left:0px;
	padding-right:0px;
	margin-left:15px;
	margin-right:15px;
}

.nav-pills>li>a{
	border-radius: 0px;	
    border-bottom: 2px solid transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
    color: #a63736;
    border-bottom:2px solid #a63736;
}


.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	border-bottom:2px solid #a63736;
	background:#fff;
}

@media all and (max-width: 768px) {
    .navbar {
        display: none;
    }

    img.logo {
        width: 103px;
        height: 92px;
    }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: transparent;
    color: #a63736;
    border-bottom:2px solid #a63736;
}

.dropdown-menu {
    background: #95a900;
    border: none;
    border-radius: 0;
    margin: 1px 0 0;
}

.dropdown-menu > li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #fff;
    color: #444;
}

main#main {
    background: #efefef;
}

hr {
    border-color: #ccc;
}

small, .small {
    font-size: 75%;
}

h1.heading-title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
    margin: 0;
    font-size: 36px;
    letter-spacing: 2px;  
}

@media all and (max-width: 768px) {
    h1.heading-title {
        font-size: 18px;
    }
}

h1.heading-title#primary {
    background: #a63736
}

h1.heading-title#secondary {
    background: #dc7d28;
}

h1.heading-title#alt {
    background: #ffe46a;
    color: #a63736;
}

h2.sub-heading {
    text-transform: uppercase;
    font-size: 24px;
}

h2.sub-heading#primary {
    color: #a63736;
}

h2.sub-heading#secondary {
    color: #dc7d28;
}

ul.program-pricing {
    margin-top: 9px;
}

ul.program-pricing li.full-price {
    font-size: 32px;
    font-weight: 700;
}

ul.program-pricing li.delivery-label {
    font-size: 16px;
    font-weight: 600;
}

ul.program-pricing li.price-day {
    font-size: 16px;
    font-weight: 600;
}

p.delivery-note {
    text-align: center;
}


.primary-highlight {
    color: #a63736 !important;
}

.img-thumbnail {
    border: none;
    border-radius: 0;;
}

.img-bordered {
    border: solid 1px #9b9996;
}

.btn {
    text-transform: capitalize;
}
.btn-success {
    background: #95a900;
    border-color: #95a900;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background: #dc7d28;
    border-color: #dc7d28;
    color: #fff;
}

.btn-danger {
    background: #a63736;
    border-color: #a63736;
}

.btn-warning {
    background: #dc7d28;
}

span.red-line {
    width: 30%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #a63736;
}

blockquote {
    padding: 0;
    margin: 0;
    border: none;
}

blockquote p {
    font-size: 16px;
}

.panel-default {
    border-color: #a63736;
}

.panel-default > .panel-heading {
    background: #a63736;
    border-color: #a63736;
    border-radius: 0;
}

.panel {
    border-radius: 0;
    box-shadow: none;
}

section#clear-panel {
    background: #fff;
}

section#highlight-panel {
    background: #ffe46a;
    padding-top: 10px;
    padding-bottom: 35px;
}

section.background-panel {
    padding-top: 40px;
}

section.background-panel .background-panel-wrap {
    background: rgba(255, 255, 255, 0.85);
    border: solid 1px #fff;
    padding: 20px 40px;
}

section.background-panel .background-panel-wrap h4 {
    color: #000;
}

section.background-panel .background-panel-wrap h3 > small {
    color: #000;
}

section.background-panel#testimonial {
    background: url('/wp-content/uploads/2016/04/section-bg-1.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.background-panel#schedule {
    background: url('/wp-content/uploads/2016/04/section-bg-2.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.background-panel#contact {
    background: url('/wp-content/uploads/2016/04/section-bg-3.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: solid 10px #ffe46a;
    border-bottom: solid 10px #ffe46a;
}

section.background-panel#contact-alt {
    background: url('/wp-content/uploads/2016/05/background-juices-3.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: solid 10px #ffe46a;
    border-bottom: solid 10px #ffe46a;
}

section.background-panel#zen-exp {
    background: url('/wp-content/uploads/2016/05/background-juice-1.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.modal-more-info {
    margin: 1.3em;
    padding: 1.3em;
    border: thick solid #922a36;
    border-radius: .76em;
    position: relative;
    overflow: auto;
    font-size: 17px;
}
.bg-beige {
    background-color: #f6f3db;
}
.bg-beigetile {
    background-image: url("http://d9hhrg4mnvzow.cloudfront.net/www1.zenfoods.com/family-dinner/rpt-bg.original.jpg");
}

footer.site-footer {
    padding: 40px 0;
}

footer.site-footer span.fa-stack {
    color: #37332e;
}

@media all and (max-width: 768px) {
    footer.site-footer {
        padding-bottom: 100px;
    }
}

/* Helper class */
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

.no-margin {
    margin: 0 !important;
}

@media all and (max-width: 1024px) {
    body {
       font-size:150%;
   }
}