/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 167, ../sass/healthyfamily.scss */
.tightkern {
  letter-spacing: -1px;
}

/* line 173, ../sass/healthyfamily.scss */
#container {
  width: 100%;
  margin: auto;
  background: #fff;
}
@media screen and (max-width: 648px) {
  /* line 178, ../sass/healthyfamily.scss */
  #container .mobile-hidden {
    display: none !important;
  }
}

/* line 183, ../sass/healthyfamily.scss */
.wrapper {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  background-color: #ccc;
}
/* line 189, ../sass/healthyfamily.scss */
.wrapper.mobile #marquee-content {
  display: none;
}
@media screen and (max-width: 648px) {
  /* line 194, ../sass/healthyfamily.scss */
  .wrapper.marquee.desktop {
    height: auto;
  }
  /* line 196, ../sass/healthyfamily.scss */
  .wrapper.marquee.desktop #marquee-content {
    display: none;
  }
  /* line 203, ../sass/healthyfamily.scss */
  .wrapper.mobile #marquee-content {
    display: block;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    padding: 2em 3em 1em !important;
  }
  /* line 213, ../sass/healthyfamily.scss */
  .wrapper.mobile-hidden {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 219, ../sass/healthyfamily.scss */
  .wrapper.marquee .half.column {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 224, ../sass/healthyfamily.scss */
  .wrapper.marquee .half.column {
    width: 100%;
  }
  /* line 226, ../sass/healthyfamily.scss */
  .wrapper.marquee .half.column.vertically-centered {
    display: none;
  }
}
/* line 232, ../sass/healthyfamily.scss */
.wrapper .column {
  display: inline-block;
  margin-right: -4px;
  box-sizing: border-box;
  vertical-align: top;
}
/* line 234, ../sass/healthyfamily.scss */
.wrapper .column.padded {
  padding: 3em 2.5em 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 648px) {
  /* line 234, ../sass/healthyfamily.scss */
  .wrapper .column.padded {
    padding: 1em 2em 0;
  }
}
/* line 236, ../sass/healthyfamily.scss */
.wrapper .column.padded.vid {
  padding-left: 0px !important;
}
/* line 241, ../sass/healthyfamily.scss */
.wrapper .column.half {
  width: 50%;
}
@media screen and (max-width: 648px) {
  /* line 241, ../sass/healthyfamily.scss */
  .wrapper .column.half {
    width: 100%;
  }

  .left-boxes{
      padding: 0!important;
  }

  .right-boxes{
      padding: 0!important;
  }

  /* line 245, ../sass/healthyfamily.scss */
  .wrapper .column.half img.mobile-full-width {
    width: 100%;
    height: auto;
  }
}
/* line 250, ../sass/healthyfamily.scss */
.wrapper .column.half.vertically-centered {
  padding: 2% 3em;
  position: relative;
  /*float:right;*/
}
@media screen and (max-width: 648px) {
  /* line 250, ../sass/healthyfamily.scss */
  .wrapper .column.half.vertically-centered {
    padding: 5% 2.5em 2%;
  }

  #partition{
    font-size: 30px!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 250, ../sass/healthyfamily.scss */
  .wrapper .column.half.vertically-centered {
    padding: 5em;
    text-align: left;
  }
  /* line 259, ../sass/healthyfamily.scss */
  .wrapper .column.half.vertically-centered.responsive-full-width {
    padding: 5% 25% 0;
    display: none;
  }
  /* line 262, ../sass/healthyfamily.scss */
  .wrapper .column.half.vertically-centered.responsive-full-width.vid {
    display: block;
  }
}
/* line 267, ../sass/healthyfamily.scss */
.wrapper .column.half.vertically-centered h2 {
  margin-top: 15px;
}
/* line 271, ../sass/healthyfamily.scss */
.wrapper .column.half.background-white {
  background: #fff;
}
/* line 275, ../sass/healthyfamily.scss */
/*.wrapper .column.third {
  width: 50%;
}*/

.wrapper .column.third.left{
  padding:3em 4em 1em 16em;
}

.wrapper .column.third.right{
  padding:3em 21em;
  /*width:50%;*/
}
@media screen and (max-width: 648px) {
  /* line 275, ../sass/healthyfamily.scss */
  .wrapper .column.third {
    width: 100%;
  }
}
/* line 282, ../sass/healthyfamily.scss */
.wrapper .column.quarter {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 286, ../sass/healthyfamily.scss */
  .wrapper .column.responsive-full-width {
    width: 100%;
  }
}

/* line 294, ../sass/healthyfamily.scss */
.full-width {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* line 296, ../sass/healthyfamily.scss */
.full-width.min-height {
  min-height: 400px;
}
@media screen and (max-width: 648px) {
  /* line 294, ../sass/healthyfamily.scss */
  .full-width {
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 294, ../sass/healthyfamily.scss */
  .full-width {
    background-size: cover !important;
  }
}
/* line 307, ../sass/healthyfamily.scss */
.full-width.padded {
  padding: 3em 2.5em 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 648px) {
  /* line 307, ../sass/healthyfamily.scss */
  .full-width.padded {
    padding: 1em 2em 0;
  }
}

/* line 312, ../sass/healthyfamily.scss */
.video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
}
/* line 84, ../sass/healthyfamily.scss */
.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 648px) {
  /* line 312, ../sass/healthyfamily.scss */
  .video {
    border: solid rgba(255, 255, 255, 0.7);
    border-width: 7px 0;
    height: auto !important;
    z-index: 200;
  }
}
/* line 322, ../sass/healthyfamily.scss */
.video iframe {
  left: -2560px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 322, ../sass/healthyfamily.scss */
  .video iframe {
    left: 0px !important;
  }
}
@media screen and (max-width: 648px) {
  /* line 322, ../sass/healthyfamily.scss */
  .video iframe {
    left: 0px !important;
  }
}
/* line 331, ../sass/healthyfamily.scss */
.video.playing iframe {
  left: 0px !important;
}

/*+++++++++ PAGE STYLING ++++++++++++*/
/* line 339, ../sass/healthyfamily.scss */
body {
  -webkit-font-smoothing: antialiased;
  font-family: Lucida Sans, helvetica, sans-serif;
  font-weight: normal;
  background:#FFF;
}
/* line 343, ../sass/healthyfamily.scss */
body .breadcrumb {
  display: none;
}
/* line 347, ../sass/healthyfamily.scss */
body #container h2 {
  font-family: "LeagueGothic", "Lucida Sans", "Lucida Grande", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
  line-height: 40px;
  margin-bottom: -1px;
  font-weight: normal;
}
/* line 355, ../sass/healthyfamily.scss */
body #container h2.white {
  color: white;
}
@media screen and (max-width: 648px) {
  /* line 347, ../sass/healthyfamily.scss */
  body #container h2 {
    font-size: 45px;
    line-height: 52px;
    font-family: "LeagueGothic", "Lucida Sans", "Lucida Grande", sans-serif !important;
  }
}
/* line 364, ../sass/healthyfamily.scss */
body #container h3 {
  font-weight: normal;
  font-family: "LeagueGothic", "Lucida Sans", "Lucida Grande", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  color:#000;
}
/* line 370, ../sass/healthyfamily.scss */
body #container p {
  font-size: 14px;
  line-height: 20px;
  margin: 25px 0;
}
/* line 374, ../sass/healthyfamily.scss */
body #container p.centered {
  text-align: center;
}
/* line 377, ../sass/healthyfamily.scss */
body #container p.white {
  color: #fff;
}
@media screen and (max-width: 648px) {
  /* line 370, ../sass/healthyfamily.scss */
  body #container p {
    font-size: 24px;
    line-height: 32px;
  }
  body #container a {
    font-size: 24px!important;
  }
  
}
/* line 385, ../sass/healthyfamily.scss */
body #container a {
  color: #006F46;
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}
/* line 390, ../sass/healthyfamily.scss */
body #container a:hover {
  color: #003021;
}
/* line 394, ../sass/healthyfamily.scss */
body #container .cta {
  color: #fff;
  background: #006F46;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  /*animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-property: color, background-color, opacity;
  -moz-transition-property: color, background-color, opacity;
  -o-transition-property: color, background-color, opacity;
  -ms-transition-property: color, background-color, opacity;
  transition-property: color, background-color, opacity;*/
  font-size: 24px;
  line-height: 28px;
  font-family: "LeagueGothic", "Lucida Sans", "Lucida Grande", sans-serif;
  color: white;
  padding: 2px 10px;
  text-transform: uppercase;
  border-top: 0 none;
  border-left: 0 none;
  border-bottom: none;
  border-right: none;
  text-decoration: none;
  height: auto;
  text-align: center;
}
/* line 127, ../sass/healthyfamily.scss */
body #container .cta:hover {
  background: #003021;
  border: none;
  color: #fff;
}
/* line 399, ../sass/healthyfamily.scss */
body #container .cta.cta-seasonal {
  background: #fff000;
  color: #d16315;
}
@media screen and (max-width: 648px) {
  /* line 394, ../sass/healthyfamily.scss */
  body #container .cta {
    font-size: 1.5em;
    padding: 16px 20px;
  }
  /* line 406, ../sass/healthyfamily.scss */
  body #container .cta.cta-seasonal {
    background: #006F46;
    color: white;
  }
}
/* line 412, ../sass/healthyfamily.scss */
body #container #button {
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  /*animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-property: color, background-color, opacity;
  -moz-transition-property: color, background-color, opacity;
  -o-transition-property: color, background-color, opacity;
  -ms-transition-property: color, background-color, opacity;
  transition-property: color, background-color, opacity;*/
  font-size: 24px;
  line-height: 28px;
  font-family: "LeagueGothic", "Lucida Sans", "Lucida Grande", sans-serif;
  color: white;
  padding: 2px 10px;
  text-transform: uppercase;
  border-top: 0 none;
  border-left: 0 none;
  border-bottom: none;
  border-right: none;
  text-decoration: none;
  height: auto;
}
/* line 127, ../sass/healthyfamily.scss */
body #container #button:hover {
  background: #003021;
  border: none;
  color: #fff;
}

/* line 420, ../sass/healthyfamily.scss */
.play-button {
  border: solid 8px rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 250px;
  font-family: "LeagueGothic", "Lucida Sans", "Lucida Grande", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  color: white !important;
  text-align: center;
  padding-top: 15%;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 99;
  /*-webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;*/
}
/* line 434, ../sass/healthyfamily.scss */
.play-button i.fa.fa-play {
  background: rgba(234, 125, 47, 0.8);
  height: 80px;
  width: 80px;
  text-align: center;
  text-shadow: none !important;
  padding-top: 7%;
  padding-left: 2%;
  margin-bottom: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  /*-webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;*/
}
/* line 447, ../sass/healthyfamily.scss */
.play-button:hover i.fa.fa-play {
  background: rgba(186, 88, 19, 0.8);
}

/* line 454, ../sass/healthyfamily.scss */
.video-block {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 454, ../sass/healthyfamily.scss */
  .video-block {
    text-align: right;
  }
}
/* line 459, ../sass/healthyfamily.scss */
.video-block .column.half.vertically-centered.arrow:before {
  display: none;
}
@media screen and (max-width: 648px) {
  /* line 459, ../sass/healthyfamily.scss */
  .video-block .column.half.vertically-centered.arrow:before {
    display: block;
  }
}
/* line 465, ../sass/healthyfamily.scss */
.video-block .copy, .video-block .video-control {
  display: inline-block;
  margin-right: -4px;
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 648px) {
  /* line 469, ../sass/healthyfamily.scss */
  .video-block .video-control {
    display: none;
  }
}
/* line 474, ../sass/healthyfamily.scss */
.video-block .inline-player {
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -10;
  opacity: 0;
  width: 100%;
  height: 550px;
  position: absolute;
  /*-webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-transition-property: opacity, z-index;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-delay: .5s, 0s;*/
}
/* line 486, ../sass/healthyfamily.scss */
.video-block .inline-player iframe {
  left: -2560px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 486, ../sass/healthyfamily.scss */
  .video-block .inline-player iframe {
    left: 0px !important;
  }
}
@media screen and (max-width: 648px) {
  /* line 486, ../sass/healthyfamily.scss */
  .video-block .inline-player iframe {
    left: 0px !important;
  }
}
@media screen and (max-width: 648px) {
  /* line 474, ../sass/healthyfamily.scss */
  .video-block .inline-player {
    opacity: 100;
    z-index: 0;
    position: relative;
    background: none;
    height: 380px;
  }
}
/* line 503, ../sass/healthyfamily.scss */
.video-block .inline-player.playing {
  z-index: 999;
}
/* line 506, ../sass/healthyfamily.scss */
.video-block .inline-player.visible {
  opacity: 100;
  /*-webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;*/
}
/* line 510, ../sass/healthyfamily.scss */
.video-block .inline-player.playing iframe {
  left: 0px !important;
}
/* line 513, ../sass/healthyfamily.scss */
.video-block .inline-player .inline-video {
  width: 90%;
  left: 4.5%;
  top: 4.5%;
  border: 5px solid rgba(255, 255, 255, 0.7);
  position: absolute;
}
@media screen and (max-width: 648px) {
  /* line 513, ../sass/healthyfamily.scss */
  .video-block .inline-player .inline-video {
    width: 100%;
    left: 0;
    position: relative;
    border-width: 0;
    top: 1.5%;
  }
}
/* line 527, ../sass/healthyfamily.scss */
.video-block .inline-player .inline-video-copy {
  display: none;
}
@media only screen and (min-width: 649px) and (max-width: 1024px) {
  /* line 533, ../sass/healthyfamily.scss */
  .video-block .video-control {
    display: none;
  }
  /* line 536, ../sass/healthyfamily.scss */
  .video-block .inline-player {
    display: block;
    position: relative !important;
    z-index: 1000 !important;
    opacity: 1 !important;
    background: none !important;
    height: auto;
  }
  /* line 543, ../sass/healthyfamily.scss */
  .video-block .inline-player .inline-video {
    width: 80% !important;
    left: 0 !important;
    position: relative !important;
    margin: 0 auto;
  }
  /* line 550, ../sass/healthyfamily.scss */
  .video-block .inline-player .inline-video-copy {
    display: block;
  }
  /* line 552, ../sass/healthyfamily.scss */
  .video-block .inline-player .inline-video-copy.tablet {
    width: 60%;
    margin: 0 auto;
    padding: 25px;
  }
  /* line 558, ../sass/healthyfamily.scss */
  .video-block .inline-player iframe {
    left: 0px !important;
  }
}

/* line 567, ../sass/healthyfamily.scss */
.marquee.desktop {
  background:url("//assets.wholefoodsmarket.com/www/venues/Taqueria/taqueria-page/taqueria-images/Module_1.jpg") no-repeat;
  background-size: 100% auto;
  height: 318px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 567, ../sass/healthyfamily.scss */
  .marquee.desktop {
    height: auto;
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 648px) {
  /* line 567, ../sass/healthyfamily.scss */
  .marquee.desktop {
    padding-bottom: 0px !important;
  }
}
/* line 578, ../sass/healthyfamily.scss */
.marquee.desktop .video iframe, .marquee.desktop .video object, .marquee.desktop .video embed {
  max-height: 540px;
}
/* line 581, ../sass/healthyfamily.scss */
.marquee.desktop > .video.playing {
  height: 635px;
}
/* line 585, ../sass/healthyfamily.scss */
.marquee.mobile {
  background: #00734f;
}
/* line 588, ../sass/healthyfamily.scss */
.marquee .video {
  height: auto;
  /*-webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 588, ../sass/healthyfamily.scss */
  .marquee .video {
    height: 300px;
  }
}

/* line 597, ../sass/healthyfamily.scss */
#hero-poster {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: none;
  background-size: 100% auto;
  opacity: 0;
  /*background-image: url("//assets.wholefoodsmarket.com/www/departments/whole-body/2017-whole-body/wholebodyhero.jpg")no-repeat;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;*/
}
@media screen and (max-width: 648px) {
  /* line 597, ../sass/healthyfamily.scss */
  #hero-poster {
    display: none;
  }
}
/* line 613, ../sass/healthyfamily.scss */
#hero-poster.visible {
  opacity: 100;
  z-index: 100;
}
/* line 616, ../sass/healthyfamily.scss */
#hero-poster.visible.disabled {
  cursor: initial;
}
/* line 620, ../sass/healthyfamily.scss */
#hero-poster .video-control {
  width: 400px;
  box-sizing: border-box;
  padding: 3em 3em 3em;
  position: absolute;
  right: 0;
}
/* line 626, ../sass/healthyfamily.scss */
#hero-poster .video-control .play-button {
  height: 195px;
  padding-top: 13%;
}
/* line 629, ../sass/healthyfamily.scss */
#hero-poster .video-control .play-button i.fa.fa-play {
  height: 60px;
  width: 60px;
  padding-top: 6%;
}

/* line 638, ../sass/healthyfamily.scss */
#lunch-boxes {
  width: 300px;
  margin-left: auto;
  height: 195px;
  padding-top: 9%;
}
/* line 643, ../sass/healthyfamily.scss */
#lunch-boxes .fa-play {
  padding-top: 10%;
}

/* line 649, ../sass/healthyfamily.scss */
.desktop.marquee .video-block .inline-player {
  height: 500px;
}
@media screen and (max-width: 648px) {
  /* line 649, ../sass/healthyfamily.scss */
  .desktop.marquee .video-block .inline-player {
    height: 380px;
  }
  /* line 653, ../sass/healthyfamily.scss */
  .desktop.marquee .video-block .inline-player .inline-video {
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
  }
}
/* line 659, ../sass/healthyfamily.scss */
.desktop.marquee .video-block .inline-player .inline-video {
  width: 80%;
  left: 10.5%;
  top: 5.5%;
}

/* line 667, ../sass/healthyfamily.scss */
#marquee-content {
  box-sizing: border-box;
  width: 960px;
  color: #006F46;
  position: absolute;
  z-index: 100;
  padding: 6% 22em 0 34px;
  display: block;
  /*top: 15%;
  left: 210px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 667, ../sass/healthyfamily.scss */
  #marquee-content {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 4em 2em 1em;
    text-align: left;
  }
}
/* line 687, ../sass/healthyfamily.scss */
#marquee-content h1 {
  font-family: "LeagueGothic", "Lucida Sans", "Lucida Grande", sans-serif !important;
  font-weight: normal;
  color: #006F46;
  font-size: 54px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 687, ../sass/healthyfamily.scss */
  #marquee-content h1 {
    line-height: 1em;
  }
}
/* line 699, ../sass/healthyfamily.scss */
#marquee-content h2 {
  color: #006F46 !important;
}
@media screen and (max-width: 767px) {
  /* line 699, ../sass/healthyfamily.scss */
  #marquee-content h2 {
    font-size: 1.6em;
    line-height: 1.8em;
  }
}
/* line 706, ../sass/healthyfamily.scss */
#marquee-content p {
  /*margin-top: 15px !important;
  padding: 0 3.5em;*/
  text-align: left;
}
@media only screen and (max-width: 767px) {
  /* line 706, ../sass/healthyfamily.scss */
  #marquee-content p {
    padding: 0;
  }
}
/* line 713, ../sass/healthyfamily.scss */
#marquee-content p.asterik-border {
  margin-bottom: 0px !important;
  text-align: center;
  font-family: "LeagueGothic", Helvetica, Sans-serif;
  font-size: 28px !important;
  letter-spacing: 3px;
}

/* line 724, ../sass/healthyfamily.scss */

@media screen and (max-width: 648px) {
  /* line 727, ../sass/healthyfamily.scss */
  .wrapper.mobile #marquee-content {
   /* background: url("//assets.wholefoodsmarket.com/www/venues/Taqueria/taqueria-page/taqueria-images/Module_1_mobile.jpg") no-repeat;*/
    padding: 0 !important;
  }
  /* line 732, ../sass/healthyfamily.scss */
  .wrapper.mobile #marquee-content #marquee-top {
    width: 100%;
    box-sizing: border-box;
    padding: 1em 1em 0;
    background: url("//assets.wholefoodsmarket.com/www/venues/Taqueria/taqueria-page/taqueria-images/TaqueriaMobileTest-1.jpg") no-repeat;
    background-size: 100% auto;
    height:550px;
  }
  /* line 739, ../sass/healthyfamily.scss */
  .wrapper.mobile #marquee-content p {
    padding: 7em 2em 2em 1em;
    margin:0!important;
    color: #000;
    text-align: center;
  }
}

/* line 746, ../sass/healthyfamily.scss */
#bodycare-standards {
  background: url("//assets.wholefoodsmarket.com/www/venues/Taqueria/taqueria-page/taqueria-images/Module_2.jpg");
  background-size: cover;
}
@media screen and (min-width: 767px) {
  /* line 750, ../sass/healthyfamily.scss */
  #bodycare-standards .column.half.vertically-centered {
    padding: 4% 1em 4%;
  }
  /* line 753, ../sass/healthyfamily.scss */
  #bodycare-standards .module-box {
    width: 400px;
  }
}

/* line 759, ../sass/healthyfamily.scss */
#whole-body-modules {
  background: url("//assets.wholefoodsmarket.com/www/venues/Taqueria/taqueria-page/taqueria-images/Module3_NewImage.jpg")no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  /* line 759, ../sass/healthyfamily.scss */
  #whole-body-modules {
    background: #FFF;
  }
}

/* line 768, ../sass/healthyfamily.scss */
.module-box {
  width: 300px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  margin: 1em;
  padding: 3em 2.5em 1em;
  box-sizing: border-box;
}
@media screen and (max-width: 648px) {
  /* line 768, ../sass/healthyfamily.scss */
  .module-box {
    margin: 0;
  }
}
@media screen and (max-width: 648px) {
  /* line 768, ../sass/healthyfamily.scss */
  .module-box {
    padding: 1em 2em 0;
  }
}
/* line 56, ../sass/healthyfamily.scss */
.module-box h1, .module-box h2, .module-box h3 {
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 648px) {
  /* line 768, ../sass/healthyfamily.scss */
  .module-box {
    width: 100%;
  }
}
/* line 770, ../sass/healthyfamily.scss */
.module-box p {
  text-align: center;
}

/* line 774, ../sass/healthyfamily.scss */
.right-boxes {
  text-align: right;
  padding:4em 1em 4em 0;
}

/* line 777, ../sass/healthyfamily.scss */
.left-boxes {
  text-align: left;
  padding:4em 0 4em 1em;
}

@media screen and (max-width: 767px) {
  background-image: none;
  /* line 782, ../sass/healthyfamily.scss */
  .right-boxes, .left-boxes {
    text-align: left;
    display: block;
    width: 100%;
    background: #fff;
  }
  /* line 787, ../sass/healthyfamily.scss */
  .right-boxes .module-box, .left-boxes .module-box {
    width: 100%;
    margin: 0;
  }

  /* line 792, ../sass/healthyfamily.scss */
  .right-boxes .module-box:last-of-type {
    padding-bottom: 2em;
  }
}
/* line 797, ../sass/healthyfamily.scss */
#meet-expert {
  background:#006F46;
  /*background-image: url("");*/
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/* line 801, ../sass/healthyfamily.scss */
#meet-expert p {
  font-weight: normal;
  text-shadow: #000 2px 1px 10px;
  text-align: center;
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 797, ../sass/healthyfamily.scss */
  #meet-expert {
    padding-bottom: 5em;
  }
  .pane-title{
    display:none;
  }
}
@media screen and (max-width: 767px) {
  /* line 797, ../sass/healthyfamily.scss */
  #meet-expert {
    background-size: auto 100%;
    background-position: right top;
    background-image: linear-gradient(rgba(0, 20, 0, 0.3), rgba(0, 0, 0, 0.1)), url("");
    background: #2f4f4f;
  }
}

/* line 815, ../sass/healthyfamily.scss */
#tips {
  background: white;
  /*border-top: solid 10px #57922c;
  border-bottom: solid 10px #57922c;*/
}
/* line 819, ../sass/healthyfamily.scss */
#tips img {
  text-align: center;
  display: block;
  margin: auto;
}
/* line 824, ../sass/healthyfamily.scss */
#tips .column {
  /*padding: 3em 2.5em 1em;*/
  box-sizing: border-box;
  text-align: center !important;
  background: white;
}
@media screen and (max-width: 648px) {
  /* line 824, ../sass/healthyfamily.scss */
  #tips .column {
    padding: 1em 2em 0;
    width:100%;
  }
}
/* line 56, ../sass/healthyfamily.scss */
#tips .column h1, #tips .column h2, #tips .column h3 {
  text-transform: uppercase;
  text-align: center;
  color:#006F46;
}

/* line 832, ../sass/healthyfamily.scss */
#more-healthy-links {
  background: url(//assets.wholefoodsmarket.com/www/healthy-eating/parents-and-kids/bts-morelinks.jpg);
  background-size: 130%;
  background-repeat: no-repeat;
  background-position: 0px -50px;
}
/* line 833, ../sass/healthyfamily.scss */
#more-healthy-links h2 {
  color: #fff;
}

/* line 844, ../sass/healthyfamily.scss */
#newsletter-block {
  width: 100%;
  z-index: 100;
  position: absolute;
  background: #00734f;
  padding: 2.5em;
  box-sizing: border-box;
  bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 844, ../sass/healthyfamily.scss */
  #newsletter-block {
    position: relative;
    background: #00734f;
  }
}
@media screen and (max-width: 648px) {
  /* line 844, ../sass/healthyfamily.scss */
  #newsletter-block {
    background: #00734f;
    padding: 3.5em 2em 2em;
    position: relative;
  }
}
/* line 869, ../sass/healthyfamily.scss */
#newsletter-block #newsletter-copy {
  width: 100%;
  text-align: center;
  margin: 0 auto 10px;
  background-position: right;
}
@media screen and (max-width: 648px) {
  /* line 869, ../sass/healthyfamily.scss */
  #newsletter-block #newsletter-copy {
    width: 100%;
    padding: 0 0  20px;
    border-right: none;
    background: none;
  }
}
/* line 880, ../sass/healthyfamily.scss */
#newsletter-block #newsletter-copy h2 {
  margin-bottom: 10px;
  text-align: center;
}
/* line 884, ../sass/healthyfamily.scss */
#newsletter-block #newsletter-copy p {
  color: white;
  margin: 10px 0 5px;
}
/* line 889, ../sass/healthyfamily.scss */
#newsletter-block #newsletter-subscription {
  width: 100%;
  display: inline-block;
  margin-right: -4px;
  box-sizing: border-box;
  vertical-align: top;
  vertical-align: middle !important;
}
@media screen and (max-width: 648px) {
  /* line 889, ../sass/healthyfamily.scss */
  #newsletter-block #newsletter-subscription {
    width: 100%;
    padding: 0;
  }
}
/* line 897, ../sass/healthyfamily.scss */
#newsletter-block #newsletter-subscription label {
  height: 0px;
  width: 0px;
  overflow: hidden;
}
/* line 902, ../sass/healthyfamily.scss */
#newsletter-block #newsletter-subscription .form-item input {
  box-sizing: border-box;
  border: none;
  height: 40px;
  vertical-align: top;
  margin-bottom: 0px;
  width: 100%;
  padding-left: 10px;
}
@media screen and (max-width: 648px) {
  /* line 902, ../sass/healthyfamily.scss */
  #newsletter-block #newsletter-subscription .form-item input {
    height: 50px;
    font-size: 24px;
  }
}
/* line 917, ../sass/healthyfamily.scss */
#newsletter-block #newsletter-subscription input[type=submit] {
  border: none;
  display: inline-block;
  padding: 2px 10px;
  font-family: "LeagueGothic";
  text-transform: uppercase;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  background: #006F46;
  margin: 0;
  height: 40px;
}
/* line 931, ../sass/healthyfamily.scss */
#newsletter-block #newsletter-subscription input[type=submit]:hover {
  background: #003021;
}
@media screen and (max-width: 648px) {
  /* line 917, ../sass/healthyfamily.scss */
  #newsletter-block #newsletter-subscription input[type=submit] {
    border-radius: 0 !important;
    padding: 13px 15px;
    font-size: 32px;
    height: 50px;
  }
}
/* line 941, ../sass/healthyfamily.scss */
#newsletter-block #newsletter-subscription p {
  margin: 0px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
/* line 946, ../sass/healthyfamily.scss */
#newsletter-block #newsletter-subscription p.error {
  background: #8c2e0b;
  color: #fff;
  display: block;
  width: auto;
  margin: 0 !important;
  box-sizing: border-box;
  padding: .5em;
  font-size: 12px;
  width: 100%;
}
/* line 958, ../sass/healthyfamily.scss */
#newsletter-block #newsletter-subscription .horizontally-centered {
  text-align: center;
}

/* line 963, ../sass/healthyfamily.scss */
.form-item.form-type-textfield.form-item-EMAIL-ADDRESS- {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 40%;
}

/* line 970, ../sass/healthyfamily.scss */
.form-item.form-type-textfield.form-item-zip {
  width: 20%;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-sizing: border-box;
}

/* line 978, ../sass/healthyfamily.scss */
#content #block-newsletters-newsletters-sidebar-form #newsletters-sidebar-subscription-form {
  border: 0;
  padding: 0;
}

/* line 982, ../sass/healthyfamily.scss */
#content #block-newsletters-newsletters-sidebar-form .newsletter-input-wrap {
  float: none;
}

/* line 987, ../sass/healthyfamily.scss */
.page-node #content .section > .torn-pod-content .contentbox #block-views-generic-page-items-block-2, .page-node #content .section > .torn-pod-content .contentbox .block-views, .node-type-page #content .section > .torn-pod-content .contentbox #block-views-generic-page-items-block-2, .node-type-page #content .section > .torn-pod-content .contentbox .block-views {
  padding: 0;
}

/* line 991, ../sass/healthyfamily.scss */
#breadcrumb.shown {
  position: absolute;
  z-index: 1;
  color: #fff;
}
/* line 995, ../sass/healthyfamily.scss */
#breadcrumb.shown a, #breadcrumb.shown a:link, #breadcrumb.shown a:visited, #breadcrumb.shown a:hover {
  color: #fff;
}
/* line 998, ../sass/healthyfamily.scss */
#breadcrumb.shown .breadcrumb {
  display: block;
  margin: 8px 0 0 0;
}

@media screen and (max-width: 648px) {
  /* line 1005, ../sass/healthyfamily.scss */
  .view-id-generic_page_items img {
    max-width: 100% !important;
  }

  /* line 1008, ../sass/healthyfamily.scss */
  #page > * {
    padding: 0 !important;
  }

  /* line 1012, ../sass/healthyfamily.scss */
  #page {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 728px) {
  /* line 1016, ../sass/healthyfamily.scss */
  body, .PersonaHeader_Info {
    background: #fff;
  }
  /* line 1020, ../sass/healthyfamily.scss */
  body .view-generic-page-items.view-display-id-block_1 .view-content, body .view-generic-page-items.view-display-id-block_2 .view-content, .PersonaHeader_Info .view-generic-page-items.view-display-id-block_1 .view-content, .PersonaHeader_Info .view-generic-page-items.view-display-id-block_2 .view-content {
    margin-top: 1px;
  }
  /* line 1023, ../sass/healthyfamily.scss */
  body #page #section-content, .PersonaHeader_Info #page #section-content {
    padding-top: 1px;
  }
}
/* line 1027, ../sass/healthyfamily.scss */
body .views-field-field-body-mobile, .PersonaHeader_Info .views-field-field-body-mobile {
  background: #fff;
}
/* line 1030, ../sass/healthyfamily.scss */
body .region-marquee, .PersonaHeader_Info .region-marquee {
  /*background: none;*/
}
/* line 1033, ../sass/healthyfamily.scss */
body #block-views-marquee-page-block, .PersonaHeader_Info #block-views-marquee-page-block {
  border-bottom: none;
  /*padding-bottom: 62px !important;*/
}
/* line 1038, ../sass/healthyfamily.scss */
body .marquee-left, body .marquee-right, .PersonaHeader_Info .marquee-left, .PersonaHeader_Info .marquee-right {
  padding-left: 0px;
  padding-right: 0px;
  background: none !important;
  border: none !important;
}
/* line 1044, ../sass/healthyfamily.scss */
body #block-views-marquee-page-block .content, .PersonaHeader_Info #block-views-marquee-page-block .content {
  width: 100%;
  margin: auto;
  background: none !important;
}
