.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
#subHeaderContent {
  width: 100%;
}
#customHeaderContent * {
  box-sizing: border-box;
}
#customHeaderContent .section {
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section {
    padding: 0;
  }
}
#customHeaderContent .section .wrapper {
  max-width: 100%;
  margin: auto;
  display: inline-block;
  padding: 0 40px;
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section .wrapper {
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent .section .wrapper {
    max-width: 1280px;
  }
}
#customHeaderContent .section h1,
#customHeaderContent .section h2 {
  font-family: "omnes-pro", Arial, sans-serif;
  color: black;
  font-size: 20px;
  line-height: 20px;
  position: relative;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section h1,
  #customHeaderContent .section h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section h1,
  #customHeaderContent .section h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent .section h1,
  #customHeaderContent .section h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
#customHeaderContent .section h3 {
  font-family: "omnes-pro", Arial, sans-serif;
  color: black;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section h3 {
    font-size: 24px;
    line-height: 27px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
#customHeaderContent .section h4 {
  font-family: "omnes-pro", Arial, sans-serif;
  color: black;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section h4 {
    font-size: 32px;
    line-height: 32px;
  }
}
#customHeaderContent .section h5 {
  font-family: "omnes-pro", Arial, sans-serif;
  color: black;
  font-size: 12px;
  line-height: 22px;
  clear: both;
  padding-top: 0;
  padding-bottom: 10px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section h5 {
    font-size: 24px;
    line-height: 34px;
  }
}
#customHeaderContent .section a.readmore {
  display: inline-block;
  background-color: black;
  border-radius: 4px;
  padding: 10px 50px;
  color: white;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section a.readmore {
    padding: 15px 50px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section a.readmore {
    padding: 15px 90px;
    font-size: 22px;
    line-height: 26px;
  }
}
#customHeaderContent .section.header {
  position: relative;
  width: 100%;
  float: left;
  background: linear-gradient(to bottom, #00050b, #003479);
  text-align: center;
  padding: 0 24px;
  border-top: 60px solid #00050b;
}
#customHeaderContent .section.header .wrapper {
  padding: 60px 0;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  text-align: left;
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.header .wrapper {
    padding: 220px 0 72px;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent .section.header .wrapper {
    padding: 160px 0 72px;
  }
}
#customHeaderContent .section.header h1 {
  color: white;
  max-width: 420px;
  margin: auto;
  font-weight: 600;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.header h1 {
    margin: 24px 0 0;
    max-width: 480px;
  }
}
#customHeaderContent .section.header p {
  font-family: "omnes-pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: white;
  font-style: italic;
  max-width: 520px;
  margin: 24px auto 30px;
  z-index: 3;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section.header p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.header p {
    font-size: 20px;
    line-height: 28px;
    max-width: 640px;
    margin: 24px 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent .section.header p {
    font-size: 22px;
    line-height: 28px;
  }
}
#customHeaderContent .section.header a.readmore {
  margin: auto;
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.header a.readmore {
    margin: 0;
  }
}
#customHeaderContent .section.header img.logo {
  display: block;
  width: 75%;
  max-width: 150px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section.header img.logo {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.header img.logo {
    max-width: 220px;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    box-sizing: content-box;
    padding-left: 24px;
  }
}
#customHeaderContent .section.header img.products {
  display: block;
  width: 400px;
  max-width: 80%;
  margin: auto;
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.header img.products {
    width: 479px;
    max-width: 50%;
    margin-left: 24px;
    float: right;
  }
}
#customHeaderContent .section.products > div {
  height: auto;
  padding: 24px 40px;
  background-color: white;
  float: left;
  width: 100%;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section.products > div {
    padding: 48px 40px;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.products > div {
    height: auto;
    width: 50%;
    padding: 48px 40px 0;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent .section.products > div {
    height: 648px;
    padding: 72px 80px 0;
  }
}
#customHeaderContent .section.products > div.bg-gray {
  background-color: #fcfcfc;
}
#customHeaderContent .section.products > div.bg-gradient {
  background: linear-gradient(to bottom, #fbfbfb, whitesmoke);
}
#customHeaderContent .section.products > div h3 {
  max-width: 640px;
  margin: auto;
}
#customHeaderContent .section.products > div p {
  font-family: "omnes-pro", Arial, sans-serif;
  color: black;
  font-size: 16px;
  line-height: 18px;
  max-width: 640px;
  margin: 24px auto;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.products > div p {
    font-size: 16px;
    min-height: 120px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.products > div p {
    font-size: 22px;
    line-height: 24px;
  }
}
#customHeaderContent .section.products > div img {
  display: block;
  margin: 0 auto 24px;
  max-width: 85%;
}
@media screen and (min-width: 1024px) {
  #customHeaderContent .section.products > div img {
    max-width: auto;
  }
}
#customHeaderContent .section.lists {
  background: #f7f7f7;
  text-align: left;
  color: white;
  padding: 48px 24px;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.lists {
    padding: 0;
  }
}
#customHeaderContent .section.lists > div {
  height: auto;
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.lists > div {
    padding: 72px 24px;
    width: 50%;
    height: 744px;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent .section.lists > div.first h4 {
    text-align: right;
    margin-right: 150px;
  }
  #customHeaderContent .section.lists > div.first ul {
    margin-left: auto;
    margin-right: 50px;
  }
}
#customHeaderContent .section.lists > div h4 {
  font-size: 24px;
  line-height: 26px;
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.lists > div h4 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 60px;
  }
}
#customHeaderContent .section.lists > div ul {
  list-style-type: none;
  max-width: 520px;
}
#customHeaderContent .section.lists > div ul li {
  margin-top: 24px;
  height: auto;
  float: left;
  position: relative;
}
#customHeaderContent .section.lists > div ul li img {
  float: left;
  width: 55px;
  margin-right: 20px;
  margin-bottom: 24px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section.lists > div ul li img {
    width: 65px;
    margin: 10px 40px;
  }
}
#customHeaderContent .section.lists > div ul li p {
  color: black;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 0;
  padding-top: 0;
  margin-right: 0;
  overflow: hidden;
}
#customHeaderContent .section.lists > div ul li p + p {
  margin-bottom: 24px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section.lists > div ul li p {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.lists > div ul li p {
    font-size: 18px;
    line-height: 24px;
  }
}
#customHeaderContent .section.recipes {
  background: #f2f2f2;
}
#customHeaderContent .section.recipes .closed {
  display: none;
}
#customHeaderContent .section.recipes .wrapper {
  padding: 60px 20px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #customHeaderContent .section.recipes .wrapper {
    padding: 72px 40px;
  }
}
#customHeaderContent .section.recipes h3 {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.recipes h3 {
    margin-bottom: 62.4px;
  }
}
#customHeaderContent .section.recipes .recipe-wrapper {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.recipes .recipe-wrapper {
    position: static;
  }
  #customHeaderContent .section.recipes .recipe-wrapper + .recipe-wrapper a {
    margin-left: 2%;
  }
}
#customHeaderContent .section.recipes a {
  position: relative;
  float: none;
  width: 100%;
  height: 240px;
  display: block;
  background-size: cover;
  background-position: center;
  /*@media @w960 {
					width:4*@vgrid;
				}
				
				@media @w1280 {
					width:5*@vgrid;
				}*/

}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.recipes a {
    width: 32%;
    height: 288px;
    float: left;
  }
}
#customHeaderContent .section.recipes a .recipe-title {
  font-size: 18px;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section.recipes a .recipe-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.recipes a .recipe-title {
    font-size: 24px;
  }
}
#customHeaderContent .section.recipes .recipe-card {
  text-align: left;
  color: black;
  background: white;
  z-index: 20;
  padding: 48px 20px;
}
#customHeaderContent .section.recipes .recipe-card td {
  vertical-align: top;
}
#customHeaderContent .section.recipes .recipe-card table {
  width: 100%;
  max-width: 480px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  #customHeaderContent .section.recipes .recipe-card table {
    margin-bottom: 36px;
  }
}
#customHeaderContent .section.recipes .recipe-card a.close {
  position: absolute;
  right: 20px;
  top: 48px;
  display: block;
  width: 26px;
  height: 24px;
}
@media screen and (min-width: 1280px) {
  #customHeaderContent .section.recipes .recipe-card a.close {
    right: 80px;
  }
}
#customHeaderContent .section.recipes .recipe-card.open {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.recipes .recipe-card.open {
    top: calc(100% - 60px);
    left: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent .section.recipes .recipe-card.open {
    padding: 60px 80px;
    top: calc(100% - 71px);
    left: 40px;
    right: 40px;
  }
}
#customHeaderContent .section.recipes .recipe-card.open:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 20px;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.recipes .recipe-card.open.card1:after {
    left: 18%;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.recipes .recipe-card.open.card2:after {
    left: 50%;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.recipes .recipe-card.open.card3:after {
    left: 85%;
  }
}
#customHeaderContent .section.articles {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.articles {
    margin-bottom: 80px;
  }
}
#customHeaderContent .section.articles > div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  float: left;
  width: 100%;
}
#customHeaderContent .section.articles > div:after {
  background-color: white;
  opacity: 0.7;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#customHeaderContent .section.articles > div .a-wrapper {
  padding: 36px 24px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.articles > div .a-wrapper {
    background: linear-gradient(to bottom, white, #efefef);
    padding: 48px 40px;
    height: 360px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.articles > div .a-wrapper {
    height: 552px;
  }
}
@media screen and (min-width: 1280px) {
  #customHeaderContent .section.articles > div .a-wrapper {
    padding: 72px 80px;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.articles > div .img-wrapper {
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.articles > div .img-wrapper {
    height: 552px;
  }
}
@media screen and (min-width: 768px) {
  #customHeaderContent .section.articles > div .img-wrapper,
  #customHeaderContent .section.articles > div .a-wrapper {
    width: 50%;
    float: left;
  }
  #customHeaderContent .section.articles > div:after {
    opacity: 0;
  }
}
#customHeaderContent .section.articles > div.content {
  background: url('files/gradient-white.jpg') no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.articles > div.content {
    padding: 72px 80px;
  }
}
#customHeaderContent .section.articles > div.content p {
  margin: 24px 0 36px;
}
#customHeaderContent .section.articles > div h3,
#customHeaderContent .section.articles > div p,
#customHeaderContent .section.articles > div a {
  position: relative;
  z-index: 3;
}
#customHeaderContent .section.articles > div h3 {
  font-size: 18px;
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.articles > div h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
#customHeaderContent .section.articles > div p {
  color: black;
  font-size: 14px;
  line-height: 18px;
  max-width: 560px;
  margin-bottom: 24px;
}
@media screen and (min-width: 640px) {
  #customHeaderContent .section.articles > div p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 960px) {
  #customHeaderContent .section.articles > div p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 36px;
  }
}
@font-face {
  font-family: 'Forza-BoldItalic';
  src: url('//campaigns.valio.fi/common/fonts/Forza-BoldItalic.eot');
  src: url('//campaigns.valio.fi/common/fonts/Forza-BoldItalic.eot?#iefix') format('embedded-opentype'), url('//campaigns.valio.fi/common/fonts/Forza-BoldItalic.woff') format('woff'), url('//campaigns.valio.fi/common/fonts/Forza-BoldItalic.ttf') format('truetype'), url('//campaigns.valio.fi/common/fonts/Forza-BoldItalic.svg#Forza-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
