.front .fixed-share-links{
  top:60%
}
.home-hero{
  padding: 50px 0 65px;
  position: relative;
  background-color: #ffffff;
}
.home-hero .home-carousel-arrow{
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 2px #acacac;
  background-color: #ffffff;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 100;
}
.home-hero .prev-arrow{
  left: 0;
}
.home-hero .next-arrow{
  right: 0;
}
.home-hero .home-carousel-arrow >*{
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.home-carousel{
  width: 100%;
}
.home-carousel * {
  outline: none;
}
.home-carousel .slick-slide {
  transition: all ease-in-out .3s;
}
.home-carousel .item{
  padding: 0 8px;
}
.home-carousel .item-container{
  width: 100%;
  /* height: 26.1vw; */
  height: 23.286vw;
  min-height: 300px;
  background-color: #f2f4f5;
  font-size: 0;
  position: relative;
}
/* hide mp4 and youtube in android */
.home-carousel.android .media-mp4,.home-carousel.android .media-youtube{
  display: none;
}
.home-carousel.android .slick-active .media-mp4,.home-carousel.android .slick-active .media-youtube{
  display: block;
}
.home-carousel .slick-active .item-container::after{
  display: none;
}
.home-carousel .item-container::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.3);
}
.home-carousel .item-container .media{
  display: inline-block;
  /* width: 68%; */
  width: 67%;
  /* height: 350px; */
  height: 100%;
  overflow: hidden;
}
.home-carousel .item-container .media iframe{
  display: inline-block;
}
.home-carousel .item-container .media >*{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home-carousel .item-container .media .media-image{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-carousel .item-container .content{
  display: inline-block;
  /* width: 32%; */
  width: 33%;
  /* height: 350px; */
  height: 100%;
  vertical-align: top;
  position: relative;
}
.home-carousel .content-container {
  padding: 0 12%; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.home-carousel .content-container .title{
  line-height: 36px;
  font-size: 30px;
  color: #000000;
  font-family: "FortBold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.home-carousel .content-container .desc{
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  font-family: "FortLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-top: 10px;
}
.home-carousel .content-container .button-link{
  display: inline-block;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  width: 194px;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
  font-family: "FortBold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.combined-my-morning-protein .home-carousel .button-link{background: #FF8200;;}
.combined-team-usa .home-carousel .button-link{background: #D03642;}
.combined-milk-packaging .home-carousel .button-link{background: #02A248;}
.combined-nature .home-carousel .button-link{background: #CC7D6D;}

.analog-love .home-carousel .button-link{background: #E3526F;}
.analog-sky .home-carousel .button-link{background: #769AD4;}
.analog-earth .home-carousel .button-link{background: #C6A786;}
.analog-green .home-carousel .button-link{background: #839C3E;}
.analog-lavender .home-carousel .button-link{background: #867DA7;}

.home-carousel .content-container .link{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #5098f0;
  width: 100%;
  font-family: "FortBold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  cursor: pointer;
  text-decoration: none;
  margin-top: 18px;
}
.home-carousel .content-container .link span:hover{
  text-decoration: underline;
}
.home-carousel .content-container .link::after{
  content: '>';
  margin-left: 5px;
  font-family: "FortLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/* dots */
.slick-dots{
  position: absolute;
  bottom: -55px;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  cursor: pointer;
  list-style: none;
}
.slick-dots li button{
  font-size: 0;
  background: url("../images/hc-milk-bottle.png") no-repeat;
  background-position: 0 0;
  border: none;
  width: 22px;
  height: 34px;
  cursor: pointer;
}
.slick-dots li.slick-active-before button{
  -webkit-animation: milkUnFill 1s steps(1,end) forwards;
  animation: milkUnFill 1s steps(1,end) forwards;

}
.slick-dots li.slick-active button{
  -webkit-animation: milkFill 1s steps(1,end) forwards;
  animation: milkFill 1s steps(1,end) forwards;
}

/* mobile and tablet */
@media screen and (max-width: 768px){
  .home-hero{
    padding-top: 30px;
    padding-bottom: 85px;
  }
  .home-hero .home-carousel-arrow{
    width: 43px;
    height: 60px;
    /* top: 15%; */
    top: 105px;
  }
  .home-carousel .item-container{
    height: auto;
    min-height: 0px;
  }
  .home-carousel .item-container::after{
    display: none;
  }
  .home-carousel .item-container >*{
    width: 100% !important;
  }
  .home-carousel .item-container .media{
    /* height: 40vw; */
    height: 150px;
  }
  .home-carousel .item-container .media.mp4{
    position: relative;
  }
  .home-carousel .item-container .media.mp4 .media-mp4{
    display: none;
  }
  .home-carousel .item-container .media.mp4.noPlayButton .media-mp4{
    display: block;
  }
  
  .home-carousel .item-container .media.mp4 .media-mp4-poster{
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0;
    background-size: cover;
    background-position: center;
  }
  .home-carousel .item-container .media.mp4.noPlayButton .media-mp4-poster{
    display: none;
  }
  .home-carousel .item-container .media.mp4.noPlayButton::after{
    display: none;
  }
  .home-carousel .item-container .media.mp4::after{
    content: '';
    width: 60px;
    height: 60px;
    background:url('../images/hc-play.png') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: 1;
  }
  .home-carousel .item-container .content{
    height: 300px;
  }
  .home-carousel .content-container{
    padding: 0 20px;
    top: 20px;
    transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  }
  
}

/* mobile and tablet */
@media screen and (min-width: 769px) and (max-width: 1129px){
  .home-carousel .item-container{
    height: calc(30vw - 39.6px);
    min-height: 240px;
  }
  .home-carousel .content-container .title{
    font-size: 24px;
    line-height: 1.2em;
  }
  .home-carousel .content-container .desc{
    font-size: 14px;
    line-height: 1.5em;
  }
}
/*ipad only*/
@media screen and (width: 768px){
  .home-carousel .item-container .media{
    height: 40vw;
  }
  .home-carousel .item-container .content{
    height: 240px;
  }
  .home-hero .home-carousel-arrow{
    top: calc(30px + 20vw);
  }
}
@-webkit-keyframes milkFill{
  0%{
    background-position: 0 0;
  }
  7.14%{
    background-position: 0 -81px;
  }
  14.28%{
    background-position: 0 -162px;
  }
  21.42%{
    background-position: 0 -243px;
  }
  28.56%{
    background-position: 0 -324px;
  }
  35.7%{
    background-position: 0 -445px;
  }
  42.84%{
    background-position: 0 -526px;
  }
  49.98%{
    background-position: 0 -607px;
  }
  57.12%{
    background-position: 0 -728px;
  }
  64.26%{
    background-position: 0 -809px;
  }
  71.4%{
    background-position: 0 -890px;
  }  
  78.54%{
    background-position: 0 -1011px;
  }
  85.68%{
    background-position: 0 -1092px;
  }
  92.82%{
    background-position: 0 -1173px;
  }
  100%{
    background-position: 0 -1173px;
  }
}
@-webkit-keyframes milkUnFill{
  0%{
    background-position: 0 -1173px;
  }
  7.14%{
    background-position: 0 -1092px;
  }
  14.28%{
    background-position: 0 -1011px;
  }
  21.42%{
    background-position: 0 -890px;
  }
  28.56%{
    background-position: 0 -809px;
  }
  35.7%{
    background-position: 0 -728px;
  }
  42.84%{
    background-position: 0 -607px;
  }
  49.98%{
    background-position: 0 -526px; 
  }
  57.12%{
    background-position: 0 -445px; 
  }
  64.26%{
    background-position: 0 -324px;
  }
  71.4%{
    background-position: 0 -243px;
  }  
  78.54%{
    background-position: 0 -162px;
  }
  85.68%{
    background-position: 0 -81px;
  }
  92.82%{
    background-position: 0 0;
  }
  100%{
    background-position: 0 0;
  }
}