@font-face {
    font-family: 'GothamCondensed';
    src: url('fonts/GothamCondensed-Bold.woff2') format('woff2'),
        url('fonts/GothamCondensed-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'GothamCondensed';
    src: url('fonts/GothamCondensed-Medium.woff2') format('woff2'),
        url('fonts/GothamCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GothamCondensed';
    src: url('fonts/GothamCondensed-Light.woff2') format('woff2'),
        url('fonts/GothamCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}





html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}
.fp-section {
  position: relative;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #268aac;
  font-size: 14px;
  white-space: nowrap;
  max-width: 220px;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #268aac;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
img {
  user-drag: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
body {
  background-color: #ffffff;
  background-size: 100% 100%;
  padding-top: 40px;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
}
h1,
h2 {
  color: #006DB0;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  line-height: 70px;
}
h1 span,
h2 span {
  font-weight: 200;
}
h3 {
  color: #006DB0;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
}
p {
  line-height: 24px;
}
svg {
  display: inline-block;
}
.inline-list {
  margin: 0;
  padding: 0;
}
.inline-list:after {
  content: "";
  display: table;
  clear: both;
}
.inline-list li {
  float: left;
  margin-right: 20px;
  list-style-type: none;
}
.inline-list li:last-child {
  margin-right: 0;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.cf-wrap {
  *zoom: 1;
}
.cf-wrap:before,
.cf-wrap:after {
  content: '';
  display: table;
}
.cf-wrap:after {
  clear: both;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: '';
  display: table;
}
.row:after {
  clear: both;
}
.img-responsive {
  vertical-align: top;
  width: 100%;
}
.fixed-full {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  position: relative;
}
.fixed-full:before,
.fixed-full:after {
  content: '';
  display: table;
}
.fixed-full:after {
  clear: both;
}
.fixed-width {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  padding: 0 70px;
  position: relative;
}
.fixed-width:before,
.fixed-width:after {
  content: '';
  display: table;
}
.fixed-width:after {
  clear: both;
}


/*.dropdown-fluidwrap {
  display: flex !important;
  justify-content: space-between !important;
  max-width: 1000px !important;
}*/

/*.dropdown-fluid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 15px;
  position: relative;
  height: 170px;
}*/


.dropdown-fluid {
  display: block;
}

.dropdown-fluid a {
  text-decoration: none;
  display: block;
}

.dropdown-fluid a:hover span {
  color: #26B5E4;
}

.dropdown-fluid span.active {
  color: #26B5E4;
}


.dropdown-fluid span {
  display: block;
  text-transform: uppercase;
  color: #006DB0;
  font-family: 'Figtree', sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 120%;
  text-align: left;
  padding-left: 30px;
  margin: 16px 0;
}


/*.dropdown-fluid span {
  display: block;
  text-transform: uppercase;
  color: #006DB0;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}*/

.dropdown-fluid img {
  width: 100%;
}


/*#dropdown-nutritious-pea-milk {
  max-width: 274px;
}

#dropdown-kids {
  max-width: 160px;
}


#dropdown-half-half {
  max-width: 158px;
}


#dropdown-yogurt {
  max-width: 194px;
}


#dropdown-nutrition {
  max-width: 202px;
}*/



.hp-slide img {
  width: 100%;
  max-width: 1400px;
}


#homepage-slider {
  z-index: 3;
  position: relative;
  margin: 0 !important;
}

.hp-slide {
  position: relative;
  display: none;
}

#homepage-slider .slick-next,
#homepage-slider .slick-prev {
  opacity: 0;
  transition: opacity 0.3s;
}


#homepage-slider:hover > .slick-next,
#homepage-slider:hover > .slick-prev {
  opacity: 1;
}


.foil-text {
  position: absolute;
  top: 10%;
  left: 0;
  width: 38%;
  padding: 0 4%;
  text-align: center;
  color: #006DB0;
}


.foil-text h2 {
  margin: 0;
  line-height: 100%;
  font-weight: 600;
  font-size: 3.3vw;
  white-space: nowrap;
  margin-bottom: 6%;
  display: inline-block;
}

.foil-text p {
  font-weight: 600;
  margin: 0 0 6%;
  font-size: 1.8vw;
  letter-spacing: -1px !important;
  line-height: 140%;
  width: 90%;
  display: inline-block;
}

.foil-text.foil-m {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.foil-text.foil-m h2 {
  font-size: 36px;
}

.foil-text.foil-m p {
  font-size: 16px;
}





.baristahp-text {
  position: absolute;
  top: 5%;
  left: 0;
  width: 58%;
  padding: 0;
  text-align: center;
  color: #002f87;
  background-image: url('/img/slide-barista-bg.jpg');
  background-size: cover;
}


.baristahp-text h2 {
  margin: 0;
  line-height: 100%;
  font-weight: 600;
  font-size: 3.3vw;
  white-space: nowrap;
  margin-bottom: 4%;
  display: inline-block;
}

.baristahp-text p {
  font-weight: 600;
  margin: 0 0 4%;
  font-size: 1.8vw;
  letter-spacing: -1px !important;
  line-height: 140%;
  width: 90%;
  display: inline-block;
  max-width: 650px;
}

.baristahp-text.baristahp-m {
  position: relative;
  width: 100%;
  padding: 30px 0;
}


.baristahp-h2 {
  width: 100%;
  max-width: 577px;
  padding-bottom: 15%;
  background-image: url(/img/slide-barista-header.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.hp-slide img.baristahp-icons {
  width: 80%;
  max-width: 486px;
  margin: 0 auto;
  padding-bottom: 4%;
}


.baristahp-text.baristahp-m p {
  font-size: 16px;
}



.nutrition-text {
  position: absolute;
  width: 27%;
  top: 9%;
  left: 6%;
  text-align: center;
}



.nutrition-text.nutrition-m {
  position: relative;
  width: 65%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: center;
}

.nutrition-text img {
  width: 100%;
  max-width: 364px;
  display: inline-block;
}

.nutrition-text .hp-cta {
  background-color: black;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 2%;
}

.nutrition-text.nutrition-m .hp-cta {
  padding-top: 13px;
  padding-bottom: 10px;
  }

.nutrition-text .hp-cta:hover {
  background-color: #333;
}

.baristahp-slide .hp-cta {
  background-color: #002f87;
  margin-top: 3%;
}

.baristahp-slide .hp-cta:hover {
background-color: #033ca7
}

.ripple-pixel {
  position: absolute;
  top: 0;
  left: 0;
}



.simple-text a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 11px;
}

.simple-text a.active {
  color: #2e5372;
}


.allergen-h3 {
  text-align:center; 
  margin: 10px 0 30px 0; 
  font-size: 24px; 
  font-weight: 300;
}



.contact-span {
  margin-bottom: 0;
}


.contact-span h2, .contact-span-wide h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 100%;
  margin-bottom: 5px;
}

.contact-span p, .contact-span-wide p {
  margin-top: 0;
  font-size: 18px;
  line-height: 160%;
}

.contact-span a, .contact-span-wide a {
  display: block;
  color: #006DB0;
  text-decoration: none;
}

.contact-span a:hover, .contact-span-wide a:hover {
  color: #333;
}


.contact-container {
  padding-top: 120px !important;
}



.size-switcher {
  text-align: center;
  margin-bottom: 50px;
}

.size-switcher h3 {
  font-size: 25px;
  font-weight: bold;
}

.size-switcher.barista-color h3 {
  color: #002F87;
}

.switch-pill {
  display: inline-block;
  background-color: rgba(38, 136, 170, 0.5);
  color: #fff;
  padding: 14px 0 10px;
  font-size: 17px;
  font-weight: 600;
  width: 180px;
  cursor: pointer;
  border: none;
}

.size-switcher.barista-color .switch-pill {
  background-color: rgba(0, 47, 135, 0.5);
}

.switch-pill.active {
  background-color: #006DB0;
}

.size-switcher.barista-color .switch-pill.active {
  background-color: #002F87;
}

.left-switch {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.right-switch {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.switch-content {
  display: none;
}

.switch-content.active {
  display: block;
}


#toaster {
  height: 40px;
  text-align: center;
  background-color: #006DB0;
  color: #fff;
  font-weight: 600;
  position: relative;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}



@media only screen and (max-width: 600px) {
  .switch-pill {
    width: 150px;
  }
}





@media only screen and (min-width: 768px) {

  .contact-container {
    padding-top: 160px !important;
  }

  .contact-span {
    margin-bottom: 0px;
  }

  .allergen-h3 {
    font-size: 36px; 
  }

  .baristahp-text {
    background-image: none;
  }

  .baristahp-slide .hp-cta {
    padding: 1.8% 4% 1.3%;
    margin-top: 0;
  }

  .hp-slide img.baristahp-icons {
    width: 60%;
  }

}


@media only screen and (min-width: 1400px) {

  .foil-text h2 {
    font-size: 44px;
  }

  .foil-text p {
    font-size: 24px;
  }

  .baristahp-text h2 {
    font-size: 44px;
  }

  .baristahp-text p {
    font-size: 24px;
  }

}


@media only screen and (max-width: 768px) {
  .fixed-width {
    padding: 0 15px;
  }
}
.fixed-full-hp {
  *zoom: 1;
  width: auto;
  max-width: 1270px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  height: 100%;
}
.fixed-full-hp.wider {
  max-width: 1380px;
}
.fixed-full-hp:before,
.fixed-full-hp:after {
  content: '';
  display: table;
}
.fixed-full-hp:after {
  clear: both;
}
.fixed-width-hp {
  *zoom: 1;
  width: auto;
  max-width: 1270px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 70px;
  height: 100%;
  position: relative;
}

.fixed-kids {
  max-width: 1400px;
}
.fixed-width-hp:before,
.fixed-width-hp:after {
  content: '';
  display: table;
}
.fixed-width-hp:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .fixed-width-hp {
    padding: 0 15px;
  }
}



.blue {
  color: #006DB0;
}

.kidsgreen {
  color: #00BBB6;
}

.darkblue {
  color: #2E5372;
}

.grn {
  color: #60af54;
  font-weight: 500;
}
.white {
  color: #fff;
}
.black_ripple {
  color: #30373c;
}
.body_ripple {
  color: #4d555b;
}
.cream_ripple {
  color: #ffffff;
}
.unsweetened {
  color: #00A7E1;
}
.unsweetened-vanilla {
  color: #F05B78;
}

.original-otg {
  color: #0067B3 !important;
}
.kids-original-otg {
  color: #00BBB6 !important;
}
.original-otg-bg {
  background-color: #0067B3 !important;
}
.kids-original-otg-bg {
  background-color: #00BBB6 !important;
}

.vanilla-otg {
  color: #DF145B !important;
}
.vanilla-otg-bg {
  background-color: #DF145B !important;
}

.chocolate-otg {
  color: #843A35 !important;
}
.chocolate-otg-bg {
  background-color: #843A35 !important;
}

.vanilla-protein-shake {
  color: #00a0df !important;
}

.vanilla-protein-shake-bg {
  background-color: #00a0df !important;
}

.vanilla {
  color: #ED145B;
}
.vanilla-blue {
  color: #4496ab !important;
}
.vanilla-yogurt {
  color: #D3C89B !important;
}
.powder-unflavored {
  color: #00A98F !important;
}
.superfoods-matcha {
  color: #A5AC00 !important;
}


.icecream-vanilla {
  color: #8ABADD !important;
}
.icecream-chocolate {
  color: #986A4C !important;
}

.icecream-cinnamon {
  color: #C48672 !important;
}
.icecream-mint {
  color: #A2E4B8 !important;
}
.icecream-cookies {
  color: #CBC4BC !important;
}


.icecream-vanilla-bg {
  background-color: #8ABADD !important;
}
.icecream-chocolate-bg {
  background-color: #986A4C !important;
}
.icecream-cinnamon-bg {
  background-color: #C48672 !important;
}
.icecream-mint-bg {
  background-color: #A2E4B8 !important;
}
.icecream-cookies-bg {
  background-color: #CBC4BC !important;
}

.superfoods-matcha-bg {
  background-color: #A5AC00 !important;
}
.superfoods-turmeric {
  color: #D29E14 !important;
}
.superfoods-turmeric-bg {
  background-color: #D29E14 !important;
}
.superfoods-acai {
  color: #6F2B62 !important;
}
.superfoods-acai-bg {
  background-color: #6F2B62 !important;
}
.barista-color {
  color: #002F87 !important;
}
.sour-color {
  color: #298AAC !important;
}
.powder-vanilla {
  color: #609AB6 !important;
}
.powder-chocolate {
  color: #843A35 !important;
}
.powder-protein {
  color: #006D46 !important;
}
.strawberry-yogurt {
  color: #E43D30 !important;
}
.blueberry-yogurt {
  color: #97CAEB !important;
}
.peach-yogurt {
  color: #f4b223 !important;
}
.chocolate {
  color: #823B33 !important;
}
.chocolate-shake {
  color: #843A35 !important;
}

.caramel-shake {
  color: #C77D30 !important;
}

.coffee-shake {
  color: #95785E !important;
}
.unsweetened-bg {
  background-color: #00A7E1 !important;
}
.unsweetened-vanilla-bg {
  background-color: #F05B78 !important;
}
.vanilla-bg {
  background-color: #ED145B !important;
}
.vanilla-yogurt-bg {
  background-color: #D3C89B !important;
}
.strawberry-yogurt-bg {
  background-color: #E43D30 !important;
}
.blueberry-yogurt-bg {
  background-color: #97CAEB !important;
}
.peach-yogurt-bg {
  background-color: #f4b223 !important;
}
.chocolate-bg {
  background-color: #823B33 !important;
}
.gold-bg {
  background-color: #b3a071 !important;
}
nav {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 115px;
  top: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}
.noshad {
  box-shadow: none;
}
.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-el {
  width: 100%;
}
.justified {
  text-align: justify;
}
text-justify inter-word,
.text-visible {
  opacity: 1 !important;
  -webkit-transition: opacity 1.2s;
          transition: opacity 1.2s;
}
.visible-hover {
  opacity: 1 !important;
}
.trans-03 {
  opacity: 0.3;
}
.trans-05 {
  opacity: 0.5;
}
.invisible {
  opacity: 0;
}
.coupon-button {
  border: none;
  text-decoration: none;
  color: initial;
  text-transform: uppercase;
  display: inline-block;
  background: #006DB0;
  color: #fff !important;
  font-size: 22px;
  font-weight: 600;
  border-radius: 5px;
  border: 2px solid #98cbda !important;
  padding: 20px 50px 15px 50px;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}
.coupon-button:hover {
  border: none;
  text-decoration: none;
  color: initial;
}

.coupon-button.dark {
  background: #212223;
}

.coupon-button.barista-color {
  background: #002F87;
}

.coupon-button.barista-color:hover {
  background: #1048af;
}

.coupon-button.dark:hover {
  background: #555;
}

.coupon-button:visited {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .coupon-button {
    font-size: 18px;
    padding: 15px 40px 10px 40px;
  }
}
.coupon-button:hover {
  color: #fff;
  border: 2px solid #98cbda;
  background: #98cbda;
}
.wd-1370 {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.wd-1370:before,
.wd-1370:after {
  content: '';
  display: table;
}
.wd-1370:after {
  clear: both;
}
.margin20 {
  margin: 20px 0;
}
.margin50 {
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  .margin50 {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  .margin50 {
    margin: 30px 0;
  }
}
::-webkit-input-placeholder {
  color: #006DB0;
  font-size: 18px;
  font-weight: 400;
}
:-moz-placeholder {
  color: #006DB0;
  font-size: 18px;
  font-weight: 400;
}
::-moz-placeholder {
  color: #006DB0;
  font-size: 18px;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #006DB0;
  font-size: 18px;
  font-weight: 400;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
@media only screen and (min-width: 768px) {
  span.br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}


@media only screen and (max-width: 1000px) {
  .hide-medium {
    display: none !important;
  }
  .show-medium {
    display: block !important;
  }
  #stat-legend small:first-child { 
    margin-top: 20px !important;
  }
}
.show-mobile {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .show-mobile {
    display: block !important;
  }
}
.bg-mobile img {
  vertical-align: top;
  width: 100%;
}
.bg-mobile.hd {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .bottom-zero {
    margin-bottom: 0 !important;
  }
}
.long-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
#search a {
  opacity: 0;
}
.spacer50 {
  width: 100%;
  margin: 35px 0;
}
span.br-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  span.br-mobile {
    display: inline-block;
  }
}
.hide-temp-store {
  display: none !important;
}
#thankyou-section {
  width: 100%;
  background: #006DB0;
  margin-top: 146px;
}

#notfound-section {
  width: 100%;
  background: url("/img/ripple-404.jpg?ver=113") no-repeat;
  background-position: center;
  margin-top: 75px;
  min-height: 909px;
}
@media only screen and (max-width: 1000px) {
  #thankyou-section {
    margin-top: 75px;
  }
  #notfound-section {
    margin-top: 75px;
    background: #006DB0;
    min-height: 300px;
  }
}
#thankyou-inner {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  height: 462px;
  background: url("/img/coupon-ripplefoods.jpg?ver=113") no-repeat;
  background-position: center;
  padding: 0 25px;
}
#thankyou-inner:before,
#thankyou-inner:after {
  content: '';
  display: table;
}
#thankyou-inner:after {
  clear: both;
}




#notfound-inner {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 25px;
}
#notfound-inner:before,
#notfound-inner:after {
  content: '';
  display: table;
}
#notfound-inner:after {
  clear: both;
}

#notfound-inner a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid white;
}

#notfound-inner a:hover {
  border: none;
}

@media only screen and (max-width: 768px) {
  #thankyou-inner, #notfound-inner {
    background: none;
  }
}
#thankyou-inner h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  max-width: 480px;
  margin-top: 100px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #notfound-inner h1 {
    color: #fff;
  font-size: 48px;
  line-height: 75px;
  max-width: 480px;
  }

  #notfound-inner h1 span {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #notfound-inner h1 {
    color: #fff;
  font-size: 97px;
  line-height: 97px;
  max-width: 550px;
  }

  #notfound-inner h1 span {
    display: inline-block;
    font-size: 48px;
    line-height: 75px;
  }
}

#header-nav {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #30373c;
  font-family: 'Figtree', sans-serif;
  padding: 0 0 0 10px;
  white-space: nowrap;
}
#header-nav:before,
#header-nav:after {
  content: '';
  display: table;
}
#header-nav:after {
  clear: both;
}
@media only screen and (max-width: 1000px) {
  #header-nav {
    padding: 0;
  }
}
#header-nav div {
  white-space: nowrap;
  /*height: 75px;*/
}
#header-nav #mobile-icon {
  display: none;
  height: 75px;
}
@media only screen and (max-width: 1000px) {
  #header-nav #mobile-icon {
    display: inline-block;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 9%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #header-nav #mobile-icon:before,
  #header-nav #mobile-icon:after {
    content: '';
    display: table;
  }
  #header-nav #mobile-icon:after {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  #header-nav #mobile-icon {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 10%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #header-nav #mobile-icon:before,
  #header-nav #mobile-icon:after {
    content: '';
    display: table;
  }
  #header-nav #mobile-icon:after {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  #header-nav #mobile-icon {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 15%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #header-nav #mobile-icon:before,
  #header-nav #mobile-icon:after {
    content: '';
    display: table;
  }
  #header-nav #mobile-icon:after {
    clear: both;
  }
}
#header-nav #mobile-icon span {
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 2px;
  margin-bottom: 4px;
  background-color: #006DB0;
}
span.item_count {
  width: 25px;
  height: 20px;
  position: absolute;
  display: block;
  top: 18px;
  left: 10px;
  color: #000;
}
#header-nav #mobile-icon .span-wrap {
  display: inline-block;
}
#header-nav #mobile-icon a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 28px;
  text-align: center;
}
#header-nav #logo {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 15%;
  margin-left: 0%;
  margin-right: 0%;
  display: inline-block;
  text-align: left;
  position: relative;
  top: 10px;
}
#header-nav #logo:before,
#header-nav #logo:after {
  content: '';
  display: table;
}
#header-nav #logo:after {
  clear: both;
}
#header-nav #logo svg {
  fill: #006DB0;
  width: 147px;
  height: 65px;
}
@media only screen and (max-width: 768px) {
  #header-nav #logo svg {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1000px) {
  #header-nav #logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 61%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #header-nav #logo:before,
  #header-nav #logo:after {
    content: '';
    display: table;
  }
  #header-nav #logo:after {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  #header-nav #logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 60%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #header-nav #logo:before,
  #header-nav #logo:after {
    content: '';
    display: table;
  }
  #header-nav #logo:after {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  #header-nav #logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 55.00000000000001%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #header-nav #logo:before,
  #header-nav #logo:after {
    content: '';
    display: table;
  }
  #header-nav #logo:after {
    clear: both;
  }
}
#header-nav #menu-items {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 85%;
  margin-left: 0%;
  margin-right: 0%;
  margin: 0;
  padding: 0;
  display: flex;
  display: -moz-flex;
     display: -webkit-flex;
     display: -ms-flex;
  justify-content: space-between;
}
#header-nav #menu-items:before,
#header-nav #menu-items:after {
  content: '';
  display: table;
}
#header-nav #menu-items:after {
  clear: both;
}
@media only screen and (max-width: 1170px) {
  #header-nav #menu-items {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    margin-left: 0%;
    margin-right: 0%;
  }
  #header-nav #menu-items:before,
  #header-nav #menu-items:after {
    content: '';
    display: table;
  }
  #header-nav #menu-items:after {
    clear: both;
  }
}
@media only screen and (max-width: 1000px) {
  #header-nav #menu-items, .dropdown-short {
    display: none !important;
  }

}

#header-nav #menu-items li {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}



@media only screen and (max-width: 1280px) {

  .dropdown-short {
    left: 40px !important;
    max-width: 940px !important;
  }
}

@media only screen and (max-width: 1190px) {
  #header-nav #menu-items li {
    font-size: 12px;
  }

  .dropdown-short {
    left: 50px !important;
    max-width: 820px !important;
  }

}




#header-nav #menu-items li#products_item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
}
#header-nav #menu-items li#products_item:before,
#header-nav #menu-items li#products_item:after {
  content: '';
  display: table;
}
#header-nav #menu-items li#products_item:after {
  clear: both;
}
#header-nav #menu-items li#products_item:last-child {
  margin-right: 0%;
}
#header-nav #menu-items li#healthy-living_item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
}
#header-nav #menu-items li#healthy-living_item:before,
#header-nav #menu-items li#healthy-living_item:after {
  content: '';
  display: table;
}
#header-nav #menu-items li#healthy-living_item:after {
  clear: both;
}
#header-nav #menu-items li#healthy-living_item:last-child {
  margin-right: 0%;
}
#header-nav #menu-items li#healthy-environment_item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
}
#header-nav #menu-items li#healthy-environment_item:before,
#header-nav #menu-items li#healthy-environment_item:after {
  content: '';
  display: table;
}
#header-nav #menu-items li#healthy-environment_item:after {
  clear: both;
}
#header-nav #menu-items li#healthy-environment_item:last-child {
  margin-right: 0%;
}
#header-nav #menu-items li#our-story_item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
}
#header-nav #menu-items li#our-story_item:before,
#header-nav #menu-items li#our-story_item:after {
  content: '';
  display: table;
}
#header-nav #menu-items li#our-story_item:after {
  clear: both;
}
#header-nav #menu-items li#our-story_item:last-child {
  margin-right: 0%;
}
#header-nav #menu-items li#store-locator_item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
}
#header-nav #menu-items li#store-locator_item:before,
#header-nav #menu-items li#store-locator_item:after {
  content: '';
  display: table;
}
#header-nav #menu-items li#store-locator_item:after {
  clear: both;
}
#header-nav #menu-items li#store-locator_item:last-child {
  margin-right: 0%;
}
#header-nav #menu-items li#ripptein_item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
}

#header-nav #menu-items li#ripptein_item:before,
#header-nav #menu-items li#ripptein_item:after {
  content: '';
  display: table;
}
#header-nav #menu-items li#ripptein_item:after {
  clear: both;
}
#header-nav #menu-items li#ripptein_item:last-child {
  margin-right: 0%;
}
#header-nav #menu-items li.shop_item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
}
#header-nav #menu-items li.shop_item:before,
#header-nav #menu-items li.shop_item:after {
  content: '';
  display: table;
}
#header-nav #menu-items li.shop_item:after {
  clear: both;
}
#header-nav #menu-items li.shop_item:last-child {
  margin-right: 0%;
}

#header-nav #menu-items li#hmyaccount {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
}
#header-nav #menu-items li#hmyaccount:before,
#header-nav #menu-items li#hmyaccount:after {
  content: '';
  display: table;
}
#header-nav #menu-items li#hmyaccount:after {
  clear: both;
}
#header-nav #menu-items li#hmyaccount:last-child {
  margin-right: 0%;
}

#header-nav #menu-items li#hcart {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  position: relative;
  margin-left: 0 0.3%;
  margin-top: 4px;
}
#header-nav #menu-items li#hcart a {
  padding: 0;
}
#header-nav #menu-items li#hcart:before,
#header-nav #menu-items li#hcart:after {
  content: '';
  display: table;
}
#header-nav #menu-items li#hcart:after {
  clear: both;
}
#header-nav #menu-items li#hcart:last-child {
  margin-right: 0%;
}
#header-nav #menu-items li span.item_count {
    width: 25px;
    height: 20px;
    position: absolute;
    display: block;
    top: 14px;
    left: 19px;
}
#header-nav #menu-items a {
  border: none;
  text-decoration: none;
  color: initial;
  display: inline-block;
  color: #30373c;
  border-radius: 5px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  padding: 0 10px;
  -webkit-transition: background-color 0.4s, color 0.4s;
          transition: background-color 0.4s, color 0.4s;
}
#header-nav #menu-items a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
#header-nav #menu-items a:visited {
  opacity: 1;
}
#header-nav #menu-items a.active {
  -webkit-transition: background-color 0.4s, color 0.4s;
          transition: background-color 0.4s, color 0.4s;
  border-radius: 5px;
  background: #b4a37b;
  color: #fff;
  height: 26px;
  line-height: 28px;
}
#header-nav #menu-items .btn.btn-subscribe {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  height: auto;
  color: #fff;
  line-height: 32px;
  min-width: 120px;
  letter-spacing: 0.08em;
}
#header-nav #menu-items .btn.btn-subscribe.active,
#header-nav #menu-items .btn.btn-subscribe:hover,
#header-nav #menu-items .btn.btn-subscribe:focus {
    background-color: #006DB0 !important;
    border-color: #006DB0 !important;
}
#header-nav #menu-items .btn-info {
    color: #fff;
    background-color: #35aed4;
    border-color: #2e9cbf;
}
#header-nav #coupons {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 15%;
  margin-left: 0%;
  margin-right: 0%;
}
#header-nav #coupons:before,
#header-nav #coupons:after {
  content: '';
  display: table;
}
#header-nav #coupons:after {
  clear: both;
}
@media only screen and (max-width: 1170px) {
  #header-nav #coupons {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 17%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #header-nav #coupons:before,
  #header-nav #coupons:after {
    content: '';
    display: table;
  }
  #header-nav #coupons:after {
    clear: both;
  }
}
@media only screen and (max-width: 1000px) {
  #header-nav #coupons {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 30%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #header-nav #coupons:before,
  #header-nav #coupons:after {
    content: '';
    display: table;
  }
  #header-nav #coupons:after {
    clear: both;
  }
}
#header-nav #coupons a {
  border: none;
  text-decoration: none;
  color: initial;
  position: relative;
  display: block;
  width: 181px;
  height: 85px;
  background-color: #268aac;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-nav #coupons a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
#header-nav #coupons a:visited {
  opacity: 1;
}
@media only screen and (max-width: 1000px) {
  #header-nav #coupons a {
    float: right;
    height: 75px;
    border-bottom-right-radius: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #header-nav #coupons a {
    width: 100%;
  }
}
#header-nav #coupons svg {
  fill: #fff;
  width: 65px;
  height: 65px;
}
@media only screen and (max-width: 600px) {
  #header-nav #coupons svg {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #header-nav #coupons svg {
    width: 55px;
    height: 55px;
  }
}
#header-nav #coupons #close-cut {
  display: none;
}
#header-nav #coupons span {
  min-width: 103px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  padding-left: 10px;
}
@media only screen and (max-width: 600px) {
  #header-nav #coupons span {
    text-align: center;
    padding-left: 0;
    font-size: 16px;
    line-height: 16px;
  }
}
#header-nav #search {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 5%;
  margin-left: 0%;
  margin-right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header-nav #search:before,
#header-nav #search:after {
  content: '';
  display: table;
}
#header-nav #search:after {
  clear: both;
}
@media only screen and (max-width: 1170px) {
  #header-nav #search {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 8%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #header-nav #search:before,
  #header-nav #search:after {
    content: '';
    display: table;
  }
  #header-nav #search:after {
    clear: both;
  }
}
@media only screen and (max-width: 1000px) {
  #header-nav #search {
    display: none;
  }
}
#header-nav #search img {
  width: 18px;
}
.dropdown {
  display: none;
  position: fixed;
  width: 100%;
  top: 115px;
  z-index: 19;
  background-color: #ffffff;
  padding: 25px 0 10px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}

.dropdown-short {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  left: 60px;
  right: 0;
  top: 115px;
  z-index: 19;
  background-color: #ffffff;
  padding: 15px 0 10px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.2);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-flex {
  display: flex;
}

.dropdown-menu {
  width: 40%;
  padding-right: 40px;
  margin-right: 30px;
  position: relative;
}

.dropdown-menu:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 88%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dcdbd2;
}

.dropdown-image {
  width: 60%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
}

.dropdown-image img {
  width: 100%;
  max-width: 485px;
  display: none;
}

.dropdown-image img.active {
  display: block;
}


.dropdown-inner {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 25px;
  width: 100%;
  text-align: center;
}
.dropdown-inner:before,
.dropdown-inner:after {
  content: '';
  display: table;
}
.dropdown-inner:after {
  clear: both;
}
@media only screen and (max-width: 1000px) {
  .dropdown-inner {
    overflow-y: scroll;
  }
}
.dropdown-inner img {
  width: 100%;
  max-width: 1263px;
}
#dropdown-products .dropdown-inner {
  *zoom: 1;
  width: auto;
  max-width: 1220px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 5px 20px;
}
#dropdown-products .dropdown-inner:before,
#dropdown-products .dropdown-inner:after {
  content: '';
  display: table;
}
#dropdown-products .dropdown-inner:after {
  clear: both;
}
#dropdown-products a {
  overflow: visible;
}

#dropdown-products img {
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
}
.dropdown-fluid:hover img {
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}
#dropdown-living .dropdown-inner img {
  max-width: 1350px;
  padding-bottom: 5px;
}
#dropdown-environment .dropdown-inner img {
  max-width: 1350px;
  padding-bottom: 5px;
}
#dropdown-story .dropdown-inner img {
  max-width: 1350px;
  padding-bottom: 5px;
}
#dropdown-coupons {
  padding: 0;
  background-color: #006DB0;
}
#dropdown-coupons .dropdown-inner {
  background: url("/img/coupon-ripplefoods.jpg?ver=113") no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #006DB0;
  height: 462px;
}
@media only screen and (max-width: 768px) {
  #dropdown-coupons .dropdown-inner {
    background: none;
    background-color: #006DB0;
  }
}
.active-blue {
  box-shadow: none !important;
}
.dropdown-visible {
  display: block !important;
}
#breadcrumbs {
  position: fixed;
  background: #006DB0;
  color: #fff;
  top: 115px;
  z-index: 1000;
  width: 100%;
}
#breadcrumbs.creamy-yogurt {
  background:#2E5372;
}

@media only screen and (max-width: 1000px) {
  #breadcrumbs {
    display: none;
  }
}
#breadcrumbs ol {
  margin: 0;
  padding: 0;
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 10px 0 8px 4%;
}
#breadcrumbs ol:after {
  content: "";
  display: table;
  clear: both;
}
#breadcrumbs ol li {
  float: left;
  margin-right: 15px;
  list-style-type: none;
}
#breadcrumbs ol li:last-child {
  margin-right: 0;
}
#breadcrumbs ol:before,
#breadcrumbs ol:after {
  content: '';
  display: table;
}
#breadcrumbs ol:after {
  clear: both;
}
#breadcrumbs li {
  background: url("/img/breadcrumbs-arrow.png?ver=113") no-repeat;
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 20px;
  font-size: 14px;
}
#breadcrumbs li:last-child {
  background: none;
}
#breadcrumbs a {
  border: none;
  text-decoration: none;
  color: initial;
  color: #fff;
}
#breadcrumbs a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
#breadcrumbs a:visited {
  opacity: 1;
}
#breadcrumbs .active {
  font-weight: 600;
  cursor: default;
  text-transform: uppercase;
}
.dropdown-col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 24.25%;
  margin-left: 0%;
  margin-right: 1%;
}
.dropdown-col:before,
.dropdown-col:after {
  content: '';
  display: table;
}
.dropdown-col:after {
  clear: both;
}
.dropdown-col:last-child {
  margin-right: 0%;
}
.dropdown-col img {
  width: 100%;
  max-width: 155px;
}
.dropdown-col a {
  display: block;
  margin: 0px;
  border: none;
  text-decoration: none;
  color: initial;
}
.dropdown-col a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
.dropdown-col a:visited {
  opacity: 1;
}
.dropdown-col a:first-child {
  margin-bottom: 20px;
}
.dropdown-col a#original-img {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("/img/original-l.png?ver=113") no-repeat;
  width: 310px;
  height: 47px;
}
.dropdown-col a#original_unsweetened-img {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("/img/original-unsweetened-l.png?ver=113") no-repeat;
  width: 310px;
  height: 47px;
}
.dropdown-col a#vanilla-img {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("/img/vanilla-l.png?ver=113") no-repeat;
  width: 310px;
  height: 47px;
}
.dropdown-col a#chocolate-img {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("/img/chocolate-l.png?ver=113") no-repeat;
  width: 310px;
  height: 47px;
}
.dropdown-col .drop-bottle {
  display: inline-block !important;
  background-size: 100% auto !important;
  width: 100% !important;
  max-width: 310px !important;
}
.dropdown-col.heal-col,
.dropdown-col.story-col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 32.666666666666664%;
  margin-left: 0%;
  margin-right: 1%;
}
.dropdown-col.heal-col:before,
.dropdown-col.story-col:before,
.dropdown-col.heal-col:after,
.dropdown-col.story-col:after {
  content: '';
  display: table;
}
.dropdown-col.heal-col:after,
.dropdown-col.story-col:after {
  clear: both;
}
.dropdown-col.heal-col:last-child,
.dropdown-col.story-col:last-child {
  margin-right: 0%;
}
.dropdown-col.heal-col img,
.dropdown-col.story-col img {
  width: 100% !important;
  -webkit-transition: -webkit-transform 1.5s;
          transition: transform 1.5s;
}
.dropdown-col.heal-col img:hover,
.dropdown-col.story-col img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


.dropdown-col.nutrition-col {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 20%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
  }


.dropdown-col.heal-col a,
.dropdown-col.story-col a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-width: 431px !important;
  max-height: 256px !important;
  font-family: 'Figtree', sans-serif;
  font-size: 22px;
  line-height: 22px;
  color: #006DB0;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1260px) {
  .dropdown-col.heal-col a,
  .dropdown-col.story-col a {
    font-size: 16px;
    line-height: 16px;
  }
}
.dropdown-col.hel-col a:first-child {
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-col.hel-col img {
  width: 100% !important;
  max-width: 322px !important;
  -webkit-transition: -webkit-transform 1.5s;
          transition: transform 1.5s;
}
.dropdown-col.hel-col img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.dropdown-col.hel-col a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: block;
  border-radius: 10px;
  font-family: 'Figtree', sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: block;
  overflow: hidden;
  max-width: 320px !important;
  max-height: 258px !important;
  color: #006DB0;
  font-weight: 600;
  text-transform: uppercase;
}


@media only screen and (max-width: 1260px) {
  .dropdown-col.hel-col a {
    font-size: 16px;
    line-height: 16px;
  }
}
.bot {
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
#global-overlay {
  position: fixed;
  z-index: 920;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  display: none;
}
#mobile-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #006DB0;
  z-index: 999;
}
@media only screen and (min-width: 1000px) {
  #mobile-wrap {
    display: none !important;
  }
  .show-medium {
    display: none !important;
  }
}
#menu-mobile {
  width: 100%;
  height: 100%;
  text-align: left;
  position: fixed;
  top: 130px;
  left: 0;
}
#menu-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-mobile a {
  border: none;
  text-decoration: none;
  color: initial;
  text-transform: uppercase;
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0;
  padding: 5% 2% 4% 5%;
  font-weight: 600;
  color: #fff;
  display: block;
  border-bottom: 1px solid #888;
  clear: none;
}
#menu-mobile a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
#menu-mobile a:visited {
  opacity: 1;
}
#menu-mobile a:hover {
  color: #fff;
  border-bottom: 1px solid #888;
}
#contact-mobile {
  position: fixed;
  width: 100%;
  bottom: 3%;
  left: 0;
}
.copyright-mobile {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  color: #999;
  letter-spacing: 2px;
}
.copyright-mobile:before,
.copyright-mobile:after {
  content: '';
  display: table;
}
.copyright-mobile:after {
  clear: both;
}
.copyright-mobile:last-child {
  margin-right: 0%;
}
.copyright-mobile span.slash {
  display: inline-block;
  padding: 0 15px;
}
@media only screen and (max-width: 600px) {
  .copyright-mobile span.slash {
    display: none;
  }
}
.copyright-mobile a {
  border: none;
  text-decoration: none;
  color: initial;
  color: #999;
}
.copyright-mobile a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
.copyright-mobile a:visited {
  opacity: 1;
}
.copyright-mobile a:hover {
  color: #999;
}
.copyright-mobile a:hover span.address {
  color: #000;
}
.social-icons--mobile {
  position: relative;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}
.social-icons--mobile:before,
.social-icons--mobile:after {
  content: '';
  display: table;
}
.social-icons--mobile:after {
  clear: both;
}
.social-icons--mobile:last-child {
  margin-right: 0%;
}
.social-icons--mobile a {
  display: block;
  width: 50px;
  height: 50px;
}
.social-icons--mobile ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.social-icons--mobile li {
  display: inline-block;
  margin-right: 5%;
}
.social-icons--mobile svg {
  width: 65%;
  height: 65%;
  fill: #fff;
}
.open {
  background: #006DB0;
}
.open span {
  background-color: #fff !important;
}
.couponcol img {
  vertical-align: top;
  width: 100%;
  max-width: 95px;
}
@media only screen and (max-width: 768px) {
  .couponcol img {
    display: none;
  }
}
.couponcol h3,
.couponcol p {
  color: #fff;
}
.couponcol h3 {
  font-family: 'Figtree', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin: 0;
}

@media only screen and (max-width: 1200px) {

  .dropdown-fluid span {
    font-size: 20px;
  }

  .couponcol h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .couponcol h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
.couponcol h3 span {
  font-weight: 200;
}
.couponcol small {
  display: block;
  color: #e8d3a9;
  font-size: 12px;
  margin-top: 10px;
}
.couponcol .get-coupon {
  float: right;
  border: none;
  text-decoration: none;
  color: initial;
  text-transform: uppercase;
  height: 42px;
  display: block;
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  font-weight: 600;
  margin: 30px 0;
  padding-right: 60px;
  background: url("/img/getcoupon-arr.png?ver=113") no-repeat;
  background-position: center right;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.couponcol .get-coupon:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
.couponcol .get-coupon:visited {
  opacity: 1;
}
.couponcol .get-coupon:hover {
  color: #fff;
  opacity: 0.6;
}
.couponcol.left {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 27.9%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: left;
  margin-top: 40px;
  padding-left: 5%;
}
.couponcol.left:before,
.couponcol.left:after {
  content: '';
  display: table;
}
.couponcol.left:after {
  clear: both;
}
.couponcol.left:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .couponcol.left {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    padding-left: 0;
    margin-top: 20px;
  }
  .couponcol.left:before,
  .couponcol.left:after {
    content: '';
    display: table;
  }
  .couponcol.left:after {
    clear: both;
  }
  .couponcol.left:last-child {
    margin-right: 0%;
  }
}
.couponcol.middle {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 38.2%;
  margin-left: 0%;
  margin-right: 3%;
}
.couponcol.middle:before,
.couponcol.middle:after {
  content: '';
  display: table;
}
.couponcol.middle:after {
  clear: both;
}
.couponcol.middle:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .couponcol.middle {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .couponcol.middle:before,
  .couponcol.middle:after {
    content: '';
    display: table;
  }
  .couponcol.middle:after {
    clear: both;
  }
  .couponcol.middle:last-child {
    margin-right: 0%;
  }
}
.couponcol.right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 27.9%;
  margin-left: 0%;
  margin-right: 3%;
  margin-top: 50px;
  text-align: right;
}
.couponcol.right:before,
.couponcol.right:after {
  content: '';
  display: table;
}
.couponcol.right:after {
  clear: both;
}
.couponcol.right:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .couponcol.right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-top: 0px;
    text-align: right !important;
  }
  .couponcol.right:before,
  .couponcol.right:after {
    content: '';
    display: table;
  }
  .couponcol.right:after {
    clear: both;
  }
  .couponcol.right:last-child {
    margin-right: 0%;
  }
}
.couponcol.right input {
  background: url("/img/star.png?ver=113") no-repeat;
  background-position: center right 10px;
  background-color: rgba(255,255,255,0.7);
}
.couponcol.right input.ripple-input.last {
  margin-bottom: 0;
}

.slogan-empty {
  height: 100px;
}

.slogan-empty.sep-empty {
  height: 50px;
}

.ripple-callouts {
  padding: 10px 0;
  max-width: 450px;
}

.slogan {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 40px;
  text-align: center;
  color: #006DB0;
}
.slogan:before,
.slogan:after {
  content: '';
  display: table;
}
.slogan:after {
  clear: both;
}
.slogan h3 {
  margin: 10% 0;
  font-size: 54px;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  height: 54px;
  line-height: 58px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .slogan h3 {
    font-size: 35px;
    line-height: 35px;
    height: auto;
    margin: 15% 0;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .slogan h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
.slogan h3.extra-padding {
  margin: 205% 0 10%;
}



@media only screen and (max-width: 600px) {
  .slogan h3.extra-padding {
    font-size: 30px;
    line-height: 36px;
  }

}
@media only screen and (min-width: 600px) {
  .slogan h3.extra-padding {
    margin: 160% 0 15%;
  }
}
@media only screen and (min-width: 768px) {
  .slogan h3.extra-padding {
    margin: 360px 0 130px;
  }

}
.slogan span {
  position: absolute;
  font-weight: 400;
  font-family: 'Figtree', sans-serif;
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 600px) {
  .slogan span {
    font-size: 24px;
    line-height: 24px;
  }
}
#footer-top {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: none !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 100px;
  padding: 0 15px;
}
#footer-top:before,
#footer-top:after {
  content: '';
  display: table;
}
#footer-top:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  #footer-top {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 600px) {
  #footer-top {
    margin-bottom: 20px;
  }
}
#healthy-living {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 1.4%;
  overflow: hidden;
  position: relative;
  background: url("/img/healthy-living.jpg?ver=113") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
#healthy-living:before,
#healthy-living:after {
  content: '';
  display: table;
}
#healthy-living:after {
  clear: both;
}
#healthy-living:last-child {
  margin-right: 0%;
}
@media only screen and (min-width: 768px) {
  #healthy-living {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 32.4676%;
    margin-left: 0%;
    margin-right: 1.4%;
  }
  #healthy-living:before,
  #healthy-living:after {
    content: '';
    display: table;
  }
  #healthy-living:after {
    clear: both;
  }
  #healthy-living:last-child {
    margin-right: 0%;
  }
}
#healthy-living:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
}
#healthy-living h3 {
  color: #fff;
}
#healthy-living.our-story-footer {
  background: url("/img/our-story-footer.jpg?ver=113") no-repeat;
  background-size: cover;
  background-position: center;
}
#healthy-abs {
  position: absolute;
  z-index: 3;
  left: 7%;
  bottom: 7%;
  padding-right: 7%;
  color: #fff;
}
#healthy-abs h3 {
  font-size: 55px;
  line-height: 60px;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #healthy-abs h3 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
  }
}
#healthy-abs p {
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0 25px;
}
@media only screen and (max-width: 768px) {
  #healthy-abs p {
    display: none;
  }
}
#healthy-abs a {
  border: none;
  text-decoration: none;
  color: initial;
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-weight: 600;
}
#healthy-abs a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
#healthy-abs a:visited {
  opacity: 1;
}
#healthy-abs a:hover {
  color: #006DB0;
}
#try-ripple {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 1.4%;
  height: 445px;
  position: relative;
  background: url("/img/coupon-bg.jpg?ver=113") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
#try-ripple:before,
#try-ripple:after {
  content: '';
  display: table;
}
#try-ripple:after {
  clear: both;
}
#try-ripple:last-child {
  margin-right: 0%;
}
@media only screen and (min-width: 768px) {
  #try-ripple {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.1324%;
    margin-left: 0%;
    margin-right: 1.4%;
    height: auto;
  }
  #try-ripple:before,
  #try-ripple:after {
    content: '';
    display: table;
  }
  #try-ripple:after {
    clear: both;
  }
  #try-ripple:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 768px) {
  #try-ripple {
    margin-top: 20px;
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  #try-ripple {
    height: 200px;
  }
}
#try-ripple img {
  position: absolute;
  bottom: -52px;
  left: -45px;
  width: 100%;
  max-width: 256px;
}
@media only screen and (max-width: 1200px) {
  #try-ripple img {
    max-width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  #try-ripple img {
    left: -20px;
  }
}
@media only screen and (max-width: 600px) {
  #try-ripple img {
    max-width: 110px;
    bottom: -15px;
  }
}
@media only screen and (min-width: 768px) {
  #try-ripple img {
    left: -60px;
  }
}
#try-ripple.product-img {
  background: url("/img/news-bg.jpg?ver=113") no-repeat;
  background-size: cover;
  background-position: center;
}
#try-abs.product-s {
  position: absolute;
  right: 15px;
  bottom: 7%;
  max-width: 270px;
}
@media only screen and (max-width: 768px) {
  #try-abs.product-s {
    right: 0;
    padding: 0 1%;
    max-width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  #try-abs.product-s {
    max-width: 180px;
    bottom: 11%;
  }
}
#try-abs.product-s h3 {
  font-family: 'Figtree', sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #006DB0;
  margin: 0;
  -webkit-transition: font 0.5s;
          transition: font 0.5s;
}
@media only screen and (max-width: 1200px) {
  #try-abs.product-s h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 768px) {
  #try-abs.product-s h3 {
    display: none;
  }
}
#try-abs.coupon-s {
  position: absolute;
  right: 15px;
  bottom: 7%;
  max-width: 270px;
}
@media only screen and (max-width: 768px) {
  #try-abs.coupon-s {
    right: 0;
    padding: 0 1%;
    max-width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  #try-abs.coupon-s {
    max-width: 180px;
    bottom: 11%;
  }
}
#try-abs.coupon-s h3 {
  font-family: 'Figtree', sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  color: #006DB0;
  margin: 0;
  -webkit-transition: font 0.5s;
          transition: font 0.5s;
}
@media only screen and (max-width: 1240px) {
  #try-abs.coupon-s h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 600px) {
  #try-abs.coupon-s h3 {
    margin-bottom: 5px;
  }
}
#try-abs.coupon-s p {
  line-height: 24px;
  margin: 10px 0 25px;
}
@media only screen and (max-width: 768px) {
  #try-abs.coupon-s p {
    margin: 7px 0 5px;
  }
}
@media only screen and (max-width: 600px) {
  #try-abs.coupon-s p {
    display: none;
  }
}
#try-abs.coupon-s span {
  display: block;
  margin-bottom: 10px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url("/img/logo-coupon.png?ver=113") no-repeat;
  width: 176px;
  height: 66px;
  font-size: 24px;
}
@media only screen and (max-width: 1240px) {
  #try-abs.coupon-s span {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url("/img/logo-coupon.png?ver=113") no-repeat;
    width: 100px;
    height: 38px;
    background-size: 100%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #try-abs.coupon-s span {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url("/img/logo-coupon.png?ver=113") no-repeat;
    width: 90px;
    height: 34px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #try-abs.coupon-s a.coupon-button {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #try-abs.coupon-s a.coupon-button {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
#footer-message {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 80px;
  padding: 0 15px;
}
#footer-message:before,
#footer-message:after {
  content: '';
  display: table;
}
#footer-message:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  #footer-message {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .ripple-effect.text {
    position: relative;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 27.9%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .ripple-effect.text:before,
  .ripple-effect.text:after {
    content: '';
    display: table;
  }
  .ripple-effect.text:after {
    clear: both;
  }
  .ripple-effect.text:last-child {
    margin-right: 0%;
  }
}
.ripple-effect.text h2 {
  font-size: 60px;
  line-height: 70px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .ripple-effect.text h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 15px 0;
  }
}
.ripple-effect.text a {
  border: none;
  text-decoration: none;
  color: initial;
  text-transform: uppercase;
  font-size: 18px;
}
.ripple-effect.text a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
.ripple-effect.text a:visited {
  opacity: 1;
}
.ripple-effect.text a:hover {
  color: #006DB0;
}
@media only screen and (min-width: 768px) {
  .ripple-effect.image {
    position: relative;
    left: 0;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 69.1%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .ripple-effect.image:before,
  .ripple-effect.image:after {
    content: '';
    display: table;
  }
  .ripple-effect.image:after {
    clear: both;
  }
  .ripple-effect.image:last-child {
    margin-right: 0%;
  }
}
.ripple-effect.image img {
  display: none;
  border-radius: 10px;
}
.ripple-effect.image video {
  border-radius: 10px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .ripple-effect.image {
    display: block;
  }
  .ripple-effect.image video {
    display: none;
  }
  .ripple-effect.image img {
    vertical-align: top;
    display: block;
    width: 100%;
  }
}
#instafeed {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: block;
  margin-bottom: 80px;
  padding: 0 15px;
}
#instafeed:before,
#instafeed:after {
  content: '';
  display: table;
}
#instafeed:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  #instafeed {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .insta-pic:nth-child(3) {
    margin-top: 1.5%;
  }
}
.insta-pic {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.23%;
  margin-left: 0%;
  margin-right: 1%;
}
.insta-pic:before,
.insta-pic:after {
  content: '';
  display: table;
}
.insta-pic:after {
  clear: both;
}
.insta-pic:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .insta-pic {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  .insta-pic:before,
  .insta-pic:after {
    content: '';
    display: table;
  }
  .insta-pic:after {
    clear: both;
  }
  .insta-pic:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .insta-pic:nth-child(2n+1) {
    clear: both;
  }
}
.insta-pic img {
  width: 100%;
  border-radius: 10px;
}
.insta-desc {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 30.31%;
  margin-left: 0%;
  margin-right: 1%;
}
.insta-desc:before,
.insta-desc:after {
  content: '';
  display: table;
}
.insta-desc:after {
  clear: both;
}
.insta-desc:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 768px) {
  .insta-desc {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .insta-desc:before,
  .insta-desc:after {
    content: '';
    display: table;
  }
  .insta-desc:after {
    clear: both;
  }
  .insta-desc:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .insta-desc:nth-child(2n+1) {
    clear: both;
  }
}
.insta-desc h3 {
  font-size: 55px;
  line-height: 60px;
  margin: 0;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  color: #30373c;
}
@media only screen and (max-width: 1200px) {
  .insta-desc h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .insta-desc h3 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 10%;
  }
}
.insta-desc p {
  line-height: 24px;
  margin: 10px 0 25px;
}
@media only screen and (max-width: 768px) {
  .insta-desc p {
    display: none;
  }
}
.insta-desc a {
  border: none;
  text-decoration: none;
  color: initial;
  font-size: 30px;
  font-weight: 600;
  color: #006DB0;
}
.insta-desc a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
.insta-desc a:visited {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .insta-desc a {
    font-size: 18px;
  }


}
#footer {
  background: #30373c;
  padding-top: 0px !important;
}
#newsletter,
#follow,
#blog-link {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 3%;
  text-transform: uppercase;
  height: 211px;
  text-align: center;
  font-family: 'Figtree', sans-serif;
  background: #30373c;
}
#newsletter:before,
#follow:before,
#blog-link:before,
#newsletter:after,
#follow:after,
#blog-link:after {
  content: '';
  display: table;
}
#newsletter:after,
#follow:after,
#blog-link:after {
  clear: both;
}
@media only screen and (min-width: 600px) {
  #newsletter,
  #follow,
  #blog-link {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
  }
  #newsletter:before,
  #follow:before,
  #blog-link:before,
  #newsletter:after,
  #follow:after,
  #blog-link:after {
    content: '';
    display: table;
  }
  #newsletter:after,
  #follow:after {
    clear: both;
  }
}
#newsletter h3,
#follow h3,
#blog-link h3 {
  line-height: 30px;
  margin: 0 0 2px;
  font-weight: 600;
  font-size: 1.5em;
}


#blog-link {
  background: url("/img/blog-link2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}

#blog-link h3, #blog-link .flex-el {
  width: 100%;
  height: 100%;
  padding: 0;
}

#blog-link a {
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

#blog-link a:hover {
  background:rgba(0,0,0,0.5);
}

#newsletter {
  background: #30373c url("/img/newsletter-bg.jpg?ver=113") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

#newsletter span {
  font-size: 18px;
  display: block;
}


@media only screen and (max-width: 600px) {
  #follow {
    height: 150px;
  }
  #newsletter {
  text-align: center;
  }
}
#newsletter input {
  font-size: 18px;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 370px;
  padding: 15px 15px;
  color: #fff;
  border: 1px solid #277e9c;
  background: rgba(48,55,60,0.75);
  outline: none;
}
#newsletter ::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
}
#newsletter :-moz-placeholder {
  color: #fff;
  font-size: 18px;
}
#newsletter ::-moz-placeholder {
  color: #fff;
  font-size: 18px;
}
#newsletter :-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
}
#try-abs input {
  font-size: 18px;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 370px;
  padding: 15px 15px;
  color: #fff;
  border: 1px solid #277e9c;
  background: rgba(48,55,60,0.75);
  outline: none;
}
#try-abs ::-webkit-input-placeholder {
  color: #fff;
  font-size: 18px;
}
#try-abs :-moz-placeholder {
  color: #fff;
  font-size: 18px;
}
#try-abs ::-moz-placeholder {
  color: #fff;
  font-size: 18px;
}
#try-abs :-ms-input-placeholder {
  color: #fff;
  font-size: 18px;
}
.product-img #try-abs {
  max-width: 370px;
  margin-right: 15px;
}
.product-img #try-abs h3 {
  color: #fff;
}
.product-img #try-abs p {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Figtree', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin: 15px 0 20px;
}
@media only screen and (max-width: 728px) {
  .product-img #try-abs p {
    text-transform: none;
    margin-bottom: 5px;
    text-align: right;
  }
}
#follow a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}
#follow a:hover {
  background: #2a3035;
}





@media only screen and (max-width: 1290px) {
  #follow a {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
}



#follow ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
#follow li {
  display: inline-block;
  margin-right: 4%;
}
@media only screen and (max-width: 800px) {
  #follow li {
    margin-right: 3%;
  }
}
#follow svg {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 55%;
  height: 55%;
  fill: #006DB0;
}
#footer-nav {
  text-align: center;
  background: #ffffff;
  padding: 25px 15px 30px 15px;
}
@media only screen and (max-width: 800px) {
  #footer-nav {
    padding: 3%;
  }
}
#footer-nav ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #30373c;
}
#footer-nav ul li {
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
#footer-nav ul li {
  float: left;
  margin-right: 60px;
  list-style-type: none;
}
#footer-nav ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 800px) {
  #footer-nav ul {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
  #footer-nav ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #footer-nav ul li {
    float: left;
    margin-right: 15px;
    list-style-type: none;
  }
  #footer-nav ul li:last-child {
    margin-right: 0;
  }
}
#footer-nav a {
  border: none;
  text-decoration: none;
  color: initial;
  color: #30373c;
}
#footer-nav a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
#footer-nav a:visited {
  opacity: 1;
}
.subscribe-button {
  position: absolute !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 40px !important;
  margin-left: -48px !important;
  top: 4px !important;
  background: url("/img/arrow-white.png?ver=113") no-repeat !important;
  background-position: center !important;
  background-color: #006DB0 !important;
}

#try-abs .subscribe-button {
  right: 6px;
}

@media only screen and (max-width: 768px) {
  .subscribe-button {
    top: 5px !important;
  }
}
#mce-success-response {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px;
}
#mce-error-response,
div.mce_inline_error {
  font-size: 14px;
  background: none !important;
  color: #fff;
  font-weight: 600;
}

#mce-error-response a {
  color: #2dc9ff;
  display:block;
}
#welcome-bg {
  position: absolute;
  background: url("/img/intro-bg2.jpg?ver=113") no-repeat;
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
}


@media only screen and (max-width: 768px) {
  #welcome-bg {
    height: 80%;
    background: url("/img/home_main.jpg?ver=113") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width: 768px) {
  #welcome.section {
    padding-top: 75px !important;
  }
}
#bottle-container-hp {
  position: relative;
  width: 100%;
  height: 85vh;
  z-index: 3;
}
@media only screen and (min-width: 600px) {
  #bottle-container-hp {
    height: 100vh;
  }
}
.bottle {
  position: absolute;
  z-index: 3;
  width: 33%;
  min-width: 160px;
  margin-left: -20px;
  bottom: 1%;
  opacity: 0;
  -webkit-transition: opacity 1.6s cubic-bezier(0.645, 0.045, 0.355, 1), bottom 1.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: opacity 1.6s cubic-bezier(0.645, 0.045, 0.355, 1), bottom 1.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 800px) {
  .bottle {
    display: none;
  }
}
.bottle img {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
}
.bottle-fixed {
  display: block;
  position: absolute;
  z-index: 3;
  width: 33%;
  min-width: 160px;
  margin-left: -20px;
  bottom: 40px;
}

.bottle-fixed.van {
  bottom: 25px;
}
@media only screen and (min-width: 800px) {
  .bottle-fixed {
    display: none;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .bottle-fixed {
    bottom: 0px;
  }
}
@media only screen and (min-width: 600px) and (orientation: landscape) {
  .bottle-fixed {
    min-width: 0;
    max-width: 140px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 800px) and (orientation: landscape) {
  .bottle-fixed {
    min-width: 0;
    max-width: 300px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1050px) {
  .bottle-fixed {
    min-width: 300px;
    max-width: 370px;
    bottom: 2%;
  }
}
.bottle-fixed img {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
}
.bottle-fixed.hp {
  /*bottom: 1%;*/
  bottom: -50px;
}
#bottle-noshadow {
  opacity: 1;
  display: none;
}
.bottle-visible {
  opacity: 1;
}
#fixed-container {
  position: absolute;
  z-index: 3;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  left: 0;
  right: 0;
  pointer-events: none;
  height: calc(100% - 1000px);
}
@media only screen and (max-width: 768px) {
  #fixed-container {
    height: calc(100% - 500px);
  }
}
.message {
  padding: 25px 25px;
}
@media only screen and (max-width: 768px) {
  .message {
    text-align: center !important;
  }
}
.message h1 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.message h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 0;
}

.h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

.h3 {
  font-size: 25px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (device-aspect-ratio: 40/71) {
  .message h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .message h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .message h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .h3 {
    font-size: 50px;
  }
}
.message p {
  font-size: 18px;
  line-height: 24px;
}
.p {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .message p {
    margin-left: 0;
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .p {
    margin-left: 0;
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }
}
#message1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 406px;
  height: 50%;
  position: absolute;
  z-index: 2;
  right: 0%;
}


@media only screen and (max-width: 800px) {
  #message1 {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: absolute;
    height: auto;
    top: auto;
    max-width: 400px;
    bottom: 3%;
    left: 25%;
    right: 0;
  }
  #message1 h1 {
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    color: #006DB0 !important;
    text-align: left;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

#message1 {
  bottom: 12%;
}

 }


@media only screen and (max-width: 768px) and (device-aspect-ratio: 40/71) {
  #message1 h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
#message2 {
  position: relative;
  padding-bottom: 0px !important;
  z-index: 2;
}

#message2 img {
  border-radius: 10px;
  vertical-align: top;
  width: 100%;
}

.message-col-left {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 27%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
}

.message-col-right {
  clear: none;
  text-align: inherit;
  width: 73%;
  margin-left: 0%;
  margin-right: 0%;
  float: right;
}


@media only screen and (max-width: 768px) {
  #message2 {
    position: relative;
  }


  #message2 img {
  display: none;
}

.message-col-left {
  display: none;
}

.message-col-right {
  width: 100%;
  float: none;
}

}




#message2-image {
  position: relative;
  border-radius: 10px;
  background: url("/img/section2.jpg?ver=113") no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1040px;
  height: 500px;
  display: none;
}
@media only screen and (max-width: 768px) {
  #message2-image {
    display: block;
    position: relative;
    border-radius: 0;
    height: 300px;
    background-size: 160% auto;
    background-position: center right -160px;
  }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

#message2-image {
    height: 600px;
  }

}


#message3 {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #message3 {
    max-width: auto;
    width: 100%;
    margin: 0;
    top: 0;
    padding: 0 25px;
    -webkit-transform: none;
    transform: none;
  }
}
#message3 small {
  opacity: 0;
  display: block;
  max-width: 510px;
  margin-top: 3%;
  padding-left: 40px;
  font-size: 10px;
  line-height: 14px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #message3 small {
    display: none !important;
  }
}
#message3-benefits {
  margin: 40px 0 0 20px;
  position: relative;
  color: #006DB0;
  background: url("/img/benefits-line3.png?ver=113") no-repeat;
  background-size: auto 100%;
  background-position: center left;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #message3-benefits {
    display: none;
  }
}
#message3-benefits #line-mask {
  position: absolute;
  display: block;
  width: 8%;
  height: 100%;
  background: #ffffff;
  top: 0;
  -webkit-transition: top 1.2s;
          transition: top 1.2s;
}
#message3-benefits .mask-animate {
  top: 100% !important;
}
#message3-benefits ul {
  margin: 0;
  padding: 0;
  margin-left: 40px;
  padding-left: 20px;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
#message3-benefits ul li {
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 600px) {

.subscribe-button {
    right: 15px;
  }

  #message3-benefits ul {
    font-size: 13px;
    padding-left: 10px;
  }
}
#message3-benefits li {
  opacity: 0;
}
@media only screen and (min-width: 1050px) {
  #message3-benefits li {
    font-size: 26px;
    line-height: 65px;
  }
}
#message3-benefits strong {
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (min-width: 1050px) {
  #message3-benefits strong {
    font-size: 50px;
  }
}
#message4 {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #message4 {
    max-width: auto;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
#message4 h2 {
  padding-left: 140px;
}
@media only screen and (max-width: 768px) {
  #message4 h2 {
    padding-left: 0;
  }
}
p.message4-intro {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 140px;
}
@media only screen and (max-width: 768px) {
  p.message4-intro {
    padding-left: 0;
  }
}
p.message4-img {
  margin-top: 30px;
  padding-left: 0px;
}
p.message4-img img {
  vertical-align: top;
  width: 100%;
  max-width: 774px;
}
.message4-desc ul {
  margin: 0;
  padding: 0;
  padding-left: 180px;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  line-height: 30px;
}
.message4-desc ul li {
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .message4-desc ul {
    padding-left: 0;
  }
}
.message4-desc li {
  opacity: 1;
  color: #006DB0;
  font-size: 24px;
  line-height: 29px;
}
@media only screen and (min-width: 768px) {
  .message4-desc li {
    opacity: 0;
    font-size: 30px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .message4-desc li:first-child {
    margin-bottom: 20px;
  }
}
.message4-desc strong {
  font-weight: 600;
  font-size: 35px;
}
@media only screen and (min-width: 768px) {
  .message4-desc strong {
    font-size: 60px;
  }
}
.message4-desc .media {
  opacity: 0;
}
.message4-desc .media img {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 100%;
  max-width: 185px;
}
.message4-desc .media p {
  margin: 0;
}
.message4-desc .media strong {
  text-transform: uppercase;
  display: block;
  color: #006DB0;
}
.message4-desc .media,
.message4-desc .media p {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
#message5 {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #message5 {
    position: relative;
    max-width: auto;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
#message5-image {
  position: relative;
  border-radius: 10px;
  background-position: center;
  right: 0;
  width: 71%;
  height: auto;
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 40px;
  float: right;
}

#message5-image video {
  width: 100%;
  max-width: 1040px;
}
@media only screen and (max-width: 768px) {
  #message5-image {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: relative;
    display: inline-block;
    border-radius: 0;
    background: url("/img/section5.jpg?ver=113") no-repeat;
    top: 0;
    margin-bottom: 55px;
    width: 100%;
    height: 300px;
    max-width: auto;
    background-size: 160% auto;
    background-position: center;
  }
  #message5-image video {
    display: none;
  }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

#message5-image {
    height: 600px;
  }

}


@media only screen and (max-width: 768px) and (device-aspect-ratio: 40/71) {
  #message5-image {
    margin-bottom: 0;
  }
}
#arrow-down-container {
  position: relative;
  width: 61px;
  height: 100vh;
  z-index: 3;
  pointer-events: auto;
}

@media only screen and (max-width: 767px) {
  #arrow-down-container {
    display: none;
  }
}
#arrow-down {
  position: absolute;
  z-index: 5;
  width: 61px;
  height: 110px;
  bottom: 30px;
  border: 1px solid #006DB0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#arrow-down:hover {
  background: #006DB0;
}
#arrow-down:hover svg {
  fill: #fff;
}
#arrow-down svg {
  width: 18px;
  height: 59px;
  fill: #006DB0;
}
.flipV {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@-webkit-keyframes mouse-wheel {
  0% {
    -webkit-transform: scaleY(0.4) translateY(0);
    transform: scaleY(0.4) translateY(0);
  }
  20% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
  }
  60% {
    -webkit-transform: scaleY(0.4) translateY(12px);
    transform: scaleY(0.4) translateY(12px);
  }
  100% {
    -webkit-transform: scaleY(0.4) translateY(0);
    transform: scaleY(0.4) translateY(0);
  }
}
.mouse {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 35px;
  width: 30px;
  margin-left: -15px;
  height: 48px;
  border-radius: 15px;
  border: 2px solid #006DB0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (max-width: 767px) {
  .mouse {
    display: none;
  }
}
.m-touch .mouse {
  display: none;
}
.mouse__wheel {
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: -2px;
  width: 4px;
  height: 9px;
  background: #006DB0;
  border-radius: 2px;
  -webkit-animation: mouse-wheel 1.25s infinite linear;
  animation: mouse-wheel 1.25s infinite linear;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
@-webkit-keyframes mouse-wheel {
  0% {
    -webkit-transform: scaleY(0.4) translateY(0);
    transform: scaleY(0.4) translateY(0);
  }
  20% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
  }
  60% {
    -webkit-transform: scaleY(0.4) translateY(12px);
    transform: scaleY(0.4) translateY(12px);
  }
  100% {
    -webkit-transform: scaleY(0.4) translateY(0);
    transform: scaleY(0.4) translateY(0);
  }
}
@keyframes mouse-wheel {
  0% {
    -webkit-transform: scaleY(0.4) translateY(0);
    transform: scaleY(0.4) translateY(0);
  }
  20% {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
  }
  60% {
    -webkit-transform: scaleY(0.4) translateY(12px);
    transform: scaleY(0.4) translateY(12px);
  }
  100% {
    -webkit-transform: scaleY(0.4) translateY(0);
    transform: scaleY(0.4) translateY(0);
  }
}
#hero-bg {
  position: relative;
  display: inline-block;
  background: url("/img/products-bg.jpg?ver=113") no-repeat;
  width: 100%;
  height: 50vh;
  max-height: 580px;
  background-size: auto 100%;
  background-position: top;
  margin-top: 91px;
}


@media only screen and (max-width: 1000px) {

  #footer {
    background: transparent !important;
    clear: both;
    padding-top: 40px !important;
  }

  #hero-bg {
    margin-top: 75px;
  }
}

#hero-bg_Deals {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 91px;
}
@media only screen and (max-width: 1000px) {
  #hero-bg_deals {
    margin-top: 75px;
  }
}
#products-overview {
  position: relative;
  display: block;
  width: 98%;
  max-width: 1370px;
  margin: 0 auto 0;
  left: 0;
  right: 0;
}

#products-overview.is-kids {
  max-width: 1000px;
  position: relative;
  margin: -180px auto 0;
}

#products-overview.is-nutrition {
  max-width: 1000px;
  position: relative;
  margin: -220px auto 0;
}




#products-overview.is-shake {
  max-width: 1000px;
  position: relative;
  margin: -220px auto 0;
}

#products-overview.is-powder {
  max-width: 1000px;
  position: relative;
  margin: -220px auto 0;
}

#products-overview.is-yogurt {
  margin: -40px auto 0;
}

#products-overview.is-icecream {
  margin: -70px auto 0;
}

#products-overview.is-yogurt .product-landing {
  padding-right: 10px;
  padding-left: 10px;
}

#products-overview.is-yogurt .landing-img {
  max-width: 255px;
}

#products-overview.is-yogurt .landing-text {
  max-width: 215px;
}


#products-overview_Deals {
  position: relative;
  display: block;
  width: 98%;
  max-width: 1360px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 64%;
}
@media only screen and (min-width: 768px) {
  #products-overview_Deals {
    top: auto;
  }

  #products-overview.is-kids2 {
    max-width: 600px;
  }

  .product-landing.is-kids2 {
    width: 50%;
    padding: 0 25px;
  }

}
.product-landing {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}
.product-landing:before,
.product-landing:after {
  content: '';
  display: table;
}
.product-landing:after {
  clear: both;
}
.product-landing:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.product-landing:nth-child(2n+1) {
  clear: both;
}


@media only screen and (min-width: 768px) {
  .product-landing {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 20%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
  }

  .product-landing.is-kids {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    padding: 0 25px;
  }
  .product-landing.is-kidsnew {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    padding: 0 25px;
  }
  .product-landing.is-nutrition {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
    padding: 0 25px;
  }
  .product-landing.is-shake {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    padding: 0 25px;
  }
  .product-landing.is-powder {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    padding: 0 25px;
  }
  .product-landing:before,
  .product-landing:after {
    content: '';
    display: table;
  }
  .product-landing:after {
    clear: both;
  }
  .product-landing:nth-child(2n) {
    margin-right: 0%;
    float: left;
  }
  .product-landing.is-kids:nth-child(2n) {
    margin-right: 0%;
    float: left;
  }
  .product-landing:nth-child(2n+1) {
    clear: none;
  }
  .product-landing:nth-child(6n) {
    margin-right: 0%;
    float: right;
  }
  .product-landing:nth-child(6n+1) {
    clear: both;
  }




}
.product-landing a {
  display: block;
}
.product-landing a:hover img.landing-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-landing img.landing-img {
  -webkit-transition: -webkit-transform 0.8s;
          transition: transform 0.8s;
}
.product-landing img {
  vertical-align: top;
  width: 100%;
  max-width: 317px;
}

#products-overview.is-icecream img {
  max-width: 200px;
}

.product-landing.is-nutrition img {
  vertical-align: top;
  width: 100%;
  max-width: 480px;
}
.product-landing.is-shake img:first-child {
  vertical-align: top;
  width: 100%;
  max-width: 220px;
}

.product-landing.is-shake img:last-child {
  max-width: 220px;
  display: block;
  margin: 0 auto;
}

.product-landing.is-powder img:first-child {
  vertical-align: top;
  width: 100%;
  max-width: 220px;
}

.product-landing .landing-text {
  max-width: 310px;
  padding: 30px 0 0;
}

@media only screen and (max-width: 1000px) {
#products-overview.is-kids { 
  margin: 20px auto 0 !important;
}
#products-overview.is-nutrition { 
  margin: 20px auto 0 !important;
}
#products-overview.is-shake { 
  margin: 20px auto 0 !important;
}
#products-overview.is-powder { 
  margin: 20px auto 0 !important;
}
#products-overview.is-yogurt { 
  margin: 20px auto 0 !important;
}

#products-overview {
  margin: -200px auto 0;
}
}

@media only screen and (max-width: 768px) {

#products-overview { 
  margin: 20px auto 0 !important;
}



  .product-landing .landing-text {
    padding: 15px 0 30px 0;
  }




}
#product-wrapper {
  position: relative;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  overflow:hidden;
}
#bottle-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  text-align: right;
  padding-right: 40px;
}
#bottle-container-longer {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  text-align: right;
  padding-right: 59px;
}
#yogurt-container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  text-align: right;
  padding-right: 40px;
}
@media only screen and (max-width: 1000px) {
  #bottle-container {
    text-align: center;
    padding-right: 0px;
  }
  #bottle-container-longer {
    text-align: center;
    padding-right: 0px;
    margin-top: 60px;
  }
  #yogurt-container {
    text-align: center;
    padding-right: 0px;
  }
}
#bottle-inline {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 1200px) {
  #bottle-inline {
    max-width: 70%;
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 20px;
  }
}


#bottle-inline img {
  width: 100%;
  max-width: 370px;
}
#product-left,
#product-right {
  text-align: inherit;
  width: 50%;
  padding-bottom: 100px;
  position: relative;
}

/*#product-left.longer {
  width: 60%
}

#product-right.longer {
  width: 40%
}*/

#product-left {
  background: #ffffff;
  padding: 200px 0 0 0;
}

#product-left.ripple-kids {
  padding: 100px 0 0 0;
}

.product-kids-information #product-left {
  padding: 50px 0 0 0;
}

#product-left.yogurt-original-bg, #product-left.yogurt-vanilla-bg, #product-left.yogurt-strawberry-bg, #product-left.yogurt-blueberry-bg, #product-left.yogurt-peach-bg {
  padding: 285px 0 0 0;
}

@media only screen and (max-width: 1000px) {
  #bottle-inline {
    max-width: 300px;
    padding-bottom: 0px;
    margin: 0;
  }

  #bottle-inline.barista-inline {
    max-width: 300px;
    padding-bottom: 0;
    margin: 0;
  }

  #product-left.barista-half {
    padding-top: 40px !important;
  }

#product-left.yogurt-original-bg, #product-left.yogurt-vanilla-bg, #product-left.yogurt-strawberry-bg, #product-left.yogurt-blueberry-bg, #product-left.yogurt-peach-bg {
  padding: 130px 0 0 0;
}

}

#product-left.creamy-yogurt {
  background: #eff7fc;
}

#product-left.creamy-yogurt {
  background: #ffffff;
}

#product-left.creamy-yogurt {
  background: #fff4f7;
}

#product-left.creamy-yogurt {
  background: #eaeef9;
}

#product-left.creamy-yogurt {
  background: #f8efe8;
}

#product-left.half-half {
  padding: 130px 0 0 0;
}



#product-right {
  background: #fff;
}
#product-rightwrap {
  padding-left: 6%;
  padding-right: 6%;
}
@media only screen and (max-width: 768px) {
  #product-rightwrap {
    padding-left: 3%;
    padding-right: 3%;
  }
}
#product-rightwrap img {
  width: 100%;
  max-width: 580px;
}
#menu-left, .menu-left {
  position: absolute;
  background: #006DB0;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align:center;
}

#menu-left.creamy-yogurt {
  background:#2E5372;
}

#menu-left.nutrition {
  background: #212223;
}


@media only screen and (max-width: 1000px) {

#product-left.ripple-kids {
  padding: 50px 0 0 0;
}

  #menu-left{
    display: none;
  }
}
#menu-left ul {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 620px;
  float:right;
}
#menu-left ul:after {
  content: "";
  display: table;
  clear: both;
}
#menu-left ul li {
  float: left;
  margin-right: 0;
  list-style-type: none;
}
#menu-left ul li:last-child{
  margin-right: 0;
}
#menu-left li {
  text-transform: uppercase;
  display: inline-block;
  width: 20%;
  height: 54px;
}

#product-left.longer #menu-left li {
  width: 33.33333333333333%;
}


#menu-left li.is-yogurt-original {
  background-color: #0067B3;
  color: white;
}

#menu-left li.is-yogurt-vanilla, #product-menu-mobile li.is-yogurt-vanilla a {
  background-color: #997121;
}

#menu-left li.is-strawberry, #product-menu-mobile li.is-strawberry a {
  background-color: #c60e3b;
}

#menu-left li.is-blueberry, #product-menu-mobile li.is-blueberry a {
  background-color: #244289;
}

#menu-left li.is-peach, #product-menu-mobile li.is-peach a {
  background-color: #e25829;
}


#menu-left.half-half li {
  width: 50%;
}
#menu-left a {
  border: none;
  text-decoration: none;
  color: initial;
  font-family: 'Figtree', sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
  height: 100%;
  color: #fff;
  padding: 22px 5% 8px;
}

#menu-left a.two-lines {
  padding: 15px 5% 8px;
}


#menu-left a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
#menu-left a:visited {
  opacity: 1;
}

#menu-left a svg {
  fill: #fff;
  width: 56px;
  height: 9px;
}

#menu-left.half-half a svg {
  width: 70px;
  height: 12px;
}

#menu-left a svg.unsweetened-svg {
  width: 103px;
}

#menu-left a svg.strawberry-svg {
  width: 90px;
}

#menu-left a svg.blueberry-svg {
  width: 90px;
}


#menu-left a svg.chocolate-svg {
  width: 85px;
}

@media only screen and (max-width: 1200px) {

#menu-left a svg {
  width: 50px;
  height: 8px;
}

#menu-left.half-half a svg {
  width: 60px;
  height: 10px;
}

  #menu-left a svg.unsweetened-svg {
    width: 85px;
  }
}

#menu-left a:hover svg {
  fill: #000;
}


#menu-left a.active {
  background: #ffffff;
  color: #006DB0;
}

#menu-left.creamy-yogurt a.active {
  background: #ffffff;
  color: #2E5372;
}

/*#menu-left .is-yogurt-original a.active {
  background: #eff7fc;
}

#menu-left .is-strawberry a.active {
  background: #fff4f7;
}

#menu-left .is-blueberry a.active {
  background: #eaeef9;
}

#menu-left .is-peach a.active {
  background: #f8efe8;
}*/





#menu-left a.active svg {
  fill: #006DB0;
}


#menu-left.creamy-yogurt a.active svg {
  fill: #2E5372;
}


#menu-left.nutrition a.active svg {
  fill: #212223;
}

#menu-left.nutrition a:hover svg {
  fill: white;
}

#menu-left.nutrition a:hover {
  background: #444;
}

#menu-left.nutrition a.active:hover {
  background: #ffffff;
}

#menu-left.nutrition a.active:hover svg {
  fill: #212223;
}


#menu-left .is-yogurt-vanilla a.active svg {
  fill: #997121;
}

#menu-left .is-strawberry a.active svg {
  fill: #c60e3b;
}

#menu-left .is-blueberry a.active svg {
  fill: #244289;
}

#menu-left .is-peach a.active svg {
  fill: #e25829;
}

#menu-right {
  position: relative;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 54px;
  background: #00A7E1;
  padding: 20px 3% 14px 3%;
}

@media only screen and (max-width: 1000px) {
  #menu-right {
    display: none;
  }
}
#menu-right ul {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1900px;
}
#menu-right.half-half ul {
  max-width: 1600px;
}
#menu-right ul:after {
  content: "";
  display: table;
  clear: both;
}
#menu-right ul li {
  float: left;
  margin-left: 8%;
  margin-right: 8%;
  list-style-type: none;
}
#menu-right ul li:last-child {
  margin-right: 0;
}

#menu-right li {
  text-transform: uppercase;
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 1200px) {
  #menu-right li {
    font-size: 12px;
  }

#menu-right {
  padding: 22px 3% 14px 3%;
}

}

#menu-right a {
  border: none;
  text-decoration: none;
  color: initial;
  color: #fff;
}
#menu-right a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
#menu-right a:visited {
  opacity: 1;
}
.product-module {
  max-width: 580px;
}
.product-module ul {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
}
.product-module ul li {
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.product-module ul li sup {
  font-size: 10px;
  top: -10px;
}

.product-module ul li {
  margin-bottom: 15px;
}
.product-module ul li.last {
  margin-bottom: 10px;
}
.product-module h1 {
  margin: 150px 0 0 0;

}




@media only screen and (max-width: 1200px) {






}

@media only screen and (max-width: 1000px) { 

.product-module h1  {
    margin: 0 !important;
  }


  }

.product-module p.product-desc {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 15px;
}

.product-module p.product-size {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 15px;
}
.product-module p.product-size span {
  font-size: 11px;
  font-weight: 600;
}

.product-module p.barista-size {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 10px;
}
.product-module p.barista-size span {
  font-size: 11px;
  font-weight: 600;
}
.product-module .label {
  *zoom: 1;
  float: left;
  clear: none;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center !important;
}
.product-module .label:before,
.product-module .label:after {
  content: '';
  display: table;
}
.product-module .label:after {
  clear: both;
}
.product-module .label:nth-child(6n) {
  margin-right: 3%;
  float: left;
}
.product-module .label:nth-child(6n+1) {
  clear: none;
}
.product-module .label:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
.product-module .label:nth-child(3n+1) {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .product-module .label {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.166666666666664%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .product-module .label:before,
  .product-module .label:after {
    content: '';
    display: table;
  }
  .product-module .label:after {
    clear: both;
  }
  .product-module .label:nth-child(3n) {
    margin-right: 3%;
    float: left;
  }
  .product-module .label:nth-child(3n+1) {
    clear: none;
  }
  .product-module .label:nth-child(6n) {
    margin-right: 0%;
    float: right;
  }
  .product-module .label:nth-child(6n+1) {
    clear: both;
  }
}
.product-module .label svg {
  width: 100%;
  max-width: 60px;
  max-height: 60px;
}
.product-module .label p {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #ae9c75;
  margin: 0;
  width: 100%;
  position: relative;
  display: inline-block;
}



@media only screen and (max-width: 1170px) {
  .product-module .label p {
    font-size: 12px;
  }

 
}


@media only screen and (max-width: 768px) {


  .product-module .label p {
    font-size: 10px;
  }
}
.product-module .better-milk {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 15px 0 0 0;
}
.product-module p.ripple-desc {
  color: #000;
}

.product-module p.ripple-desc sup {
  font-size: 10px;
}
@media only screen and (min-width: 1200px) {
  .product-module p.ripple-desc {
    font-size: 14px;
  }
}
.product-module p.ripple-desc.first {
  margin-top: 3px;
}
@media only screen and (min-width: 1200px) {
  .product-module .product-list {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .product-module .product-list:before,
  .product-module .product-list:after {
    content: '';
    display: table;
  }
  .product-module .product-list:after {
    clear: both;
  }
  .product-module .product-list:last-child {
    margin-right: 0%;
  }
}
.product-module .product-list .coupon-button {
  border: none !important;
  font-size: 18px;
  padding: 15px 25px 10px 25px;
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .product-module .product-list .coupon-button {
    margin-top: 0;
  }
}
.product-module small.pl-small {
  display: block;
  font-size: 11px;
  line-height: 150%;
  margin: 15px 0;
}

.pl-small.pl-nutrition {
  margin: 10px;
}

.product-module .sep {
  text-align: center;
  margin: 80px 0;
}
@media only screen and (max-width: 1200px) {
  .product-module .sep {
    margin: 40px 0;
  }
}
.product-module .sep svg {
  width: 3px;
  height: 98px;
  fill: #dedac8;
}
.product-module #nutrition h2 {
  font-size: 60px;
  line-height: 55px;
  margin: 0;
  margin-left: -3px;
}
.product-module #nutrition p.nutrition-desc {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.product-module #nutrition2 h2 {
  font-size: 60px;
  line-height: 55px;
  margin: 0;
  margin-left: -3px;
}
.product-module #nutrition2 p.nutrition-desc {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.product-module .nutrition-col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 16.666666666666664%;
  margin-left: 0%;
  margin-right: 0%;
  border-right: 1px solid #e9e1d8;
  height: 95px;
  text-align: center !important;
}
.product-module .nutrition-col:before,
.product-module .nutrition-col:after {
  content: '';
  display: table;
}
.product-module .nutrition-col:after {
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .product-module .nutrition-col {
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .product-module .nutrition-col {
    height: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .product-module .nutrition-col {
    height: 50px;
  }




}
.product-module .nutrition-col p {
  font-size: 40px;
  line-height: 40px;
  color: #b3a071;
  font-weight: 600;
  font-family: 'Figtree', sans-serif;
  margin: 0;
  text-align: center !important;
}
@media only screen and (max-width: 1200px) {
  .product-module .nutrition-col p {
    font-size: 16px;
    line-height: 16px;
  }
}
.product-module .nutrition-col p span {
  font-size: 18px;
  line-height: 18px;
  margin: 2px 0 5px;
}
@media only screen and (max-width: 1200px) {
  .product-module .nutrition-col p span {
    font-size: 14px;
    line-height: 14px !important;
  }
}
@media only screen and (max-width: 600px) {
  .product-module .nutrition-col p span {
    font-size: 12px;
    line-height: 12px !important;
  }
}
.product-module .nutrition-col p span.nl {
  display: block;
}
.product-module .nutrition-col p.perc {
  color: #4d555b;
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (max-width: 1200px) {
  .product-module .nutrition-col p.perc {
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .product-module .nutrition-col p.perc {
    font-size: 12px;
    line-height: 12px;
  }
}
.product-module .nutrition-col.last {
  border: none;
}
.product-module .nutrition-half {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.product-module .nutrition-half:before,
.product-module .nutrition-half:after {
  content: '';
  display: table;
}
.product-module .nutrition-half:after {
  clear: both;
}
.product-module .nutrition-half:last-child {
  margin-right: 0%;
}
.product-module .nutrition-sub.left {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 64.95%;
  margin-left: 0%;
  margin-right: 2%;
}
.product-module .nutrition-sub.left:before,
.product-module .nutrition-sub.left:after {
  content: '';
  display: table;
}
.product-module .nutrition-sub.left:after {
  clear: both;
}
.product-module .nutrition-sub.left:last-child {
  margin-right: 0%;
}
.product-module .nutrition-sub.right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.05%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: right;
  color: #4d555b;
}
.product-module .nutrition-sub.right:before,
.product-module .nutrition-sub.right:after {
  content: '';
  display: table;
}
.product-module .nutrition-sub.right:after {
  clear: both;
}
.product-module .nutrition-sub.right:last-child {
  margin-right: 0%;
}
.product-module .nutrition-sub ul {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .product-module .nutrition-sub ul {
    font-size: 12px;
    line-height: 14px;
  }
  .product-module .nutrition-sub ul li {
    padding: 5px 0 !important;
  }
}
@media only screen and (max-width: 1000px) {
  .product-module #comparison + .sep {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  .product-module #comparison {
    display: none;
  }
}
.product-module #comparison h2 {
  font-size: 60px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
  .product-module #comparison h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.product-module #comparison span.other-milk {
  display: block;
  font-weight: 600;
  color: #b3a071;
}
.product-module #comparison img {
  widht: 100%;
  max-width: 160px;
}
.product-module #comparison a {
  border: none;
  text-decoration: none;
  color: initial;
  text-transform: uppercase;
}
.product-module #comparison a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
.product-module #comparison a:visited {
  opacity: 1;
}
.product-module #comparison .compare-el {
  position: relative;
  display: block;
}
.product-module #comparison .compare-el span,
.product-module #comparison .compare-el .click-to-see {
  font-size: 18px;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
}
.product-module #comparison .compare-el .click-to-see {
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
  opacity: 0;
  position: absolute;
  right: 4px;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 1px solid #006DB0;
  border-radius: 10px;
}
.product-module #comparison .compare-el .click-to-see span {
  display: block;
  position: absolute;
  bottom: 0;
}
.product-module #comparison .compare-el .click-to-see.unsweetened {
  border-color: #00A7E1;
}
.product-module #comparison .compare-el .click-to-see.unsweetened-vanilla {
  border-color: #F05B78;
}
.product-module #comparison .compare-el .click-to-see.vanilla {
  border-color: #f27269;
}
.product-module #comparison .compare-el .click-to-see.chocolate {
  border-color: #823B33;
}
.product-module #comparison .compare-el img,
.product-module #comparison .compare-el span.blue {
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.product-module #comparison .compare-el.active span {
  color: #b4a37b !important;
}
.product-module #comparison .row.first {
  max-width: 390px;
  margin: 0 auto;
}
.product-module #comparison .row.second {
  margin-top: 20px;
}
.product-module #comparison .compare-half {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}
.product-module #comparison .compare-half:before,
.product-module #comparison .compare-half:after {
  content: '';
  display: table;
}
.product-module #comparison .compare-half:after {
  clear: both;
}
.product-module #comparison .compare-half:last-child {
  margin-right: 0%;
}
.product-module #comparison .compare-third {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
}
.product-module #comparison .compare-third:before,
.product-module #comparison .compare-third:after {
  content: '';
  display: table;
}
.product-module #comparison .compare-third:after {
  clear: both;
}
.product-module #comparison .compare-third:last-child {
  margin-right: 0%;
}
.product-module #whats-inside h2, .product-module #how-to-use h2 {
  font-size: 60px;
  text-align: center;
  margin: 0 0 30px;
}

.product-module #other-products h2,
.product-module #why-yellow h2 {
  font-size: 60px;
  text-align: center;
  margin: 0 0 20px;
}


.product-module #other-products p.other-subtitle,
.product-module #why-yellow p.other-subtitle {
  font-size: 24px;
  text-align: center;
  margin: 5px 0 20px;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  color: #006DB0;
}

.product-module #other-products p.other-subtitle span {
  font-weight: 400;
}

.product-module #other-products .coupon-button {
  width: 100%;
  max-width: 270px;
  padding: 15px 0 13px;
  text-align: center;
  border: none !important;
  font-size: 18px;
  line-height: 18px;
  margin: 30px auto 0;
  display: block;
  left: 0;
  right: 0;
}

.product-module #other-products .coupon-button img {
  max-width: 20px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  margin-top: -2px;
}

.other-wrap {
  display: -webkit-box; 
  display: -moz-box;   
  display: -ms-flexbox; 
  display: -webkit-flex;  
  display: flex; 
  justify-content: space-between;
  text-align: center;
  align-items: center;
  flex-direction: row;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 450px;
  margin: 0 auto;
}

.yogurt-original-color a {
  color: #006DB0;
}




.other-wrap a:hover {
  color: black;
}

.other-wrap a span {
  text-transform: none;
  font-weight: 600;
}

.other-col {
  align-self: flex-end;
  margin-right: 20px;
  text-decoration: none;
}

.other-col p {
  line-height: 120%;
}

.other-col:last-child {
  margin-right: 0;
}

.other1 img {
  max-width: 110px !important;
}
.other2 img {
  max-width: 134px !important;
}
.other3 img {
  max-width: 129px !important;
}
.other4 img {
  max-width: 129px !important;
}

@media only screen and (max-width: 1200px) {
  .product-module #whats-inside h2, .product-module #how-to-use h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px;
  }

.product-module #other-products h2,
.product-module #why-yellow h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 20px 0 0;
  }


.product-module #other-products p.other-subtitle,
.product-module #why-yellow p.other-subtitle {
  font-size: 18px;
  margin: 0 0 15px;
}


}
.product-module #whats-inside p.n-description {
  text-transform: uppercase;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.product-module #whats-inside .elem.first {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1000px) {
  .product-module #whats-inside .elem.first {
    margin-bottom: 0;
  }
}
.product-module #whats-inside .elem {
  margin-bottom: 0px;
}
.product-module #whats-inside .elem strong {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.product-module #whats-inside .elem .media img {
  display: inline-block;
  float: left;
  width: 100%;
  max-width: 202px;
}
@media only screen and (max-width: 1200px) {
  .product-module #whats-inside .elem .media img {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.product-module #whats-inside .elem .media p {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .product-module #whats-inside .elem .media p {
    display: block;
  }
}
.product-module #whats-inside .elem .media strong {
  text-transform: uppercase;
  display: block;
}
.product-module #whats-inside .elem .media,
.product-module #whats-inside .elem .media p {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.product-coupon img {
  width: 100%;
  max-width: 610px;
  border-radius: 10px;
}
#almond-overlay {
  padding-top: 35%;
}
#almond-overlay li {
  margin-bottom: 80px !important;
}
#soy-overlay {
  padding-top: 35%;
}
#soy-overlay li {
  margin-bottom: 80px !important;
}
#soy-overlay.soy-unsweetened {
  padding-top: 10%;
}
#cashew-overlay {
  padding-top: 35%;
}
#cashew-overlay li {
  margin-bottom: 80px !important;
}
#coconut-overlay {
  padding-top: 10%;
}
#coconut-overlay li {
  margin-bottom: 85px !important;
}
.bottle-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  padding-top: 25px;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}
.bottle-overlay ul {
  margin: 0;
  padding: 0;
}
.bottle-overlay ul li {
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bottle-overlay i {
  font-style: normal;
  font-size: 24px;
}
.bottle-overlay li {
  font-family: 'Figtree', sans-serif;
  font-size: 50px;
  line-height: 15px;
  font-weight: 600;
  display: block;
  position: relative;
  margin-bottom: 40px !important;
}
.bottle-overlay li span {
  font-size: 20px;
  line-height: 23px;
}
.bottle-overlay .overlay-half {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: left;
  max-width: 150px;
}

@media only screen and (max-width: 1200px) {
.bottle-overlay li {
  font-family: 'Figtree', sans-serif;
  font-size: 36px;
  line-height: 15px;
  font-weight: 600;
  display: block;
  position: relative;
  margin-bottom: 30px !important;
}

}

@media only screen and (max-width: 1000px) {
  .bottle-overlay .overlay-half {
    display: none;
  }
}
.bottle-overlay .overlay-half:before,
.bottle-overlay .overlay-half:after {
  content: '';
  display: table;
}
.bottle-overlay .overlay-half:after {
  clear: both;
}
.bottle-overlay .overlay-half:last-child {
  margin-right: 0%;
}
.bottle-overlay .overlay-half.left {
  float: left;
  margin-left: -20px;
}

.bottle-overlay .overlay-half.right {
  float: right;
  margin-right: -40px;
}




.product-kids-information .bottle-overlay .overlay-half.right {
  margin: 0 20px 0 0;
}
.product-kids-information #bottle-container {
  padding-right: 0;
}

.product-kids-information .bottle-overlay .overlay-half.left {
  margin-left: 10px;
}

.product-kids-information .bottle-overlay ul li {
  font-size: 34px;
  margin-bottom: 30px !important;
}

.product-kids-information .bottle-overlay {
  padding-top: 25px !important;
}

.product-kids-information .bottle-overlay .overlay-half.left {
  margin-left: 0;
}


@media only screen and (max-width: 1200px) {

.bottle-overlay .overlay-half.left {
  margin-left: -20%;
}

.bottle-overlay .overlay-half.right {
  margin-right: -100px;
}

.product-kids-information .bottle-overlay .overlay-half.right {
  margin: 0 -10px 0 0;
}


  }

@media only screen and (max-width: 1000px) {
  .media-d {
    display: none !important;
  }
}
.media-m {
  display: none !important;
}
@media only screen and (max-width: 1000px) {
  .media-m {
    display: block !important;
  }
}
#product-menu-mobile {
  position: fixed;
  z-index: 19;
  top: 115px;
  width: 100%;
  height: 50px;
}
@media only screen and (min-width: 1001px) {
  #product-menu-mobile {
    display: none;
  }
}
#product-menu-mobile svg {
  display: block !important;
  width: 100%;
  height: 8px;
  fill: #fff;
}
#product-menu-mobile.half-half svg {
  height: 10px;
}
#product-menu-mobile .unsweetened-svg {
  margin-top: 4px;
}
#product-menu-mobile ul {
  width: 100%;
  height: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#product-menu-mobile li {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 20%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
  height: 50px;
  display: block;
}


#product-menu-mobile.longer li {
  width: 33.33333333333333%;
}

#product-menu-mobile.half-half li {
  width: 50%;
}
#product-menu-mobile li:before,
#product-menu-mobile li:after {
  content: '';
  display: table;
}
#product-menu-mobile li:after {
  clear: both;
}
#product-menu-mobile a {
  padding-top: 20px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #006DB0;
}


#product-menu-mobile.longer a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

#product-menu-mobile a {
  background: #2e5372;
}

#product-menu-mobile a.active {
  background: #ffffff;
}

#product-menu-mobile .is-yogurt-original a.active {
  background: #eff7fc;
}

#product-menu-mobile .is-yogurt-vanilla a.active {
  background: #ffffff;
}

#product-menu-mobile .is-strawberry a.active {
  background: #fff4f7;
}

#product-menu-mobile .is-blueberry a.active {
  background: #eaeef9;
}

#product-menu-mobile .is-peach a.active {
  background: #f8efe8;
}

#product-menu-mobile a.active svg {
  fill: #006DB0;
}

#product-menu-mobile .is-yogurt-vanilla a.active svg {
  fill: #997121;
}

#product-menu-mobile .is-strawberry a.active svg {
  fill: #c60e3b;
}

#product-menu-mobile .is-blueberry a.active svg {
  fill: #244289;
}

#product-menu-mobile .is-peach a.active svg {
  fill: #e25829;
}



#product-menu-mobile a.unsweetened-link {
  padding-top: 13px;
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#product-menu-mobile a.unsweetened-link svg:last-child {
  margin-top: 5px;
}

@media only screen and (max-width: 600px) {
#product-menu-mobile a svg {
  width: 100%;
  height: 6px;
}

.other-wrap {
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-flow: row wrap;
}

.other-col {
  margin: 0 10px;
  flex-basis: calc(50% - 20px);
}

  }

#contact-bg {
  position: relative;
  display: inline-block;
  background: url("/img/contact-us-bg.jpg?ver=113") no-repeat;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: top;
  margin-top: 91px;
}
@media only screen and (max-width: 1000px) {
  #contact-bg {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 768px) {
  #contact-bg {
    height: 100px;
    background-size: 180%;
    background-position: top center;
  }
}
#contact-bg h2 {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 44%;
  margin: 0;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 60px;
  text-shadow: 0 0 4px rgba(0,0,0,0.7);
}
@media only screen and (max-width: 768px) {
  #contact-bg h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 600px) {
  #contact-bg h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.contact-desc {
  margin: 3% auto 2%;
}
.contact-info {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .contact-info {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .contact-info:before,
  .contact-info:after {
    content: '';
    display: table;
  }
  .contact-info:after {
    clear: both;
  }
  .contact-info:nth-child(2n) {
    margin-right: 0%;
    float: left;
  }
  .contact-info:nth-child(2n+1) {
    clear: none;
  }
  .contact-info:nth-child(1n) {
    margin-right: 0%;
    float: right;
  }
  .contact-info:nth-child(1n+1) {
    clear: both;
  }
}
.contact-info:before,
.contact-info:after {
  content: '';
  display: table;
}
.contact-info:after {
  clear: both;
}
.contact-info:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.contact-info:nth-child(2n+1) {
  clear: both;
}
.contact-info h2 {
  font-size: 60px;
  line-height: 70px;
  color: #006DB0;
  font-weight: 200;
  font-family: 'Figtree', sans-serif;
  margin: 0;
}

.contact-info h2 span {
  display: inline-block;
  font-weight: 200;
  margin-top: 20px;
  font-size: 45px;
  line-height: 55px;
}

.contact-info h2 a {
  display: inline-block;
  border-bottom: 5px solid;
  line-height: 50px;
}

.contact-info h2 a:hover {
  border-bottom: 5px solid;
}

@media only screen and (max-width: 768px) {
  .contact-info h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .contact-info h2 a {
    line-height: 25px;
    border-bottom: 3px solid;
  }
  .contact-info h2 span {
    font-size: 20px;
    line-height: 30px;
  }
}

.contact-info p {
  font-size: 50px;
  line-height: 60px;
}
.contact-info a {
  border: none;
  text-decoration: none;
  color: initial;
  color: #006DB0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.contact-info a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
.contact-info a:visited {
  opacity: 1;
}
.contact-info a:hover {
  color: #000;
}
.contact-info img {
  width: 100%;
  border-radius: 10px;
}
.contact-info .button-wrapper {
  display: block;
  width: 100%;
  text-align: right;
}
.contact-info .coupon-button {
  margin-right: 0;
  background: url("/img/button-arrow.png?ver=113") no-repeat;
  background-color: #006DB0;
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.contact-info .coupon-button:hover {
  color: #fff;
  border: 2px solid #98cbda;
  background: url("/img/button-arrow.png?ver=113") no-repeat;
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-color: #98cbda;
}
.contact-info-span {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .contact-info-span {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .contact-info-span:before,
  .contact-info-span:after {
    content: '';
    display: table;
  }
  .contact-info-span:after {
    clear: both;
  }
  .contact-info-span:nth-child(1n) {
    float: right;
  }
  .contact-info-span:nth-child(1n + 1) {
    clear: both;
  }
  .contact-info-span:nth-child(2n) {
    float: left;
  }
  .contact-info-span:nth-child(2n + 1) {
    clear: none;
  }
}
.contact-info-span:before,
.contact-info-span:after {
  content: '';
  display: table;
}
.contact-info-span:after {
  clear: both;
}
.contact-info-span:nth-child(2n) {
  float: right;
}
.contact-info-span:nth-child(2n + 1) {
  clear: both;
}
.contact-info-span h2 {
  font-size: 42px;
  line-height: 100%;
  color: #006DB0;
  font-weight: 600;
  font-family: 'Figtree', sans-serif;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .contact-info-span h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.contact-info-span h2 span {
  font-weight: 200;
}
.contact-info-span p {
  font-size: 20px;
  line-height: 30px;
}
.contact-info-span a {
  border: none;
  text-decoration: none;
  color: initial;
  color: #006DB0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.contact-info-span a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
.contact-info-span a:visited {
  opacity: 1;
}
.contact-info-span a:hover {
  color: #000;
}
.contact-info-span img {
  width: 100%;
  border-radius: 10px;
}
.contact-info-span p.phone-num {
  font-size: 30px;
  line-height: 35px;
}
.contact-wrap {
  display: inline-block;
  margin-top: 23%;
  text-align: center;
  width: 100%;
}

.press-pr {
  margin-bottom: 30px;
}

.press-wrap {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.press-wrap1 {
  margin-top: 3%;
  margin-bottom: 5%;
}
@media only screen and (max-width: 768px) {
  #customer-service {
    margin: 0;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .press-pr {
    margin: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
  .press-pr2 {
    margin: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
.nopad1 {
  margin-bottom: 0;
}
#press-pr-span {
  position: relative;
  left: 51.5%;
}
@media only screen and (max-width: 600px) {
  #press-pr-span {
    position: static;
    left: 0;
  }
}
#press-pr-img {
  position: relative;
  left: -51.5%;
}
@media only screen and (max-width: 600px) {
  #press-pr-img {
    position: static;
    left: 0;
  }
}
#contact-us .slogan {
  display: none;
}
#follow-uz {
  width: 100%;
  text-align: center;
  padding: 60px 15px 100px 15px;
}
@media only screen and (max-width: 768px) {
  #follow-uz {
    padding: 20px 15px 50px 15px;
  }
}
#follow-uz img {
  width: 100%;
  max-width: 749px;
}
.ripple-input {
  display: block;
  width: 100%;
  padding: 20px 25px 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  color: #006DB0;
  border: 1px solid #006DB0;
  font-size: 18px;
  font-weight: 600;
}
.ripple-textarea {
  display: block;
  width: 100%;
  height: 150px;
  padding: 20px 25px 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  color: #006DB0;
  border: 1px solid #006DB0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
#follow-uz {
  *zoom: 1;
  width: auto;
  max-width: 900px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
#follow-uz:before,
#follow-uz:after {
  content: '';
  display: table;
}
#follow-uz:after {
  clear: both;
}
#follow-uz a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

#follow-uz a:hover svg {
  fill: #000;
}
#follow-uz ul {
  margin: 0;
  padding: 0 0 0 20px;
  width: 100%;
  text-align: left;
}
#follow-uz li {
  display: inline-block;
  margin-right: 4%;
}
#follow-uz svg {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  height: 60%;
  fill: #006DB0;
}
#follow-uz h2 {
  font-size: 52px;
  line-height: 62px;
  color: #006DB0;
  font-weight: 600;
  font-family: 'Figtree', sans-serif;
  margin: 0;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  #follow-uz h2 {
    font-size: 30px;
    line-height: 35px;
  }

  #follow-uz a {
    width: 45px;
    height: 45px;
  }

  #follow-uz ul {
    text-align: center;
  }
  
}
@media only screen and (min-width: 768px) {
  #follow-uz .fol.left {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: right;
  }
  #follow-uz .fol.left:before,
  #follow-uz .fol.left:after {
    content: '';
    display: table;
  }
  #follow-uz .fol.left:after {
    clear: both;
  }
  #follow-uz .fol.left:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 768px) {
  #follow-uz .fol.right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #follow-uz .fol.right:before,
  #follow-uz .fol.right:after {
    content: '';
    display: table;
  }
  #follow-uz .fol.right:after {
    clear: both;
  }
  #follow-uz .fol.right:last-child {
    margin-right: 0%;
  }
}
#he-bg {
  position: relative;
  display: block;
  background: url("/img/he-bg.jpg?ver=113") no-repeat;
  width: 100%;
  height: 1122px;
  background-size: 1920px auto;
  background-position: top center;
  margin-top: 91px;
}
@media only screen and (max-width: 1000px) {
  #he-bg {
    margin-top: 75px;
  }
}
#he-text {
  position: relative;
  z-index: 3;
  top: 100px;
  width: 90%;
  max-width: 1032px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #he-text {
    top: 50px;
  }
}
#he-text h1 {
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #he-text h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
#he-text h1 strong {
  font-weight: 600;
}
#he-text h2 {
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  position: relative;
  color: #fff;
}
#he-text h2 strong {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #he-text h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
#he-text p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  max-width: 595px;
  float: right;
}
@media only screen and (max-width: 768px) {
  #he-text p {
    float: none;
    line-height: 24px;
  }
}
#he-text p strong {
  font-weight: 600;
}
#non-gmo {
  position: relative;
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
  margin-top: 140px;
}
#non-gmo:before,
#non-gmo:after {
  content: '';
  display: table;
}
#non-gmo:after {
  clear: both;
}
#non-gmo h1 {
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #non-gmo h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
#non-gmo h1 strong {
  font-weight: 600;
}
#non-gmo h2, #non-gmo h3 {
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #non-gmo h2, #non-gmo h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
#non-gmo h2 strong, #non-gmo h3 strong {
  font-weight: 600;
}
#non-gmo p {
  font-size: 18px;
  line-height: 30px;
}
#non-gmo p strong {
  font-weight: 600;
}
#he-zoom {
  position: absolute;
  z-index: 4;
  left: 50%;
  margin-left: -146px;
  bottom: -140px;
}
#he-zoom img {
  vertical-align: top;
  width: 100%;
  max-width: 293px;
}
#he-water {
  display: inline-block;
  background: url("/img/he-water.jpg?ver=113") no-repeat;
  width: 100%;
  height: 3078px;
  background-size: 1920px auto;
  background-position: top center;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #he-water {
    background-size: 1920px auto;
    background-position: top left -340px;
  }
}
.gmo-block {
  *zoom: 1;
  width: auto;
  max-width: 1020px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.gmo-block:before,
.gmo-block:after {
  content: '';
  display: table;
}
.gmo-block:after {
  clear: both;
}
.gmo-banner p {
  margin-top: 0;
}
.gmo-banner img {
  margin-top: 7px;
  width: 100%;
  max-width: 270px;
}
@media only screen and (min-width: 600px) {
  .gmo-banner {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 47.5%;
    margin-left: 0%;
    margin-right: 5%;
  }
  .gmo-banner:before,
  .gmo-banner:after {
    content: '';
    display: table;
  }
  .gmo-banner:after {
    clear: both;
  }
  .gmo-banner:last-child {
    margin-right: 0%;
  }
}
.gmo-banner.left-side {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .gmo-banner.left-side {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.gmo-banner.right-side {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .gmo-banner.right-side {
    text-align: center;
  }
}
#less-water {
  margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  #less-water {
    margin-top: 50px;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
#in-fact {
  position: relative;
  color: #fff;
  float: right;
  max-width: 500px;
  padding-right: 100px;
}
@media only screen and (max-width: 768px) {
  #in-fact {
    float: none;
    width: 100%;
    padding-left: 15%;
    margin: 0 auto;
    padding-top: 60px;
    padding-right: 0;
  }
}
#in-fact .it-takes {
  font-family: 'Figtree', sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}
@media only screen and (max-width: 768px) {
  #in-fact .it-takes {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
#in-fact p {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 90px;
  margin: 40px 0;
}


#in-fact span {
  font-family: 'Figtree', sans-serif;
  font-size: 30px;
  line-height: 40px;
}
#in-fact span.less-desc {
  display: block;
  font-size: 20px;
  line-height: 26px;
  padding-left: 5px;
  margin-bottom: 40px;
}

#in-fact span.less-desc small {
  display: block;
  font-size: 12px;
  line-height: 140%;
  margin-top: 20px;
}

#in-fact span.less-desc small sup {
  margin-right: -10px;
  right: 10px;
}

#in-fact a {
  color: white;
}

@media only screen and (max-width: 768px) {
  #in-fact span.less-desc {
    padding-left: 0;
  }
}
#in-fact sup {
  font-family: 'Figtree', sans-serif;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  top: -10px;
}
#narrow-block {
  max-width: 305px;
  float: right;
}

#narrow-block strong {
  font-weight: 600 !important;
}
@media only screen and (max-width: 768px) {
  #narrow-block {
    max-width: 100%;
    float: none;
  }
}
#water-gallon {
  margin-top: 300px;
  *zoom: 1;
  width: auto;
  max-width: 1180px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
}
#water-gallon:before,
#water-gallon:after {
  content: '';
  display: table;
}
#water-gallon:after {
  clear: both;
}
.gallon p {
  font-family: 'Figtree', sans-serif;
  font-size: 90px;
  line-height: 96px;
  font-weight: 400;
  color: #006DB0;
  max-width: 670px;
  margin-top: 0;
  margin-bottom: 0;
}

.single-sup , .single-sup a {
  color: #006DB0;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .gallon p {
    font-size: 40px;
    line-height: 50px;
    max-width: 100%;
  }
}
.gallon p strong {
  font-weight: 600;
}
.gallon sup {
  font-size: 12px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-weight: 600;
  margin-left: 5px;
  top: 5px;
}


.gallon.left-side img {
  width: 100%;
  max-width: 317px;
}

@media only screen and (min-width: 768px) {
  .gallon.left-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 27.9%;
    margin-left: 0%;
    margin-right: 3%;
    padding-top: 90px;
  }
  .gallon.left-side:before,
  .gallon.left-side:after {
    content: '';
    display: table;
  }
  .gallon.left-side:after {
    clear: both;
  }
  .gallon.left-side:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 600px) {
  .gallon.left-side {
    text-align: center;
    padding-top: 100px;
  }
  .gallon.left-side img {
    width: 100%;
    max-width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .gallon.right-side {
    padding-left: 12%;
  }
}
@media only screen and (min-width: 768px) {
  .gallon.right-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 69.1%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .gallon.right-side:before,
  .gallon.right-side:after {
    content: '';
    display: table;
  }
  .gallon.right-side:after {
    clear: both;
  }
  .gallon.right-side:last-child {
    margin-right: 0%;
  }
}
.gallon.right-side img {
  display: inline-block;
  position: relative;
  margin-left: -25px;
  bottom: -7px;
}
@media only screen and (max-width: 768px) {
  .gallon.right-side img {
    display: none;
  }
}
#water-map {
  display: inline-block;
  background: url("/img/water-map.jpg?ver=113") no-repeat;
  width: 100%;
  height: 850px;
  background-size: 1920px auto;
  background-position: top center;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #water-map {
    background-size: 150% auto;
  }
}
#he-cow {
  position: relative;
  display: inline-block;
  background: url("/img/he-cow.jpg?ver=113") no-repeat;
  width: 100%;
  height: 2992px;
  background-size: 1920px auto;
  background-position: top center;
  margin-top: 0;
}
#cow-carbon {
  *zoom: 1;
  width: auto;
  max-width: 1270px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 100px;
  padding: 0 15px;
}
#cow-carbon:before,
#cow-carbon:after {
  content: '';
  display: table;
}
#cow-carbon:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  #cow-carbon {
    margin-top: 40px;
  }
}
#cow-carbon h2 {
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #cow-carbon h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
#cow-carbon h2 strong {
  font-weight: 600;
}
#cow-carbon h3 {
  font-size: 30px;
  line-height: 30px;
  font-family: 'Figtree', sans-serif;
  color: #006DB0;
  margin: 100px 0 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #cow-carbon h3 {
    margin: 40px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .produce.left-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.8%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .produce.left-side:before,
  .produce.left-side:after {
    content: '';
    display: table;
  }
  .produce.left-side:after {
    clear: both;
  }
  .produce.left-side:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 768px) {
  .produce.right-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .produce.right-side:before,
  .produce.right-side:after {
    content: '';
    display: table;
  }
  .produce.right-side:after {
    clear: both;
  }
  .produce.right-side:last-child {
    margin-right: 0%;
  }
}
.produce p {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 138px;
  line-height: 100px;
  margin: 60px 0;
  color: #006DB0;
}
@media only screen and (max-width: 1000px) {
  .produce p {
    font-size: 90px;
    line-height: 95px;
    margin: 15px 0;
  }
}
.produce p.regular {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 20px;
  margin: 0;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .produce p.regular {
    display: none;
  }
}
.produce p.regular sup {
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  top: -25px;
}
.produce span.less-desc {
  display: block;
  font-size: 30px;
  line-height: 40px;
  padding-left: 5px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .produce span.less-desc {
    margin-bottom: 40px;
  }
}
.produce span.less-desc:first-child {
  padding-left: -20px;
}
.produce span.thin {
  display: inline-block;
}
.produce p.lbs {
  white-space: nowrap;
  text-align: left;
}
.produce p.lbs i.thin {
  display: inline-block;
  font-family: 'Figtree', sans-serif;
  font-weight: 100;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  margin-left: -10px;
}
.produce p.lbs span {
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  font-weight: 200;
  position: relative;
  text-align: left;
  padding-left: 4%;
}
@media only screen and (max-width: 768px) {
  .produce p.lbs span {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
  }
}
.produce p.lbs span strong {
  font-weight: 600;
}
.produce p.lbs span sup {
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  font-weight: 600;
  top: -25px;
}

.produce p.lbs {
  margin-bottom: 40px;
}
.produce sup {
  font-family: 'Figtree', sans-serif;
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  vertical-align: top;
  padding-top: 23px;
}



@media only screen and (max-width: 1000px) {
  .produce sup {
    font-size: 40px;
    line-height: 40px;
  }

  .percent.nearly {
    padding-left: 5px;
    padding-top: 0;
    vertical-align: bottom;
    line-height: 10px;
  }
  .half-adj {
    top: 10px !important;
  }
}
.produce sup.small-sup {
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  position: relative;
  font-weight: 600;
  top: -25px;
}
.pound p {
  font-family: 'Figtree', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  color: #006DB0;
  margin-top: 30px;
}
.pound p.lbs {
  white-space: nowrap;
  font-size: 100px;
  line-height: 105px;
  margin: 30px 0;
  text-align: center;
}
.pound p.lbs i.thin {
  display: inline-block;
  font-family: 'Figtree', sans-serif;
  font-weight: 100;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  margin-left: -10px;
}
.pound p.lbs span {
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  font-weight: 200;
  float: right;
}
@media only screen and (max-width: 768px) {
  .pound p.lbs span {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
  }
}
.pound p.lbs span strong {
  font-weight: 600;
}
.pound p.lbs span sup {
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  padding-top: 0;
  margin-top: 12px;
  margin-right: 15px;
}
.pound p.lbs span:first-child {
  margin-right: 15px;
}
.pound p.lbs {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .pound.left-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 53.650000000000006%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .pound.left-side:before,
  .pound.left-side:after {
    content: '';
    display: table;
  }
  .pound.left-side:after {
    clear: both;
  }
  .pound.left-side:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 768px) {
  .pound.right-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 43.35%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .pound.right-side:before,
  .pound.right-side:after {
    content: '';
    display: table;
  }
  .pound.right-side:after {
    clear: both;
  }
  .pound.right-side:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 768px) {
  .pound.right-side.almonds {
    text-align: center;
  }
}
.pound.right-side.almonds img {
  width: 100%;
  max-width: 250px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .pound.right-side.almonds img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .pound.right-side.yellow-peas {
    text-align: center;
  }
}
.pound.right-side.yellow-peas img {
  width: 100%;
  max-width: 278px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .pound.right-side.yellow-peas img {
    max-width: 150px;
  }
}
.margin-nuts {
  margin: 80px 0;
}
@media only screen and (max-width: 768px) {
  .margin-nuts {
    margin: 20px 0;
  }
}
p.lbs.co-adj {
  margin: 100px 0 100px;
}
@media only screen and (max-width: 768px) {
  p.lbs.co-adj {
    margin: 30px 25px 0px;
    white-space: nowrap;
  }
}
#cow-bottom {
  *zoom: 1;
  width: auto;
  max-width: 1270px;
  float: none;
  display: block;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
  position: absolute;
  bottom: -250px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#cow-bottom:before,
#cow-bottom:after {
  content: '';
  display: table;
}
#cow-bottom:after {
  clear: both;
}
/*@media only screen and (max-width: 768px) {
  #cow-bottom {
    margin-top: 320px;
  }
}*/
.cow.full h3 {
  font-family: 'Figtree', sans-serif;
  font-size: 53px;
  font-weight: 400;
  line-height: 53px;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .cow.full h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.cow.full h3 strong {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .cow.left-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 42.5%;
    margin-left: 0%;
    margin-right: 15%;
  }
  .cow.left-side:before,
  .cow.left-side:after {
    content: '';
    display: table;
  }
  .cow.left-side:after {
    clear: both;
  }
  .cow.left-side:last-child {
    margin-right: 0%;
  }
}
.cow.left-side p {
  font-family: 'Figtree', sans-serif;
  font-size: 53px;
  font-weight: 400;
  line-height: 53px;
  margin: 0;
  color: #fff;
}
.cow.left-side p.small-p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .cow.left-side p.small-p {
    font-size: 16px;
    line-height: 24px;
  }
}
.cow.right-side {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .cow.right-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 42.5%;
    margin-left: 0%;
    margin-right: 15%;
  }
  .cow.right-side:before,
  .cow.right-side:after {
    content: '';
    display: table;
  }
  .cow.right-side:after {
    clear: both;
  }
  .cow.right-side:last-child {
    margin-right: 0%;
  }
}
.cow.right-side p {
  font-family: 'Figtree', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
  color: #fff;
}
.cow.right-side p.lbs.co-adj {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 168px;
  line-height: 130px;
  margin: 20px 0 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .cow.right-side p.lbs.co-adj {
    font-size: 90px;
    line-height: 90px;
  }
}
.cow.right-side p.lbs {
  white-space: nowrap;
}
.cow.right-side p.lbs span {
  display: inline-block;
  font-size: 40px;
  line-height: 45px;
  font-weight: 200;
  text-align: left;
  padding-left: 3%;
}
@media only screen and (max-width: 768px) {
  .cow.right-side p.lbs span {
    font-size: 30px;
    line-height: 35px;
    margin-top: 0;
    margin-right: 40px;
  }
}
.cow.right-side p.lbs span strong {
  font-weight: 600;
}
.cow.right-side p.lbs span sup {
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  padding-top: 0;
  margin-top: 12px;
  margin-right: 15px;
}
#cow-small {
  *zoom: 1;
  width: auto;
  max-width: 1270px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 100px;
}
#cow-small:before,
#cow-small:after {
  content: '';
  display: table;
}
#cow-small:after {
  clear: both;
}
#cow-small small {
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 15px;
  font-weight: 400;
  display: block;
}

#cow-small small a {
  color: #006DB0;
  font-weight: 600;
}
#cow-footer {
  *zoom: 1;
  width: auto;
  max-width: 1270px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
  margin-top: 40px;
}
#cow-footer:before,
#cow-footer:after {
  content: '';
  display: table;
}
#cow-footer:after {
  clear: both;
}
#cow-footer h2 {
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  position: relative;
  display: block;
  margin: 22% 0 80px;
}
@media only screen and (max-width: 1000px) {
  #cow-footer h2 {
    font-size: 35px;
    line-height: 40px;
    position: relative;
    margin: 32% 0 40px !important;
  }
}
#cow-footer h2 strong {
  font-weight: 600;
}
#cow-footer p {
  font-size: 18px;
  line-height: 30px;
}
#cow-footer p strong {
  font-weight: 600;
}
#cow-footer p.blue {
  font-family: 'Figtree', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .packaging.left-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 27.9%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .packaging.left-side:before,
  .packaging.left-side:after {
    content: '';
    display: table;
  }
  .packaging.left-side:after {
    clear: both;
  }
  .packaging.left-side:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 768px) {
  .packaging.middle-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 38.2%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .packaging.middle-side:before,
  .packaging.middle-side:after {
    content: '';
    display: table;
  }
  .packaging.middle-side:after {
    clear: both;
  }
  .packaging.middle-side:last-child {
    margin-right: 0%;
  }
}
.packaging.middle-side img {
  width: 100%;
  max-width: 439px;
}
@media only screen and (min-width: 768px) {
  .packaging.right-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 27.9%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .packaging.right-side:before,
  .packaging.right-side:after {
    content: '';
    display: table;
  }
  .packaging.right-side:after {
    clear: both;
  }
  .packaging.right-side:last-child {
    margin-right: 0%;
  }
}
#hl-bg {
  position: relative;
  display: block;
  background: url("/img/hl-bg.jpg?ver=113") no-repeat;
  width: 100%;
  height: 50vh;
  min-height: 300px;
  max-height: 580px;
  background-size: cover;
  background-position: center;
  margin-top: 91px;
}
#al-bg {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 75px;
}

#al-bg img {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  #hl-bg {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 768px) {
  #hl-bg {
    background-size: cover;
    background-position: center;
    min-height: 100px;
    max-height: 200px;
  }
}
.fixed-section {
  *zoom: 1;
  width: auto;
  max-width: 1190px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 25px 20px 25px 20px;
  clear:both;
}
.fixed-section:before,
.fixed-section:after {
  content: '';
  display: table;
}
.fixed-section:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .fixed-section {
    padding: 30px 30px 50px 30px;
  }
}
.fixed-section h1, .fixed-section h2 {
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.fixed-section h1 strong, .fixed-section h2 strong {
  font-weight: 600;
}
@media only screen and (max-width: 1050px) {
  .fixed-section h1, .fixed-section h2 {
    font-size: 40px;
    line-height: 50px;
  }
  body#ripptein h1 sup {
    font-size: 10px !important;
    top: -20px !important;
  }

}
@media only screen and (max-width: 768px) {


 body#ripptein h1 sup {
    top: -15px !important;
  }

  .fixed-section h1, .fixed-section h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.fixed-section p {
  font-size: 18px;
  line-height: 30px;
}
.fixed-section p strong {
  font-weight: 600;
}
.fixed-section_960 {
  *zoom: 1;
  width: auto;
  max-width: 1000px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 25px 15px 25px 15px;
}
.fixed-section_960:before,
.fixed-section_960:after {
  content: '';
  display: table;
}
.fixed-section_960:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .fixed-section_960 {
    padding: 30px 20px 50px 20px;
  }
}
.fixed-section_960 h2 {
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.fixed-section_960 h2 strong {
  font-weight: 600;
}
@media only screen and (max-width: 1050px) {
  .fixed-section_960 h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-section_960 h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.fixed-section_960 p {
  font-size: 18px;
  line-height: 30px;
}
.fixed-section_960 p strong {
  font-weight: 600;
}
.fixed-section_1370 {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 30px 20px 50px 20px;
}
.fixed-section_1370:before,
.fixed-section_1370:after {
  content: '';
  display: table;
}
.fixed-section_1370:after {
  clear: both;
}
.fixed-section_1370 h2 {
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.fixed-section_1370 h2 strong {
  font-weight: 600;
}
@media only screen and (max-width: 1050px) {
  .fixed-section_1370 h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .fixed-section_1370 h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.fixed-section_1370 p {
  font-size: 18px;
  line-height: 30px;
}
.fixed-section_1370 p strong {
  font-weight: 600;
}
.text-half {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.text-half:before,
.text-half:after {
  content: '';
  display: table;
}
.text-half:after {
  clear: both;
}
.text-half:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.text-half:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .text-half {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .text-half:before,
  .text-half:after {
    content: '';
    display: table;
  }
  .text-half:after {
    clear: both;
  }
  .text-half:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  .text-half:nth-child(2n+1) {
    clear: none;
  }
  .text-half:last-child {
    margin-right: 0%;
  }
}
.text-half img {
  width: 100%;
  max-width: 570px;
}
.gutter-large .text-half {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 45%;
  margin-left: 0%;
  margin-right: 10%;
}
.gutter-large .text-half:before,
.gutter-large .text-half:after {
  content: '';
  display: table;
}
.gutter-large .text-half:after {
  clear: both;
}
.gutter-large .text-half:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.gutter-large .text-half:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .gutter-large .text-half {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .gutter-large .text-half:before,
  .gutter-large .text-half:after {
    content: '';
    display: table;
  }
  .gutter-large .text-half:after {
    clear: both;
  }
  .gutter-large .text-half:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  .gutter-large .text-half:nth-child(2n+1) {
    clear: none;
  }
  .gutter-large .text-half:last-child {
    margin-right: 0%;
  }
}
.border-sep {
  position: absolute;
  display: block;
  width: 1px;
  height: 55%;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 25px;
  border-right: 1px solid #b7a67f;
}
@media only screen and (max-width: 600px) {
  .border-sep {
    display: none;
  }
}
.border-sep.sep1 {
  height: 30%;
}
.text-full {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.text-full:before,
.text-full:after {
  content: '';
  display: table;
}
.text-full:after {
  clear: both;
}
.text-full:last-child {
  margin-right: 0%;
}
.timeline-intro {
  *zoom: 1;
  width: auto;
  max-width: 980px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 40px;
  margin-bottom: 60px;
}
.timeline-intro:before,
.timeline-intro:after {
  content: '';
  display: table;
}
.timeline-intro:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .timeline-intro {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.timeline-intro p {
  color: #000;
  text-align: left;
  font-size: 18px;
  font-family: 'Figtree', sans-serif;
}
#hl-charts {
  *zoom: 1;
  width: auto;
  max-width: 1270px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
}
#hl-charts:before,
#hl-charts:after {
  content: '';
  display: table;
}
#hl-charts:after {
  clear: both;
}
#hl-charts .text-half {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #hl-charts .text-half {
    margin-bottom: 25px;
  }
}
#hl-charts .text-half p {
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 40px;
}
#hl-charts .text-half small {
  font-size: 11px;
  display: inline-block;
  margin-top: 30px;
}
#hl-charts h3 {
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #hl-charts h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
#hl-charts h3 strong {
  font-weight: 600;
}
.text-center {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
#hl-img1 {
  max-width: 1130px;
}
#hl-img2 {
  max-width: 1140px;
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  #hl-img2 {
    margin-top: 60px;
  }
}
#hl-img3 {
  max-width: 980px;
}
#hl-text {
  position: absolute;
  z-index: 3;
  bottom: 5%;
  max-width: 850px;
  text-align: left;
}
#hl-text blockquote {
  font-family: 'Figtree', sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #hl-text blockquote {
    font-size: 30px;
    line-height: 35px;
  }
}
#hl-text blockquote span {
  width: 100%;
  text-align: right;
  float: right;
  font-size: 36px;
  color: #b4a37b;
}
@media only screen and (max-width: 768px) {
  #hl-text blockquote span {
    font-size: 24px;
    line-height: 30px;
    padding-right: 15px;
  }
}
#hl-bg2 {
  position: relative;
  display: block;
  background: url("/img/hl-bg2.jpg?ver=113") no-repeat;
  width: 100%;
  height: 1020px;
  background-size: normal;
  background-position: bottom center;
  margin-top: 20px;
}

#al-bg2 {
  position: relative;
  display: block;
  background: url("/img/allergens-program.jpg?ver=113") no-repeat;
  width: 100%;
  height: 773px;
  background-size: normal;
  background-position: bottom center;
  margin-top: 20px;
}

#hl-bg2-small {
  *zoom: 1;
  width: auto;
  max-width: 1270px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
}
#hl-bg2-small:before,
#hl-bg2-small:after {
  content: '';
  display: table;
}
#hl-bg2-small:after {
  clear: both;
}
#hl-bg2-small small {
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #000;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #hl-bg2-small small {
    width: 100%;
    margin-top: 15px;
  }
}
#hl-text2 {
  position: relative;
  z-index: 3;
  top: 5%;
  max-width: 630px;
  text-align: left;
  float: right;
}

#al-text2 {
  position: relative;
  z-index: 3;
  top: 0;
  max-width: 400px;
  text-align: left;
  float: right;
}

.al-header {
  font-family: 'Figtree', sans-serif;
  font-size: 48px;
  line-height: 100%;
  margin-top: -30px;
  margin-bottom: 0;
}

.al-header-small {
  font-family: 'Figtree', sans-serif;
  font-size: 24px;
  font-weight: 400 !important;
  line-height: 100%;
  margin-bottom: 0;
}

.al-protect {
  margin-top: 0 !important;
  font-size: 30px !important;
  line-height: 140% !important;
  font-weight: 500 !important;
}

.al-faq {
  font-size: 30px !important;
  font-weight: 600 !important;
}

.allergens-newsletter {
  margin-top: 0 !important;
  position: relative !important;
}

form.subscribe {
  width: 100%;
}

.well {
position: absolute;
top: 0;
font-weight: 600;
padding: 20px;
margin: 0 auto;
left: 0;
right: 0;
width: 100% !important;
z-index: 3;
background: #006DB0;
}

#al-button {
  position: absolute;
  right: 15px;
  margin-top: 4px;
  border: none;
}


.allergens-email {
  width: 100%;
  padding: 18px;
  border-radius: 6px;
  border: none;
  color: #006DB0;
  font-weight: 600;
  font-size: 20px !important;
}


.allergens-email::-webkit-input-placeholder {
  font-size: 22px !important;
}
.allergens-email:-moz-placeholder {
  font-size: 22px !important;
}
.allergens-email::-moz-placeholder {
  font-size: 22px !important;
}
.allergens-email:-ms-input-placeholder {
  font-size: 22px !important;
}


@media only screen and (max-width: 768px) {
  #hl-text2 {
    top: 0;
    max-width: 100%;
  }
}
#hl-text2 h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  #hl-text2 h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
}
#hl-text2 h3 strong {
  font-weight: 600;
}
#hl-text2 p {
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  #hl-text2 p {
    margin: 8px 0;
    font-size: 18px;
    line-height: 30px;
  }
}
#story-bg {
  position: relative;
  display: block;
  background: url("/img/story-bg-new2.jpg?ver=113") no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 91px;
}
#locator-bg {
  position: relative;
  display: block;
  background: url("/img/locator-bg.jpg?ver=113") no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 91px;
}
@media only screen and (max-width: 1000px) {
  #story-bg {
    margin-top: 75px;
  }
  #locator-bg {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .story-trans {
    margin: 0;
    padding: 0;
  }
}
.text-60 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 59%;
  margin-left: 0%;
  margin-right: 0%;
}
.text-60:before,
.text-60:after {
  content: '';
  display: table;
}
.text-60:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .text-60 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: none;
  }
  .text-60:before,
  .text-60:after {
    content: '';
    display: table;
  }
  .text-60:after {
    clear: both;
  }
}
.text-40 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 41%;
  margin-left: 0%;
  margin-right: 0%;
}
.text-40:before,
.text-40:after {
  content: '';
  display: table;
}
.text-40:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .text-40 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0 15px;
    background: rgba(255,255,255,0.8);
  }
  .text-40:before,
  .text-40:after {
    content: '';
    display: table;
  }
  .text-40:after {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .text-35 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.05%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .text-35:before,
  .text-35:after {
    content: '';
    display: table;
  }
  .text-35:after {
    clear: both;
  }
  .text-35:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 768px) {
  .text-65 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 63.95%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .text-65:before,
  .text-65:after {
    content: '';
    display: table;
  }
  .text-65:after {
    clear: both;
  }
  .text-65:last-child {
    margin-right: 0%;
  }
}
#story-text {
  height: 568px;
}
#story-text h1 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 400;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#locator-text {
  height: 568px;
}
#locator-text h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  color: #fff;
}

.pdf-wrapper {
  position: relative;
  top: 30%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

#locator-text h1 strong {
  display: block;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

#locator-text h1 a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

#locator-text.show-mobile {
  padding: 5px 15px 0;
  height: auto;
  margin: 0;
}

#locator-text.show-mobile h1 {
  color: #006DB0;
  top: 0;
  -webkit-transform: none;
  transform: none;
}

#locator-text.show-mobile a {
  color: #006DB0;
  border-bottom: 2px solid #006DB0;
}

@media only screen and (max-width: 1370px) {
  #story-text h1 {
    font-size: 30px;
    line-height: 50px;
  }
  #locator-text h1 strong {
    font-size: 30px;
    line-height: 36px;
  }
  #locator-text h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #story-text h1 {
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  #locator-text h1 strong {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #locator-text h1 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
  }
}
#story-text h1 strong {
  font-weight: 700;
}

#story-bg2 {
  position: relative;
  display: block;
  background: url("/img/story-bg2.jpg?ver=114") no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
}
#story-text2 {
  position: relative;
  text-align: center;
  height: 674px;
}
@media only screen and (max-width: 768px) {
  #story-text2 {
    height: 200px;
  }
}
#story-text2 h3 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 60px;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 1050px) {
  #story-text2 h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #story-text2 h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
#story-text2 h3 strong {
  font-weight: 600;
}
#story-bg3 {
  position: relative;
  display: block;
  background: url("/img/story-bg3-new.jpg?ver=113") no-repeat;
  width: 100%;
  height: 674px;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #story-bg3 {
    height: 300px;
  }
}
#story-text3 {
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #story-text3 {
    text-align: right;
  }
}
#story-text3 h3 {
  font-size: 60px;
  font-weight: 400;
  margin-top: 0;
  color: white;
}
#story-text3 h3 strong {
  font-weight: 600;
}
@media only screen and (max-width: 1050px) {
  #story-text3 h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #story-text3 h3 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
.story-img {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .story-img {
    margin-top: 80px;
  }
}
.story-img img {
  width: 100%;
  max-width: 1370px;
}
.story-img.timeline {
  margin-top: 0;
}
.width950 {
  *zoom: 1;
  width: auto;
  max-width: 950px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.width950:before,
.width950:after {
  content: '';
  display: table;
}
.width950:after {
  clear: both;
}
.promise h4 {
  font-size: 30px;
  font-family: 'Figtree', sans-serif;
  line-height: 38px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: #006DB0;
  font-weight: 600;
}
.promise a {
  border: none;
  text-decoration: none;
  color: initial;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.promise a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
.promise a:visited {
  opacity: 1;
}
.promise a:hover {
  color: #006DB0;
}
#california {
  *zoom: 1;
  width: auto;
  max-width: 1020px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 90px;
}
#california:before,
#california:after {
  content: '';
  display: table;
}
#california:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  #california {
    margin-top: 430px;
    padding: 0 15px;
  }
}
#cali-info {
  float: right;
  max-width: 380px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  #cali-info {
    float: none;
    max-width: 100%;
  }
}
#cali-info p {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 168px;
  line-height: 130px;
  color: #006DB0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #cali-info p {
    font-size: 100px;
    line-height: 105px;
    margin: 0;
    padding: 0;
  }
}
#cali-info p.regular {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 20px;
  margin: 0;
  color: #000;
}
@media only screen and (max-width: 768px) {
  #cali-info p.regular {
    padding: 0;
    font-size: 16px;
    line-height: 20px;
  }
}
#cali-info span {
  font-family: 'Figtree', sans-serif;
  font-size: 30px;
  line-height: 40px;
}
#cali-info span.less-desc {
  display: block;
  font-size: 30px;
  line-height: 40px;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #cali-info span.less-desc {
    font-size: 24px;
    line-height: 30px;
    padding: 0;
  }
}
#cali-info sup {
  font-family: 'Figtree', sans-serif;
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  vertical-align: top;
  padding-top: 23px;
}
@media only screen and (max-width: 768px) {
  #cali-info sup {
    font-size: 40px;
    line-height: 45px;
  }
}
#cali-info sup.blue {
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  padding-top: 0;
  margin-top: 12px;
  margin-right: 15px;
}
#cow-chart {
  *zoom: 1;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
}
#cow-chart:before,
#cow-chart:after {
  content: '';
  display: table;
}
#cow-chart:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  #cow-chart {
    margin-top: 60px;
  }
}
#cow-chart .chart.left-side {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 44%;
  margin-left: 0%;
  margin-right: 0%;
}
#cow-chart .chart.left-side:before,
#cow-chart .chart.left-side:after {
  content: '';
  display: table;
}
#cow-chart .chart.left-side:after {
  clear: both;
}
#cow-chart .chart.left-side p {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 80px 0 0;
  color: #000;
  padding-right: 20px;
}

#cow-chart .chart.left-side p:last-child {
  margin-top: 30px;
  }
@media only screen and (max-width: 768px) {
/*  #cow-chart .chart.left-side p {
    font-size: 30px;
    line-height: 35px;
  }*/

}
#cow-chart .chart.left-side p strong {
  font-weight: 600;
}



/* timur */


#thrive-market {
  background-color: #006DB0;
  color: white;
  width: 100%;
  position: relative;
  margin-top: -80px;
  float:left;
  min-height: 80px;
}

#thrive-market.allergen-market {
  margin-top: 0px;
}


.thrive-container {
  display: -webkit-box; 
  display: -moz-box;   
  display: -ms-flexbox; 
  display: -webkit-flex;  
  display: flex; 
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

#thrive-market h2 {
font-size: 24px;
line-height: 34px;
font-weight: 400;
position: relative;
color: #fff;
margin: 0;
}

#thrive-market h2.allerg {
font-family: 'Figtree', sans-serif;
font-size: 20px;
line-height: 30px;
font-weight: 400;
position: relative;
color: #fff;
margin: 0;
}

#thrive-wrap {
  height: auto;
  width: 80%;
  position: relative;
  text-align: center;
  display: -webkit-box; 
  display: -moz-box;   
  display: -ms-flexbox; 
  display: -webkit-flex;  
  display: flex; 
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: -50px;
}

#thrive-wrap a {
  position: relative;
  display: inline-block;
  margin: 0 2%;
  z-index: 2;
}

#thrive-wrap a img {
  width: 100%;
}


.store-banner1 {
  max-width: 171px;
  bottom: 20px;
}

.store-banner2 {
  max-width: 158px;
  bottom: 20px;
}

.store-banner3 {
  max-width: 227px;
}


.popup-half {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid;
}

.popup-half:hover {
  color: #666;
  border-bottom: 1px solid #666;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 60px 40px;
  width: auto;
  max-width: 1104px;
  margin: 20px auto;
}

.vitamin-centered {
  padding-top: 25px;
}

@media only screen and (max-width: 1370px) { 

#thrive-market h2 {
font-size: 18px;
line-height: 24px;
font-weight: 400;
position: relative;
color: #fff;
margin: 0 15px 0 0;
}

#thrive-market h2.allerg {
font-size: 18px;
line-height: 24px;
font-weight: 400;
position: relative;
color: #fff;
margin: 0 15px 0 0;
}

.store-banner1 {
  bottom: 10px;
}

.store-banner2 {
  bottom: 10px;
}


  }
@media only screen and (max-width: 1200px) { 
.vitamin-centered {
  padding-top: 0;
  padding-bottom: 20px;
}

#thrive-market h2 {
font-size: 16px;
line-height: 22px;
font-weight: 400;
position: relative;
color: #fff;
margin: 0 15px 0 0;
}

#thrive-market h2.allerg {
font-size: 16px;
line-height: 22px;
font-weight: 400;
position: relative;
color: #fff;
margin: 0 15px 0 0;
}


#thrive-wrap {
  margin-top: -30px;
}

  }

@media only screen and (max-width: 768px) { 

#thrive-market {
  margin-top: 0;
}

.thrive-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}

#thrive-market h2 {
  font-size: 20px;
  line-height: 24px;
}


#thrive-wrap {
  width: 100%;
  margin-top: 10px;
}


.white-popup { 
  padding: 15px 20px 30px;
}


}

.white-popup h2 {
  font-size: 26px;
  line-height: 28px;
}

.white-popup p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}


.white-popup small {
  color: #000;
  font-size: 11px;
}

.white-popup .first {
  display: block;
  margin-top: 20px;
}

.white-popup a {
  display: inline-block;
  margin-top: 5px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #666;
}

#hh-header {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 42.16%;
  margin-top: 91px;
  background: url("/img/half-bg.jpg?ver=113") no-repeat;
  background-size: cover;
  background-position: center;
}

#hh-header #hh-text {
  position: absolute;
  width: 50%;
  top: 35%;
  padding: 0 0 0 10%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}

#hh-header #hh-text p {
color: white;
font-family: 'Figtree', sans-serif;
font-size: 1.9vw;
line-height: 140%;
font-weight: 600;
}

#hh-header #hh-text img {
  width: 95%;
}


@media only screen and (max-width: 1000px) {
  #hh-header {
  margin-top: 125px;
  }
}


.f_button {
  border: 1px solid white;
  border-radius: 8px;
  padding: 15px 20px 12px;
  margin: 10px 0 0 0;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}

.f_button:first-child {
  margin: 0 10px 0 0;
}

.us_button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.us_button:hover {
  background-color: white;
  color: #006DB0;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 43px;
    left: -1px;
    width: calc(99% + 5px);
    border: 1px solid white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
}


.canada-dropdown {
  cursor: pointer;
}

.canada-dropdown:hover {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.canada-dropdown:hover .dropdown-content {
    display: block;
}


.dropdown-content a {
  font-size: 14px;
  padding: 15px 20px 12px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-content a.french {
  border-top: 1px solid white;
}

.dropdown-content a.french:hover {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dropdown-content a:hover {
  background-color: white;
  color: #006DB0;
}

.forms-mobile .f_buttons a, .forms-mobile .f_buttons span {
  color: #006DB0 !important;
}


.forms-mobile .f_buttons {
  text-align: center;
  margin-bottom: 100px;
}

.forms-mobile .f_button {
  border: 1px solid #006DB0 !important;
}


.forms-mobile .us_button:hover {
  background-color: #006DB0;
  color: white !important;
}

.forms-mobile .dropdown-content {
    border: 1px solid #006DB0 !important;
}

.forms-mobile .dropdown-content a {
  border: none !important;
}

.forms-mobile .dropdown-content a.french {
  border-top: 1px solid #006DB0 !important;
}


.forms-mobile .dropdown-content a:hover {
  background-color: #006DB0 !important;
  color: white !important;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-intro {
  width: 100% !important;
  height: 690px !important;
  padding-top: 30px !important;
  margin-top: 75px;
  margin-bottom: 20px;
}

#image-intro {
  padding-top: 0 !important;
  margin-top: 0;
  position: relative !important;
}

img#video-screenshot {
  display:none;
}

img.yogurt-screenshot {
  display: block;
  width: 100%;
  vertical-align: top;
}

img.yogurt-hp {
  padding: 20px;
}


.hero-container {
  background: #ffffff;
  width: 100%;
}


#message-video {
  position: relative;
  z-index: 100;
}

#message-video img {
  display: block;
  width: 100%;
  max-width: 500px;
  padding-right: 0 !important;
}

#message-video h2 {
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 30px 30px;
  color: white !important;
}

#message-yogurt {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  color: #006DB0;
  margin: 8% 4.4% 0 0;
}


#message-yogurt h2 {
  font-size: 4.3vw;
  line-height: 110%;
  margin: 0 !important;
}

#message-yogurt p {
  font-family: 'Figtree', sans-serif;
  margin: 4% 0 5%;
  font-weight: 600;
  font-size: 2.2vw;
  line-height: 110%;
  text-transform: uppercase;
}

.hp-cta {
  font-family: 'Figtree', sans-serif;
  display: inline-block;
  background-color: #006DB0;
  padding: 3.5% 7% 3%;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 1.4vw;
  line-height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.hp-cta:hover {
  background: #1d6983;
}

#kids-learn-more {
  font-family: 'Figtree', sans-serif;
  display: inline-block;
  background-color: #ec4853;
  padding: 13px 35px 8px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 32px;
  line-height: 32px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  margin: 5px 0 0 110px;
}

#kids-learn-more:hover {
  background: white;
  color: #ec4853;
}



#big-video-wrap{overflow:hidden;position:absolute;height:100%;width:100%;top:0;left:0;}
#big-video-vid,#big-video-image{position:absolute;}
#big-video-control-container{position:fixed;bottom:0;padding:10px;width:100%;background:rgba(0,0,0,.25);
  -webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;}
#big-video-control{width:100%;height:16px;position:relative;}
#big-video-control-middle{margin: 0 56px 0 24px;}
#big-video-control-bar{width:100%;height:16px;position:relative;cursor:pointer;}
#big-video-control-progress{position:absolute;top:7px;height:3px;width:0%;background:#fff;}
#big-video-control-track{position:absolute;top:8px;height:1px;width:100%;background:#fff;}
#big-video-control-bound-left{left:0;}
#big-video-control-bound-right{right:-1px}
#big-video-control-track .ui-slider-handle {opacity:0;}
#big-video-control-playhead{left:30%;}
#big-video-control-play{position:absolute;top:0;left:0;height:16px;width:16px;background-image:url('bigvideo.png');}
#big-video-control-timer{position:absolute;top:1px;right:0;color:#fff;font-size:11px;}
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right{position:absolute;top:0;height:16px;width:1px;background:#fff;}
#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px;}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
#big-video-wrap .vjs-big-play-button{display:none !important;}




@media only screen and (min-width: 1400px) {
#message-yogurt h2 {
  font-size: 60px;
  line-height: 110%;
}

#message-yogurt p {
  font-size: 31px;
}

.hp-cta {
  font-size: 19px;
}

}



@media only screen and (max-width: 1270px) {




  #in-fact p, .produce.right-side p.lbs, .cow.right-side p.lbs.co-adj, #cali-info p {
  font-size: 100px;
  line-height: 90px;
  }


  #cow-chart .chart.left-side p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 28px;
}

.produce p.lbs span, .cow.right-side p.lbs span {
  font-size: 30px;
  line-height: 30px;
}

.produce p.regular {
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
}

#non-gmo h2, #non-gmo h3 {
  font-size: 48px;
}


#less-water {
  margin-top: 160px;
}

.gallon p {
  font-size: 70px;
  line-height: 80px;
}

#water-map {
  background-position: top right -400px;
}



.cow.full h3 {
  font-size: 43px;
  line-height: 43px;
}

.cow.left-side p.small-p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 10px;
}


}


@media only screen and (max-width: 1024px) {




#message-video h2 {
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 40px 40px;
}


#kids-learn-more {
  margin: 5px 0 25px 140px;
}


#in-fact p, .produce.right-side p.lbs, .cow.right-side p.lbs.co-adj, #cali-info p {
  font-size: 95px;
  line-height: 90px;
  }


#less-water {
  margin-top: 300px;
}

.produce p.regular {
  font-size: 14px;
  line-height: 22px;
  padding-left: 20px;
}

#non-gmo h2, #non-gmo h3 {
  font-size: 36px;
}

.gallon p {
  font-size: 60px;
  line-height: 70px;
}

#water-map {
  background-position: top right -300px;
}



}





@media only screen and (max-width: 768px) {


#message-yogurt {
  position: relative;
  z-index: 100;
  top: auto;
  right: auto;
  text-align: center;
  color: #006DB0;
  margin: 0;
}


#message-yogurt h2 {
  font-size: 8.3vw;
  line-height: 110%;
}

#message-yogurt p {
  margin: 4% 0 5%;
  font-size: 4.2vw;
  line-height: 110%;

}

.hp-cta {
  font-size: 4.4vw;
  line-height: 100%;
  margin-bottom: 20px;
}


img#video-screenshot {
  display: block;
  width: 100%;
  vertical-align: top;
  margin-top: -30px;
}

#video-intro {
  margin-bottom: 0;
}

#message-video {
  width: 100%;
  text-align: center;
}

#message-video img {
  width: 100%;
  padding-right: 6%;
  margin: 0 auto;
}



#message-video h2 {
  font-size: 40px;
  line-height: 40px;
  margin: 20px 0;
  text-align: center;
  color: #006DB0 !important;
}

#kids-learn-more {
  font-size: 20px;
  line-height: 20px;
  margin: 20px auto 0 !important;
  left: 0;
  right: 0;
}



  #cow-chart .chart.left-side span {
    font-size: 90px;
    line-height: 95px;
  }
}
#cow-chart .chart.left-side sup {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  margin-top: 25px;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  #cow-chart .chart.left-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #cow-chart .chart.left-side:before,
  #cow-chart .chart.left-side:after {
    content: '';
    display: table;
  }
  #cow-chart .chart.left-side:after {
    clear: both;
  }
}
#cow-chart .chart.right-side {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 56%;
  margin-left: 0%;
  margin-right: 0%;
}
#cow-chart .chart.right-side:before,
#cow-chart .chart.right-side:after {
  content: '';
  display: table;
}
#cow-chart .chart.right-side:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  #cow-chart .chart.right-side {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #cow-chart .chart.right-side:before,
  #cow-chart .chart.right-side:after {
    content: '';
    display: table;
  }
  #cow-chart .chart.right-side:after {
    clear: both;
  }
}
#cow-chart .chart img {
  width: 100%;
  max-width: 709px;
}
@media only screen and (max-width: 768px) {
  #cow-chart .chart img {
    margin-top: 40px;
  }
}
#cow-chart .small-desc {
  margin-top: 70px;
}
#cow-chart .small-desc small {
  font-size: 10px;
  font-weight: 600;
}
.founder {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 45%;
  margin-left: 0%;
  margin-right: 10%;
}
.founder:before,
.founder:after {
  content: '';
  display: table;
}
.founder:after {
  clear: both;
}
.founder:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1170px) {
  .founder {
    display: none;
  }
}
.founder h3 {
  font-size: 60px;
  margin: 0;
}
.founder p.founder-sub {
  text-transform: uppercase;
  margin: 0;
  color: #a18f62;
  font-size: 30px;
  margin-top: 10px;
}
.founder.left {
  text-align: right;
}
.founder.right {
  text-align: left;
}
.timeline {
  *zoom: 1;
  width: auto;
  max-width: 1270px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #ad9d77;
  margin-top: 70px;
  margin-bottom: 200px;
}
.timeline:before,
.timeline:after {
  content: '';
  display: table;
}
.timeline:after {
  clear: both;
}
@media only screen and (max-width: 1170px) {
  .timeline {
    display: none;
  }
}
.f-text.left {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 38.2%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: right;
}
.f-text.left:before,
.f-text.left:after {
  content: '';
  display: table;
}
.f-text.left:after {
  clear: both;
}
.f-text.left:last-child {
  margin-right: 0%;
}
.f-dates {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
}
.f-dates:before,
.f-dates:after {
  content: '';
  display: table;
}
.f-dates:after {
  clear: both;
}
.f-dates:last-child {
  margin-right: 0%;
}
.f-text.right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 38.2%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: left;
}
.f-text.right:before,
.f-text.right:after {
  content: '';
  display: table;
}
.f-text.right:after {
  clear: both;
}
.f-text.right:last-child {
  margin-right: 0%;
}
.f-text h4 {
  margin: 0;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}
.f-text p {
  font-family: 'Figtree', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
}
.f-text div {
  opacity: 1;
  -webkit-transition: opacity 3s;
          transition: opacity 3s;
}
#custom-viewport {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 80%;
  top: 0;
}
.f-date-small {
  text-transform: uppercase;
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin: 5px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 3s;
          transition: opacity 3s;
  text-align: center;
}
.f-date.left {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: left;
}
.f-date.left:before,
.f-date.left:after {
  content: '';
  display: table;
}
.f-date.left:after {
  clear: both;
}
.f-date.right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: right;
}
.f-date.right:before,
.f-date.right:after {
  content: '';
  display: table;
}
.f-date.right:after {
  clear: both;
}
.f-wrapper {
  display: inline-block;
  text-align: center;
}
.f-crossing {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  margin-bottom: -300px;
  background: url("/img/join-lines.png?ver=113") no-repeat;
  background-size: 100% auto;
  opacity: 1;
  -webkit-transition: opacity 3s;
          transition: opacity 3s;
}
.f-crossing .f-border-v:first-child {
  margin-top: 95px;
}
.f-border-v {
  display: block;
  width: 1px;
  height: 56px;
  margin: 0 auto;
}
.border-abs {
  position: absolute;
  display: block;
  background: #ad9e77;
  width: 1px;
  height: 56px;
  margin: 0 auto;
  -webkit-transition: height 3s;
          transition: height 3s;
}
.border-active {
  height: 56px;
}
.f-text.bottle-timeline {
  padding-top: 15px;
}
.f-text.bottle-timeline img {
  width: 100%;
  max-width: 220px;
}
.pad-r25 {
  padding-right: 25px;
}
.pad-r100 {
  padding-right: 100px;
}
.pad-r200 {
  padding-right: 210px;
}
.pad-l40 {
  padding-left: 40px;
}
.pad-l100 {
  padding-left: 100px;
}
.pad-l130 {
  padding-left: 130px;
}
.pad-l140 {
  padding-left: 140px;
}
.pad-l180 {
  padding-left: 180px;
}
#n6 {
  margin-top: 30px;
}
#n000 {
  margin-top: 180px;
}
#n002 {
  margin-top: 70px;
}
#n004 {
  background: url("/img/neil-n004.png?ver=113") no-repeat;
  background-position: top 40px right 100px;
}
#n007 {
  margin-top: 30px;
  background: url("/img/neil-n007.png?ver=113") no-repeat;
  background-position: top 40px right;
}
#n010 {
  margin-top: 30px;
}
#n012 {
  margin-top: 40px;
  background: url("/img/neil-n012.png?ver=113") no-repeat;
  background-position: top 30px right;
}
#n014 {
  padding-top: 52px;
  background: url("/img/neil-n014.png?ver=113") no-repeat;
  background-position: top 15px right 140px;
}
#n014-late {
  text-align: left;
  margin-top: 70px;
  margin-left: 220px;
  margin-right: -115px;
}
#a6 {
  margin-top: 18px;
  background: url("/img/adam-a6.png?ver=113") no-repeat;
  background-position: top 50px left;
}
#a000 {
  margin-top: 90px;
}
#a001 {
  margin-top: 20px;
  padding-bottom: 65px;
  background: url("/img/adam-a001.png?ver=113") no-repeat;
  background-position: bottom 30px left;
}
#a006 {
  margin-top: 100px;
}
#a007 {
  margin-top: 20px;
  background: url("/img/adam-a007.png?ver=113") no-repeat;
  background-position: top 25px left;
}
#a011 {
  padding-top: 40px;
  background: url("/img/adam-a011.png?ver=113") no-repeat;
  background-position: top right 20px;
}
#a012 {
  margin-top: 22px;
  background: url("/img/adam-a012.png?ver=113") no-repeat;
  background-position: center left;
}
#a014 {
  padding-bottom: 50px;
  background: url("/img/adam-a014.png?ver=113") no-repeat;
  background-position: bottom left;
}
#a015 {
  margin-top: 200px;
  margin-left: -13%;
}
#a015 p {
  font-family: 'Figtree', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .hide-temp {
    display: none !important;
  }
}
.he-page {
  margin-top: 75px;
}
@media only screen and (min-width: 768px) {
  .he-page {
    display: none !important;
  }
}
.he-page img {
  vertical-align: top;
  width: 100%;
}
#terms-header {
  padding-top: 150px;
}
@media only screen and (max-width: 800px) {
  #terms-header {
    padding-top: 90px;
  }
}
#terms-header h1,
#terms-header h2 {
  font-size: 60px;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #terms-header h1,
  #terms-header h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}
#terms-header strong {
  font-weight: 600;
}
#terms-content h3 {
  font-size: 24px;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
#terms-content p {
  margin-top: 10px;
}
ul.terms-list {
  line-height: 24px;
}
ul.terms-list li {
  margin-top: 5px;
  margin-bottom: 15px;
}
#faqs-hero {
  position: relative;
  display: inline-block;
  background: url("/img/faqs-bg.jpg?ver=113") no-repeat;
  width: 100%;
  height: 50vh;
  min-height: 210px;
  max-height: 580px;
  background-size: cover;
  background-position: top;
  margin-top: 91px;
}
@media only screen and (max-width: 1000px) {
  #faqs-hero {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 800px) {
  #faqs-hero {
    height: 100px;
    background-size: 180%;
    background-position: top center;
  }
}
#faqs-hero .fixed-width {
  max-width: 1100px;
  top: 50%;
  margin-top: -120px;
}
@media only screen and (max-width: 800px) {
  #faqs-hero .fixed-width {
    margin-top: -100px;
  }
}
#faqs-hero h1 {
  font-size: 60px;
}
@media only screen and (max-width: 800px) {
  #faqs-hero h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 600px) {
  #faqs-hero h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
#careers-hero {
  position: relative;
  display: inline-block;
  background: url("/img/careers-bg.jpg?ver=113") no-repeat;
  width: 100%;
  height: 588px;
  background-size: normal;
  background-position: top;
  margin-top: 91px;
}
@media only screen and (max-width: 1000px) {
  #careers-hero {
    margin-top: 75px;
  }
}


#careers-hero h1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 60px;
  text-align: right;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  #careers-hero h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 600px) {
  #careers-hero h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
#careers-hero strong {
  font-weight: 600;
}
.careers-content {
  max-width: 1100px;
}
#careers-jobs {
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #006DB0;
  display: block !important;
}
#careers-jobs img {
  *zoom: 1;
  width: auto;
  max-width: 1440px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1099px;
}
#careers-jobs img:before,
#careers-jobs img:after {
  content: '';
  display: table;
}
#careers-jobs img:after {
  clear: both;
}
#faqs-header {
  padding-top: 20px;
}
#faqs-header h1,
#faqs-header h2 {
  font-size: 60px;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #faqs-header h1,
  #faqs-header h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 600px) {
  #faqs-header h1,
  #faqs-header h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#faqs-header strong {
  font-weight: 600;
}
.cd-accordion-menu {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}
.cd-accordion-menu ul {
  margin: 0;
  padding: 0;
  display: none;
}
.cd-accordion-menu ul li {
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cd-accordion-menu ul label::before {
  right: 36px;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu ul label::before {
    right: 0;
  }
}
.cd-accordion-menu ul ul {
  margin: 0;
  padding: 0;
}
.cd-accordion-menu ul ul li {
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cd-accordion-menu ul ul label::before {
  right: 54px;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu ul ul label::before {
    right: 34px;
  }
}
.cd-accordion-menu ul ul ul {
  margin: 0;
  padding: 0;
}
.cd-accordion-menu ul ul ul li {
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cd-accordion-menu ul ul ul label::before {
  right: 72px;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu ul ul ul label::before {
    right: 52px;
  }
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label {
  border-bottom: 1px dashed #006DB0;
  cursor: pointer;
}
.cd-accordion-menu label::before {
  right: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu label::before {
    right: 0;
  }
}
.cd-accordion-menu label::after {
  right: 41px;
  background-position: -16px 100px;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu label::after {
    right: 21px;
  }
}
.cd-accordion-menu label.label-arrow::before {
  background-position: -65px 0;
}
.cd-accordion-menu a::after {
  right: 36px;
  background: url("/img/demo-icons.png?ver=114") no-repeat -48px 0;
  background-size: cover;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu a::after {
    right: 0;
  }
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  background-position: -32px 100px;
}
.cd-accordion-menu label,
.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 32px 64px 32px 0px;
  color: #006DB0;
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu label,
  .cd-accordion-menu a {
    font-size: 24px;
    line-height: 26px;
    padding: 20px 44px 20px 0px;
  }
}
.cd-accordion-menu label.label-arrow {
  color: #b4a37b;
  font-size: 20px;
  border-bottom: 0;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu label.label-arrow border-top 1px dashed blue {
    font-size: 16px;
    line-height: 18px;
  }
}
.cd-accordion-menu label.label-arrow.arrow-first {
  border-top: 0px;
}
.cd-accordion-menu label::before,
.cd-accordion-menu label::after,
.cd-accordion-menu a::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label::before,
.cd-accordion-menu label::after {
  background-image: url("/img/demo-icons.png?ver=114");
  background-size: cover;
  background-repeat: no-repeat;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a,
.cd-accordion-menu ul p {
  padding-left: 42px;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a,
  .cd-accordion-menu ul p {
    padding-left: 0px;
  }
}
.cd-accordion-menu ul p {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu ul p {
    font-size: 16px;
    line-height: 24px;
  }
}
.no-touch .cd-accordion-menu ul label:hover,
.no-touch,
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  right: 59px;
  display: none;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    right: 39px;
  }
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 40px;
  }
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  right: 77px;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    right: 57px;
  }
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  right: 95px;
}
@media only screen and (max-width: 800px) {
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    right: 75px;
  }
}
#sitemap-content {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 25px;
}
#sitemap-content:before,
#sitemap-content:after {
  content: '';
  display: table;
}
#sitemap-content:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .sitemap.first-row {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .sitemap.first-row:before,
  .sitemap.first-row:after {
    content: '';
    display: table;
  }
  .sitemap.first-row:after {
    clear: both;
  }
  .sitemap.first-row:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 768px) {
  .sitemap.left-block.outer {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 67.04%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .sitemap.left-block.outer:before,
  .sitemap.left-block.outer:after {
    content: '';
    display: table;
  }
  .sitemap.left-block.outer:after {
    clear: both;
  }
  .sitemap.left-block.outer:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 768px) {
  .sitemap.right-block.outer {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 29.96%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .sitemap.right-block.outer:before,
  .sitemap.right-block.outer:after {
    content: '';
    display: table;
  }
  .sitemap.right-block.outer:after {
    clear: both;
  }
  .sitemap.right-block.outer:last-child {
    margin-right: 0%;
  }
}
.sitemap.right-block.outer h3 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .sitemap.right-block.outer h3 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .sitemap.sub-left,
  .sitemap.sub-right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .sitemap.sub-left:before,
  .sitemap.sub-right:before,
  .sitemap.sub-left:after,
  .sitemap.sub-right:after {
    content: '';
    display: table;
  }
  .sitemap.sub-left:after,
  .sitemap.sub-right:after {
    clear: both;
  }
  .sitemap.sub-left:last-child,
  .sitemap.sub-right:last-child {
    margin-right: 0%;
  }
}
.sitemap h3 a {
  border: none;
  text-decoration: none;
  color: initial;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  color: #006DB0;
  font-size: 36px;
  line-height: 36px;
}
.sitemap h3 a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
.sitemap h3 a:visited {
  opacity: 1;
}
.sitemap ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.sitemap ul li {
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sitemap ul li {
  margin-bottom: 10px;
}
.sitemap ul a {
  border: none;
  text-decoration: none;
  color: initial;
  color: #333;
  font-size: 20px;
  line-height: 26px;
}
.sitemap ul a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
.sitemap ul a:visited {
  opacity: 1;
}
.sitemap ul a:hover {
  color: #000;
}
#locator-header {
  padding-top: 140px;
}

@media only screen and (max-width: 600px) {

#locator-header {
  padding-top: 120px;
}
}

#locator-header h1, .under-locator h2 {
  font-size: 54px;
  line-height: 54px;
  margin: 0;
  text-align: center;
}

.under-locator {
  margin: 0px 0 15px !important;
}

.still-not {
  text-align: center;
}

.stl-search-wrapper {
  margin-bottom: 10px !important;
}

#locator-header h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 30px 0 20px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  #locator-header h1, .under-locator h2 {
    font-size: 30px;
    line-height: 36px;
  }

  #locator-header h2 {
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0;
  }

}
@media only screen and (max-width: 600px) {
  #locator-header h1, .under-locator h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #locator-header h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
#locator-header strong {
  font-weight: 600;
}
#locator-content {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#locator-content:before,
#locator-content:after {
  content: '';
  display: table;
}
#locator-content:after {
  clear: both;
}


.contact-row {
  *zoom: 1;
  width: auto;
  max-width: 1370px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.contact-row:before,
.contact-row:after {
  content: '';
  display: table;
}
.contact-row:after {
  clear: both;
}

.map {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66666666666666%;
  margin-left: 0%;
  margin-right: 0%;
  height: 500px;
}
.map:before,
.map:after {
  content: '';
  display: table;
}
.map:after {
  clear: both;
}

.contact-span {
  text-align: center !important;
}


@media only screen and (max-width: 800px) {
  .map {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    height: 300px;
  }
  .map:before,
  .map:after {
    content: '';
    display: table;
  }
  .map:after {
    clear: both;
  }
}
.sidebar {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
  max-width: 417px;
}
.sidebar:before,
.sidebar:after {
  content: '';
  display: table;
}
.sidebar:after {
  clear: both;
}


.contact-span {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.contact-span:before,
.contact-span:after {
  content: '';
  display: table;
}
.contact-span:after {
  clear: both;
}




@media only screen and (max-width: 1000px) {

  .contact-span {
    float: left;
    width: 50%;
    height: 200px;
  }

  .contact-span:after {
    content: "";
    display: table;
    clear: both;
  }


}



@media only screen and (max-width: 800px) {
  .sidebar {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    max-width: 100%;
    height: 350px;
  }
  .sidebar:before,
  .sidebar:after {
    content: '';
    display: table;
  }
  .sidebar:after {
    clear: both;
  }


  .contact-span {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    max-width: 100%;
    height: auto;
  }
  .contact-span:before,
  .contact-span:after {
    content: '';
    display: table;
  }
  .contact-span:after {
    clear: both;
  }
  
}
.sidebar a {
  border: none;
  text-decoration: none;
  color: initial;
}
.sidebar a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
.sidebar a:visited {
  opacity: 1;
}
.locator-heading a {
  display: block;
  margin: 0;
  padding: 0;
}
.locator-heading img {
  vertical-align: top;
  width: 100%;
}

.listings {
  height: 100%;
  max-height: 398px;
  overflow: auto;
}
.listings .item {
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #8dbfcc;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  background: url("/img/marker-small.png?ver=113") no-repeat;
  background-position: top 13px left 5px;
}
.listings .item p {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  margin: 0;
}
.listings .item:last-child {
  border-bottom: none;
}
.listings .item .store-name {
  margin: 0;
  display: block;
  color: #000;
  font-weight: 600;
}
.listings .item:hover {
  border-bottom: 1px solid #8dbfcc;
  background-color: #f7f6e4;
}
.listings .item.active {
  background-color: #006DB0;
}
.listings .item.active .store-name {
  color: #fff;
}
.listings .item.active p {
  color: #fff;
}
.leaflet-bottom,
.leaflet-top {
  z-index: 5;
}
div#stl_search_addresses::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-left: 0;
  background: rgba(0,0,0,0.1);
  margin: 0;
  padding: 0;
}
div#stl_search_addresses::-webkit-scrollbar-track {
  background: none;
}
div#stl_search_addresses::-webkit-scrollbar-thumb {
  background: #006DB0;
  border-radius: 0;
}
.leaflet-popup-close-button {
  display: none;
}
.leaflet-popup-content {
  padding: 0;
}
.leaflet-popup-content h3 {
  background: #006DB0;
  margin: 0;
  display: block;
  padding: 5px 0 0px 0;
  border-radius: 3px 3px 0 0;
  margin-top: -15px;
  text-align: left;
  line-height: 0px;
}
.leaflet-popup-content div {
  padding: 10px;
}
.leaflet-popup-content svg {
  position: relative;
  fill: #fff;
  width: 110px;
  height: 40px;
  padding-right: 15px;
}
.leaflet-popup-content-wrapper {
  padding: 0;
}
.leaflet-container .leaflet-marker-icon {
  cursor: pointer;
}
.locator-popup {
  font-family: 'Figtree', sans-serif !important;
}
.locator-popup h4 {
  font-size: 16px;
  margin: 0;
}
.locator-popup p {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
#locator-search {
  *zoom: 1;
  width: auto;
  max-width: 710px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
}
#locator-search:before,
#locator-search:after {
  content: '';
  display: table;
}
#locator-search:after {
  clear: both;
}
#locator-search p {
  margin: 0;
}
#loc-zip {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
#loc-zip:before,
#loc-zip:after {
  content: '';
  display: table;
}
#loc-zip:after {
  clear: both;
}
#loc-zip:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  #loc-zip {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  #loc-zip:before,
  #loc-zip:after {
    content: '';
    display: table;
  }
  #loc-zip:after {
    clear: both;
  }
  #loc-zip:last-child {
    margin-right: 0%;
  }
}
#loc-zip input {
  outline: none;
  font-family: 'Figtree', sans-serif;
  font-size: 40px;
  line-height: 40px;
  padding-top: 22px;
  padding-bottom: 18px;
  padding-left: 30px;
  color: #006DB0;
  font-weight: 600;
  width: 100%;
  height: 75px;
  background: transparent;
  border: 1px solid #006DB0;
  text-transform: uppercase;
}
#loc-zip input::-webkit-input-placeholder {
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
}
#loc-zip input:-moz-placeholder {
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
}
#loc-zip input::-moz-placeholder {
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
}
#loc-zip input:-ms-input-placeholder {
  font-size: 40px;
  line-height: 55px;
  font-weight: 600;
}
#ulp-1HAXz7koby7ky9fK input::-webkit-input-placeholder {
  font-size: 14px;
}
#ulp-1HAXz7koby7ky9fK input:-moz-placeholder {
  font-size: 14px;
}
#ulp-1HAXz7koby7ky9fK input::-moz-placeholder {
  font-size: 14px;
}
#ulp-1HAXz7koby7ky9fK input:-ms-input-placeholder {
  font-size: 14px;
}
#loc-distance {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25.840000000000003%;
  margin-left: 0%;
  margin-right: 3%;
}
#loc-distance:before,
#loc-distance:after {
  content: '';
  display: table;
}
#loc-distance:after {
  clear: both;
}
#loc-distance:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  #loc-distance {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #loc-distance:before,
  #loc-distance:after {
    content: '';
    display: table;
  }
  #loc-distance:after {
    clear: both;
  }
  #loc-distance:last-child {
    margin-right: 0%;
  }
}
#loc-go {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 19.66%;
  margin-left: 0%;
  margin-right: 3%;
}
#loc-go:before,
#loc-go:after {
  content: '';
  display: table;
}
#loc-go:after {
  clear: both;
}
#loc-go:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  #loc-go {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  #loc-go:before,
  #loc-go:after {
    content: '';
    display: table;
  }
  #loc-go:after {
    clear: both;
  }
  #loc-go:last-child {
    margin-right: 0%;
  }
}
#loc-go a {
  border: none;
  text-decoration: none;
  color: initial;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  font-family: 'Figtree', sans-serif;
  display: inline-block;
  background: url("/img/go-arr.png?ver=113") no-repeat;
  background-color: #006DB0;
  background-position: center right 20px;
  color: #fff;
  width: 100%;
  max-width: 135px;
  padding: 27px 5px 24px 25px;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
#loc-go a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
#loc-go a:visited {
  opacity: 1;
}
#loc-go a:hover {
  color: #fff;
  opacity: 0.8;
}
.filter {
  position: relative;
  outline: none;
  cursor: pointer;
  text-align: left;
  margin-bottom: 20px;
  color: #006DB0;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 21px;
  background: url("/img/loc-arr.png?ver=113") no-repeat;
  background-position: center right 20px;
  -webkit-transition: color 0.5s, border-color 0.5s;
          transition: color 0.5s, border-color 0.5s;
}
@media only screen and (min-width: 600px) {
  .filter {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: left;
  }
  .filter:before,
  .filter:after {
    content: '';
    display: table;
  }
  .filter:after {
    clear: both;
  }
  .filter:last-child {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 600px) {
  .filter {
    margin-bottom: 21px;
  }
}
.filter .maintitle {
  border: 1px solid #006DB0;
  width: 100%;
  padding: 24px 20px 22px;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
.filter .maintitle:hover {
  color: #000;
}
.filter .loc-dropdown {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  font-weight: normal;
  opacity: 0;
  pointer-events: none;
  margin: 0;
  padding: 0;
}
.filter .loc-dropdown li {
  float: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter .loc-dropdown li {
  display: block;
  padding: 24px 20px 22px;
  border: 1px solid #006DB0;
  border-top: none;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 21px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.filter .loc-dropdown li:hover {
  color: #fff;
  background: #006DB0;
}
.filter.active .loc-dropdown {
  opacity: 1;
  pointer-events: auto;
}
a#select-button {
  border: none;
  text-decoration: none;
  color: initial;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  font-family: 'Figtree', sans-serif;
  display: inline-block;
  background-color: #006DB0;
  color: #fff;
  width: 100%;
  max-width: 280px;
  padding: 27px 15px 24px 15px;
  margin: 40px 0 0;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
a#select-button:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
a#select-button:visited {
  opacity: 1;
}
a#select-button:hover {
  color: #fff;
  opacity: 0.8;
}
div#dropdown-state {
  display: none;
  width: 100%;
  height: auto;
  background-color: #006DB0;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
div#dropdown-state ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left !important;
}
div#dropdown-state li {
  margin-bottom: 20px;
}
div#dropdown-state li:last-child {
  margin-bottom: 0;
}
div#dropdown-state a {
  border: none;
  text-decoration: none;
  color: initial;
  color: #fff;
}
div#dropdown-state a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
div#dropdown-state a:visited {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  div#dropdown-state a {
    font-size: 24px;
    line-height: 30px;
  }
}
div#dropdown-state #drop1 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 38.2%;
  margin-left: 0%;
  margin-right: 3%;
  padding-left: 5%;
}
div#dropdown-state #drop1:before,
div#dropdown-state #drop1:after {
  content: '';
  display: table;
}
div#dropdown-state #drop1:after {
  clear: both;
}
div#dropdown-state #drop1:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  div#dropdown-state #drop1 {
    padding-left: 0;
    width: 100%;
    text-align: center !important;
    margin-bottom: 20px;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  div#dropdown-state #drop1:before,
  div#dropdown-state #drop1:after {
    content: '';
    display: table;
  }
  div#dropdown-state #drop1:after {
    clear: both;
  }
  div#dropdown-state #drop1:last-child {
    margin-right: 0%;
  }
}
div#dropdown-state #drop2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.05%;
  margin-left: 0%;
  margin-right: 3%;
}
div#dropdown-state #drop2:before,
div#dropdown-state #drop2:after {
  content: '';
  display: table;
}
div#dropdown-state #drop2:after {
  clear: both;
}
div#dropdown-state #drop2:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  div#dropdown-state #drop2 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    width: 100%;
    text-align: center !important;
    margin-bottom: 20px;
  }
  div#dropdown-state #drop2:before,
  div#dropdown-state #drop2:after {
    content: '';
    display: table;
  }
  div#dropdown-state #drop2:after {
    clear: both;
  }
  div#dropdown-state #drop2:last-child {
    margin-right: 0%;
  }
}
div#dropdown-state #drop3 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
div#dropdown-state #drop3:before,
div#dropdown-state #drop3:after {
  content: '';
  display: table;
}
div#dropdown-state #drop3:after {
  clear: both;
}
div#dropdown-state #drop3:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  div#dropdown-state #drop3 {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    width: 100%;
    text-align: center !important;
  }
  div#dropdown-state #drop3:before,
  div#dropdown-state #drop3:after {
    content: '';
    display: table;
  }
  div#dropdown-state #drop3:after {
    clear: both;
  }
  div#dropdown-state #drop3:last-child {
    margin-right: 0%;
  }
}
#dropdown-wrap {
  display: inline-block;
  width: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 16px;
  font-size: 100%;
}
body {
  color: #30373c;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: auto;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}






.smaller-font {
  font-size: 40px !important;
  line-height: 45px !important;

}

#thanks-message {
  display: none;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  width: 100%;
}



.strong.br {
  font-weight: 600;
}


span.small-t {
  font-size: 70%;
}

@media only screen and (max-width: 600px) {
  span.small-t {
    display: block;
  }
}





/* Press page */


#press-bg {
  position: relative;
  display: block;
  background: url("/img/press-hero.jpg?ver=113") no-repeat;
  width: 100%;
  height: 50vh;
  min-height: 300px;
  max-height: 580px;
  background-size: cover;
  background-position: center;
  margin-top: 91px;
}
@media only screen and (max-width: 1000px) {
  #press-bg {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 768px) {
  #press-bg {
    background-size: cover;
    background-position: center;
    min-height: 100px;
    max-height: 200px;
  }
}
.one-fourth {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  overflow: hidden;
  border-radius: 5px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);

}
.one-fourth:before,
.one-fourth:after {
  content: '';
  display: table;
}
.one-fourth:after {
  clear: both;
}
.one-fourth:last-child {
  margin-right: 0%;
}


.one-fourth a:first-child {
  display: block;
  border-radius: 5px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  overflow:hidden;
}

.half-img a {
  display: block;
  border-radius: 5px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  overflow:hidden;
}

.half-img a img {
  vertical-align: top;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 1.5s;
          transition: transform 1.5s;
}

.half-img a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.one-fourth img.press-img {
  vertical-align: top;
  width: 100%;
  border-radius: 5px;
  *zoom: 1;
  -webkit-transition: -webkit-transform 1.5s;
          transition: transform 1.5s;
}

.one-fourth img.press-img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.one-fourth img.press-logo-img {
  max-height: 55px;
  width: auto;
  padding: 10px 0;
}

span.press-logo-wrapper {
  display: block;
  min-height: 60px;
  padding-top: 5px;
}

.one-fourth img:before,
.one-fourth img:after {
  content: '';
  display: table;
}
.one-fourth img:after {
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .one-fourth {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .one-fourth:before,
  .one-fourth:after {
    content: '';
    display: table;
  }
  .one-fourth:after {
    clear: both;
  }
  .one-fourth:nth-child(4n) {
    margin-right: 3%;
    float: left;
  }
  .one-fourth:nth-child(4n+1) {
    clear: none;
  }
  .one-fourth:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .one-fourth:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .one-fourth {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .one-fourth:before,
  .one-fourth:after {
    content: '';
    display: table;
  }
  .one-fourth:after {
    clear: both;
  }
  .one-fourth:nth-child(2n) {
    margin-right: 3%;
    float: left;
  }
  .one-fourth:nth-child(2n+1) {
    clear: none;
  }
  .one-fourth:last-child {
    margin-right: 0%;
  }
}
a.press-title {
  display: block;
  color: #006DB0;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  min-height: 70px;
  font-family: 'Figtree', sans-serif;
  *zoom: 1;
}
a.press-title:before,
a.press-title:after {
  content: '';
  display: table;
}
a.press-title:after {
  clear: both;
}
a.press-title:hover {
  text-decoration: underline;
}
a.press-title.big {
  font-size: 40px;
  line-height: 48px;
}

@media only screen and (max-width: 1200px) {
a.press-title.big {
  font-size: 34px !important;
  line-height: 42px !important;
}
}


@media only screen and (max-width: 640px) {
a.press-title.big {
  font-size: 24px !important;
  line-height: 30px !important;
}

a.press-title {
  min-height: auto;
  }

 .fixed-section_1370 {
  padding-bottom: 30px;
 }

}

.text-half.press img {
  max-width: 100%;
}
.text-half.press .press-logo-img {
  width: auto;
  max-height: 70px;
  padding-bottom: 10px;
  *zoom: 1;
}
.text-half.press .press-logo.big:before,
.text-half.press .press-logo.big:after {
  content: '';
  display: table;
}
.text-half.press .press-logo.big:after {
  clear: both;
}


.press-row .cf-wrap:first-child {
  margin-bottom: 50px;
}



.slogan.our-line h3 {
  margin-bottom: 80px;
}

.available-target {
  margin-bottom: 40px;
}

.available-target img {
  vertical-align: top;
  width: 30%;
  min-width: 200px;
  max-width: 343px;
}

.deals-heading {
  *zoom: 1;
  width: auto;
  max-width: 1380px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
  width: 100%;
  text-align: center;
}
.deals-heading:before,
.deals-heading:after {
  content: '';
  display: table;
}
.deals-heading:after {
  clear: both;
}


.deals-heading h1 {
  font-size: 120px;
  line-height: 90px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #2aadd1;
  margin-bottom: 0;
  margin-top: 60px;
}

.deals-heading h1 span {
  display: block;
  font-size: 75px;
  font-weight: 600;
  color: #268aac;
}





@media only screen and (max-width: 900px) {



  .deals-heading h1 {
    font-size: 100px;
    line-height: 70px;
    margin-top: 20px;
  }

  .deals-heading h1 span {
    font-size: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .deals-heading h1 {
    font-size: 70px;
    line-height: 40px;
  }

  .deals-heading h1 span {
    font-size: 25px;
  }
}



.deals-row {
  *zoom: 1;
  width: auto;
  max-width: 1380px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 15px;
  width: 100%;
  text-align: center;
}
.deals-row:before,
.deals-row:after {
  content: '';
  display: table;
}
.deals-row:after {
  clear: both;
}

img.deal-bg {
  width: 100%;
  max-width: 664px;
  border: 3px dashed #006DB0;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}


.text-half_span {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 49.5%;
  margin-left: 0%;
  margin-right: 1%;
  position: relative;
}
.text-half_span:before,
.text-half_span:after {
  content: '';
  display: table;
}
.text-half_span:after {
  clear: both;
}
.text-half_span:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.text-half_span:nth-child(2n+1) {
  clear: both;
}
@media only screen and (max-width: 600px) {
  .text-half_span {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  .text-half_span:before,
  .text-half_span:after {
    content: '';
    display: table;
  }
  .text-half_span:after {
    clear: both;
  }
  .text-half_span:nth-child(2n) {
    margin-right: 1%;
    float: left;
  }
  .text-half_span:nth-child(2n+1) {
    clear: none;
  }
  .text-half_span:last-child {
    margin-right: 0%;
  }
}


.google-link {
  position: absolute;
  z-index: 3;
  bottom: 7.5%;
  right: 19%;
  width: 20%;
  max-width: 140px;
  height: 4vh;
}

.google-link.google-ibotta {
  right: auto;
  left: 18%;
}




img.deal-retina {
  width: 100%;
  max-width: 330px;
}




.product-landing_Deals {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 7%;
  text-align: center;
}
.product-landing_Deals:before,
.product-landing_Deals:after {
  content: '';
  display: table;
}
.product-landing_Deals:after {
  clear: both;
}
.product-landing_Deals:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
.product-landing_Deals:nth-child(2n+1) {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .product-landing_Deals {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
  }
  .product-landing_Deals:before,
  .product-landing_Deals:after {
    content: '';
    display: table;
  }
  .product-landing_Deals:after {
    clear: both;
  }
  .product-landing_Deals:nth-child(2n) {
    margin-right: 0%;
    float: left;
  }
  .product-landing_Deals:nth-child(2n+1) {
    clear: none;
  }
  .product-landing_Deals:nth-child(4n) {
    margin-right: 0%;
    float: right;
  }
  .product-landing_Deals:nth-child(4n+1) {
    clear: both;
  }
}
.product-landing_Deals a {
  display: block;
}
.product-landing_Deals a:hover img.landing-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-landing_Deals img.landing-img {
  -webkit-transition: -webkit-transform 0.8s;
          transition: transform 0.8s;
}
.product-landing_Deals img {
  vertical-align: top;
}

.store-icons a {
  display: inline-block;
  margin: 20px 5px;
}

.store-icons img {
  width: 100%;
  max-width: 135px;
}


a.faq-link {
  display: inline-block !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 18px !important;
  text-decoration: none;
  border-bottom: 2px solid;
  color: #006DB0;
}

a.faq-link:hover {
  color: black !important;
  border-bottom: 2px solid black;
  background: transparent !important;
}

.font-17 {
  font-size: 17px;
}

.nutrition-sub.left ul li {
  display: flex;
  height: 10px;
  align-items: center;
  padding: 15px 0;
  line-height: 100%;
}

.nutrition-sub.right ul li {
  display: flex;
  height: 10px;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 0;
  line-height: 100%;
}

.nutrition-sub.left ul li:first-child, .nutrition-sub.right ul li:first-child {
  margin-top: 0;
}

.product-col a {
  display:inline-block;
}


#dropdown-48oz a {
  text-align: center;
}

#dropdown-greek a {
  text-align: center;
}

#dropdown-8oz a {
  text-align: center;
}

#dropdown-16oz a {
  text-align: center;
}

#dropdown-48oz img {
  width: 100%;
  max-width: 443px;
}

#dropdown-greek img {
  width: 100%;
  max-width: 443px;
}

#dropdown-8oz img {
  width: 100%;
  max-width: 443px;
}

#dropdown-16oz img {
  width: 100%;
  max-width: 443px;
}

#dropdown-products .product-col a {
  display: block;
  margin: 0px;
  border: none;
  text-decoration: none;
  color: initial;
}
#dropdown-products .product-col a:hover {
  border: none;
  text-decoration: none;
  color: initial;
}
#dropdown-products .product-col a:visited {
  opacity: 1;
}



#select-mobile {
  padding: 100px 20px 0 20px;
  text-align: center;
}

#select-mobile h1 {
  text-align: center;
}

#select-mobile a {
  display: block;
}

.mobile-bot {
  margin-top: 60px;
}








#select-mobile a img {
  width:100%;
  vertical-align: top;
}

.mobile-bot img {
  max-width: 19%;
}




.footnote-container {
  display: block;
  position: relative;
  z-index: 2;
}

.footnote {
  width: 60%;
  font-size: 80%;
  line-height: 150%;
  display: block;
  clear: both;
  margin: 5px 0;
}


.sup-medium {
  font-size: 16px;
  font-weight: 500;
  top: -35px;
}

.takes-sup {
  display: block;
  position: relative;
  color: #006DB0;
  top: -150px;
  width: 70%;
  line-height: 160%;
  font-size: 12px;
  font-weight: 500;
}

.takes-sup a {
  color: #006DB0;
}

.takes-sup sup {
  margin-left: -10px;
  padding-right: 0px;
}

.ittakes-p {
  display: block;
  position: relative;
  top: -100px;
}

.single-sup {
  display: block;
  position: relative;
  line-height: 160%;
  top: -70px;
}


.less-desc.no-margin {
  margin: 10px 0 !important;
  padding: 0 !important;
}

.percent.nearly {
  padding-top: 0;
  vertical-align: bottom;
  line-height: 10px;
}

.half-adj {
  position: relative;
  top: -5px;
}


.is-nutrition a:hover > .landing-text {
  transition: opacity .3s;
}

.is-nutrition a:hover > .landing-text {
  opacity: 0.8 !important;
}

.nutrition-title {
  font-family: 'Figtree', sans-serif !important;
  font-weight: 700 !important;
}


@media only screen and (max-width: 1600px) { 
  .mobile-bot img {
  max-width: 36%;
}


}

.zaglushka {
  margin-top: 330px;
}

.zaglushka2 {
  margin-top: 180px;
}

@media only screen and (max-width: 1000px) { 


.zaglushka {
  margin-top: 110px;
}

.zaglushka2 {
  margin-top: 340px;
}

  .mobile-bot img {
  max-width: 54%;
}


.sup-medium {
  top: -20px;
}

#less-water {
  margin-top: 240px;
}

}



@media only screen and (max-width: 600px) { 

.zaglushka2 {
  margin-top: 140px;
}

.footnote {
  width: 100%;
}



  .mobile-bot img {
  max-width: 100%;
}



.mobile-bot {
  margin-top: 40px;
}

#select-mobile {
  padding: 70px 20px 80px 20px;
  text-align: center;
}

}

.pull-right {
    float: right !important;
}

.mobile-accart {
  margin-top: 0;
  margin-bottom: 10.5px;
  padding: 0;
}
.mobile-accart li {
  list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-top: -5px;
}

.mobile-accart .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 1020px) {
   .mobile-accart {
       margin-right: 38px !important;
   }
    .mobile-accart .list-inline > li {
		padding-left: 0;
		position: relative;
	}
	#header-nav #mobile-icon.mobile-accart .list-inline > li span {
		background: none;
	}
}
@media screen and (max-width: 1100px) {
	#header-nav #menu-items a {
		padding: 0 6px;
	}
}



#ripple-counter-expand {
  position: fixed;
  width: 90%;
  max-width: 1310px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 115px;
  z-index: 99;
  text-align: right;
}





#ripple-counter-button {
  width: 182px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-transform: uppercase;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.67px;
  -webkit-box-shadow: 0 0 20px 0 #777;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}

#ripple-counter-button:hover {
  color: white;
  background-color: #b4a37b;
}

#ripple-counter-button:hover > svg {
  fill: white;
}


#ripple-counter-button svg {
  position: relative;
  width: 15px;
  display: block;
  margin-left: 15px;
  bottom: 2px;
  transition: fill 0.3s;
}


#ripple-counter {

  width: 90%;
  max-width: 1310px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
  position: fixed;
  top: 95px;
  z-index: 99;
  padding: 40px 5%;
  box-shadow: 0 0 30px 0 #444;
  -webkit-box-shadow: 0 0 30px 0 #444;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;

  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  overflow: scroll;
  margin-top: -1500px;
  transition: margin-top 0.5s;

}


#ripple-counter-expand.hasbreadcrumbs,
#ripple-counter.hasbreadcrumbs {
  top: 146px;
}


#ripple-counter h2 {
  margin: 0;
  line-height: 100%;
  font-family: 'GothamCondensed';
  font-weight: 600;
  color: #161616;
  font-size: 52px;
}


.counter-description {
  width: 25%;
  margin-right: 5%;
}

.counter-learn-more {
  width: 100%;
  text-align: center;
  background-color: #b5a379;
  font-size: 17px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  line-height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 13px 10px 10px 10px;
  margin: 10px 0 5px 0;
}

.counter-learn-more:hover {
  background-color: #9f8a5e;
}


.counter-grid {
  width: 70%;
}

.counter-grid.on-page {
  width: 100%;
}

.counter-grid-inner {
  display: block;
}


.counter-cell {
  width: 100%;
  margin: 0;
}

.counter-solid-title {
  color: white;
  background-color: #E48B00;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  padding: 5px 10px 3px 10px;

}

.dark-purple {
  background-color: #B10085;
}

.plastic-blue {
  background-color: #00ADFF;
}


.counter-stat-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}


.counter-stat-wrap.light-purple::after, 
.counter-stat-right.light-purple::after {
  background-color: #F0C5E5;
}


.counter-stat-wrap.light-plastic::after, 
.counter-stat-right.light-plastic::after {
  background-color: #C7EDFF;
}



.counter-stat-left {
  font-family: 'GothamCondensed';
  font-weight: 500;
  color: #E48B00;
  font-size: 30px;
  display: inline-block;
  white-space: nowrap;
  padding-right: 3%;
  width: 100%;
  max-width: 150px;
}

.counter-stat-left span {
  display: inline-block;
  font-weight: 300;
}

.counter-stat-left.color-purple {
  color: #B10085;
}
.counter-stat-left.color-plastic {
  color: #00ADFF;
}

.counter-stat-right {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 28px;
  text-align: right;
  position: relative;
  padding-right: 2%;
  width: 100%;
  white-space: nowrap;
  margin-top: -20px;
}

.counter-stat-right span.spansm {
  font-size: 22px;
  min-width: 25px;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
}

.counter-stat-right::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: -1;
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 4px;
  background-color: #FFE1B1;
}

#footer-message .counter-stat-right::after {
  width: 75%;
}


.counter-stat-desc {
  margin-top: 18px;  
  line-height: 120%;
  padding-left: 3%;
  font-size: 18px;
  font-weight: 500;
  font-family: 'GothamCondensed';
  width: 100%;
  margin-top: -7px;
}

.counter-block {
  padding: 10px 0;
}

.counter-block-large {
  padding: 10px 0;
  display: block;
}


#stat-legend {
  margin: 0 2%;
}

#stat-legend small {
  display: block;
  font-size: 8px;
  font-weight: 600;
  line-height: 120%;
  margin: 6px 0 0;
}

#stat-legend small:first-child {
  margin-top: 0;
}


#stat-legend small sup {
  font-size: 7px;
  margin-right: 2px;
}


#counter-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 98;
  background: rgba(0,0,0,0.5);
}


#counter-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px 15px 20px;
  font-size: 35px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s;
}

#counter-close:hover {
  opacity: 0.6;
}


/* Counter media queries */

@media only screen and (max-width: 1280px) {


.counter-stat-right {
  font-size: 26px;
  margin-top:-15px;
}



}

@media only screen and (max-width: 1200px) {

.counter-stat-right {
  font-size: 24px;
  margin-top: -23px;
}

.counter-stat-left {
  font-size: 30px;
  max-width: 140px;
}

.counter-stat-right span.spansm {
  font-size: 20px;
  min-width: 32px;
  padding-left: 5px;
}

.counter-stat-right::after {
  bottom: -6px;
}

#ripple-counter h2 {
  font-size: 37px;
}

.counter-stat-desc {
  font-size: 16px;
} 


}



@media only screen and (max-width: 1000px) {

  #ripple-counter-button {
    width: 162px;
    height: 40px;
  }

  #counter-close {
    padding: 10px 15px;
  }

  #stat-legend {
    margin: 0;
  }

  .counter-block {
    padding: 5px 0 0;
  }

  .counter-stat-desc {
    margin-top: 5px;
    margin-bottom: 15px;
    min-height: auto;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
  }



  #ripple-counter {
    width: 95%;
    top: 20px;
    height: calc(100vh - 40px);
    z-index: 3000;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 25px 5%;
    display: block;

  }

  #ripple-counter-expand.hasbreadcrumbs {
    top: 115px;
  }

  #ripple-counter.hasbreadcrumbs {
    top: 20px;
  }


  #ripple-counter-expand {
    width: 95%;
  }


  .counter-description {
    width: 100%;
    margin-right: 0;
    text-align: center;
    font-size: 13px;
  }

  .line-height-adj {
    line-height: 130%;
  }

  .counter-solid-title {
    font-size: 15px;
  }

  .counter-grid {
    width: 100%;
  }

  .counter-grid-inner {
    display: block;
  }

  .counter-cell {
    width: 100%;
    margin: 0;
  }
 
  .counter-stat-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFE1B1;
    border-radius: 4px;
    padding: 2px 10px;
  }

  .counter-stat-right {
    margin-top: -2px;
  }


  .counter-stat-wrap.light-purple, 
  .counter-stat-right.light-purple {
    background-color: #F0C5E5;
  }

  .counter-stat-wrap.light-plastic, 
  .counter-stat-right.light-plastic {
    background-color: #C7EDFF;
  }

  .counter-stat-right::after {
    display: none;
  }



  .counter-stat-left {
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
  }

  .counter-stat-right { 
    font-size: 25px;
    padding-right: 1%;
  }

  .counter-stat-right span.spansm { 
    font-size: 23px;
  }


  #ripple-counter h2 {
    font-size: 37px;
  }


}



@media only screen and (min-width: 1000px) {
  .hide-desktop {
    display: none;
  }

}


@media only screen and (max-width: 768px) {

  .counter-stat-desc {
    font-size: 18px;
  }

  .counter-block-large {
    padding-bottom: 7px;
  }

  .zaglushka2 {
    margin-top: 120px;
  }



}




.extralevel label::before {
  right: 18px !important;
}

.extralevel label.label-arrow {
  padding-left: 42px;
}


@media only screen and (max-width: 800px) {
  .extralevel label::before {
    right: 0 !important;
  }

  .extralevel label {
    padding-left: 20px !important;
  }

  .extralevel p {
    padding-left: 20px !important;
  }
}




.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






.bluebutton {
  display: inline-block; 
  position: relative;
  bottom: 0;
  z-index: 10; 
  background: #006DB0; 
  text-decoration: none; 
  color: #fff; 
  font-weight: bold; 
  padding: 15px 30px;
}


#myVideo {
  margin-top: 115px;
}



.evolution-flex {
  display: flex;
}

.evolution-flex img {
  width: 100%;
}





@media only screen and (max-width: 768px) {

.diffmobile {
  margin-top: -80px;
}

.evolution-flex {
  display: block
}

.evolution-flex div {
  width: 100% !important;
}

.bottle-evo {
  padding: 0 100px;
}

.hp-newimg {
  padding: 0;
}

#message2.evolution-right {
  padding-bottom:  150px !important;
}

.evolution-left, .evolution-right {
  text-align: center;
}


}


#mobile-submenu {
  display: none;
}

#mobile-submenu.active {
  display: block;
}


.color-original {
  color: #006DB0 !important; 
}

.color-kids2 {
  color: #00BBB6 !important; 
}

.color-oatmilk {
  color: #607fc4 !important; 
}

.color-unsweetened {
  color: #00A7E1 !important;
}

.color-vanilla {
  color: #ED145B !important;
}

.color-unsweetened-vanilla {
  color: #F05B78 !important;
}

.color-chocolate {
  color: #823B33 !important;
}

.color-original-otg {
  color: #0067B3 !important; 
}
.color-kids-original-otg {
  color: #00BBB6 !important; 
}

.color-vanilla-otg {
  color: #DF145B !important; 
}

.color-chocolate-otg {
  color: #843A35 !important; 
}

.color-vanilla-shake {
  color: #00A0DF !important; 
}

.color-chocolate-shake {
  color: #843A35 !important; 
}

.color-coffee-shake {
  color: #95785E !important; 
}



.product-landing a {
  text-decoration: none;
}

.product-landing a span {
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  color: #006DB0;
  font-size: 22px;
  display: block;
  padding-top: 25px;
}

.product-landing.is-kids2 a span {
  padding-top: 0;
}

.product-landing {
  position: relative;
}

.product-landing a { 
  cursor: pointer !important;
}

.product-landing a:hover + .clickhere-button {
  opacity: 1;
}

.clickhere-button {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgb(255, 255, 255, 0.9);
  color: #006DB0;
  border: 1px solid #006DB0;
  padding: 12px 0;
  border-radius: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 768px) {
    #thrive-wrap .store-banner {
        display: block;
        margin: 0 auto;
        max-width: inherit;
    }
    #thrive-wrap .store-banner img {
        object-fit: contain;
    }
  #thrive-wrap a img:first-child {
    max-width: 40%;
  }
  #thrive-wrap a img:last-child {
    max-width: 56%;
  }
}

/*Header Banner underline fix*/
#toaster {
    text-decoration: inherit;
}
#toaster:hover {
    text-decoration: underline;
}

/* Header Nave Image Fix*/
.dropdown-image img {
    display: block;
    opacity: 0;
    width: 0;
    transform: scale(0);
}
.dropdown-image img.active {
    display: block;
    opacity: 1;
    width: auto;
    transform: scale(1);
}

/*Product pages possible heading fix*/
.product-module h2.product-size {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 24px;
}
.product-module h2.product-size span {
    font-size: 11px;
    font-weight: 600;
}

.product-module .nutrition-col h3 {
    font-size: 40px;
    line-height: 40px;
    color: #b3a071;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    margin: 0;
    text-align: center !important;
}

.product-module .nutrition-col h3 span {
    font-size: 18px;
    line-height: 18px;
    margin: 2px 0 5px;
}
.product-module .nutrition-col h3 span.thin {
    color: #b3a071;
}
.product-module .nutrition-col h3 span.nl {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .product-module .nutrition-col h3 {
        font-size: 16px;
        line-height: 16px;
    }
    .product-module .nutrition-col h3 span {
        font-size: 14px;
        line-height: 14px !important;
    }
}

/*Hidden Footer Possible Heading*/
.product-img #try-abs h4 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin: 15px 0 20px;
}
@media only screen and (max-width: 728px) {
    .product-img #try-abs h4 {
        text-transform: none;
        margin-bottom: 5px;
        text-align: right;
    }

    .proud-certified {
      font-size: 30px !important;
      text-align: center !important;
      margin-bottom: -15px !important;
    }

    .proud-certified img {
      float: none !important;
      margin: 0 auto 10px !important;
      text-align: center;
    }
}