@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0); }
  50% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
.buy-now {
  text-align: center;
  width: 70%; }

@media (max-width: 759px) {
  .buy-now {
    width: auto; }

  .button {
    margin-right: 1em; } }
.new-buy-now {
  width: 50% !important;
  margin-bottom: 20px; }
  .new-buy-now.gift-set {
    margin-top: 0.6em !important;
    padding-left: 0;
    padding-right: 0;
    width: 58% !important; }
  .new-buy-now.registry {
    background-color: #83d1e6;
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    margin-top: 0;
    width: 57.5% !important;
    overflow: hidden;
    height: auto;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .new-buy-now.registry:hover {
      opacity: 1; }
    .new-buy-now.registry-link {
      background-color: transparent;
      color: #c6dc71;
      width: 100% !important;
      background: white;
      font-size: 22px;
      margin: 0;
      padding: 0;
      height: 0;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      z-index: 9; }
      .new-buy-now.registry-link:hover {
        opacity: 1; }
      .new-buy-now.registry-link:nth-child(1) {
        margin-top: 0.5em; }
    .new-buy-now.registry.open {
      transition: all 0.3s ease-in-out;
      height: auto; }
      .new-buy-now.registry.open .registry-link {
        height: 0;
        padding: 0.5em 0 1.5em;
        transition: all 0.3s ease-in-out; }
        .new-buy-now.registry.open .registry-link:nth-child(3) {
          padding: 0.5em 0 2em; }
  @media (max-width: 759px) {
    .new-buy-now {
      margin-right: 0px !important; } }

.site-map-mast {
  background: #81bc41; }
  .site-map-mast h1 {
    color: #ffffff; }

#site-map ul {
  list-style: none; }
  #site-map ul li {
    text-transform: lowercase;
    font-size: 1.25em; }
    #site-map ul li ul {
      margin-bottom: 1%; }
      #site-map ul li ul li {
        font-size: 1em; }
        #site-map ul li ul li ul li {
          font-size: 0.75em; }

.pf-hr {
  border-bottom: 1px solid #e6e6e6 !important;
  margin-bottom: 0; }

.no-padding {
  padding-left: 0px; }

.homepage-layer--baby-safe-world {
  background: #7fd2e6;
  color: #fff;
  padding: 64px 0;
  position: relative;
  z-index: 1; }
@media(max-width:759px) {
  .homepage-layer--baby-safe-world {
    padding: 32px 0 380px; } }
  .homepage-layer--baby-safe-world .wrapper {
    position: relative; }
    .homepage-layer--baby-safe-world .wrapper .art {
      width: 100%;
      height: 1px;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: -1; }
      .homepage-layer--baby-safe-world .wrapper .art div {
        position: absolute; }
        .homepage-layer--baby-safe-world .wrapper .art div.trees-left {
          background: url(/assets/artwork/png/home-trees-left.png) no-repeat center center;
          height: 214px;
          width: 1200px;
          left: -65%;
          top: 99px;
          z-index: 0; }
@media(max-width:1060px) {
  .homepage-layer--baby-safe-world .wrapper .art div.trees-left {
    display: none; } }
        .homepage-layer--baby-safe-world .wrapper .art div.trees-right {
          background: url(/assets/artwork/png/home-trees-right.png) no-repeat center center;
          height: 206px;
          width: 1200px;
          right: -99%;
          top: 71px;
          z-index: 8; }
@media(max-width:1060px) {
  .homepage-layer--baby-safe-world .wrapper .art div.trees-right {
    display: none; } }
        .homepage-layer--baby-safe-world .wrapper .art div.balloon {
          background: url(/assets/artwork/png/home-balloon.png) no-repeat center center;
          height: 218px;
          width: 139px;
          right: 15%;
          top: -60px;
          z-index: 10;
          -webkit-animation: bounce 5s ease-in-out infinite;
          -moz-animation: bounce 5s ease-in-out infinite;
          animation: bounce 5s ease-in-out infinite; }
@media(max-width:759px) {
  .homepage-layer--baby-safe-world .wrapper .art div.balloon {
    right: 50%;
    margin-right: -69px;
    top: 260px; } }
@media(max-width:520px) {
  .homepage-layer--baby-safe-world .wrapper .art div.balloon {
    top: 320px; } }
@media(max-width:480px) {
  .homepage-layer--baby-safe-world .wrapper .art div.balloon {
    top: 340px; } }
@media(max-width:440px) {
  .homepage-layer--baby-safe-world .wrapper .art div.balloon {
    top: 360px; } }
        .homepage-layer--baby-safe-world .wrapper .art div.cloud {
          background: url(/assets/artwork/png/home-cloud.png) no-repeat center center;
          height: 33px;
          width: 93px;
          z-index: 5; }
          .homepage-layer--baby-safe-world .wrapper .art div.cloud.small {
            -webkit-transform: scale(0.5);
            -moz-transform: scale(0.5);
            -ms-transform: scale(0.5);
            -o-transform: scale(0.5);
            transform: scale(0.5); }
          .homepage-layer--baby-safe-world .wrapper .art div.cloud.medium {
            -webkit-transform: scale(0.75);
            -moz-transform: scale(0.75);
            -ms-transform: scale(0.75);
            -o-transform: scale(0.75);
            transform: scale(0.75); }
          .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-1 {
            right: 2%;
            top: 42px; }
@media(max-width:759px) {
  .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-1 {
    top: 342px;
    right: 22%; } }
@media(max-width:520px) {
  .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-1 {
    top: 402px; } }
@media(max-width:440px) {
  .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-1 {
    top: 462px; } }
          .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-2 {
            left: -40%;
            top: -15px; }
          .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-3 {
            left: -31%;
            top: 90px; }
          .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-4 {
            right: 11%;
            top: -15px; }
@media(max-width:759px) {
  .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-4 {
    top: 315px;
    right: 51%; } }
@media(max-width:520px) {
  .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-4 {
    top: 375px; } }
@media(max-width:440px) {
  .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-4 {
    top: 435px; } }
          .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-5 {
            right: 23%;
            top: 36px; }
@media(max-width:759px) {
  .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-5 {
    top: 336px;
    right: 63%; } }
@media(max-width:520px) {
  .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-5 {
    top: 396px; } }
@media(max-width:440px) {
  .homepage-layer--baby-safe-world .wrapper .art div.cloud.cloud-5 {
    top: 456px; } }
  .homepage-layer--baby-safe-world h2 {
    text-align: left;
    font-size: 50px;
    font-weight: 300;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
@media(max-width:1140px) {
  .homepage-layer--baby-safe-world h2 {
    font-size: 42px; } }
@media(max-width:960px) {
  .homepage-layer--baby-safe-world h2 {
    font-size: 36px; } }
@media(max-width:820px) {
  .homepage-layer--baby-safe-world h2 {
    font-size: 32px; } }
@media(max-width:759px) {
  .homepage-layer--baby-safe-world h2 {
    font-size: 42px; } }
  .homepage-layer--baby-safe-world p {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 100;
    padding-right: 35%; }
    .homepage-layer--baby-safe-world p strong {
      font-weight: 600; }
@media(max-width:759px) {
  .homepage-layer--baby-safe-world p {
    padding-right: 0; } }
  .homepage-layer--baby-safe-world a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: relative;
    font-weight: 100;
    padding-bottom: 55px;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out; }
    .homepage-layer--baby-safe-world a:hover {
      opacity: 0.5; }
    .homepage-layer--baby-safe-world a:after {
      content: " ";
      position: absolute;
      right: -22px;
      top: 8px;
      height: 0;
      width: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid white; }
    .homepage-layer--baby-safe-world a span:after {
      content: " ";
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      margin: 26px 0 0;
      border-top: 1px solid #fff; }
  .homepage-layer--baby-safe-world .categories {
    position: absolute;
    bottom: -64px;
    right: 60px;
    width: 360px;
    z-index: 10; }
@media(max-width:759px) {
  .homepage-layer--baby-safe-world .categories {
    right: 0;
    width: 100%;
    bottom: -400px; } }
    .homepage-layer--baby-safe-world .categories #category-select {
      background: #77a3b2;
      font-size: 24px;
      line-height: 90px;
      text-align: center;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      .homepage-layer--baby-safe-world .categories #category-select:hover {
        background: #4b646c;
        cursor: pointer; }
      .homepage-layer--baby-safe-world .categories #category-select .label {
        color: #fff;
        font-weight: 100;
        text-transform: none; }
        .homepage-layer--baby-safe-world .categories #category-select .label:after {
          content: " ";
          position: absolute;
          right: -20px;
          top: 10px;
          height: 0;
          width: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 6px solid white; }

.super-wrapper {
  max-width: 1500px !important;
  position: relative; }
  .super-wrapper .product-image-slideshow {
    width: 60.66%; }
@media(max-width:759px) {
  .super-wrapper .product-image-slideshow {
    width: 100%; } }
  .super-wrapper .product-info {
    width: 39.33%;
    position: relative; }
@media(max-width:759px) {
  .super-wrapper .product-info {
    width: 100%; } }
    .super-wrapper .product-info h1 {
      font-size: 46px;
      line-height: 1;
      padding-right: 6%; }
    .super-wrapper .product-info p {
      line-height: 28px;
      padding-right: 10%; }

.product.wrapper.super-wrapper {
  padding-bottom: 68px; }

.new-find {
  font-size: 24px;
  text-decoration: underline;
  background-color: transparent;
  display: block;
  float: left;
  width: 100%; }

.pf-feature {
  height: 900px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 0.25s ease-out;
  -moz-transition: height 0.25s ease-out;
  transition: height 0.25s ease-out; }
  .pf-feature img {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%); }
@media(max-width:1750px) {
  .pf-feature {
    height: 830px; }
    .pf-feature img {
      -webkit-transform: translateY(-25%);
      -moz-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
      -o-transform: translateY(-25%);
      transform: translateY(-25%); } }
@media(max-width:1500px) {
  .pf-feature {
    height: 768px; }
    .pf-feature img {
      -webkit-transform: translateY(-20%);
      -moz-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
      -o-transform: translateY(-20%);
      transform: translateY(-20%); } }
@media(max-width:1366px) {
  .pf-feature {
    height: 500px; }
    .pf-feature img {
      -webkit-transform: translateY(-27%);
      -moz-transform: translateY(-27%);
      -ms-transform: translateY(-27%);
      -o-transform: translateY(-27%);
      transform: translateY(-27%); } }
@media(max-width:1280px) {
  .pf-feature {
    height: 425px; }
    .pf-feature img {
      -webkit-transform: translateY(-27%);
      -moz-transform: translateY(-27%);
      -ms-transform: translateY(-27%);
      -o-transform: translateY(-27%);
      transform: translateY(-27%); } }
@media(max-width:960px) {
  .pf-feature {
    height: 350px; }
    .pf-feature img {
      -webkit-transform: translateY(-23%);
      -moz-transform: translateY(-23%);
      -ms-transform: translateY(-23%);
      -o-transform: translateY(-23%);
      transform: translateY(-23%); } }
@media(max-width:640px) {
  .pf-feature {
    height: 300px; }
    .pf-feature img {
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); } }
.homepage-layer--social.product-feature {
  padding: 100px 0; }
@media(max-width:759px) {
  .homepage-layer--social.product-feature {
    padding: 64px 0; } }
  .homepage-layer--social.product-feature blockquote {
    text-align: center;
    font-size: 3.25em;
    padding: 0; }
@media(max-width:759px) {
  .homepage-layer--social.product-feature blockquote {
    font-size: 1.75em; } }
    .homepage-layer--social.product-feature blockquote a {
      color: #1fafda;
      text-decoration: none; }
    .homepage-layer--social.product-feature blockquote cite a {
      color: #1fafda;
      text-decoration: none;
      background: none;
      padding: 0;
      -webkit-transition: opacity 0.25s ease-out;
      -moz-transition: opacity 0.25s ease-out;
      transition: opacity 0.25s ease-out; }
      .homepage-layer--social.product-feature blockquote cite a:before {
        content: " "; }
      .homepage-layer--social.product-feature blockquote cite a:hover {
        opacity: 0.75; }

.new-block {
  width: 100%;
  background: #8dc63f;
  margin: 30px 0 0px;
  position: relative;
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transform: translateX(-30px); }
@media(max-width:759px) {
  .new-block {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    margin: 30px auto 0px; } }
  .new-block h2 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    padding: 21px 10px;
    font-weight: 400; }
  .new-block .new-block-flower {
    position: absolute;
    left: -135px;
    top: -111px;
    z-index: 10;
    height: 163px;
    width: 135px;
    background: url(/assets/artwork/png/icon-flower.png) no-repeat 0 0; }
@media(max-width:759px) {
  .new-block .new-block-flower {
    display: none; } }
    .new-block .new-block-flower span {
      color: #ffffff;
      position: absolute;
      top: 35px;
      left: 33px;
      font-size: 22px;
      text-transform: lowercase;
      font-weight: 800; }
  .new-block .new-block-sun {
    position: absolute;
    top: -38px;
    right: -38px;
    z-index: 10;
    background: url(/assets/artwork/png/icon-sun.png) no-repeat 0 0;
    height: 69px;
    width: 69px; }
@media(max-width:759px) {
  .new-block .new-block-sun {
    right: -18px; } }
#product-feature-details {
  margin-bottom: 64px; }
  #product-feature-details h1 {
    margin-bottom: 0px;
    font-size: 46px;
    line-height: 1.1; }
  #product-feature-details dfn {
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out; }
    #product-feature-details dfn.pf-color-sunflower {
      color: #f4d24c; }
      #product-feature-details dfn.pf-color-sunflower:before {
        background-color: #f4d24c; }
    #product-feature-details dfn.pf-color-black-cumin {
      color: #264d4c; }
      #product-feature-details dfn.pf-color-black-cumin:before {
        background-color: #264d4c; }
    #product-feature-details dfn.pf-color-raspberry {
      color: #638b18; }
      #product-feature-details dfn.pf-color-raspberry:before {
        background-color: #638b18; }
    #product-feature-details dfn.pf-color-tomato {
      color: #82d2e8; }
      #product-feature-details dfn.pf-color-tomato:before {
        background-color: #82d2e8; }
    #product-feature-details dfn.pf-color-cranberry {
      color: #f6574e; }
      #product-feature-details dfn.pf-color-cranberry:before {
        background-color: #f6574e; }
    #product-feature-details dfn.pf-color-oatmeal {
      color: #c6dc71; }
      #product-feature-details dfn.pf-color-oatmeal:before {
        background-color: #c6dc71; }
    #product-feature-details dfn:hover {
      opacity: 0.5; }
  #product-feature-details dd {
    padding: 0;
    position: relative; }
    #product-feature-details dd:after {
      content: "";
      display: table;
      clear: both; }
    #product-feature-details dd img {
      position: absolute;
      left: 0px;
      top: 10px; }
    #product-feature-details dd p {
      margin: 0;
      padding: 10px 0 20px 103px;
      min-height: 100px; }
  #product-feature-details .wrapper.super-wrapper.gift-contents {
    text-align: left; }
    #product-feature-details .wrapper.super-wrapper.gift-contents h1 {
      color: #c6dc71;
      font-size: 21px;
      padding: 0 24px; }
    #product-feature-details .wrapper.super-wrapper.gift-contents p {
      color: #999999;
      padding: 0 24px; }

#product-feature-information {
  background: #3c6864;
  padding: 64px 0;
  color: #fff; }
@media(max-width:759px) {
  #product-feature-information {
    padding-bottom: 0; } }
  #product-feature-information .product-hr {
    background: #82d2e8;
    margin: 100px 0 50px;
    padding: 0;
    display: block;
    border: 0px !important;
    height: 1px;
    width: 100%;
    float: left; }
@media(max-width:768px) {
  #product-feature-information .product-hr {
    margin: 50px 0; } }
  #product-feature-information .pf-third h1 {
    margin: 0;
    padding: 0;
    font-size: 40px; }
  #product-feature-information .pf-third h2 {
    font-size: 21px;
    line-height: 1;
    margin: 36px 0;
    color: #bbe4ed; }
  #product-feature-information .pf-third p {
    font-size: 18px;
    line-height: 28px; }
@media(max-width:1023px) {
  #product-feature-information .pf-third p:last-child {
    margin-bottom: 64px; } }
  #product-feature-information .pf-third.pf-push p {
    padding-right: 12%; }
@media(max-width:1023px) {
  #product-feature-information .pf-third.pf-push p {
    padding-right: 0; } }
  #product-feature-information .pf-third .pf-block-info {
    text-align: center;
    margin: 0 0 40px 0; }
    #product-feature-information .pf-third .pf-block-info:last-child {
      margin-bottom: 0; }
@media(max-width:1023px) {
  #product-feature-information .pf-third .pf-block-info {
    width: 50%;
    margin: 0 0 20px 0;
    float: left; } }
@media(max-width:759px) {
  #product-feature-information .pf-third .pf-block-info {
    width: 100%; }
    #product-feature-information .pf-third .pf-block-info:last-child {
      margin: 0; } }
    #product-feature-information .pf-third .pf-block-info .pf-img {
      min-height: 150px; }
      #product-feature-information .pf-third .pf-block-info .pf-img img {
        margin: 0 0 20px 0;
        padding: 0;
        vertical-align: bottom; }
    #product-feature-information .pf-third .pf-block-info.vine-container-left {
      position: relative;
      z-index: 1;
      margin-bottom: 60px;
      margin-right: -164px; }
      #product-feature-information .pf-third .pf-block-info.vine-container-left .pf-img {
        display: inline-block;
        height: 100%; }
      #product-feature-information .pf-third .pf-block-info.vine-container-left p {
        padding: 0 20% !important; }
    #product-feature-information .pf-third .pf-block-info h1 {
      font-size: 26px;
      line-height: 1;
      color: #82d2e8;
      font-weight: 100;
      margin: 0 0 14px 0;
      padding: 0; }
    #product-feature-information .pf-third .pf-block-info p {
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      padding: 0 15%; }
      #product-feature-information .pf-third .pf-block-info p.surf {
        padding: 0 12%; }
    #product-feature-information .pf-third .pf-block-info.pf-block-info-bump {
      margin-top: 96px; }
@media(max-width:1023px) {
  #product-feature-information .pf-third .pf-block-info.pf-block-info-bump {
    width: 100%;
    margin-top: 0; } }
    #product-feature-information .pf-third .pf-block-info.pf-block-info-bump-small {
      margin-top: 36px; }
@media(max-width:1023px) {
  #product-feature-information .pf-third .pf-block-info.pf-block-info-bump-small {
    width: 100%;
    margin-top: 0; } }
  #product-feature-information.gift {
    background: #b9e4ec; }
    #product-feature-information.gift .pf-half {
      width: 50%;
      float: left;
      text-align: center; }
@media(max-width: 762px) {
  #product-feature-information.gift .pf-half p, #product-feature-information.gift .pf-half h1 {
    width: 100% !important; } }
      #product-feature-information.gift .pf-half p {
        width: 50%;
        margin: 0 auto;
        padding-bottom: 60px;
        font-size: 16px;
        color: #75a1af; }
      #product-feature-information.gift .pf-half h1 {
        width: 50%;
        margin: 0 auto;
        padding-top: 12px;
        font-size: 21px;
        color: #75a1af;
        font-weight: 300; }
    #product-feature-information.gift .wrapper.super-wrapper.headline {
      text-align: center; }
      #product-feature-information.gift .wrapper.super-wrapper.headline h1, #product-feature-information.gift .wrapper.super-wrapper.headline p {
        color: #75a1af; }
      #product-feature-information.gift .wrapper.super-wrapper.headline p {
        width: 50%;
        margin: 0 auto;
        padding-bottom: 36px; }
@media(max-width: 762px) {
  #product-feature-information.gift .wrapper.super-wrapper.headline h1, #product-feature-information.gift .wrapper.super-wrapper.headline p {
    width: 100% !important; } }
    #product-feature-information.gift .wrapper.super-wrapper.gift-contents {
      text-align: left; }
      #product-feature-information.gift .wrapper.super-wrapper.gift-contents h1 {
        color: #c6dc71;
        font-size: 21px; }
      #product-feature-information.gift .wrapper.super-wrapper.gift-contents p {
        color: #999999; }

#product-feature-splash {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5% 0;
  position: relative; }
@media(max-width:1023px) {
  #product-feature-splash {
    background-size: auto 100%;
    padding: 0; } }
  #product-feature-splash .pf-copy {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2; }
@media(max-width:1023px) {
  #product-feature-splash .pf-copy {
    position: initial;
    background: #82BC00;
    padding: 10% 0; } }
  #product-feature-splash .pf-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%; }
@media(max-width:1023px) {
  #product-feature-splash .pf-image {
    position: initial;
    padding: 20% 0; } }
  #product-feature-splash .splash-1 {
    background-image: url(/assets/artwork/big-splash.jpg); }
  #product-feature-splash .splash-2 {
    background-image: url(/assets/artwork/big-splash-2.jpg); }
  #product-feature-splash .splash-laundry {
    background-image: url(/assets/artwork/laundry-splash.jpg); }
  #product-feature-splash .splash-mineral {
    background-image: url(/assets/artwork/bg-outdoors-lifestyle.jpg); }
  #product-feature-splash .splash-sanitizer {
    background-image: url(/assets/artwork/sanitizer-splash.jpg); }
  #product-feature-splash .splash-giftset {
    background-image: url(/assets/artwork/bg-giftset.jpg);
    padding: 3% 0; }
  #product-feature-splash .splash-wool {
    background-image: url(/assets/artwork/wool.png);
    background-size: auto 100%;
    background-position: 120% 0; }
@media(max-width: 1200px) {
  #product-feature-splash .splash-wool {
    background-position: 700% 0; } }
@media(max-width: 1137px) {
  #product-feature-splash .splash-wool {
    background-position: -100% 0; } }
  #product-feature-splash .splash-surf {
    background-image: url(/assets/artwork/surf.jpg);
    background-size: auto 100%;
    background-position: 100% 0; }
@media(max-width: 1200px) {
  #product-feature-splash .splash-surf {
    background-position: 500% 0; } }
@media(max-width: 1137px) {
  #product-feature-splash .splash-surf {
    background-position: -300% 0; } }
@media(max-width: 1024px) {
  #product-feature-splash .splash-surf {
    background-position: 0;
    background-size: 100%; } }
  #product-feature-splash .pf-half {
    width: 45%; }
@media(max-width:1023px) {
  #product-feature-splash .pf-half {
    width: 100%; } }
  #product-feature-splash .pf-shade {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    display: none; }
@media(max-width:1023px) {
  #product-feature-splash .pf-shade {
    display: block; } }
  #product-feature-splash h1, #product-feature-splash h2, #product-feature-splash p {
    color: #fff;
    margin: 0; }
  #product-feature-splash h1 {
    font-size: 50px;
    line-height: 1.1; }
@media(max-width:759px) {
  #product-feature-splash h1 {
    font-size: 32px; } }
  #product-feature-splash h2 {
    font-size: 36px; }
@media(max-width:759px) {
  #product-feature-splash h2 {
    font-size: 26px; } }
  #product-feature-splash p {
    font-size: 16px;
    line-height: 28px;
    margin: 4px 0 50px; }
    #product-feature-splash p:last-child {
      margin-bottom: 0; }

.pf-row:after {
  content: "";
  display: table;
  clear: both; }
.pf-row .pf-third {
  float: left;
  width: 33.33%; }
  .pf-row .pf-third.right {
    float: right; }
@media(max-width:1023px) {
  .pf-row .pf-third {
    width: 100%; } }
.pf-row .pf-left {
  float: left;
  width: 60.66%; }
  .pf-row .pf-left p {
    padding-right: 20%; }
@media(max-width:1023px) {
  .pf-row .pf-left {
    width: 100%; } }
.pf-row .pf-right {
  float: right;
  width: 39.33%; }
  .pf-row .pf-right h2 {
    font-size: 20px;
    padding: 0;
    font-weight: 400; }
  .pf-row .pf-right ul {
    margin-bottom: 0px;
    padding-left: 16px; }
    .pf-row .pf-right ul li {
      font-size: 16px;
      line-height: 1.5;
      margin: 0 0 20px 0; }
@media(max-width:1023px) {
  .pf-row .pf-right {
    width: 100%;
    border-top: 1px solid #efefef;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0; }
    .pf-row .pf-right h2 {
      margin: 0px; } }
  .pf-row .pf-right div {
    display: none; }
  .pf-row .pf-right .ingredients-swap {
    margin-top: 16px; }
.pf-row .pf-block:after {
  content: "";
  display: table;
  clear: both; }
.pf-row .pf-block .pf-half {
  width: 40%;
  float: left;
  position: relative; }
  .pf-row .pf-block .pf-half h2 {
    font-size: 20px;
    font-weight: 500;
    color: #999999;
    line-height: 1;
    border-bottom: 3px solid;
    margin: 0 0 20px 0;
    padding: 40px 0 10px 0; }
    .pf-row .pf-block .pf-half h2.orange {
      border-color: #f9a34c; }
    .pf-row .pf-block .pf-half h2.yellow {
      border-color: #ffe881; }
    .pf-row .pf-block .pf-half h2.blue {
      border-color: #82d2e8; }
    .pf-row .pf-block .pf-half h2.lav {
      border-color: #f598a2; }
@media(max-width:1280px) {
  .pf-row .pf-block .pf-half h2 {
    font-size: 16px; } }
  .pf-row .pf-block .pf-half .pf-blurb {
    position: relative; }
    .pf-row .pf-block .pf-half .pf-blurb img {
      position: absolute;
      top: 0px;
      left: 0px; }
    .pf-row .pf-block .pf-half .pf-blurb p {
      padding: 0px 0 20px 103px; }
  .pf-row .pf-block .pf-half .product-extra {
    border: 0px;
    padding: 0;
    margin: 0 0 12px 0; }
    .pf-row .pf-block .pf-half .product-extra dfn {
      font-size: 24px; }
@media(max-width:1280px) {
  .pf-row .pf-block .pf-half .product-extra dfn {
    font-size: 20px; } }
@media(max-width:759px) {
  .pf-row .pf-block .pf-half {
    width: 100%; } }
.pf-row .pf-block .pf-gutter {
  width: 13%;
  float: left;
  text-align: center; }
  .pf-row .pf-block .pf-gutter.nbsp {
    width: 5%; }
  .pf-row .pf-block .pf-gutter strong {
    font-size: 50px;
    line-height: 100px; }
@media(max-width:759px) {
  .pf-row .pf-block .pf-gutter {
    width: 100%; }
    .pf-row .pf-block .pf-gutter strong {
      line-height: 60px; } }
.product-extra--open {
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0; }
  .product-extra--open dd {
    max-height: 800px; }

.pf-footnote {
  padding: 60px 0; }
  .pf-footnote p {
    color: #999999;
    font-size: 14px;
    line-height: 21px;
    padding: 0;
    margin: 0; }

#breadcrumbs {
  margin: 0 auto 20px;
  max-width: 1080px; }
  #breadcrumbs a {
    text-transform: lowercase; }

img.blurb-icon {
  width: 94px; }
  img.blurb-icon.extra-protection {
    width: 98px;
    margin-left: -4px; }
img.dose {
  width: 147px; }
img.broad, img.shade {
  width: 148.5px; }
img.protect {
  margin-top: 115px !important;
  width: 165px; }
  img.protect.surf {
    margin-top: 0 !important; }
img.read.surf {
  margin-top: 33px !important; }
img.wash {
  width: 120px; }
img.clock {
  width: 120px; }
img.foam {
  width: 118px; }
img.test {
  width: 120px;
  margin-top: 31px !important; }

p.extra-wide {
  padding: 0 8% !important; }

h2.centered {
  text-align: center !important; }

.product.wrapper.gift-set .product-info header .find-event {
  display: none; }
.product.wrapper.gift-set .product-info header .buy-now {
  display: none; }
.product.wrapper.gift-set .product-info .buy {
  display: block; }
  .product.wrapper.gift-set .product-info .buy .find-event {
    display: inline-block;
    background-color: transparent;
    padding: 12px 0;
    color: #c6dc71; }
  .product.wrapper.gift-set .product-info .buy .buy-now {
    display: inline-block; }

.ingredients-button {
  width: 100%;
  display: inline-block; }
  .ingredients-button .button {
    width: 100%;
    padding: 0.5em 0;
    margin-top: 0; }
  .ingredients-button.featured {
    width: 82%;
    display: inline-block; }
    .ingredients-button.featured .button {
      width: 71%;
      float: left; }

.ingredients-close {
  width: 22px;
  height: 22px;
  background: #81bc41;
  position: relative;
  color: white;
  display: inline-block;
  border-radius: 50%;
  float: right;
  margin-top: 0px;
  cursor: pointer; }
  .ingredients-close:before {
    content: "+";
    color: white;
    font-weight: bold;
    font-size: 22px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: 5px; }

.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 10%;
  background: white;
  border: 2px solid #d6d6d6;
  background-clip: padding-box;
  padding: 12px; }
@media(min-width: 32em) {
  .modal-box {
    width: 50%; } }
@media(max-width: 32em) {
  .modal-box {
    width: 96%; } }
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important; }

section.freedom {
  background: #296764; }
section.mission {
  background-image: url("/assets/Background-Our-Mission.jpg");
  background-repeat: no-repeat;
  background-size: 2060px;
  background-position: center top;
  background-color: #81D1E8; }

.page.mission {
  padding-top: 12%;
  padding-bottom: 14.7%; }
  .page.mission h1 {
    color: white; }
  .page.mission p {
    line-height: 1.4;
    font-size: 18px;
    color: white; }

.freedom-headline {
  font-size: 40px !important;
  color: #A9DCDF !important; }

.freedom-body li {
  font-size: 18px;
  color: white;
  line-height: 1; }

#product-feature-details.gift {
  text-align: center;
  padding: 0 20%; }
@media(max-width: 762px) {
  #product-feature-details.gift {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
.vines {
  max-width: 306px;
  width: 100%; }
  .vines.right {
    float: right; }
  .vines-center {
    width: 100%;
    max-width: 465px;
    margin-top: 144px !important; }

.super-vine {
  background-image: url("/assets/artwork/png/center.png");
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: 464px; }

.copy-wrapper.sunscreen {
  transform: translateY(20%);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%); }
.copy-wrapper.sanitizer {
  transform: translateY(30%);
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%); }
.copy-wrapper.detergent {
  transform: translateY(25%);
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%); }

#baby-safe-standards .standards-header h1 {
  font-size: 45px; }
#baby-safe-standards .standards-header p {
  width: 65%;
  text-align: center;
  margin: 0 auto; }
#baby-safe-standards a {
  text-decoration: none; }
#baby-safe-standards ol {
  padding: 0;
  width: 100%;
  margin-top: 60px;
  counter-reset: item; }
  #baby-safe-standards ol li {
    list-style-position: inside;
    list-style-type: decimal; }
#baby-safe-standards li {
  list-style-position: inside;
  list-style-type: decimal; }
  #baby-safe-standards li h1, #baby-safe-standards li h2 {
    text-transform: capitalize; }
#baby-safe-standards .standard-icon {
  width: 17%;
  float: left;
  margin: 0 45px 0 0;
  text-align: center;
  text-transform: capitalize; }
  #baby-safe-standards .standard-icon:first-child {
    width: 15%; }
  #baby-safe-standards .standard-icon:last-child {
    margin: 0 0 0 0; }
  #baby-safe-standards .standard-icon img {
    height: 104px; }
@media (max-width: 1180px) {
  #baby-safe-standards .standard-icon {
    width: 16%; } }
@media (max-width: 918px) {
  #baby-safe-standards .standard-icon {
    width: 15%; }
    #baby-safe-standards .standard-icon img {
      height: 95px; } }
@media (max-width: 780px) {
  #baby-safe-standards .standard-icon {
    width: 14%;
    font-size: 15px; }
    #baby-safe-standards .standard-icon img {
      height: 85px; } }
#baby-safe-standards .standards-section li {
  font-size: 28px; }
#baby-safe-standards .standards-section h2 {
  font-size: 30px;
  margin: 50px auto 0;
  text-transform: capitalize; }
#baby-safe-standards .standards-section h3 {
  font-size: 20px;
  color: #77a3b1;
  clear: both; }
  #baby-safe-standards .standards-section h3.top-margin {
    margin-top: 80px; }
#baby-safe-standards .standards-section h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 500; }
#baby-safe-standards .standards-section p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin: 10px 0 20px 0; }
  #baby-safe-standards .standards-section p.disclaimer {
    clear: both; }
#baby-safe-standards .standards-section .pf-row {
  margin-bottom: 60px; }
#baby-safe-standards .standards-section .standards-details {
  float: right;
  width: 53%; }
  #baby-safe-standards .standards-section .standards-details .pf-gutter {
    min-height: 165px; }
  #baby-safe-standards .standards-section .standards-details .pf-half {
    width: 43.5%; }
  #baby-safe-standards .standards-section .standards-details .details-list {
    list-style-type: disc;
    color: #999;
    padding-left: 0; }
    #baby-safe-standards .standards-section .standards-details .details-list li {
      font-size: 14px;
      line-height: 24px; }

.ingredients-legacy {
  display: none; }
  .ingredients-legacy p {
    color: #999; }

table.ingredients-table {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 24px; }
  table.ingredients-table tbody {
    padding: 0 24px;
    display: block; }
  table.ingredients-table tr {
    width: 100%;
    padding: 12px 0;
    display: inline-table;
    border-top: 1px solid #dbdbdb;
    min-height: 74px; }
    table.ingredients-table tr.ingredient-titles {
      border-top: none; }
    table.ingredients-table tr.active, table.ingredients-table tr.inactive {
      border-bottom: 2px solid #dc91be; }
      table.ingredients-table tr.active td, table.ingredients-table tr.inactive td {
        color: #dc91be;
        font-size: 1.3em;
        font-weight: 200; }
    table.ingredients-table tr.inactive {
      border-top: none; }
    table.ingredients-table tr th {
      font-weight: 200;
      text-align: left;
      font-size: 1.5em;
      width: 25%;
      text-transform: lowercase; }
      table.ingredients-table tr th:nth-child(1) {
        color: #dc91be; }
      table.ingredients-table tr th:nth-child(2) {
        color: #c6dc71; }
      table.ingredients-table tr th:nth-child(3) {
        color: #83d1e6; }
      table.ingredients-table tr th:nth-child(4) {
        color: #f38657; }
    table.ingredients-table tr td {
      width: 25%;
      font-weight: bold;
      color: #999;
      font-size: 12px;
      padding-right: 10%;
      position: relative;
      text-transform: lowercase; }
      table.ingredients-table tr td a {
        color: #f4d24c; }
        table.ingredients-table tr td a span.source_category {
          padding-bottom: 2px;
          border-bottom: 2px solid #f4d24c;
          color: #f4d24c; }
        table.ingredients-table tr td a .tooltip {
          position: absolute;
          z-index: 9;
          width: 250px;
          background: white;
          color: #999;
          font-size: 12px;
          font-weight: 200;
          bottom: 80%;
          left: 44px;
          border: 2px solid #f4d24c;
          padding: 20px 40px;
          visibility: hidden;
          opacity: 0;
          transition: all 0.2s; }
          table.ingredients-table tr td a .tooltip:before {
            content: "";
            position: absolute;
            bottom: -12px;
            left: -2px;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #f3d24c; }
          table.ingredients-table tr td a .tooltip:after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 12px solid white; }
        table.ingredients-table tr td a:hover, table.ingredients-table tr td a:focus, table.ingredients-table tr td a:active {
          text-decoration: none; }
          table.ingredients-table tr td a:hover .tooltip, table.ingredients-table tr td a:focus .tooltip, table.ingredients-table tr td a:active .tooltip {
            visibility: visible;
            opacity: 1;
            transition: all 0.2s; }

.ingredients-chart {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 800ms ease; }
  .ingredients-chart.open {
    max-height: 5000px;
    transition: max-height 1000ms ease; }
  .ingredients-chart.color-bath .ingredients-header {
    background: #83d1e6 !important; }
  .ingredients-chart.color-bath span.source_category {
    border-bottom: 2px solid #83d1e6 !important;
    color: #83d1e6 !important; }
  .ingredients-chart.color-bath a {
    color: #83d1e6 !important; }
  .ingredients-chart.color-bath .tooltip {
    border-color: #83d1e6 !important; }
    .ingredients-chart.color-bath .tooltip:before {
      border-left: 15px solid #83d1e6 !important; }
  .ingredients-chart.color-hand-hygiene .ingredients-header {
    background: #f4d33c !important; }
  .ingredients-chart.color-hand-hygiene span.source_category {
    border-bottom: 2px solid #f4d33c !important;
    color: #f4d33c !important; }
  .ingredients-chart.color-hand-hygiene a {
    color: #f4d33c !important; }
  .ingredients-chart.color-hand-hygiene .tooltip {
    border-color: #f4d33c !important; }
    .ingredients-chart.color-hand-hygiene .tooltip:before {
      border-left: 15px solid #f4d33c !important; }
  .ingredients-chart.color-diapering .ingredients-header {
    background: #e87171 !important; }
  .ingredients-chart.color-diapering span.source_category {
    border-bottom: 2px solid #e87171 !important;
    color: #e87171 !important; }
  .ingredients-chart.color-diapering a {
    color: #e87171 !important; }
  .ingredients-chart.color-diapering .tooltip {
    border-color: #e87171 !important; }
    .ingredients-chart.color-diapering .tooltip:before {
      border-left: 15px solid #e87171 !important; }
  .ingredients-chart.color-home .ingredients-header {
    background: #edbb4f !important; }
  .ingredients-chart.color-home span.source_category {
    border-bottom: 2px solid #edbb4f !important;
    color: #edbb4f !important; }
  .ingredients-chart.color-home a {
    color: #edbb4f !important; }
  .ingredients-chart.color-home .tooltip {
    border-color: #edbb4f !important; }
    .ingredients-chart.color-home .tooltip:before {
      border-left: 15px solid #edbb4f !important; }
  .ingredients-chart.color-laundry .ingredients-header {
    background: #f38657 !important; }
  .ingredients-chart.color-laundry span.source_category {
    border-bottom: 2px solid #f38657 !important;
    color: #f38657 !important; }
  .ingredients-chart.color-laundry a {
    color: #f38657 !important; }
  .ingredients-chart.color-laundry .tooltip {
    border-color: #f38657 !important; }
    .ingredients-chart.color-laundry .tooltip:before {
      border-left: 15px solid #f38657 !important; }
  .ingredients-chart.color-outdoors .ingredients-header {
    background: #dc91be !important; }
  .ingredients-chart.color-outdoors span.source_category {
    border-bottom: 2px solid #dc91be !important;
    color: #dc91be !important; }
  .ingredients-chart.color-outdoors a {
    color: #dc91be !important; }
  .ingredients-chart.color-outdoors .tooltip {
    border-color: #dc91be !important; }
    .ingredients-chart.color-outdoors .tooltip:before {
      border-left: 15px solid #dc91be !important; }
  .ingredients-chart.color-skincare .ingredients-header {
    background: #c6dc71 !important; }
  .ingredients-chart.color-skincare span.source_category {
    border-bottom: 2px solid #c6dc71 !important;
    color: #c6dc71 !important; }
  .ingredients-chart.color-skincare a {
    color: #c6dc71 !important; }
  .ingredients-chart.color-skincare .tooltip {
    border-color: #c6dc71 !important; }
    .ingredients-chart.color-skincare .tooltip:before {
      border-left: 15px solid #c6dc71 !important; }
  .ingredients-chart.color-remedies .ingredients-header {
    background: #77a1af !important; }
  .ingredients-chart.color-remedies span.source_category {
    border-bottom: 2px solid #77a1af !important;
    color: #77a1af !important; }
  .ingredients-chart.color-remedies a {
    color: #77a1af !important; }
  .ingredients-chart.color-remedies .tooltip {
    border-color: #77a1af !important; }
    .ingredients-chart.color-remedies .tooltip:before {
      border-left: 15px solid #77a1af !important; }
  .ingredients-chart.color-everything .ingredients-header {
    background: #81bc41 !important; }
  .ingredients-chart.color-everything span.source_category {
    border-bottom: 2px solid #81bc41 !important;
    color: #81bc41 !important; }
  .ingredients-chart.color-everything a {
    color: #81bc41 !important; }
  .ingredients-chart.color-everything .tooltip {
    border-color: #81bc41 !important; }
    .ingredients-chart.color-everything .tooltip:before {
      border-left: 15px solid #81bc41 !important; }
  .ingredients-chart .gloss-link {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: right; }
    .ingredients-chart .gloss-link h1 {
      font-size: 1.5em;
      color: #83d1e6; }
      .ingredients-chart .gloss-link h1 a {
        color: #83d1e6 !important;
        border-bottom: 1px solid #83d1e6;
        padding-bottom: 2px; }
        .ingredients-chart .gloss-link h1 a:hover {
          text-decoration: none; }

.ingredients-header {
  padding: 12px 24px;
  margin-bottom: 48px; }
  .ingredients-header .header-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
    .ingredients-header .header-container h1 {
      color: white;
      margin: 0;
      display: inline-block; }
    .ingredients-header .header-container a.closer {
      width: 42px;
      height: 42px;
      position: relative;
      display: inline-block;
      float: right; }
      .ingredients-header .header-container a.closer:before, .ingredients-header .header-container a.closer:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 100%;
        background: white;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .ingredients-header .header-container a.closer:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      .ingredients-header .header-container a.closer:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }

.gloss-link {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: right; }
  .gloss-link h1 {
    font-size: 1.5em;
    color: #83d1e6; }
    .gloss-link h1 a {
      color: #83d1e6 !important;
      border-bottom: 1px solid #83d1e6;
      padding-bottom: 2px; }
      .gloss-link h1 a:hover {
        text-decoration: none; }

.glossary-header {
  background-image: url("/assets/artwork/gloss-bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  min-height: 638px; }

.glossary-intro {
  padding-top: 72px; }
  .glossary-intro h1 {
    color: white;
    margin: 0; }
  .glossary-intro h2 {
    color: white;
    font-size: 24px;
    max-width: 500px;
    width: 100%; }
  .glossary-intro .page {
    margin: 0 auto; }

.glossary-chart .page {
  margin-top: 0; }

.gloss-contact {
  border-top: 1px solid #dbdbdb; }
  .gloss-contact h1 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #82d2e8;
    margin-top: 48px; }
    .gloss-contact h1 a {
      color: #82d2e8; }
      .gloss-contact h1 a:hover {
        text-decoration: none; }

#baby-safe-standards.content {
  margin: 3.7em auto; }
@media(min-width: 1024px) {
  #baby-safe-standards.content {
    margin: 3em auto; } }
#baby-safe-standards .wrapper {
  position: relative; }
  #baby-safe-standards .wrapper .cta-gloss {
    position: absolute;
    right: 100px;
    top: -61px; }
    #baby-safe-standards .wrapper .cta-gloss h2 {
      text-align: center;
      line-height: 1; }
      #baby-safe-standards .wrapper .cta-gloss h2 a {
        color: white;
        font-size: 26px;
        text-align: center; }
    #baby-safe-standards .wrapper .cta-gloss:before {
      content: url("/assets/artwork/cta.png");
      position: absolute;
      z-index: -1;
      left: -34px; }

.product-extra.Usage dd p.swim-modal:nth-child(1) {
  display: none;
  color: transparent; }

table.glossary tr {
  border-bottom: 1px solid #dbdbdb; }
  table.glossary tr td {
    padding: 40px 0; }
    table.glossary tr td:nth-child(1) {
      width: 40%;
      padding-right: 100px;
      padding-left: 24px;
      font-size: 26px;
      font-weight: 500; }
    table.glossary tr td:nth-child(2) {
      width: 60px;
      padding-right: 70px;
      font-size: 16px; }
    table.glossary tr td.tabbed {
      font-size: 20px !important;
      padding-left: 48px !important; }
  table.glossary tr.tab {
    border-bottom: none !important; }
  table.glossary tr.titles {
    border-bottom: 4px solid #82d2e8; }
    table.glossary tr.titles th {
      color: #82d2e8;
      font-size: 40px;
      text-align: left;
      padding: 24px;
      font-weight: 500; }
      table.glossary tr.titles th:nth-child(2) {
        padding-left: 0; }

.hero.icons {
  padding-left: 30px;
  padding-right: 30px; }
.hero h1 {
  font-size: 46px;
  font-weight: 200;
  margin-bottom: 0;
  letter-spacing: -0.5px; }
.hero img.category-hero {
  width: 100%; }
.hero .pf-row .pf-block .pf-half {
  width: 45%; }
  .hero .pf-row .pf-block .pf-half.right {
    float: right; }
.hero .pf-row .pf-third {
  text-align: center; }
  .hero .pf-row .pf-third h2 {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 28px; }
    .hero .pf-row .pf-third h2.padded {
      padding: 0 42px; }
  .hero .pf-row .pf-third p {
    padding: 0 30px;
    margin-top: 8px; }

dd.swim p:nth-child(1) {
  display: none; }

#product-feature-details, #product-feature-information.wool {
  position: relative; }
  #product-feature-details .wrapper.wool, #product-feature-information.wool .wrapper.wool {
    padding-left: 50px;
    padding-right: 50px; }
    #product-feature-details .wrapper.wool h1, #product-feature-information.wool .wrapper.wool h1 {
      text-align: center;
      margin-bottom: 24px; }
    #product-feature-details .wrapper.wool .card, #product-feature-information.wool .wrapper.wool .card {
      padding: 0 8px; }
      #product-feature-details .wrapper.wool .card h1, #product-feature-information.wool .wrapper.wool .card h1 {
        font-size: 34px; }
      #product-feature-details .wrapper.wool .card a.baby-safe, #product-feature-information.wool .wrapper.wool .card a.baby-safe {
        margin-top: 60px;
        padding-bottom: 2px;
        position: relative;
        border-bottom: 1px solid;
        transition: all 0.2s ease-in-out; }
        #product-feature-details .wrapper.wool .card a.baby-safe:hover, #product-feature-information.wool .wrapper.wool .card a.baby-safe:hover {
          text-decoration: none;
          transition: all 0.2s ease-in-out; }
          #product-feature-details .wrapper.wool .card a.baby-safe:hover:before, #product-feature-information.wool .wrapper.wool .card a.baby-safe:hover:before {
            right: -20px; }
        #product-feature-details .wrapper.wool .card a.baby-safe:before, #product-feature-information.wool .wrapper.wool .card a.baby-safe:before {
          content: "";
          position: absolute;
          right: -14px;
          bottom: 2px;
          width: 0;
          height: 0;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 8px solid;
          transition: all 0.2s ease-in-out; }

#product-feature-details .wrapper.wool .pf-row .pf-third:nth-child(3) p {
  margin-bottom: 40px; }

#product-feature-information.wool {
  background: #81bc41; }
  #product-feature-information.wool .wrapper.wool .card h1 {
    margin-top: 0;
    margin-bottom: 12px;
    text-align: left; }
  #product-feature-information.wool .wrapper.wool .card p {
    text-align: left;
    font-size: 15px;
    line-height: 26px; }
  #product-feature-information.wool .wrapper.wool p.intro {
    padding-left: 22%;
    padding-right: 22%;
    text-align: center;
    margin-bottom: 80px;
    position: relative; }
    #product-feature-information.wool .wrapper.wool p.intro:before {
      content: "";
      position: absolute;
      height: 300px;
      width: 300px;
      background-image: url("../artwork/trees-top-left.svg");
      background-repeat: no-repeat;
      background-size: 100px;
      left: 0;
      top: 40px; }
    #product-feature-information.wool .wrapper.wool p.intro:after {
      content: "";
      position: absolute;
      height: 300px;
      width: 300px;
      background-image: url("../artwork/sheep-top-right.svg");
      background-repeat: no-repeat;
      background-size: 100px;
      right: -190px;
      top: 10px; }

#product-feature-splash.wool {
  padding: 0;
  border-bottom: 1px solid #999999; }
  #product-feature-splash.wool p {
    color: #999999; }
  #product-feature-splash.wool .pf-third {
    padding: 10% 0;
    padding-right: 24px;
    background: white; }

.pf-row.story {
  margin-top: 75px;
  margin-bottom: 75px; }

.offset-third {
  margin-left: 33.33%; }

.pf-third img {
  position: relative;
  z-index: 9; }
.pf-third.sheep {
  position: relative; }
  .pf-third.sheep:after {
    content: "";
    position: absolute;
    background: url(/assets/artwork/wool-bg-1.png);
    background-repeat: no-repeat;
    width: 440px;
    height: 400px;
    top: -70px;
    right: -470px; }
.pf-third.trail-1 {
  position: relative; }
  .pf-third.trail-1:before {
    content: "";
    position: absolute;
    background: url(/assets/artwork/wool-bg-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 370px;
    height: 500px;
    top: -150px;
    left: -330px;
    z-index: 0; }
.pf-third.ballers {
  position: relative; }
  .pf-third.ballers:after {
    content: "";
    position: absolute;
    background: url(/assets/artwork/wool-bg-3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 420px;
    height: 525px;
    top: -145px;
    right: -400px; }
.pf-third.house {
  position: relative; }
  .pf-third.house:before {
    content: "";
    position: absolute;
    background: url(/assets/artwork/wool-bg-4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 420px;
    height: 500px;
    top: -115px;
    left: -390px;
    z-index: 0; }

.video-container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  .video-container:before {
    content: "";
    position: absolute;
    width: 51.75%;
    height: 100%;
    background: #fbb260;
    left: -14px;
    top: 0;
    z-index: 0; }
  .video-container:after {
    content: "";
    position: absolute;
    width: 51.75%;
    height: 100%;
    background: #ffdf89;
    right: -14px;
    top: 0;
    z-index: 0; }

.video-loop {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  z-index: 1; }
  .video-loop video, .video-loop iframe {
    position: absolute;
    top: 2.5%;
    left: 0;
    width: 100%;
    height: 95%; }

#loop {
  z-index: 2; }

.video-copy {
  z-index: 999;
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 860px;
  margin: 9% auto; }
  .video-copy h1 {
    color: white;
    font-size: 58px;
    line-height: 64px; }
  .video-copy h2 {
    color: white;
    font-size: 20px; }

a.video-playbtn {
  width: 50px;
  height: 50px;
  border: 2px solid white;
  display: inline-block;
  border-radius: 100%;
  position: relative; }
  a.video-playbtn:before {
    content: "";
    position: absolute;
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 40%;
    top: 30%; }

.trees-left {
  position: absolute;
  background: url("../artwork/trees-btm-left.svg");
  height: 300px;
  width: 200px;
  top: 400px;
  left: 10%;
  background-repeat: no-repeat;
  background-size: 160px; }

.trees-right {
  position: absolute;
  background: url("../artwork/trees-btm-right.svg");
  height: 300px;
  width: 200px;
  top: 590px;
  right: 10%;
  background-repeat: no-repeat;
  background-size: 160px; }

.violator {
  position: relative;
  height: 90px;
  background-color: #7fd2e6;
  background-image: url("../artwork/violator-blue-new.jpg");
  background-repeat: no-repeat;
  background-size: auto 90px;
  background-position: top center; }
  .violator:before {
    content: "";
    background-image: url("../artwork/vio-left.png");
    height: 64px;
    width: 89px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none; }
  .violator:after {
    content: "";
    background-image: url("../artwork/vio-right.png");
    height: 77px;
    width: 173px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none; }
@media(max-width: 1280px) {
  .violator {
    background-image: none; }
    .violator:before, .violator:after {
      display: inline-block; } }
@media(max-width: 1024px) {
  .violator:before {
    left: -34px; } }
@media(max-width: 840px) {
  .violator:after {
    right: -8%; } }
@media(max-width: 761px) {
  .violator {
    height: auto !important; }
    .violator h1 {
      margin-top: 12px !important;
      padding-right: 44px !important; }
    .violator:before, .violator:after {
      display: none; } }
  .violator h1 {
    font-size: 18px;
    color: white;
    margin-top: 34px; }
    .violator h1 a {
      color: white;
      text-decoration: underline;
      font-weight: 400;
      position: relative; }
      .violator h1 a:after {
        content: "";
        position: absolute;
        top: 0;
        right: -16px;
        border-left: 10px solid white;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent; }

.gift-badge {
  position: absolute;
  top: 0;
  left: -276px;
  width: 190px;
  height: 190px;
  background-image: url("../artwork/shower-badge.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%; }
@media(max-width: 1440px) {
  .gift-badge {
    left: -255px; } }
@media(max-width: 1280px) {
  .gift-badge {
    left: -208px; } }
@media(max-width: 992px) {
  .gift-badge {
    left: -188px; } }
@media(max-width: 760px) {
  .gift-badge {
    display: none; } }
  .gift-badge-mobile {
    display: none; }
@media(max-width: 760px) {
  .gift-badge-mobile {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    height: 210px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../artwork/shower-badge-mobile.png");
    z-index: 9; } }
@media(max-width: 440px) {
  .gift-badge-mobile {
    height: 130px;
    width: 100px;
    top: 30px;
    right: 20px; } }
a#register {
  text-decoration: none;
  color: white;
  display: inline-block;
  padding-bottom: 0.35em;
  position: relative;
  z-index: 8; }
  a#register:hover {
    text-decoration: none; }

#wipes-message .message-header {
  width: 50%;
  float: left;
  margin-top: 20px;
  line-height: 1.1; }
@media(max-width: 768px) {
  #wipes-message .message-header {
    width: 100%; } }
  #wipes-message .message-header h2 {
    margin-top: 0;
    color: #81bc41;
    font-size: 75px;
    text-align: left; }
@media(max-width: 1024px) {
  #wipes-message .message-header h2 {
    font-size: 55px; } }
@media(max-width: 768px) {
  #wipes-message .message-header h2 {
    font-size: 36px;
    margin-bottom: 0;
    text-align: center; } }
#wipes-message .message-image {
  width: 100%;
  max-width: 457px;
  float: left;
  text-align: left; }
@media(max-width: 768px) {
  #wipes-message .message-image {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    float: none;
    text-align: center; } }
#wipes-message .message-copy {
  width: 50%;
  float: left; }
@media(max-width: 768px) {
  #wipes-message .message-copy {
    width: 100%; } }
@media(max-width: 1128px) {
  .super-wrapper.gift-set .ingredients-button.featured {
    width: 100% !important; }
    .super-wrapper.gift-set .ingredients-button.featured .button {
      width: 100% !important; }
  .super-wrapper.gift-set .new-buy-now.gift-set {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .super-wrapper.gift-set .new-buy-now.registry {
    width: 99.25% !important; } }
@media(max-width: 1024px) {
  #product-feature-splash.surf .pf-copy {
    background: white !important; } }
@media (max-width: 1023px) {
  .copy-wrapper.sunscreen {
    transform: translateY(0);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%); }
  .copy-wrapper.sanitizer {
    transform: translateY(0);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%); }
  .copy-wrapper.detergent {
    transform: translateY(0);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%); } }
@media(min-width: 1024px) and (max-width: 1206px) {
  .pf-row .pf-block:after {
    content: "";
    display: table;
    clear: both; }
  .pf-row .pf-block .pf-half {
    width: 40%;
    float: left;
    position: relative; }
    .pf-row .pf-block .pf-half.wide {
      width: 60%; } }
@media(max-width: 1330px) {
  .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-left .pf-img, .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-left h1, .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-left p {
    float: left;
    text-align: left; }
  .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-left p, .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-left h1 {
    clear: both;
    width: 70%; }
  .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-right .pf-img, .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-right h1, .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-right p {
    float: right;
    text-align: right; }
  .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-right p, .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-right h1 {
    clear: both;
    width: 70%; } }
@media(max-width: 761px) {
  .wrapper.super-wrapper.super-vine {
    background: none; }
    .wrapper.super-wrapper.super-vine .pf-half {
      width: 100% !important; }
    .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-left {
      width: 100%; }
      .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-left .pf-img, .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-left h1, .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-left p {
        float: none;
        text-align: center; }
      .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-left p, .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-left h1 {
        clear: both;
        width: 100%; }
    .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-right .pf-img, .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-right h1, .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-right p {
      float: none;
      text-align: center; }
    .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-right p, .wrapper.super-wrapper.super-vine .pf-block-info.vine-container-right h1 {
      clear: both;
      width: 100%; }
  .wrapper .standards-details, .wrapper .standards-details .pf-half, .wrapper .pf-gutter {
    width: 100% !important;
    min-height: 0 !important; }
  .wrapper .top-margin {
    margin-top: 0 !important; }

  #baby-safe-standards .standards-header p {
    width: 80%; }
  #baby-safe-standards .standard-icon {
    margin: 0; }
    #baby-safe-standards .standard-icon.purpose, #baby-safe-standards .standard-icon.values, #baby-safe-standards .standard-icon.formulation {
      width: 33%; }
    #baby-safe-standards .standard-icon.testing {
      width: 40%;
      margin-left: 10%;
      margin-top: 20px;
      clear: both; }
    #baby-safe-standards .standard-icon.refinement {
      width: 35%;
      margin-right: 15%;
      margin-top: 20px;
      float: right; }

  .offset-third {
    margin-left: 0; }

  #product-feature-splash .splash-wool {
    background-position: 0;
    background-size: 100%; }
  #product-feature-splash .pf-copy {
    padding: 0; }
  #product-feature-splash.wool .pf-third {
    padding-left: 12px;
    padding-right: 34px;
    margin-left: -20px; }
  #product-feature-splash.surf .pf-copy {
    background: white !important; }

  .pf-row.story {
    margin-top: 24px;
    margin-bottom: 24px; }

  #product-feature-details .wrapper.wool {
    padding-left: 12px;
    padding-right: 12px; }
    #product-feature-details .wrapper.wool .card h1, #product-feature-details .wrapper.wool .card p {
      text-align: center; }

  #product-feature-information.wool .wrapper.wool {
    padding-left: 12px;
    padding-right: 12px; } }
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table.ingredients-table tbody, table.ingredients-table th, table.ingredients-table td, table.ingredients-table tr {
    display: inline-block;
    width: 100%; }
  table.ingredients-table tbody {
    padding: 0; }
  table.ingredients-table tr {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px; }
    table.ingredients-table tr.ingredient-titles {
      display: none; }
    table.ingredients-table tr.active, table.ingredients-table tr.inactive {
      border-top: none; }
      table.ingredients-table tr.active td, table.ingredients-table tr.inactive td {
        padding-left: 0;
        width: 100%; }
        table.ingredients-table tr.active td:nth-of-type(1):before, table.ingredients-table tr.inactive td:nth-of-type(1):before {
          content: "";
          display: none; }
    table.ingredients-table tr td {
      border: none;
      position: relative;
      padding-left: 40%;
      padding-right: 0;
      width: 50%;
      margin-top: 3px;
      margin-bottom: 3px; }
      table.ingredients-table tr td:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap; }
      table.ingredients-table tr td:nth-of-type(1):before {
        content: "ingredient"; }
      table.ingredients-table tr td:nth-of-type(2):before {
        content: "ingredient type"; }
      table.ingredients-table tr td:nth-of-type(3):before {
        content: "where it's from"; }
      table.ingredients-table tr td:nth-of-type(4):before {
        content: "how it helps"; }
      table.ingredients-table tr td a .tooltip {
        left: 0;
        width: 80%;
        padding: 20px;
        bottom: 150%; }
        table.ingredients-table tr td a .tooltip:before {
          transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          left: 50%;
          bottom: -18px; }
        table.ingredients-table tr td a .tooltip:after {
          transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          left: 50.6%;
          bottom: -14px; }
      table.ingredients-table tr td a:hover .tooltip, table.ingredients-table tr td a:focus .tooltip, table.ingredients-table tr td a:active .tooltip {
        visibility: hidden; }
      table.ingredients-table tr td a.mobitip {
        text-decoration: none; }
        table.ingredients-table tr td a.mobitip .tooltip {
          visibility: visible !important;
          opacity: 1;
          transition: all 0.2s; }

  .ingredients-header {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0; }
    .ingredients-header .header-container h1 {
      padding-left: 20px; }
    .ingredients-header .header-container a.closer {
      padding-right: 20px; }
      .ingredients-header .header-container a.closer:before, .ingredients-header .header-container a.closer:after {
        right: 16px; }

  .ingredients-chart.open {
    max-height: 100%; }
  .ingredients-chart .gloss-link h1 {
    padding-left: 12px;
    padding-right: 12px;
    text-align: center; } }
@media(max-width: 768px) {
  .super-wrapper.gift-set .ingredients-button.featured {
    width: 100% !important; }
    .super-wrapper.gift-set .ingredients-button.featured .button {
      width: 100% !important; }
  .super-wrapper.gift-set .new-buy-now.gift-set {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .super-wrapper.gift-set .new-buy-now.registry {
    width: 99.5% !important; } }

/*# sourceMappingURL=mw.css.map */
