/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Debugging grid
 */
/**
 * Grid settings
 */
/**
 * Debugging breakpoints
 */
body:before {
  border-color: #fff;
  background-color: white;
  color: #154734;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 599; }

body.toolbar:before {
  top: 30px; }

body.toolbar-drawer:before {
  top: 64px; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #154734;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica, arial;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #11392a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #154734; }

.ghost-button, .modal__top form .activia_ajax_submit_link, .modal__footer a, body.front .explore-the-science .cta_newsbtn,
body.front .explore-our-science .cta_newsbtn, .view-footer a, .contact__aside .cta_newsbtn, .sign-up-form #edit-topics label, .sign-up-form .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link,
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link, .challenge-register-form #edit-topics label, .challenge-register-form .activia_ajax_submit_link {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.8125em;
  color: #00966C;
  border: 1px solid #00966C;
  padding: 0.8em 2em;
  letter-spacing: 0.25em;
  transition: .25s;
  display: inline-block;
  text-decoration: none !important; }
  .ghost-button:hover, .modal__top form .activia_ajax_submit_link:hover, .modal__footer a:hover, body.front .explore-the-science .cta_newsbtn:hover,
  body.front .explore-our-science .cta_newsbtn:hover, .view-footer a:hover, .contact__aside .cta_newsbtn:hover, .sign-up-form #edit-topics label:hover, .sign-up-form .activia_ajax_submit_link:hover, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link:hover,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link:hover, .challenge-register-form #edit-topics label:hover, .challenge-register-form .activia_ajax_submit_link:hover, .ghost-button:focus, .modal__top form .activia_ajax_submit_link:focus, .modal__footer a:focus, body.front .explore-the-science .cta_newsbtn:focus,
  body.front .explore-our-science .cta_newsbtn:focus, .view-footer a:focus, .contact__aside .cta_newsbtn:focus, .sign-up-form #edit-topics label:focus, .sign-up-form .activia_ajax_submit_link:focus, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link:focus,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link:focus, .challenge-register-form #edit-topics label:focus, .challenge-register-form .activia_ajax_submit_link:focus, .ghost-button.down, .modal__top form .down.activia_ajax_submit_link, .modal__footer a.down, body.front .explore-the-science .down.cta_newsbtn,
  body.front .explore-our-science .down.cta_newsbtn, .view-footer a.down, .contact__aside .down.cta_newsbtn, .sign-up-form #edit-topics label.down, .sign-up-form .down.activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .down.activia_ajax_submit_link,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .down.activia_ajax_submit_link, .challenge-register-form #edit-topics label.down, .challenge-register-form .down.activia_ajax_submit_link {
    background: #154734;
    color: white; }
  .ghost-button--white, body.front .explore-the-science .cta_newsbtn,
  body.front .explore-our-science .cta_newsbtn {
    color: white;
    border-color: white; }
    .ghost-button--white:hover, body.front .explore-the-science .cta_newsbtn:hover,
    body.front .explore-our-science .cta_newsbtn:hover, .ghost-button--white:focus, body.front .explore-the-science .cta_newsbtn:focus,
    body.front .explore-our-science .cta_newsbtn:focus {
      background: white;
      color: #154734; }
  .ghost-button--green {
    background: #154734;
    border: 1px solid #00966C;
    color: white; }
  .ghost-button--black {
    color: black;
    border-color: black; }
    .ghost-button--black:hover, .ghost-button--black:focus {
      background: white;
      color: black; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica, arial;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #154734;
    box-shadow: none;
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

#oops-error, #oops-error-login, .txt-error {
  color: red;
  text-align: left;
  margin-bottom: 0.75em;
  clear: both; }

#oops-success {
  color: green;
  text-align: left;
  margin-bottom: 0.75em;
  clear: both; }

.element-hidden {
  display: none; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

::-moz-selection {
  background-color: #154734;
  color: white; }

::selection {
  background-color: #154734;
  color: white; }

body {
  color: #333;
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica, arial;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: #154734;
  background-image: linear-gradient(to bottom,#154734 100px, white 100px); }
  body.activia_reskin_fr {
    background-color: white;
    background-image: none; }
  body.activia_reskin_kr {
    font-family: source-han-sans-korea, helvetica, arial !important; }

.h1, h1,
.h2, h2,
.h3, h3, .site-footer .footer-nav .pane-title,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica, arial;
  font-size: 1.333em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  word-wrap: break-word; }

.node-type-article.activia_reskin_kr .h1, .node-type-article.activia_reskin_kr h1,
.node-type-article.activia_reskin_kr .h2, .node-type-article.activia_reskin_kr h2,
.node-type-article.activia_reskin_kr .h3, .node-type-article.activia_reskin_kr h3, .node-type-article.activia_reskin_kr .site-footer .footer-nav .pane-title, .site-footer .footer-nav .node-type-article.activia_reskin_kr .pane-title,
.node-type-article.activia_reskin_kr .h4, .node-type-article.activia_reskin_kr h4,
.node-type-article.activia_reskin_kr .h5, .node-type-article.activia_reskin_kr h5,
.node-type-article.activia_reskin_kr .h6, .node-type-article.activia_reskin_kr h6 {
  font-family: source-han-sans-korea, helvetica, arial !important; }

.node-type-article.activia_reskin_kr .h4, .node-type-article.activia_reskin_kr h4,
.node-type-article.activia_reskin_kr .h5, .node-type-article.activia_reskin_kr h5,
.node-type-article.activia_reskin_kr .h6, .node-type-article.activia_reskin_kr h6 {
  font-size: 1.333em !important; }

.heading--small {
  font-size: 0.7501875469em; }

.heading--medium {
  font-size: 1.776889em; }

.heading--large {
  font-size: 2.368593037em; }

.heading--monstrous {
  font-size: 7.4784405556em; }

.heading--bold {
  font-weight: bold; }

.heading--center {
  text-align: center; }

.heading--gold-bar:after, .pane-campaigncontent .pane-block-2 h2:after, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 h2:after, .pane-products-homepage-products-promoted h2:after, .pane-feel-good-article-listing-block-article-detail-default h2:after,
.pane-feel-good-article-listing-block-article-detail-custom h2:after {
  content: "";
  display: block;
  border-bottom: 2px solid #DDCA76;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  width: 40px;
  margin: 0.75em auto 1.5em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #154734;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #00966C; }

hr {
  border-bottom: 3px solid #DDCA76;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  width: 40px;
  margin: 1.5em auto; }

b, strong {
  font-weight: bold; }

.site-main .content-block, .site-main .pane-activiav2-user-activia2-user-pass-reset .pane-content, .pane-activiav2-user-activia2-user-pass-reset .site-main .pane-content, .site-main
.pane-activiav2-user-activia2-user-pass-recovery .pane-content,
.pane-activiav2-user-activia2-user-pass-recovery .site-main .pane-content {
  display: block;
  max-width: 66.25em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625em;
  padding-left: 0.625em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em; }
  .site-main .content-block::after, .site-main .pane-activiav2-user-activia2-user-pass-reset .pane-content::after, .pane-activiav2-user-activia2-user-pass-reset .site-main .pane-content::after, .site-main
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content::after,
  .pane-activiav2-user-activia2-user-pass-recovery .site-main .pane-content::after {
    clear: both;
    content: "";
    display: block; }
  .site-main .content-block::after, .site-main .pane-activiav2-user-activia2-user-pass-reset .pane-content::after, .pane-activiav2-user-activia2-user-pass-reset .site-main .pane-content::after, .site-main
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content::after,
  .pane-activiav2-user-activia2-user-pass-recovery .site-main .pane-content::after {
    clear: both;
    content: "";
    display: block; }

.site-main .simple-page {
  margin-top: 3em;
  margin-bottom: 3em; }

.preview-block, .video-slider {
  display: block;
  max-width: 66.25em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625em;
  padding-left: 0.625em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em; }
  .preview-block::after, .video-slider::after {
    clear: both;
    content: "";
    display: block; }
  .preview-block::after, .video-slider::after {
    clear: both;
    content: "";
    display: block; }

.tag {
  background: #00966C;
  color: white;
  text-transform: uppercase;
  font-size: 0.75em;
  display: inline;
  margin-bottom: 27px;
  padding: 0.5em 0.8em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  letter-spacing: 0.25em;
  font-weight: 600; }
  .not-front .tag {
    background: #ddd;
    color: #333333; }
  .tag .node-type-activia-challenge-new .tag {
    background: #00966C !important;
    color: white !important; }
  .tag:hover, .tag:focus {
    color: white; }
  .tag.smaller {
    font-size: 0.625em; }
  .tag.product-tag {
    background: #ddd;
    color: #333;
    margin-right: 0;
    float: left;
    margin-bottom: 0.5em;
    padding: 3px 10px;
    letter-spacing: 0.25em;
    font-weight: 600; }
    .tag.product-tag:hover, .tag.product-tag:focus {
      color: #333; }

.post-preview {
  margin-bottom: 1.5em;
  position: relative; }
  @media (min-width: 48em) {
    .post-preview {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 32.6959847036%; }
      .post-preview:last-child {
        margin-right: 0; } }
  .preview-block--article .post-preview:nth-child(3n) {
    margin-right: 0; }
  .preview-block--article .post-preview:nth-child(3n+1) {
    clear: left; }
  .preview-block--home .post-preview:nth-child(5) {
    margin-right: 0; }
  .preview-block--home .post-preview:nth-child(3) {
    margin-right: 0; }
  .post-preview.preview-block--after-promoted:nth-child(2) {
    margin-right: 0; }
  .challenge-articles .post-preview:nth-child(2) {
    margin-right: 0; }
  .challenge-articles .post-preview:nth-child(5) {
    margin-right: 0; }
  .challenge-articles .post-preview:nth-child(7) {
    margin-right: 0; }
  .post-preview__banner {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: .5em;
    position: relative;
    width: 100%;
    float: left; }
    .post-preview__banner:after {
      content: "";
      display: block;
      padding-bottom: 100%;
      width: 100%;
      background-color: #154734;
      opacity: 0;
      transition: .25s; }
  .post-preview:hover .post-preview__banner:after, .post-preview:focus .post-preview__banner:after {
    opacity: 0.6; }
  @media (min-width: 48em) {
    .post-preview--wide {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 66.3479923518%; }
      .post-preview--wide:last-child {
        margin-right: 0; }
      .post-preview--wide .post-preview__banner:after {
        padding-bottom: 49.2%; } }
  .post-preview__headline {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125em;
    color: white;
    background: #154734;
    z-index: 400; }
    .post-preview__headline span {
      line-height: 1;
      text-align: center; }
      .post-preview__headline span:last-of-type {
        margin-top: 1em; }
  .post-preview__title {
    font-size: 1.125em;
    display: block;
    margin-top: 10px; }

.product-preview {
  margin-bottom: 1.5em;
  padding: 1.5em;
  padding-top: 0;
  border-bottom: 1px solid #ddd;
  width: 100%; }
  @media (min-width: 30em) and (max-width: 47.99em) {
    .product-preview {
      width: 33%;
      padding: 1.5em 0.5em; } }
  @media (min-width: 48em) {
    .product-preview {
      width: 25%;
      padding: 1.5em 0.5em; } }
  .product-preview img {
    display: none; }
  .product-preview__banner {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 1.5em; }
    .product-preview__banner:after {
      content: "";
      display: block;
      padding-bottom: 100%;
      width: 100%;
      background-color: #154734;
      opacity: 0;
      transition: .25s; }
  .product-preview__name, .product-preview .slider__name {
    display: block;
    clear: both; }

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: transparent; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 0px;
  z-index: 120; }

.flickity-prev-next-button.next {
  right: 0px;
  z-index: 120; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: -10px;
  z-index: 120; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: -10px;
  z-index: 120; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #154734; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

.social-channels {
  text-align: center;
  background: #EDEDED;
  clear: both;
  padding: 3em 0.625em; }
  .social-channels--vertical {
    background: transparent;
    position: static;
    margin-left: 0;
    padding: 0 0.625em; }
    @media (min-width: 48em) {
      .social-channels--vertical {
        width: 5.875em;
        padding: 0;
        margin: 0;
        margin-right: -5.5em;
        float: right;
        margin-top: 5%; } }
  .social-channels__buttons li {
    display: inline-block;
    margin: 0.5em;
    height: 44px;
    width: 44px;
    padding: 0.5em;
    background: #DDCA76;
    border-radius: 50%;
    font: inherit !important; }
    .social-channels__buttons li .pw-button {
      display: block !important;
      margin-right: 0 !important; }
      .social-channels__buttons li .pw-button .pw-icon {
        display: none !important; }
    .social-channels__buttons li svg {
      fill: white;
      max-width: 100%;
      height: auto;
      width: 44px;
      height: 28px; }

.breadcrumb {
  display: block;
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 1.5em;
  text-align: left;
  padding-top: .5em;
  padding-bottom: .5em; }
  .breadcrumb a {
    background-color: #fff;
    border-left: 0;
    color: #00966C;
    display: inline-block;
    font-size: 0.8em;
    line-height: 2.25em;
    margin-bottom: 2px;
    margin-right: -5px;
    position: relative;
    text-decoration: none; }
    .breadcrumb a:last-child {
      background-color: #fff;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      color: #333;
      padding-right: 1.125em; }
    .breadcrumb a:focus, .breadcrumb a:hover {
      background-color: #fff;
      color: #154734; }
    .breadcrumb a::after {
      content: "/";
      display: inline-block;
      color: #333;
      margin: auto;
      margin-left: 1em;
      margin-right: 1em;
      z-index: 2; }
    .breadcrumb a:last-child::after, .breadcrumb a:last-child::before {
      content: ""; }
    .breadcrumb a::before {
      border-left-color: #ddd;
      margin-left: 1px;
      z-index: 1; }
    .breadcrumb a::after {
      border-left-color: #fff; }
    @media screen and (min-width: 600px) {
      .breadcrumb a {
        font-size: 1em; } }

.slider-container {
  display: block;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center; }
  .slider-container::after {
    clear: both;
    content: "";
    display: block; }
  .slider-container--grey {
    background: #EDEDED; }

.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden; }

.simpleselect {
  position: relative;
  width: 100%; }
  .device-iPad .simpleselect.language-select-target .options, .device-iPhone .simpleselect.language-select-target .options {
    display: block !important; }
  .simpleselect .placeholder {
    background-color: transparent;
    text-transform: uppercase;
    font-size: 0.8125em;
    color: #154734;
    border: 1px solid #ddd;
    padding: 0.8em 3em 0.8em 1em;
    letter-spacing: 0.25em;
    transition: .25s;
    display: inline-block;
    text-decoration: none !important;
    width: 100%;
    position: relative;
    cursor: pointer; }
    .simpleselect .placeholder:hover, .simpleselect .placeholder:focus {
      background: #154734;
      color: white; }
    .simpleselect .placeholder:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      width: 16px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkM4MTYzRjk1MjRCMTFFNkIwMjZFQkIyOEZFNjEwRjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkM4MTYzRkE1MjRCMTFFNkIwMjZFQkIyOEZFNjEwRjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQzgxNjNGNzUyNEIxMUU2QjAyNkVCQjI4RkU2MTBGMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQzgxNjNGODUyNEIxMUU2QjAyNkVCQjI4RkU2MTBGMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmyJFPEAAADPSURBVHjajNC9C0FRGMfx45JSFvIvKDblZVEUZXDLYLAYjFLKYmM0KKssSgpJyqwkq1EZlFXZhZnvqeeWhJz63Ho6z+859xyH6lUnSqkoCtip/1cXSYNPAn5MEf8j6EQHZQT0gCw2usASxR9hD+aow4aaHrBHDjO4MUbjQziIlfRe5Mo9QzZvcnJb6hYGcEmdlnAYR2Sw0Bt2ZcasEx5Y4ywNEYTgk2FeuWoeByvk+PCrfZwwhCn0GqGC+2uz8eWx9GOmsMUVTZTew3o9BRgAj5El7NuoNCQAAAAASUVORK5CYII=") 0 center no-repeat; }
  .simpleselect .options {
    display: none;
    position: absolute;
    top: 0 !important;
    left: 0;
    z-index: 1000;
    width: 100%;
    border: 1px solid #ddd;
    height: auto !important;
    max-height: 1000px !important; }
    .device-iPad .simpleselect .options, .device-iPhone .simpleselect .options {
      display: none !important; }
    .simpleselect .options .option {
      cursor: pointer;
      text-transform: uppercase;
      font-size: 0.8125em;
      background: white;
      color: #154734;
      letter-spacing: 0.25em;
      transition: .25s; }
      .simpleselect .options .option a {
        display: block;
        padding: 0.8em 2em; }
      .simpleselect .options .option.active, .simpleselect .options .option:hover, .simpleselect .options .option:focus {
        background: #154734;
        color: white; }
        .simpleselect .options .option.active a, .simpleselect .options .option:hover a, .simpleselect .options .option:focus a {
          color: white; }
      .simpleselect .options .option a:hover {
        color: white; }

.pagination {
  text-align: center;
  padding-top: 1.5em;
  clear: both; }
  .pagination__prev, .pagination__next {
    line-height: 52px; }
    .pagination__prev.disabled, .pagination__next.disabled {
      opacity: 0; }
    .pagination__prev .arrow, .pagination__next .arrow {
      height: 20px;
      width: 20px; }
  .pagination__prev {
    float: left; }
    .pagination__prev .arrow {
      float: left;
      margin: 14px 10px 0 0; }
  .pagination__next {
    float: right; }
    .pagination__next .arrow {
      float: right;
      margin: 14px 0 0 10px; }
  .pagination__numbers {
    text-align: center;
    display: inline-block;
    margin: 0 20px; }
  .pagination__number {
    display: inline-block;
    margin: 0 0.5em 0.5em 0; }
    .pagination__number:last-child {
      margin-right: 0; }
    .pagination__number a {
      border-radius: 50%;
      border: 1px solid #00966C;
      padding: 0.5em 0 0;
      display: block;
      height: 2.5em;
      width: 2.5em;
      font-size: 1.3em;
      text-align: center; }
    .pagination__number.current a {
      color: white;
      background-color: #00966C; }

.pager-first, .pager-last {
  display: none; }

.cookies {
  background: #ececec;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  text-align: center; }
  .cookies .cookieSec {
    padding: 1em 0.625em;
    max-width: 48em;
    margin-left: auto;
    margin-right: auto;
    overflow: auto; }
    .cookies .cookieSec p {
      font-size: 0.875em; }
      .cookies .cookieSec p a {
        color: #00966C; }
  @media (min-width: 66.25em) {
    .cookies {
      text-align: left; }
      .cookies .cookieSec p {
        width: 70%;
        margin-right: 2%;
        float: left; }
      .cookies #btn-cookie-container {
        text-align: center;
        width: 28%;
        float: right; }
      .cookies .ghost-button:first-child, .cookies .modal__top form .activia_ajax_submit_link:first-child, .modal__top form .cookies .activia_ajax_submit_link:first-child, .cookies .modal__footer a:first-child, .modal__footer .cookies a:first-child, .cookies body.front .explore-the-science .cta_newsbtn:first-child, body.front .explore-the-science .cookies .cta_newsbtn:first-child, .cookies
      body.front .explore-our-science .cta_newsbtn:first-child,
      body.front .explore-our-science .cookies .cta_newsbtn:first-child, .cookies .view-footer a:first-child, .view-footer .cookies a:first-child, .cookies .contact__aside .cta_newsbtn:first-child, .contact__aside .cookies .cta_newsbtn:first-child, .cookies .sign-up-form #edit-topics label:first-child, .sign-up-form #edit-topics .cookies label:first-child, .cookies .sign-up-form .activia_ajax_submit_link:first-child, .sign-up-form .cookies .activia_ajax_submit_link:first-child, .cookies .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link:first-child, .pane-activiav2-user-activia2-user-pass-reset .pane-content .cookies .activia_ajax_submit_link:first-child, .cookies
      .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link:first-child,
      .pane-activiav2-user-activia2-user-pass-recovery .pane-content .cookies .activia_ajax_submit_link:first-child, .cookies .challenge-register-form #edit-topics label:first-child, .challenge-register-form #edit-topics .cookies label:first-child, .cookies .challenge-register-form .activia_ajax_submit_link:first-child, .challenge-register-form .cookies .activia_ajax_submit_link:first-child {
        margin-bottom: 10px; } }

.modal-is-open {
  height: 100%;
  overflow: visible;
  background-image: none;
  background-color: rgba(255, 255, 255, 0); }
  @media (min-width: 66.25em) {
    .modal-is-open {
      height: initial; } }

.modal-background {
  display: none;
  background: rgba(0, 0, 0, 0.83);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 601;
  overflow-x: scroll; }
  .modal-background.modal-open {
    display: block; }

.supermarket-modal.ghost-button, .modal__top form .supermarket-modal.activia_ajax_submit_link, .modal__footer a.supermarket-modal, body.front .explore-the-science .supermarket-modal.cta_newsbtn,
body.front .explore-our-science .supermarket-modal.cta_newsbtn, .view-footer a.supermarket-modal, .contact__aside .supermarket-modal.cta_newsbtn, .sign-up-form #edit-topics label.supermarket-modal, .sign-up-form .supermarket-modal.activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .supermarket-modal.activia_ajax_submit_link,
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .supermarket-modal.activia_ajax_submit_link, .challenge-register-form #edit-topics label.supermarket-modal, .challenge-register-form .supermarket-modal.activia_ajax_submit_link {
  padding: 0.8em 1em; }

.modal {
  display: none;
  top: 0;
  position: absolute;
  background: #fff;
  text-align: center;
  z-index: 602; }
  .modal.modal-active {
    display: block; }
  .modal.modal--signup .modal-active form {
    padding-left: 2px; }
  .modal--fixed {
    position: fixed; }
  .modal--supermarket {
    width: 300px !important;
    height: auto;
    margin-left: -150px !important;
    padding-top: 50px;
    text-align: center; }
    .modal--supermarket h3, .modal--supermarket .site-footer .footer-nav .pane-title, .site-footer .footer-nav .modal--supermarket .pane-title {
      padding: 0 15px; }
    .modal--supermarket iframe {
      height: 255px; }
    @media (max-width: 47.99em) {
      .modal--supermarket {
        margin: 20px auto 20px auto !important;
        position: relative !important; } }
  @media (min-width: 48em) {
    .modal {
      top: 100px;
      width: 535px;
      margin-left: -268px;
      left: 50%; } }
  @media (max-width: 29.99em) {
    .modal {
      top: 0; } }
  .modal .element-hidden {
    display: none; }
  .modal-close {
    display: block;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 3em;
    line-height: 1;
    cursor: pointer; }
  .modal__top {
    padding: 1.5em 0;
    overflow: hidden; }
    .modal__top form {
      padding: 0 0.75em; }
      @media (min-width: 30em) {
        .modal__top form {
          float: left;
          display: block;
          margin-right: 1.9305019305%;
          width: 66.0231660232%;
          margin-left: 16.9884169884%;
          padding: 0; }
          .modal__top form:last-child {
            margin-right: 0; } }
      .modal__top form label {
        text-align: left;
        font-size: 0.875em;
        letter-spacing: 3px; }
      .modal__top form .login-footer-links {
        overflow: hidden;
        margin-bottom: 0.75em; }
        .modal__top form .login-footer-links .form-item {
          float: left; }
          .modal__top form .login-footer-links .form-item .checker {
            float: left;
            margin-top: 2px; }
          .modal__top form .login-footer-links .form-item label {
            text-transform: none;
            float: left;
            font-weight: normal;
            color: #154734;
            letter-spacing: 0;
            font-size: 1em; }
        .modal__top form .login-footer-links .forgot-pass-link {
          float: right; }
        .modal__top form .login-footer-links .forgot-panel {
          display: none; }
      .modal__top form .register-panel, .modal__top form .login-credentials-panel, .modal__top form .campaign-login-icon {
        display: none; }
  .modal__bottom {
    background: #154734;
    padding: 1.5em; }
    .modal__bottom h2 {
      color: #fff; }
  .modal__title {
    padding: 1.5em;
    position: relative; }
  .modal__content {
    padding: 0 1.5em; }
    .modal__content select {
      margin: 0 auto 1.5em; }
  .modal--health {
    padding-bottom: 3em;
    text-align: left; }
    .modal--health__title {
      background-color: #154734;
      margin-bottom: 1.5em; }
      .modal--health__title h2,
      .modal--health__title span {
        color: white;
        margin-bottom: 0;
        text-align: center; }
    .modal--health .modal__content {
      font-size: 14px; }
  .modal__footer {
    padding: 1.5em; }
  .modal--video {
    width: 100%;
    left: 0;
    margin-left: 0; }
    .modal--video .iframe-container {
      position: relative;
      width: 100%;
      height: 100%;
      padding-bottom: 56%; }
      .modal--video .iframe-container iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    @media (min-width: 66.25em) {
      .modal--video {
        width: 900px;
        margin-left: -450px;
        left: 50%; } }
  .modal--slideshow {
    height: 500px;
    width: 100%;
    left: 0;
    margin-left: 0; }
    @media (min-width: 66.25em) {
      .modal--slideshow {
        width: 900px;
        margin-left: -450px;
        left: 50%; } }
    .modal--slideshow .flickity-enabled {
      width: 100%;
      height: 100%; }
      .modal--slideshow .flickity-enabled .flickity-viewport {
        width: 100%;
        height: 100% !important; }
        .modal--slideshow .flickity-enabled .flickity-viewport .slideshow__slide {
          width: 100%;
          height: 100%; }
        .modal--slideshow .flickity-enabled .flickity-viewport .slider__name {
          position: absolute;
          bottom: 20px;
          right: 30px; }

.site-main .category-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  text-align: center;
  margin: 4em 0 3em; }
  .site-main .category-menu.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .site-main .category-menu .pane-title {
    display: none; }
  .site-main .category-menu.show-title .pane-title {
    display: block; }
  .site-main .category-menu ul {
    display: inline-block; }
    .site-main .category-menu ul li {
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 1em; }
      .site-main .category-menu ul li a {
        padding: 4px 10px;
        color: #00966C;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 4px;
        font-size: 0.875em; }
        .site-main .category-menu ul li a:hover, .site-main .category-menu ul li a.active {
          background: #00966C;
          color: #fff; }

.field-name-field-nutritional-info-table,
.field-name-field-nutritional-information {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.3125em;
  padding-left: 0.3125em; }
  .field-name-field-nutritional-info-table::after,
  .field-name-field-nutritional-information::after {
    clear: both;
    content: "";
    display: block; }
  .field-name-field-nutritional-info-table thead tr:first-of-type,
  .field-name-field-nutritional-information thead tr:first-of-type {
    font-family: "Gotham SSm A", "Gotham SSm B", helvetica, arial;
    font-size: 0.75em;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.25em; }
  .field-name-field-nutritional-info-table tbody th,
  .field-name-field-nutritional-information tbody th {
    font-weight: normal;
    border-bottom: 1px solid #ddd; }
  .field-name-field-nutritional-info-table table,
  .field-name-field-nutritional-information table {
    width: 100% !important; }
    .field-name-field-nutritional-info-table table tr,
    .field-name-field-nutritional-information table tr {
      border-bottom: 1px solid #ddd; }
  @media (min-width: 48em) {
    .field-name-field-nutritional-info-table tr td:nth-child(2):before,
    .field-name-field-nutritional-information tr td:nth-child(2):before {
      display: none; } }
  @media (max-width: 47.99em) {
    .field-name-field-nutritional-info-table tr,
    .field-name-field-nutritional-information tr {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: calc(100vw - 4em/2) !important;
      height: auto !important; }
      .field-name-field-nutritional-info-table tr.open td:nth-child(n+2),
      .field-name-field-nutritional-information tr.open td:nth-child(n+2) {
        display: block; }
      .field-name-field-nutritional-info-table tr:first-of-type td:first-child:after,
      .field-name-field-nutritional-information tr:first-of-type td:first-child:after {
        content: "" !important; }
      .field-name-field-nutritional-info-table tr:first-of-type td:nth-child(n+2),
      .field-name-field-nutritional-information tr:first-of-type td:nth-child(n+2) {
        display: none; }
        .field-name-field-nutritional-info-table tr:first-of-type td:nth-child(n+2):before,
        .field-name-field-nutritional-information tr:first-of-type td:nth-child(n+2):before {
          content: ""; }
      .field-name-field-nutritional-info-table tr.accordion-opened td:first-child:after, .field-name-field-nutritional-info-table tr.accordion-opened th:first-child:after,
      .field-name-field-nutritional-information tr.accordion-opened td:first-child:after,
      .field-name-field-nutritional-information tr.accordion-opened th:first-child:after {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .field-name-field-nutritional-info-table tr th,
      .field-name-field-nutritional-information tr th {
        position: relative; }
        .field-name-field-nutritional-info-table tr th:after,
        .field-name-field-nutritional-information tr th:after {
          content: ' ';
          display: block;
          width: 20px;
          position: absolute;
          top: 17px;
          right: 15px;
          background-image: url(../images/product-arrow.png);
          background-size: contain;
          height: 15px;
          background-repeat: no-repeat;
          transition: 0.3s ease-in-out; }
      .field-name-field-nutritional-info-table tr td,
      .field-name-field-nutritional-information tr td {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border: none; }
        .field-name-field-nutritional-info-table tr td:first-child,
        .field-name-field-nutritional-information tr td:first-child {
          height: 44px !important;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          position: relative; }
          .field-name-field-nutritional-info-table tr td:first-child:after,
          .field-name-field-nutritional-information tr td:first-child:after {
            content: ' ';
            display: block;
            width: 20px;
            position: absolute;
            top: 17px;
            right: 15px;
            background-image: url(../images/product-arrow.png);
            background-size: contain;
            height: 15px;
            background-repeat: no-repeat;
            transition: 0.3s ease-in-out; }
        .field-name-field-nutritional-info-table tr td:nth-child(n+2),
        .field-name-field-nutritional-information tr td:nth-child(n+2) {
          width: 33.3333333333% !important;
          display: none; }
          .field-name-field-nutritional-info-table tr td:nth-child(n+2):before,
          .field-name-field-nutritional-information tr td:nth-child(n+2):before {
            font-family: "Gotham SSm A", "Gotham SSm B", helvetica, arial;
            font-size: 0.75em;
            line-height: 1.2;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.25em;
            display: block;
            width: 100%;
            margin-bottom: 0.625em; } }

@media (max-width: 29.99em) {
  .accordion-opened .divTable {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .divTable .divRow {
    margin-bottom: 1em; }
  .divTable .divCell:first-child {
    width: 160px;
    min-height: 35px; } }

@media (max-width: 47.99em) {
  .divTable {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    display: none; }
    .accordion-opened .divTable {
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .divTable .divRow {
      display: table-cell;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .divTable .divCell {
      display: block; }
    .divTable .divCell:first-child {
      font-weight: bold;
      width: 160px;
      min-height: 35px; }
  table,
  tbody,
  td,
  th,
  tr {
    display: block;
    width: 100%; }
  table {
    border: none;
    display: none; }
    table tr {
      border-bottom: 2px solid #E9E9E9; }
    table thead {
      background: none; }
    table thead tr:first-child {
      border-bottom: none; }
    table tbody tr {
      background: none;
      border-top: none; }
    table thead tr td,
    table thead tr th {
      display: none; }
    table tbody tr td,
    table tbody tr th {
      display: none;
      padding-bottom: 10px; }
    table tbody tr td:nth-child(1),
    table tbody tr th:nth-child(1) {
      display: block;
      cursor: pointer;
      background-image: url("../images/mobile_down_arrow_grey.png");
      background-repeat: no-repeat;
      background-position: 85% center; }
    table tbody tr td:nth-child(1) {
      background-position: 90% center; }
    table .accordion-opened td:nth-child(1),
    table .accordion-opened th:nth-child(1) {
      background-image: url("../images/mobile_down_arrow.png"); } }

.go_to_top {
  display: none; }

.video-slider > .field-collection-view {
  margin-bottom: 1.5em;
  position: relative; }
  @media (min-width: 48em) {
    .video-slider > .field-collection-view {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 32.6959847036%; }
      .video-slider > .field-collection-view:last-child {
        margin-right: 0; }
      .video-slider > .field-collection-view:nth-child(3n) {
        margin-right: 0; }
      .video-slider > .field-collection-view:nth-child(3n+1) {
        clear: left; } }
  .video-slider > .field-collection-view > .video-preview {
    margin-bottom: 0;
    float: none;
    display: block;
    margin-right: 0;
    width: 100%; }
    .video-slider > .field-collection-view > .video-preview:nth-child(3n+1) {
      clear: none; }

.video-slider > .video-preview {
  margin-bottom: 1.5em;
  position: relative;
  overflow: hidden; }
  @media (min-width: 48em) {
    .video-slider > .video-preview {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 32.6959847036%; }
      .video-slider > .video-preview:last-child {
        margin-right: 0; }
      .video-slider > .video-preview:nth-child(3n) {
        margin-right: 0; }
      .video-slider > .video-preview:nth-child(3n+1) {
        clear: left; } }

.node-type-new-campaign .video-preview__banner,
.node-type-new-campaign .field-collection-view__banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: .5em;
  position: relative;
  padding-top: 73%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .node-type-new-campaign .video-preview__banner a,
  .node-type-new-campaign .field-collection-view__banner a {
    margin-bottom: 25px;
    padding: 0.8em 1.5em;
    background: rgba(0, 0, 0, 0.2); }
    .node-type-new-campaign .video-preview__banner a:hover,
    .node-type-new-campaign .field-collection-view__banner a:hover {
      background-color: white; }

.node-type-new-campaign .video-preview:hover .post-preview__banner:after, .node-type-new-campaign .video-preview:focus .post-preview__banner:after,
.node-type-new-campaign .field-collection-view:hover .post-preview__banner:after,
.node-type-new-campaign .field-collection-view:focus .post-preview__banner:after {
  opacity: 0.6; }

@media (min-width: 48em) {
  .node-type-new-campaign .video-preview--wide,
  .node-type-new-campaign .field-collection-view--wide {
    float: left;
    display: block;
    margin-right: 0.9560229446%;
    width: 66.3479923518%; }
    .node-type-new-campaign .video-preview--wide:last-child,
    .node-type-new-campaign .field-collection-view--wide:last-child {
      margin-right: 0; }
    .node-type-new-campaign .video-preview--wide .post-preview__banner:after,
    .node-type-new-campaign .field-collection-view--wide .post-preview__banner:after {
      padding-bottom: 49.2%; } }

.node-type-new-campaign .video-preview__headline,
.node-type-new-campaign .field-collection-view__headline {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
  color: white;
  background: #154734;
  z-index: 1000; }
  .node-type-new-campaign .video-preview__headline span,
  .node-type-new-campaign .field-collection-view__headline span {
    line-height: 1;
    text-align: center; }
    .node-type-new-campaign .video-preview__headline span:last-of-type,
    .node-type-new-campaign .field-collection-view__headline span:last-of-type {
      margin-top: 1em; }

.modal--cookie {
  padding-bottom: 1.5em;
  text-align: left; }
  @media (min-width: 48em) {
    .modal--cookie {
      width: 700px;
      max-width: 100%;
      margin-left: -350px;
      left: 50%; } }
  @media (min-width: 66.25em) {
    .modal--cookie {
      width: 900px;
      margin-left: -450px; } }
  .modal--cookie .modal__title {
    background-color: #154734;
    margin-bottom: 1.5em; }
    .modal--cookie .modal__title h2,
    .modal--cookie .modal__title span {
      color: white;
      margin-bottom: 0;
      text-align: center; }
  .modal--cookie .modal__content h3, .modal--cookie .modal__content .site-footer .footer-nav .pane-title, .site-footer .footer-nav .modal--cookie .modal__content .pane-title {
    font-size: 1em;
    font-weight: bold; }
  .modal--cookie .modal__content-intro:after {
    content: "";
    display: block;
    border-bottom: 2px solid #DDCA76;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: 150px;
    margin: 2.25em 0 2.25em; }
  .modal--cookie .modal__content .modal__options {
    max-width: 65em;
    margin-left: auto;
    margin-right: auto; }
    .modal--cookie .modal__content .modal__options::after {
      clear: both;
      content: "";
      display: block; }
    .modal--cookie .modal__content .modal__options-row {
      margin-bottom: 2.25em;
      position: relative; }
    @media (min-width: 48em) {
      .modal--cookie .modal__content .modal__options-col {
        float: left;
        display: block;
        margin-right: 0.9560229446%;
        width: 45.3154875717%; }
        .modal--cookie .modal__content .modal__options-col:last-child {
          margin-right: 0; }
        .modal--cookie .modal__content .modal__options-col:last-child {
          float: right !important; } }
    @media (min-width: 66.25em) {
      .modal--cookie .modal__content .modal__options-row:last-child {
        margin-bottom: 0; } }
    .modal--cookie .modal__content .modal__options .modal__close {
      position: absolute;
      bottom: 1.5em;
      right: 1.5em; }
    .modal--cookie .modal__content .modal__options .checkbox-wrap {
      position: absolute;
      top: 0;
      right: 0; }
    .modal--cookie .modal__content .modal__options .switch {
      cursor: pointer;
      display: inline-block;
      position: relative; }
      .modal--cookie .modal__content .modal__options .switch input {
        display: none; }
        .modal--cookie .modal__content .modal__options .switch input + .checkbox {
          height: 25px;
          width: 52px;
          border: 1px solid #00966C;
          cursor: pointer;
          position: relative;
          width: 52px;
          z-index: 0; }
          .modal--cookie .modal__content .modal__options .switch input + .checkbox::before {
            position: absolute;
            top: 2px;
            right: 0;
            bottom: 0;
            left: 2px;
            content: "on";
            width: 48px;
            z-index: 1;
            font-size: 11px;
            padding-left: 3px;
            padding-top: 1px;
            color: #00966C; }
          .modal--cookie .modal__content .modal__options .switch input + .checkbox::after {
            position: absolute;
            top: 1px;
            right: 0;
            bottom: 0;
            left: 1px;
            height: 21px;
            width: 21px;
            background-color: #00966C;
            content: "";
            transition: all 0.3s ease;
            z-index: 2; }
        .modal--cookie .modal__content .modal__options .switch input:checked + .checkbox::after {
          left: 28px; }

blockquote {
  position: relative;
  margin: 4em 0; }
  blockquote:before {
    content: '';
    display: block;
    width: 50px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0.25em;
    background-image: url(../../img/quote.png);
    background-repeat: no-repeat;
    background-size: contain; }
  blockquote p {
    margin-left: 80px;
    font-size: 1.6em; }
  blockquote.full:before {
    width: 25px;
    height: 20px; }
    @media (min-width: 66.25em) {
      blockquote.full:before {
        width: 50px;
        height: 36px; } }
  blockquote.full:after {
    display: block;
    content: '';
    width: 25px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0.25em;
    background-image: url(../../img/quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    -webkit-filter: FlipH;
            filter: FlipH;
    -ms-filter: "FlipH"; }
    @media (min-width: 66.25em) {
      blockquote.full:after {
        width: 50px;
        height: 36px; } }
  blockquote.full p {
    font-size: 1.1em;
    margin: 0 40px 0 40px; }
    @media (min-width: 66.25em) {
      blockquote.full p {
        margin-right: 80px;
        margin-left: 80px; } }

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

body {
  padding-top: 100px; }
  body.toolbar-drawer {
    padding-top: 164px; }

/**
 * Kick off the party
 */
.site-header {
  background-color: #154734;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  overflow: visible;
  /**
   * Enclose
   */
  /**
   *
   */ }
  body.admin-menu .site-header {
    top: 30px; }
  .site-header.headroom {
    will-change: transform;
    transition: -webkit-transform 200ms ease-in;
    transition: transform 200ms ease-in; }
    .site-header.headroom--pinned {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }
    .site-header.headroom--unpinned {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
  .site-header .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px; }
    @media (max-width: 66.24em) {
      .site-header .menu {
        display: none; } }
    .site-header .menu li {
      display: inline-block;
      text-align: center;
      position: relative; }
      .site-header .menu li.active-trail:after, .site-header .menu li:hover:after {
        content: "";
        display: block;
        clear: both;
        border-bottom: 2px solid #decb70;
        width: 50px;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        bottom: -5px; }
      .site-header .menu li a {
        color: white;
        padding-left: 1em;
        padding-right: 1em;
        font-weight: 400;
        display: block; }
  .toolbar .site-header {
    top: 30px; }
  .toolbar-drawer .site-header {
    top: 64px; }
  .site-header__inner {
    max-width: 65em;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.625em;
    padding-left: 0.625em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .site-header__inner::after {
      clear: both;
      content: "";
      display: block; }
  .site-header .site-branding {
    margin-right: auto;
    height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #256e58;
    background-image: radial-gradient(  #256e58 0%, #154734 50%); }
    .site-header .site-branding img {
      width: 156px;
      display: block; }
  .site-header .content-block, .site-header .pane-activiav2-user-activia2-user-pass-reset .pane-content, .pane-activiav2-user-activia2-user-pass-reset .site-header .pane-content, .site-header
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content,
  .pane-activiav2-user-activia2-user-pass-recovery .site-header .pane-content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px; }
  .site-header .language-select-target {
    display: none;
    position: absolute;
    top: -1px;
    right: 1.5em;
    width: auto;
    color: #ddd; }
    .site-header .language-select-target .placeholder {
      color: #ddd;
      padding-right: 3.5em; }
    .site-header .language-select-target .options .option:hover a {
      color: white; }
    .site-header .language-select-target .options .option a:hover {
      color: white; }
    @media (min-width: 66.25em) {
      .site-header .language-select-target {
        display: block; } }

.sliding-panel-button {
  background: transparent;
  margin-left: auto; }
  @media (min-width: 66.25em) {
    .sliding-panel-button {
      display: none; } }
  .sliding-panel-button:hover, .sliding-panel-button:focus {
    background: transparent; }
  .sliding-panel-button img {
    width: 25px; }

@media (min-width: 66.25em) {
  .sliding-panel-close {
    display: none; } }

.login-out {
  margin-left: auto; }

.site-logo {
  width: 156px;
  height: auto; }

.activia_reskin_kr .site-logo {
  width: auto !important; }

ul.language-switcher-locale-url {
  position: absolute;
  top: -1px;
  right: 5em;
  width: auto;
  color: #ddd; }
  @media (min-width: 66.25em) {
    ul.language-switcher-locale-url {
      right: 1.5em; } }
  ul.language-switcher-locale-url li {
    display: none;
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 0.6em 3em 0.6em 1em;
    letter-spacing: 0.25em;
    transition: .25s;
    text-decoration: none !important;
    width: 100%;
    position: relative;
    cursor: pointer; }
    ul.language-switcher-locale-url li.active {
      display: block; }
    ul.language-switcher-locale-url li a {
      text-transform: uppercase;
      font-size: 0.8125em;
      color: #fff; }
    ul.language-switcher-locale-url li:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      width: 16px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkM4MTYzRjk1MjRCMTFFNkIwMjZFQkIyOEZFNjEwRjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkM4MTYzRkE1MjRCMTFFNkIwMjZFQkIyOEZFNjEwRjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQzgxNjNGNzUyNEIxMUU2QjAyNkVCQjI4RkU2MTBGMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQzgxNjNGODUyNEIxMUU2QjAyNkVCQjI4RkU2MTBGMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmyJFPEAAADPSURBVHjajNC9C0FRGMfx45JSFvIvKDblZVEUZXDLYLAYjFLKYmM0KKssSgpJyqwkq1EZlFXZhZnvqeeWhJz63Ho6z+859xyH6lUnSqkoCtip/1cXSYNPAn5MEf8j6EQHZQT0gCw2usASxR9hD+aow4aaHrBHDjO4MUbjQziIlfRe5Mo9QzZvcnJb6hYGcEmdlnAYR2Sw0Bt2ZcasEx5Y4ywNEYTgk2FeuWoeByvk+PCrfZwwhCn0GqGC+2uz8eWx9GOmsMUVTZTew3o9BRgAj5El7NuoNCQAAAAASUVORK5CYII=") 0 center no-repeat; }
  ul.language-switcher-locale-url.show li {
    display: block;
    background: white; }
    ul.language-switcher-locale-url.show li:after {
      content: none; }
    ul.language-switcher-locale-url.show li a {
      color: #154734; }

.activia_reskin_de ul.login-out,
.activia_reskin_se ul.login-out,
.activia_reskin_kr ul.login-out,
.activia_reskin_fi ul.login-out,
.activia_reskin_no ul.login-out {
  display: none; }

.activia_reskin_de .site-header__inner > .content-block, .activia_reskin_de .pane-activiav2-user-activia2-user-pass-reset .site-header__inner > .pane-content, .pane-activiav2-user-activia2-user-pass-reset .activia_reskin_de .site-header__inner > .pane-content, .activia_reskin_de
.pane-activiav2-user-activia2-user-pass-recovery .site-header__inner > .pane-content,
.pane-activiav2-user-activia2-user-pass-recovery .activia_reskin_de .site-header__inner > .pane-content,
.activia_reskin_se .site-header__inner > .content-block,
.activia_reskin_se .pane-activiav2-user-activia2-user-pass-reset .site-header__inner > .pane-content, .pane-activiav2-user-activia2-user-pass-reset
.activia_reskin_se .site-header__inner > .pane-content,
.activia_reskin_se
.pane-activiav2-user-activia2-user-pass-recovery .site-header__inner > .pane-content,
.pane-activiav2-user-activia2-user-pass-recovery
.activia_reskin_se .site-header__inner > .pane-content,
.activia_reskin_kr .site-header__inner > .content-block,
.activia_reskin_kr .pane-activiav2-user-activia2-user-pass-reset .site-header__inner > .pane-content, .pane-activiav2-user-activia2-user-pass-reset
.activia_reskin_kr .site-header__inner > .pane-content,
.activia_reskin_kr
.pane-activiav2-user-activia2-user-pass-recovery .site-header__inner > .pane-content,
.pane-activiav2-user-activia2-user-pass-recovery
.activia_reskin_kr .site-header__inner > .pane-content,
.activia_reskin_fi .site-header__inner > .content-block,
.activia_reskin_fi .pane-activiav2-user-activia2-user-pass-reset .site-header__inner > .pane-content, .pane-activiav2-user-activia2-user-pass-reset
.activia_reskin_fi .site-header__inner > .pane-content,
.activia_reskin_fi
.pane-activiav2-user-activia2-user-pass-recovery .site-header__inner > .pane-content,
.pane-activiav2-user-activia2-user-pass-recovery
.activia_reskin_fi .site-header__inner > .pane-content,
.activia_reskin_no .site-header__inner > .content-block,
.activia_reskin_no .pane-activiav2-user-activia2-user-pass-reset .site-header__inner > .pane-content, .pane-activiav2-user-activia2-user-pass-reset
.activia_reskin_no .site-header__inner > .pane-content,
.activia_reskin_no
.pane-activiav2-user-activia2-user-pass-recovery .site-header__inner > .pane-content,
.pane-activiav2-user-activia2-user-pass-recovery
.activia_reskin_no .site-header__inner > .pane-content {
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3; }

.activia_reskin_de .site-header .site-branding,
.activia_reskin_se .site-header .site-branding,
.activia_reskin_kr .site-header .site-branding,
.activia_reskin_fi .site-header .site-branding,
.activia_reskin_no .site-header .site-branding {
  margin-right: 160px; }

.activia_reskin_de .sliding-panel-navigation li:last-child,
.activia_reskin_se .sliding-panel-navigation li:last-child,
.activia_reskin_kr .sliding-panel-navigation li:last-child,
.activia_reskin_fi .sliding-panel-navigation li:last-child,
.activia_reskin_no .sliding-panel-navigation li:last-child {
  display: none; }

.activia_reskin_us .sliding-panel-navigation li.expanded .expanded li,
.activia_reskin_ca .sliding-panel-navigation li.expanded .expanded li {
  padding-left: 20px; }

@media (min-width: 66.25em) {
  .activia_reskin_us .sliding-panel-navigation li.expanded .expanded,
  .activia_reskin_ca .sliding-panel-navigation li.expanded .expanded {
    display: block; } }

.activia_reskin_us .sliding-panel-navigation li.expanded .expanded li:last-child,
.activia_reskin_ca .sliding-panel-navigation li.expanded .expanded li:last-child {
  display: block; }

.site-main {
  max-width: 100vw;
  overflow-x: hidden; }

.hidden {
  display: none; }

.site-footer__inner {
  display: block;
  max-width: 66.25em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625em;
  padding-left: 0.625em;
  padding-top: 1.5em; }
  .site-footer__inner::after {
    clear: both;
    content: "";
    display: block; }
  .site-footer__inner::after {
    clear: both;
    content: "";
    display: block; }

.site-footer .footer-nav {
  float: left;
  display: block;
  margin-right: 0.9560229446%;
  width: 74.7609942639%;
  margin-left: 16.8260038241%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 0.875em; }
  .site-footer .footer-nav:last-child {
    margin-right: 0; }
  @media (max-width: 47.99em) {
    .site-footer .footer-nav {
      display: none; } }
  @media (min-width: 48em) and (max-width: 66.24em) {
    .site-footer .footer-nav {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 83.1739961759%;
      margin-left: 8.413001912%; }
      .site-footer .footer-nav:last-child {
        margin-right: 0; } }
  .site-footer .footer-nav .pane-title {
    font-size: 0.75em;
    font-weight: bold;
    color: #154734;
    margin-bottom: 1.5em; }
  .site-footer .footer-nav .panel-pane {
    float: left;
    display: block;
    margin-right: 1.2787723785%;
    width: 32.4808184143%; }
    .site-footer .footer-nav .panel-pane:last-child {
      margin-right: 0; }
  .site-footer .footer-nav li a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: block; }
  @media (min-width: 48em) {
    .site-footer .footer-nav--mobile {
      display: none; } }
  .site-footer .footer-nav--mobile__links a {
    font-size: 0.75em;
    font-weight: bold;
    color: #154734;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    padding: 0.5em 1.5em;
    display: block;
    letter-spacing: 0.25em; }

.site-footer .danone-logo {
  width: 76px; }

.site-footer .danone-logo_kr {
  width: 120px; }

.site-footer .shop-logo_kr {
  width: 80px; }

.legal {
  float: left;
  display: block;
  margin-right: 0.9560229446%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  .legal:last-child {
    margin-right: 0; }
  @media (max-width: 29.99em) {
    .legal ul {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 0.5em; }
      .legal ul li {
        margin-bottom: 1em; } }
  @media (max-width: 47.99em) {
    .legal ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1.5em;
      width: 100%; }
      .lang-fr .legal ul {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .lang-fr .legal ul li {
          border-right: none !important; }
      .legal ul li {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        border-right: 1px solid #CCCCCC;
        padding-right: 1em;
        padding-left: 1em;
        font-size: 0.75em; }
        .legal ul li:last-of-type {
          border-right: none; }
    .legal .copyright {
      display: none; } }
  @media (min-width: 48em) and (max-width: 66.24em) {
    .legal {
      display: block;
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 83.1739961759%;
      margin-left: 8.413001912%; }
      .legal:last-child {
        margin-right: 0; }
      .legal .danone-logo {
        float: left;
        margin-right: 1.5em;
        top: 5px;
        position: relative; }
      .legal .copyright {
        padding-left: 1em;
        float: left;
        margin-top: 3px; }
      .legal ul {
        display: block;
        margin-bottom: 0; }
        .legal ul li {
          display: inline-block;
          border-right: 1px solid #CCCCCC;
          padding-right: 1em;
          padding-left: 1em; }
          .legal ul li:last-of-type {
            border-right: none; } }
  @media (min-width: 66.25em) {
    .legal {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .legal ul {
        display: block;
        margin-bottom: 0; }
        .legal ul li {
          display: inline-block;
          border-right: 1px solid #CCCCCC;
          padding-right: 1em;
          padding-left: 1em; }
          .legal ul li:last-of-type {
            border-right: none; } }

.footer-separator {
  border-top: 1px solid #ddd;
  display: block;
  width: 100%;
  float: left;
  clear: both; }

.activia_reskin_fr .legal ul {
  float: left; }
  @media (max-width: 47.99em) {
    .activia_reskin_fr .legal ul {
      margin-bottom: 0; } }
  @media (min-width: 48em) {
    .activia_reskin_fr .legal ul .last.leaf {
      border-right: 1px solid #CCCCCC; } }

@media (min-width: 48em) and (max-width: 66.24em) {
  .activia_reskin_fr .legal .copy {
    float: left;
    width: 83%; } }

.activia_reskin_fr .legal .health-warning {
  padding: 0 1em; }
  @media (min-width: 48em) {
    .activia_reskin_fr .legal .health-warning {
      float: left; } }
  @media (max-width: 47.99em) {
    .activia_reskin_fr .legal .health-warning {
      font-size: 0.75em;
      border: none;
      margin-bottom: 1.5em;
      display: block;
      text-align: center; } }

.activia_reskin_fr .legal .copyright {
  clear: both;
  padding-left: 14px; }

@media (max-width: 66.24em) {
  .sliding-panel-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    height: 100%;
    width: 256px;
    -webkit-transform: translateX(256px);
    -ms-transform: translateX(256px);
    transform: translateX(256px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 999999;
    padding: 1.375em; }
    .sliding-panel-content.is-visible {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

.sliding-panel-content .language-select-target {
  margin: 1.5em 0; }
  @media (min-width: 66.25em) {
    .sliding-panel-content .language-select-target {
      display: none; } }

.sliding-panel-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.15s ease-out 0s;
  background: #154734;
  opacity: 0;
  visibility: hidden;
  z-index: 9999; }
  .sliding-panel-fade-screen.is-visible {
    opacity: 0.8;
    visibility: visible; }

.sliding-panel-close {
  cursor: pointer;
  width: 100%;
  text-align: right;
  margin-bottom: 0.75em; }
  .sliding-panel-close img {
    width: 28px; }

.sliding-panel-navigation {
  border-bottom: 1px solid #CCCCCC; }
  @media (min-width: 66.25em) {
    .sliding-panel-navigation {
      display: none; } }
  .sliding-panel-navigation li {
    border-top: 1px solid #CCCCCC;
    display: block; }
    .sliding-panel-navigation li a {
      display: block;
      padding: 1em;
      color: #154734; }

.activia_reskin_de .sliding-panel-navigation li:last-child {
  display: none; }

.page-hero {
  height: 535px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #154734;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  overflow-y: hidden;
  position: relative;
  margin-bottom: 3em; }
  .page-hero h1 {
    font-size: 1.3em;
    max-width: 80%; }
    @media (min-width: 30em) {
      .page-hero h1 {
        font-size: 2.6em; } }
    @media (min-width: 48em) {
      .page-hero h1 {
        font-size: 3em;
        max-width: 45%; } }
  .front .page-hero {
    overflow-y: visible; }
    .front .page-hero .get-in-balance {
      display: block; }
      .front .page-hero .get-in-balance h2 {
        color: #154734; }
    @media (min-width: 48em) {
      .front .page-hero h1 {
        font-size: 3.6em;
        max-width: 45%; } }
  .page-hero p {
    font-size: 0.8em;
    max-width: 80%; }
    @media (min-width: 48em) {
      .page-hero p {
        max-width: 65%;
        font-size: 1em; } }
  .page-hero a {
    color: #fff;
    text-decoration: underline;
    z-index: 1; }
  .page-hero:before, .page-hero:after {
    content: "";
    display: block;
    position: absolute;
    background-size: cover; }
    @media (max-width: 47.99em) {
      .page-hero:before, .page-hero:after {
        bottom: 0;
        width: 105px;
        height: 300px; } }
    @media (min-width: 48em) {
      .page-hero:before, .page-hero:after {
        top: 0;
        width: 383px;
        height: 730px; } }
  .page-hero:after {
    right: 0;
    background-image: url("../../img/overlay-right.png");
    background-position: left bottom; }
  .page-hero:before {
    left: 0;
    background-image: url("../../img/overlay-left.png");
    background-position: right bottom; }
  .home .page-hero {
    overflow-y: visible; }

.get-in-balance {
  display: none; }

.hero-slider.start-slider:after {
  content: 'flickity';
  display: none;
  /* hide :after */ }

.hero-slider .hero_slide {
  float: left;
  display: block;
  margin-right: 0.9560229446%;
  width: 100%;
  margin-right: 0 !important; }
  .hero-slider .hero_slide:last-child {
    margin-right: 0; }
  .hero-slider .hero_slide .page-hero {
    margin-bottom: 0 !important; }

.hero-slider .flickity-prev-next-button .arrow {
  fill: white; }

.hero-slider .flickity-page-dots {
  bottom: 15px; }
  .hero-slider .flickity-page-dots .dot {
    background: white; }

.banner-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  width: 65.25em;
  max-width: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.challenge-hero .flickity-viewport {
  overflow: initial; }

.product-hero__inner {
  display: block;
  max-width: 66.25em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625em;
  padding-left: 0.625em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .product-hero__inner::after {
    clear: both;
    content: "";
    display: block; }
  .product-hero__inner::after {
    clear: both;
    content: "";
    display: block; }
  .product-hero__inner .heading--large {
    display: none; }
  @media (min-width: 48em) {
    .product-hero__inner {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .product-hero__inner .heading--medium {
        display: none; }
      .product-hero__inner .heading--large {
        display: block; } }

.product-hero__image {
  padding: 0 1em; }
  @media (min-width: 48em) {
    .product-hero__image {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 32.6959847036%; }
      .product-hero__image:last-child {
        margin-right: 0; } }
  @media (min-width: 66.25em) {
    .product-hero__image {
      padding-right: 4.875em;
      padding-left: 4.875em; } }

@media (min-width: 48em) {
  .product-hero__description {
    float: left;
    display: block;
    margin-right: 0.9560229446%;
    width: 57.9349904398%; }
    .product-hero__description:last-child {
      margin-right: 0; } }

.product-hero__disclaimer {
  font-size: 0.75em;
  font-style: italic; }

.product-hero .social-channels {
  margin: 0; }

.product-details {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: block;
  border-top: 1px solid #ddd; }
  .product-details::after {
    clear: both;
    content: "";
    display: block; }
  .product-details__sizes {
    float: left;
    display: block;
    margin-right: 0.9560229446%;
    width: 100%; }
    .product-details__sizes:last-child {
      margin-right: 0; }
    @media (min-width: 48em) {
      .product-details__sizes {
        float: left;
        display: block;
        margin-right: 0.9560229446%;
        width: 32.6959847036%; }
        .product-details__sizes:last-child {
          margin-right: 0; } }
  .product-details__ingredients {
    float: left;
    display: block;
    margin-right: 0.9560229446%;
    width: 100%; }
    .product-details__ingredients:last-child {
      margin-right: 0; }
    @media (max-width: 47.99em) {
      .product-details__ingredients {
        border-top: 1px solid #ddd;
        padding-top: 1.5em;
        margin-top: 1.5em; } }
    @media (min-width: 48em) {
      .product-details__ingredients {
        float: left;
        display: block;
        margin-right: 0.9560229446%;
        width: 66.3479923518%; }
        .product-details__ingredients:last-child {
          margin-right: 0; } }

.products-carousel.slider .slider__slide {
  float: left;
  display: block;
  margin-right: 0.9560229446%;
  width: 49.5219885277%;
  padding: 0.625em;
  text-align: center; }
  .products-carousel.slider .slider__slide:last-child {
    margin-right: 0; }
  .products-carousel.slider .slider__slide .product-preview__banner {
    margin-top: 0;
    margin-bottom: 0; }
  @media (min-width: 48em) {
    .products-carousel.slider .slider__slide {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 24.2829827916%; }
      .products-carousel.slider .slider__slide:last-child {
        margin-right: 0; } }
  @media (min-width: 66.25em) {
    .products-carousel.slider .slider__slide {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 15.8699808795%; }
      .products-carousel.slider .slider__slide:last-child {
        margin-right: 0; } }

.products-carousel.slider .flickity-prev-next-button {
  top: 35%; }
  @media (min-width: 48em) {
    .products-carousel.slider .flickity-prev-next-button.previous {
      left: -20px; }
    .products-carousel.slider .flickity-prev-next-button.next {
      right: -20px; } }

.products-carousel.slider .slider__img-wrap {
  min-height: 130px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .products-carousel.slider .slider__img-wrap img {
    width: 100%; }
    @media (max-width: 47.99em) {
      .products-carousel.slider .slider__img-wrap img {
        width: 65%; } }

.slider {
  display: block;
  max-width: 66.25em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625em;
  padding-left: 0.625em;
  margin-bottom: 1.5em;
  position: relative;
  width: 95%; }
  .slider::after {
    clear: both;
    content: "";
    display: block; }
  .slider::after {
    clear: both;
    content: "";
    display: block; }
  .slider .slider__slide, .slider li {
    float: left;
    display: block;
    margin-right: 0.9560229446%;
    width: 100%;
    padding: 0.625em;
    text-align: center; }
    .slider .slider__slide:last-child, .slider li:last-child {
      margin-right: 0; }
    @media (min-width: 48em) {
      .slider .slider__slide, .slider li {
        float: left;
        display: block;
        margin-right: 0.9560229446%;
        width: 24.2829827916%; }
        .slider .slider__slide:last-child, .slider li:last-child {
          margin-right: 0; } }
    @media (min-width: 66.25em) {
      .slider .slider__slide, .slider li {
        float: left;
        display: block;
        margin-right: 0.9560229446%;
        width: 15.8699808795%; }
        .slider .slider__slide:last-child, .slider li:last-child {
          margin-right: 0; } }
  @media (min-width: 48em) {
    .slider .flickity-prev-next-button.previous {
      left: -20px; }
    .slider .flickity-prev-next-button.next {
      right: -20px; } }

#mini-panel-products_details_voucher_flavour {
  display: block;
  max-width: 66.25em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625em;
  padding-left: 0.625em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
  text-align: center; }
  #mini-panel-products_details_voucher_flavour::after {
    clear: both;
    content: "";
    display: block; }
  #mini-panel-products_details_voucher_flavour::after {
    clear: both;
    content: "";
    display: block; }

.field-name-field-nutritional-info-footer {
  display: block;
  max-width: 66.25em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625em;
  padding-left: 0.625em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-style: italic; }
  .field-name-field-nutritional-info-footer::after {
    clear: both;
    content: "";
    display: block; }
  .field-name-field-nutritional-info-footer::after {
    clear: both;
    content: "";
    display: block; }

.choose-flavour {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: none !important; }
  .choose-flavour .label {
    display: none !important; }

.flavor-panel {
  background: transparent !important;
  margin-top: 3em;
  margin-bottom: 3em;
  display: none !important; }
  .flavor-panel li {
    float: left;
    display: block;
    margin-right: 0.9560229446%;
    width: 100%;
    padding: 0.625em;
    text-align: center; }
    .flavor-panel li:last-child {
      margin-right: 0; }
    .flavor-panel li img {
      max-width: 70%;
      display: block;
      margin: 0 auto; }
    @media (min-width: 48em) {
      .flavor-panel li {
        float: left;
        display: block;
        margin-right: 0.9560229446%;
        width: 24.2829827916%; }
        .flavor-panel li:last-child {
          margin-right: 0; } }
    @media (min-width: 66.25em) {
      .flavor-panel li {
        float: left;
        display: block;
        margin-right: 0.9560229446%;
        width: 15.8699808795%; }
        .flavor-panel li:last-child {
          margin-right: 0; } }

.contain {
  display: block;
  max-width: 66.25em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625em;
  padding-left: 0.625em; }
  .contain::after {
    clear: both;
    content: "";
    display: block; }
  .contain::after {
    clear: both;
    content: "";
    display: block; }

.article {
  margin-bottom: 1.5em; }
  @media (min-width: 48em) {
    .article {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 66.3479923518%;
      margin-left: 16.8260038241%; }
      .article:last-child {
        margin-right: 0; } }
  .article h4 {
    font-size: 0.7501875469em;
    font-weight: bold;
    margin: 3em 0 1.5em; }
  .article__header {
    margin-bottom: 1.5em; }
    .article__header h1 {
      letter-spacing: normal;
      text-transform: none; }
  .article__author-credit * {
    display: inline; }
  @media (min-width: 48em) {
    .article__intro {
      font-size: 1.5em; } }
  .article__aside {
    background: #154734;
    color: #fff;
    padding: 1.875em;
    width: 100vw;
    margin-top: 1.5em;
    margin-left: -0.625em;
    margin-bottom: 1.5em;
    text-align: center; }
    .article__aside .heading:after {
      margin-bottom: 0.5em; }
    .article__aside p {
      margin-bottom: 1.2em; }
    @media (min-width: 48em) {
      .article__aside {
        float: left;
        display: block;
        margin-right: 1.4409221902%;
        width: 49.2795389049%;
        float: right;
        margin-bottom: 0.625em;
        margin-left: 0.625em; }
        .article__aside:last-child {
          margin-right: 0; } }

.localpage-captions {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  padding: 0 50px;
  z-index: 1; }
  .localpage-captions span {
    display: block;
    text-transform: uppercase;
    color: white;
    font-size: 1.4em; }
    @media (max-width: 992px) {
      .localpage-captions span {
        font-size: 1.4em;
        margin-top: 200px; } }
    @media (max-width: 540px) {
      .localpage-captions span {
        font-size: 0.9em;
        margin-top: 40px; } }
  .localpage-captions a {
    margin-top: 30px; }

.products-list {
  margin: 40px 0; }
  @media (min-width: 48em) {
    .products-list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }
  .products-list:after {
    content: "";
    display: block;
    clear: both; }
  .products-list__filter {
    margin-bottom: 16px; }
    @media (min-width: 48em) {
      .products-list__filter {
        margin-bottom: 0;
        float: left;
        display: block;
        margin-right: 0.9560229446%;
        width: 32.6959847036%; }
        .products-list__filter:last-child {
          margin-right: 0; }
        .products-list__filter:nth-child(1) {
          margin-right: 0; }
        .products-list__filter:nth-child(2) {
          margin-right: 0; } }
    @media (min-width: 48em) {
      .products-list__filter {
        margin-right: 0; } }
    .products-list__filter label {
      display: none; }
  .products-list__list {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .products-list__list:after {
      content: "";
      width: 100%;
      border-top: 1px solid #ddd;
      display: block;
      position: absolute;
      bottom: 1.5em;
      left: 0; }

.pane-products-products-custom-order .pane-title {
  display: none; }

.our-products {
  margin-top: 3em; }
  .our-products .heading--medium,
  .our-products .heading--gold-bar,
  .our-products .pane-campaigncontent .pane-block-2 h2, .pane-campaigncontent .pane-block-2
  .our-products h2,
  .our-products .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 h2, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5
  .our-products h2,
  .our-products .pane-products-homepage-products-promoted h2, .pane-products-homepage-products-promoted
  .our-products h2,
  .our-products .pane-feel-good-article-listing-block-article-detail-default h2, .pane-feel-good-article-listing-block-article-detail-default
  .our-products h2,
  .our-products
  .pane-feel-good-article-listing-block-article-detail-custom h2,
  .pane-feel-good-article-listing-block-article-detail-custom
  .our-products h2 {
    text-align: center; }

.slider {
  text-align: center;
  padding-bottom: 3em; }
  @media (max-width: 47.99em) {
    .slider .product-preview__banner {
      max-width: 50%;
      margin: 1.5em auto; } }
  .slider .tag {
    display: none; }

.hero-video {
  height: 680px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 6em; }
  .hero-video__video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .hero-video__video video {
      min-width: 100% !important; }
  .hero-video__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 8.75em; }
    .hero-video__text p {
      margin-bottom: 1.875em; }
    .hero-video__text:after {
      content: '';
      display: block;
      width: 35px;
      height: 36px;
      position: absolute;
      left: 50%;
      bottom: 1.25em;
      margin-left: -17px;
      background-image: url(../../img/arrow-down.png);
      background-repeat: no-repeat;
      background-size: contain; }

.inline-video {
  height: auto;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 4em 0;
  width: 100%; }
  .inline-video__video {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .inline-video__video video {
      width: 100%; }
  .inline-video__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .inline-video__text a {
      background: rgba(153, 148, 148, 0.3); }
      .inline-video__text a:hover {
        background: white; }

.video-cta--title {
  margin-top: 5em; }
  .video-cta--title h2 {
    max-width: 25em;
    text-align: center;
    margin: 0 auto; }
  .video-cta--title .video-cta {
    padding-top: 15em;
    padding-bottom: 15em; }

.video-cta {
  background-image: url(../../img/photos/piano.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  background-color: #154734;
  padding-top: 12em;
  padding-bottom: 12em; }
  @media (min-width: 48em) {
    .video-cta h4 {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 100%;
      padding: 0 6%;
      line-height: 2.4;
      margin-top: 0.9em;
      margin-bottom: 1.125em; }
      .video-cta h4:last-child {
        margin-right: 0; } }
  @media (min-width: 66.25em) {
    .video-cta h4 {
      padding: 0 10%; } }
  .video-cta a {
    background: rgba(0, 0, 0, 0.2); }

.not-found .page-hero, .section-oopsie-it-would-appear-page-empty .page-hero, .page-node-551 .page-hero {
  margin-bottom: 0;
  background-image: url("../../img/empty-spoon.png") !important;
  background-size: auto;
  background-position: top center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 3em; }

.not-found .contact__aside .bottom-categories, .section-oopsie-it-would-appear-page-empty .contact__aside .bottom-categories, .page-node-551 .contact__aside .bottom-categories {
  display: none; }

.not-found .pane-node-field-intro-text, .section-oopsie-it-would-appear-page-empty .pane-node-field-intro-text, .page-node-551 .pane-node-field-intro-text {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75em;
  text-align: center; }
  .not-found .pane-node-field-intro-text::after, .section-oopsie-it-would-appear-page-empty .pane-node-field-intro-text::after, .page-node-551 .pane-node-field-intro-text::after {
    clear: both;
    content: "";
    display: block; }
  .not-found .pane-node-field-intro-text .field, .section-oopsie-it-would-appear-page-empty .pane-node-field-intro-text .field, .page-node-551 .pane-node-field-intro-text .field {
    margin-top: 1.5em;
    margin-bottom: -1.5em; }

.not-found .row, .section-oopsie-it-would-appear-page-empty .row, .page-node-551 .row {
  padding-bottom: 1.5em;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75em;
  text-align: center; }
  .not-found .row::after, .section-oopsie-it-would-appear-page-empty .row::after, .page-node-551 .row::after {
    clear: both;
    content: "";
    display: block; }
  .not-found .row p, .section-oopsie-it-would-appear-page-empty .row p, .page-node-551 .row p {
    position: relative; }
    .not-found .row p:before, .section-oopsie-it-would-appear-page-empty .row p:before, .page-node-551 .row p:before {
      content: "";
      display: block;
      border-bottom: 2px solid #DDCA76;
      border-left: 0;
      border-right: 0;
      border-top: 0;
      width: 40px;
      margin: 0.75em auto 1.5em; }
    @media (min-width: 48em) {
      .not-found .row p, .section-oopsie-it-would-appear-page-empty .row p, .page-node-551 .row p {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto; } }

body.front .get-in-balance {
  display: block;
  text-align: center;
  padding-top: 1.5em; }
  body.front .get-in-balance .inpower-icon {
    width: 4.5625em;
    margin-bottom: 1.5em; }

body.front .explore-the-science,
body.front .explore-our-science {
  background-color: #0F5441;
  background-image: radial-gradient(  #0F5441, #0C4A3A);
  min-height: 600px;
  color: white;
  overflow: hidden; }
  @media (max-width: 29.99em) {
    body.front .explore-the-science,
    body.front .explore-our-science {
      padding: 0 20px; } }
  body.front .explore-the-science .pane-title,
  body.front .explore-our-science .pane-title {
    font-size: 1.8em;
    text-align: center;
    margin-top: 20%; }
    @media (min-width: 48em) {
      body.front .explore-the-science .pane-title,
      body.front .explore-our-science .pane-title {
        font-size: 3em; } }
  body.front .explore-the-science .pane-content,
  body.front .explore-our-science .pane-content {
    margin: 0 auto;
    max-width: 50em;
    text-align: center; }
  body.front .explore-the-science__inner,
  body.front .explore-our-science__inner {
    display: block;
    max-width: 66.25em;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.625em;
    padding-left: 0.625em;
    padding-top: 0;
    padding-bottom: 3em;
    text-align: center; }
    body.front .explore-the-science__inner::after,
    body.front .explore-our-science__inner::after {
      clear: both;
      content: "";
      display: block; }
    body.front .explore-the-science__inner::after,
    body.front .explore-our-science__inner::after {
      clear: both;
      content: "";
      display: block; }
    body.front .explore-the-science__inner p,
    body.front .explore-our-science__inner p {
      max-width: 43.375em;
      margin-right: auto;
      margin-bottom: 3em;
      margin-left: auto; }
  body.front .explore-the-science .cta_newsbtn:hover, body.front .explore-the-science .cta_newsbtn:focus,
  body.front .explore-our-science .cta_newsbtn:hover,
  body.front .explore-our-science .cta_newsbtn:focus {
    background: #154734;
    color: white; }
  body.front .explore-the-science .cta_newsbtn:disabled,
  body.front .explore-our-science .cta_newsbtn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    body.front .explore-the-science .cta_newsbtn:disabled:hover,
    body.front .explore-our-science .cta_newsbtn:disabled:hover {
      background-color: #154734; }

body.front .pane-products-homepage-products-promoted {
  text-align: center;
  margin: 40px auto;
  max-width: 66.25em; }
  body.front .pane-products-homepage-products-promoted .view-content {
    text-align: left;
    padding: 20px 0; }
    body.front .pane-products-homepage-products-promoted .view-content .homepage-products .flickity-prev-next-button {
      top: 35%; }
      @media (min-width: 81.25em) {
        body.front .pane-products-homepage-products-promoted .view-content .homepage-products .flickity-prev-next-button.previous {
          left: -30px; }
        body.front .pane-products-homepage-products-promoted .view-content .homepage-products .flickity-prev-next-button.next {
          right: -30px; } }
  body.front .pane-products-homepage-products-promoted .pane-title {
    margin: 40px auto 0;
    color: #154734;
    @extent .heading--medium;
    @extent .heading--gold-bar; }
  @media (max-width: 47.99em) {
    body.front .pane-products-homepage-products-promoted .product-preview__banner {
      max-width: 50%;
      margin: 1.5em auto;
      background-size: contain; } }
  body.front .pane-products-homepage-products-promoted .tag {
    display: none; }

body.front .explore-our-spoon {
  width: 11.59375em; }

body.front .video-cta {
  background-image: url(../../images/piano.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding-top: 12em;
  padding-bottom: 12em; }
  body.front .video-cta a {
    background: rgba(0, 0, 0, 0.2); }

body.front .view-feel-good-article-listing-block {
  text-align: center; }
  body.front .view-feel-good-article-listing-block .view-content {
    text-align: left; }

body.front.activia_reskin_fr .map-banner {
  height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  body.front.activia_reskin_fr .map-banner__inner {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4em; }
    body.front.activia_reskin_fr .map-banner__inner h3, body.front.activia_reskin_fr .map-banner__inner .site-footer .footer-nav .pane-title, .site-footer .footer-nav body.front.activia_reskin_fr .map-banner__inner .pane-title {
      color: white;
      margin-bottom: 2em; }
      @media (max-width: 47.99em) {
        body.front.activia_reskin_fr .map-banner__inner h3, body.front.activia_reskin_fr .map-banner__inner .site-footer .footer-nav .pane-title, .site-footer .footer-nav body.front.activia_reskin_fr .map-banner__inner .pane-title {
          display: none; } }

.our-flavours {
  background: #EDEDED; }

.view-footer {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

@media (max-width: 29.99em) {
  .supermarket {
    text-align: center; } }

/**
 * Drupal Bits
 */
#admin-menu {
  box-shadow: none !important;
  background: #103728 !important; }

.element-invisible {
  display: none; }

#admin {
  background: rgba(221, 202, 118, 0.8);
  padding-top: 0;
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 10;
  transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in; }
  .header-is-pinned #admin {
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px); }
  #admin h1.page-title {
    color: black;
    padding-bottom: 0;
    padding-top: 7px;
    font-size: 0.875em; }
  #admin .breadcrumb-wrapper {
    display: none; }

#admin ul.primary li a:link, #admin ul.primary li a.active, #admin ul.primary li a:active, #admin ul.primary li a:visited, #admin ul.primary li a:hover, #admin ul.primary li.active a {
  background: transparent;
  border: none; }

#admin ul.primary li.active a, #admin ul.primary li.active a.active, #admin ul.primary li.active a:active, #admin ul.primary li.active a:visited {
  background: transparent;
  border: none; }

.contact__info .section {
  padding: 1.5em 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em; }
  .contact__info .section:last-child {
    border-bottom: none; }

.contact__info .tel {
  color: #00966C;
  font-size: 1.75em; }

@media (min-width: 66.25em) {
  .contact__info {
    float: left;
    display: block;
    margin-right: 0.9560229446%;
    width: 32.6959847036%;
    margin-left: 8.413001912%;
    float: left;
    margin-right: 0.625em; }
    .contact__info:last-child {
      margin-right: 0; } }

.contact__aside {
  background: #154734;
  color: #fff;
  padding: 1.875em;
  width: 100vw;
  margin-top: 1.5em;
  margin-left: -0.625em;
  margin-bottom: 1.5em;
  text-align: center; }
  .contact__aside .heading:after {
    margin-bottom: 0.5em; }
  .contact__aside p {
    margin-bottom: 1.2em; }
  .contact__aside .cta_newsbtn {
    color: white;
    border-color: white; }
    .contact__aside .cta_newsbtn:hover, .contact__aside .cta_newsbtn:focus {
      background: white;
      color: #154734; }
  @media (min-width: 66.25em) {
    .contact__aside {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 32.6959847036%;
      margin-left: 16.8260038241%;
      float: left; }
      .contact__aside:last-child {
        margin-right: 0; } }

.pane-activiav2-user-activia2-user-register {
  max-width: 840px;
  margin: 0 auto;
  /*.row{
      display: block;
      float: left;
    }*/ }
  .pane-activiav2-user-activia2-user-register .medium-6 {
    width: 48%;
    float: left;
    margin-right: 2%; }
  .pane-activiav2-user-activia2-user-register .form-item-birth-date {
    width: 100% !important; }
  .pane-activiav2-user-activia2-user-register #edit-birth-date {
    margin-bottom: 0.75em;
    float: left;
    clear: both;
    width: 100%; }
    .pane-activiav2-user-activia2-user-register #edit-birth-date .form-item-birth-date-day, .pane-activiav2-user-activia2-user-register #edit-birth-date .form-item-birth-date-month, .pane-activiav2-user-activia2-user-register #edit-birth-date .form-item-birth-date-year {
      width: 100%;
      margin-bottom: 1.5em; }
      @media (min-width: 48em) {
        .pane-activiav2-user-activia2-user-register #edit-birth-date .form-item-birth-date-day, .pane-activiav2-user-activia2-user-register #edit-birth-date .form-item-birth-date-month, .pane-activiav2-user-activia2-user-register #edit-birth-date .form-item-birth-date-year {
          float: left;
          display: block;
          margin-right: 0.9560229446%;
          width: 32.6959847036%;
          margin-bottom: 0; }
          .pane-activiav2-user-activia2-user-register #edit-birth-date .form-item-birth-date-day:last-child, .pane-activiav2-user-activia2-user-register #edit-birth-date .form-item-birth-date-month:last-child, .pane-activiav2-user-activia2-user-register #edit-birth-date .form-item-birth-date-year:last-child {
            margin-right: 0; } }
      .pane-activiav2-user-activia2-user-register #edit-birth-date .form-item-birth-date-day label, .pane-activiav2-user-activia2-user-register #edit-birth-date .form-item-birth-date-month label, .pane-activiav2-user-activia2-user-register #edit-birth-date .form-item-birth-date-year label {
        display: none; }
  .pane-activiav2-user-activia2-user-register .captcha .form-item-captcha-response label {
    width: 100%;
    display: block;
    margin-top: 20px;
    float: left;
    line-height: 1.5em; }
  .pane-activiav2-user-activia2-user-register .captcha .form-item-captcha-response span.field-prefix {
    clear: both;
    float: left; }
  .pane-activiav2-user-activia2-user-register .form-item-newsletter label {
    float: left;
    width: 70%; }
  .pane-activiav2-user-activia2-user-register .activia_ajax_submit_link {
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.8125em;
    color: #00966C;
    border: 1px solid #00966C;
    padding: 0.8em 2em;
    letter-spacing: 0.25em;
    transition: .25s;
    display: inline-block;
    text-decoration: none !important;
    height: 40px; }
  .pane-activiav2-user-activia2-user-register .checker, .pane-activiav2-user-activia2-user-register .form-checkbox {
    float: left; }

@media (min-width: 48em) {
  .sign-up-form {
    float: left;
    display: block;
    margin-right: 0.9560229446%;
    width: 83.1739961759%;
    margin-left: 8.413001912%; }
    .sign-up-form:last-child {
      margin-right: 0; } }

@media (min-width: 48em) {
  .sign-up-form__inner {
    float: left;
    display: block;
    margin-right: 1.1494252874%;
    width: 79.7701149425%;
    margin-left: 10.1149425287%; }
    .sign-up-form__inner:last-child {
      margin-right: 0; } }

.sign-up-form .form-row:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.sign-up-form .form-row .form-item-holder {
  width: 100% !important;
  margin-bottom: 0.75em; }
  .sign-up-form .form-row .form-item-holder input {
    margin-bottom: 0; }
  .sign-up-form .form-row .form-item-holder__half {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 0.75em; }
    .sign-up-form .form-row .form-item-holder__half input {
      margin-bottom: 0; }
    @media (min-width: 66.25em) {
      .sign-up-form .form-row .form-item-holder__half {
        float: left;
        display: block;
        margin-right: 1.4409221902%;
        width: 49.2795389049%; }
        .sign-up-form .form-row .form-item-holder__half:last-child {
          margin-right: 0; }
        .sign-up-form .form-row .form-item-holder__half:nth-child(2) {
          margin-right: 0; } }
    .sign-up-form .form-row .form-item-holder__half:after {
      content: ".";
      visibility: hidden;
      display: block;
      height: 0;
      clear: both; }
    .sign-up-form .form-row .form-item-holder__half .form-item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-flex-basis: 6em;
          -ms-flex-preferred-size: 6em;
              flex-basis: 6em; }

.sign-up-form .txt-error {
  margin-top: 0.75em; }

.sign-up-form .form-item-birth-date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-basis: 6em;
      -ms-flex-preferred-size: 6em;
          flex-basis: 6em; }

.sign-up-form #edit-birth-date label {
  display: none; }

@media (min-width: 48em) {
  .sign-up-form #edit-birth-date > .form-item {
    float: left;
    display: block;
    margin-right: 1.2787723785%;
    width: 32.4808184143%;
    margin-bottom: 0; }
    .sign-up-form #edit-birth-date > .form-item:last-child {
      margin-right: 0; }
    .sign-up-form #edit-birth-date > .form-item:nth-child(3) {
      margin-right: 0; } }

.sign-up-form .button-holder {
  padding-top: 1.5em;
  margin-top: 2.25em;
  border-top: 1px solid #999;
  text-align: center;
  clear: both; }
  .sign-up-form .button-holder .form-item-holder {
    display: block; }

.sign-up-form .terms-checks label {
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  width: 90%;
  float: right; }
  @media (min-width: 48em) {
    .sign-up-form .terms-checks label {
      width: 93%; } }

.sign-up-form .terms-checks input[type="checkbox"] {
  float: left;
  margin-top: 4px;
  margin-right: 10px; }

.sign-up-form .captcha label, .sign-up-form .captcha .field-prefix {
  float: left;
  margin-right: 20px;
  line-height: 42px; }

.sign-up-form .captcha .field-prefix {
  color: #154734; }

.sign-up-form .captcha input {
  float: left;
  width: auto; }

.sign-up-form .captcha .description {
  display: none; }

.sign-up-form #edit-topics .form-item {
  float: left;
  margin: 0 10px 10px 0; }

.sign-up-form #edit-topics input {
  display: none; }

.sign-up-form #edit-topics label {
  cursor: pointer;
  margin: 0; }

.sign-up-form .ajax-progress {
  margin-bottom: 0.75em; }

.form-item-news-email, .form-item-news-sms {
  float: left;
  width: 100%;
  clear: both; }

.form-item-mobilePhone label {
  float: left !important; }

.sign-up-form--france .form-item-news label[for="edit-news"] {
  float: left !important;
  width: 100% !important;
  clear: both !important;
  font-weight: bold !important; }

.captcha-row {
  margin-bottom: 1.5em; }

.activia_reskin_es .form-row:nth-child(2) .form-item-holder__half:first-child {
  margin-top: 24px; }

.node-type-article-campaign .site-main h2.pane-title {
  display: none; }

.node-type-article-campaign .site-main .pane-campaigncontent .pane-block-2 h2.pane-title, .node-type-article-campaign .site-main .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 h2.pane-title, .activia_reskin_es.lang-ca .node-type-article-campaign .site-main .pane-campaigncontent .pane-block-5 h2.pane-title {
  display: block !important; }

.node-type-article-campaign .site-main .pane-campaigncontent .activia_reskin_es.lang-ca .pane-block-5 h2.pane-title {
  display: block !important; }

.node-type-article-campaign .site-main .pane-campaigncontent h2.pane-title {
  display: block; }

.node-type-article-campaign .site-main .pane-campaigncontent .pane-feel-good-article-listing-block-campaign-custom h2.pane-title {
  display: none; }

.node-type-article-campaign .site-main .pane-campaigncontent .medium-12 h2.pane-title {
  display: none; }

.field-name-field-video-title1,
.video-title {
  text-transform: uppercase;
  font-size: 0.75em;
  display: inline;
  margin-bottom: 27px;
  padding: 0.3em 0.5em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  letter-spacing: 0.25em;
  background: #ddd;
  color: #333;
  font-weight: normal;
  margin-right: 100%; }

.field-name-field-video-text {
  color: #074B3B;
  text-decoration: none;
  transition: color 150ms ease; }

.intro-outer {
  margin-bottom: 3em; }
  .intro-outer .live-in-sync, .intro-outer .meet-the-women {
    text-align: center;
    padding-top: 1.5em; }
    .intro-outer .live-in-sync .inpower-icon, .intro-outer .meet-the-women .inpower-icon {
      width: 4.5625em;
      margin-bottom: 1.5em; }
    .intro-outer .live-in-sync h3, .intro-outer .meet-the-women h3, .intro-outer .live-in-sync .site-footer .footer-nav .pane-title, .site-footer .footer-nav .intro-outer .live-in-sync .pane-title, .intro-outer .meet-the-women .site-footer .footer-nav .pane-title, .site-footer .footer-nav .intro-outer .meet-the-women .pane-title {
      max-width: 40em;
      margin-left: auto;
      margin-right: auto; }
    .intro-outer .live-in-sync p, .intro-outer .meet-the-women p {
      font-size: 1.333em;
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .intro-outer .live-in-sync p.large, .intro-outer .meet-the-women p.large {
        font-size: 1.776889em; }
      @media (min-width: 48em) {
        .intro-outer .live-in-sync p, .intro-outer .meet-the-women p {
          width: 60%; } }
  @media (min-width: 48em) {
    .intro-outer .meet-the-women p {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 49.5219885277%;
      margin-left: 25.2390057361%; }
      .intro-outer .meet-the-women p:last-child {
        margin-right: 0; } }

.pane-campaigncontent .pane-node-content > .pane-title {
  display: none; }

.pane-campaigncontent .pane-block-2, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 {
  margin-top: 4em;
  margin-bottom: 4em;
  text-align: center; }
  .pane-campaigncontent .pane-block-2 h2, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 h2 {
    font-size: 1.776889em; }
  .pane-campaigncontent .pane-block-2 .campaign-categs, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 .campaign-categs {
    max-width: 65em;
    margin-left: auto;
    margin-right: auto;
    max-width: 66.25em;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.625em;
    padding-left: 0.625em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pane-campaigncontent .pane-block-2 .campaign-categs::after, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 .campaign-categs::after {
      clear: both;
      content: "";
      display: block; }
    @media (max-width: 47.99em) {
      .pane-campaigncontent .pane-block-2 .campaign-categs, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 .campaign-categs {
        display: block; } }
    .pane-campaigncontent .pane-block-2 .campaign-categs .campaign-categs-col, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 .campaign-categs .campaign-categs-col {
      position: relative;
      margin-bottom: 1.5em; }
      @media (min-width: 48em) {
        .pane-campaigncontent .pane-block-2 .campaign-categs .campaign-categs-col, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 .campaign-categs .campaign-categs-col {
          float: left;
          display: block;
          margin-right: 0.9560229446%;
          width: 32.6959847036%; }
          .pane-campaigncontent .pane-block-2 .campaign-categs .campaign-categs-col:last-child, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 .campaign-categs .campaign-categs-col:last-child {
            margin-right: 0; }
          .pane-campaigncontent .pane-block-2 .campaign-categs .campaign-categs-col:nth-child(3n), .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 .campaign-categs .campaign-categs-col:nth-child(3n) {
            margin-right: 0; }
          .pane-campaigncontent .pane-block-2 .campaign-categs .campaign-categs-col:nth-child(3n+1), .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 .campaign-categs .campaign-categs-col:nth-child(3n+1) {
            clear: left; } }
      .pane-campaigncontent .pane-block-2 .campaign-categs .campaign-categs-col a, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 .campaign-categs .campaign-categs-col a {
        display: block;
        position: relative;
        overflow: hidden;
        padding-bottom: 100%; }
        .pane-campaigncontent .pane-block-2 .campaign-categs .campaign-categs-col a img, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 .campaign-categs .campaign-categs-col a img {
          height: 100%;
          width: auto;
          position: absolute;
          max-width: none;
          left: 50%;
          top: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
              -ms-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%); }
      .pane-campaigncontent .pane-block-2 .campaign-categs .campaign-categs-col span, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 .campaign-categs .campaign-categs-col span {
        font-size: 1.776889em;
        margin: 0 10px;
        position: absolute;
        bottom: 15px;
        color: #000;
        width: 60%;
        left: 20%; }
      .pane-campaigncontent .pane-block-2 .campaign-categs .campaign-categs-col.dark-theme span, .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 .campaign-categs .campaign-categs-col.dark-theme span {
        color: #fff; }

.video-bg {
  text-align: center;
  color: #fff;
  height: 600px;
  overflow: hidden;
  position: relative; }
  .video-bg img {
    height: 100% !important;
    width: auto !important;
    min-width: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
    @media (min-width: 81.25em) {
      .video-bg img {
        height: auto !important;
        width: 100% !important; } }
  .video-bg--captions {
    position: absolute;
    z-index: 5;
    bottom: 30%;
    width: 100%; }
    .video-bg--captions h3, .video-bg--captions .site-footer .footer-nav .pane-title, .site-footer .footer-nav .video-bg--captions .pane-title, .video-bg--captions h4 {
      max-width: 90%;
      margin-left: 5%; }
    .video-bg--captions h4 {
      line-height: 2.4;
      margin-top: .9em;
      margin-bottom: 1.125em; }
    .video-bg--captions a {
      background: rgba(0, 0, 0, 0.2); }
    @media (max-width: 47.99em) {
      .video-bg--captions {
        bottom: 15%; }
        .video-bg--captions h4 {
          font-size: 1.333em; } }

.activia_reskin_it .pane-campaigncontent .campaign-categs-col span {
  width: 80% !important;
  left: 10% !important; }

.field-collection-item-field-campaing-video-2 {
  float: left !important;
  display: block !important;
  margin-right: 0.9560229446% !important;
  width: 100% !important; }
  @media (min-width: 48em) {
    .field-collection-item-field-campaing-video-2 {
      width: 32.1959847036% !important; } }
  .field-collection-item-field-campaing-video-2 .field-name-field-video-text {
    height: 50px !important;
    margin-bottom: 20px !important; }

.node-type-article-campaign .site-main h2.pane-title {
  display: none; }

.node-type-article-campaign .site-main .pane-campaigncontent .pane-block-2 h2.pane-title, .node-type-article-campaign .site-main .activia_reskin_es.lang-ca .pane-campaigncontent .pane-block-5 h2.pane-title, .activia_reskin_es.lang-ca .node-type-article-campaign .site-main .pane-campaigncontent .pane-block-5 h2.pane-title {
  display: block !important; }

.node-type-article-campaign .site-main .pane-campaigncontent .activia_reskin_es.lang-ca .pane-block-5 h2.pane-title {
  display: block !important; }

.node-type-article-campaign .site-main .pane-campaigncontent h2.pane-title {
  display: block; }

.node-type-article-campaign .site-main .pane-campaigncontent .pane-feel-good-article-listing-block-campaign-custom h2.pane-title {
  display: none; }

.node-type-article-campaign .site-main .pane-campaigncontent .medium-12 h2.pane-title {
  display: none; }

.node-type-new-campaign .hero-slider .hero_slide {
  float: none !important; }
  .node-type-new-campaign .hero-slider .hero_slide .page-hero {
    background-position: 77% 0; }
    @media (min-width: 66.25em) {
      .node-type-new-campaign .hero-slider .hero_slide .page-hero {
        background-position: center center; } }
  .node-type-new-campaign .hero-slider .hero_slide:nth-child(2) .page-hero {
    background-position: 51% 0; }
    @media (min-width: 66.25em) {
      .node-type-new-campaign .hero-slider .hero_slide:nth-child(2) .page-hero {
        background-position: center center; } }

.node-type-new-campaign .hero-slider.flickity-enabled .hero_slide {
  float: left; }

.node-type-new-campaign-liveinsync .page-hero h1 {
  margin-bottom: 0.5em;
  max-width: 50%; }

.node-type-new-campaign-liveinsync .page-hero p {
  margin-bottom: 4em; }

.node-type-new-campaign-liveinsync .page-hero a {
  margin-bottom: 1em;
  background: rgba(153, 148, 148, 0.3); }

.node-type-new-campaign-liveinsync h2 {
  text-transform: initial; }

.node-type-new-campaign-liveinsync .article__date {
  display: inline-block !important; }

.node-type-new-campaign-liveinsync .aside {
  width: 320px;
  text-align: center;
  background: #ddd;
  padding: 40px;
  float: right;
  margin-left: 30px;
  margin-bottom: 30px; }
  .node-type-new-campaign-liveinsync .aside p {
    margin: 2em 0 1.5em; }

.node-type-new-campaign-profile {
  /* This used to work for parent element of button divs */
  /* But it is not enough now, below dont hide play button parent div */
  /* Old shadow dom for play button */
  /* New shadow dom for play button */
  /* This one works */ }
  .node-type-new-campaign-profile h2 {
    text-transform: initial; }
  .node-type-new-campaign-profile .article {
    float: none; }
    @media (max-width: 47.99em) {
      .node-type-new-campaign-profile .article {
        margin-left: 1em;
        margin-right: 1em; } }
  .node-type-new-campaign-profile .slideshow__slide {
    background-color: black; }
    .node-type-new-campaign-profile .slideshow__slide img {
      max-height: 100%; }
    .node-type-new-campaign-profile .slideshow__slide .slider__name {
      color: white; }
  .node-type-new-campaign-profile .flickity-prev-next-button .arrow {
    fill: white; }
  .node-type-new-campaign-profile .inline-video .inline-video__text a {
    max-width: 90%;
    margin-top: 50%; }
    @media (min-width: 30em) {
      .node-type-new-campaign-profile .inline-video .inline-video__text a {
        max-width: auto;
        margin: 4em 0; } }
  .node-type-new-campaign-profile *::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none; }
  .node-type-new-campaign-profile *::--webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none; }
  .node-type-new-campaign-profile *::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none; }

.node-type-new-campaign-profile-phase-3 {
  /* This used to work for parent element of button divs */
  /* But it is not enough now, below dont hide play button parent div */
  /* Old shadow dom for play button */
  /* New shadow dom for play button */
  /* This one works */ }
  .node-type-new-campaign-profile-phase-3 .hero-video {
    height: auto;
    min-height: 500px;
    padding-bottom: 40.66%; }
    .node-type-new-campaign-profile-phase-3 .hero-video .hero-video__video {
      min-height: auto; }
      .node-type-new-campaign-profile-phase-3 .hero-video .hero-video__video video {
        object-fit: inherit; }
        @media (max-width: 47.99em) {
          .node-type-new-campaign-profile-phase-3 .hero-video .hero-video__video video {
            max-width: 100%;
            min-height: 500px; } }
    .node-type-new-campaign-profile-phase-3 .hero-video .hero-video__text {
      padding-bottom: 0;
      height: auto;
      top: auto;
      bottom: 60px; }
      .node-type-new-campaign-profile-phase-3 .hero-video .hero-video__text:after {
        content: '';
        display: none; }
      .node-type-new-campaign-profile-phase-3 .hero-video .hero-video__text .heading {
        font-size: 1.333em; }
        @media (min-width: 48em) {
          .node-type-new-campaign-profile-phase-3 .hero-video .hero-video__text .heading {
            font-size: 1.776889em; } }
      .node-type-new-campaign-profile-phase-3 .hero-video .hero-video__text p {
        font-size: 1em; }
        @media (min-width: 48em) {
          .node-type-new-campaign-profile-phase-3 .hero-video .hero-video__text p {
            font-size: 1.66em; } }
      .node-type-new-campaign-profile-phase-3 .hero-video .hero-video__text .modal-trigger {
        margin: 0 20px; }
  .node-type-new-campaign-profile-phase-3 .block-image {
    padding-bottom: 3em; }
    @media (min-width: 66.25em) {
      .node-type-new-campaign-profile-phase-3 .block-image {
        padding-bottom: 4em; } }
  .node-type-new-campaign-profile-phase-3 .block-collection {
    width: 100%; }
    .node-type-new-campaign-profile-phase-3 .block-collection::after {
      clear: both;
      content: "";
      display: block; }
    .node-type-new-campaign-profile-phase-3 .block-collection.bg-gray {
      background: #ececec; }
    .node-type-new-campaign-profile-phase-3 .block-collection:nth-child(even) {
      padding-top: 3em; }
      @media (min-width: 66.25em) {
        .node-type-new-campaign-profile-phase-3 .block-collection:nth-child(even) {
          padding-top: 7em; } }
    .node-type-new-campaign-profile-phase-3 .block-collection.image .block-collection--text {
      padding: 0 0 3em 0; }
      @media (min-width: 48em) {
        .node-type-new-campaign-profile-phase-3 .block-collection.image .block-collection--text {
          padding: 0 1em 0 0; } }
      @media (min-width: 66.25em) {
        .node-type-new-campaign-profile-phase-3 .block-collection.image .block-collection--text {
          padding: 0 3em 0 0; } }
    .node-type-new-campaign-profile-phase-3 .block-collection.video .block-collection--text {
      padding: 3em 0; }
      @media (min-width: 48em) {
        .node-type-new-campaign-profile-phase-3 .block-collection.video .block-collection--text {
          padding: 3em 1em; } }
      @media (min-width: 66.25em) {
        .node-type-new-campaign-profile-phase-3 .block-collection.video .block-collection--text {
          padding: 7em 0 0 3em; } }
      @media (min-width: 103.125em) {
        .node-type-new-campaign-profile-phase-3 .block-collection.video .block-collection--text {
          padding: 11em 0 0 3em; } }
    .node-type-new-campaign-profile-phase-3 .block-collection .block-collection--text blockquote {
      margin: 0; }
      @media (min-width: 66.25em) {
        .node-type-new-campaign-profile-phase-3 .block-collection .block-collection--text blockquote {
          margin: 4em 0; } }
    .node-type-new-campaign-profile-phase-3 .block-collection .block-collection--half {
      float: left;
      width: 100%; }
      @media (min-width: 48em) {
        .node-type-new-campaign-profile-phase-3 .block-collection .block-collection--half {
          width: 50%; } }
    .node-type-new-campaign-profile-phase-3 .block-collection .block-collection--video {
      overflow: hidden; }
      .node-type-new-campaign-profile-phase-3 .block-collection .block-collection--video video {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    .node-type-new-campaign-profile-phase-3 .block-collection .block-collection--image {
      text-align: center; }
  @media (min-width: 66.25em) {
    .node-type-new-campaign-profile-phase-3 .you-might-like.explore-insync {
      padding: 4em; } }
  .node-type-new-campaign-profile-phase-3 .you-might-like.explore-insync .related-preview .position-wrapper a h3, .node-type-new-campaign-profile-phase-3 .you-might-like.explore-insync .related-preview .position-wrapper a .site-footer .footer-nav .pane-title, .site-footer .footer-nav .node-type-new-campaign-profile-phase-3 .you-might-like.explore-insync .related-preview .position-wrapper a .pane-title {
    font-size: 1.67689em; }
  .node-type-new-campaign-profile-phase-3 *::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none; }
  .node-type-new-campaign-profile-phase-3 *::--webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none; }
  .node-type-new-campaign-profile-phase-3 *::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none; }

.twin-pod {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  max-width: 65.8125em;
  margin: 4em auto; }
  .twin-pod::after {
    clear: both;
    content: "";
    display: block; }
  .twin-pod .pod {
    float: left;
    display: block;
    margin-right: 0.9560229446%;
    width: 100%;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .twin-pod .pod:last-child {
      margin-right: 0; }
    @media (min-width: 48em) {
      .twin-pod .pod {
        float: left;
        display: block;
        margin-right: 0.9560229446%;
        width: 49.5219885277%; }
        .twin-pod .pod:last-child {
          margin-right: 0; } }
    .twin-pod .pod .pod-image {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: .5em;
      position: relative;
      width: 100%;
      float: left; }
      .twin-pod .pod .pod-image:after {
        content: "";
        display: block;
        padding-bottom: 80%;
        width: 100%; }
      .twin-pod .pod .pod-image .cta {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: rgba(0, 0, 0, 0.3); }
        .twin-pod .pod .pod-image .cta a {
          margin-bottom: 1.875em; }

.story-feature {
  background-color: #154734;
  padding: 4em 1em 5em; }
  .story-feature__inner {
    max-width: 65.8125em;
    text-align: center;
    margin: 0 auto;
    color: white; }
    .story-feature__inner h3, .story-feature__inner .site-footer .footer-nav .pane-title, .site-footer .footer-nav .story-feature__inner .pane-title {
      font-size: 1.776889em; }
      .story-feature__inner h3:after, .story-feature__inner .site-footer .footer-nav .pane-title:after, .site-footer .footer-nav .story-feature__inner .pane-title:after {
        content: "";
        display: block;
        border-bottom: 2px solid #DDCA76;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        width: 40px;
        margin: 0.75em auto 1.5em; }
    .story-feature__inner p.intro {
      font-size: 1.333em; }
    .story-feature__inner .twin-pod {
      margin-top: 3em; }
      .story-feature__inner .twin-pod .pod-image {
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; }
        .story-feature__inner .twin-pod .pod-image .cta {
          margin-bottom: 0; }

.feature-block {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em; }
  .feature-block::after {
    clear: both;
    content: "";
    display: block; }
  .feature-block.marie-kondon-campaign {
    display: none; }
  .feature-block.green-theme .twin-pod .text-pod {
    background-color: #154734;
    color: white; }
  .feature-block.gray-theme .twin-pod .text-pod {
    background-color: #ddd;
    color: black; }
  .feature-block.image-left .twin-pod .image-pod {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .feature-block.image-left .twin-pod .text-pod {
    margin-left: 10px !important;
    margin-right: 0; }
  .feature-block__inner {
    max-width: 65.8125em;
    text-align: center;
    margin: 0 auto;
    color: white; }
    .feature-block__inner h3, .feature-block__inner .site-footer .footer-nav .pane-title, .site-footer .footer-nav .feature-block__inner .pane-title {
      font-size: 1.776889em; }
      .feature-block__inner h3:after, .feature-block__inner .site-footer .footer-nav .pane-title:after, .site-footer .footer-nav .feature-block__inner .pane-title:after {
        content: "";
        display: block;
        border-bottom: 2px solid #DDCA76;
        border-left: 0;
        border-right: 0;
        border-top: 0;
        width: 40px;
        margin: 0.75em auto 1.5em; }
    .feature-block__inner .twin-pod {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .feature-block__inner .twin-pod .text-pod {
        float: left;
        display: block;
        margin-right: 0.9560229446%;
        width: 100%;
        padding: 4em 5.5em;
        text-align: center; }
        .feature-block__inner .twin-pod .text-pod:last-child {
          margin-right: 0; }
        @media (min-width: 48em) {
          .feature-block__inner .twin-pod .text-pod {
            float: left;
            display: block;
            margin-right: 0.9560229446%;
            width: 66.3479923518%; }
            .feature-block__inner .twin-pod .text-pod:last-child {
              margin-right: 0; } }
        .feature-block__inner .twin-pod .text-pod p {
          margin-bottom: 2.5em; }
          .feature-block__inner .twin-pod .text-pod p.intro {
            font-size: 1.15em;
            margin-bottom: 1.5em; }
      .feature-block__inner .twin-pod .image-pod {
        display: none;
        background: teal; }
        @media (min-width: 48em) {
          .feature-block__inner .twin-pod .image-pod {
            float: left;
            display: block;
            margin-right: 0.9560229446%;
            width: 32.6959847036%;
            display: block; }
            .feature-block__inner .twin-pod .image-pod:last-child {
              margin-right: 0; }
            .feature-block__inner .twin-pod .image-pod .pod-image {
              background-size: cover;
              background-position: center;
              background-repeat: no-repeat;
              height: 100%; } }

.photo-slideshow {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  margin: 4em 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .photo-slideshow .cta {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .photo-slideshow .cta a {
      margin-bottom: 5em;
      background: rgba(153, 148, 148, 0.3); }
      .photo-slideshow .cta a:hover {
        background: white; }

.video-title {
  text-transform: uppercase;
  font-size: 0.75em;
  display: inline;
  margin-bottom: 27px;
  padding: 0.3em 0.5em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  letter-spacing: 0.25em;
  background: #ddd;
  color: #333;
  font-weight: normal;
  margin-right: 100%; }

.intro-outer {
  margin-bottom: 3em; }
  .intro-outer .live-in-sync, .intro-outer .meet-the-women {
    text-align: center;
    padding-top: 4.5em; }
    .intro-outer .live-in-sync .inpower-icon, .intro-outer .meet-the-women .inpower-icon {
      width: 4.5625em;
      margin-bottom: 1.5em; }
    .intro-outer .live-in-sync h3, .intro-outer .meet-the-women h3, .intro-outer .live-in-sync .site-footer .footer-nav .pane-title, .site-footer .footer-nav .intro-outer .live-in-sync .pane-title, .intro-outer .meet-the-women .site-footer .footer-nav .pane-title, .site-footer .footer-nav .intro-outer .meet-the-women .pane-title {
      max-width: 40em;
      margin-left: auto;
      margin-right: auto; }
    .intro-outer .live-in-sync p, .intro-outer .meet-the-women p {
      font-size: 1.333em;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 3em; }
      .intro-outer .live-in-sync p.large, .intro-outer .meet-the-women p.large {
        font-size: 1.776889em; }
      @media (min-width: 48em) {
        .intro-outer .live-in-sync p, .intro-outer .meet-the-women p {
          width: 60%; } }
  @media (min-width: 48em) {
    .intro-outer .meet-the-women p {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 49.5219885277%;
      margin-left: 25.2390057361%; }
      .intro-outer .meet-the-women p:last-child {
        margin-right: 0; } }

.node-type-article-campaign .video-preview__banner {
  display: block;
  margin-bottom: .5em;
  position: relative; }
  .node-type-article-campaign .video-preview__banner .field-name-field-video-banner {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    background-color: teal; }
    .node-type-article-campaign .video-preview__banner .field-name-field-video-banner img {
      vertical-align: bottom;
      height: 100%;
      width: auto;
      position: absolute;
      max-width: none;
      left: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }
  .node-type-article-campaign .video-preview__banner a {
    position: absolute;
    bottom: 35px;
    left: 50%;
    padding: 1.3em 1.5em;
    -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    background: rgba(0, 0, 0, 0.2);
    white-space: nowrap; }

.share-display {
  text-align: center; }

@media (min-width: 48em) {
  .stackla-form {
    float: left;
    display: block;
    margin-right: 0.9560229446%;
    width: 66.3479923518%;
    margin-left: 16.8260038241%; }
    .stackla-form:last-child {
      margin-right: 0; } }

.stackla-widget {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto; }

.video-bg {
  text-align: center;
  color: #fff;
  height: 600px;
  overflow: hidden;
  position: relative; }
  .video-bg img {
    height: 100% !important;
    width: auto !important;
    min-width: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
    @media (min-width: 81.25em) {
      .video-bg img {
        height: auto !important;
        width: 100% !important; } }
  .video-bg--captions {
    position: absolute;
    z-index: 5;
    bottom: 30%;
    width: 100%; }
    .video-bg--captions h3, .video-bg--captions .site-footer .footer-nav .pane-title, .site-footer .footer-nav .video-bg--captions .pane-title, .video-bg--captions h4 {
      max-width: 90%;
      margin-left: 5%; }
    .video-bg--captions h4 {
      line-height: 2.4;
      margin-top: .9em;
      margin-bottom: 1.125em; }
    .video-bg--captions a {
      background: rgba(0, 0, 0, 0.2); }
    @media (max-width: 47.99em) {
      .video-bg--captions {
        bottom: 15%; }
        .video-bg--captions h4 {
          font-size: 1.333em; } }

.share-display {
  margin-top: 4em;
  margin-bottom: 4em; }
  .share-display h2 {
    text-align: center;
    max-width: 45em;
    margin: 0 auto;
    padding: 0 5%; }

.you-might-like {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
  margin-bottom: 4em;
  text-align: center; }
  .you-might-like::after {
    clear: both;
    content: "";
    display: block; }
  .you-might-like.explore-insync {
    background: #ddd;
    padding: 4em 0;
    width: 100%;
    max-width: 100%; }
    @media (min-width: 48em) {
      .you-might-like.explore-insync {
        padding: 4em; } }
    .you-might-like.explore-insync .related-preview {
      margin-bottom: 0 !important; }
      .you-might-like.explore-insync .related-preview .position-wrapper {
        position: relative;
        display: block;
        margin-bottom: 12px; }
        .you-might-like.explore-insync .related-preview .position-wrapper:after {
          content: "";
          display: block;
          padding-bottom: 100%;
          width: 100%; }
        .you-might-like.explore-insync .related-preview .position-wrapper a {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          position: absolute;
          overflow: hidden;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%;
          width: 100%; }
          .you-might-like.explore-insync .related-preview .position-wrapper a:after {
            display: none; }
          .you-might-like.explore-insync .related-preview .position-wrapper a h3, .you-might-like.explore-insync .related-preview .position-wrapper a .site-footer .footer-nav .pane-title, .site-footer .footer-nav .you-might-like.explore-insync .related-preview .position-wrapper a .pane-title {
            font-size: 1.77689em;
            padding: 55px 10px 0;
            position: none;
            color: white;
            text-align: center;
            width: 100%; }
  .you-might-like .preview-block--article {
    max-width: 65em;
    margin-left: auto;
    margin-right: auto;
    max-width: 66.25em;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.625em;
    padding-left: 0.625em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .you-might-like .preview-block--article::after {
      clear: both;
      content: "";
      display: block; }
    @media (min-width: 48em) {
      .you-might-like .preview-block--article {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .you-might-like .preview-block--article .related-preview {
      position: relative;
      margin-bottom: 1.5em; }
      @media (min-width: 48em) {
        .you-might-like .preview-block--article .related-preview {
          float: left;
          display: block;
          margin-right: 0.9560229446%;
          width: 32.6959847036%; }
          .you-might-like .preview-block--article .related-preview:last-child {
            margin-right: 0; }
          .you-might-like .preview-block--article .related-preview:nth-child(3n) {
            margin-right: 0; }
          .you-might-like .preview-block--article .related-preview:nth-child(3n+1) {
            clear: left; } }
      .you-might-like .preview-block--article .related-preview:nth-child(2) h3, .you-might-like .preview-block--article .related-preview:nth-child(2) .site-footer .footer-nav .pane-title, .site-footer .footer-nav .you-might-like .preview-block--article .related-preview:nth-child(2) .pane-title {
        color: white; }
      .you-might-like .preview-block--article .related-preview > a {
        display: block;
        margin-bottom: 12px; }
        .you-might-like .preview-block--article .related-preview > a:after {
          content: "";
          display: block;
          padding-bottom: 100%;
          width: 100%; }
        .you-might-like .preview-block--article .related-preview > a h3, .you-might-like .preview-block--article .related-preview > a .site-footer .footer-nav .pane-title, .site-footer .footer-nav .you-might-like .preview-block--article .related-preview > a .pane-title {
          font-size: 1.77689em;
          padding: 0 10px;
          margin-bottom: 0;
          position: absolute;
          bottom: 15px;
          color: black;
          text-align: center;
          width: 100%; }
      .you-might-like .preview-block--article .related-preview.dark-theme h3, .you-might-like .preview-block--article .related-preview.dark-theme .site-footer .footer-nav .pane-title, .site-footer .footer-nav .you-might-like .preview-block--article .related-preview.dark-theme .pane-title {
        color: #fff; }
      .you-might-like .preview-block--article .related-preview p {
        text-align: left;
        color: #154734; }

.activia_reskin_it .pane-campaigncontent .campaign-categs-col span {
  width: 80% !important;
  left: 10% !important; }

.section-activia-user-view-profile .form-item-holder,
.pane-activiav2-user-activia2-user-view-profile .form-item-holder {
  margin-bottom: 20px; }
  .section-activia-user-view-profile .form-item-holder label,
  .pane-activiav2-user-activia2-user-view-profile .form-item-holder label {
    width: 30%;
    float: left;
    display: block;
    font-weight: bold;
    font-size: 0.7501875469em; }
  .section-activia-user-view-profile .form-item-holder .value,
  .pane-activiav2-user-activia2-user-view-profile .form-item-holder .value {
    width: 70%;
    float: left;
    color: #154734; }

.section-activia-user-view-profile .terms-checks,
.pane-activiav2-user-activia2-user-view-profile .terms-checks {
  margin-top: 3em; }
  .section-activia-user-view-profile .terms-checks label,
  .pane-activiav2-user-activia2-user-view-profile .terms-checks label {
    width: 90%;
    font-size: 1em;
    font-weight: normal; }

.activia_reskin_ca.page-node-591 .pane-content p,
.activia_reskin_it.page-node-591 .pane-content p {
  max-width: 48em;
  text-align: center;
  margin: 3em auto; }

.pane-activiav2-user-activia2-user-pass-reset .pane-content,
.pane-activiav2-user-activia2-user-pass-recovery .pane-content {
  max-width: 25em !important;
  text-align: center;
  margin-top: 5em; }
  .pane-activiav2-user-activia2-user-pass-reset .pane-content label,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content label {
    text-align: left; }
  .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link {
    margin-top: 2em; }

.challenge-hero .page-hero {
  overflow-y: visible; }
  .not-front .challenge-hero .page-hero {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .challenge-hero .page-hero h1 {
    margin: 0; }
    @media (min-width: 66.25em) {
      .challenge-hero .page-hero h1 {
        width: 400px; } }
  .challenge-hero .page-hero .ghost-button, .challenge-hero .page-hero .modal__top form .activia_ajax_submit_link, .modal__top form .challenge-hero .page-hero .activia_ajax_submit_link, .challenge-hero .page-hero .modal__footer a, .modal__footer .challenge-hero .page-hero a, .challenge-hero .page-hero body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .challenge-hero .page-hero .cta_newsbtn, .challenge-hero .page-hero
  body.front .explore-our-science .cta_newsbtn,
  body.front .explore-our-science .challenge-hero .page-hero .cta_newsbtn, .challenge-hero .page-hero .view-footer a, .view-footer .challenge-hero .page-hero a, .challenge-hero .page-hero .contact__aside .cta_newsbtn, .contact__aside .challenge-hero .page-hero .cta_newsbtn, .challenge-hero .page-hero .sign-up-form #edit-topics label, .sign-up-form #edit-topics .challenge-hero .page-hero label, .challenge-hero .page-hero .sign-up-form .activia_ajax_submit_link, .sign-up-form .challenge-hero .page-hero .activia_ajax_submit_link, .challenge-hero .page-hero .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .challenge-hero .page-hero .activia_ajax_submit_link, .challenge-hero .page-hero
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .challenge-hero .page-hero .activia_ajax_submit_link, .challenge-hero .page-hero .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .challenge-hero .page-hero label, .challenge-hero .page-hero .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .challenge-hero .page-hero .activia_ajax_submit_link {
    margin-top: 350px;
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 500px;
    white-space: nowrap; }

.challenge-leadin .challenge-lozenge {
  width: 329px;
  margin-top: 0px;
  margin-bottom: 40px; }

.challenge-articles_flex .view-content {
  display: block;
  max-width: 66.25em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625em;
  padding-left: 0.625em;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em; }
  .challenge-articles_flex .view-content::after {
    clear: both;
    content: "";
    display: block; }
  .challenge-articles_flex .view-content::after {
    clear: both;
    content: "";
    display: block; }

@media (min-width: 48em) {
  .challenge-articles_flex .post-preview {
    margin: 0 .2% !important;
    display: inline-block !important;
    float: none !important;
    height: 470px;
    float: none !important;
    vertical-align: top;
    width: 32.4% !important; }
    .challenge-articles_flex .post-preview--wide {
      display: inline-block !important;
      width: 65.4% !important;
      margin: 0 .2% !important;
      float: none !important;
      vertical-align: top; } }
    @media (min-width: 48em) and (max-width: 768px) {
      .challenge-articles_flex .post-preview--wide {
        width: 100% !important; } }

.challenge-articles_flex .post-preview a {
  display: block; }
  .challenge-articles_flex .post-preview a img {
    display: block; }

.menu .expanded {
  position: relative; }
  .menu .expanded::after {
    content: none !important; }
  .menu .expanded .menu {
    position: absolute;
    display: none;
    width: 100%; }
    .menu .expanded .menu li {
      width: 100%;
      float: none;
      display: block;
      padding: 10px; }
      .menu .expanded .menu li:hover {
        background: #154734; }
        .menu .expanded .menu li:hover a {
          color: #ffffff !important; }
      .menu .expanded .menu li::after {
        content: none; }
      .menu .expanded .menu li a {
        padding: 0;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1px; }

.menu .dropdown-open {
  background: #ffffff; }
  .menu .dropdown-open a {
    color: #154734 !important; }
  .menu .dropdown-open .menu {
    display: block;
    background: #ffffff;
    margin: 0;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }

.h-clearfix:before,
.h-clearfix:after {
  content: " ";
  display: table; }

.h-clearfix:after {
  clear: both; }

.h-clearfix {
  *zoom: 1; }

.challenge-hero {
  overflow: hidden !important; }

.challenge-lp .challenge-hero {
  overflow: hidden !important; }
  .challenge-lp .challenge-hero::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 66.25em) {
    .challenge-lp .challenge-hero {
      overflow: initial; } }
  .challenge-lp .challenge-hero .page-hero:before, .challenge-lp .challenge-hero .page-hero:after {
    width: 105px; }
    @media (min-width: 48em) {
      .challenge-lp .challenge-hero .page-hero:before, .challenge-lp .challenge-hero .page-hero:after {
        width: 310px; } }
    @media (min-width: 66.25em) {
      .challenge-lp .challenge-hero .page-hero:before, .challenge-lp .challenge-hero .page-hero:after {
        width: 383px; } }
  .challenge-lp .challenge-hero .page-hero h1 {
    width: auto;
    max-width: 60%;
    font-size: 1.3em; }
    @media (min-width: 48em) {
      .challenge-lp .challenge-hero .page-hero h1 {
        font-size: 2.5em; } }
    @media (min-width: 66.25em) {
      .challenge-lp .challenge-hero .page-hero h1 {
        font-size: 3em; } }
  .challenge-lp .challenge-hero .page-hero p {
    font-size: 0.8em; }
    @media (min-width: 66.25em) {
      .challenge-lp .challenge-hero .page-hero p {
        font-size: 1em; } }

.challenge-lp .intro-outer img {
  margin: 0; }

.challenge-lp .content-outer {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3em;
  text-align: center; }
  @media (min-width: 48em) {
    .challenge-lp .content-outer {
      width: 60%; } }
  .challenge-lp .content-outer h3, .challenge-lp .content-outer .site-footer .footer-nav .pane-title, .site-footer .footer-nav .challenge-lp .content-outer .pane-title,
  .challenge-lp .content-outer h2 {
    font-size: 26px;
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
  .challenge-lp .content-outer p {
    font-size: 18px;
    margin-bottom: 30px; }
    .challenge-lp .content-outer p.large {
      font-size: 1.776889em; }
    .challenge-lp .content-outer p.last {
      margin-bottom: 90px; }
  .challenge-lp .content-outer a {
    margin-bottom: 1.5em; }
    .challenge-lp .content-outer a.no-margin {
      margin-bottom: 0; }
    .challenge-lp .content-outer a.modal-trigger {
      margin-top: 20px; }

.challenge-lp .form-wrap {
  overflow-y: hidden;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }
  .challenge-lp .form-wrap.show {
    max-height: 500px;
    /* approximate max height */
    margin-bottom: 100px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.challenge-lp .form {
  padding: 50px 20px;
  background: #00966C;
  text-align: center;
  color: white;
  box-sizing: content-box;
  transition-property: all;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  @media (min-width: 50.625em) {
    .challenge-lp .form {
      padding: 50px 100px; } }
  .challenge-lp .form .form-title {
    font-weight: 500; }
  .challenge-lp .form .form-row {
    width: 100%;
    padding-top: 25px; }
    @media (min-width: 50.625em) {
      .challenge-lp .form .form-row {
        padding-top: 50px; } }
    .challenge-lp .form .form-row::after {
      clear: both;
      content: "";
      display: block; }
    .challenge-lp .form .form-row .form-column {
      float: left;
      width: 100%;
      text-align: left; }
      .challenge-lp .form .form-row .form-column:last-child {
        padding-top: 20px; }
      @media (min-width: 50.625em) {
        .challenge-lp .form .form-row .form-column {
          width: calc( 50% - 50px);
          margin-left: 50px; }
          .challenge-lp .form .form-row .form-column:first-child {
            margin-left: 0;
            margin-right: 50px; }
          .challenge-lp .form .form-row .form-column:last-child {
            padding-top: 0; } }
      .challenge-lp .form .form-row .form-column span {
        display: block;
        padding-bottom: 5px;
        font-weight: bold; }
      .challenge-lp .form .form-row .form-column p {
        font-size: 0.8em; }
  .challenge-lp .form .form-content {
    height: 80px;
    background: white;
    color: #154734;
    padding: 20px; }

.challenge-lp .modal-background {
  z-index: 9999; }
  .challenge-lp .modal-background .modal .modal-header img {
    width: 36px; }
  .challenge-lp .modal-background .modal .modal-container {
    overflow-y: scroll;
    max-height: 100vh;
    padding: 3em 3.75em 3em 3em; }
    @media (min-width: 48em) {
      .challenge-lp .modal-background .modal .modal-container {
        max-height: 80vh; } }
    @media (min-width: 66.25em) {
      .challenge-lp .modal-background .modal .modal-container {
        overflow-y: auto; } }

.challenge-lp .ghost-button--green:hover {
  background: white;
  color: #00966C; }

.activia_reskin_us .challenge-lp .intro-outer {
  margin-bottom: 0; }
  .activia_reskin_us .challenge-lp .intro-outer .live-in-sync, .activia_reskin_us .challenge-lp .intro-outer .meet-the-women,
  .activia_reskin_us .challenge-lp .intro-outer .meet-the-women {
    padding-top: 2em; }

.activia_reskin_us .challenge-lp .content-outer p.last {
  margin-bottom: 0; }
  .activia_reskin_us .challenge-lp .content-outer p.last a {
    margin-bottom: 0; }

.activia_reskin_us .challenge-lp .content-outer p:last-of-type {
  margin-bottom: 1.15em; }

.activia_reskin_us .challenge-lp .ghost-button, .activia_reskin_us .challenge-lp .modal__top form .activia_ajax_submit_link, .modal__top form .activia_reskin_us .challenge-lp .activia_ajax_submit_link, .activia_reskin_us .challenge-lp .modal__footer a, .modal__footer .activia_reskin_us .challenge-lp a, .activia_reskin_us .challenge-lp body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .activia_reskin_us .challenge-lp .cta_newsbtn, .activia_reskin_us .challenge-lp
body.front .explore-our-science .cta_newsbtn,
body.front .explore-our-science .activia_reskin_us .challenge-lp .cta_newsbtn, .activia_reskin_us .challenge-lp .view-footer a, .view-footer .activia_reskin_us .challenge-lp a, .activia_reskin_us .challenge-lp .contact__aside .cta_newsbtn, .contact__aside .activia_reskin_us .challenge-lp .cta_newsbtn, .activia_reskin_us .challenge-lp .sign-up-form #edit-topics label, .sign-up-form #edit-topics .activia_reskin_us .challenge-lp label, .activia_reskin_us .challenge-lp .sign-up-form .activia_ajax_submit_link, .sign-up-form .activia_reskin_us .challenge-lp .activia_ajax_submit_link, .activia_reskin_us .challenge-lp .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_reskin_us .challenge-lp .activia_ajax_submit_link, .activia_reskin_us .challenge-lp
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_reskin_us .challenge-lp .activia_ajax_submit_link, .activia_reskin_us .challenge-lp .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .activia_reskin_us .challenge-lp label, .activia_reskin_us .challenge-lp .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .activia_reskin_us .challenge-lp .activia_ajax_submit_link {
  width: 100%;
  max-width: 250px; }

.pane-activia-challenge-uk-activia-challenge-form .pane-title {
  display: none; }

.challenge-register-form {
  padding-top: 50px; }
  @media (min-width: 48em) {
    .challenge-register-form {
      float: left;
      display: block;
      margin-right: 0.9560229446%;
      width: 83.1739961759%;
      margin-left: 8.413001912%; }
      .challenge-register-form:last-child {
        margin-right: 0; } }
  @media (min-width: 48em) {
    .challenge-register-form__inner {
      float: left;
      display: block;
      margin-right: 1.1494252874%;
      width: 79.7701149425%;
      margin-left: 10.1149425287%; }
      .challenge-register-form__inner:last-child {
        margin-right: 0; } }
  .challenge-register-form .form-node {
    padding: 40px 0 5px 0; }
    @media (min-width: 48em) {
      .challenge-register-form .form-node {
        padding: 80px 0 10px 0; } }
    .challenge-register-form .form-node .form-node--img {
      max-height: 150px;
      overflow: hidden; }
    .challenge-register-form .form-node .form-node--text h2, .challenge-register-form .form-node .form-node--text h1, .challenge-register-form .form-node .form-node--text h3, .challenge-register-form .form-node .form-node--text .site-footer .footer-nav .pane-title, .site-footer .footer-nav .challenge-register-form .form-node .form-node--text .pane-title, .challenge-register-form .form-node .form-node--text h4 {
      color: #154734;
      font-size: 13px;
      text-transform: uppercase; }
    .challenge-register-form .form-node .form-node--text ul {
      list-style-type: decimal;
      list-style-position: inside; }
    .challenge-register-form .form-node .form-node--text p,
    .challenge-register-form .form-node .form-node--text li {
      color: #333;
      font-size: 13px; }
  .challenge-register-form .simple-radio-container .form-type-radio,
  .challenge-register-form .simple-radio-container .form-radios,
  .challenge-register-form .simple-radio-container label {
    display: inline-block; }
  .challenge-register-form .simple-radio-container .form-type-radio {
    padding-left: 60px; }
    .challenge-register-form .simple-radio-container .form-type-radio:first-child {
      padding-left: 0; }
  .challenge-register-form .simple-select-container__single label {
    display: none; }
  .challenge-register-form .simple-select-label label {
    line-height: 42px; }
  .challenge-register-form .form-row:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  .challenge-register-form .form-row .form-item-holder {
    width: 100% !important;
    margin-bottom: 0.75em; }
    @media (min-width: 48em) {
      .challenge-register-form .form-row .form-item-holder {
        margin-bottom: 1.5em; } }
    .challenge-register-form .form-row .form-item-holder input {
      margin-bottom: 0; }
    .challenge-register-form .form-row .form-item-holder__half {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      margin-bottom: 0.75em; }
      @media (min-width: 48em) {
        .challenge-register-form .form-row .form-item-holder__half {
          margin-bottom: 1.5em; } }
      .challenge-register-form .form-row .form-item-holder__half input {
        margin-bottom: 0; }
      @media (min-width: 66.25em) {
        .challenge-register-form .form-row .form-item-holder__half {
          float: left;
          display: block;
          margin-right: 1.4409221902%;
          width: 49.2795389049%; }
          .challenge-register-form .form-row .form-item-holder__half:last-child {
            margin-right: 0; }
          .challenge-register-form .form-row .form-item-holder__half:nth-child(2) {
            margin-right: 0; } }
      .challenge-register-form .form-row .form-item-holder__half:after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both; }
      .challenge-register-form .form-row .form-item-holder__half .form-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column nowrap;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-flex-basis: 6em;
            -ms-flex-preferred-size: 6em;
                flex-basis: 6em; }
      .challenge-register-form .form-row .form-item-holder__half .form-item-retailer-of-purchase {
        display: table;
        width: 100%; }
        @media (min-width: 66.25em) {
          .challenge-register-form .form-row .form-item-holder__half .form-item-retailer-of-purchase {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: auto; } }
      .challenge-register-form .form-row .form-item-holder__half.retailer-of-purchase__label {
        margin-bottom: 0; }
  .challenge-register-form .form-green label {
    color: #154734; }
  .challenge-register-form .txt-error {
    display: none;
    margin-top: 0.75em; }
  .challenge-register-form .has-error .txt-error {
    display: block; }
  .challenge-register-form .form-item-birth-date {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-basis: 6em;
        -ms-flex-preferred-size: 6em;
            flex-basis: 6em; }
  .challenge-register-form #edit-birth-date label {
    display: none; }
  @media (min-width: 48em) {
    .challenge-register-form #edit-birth-date > .form-item {
      float: left;
      display: block;
      margin-right: 1.2787723785%;
      width: 32.4808184143%;
      margin-bottom: 0; }
      .challenge-register-form #edit-birth-date > .form-item:last-child {
        margin-right: 0; }
      .challenge-register-form #edit-birth-date > .form-item:nth-child(3) {
        margin-right: 0; } }
  .challenge-register-form .button-holder {
    padding-top: 1.5em;
    margin-top: 2.25em;
    text-align: center;
    clear: both; }
    .challenge-register-form .button-holder .form-item-holder {
      display: block; }
  .challenge-register-form .terms-checks .form-item-tc label {
    text-decoration: underline; }
  .challenge-register-form .terms-checks label {
    display: inline-block;
    text-transform: none;
    font-weight: normal;
    width: 90%;
    float: right; }
    @media (min-width: 48em) {
      .challenge-register-form .terms-checks label {
        width: 92%; } }
    @media (min-width: 66.25em) {
      .challenge-register-form .terms-checks label {
        width: 95%; } }
  .challenge-register-form .terms-checks input[type="checkbox"] {
    float: left;
    margin-top: 4px;
    margin-right: 10px; }
  .challenge-register-form .captcha label, .challenge-register-form .captcha .field-prefix {
    float: left;
    margin-right: 20px;
    line-height: 42px; }
  .challenge-register-form .captcha .field-prefix {
    color: #154734; }
  .challenge-register-form .captcha input {
    float: left;
    width: auto; }
  .challenge-register-form .captcha .description {
    display: none; }
  .challenge-register-form #edit-topics .form-item {
    float: left;
    margin: 0 10px 10px 0; }
  .challenge-register-form #edit-topics input {
    display: none; }
  .challenge-register-form #edit-topics label {
    cursor: pointer;
    margin: 0; }
  .challenge-register-form .ajax-progress {
    margin-bottom: 0.75em; }
  .challenge-register-form .form-intro-text {
    padding-bottom: 20px; }
    @media (min-width: 66.25em) {
      .challenge-register-form .form-intro-text {
        padding-bottom: 40px; } }
    .challenge-register-form .form-intro-text p {
      font-size: 1.555em; }

.challenge-block {
  position: relative; }
  .challenge-block::after {
    clear: both;
    content: "";
    display: block; }
  .challenge-block .challenge-block--caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    z-index: 99;
    text-align: center; }
    @media (min-width: 66.25em) {
      .challenge-block .challenge-block--caption {
        left: 50%;
        margin-left: -37.5%;
        width: 75%;
        padding: 3em; } }
    .challenge-block .challenge-block--caption h1, .challenge-block .challenge-block--caption h2, .challenge-block .challenge-block--caption h3, .challenge-block .challenge-block--caption .site-footer .footer-nav .pane-title, .site-footer .footer-nav .challenge-block .challenge-block--caption .pane-title, .challenge-block .challenge-block--caption h4 {
      font-size: 0.5627813555em;
      color: #fff; }
      @media (min-width: 48em) {
        .challenge-block .challenge-block--caption h1, .challenge-block .challenge-block--caption h2, .challenge-block .challenge-block--caption h3, .challenge-block .challenge-block--caption .site-footer .footer-nav .pane-title, .site-footer .footer-nav .challenge-block .challenge-block--caption .pane-title, .challenge-block .challenge-block--caption h4 {
          font-size: 1.776889em; } }
    .challenge-block .challenge-block--caption.bottom {
      top: auto;
      bottom: 0; }
      .challenge-block .challenge-block--caption.bottom h1, .challenge-block .challenge-block--caption.bottom h2, .challenge-block .challenge-block--caption.bottom h3, .challenge-block .challenge-block--caption.bottom .site-footer .footer-nav .pane-title, .site-footer .footer-nav .challenge-block .challenge-block--caption.bottom .pane-title, .challenge-block .challenge-block--caption.bottom h4, .challenge-block .challenge-block--caption.bottom p {
        display: none; }
        @media (min-width: 48em) {
          .challenge-block .challenge-block--caption.bottom h1, .challenge-block .challenge-block--caption.bottom h2, .challenge-block .challenge-block--caption.bottom h3, .challenge-block .challenge-block--caption.bottom .site-footer .footer-nav .pane-title, .site-footer .footer-nav .challenge-block .challenge-block--caption.bottom .pane-title, .challenge-block .challenge-block--caption.bottom h4, .challenge-block .challenge-block--caption.bottom p {
            display: block; } }
  .challenge-block p, .challenge-block span {
    font-size: 0.7501875469em;
    color: #fff; }
    @media (min-width: 48em) {
      .challenge-block p, .challenge-block span {
        font-size: 1.333em; } }
  .challenge-block img {
    float: left; }

.node-type-activia-challenge-new .play-video-container,
.node-type-activia-challenge-new .challenge-container {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute; }
  .node-type-activia-challenge-new .play-video-container .ghost-button, .node-type-activia-challenge-new .play-video-container .modal__top form .activia_ajax_submit_link, .modal__top form .node-type-activia-challenge-new .play-video-container .activia_ajax_submit_link, .node-type-activia-challenge-new .play-video-container .modal__footer a, .modal__footer .node-type-activia-challenge-new .play-video-container a, .node-type-activia-challenge-new .play-video-container body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .node-type-activia-challenge-new .play-video-container .cta_newsbtn, .node-type-activia-challenge-new .play-video-container
  body.front .explore-our-science .cta_newsbtn,
  body.front .explore-our-science .node-type-activia-challenge-new .play-video-container .cta_newsbtn, .node-type-activia-challenge-new .play-video-container .view-footer a, .view-footer .node-type-activia-challenge-new .play-video-container a, .node-type-activia-challenge-new .play-video-container .contact__aside .cta_newsbtn, .contact__aside .node-type-activia-challenge-new .play-video-container .cta_newsbtn, .node-type-activia-challenge-new .play-video-container .sign-up-form #edit-topics label, .sign-up-form #edit-topics .node-type-activia-challenge-new .play-video-container label, .node-type-activia-challenge-new .play-video-container .sign-up-form .activia_ajax_submit_link, .sign-up-form .node-type-activia-challenge-new .play-video-container .activia_ajax_submit_link, .node-type-activia-challenge-new .play-video-container .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .node-type-activia-challenge-new .play-video-container .activia_ajax_submit_link, .node-type-activia-challenge-new .play-video-container
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .node-type-activia-challenge-new .play-video-container .activia_ajax_submit_link, .node-type-activia-challenge-new .play-video-container .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .node-type-activia-challenge-new .play-video-container label, .node-type-activia-challenge-new .play-video-container .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .node-type-activia-challenge-new .play-video-container .activia_ajax_submit_link,
  .node-type-activia-challenge-new .challenge-container .ghost-button,
  .node-type-activia-challenge-new .challenge-container .modal__top form .activia_ajax_submit_link, .modal__top form
  .node-type-activia-challenge-new .challenge-container .activia_ajax_submit_link,
  .node-type-activia-challenge-new .challenge-container .modal__footer a, .modal__footer
  .node-type-activia-challenge-new .challenge-container a,
  .node-type-activia-challenge-new .challenge-container body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science
  .node-type-activia-challenge-new .challenge-container .cta_newsbtn,
  .node-type-activia-challenge-new .challenge-container
  body.front .explore-our-science .cta_newsbtn,
  body.front .explore-our-science
  .node-type-activia-challenge-new .challenge-container .cta_newsbtn,
  .node-type-activia-challenge-new .challenge-container .view-footer a, .view-footer
  .node-type-activia-challenge-new .challenge-container a,
  .node-type-activia-challenge-new .challenge-container .contact__aside .cta_newsbtn, .contact__aside
  .node-type-activia-challenge-new .challenge-container .cta_newsbtn,
  .node-type-activia-challenge-new .challenge-container .sign-up-form #edit-topics label, .sign-up-form #edit-topics
  .node-type-activia-challenge-new .challenge-container label,
  .node-type-activia-challenge-new .challenge-container .sign-up-form .activia_ajax_submit_link, .sign-up-form
  .node-type-activia-challenge-new .challenge-container .activia_ajax_submit_link,
  .node-type-activia-challenge-new .challenge-container .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content
  .node-type-activia-challenge-new .challenge-container .activia_ajax_submit_link,
  .node-type-activia-challenge-new .challenge-container
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content
  .node-type-activia-challenge-new .challenge-container .activia_ajax_submit_link,
  .node-type-activia-challenge-new .challenge-container .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics
  .node-type-activia-challenge-new .challenge-container label,
  .node-type-activia-challenge-new .challenge-container .challenge-register-form .activia_ajax_submit_link, .challenge-register-form
  .node-type-activia-challenge-new .challenge-container .activia_ajax_submit_link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }

.node-type-activia-challenge-new .challenge-container .ghost-button, .node-type-activia-challenge-new .challenge-container .modal__top form .activia_ajax_submit_link, .modal__top form .node-type-activia-challenge-new .challenge-container .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-container .modal__footer a, .modal__footer .node-type-activia-challenge-new .challenge-container a, .node-type-activia-challenge-new .challenge-container body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .node-type-activia-challenge-new .challenge-container .cta_newsbtn, .node-type-activia-challenge-new .challenge-container
body.front .explore-our-science .cta_newsbtn,
body.front .explore-our-science .node-type-activia-challenge-new .challenge-container .cta_newsbtn, .node-type-activia-challenge-new .challenge-container .view-footer a, .view-footer .node-type-activia-challenge-new .challenge-container a, .node-type-activia-challenge-new .challenge-container .contact__aside .cta_newsbtn, .contact__aside .node-type-activia-challenge-new .challenge-container .cta_newsbtn, .node-type-activia-challenge-new .challenge-container .sign-up-form #edit-topics label, .sign-up-form #edit-topics .node-type-activia-challenge-new .challenge-container label, .node-type-activia-challenge-new .challenge-container .sign-up-form .activia_ajax_submit_link, .sign-up-form .node-type-activia-challenge-new .challenge-container .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-container .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .node-type-activia-challenge-new .challenge-container .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-container
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .node-type-activia-challenge-new .challenge-container .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-container .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .node-type-activia-challenge-new .challenge-container label, .node-type-activia-challenge-new .challenge-container .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .node-type-activia-challenge-new .challenge-container .activia_ajax_submit_link {
  top: 72%;
  left: 67%; }

.node-type-activia-challenge-new .post-preview .tag {
  background: #00966C;
  color: white; }

@media (max-width: 768px) {
  .node-type-activia-challenge-new .page-hero {
    height: 250px !important; }
    .node-type-activia-challenge-new .page-hero .ghost-button, .node-type-activia-challenge-new .page-hero .modal__top form .activia_ajax_submit_link, .modal__top form .node-type-activia-challenge-new .page-hero .activia_ajax_submit_link, .node-type-activia-challenge-new .page-hero .modal__footer a, .modal__footer .node-type-activia-challenge-new .page-hero a, .node-type-activia-challenge-new .page-hero body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .node-type-activia-challenge-new .page-hero .cta_newsbtn, .node-type-activia-challenge-new .page-hero
    body.front .explore-our-science .cta_newsbtn,
    body.front .explore-our-science .node-type-activia-challenge-new .page-hero .cta_newsbtn, .node-type-activia-challenge-new .page-hero .view-footer a, .view-footer .node-type-activia-challenge-new .page-hero a, .node-type-activia-challenge-new .page-hero .contact__aside .cta_newsbtn, .contact__aside .node-type-activia-challenge-new .page-hero .cta_newsbtn, .node-type-activia-challenge-new .page-hero .sign-up-form #edit-topics label, .sign-up-form #edit-topics .node-type-activia-challenge-new .page-hero label, .node-type-activia-challenge-new .page-hero .sign-up-form .activia_ajax_submit_link, .sign-up-form .node-type-activia-challenge-new .page-hero .activia_ajax_submit_link, .node-type-activia-challenge-new .page-hero .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .node-type-activia-challenge-new .page-hero .activia_ajax_submit_link, .node-type-activia-challenge-new .page-hero
    .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
    .pane-activiav2-user-activia2-user-pass-recovery .pane-content .node-type-activia-challenge-new .page-hero .activia_ajax_submit_link, .node-type-activia-challenge-new .page-hero .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .node-type-activia-challenge-new .page-hero label, .node-type-activia-challenge-new .page-hero .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .node-type-activia-challenge-new .page-hero .activia_ajax_submit_link {
      bottom: 10px; } }

.node-type-activia-challenge-new .challenge-preview .post-preview__banner .ghost-button, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .modal__top form .activia_ajax_submit_link, .modal__top form .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .modal__footer a, .modal__footer .node-type-activia-challenge-new .challenge-preview .post-preview__banner a, .node-type-activia-challenge-new .challenge-preview .post-preview__banner body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .node-type-activia-challenge-new .challenge-preview .post-preview__banner .cta_newsbtn, .node-type-activia-challenge-new .challenge-preview .post-preview__banner
body.front .explore-our-science .cta_newsbtn,
body.front .explore-our-science .node-type-activia-challenge-new .challenge-preview .post-preview__banner .cta_newsbtn, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .view-footer a, .view-footer .node-type-activia-challenge-new .challenge-preview .post-preview__banner a, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .contact__aside .cta_newsbtn, .contact__aside .node-type-activia-challenge-new .challenge-preview .post-preview__banner .cta_newsbtn, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .sign-up-form #edit-topics label, .sign-up-form #edit-topics .node-type-activia-challenge-new .challenge-preview .post-preview__banner label, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .sign-up-form .activia_ajax_submit_link, .sign-up-form .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-preview .post-preview__banner
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .node-type-activia-challenge-new .challenge-preview .post-preview__banner label, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link {
  text-align: center;
  white-space: nowrap;
  z-index: 1; }

@media (max-width: 768px) {
  .node-type-activia-challenge-new .challenge-preview .post-preview__banner {
    height: 300px !important; }
    .node-type-activia-challenge-new .challenge-preview .post-preview__banner .ghost-button, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .modal__top form .activia_ajax_submit_link, .modal__top form .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .modal__footer a, .modal__footer .node-type-activia-challenge-new .challenge-preview .post-preview__banner a, .node-type-activia-challenge-new .challenge-preview .post-preview__banner body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .node-type-activia-challenge-new .challenge-preview .post-preview__banner .cta_newsbtn, .node-type-activia-challenge-new .challenge-preview .post-preview__banner
    body.front .explore-our-science .cta_newsbtn,
    body.front .explore-our-science .node-type-activia-challenge-new .challenge-preview .post-preview__banner .cta_newsbtn, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .view-footer a, .view-footer .node-type-activia-challenge-new .challenge-preview .post-preview__banner a, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .contact__aside .cta_newsbtn, .contact__aside .node-type-activia-challenge-new .challenge-preview .post-preview__banner .cta_newsbtn, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .sign-up-form #edit-topics label, .sign-up-form #edit-topics .node-type-activia-challenge-new .challenge-preview .post-preview__banner label, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .sign-up-form .activia_ajax_submit_link, .sign-up-form .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-preview .post-preview__banner
    .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
    .pane-activiav2-user-activia2-user-pass-recovery .pane-content .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .node-type-activia-challenge-new .challenge-preview .post-preview__banner label, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link {
      top: 65% !important;
      left: initial !important;
      right: 17% !important;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

@media (max-width: 450px) {
  .node-type-activia-challenge-new .challenge-preview .post-preview__banner {
    height: 200px !important; }
    .node-type-activia-challenge-new .challenge-preview .post-preview__banner .ghost-button, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .modal__top form .activia_ajax_submit_link, .modal__top form .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .modal__footer a, .modal__footer .node-type-activia-challenge-new .challenge-preview .post-preview__banner a, .node-type-activia-challenge-new .challenge-preview .post-preview__banner body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .node-type-activia-challenge-new .challenge-preview .post-preview__banner .cta_newsbtn, .node-type-activia-challenge-new .challenge-preview .post-preview__banner
    body.front .explore-our-science .cta_newsbtn,
    body.front .explore-our-science .node-type-activia-challenge-new .challenge-preview .post-preview__banner .cta_newsbtn, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .view-footer a, .view-footer .node-type-activia-challenge-new .challenge-preview .post-preview__banner a, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .contact__aside .cta_newsbtn, .contact__aside .node-type-activia-challenge-new .challenge-preview .post-preview__banner .cta_newsbtn, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .sign-up-form #edit-topics label, .sign-up-form #edit-topics .node-type-activia-challenge-new .challenge-preview .post-preview__banner label, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .sign-up-form .activia_ajax_submit_link, .sign-up-form .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-preview .post-preview__banner
    .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
    .pane-activiav2-user-activia2-user-pass-recovery .pane-content .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .node-type-activia-challenge-new .challenge-preview .post-preview__banner label, .node-type-activia-challenge-new .challenge-preview .post-preview__banner .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .node-type-activia-challenge-new .challenge-preview .post-preview__banner .activia_ajax_submit_link {
      right: 6% !important; } }

.article__date {
  display: none !important; }

.views-widget .description {
  display: none !important; }

#footer_tc_privacy {
  display: none; }

#page-back-to-top, .pane-activia-breadcrumbs {
  display: none !important; }

.pane-feel-good-article-listing-block-latest-articles .pane-title {
  margin-top: 1.5em; }

.pane-content .view-header {
  margin-bottom: 1.5em; }

.front .contact__aside, .front .pane-node-field-intro-text {
  display: none; }

.front .pane-feel-good-article-listing-block-articlefeelgood-custom .pane-title {
  display: none; }

.pane-feel-good-article-listing-block-article-detail-default h2,
.pane-feel-good-article-listing-block-article-detail-custom h2 {
  text-align: center;
  margin-top: 3em; }

.page-hero.green, .fadeIn.green {
  color: #154734 !important; }
  .page-hero.green + p, .fadeIn.green + p {
    color: #154734 !important; }

.page-hero.white, .fadeIn.white {
  color: #fff !important; }
  .page-hero.white + p, .fadeIn.white + p {
    color: #fff !important; }

.page-hero.black, .fadeIn.black {
  color: #000 !important; }
  .page-hero.black + p, .fadeIn.black + p {
    color: #000 !important; }

.sticky-header {
  display: none !important; }

.node-type-product .pane-feel-good-article-listing-block-article-promoted-subpage {
  display: none; }

.voucher-panel {
  display: none; }

.product-hero__image img {
  height: auto; }

.not-front .page-hero {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 3em; }

.page-node-21 .page-hero {
  color: #154734 !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-bottom: 1.5em; }

.simple-page h1 {
  text-transform: capitalize;
  font-size: 1.776889em; }

.simple-page h2, .simple-page h3, .simple-page .site-footer .footer-nav .pane-title, .site-footer .footer-nav .simple-page .pane-title, .simple-page h4, .simple-page h5 {
  font-weight: bold;
  font-size: 0.7501875469em;
  margin: 3em 0 1.5em; }

.simple-page ul {
  margin-left: 1.5em; }
  .simple-page ul li {
    list-style-type: disc;
    margin-bottom: 0.5em; }

.simple-page strong {
  font-weight: bold; }

.simple-page table td {
  padding: 0.5em 0.8em; }

@media (max-width: 29.99em) {
  .not-front .page-hero {
    height: 400px; } }

.node-type-article .page-hero {
  margin-bottom: 0; }

.node-type-article article table, .node-type-article article td, .node-type-article article tr, .node-type-article article th {
  width: 100% !important; }

@media (max-width: 47.99em) {
  .node-type-article .page-hero {
    height: 250px; }
  .node-type-article article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .node-type-article * {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .node-type-article .social-channels {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1em; }
  .node-type-article .is_stuck + div {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .node-type-article .breadcrumb {
    display: none; } }

@media (min-width: 48em) and (max-width: 66.24em) {
  .node-type-article .page-hero {
    height: 400px;
    margin-bottom: 0; } }

.lang-pt-br.front-logged-in .site-header .menu li a {
  padding-right: 0; }

.page-node-521 .page-hero {
  color: #154734; }

.page-node-2155.activia_reskin_kr .page-hero {
  color: #154734; }

.page-node-21.activia_reskin_kr .page-hero {
  color: #154734; }
  .page-node-21.activia_reskin_kr .page-hero h1, .page-node-21.activia_reskin_kr .page-hero p {
    color: #154734; }

@media (min-width: 66.25em) {
  .activia_reskin_br .node-type-product table td {
    text-align: right; }
  .activia_reskin_br .node-type-product table td:first-child {
    text-align: left; }
  .activia_reskin_br .node-type-product table tr:first-child td {
    text-align: center;
    font-weight: bold; }
  .activia_reskin_br .node-type-product table tr:nth-child(2) td {
    font-weight: bold; } }

.activia_reskin_be.page-node-591 .pane-content {
  text-align: center; }

.activia_reskin_aus .page-hero h1 {
  margin-top: 260px; }

@media screen and (max-width: 675px) {
  .activia_reskin_aus .page-hero h1 {
    margin-top: 0px; } }

@media screen and (max-width: 420px) {
  .activia_reskin_aus .page-hero h1 {
    margin-top: 0px;
    font-size: 1.8em !important; } }

.activia_reskin_aus .pane-menu-menu-healthy-living h2:after {
  content: "";
  display: block;
  border-bottom: 2px solid #DDCA76;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  width: 40px;
  margin: 0.75em auto 1.5em; }

.activia_reskin_aus .explore-our-science {
  background-image: initial !important;
  background-color: initial !important; }

.activia_reskin_aus .lifestyle-banner {
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  background-color: #154734;
  padding: 10px 0; }

.activia_reskin_aus .lifestyle-banner .lifestyle-banner-content {
  width: 70%;
  margin: 0 auto; }

@media (max-width: 47.99em) {
  .activia_reskin_aus .lifestyle-banner .lifestyle-banner-content {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; } }

.activia_reskin_aus .lifestyle-banner .lifestyle-banner-content p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 13px; }

@media (max-width: 47.99em) {
  .activia_reskin_aus .lifestyle-banner .lifestyle-banner-content p {
    font-size: 10px; } }

.activia_reskin_pl .blue-text {
  color: #69a7c7; }

.page-node-1891, .ambassadors {
  /* End Menu*/ }
  @media (min-width: 1271px) and (max-width: 1400px) {
    .page-node-1891 #topbar .menu li a, .ambassadors #topbar .menu li a {
      padding: 0 8px !important; } }
  @media (min-width: 1237px) and (max-width: 1270px) {
    .page-node-1891 #topbar .menu li a, .ambassadors #topbar .menu li a {
      padding: 0 5px !important; } }
  @media (min-width: 1071px) and (max-width: 1237px) {
    .page-node-1891 #topbar .menu li a, .ambassadors #topbar .menu li a {
      font-size: 15px !important; }
    .page-node-1891 #topbar .signup-btn, .ambassadors #topbar .signup-btn {
      font-size: 15px !important; } }
  @media (min-width: 1071px) and (max-width: 1400px) {
    .page-node-1891 #topbar .signup-btn, .ambassadors #topbar .signup-btn {
      padding: 0 !important; } }
  @media screen and (max-width: 767px) {
    .page-node-1891 .preview-block--article .post-preview, .ambassadors .preview-block--article .post-preview {
      margin-bottom: 50px; } }
  .page-node-1891 .view-mode-hero img, .ambassadors .view-mode-hero img {
    width: 100%;
    height: 100%; }
  .page-node-1891 .field-name-field-title p, .ambassadors .field-name-field-title p {
    color: #00420e;
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-bottom: 30px; }
    .page-node-1891 .field-name-field-title p:after, .ambassadors .field-name-field-title p:after {
      content: '';
      display: block;
      width: 40px;
      height: 2px;
      background: #decb6f;
      margin: 20px auto 0; }
    @media screen and (max-width: 767px) {
      .page-node-1891 .field-name-field-title p, .ambassadors .field-name-field-title p {
        margin-bottom: 20px; } }
  .page-node-1891 .field-name-title-field.field-wrapper, .ambassadors .field-name-title-field.field-wrapper {
    display: none; }
  .page-node-1891 .articles, .ambassadors .articles {
    position: relative;
    overflow: hidden; }
  .page-node-1891 .articles .pw, .ambassadors .articles .pw {
    position: absolute;
    bottom: -71px;
    min-height: auto;
    background: rgba(0, 0, 0, 0.4) url("../images/article_overlay.png");
    width: 100%;
    padding: 18px 14px 14px 20px;
    transition: bottom 250ms linear 0s; }
  .page-node-1891 .articles:hover .pw, .ambassadors .articles:hover .pw {
    bottom: 0; }
  .page-node-1891 .articles-image, .ambassadors .articles-image {
    display: block;
    position: relative; }
    .page-node-1891 .articles-image .articles-image-hero img, .ambassadors .articles-image .articles-image-hero img {
      display: block; }
    .page-node-1891 .articles-image .articles-featured-video, .ambassadors .articles-image .articles-featured-video {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 20px; }
  .page-node-1891 .articles-info .articles-info--title, .ambassadors .articles-info .articles-info--title {
    color: #00420e;
    font-size: 22px;
    margin-bottom: 0; }
  .page-node-1891 .articles-info .articles-info--subtitle, .ambassadors .articles-info .articles-info--subtitle {
    display: block;
    padding: 5px 0;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #4b4b4b;
    text-transform: uppercase; }
  .page-node-1891 .articles-info .articles-info--description, .ambassadors .articles-info .articles-info--description {
    display: block;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif; }
  .page-node-1891 .panel-pane.pane-views-panes .pane-title, .ambassadors .panel-pane.pane-views-panes .pane-title {
    display: none; }
  .page-node-1891 .panel-separator, .ambassadors .panel-separator {
    padding-bottom: 10px;
    width: 100%; }
  .page-node-1891 .field-name-field-subtitle-ca, .ambassadors .field-name-field-subtitle-ca {
    width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .page-node-1891 .field-name-field-subtitle-ca, .ambassadors .field-name-field-subtitle-ca {
        width: 90%; } }
  .page-node-1891 .field-name-field-subtitle-ca p, .ambassadors .field-name-field-subtitle-ca p {
    text-align: center;
    font-size: 22px;
    color: #232a37;
    line-height: 30px;
    padding: 0;
    margin: auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .page-node-1891 .field-name-field-subtitle-ca p, .ambassadors .field-name-field-subtitle-ca p {
        font-size: 18px; } }
  .page-node-1891 header#topbar .panel-display .panel-separator, .ambassadors header#topbar .panel-display .panel-separator {
    display: none; }
  .page-node-1891 .field-collection-item-field-only-for-ca-regegister, .ambassadors .field-collection-item-field-only-for-ca-regegister {
    margin: 60px 0; }
    @media screen and (max-width: 767px) {
      .page-node-1891 .field-collection-item-field-only-for-ca-regegister, .ambassadors .field-collection-item-field-only-for-ca-regegister {
        margin: 20px 0; } }
  .page-node-1891 .page-hero .wow, .ambassadors .page-hero .wow {
    display: none; }
  .page-node-1891 .preview-block .pw-widget, .page-node-1891 .video-slider .pw-widget, .ambassadors .preview-block .pw-widget, .ambassadors .video-slider .pw-widget {
    display: none; }
  .page-node-1891 .preview-block .articles, .page-node-1891 .video-slider .articles, .ambassadors .preview-block .articles, .ambassadors .video-slider .articles {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .page-node-1891 .preview-block .articles, .page-node-1891 .video-slider .articles, .ambassadors .preview-block .articles, .ambassadors .video-slider .articles {
        margin-bottom: 5px; } }
    .page-node-1891 .preview-block .articles img, .page-node-1891 .video-slider .articles img, .ambassadors .preview-block .articles img, .ambassadors .video-slider .articles img {
      height: 100%; }
  .page-node-1891 .preview-block .articles-info .articles-info--title, .page-node-1891 .video-slider .articles-info .articles-info--title, .ambassadors .preview-block .articles-info .articles-info--title, .ambassadors .video-slider .articles-info .articles-info--title {
    display: block;
    font-size: 20px;
    margin-bottom: 9px; }
    @media screen and (max-width: 767px) {
      .page-node-1891 .preview-block .articles-info .articles-info--title, .page-node-1891 .video-slider .articles-info .articles-info--title, .ambassadors .preview-block .articles-info .articles-info--title, .ambassadors .video-slider .articles-info .articles-info--title {
        margin-bottom: 0; } }
  .page-node-1891 .preview-block .articles-info .articles-info--subtitle, .page-node-1891 .video-slider .articles-info .articles-info--subtitle, .ambassadors .preview-block .articles-info .articles-info--subtitle, .ambassadors .video-slider .articles-info .articles-info--subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2.5px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .page-node-1891 .preview-block .articles-info .articles-info--subtitle, .page-node-1891 .video-slider .articles-info .articles-info--subtitle, .ambassadors .preview-block .articles-info .articles-info--subtitle, .ambassadors .video-slider .articles-info .articles-info--subtitle {
        margin-bottom: 0; } }

.activia_reskin_mx .form-item-email-confirm label, .activia_reskin_mx .form-item-email label {
  height: 50px; }
  @media screen and (max-width: 767px) {
    .activia_reskin_mx .form-item-email-confirm label, .activia_reskin_mx .form-item-email label {
      height: initial; } }

.activia_reskin_mx .field-name-field-nutritional-info-table tr th {
  padding-right: initial; }
  @media screen and (max-width: 767px) {
    .activia_reskin_mx .field-name-field-nutritional-info-table tr th {
      padding-right: 40px; } }

@media screen and (max-width: 767px) {
  .activia_reskin_mx .view-id-videos .video-bg .heading--large {
    font-size: 1.9em; } }

@media screen and (max-width: 767px) {
  .activia_reskin_mx .hero-video__video .ghost-button, .activia_reskin_mx .hero-video__video .modal__top form .activia_ajax_submit_link, .modal__top form .activia_reskin_mx .hero-video__video .activia_ajax_submit_link, .activia_reskin_mx .hero-video__video .modal__footer a, .modal__footer .activia_reskin_mx .hero-video__video a, .activia_reskin_mx .hero-video__video body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .activia_reskin_mx .hero-video__video .cta_newsbtn, .activia_reskin_mx .hero-video__video
  body.front .explore-our-science .cta_newsbtn,
  body.front .explore-our-science .activia_reskin_mx .hero-video__video .cta_newsbtn, .activia_reskin_mx .hero-video__video .view-footer a, .view-footer .activia_reskin_mx .hero-video__video a, .activia_reskin_mx .hero-video__video .contact__aside .cta_newsbtn, .contact__aside .activia_reskin_mx .hero-video__video .cta_newsbtn, .activia_reskin_mx .hero-video__video .sign-up-form #edit-topics label, .sign-up-form #edit-topics .activia_reskin_mx .hero-video__video label, .activia_reskin_mx .hero-video__video .sign-up-form .activia_ajax_submit_link, .sign-up-form .activia_reskin_mx .hero-video__video .activia_ajax_submit_link, .activia_reskin_mx .hero-video__video .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_reskin_mx .hero-video__video .activia_ajax_submit_link, .activia_reskin_mx .hero-video__video
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_reskin_mx .hero-video__video .activia_ajax_submit_link, .activia_reskin_mx .hero-video__video .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .activia_reskin_mx .hero-video__video label, .activia_reskin_mx .hero-video__video .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .activia_reskin_mx .hero-video__video .activia_ajax_submit_link {
    padding: 2em;
    padding-top: 0.8em; } }

.activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner a.ghost-button, .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner .modal__top form a.activia_ajax_submit_link, .modal__top form .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner a.activia_ajax_submit_link, .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner .modal__footer a, .modal__footer .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner a, .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner body.front .explore-the-science a.cta_newsbtn, body.front .explore-the-science .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner a.cta_newsbtn, .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner
body.front .explore-our-science a.cta_newsbtn,
body.front .explore-our-science .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner a.cta_newsbtn, .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner .view-footer a, .view-footer .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner a, .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner .contact__aside a.cta_newsbtn, .contact__aside .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner a.cta_newsbtn, .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner .sign-up-form a.activia_ajax_submit_link, .sign-up-form .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner a.activia_ajax_submit_link, .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner .pane-activiav2-user-activia2-user-pass-reset .pane-content a.activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner a.activia_ajax_submit_link, .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner
.pane-activiav2-user-activia2-user-pass-recovery .pane-content a.activia_ajax_submit_link,
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner a.activia_ajax_submit_link, .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner .challenge-register-form a.activia_ajax_submit_link, .challenge-register-form .activia_reskin_mx .field-collection-item-field-campaing-video .video-preview__banner a.activia_ajax_submit_link {
  left: 0 !important;
  margin: 0 auto !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
  width: 80% !important;
  text-align: center !important;
  right: 0 !important; }

@media screen and (max-width: 767px) {
  .activia_reskin_mx .product-hero__image img {
    height: auto;
    max-height: 250px;
    width: initial;
    margin-bottom: 20px; } }

.activia_reskin_mx.page-node-591 .pane-feel-good-article-listing-block-articles-feelgood-subpage {
  display: none; }

.activia_reskin_de .form-item-flavor #simpleselect_edit-flavor .options {
  overflow-y: scroll !important; }

@media screen and (max-width: 767px) {
  .activia_reskin_de .explore-the-science .explore-our-science__inner .heading--large {
    font-size: 1.85em; } }

@media screen and (max-width: 767px) {
  .activia_reskin_de .view-products .pagination {
    padding-top: 0px; } }

@media screen and (max-width: 479px) {
  .activia_reskin_de #node-406 h1.node-title {
    font-size: 1.2em; } }

.activia_reskin_us {
  /*
  * Fixing /healthcare-professionals main header hero phrase, so it doesn't break in mobile devices
  * By: Bruno Lima
  * Date: 01/16/2017
  */
  /*
   * Fixing next/previous buttons disposition on landscape view for mobile devices
   * By: Bruno Lima
   * Date: 01/23/2017
   * SRC: https://mirumeurope.atlassian.net/browse/AU-1244
   */ }
  .activia_reskin_us .explore-the-science .explore-our-science__inner .heading--large {
    font-size: 1.5em !important; }
    @media (min-width: 48em) {
      .activia_reskin_us .explore-the-science .explore-our-science__inner .heading--large {
        font-size: 1.85em; } }
    .activia_reskin_us .explore-the-science .explore-our-science__inner .heading--large.green {
      color: #154734; }
  .activia_reskin_us .page-hero .fadeIn.green {
    color: #154734; }
  @media (min-width: 48em) {
    .activia_reskin_us .page-hero p {
      max-width: 45%;
      font-size: 1em; } }
  @media (min-width: 20em) {
    .activia_reskin_us .page-hero h1 {
      font-size: 1.2em; } }
  @media (min-width: 30em) {
    .activia_reskin_us .page-hero h1 {
      font-size: 2.2em; } }
  @media (min-width: 48em) {
    .activia_reskin_us .page-hero h1 {
      font-size: 2.3em;
      max-width: 65%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
    .activia_reskin_us .flexslider .flex-direction-nav .flex-nav-prev a {
      margin: 110px 0 0; }
    .activia_reskin_us .flexslider .flex-direction-nav .flex-nav-next a {
      margin: 110px 0 0; } }

.activia_reskin_pl .field-name-field-nutritional-information table tbody tr td {
  font-size: 1em !important; }
  .activia_reskin_pl .field-name-field-nutritional-information table tbody tr td span {
    font-size: 1em !important; }

.activia_reskin_pl .activia_reskin_pl .sign-up-form__inner .form-item-holder label {
  margin-top: 0.3em;
  margin-bottom: 0; }

.activia_reskin_pl .activia_reskin_pl .sign-up-form .terms-checks input[type="checkbox"] {
  float: left;
  margin-top: 8.5px;
  margin-right: 10px; }

@media screen and (max-width: 767px) {
  .activia_reskin_pl .product-hero__image img {
    height: auto;
    max-height: 250px;
    width: initial;
    margin-bottom: 20px; } }

.activia_reskin_pl.page-node-551 .bottom-categories {
  display: none; }

@media screen and (max-width: 767px) {
  .activia_reskin_pl .view-display-id-homepage_products_promoted div .ghost-button, .activia_reskin_pl .view-display-id-homepage_products_promoted div .modal__top form .activia_ajax_submit_link, .modal__top form .activia_reskin_pl .view-display-id-homepage_products_promoted div .activia_ajax_submit_link, .activia_reskin_pl .view-display-id-homepage_products_promoted div .modal__footer a, .modal__footer .activia_reskin_pl .view-display-id-homepage_products_promoted div a, .activia_reskin_pl .view-display-id-homepage_products_promoted div body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .activia_reskin_pl .view-display-id-homepage_products_promoted div .cta_newsbtn, .activia_reskin_pl .view-display-id-homepage_products_promoted div
  body.front .explore-our-science .cta_newsbtn,
  body.front .explore-our-science .activia_reskin_pl .view-display-id-homepage_products_promoted div .cta_newsbtn, .activia_reskin_pl .view-display-id-homepage_products_promoted div .view-footer a, .view-footer .activia_reskin_pl .view-display-id-homepage_products_promoted div a, .activia_reskin_pl .view-display-id-homepage_products_promoted div .contact__aside .cta_newsbtn, .contact__aside .activia_reskin_pl .view-display-id-homepage_products_promoted div .cta_newsbtn, .activia_reskin_pl .view-display-id-homepage_products_promoted div .sign-up-form #edit-topics label, .sign-up-form #edit-topics .activia_reskin_pl .view-display-id-homepage_products_promoted div label, .activia_reskin_pl .view-display-id-homepage_products_promoted div .sign-up-form .activia_ajax_submit_link, .sign-up-form .activia_reskin_pl .view-display-id-homepage_products_promoted div .activia_ajax_submit_link, .activia_reskin_pl .view-display-id-homepage_products_promoted div .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_reskin_pl .view-display-id-homepage_products_promoted div .activia_ajax_submit_link, .activia_reskin_pl .view-display-id-homepage_products_promoted div
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_reskin_pl .view-display-id-homepage_products_promoted div .activia_ajax_submit_link, .activia_reskin_pl .view-display-id-homepage_products_promoted div .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .activia_reskin_pl .view-display-id-homepage_products_promoted div label, .activia_reskin_pl .view-display-id-homepage_products_promoted div .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .activia_reskin_pl .view-display-id-homepage_products_promoted div .activia_ajax_submit_link {
    width: 80%; } }

.activia_reskin_pl.node-type-article .pane-products-homepage-products-promoted h2 {
  text-align: center; }

@media (min-width: 768px) and (max-width: 1085px) {
  .activia_reskin_pl.front .page-hero h1 {
    font-size: 2.8em; } }

.activia_reskin_pl .cookies .cookieSec {
  max-width: 65em; }

.activia_reskin_fr .pane-activiav2-user-activia2-user-register .terms-checks .form-item-news div#edit-news div {
  margin-right: 0; }
  .activia_reskin_fr .pane-activiav2-user-activia2-user-register .terms-checks .form-item-news div#edit-news div > label {
    margin-left: 0; }

.activia_reskin_fr .pane-activiav2-user-activia2-user-register div.form-item-newsletter label {
  margin-left: 0; }

.activia_reskin_fr .pane-activiav2-user-activia2-user-register div.form-item-tc label {
  margin-left: 0; }

.activia_reskin_fr .pane-activiav2-user-activia2-user-register div.form-item-captcha-response label {
  display: block;
  width: initial;
  margin: 0;
  float: left; }

.activia_reskin_fr .pane-activiav2-user-activia2-user-register .terms-checks .form-type-checkbox.form-item-tc .txt-error {
  bottom: 0;
  padding-left: 0; }

@media (min-width: 400px) and (max-width: 768px) {
  .activia_reskin_fr .campaign-q2-2016 .map_section {
    height: 300px !important; } }

@media (max-width: 47.99em) {
  .activia_reskin_fr .swv-wrapper {
    text-align: center;
    padding: 1em; } }

.activia_reskin_ch .pane-cookie-disclaimer {
  display: none; }

.activia_reskin_fi .field-name-field-header p, .activia_reskin_no .field-name-field-header p, .activia_reskin_se .field-name-field-header p {
  margin-left: 0 !important; }

.activia_reskin_fi .field-name-field-header address, .activia_reskin_no .field-name-field-header address, .activia_reskin_se .field-name-field-header address {
  margin-left: 0 !important;
  word-wrap: break-word; }

.activia_reskin_bg .field-name-field-header img {
  width: auto !important;
  height: auto !important; }

.activia_reskin_jp .site-header .site-branding img {
  width: 108px; }

.activia_reskin_jp .page-hero .ghost-button, .activia_reskin_jp .page-hero .modal__top form .activia_ajax_submit_link, .modal__top form .activia_reskin_jp .page-hero .activia_ajax_submit_link, .activia_reskin_jp .page-hero .modal__footer a, .modal__footer .activia_reskin_jp .page-hero a, .activia_reskin_jp .page-hero body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .activia_reskin_jp .page-hero .cta_newsbtn, .activia_reskin_jp .page-hero
body.front .explore-our-science .cta_newsbtn,
body.front .explore-our-science .activia_reskin_jp .page-hero .cta_newsbtn, .activia_reskin_jp .page-hero .view-footer a, .view-footer .activia_reskin_jp .page-hero a, .activia_reskin_jp .page-hero .contact__aside .cta_newsbtn, .contact__aside .activia_reskin_jp .page-hero .cta_newsbtn, .activia_reskin_jp .page-hero .sign-up-form #edit-topics label, .sign-up-form #edit-topics .activia_reskin_jp .page-hero label, .activia_reskin_jp .page-hero .sign-up-form .activia_ajax_submit_link, .sign-up-form .activia_reskin_jp .page-hero .activia_ajax_submit_link, .activia_reskin_jp .page-hero .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_reskin_jp .page-hero .activia_ajax_submit_link, .activia_reskin_jp .page-hero
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_reskin_jp .page-hero .activia_ajax_submit_link, .activia_reskin_jp .page-hero .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .activia_reskin_jp .page-hero label, .activia_reskin_jp .page-hero .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .activia_reskin_jp .page-hero .activia_ajax_submit_link {
  margin-top: 300px; }

.activia_reskin_jp .breadcrumb {
  display: none; }

.activia_reskin_jp .preview-block--home .post-preview:nth-child(3) {
  margin-right: 0.9560229446%; }

.activia_reskin_jp .preview-block--home .post-preview:nth-child(3+1) {
  clear: none; }

.activia_reskin_jp.page-node-551 .page-hero:before, .activia_reskin_jp.page-node-551 .page-hero:after {
  width: 90px; }
  @media (min-width: 30em) {
    .activia_reskin_jp.page-node-551 .page-hero:before, .activia_reskin_jp.page-node-551 .page-hero:after {
      width: 105px; } }
  @media (min-width: 48em) {
    .activia_reskin_jp.page-node-551 .page-hero:before, .activia_reskin_jp.page-node-551 .page-hero:after {
      width: 270px; } }
  @media (min-width: 66.25em) {
    .activia_reskin_jp.page-node-551 .page-hero:before, .activia_reskin_jp.page-node-551 .page-hero:after {
      width: 383px; } }

.activia_reskin_jp.page-node-551 .page-hero h1 {
  max-width: 70%;
  font-size: 1.4em; }
  @media (min-width: 48em) {
    .activia_reskin_jp.page-node-551 .page-hero h1 {
      font-size: 1.5em;
      max-width: 60%; } }
  @media (min-width: 66.25em) {
    .activia_reskin_jp.page-node-551 .page-hero h1 {
      font-size: 2em; } }
  @media (min-width: 81.25em) {
    .activia_reskin_jp.page-node-551 .page-hero h1 {
      font-size: 2.5em; } }

.activia_reskin_jp .heading--medium {
  line-height: 1.6;
  letter-spacing: 0.03em; }

.activia_reskin_jp .sub-home-text h2 {
  padding-bottom: 40px;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.03em; }

.activia_reskin_ca .headroom .language-select-target .placeholder {
  padding: 5px 50px 5px 20px; }

@media (min-width: 48em) {
  .activia_reskin_ca .page-hero h1 {
    font-size: 3em;
    max-width: 90%; } }

.activia_reskin_be .belg-translation-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  z-index: 999;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #333;
  text-transform: uppercase; }

.activia_reskin_pl .products-carousel.slider .slider__slide.is-selected, .activia_reskin_pl .homepage-products.slider .slider__slide.is-selected {
  border: 1px solid; }

.activia_reskin_pl .sign-up-form__inner .form-item-holder label {
  margin-top: 0.3em;
  margin-bottom: 0; }

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  display: block; }

.flex-direction-nav a {
  opacity: 1; }

.flex-control-nav {
  bottom: 50px; }

.flex-direction-nav .flex-prev {
  font-size: 30px; }

.flex-direction-nav .flex-next {
  font-size: 30px; }

.flex-direction-nav a {
  transition: none; }

.flexslider .flex-next, .flexslider .flex-prev {
  opacity: 1; }

.flexslider .flex-prev {
  left: 10px; }

.flexslider .flex-next {
  right: 10px; }

.flex-direction-nav .flex-prev {
  background-image: url(../images/prev-arrow.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 25px; }
  .flex-direction-nav .flex-prev.dark {
    background-image: url(../images/prev-arrow-green.png) !important; }

.flex-direction-nav .flex-next {
  background-image: url(../images/next-arrow.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 25px; }
  .flex-direction-nav .flex-next.dark {
    background-image: url(../images/prev-arrow-green.png) !important; }

.flex-control-paging li a.flex-active {
  background-color: #fff; }

.page-hero p {
  color: #fff; }

.page-hero h1 {
  color: #fff; }

.flexslider .slides .page-hero {
  background-position: 50% 0%; }
  .flexslider .slides .page-hero.live-in-sync, .flexslider .slides .intro-outer .page-hero.meet-the-women, .intro-outer .flexslider .slides .page-hero.meet-the-women {
    background-position: 77% 0%; }
    @media (min-width: 66.25em) {
      .flexslider .slides .page-hero.live-in-sync, .flexslider .slides .intro-outer .page-hero.meet-the-women, .intro-outer .flexslider .slides .page-hero.meet-the-women {
        background-position: 50% 0%; } }

.front .flexslider .ghost-button, .front .flexslider .modal__top form .activia_ajax_submit_link, .modal__top form .front .flexslider .activia_ajax_submit_link, .front .flexslider .modal__footer a, .modal__footer .front .flexslider a, body.front .flexslider .explore-the-science .cta_newsbtn, body.front .explore-the-science .flexslider .cta_newsbtn, body.front .flexslider .explore-our-science .cta_newsbtn, body.front .explore-our-science .flexslider .cta_newsbtn, .front .flexslider .view-footer a, .view-footer .front .flexslider a, .front .flexslider .contact__aside .cta_newsbtn, .contact__aside .front .flexslider .cta_newsbtn, .front .flexslider .sign-up-form #edit-topics label, .sign-up-form #edit-topics .front .flexslider label, .front .flexslider .sign-up-form .activia_ajax_submit_link, .sign-up-form .front .flexslider .activia_ajax_submit_link, .front .flexslider .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .front .flexslider .activia_ajax_submit_link, .front .flexslider
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .front .flexslider .activia_ajax_submit_link, .front .flexslider .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .front .flexslider label, .front .flexslider .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .front .flexslider .activia_ajax_submit_link {
  border-color: #154734;
  background-color: white;
  color: #154734; }
  .front .flexslider .ghost-button:hover, .front .flexslider .modal__top form .activia_ajax_submit_link:hover, .modal__top form .front .flexslider .activia_ajax_submit_link:hover, .front .flexslider .modal__footer a:hover, .modal__footer .front .flexslider a:hover, body.front .flexslider .explore-the-science .cta_newsbtn:hover, body.front .explore-the-science .flexslider .cta_newsbtn:hover, body.front .flexslider .explore-our-science .cta_newsbtn:hover, body.front .explore-our-science .flexslider .cta_newsbtn:hover, .front .flexslider .view-footer a:hover, .view-footer .front .flexslider a:hover, .front .flexslider .contact__aside .cta_newsbtn:hover, .contact__aside .front .flexslider .cta_newsbtn:hover, .front .flexslider .sign-up-form #edit-topics label:hover, .sign-up-form #edit-topics .front .flexslider label:hover, .front .flexslider .sign-up-form .activia_ajax_submit_link:hover, .sign-up-form .front .flexslider .activia_ajax_submit_link:hover, .front .flexslider .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link:hover, .pane-activiav2-user-activia2-user-pass-reset .pane-content .front .flexslider .activia_ajax_submit_link:hover, .front .flexslider
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link:hover,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .front .flexslider .activia_ajax_submit_link:hover, .front .flexslider .challenge-register-form #edit-topics label:hover, .challenge-register-form #edit-topics .front .flexslider label:hover, .front .flexslider .challenge-register-form .activia_ajax_submit_link:hover, .challenge-register-form .front .flexslider .activia_ajax_submit_link:hover {
    background-color: #154734;
    color: white;
    border-color: white; }

.front .page-hero a {
  color: #154734; }

.front .page-hero h1 {
  max-width: 90%;
  font-size: 2.5em; }

@media (max-width: 30em) {
  .activia_reskin_fr .page-hero h1 {
    font-size: 1.3em;
    max-width: 80%; } }

@media (min-width: 48em) {
  .activia_reskin_fr .page-hero h1 {
    font-size: 2em;
    max-width: 60%; } }

@media (min-width: 71.25em) {
  .activia_reskin_fr .page-hero h1 {
    font-size: 3em;
    max-width: 50%; } }

@media (max-width: 30em) {
  .activia_reskin_hu .page-hero h1 {
    font-size: 1.3em;
    max-width: 100%; } }

@media (min-width: 48em) {
  .activia_reskin_hu .page-hero h1 {
    font-size: 2.2em;
    max-width: 80%; } }

@media (min-width: 71.25em) {
  .activia_reskin_hu .page-hero h1 {
    font-size: 3em;
    max-width: 50%; } }

.ambassadors .articles-image-hero img {
  height: auto; }

.activia_reskin_cz .belg-translation-banner {
  display: none; }

.activia_reskin_cz.page-node-21 .page-hero h1 {
  color: #154734; }

.activia_reskin_cz.page-node-21 .page-hero p {
  color: #154734; }

.activia_reskin_cz.page-node-521 .form-item.form-item-news {
  display: none !important; }

.activia_reskin_cz .products-list__filter {
  float: left;
  display: block;
  margin-right: 0.9560229446%;
  width: 49.5219885277%; }
  .activia_reskin_cz .products-list__filter:last-child {
    margin-right: 0; }

.activia_reskin_cz .pane-content .product-details .product-details__sizes img {
  width: 70%;
  height: auto; }

@media (min-width: 30em) {
  .activia_reskin_ro .field-name-field-nutritional-information tr td:first-child {
    height: initial !important;
    padding-right: 40px; } }

.activia_reskin_ro .page-hero a {
  color: white; }
  .activia_reskin_ro .page-hero a:hover {
    color: #154734; }

.activia_reskin_us .site-header .site-branding img {
  width: 182px; }
  @media (max-width: 47.99em) {
    .activia_reskin_us .site-header .site-branding img {
      width: 156px; } }

.activia_reskin_us .lifestyle-banner {
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  background-color: #154734;
  padding: 10px 0; }
  .activia_reskin_us .lifestyle-banner .lifestyle-banner-content {
    width: 70%;
    margin: 0 auto; }
    @media (max-width: 47.99em) {
      .activia_reskin_us .lifestyle-banner .lifestyle-banner-content {
        width: 100%; } }
    .activia_reskin_us .lifestyle-banner .lifestyle-banner-content p {
      margin: 0;
      color: #fff;
      text-align: center;
      font-size: 13px; }
      @media (max-width: 47.99em) {
        .activia_reskin_us .lifestyle-banner .lifestyle-banner-content p {
          font-size: 10px; } }

.activia_reskin_us .belg-translation-banner {
  display: none; }

.activia_reskin_us .live-in-sync, .activia_reskin_us .intro-outer .meet-the-women, .intro-outer .activia_reskin_us .meet-the-women {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  margin-bottom: -34px; }

.activia_reskin_us .intro-outer .live-in-sync p, .activia_reskin_us .intro-outer .meet-the-women p {
  font-size: 1.333em !important; }
  @media (min-width: 48em) {
    .activia_reskin_us .intro-outer .live-in-sync p, .activia_reskin_us .intro-outer .meet-the-women p {
      width: 100%; } }

.activia_reskin_us #site-footer {
  padding-bottom: 40px;
  margin-bottom: 70px; }

.activia_reskin_us .page-hero {
  height: 400px; }
  @media (max-width: 29.99em) {
    .activia_reskin_us .page-hero {
      height: 300px; } }
  .activia_reskin_us .page-hero h1:after {
    content: '';
    display: block;
    width: 35px;
    height: 36px;
    position: absolute;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 50%;
    margin-left: -17.5px; }

.activia_reskin_us .hero-video {
  height: 400px !important;
  margin-bottom: 50px; }
  @media (max-width: 29.99em) {
    .activia_reskin_us .hero-video {
      height: 300px !important; }
      .activia_reskin_us .hero-video h2 {
        font-size: 1.3em; }
      .activia_reskin_us .hero-video .hero-video__text {
        top: 65px; }
        .activia_reskin_us .hero-video .hero-video__text:after {
          bottom: 2.8em; } }
    @media (max-width: 29.99em) and (max-width: 29.99em) {
      .activia_reskin_us .hero-video .hero-video__text .heading--large {
        font-size: 1.1em; }
      .activia_reskin_us .hero-video .hero-video__text p {
        font-size: 0.9em; } }
  .activia_reskin_us .hero-video .hero-video__video {
    position: relative;
    background-size: 100%;
    background-position: inherit; }
    @media (max-width: 66.24em) {
      .activia_reskin_us .hero-video .hero-video__video {
        max-height: 300px !important;
        background-size: cover;
        background-position: center; } }

@media (max-width: 33.25em) {
  .activia_reskin_us.front .page-hero {
    background-position: center 100% !important; } }

.activia_reskin_us.front .page-hero:before {
  display: none; }

.activia_reskin_us.front .page-hero:after {
  display: none; }

@media (max-width: 50em) {
  .activia_reskin_us.front .page-hero .ghost-button, .activia_reskin_us.front .page-hero .modal__top form .activia_ajax_submit_link, .modal__top form .activia_reskin_us.front .page-hero .activia_ajax_submit_link, .activia_reskin_us.front .page-hero .modal__footer a, .modal__footer .activia_reskin_us.front .page-hero a, .activia_reskin_us.front .page-hero body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .activia_reskin_us.front .page-hero .cta_newsbtn, .activia_reskin_us.front .page-hero
  body.front .explore-our-science .cta_newsbtn,
  body.front .explore-our-science .activia_reskin_us.front .page-hero .cta_newsbtn, .activia_reskin_us.front .page-hero .view-footer a, .view-footer .activia_reskin_us.front .page-hero a, .activia_reskin_us.front .page-hero .contact__aside .cta_newsbtn, .contact__aside .activia_reskin_us.front .page-hero .cta_newsbtn, .activia_reskin_us.front .page-hero .sign-up-form #edit-topics label, .sign-up-form #edit-topics .activia_reskin_us.front .page-hero label, .activia_reskin_us.front .page-hero .sign-up-form .activia_ajax_submit_link, .sign-up-form .activia_reskin_us.front .page-hero .activia_ajax_submit_link, .activia_reskin_us.front .page-hero .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_reskin_us.front .page-hero .activia_ajax_submit_link, .activia_reskin_us.front .page-hero
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_reskin_us.front .page-hero .activia_ajax_submit_link, .activia_reskin_us.front .page-hero .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .activia_reskin_us.front .page-hero label, .activia_reskin_us.front .page-hero .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .activia_reskin_us.front .page-hero .activia_ajax_submit_link {
    top: 170px; } }

@media (max-width: 33.25em) {
  .activia_reskin_us.front .page-hero .ghost-button, .activia_reskin_us.front .page-hero .modal__top form .activia_ajax_submit_link, .modal__top form .activia_reskin_us.front .page-hero .activia_ajax_submit_link, .activia_reskin_us.front .page-hero .modal__footer a, .modal__footer .activia_reskin_us.front .page-hero a, .activia_reskin_us.front .page-hero body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .activia_reskin_us.front .page-hero .cta_newsbtn, .activia_reskin_us.front .page-hero
  body.front .explore-our-science .cta_newsbtn,
  body.front .explore-our-science .activia_reskin_us.front .page-hero .cta_newsbtn, .activia_reskin_us.front .page-hero .view-footer a, .view-footer .activia_reskin_us.front .page-hero a, .activia_reskin_us.front .page-hero .contact__aside .cta_newsbtn, .contact__aside .activia_reskin_us.front .page-hero .cta_newsbtn, .activia_reskin_us.front .page-hero .sign-up-form #edit-topics label, .sign-up-form #edit-topics .activia_reskin_us.front .page-hero label, .activia_reskin_us.front .page-hero .sign-up-form .activia_ajax_submit_link, .sign-up-form .activia_reskin_us.front .page-hero .activia_ajax_submit_link, .activia_reskin_us.front .page-hero .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_reskin_us.front .page-hero .activia_ajax_submit_link, .activia_reskin_us.front .page-hero
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_reskin_us.front .page-hero .activia_ajax_submit_link, .activia_reskin_us.front .page-hero .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .activia_reskin_us.front .page-hero label, .activia_reskin_us.front .page-hero .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .activia_reskin_us.front .page-hero .activia_ajax_submit_link {
    top: 120px; }
  @-moz-document url-prefix() {
    .activia_reskin_us.front .page-hero .ghost-button, .activia_reskin_us.front .page-hero .modal__top form .activia_ajax_submit_link, .modal__top form .activia_reskin_us.front .page-hero .activia_ajax_submit_link, .activia_reskin_us.front .page-hero .modal__footer a, .modal__footer .activia_reskin_us.front .page-hero a, .activia_reskin_us.front .page-hero body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .activia_reskin_us.front .page-hero .cta_newsbtn, .activia_reskin_us.front .page-hero
    body.front .explore-our-science .cta_newsbtn,
    body.front .explore-our-science .activia_reskin_us.front .page-hero .cta_newsbtn, .activia_reskin_us.front .page-hero .view-footer a, .view-footer .activia_reskin_us.front .page-hero a, .activia_reskin_us.front .page-hero .contact__aside .cta_newsbtn, .contact__aside .activia_reskin_us.front .page-hero .cta_newsbtn, .activia_reskin_us.front .page-hero .sign-up-form #edit-topics label, .sign-up-form #edit-topics .activia_reskin_us.front .page-hero label, .activia_reskin_us.front .page-hero .sign-up-form .activia_ajax_submit_link, .sign-up-form .activia_reskin_us.front .page-hero .activia_ajax_submit_link, .activia_reskin_us.front .page-hero .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_reskin_us.front .page-hero .activia_ajax_submit_link, .activia_reskin_us.front .page-hero
    .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
    .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_reskin_us.front .page-hero .activia_ajax_submit_link, .activia_reskin_us.front .page-hero .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .activia_reskin_us.front .page-hero label, .activia_reskin_us.front .page-hero .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .activia_reskin_us.front .page-hero .activia_ajax_submit_link {
      top: 160px; } } }

@media (max-width: 29.99em) {
  .activia_reskin_us.front .page-hero h1 {
    font-size: 2em; } }

.activia_reskin_us.front .flexslider {
  margin-bottom: -15px;
  position: initial; }

.activia_reskin_us.front .flex-control-nav {
  display: none; }

.activia_reskin_us.front .get-in-balance {
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px; }
  .activia_reskin_us.front .get-in-balance::after {
    clear: both;
    content: "";
    display: block; }
  .activia_reskin_us.front .get-in-balance h2 {
    text-transform: initial;
    font-size: 1.333em !important; }

.activia_reskin_us.not-front .page-hero {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3em; }

.activia_reskin_us blockquote p {
  margin-left: 35px;
  font-size: 1em; }

.activia_reskin_us blockquote:before {
  width: 27px;
  height: 15px; }

.activia_reskin_us.node-type-new-campaign .page-hero {
  background-position: center 30% !important; }

.activia_reskin_us.node-type-new-campaign .intro-outer .meet-the-women p {
  margin-bottom: 1em; }

@media (min-width: 48em) {
  .activia_reskin_us.node-type-new-campaign .intro-outer .meet-the-women p {
    margin-left: 0; } }

.activia_reskin_us.node-type-new-campaign .bottom-image {
  height: 400px;
  margin-bottom: 5em;
  background-size: cover;
  background-position: center center;
  overflow-y: hidden; }
  @media (max-width: 29.99em) {
    .activia_reskin_us.node-type-new-campaign .bottom-image {
      height: 300px; } }

.node-type-new-campaign-liveinsync .aside {
  display: none; }

.page-node-2017 .feature-block__inner .twin-pod {
  display: none; }

.page-node-2017 .share-display {
  display: none; }

.hero-video__text.green h1, .hero-video__text.green p {
  color: #154734 !important; }

.hero-video__text.white h1, .hero-video__text.white p {
  color: #fff !important; }

.hero-video__text.black h1, .hero-video__text.black p {
  color: #333 !important; }

.maintenance-page {
  padding: 0; }
  .maintenance-page .page-hero {
    height: 535px !important;
    overflow-y: visible !important;
    background-size: unset;
    margin: 0 !important; }
    .maintenance-page .page-hero .fadeIn {
      letter-spacing: 0 !important;
      text-transform: none;
      margin-top: -80px;
      font-size: 2em !important; }
      @media (max-width: 30em) {
        .maintenance-page .page-hero .fadeIn {
          font-size: 1em !important; } }

.activia_reskin_cz.page-node-521 .page-hero h1, .activia_reskin_cz.page-node-521 .page-hero p {
  color: #154734 !important; }

.activia_reskin_cz.page-node-521 .page-hero .ghost-button, .activia_reskin_cz.page-node-521 .page-hero .modal__top form .activia_ajax_submit_link, .modal__top form .activia_reskin_cz.page-node-521 .page-hero .activia_ajax_submit_link, .activia_reskin_cz.page-node-521 .page-hero .modal__footer a, .modal__footer .activia_reskin_cz.page-node-521 .page-hero a, .activia_reskin_cz.page-node-521 .page-hero body.front .explore-the-science .cta_newsbtn, body.front .explore-the-science .activia_reskin_cz.page-node-521 .page-hero .cta_newsbtn, .activia_reskin_cz.page-node-521 .page-hero
body.front .explore-our-science .cta_newsbtn,
body.front .explore-our-science .activia_reskin_cz.page-node-521 .page-hero .cta_newsbtn, .activia_reskin_cz.page-node-521 .page-hero .view-footer a, .view-footer .activia_reskin_cz.page-node-521 .page-hero a, .activia_reskin_cz.page-node-521 .page-hero .contact__aside .cta_newsbtn, .contact__aside .activia_reskin_cz.page-node-521 .page-hero .cta_newsbtn, .activia_reskin_cz.page-node-521 .page-hero .sign-up-form #edit-topics label, .sign-up-form #edit-topics .activia_reskin_cz.page-node-521 .page-hero label, .activia_reskin_cz.page-node-521 .page-hero .sign-up-form .activia_ajax_submit_link, .sign-up-form .activia_reskin_cz.page-node-521 .page-hero .activia_ajax_submit_link, .activia_reskin_cz.page-node-521 .page-hero .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_reskin_cz.page-node-521 .page-hero .activia_ajax_submit_link, .activia_reskin_cz.page-node-521 .page-hero
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link,
.pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_reskin_cz.page-node-521 .page-hero .activia_ajax_submit_link, .activia_reskin_cz.page-node-521 .page-hero .challenge-register-form #edit-topics label, .challenge-register-form #edit-topics .activia_reskin_cz.page-node-521 .page-hero label, .activia_reskin_cz.page-node-521 .page-hero .challenge-register-form .activia_ajax_submit_link, .challenge-register-form .activia_reskin_cz.page-node-521 .page-hero .activia_ajax_submit_link {
  background: #154734;
  color: white; }
  .activia_reskin_cz.page-node-521 .page-hero .ghost-button:hover, .activia_reskin_cz.page-node-521 .page-hero .modal__top form .activia_ajax_submit_link:hover, .modal__top form .activia_reskin_cz.page-node-521 .page-hero .activia_ajax_submit_link:hover, .activia_reskin_cz.page-node-521 .page-hero .modal__footer a:hover, .modal__footer .activia_reskin_cz.page-node-521 .page-hero a:hover, .activia_reskin_cz.page-node-521 .page-hero body.front .explore-the-science .cta_newsbtn:hover, body.front .explore-the-science .activia_reskin_cz.page-node-521 .page-hero .cta_newsbtn:hover, .activia_reskin_cz.page-node-521 .page-hero
  body.front .explore-our-science .cta_newsbtn:hover,
  body.front .explore-our-science .activia_reskin_cz.page-node-521 .page-hero .cta_newsbtn:hover, .activia_reskin_cz.page-node-521 .page-hero .view-footer a:hover, .view-footer .activia_reskin_cz.page-node-521 .page-hero a:hover, .activia_reskin_cz.page-node-521 .page-hero .contact__aside .cta_newsbtn:hover, .contact__aside .activia_reskin_cz.page-node-521 .page-hero .cta_newsbtn:hover, .activia_reskin_cz.page-node-521 .page-hero .sign-up-form #edit-topics label:hover, .sign-up-form #edit-topics .activia_reskin_cz.page-node-521 .page-hero label:hover, .activia_reskin_cz.page-node-521 .page-hero .sign-up-form .activia_ajax_submit_link:hover, .sign-up-form .activia_reskin_cz.page-node-521 .page-hero .activia_ajax_submit_link:hover, .activia_reskin_cz.page-node-521 .page-hero .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_ajax_submit_link:hover, .pane-activiav2-user-activia2-user-pass-reset .pane-content .activia_reskin_cz.page-node-521 .page-hero .activia_ajax_submit_link:hover, .activia_reskin_cz.page-node-521 .page-hero
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_ajax_submit_link:hover,
  .pane-activiav2-user-activia2-user-pass-recovery .pane-content .activia_reskin_cz.page-node-521 .page-hero .activia_ajax_submit_link:hover, .activia_reskin_cz.page-node-521 .page-hero .challenge-register-form #edit-topics label:hover, .challenge-register-form #edit-topics .activia_reskin_cz.page-node-521 .page-hero label:hover, .activia_reskin_cz.page-node-521 .page-hero .challenge-register-form .activia_ajax_submit_link:hover, .challenge-register-form .activia_reskin_cz.page-node-521 .page-hero .activia_ajax_submit_link:hover {
    background: white;
    color: #154734; }

.activia_reskin_cz #activiav2-user-login-form .form-item-remember #uniform-edit-remember {
  margin-top: 0 !important; }

@media (min-width: 66.25em) {
  .activia_reskin_cz .site-header .language-select-target {
    width: 170px !important; } }

.activia_reskin_bg.page-node-21 .page-hero h1, .activia_reskin_bg.page-node-21 .page-hero p {
  color: #154734; }

.activia_reskin_at.node-type-article-campaign .video-preview__banner .field-name-field-video-banner {
  background-color: transparent !important; }

.swv-btn {
  cursor: pointer; }
  .swv-btn:hover {
    background: white;
    color: #00966C; }

.swv-wtb-widget {
  display: block;
  max-width: 60.25em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625em;
  padding-left: 0.625em; }

.node-type-new-campaign .video-preview__banner a,
.node-type-new-campaign .field-collection-view__banner a {
  margin-bottom: 25px;
  padding: 0.8em 1.5em;
  background: rgba(0, 0, 0, 0.2); }

.activia_reskin_uk.page-node-21 .page-hero h1, .activia_reskin_uk.page-node-21 .page-hero p {
  color: #154734; }

@media (max-width: 30em) {
  .activia_reskin_ca.page-node-1 .page-hero h1 {
    font-size: 1.3em; }
  .activia_reskin_ca.page-node-1 .page-hero p {
    font-size: 0.8em; }
  .activia_reskin_ca.page-node-1 .page-hero a {
    width: initial; } }

.activia_reskin_pl.page-node-21 .page-hero h1, .activia_reskin_pl.page-node-21 .page-hero p {
  color: #154734; }

.activia_reskin_pl .sign-up-form #activia-email-error {
  color: red; }

.view-products .simpleselect .options {
  z-index: 10;
  overflow: hidden !important; }

.activia_reskin_pt.node-type-local-page .preview-block--home .post-preview:nth-child(5) {
  margin-right: 0.9560229446%; }

.activia_reskin_pt.node-type-local-page .preview-block--home .post-preview:nth-child(5+1) {
  clear: none; }

.activia_reskin_pt.node-type-local-page .preview-block--home .post-preview:nth-child(6) {
  margin-right: 0; }

@media (max-width: 540px) {
  .activia_reskin_pt.node-type-local-page .localpage-captions span {
    font-size: 0.7em;
    margin-top: 40px; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .activia_reskin_pt.node-type-local-page .localpage-captions span {
    font-size: 1em;
    margin-top: 30px; } }

@media (min-width: 48em) and (max-width: 66.24em) {
  .activia_reskin_pt.node-type-local-page .localpage-captions {
    top: 5%; }
    .activia_reskin_pt.node-type-local-page .localpage-captions span {
      font-size: 1em;
      margin-top: 10px; } }

@media (min-width: 41.6875em) {
  .activia_reskin_pt.node-type-local-page .localpage-captions {
    top: 0; }
    .activia_reskin_pt.node-type-local-page .localpage-captions span {
      font-size: 1.1em;
      margin-top: 10px; } }

@media (min-width: 30em) and (max-width: 41.6775em) {
  .activia_reskin_pt.node-type-local-page .localpage-captions {
    top: 0; }
    .activia_reskin_pt.node-type-local-page .localpage-captions span {
      font-size: 0.8em;
      margin-top: 10px; } }

@media (min-width: 30em) and (max-width: 41.6775em) and (orientation: landscape) {
  .activia_reskin_pt.node-type-local-page .localpage-captions {
    top: 0; }
    .activia_reskin_pt.node-type-local-page .localpage-captions span {
      font-size: 1.5em;
      margin-top: 120px; } }

@media (min-width: 41.6875em) and (max-width: 47.99em) and (orientation: landscape) {
  .activia_reskin_pt.node-type-local-page .localpage-captions {
    top: 0; }
    .activia_reskin_pt.node-type-local-page .localpage-captions span {
      font-size: 2em;
      margin-top: 20%; } }

.activia_reskin_pt.node-type-article .text {
  margin-right: 6px; }

@media (min-width: 30em) {
  .activia_reskin_ro .field-name-field-nutritional-information tr td:first-child {
    height: initial !important;
    padding: 0px 40px 0px 0px;
    margin: 10px 0px 10px 0; } }

.page-node-21 .form-type-select select {
  opacity: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .site-header__inner {
    max-width: 79em;
    padding-right: 3.625em;
    padding-left: 1.625em; } }

.node-type-new-campaign-activia-frutas *::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.node-type-new-campaign-activia-frutas .hero-video {
  font-family: "gotham", "Gotham SSm A", "Gotham SSm B", helvetica, arial;
  margin-bottom: 2em; }
  .node-type-new-campaign-activia-frutas .hero-video .hero-video__text p {
    max-width: 300px; }

.node-type-new-campaign-activia-frutas .descubra-variedades {
  font-family: "gotham", "Gotham SSm A", "Gotham SSm B", helvetica, arial;
  text-transform: uppercase;
  text-align: center;
  color: #154734;
  margin-bottom: 40px; }
  .node-type-new-campaign-activia-frutas .descubra-variedades h3, .node-type-new-campaign-activia-frutas .descubra-variedades .site-footer .footer-nav .pane-title, .site-footer .footer-nav .node-type-new-campaign-activia-frutas .descubra-variedades .pane-title {
    text-align: center;
    max-width: 400px;
    margin: 0 auto; }
  .node-type-new-campaign-activia-frutas .descubra-variedades .variedades-img {
    display: inline-block; }
    .node-type-new-campaign-activia-frutas .descubra-variedades .variedades-img img {
      width: 400px; }
    .node-type-new-campaign-activia-frutas .descubra-variedades .variedades-img .caption span {
      font-weight: bold; }

.node-type-new-campaign-activia-frutas .inline-video {
  font-family: "gotham", "Gotham SSm A", "Gotham SSm B", helvetica, arial;
  color: white;
  text-transform: uppercase;
  margin: 0 auto; }
  .node-type-new-campaign-activia-frutas .inline-video .nueva-receta-logo {
    padding-top: 30px;
    padding-bottom: 20px; }
    .node-type-new-campaign-activia-frutas .inline-video .nueva-receta-logo img {
      width: 20%; }
  .node-type-new-campaign-activia-frutas .inline-video .heading--medium {
    margin-bottom: 10px; }
  .node-type-new-campaign-activia-frutas .inline-video h2 {
    font-size: 0.9em; }
  .node-type-new-campaign-activia-frutas .inline-video .nueva-receta-img img {
    max-width: 55%; }
  .node-type-new-campaign-activia-frutas .inline-video .nueva-receta-img .caption {
    margin: 0px auto 20px;
    display: block;
    max-width: 368px; }
  .node-type-new-campaign-activia-frutas .inline-video .nueva-receta-cta {
    padding-bottom: 40px; }

@media (max-width: 29.99em) {
  .node-type-new-campaign-activia-frutas .inline-video .nueva-receta-logo img {
    width: 50% !important; }
  .node-type-new-campaign-activia-frutas .inline-video .heading--medium {
    font-size: 1.2em; }
  .node-type-new-campaign-activia-frutas .inline-video h2 {
    font-size: 0.7em; }
  .node-type-new-campaign-activia-frutas .inline-video .nueva-receta-img img {
    max-width: 90%; }
  .node-type-new-campaign-activia-frutas .inline-video .nueva-receta-img .caption {
    margin: 0 auto 20px;
    display: block;
    max-width: 50%;
    font-size: 0.7em; } }

@media (min-width: 48em) and (max-width: 66.24em) {
  .node-type-new-campaign-activia-frutas .inline-video .heading--medium {
    font-size: 1.676889em; }
  .node-type-new-campaign-activia-frutas .inline-video h2 {
    font-size: 0.7em; } }

.activia_reskin_jp.section-about .social-channels--vertical,
.activia_reskin_jp.section-lineup .social-channels--vertical {
  display: none; }
