/*
 * Mixins for generating the main column and sidebar at different widths.
 * 
 * In general, .centerbox is used for the <main> element and in single-column 
 * layouts. Mixing .leftbox and .rightbox simply make a left or right floated
 * box with the desired number of columns.
 *
 * basemain is used in the mobile layout, without media query.
 */
body,
h1 {
  font-style: normal;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-font-smoothing: antialiased;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  -webkit-tap-highlight-color: transparent;
  font-size: 100%;
  min-height: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: 600;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/*
	These are easy to forget
*/

::selection {
  background: #009bd5;
  color: white;
}
::-moz-selection {
  background: #009bd5;
  color: white;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
.hide {
  display: none;
}
/*
	Style overrides for IE6-8
	http://jonikorpi.com/leaving-old-IE-behind/
*/

.clear {
  clear: both;
  float: none;
}
/*
	An easy way to zoom your entire layout in or out (as long as it's set in ems).
	Just change the media queries to activate them.
	Assuming your base font-size is 16:
	- the first one zooms out by a factor of (16-2)/16 = 0.875
	- the second one zooms in by a factor of (16+2)/16 = 1.125  
*/

@media screen and (max-width: 1px) {
  body {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1px) {
  body {
    font-size: 1.125em;
  }
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: white;
  overflow-x: hidden;
  padding-top: 37px;
}
@media screen and (min-width: 640px) {
  body {
    padding-top: 75px;
  }
  body.body--yrva {
    padding-top: 115px;
  }
}
body.campaign-seasonal {
  padding-top: 6px;
}
@media screen and (min-width: 640px) {
  body.campaign-seasonal {
    padding-top: 6px;
  }
  body.campaign-seasonal.body--yrva {
    padding-top: 46px;
  }
}
body footer {
  clear: both;
  height: 2em;
  width: 100%;
}
.page-content {
  clear: both;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  zoom: 1;
}
.page-content:before,
.page-content:after {
  content: "";
  display: table;
}
.page-content:after {
  clear: both;
}
.page-content article .responsive-section-content {
  padding: 15px;
}
.page-content > aside {
  padding: 0 15px;
}
.page-content > aside > div,
.page-content > aside section {
  margin: 15px 0;
}
.page-content--padding-top-large {
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .page-content--padding-top-large {
    padding-top: 20px;
  }
}
@media screen and (min-width: 640px) {
  .page-content article .responsive-section-content {
    padding: 30px;
  }
  .page-content > aside {
    padding: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .page-content > aside > div,
  .page-content > aside section {
    margin: 15px;
  }
}
@media screen and (min-width: 960px) {
  .page-content {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .page-content article .responsive-section-content {
    padding: 30px;
  }
  .page-content > aside {
    padding: 0 30px;
  }
  .page-content > aside > div,
  .page-content > aside section {
    padding: 30px 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-content {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .page-content article .responsive-section-content {
    padding: 40px 40px 25px 40px;
  }
  .page-content > aside {
    padding: 0 40px 40px 25px 40px;
  }
  .page-content > aside > div,
  .page-content > aside section {
    padding: 40px 40px 25px 40px 0 0 0;
  }
}
#customHeaderContent {
  margin-bottom: 0;
}
#subHeaderContent {
  margin: 0 auto;
  zoom: 1;
}
#subHeaderContent:before,
#subHeaderContent:after {
  content: "";
  display: table;
}
#subHeaderContent:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  #subHeaderContent {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 1280px) {
  #subHeaderContent {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
body,
.main-header {
  color: #333333;
  font-size: 15px;
  line-height: 1.25em;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body .small,
.main-header .small {
  font-size: 13px;
  line-height: 1.25em;
}
body .compact-lines,
.main-header .compact-lines {
  font-size: 13px;
  line-height: 13px;
}
@media screen and (min-width: 640px) {
  body .compact-lines,
  .main-header .compact-lines {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1280px) {
  body .compact-lines,
  .main-header .compact-lines {
    font-size: 18px;
    line-height: 18px;
  }
}
body .lead-paragraph,
.main-header .lead-paragraph,
body .ingress,
.main-header .ingress {
  font-size: 16px;
  line-height: 1.125em;
}
body .lead-paragraph p,
.main-header .lead-paragraph p,
body .ingress p,
.main-header .ingress p {
  margin: 0;
  padding: 0;
}
body p,
.main-header p {
  padding: 10px 0px;
}
body .uppercase,
.main-header .uppercase {
  text-transform: uppercase;
}
body .lowercase,
.main-header .lowercase {
  text-transform: none;
}
body .italic,
.main-header .italic {
  font-style: italic;
}
body .secondary-text,
.main-header .secondary-text {
  color: #999999;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
body .secondary-text a,
.main-header .secondary-text a,
body .secondary-text a:visited,
.main-header .secondary-text a:visited,
body .secondary-text a:hover,
.main-header .secondary-text a:hover {
  color: #999999;
}
body strong,
.main-header strong,
body .strong,
.main-header .strong {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body h1,
.main-header h1 {
  font-size: 30px;
  line-height: 30px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #006bb1;
  padding: 10px 0px 0px 0px;
}
body h1.strong,
.main-header h1.strong {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
body h1.dark,
.main-header h1.dark {
  color: #333333;
}
body h2,
.main-header h2 {
  font-size: 28px;
  line-height: 28px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  body h2,
  .main-header h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1280px) {
  body h2,
  .main-header h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
body h2.margin-left,
.main-header h2.margin-left {
  margin-left: 30px;
}
body h2.italic,
.main-header h2.italic {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}
body h2.italic-regular-size,
.main-header h2.italic-regular-size {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}
body h2.italic-regular-size a,
.main-header h2.italic-regular-size a,
body h2.italic-regular-size a:visited,
.main-header h2.italic-regular-size a:visited,
body h2.italic-regular-size a:hover,
.main-header h2.italic-regular-size a:hover {
  color: #333333;
}
body h2.light,
.main-header h2.light,
body h3.light,
.main-header h3.light,
body h4.light h2 > .light,
.main-header h4.light h2 > .light,
body h3 > .light,
.main-header h3 > .light,
body h4 > .light,
.main-header h4 > .light {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #999999;
}
body h3,
.main-header h3 {
  font-size: 21px;
  line-height: 21px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  body h3,
  .main-header h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  body h3,
  .main-header h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
body h3.inline-h3,
.main-header h3.inline-h3 {
  margin: 0 0 15px 25px;
  padding: 0;
}
body h3.inline-h3 a,
.main-header h3.inline-h3 a,
body h3.inline-h3 a:visited,
.main-header h3.inline-h3 a:visited,
body h3.inline-h3 a:hover,
.main-header h3.inline-h3 a:hover {
  color: #333333;
}
body h4,
.main-header h4 {
  font-size: 18px;
  line-height: 18px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  body h4,
  .main-header h4 {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  body h4,
  .main-header h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
body h4.small,
.main-header h4.small {
  font-size: 18px;
  line-height: 18px;
}
@media screen and (min-width: 1280px) {
  body h4.small,
  .main-header h4.small {
    font-size: 21px;
    line-height: 21px;
  }
}
body h5,
.main-header h5 {
  font-size: 13px;
  line-height: 13px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  body h5,
  .main-header h5 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1280px) {
  body h5,
  .main-header h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
body h5.secondary,
.main-header h5.secondary {
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25em;
}
body h5.secondary a,
.main-header h5.secondary a {
  font-weight: 600;
}
body .strike-trough,
.main-header .strike-trough {
  margin: 0 0 10px 0;
  position: relative;
  background: white;
  padding: 0;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
body .strike-trough span,
.main-header .strike-trough span {
  position: relative;
  display: inline-block;
}
body .strike-trough span:after,
.main-header .strike-trough span:after,
body .strike-trough span:before,
.main-header .strike-trough span:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 600px;
  height: 1px;
  content: '\a0';
  background-color: #bbd9ef;
}
body .strike-trough span:after,
.main-header .strike-trough span:after {
  margin-left: 15px;
  left: 100%;
}
body .strike-trough span:before,
.main-header .strike-trough span:before {
  right: 100%;
  margin-right: 15px;
}
body .strike-trough--blue,
.main-header .strike-trough--blue {
  background: #eaf4ff;
  color: #bbd9ef;
}
body .strike-trough--italic,
.main-header .strike-trough--italic {
  font-style: italic;
  font-weight: 400;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  body .strike-trough--no-line-on-tab span:after,
  .main-header .strike-trough--no-line-on-tab span:after,
  body .strike-trough--no-line-on-tab span:before,
  .main-header .strike-trough--no-line-on-tab span:before {
    display: none;
  }
}
body blockquote,
.main-header blockquote {
  font-size: 21px;
  line-height: 21px;
  color: #006bb1;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 20px 40px;
}
body blockquote > p,
.main-header blockquote > p {
  display: inline-block;
  margin: 0;
  padding: 0;
}
body a,
.main-header a {
  text-decoration: none;
  color: #00aeef;
}
body a:hover,
.main-header a:hover {
  color: #00aeef;
}
body a:visited,
.main-header a:visited {
  color: #00aeef;
}
body a.hidedLink,
.main-header a.hidedLink {
  color: #333333;
  cursor: default;
}
body a.hidedLink:hover,
.main-header a.hidedLink:hover {
  text-decoration: none;
}
body .moss-green,
.main-header .moss-green {
  color: #86b300;
}
@media screen and (min-width: 640px) {
  body,
  .main-header {
    font-size: 16px;
    line-height: 1.25em;
  }
  body .lead-paragraph,
  .main-header .lead-paragraph,
  body .ingress,
  .main-header .ingress {
    font-size: 18px;
    line-height: 1.125em;
  }
  body .small,
  .main-header .small {
    font-size: 13px;
    line-height: 1.25em;
  }
  body h1,
  .main-header h1 {
    font-size: 54px;
    line-height: 54px;
  }
  body h2.italic,
  .main-header h2.italic {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  body h2.italic-regular-size,
  .main-header h2.italic-regular-size {
    font-size: 34px;
    line-height: 34px;
  }
  body h5.secondary,
  .main-header h5.secondary {
    font-size: 16px;
    line-height: 1.25em;
    margin: 0 0 15px 0;
  }
  body blockquote,
  .main-header blockquote {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  body,
  .main-header {
    font-size: 18px;
    line-height: 1.25em;
  }
  body .lead-paragraph,
  .main-header .lead-paragraph,
  body .ingress,
  .main-header .ingress {
    font-size: 24px;
    line-height: 1.125em;
  }
  body .small,
  .main-header .small {
    font-size: 15px;
    line-height: 1.25em;
  }
  body h1,
  .main-header h1 {
    font-size: 60px;
    line-height: 60px;
  }
  body h2.italic,
  .main-header h2.italic {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 17px;
  }
  body h2.italic-regular-size,
  .main-header h2.italic-regular-size {
    font-size: 44px;
    line-height: 44px;
  }
  body h5.secondary,
  .main-header h5.secondary {
    font-size: 16px;
    line-height: 1.25em;
    margin: 0 0 17px 0;
  }
  body blockquote,
  .main-header blockquote {
    font-size: 32px;
    line-height: 32px;
  }
}
select {
  border-left: 0;
  border-right: 0;
  background: #f8f3f0;
  border-bottom: 2px solid #c6c2c0;
  border-top: 2px solid transparent;
  padding: 6px 25px 6px 10px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 12px;
  line-height: 1.25em;
  color: #333333;
  outline: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-indent: 0.01px;
  text-overflow: '';
}
@media screen and (min-width: 640px) {
  select {
    font-size: 13px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  select {
    font-size: 15px;
    line-height: 1.25em;
  }
}
select:focus {
  border-top: 2px solid #c6c2c0;
  border-bottom: 2px solid transparent;
}
select::-ms-expand {
  display: none;
}
label.select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
label.select:after {
  content: '>';
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: 'valio_iconsregular';
  color: #999999;
  font-weight: 600;
  font-size: 21px;
  right: 5px;
  top: 8px;
  margin: 0 auto;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
}
label.select.disabled {
  opacity: 0.3;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.select.disabled select {
  pointer-events: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label.toolbox:after,
label.toolbox:before {
  content: "";
  font-family: 'valio_iconsregular';
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden;
}
label.toolbox:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  font-family: 'valio_iconsregular';
  font-size: 36px;
  right: 2px;
  top: 8px;
  color: #999999;
  padding: 0 0 2px;
  position: absolute;
}
label.toolbox select {
  text-indent: 0.01px;
  max-width: 0px;
  padding: 8px 20px;
  top: 6px;
}
label.toolbox.sort {
  background: #f8f3f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 2px solid #c6c2c0;
}
label.toolbox.sort select {
  opacity: 0;
}
label.toolbox.sort:before {
  content: "u";
  line-height: 20px;
  height: 20px;
}
@media screen and (min-width: 640px) {
  label.toolbox.sort {
    background: transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-bottom: 0;
  }
  label.toolbox.sort select {
    opacity: 1;
  }
}
label.toolbox.shoppinglist select {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
}
label.toolbox.shoppinglist select:focus {
  border-top: 2px solid #c6c2c0;
}
label.toolbox.shoppinglist:before {
  color: #333333;
}
label.toolbox.menu:before {
  content: "z";
  font-size: 24px;
  top: 8px;
  left: 8px;
}
label.toolbox.hidden {
  display: none;
}
@media screen and (min-width: 640px) {
  label.toolbox:after {
    content: '>';
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 21px;
    position: absolute;
  }
  label.toolbox select {
    opacity: 1;
    text-indent: 0.01px;
    max-width: 100%;
    padding: 7px 25px 7px 5px;
  }
  label.toolbox.sort:before {
    content: "";
  }
  label.toolbox.menu {
    max-width: 60px;
  }
  label.toolbox.menu select {
    width: 0;
    padding: 6px 30px;
  }
}
@media screen and (min-width: 960px) {
  label.toolbox.menu select {
    padding: 7px 30px;
  }
}
@media screen and (min-width: 1280px) {
  select {
    padding: 7px 25px 7px 10px;
  }
}
label.purple-select-list {
  width: 100%;
}
label.purple-select-list select {
  width: 100%;
  color: white;
  background-color: #9c9acf;
  border-bottom: 2px solid #7d7ba6;
}
label.purple-select-list select:focus {
  border-top: 2px solid #7d7ba6;
  border-bottom: 2px solid transparent;
}
label.purple-select-list:after {
  color: white;
}
@media screen and (min-width: 640px) {
  label.purple-select-list {
    display: none;
  }
}
label.green-select-list {
  width: 100%;
}
label.green-select-list select {
  width: 100%;
  color: white;
  background-color: #86b300;
  border-bottom: 2px solid #6b8f00;
}
label.green-select-list select:focus {
  border-top: 2px solid #86b300;
  border-bottom: 2px solid transparent;
}
label.green-select-list:after {
  color: white;
}
@media screen and (min-width: 640px) {
  label.green-select-list {
    display: none;
  }
}
select.input-validation-error {
  border: 2px solid #f15f7c;
  width: 100%;
}
@-moz-document url-prefix() {
  label.select:after {
    background: #f8f3f0;
    left: auto;
    margin: auto;
    padding: 10px;
    top: 1px;
    right: 2px;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  @media screen and (min-width: 640px) {
    label.select:after {
      width: 15px;
      top: 2px;
      right: 1px;
    }
  }
  @media screen and (min-width: 1280px) {
    label.select:after {
      padding: 11px;
      width: 16px;
      top: 3px;
    }
  }
  
  label.select.household-size-selection:after {
    padding: 9px;
  }
  @media screen and (min-width: 1280px) {
    label.select.household-size-selection:after {
      padding: 11px;
    }
  }
  
  label.toolbox.menu:before {
    background: #f8f3f0;
    z-index: 100;
  }
  label.toolbox.menu:after {
    display: none;
  }
  
  label.green-select-list:after {
    background-color: #86b300;
    width: 14px;
  }
  
  label.purple-select-list:after {
    background-color: #9c9acf;
    width: 11px;
    height: 13px;
  }
}
.select--white label.select {
  width: 100%;
}
.select--white label.select:after {
  color: #00aeef;
}
.select--white label.select select {
  background-color: white;
  border: 1px solid #bbd9ef;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: inset 0 3px 2px 0 #eaf4ff;
}
.select--white label.select select:focus {
  border: 1px solid #bbd9ef;
}
@media screen and (min-width: 640px) {
  .select--white label.select select {
    padding: 2px 10px;
  }
}
@media screen and (min-width: 1280px) {
  .select--white label.select select {
    padding: 8px 15px;
  }
}
.checkbox {
  display: block;
  padding: 0 0 9px 0;
  position: relative;
  cursor: pointer;
}
.checkbox input {
  display: none;
  border: 0;
}
.checkbox input + label,
.checkbox.locked label {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  line-height: 19px;
}
.checkbox input + label span.icon,
.checkbox.locked label span.icon {
  background: transparent url(/Content/images/responsive/common/buttons/checkbox.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 0;
}
.checkbox img {
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}
.checkbox input[disabled] + label {
  color: #999999;
}
.checkbox input[disabled] + label span.icon {
  background-position: 0 -84px;
}
.checkbox input:checked + label span.icon {
  background-position: 0 -28px;
}
.checkbox input.input-validation-error + label span.icon {
  background-position: 0 -56px;
}
.checkbox.spacing-bottom {
  padding-bottom: 11px;
}
.checkbox .additional-info {
  position: absolute;
  bottom: 1px;
  right: 0;
  text-align: right;
  color: #999999;
  padding-right: 10px;
}
.checkbox.locked {
  color: #999999;
}
.checkbox.locked label span.icon {
  background-position: 0 -84px;
}
@media screen and (min-width: 640px) {
  .checkbox {
    padding-bottom: 2px;
  }
  .checkbox input + label {
    line-height: 23px;
  }
  .checkbox input + label span.icon {
    top: 4px;
  }
}
@media screen and (min-width: 960px) {
  .checkbox {
    padding-bottom: 4px;
  }
  .checkbox.spacing-bottom {
    margin-bottom: 9px;
    padding-bottom: 3px;
  }
}
.checkbox.bg {
  margin-bottom: 1px;
  padding-bottom: 0px;
}
.checkbox.bg.checked {
  background: #eaf4ff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkbox.bg.hidden-disabled.disabled span.additional-info {
  display: none;
}
.checkbox.bg.hidden-disabled.hidden {
  display: none;
}
.checkbox.bg input + label {
  margin-left: 30px;
}
.checkbox.bg input + label span.icon {
  left: 5px;
}
.radiobutton {
  display: block;
  padding: 0 0 9px 0;
  position: relative;
  cursor: pointer;
}
.radiobutton input {
  display: none;
  border: 0;
}
.radiobutton input + label {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  line-height: 19px;
}
.radiobutton input + label span.icon {
  background-image: url(/Content/images/responsive/common/buttons/radiobutton.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0;
}
.radiobutton img {
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}
.radiobutton input[disabled] + label {
  color: #999999;
}
.radiobutton input[disabled] + label span.icon {
  background-position: 0 -84px;
}
.radiobutton input:checked + label span.icon {
  background-position: 0 -45px;
}
.radiobutton input.input-validation-error + label span.icon {
  background-position: 0 -89px;
}
.radiobutton.spacing-bottom {
  padding-bottom: 11px;
}
.radiobutton .additional-info {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  bottom: 1px;
  right: 0;
  text-align: right;
  color: #999999;
  padding-right: 10px;
}
.radiobutton.header-size {
  font-size: 13px;
  line-height: 13px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  padding: 0 0 9px 0;
  line-height: 26px;
}
@media screen and (min-width: 640px) {
  .radiobutton.header-size {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .radiobutton.header-size {
    font-size: 18px;
    line-height: 18px;
  }
}
.radiobutton.header-size input + label {
  margin-left: 30px;
  line-height: 1em;
}
.radiobutton.header-size input + label span.icon {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 640px) {
  .radiobutton.header-size {
    line-height: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .radiobutton.header-size {
    line-height: 26px;
  }
}
.radiobutton.header-size input:checked + label span.icon {
  background-position: 0 -58px;
}
.radiobutton.header-size input.input-validation-error + label span.icon {
  background-position: 0 -116px;
}
.radiobutton.header-size .additional-info {
  bottom: 6px;
}
.radiobutton.h4-size {
  font-size: 18px;
  line-height: 18px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  padding: 0 0 9px 0;
  line-height: 26px;
}
@media screen and (min-width: 640px) {
  .radiobutton.h4-size {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .radiobutton.h4-size {
    font-size: 24px;
    line-height: 24px;
  }
}
.radiobutton.h4-size input:checked + label span.icon {
  top: 7px;
}
@media screen and (min-width: 640px) {
  .radiobutton.h4-size input:checked + label span.icon {
    top: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .radiobutton.h4-size input:checked + label span.icon {
    top: 8px;
  }
}
.radiobutton.green input + label span.icon {
  background-image: url(/Content/images/responsive/common/buttons/radiobutton-green.png);
}
.radiobutton.strong {
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .radiobutton {
    padding-bottom: 2px;
  }
  .radiobutton input + label {
    line-height: 23px;
  }
  .radiobutton input + label span.icon {
    top: 4px;
  }
}
@media screen and (min-width: 960px) {
  .radiobutton {
    padding-bottom: 4px;
  }
  .radiobutton.spacing-bottom {
    margin-bottom: 9px;
    padding-bottom: 3px;
  }
}
.content-separator {
  width: 100%;
  clear: both;
  display: block;
  border-top: 1px solid #bbd9ef;
  margin-top: 20px;
  margin-bottom: 20px;
}
.column {
  zoom: 1;
}
.column:before,
.column:after {
  content: "";
  display: table;
}
.column:after {
  clear: both;
}
.column--margin-bottom {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .no-flexbox .column {
    display: table;
    table-layout: fixed;
  }
}
.column__item {
  float: none;
  display: block;
}
@media screen and (min-width: 640px) {
  .column__item {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .no-flexbox .column__item {
    display: table-cell;
    vertical-align: middle;
  }
  .column__item--first,
  .column__item--second {
    margin-right: 20px;
  }
}
.inlined-element {
  padding: 20px 25px;
}
@media screen and (max-width: 639px) {
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .hide-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .hide-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .show-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .show-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .show-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .show-desktop {
    display: none !important;
  }
}
.fly-to-toolnav {
  z-index: 200;
  overflow: visible;
  position: absolute;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: white;
  opacity: 1;
  background: #86b300;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translateX(0) translateY(0) rotate(0);
  -moz-transform: translateX(0) translateY(0) rotate(0);
  -ms-transform: translateX(0) translateY(0) rotate(0);
  -o-transform: translateX(0) translateY(0) rotate(0);
  -webkit-transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.fly-to-toolnav.on-recipe-page {
  left: auto;
  right: 80px;
}
.fly-to-toolnav.blue {
  background: #50c3ed;
}
.fly-to-toolnav.red {
  background: #f15f7c;
}
.fly-to-toolnav.foodlist {
  background: #f7bb32;
}
.fade-up-out {
  opacity: 0;
  -webkit-transform: scale(0.8) translate3d(0, -10%, 0);
  -moz-transform: scale(0.8) translate3d(0, -10%, 0);
  -ms-transform: scale(0.8) translate3d(0, -10%, 0);
  -o-transform: scale(0.8) translate3d(0, -10%, 0);
  -webkit-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.easing-upward {
  -webkit-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.easing-downward {
  opacity: 0;
  -webkit-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@-webkit-keyframes fadeInFadeOutError {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #f15f7c;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 0 10px #f15f7c;
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 20px #f15f7c;
  }
}
@-moz-keyframes fadeInFadeOutError {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #f15f7c;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 0 10px #f15f7c;
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 20px #f15f7c;
  }
}
@keyframes fadeInFadeOutError {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #f15f7c;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 0 10px #f15f7c;
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 20px #f15f7c;
  }
}
@-webkit-keyframes fadeInFadeOutValid {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #86b300;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 0 10px #86b300;
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 20px #86b300;
  }
}
@-moz-keyframes fadeInFadeOutValid {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #86b300;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 0 10px #86b300;
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 20px #86b300;
  }
}
@keyframes fadeInFadeOutValid {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #86b300;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 0 10px #86b300;
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 20px #86b300;
  }
}
button.expand-button,
a.expand-button {
  font-size: 13px;
  line-height: 1.25em;
  border: none;
  background-color: #eaf4ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf4ff), to(#eaf4ff));
  background: -webkit-linear-gradient(top, #eaf4ff, #eaf4ff);
  background: -moz-linear-gradient(top, #eaf4ff, #eaf4ff);
  background: -ms-linear-gradient(top, #eaf4ff, #eaf4ff);
  background: -o-linear-gradient(top, #eaf4ff, #eaf4ff);
  color: #50c3ed;
  width: 100%;
  padding: 0px 7px;
  line-height: 21px;
  height: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: none;
}
button.expand-button:hover,
a.expand-button:hover {
  background-color: #d0e7ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#d0e7ff), to(#d0e7ff));
  background: -webkit-linear-gradient(top, #d0e7ff, #d0e7ff);
  background: -moz-linear-gradient(top, #d0e7ff, #d0e7ff);
  background: -ms-linear-gradient(top, #d0e7ff, #d0e7ff);
  background: -o-linear-gradient(top, #d0e7ff, #d0e7ff);
}
@media screen and (min-width: 640px) {
  button.expand-button,
  a.expand-button {
    font-size: 15px;
    line-height: 1.25em;
    line-height: 28px;
    height: 32px;
  }
}
a.button {
  display: inline-block;
}
a.button.primary:visited {
  border-bottom: 2px solid #009ad7;
  border-top: 2px solid #50c3ed;
  color: white;
  background-color: #50c3ed;
}
a.button.primary:visited:hover {
  background-color: #39bbeb;
}
.button,
input[type=submit] {
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: normal;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 1.25em;
  line-height: 29px;
  height: 33px;
  padding: 0px 20px;
}
.button.primary,
input[type=submit].primary {
  border-bottom: 2px solid #009ad7;
  border-top: 2px solid #50c3ed;
  color: white;
  background-color: #50c3ed;
}
.button.primary:hover,
input[type=submit].primary:hover {
  background-color: #39bbeb;
}
.button.primary:hover,
input[type=submit].primary:hover,
.button.primary:visited,
input[type=submit].primary:visited {
  color: white;
  text-decoration: none;
  border-top-color: transparent;
  background-color: #39bbeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#39bbeb), to(#39bbeb));
  background: -webkit-linear-gradient(top, #39bbeb, #39bbeb);
  background: -moz-linear-gradient(top, #39bbeb, #39bbeb);
  background: -ms-linear-gradient(top, #39bbeb, #39bbeb);
  background: -o-linear-gradient(top, #39bbeb, #39bbeb);
}
.button.primary .light-text,
input[type=submit].primary .light-text {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: white;
}
.button.secondary,
input[type=submit].secondary {
  border-bottom: 2px solid #b7b2a9;
  border-top: 2px solid #f8f3f0;
  color: #333333;
  background-color: #f8f3f0;
}
.button.secondary:hover,
input[type=submit].secondary:hover {
  background-color: #f0e5df;
}
.button.small,
input[type=submit].small {
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
  line-height: 16px;
}
.button.big,
input[type=submit].big {
  line-height: 44px;
  height: 48px;
}
.button.like:hover,
input[type=submit].like:hover,
.button.secondary:hover,
input[type=submit].secondary:hover {
  border-top-color: transparent;
  background-color: #f0e5df;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0e5df), to(#f0e5df));
  background: -webkit-linear-gradient(top, #f0e5df, #f0e5df);
  background: -moz-linear-gradient(top, #f0e5df, #f0e5df);
  background: -ms-linear-gradient(top, #f0e5df, #f0e5df);
  background: -o-linear-gradient(top, #f0e5df, #f0e5df);
}
.button.like .light-text,
input[type=submit].like .light-text,
.button.secondary .light-text,
input[type=submit].secondary .light-text {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
}
.button.like,
input[type=submit].like {
  border-bottom: 2px solid #b7b2a9;
  border-top: 2px solid #f8f3f0;
  color: #333333;
  background-color: #f8f3f0;
  position: relative;
}
.button.like:hover,
input[type=submit].like:hover {
  background-color: #f0e5df;
}
.button.like .label,
input[type=submit].like .label {
  white-space: nowrap;
  padding-left: 26px;
}
.button.like .icon-container,
input[type=submit].like .icon-container {
  height: 20px;
  left: 15px;
  position: absolute;
}
.button.like .icon,
input[type=submit].like .icon,
.button.like .iconLiked,
input[type=submit].like .iconLiked {
  color: #f15f7c;
  font-family: 'valio_iconsregular';
  font-size: 22px;
  height: 20px;
  left: 0;
  line-height: 25px;
  position: absolute;
  top: 4px;
}
@media screen and (max-width: 640px) {
  .button.like .icon,
  input[type=submit].like .icon,
  .button.like .iconLiked,
  input[type=submit].like .iconLiked {
    font-size: 17px;
    top: 4px;
  }
}
@media screen and (min-width: 640px) {
  .button.like .icon,
  input[type=submit].like .icon,
  .button.like .iconLiked,
  input[type=submit].like .iconLiked {
    font-size: 19px;
    top: 3px;
  }
}
@media screen and (min-width: 1280px) {
  .button.like .icon,
  input[type=submit].like .icon,
  .button.like .iconLiked,
  input[type=submit].like .iconLiked {
    font-size: 22px;
    top: 6px;
  }
}
.button.like .iconLiked,
input[type=submit].like .iconLiked {
  color: white;
  opacity: 0;
}
.button.like.liked,
input[type=submit].like.liked {
  background-color: #b5b0a7;
  background: -webkit-gradient(linear, left top, left bottom, from(#b5b0a7), to(#b5b0a7));
  background: -webkit-linear-gradient(top, #b5b0a7, #b5b0a7);
  background: -moz-linear-gradient(top, #b5b0a7, #b5b0a7);
  background: -ms-linear-gradient(top, #b5b0a7, #b5b0a7);
  background: -o-linear-gradient(top, #b5b0a7, #b5b0a7);
  border-bottom: 0px;
  border-top: 2px solid #777063;
  color: white;
}
.button.like.liked .light-text,
input[type=submit].like.liked .light-text {
  display: none;
}
.button.like.liked .icon,
input[type=submit].like.liked .icon {
  opacity: 0;
}
.button.like.liked .iconLiked,
input[type=submit].like.liked .iconLiked {
  -webkit-transition: opacity 0.5s 0.1s ease-in-out;
  -moz-transition: opacity 0.5s 0.1s ease-in-out;
  -ms-transition: opacity 0.5s 0.1s ease-in-out;
  -o-transition: opacity 0.5s 0.1s ease-in-out;
  opacity: 1;
}
.button.like.animate .icon,
input[type=submit].like.animate .icon {
  -webkit-transform: scale(12);
  -moz-transform: scale(12);
  -ms-transform: scale(12);
  -o-transform: scale(12);
  -moz-transition: opacity 0.6s cubic-bezier(0.2, 0.575, 0.445, 0.945), -moz-transform 0.65s cubic-bezier(0.59, 0.245, 0.885, 0.685);
  -o-transition: opacity 0.6s cubic-bezier(0.2, 0.575, 0.445, 0.945), -o-transform 0.65s cubic-bezier(0.59, 0.245, 0.885, 0.685);
  -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0.575, 0.445, 0.945), -webkit-transform 0.65s cubic-bezier(0.59, 0.245, 0.885, 0.685);
  transition: opacity 0.6s cubic-bezier(0.2, 0.575, 0.445, 0.945), transform 0.65s cubic-bezier(0.59, 0.245, 0.885, 0.685);
  opacity: 0;
  -webkit-transform-origin: 50% 35% center;
  -moz-transform-origin: 50% 35% center;
  -ms-transform-origin: 50% 35% center;
  -o-transform-origin: 50% 35% center;
}
.button.counter,
input[type=submit].counter {
  border-bottom: 2px solid #b7b2a9;
  border-top: 2px solid #f8f3f0;
  color: #333333;
  background-color: #f8f3f0;
  width: 34px;
  height: 28px;
  padding: 0px;
}
.button.counter:hover,
input[type=submit].counter:hover {
  background-color: #f0e5df;
}
.button.counter.minus,
input[type=submit].counter.minus {
  background-image: url('/Content/images/responsive/common/buttons/minus-min.svg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
}
.button.counter.plus,
input[type=submit].counter.plus {
  background-image: url('/Content/images/responsive/common/buttons/plus-min.svg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 12px;
  -moz-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
}
@media screen and (min-width: 640px) {
  .button.counter,
  input[type=submit].counter {
    width: 44px;
    height: 36px;
  }
  .button.counter.minus,
  input[type=submit].counter.minus,
  .button.counter.plus,
  input[type=submit].counter.plus {
    -webkit-background-size: 17px;
    -moz-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
  }
}
@media screen and (min-width: 960px) {
  .button.counter,
  input[type=submit].counter {
    width: 50px;
    height: 40px;
  }
}
.button.counter.green,
input[type=submit].counter.green {
  border: 1px solid #dddddd;
  border-bottom: 3px solid #dddddd;
  background-color: white;
  height: 34px;
  position: relative;
}
.button.counter.green:hover,
input[type=submit].counter.green:hover {
  background-color: #f7f7f7;
}
.button.counter.green:active,
input[type=submit].counter.green:active {
  border-top: 3px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.button.counter.green.minus,
input[type=submit].counter.green.minus {
  background-image: url('/Content/images/responsive/common/buttons/minus-green-min.svg');
}
.button.counter.green.plus,
input[type=submit].counter.green.plus {
  background-image: url('/Content/images/responsive/common/buttons/plus-green-min.svg');
}
@media screen and (min-width: 640px) {
  .button.counter.green,
  input[type=submit].counter.green {
    height: 44px;
  }
}
@media screen and (min-width: 960px) {
  .button.counter.green,
  input[type=submit].counter.green {
    height: 50px;
  }
}
.button.icon,
input[type=submit].icon {
  position: relative;
  padding-left: 28px;
}
.button.icon i,
input[type=submit].icon i {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 28px;
  color: white;
}
@media screen and (min-width: 640px) {
  .button.icon i,
  input[type=submit].icon i {
    left: 15px;
  }
}
.button.left-borderless,
input[type=submit].left-borderless {
  border-left: none;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button.right-borderless,
input[type=submit].right-borderless {
  border-right: none;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button.publish,
input[type=submit].publish {
  padding: 0 10px;
}
.button.publish.hidden,
input[type=submit].publish.hidden {
  display: none;
}
.button.publish:active,
input[type=submit].publish:active,
.button.publish.published,
input[type=submit].publish.published {
  border-top-color: transparent;
  background-color: #39bbeb;
  background: -webkit-gradient(linear, left top, left bottom, from(#39bbeb), to(#39bbeb));
  background: -webkit-linear-gradient(top, #39bbeb, #39bbeb);
  background: -moz-linear-gradient(top, #39bbeb, #39bbeb);
  background: -ms-linear-gradient(top, #39bbeb, #39bbeb);
  background: -o-linear-gradient(top, #39bbeb, #39bbeb);
  border-top: 2px solid #009ad7;
  border-bottom: 2px solid transparent;
}
.button.publish i,
input[type=submit].publish i {
  color: white;
  font-size: 34px;
}
.button.margin,
input[type=submit].margin {
  margin-right: 20px;
}
@media screen and (min-width: 640px) {
  .button,
  input[type=submit] {
    font-size: 16px;
    line-height: 1.25em;
    line-height: 32px;
    height: 36px;
    padding: 0px 26px;
  }
}
@media screen and (min-width: 1280px) {
  .button,
  input[type=submit] {
    font-size: 18px;
    line-height: 1.25em;
    line-height: 36px;
    height: 40px;
    padding: 0px 30px;
  }
}
.button[disabled],
input[type=submit][disabled] {
  border-top: 2px solid #d2d2d2;
  background: #d2d2d2;
  color: white;
  border-bottom: 2px solid #b9b9b9;
  cursor: not-allowed;
  pointer-events: none;
}
.button.purple,
input[type=submit].purple {
  border-bottom: 2px solid #7d7ba6;
  border-top: 2px solid #9c9acf;
  color: white;
  background-color: #9c9acf;
}
.button.purple:hover,
input[type=submit].purple:hover {
  background-color: #8b89c7;
}
.button.purple a,
input[type=submit].purple a,
.button.purple a:visited,
input[type=submit].purple a:visited,
.button.purple a:hover,
input[type=submit].purple a:hover {
  color: white;
}
.button.purple:hover,
input[type=submit].purple:hover,
.button.purple:visited,
input[type=submit].purple:visited {
  color: white;
  text-decoration: none;
  border-top-color: transparent;
  background-color: #58567f;
  background: -webkit-gradient(linear, left top, left bottom, from(#58567f), to(#6e6c9c));
  background: -webkit-linear-gradient(top, #58567f, #6e6c9c);
  background: -moz-linear-gradient(top, #58567f, #6e6c9c);
  background: -ms-linear-gradient(top, #58567f, #6e6c9c);
  background: -o-linear-gradient(top, #58567f, #6e6c9c);
}
button.toggled,
button.primary.toggled {
  background-color: #b5b0a7;
  background: -webkit-gradient(linear, left top, left bottom, from(#b5b0a7), to(#b5b0a7));
  background: -webkit-linear-gradient(top, #b5b0a7, #b5b0a7);
  background: -moz-linear-gradient(top, #b5b0a7, #b5b0a7);
  background: -ms-linear-gradient(top, #b5b0a7, #b5b0a7);
  background: -o-linear-gradient(top, #b5b0a7, #b5b0a7);
  border-bottom: 2px solid transparent;
  border-top: 2px solid #777063;
}
button.toggled:hover,
button.primary.toggled:hover,
button.toggled:visited,
button.primary.toggled:visited {
  background-color: #b5b0a7;
  background: -webkit-gradient(linear, left top, left bottom, from(#b5b0a7), to(#b5b0a7));
  background: -webkit-linear-gradient(top, #b5b0a7, #b5b0a7);
  background: -moz-linear-gradient(top, #b5b0a7, #b5b0a7);
  background: -ms-linear-gradient(top, #b5b0a7, #b5b0a7);
  background: -o-linear-gradient(top, #b5b0a7, #b5b0a7);
  border-bottom: 2px solid transparent;
  border-top: 2px solid #777063;
}
button.memory {
  position: relative;
}
button.memory.toggled {
  background-color: #86b300;
  background: -webkit-gradient(linear, left top, left bottom, from(#86b300), to(#86b300));
  background: -webkit-linear-gradient(top, #86b300, #86b300);
  background: -moz-linear-gradient(top, #86b300, #86b300);
  background: -ms-linear-gradient(top, #86b300, #86b300);
  background: -o-linear-gradient(top, #86b300, #86b300);
  border-bottom: 2px solid transparent;
  border-top: 2px solid #6b8f00;
  color: white;
}
button.memory.toggled i {
  color: white;
}
button.memory.toggled:hover,
button.memory.toggled:visited {
  background-color: #86b300;
  background: -webkit-gradient(linear, left top, left bottom, from(#86b300), to(#86b300));
  background: -webkit-linear-gradient(top, #86b300, #86b300);
  background: -moz-linear-gradient(top, #86b300, #86b300);
  background: -ms-linear-gradient(top, #86b300, #86b300);
  background: -o-linear-gradient(top, #86b300, #86b300);
  border-bottom: 2px solid transparent;
  border-top: 2px solid #6b8f00;
}
button.memory.toggled[disabled] {
  background: #d2d2d2;
  color: white;
  border-top: 2px solid #777063;
  cursor: not-allowed;
  pointer-events: none;
}
button.red.toggled {
  background-color: #ee4c64;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee4c64), to(#f15f7c));
  background: -webkit-linear-gradient(top, #ee4c64, #f15f7c);
  background: -moz-linear-gradient(top, #ee4c64, #f15f7c);
  background: -ms-linear-gradient(top, #ee4c64, #f15f7c);
  background: -o-linear-gradient(top, #ee4c64, #f15f7c);
  border-bottom: 2px solid transparent;
  border-top: 2px solid #be3d50;
  color: white;
}
button.red.toggled i {
  color: white;
}
button.red.toggled:hover,
button.red.toggled:visited {
  background-color: #ee4c64;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee4c64), to(#f15f7c));
  background: -webkit-linear-gradient(top, #ee4c64, #f15f7c);
  background: -moz-linear-gradient(top, #ee4c64, #f15f7c);
  background: -ms-linear-gradient(top, #ee4c64, #f15f7c);
  background: -o-linear-gradient(top, #ee4c64, #f15f7c);
  border-bottom: 2px solid transparent;
  border-top: 2px solid #be3d50;
}
.social-button {
  background: transparent url("/Content/images/responsive/common/buttons/social-media-full-v2.png") top left no-repeat;
  width: 24px;
  height: 24px;
  background-size: 167px 21px;
  cursor: pointer;
  float: left;
}
.facebook-button {
  background-position: 0 0;
}
.twitter-button {
  background-position: -24px 0;
}
.pinterest-button {
  background-position: -72px 0;
}
.linkedin-button {
  background-position: -48px 0;
}
.whatsapp-button {
  display: none;
  background-position: -144px 0;
}
@media screen and (max-width: 640px) {
  .whatsapp-button {
    display: block;
  }
}
.fb-like {
  width: auto !important;
  float: left;
}
.social-buttons {
  zoom: 1;
  float: left;
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
}
.social-buttons .social-button {
  margin-right: 0px;
}
.social-buttons .social-buttons-label {
  float: left;
  margin: 3px 10px 0 0;
}
.social-buttons:before,
.social-buttons:after {
  content: "";
  display: table;
}
.social-buttons:after {
  clear: both;
}
.social-buttons .fb-like {
  margin: 2px 5px 10px 5px;
  float: left;
  z-index: 100;
}
.social-buttons section {
  float: left;
}
@media screen and (min-width: 960px) {
  .social-buttons .social-button {
    margin-top: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .social-buttons .social-button {
    margin-top: 3px;
  }
}
.tagCloud {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
  padding: 15px 0px 15px 0;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  border-top: solid 1px #bbd9ef;
}
a.tag {
  color: #666666;
  font-size: 13px;
  line-height: 13px;
  height: 13px;
  background-color: #f2f2f2;
  display: block;
  float: left;
  padding: 5.5px 14px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 5px 0px 5px 5px;
}
a.tag:hover,
a.tag:visited {
  color: #666666;
  text-decoration: none;
}
.button.publish {
  text-align: center;
}
.button.publish .iconWrapper {
  position: relative;
  overflow: hidden;
  width: 35px;
  float: left;
}
.button.publish .iconWrapper .icon:before {
  font-family: 'valio_iconsregular';
  font-weight: 400;
  font-size: 36px;
  content: "A";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translateX(0);
}
.button.publish.published .icon:before {
  content: "B";
  -webkit-animation: toBottomFromTop 0.3s forwards;
  -moz-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
  font-size: 28px;
}
.button.remove {
  text-align: center;
  padding: 0 10px;
  background: transparent;
  border-bottom: 2px solid #c6c2c0;
  border-top: 2px solid transparent;
}
.button.remove .icon {
  font-family: 'valio_iconsregular';
  font-weight: 400;
  font-size: 30px;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translateX(0);
}
.button.remove:hover {
  border-bottom: 2px solid transparent;
  border-top: 2px solid #c6c2c0;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
  }
}
input[type=submit].primary.green {
  border-bottom: 2px solid #6b8f00;
  border-top: 2px solid #86b300;
  color: white;
  background-color: #86b300;
}
input[type=submit].primary.green:hover {
  background-color: #739a00;
}
input[type=submit].primary.green a,
input[type=submit].primary.green a:visited,
input[type=submit].primary.green a:hover {
  color: white;
}
input[type=submit].primary.green:hover,
input[type=submit].primary.green:visited {
  text-decoration: none;
  border-top-color: transparent;
  background-color: #587600;
  background: -webkit-gradient(linear, left top, left bottom, from(#587600), to(#587600));
  background: -webkit-linear-gradient(top, #587600, #587600);
  background: -moz-linear-gradient(top, #587600, #587600);
  background: -ms-linear-gradient(top, #587600, #587600);
  background: -o-linear-gradient(top, #587600, #587600);
}
input[type=submit].primary.green[disabled] {
  border-top: 2px solid #d2d2d2;
  background: #d2d2d2;
  color: white;
  border-bottom: 2px solid #b9b9b9;
  cursor: not-allowed;
  pointer-events: none;
}
.switch-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background-color: #56c5ee;
  line-height: 24px;
  height: 25px;
  border-bottom: solid 1px #2b98cf;
  color: white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 15px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.switch-button:hover {
  background-color: #3fbdec;
}
.switch-button.active {
  background-color: #86b300;
  border-bottom: none;
  border-top: solid 1px #438f59;
}
.switch-button.active:hover {
  background-color: #739a00;
}
.switch-button-group {
  display: block;
}
.switch-button-group .switch-button {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
@media screen and (min-width: 640px) {
  .switch-button {
    line-height: 23px;
    height: 25px;
    border-bottom: solid 2px #2b98cf;
  }
  .switch-button.active {
    border-bottom: none;
    border-top: solid 2px #438f59;
  }
}
@media screen and (min-width: 1280px) {
  .switch-button {
    line-height: 28px;
    height: 30px;
    padding: 0 20px;
  }
}
.page-content input[type="text"],
#valioDialog input[type="text"],
.wellbeing-test input[type="text"],
.normal-grid-width input[type="text"],
.page-content input[type="email"],
#valioDialog input[type="email"],
.wellbeing-test input[type="email"],
.normal-grid-width input[type="email"],
.page-content textarea,
#valioDialog textarea,
.wellbeing-test textarea,
.normal-grid-width textarea,
.page-content input[type="password"],
#valioDialog input[type="password"],
.wellbeing-test input[type="password"],
.normal-grid-width input[type="password"],
.page-content input[type="number"],
#valioDialog input[type="number"],
.wellbeing-test input[type="number"],
.normal-grid-width input[type="number"] {
  -webkit-box-shadow: inset 0 3px 2px 0 #eaf4ff;
  -moz-box-shadow: inset 0 3px 2px 0 #eaf4ff;
  box-shadow: inset 0 3px 2px 0 #eaf4ff;
  padding: 6px 8px;
  border: 1px solid #bbd9ef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .page-content input[type="text"],
  #valioDialog input[type="text"],
  .wellbeing-test input[type="text"],
  .normal-grid-width input[type="text"],
  .page-content input[type="email"],
  #valioDialog input[type="email"],
  .wellbeing-test input[type="email"],
  .normal-grid-width input[type="email"],
  .page-content textarea,
  #valioDialog textarea,
  .wellbeing-test textarea,
  .normal-grid-width textarea,
  .page-content input[type="password"],
  #valioDialog input[type="password"],
  .wellbeing-test input[type="password"],
  .normal-grid-width input[type="password"],
  .page-content input[type="number"],
  #valioDialog input[type="number"],
  .wellbeing-test input[type="number"],
  .normal-grid-width input[type="number"] {
    padding: 2px 10px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content input[type="text"],
  #valioDialog input[type="text"],
  .wellbeing-test input[type="text"],
  .normal-grid-width input[type="text"],
  .page-content input[type="email"],
  #valioDialog input[type="email"],
  .wellbeing-test input[type="email"],
  .normal-grid-width input[type="email"],
  .page-content textarea,
  #valioDialog textarea,
  .wellbeing-test textarea,
  .normal-grid-width textarea,
  .page-content input[type="password"],
  #valioDialog input[type="password"],
  .wellbeing-test input[type="password"],
  .normal-grid-width input[type="password"],
  .page-content input[type="number"],
  #valioDialog input[type="number"],
  .wellbeing-test input[type="number"],
  .normal-grid-width input[type="number"] {
    padding: 8px 15px;
  }
}
.page-content input.input-validation-error,
#valioDialog input.input-validation-error,
.wellbeing-test input.input-validation-error,
.normal-grid-width input.input-validation-error,
.page-content input.input-custom-validation-error,
#valioDialog input.input-custom-validation-error,
.wellbeing-test input.input-custom-validation-error,
.normal-grid-width input.input-custom-validation-error {
  border: 2px solid #f15f7c;
}
.page-content textarea.input-validation-error,
#valioDialog textarea.input-validation-error,
.wellbeing-test textarea.input-validation-error,
.normal-grid-width textarea.input-validation-error {
  border: 2px solid #f15f7c;
}
.page-content .errormsg,
#valioDialog .errormsg,
.wellbeing-test .errormsg,
.normal-grid-width .errormsg {
  display: none;
}
.page-content .field-validation-error,
#valioDialog .field-validation-error,
.wellbeing-test .field-validation-error,
.normal-grid-width .field-validation-error {
  padding-left: 10px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #f15f7c;
  display: block;
  clear: both;
}
.page-content .field-validation-error .suggested-username,
#valioDialog .field-validation-error .suggested-username,
.wellbeing-test .field-validation-error .suggested-username,
.normal-grid-width .field-validation-error .suggested-username {
  cursor: pointer;
  text-decoration: underline;
}
.page-content .input-with-icon,
#valioDialog .input-with-icon,
.wellbeing-test .input-with-icon,
.normal-grid-width .input-with-icon,
.page-content .input-without-icon,
#valioDialog .input-without-icon,
.wellbeing-test .input-without-icon,
.normal-grid-width .input-without-icon {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content .input-with-icon .input-icon,
#valioDialog .input-with-icon .input-icon,
.wellbeing-test .input-with-icon .input-icon,
.normal-grid-width .input-with-icon .input-icon,
.page-content .input-without-icon .input-icon,
#valioDialog .input-without-icon .input-icon,
.wellbeing-test .input-without-icon .input-icon,
.normal-grid-width .input-without-icon .input-icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 32px;
  width: 32px;
  border: 1px solid #bbd9ef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eaf4ff;
}
.page-content .input-with-icon .disabled-input,
#valioDialog .input-with-icon .disabled-input,
.wellbeing-test .input-with-icon .disabled-input,
.normal-grid-width .input-with-icon .disabled-input,
.page-content .input-without-icon .disabled-input,
#valioDialog .input-without-icon .disabled-input,
.wellbeing-test .input-without-icon .disabled-input,
.normal-grid-width .input-without-icon .disabled-input,
.page-content .input-with-icon input[readonly="readonly"],
#valioDialog .input-with-icon input[readonly="readonly"],
.wellbeing-test .input-with-icon input[readonly="readonly"],
.normal-grid-width .input-with-icon input[readonly="readonly"],
.page-content .input-without-icon input[readonly="readonly"],
#valioDialog .input-without-icon input[readonly="readonly"],
.wellbeing-test .input-without-icon input[readonly="readonly"],
.normal-grid-width .input-without-icon input[readonly="readonly"],
.page-content .input-with-icon input[disabled="disabled"],
#valioDialog .input-with-icon input[disabled="disabled"],
.wellbeing-test .input-with-icon input[disabled="disabled"],
.normal-grid-width .input-with-icon input[disabled="disabled"],
.page-content .input-without-icon input[disabled="disabled"],
#valioDialog .input-without-icon input[disabled="disabled"],
.wellbeing-test .input-without-icon input[disabled="disabled"],
.normal-grid-width .input-without-icon input[disabled="disabled"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eaf4ff;
  width: 100%;
  padding-left: 40px;
  line-height: 32px;
  height: 32px;
}
.page-content .input-with-icon input,
#valioDialog .input-with-icon input,
.wellbeing-test .input-with-icon input,
.normal-grid-width .input-with-icon input,
.page-content .input-without-icon input,
#valioDialog .input-without-icon input,
.wellbeing-test .input-without-icon input,
.normal-grid-width .input-without-icon input {
  height: 32px;
  padding-left: 40px;
}
.page-content .input-with-icon.key .input-icon,
#valioDialog .input-with-icon.key .input-icon,
.wellbeing-test .input-with-icon.key .input-icon,
.normal-grid-width .input-with-icon.key .input-icon,
.page-content .input-without-icon.key .input-icon,
#valioDialog .input-without-icon.key .input-icon,
.wellbeing-test .input-without-icon.key .input-icon,
.normal-grid-width .input-without-icon.key .input-icon {
  background: no-repeat center url('/Content/images/responsive/common/icons/input/input-icon-key.svg');
  -webkit-background-size: auto 18px;
  -moz-background-size: auto 18px;
  -o-background-size: auto 18px;
  background-size: auto 18px;
  background-color: #eaf4ff;
}
.page-content .input-with-icon.user .input-icon,
#valioDialog .input-with-icon.user .input-icon,
.wellbeing-test .input-with-icon.user .input-icon,
.normal-grid-width .input-with-icon.user .input-icon,
.page-content .input-without-icon.user .input-icon,
#valioDialog .input-without-icon.user .input-icon,
.wellbeing-test .input-without-icon.user .input-icon,
.normal-grid-width .input-without-icon.user .input-icon {
  background: no-repeat center url('/Content/images/responsive/common/icons/input/input-icon-user.svg');
  -webkit-background-size: auto 20px;
  -moz-background-size: auto 20px;
  -o-background-size: auto 20px;
  background-size: auto 20px;
  background-color: #eaf4ff;
}
.page-content .input-with-icon.home .input-icon,
#valioDialog .input-with-icon.home .input-icon,
.wellbeing-test .input-with-icon.home .input-icon,
.normal-grid-width .input-with-icon.home .input-icon,
.page-content .input-without-icon.home .input-icon,
#valioDialog .input-without-icon.home .input-icon,
.wellbeing-test .input-without-icon.home .input-icon,
.normal-grid-width .input-without-icon.home .input-icon {
  background: no-repeat center url('/Content/images/responsive/common/icons/input/input-icon-home.svg');
  -webkit-background-size: auto 15px;
  -moz-background-size: auto 15px;
  -o-background-size: auto 15px;
  background-size: auto 15px;
  background-color: #eaf4ff;
}
.page-content .input-with-icon.phone .input-icon,
#valioDialog .input-with-icon.phone .input-icon,
.wellbeing-test .input-with-icon.phone .input-icon,
.normal-grid-width .input-with-icon.phone .input-icon,
.page-content .input-without-icon.phone .input-icon,
#valioDialog .input-without-icon.phone .input-icon,
.wellbeing-test .input-without-icon.phone .input-icon,
.normal-grid-width .input-without-icon.phone .input-icon {
  background: no-repeat center url('/Content/images/responsive/common/icons/input/input-icon-phone.svg');
  -webkit-background-size: auto 15px;
  -moz-background-size: auto 15px;
  -o-background-size: auto 15px;
  background-size: auto 15px;
  background-color: #eaf4ff;
}
.page-content .input-with-icon.email .input-icon,
#valioDialog .input-with-icon.email .input-icon,
.wellbeing-test .input-with-icon.email .input-icon,
.normal-grid-width .input-with-icon.email .input-icon,
.page-content .input-without-icon.email .input-icon,
#valioDialog .input-without-icon.email .input-icon,
.wellbeing-test .input-without-icon.email .input-icon,
.normal-grid-width .input-without-icon.email .input-icon {
  background: no-repeat center url('/Content/images/responsive/common/icons/input/input-icon-email.svg');
  -webkit-background-size: auto 13px;
  -moz-background-size: auto 13px;
  -o-background-size: auto 13px;
  background-size: auto 13px;
  background-color: #eaf4ff;
}
.page-content .input-with-icon.company .input-icon,
#valioDialog .input-with-icon.company .input-icon,
.wellbeing-test .input-with-icon.company .input-icon,
.normal-grid-width .input-with-icon.company .input-icon,
.page-content .input-without-icon.company .input-icon,
#valioDialog .input-without-icon.company .input-icon,
.wellbeing-test .input-without-icon.company .input-icon,
.normal-grid-width .input-without-icon.company .input-icon {
  background: no-repeat center url('/Content/images/ammattilaiset/company.svg');
  -webkit-background-size: auto 17px;
  -moz-background-size: auto 17px;
  -o-background-size: auto 17px;
  background-size: auto 17px;
  background-color: #eaf4ff;
}
@media screen and (min-width: 640px) {
  .page-content .input-with-icon .input-icon,
  #valioDialog .input-with-icon .input-icon,
  .wellbeing-test .input-with-icon .input-icon,
  .normal-grid-width .input-with-icon .input-icon,
  .page-content .input-without-icon .input-icon,
  #valioDialog .input-without-icon .input-icon,
  .wellbeing-test .input-without-icon .input-icon,
  .normal-grid-width .input-without-icon .input-icon {
    height: 28px;
    width: 28px;
  }
  .page-content .input-with-icon .disabled-input,
  #valioDialog .input-with-icon .disabled-input,
  .wellbeing-test .input-with-icon .disabled-input,
  .normal-grid-width .input-with-icon .disabled-input,
  .page-content .input-without-icon .disabled-input,
  #valioDialog .input-without-icon .disabled-input,
  .wellbeing-test .input-without-icon .disabled-input,
  .normal-grid-width .input-without-icon .disabled-input {
    padding-left: 38px;
    line-height: 28px;
    height: 28px;
  }
  .page-content .input-with-icon input,
  #valioDialog .input-with-icon input,
  .wellbeing-test .input-with-icon input,
  .normal-grid-width .input-with-icon input,
  .page-content .input-without-icon input,
  #valioDialog .input-without-icon input,
  .wellbeing-test .input-without-icon input,
  .normal-grid-width .input-without-icon input {
    height: 28px;
    padding-left: 38px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .input-with-icon .input-icon,
  #valioDialog .input-with-icon .input-icon,
  .wellbeing-test .input-with-icon .input-icon,
  .normal-grid-width .input-with-icon .input-icon,
  .page-content .input-without-icon .input-icon,
  #valioDialog .input-without-icon .input-icon,
  .wellbeing-test .input-without-icon .input-icon,
  .normal-grid-width .input-without-icon .input-icon {
    height: 42px;
    width: 42px;
  }
  .page-content .input-with-icon .disabled-input,
  #valioDialog .input-with-icon .disabled-input,
  .wellbeing-test .input-with-icon .disabled-input,
  .normal-grid-width .input-with-icon .disabled-input,
  .page-content .input-without-icon .disabled-input,
  #valioDialog .input-without-icon .disabled-input,
  .wellbeing-test .input-without-icon .disabled-input,
  .normal-grid-width .input-without-icon .disabled-input {
    padding-left: 57px;
    line-height: 42px;
    height: 42px;
  }
  .page-content .input-with-icon input,
  #valioDialog .input-with-icon input,
  .wellbeing-test .input-with-icon input,
  .normal-grid-width .input-with-icon input,
  .page-content .input-without-icon input,
  #valioDialog .input-without-icon input,
  .wellbeing-test .input-without-icon input,
  .normal-grid-width .input-without-icon input {
    height: 42px;
    padding-left: 57px;
  }
  .page-content .input-with-icon.user .input-icon,
  #valioDialog .input-with-icon.user .input-icon,
  .wellbeing-test .input-with-icon.user .input-icon,
  .normal-grid-width .input-with-icon.user .input-icon,
  .page-content .input-without-icon.user .input-icon,
  #valioDialog .input-without-icon.user .input-icon,
  .wellbeing-test .input-without-icon.user .input-icon,
  .normal-grid-width .input-without-icon.user .input-icon {
    -webkit-background-size: auto 26px;
    -moz-background-size: auto 26px;
    -o-background-size: auto 26px;
    background-size: auto 26px;
  }
  .page-content .input-with-icon.home .input-icon,
  #valioDialog .input-with-icon.home .input-icon,
  .wellbeing-test .input-with-icon.home .input-icon,
  .normal-grid-width .input-with-icon.home .input-icon,
  .page-content .input-without-icon.home .input-icon,
  #valioDialog .input-without-icon.home .input-icon,
  .wellbeing-test .input-without-icon.home .input-icon,
  .normal-grid-width .input-without-icon.home .input-icon {
    -webkit-background-size: auto 20px;
    -moz-background-size: auto 20px;
    -o-background-size: auto 20px;
    background-size: auto 20px;
  }
  .page-content .input-with-icon.phone .input-icon,
  #valioDialog .input-with-icon.phone .input-icon,
  .wellbeing-test .input-with-icon.phone .input-icon,
  .normal-grid-width .input-with-icon.phone .input-icon,
  .page-content .input-without-icon.phone .input-icon,
  #valioDialog .input-without-icon.phone .input-icon,
  .wellbeing-test .input-without-icon.phone .input-icon,
  .normal-grid-width .input-without-icon.phone .input-icon {
    -webkit-background-size: auto 20px;
    -moz-background-size: auto 20px;
    -o-background-size: auto 20px;
    background-size: auto 20px;
  }
  .page-content .input-with-icon.email .input-icon,
  #valioDialog .input-with-icon.email .input-icon,
  .wellbeing-test .input-with-icon.email .input-icon,
  .normal-grid-width .input-with-icon.email .input-icon,
  .page-content .input-without-icon.email .input-icon,
  #valioDialog .input-without-icon.email .input-icon,
  .wellbeing-test .input-without-icon.email .input-icon,
  .normal-grid-width .input-without-icon.email .input-icon {
    -webkit-background-size: auto 16px;
    -moz-background-size: auto 16px;
    -o-background-size: auto 16px;
    background-size: auto 16px;
  }
}
.page-content .input-with-icon.input-icon-validation-error .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error .input-icon,
.wellbeing-test .input-with-icon.input-icon-validation-error .input-icon,
.normal-grid-width .input-with-icon.input-icon-validation-error .input-icon,
.page-content .input-without-icon.input-icon-validation-error .input-icon,
#valioDialog .input-without-icon.input-icon-validation-error .input-icon,
.wellbeing-test .input-without-icon.input-icon-validation-error .input-icon,
.normal-grid-width .input-without-icon.input-icon-validation-error .input-icon {
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
  border: 2px solid #f15f7c;
}
.page-content .input-with-icon.input-icon-validation-error.key .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error.key .input-icon,
.wellbeing-test .input-with-icon.input-icon-validation-error.key .input-icon,
.normal-grid-width .input-with-icon.input-icon-validation-error.key .input-icon,
.page-content .input-without-icon.input-icon-validation-error.key .input-icon,
#valioDialog .input-without-icon.input-icon-validation-error.key .input-icon,
.wellbeing-test .input-without-icon.input-icon-validation-error.key .input-icon,
.normal-grid-width .input-without-icon.input-icon-validation-error.key .input-icon {
  background-image: url('/Content/images/responsive/common/icons/input/input-icon-key-error.svg');
}
.page-content .input-with-icon.input-icon-validation-error.user .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error.user .input-icon,
.wellbeing-test .input-with-icon.input-icon-validation-error.user .input-icon,
.normal-grid-width .input-with-icon.input-icon-validation-error.user .input-icon,
.page-content .input-without-icon.input-icon-validation-error.user .input-icon,
#valioDialog .input-without-icon.input-icon-validation-error.user .input-icon,
.wellbeing-test .input-without-icon.input-icon-validation-error.user .input-icon,
.normal-grid-width .input-without-icon.input-icon-validation-error.user .input-icon {
  background-image: url('/Content/images/responsive/common/icons/input/input-icon-user-error.svg');
}
.page-content .input-with-icon.input-icon-validation-error.home .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error.home .input-icon,
.wellbeing-test .input-with-icon.input-icon-validation-error.home .input-icon,
.normal-grid-width .input-with-icon.input-icon-validation-error.home .input-icon,
.page-content .input-without-icon.input-icon-validation-error.home .input-icon,
#valioDialog .input-without-icon.input-icon-validation-error.home .input-icon,
.wellbeing-test .input-without-icon.input-icon-validation-error.home .input-icon,
.normal-grid-width .input-without-icon.input-icon-validation-error.home .input-icon {
  background-image: url('/Content/images/responsive/common/icons/input/input-icon-home-error.svg');
}
.page-content .input-with-icon.input-icon-validation-error.phone .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error.phone .input-icon,
.wellbeing-test .input-with-icon.input-icon-validation-error.phone .input-icon,
.normal-grid-width .input-with-icon.input-icon-validation-error.phone .input-icon,
.page-content .input-without-icon.input-icon-validation-error.phone .input-icon,
#valioDialog .input-without-icon.input-icon-validation-error.phone .input-icon,
.wellbeing-test .input-without-icon.input-icon-validation-error.phone .input-icon,
.normal-grid-width .input-without-icon.input-icon-validation-error.phone .input-icon {
  background-image: url('/Content/images/responsive/common/icons/input/input-icon-phone-error.svg');
}
.page-content .input-with-icon.input-icon-validation-error.email .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error.email .input-icon,
.wellbeing-test .input-with-icon.input-icon-validation-error.email .input-icon,
.normal-grid-width .input-with-icon.input-icon-validation-error.email .input-icon,
.page-content .input-without-icon.input-icon-validation-error.email .input-icon,
#valioDialog .input-without-icon.input-icon-validation-error.email .input-icon,
.wellbeing-test .input-without-icon.input-icon-validation-error.email .input-icon,
.normal-grid-width .input-without-icon.input-icon-validation-error.email .input-icon {
  background-image: url('/Content/images/responsive/common/icons/input/input-icon-email-error.svg');
}
.page-content .input-without-icon input,
#valioDialog .input-without-icon input,
.wellbeing-test .input-without-icon input,
.normal-grid-width .input-without-icon input {
  padding-left: 10px;
}
@media screen and (min-width: 640px) {
  .page-content .input-with-icon.icon-mobile-only .input-icon,
  #valioDialog .input-with-icon.icon-mobile-only .input-icon,
  .wellbeing-test .input-with-icon.icon-mobile-only .input-icon,
  .normal-grid-width .input-with-icon.icon-mobile-only .input-icon {
    display: none;
  }
  .page-content .input-with-icon.icon-mobile-only input,
  #valioDialog .input-with-icon.icon-mobile-only input,
  .wellbeing-test .input-with-icon.icon-mobile-only input,
  .normal-grid-width .input-with-icon.icon-mobile-only input {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .input-with-icon.icon-mobile-only input,
  #valioDialog .input-with-icon.icon-mobile-only input,
  .wellbeing-test .input-with-icon.icon-mobile-only input,
  .normal-grid-width .input-with-icon.icon-mobile-only input {
    padding-left: 15px;
  }
}
.page-content form,
#valioDialog form,
.wellbeing-test form,
.normal-grid-width form,
.page-content .form,
#valioDialog .form,
.wellbeing-test .form,
.normal-grid-width .form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0px;
}
.page-content form h3,
#valioDialog form h3,
.wellbeing-test form h3,
.normal-grid-width form h3,
.page-content .form h3,
#valioDialog .form h3,
.wellbeing-test .form h3,
.normal-grid-width .form h3 {
  padding-top: 0px;
  padding-bottom: 15px;
}
.page-content form input,
#valioDialog form input,
.wellbeing-test form input,
.normal-grid-width form input,
.page-content .form input,
#valioDialog .form input,
.wellbeing-test .form input,
.normal-grid-width .form input,
.page-content form .disabled-input,
#valioDialog form .disabled-input,
.wellbeing-test form .disabled-input,
.normal-grid-width form .disabled-input,
.page-content .form .disabled-input,
#valioDialog .form .disabled-input,
.wellbeing-test .form .disabled-input,
.normal-grid-width .form .disabled-input {
  margin-bottom: 10px;
}
.page-content form textarea,
#valioDialog form textarea,
.wellbeing-test form textarea,
.normal-grid-width form textarea,
.page-content .form textarea,
#valioDialog .form textarea,
.wellbeing-test .form textarea,
.normal-grid-width .form textarea {
  margin-bottom: 10px;
  min-height: 70px;
}
.page-content form .buttons,
#valioDialog form .buttons,
.wellbeing-test form .buttons,
.normal-grid-width form .buttons,
.page-content .form .buttons,
#valioDialog .form .buttons,
.wellbeing-test .form .buttons,
.normal-grid-width .form .buttons {
  width: 100%;
}
.page-content form .button,
#valioDialog form .button,
.wellbeing-test form .button,
.normal-grid-width form .button,
.page-content .form .button,
#valioDialog .form .button,
.wellbeing-test .form .button,
.normal-grid-width .form .button {
  margin-top: 5px;
  margin-right: 10px;
}
.page-content form .field-validation-error,
#valioDialog form .field-validation-error,
.wellbeing-test form .field-validation-error,
.normal-grid-width form .field-validation-error,
.page-content .form .field-validation-error,
#valioDialog .form .field-validation-error,
.wellbeing-test .form .field-validation-error,
.normal-grid-width .form .field-validation-error {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .page-content form,
  #valioDialog form,
  .wellbeing-test form,
  .normal-grid-width form,
  .page-content .form,
  #valioDialog .form,
  .wellbeing-test .form,
  .normal-grid-width .form {
    padding: 20px 0px;
  }
  .page-content form h3,
  #valioDialog form h3,
  .wellbeing-test form h3,
  .normal-grid-width form h3,
  .page-content .form h3,
  #valioDialog .form h3,
  .wellbeing-test .form h3,
  .normal-grid-width .form h3 {
    padding-bottom: 20px;
  }
  .page-content form .button,
  #valioDialog form .button,
  .wellbeing-test form .button,
  .normal-grid-width form .button,
  .page-content .form .button,
  #valioDialog .form .button,
  .wellbeing-test .form .button,
  .normal-grid-width .form .button {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content form,
  #valioDialog form,
  .wellbeing-test form,
  .normal-grid-width form,
  .page-content .form,
  #valioDialog .form,
  .wellbeing-test .form,
  .normal-grid-width .form {
    padding: 20px 0px;
  }
  .page-content form h3,
  #valioDialog form h3,
  .wellbeing-test form h3,
  .normal-grid-width form h3,
  .page-content .form h3,
  #valioDialog .form h3,
  .wellbeing-test .form h3,
  .normal-grid-width .form h3 {
    padding-bottom: 25px;
  }
  .page-content form input,
  #valioDialog form input,
  .wellbeing-test form input,
  .normal-grid-width form input,
  .page-content .form input,
  #valioDialog .form input,
  .wellbeing-test .form input,
  .normal-grid-width .form input,
  .page-content form textarea,
  #valioDialog form textarea,
  .wellbeing-test form textarea,
  .normal-grid-width form textarea,
  .page-content .form textarea,
  #valioDialog .form textarea,
  .wellbeing-test .form textarea,
  .normal-grid-width .form textarea {
    margin-right: 20px;
  }
}
.valio-form .valio-form-message {
  display: none;
  clear: both;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.valio-form .valio-form-message.success {
  color: #86b300;
}
.valio-form .valio-form-message.error {
  color: #f15f7c;
}
.page-content .input-with-icon,
#valioDialog .input-with-icon {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content .input-with-icon .input-icon,
#valioDialog .input-with-icon .input-icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 32px;
  width: 32px;
  border: 1px solid #bbd9ef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eaf4ff;
}
.page-content .input-with-icon .disabled-input,
#valioDialog .input-with-icon .disabled-input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eaf4ff;
  width: 100%;
  padding-left: 40px;
  line-height: 32px;
  height: 32px;
}
.page-content .input-with-icon input[readonly="readonly"],
#valioDialog .input-with-icon input[readonly="readonly"],
.page-content .input-with-icon input[disabled="disabled"],
#valioDialog .input-with-icon input[disabled="disabled"],
.page-content .input-with-icon input[disabled],
#valioDialog .input-with-icon input[disabled] {
  background-color: #eaf4ff;
}
.page-content .input-with-icon input,
#valioDialog .input-with-icon input {
  height: 32px;
  padding-left: 40px;
}
.page-content .input-with-icon.key .input-icon,
#valioDialog .input-with-icon.key .input-icon {
  background: no-repeat center url('/Content/images/responsive/common/icons/input/input-icon-key-min.svg');
  -webkit-background-size: auto 18px;
  -moz-background-size: auto 18px;
  -o-background-size: auto 18px;
  background-size: auto 18px;
  background-color: #eaf4ff;
}
.page-content .input-with-icon.user .input-icon,
#valioDialog .input-with-icon.user .input-icon {
  background: no-repeat center url('/Content/images/responsive/common/icons/input/input-icon-user-min.svg');
  -webkit-background-size: auto 20px;
  -moz-background-size: auto 20px;
  -o-background-size: auto 20px;
  background-size: auto 20px;
  background-color: #eaf4ff;
}
.page-content .input-with-icon.home .input-icon,
#valioDialog .input-with-icon.home .input-icon {
  background: no-repeat center url('/Content/images/responsive/common/icons/input/input-icon-home-min.svg');
  -webkit-background-size: auto 15px;
  -moz-background-size: auto 15px;
  -o-background-size: auto 15px;
  background-size: auto 15px;
  background-color: #eaf4ff;
}
.page-content .input-with-icon.phone .input-icon,
#valioDialog .input-with-icon.phone .input-icon {
  background: no-repeat center url('/Content/images/responsive/common/icons/input/input-icon-phone-min.svg');
  -webkit-background-size: auto 15px;
  -moz-background-size: auto 15px;
  -o-background-size: auto 15px;
  background-size: auto 15px;
  background-color: #eaf4ff;
}
.page-content .input-with-icon.email .input-icon,
#valioDialog .input-with-icon.email .input-icon {
  background: no-repeat center url('/Content/images/responsive/common/icons/input/input-icon-email-min.svg');
  -webkit-background-size: auto 13px;
  -moz-background-size: auto 13px;
  -o-background-size: auto 13px;
  background-size: auto 13px;
  background-color: #eaf4ff;
}
.page-content .input-with-icon.calendar .input-icon,
#valioDialog .input-with-icon.calendar .input-icon {
  background: no-repeat center url('/Content/images/responsive/common/icons/input/input-icon-calendar-min.png');
  -webkit-background-size: auto 13px;
  -moz-background-size: auto 13px;
  -o-background-size: auto 13px;
  background-size: auto 13px;
  background-color: #eaf4ff;
}
@media screen and (min-width: 640px) {
  .page-content .input-with-icon .input-icon,
  #valioDialog .input-with-icon .input-icon {
    height: 28px;
    width: 28px;
  }
  .page-content .input-with-icon .disabled-input,
  #valioDialog .input-with-icon .disabled-input {
    padding-left: 38px;
    line-height: 28px;
    height: 28px;
  }
  .page-content .input-with-icon input,
  #valioDialog .input-with-icon input {
    height: 28px;
    padding-left: 38px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .input-with-icon .input-icon,
  #valioDialog .input-with-icon .input-icon {
    height: 42px;
    width: 42px;
  }
  .page-content .input-with-icon .disabled-input,
  #valioDialog .input-with-icon .disabled-input {
    padding-left: 57px;
    line-height: 42px;
    height: 42px;
  }
  .page-content .input-with-icon input,
  #valioDialog .input-with-icon input {
    height: 42px;
    padding-left: 57px;
  }
  .page-content .input-with-icon.user .input-icon,
  #valioDialog .input-with-icon.user .input-icon {
    -webkit-background-size: auto 26px;
    -moz-background-size: auto 26px;
    -o-background-size: auto 26px;
    background-size: auto 26px;
  }
  .page-content .input-with-icon.home .input-icon,
  #valioDialog .input-with-icon.home .input-icon {
    -webkit-background-size: auto 20px;
    -moz-background-size: auto 20px;
    -o-background-size: auto 20px;
    background-size: auto 20px;
  }
  .page-content .input-with-icon.phone .input-icon,
  #valioDialog .input-with-icon.phone .input-icon {
    -webkit-background-size: auto 20px;
    -moz-background-size: auto 20px;
    -o-background-size: auto 20px;
    background-size: auto 20px;
  }
  .page-content .input-with-icon.email .input-icon,
  #valioDialog .input-with-icon.email .input-icon {
    -webkit-background-size: auto 16px;
    -moz-background-size: auto 16px;
    -o-background-size: auto 16px;
    background-size: auto 16px;
  }
}
.page-content .input-with-icon.input-icon-validation-error .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error .input-icon,
.page-content .input-with-icon.input-icon-custom-validation-error .input-icon,
#valioDialog .input-with-icon.input-icon-custom-validation-error .input-icon {
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
  border: 2px solid #f15f7c;
}
.page-content .input-with-icon.input-icon-validation-error.key .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error.key .input-icon,
.page-content .input-with-icon.input-icon-custom-validation-error.key .input-icon,
#valioDialog .input-with-icon.input-icon-custom-validation-error.key .input-icon {
  background-image: url('/Content/images/responsive/common/icons/input/input-icon-key-error-min.svg');
}
.page-content .input-with-icon.input-icon-validation-error.user .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error.user .input-icon,
.page-content .input-with-icon.input-icon-custom-validation-error.user .input-icon,
#valioDialog .input-with-icon.input-icon-custom-validation-error.user .input-icon {
  background-image: url('/Content/images/responsive/common/icons/input/input-icon-user-error-min.svg');
}
.page-content .input-with-icon.input-icon-validation-error.home .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error.home .input-icon,
.page-content .input-with-icon.input-icon-custom-validation-error.home .input-icon,
#valioDialog .input-with-icon.input-icon-custom-validation-error.home .input-icon {
  background-image: url('/Content/images/responsive/common/icons/input/input-icon-home-error-min.svg');
}
.page-content .input-with-icon.input-icon-validation-error.phone .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error.phone .input-icon,
.page-content .input-with-icon.input-icon-custom-validation-error.phone .input-icon,
#valioDialog .input-with-icon.input-icon-custom-validation-error.phone .input-icon {
  background-image: url('/Content/images/responsive/common/icons/input/input-icon-phone-error-min.svg');
}
.page-content .input-with-icon.input-icon-validation-error.email .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error.email .input-icon,
.page-content .input-with-icon.input-icon-custom-validation-error.email .input-icon,
#valioDialog .input-with-icon.input-icon-custom-validation-error.email .input-icon {
  background-image: url('/Content/images/responsive/common/icons/input/input-icon-email-error-min.svg');
}
.page-content .input-with-icon.input-icon-validation-error.calendar .input-icon,
#valioDialog .input-with-icon.input-icon-validation-error.calendar .input-icon,
.page-content .input-with-icon.input-icon-custom-validation-error.calendar .input-icon,
#valioDialog .input-with-icon.input-icon-custom-validation-error.calendar .input-icon {
  background-image: url('/Content/images/responsive/common/icons/input/input-icon-calendar-error-min.png');
}
.page-content .input-with-icon.right-align .input-icon,
#valioDialog .input-with-icon.right-align .input-icon {
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-content .input-with-icon.right-align input,
#valioDialog .input-with-icon.right-align input {
  padding-left: 8px;
  padding-right: 40px;
}
@media screen and (min-width: 640px) {
  .page-content .input-with-icon.right-align input,
  #valioDialog .input-with-icon.right-align input {
    padding-right: 38px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .input-with-icon.right-align input,
  #valioDialog .input-with-icon.right-align input {
    padding-right: 57px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 640px) {
  .page-content .input-with-icon.icon-mobile-only .input-icon,
  #valioDialog .input-with-icon.icon-mobile-only .input-icon {
    display: none;
  }
  .page-content .input-with-icon.icon-mobile-only input,
  #valioDialog .input-with-icon.icon-mobile-only input {
    padding-left: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .input-with-icon.icon-mobile-only input,
  #valioDialog .input-with-icon.icon-mobile-only input {
    padding-left: 15px;
  }
}
.dietTooltip {
  display: none;
  position: absolute;
  padding: 10px 7px;
  font-size: 12px;
  line-height: 1.25em;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 3px 4px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 3px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 3px 4px 15px rgba(0, 0, 0, 0.15);
  background-color: white;
  color: #333333;
}
@media screen and (min-width: 640px) {
  .dietTooltip {
    font-size: 13px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  .dietTooltip {
    font-size: 15px;
    line-height: 1.25em;
  }
}
.dietTooltip.show {
  display: block;
}
#fb-root {
  display: none;
}
.fb-recipes .fb_iframe_widget,
.fb-recipes .fb_iframe_widget span,
.fb-recipes .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.collapsible {
  clear: both;
}
.collapsible--noclear {
  clear: initial;
}
.collapsible h4 {
  display: none;
  padding-bottom: 20px;
}
.pro .instructions .collapsible-panel-header {
  margin: 0 15px 0 15px;
  padding: 20px 20px 0 20px;
}
.pro .nutrition-content .collapsible-panel-header {
  border-top: 0;
  padding: 20px;
}
.pro .nutrition-content .collasible-panel {
  margin: 0;
}
.collapsible-panel-header {
  font-size: 18px;
  line-height: 18px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  color: #26b7f2;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px;
  border-top: 1px solid #bbd9ef;
  position: relative;
}
@media screen and (min-width: 640px) {
  .collapsible-panel-header {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .collapsible-panel-header {
    font-size: 24px;
    line-height: 24px;
  }
}
.collapsible-panel-header img {
  width: 15px;
  margin-right: 15px;
  margin-left: 5px;
}
.collapsible-panel-header:hover {
  text-decoration: none;
}
.collapsible-panel-header.expanded {
  margin-bottom: 10px;
}
.collapsible-panel-header.expanded img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.collapsible-panel-header .additional-info {
  color: #666666;
  display: inline-block;
}
.collapsible-panel-header .small {
  line-height: 1em;
}
.collapsible-panel-header .sub-title {
  color: #999999;
  margin-left: 40px;
  margin-top: 4px;
  max-width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 1.2em;
}
.collasible-panel {
  display: none;
  padding-top: 0;
}
.collasible-panel.expanded {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.collasible-panel .col-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.collasible-panel .col-wrap .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  border-right: 1px solid #bbd9ef;
  padding-right: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.collasible-panel .col-wrap .col > li {
  padding-bottom: 16px;
}
.collasible-panel .col-wrap .col.first {
  margin-left: 5px;
}
.collasible-panel .col-wrap .col.second {
  margin-left: 20px;
  border-right: 0;
  padding-right: 20px;
}
.non-collapsible-header {
  display: none;
}
@media screen and (min-width: 640px) {
  .pro #recipes .collapsible-panel-header {
    margin: 0;
    padding: 20px;
  }
  .collapsible-panel-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px;
    padding: 20px 10px;
  }
  .collapsible-panel-header img {
    width: 20px;
    margin-left: 0px;
    margin-right: 20px;
  }
  .collapsible-panel-header .sub-title {
    margin-left: 45px;
  }
  .collasible-panel.expanded {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px;
    padding: 0 10px;
  }
  .collasible-panel .two-col > li {
    padding-bottom: 5px;
  }
  .collasible-panel .two-col.first {
    margin-left: 5px;
  }
  .collasible-panel .two-col.second {
    margin-left: 20px;
    border-right: 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .collapsible h4 {
    display: block;
  }
  .collapsible.show-on-desktop .collapsible-panel-header {
    display: block;
  }
  .collapsible.show-on-desktop .collasible-panel {
    display: none;
  }
  .collapsible.show-on-desktop .collasible-panel.expanded {
    display: block;
  }
  .collapsible-panel-header {
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px;
    padding: 20px 10px;
  }
  .collasible-panel {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 640px) {
  .collapsible.collapsible-mobile-only h4 {
    display: block;
  }
  .collapsible.collapsible-mobile-only .collapsible-panel-header {
    display: none;
  }
  .collapsible.collapsible-mobile-only .collasible-panel {
    display: block;
  }
}
#recipes .collapsible-panel-header .header-fake-buttons {
  top: 0;
  left: 0;
}
.collapsible-panel-header .header-fake-buttons {
  position: relative;
  display: inline-block;
  height: 18px;
  margin-left: 10px;
}
.collapsible-panel-header .header-fake-buttons .button-row {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
}
.collapsible-panel-header .header-fake-buttons .fake-btn:last-child {
  margin-right: 0;
}
@media screen and (min-width: 640px) {
  .collapsible-panel-header .header-fake-buttons {
    height: 21px;
  }
  .collapsible-panel-header .header-fake-buttons .button-row {
    top: 3px;
  }
}
.collapsible-panel-header.expanded .fake-btn {
  display: none;
}
.collapsible.weekly-meal {
  border-bottom: 1px solid #dddddd;
}
.collapsible.weekly-meal .collapsible-panel-header {
  margin: 0;
}
.collapsible.weekly-meal .collapsible-panel-header .additional-info {
  text-align: right;
  float: right;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.25em;
  color: #999999;
}
@media screen and (min-width: 640px) {
  .collapsible.weekly-meal .collapsible-panel-header .additional-info {
    font-size: 16px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  .collapsible.weekly-meal .collapsible-panel-header .additional-info {
    font-size: 18px;
    line-height: 1.25em;
  }
}
.collapsible.weekly-meal h4 {
  display: block;
  padding: 0;
  margin: 0;
}
.collapsible.weekly-meal .collasible-panel.expanded {
  border-top: 1px solid #dddddd;
  padding: 10px;
  zoom: 1;
}
.collapsible.weekly-meal .collasible-panel.expanded:before,
.collapsible.weekly-meal .collasible-panel.expanded:after {
  content: "";
  display: table;
}
.collapsible.weekly-meal .collasible-panel.expanded:after {
  clear: both;
}
.collapsible.weekly-meal.expanded {
  background: #f8f3f0;
}
.collapsible.weekly-meal.last {
  border: 0;
}
@media screen and (min-width: 640px) {
  .collapsible.weekly-meal .collasible-panel.expanded {
    padding: 15px 0;
    margin: 0 10px;
  }
}
@font-face {
  font-family: 'valio_iconsregular';
  src: url('/content/fonts/responsive/valio_icons-webfont_v2.2.eot');
  src: url('/content/fonts/responsive/valio_icons-webfont_v2.2.eot?#iefix') format('embedded-opentype'), url('/content/fonts/responsive/valio_icons-webfont_v2.2.svg#valio_icons-webfont') format('svg'), url('/content/fonts/responsive/valio_icons-webfont_v2.2.woff') format('woff'), url('/content/fonts/responsive/valio_icons-webfont_v2.2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
i.icon {
  display: inline-block;
  font-family: 'valio_iconsregular';
  font-style: normal;
  font-size: 30px;
  vertical-align: top;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.button i {
  display: inline-block;
  font-family: 'valio_iconsregular';
  font-style: normal;
  font-size: 30px;
  vertical-align: top;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #999999;
  font-size: 42px;
}
.diet-ball {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: transparent no-repeat left top;
}
.diet-ball.gluten-free {
  background-image: url('/Content/images/responsive/common/icons/gluten-free-min.svg');
}
.diet-ball.vegetarian {
  background-image: url('/Content/images/responsive/common/icons/vegetarian-min.svg');
}
.diet-ball.lactose-free {
  background-image: url('/Content/images/responsive/common/icons/lactose-free-min.svg');
}
.diet-ball.low-lactose {
  background-image: url('/Content/images/responsive/common/icons/low-lactose-min.svg');
}
.diet-ball.light {
  background-image: url('/Content/images/responsive/common/icons/light-min.svg');
}
.diet-ball .dietTooltip {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: none;
  text-align: center;
}
.diet-ball img {
  width: 100%;
}
.valio-select {
  background: white url(/Content/images/responsive/modules/widgets/comments/bg_report_dropdown.gif) 220px -40px no-repeat;
  border: 1px solid #e7e2e0;
  color: #7a7775;
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 20px 0;
  padding: 0 10px;
  width: 220px;
}
.selectActive {
  background: white url(/Content/images/responsive/modules/widgets/comments/bg_report_dropdown.gif) 220px 14px no-repeat;
  border-bottom: 1px solid white;
}
.valio-select-list {
  background: white;
  border: 1px solid #e7e2e0;
  border-top: 0px;
  display: none;
  padding: 0 0 20px 10px;
  position: absolute;
  width: 230px;
  z-index: 100;
}
.valio-select-list ul {
  display: block;
  list-style: none;
  width: 160px;
}
.valio-select-list ul li {
  clear: both;
  display: block;
  float: none;
}
.balloon {
  z-index: 700;
  position: absolute;
  display: none;
}
.balloon.open {
  display: block;
}
.balloon .balloon-container {
  position: relative;
  border: 3px solid #cccccc;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  float: left;
  padding: 10px;
  width: 200px;
  height: 230px;
  background-color: white;
}
.balloon .balloon-content {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.balloon .balloon-content .product-image {
  float: left;
  width: 100%;
  height: 200px;
}
.balloon .balloon-content a.product-link {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  border-top: solid 1px #bbd9ef;
  padding-top: 8px;
}
.balloon .balloon-content img {
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .balloon .balloon-container:before {
    top: -40px;
    left: 15%;
    border: 3px solid #cccccc;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 200;
    border-color: transparent;
    border-bottom-color: white;
    border-width: 20px;
    margin-left: 0px;
  }
  .balloon .balloon-container:after {
    top: -39px;
    left: 15%;
    border: 3px solid #cccccc;
    border-color: transparent;
    border-bottom-color: inherit;
    border-width: 22px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 100;
    margin-top: -7px;
    margin-left: -2px;
  }
  .balloon.align-adjusted .balloon-container:before,
  .balloon.align-adjusted .balloon-container:after {
    left: 50%;
  }
}
@media screen and (min-width: 960px) {
  .balloon .balloon-container:before {
    top: 15%;
    border: 3px solid #cccccc;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 200;
    border-color: transparent;
    border-right-color: white;
    border-width: 20px;
    margin-left: -50px;
  }
  .balloon .balloon-container:after {
    top: 15%;
    border: 3px solid #cccccc;
    border-color: transparent;
    border-right-color: inherit;
    border-width: 22px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 100;
    margin-top: -2px;
    margin-left: -56px;
  }
}
.dropdown-balloon-open {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #bbd9ef;
  display: inline-block;
}
.dropdown-balloon-open img {
  width: 10px;
  margin-left: 5px;
}
.dropdown-balloon {
  z-index: 800;
  position: absolute;
  display: inline-block;
  display: none;
}
.dropdown-balloon .dropdown-balloon-close {
  margin-left: 5px;
}
.dropdown-balloon .dropdown-balloon-close img {
  display: inline-block;
  width: 10px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.dropdown-balloon .dropdown-balloon-header {
  padding: 15px 15px 0px 15px;
  font-size: 15px;
  line-height: 1.25em;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.dropdown-balloon .dropdown-balloon-content {
  border-radius: 6px;
  width: 300px;
  position: absolute;
  top: 20px;
  left: -20px;
  background-color: white;
  border: 3px solid #cccccc;
}
.dropdown-balloon .dropdown-balloon-items {
  padding: 10px;
}
.dropdown-balloon .dropdown-balloon-item {
  position: relative;
  height: 70px;
  border-bottom: 1px solid #bbd9ef;
}
.dropdown-balloon .dropdown-balloon-item:last-child {
  border-bottom: none;
}
.dropdown-balloon .dropdown-balloon-item a {
  color: #333333;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.dropdown-balloon .dropdown-balloon-item img {
  width: 70px;
  display: inline-block;
}
.dropdown-balloon .dropdown-balloon-item .dropdown-balloon-text {
  height: 70px;
  line-height: 70px;
  padding: 0;
  position: absolute;
  left: 80px;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.dropdown-balloon .dropdown-balloon-item .dropdown-balloon-text p {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.dropdown-balloon .dropdown-balloon-tab {
  position: absolute;
  top: -7px;
  left: 3px;
  border: 3px solid #cccccc;
  border-bottom: 2px solid white;
  border-radius: 6px;
  background-color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  line-height: 25px;
  height: 25px;
  width: 115px;
}
.dropdown-balloon.open {
  display: block;
}
@media screen and (min-width: 480px) {
  .dropdown-balloon .dropdown-balloon-content {
    width: 420px;
    top: 20px;
    left: -20px;
  }
}
@media screen and (min-width: 640px) {
  .dropdown-balloon-open {
    margin-left: 10px;
    padding-left: 10px;
  }
  .dropdown-balloon .dropdown-balloon-close {
    margin-left: 10px;
  }
  .dropdown-balloon .dropdown-balloon-header {
    padding: 20px 20px 0px 20px;
    font-size: 18px;
    line-height: 1.25em;
    font-family: "omnes-pro", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .dropdown-balloon .dropdown-balloon-content {
    width: 530px;
    top: 20px;
    left: -20px;
  }
  .dropdown-balloon .dropdown-balloon-items {
    padding: 15px 20px;
  }
  .dropdown-balloon .dropdown-balloon-item {
    height: 80px;
  }
  .dropdown-balloon .dropdown-balloon-item img {
    margin: 5px 0;
    width: 70px;
  }
  .dropdown-balloon .dropdown-balloon-item .dropdown-balloon-text {
    height: 80px;
    line-height: 80px;
    left: 90px;
    right: 20px;
  }
  .dropdown-balloon .dropdown-balloon-tab {
    border-bottom: 3px solid white;
    width: 140px;
    left: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .dropdown-balloon .dropdown-balloon-content {
    left: -120px;
  }
}
@media screen and (min-width: 1280px) {
  .dropdown-balloon-open img {
    width: 15px;
  }
  .dropdown-balloon .dropdown-balloon-content {
    width: 580px;
  }
  .dropdown-balloon .dropdown-balloon-close img {
    width: 15px;
  }
  .dropdown-balloon .dropdown-balloon-tab {
    border-bottom: 2px solid white;
  }
}
ul.bullet,
.article-content ul {
  padding-left: 25px;
  margin: 15px 0px;
}
ul.bullet li,
.article-content ul li {
  padding-bottom: 7px;
  position: relative;
  list-style: none;
}
ul.bullet li:before,
.article-content ul li:before {
  color: #4ec4f0;
  content: "•";
  font-size: 36px;
  padding-right: 5px;
  position: absolute;
  top: -4px;
  left: -22px;
  line-height: 15px;
}
ul.bullet li p,
.article-content ul li p {
  padding: 0px;
}
@media screen and (min-width: 640px) {
  ul.bullet li,
  .article-content ul li {
    padding-bottom: 10px;
  }
  ul.bullet li:before,
  .article-content ul li:before {
    line-height: 20px;
  }
}
@media screen and (min-width: 1280px) {
  ul.bullet li:before,
  .article-content ul li:before {
    line-height: 20px;
  }
}
.menu .open-menu {
  background: url('/Content/images/responsive/common/icons/folded-top-left-corner-green.png') no-repeat;
  width: 45px;
  height: 45px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}
.menu .menu-panel {
  display: none;
}
.menu.open .open-menu {
  display: none;
}
.menu.open .menu-panel {
  display: block;
}
.menu .menu-panel {
  background-color: #86b300;
  color: white;
  border-top-left-radius: 5px;
  width: 235px;
  zoom: 1;
}
.menu .menu-panel:before,
.menu .menu-panel:after {
  content: "";
  display: table;
}
.menu .menu-panel:after {
  clear: both;
}
.menu .menu-panel .collapsed {
  display: none;
}
.menu .menu-panel .close-menu {
  height: 30px;
  border-bottom: 1px solid #9ec233;
}
.menu .menu-panel .close-menu img {
  padding: 9px;
  width: 16px;
  cursor: pointer;
}
.menu .menu-panel .menu-items {
  margin: 0px 0px 10px 0px;
}
.menu .menu-panel .create-recipe {
  background: #eaf4ff;
  color: #00aeef;
  margin: 0;
  display: none;
}
.menu .menu-panel .create-recipe i {
  color: #0b5a9f;
}
.menu .menu-panel .create-recipe .menu-item:first-child {
  border-top: 0;
}
.menu .menu-panel .create-recipe .menu-item {
  padding: 2px 0 6px 0;
}
.menu .menu-panel .create-recipe .menu-item.selected {
  margin: 0px 10px;
  padding: 2px 0 6px 0;
  background: #eaf4ff;
}
.menu .menu-panel .menu-item {
  margin: 0px 7px;
  padding: 0px 8px;
  border-top: 1px solid #9ec233;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  clear: both;
  position: relative;
}
.menu .menu-panel .menu-item:first-child {
  border-top: 1px solid #86b300;
}
.menu .menu-panel .menu-item .icon {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}
.menu .menu-panel .menu-item .item-text {
  line-height: 30px;
  display: inline-block;
}
.menu .menu-panel .menu-item .item-text span {
  line-height: 1em;
  max-width: 155px;
  padding: 10px 0;
  display: block;
}
.menu .menu-panel .menu-item .additional-info {
  font-size: 12px;
  line-height: 1.25em;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 30px;
  height: 30px;
  float: right;
}
@media screen and (min-width: 640px) {
  .menu .menu-panel .menu-item .additional-info {
    font-size: 13px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  .menu .menu-panel .menu-item .additional-info {
    font-size: 15px;
    line-height: 1.25em;
  }
}
.menu .menu-panel .menu-item .published {
  display: none;
  position: absolute;
  top: 1px;
  right: 19px;
}
.menu .menu-panel .menu-item.selected {
  background-color: #588300;
  margin: 0px 5px;
  padding: 0px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.menu .menu-panel .menu-item.selected .published.icon {
  margin-right: 15px;
}
.menu .menu-panel .menu-item.published-item .published {
  display: block;
}
.menu .menu-panel .menu-header {
  margin-top: 10px;
  padding: 0px 15px;
  border-bottom: 3px solid #9ec233;
}
.menu .menu-panel .menu-header .header-text {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  padding: 0px;
  line-height: 40px;
  height: 40px;
}
@media screen and (min-width: 640px) {
  .menu .menu-panel .menu-header .header-text {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .menu .menu-panel .menu-header .header-text {
    font-size: 24px;
    line-height: 24px;
  }
}
.menu .menu-panel .menu-header .icon {
  margin-right: 10px;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .menu .menu-panel {
    width: 310px;
  }
  .menu .menu-panel .close-menu {
    height: 40px;
  }
  .menu .menu-panel .close-menu-icon {
    line-height: 33px;
    height: 33px;
  }
  .menu .menu-panel .menu-item {
    margin: 0px 10px;
    padding: 0px 5px 0px 10px;
  }
  .menu .menu-panel .menu-item .icon {
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .menu .menu-panel .menu-item .item-text {
    line-height: 40px;
  }
  .menu .menu-panel .menu-item .item-text span {
    max-width: 200px;
  }
  .menu .menu-panel .menu-item .additional-info {
    line-height: 40px;
    height: 40px;
  }
  .menu .menu-panel .menu-item.selected {
    background-color: #588300;
    margin: 0px 5px;
    padding: 0px 10px 0px 15px;
  }
  .menu .menu-panel .menu-header {
    margin-top: 20px;
    border-bottom: 3px solid #9ec233;
    padding: 0px 20px;
  }
  .menu .menu-panel .menu-header .header-text {
    line-height: 50px;
    height: 50px;
  }
  .menu .menu-panel .menu-header .icon {
    font-size: 24px;
    margin-right: 10px;
    line-height: 50px;
    height: 50px;
  }
  .toolbox-content .menu .menu-panel .menu-item .item-text span {
    max-width: 240px;
  }
}
@media screen and (min-width: 960px) {
  .menu .menu-panel {
    width: 300px;
  }
  .menu .menu-panel .create-recipe {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .menu .open-menu {
    width: 60px;
    height: 60px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .menu .menu-panel {
    border-top-left-radius: 6px;
    padding: 0;
  }
  .menu .menu-panel .close-menu {
    height: 42px;
  }
  .menu .menu-panel .close-menu img {
    padding: 12px;
    width: 22px;
    cursor: pointer;
  }
  .menu.show-always-on-desktop .menu-panel {
    padding: 10px 0px 0 0;
    display: block;
  }
  .menu.show-always-on-desktop .menu-panel .close-menu {
    display: none;
  }
  .menu.show-always-on-desktop .open-menu {
    display: none;
  }
}
.menu.megabutton {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  visibility: hidden;
  display: block;
  height: 0;
}
.menu.megabutton.visible {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.menu.megabutton .menu-panel {
  border: 1px solid #d0d0d0;
  display: block;
  color: #333333;
  background: white;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0px 0px 25px #cccccc;
  -moz-box-shadow: 0px 0px 25px #cccccc;
  box-shadow: 0px 0px 25px #cccccc;
  padding-bottom: 1px;
  position: relative;
}
.menu.megabutton .menu-panel .menu-header {
  margin: 0;
  border-bottom: 3px solid #e5e5e5;
}
.menu.megabutton .menu-panel .menu-header .header-text {
  font-size: 13px;
  line-height: 13px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  padding: 0;
  line-height: 40px;
  height: 40px;
}
@media screen and (min-width: 640px) {
  .menu.megabutton .menu-panel .menu-header .header-text {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .menu.megabutton .menu-panel .menu-header .header-text {
    font-size: 18px;
    line-height: 18px;
  }
}
.menu.megabutton .menu-panel .menu-header .icon {
  line-height: 40px;
  height: 40px;
  margin-right: 5px;
}
.menu.megabutton .menu-panel .menu-item {
  border-top: 1px solid #e5e5e5;
}
.menu.megabutton .menu-panel .menu-item span {
  max-width: 205px;
}
.menu.megabutton .menu-panel .menu-item:first-child {
  border-top: 1px solid transparent;
}
.menu.megabutton .menu-panel .menu-item.selected,
.menu.megabutton .menu-panel .menu-item:hover {
  background-color: #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.menu.megabutton .menu-panel .menu-item .icon {
  margin-right: 5px;
}
.menu.megabutton .menu-panel .menu-item .item-text {
  font-size: 12px;
  line-height: 1.25em;
}
@media screen and (min-width: 640px) {
  .menu.megabutton .menu-panel .menu-item .item-text {
    font-size: 13px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  .menu.megabutton .menu-panel .menu-item .item-text {
    font-size: 15px;
    line-height: 1.25em;
  }
}
.menu.megabutton .menu-panel .selectElement {
  padding: 0 10px;
  margin-top: 5px;
}
.menu.megabutton .menu-panel label.select:after {
  top: 3px;
}
.menu.megabutton .menu-panel label.select select {
  width: 100%;
  font-size: 12px;
  line-height: 1.25em;
}
@media screen and (min-width: 640px) {
  .menu.megabutton .menu-panel label.select select {
    font-size: 13px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  .menu.megabutton .menu-panel label.select select {
    font-size: 15px;
    line-height: 1.25em;
  }
}
.menu.megabutton .menu-panel .menu-items:last-child {
  margin: 0;
}
.menu.megabutton .menu-panel .remove-recipe {
  border-top: 1px solid #e5e5e5;
}
.menu.megabutton .menu-panel .close {
  position: absolute;
  top: 3px;
  right: 5px;
  display: inline-block;
  font-family: 'valio_iconsregular';
  font-style: normal;
  font-size: 30px;
  vertical-align: top;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 1.25em;
  color: #c6c2c0;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.menu.megabutton .menu-panel .close:visited,
.menu.megabutton .menu-panel .close:hover {
  color: #c6c2c0;
}
.menu.megabutton .menu-panel .close.plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
@media screen and (min-width: 640px) {
  .menu.megabutton .menu-panel {
    width: 240px;
  }
  .menu.megabutton .menu-panel .menu-header .header-text {
    line-height: 50px;
    height: 50px;
  }
  .menu.megabutton .menu-panel .menu-header .icon {
    line-height: 50px;
    height: 50px;
  }
  .menu.megabutton .menu-panel .menu-item {
    padding: 0px 5px 0px 5px;
  }
  .menu.megabutton .menu-panel .menu-item.selected {
    padding: 0px 5px 0px 10px;
  }
  .menu.megabutton .menu-panel .menu-item .item-text span {
    max-width: 210px;
  }
}
@media screen and (min-width: 960px) {
  .menu.megabutton .menu-panel {
    width: 265px;
  }
  .menu.megabutton .menu-panel .menu-item .item-text span {
    max-width: 235px;
  }
}
.info-balloon-static {
  background: top left no-repeat url('/Content/images/responsive/common/icons/info.svg');
  width: 15px;
  height: 15px;
  -webkit-background-size: 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 640px) {
  .info-balloon-static {
    width: 18px;
    height: 18px;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    -o-background-size: 18px;
    background-size: 18px;
  }
}
.info-balloon-open {
  background: top left no-repeat url('/Content/images/responsive/common/icons/info.svg');
  width: 15px;
  height: 15px;
  -webkit-background-size: 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .info-balloon-open {
    width: 18px;
    height: 18px;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    -o-background-size: 18px;
    background-size: 18px;
  }
}
.info-balloon-static.gray,
.info-balloon-open.gray {
  background-image: url('/Content/images/responsive/common/icons/info-gray.svg');
}
.info-balloon {
  z-index: 800;
  position: absolute;
  display: none;
}
.info-balloon.open {
  display: block;
}
.info-balloon .close {
  position: absolute;
  top: 10px;
  right: 7px;
  display: inline-block;
  font-family: 'valio_iconsregular';
  font-style: normal;
  vertical-align: top;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 15px;
  color: #c6c2c0;
}
.info-balloon .balloon-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #cccccc;
  border-radius: 6px;
  background-color: white;
  padding: 20px;
  width: 300px;
}
.info-balloon .info-balloon-header {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
}
.info-balloon .info-balloon-list {
  font-size: 12px;
  line-height: 1.25em;
}
@media screen and (min-width: 640px) {
  .info-balloon .info-balloon-list {
    font-size: 13px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  .info-balloon .info-balloon-list {
    font-size: 15px;
    line-height: 1.25em;
  }
}
.info-balloon .info-balloon-list .item {
  display: block;
  margin-bottom: 10px;
}
.info-balloon .info-balloon-list .item:last-child {
  margin-bottom: 0;
}
.info-balloon .info-balloon-list .item-name {
  display: inline-block;
  width: 150px;
  vertical-align: top;
}
.info-balloon .info-balloon-list .item-value {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  margin-left: 10px;
  width: 90px;
}
.info-balloon .arrow,
.info-balloon .arrowOverlay {
  border-color: transparent;
  display: block;
  height: 0;
  left: 40px;
  top: 100%;
  position: absolute;
  width: 0;
}
.info-balloon .arrow {
  border: 16px solid #cccccc;
  border-color: transparent;
  border-top-color: #cccccc;
  margin-left: -2px;
}
.info-balloon .arrowOverlay {
  border: 14px solid white;
  border-color: transparent;
  z-index: 101;
  margin-top: -3px;
  border-top-color: white;
}
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-forever {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate-forever {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.loading-spinner {
  animation-duration: 0.9s;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-name: rotate-forever;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  -ms-animation-name: rotate-forever;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  width: 30px;
  height: 30px;
  border: 8px solid #4ec4f0;
  border-right-color: #eeeeee;
  border-left-color: #eeeeee;
  border-top-color: #eeeeee;
  border-radius: 50%;
  display: inline-block;
}
.loading-spinner.fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.upload-image-item .loading-spinner {
  position: absolute;
  top: 0;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: auto;
}
.graph {
  width: 100%;
  display: block;
}
.graph .graph-captions {
  display: inline-block;
  width: 29%;
}
.graph .graph-captions .graph-caption {
  height: 26px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 13px;
  margin-bottom: 7px;
}
.graph .graph-captions .graph-caption .caption-text {
  display: block;
}
.graph .graph-captions .graph-caption .caption-value {
  display: block;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.graph .graph-content {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 69%;
  zoom: 1;
  background-color: #eaf4ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 2px solid #bbd9ef;
  padding: 0 6px 6px 0;
}
.graph .graph-content:before,
.graph .graph-content:after {
  content: "";
  display: table;
}
.graph .graph-content:after {
  clear: both;
}
.graph .graph-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 26px;
  margin-bottom: 7px;
  display: block;
  position: relative;
  z-index: 200;
  padding-top: 12px;
}
.graph .graph-item .bar {
  -webkit-transition: width 1s ease-out;
  -moz-transition: width 1s ease-out;
  -ms-transition: width 1s ease-out;
  -o-transition: width 1s ease-out;
  height: 12px;
  width: 100%;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.graph .graph-item .bar.red {
  background-color: #f47295;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47295), to(#ee4e66));
  background: -webkit-linear-gradient(top, #f47295, #ee4e66);
  background: -moz-linear-gradient(top, #f47295, #ee4e66);
  background: -ms-linear-gradient(top, #f47295, #ee4e66);
  background: -o-linear-gradient(top, #f47295, #ee4e66);
}
.graph .graph-item .bar.green {
  background-color: #c1d137;
  background: -webkit-gradient(linear, left top, left bottom, from(#c1d137), to(#a4bb26));
  background: -webkit-linear-gradient(top, #c1d137, #a4bb26);
  background: -moz-linear-gradient(top, #c1d137, #a4bb26);
  background: -ms-linear-gradient(top, #c1d137, #a4bb26);
  background: -o-linear-gradient(top, #c1d137, #a4bb26);
}
.graph .graph-item .bar.violet {
  background-color: #b0aed9;
  background: -webkit-gradient(linear, left top, left bottom, from(#b0aed9), to(#8a88c6));
  background: -webkit-linear-gradient(top, #b0aed9, #8a88c6);
  background: -moz-linear-gradient(top, #b0aed9, #8a88c6);
  background: -ms-linear-gradient(top, #b0aed9, #8a88c6);
  background: -o-linear-gradient(top, #b0aed9, #8a88c6);
}
.graph .graph-item .bar.orange {
  background-color: #f9c93c;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9c93c), to(#f6af29));
  background: -webkit-linear-gradient(top, #f9c93c, #f6af29);
  background: -moz-linear-gradient(top, #f9c93c, #f6af29);
  background: -ms-linear-gradient(top, #f9c93c, #f6af29);
  background: -o-linear-gradient(top, #f9c93c, #f6af29);
}
.graph .graph-item .bar.dark-green {
  background-color: #9ec200;
  background: -webkit-gradient(linear, left top, left bottom, from(#9ec200), to(#70a500));
  background: -webkit-linear-gradient(top, #9ec200, #70a500);
  background: -moz-linear-gradient(top, #9ec200, #70a500);
  background: -ms-linear-gradient(top, #9ec200, #70a500);
  background: -o-linear-gradient(top, #9ec200, #70a500);
}
.graph .graph-item .bar.blue {
  background-color: #00bef2;
  background: -webkit-gradient(linear, left top, left bottom, from(#00bef2), to(#009fec));
  background: -webkit-linear-gradient(top, #00bef2, #009fec);
  background: -moz-linear-gradient(top, #00bef2, #009fec);
  background: -ms-linear-gradient(top, #00bef2, #009fec);
  background: -o-linear-gradient(top, #00bef2, #009fec);
}
.graph .graph-item .bar.dark-blue {
  background-color: #0080c1;
  background: -webkit-gradient(linear, left top, left bottom, from(#0080c1), to(#0058a3));
  background: -webkit-linear-gradient(top, #0080c1, #0058a3);
  background: -moz-linear-gradient(top, #0080c1, #0058a3);
  background: -ms-linear-gradient(top, #0080c1, #0058a3);
  background: -o-linear-gradient(top, #0080c1, #0058a3);
}
.graph .graph-limits {
  position: absolute;
  width: 20%;
  left: 20%;
  top: 0;
  bottom: 0;
  background: repeat url('/Content/images/responsive/modules/widgets/graph/limits-bg.png');
  border-left: 1px dashed #bbd9ef;
  border-right: 1px dashed #bbd9ef;
  z-index: 100;
}
.graph .graph-limits:before {
  content: ' ';
  position: absolute;
  bottom: -6px;
  left: -14px;
  border-top: 3px solid #bbd9ef;
  border-bottom: 3px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #bbd9ef;
}
.graph .graph-limits:after {
  content: ' ';
  position: absolute;
  bottom: -6px;
  right: -14px;
  border-top: 3px solid #bbd9ef;
  border-bottom: 3px solid transparent;
  border-left: 7px solid #bbd9ef;
  border-right: 7px solid transparent;
}
.graph .graph-limits-caption {
  white-space: nowrap;
  padding: 0;
  position: absolute;
  width: 60%;
  left: 0%;
  text-align: center;
  vertical-align: bottom;
  bottom: -20px;
  color: #999999;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 1.25em;
}
@media screen and (min-width: 480px) {
  .graph .graph-captions {
    width: 19%;
  }
  .graph .graph-content {
    width: 79%;
  }
}
@media screen and (min-width: 640px) {
  .graph .graph-captions {
    width: 39%;
  }
  .graph .graph-captions .graph-caption {
    margin-bottom: 0;
    line-height: 24px;
    height: 24px;
  }
  .graph .graph-captions .graph-caption .caption-text {
    display: inline-block;
  }
  .graph .graph-captions .graph-caption .caption-value {
    float: right;
  }
  .graph .graph-content {
    width: 59%;
    padding: 6px 6px 0 0;
  }
  .graph .graph-item {
    margin-top: 0;
    height: 12px;
    margin-bottom: 12px;
    padding-top: 0;
  }
}
.rangeslider-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 0px 20px;
  width: 100%;
  background-color: #f8f3f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid #d7d2cc;
}
.rangeslider-panel .rangeslider-caption {
  white-space: nowrap;
  text-transform: uppercase;
  display: block;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
}
.rangeslider-panel .rangeslider {
  display: block;
}
@media screen and (min-width: 640px) {
  .rangeslider-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px 0px 20px;
  }
  .rangeslider-panel .rangeslider-caption {
    width: 35%;
    margin-right: 3%;
    display: inline-block;
    margin-bottom: 0;
  }
  .rangeslider-panel .rangeslider {
    display: inline-block;
    width: 53%;
  }
  .rangeslider-panel .rangeslider .rangeslider-value {
    text-align: left;
    top: 0;
    right: -55px;
  }
}
.recipe-nutrition-graph {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.recipe-nutrition-graph .nutrition-info-summary {
  background: 10px 10px no-repeat url('/Content/images/responsive/pages/recipes/nutrition-info/plate.png');
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 85px;
  margin-bottom: 15px;
}
.recipe-nutrition-graph .graph-and-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.recipe-nutrition-graph .rangeslider-panel {
  margin-bottom: 20px;
}
.recipe-nutrition-graph .energy-per-portion {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.recipe-nutrition-graph .energy-per-portion .energy-amount {
  font-size: 33px;
  line-height: 1.25em;
  line-height: 0.8;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
}
.recipe-nutrition-graph .energy-per-portion .energy-unit {
  display: inline-block;
}
.recipe-nutrition-graph .daily-intake {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #dddddd;
  color: #999999;
}
.recipe-nutrition-graph .daily-intake p {
  padding: 0;
}
.recipe-nutrition-graph .daily-intake .intake-value {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.recipe-nutrition-graph .calorie-calculator-info {
  position: relative;
  margin-top: 35px;
  padding: 0 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 35px;
  height: 35px;
  background-color: #eaf4ff;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.recipe-nutrition-graph .calorie-calculator-info .arrow {
  left: 50px;
  top: -24px;
  border: 1px solid transparent;
  border-width: 12px;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  border-bottom-color: #eaf4ff;
}
.recipe-nutrition-graph .calorie-calculator-info .calorie-calculator-link {
  margin-left: 5px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.recipe-nutrition-graph .nutrition-graph-disclaimer {
  margin-top: 30px;
  color: #aaaaaa;
}
.recipe-nutrition-graph .nutrition-graph-disclaimer p {
  vertical-align: top;
  padding: 0;
  display: inline-block;
  line-height: 15px;
  height: 15px;
  margin-right: 5px;
}
@media screen and (min-width: 640px) {
  .recipe-nutrition-graph {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recipe-nutrition-graph .nutrition-info-summary {
    padding-left: 0px;
    padding-top: 80px;
    text-align: center;
    background: top center no-repeat url('/Content/images/responsive/pages/recipes/nutrition-info/plate.png');
    -webkit-background-size: auto 60px;
    -moz-background-size: auto 60px;
    -o-background-size: auto 60px;
    background-size: auto 60px;
  }
  .recipe-nutrition-graph .nutrition-info-summary {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-right: 10px;
    display: inline-block;
    width: 100px;
  }
  .recipe-nutrition-graph .graph-and-slider {
    width: 460px;
    display: inline-block;
  }
  .recipe-nutrition-graph .rangeslider-panel {
    margin-bottom: 20px;
  }
  .recipe-nutrition-graph .energy-per-portion .energy-amount {
    font-size: 44px;
    line-height: 1.25em;
    line-height: 0.8;
    display: block;
  }
  .recipe-nutrition-graph .energy-per-portion .energy-unit {
    display: block;
  }
  .recipe-nutrition-graph .daily-intake {
    padding-top: 20px;
    margin-top: 20px;
  }
  .recipe-nutrition-graph .calorie-calculator-info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 110px;
    width: 463px;
    margin-top: 25px;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
  }
  .recipe-nutrition-graph .nutrition-graph-disclaimer {
    margin-left: 110px;
    width: 463px;
    padding-left: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-nutrition-graph {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .recipe-nutrition-graph .nutrition-info-summary {
    margin-right: 20px;
    width: 125px;
  }
  .recipe-nutrition-graph .graph-and-slider {
    width: 540px;
  }
  .recipe-nutrition-graph .rangeslider-panel {
    margin-bottom: 20px;
  }
  .recipe-nutrition-graph .energy-per-portion {
    font-family: "omnes-pro", Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .recipe-nutrition-graph .daily-intake {
    padding-top: 20px;
    margin-top: 20px;
  }
  .recipe-nutrition-graph .calorie-calculator-info {
    margin-top: 20px;
  }
  .recipe-nutrition-graph .calorie-calculator-info {
    margin-left: 145px;
    width: 543px;
  }
  .recipe-nutrition-graph .nutrition-graph-disclaimer {
    margin-left: 145px;
    width: 543px;
    margin-top: 10px;
  }
  .recipe-nutrition-graph .nutrition-graph-disclaimer p {
    line-height: 18px;
    height: 18px;
  }
}
.hairline {
  border-bottom: 1px solid #bbd9ef !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}
@media screen and (min-width: 960px) {
  .hairline {
    margin-bottom: 30px !important;
    padding-bottom: 30px !important;
  }
}
.hairline-top {
  border-top: 1px solid #bbd9ef;
  margin-top: 20px !important;
  padding-top: 20px !important;
}
@media screen and (min-width: 960px) {
  .hairline-top {
    margin-top: 30px !important;
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .hairline.hairline-not-mobile,
  .hairline-top.hairline-not-mobile {
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .hairline.hairline-not-tablet,
  .hairline-top.hairline-not-tablet {
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .small-bottom-margin {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 960px) {
  .small-bottom-margin {
    margin-bottom: 30px !important;
  }
}
.collapsible-list .collapsible-list-header {
  padding: 0 10px 15px;
  border-bottom: 1px solid #dddddd;
}
.collapsible-list .group-selection {
  padding: 15px 10px;
}
.collapsible-list .group-selection .switch-button {
  margin-bottom: 5px;
}
.collapsible-list .collapsible-list-group {
  display: none;
}
.collapsible-list .collapsible-list-group.active {
  display: block;
}
.collapsible-list .collapsible-list-item {
  cursor: pointer;
}
.collapsible-list .collapsible-list-item.active .collapsible-list-item-header {
  color: #86b300;
}
.collapsible-list .collapsible-list-item.active .collapsible-list-item-header:after {
  background: no-repeat center url('/Content/images/responsive/common/arrows/arrow-right-dark-blue.svg');
  -webkit-background-size: auto 13px;
  -moz-background-size: auto 13px;
  -o-background-size: auto 13px;
  background-size: auto 13px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.collapsible-list .collapsible-list-item.active .collapsible-list-sub-group {
  display: block;
}
.collapsible-list .collapsible-list-item-header {
  color: #00aeef;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  position: relative;
}
.collapsible-list .collapsible-list-item-header:after {
  position: absolute;
  top: 15px;
  right: 10px;
  content: "";
  width: 7px;
  height: 13px;
  background: no-repeat center url('/Content/images/responsive/common/arrows/arrow-right-blue.svg');
  -webkit-background-size: auto 13px;
  -moz-background-size: auto 13px;
  -o-background-size: auto 13px;
  background-size: auto 13px;
}
.collapsible-list .collapsible-list-sub-group {
  display: none;
}
.collapsible-list a.collapsible-list-sub-item {
  color: #333333;
  display: block;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  border-top: 1px solid #bbd9ef;
  padding: 12px 10px;
}
.collapsible-list a.collapsible-list-sub-item:last-child {
  border-bottom: 1px solid #bbd9ef;
}
.collapsible-list .sub-item-arrow {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 5px;
}
@media screen and (min-width: 640px) {
  .collapsible-list .collapsible-list-header {
    padding: 0 10px 20px;
  }
  .collapsible-list .group-selection {
    padding: 20px 10px;
  }
}
.page-content > aside > div.collapsible-list,
.page-content > aside section .collapsible-list {
  padding-bottom: 20px;
}
#login-container-in-page {
  margin-top: 10px;
  padding: 15px;
}
#login-container-in-page .dialog-view {
  margin-left: auto;
  margin-right: auto;
}
#login-container-in-page h4 {
  padding-bottom: 25px;
}
#login-container .dialog-view,
#login-container-in-page .dialog-view {
  display: none;
  width: 100%;
}
#login-container .dialog-view .primary,
#login-container-in-page .dialog-view .primary {
  margin-right: 0;
}
#login-container .dialog-view p.disclaimer,
#login-container-in-page .dialog-view p.disclaimer {
  text-align: center;
  padding-top: 20px;
}
#login-container .dialog-view form,
#login-container-in-page .dialog-view form {
  padding-top: 0;
}
#login-container .dialog-view h4,
#login-container-in-page .dialog-view h4 {
  padding-top: 0;
}
#login-container .dialog-view .fbContainer,
#login-container-in-page .dialog-view .fbContainer {
  padding: 8px;
  border: 1px solid #bbd9ef;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
#login-container .fb-user-created .content,
#login-container-in-page .fb-user-created .content {
  padding-left: 33%;
  max-width: 80%;
  background: url(/Content/images/responsive/modules/registration/fb-login-success.png) no-repeat top left;
  background-size: 30% auto;
}
#login-container .fb-user-created img,
#login-container-in-page .fb-user-created img {
  float: left;
}
#login-container .fb-user-created hr,
#login-container-in-page .fb-user-created hr {
  background-color: #b8e7f9;
  border: 0;
  color: #b8e7f9;
  clear: both;
  height: 1px;
  margin: 15px 0;
}
#login-container .fb-user-created .cancel-terms,
#login-container-in-page .fb-user-created .cancel-terms {
  margin-left: 20px;
}
#login-container .fb-user-created__headline,
#login-container-in-page .fb-user-created__headline {
  background: url(/Content/images/responsive/modules/registration/registration_success.png) 0 0 no-repeat;
  background-size: 25px 25px;
  padding-left: 40px;
}
#login-container .registration-success,
#login-container-in-page .registration-success {
  width: 100%;
  height: 100%;
  display: block;
}
#login-container .registration-success > div,
#login-container-in-page .registration-success > div {
  width: 100%;
  height: 100%;
  display: block;
}
#login-container .registration-success img,
#login-container-in-page .registration-success img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#login-container .login-view,
#login-container-in-page .login-view {
  display: block;
}
#login-container .login-view form,
#login-container-in-page .login-view form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 0 29px 0;
  zoom: 1;
}
#login-container .login-view form:before,
#login-container-in-page .login-view form:before,
#login-container .login-view form:after,
#login-container-in-page .login-view form:after {
  content: "";
  display: table;
}
#login-container .login-view form:after,
#login-container-in-page .login-view form:after {
  clear: both;
}
#login-container .login-view form a.forget-password,
#login-container-in-page .login-view form a.forget-password {
  font-size: 15px;
  line-height: 1.25em;
  float: left;
  width: 50%;
}
#login-container .login-view form .remember-me,
#login-container-in-page .login-view form .remember-me {
  display: none;
}
#login-container .login-view form .primary,
#login-container-in-page .login-view form .primary {
  margin-top: 0;
  float: right;
}
#login-container .login-view .fb-login,
#login-container-in-page .login-view .fb-login {
  margin-bottom: 29px;
}
#login-container .login-view .fb-login .fbContainer,
#login-container-in-page .login-view .fb-login .fbContainer {
  margin-bottom: 10px;
}
#login-container .login-view .fb-login p,
#login-container-in-page .login-view .fb-login p {
  font-size: 15px;
  line-height: 1.25em;
  padding-bottom: 0;
}
#login-container .login-view .register-link-container,
#login-container-in-page .login-view .register-link-container {
  border-top: 1px solid #bbd9ef;
  clear: both;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1.25em;
  padding-bottom: 0;
}
#login-container .login-view .register-link-container span,
#login-container-in-page .login-view .register-link-container span {
  background: url(/Content/images/responsive/modules/registration/registration.png) 0 0 no-repeat;
  padding: 0 0 0 60px;
  min-height: 63px;
  display: inline-block;
}
#login-container .login-view .register-link-container .button,
#login-container-in-page .login-view .register-link-container .button {
  margin-top: 5px;
  display: block;
}
@media screen and (min-width: 1280px) {
  #login-container .login-view .register-link-container .button,
  #login-container-in-page .login-view .register-link-container .button {
    margin-left: 10px;
    display: inline-block;
  }
}
#login-container .create-valio-user,
#login-container-in-page .create-valio-user {
  width: auto;
}
#login-container .create-valio-user .input-with-icon p,
#login-container-in-page .create-valio-user .input-with-icon p {
  padding-bottom: 20px;
  padding-top: 0;
}
#login-container .create-valio-user .input-with-icon .disabled-input,
#login-container-in-page .create-valio-user .input-with-icon .disabled-input {
  line-height: normal;
}
#login-container .create-valio-user label,
#login-container-in-page .create-valio-user label {
  margin-bottom: 20px;
  display: inline-block;
}
#login-container .create-valio-user .suggested-username,
#login-container-in-page .create-valio-user .suggested-username {
  text-decoration: underline;
  cursor: pointer;
}
#login-container .divider,
#login-container-in-page .divider {
  position: relative;
  border-bottom: 1px solid #bbd9ef;
  padding-bottom: 20px;
}
#login-container .divider h5,
#login-container-in-page .divider h5 {
  position: absolute;
  bottom: -15px;
  right: 50%;
  width: 40px;
  margin-right: -20px;
  font-size: 18px;
  line-height: 1.25em;
  line-height: 30px;
  height: 30px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #bbd9ef;
  background: #eaf4ff;
  text-align: center;
  padding: 0 0 0 0;
}
#login-container .register-view form,
#login-container-in-page .register-view form {
  zoom: 1;
}
#login-container .register-view form:before,
#login-container-in-page .register-view form:before,
#login-container .register-view form:after,
#login-container-in-page .register-view form:after {
  content: "";
  display: table;
}
#login-container .register-view form:after,
#login-container-in-page .register-view form:after {
  clear: both;
}
#login-container .register-view form .email,
#login-container-in-page .register-view form .email {
  width: 100%;
}
#login-container .register-view form .primary,
#login-container-in-page .register-view form .primary {
  float: left;
}
#login-container .register-view .disclaimer,
#login-container-in-page .register-view .disclaimer {
  font-size: 15px;
  line-height: 1.25em;
  padding-bottom: 20px;
}
#login-container .customize-view form,
#login-container-in-page .customize-view form {
  max-width: 500px;
}
#login-container .customize-view form p,
#login-container-in-page .customize-view form p {
  padding-top: 0;
}
#login-container .customize-view form a.cancel,
#login-container-in-page .customize-view form a.cancel {
  zoom: 1;
}
#login-container .customize-view form a.cancel:before,
#login-container-in-page .customize-view form a.cancel:before,
#login-container .customize-view form a.cancel:after,
#login-container-in-page .customize-view form a.cancel:after {
  content: "";
  display: table;
}
#login-container .customize-view form a.cancel:after,
#login-container-in-page .customize-view form a.cancel:after {
  clear: both;
}
#login-container .customize-view form .diet-options,
#login-container-in-page .customize-view form .diet-options {
  zoom: 1;
}
#login-container .customize-view form .diet-options:before,
#login-container-in-page .customize-view form .diet-options:before,
#login-container .customize-view form .diet-options:after,
#login-container-in-page .customize-view form .diet-options:after {
  content: "";
  display: table;
}
#login-container .customize-view form .diet-options:after,
#login-container-in-page .customize-view form .diet-options:after {
  clear: both;
}
#login-container .customize-view form .diet-options .checkbox,
#login-container-in-page .customize-view form .diet-options .checkbox {
  float: left;
  width: 50%;
}
#login-container .customize-view form .diet-options label,
#login-container-in-page .customize-view form .diet-options label {
  padding-bottom: 0;
  margin-right: 0;
}
#login-container .customize-view form label,
#login-container-in-page .customize-view form label {
  padding-bottom: 10px;
  margin-right: 10px;
}
#login-container .customize-view h5,
#login-container-in-page .customize-view h5 {
  text-transform: uppercase;
  padding-bottom: 10px;
}
#login-container .customize-view .household-size label,
#login-container-in-page .customize-view .household-size label {
  width: 120px;
  margin: 15px 5px 0 5px;
  padding-bottom: 0px;
}
#login-container .customize-view .household-size select,
#login-container-in-page .customize-view .household-size select {
  width: 100%;
  font-size: 13px;
  line-height: 1.25em;
}
#login-container .customize-view .household-contains-children,
#login-container-in-page .customize-view .household-contains-children {
  margin-top: 20px;
}
#login-container .missing-email-view form,
#login-container-in-page .missing-email-view form {
  max-width: 500px;
  padding-bottom: 0;
}
#login-container .missing-email-view form p,
#login-container-in-page .missing-email-view form p {
  padding-top: 0;
}
#login-container .thanks-view,
#login-container-in-page .thanks-view {
  width: auto;
  padding-left: 100px;
  background: url(/Content/images/responsive/modules/widgets/comments/icon_thanks.png) no-repeat;
}
#login-container .thanks-view p,
#login-container-in-page .thanks-view p {
  padding-top: 0;
}
#login-container .dialog-loading .dialog-loading-overlay,
#login-container-in-page .dialog-loading .dialog-loading-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #eaf4ff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
}
#login-container .dialog-loading .dialog-loading-spinner,
#login-container-in-page .dialog-loading .dialog-loading-spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#login-container .dialog-loading .dialog-loading-spinner .loading-spinner,
#login-container-in-page .dialog-loading .dialog-loading-spinner .loading-spinner {
  margin: auto auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#login-container .dialog-loading.hided,
#login-container-in-page .dialog-loading.hided {
  display: none;
}
@media screen and (min-width: 640px) {
  #valioDialog .dialogContainer #login-container {
    width: auto;
    padding-bottom: 30px;
  }
  #valioDialog .dialog-view .input-with-icon .input-icon {
    height: 38px;
    width: 38px;
  }
  #valioDialog .dialog-view .input-with-icon input {
    height: 38px;
    padding-left: 46px;
  }
  #login-container .input-with-icon .input-icon,
  #login-container-in-page .input-with-icon .input-icon {
    height: 38px;
  }
  #login-container .input-with-icon input,
  #login-container-in-page .input-with-icon input {
    height: 38px;
  }
  #login-container .dialog-view,
  #login-container-in-page .dialog-view {
    width: 100%;
  }
  #login-container .login-view,
  #login-container-in-page .login-view {
    width: 360px;
  }
  #login-container .login-view form,
  #login-container-in-page .login-view form {
    padding: 0 0 50px 0;
  }
  #login-container .login-view form .remember-me,
  #login-container-in-page .login-view form .remember-me {
    display: block;
  }
  #login-container .login-view form .forget-password,
  #login-container-in-page .login-view form .forget-password {
    padding-top: 7px;
  }
  #login-container .register-view,
  #login-container-in-page .register-view {
    width: 572px;
  }
  #login-container .register-view form .primary,
  #login-container-in-page .register-view form .primary {
    margin-top: 0;
  }
  #login-container .register-view form .email,
  #login-container-in-page .register-view form .email {
    width: 362px;
    margin-right: 10px;
    float: left;
  }
  #login-container .create-valio-user,
  #login-container-in-page .create-valio-user {
    width: 780px;
  }
  #login-container .create-valio-user .user,
  #login-container-in-page .create-valio-user .user {
    margin-bottom: 20px;
  }
  #login-container .create-valio-user .input-with-icon,
  #login-container-in-page .create-valio-user .input-with-icon {
    width: 50%;
  }
  #login-container .create-valio-user .input-with-icon.user,
  #login-container-in-page .create-valio-user .input-with-icon.user,
  #login-container .create-valio-user .input-with-icon.key,
  #login-container-in-page .create-valio-user .input-with-icon.key {
    width: 100%;
    zoom: 1;
  }
  #login-container .create-valio-user .input-with-icon.user:before,
  #login-container-in-page .create-valio-user .input-with-icon.user:before,
  #login-container .create-valio-user .input-with-icon.key:before,
  #login-container-in-page .create-valio-user .input-with-icon.key:before,
  #login-container .create-valio-user .input-with-icon.user:after,
  #login-container-in-page .create-valio-user .input-with-icon.user:after,
  #login-container .create-valio-user .input-with-icon.key:after,
  #login-container-in-page .create-valio-user .input-with-icon.key:after {
    content: "";
    display: table;
  }
  #login-container .create-valio-user .input-with-icon.user:after,
  #login-container-in-page .create-valio-user .input-with-icon.user:after,
  #login-container .create-valio-user .input-with-icon.key:after,
  #login-container-in-page .create-valio-user .input-with-icon.key:after {
    clear: both;
  }
  #login-container .create-valio-user .input-with-icon.user > .input-wrapper,
  #login-container-in-page .create-valio-user .input-with-icon.user > .input-wrapper,
  #login-container .create-valio-user .input-with-icon.key > .input-wrapper,
  #login-container-in-page .create-valio-user .input-with-icon.key > .input-wrapper {
    width: 50%;
    float: left;
    margin-right: 20px;
  }
  #login-container .create-valio-user .input-with-icon.user > p,
  #login-container-in-page .create-valio-user .input-with-icon.user > p,
  #login-container .create-valio-user .input-with-icon.key > p,
  #login-container-in-page .create-valio-user .input-with-icon.key > p {
    width: 47%;
    float: left;
    padding: 0;
  }
  #login-container .create-valio-user label.subscription,
  #login-container-in-page .create-valio-user label.subscription {
    display: block;
  }
  #login-container .create-valio-user label.subscription.legal,
  #login-container-in-page .create-valio-user label.subscription.legal {
    margin-bottom: 20px;
  }
  #login-container .create-valio-user .key,
  #login-container-in-page .create-valio-user .key {
    clear: both;
  }
  #login-container .create-valio-user .key.password-again,
  #login-container-in-page .create-valio-user .key.password-again {
    width: 50%;
    margin-bottom: 20px;
  }
  #login-container .create-valio-user .primary,
  #login-container-in-page .create-valio-user .primary {
    float: none;
  }
  #login-container .change-password-view,
  #login-container-in-page .change-password-view {
    width: 460px;
  }
  #login-container .change-password-view .input-with-icon.key,
  #login-container-in-page .change-password-view .input-with-icon.key {
    width: 100%;
    zoom: 1;
  }
  #login-container .change-password-view .input-with-icon.key:before,
  #login-container-in-page .change-password-view .input-with-icon.key:before,
  #login-container .change-password-view .input-with-icon.key:after,
  #login-container-in-page .change-password-view .input-with-icon.key:after {
    content: "";
    display: table;
  }
  #login-container .change-password-view .input-with-icon.key:after,
  #login-container-in-page .change-password-view .input-with-icon.key:after {
    clear: both;
  }
  #login-container .change-password-view .input-with-icon.key > .input-wrapper,
  #login-container-in-page .change-password-view .input-with-icon.key > .input-wrapper {
    width: 362px;
  }
  #login-container .change-password-ok-view,
  #login-container-in-page .change-password-ok-view {
    width: 660px;
  }
  #login-container .thanks-view,
  #login-container-in-page .thanks-view {
    width: 300px;
  }
  #login-container .registration-success,
  #login-container-in-page .registration-success {
    width: 300px;
    height: 230px;
  }
}
@media screen and (min-width: 800px) {
  #valioDialog .customize-view,
  #valioDialog .fb-user-created,
  #valioDialog .missing-email-view {
    width: 700px;
  }
  #valioDialog .customize-view .email,
  #valioDialog .fb-user-created .email,
  #valioDialog .missing-email-view .email {
    width: 362px;
  }
  #login-container .login-view form a.forget-password,
  #login-container-in-page .login-view form a.forget-password {
    width: 45%;
  }
}
@media screen and (min-width: 1280px) {
  #valioDialog #login-container .dialog-view .input-with-icon .input-icon {
    height: 42px;
    width: 42px;
  }
  #valioDialog #login-container .dialog-view .input-with-icon input {
    height: 42px;
    padding-left: 50px;
  }
  #valioDialog #login-container .login-view {
    width: 660px;
    display: block;
  }
  #valioDialog #login-container .login-view form {
    float: left;
    width: 60%;
    padding-right: 5%;
  }
  #valioDialog #login-container .login-view form .remember-me {
    display: block;
    margin-left: 10px;
  }
  #valioDialog #login-container .login-view .divider {
    border-bottom: none;
    border-right: 1px solid #bbd9ef;
    padding-bottom: 7px;
  }
  #valioDialog #login-container .login-view .divider h5 {
    position: absolute;
    top: 50%;
    bottom: auto;
    right: -25px;
    margin-top: -15px;
    margin-right: 0;
    width: 50px;
  }
  #valioDialog #login-container .login-view .fb-login {
    float: right;
    width: 35%;
  }
}
@media screen and (max-width: 640px) {
  .registration-success > div {
    padding-top: 50%;
  }
  #valioDialog .dialogContainer {
    right: 0;
  }
  #login-container .fb-user-created .content {
    background: none;
    padding-left: 10%;
  }
  #login-container.empty-page-dialog .divider h5 {
    background: white;
  }
}
body.valioDialogOpen {
  overflow: hidden;
}
.dialog-content {
  display: none;
}
#valioDialog .dialog-content {
  display: block;
}
#valioDialog {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background: transparent url(/Content/images/responsive/modules/widgets/dialog/overlay.png) top left;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#valioDialog .dialogContainer {
  position: absolute;
  height: auto;
  width: auto;
  z-index: 1000;
}
#valioDialog .dialogContainer > .dialogClose {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 16px;
  right: 16px;
}
#valioDialog .dialogContainer > .dialogClose svg {
  width: 100%;
  height: 100%;
}
#valioDialog .dialogContainer > .dialogClose svg .stroker {
  stroke: #999999;
  fill-rule: evenodd;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  clip-rule: evenodd;
  stroke-width: 25;
  fill: none;
}
#valioDialog .dialogContainer #dialogReportComment .loader,
#valioDialog .dialogContainer #dialogReportComment .reportCommentConfirmView,
#valioDialog .dialogContainer #dialogReportComment .reportCommentFormView,
#valioDialog .dialogContainer #dialogReportComment .reportCommentBtns {
  display: none;
}
#valioDialog .dialogContainer .defaultDialog {
  margin: 0 1%;
  width: 98%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eaf4ff;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 3px 4px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 3px 4px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 3px 4px 25px rgba(0, 0, 0, 0.15);
  zoom: 1;
}
@media screen and (min-width: 640px) {
  #valioDialog .dialogContainer .defaultDialog {
    padding: 50px;
    margin: 0;
    width: 500px;
  }
}
#valioDialog .dialogContainer .defaultDialog:before,
#valioDialog .dialogContainer .defaultDialog:after {
  content: "";
  display: table;
}
#valioDialog .dialogContainer .defaultDialog:after {
  clear: both;
}
#valioDialog .dialogContainer .defaultDialog .note-btn,
#valioDialog .dialogContainer .defaultDialog .gray-btn {
  margin-top: 10px;
}
#valioDialog .dialogContainer .defaultDialog h3,
#valioDialog .dialogContainer .defaultDialog h4 {
  padding-bottom: 25px;
}
#valioDialog.can-not-close .dialogContainer > .dialogClose {
  display: none;
}
@media screen and (max-width: 640px) {
  #valioDialog.wrap-empty-page-dialog {
    top: 37px !important;
    z-index: 800;
  }
  #valioDialog.wrap-empty-page-dialog .dialogContainer {
    left: 0 !important;
    top: 0 !important;
  }
  #valioDialog.wrap-empty-page-dialog .dialogContainer .dialogContent {
    height: 100%;
  }
  #valioDialog.wrap-empty-page-dialog .dialogContainer .dialogContent .empty-page-dialog {
    background: white;
    margin: 0 0 0 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 100%;
  }
}
.page-content .frame {
  zoom: 1;
  border: solid 1px #bbd9ef;
  -webkit-box-shadow: 0px 0px 0px 10px #eaf4ff;
  -moz-box-shadow: 0px 0px 0px 10px #eaf4ff;
  box-shadow: 0px 0px 0px 10px #eaf4ff;
  border-radius: 3px;
  padding: 8px 18px;
  margin: 30px 10px 48px 20px;
}
.page-content .frame:before,
.page-content .frame:after {
  content: "";
  display: table;
}
.page-content .frame:after {
  clear: both;
}
.page-content .frame h2 {
  font-size: 18px;
  line-height: 18px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  .page-content .frame h2 {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .frame h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 640px) {
  .page-content .frame {
    padding: 14px 24px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .frame {
    padding: 15px 35px;
  }
}
.cookie-bar {
  position: fixed;
  bottom: 0;
  opacity: 0.8;
  background: black;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 700;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.25em;
  /* Workaround for long content, especially valio.com cookie-message. Not the most solid approach, string length vs. dimensions is a tricky one */

}
.cookie-bar p {
  margin-top: 0;
  padding: 0;
  color: white;
  text-align: center;
}
.cookie-bar .remove-bar {
  position: absolute;
  top: 3px;
  right: 5px;
  display: inline-block;
  font-family: 'valio_iconsregular';
  font-style: normal;
  font-size: 30px;
  vertical-align: top;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 1.25em;
  color: #c6c2c0;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
  color: white;
}
.cookie-bar .remove-bar:visited,
.cookie-bar .remove-bar:hover {
  color: #c6c2c0;
}
.cookie-bar .remove-bar.plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.cookie-bar .remove-bar:visited {
  color: white;
}
.cookie-bar .wrapper {
  margin: 0 auto;
  position: relative;
  padding: 5px 30px 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .cookie-bar {
    font-size: 16px;
    line-height: 1.25em;
  }
  .cookie-bar .wrapper {
    max-width: 620px;
  }
}
@media screen and (min-width: 960px) {
  .cookie-bar .wrapper {
    max-width: 940px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
  }
  .cookie-bar .wrapper p {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .cookie-bar {
    font-size: 18px;
    line-height: 1.25em;
  }
  .cookie-bar .wrapper {
    max-width: 1260px;
  }
  .cookie-bar .wrapper p {
    text-align: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .cookie-bar .wrapper.large-content {
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.25em;
  }
  .cookie-bar .wrapper.large-content p {
    text-align: center;
  }
}
#atlwdg-trigger {
  z-index: 1000;
}
#adminToolbar {
  background-color: #003366;
  -webkit-transform: translateZ(0);
  min-height: 35px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 500;
  clear: both;
}
#adminToolbar ul {
  padding: 0 0 0 50px;
  overflow: hidden;
  margin: 0;
}
#adminToolbar ul li {
  padding: 5px;
  list-style: none;
  margin-left: 10px;
  font-size: large;
  float: left;
  display: inline-block;
}
#adminToolbar ul li a {
  display: inline-block;
  height: 23px;
  padding: 0 0 0 3px;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-shadow: 1px 1px 0 white;
  background: url(/Content/images/modules/buttons/minibutton_matrix.png) 0 0 no-repeat;
  white-space: nowrap;
  border: none;
  overflow: visible;
  cursor: pointer;
  text-decoration: none;
}
#adminToolbar ul li a span {
  display: block;
  height: 23px;
  padding: 0 10px 0 8px;
  line-height: 23px;
  background: url(/Content/images/modules/buttons/minibutton_matrix.png) 100% 0 no-repeat;
}
#adminToolbar ul li a:hover,
#adminToolbar ul li a:focus {
  color: white;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  background-position: 0 -30px;
}
#adminToolbar ul li a:hover span,
#adminToolbar ul li a:focus span {
  background-position: 100% -30px;
}
#adminToolbar ul li a.mousedown {
  background-position: 0 -60px;
}
#adminToolbar ul li a.mousedown > span {
  background-position: 100% -60px;
}
#adminToolbar ul label {
  color: white;
}
.normal-grid-width,
.flex-grid-width .content-block-highlight,
.flex-grid-width .paralleller-inner,
.flex-grid-width .column,
.flex-grid-width .article-highlight,
.flex-grid-width .company-wayfinder {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
}
.normal-grid-width:before,
.flex-grid-width .content-block-highlight:before,
.flex-grid-width .paralleller-inner:before,
.flex-grid-width .column:before,
.flex-grid-width .article-highlight:before,
.flex-grid-width .company-wayfinder:before,
.normal-grid-width:after,
.flex-grid-width .content-block-highlight:after,
.flex-grid-width .paralleller-inner:after,
.flex-grid-width .column:after,
.flex-grid-width .article-highlight:after,
.flex-grid-width .company-wayfinder:after {
  content: "";
  display: table;
}
.normal-grid-width:after,
.flex-grid-width .content-block-highlight:after,
.flex-grid-width .paralleller-inner:after,
.flex-grid-width .column:after,
.flex-grid-width .article-highlight:after,
.flex-grid-width .company-wayfinder:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .normal-grid-width,
  .flex-grid-width .content-block-highlight,
  .flex-grid-width .paralleller-inner,
  .flex-grid-width .column,
  .flex-grid-width .article-highlight,
  .flex-grid-width .company-wayfinder {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 960px) {
  .normal-grid-width,
  .flex-grid-width .content-block-highlight,
  .flex-grid-width .paralleller-inner,
  .flex-grid-width .column,
  .flex-grid-width .article-highlight,
  .flex-grid-width .company-wayfinder {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 1280px) {
  .normal-grid-width,
  .flex-grid-width .content-block-highlight,
  .flex-grid-width .paralleller-inner,
  .flex-grid-width .column,
  .flex-grid-width .article-highlight,
  .flex-grid-width .company-wayfinder {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
.normal-grid-width h1.page-heading {
  font-size: 28px;
  line-height: 28px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  color: #333333;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .normal-grid-width h1.page-heading {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1280px) {
  .normal-grid-width h1.page-heading {
    font-size: 40px;
    line-height: 40px;
  }
}
.flex-grid-width .paralleller {
  background-color: #eaf4ff;
}
.flex-grid-width .paralleller.transparent {
  background-color: transparent;
  padding: 0;
}
.flex-grid-width .paralleller.transparent .paralleller__item:last-child {
  border: 0;
}
@media screen and (min-width: 960px) {
  .flex-grid-width .content-block-highlight--no-image {
    padding-left: 160px;
    padding-right: 160px;
  }
}
.company-wayfinder-main {
  padding-top: 10px;
  zoom: 1;
  margin-bottom: 20px;
}
.company-wayfinder-main:before,
.company-wayfinder-main:after {
  content: "";
  display: table;
}
.company-wayfinder-main:after {
  clear: both;
}
.company-wayfinder-main h2 {
  padding: 0;
  margin-bottom: 10px;
  margin-left: 20px;
}
.company-wayfinder-main h2 a,
.company-wayfinder-main h2 a:hover,
.company-wayfinder-main h2 a:visited {
  color: #333333;
}
@media screen and (min-width: 640px) {
  .company-wayfinder-main {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .company-wayfinder-main h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .company-wayfinder-main {
    width: 100%;
  }
  .company-wayfinder-main h2 {
    margin-left: 40px;
  }
}
.company-wayfinder-main.company-wayfinder-main--professional-main {
  padding-top: 20px;
}
@media screen and (min-width: 960px) {
  .company-wayfinder-main.company-wayfinder-main--professional-main {
    padding-top: 40px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
}
.company-wayfinder-main__first {
  background: #eaf4ff;
  padding: 20px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .company-wayfinder-main__first.company-wayfinder-main__first--professional-main {
    height: 182px;
  }
}
.company-wayfinder-main__first .col-wrapper {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .company-wayfinder-main__first {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 50%;
    float: left;
    height: 220px;
    border-right: 2px solid white;
    padding: 20px 40px;
  }
}
.company-wayfinder-main__first .info-balloon-open {
  position: absolute;
  bottom: 2px;
  right: -25px;
}
.company-wayfinder-main__item {
  background: #eaf4ff;
  padding: 20px;
  margin-bottom: 2px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.company-wayfinder-main__item--first {
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.company-wayfinder-main__item--last {
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: table;
  height: 100px;
  width: 100%;
}
.company-wayfinder-main__item--last .company-wayfinder-main__item__image {
  width: auto;
  top: 0px;
  bottom: 0;
  left: 20px;
  margin: auto;
  position: absolute;
  width: 60px;
}
.company-wayfinder-main__item--last h4 {
  text-align: left;
  display: table-cell;
  letter-spacing: normal;
  padding: 0 0 0 90px;
  vertical-align: middle;
}
.company-wayfinder-main__item__image {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.company-wayfinder-main__item h3 {
  padding: 0;
}
@media screen and (min-width: 640px) {
  .company-wayfinder-main__item {
    border-right: 2px solid white;
    width: 50%;
    float: left;
    height: 168px;
  }
  .company-wayfinder-main__item--first {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  .company-wayfinder-main__item--second {
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .company-wayfinder-main__item--third {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .company-wayfinder-main__item--last {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .company-wayfinder-main__item--last .company-wayfinder-main__item__image {
    width: auto;
    height: auto;
    top: auto;
    bottom: auto;
    left: auto;
    margin: auto;
    position: relative;
    width: 80px;
    margin-bottom: 20px;
  }
  .company-wayfinder-main__item--last h4 {
    text-align: center;
    padding: 0;
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .company-wayfinder-main__item {
    width: 25%;
    height: 220px;
    padding: 20px 30px;
  }
  .company-wayfinder-main__item--first {
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .company-wayfinder-main__item--second {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .company-wayfinder-main__item--third {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .company-wayfinder-main__item--last {
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .company-wayfinder-main__item--last .company-wayfinder-main__item__image {
    width: 90px;
  }
  .company-wayfinder-main__item h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .company-wayfinder-main__item {
    height: 190px;
  }
}
.company-wayfinder-main__second {
  background: #eaf4ff;
  padding: 20px;
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .company-wayfinder-main__second {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-right: 2px solid white;
    width: 50%;
    float: left;
    height: 168px;
  }
}
@media screen and (min-width: 960px) {
  .company-wayfinder-main__second {
    width: 25%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 220px;
    padding: 20px 40px;
  }
}
@media screen and (min-width: 640px) {
  .company-wayfinder-main__last.company-wayfinder-main__last--professional-main {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .company-wayfinder-main__last.company-wayfinder-main__last--professional-main {
    width: 50%;
  }
}
.company-wayfinder-main__last.company-wayfinder-main__last--professional-main .content {
  padding: 12px 10px 7px 6px;
  width: 70%;
}
@media screen and (min-width: 960px) {
  .company-wayfinder-main__last.company-wayfinder-main__last--professional-main .company-wayfinder-main__last__item {
    height: 90px;
  }
}
@media screen and (min-width: 640px) {
  .company-wayfinder-main__last {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 960px) {
  .company-wayfinder-main__last {
    width: 25%;
    height: 220px;
  }
}
.company-wayfinder-main__last__item {
  background: #eaf4ff;
  display: block;
  width: 100%;
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 18px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  padding: 7px 20px 8px 20px;
}
@media screen and (min-width: 640px) {
  .company-wayfinder-main__last__item {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .company-wayfinder-main__last__item {
    font-size: 24px;
    line-height: 24px;
  }
}
.company-wayfinder-main__last__item:last-child {
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.company-wayfinder-main__last__item:hover {
  background: #e0efff;
}
@media screen and (min-width: 640px) {
  .company-wayfinder-main__last__item {
    padding: 9px 20px 10px 20px;
  }
  .company-wayfinder-main__last__item:last-child {
    padding: 10px 20px 11px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media screen and (min-width: 960px) {
  .company-wayfinder-main__last__item {
    padding: 16px 20px;
  }
  .company-wayfinder-main__last__item:last-child {
    padding: 17px 20px;
  }
  .company-wayfinder-main__last__item:first-child {
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media screen and (min-width: 1280px) {
  .company-wayfinder-main__last__item {
    padding: 14px 20px;
  }
  .company-wayfinder-main__last__item:last-child {
    padding: 17px 20px;
  }
}
.company-wayfinder-main__phone-and-number {
  zoom: 1;
}
.company-wayfinder-main__phone-and-number:before,
.company-wayfinder-main__phone-and-number:after {
  content: "";
  display: table;
}
.company-wayfinder-main__phone-and-number:after {
  clear: both;
}
.company-wayfinder-main__phone-and-number img {
  float: left;
  max-height: 30px;
  max-width: 30px;
  padding: 5px 0 10px 0;
  margin-right: 10px;
}
.company-wayfinder-main__phone-and-number .content {
  float: left;
}
.company-wayfinder-main__phone-and-number span {
  display: block;
}
.company-wayfinder-main__phone-and-number .phone-nr {
  font-size: 21px;
  line-height: 21px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .company-wayfinder-main__phone-and-number .phone-nr {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .company-wayfinder-main__phone-and-number .phone-nr {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (min-width: 640px) {
  .company-wayfinder-main__phone-and-number img {
    max-height: 38px;
    max-width: 38px;
  }
}
@media screen and (min-width: 1280px) {
  .company-wayfinder-main__break-word {
    white-space: nowrap;
  }
}
.main-action-button {
  float: left;
  margin-right: 10px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 640px) {
  .main-action-button {
    float: none;
    display: block;
  }
}
.company-wayfinder {
  background: #f8f3f0;
  padding: 10px;
  zoom: 1;
  margin: 20px 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.company-wayfinder:before,
.company-wayfinder:after {
  content: "";
  display: table;
}
.company-wayfinder:after {
  clear: both;
}
.company-wayfinder--no-margin-top {
  margin-top: 0;
}
.company-wayfinder--no-margin-bottom {
  margin-bottom: 0;
}
.company-wayfinder--blue {
  background: #eaf4ff;
}
.company-wayfinder--blue .company-wayfinder__item {
  border-color: #bbd9ef;
}
.company-wayfinder--with-ingress .company-wayfinder__item img {
  display: table-cell;
}
.company-wayfinder--with-ingress .company-wayfinder__item .text-content {
  display: table-cell;
  padding-top: 20px;
}
.company-wayfinder--with-ingress .company-wayfinder__item .text-content h4 {
  display: block;
}
.company-wayfinder--with-ingress .company-wayfinder__item .text-content p {
  display: block;
  max-width: 60%;
  color: #333333;
}
.company-wayfinder__inner a,
.company-wayfinder__inner a:hover,
.company-wayfinder__inner a:visited {
  color: #333333;
}
@media screen and (min-width: 640px) {
  .company-wayfinder__inner {
    display: flex;
  }
}
@media screen and (min-width: 640px) {
  .company-wayfinder {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    padding: 20px 0;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .company-wayfinder--no-margin-top {
    margin-top: 0;
  }
  .company-wayfinder--no-margin-bottom {
    margin-bottom: 0;
  }
  .company-wayfinder--with-ingress .company-wayfinder__item,
  .company-wayfinder--with-ingress .company-wayfinder__item img {
    display: block;
  }
  .company-wayfinder--with-ingress .company-wayfinder__item .text-content {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
  }
  .company-wayfinder--with-ingress .company-wayfinder__item img,
  .company-wayfinder--with-ingress .company-wayfinder__item h4 {
    padding: 10px 0;
  }
  .company-wayfinder--with-ingress .company-wayfinder__item p {
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .company-wayfinder {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .company-wayfinder {
    width: 1280px;
  }
}
.company-wayfinder__item {
  padding: 0;
  margin-bottom: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100px;
  display: table;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}
.company-wayfinder__item--last {
  border-bottom: 0;
}
.company-wayfinder__item--one-fifth,
.company-wayfinder__item--one-third {
  padding: 10px 0;
}
.company-wayfinder__item__image,
.company-wayfinder__item .company-circle {
  margin: 0 auto;
  display: block;
  float: left;
  height: 60px;
  width: 60px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  margin-bottom: 20px;
  position: absolute;
  max-width: 400px;
}
.company-wayfinder__item h4,
.company-wayfinder__item h5,
.company-wayfinder__item p {
  text-align: left;
  display: table-cell;
  letter-spacing: normal;
  padding: 0 0 0 110px;
  vertical-align: middle;
}
@media screen and (min-width: 640px) {
  .company-wayfinder__item {
    border: 0;
    border-right: 1px solid #dddddd;
    width: 25%;
    float: left;
    height: auto;
    padding: 0 10px;
  }
  .company-wayfinder__item--last {
    border-right: 0;
  }
  .company-wayfinder__item--one-third {
    width: 33.33%;
    padding: 10px 20px 0;
    float: left;
    display: block;
    flex: 1;
  }
  .company-wayfinder__item--one-fifth {
    width: 20%;
    padding: 10px 20px 0;
    float: left;
    display: block;
  }
  .company-wayfinder__item__image,
  .company-wayfinder__item .company-circle {
    float: none;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 80px;
    min-height: 80px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .company-wayfinder__item h4,
  .company-wayfinder__item h5,
  .company-wayfinder__item p {
    padding: 0;
    text-align: center;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .company-wayfinder__item h4 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 960px) {
  .company-wayfinder__item {
    width: 25%;
    padding: 10px;
  }
  .company-wayfinder__item--one-fifth {
    width: 20%;
  }
  .company-wayfinder__item--one-third {
    width: 33.33%;
  }
  .company-wayfinder__item .company-circle {
    width: 120px;
    height: 120px;
  }
  .company-wayfinder__item__image {
    width: 100px;
    height: 100px;
  }
}
.company-wayfinder__footer-link {
  display: block;
  margin-top: 10px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .company-wayfinder__footer-link {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .company-wayfinder__footer-link {
    margin-left: 20px;
  }
}
.company-circle {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f8f3f0;
  box-shadow: inset 0px 0 0 3px #404041, inset 0 0 0 6px #6ecff6;
  text-align: center;
  position: relative;
  display: table;
  margin: 0;
}
.company-circle span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  width: 60px;
  font-size: 21px;
  line-height: 21px;
}
@media screen and (min-width: 640px) {
  .company-circle {
    margin: 0 auto;
    height: 80px;
    width: 80px;
  }
  .company-circle span {
    font-size: 28px;
    line-height: 28px;
    height: 80px;
    width: 80px;
  }
}
@media screen and (min-width: 960px) {
  .company-circle {
    margin: 0 auto;
    height: 120px;
    width: 120px;
  }
  .company-circle span {
    font-size: 44px;
    line-height: 44px;
    height: 120px;
    width: 120px;
  }
}
.home-four-item-lift-item {
  border-bottom: 1px solid #bbd9ef;
  position: relative;
  height: 100px;
  display: table;
  width: 100%;
  padding: 0;
}
.home-four-item-lift-item h3,
.home-four-item-lift-item h4 {
  text-align: left;
  display: table-cell;
  letter-spacing: normal;
  padding: 0 0 0 140px;
  vertical-align: middle;
}
.home-four-item-lift-item img {
  width: auto;
  height: 80px;
  top: 0px;
  bottom: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  max-width: 400px;
}
.home-four-item-lift-item:last-child {
  border: 0;
}
@media screen and (min-width: 640px) {
  .home-four-item-lift-item {
    border: 0;
    width: 25%;
    float: left;
    height: auto;
  }
  .home-four-item-lift-item img {
    float: none;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .home-four-item-lift-item h3,
  .home-four-item-lift-item h4 {
    display: block;
    vertical-align: top;
    text-align: center;
    padding: 0;
    margin-top: 13px;
  }
  .home-four-item-lift-item h3.two-line-tab,
  .home-four-item-lift-item h4.two-line-tab {
    margin-top: 0px;
  }
}
@media screen and (min-width: 960px) {
  .home-four-item-lift-item h3,
  .home-four-item-lift-item h4 {
    margin-top: 0;
  }
  .home-four-item-lift-item h3.two-line-tab,
  .home-four-item-lift-item h4.two-line-tab {
    margin-top: 0px;
  }
}
.home-four-item-lift-item.children h3 {
  color: #f15f7c;
}
.home-item-wayfinder {
  padding: 10px 20px 0;
  zoom: 1;
}
.home-item-wayfinder:before,
.home-item-wayfinder:after {
  content: "";
  display: table;
}
.home-item-wayfinder:after {
  clear: both;
}
.home-item-wayfinder h3,
.home-item-wayfinder h4 {
  margin: 0 0 10px 10px;
}
@media screen and (min-width: 640px) {
  .home-item-wayfinder {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    padding: 20px 0 0 0;
  }
  .home-item-wayfinder h3,
  .home-item-wayfinder h4 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .home-item-wayfinder {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 1280px) {
  .home-item-wayfinder {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    padding: 50px 0 0 0;
  }
}
.home-item-wayfinder.padding-top__no {
  padding-top: 0px;
}
.home-item-wayfinder.with-bottom-margin {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .home-item-wayfinder.with-bottom-margin {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .home-item-wayfinder.with-bottom-margin {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .home-item-wayfinder.with-bottom-margin {
    margin-bottom: 40px;
  }
}
.home-three-item-lift-item {
  border-bottom: 1px solid #bbd9ef;
  position: relative;
  height: 100px;
  display: table;
  width: 100%;
  padding: 0;
}
.home-three-item-lift-item h3 {
  text-align: left;
  display: table-cell;
  letter-spacing: normal;
  padding: 0 0 0 140px;
  vertical-align: middle;
}
.home-three-item-lift-item h3,
.home-three-item-lift-item h4 {
  color: #00aeef;
}
.home-three-item-lift-item img {
  width: auto;
  height: 80px;
  top: 0px;
  bottom: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  max-width: 400px;
}
.home-three-item-lift-item:last-child {
  border: 0;
}
.home-three-item-lift-item--last-bordered:last-child {
  border-bottom: 1px solid #bbd9ef;
}
@media screen and (min-width: 640px) {
  .home-three-item-lift-item {
    border: 0;
    width: 33%;
    float: left;
    height: auto;
  }
  .home-three-item-lift-item--last-bordered:last-child {
    border: 0;
  }
  .home-three-item-lift-item--single-content-only {
    width: 100%;
    float: none;
  }
  .home-three-item-lift-item img {
    float: none;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .home-three-item-lift-item h3 {
    display: block;
    vertical-align: top;
    text-align: center;
    padding: 0;
    margin-top: 13px;
  }
  .home-three-item-lift-item h3.two-line-tab {
    margin-top: 0px;
  }
}
@media screen and (min-width: 960px) {
  .home-three-item-lift-item h3 {
    margin-top: 0;
  }
  .home-three-item-lift-item h3.two-line-tab {
    margin-top: 0px;
  }
}
.home-three-item-lift-item.children h3,
.home-three-item-lift-item.children h4 {
  color: #f15f7c;
}
.page-content {
  background: white;
}
.page-content > img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.page-content > article {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
}
.page-content > article img {
  max-width: 100%;
}
.page-content > article:after {
  clear: both;
}
.page-content > article > div header {
  zoom: 1;
}
.page-content > article > div header:before,
.page-content > article > div header:after {
  content: "";
  display: table;
}
.page-content > article > div header:after {
  clear: both;
}
.page-content > article > div header .social-buttons-and-liked {
  margin-top: -3px;
  padding: 0px;
  padding-top: 0;
  float: right;
  display: inline;
  border: none;
}
.page-content > article > div header .social-buttons {
  display: none;
}
.page-content > article > div {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
}
.page-content > article > div blockquote {
  padding-bottom: 35px;
  padding-top: 35px;
}
.page-content > article > div .lead-paragraph,
.page-content > article > div .ingress {
  padding-bottom: 10px;
}
.page-content > article > div h2 {
  font-size: 18px;
  line-height: 18px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  padding: 20px 0 5px 0;
}
@media screen and (min-width: 640px) {
  .page-content > article > div h2 {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content > article > div h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.page-content > article > div h2.italic {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}
.page-content > article > div .social-buttons-and-liked {
  clear: both;
}
.page-content > article > div .social-buttons {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-top: 0;
  padding-top: 0px;
  float: left;
  margin-right: 15px;
}
.page-content > article > div .social-buttons .social-buttons-label {
  margin-top: 1px;
}
.page-content > article > div .social-buttons .fb-like {
  margin-top: 5px;
  display: block;
  min-width: 110px;
}
.page-content > article > div .social-buttons section {
  margin: 3px 0 10px 0;
}
.page-content > article > div button.like {
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  margin-bottom: 10px;
}
.page-content > article > div button.like .icon,
.page-content > article > div button.like .iconLiked {
  font-size: 18px;
  top: 6px;
  line-height: 17px;
}
.page-content > article > div > header h1 {
  clear: both;
  margin-bottom: 25px;
  padding-top: 15px;
}
.page-content > article > div > header > time {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  float: left;
}
.page-content > aside {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  margin-top: 1em;
}
.page-content > aside h3.light {
  margin: 0 0 5px 0;
}
.page-content > aside > div,
.page-content > aside section {
  width: 100%;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.page-content > aside > div:before,
.page-content > aside section:before,
.page-content > aside > div:after,
.page-content > aside section:after {
  content: "";
  display: table;
}
.page-content > aside > div:after,
.page-content > aside section:after {
  clear: both;
}
.page-content > aside > section {
  border-bottom: solid 1px #bbd9ef;
}
.page-content .tagContainer {
  zoom: 1;
}
.page-content .tagContainer:before,
.page-content .tagContainer:after {
  content: "";
  display: table;
}
.page-content .tagContainer:after {
  clear: both;
}
.article__smallimage {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .article__smallimage {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .article__smallimage {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 480px) {
  .page-content > article {
    width: 480px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .page-content > aside {
    width: 480px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .page-content > aside > div,
  .page-content > aside section {
    width: 440px;
  }
  .page-content header .social-buttons .fb-like {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .page-content header .social-buttons {
    display: none;
  }
}
.lilja-article-hero {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 230px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .lilja-article-hero {
    height: 290px;
  }
}
@media screen and (min-width: 960px) {
  .lilja-article-hero {
    height: 500px;
  }
}
.lilja-article-hero-wrapper {
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 100%;
}
.lilja-article-hero-wrapper h1 {
  color: white;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-family: "proxima-nova";
}
@media screen and (min-width: 960px) {
  .lilja-article-hero-wrapper h1 {
    font-size: 60px;
  }
}
.lilja-article-hero-wrapper img {
  position: relative;
  width: 100%;
  top: -10px;
  max-width: 1440px;
}
@media screen and (min-width: 640px) {
  .lilja-article-hero-wrapper img {
    top: -60px;
  }
}
@media screen and (min-width: 960px) {
  .lilja-article-hero-wrapper img {
    top: -150px;
  }
}
.lilja-article-hero + div {
  background-color: white;
  margin: 130px auto;
}
@media screen and (min-width: 960px) {
  .lilja-article-hero + div {
    width: 1028px;
    padding: 0 30px;
    margin: 330px auto;
  }
  .lilja-article-hero + div .main-elements form {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .lilja-article-hero + div {
    width: calc(1340px);
  }
}
@media screen and (min-width: 640px) {
  .page-content > article {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .page-content > aside {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .page-content > aside > div,
  .page-content > aside section {
    width: 280px;
  }
  .page-content header .social-buttons {
    float: right;
  }
  .page-content .content-box {
    border: solid 1px #bbd9ef;
    border-radius: 6px;
    box-shadow: 5px 0px 0px 0px #eaf4ff;
  }
  .page-content .top-content-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
  }
}
@media screen and (min-width: 960px) {
  .page-content > img {
    width: 640px;
    box-shadow: 5px 0px 0px 0px #eaf4ff;
  }
  .page-content > article {
    width: 640px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-content > article > div header .social-buttons {
    display: block;
  }
  .page-content > aside {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content > img {
    width: 800px;
  }
  .page-content > article {
    width: 800px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-content > article > header > time {
    padding-top: 6px;
  }
  .page-content > aside {
    width: 480px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-content > aside h3.light {
    margin: 0 0 20px 8px;
  }
  .page-content > aside > div,
  .page-content > aside section {
    width: 400px;
  }
}
footer#page-footer {
  height: auto;
  background-color: #006bb1;
  background: -webkit-gradient(linear, left top, left bottom, from(#006bb1), to(#005596));
  background: -webkit-linear-gradient(top, #006bb1, #005596);
  background: -moz-linear-gradient(top, #006bb1, #005596);
  background: -ms-linear-gradient(top, #006bb1, #005596);
  background: -o-linear-gradient(top, #006bb1, #005596);
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin-top: 37px;
  color: white;
  font-size: 15px;
}
footer#page-footer:before,
footer#page-footer:after {
  content: "";
  display: table;
}
footer#page-footer:after {
  clear: both;
}
footer#page-footer a,
footer#page-footer a:visited {
  color: white;
}
footer#page-footer section {
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid #1a72af;
  clear: both;
  margin-top: 20px;
  zoom: 1;
}
footer#page-footer section:before,
footer#page-footer section:after {
  content: "";
  display: table;
}
footer#page-footer section:after {
  clear: both;
}
footer#page-footer section.last {
  margin-top: 0;
}
footer#page-footer .line {
  padding: 0 10px 20px 10px;
  border-bottom: 1px solid #1a72af;
  clear: both;
  margin-bottom: 20px;
}
footer#page-footer .logo,
footer#page-footer .actions {
  float: left;
  width: 50%;
}
footer#page-footer .logo a {
  margin: 0 auto;
  display: block;
  background-image: url("/Content/images/responsive/modules/header/logo.png");
  background-size: 100px 68px;
  width: 100px;
  height: 68px;
}
footer#page-footer .actions {
  list-style: none;
  margin-top: 10px;
}
footer#page-footer .actions > li {
  padding-bottom: 10px;
}
footer#page-footer .actions i {
  color: white;
  font-size: 18px;
  padding-right: 6px;
  vertical-align: middle;
}
footer#page-footer .actions .question-mark {
  font-size: 20px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0 7px 0 4px;
}
footer#page-footer .actions .separator {
  display: none;
}
footer#page-footer .services {
  list-style: none;
  text-align: center;
  margin-bottom: 20px;
}
footer#page-footer .services li {
  display: inline;
  font-size: 18px;
  line-height: 18px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  padding: 0 4px 0 0;
}
@media screen and (min-width: 640px) {
  footer#page-footer .services li {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  footer#page-footer .services li {
    font-size: 24px;
    line-height: 24px;
  }
}
footer#page-footer .services.services--professional .blanc-icon {
  display: none;
}
footer#page-footer .separator {
  color: #1a72af;
  border-right: 1px solid #1a72af;
  padding-left: 0;
  padding-right: 10px;
  margin-right: 7px;
  height: 20px;
}
footer#page-footer .copyright,
footer#page-footer .info-links {
  text-align: center;
}
footer#page-footer .info-links {
  margin: 20px 0;
  border-top: 1px solid #1a72af;
}
footer#page-footer .info-links .separator {
  display: none;
}
footer#page-footer .info-links a {
  border-bottom: 1px solid #1a72af;
  display: block;
  padding: 10px 0 13px 0;
}
footer#page-footer .collapsible {
  display: none;
}
footer#page-footer .collapsible-panel-header {
  margin: 0;
  line-height: 1em;
  border-top: 1px solid #1a72af;
  color: white;
}
@media screen and (min-width: 960px) {
  footer#page-footer .collapsible-panel-header--not-clickable {
    cursor: default;
  }
}
footer#page-footer .collapsible-panel-header.last {
  border-bottom: 1px solid #1a72af;
}
footer#page-footer .collasible-panel ul {
  list-style: none;
  margin-left: 24px;
  margin-top: 10px;
  width: 100%;
}
footer#page-footer .collasible-panel ul li {
  margin-bottom: 20px;
  font-size: 18px;
  width: 100%;
}
footer#page-footer .collasible-panel ul li a {
  padding-bottom: 10px;
  width: 100%;
  display: block;
  word-wrap: break-word;
  line-height: 1.1em;
  margin-bottom: 9px;
}
footer#page-footer .collasible-panel ul li:last-child {
  margin-bottom: 10px;
}
footer#page-footer .back-top {
  margin-bottom: 30px;
}
footer#page-footer .back-top a {
  background: #005596;
  text-align: center;
  color: #3377ab;
  text-transform: uppercase;
  padding: 16px 0 15px 0;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  display: block;
  width: 100%;
}
footer#page-footer .back-top i {
  font-size: 25px;
  vertical-align: middle;
}
footer#page-footer .back-top a,
footer#page-footer .back-top a:visited {
  color: #3377ab;
}
footer#page-footer .back-top a:hover {
  color: #006bb1;
}
footer#page-footer .back-top span {
  padding: 0 18px;
}
@media screen and (min-width: 640px) {
  footer#page-footer {
    margin-top: 75px;
  }
  footer#page-footer .footer-wrapper {
    width: 640px;
    margin: 0 auto;
  }
  footer#page-footer .collapsible {
    display: block;
  }
  footer#page-footer .logo {
    width: auto;
    float: none;
    margin-bottom: 28px;
  }
  footer#page-footer .logo a {
    background-size: 160px 102px;
    background-repeat: no-repeat;
    margin-top: 10px;
    width: 160px;
    height: 102px;
  }
  footer#page-footer .info-links {
    float: right;
    text-align: right;
    border: 0;
    margin: 0;
  }
  footer#page-footer .info-links a {
    border: 0;
    float: left;
    padding: 0 0 0 10px;
  }
  footer#page-footer .info-links .separator {
    display: block;
    float: left;
  }
  footer#page-footer .actions {
    width: auto;
    margin: 30px 0 20px 0;
  }
  footer#page-footer .actions .separator {
    display: block;
  }
  footer#page-footer .actions .question-mark {
    padding-right: 9px;
  }
  footer#page-footer .actions li {
    float: left;
    padding-bottom: 0;
    font-family: "omnes-pro", Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    line-height: 17px;
  }
  footer#page-footer .line {
    display: none;
  }
  footer#page-footer .services {
    float: left;
    margin: 30px 0 20px 0;
    clear: both;
  }
  footer#page-footer .copyright {
    float: left;
    text-align: left;
  }
  footer#page-footer section.last {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #1a72af;
  }
  footer#page-footer section.last .separator {
    margin-right: 0;
  }
  footer#page-footer .back-top a {
    font-size: 18px;
    padding: 18px 0 17px 0;
  }
  footer#page-footer .back-top a i {
    font-size: 34px;
  }
}
@media screen and (min-width: 960px) {
  footer#page-footer .footer-wrapper {
    width: 960px;
  }
  footer#page-footer .logo {
    float: left;
    margin-right: 45px;
  }
  footer#page-footer .logo a {
    background-size: 100px 68px;
    width: 100px;
    height: 68px;
  }
  footer#page-footer .separator {
    display: none;
  }
  footer#page-footer .collapsible-panel-header {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 18px;
    margin-bottom: 3px;
  }
  footer#page-footer .collapsible-panel-header.last {
    border: 0;
  }
  footer#page-footer .collapsible-panel-header img {
    display: none;
  }
  footer#page-footer .collapsible {
    clear: none;
    float: left;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  footer#page-footer .collasible-panel {
    margin: 0;
    padding: 0;
  }
  footer#page-footer .collasible-panel ul {
    margin-left: 0;
    margin-top: 4px;
  }
  footer#page-footer .collasible-panel ul li {
    margin-bottom: 3px;
    font-size: 15px;
  }
  footer#page-footer .collasible-panel ul li a {
    padding-bottom: 1px;
  }
  footer#page-footer .services,
  footer#page-footer .actions {
    margin-top: 0;
  }
  footer#page-footer .services li,
  footer#page-footer .actions li {
    display: block;
    text-align: left;
    padding-left: 10px;
  }
  footer#page-footer .services .separator,
  footer#page-footer .actions .separator {
    display: none;
  }
  footer#page-footer .actions {
    margin-bottom: 0;
  }
  footer#page-footer .actions li {
    font-size: 15px;
    padding-bottom: 7px;
  }
  footer#page-footer .services {
    width: 100%;
    border-bottom: 1px solid #1a72af;
  }
  footer#page-footer .services li {
    padding-bottom: 9px;
    font-size: 18px;
  }
  footer#page-footer .services.services--professional {
    border-bottom: none;
  }
  footer#page-footer .services.services--professional li {
    padding-bottom: 7px;
    font-size: 15px;
  }
  footer#page-footer .services.services--professional .blanc-icon {
    display: inline-block;
    width: 24px;
  }
  footer#page-footer .line {
    display: block;
    padding: 0 0px 3px 0px;
    margin-bottom: 15px;
  }
  .desktop-right {
    float: right;
    width: 160px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  footer#page-footer .footer-wrapper {
    width: 1280px;
  }
  footer#page-footer .logo {
    margin-right: 80px;
    margin-left: 60px;
  }
  footer#page-footer .logo a {
    background-size: 160px 102px;
    width: 160px;
    height: 102px;
  }
  footer#page-footer .collapsible {
    width: 140px;
    margin-right: 20px;
  }
}
.recipe-history + footer#page-footer {
  position: static;
  margin-top: 0;
}
#dot img {
  top: -1000px;
}
footer.footer-widget#page-footer {
  margin-top: 0px;
}
footer.footer-widget#page-footer .footer__darkbanner {
  height: 80px;
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 85, 150, 0.8);
}
footer.footer-widget#page-footer .footer__darkbanner .footer-wrapper {
  margin-bottom: 0px;
}
footer.footer-widget#page-footer .separator {
  color: #1a72af;
  border-right: 1px solid #1a72af;
  padding-left: 0;
  padding-right: 10px;
  margin-right: 7px;
  height: 20px;
}
@media screen and (max-width: 960px) {
  footer.footer-widget#page-footer .separator {
    display: none;
  }
}
footer.footer-widget#page-footer section.last {
  margin-top: 0px;
  padding-top: 0px;
  border: none;
  border-top: none;
}
@media screen and (max-width: 960px) {
  footer.footer-widget#page-footer .logo {
    float: none;
    width: initial;
    margin: 30px 0px;
  }
  footer.footer-widget#page-footer .collapsible.logo.desktop {
    display: none;
  }
  footer.footer-widget#page-footer .non-collapsible {
    display: none;
  }
  footer.footer-widget#page-footer .social-media-section {
    display: block;
  }
  footer.footer-widget#page-footer .social-media-section .social-media {
    text-align: center;
  }
  footer.footer-widget#page-footer .social-media-section .social-media li {
    float: none;
    display: inline-block;
  }
  footer.footer-widget#page-footer .footer-wrapper {
    margin-bottom: 60px;
  }
  footer.footer-widget#page-footer .footer__darkbanner .footer-wrapper {
    min-height: 60px;
    margin-bottom: 0px;
  }
  footer.footer-widget#page-footer .footer__darkbanner .footer-wrapper .info-links {
    display: none;
  }
  footer.footer-widget#page-footer .info-links {
    margin: 0px;
    border-top: 0px;
    float: none;
    display: block;
  }
  footer.footer-widget#page-footer .info-links a {
    border-bottom: 0px;
    display: block;
    float: none;
    width: 100%;
    line-height: 30px;
    text-align: center;
  }
  footer.footer-widget#page-footer section {
    border-bottom: 0px;
  }
  footer.footer-widget#page-footer .copyright {
    line-height: 60px;
    position: absolute;
    display: inline-block;
    left: 20px;
  }
  footer.footer-widget#page-footer .to_top {
    opacity: 0.4;
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  footer.footer-widget#page-footer .footer-wrapper {
    min-height: 320px;
  }
}
@media screen and (min-width: 960px) {
  footer.footer-widget#page-footer section {
    border-bottom: none;
  }
  footer.footer-widget#page-footer .collapsible {
    min-height: 45px;
    display: table-cell;
    width: 132px;
    padding-right: 0px;
    margin-right: 0px;
    vertical-align: top;
    padding-top: 10px;
  }
  footer.footer-widget#page-footer .collapsible.logo.desktop {
    display: table-cell;
    padding-top: 0px;
    margin-left: 0px;
  }
  footer.footer-widget#page-footer .collapsible.logo.desktop a {
    background-size: 100px 68px;
    width: 100px;
    height: 68px;
    float: left;
  }
  footer.footer-widget#page-footer .logo.mobile {
    display: none;
  }
  footer.footer-widget#page-footer .footer-wrapper {
    max-width: 1280px;
    margin: 0px auto;
    padding-top: 30px;
    display: table;
  }
  footer.footer-widget#page-footer .footer-wrapper-mobile {
    display: none;
  }
  footer.footer-widget#page-footer .desktop-right {
    min-width: 30%;
    padding: 20px;
  }
  footer.footer-widget#page-footer .social-media {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
  }
  footer.footer-widget#page-footer .collapsible-panel-header {
    text-transform: uppercase;
    font-size: 15px;
  }
  footer.footer-widget#page-footer .to_top {
    position: absolute;
    left: 49%;
    top: 10px;
    text-align: center;
  }
  footer.footer-widget#page-footer .to_top a {
    color: #3377ab;
  }
}
@media screen and (min-width: 1280px) {
  footer.footer-widget#page-footer .collapsible {
    width: 140px;
    padding-right: 40px;
  }
}
.content-block-widget {
  text-align: center;
}
.content-block-widget h5,
.content-block-widget h4 {
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 15px;
}
.content-block-widget p {
  line-height: 1.2em;
}
.content-block-widget .content {
  padding: 20px 20px 20px;
}
.content-block-widget a {
  display: block;
  margin-top: 10px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .content-block-widget .content {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.content-block-widget.boxed {
  border: 1px solid #dddddd;
}
.content-block-widget.open {
  background: #f8f3f0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.content-block-highlight {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 10px;
}
.content-block-highlight:before,
.content-block-highlight:after {
  content: "";
  display: table;
}
.content-block-highlight:after {
  clear: both;
}
.content-block-highlight__image {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.content-block-highlight__aside {
  margin-bottom: 20px;
}
.content-block-highlight--centered {
  text-align: center;
}
.content-block-highlight__content ul {
  margin: 10px 20px;
}
@media screen and (min-width: 640px) {
  .content-block-highlight__content {
    padding: 0 10px;
  }
}
.content-block-highlight h3 {
  padding: 0;
}
.content-block-highlight p {
  padding: 10px 0;
}
@media screen and (min-width: 640px) {
  .content-block-highlight {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .content-block-highlight {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
  .content-block-highlight--image-left .content-block-highlight__aside {
    float: left;
    margin-right: 20px;
  }
  .content-block-highlight--image-left .content-block-highlight__content {
    float: right;
  }
  .content-block-highlight--image-right .content-block-highlight__aside {
    float: right;
    margin-left: 20px;
  }
  .content-block-highlight--image-right .content-block-highlight__content {
    float: left;
  }
  .content-block-highlight--no-image .content-block-highlight__content {
    width: 100%;
  }
  .content-block-highlight__aside {
    width: 440px;
    margin-bottom: 0;
  }
  .content-block-highlight__content {
    width: 440px;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .content-block-highlight--no-image .content-block-highlight__content {
    width: 100%;
  }
  .content-block-highlight--image-left .content-block-highlight__aside {
    margin-right: 20px;
  }
  .content-block-highlight--image-left .content-block-highlight__content {
    margin-left: 20px;
  }
  .content-block-highlight--image-right .content-block-highlight__aside {
    margin-left: 20px;
  }
  .content-block-highlight--image-right .content-block-highlight__content {
    margin-right: 20px;
  }
  .content-block-highlight__aside {
    width: 590px;
  }
  .content-block-highlight__content {
    width: 590px;
  }
}
.content-block-highlight--onepager {
  min-width: 100%;
  min-height: 400px;
  padding: 24px 20px 48px 20px;
}
@media screen and (min-width: 800px) {
  .content-block-highlight--onepager {
    padding: 0px;
  }
}
.content-block-highlight--onepager .content-block-highlight__content {
  float: left;
}
@media screen and (min-width: 800px) {
  .content-block-highlight--onepager .content-block-highlight__content {
    max-width: 30%;
    position: absolute;
    top: 50%;
    right: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 0px 20px 10px;
  }
}
.content-block-highlight--onepager .content-block-highlight__aside {
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 0px;
}
@media screen and (min-width: 800px) {
  .content-block-highlight--onepager .content-block-highlight__aside {
    min-height: 432px;
    float: right;
    width: 50%;
  }
}
.content-block-highlight--onepager h3 {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 45px;
  margin-top: 30px;
}
.content-block-highlight--onepager .ingress {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.content-block-highlight--onepager .content-block-highlight__link {
  display: inline-block;
  text-align: center;
  padding: 18px 50px;
  border: 2px solid lightgray;
}
.content-block-highlight--onepager .content-block-highlight__link:hover {
  background-color: #eeeeee;
}
.content-block-highlight--onepager .content-block-highlight__image {
  display: none;
}
.content-block-highlight--noncropimage .content-block-highlight__aside {
  background: none !important;
  position: relative;
}
.content-block-highlight--noncropimage .content-block-highlight__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-height: 100%;
  width: auto;
}
@media screen and (min-width: 800px) {
  .content-block-highlight--noncropimage .content-block-highlight__image {
    max-height: 300px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
  }
}
.content-block-highlight--sueellen h3 {
  font-family: 'Sue Ellen Francisco', cursive;
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  .content-block-highlight--inverse .content-block-highlight__content {
    right: initial;
    left: 55%;
  }
}
@media screen and (min-width: 800px) {
  .content-block-highlight--inverse .content-block-highlight__aside {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .content-block-highlight--article-textheavy .content-block-highlight__content {
    min-width: 36%;
  }
}
@media screen and (min-width: 1280px) {
  .content-block-highlight--article-textheavy .content-block-highlight__content {
    min-width: 32%;
  }
}
.content-block-highlight--article-textheavy .content-block-highlight__content h5 {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  text-transform: initial;
  font-size: 24px;
  line-height: 30px;
  margin: 12px 0px;
}
@media screen and (min-width: 1280px) {
  .content-block-highlight--article-textheavy .content-block-highlight__content h5 {
    font-size: 36px;
    line-height: 40px;
    margin: 0px 0px 12px 0px;
  }
}
.content-block-highlight--article-textheavy .content-block-highlight__content p {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .content-block-highlight--article-textheavy .content-block-highlight__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.content-block-highlight--article-textlight .content-block-highlight__content h5 {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  text-transform: initial;
  font-size: 24px;
  line-height: 30px;
  margin: 12px 0px;
}
@media screen and (min-width: 1280px) {
  .content-block-highlight--article-textlight .content-block-highlight__content h5 {
    font-size: 36px;
    line-height: 40px;
    margin: 0px 0px 12px 0px;
  }
}
.content-block-highlight--article-textlight .content-block-highlight__content p {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .content-block-highlight--article-textlight .content-block-highlight__content p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 640px) {
  .content-block-highlight--boxshadow {
    margin: 20px 0px !important;
    -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
  }
}
.content-block-highlight--hairline {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbd9ef;
}
.content-block-highlight--hairline-top {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #bbd9ef;
}
@media screen and (min-width: 640px) {
  .content-block-highlight--padding-top {
    padding-top: 20px;
  }
}
.content-block-highlight--halfwidth-image .content-block-highlight__image {
  width: 60%;
}
.article-highlight-fullwidth {
  zoom: 1;
  padding: 0 20px 10px;
  border-bottom: 1px solid #bbd9ef;
  margin-bottom: 20px;
  clear: both;
}
.article-highlight-fullwidth:before,
.article-highlight-fullwidth:after {
  content: "";
  display: table;
}
.article-highlight-fullwidth:after {
  clear: both;
}
.article-highlight-fullwidth--hairline-top {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #bbd9ef;
}
.article-highlight-fullwidth--margin-top {
  margin-top: 20px;
}
.article-highlight-fullwidth--no-border {
  border: 0;
}
.article-highlight-fullwidth a,
.article-highlight-fullwidth a:visited,
.article-highlight-fullwidth a:hover {
  color: #333333;
}
.article-highlight-fullwidth__left {
  zoom: 1;
  margin-bottom: 10px;
  display: block;
}
.article-highlight-fullwidth__left:before,
.article-highlight-fullwidth__left:after {
  content: "";
  display: table;
}
.article-highlight-fullwidth__left:after {
  clear: both;
}
.article-highlight-fullwidth__left__image {
  display: none;
}
.article-highlight-fullwidth__right__article__content {
  border-bottom: 1px solid #bbd9ef;
  zoom: 1;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  display: block;
}
.article-highlight-fullwidth__right__article__content:before,
.article-highlight-fullwidth__right__article__content:after {
  content: "";
  display: table;
}
.article-highlight-fullwidth__right__article__content:after {
  clear: both;
}
.article-highlight-fullwidth__right__article__content--last,
.article-highlight-fullwidth__right__article__content:last-child {
  border-bottom: 0;
}
.article-highlight-fullwidth__right__article p {
  float: left;
  width: 75%;
  margin-right: 2%;
  padding: 0;
}
.article-highlight-fullwidth__right__article__date {
  float: left;
  width: 23%;
  color: #999999;
  text-align: right;
}
.article-highlight-fullwidth h5 {
  color: #b9b4b2;
  line-height: 1em;
  padding: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.article-highlight-fullwidth h5 span {
  font-weight: 400;
}
.article-highlight-fullwidth h5 a,
.article-highlight-fullwidth h5 a:visited,
.article-highlight-fullwidth h5 a:hover {
  color: #999999;
}
.article-highlight-fullwidth h4 {
  padding: 0;
}
@media screen and (min-width: 640px) {
  .article-highlight-fullwidth--margin-top {
    margin-top: 30px;
  }
  .article-highlight-fullwidth__left {
    zoom: 1;
    width: 100%;
  }
  .article-highlight-fullwidth__left:before,
  .article-highlight-fullwidth__left:after {
    content: "";
    display: table;
  }
  .article-highlight-fullwidth__left:after {
    clear: both;
  }
  .article-highlight-fullwidth__left__image-wrap {
    width: 240px;
    float: left;
    margin-right: 20px;
  }
  .article-highlight-fullwidth__left__image {
    width: 100%;
    display: block;
  }
  .article-highlight-fullwidth__left__content {
    width: 340px;
    float: left;
  }
  .article-highlight-fullwidth--no-image .article-highlight-fullwidth__left__content {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .article-highlight-fullwidth h5 {
    margin-bottom: 10px;
  }
  .article-highlight-fullwidth__left {
    float: left;
    width: 539px;
    padding-right: 20px;
    zoom: 1;
    border-right: 1px solid #bbd9ef;
  }
  .article-highlight-fullwidth__left:before,
  .article-highlight-fullwidth__left:after {
    content: "";
    display: table;
  }
  .article-highlight-fullwidth__left:after {
    clear: both;
  }
  .article-highlight-fullwidth__left__image-wrap {
    width: 160px;
    display: inline-block;
  }
  .article-highlight-fullwidth__left__image {
    width: 100%;
  }
  .article-highlight-fullwidth__left__content {
    width: 359px;
    float: left;
  }
  .article-highlight-fullwidth__right {
    float: right;
    width: 320px;
  }
  .article-highlight-fullwidth__right__article__content {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .article-highlight-fullwidth__left {
    float: left;
    width: 779px;
  }
  .article-highlight-fullwidth__left__image-wrap {
    width: 320px;
  }
  .article-highlight-fullwidth__left__content {
    width: 439px;
  }
  .article-highlight-fullwidth__right {
    width: 400px;
  }
}
.shallow-highlight-container {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.shallow-highlight-container--multicolumn {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.shallow-highlight-container--multicolumn .shallow-highlight {
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  max-width: 46%;
  background-color: white;
  padding-right: 3%;
  max-height: 100px;
  border-top: 1px solid transparent;
}
.shallow-highlight-container--multicolumn .shallow-highlight__link {
  border-top: 1px solid #dddddd;
}
.shallow-highlight-container--multicolumn .shallow-highlight__image {
  background-size: cover;
}
.shallow-highlight-container--multicolumn .shallow-highlight__text {
  background-color: white;
}
.shallow-highlight-container--multicolumn .shallow-highlight__text--secondary-text {
  margin-bottom: 5px;
}
.shallow-highlight-container--multicolumn .shallow-highlight__text--primary-text {
  font-weight: normal;
  font-size: 16px;
}
@media screen and (min-width: 1280px) {
  .shallow-highlight-container--multicolumn .shallow-highlight {
    max-height: 140px;
  }
  .shallow-highlight-container--multicolumn .shallow-highlight__text--primary-text {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .shallow-highlight-container--multicolumn .shallow-highlight {
    max-width: 100%;
    padding-right: 0%;
  }
}
@media screen and (min-width: 960px) {
  .shallow-highlight-container--multicolumn .shallow-highlight {
    max-width: 32%;
    padding-right: 1%;
  }
}
@media screen and (min-width: 640px) {
  .recipe-front-content .shallow-highlight-container--multicolumn {
    margin: 30px 0px 0px 10px;
  }
}
.shallow-highlight {
  clear: both;
  width: 100%;
  border-top: 1px solid #dddddd;
}
.shallow-highlight__link {
  border-bottom: 1px solid #dddddd;
  display: table;
  height: 100px;
  line-height: 1em;
  position: relative;
  width: 100%;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
@media screen and (min-width: 1280px) {
  .shallow-highlight__link {
    height: 140px;
    font-size: 24px;
  }
}
.shallow-highlight__text {
  color: #333333;
  display: table-cell;
  padding: 0 12px 0 135px;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .shallow-highlight__text {
    padding-left: 115px;
  }
}
@media screen and (min-width: 1280px) {
  .shallow-highlight__text {
    padding-left: 160px;
  }
}
.shallow-highlight__text--primary-text {
  color: #333333;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.shallow-highlight__text--secondary-text {
  color: #999999;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.shallow-highlight__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100px;
  left: 0px;
  position: absolute;
  right: auto;
  top: 0;
  width: 100px;
}
@media screen and (min-width: 1280px) {
  .shallow-highlight__image {
    height: 140px;
    width: 140px;
  }
}
aside .shallow-highlight + .shallow-highlight {
  border-top: none;
}
.article-highlights,
.brand-highlights {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.article-highlights.children .shallow-highlight__text--primary-text,
.brand-highlights.children .shallow-highlight__text--primary-text,
.article-highlights.lapsille .shallow-highlight__text--primary-text,
.brand-highlights.lapsille .shallow-highlight__text--primary-text {
  color: #f15f7c;
}
.article-highlights.hyvinvointi .shallow-highlight__text--primary-text,
.brand-highlights.hyvinvointi .shallow-highlight__text--primary-text {
  color: #86b300;
}
.article-highlight.wide {
  padding: 0 10px;
}
.article-highlight.wide ul {
  border-bottom: 1px solid #bbd9ef;
}
.article-highlight.wide ul li.last {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .article-highlight.wide {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    zoom: 1;
    padding: 0;
  }
  .article-highlight.wide:before,
  .article-highlight.wide:after {
    content: "";
    display: table;
  }
  .article-highlight.wide:after {
    clear: both;
  }
  .article-highlight.wide ul {
    zoom: 1;
    border: 0;
  }
  .article-highlight.wide ul:before,
  .article-highlight.wide ul:after {
    content: "";
    display: table;
  }
  .article-highlight.wide ul:after {
    clear: both;
  }
}
@media screen and (min-width: 960px) {
  .article-highlight.wide {
    width: 100%;
  }
  .article-highlight.wide ul {
    zoom: 1;
    border: 0;
  }
  .article-highlight.wide ul:before,
  .article-highlight.wide ul:after {
    content: "";
    display: table;
  }
  .article-highlight.wide ul:after {
    clear: both;
  }
  .article-highlight.wide ul li {
    clear: none;
    float: left;
    margin-right: 20px;
    border-bottom: 1px solid #bbd9ef;
    width: 306px;
  }
}
@media screen and (min-width: 1280px) {
  .article-highlight.wide ul li {
    width: 403px;
  }
}
.article-highlight-mosaic {
  zoom: 1;
  display: block;
}
.article-highlight-mosaic:before,
.article-highlight-mosaic:after {
  content: "";
  display: table;
}
.article-highlight-mosaic:after {
  clear: both;
}
.article-highlight-mosaic__title {
  margin-bottom: 10px;
}
.article-highlight-mosaic h5 {
  color: #999999;
  font-size: 11px;
  line-height: 1.25em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.article-highlight-mosaic h5 a,
.article-highlight-mosaic h5 a:visited,
.article-highlight-mosaic h5 a:hover {
  color: #999999;
}
.article-highlight-mosaic h4 {
  padding: 0;
  margin-bottom: 5px;
}
.article-highlight-mosaic__image {
  width: 100%;
}
.article-highlight-mosaic__content {
  padding: 0 5px;
}
@media screen and (max-width: 640px) {
  .article-highlight-mosaic h4 {
    font-size: 14px;
    line-height: 1.25em;
    line-height: 1em;
  }
}
@media screen and (min-width: 640px) {
  .article-highlight-mosaic h5 {
    font-size: 13px;
    line-height: 1.25em;
  }
  .article-highlight-mosaic__content {
    padding: 0;
  }
  .article-highlight-mosaic__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .article-highlight-mosaic h4 {
    margin-bottom: 12px;
  }
  .article-highlight-mosaic h5 {
    font-size: 14px;
    line-height: 1.25em;
    padding-top: 2px;
    margin-bottom: 5px;
  }
}
.article-highlight-mosaic-wrap a,
.article-highlight-mosaic-wrap a:visited,
.article-highlight-mosaic-wrap a:hover {
  color: #333333;
}
.article-highlight-card-widget {
  margin-bottom: 50px;
  margin-top: 25px;
}
.restricted-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.article-highlight-card-wrap {
  width: 100%;
  list-style-type: none;
}
@media screen and (min-width: 320px) {
  .article-highlight-card-wrap {
    display: flex;
    flex-direction: column;
  }
  .article-highlight-card-wrap hr {
    border: 0;
    border-top: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 960px) {
  .article-highlight-card-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border: 0;
  }
}
.article-highlight-card {
  zoom: 1;
}
.article-highlight-card:before,
.article-highlight-card:after {
  content: "";
  display: table;
}
.article-highlight-card:after {
  clear: both;
}
.article-highlight-card__title {
  width: 98%;
  padding-left: 1%;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.article-highlight-card__title h3 {
  text-align: left;
  float: left;
  padding-bottom: 15px;
}
.article-highlight-card__title a {
  float: right;
}
.article-highlight-card__title a h4 {
  font-size: 20px;
  color: black;
}
.article-highlight-card__single__text-wrap h5 {
  color: #999999;
  line-height: 2em;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
}
.article-highlight-card__single__text-wrap h4 {
  color: black;
  line-height: 22px;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.article-highlight-card__single__image-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 190px;
}
.article-highlight-card__single__image {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.article-highlight-card__footer {
  display: none;
}
@media (min-width: 320px) {
  .article-highlight-card__title h3 {
    height: 40px;
    text-align: center;
    margin: auto;
    padding-top: 47px;
    font-size: 34px;
  }
  .article-highlight-card__title h4 {
    display: none;
  }
  .article-highlight-card__footer {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    padding-bottom: 50px;
  }
  .article-highlight-card__footer h4 {
    color: black;
    font-size: 24px;
  }
  .article-highlight-card__single {
    width: auto;
    padding: 20px 50px;
    height: 100%;
  }
  .article-highlight-card__single__text-wrap {
    text-align: left;
    width: 100%;
  }
  .article-highlight-card__single__text-wrap h5 {
    margin-top: 0px;
  }
  .article-highlight-card__single__text-wrap h4 {
    color: black;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 0px 8px 0px ;
    margin: 0;
  }
  .article-highlight-card__single__image-wrap {
    display: none;
  }
  .article-highlight-card__single span {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .article-highlight-card {
    zoom: 1;
  }
  .article-highlight-card:before,
  .article-highlight-card:after {
    content: "";
    display: table;
  }
  .article-highlight-card:after {
    clear: both;
  }
  .article-highlight-card__title h3 {
    text-align: center;
    float: left;
    margin-left: 0;
    padding-top: 0px;
  }
  .article-highlight-card__title h4 {
    display: block;
    float: right;
  }
  .article-highlight-card__footer {
    display: none;
  }
  .article-highlight-card__single {
    display: inline-block;
    width: 23%;
    padding: 0px;
  }
  .article-highlight-card__single__image-wrap {
    height: 160px;
    display: block;
  }
  .article-highlight-card__single__image {
    display: block;
  }
  .article-highlight-card__single__text-wrap {
    text-align: center;
  }
  .article-highlight-card__single__content {
    width: 100%;
    float: left;
    height: 100%;
    overflow: hidden;
  }
}
.wayfinder-banner,
a.wayfinder-banner {
  margin: 0 10px;
  padding: 25px;
  position: relative;
  background: #f8f3f0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
}
.wayfinder-banner--blue,
a.wayfinder-banner--blue {
  background: #eaf4ff;
}
.wayfinder-banner--blue,
a.wayfinder-banner--blue,
.wayfinder-banner--blue:hover,
a.wayfinder-banner--blue:hover,
.wayfinder-banner--blue:visited,
a.wayfinder-banner--blue:visited {
  color: #00aeef;
}
.wayfinder-banner--black-text,
a.wayfinder-banner--black-text,
.wayfinder-banner--black-text:hover,
a.wayfinder-banner--black-text:hover,
.wayfinder-banner--black-text:visited,
a.wayfinder-banner--black-text:visited {
  color: #333333;
}
.wayfinder-banner--white,
a.wayfinder-banner--white {
  background: white;
  padding: 0;
  min-height: 50px;
}
.wayfinder-banner--white .wayfinder-banner__image,
a.wayfinder-banner--white .wayfinder-banner__image {
  left: 0;
}
.wayfinder-banner--white .wayfinder-banner__image--left-margin,
a.wayfinder-banner--white .wayfinder-banner__image--left-margin {
  left: 20px;
  width: 30px;
}
.wayfinder-banner--margin-bottom,
a.wayfinder-banner--margin-bottom {
  margin-bottom: 5px;
}
.wayfinder-banner--minor-padding,
a.wayfinder-banner--minor-padding {
  padding: 15px;
}
.wayfinder-banner--no-padding,
a.wayfinder-banner--no-padding {
  padding: 0px;
}
.wayfinder-banner--centered,
a.wayfinder-banner--centered {
  text-align: center;
}
.wayfinder-banner--centered .wayfinder-banner__image,
a.wayfinder-banner--centered .wayfinder-banner__image,
.wayfinder-banner--centered a.wayfinder-banner__image,
a.wayfinder-banner--centered a.wayfinder-banner__image {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.wayfinder-banner--centered h3,
a.wayfinder-banner--centered h3,
.wayfinder-banner--centered h4,
a.wayfinder-banner--centered h4,
.wayfinder-banner--centered h5,
a.wayfinder-banner--centered h5,
.wayfinder-banner--centered .wayfinder-banner__content,
a.wayfinder-banner--centered .wayfinder-banner__content {
  vertical-align: middle;
  text-align: center;
  padding: 0;
  display: inline-block;
}
.wayfinder-banner__image,
a.wayfinder-banner__image {
  width: 55px;
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
}
.wayfinder-banner__image--top,
a.wayfinder-banner__image--top {
  bottom: auto;
  top: 15px;
}
.wayfinder-banner__image--small,
a.wayfinder-banner__image--small {
  width: 40px;
}
.wayfinder-banner__image--left-margin,
a.wayfinder-banner__image--left-margin {
  left: 80px;
}
.wayfinder-banner h3,
a.wayfinder-banner h3 {
  padding: 0;
}
.wayfinder-banner__title,
a.wayfinder-banner__title,
h4.wayfinder-banner__title,
h4a.wayfinder-banner__title,
.wayfinder-banner__content,
a.wayfinder-banner__content {
  padding: 0 0 0 80px;
}
.wayfinder-banner__light-title,
a.wayfinder-banner__light-title {
  font-weight: 400;
}
.wayfinder-banner h5,
a.wayfinder-banner h5 {
  padding: 0;
  margin-bottom: 5px;
}
.wayfinder-banner__footer-content,
a.wayfinder-banner__footer-content {
  margin-top: 10px;
  display: block;
}
@media screen and (min-width: 640px) {
  .wayfinder-banner,
  a.wayfinder-banner {
    margin: 0;
  }
  .wayfinder-banner--margin-bottom,
  a.wayfinder-banner--margin-bottom {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .wayfinder-banner,
  a.wayfinder-banner {
    padding: 40px;
  }
  .wayfinder-banner--white,
  a.wayfinder-banner--white {
    padding: 20px 0;
  }
  .wayfinder-banner--white .wayfinder-banner__image,
  a.wayfinder-banner--white .wayfinder-banner__image,
  .wayfinder-banner--white a.wayfinder-banner__image,
  a.wayfinder-banner--white a.wayfinder-banner__image {
    left: 10px;
  }
  .wayfinder-banner--white .wayfinder-banner__image--left-margin,
  a.wayfinder-banner--white .wayfinder-banner__image--left-margin,
  .wayfinder-banner--white a.wayfinder-banner__image--left-margin,
  a.wayfinder-banner--white a.wayfinder-banner__image--left-margin {
    left: 30px;
  }
  .wayfinder-banner--minor-padding,
  a.wayfinder-banner--minor-padding {
    padding: 20px 40px;
  }
  .wayfinder-banner--no-padding,
  a.wayfinder-banner--no-padding {
    padding: 0px;
  }
  .wayfinder-banner__image,
  a.wayfinder-banner__image {
    left: 50px;
  }
  .wayfinder-banner__title,
  a.wayfinder-banner__title,
  h4.wayfinder-banner__title,
  h4a.wayfinder-banner__title,
  .wayfinder-banner__content,
  a.wayfinder-banner__content {
    padding: 0 0 0 100px;
  }
}
.image-wayfinder {
  zoom: 1;
  position: relative;
  margin: 0 20px 20px;
}
.image-wayfinder:before,
.image-wayfinder:after {
  content: "";
  display: table;
}
.image-wayfinder:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .image-wayfinder {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .image-wayfinder {
    margin-bottom: 0;
  }
}
.image-wayfinder h4 {
  padding: 0;
}
.image-wayfinder__image {
  display: block;
}
.image-wayfinder__image img {
  width: 100%;
  max-width: 240px;
}
@media screen and (min-width: 640px) {
  .image-wayfinder__image img {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .image-wayfinder__image {
    width: 140px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .image-wayfinder__image {
    width: 220px;
  }
}
.image-wayfinder__content {
  position: relative;
}
@media screen and (min-width: 640px) {
  .image-wayfinder__content {
    margin-left: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .image-wayfinder__content {
    margin-left: 240px;
  }
}
.company-value-chain-wayfinder {
  border-bottom: 1px solid #bbd9ef;
  padding-bottom: 30px;
  margin: 20px 10px 20px;
  zoom: 1;
}
.company-value-chain-wayfinder:before,
.company-value-chain-wayfinder:after {
  content: "";
  display: table;
}
.company-value-chain-wayfinder:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .company-value-chain-wayfinder {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 960px) {
  .company-value-chain-wayfinder {
    width: 100%;
  }
}
.company-value-chain-wayfinder__img-liftup {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.company-value-chain-wayfinder__img-liftup__image {
  width: 80%;
  margin: 0 10%;
}
.company-value-chain-wayfinder__links {
  background-color: #eaf4ff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  list-style: none;
  width: 100%;
}
.company-value-chain-wayfinder__links li {
  padding: 25px 0;
  margin: 0 20px;
  border-bottom: 2px solid #bbd9ef;
  display: table;
}
.company-value-chain-wayfinder__links li img {
  float: left;
  margin: 0 20px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 960px) {
  .company-value-chain-wayfinder__links li img {
    margin: 0 40px;
  }
}
.company-value-chain-wayfinder__links li h4,
.company-value-chain-wayfinder__links li h5 {
  display: table-cell;
  height: 50px;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .company-value-chain-wayfinder__links li h4 {
    font-size: 16px;
    line-height: 16px;
  }
}
.company-value-chain-wayfinder__links li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 640px) {
  .company-value-chain-wayfinder__img-liftup {
    float: left;
    margin-top: 30px;
    width: 50%;
  }
  .company-value-chain-wayfinder__img-liftup__image {
    width: 70%;
    margin: 0 15%;
  }
  .company-value-chain-wayfinder__links {
    float: left;
    width: 50%;
  }
}
.yuju .menu__items,
.wall-items .menu__items,
.yuju .profile,
.wall-items .profile,
.yuju .site-head,
.wall-items .site-head {
  *zoom: 1;
}
.yuju .menu__items:before,
.wall-items .menu__items:before,
.yuju .profile:before,
.wall-items .profile:before,
.yuju .site-head:before,
.wall-items .site-head:before,
.yuju .menu__items:after,
.wall-items .menu__items:after,
.yuju .profile:after,
.wall-items .profile:after,
.yuju .site-head:after,
.wall-items .site-head:after {
  content: "";
  display: table;
}
.yuju .menu__items:after,
.wall-items .menu__items:after,
.yuju .profile:after,
.wall-items .profile:after,
.yuju .site-head:after,
.wall-items .site-head:after {
  clear: both;
}
.yuju .site-head__title,
.wall-items .site-head__title {
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
}
.yuju .wall-item__figure--cover,
.wall-items .wall-item__figure--cover {
  position: relative;
}
.yuju .wall-item__figure--cover:before,
.wall-items .wall-item__figure--cover:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.yuju .media,
.wall-items .media,
.yuju .search-result-profile,
.wall-items .search-result-profile {
  display: block;
}
.yuju .media__img,
.wall-items .media__img,
.yuju .profile__picture,
.wall-items .profile__picture,
.yuju .search-result-profile-avatar,
.wall-items .search-result-profile-avatar {
  float: left;
  margin-right: 1em;
}
.yuju .media__img img,
.wall-items .media__img img,
.yuju .profile__picture img,
.wall-items .profile__picture img,
.yuju .search-result-profile-avatar img,
.wall-items .search-result-profile-avatar img {
  display: block;
}
.yuju .media__body,
.wall-items .media__body,
.yuju .profile__body,
.wall-items .profile__body,
.yuju .search-result-profile .media-body,
.wall-items .search-result-profile .media-body {
  overflow: hidden;
}
.yuju .media__body > :last-child,
.wall-items .media__body > :last-child,
.yuju .profile__body > :last-child,
.wall-items .profile__body > :last-child,
.yuju .search-result-profile .media-body > :last-child,
.wall-items .search-result-profile .media-body > :last-child {
  margin-bottom: 0;
}
.yuju .share-panel__label,
.wall-items .share-panel__label,
.yuju .article__footer .article__meta__label,
.wall-items .article__footer .article__meta__label,
.yuju .site-intro__heading,
.wall-items .site-intro__heading,
.yuju .site-videos__heading,
.wall-items .site-videos__heading,
.yuju .menu__link,
.wall-items .menu__link {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}
.yuju .article__gallery,
.wall-items .article__gallery {
  margin: 24px 0;
  line-height: 0;
  overflow: hidden;
  max-width: 630px;
  box-sizing: border-box;
}
@media (min-width: 660px) {
  .yuju .article__gallery,
  .wall-items .article__gallery {
    padding: 0.875em;
  }
}
.yuju .article__gallery a,
.wall-items .article__gallery a {
  float: left;
  width: 33.33333%;
  text-decoration: none;
  border-bottom: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.yuju .article__gallery a:hover,
.wall-items .article__gallery a:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
@media (min-width: 350px) {
  .yuju .article__gallery a,
  .wall-items .article__gallery a {
    width: 25%;
  }
}
.yuju .article__gallery a:hover,
.wall-items .article__gallery a:hover {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  text-decoration: none;
}
.yuju .article__gallery a img,
.wall-items .article__gallery a img {
  padding: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yuju .article-container article .article__gallery a img,
.wall-items .article-container article .article__gallery a img {
  margin: 0;
}
.yuju .wall-item__body .article__gallery,
.wall-items .wall-item__body .article__gallery {
  display: none;
}
.yuju .article-container,
.wall-items .article-container {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.yuju .article-container .article__body img,
.wall-items .article-container .article__body img {
  max-width: 100%;
}
.yuju .archive-container,
.wall-items .archive-container,
.yuju .article-container,
.wall-items .article-container,
.yuju .search-content,
.wall-items .search-content {
  margin: 0 auto;
  max-width: 630px;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 72px;
}
.yuju .accessibility,
.wall-items .accessibility,
.yuju .visuallyhidden,
.wall-items .visuallyhidden,
.yuju .screen-reader,
.wall-items .screen-reader {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.yuju input,
.wall-items input,
.yuju textarea,
.wall-items textarea {
  color: #222222;
}
.yuju input,
.wall-items input,
.yuju textarea,
.wall-items textarea {
  font-family: "omnes-pro", "Helvetica Neue", sans-serif;
  font-size: 1em;
  line-height: 24px;
}
.yuju textarea,
.wall-items textarea {
  line-height: 24px;
}
.yuju ol,
.wall-items ol,
.yuju ul,
.wall-items ul,
.yuju p,
.wall-items p,
.yuju pre,
.wall-items pre,
.yuju table,
.wall-items table,
.yuju form,
.wall-items form,
.yuju img,
.wall-items img {
  margin: 0 0 24px;
}
.yuju h1,
.wall-items h1,
.yuju h2,
.wall-items h2,
.yuju h3,
.wall-items h3,
.yuju h4,
.wall-items h4,
.yuju h5,
.wall-items h5,
.yuju h6,
.wall-items h6 {
  color: #101010;
  font-weight: 700;
}
.yuju h1,
.wall-items h1,
.yuju h2,
.wall-items h2,
.yuju h3,
.wall-items h3 {
  text-rendering: optimizeLegibility;
}
.yuju h1,
.wall-items h1,
.yuju .fake-h1,
.wall-items .fake-h1 {
  font-size: 2.625em;
  line-height: 1.14286em;
  margin: 0 0 0.57143em;
}
.yuju h2,
.wall-items h2,
.yuju .fake-h2,
.wall-items .fake-h2,
.yuju .search-header-title,
.wall-items .search-header-title {
  font-size: 1.5em;
  line-height: 2em;
  margin: 0 0 1em;
}
@media (petite) {
  .yuju h2,
  .wall-items h2,
  .yuju .fake-h2,
  .wall-items .fake-h2,
  .yuju .search-header-title,
  .wall-items .search-header-title {
    font-size: 2em;
    line-height: 1.5em;
    margin: 0 0 0.75em;
  }
}
.yuju h3,
.wall-items h3,
.yuju .fake-h3,
.wall-items .fake-h3,
.yuju .search-results-title,
.wall-items .search-results-title {
  font-size: 1.125em;
  margin-bottom: 1.33333em;
}
@media (petite) {
  .yuju h3,
  .wall-items h3,
  .yuju .fake-h3,
  .wall-items .fake-h3,
  .yuju .search-results-title,
  .wall-items .search-results-title {
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0 0 1.2em;
  }
}
.yuju h4,
.wall-items h4,
.yuju .fake-h4,
.wall-items .fake-h4 {
  font-size: 1em;
  margin: 0 0 1.5em;
}
.yuju h5,
.wall-items h5,
.yuju .fake-h5,
.wall-items .fake-h5 {
  font-size: 1em;
  margin: 0 0 1.5em;
}
.yuju h6,
.wall-items h6,
.yuju .fake-h6,
.wall-items .fake-h6 {
  font-size: 0.75em;
  margin: 0 0 2em;
}
.yuju h5,
.wall-items h5,
.yuju h6,
.wall-items h6 {
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
.yuju blockquote,
.wall-items blockquote {
  border-left: 0.125em solid #1c63a1;
  color: #555555;
  font-size: 1.05em;
  line-height: 24px;
  margin: 0 0 24px 1em;
  padding-left: 2em;
}
.yuju pre,
.wall-items pre,
.yuju code,
.wall-items code,
.yuju tt,
.wall-items tt {
  font: 1em/1.3 'Ubuntu Mono', Consolas, 'DejaVu Sans Mono', Monaco, 'Courier New', Courier, monospace;
}
.yuju code,
.wall-items code {
  display: inline;
  font-weight: 600;
}
.yuju pre code,
.wall-items pre code {
  background: transparent;
  border: 0;
  display: block;
  font-weight: 400;
  padding: 0;
}
.yuju pre,
.wall-items pre {
  overflow-x: auto;
}
.yuju small,
.wall-items small {
  font-size: 0.85em;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.yuju .wall-item__title,
.wall-items .wall-item__title {
  font-size: 2.625em;
  line-height: 1.14286em;
}
.yuju .wall-item__title a,
.wall-items .wall-item__title a {
  color: #00548c;
  text-decoration: none;
}
.yuju .wall-item__title a:hover,
.wall-items .wall-item__title a:hover {
  border-color: #aa5533;
  color: #aa5533;
}
.yuju .wall-item__title a:active,
.wall-items .wall-item__title a:active,
.yuju .wall-item__title a:focus,
.wall-items .wall-item__title a:focus {
  opacity: .7;
}
.yuju .share-panel__label,
.wall-items .share-panel__label,
.yuju .article__footer .article__meta__label,
.wall-items .article__footer .article__meta__label,
.yuju .site-intro__heading,
.wall-items .site-intro__heading,
.yuju .site-videos__heading,
.wall-items .site-videos__heading,
.yuju .menu__link,
.wall-items .menu__link {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
}
.yuju .section-title,
.wall-items .section-title {
  padding-bottom: 10px;
  border-bottom: 4px solid #e5eaef;
  margin-bottom: 30px;
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (petite) {
  .yuju .section-title,
  .wall-items .section-title {
    font-size: 1.5em;
  }
}
@media (min-width: 660px) {
  .yuju .menu__item,
  .wall-items .menu__item,
  .yuju .wall-item__body--big-text,
  .wall-items .wall-item__body--big-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }
}
.yuju input,
.wall-items input,
.yuju button,
.wall-items button,
.yuju textarea,
.wall-items textarea {
  font-family: inherit;
}
@font-face {
  font-family: 'barca';
  src: url(//static.flockler.com/assets/barcelona/fonts/barca-0a6b83646ac5ddf1ec581e692f58cad5.eot);
  src: url(//static.flockler.com/assets/barcelona/fonts/barca.eot?#iefix) format("embedded-opentype"), url(//static.flockler.com/assets/barcelona/fonts/barca-7082ba09e68af99ea85c0737aca92e77.ttf) format("truetype"), url(//static.flockler.com/assets/barcelona/fonts/barca-c356fea4af1bf0d782ed3e6adf012841.woff) format("woff"), url(//static.flockler.com/assets/barcelona/fonts/barca.svg#barca) format("svg");
  font-weight: normal;
  font-style: normal;
}
.yuju [class^="icon-"],
.wall-items [class^="icon-"],
.yuju [class*=" icon-"],
.wall-items [class*=" icon-"],
.yuju .article-image-zoom::before,
.wall-items .article-image-zoom::before {
  font-family: 'barca';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: .2em;
  margin-right: .2em;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.yuju .ie8 [class^="icon-"],
.wall-items .ie8 [class^="icon-"],
.yuju .ie8 [class*=" icon-"],
.wall-items .ie8 [class*=" icon-"] {
  font-family: 'barca' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: .2em;
  margin-right: .2em;
  text-decoration: inherit;
}
.yuju .icon-eye:before,
.wall-items .icon-eye:before {
  content: "\e610";
}
.yuju .icon-plus-sign:before,
.wall-items .icon-plus-sign:before {
  content: "\e600";
}
.yuju .icon-time:before,
.wall-items .icon-time:before {
  content: "\e601";
}
.yuju .icon-twitter:before,
.wall-items .icon-twitter:before {
  content: "\e602";
}
.yuju .icon-instagram:before,
.wall-items .icon-instagram:before {
  content: "\e603";
}
.yuju .icon-facebook:before,
.wall-items .icon-facebook:before {
  content: "\e604";
}
.yuju .icon-gplus:before,
.wall-items .icon-gplus:before {
  content: "\e605";
}
.yuju .icon-play-circle:before,
.wall-items .icon-play-circle:before {
  content: "\e606";
}
.yuju .icon-youtube:before,
.wall-items .icon-youtube:before {
  content: "\e607";
}
.yuju .icon-star:before,
.wall-items .icon-star:before {
  content: "\e608";
  font-size: 0.875em;
}
.yuju .icon-reply:before,
.wall-items .icon-reply:before {
  content: "\e609";
  font-size: 0.875em;
}
.yuju .icon-retweet:before,
.wall-items .icon-retweet:before {
  content: "\e60a";
}
.yuju .icon-home:before,
.wall-items .icon-home:before {
  content: "\e60b";
}
.yuju .icon-remove:before,
.wall-items .icon-remove:before {
  content: "\e60c";
}
.yuju .icon-zoom-in:before,
.wall-items .icon-zoom-in:before,
.yuju .article-image-zoom::before,
.wall-items .article-image-zoom::before {
  content: "\e60d";
}
.yuju .icon-search:before,
.wall-items .icon-search:before {
  content: "\e60e";
}
.yuju .icon-linkedin:before,
.wall-items .icon-linkedin:before {
  content: "\e60f";
}
.yuju .share-panel__label,
.wall-items .share-panel__label,
.yuju .search-form-action,
.wall-items .search-form-action {
  border: 0;
  -webkit-appearance: none;
}
.yuju .btn--mini,
.wall-items .btn--mini,
.yuju .article__tag,
.wall-items .article__tag {
  font-size: 0.6875em;
  font-weight: 600;
  text-transform: uppercase;
}
.yuju .btn--bright,
.wall-items .btn--bright,
.yuju .article__tag,
.wall-items .article__tag {
  background: #e91f84;
  color: white;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0 0.75em;
}
.yuju .btn--bright:hover,
.wall-items .btn--bright:hover,
.yuju .article__tag:hover,
.wall-items .article__tag:hover {
  background: #1c63a1;
  color: white;
}
.yuju .btn--share,
.wall-items .btn--share {
  display: inline;
  margin-right: 5px;
  white-space: nowrap;
}
.yuju .btn--share i,
.wall-items .btn--share i,
.yuju .btn--share span,
.wall-items .btn--share span {
  vertical-align: middle;
}
.yuju .btn--share span,
.wall-items .btn--share span {
  font-size: 0.75em;
}
.yuju .archive-wrapper,
.wall-items .archive-wrapper {
  background: white;
  max-width: 945px;
}
.yuju .archive-container,
.wall-items .archive-container {
  padding: 24px 0;
}
@media (min-width: 660px) {
  .yuju .archive-container,
  .wall-items .archive-container {
    padding: 24px 48px;
  }
}
@media (min-width: 990px) {
  .yuju .archive-container,
  .wall-items .archive-container {
    padding: 72px 0;
  }
}
.yuju .site-head,
.wall-items .site-head {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}
@media (min-width: 568px) {
  .yuju .site-head,
  .wall-items .site-head {
    margin-top: 48px;
    margin-bottom: 72px;
    padding-top: 0;
  }
}
.yuju .site-head__title__wrapper,
.wall-items .site-head__title__wrapper {
  margin-bottom: 24px;
  position: relative;
  text-align: center;
}
.yuju .site-head__title,
.wall-items .site-head__title {
  font-size: 4.5em;
  margin: auto;
}
.yuju .profile,
.wall-items .profile {
  display: block;
  margin: 18px 20px;
}
.yuju .profile__picture,
.wall-items .profile__picture {
  background-color: #b2b2b2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-right: 1em;
  overflow: hidden;
  height: 2em;
  width: 2em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.yuju .profile__picture__img,
.wall-items .profile__picture__img {
  display: block;
  height: auto;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.yuju .profile__body,
.wall-items .profile__body {
  line-height: 15px;
}
.yuju .profile__name,
.wall-items .profile__name {
  color: inherit;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yuju .ie7 .profile__name,
.wall-items .ie7 .profile__name,
.yuju .ie8 .profile__name,
.wall-items .ie8 .profile__name {
  display: inline;
}
.yuju .profile__realname,
.wall-items .profile__realname {
  padding-right: 5px;
}
.yuju .profile__context,
.wall-items .profile__context {
  display: block;
  font-size: 12px;
}
.yuju .profile__context a,
.wall-items .profile__context a {
  color: inherit;
}
.yuju .profile__realname,
.wall-items .profile__realname {
  font-weight: 700;
}
.yuju .profile__username,
.wall-items .profile__username {
  display: none;
}
.yuju .profile__context,
.wall-items .profile__context {
  color: #888888;
}
.yuju .profile,
.wall-items .profile {
  text-transform: uppercase;
}
.yuju .share-panel,
.wall-items .share-panel {
  background: #e91f84;
  color: white;
  height: 24px;
  line-height: 24px;
  padding-right: 15px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.yuju .share-panel i,
.wall-items .share-panel i {
  position: relative;
  top: 1px;
  margin-right: .25em;
}
.yuju .share-panel:before,
.wall-items .share-panel:before,
.yuju .share-panel:after,
.wall-items .share-panel:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 8px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #e91f84;
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
}
.yuju .share-panel:after,
.wall-items .share-panel:after {
  bottom: 0;
  border-bottom-color: transparent;
  border-top-color: #e91f84;
}
.yuju .share-panel__label,
.wall-items .share-panel__label,
.yuju .share-panel__buttons,
.wall-items .share-panel__buttons {
  display: inline-block;
  float: left;
  white-space: nowrap;
}
.yuju .share-panel__label,
.wall-items .share-panel__label {
  background: #e91f84;
  color: white;
  height: 24px;
  font-size: 0.6875em;
  font-weight: 600;
  margin-right: -15px;
  z-index: 1;
}
.yuju .share-panel__label:hover,
.wall-items .share-panel__label:hover {
  color: #dddddd;
}
.yuju .share-panel__label:focus,
.wall-items .share-panel__label:focus,
.yuju .share-panel__label:active,
.wall-items .share-panel__label:active {
  outline: 0;
}
.yuju .share-panel__label .icon-remove,
.wall-items .share-panel__label .icon-remove,
.yuju .share-panel__label .icon-plus-sign,
.wall-items .share-panel__label .icon-plus-sign,
.yuju .share-panel__label span,
.wall-items .share-panel__label span {
  -webkit-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  transition: opacity 600ms;
}
.yuju .share-panel__label .icon-remove,
.wall-items .share-panel__label .icon-remove {
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 8px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.yuju .show > .share-panel__label .icon-plus-sign,
.wall-items .show > .share-panel__label .icon-plus-sign {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.yuju .show > .share-panel__label .icon-remove,
.wall-items .show > .share-panel__label .icon-remove {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.yuju .show > .share-panel__label span,
.wall-items .show > .share-panel__label span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.yuju .share-panel__buttons,
.wall-items .share-panel__buttons {
  height: 24px;
  overflow: hidden;
  position: relative;
  margin-left: 5px;
  max-width: 0;
  z-index: 2;
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.yuju .share-panel__buttons,
.wall-items .share-panel__buttons,
.yuju .share-panel__buttons a,
.wall-items .share-panel__buttons a {
  color: white;
}
.yuju .share-panel__buttons a,
.wall-items .share-panel__buttons a {
  display: inline-block;
  margin: 0 -0.1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  min-width: 20px;
  -webkit-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  transition: opacity 600ms;
}
.yuju .share-panel__buttons a i:before,
.wall-items .share-panel__buttons a i:before {
  font-size: 1.4em;
  display: inline-block;
  -webkit-transform: scale(0.7) translateZ(0);
  -moz-transform: scale(0.7) translateZ(0);
  -ms-transform: scale(0.7) translateZ(0);
  -o-transform: scale(0.7) translateZ(0);
  transform: scale(0.7) translateZ(0);
  -webkit-transition: -webkit-transform 125ms;
  -moz-transition: -moz-transform 125ms;
  -o-transition: -o-transform 125ms;
  transition: transform 125ms;
}
.yuju .share-panel__buttons a:hover i:before,
.wall-items .share-panel__buttons a:hover i:before {
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  -o-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.yuju .share-panel__buttons .hidden,
.wall-items .share-panel__buttons .hidden {
  display: none;
}
.yuju .show > .share-panel__buttons,
.wall-items .show > .share-panel__buttons {
  max-width: 100px;
}
.yuju .show > .share-panel__buttons a,
.wall-items .show > .share-panel__buttons a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.yuju .wall-items,
.wall-items .wall-items {
  font-size: 0;
  overflow: hidden;
}
@media (min-width: 660px) {
  .yuju .wall-items,
  .wall-items .wall-items {
    margin-right: -15px;
  }
}
.yuju .wall-item__container,
.wall-items .wall-item__container {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 660px) {
  .yuju .wall-item__container,
  .wall-items .wall-item__container {
    width: 318px;
  }
}
@media (min-width: 1200px) {
  .yuju .wall-item__container,
  .wall-items .wall-item__container {
    width: 320px;
  }
}
.yuju .wall-item__container--pinched,
.wall-items .wall-item__container--pinched {
  display: none;
}
@media (min-width: 660px) {
  .yuju .wall-item__container--big,
  .wall-items .wall-item__container--big {
    width: 636px;
  }
}
.yuju .wall-item__container--tight .wall-item,
.wall-items .wall-item__container--tight .wall-item,
.yuju .wall-item__container--tight .wall-item--facebook,
.wall-items .wall-item__container--tight .wall-item--facebook {
  padding: 0;
}
.yuju .wall-item__container--tight img,
.wall-items .wall-item__container--tight img {
  display: block;
  margin: 0 auto;
}
.yuju .wall-item__container--transparent .wall-item,
.wall-items .wall-item__container--transparent .wall-item,
.yuju .wall-item__container--transparent .wall-item--facebook,
.wall-items .wall-item__container--transparent .wall-item--facebook {
  background: transparent;
  border: 0;
}
.yuju .wall-item,
.wall-items .wall-item,
.yuju .wall-item--facebook,
.wall-items .wall-item--facebook {
  background: white;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
@media (min-width: 660px) {
  .yuju .wall-item,
  .wall-items .wall-item,
  .yuju .wall-item--facebook,
  .wall-items .wall-item--facebook {
    margin-right: 15px;
  }
}
.yuju .wall-item .icon-play-circle,
.wall-items .wall-item .icon-play-circle,
.yuju .wall-item--facebook .icon-play-circle,
.wall-items .wall-item--facebook .icon-play-circle {
  color: white;
  font-size: 80px;
  height: 80px;
  line-height: 80px;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  text-shadow: 0 0 20px black;
  width: 80px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.yuju .wall-item--no-meta .wall-item__meta,
.wall-items .wall-item--no-meta .wall-item__meta {
  display: none;
}
.yuju .wall-item__figure,
.wall-items .wall-item__figure,
.yuju .wall-item--facebook__figure,
.wall-items .wall-item--facebook__figure {
  background: #eeeeee;
  margin: 0 0 24px;
  position: relative;
}
.yuju .wall-item__figure img,
.wall-items .wall-item__figure img,
.yuju .wall-item--facebook__figure img,
.wall-items .wall-item--facebook__figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.yuju .wall-item__figure a,
.wall-items .wall-item__figure a,
.yuju .wall-item--facebook__figure a,
.wall-items .wall-item--facebook__figure a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.yuju .wall-item__figure + .wall-item__content,
.wall-items .wall-item__figure + .wall-item__content,
.yuju .wall-item--facebook__figure + .wall-item__content,
.wall-items .wall-item--facebook__figure + .wall-item__content,
.yuju .wall-item__figure + .wall-item__attachment,
.wall-items .wall-item__figure + .wall-item__attachment,
.yuju .wall-item--facebook__figure + .wall-item__attachment,
.wall-items .wall-item--facebook__figure + .wall-item__attachment {
  margin-top: 12px;
}
.yuju .wall-item__figure--cover,
.wall-items .wall-item__figure--cover {
  background-size: cover;
  margin: 0;
  padding: 0;
}
.yuju .wall-item__figure--cover:before,
.wall-items .wall-item__figure--cover:before {
  padding-top: 56.25%;
}
.yuju .wall-item__header,
.wall-items .wall-item__header {
  margin-bottom: 12px;
}
.yuju .r .wall-item__title,
.wall-items .r .wall-item__title {
  color: #00548c;
  font-size: 1.5em;
  line-height: 1.5em;
}
.yuju .wall-item__content,
.wall-items .wall-item__content,
.yuju .wall-item__attachment,
.wall-items .wall-item__attachment {
  margin-top: 1.25em;
  padding: 0 1.25em;
}
@media (min-width: 660px) {
  .yuju .wall-item__content--faded,
  .wall-items .wall-item__content--faded {
    background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25) 45%);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(45%, rgba(0, 0, 0, 0.25)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25) 45%);
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25) 45%);
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.25) 45%);
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.25) 45%);
  }
  .yuju .ie8 .wall-item__content--faded,
  .wall-items .ie8 .wall-item__content--faded,
  .yuju .ie9 .wall-item__content--faded,
  .wall-items .ie9 .wall-item__content--faded {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=0);
  }
}
.yuju .wall-item__body,
.wall-items .wall-item__body {
  margin-bottom: 24px;
  word-break: break-word;
}
.yuju .wall-item__body img,
.wall-items .wall-item__body img {
  display: block;
}
.yuju .wall-item__body--simple-text pre,
.wall-items .wall-item__body--simple-text pre,
.yuju .wall-item__body--simple-text figure,
.wall-items .wall-item__body--simple-text figure,
.yuju .wall-item__body--simple-text img,
.wall-items .wall-item__body--simple-text img,
.yuju .wall-item__body--simple-text table,
.wall-items .wall-item__body--simple-text table,
.yuju .wall-item__body--simple-text hr,
.wall-items .wall-item__body--simple-text hr,
.yuju .wall-item__body--simple-text iframe,
.wall-items .wall-item__body--simple-text iframe,
.yuju .wall-item__body--simple-text object,
.wall-items .wall-item__body--simple-text object,
.yuju .wall-item__body--simple-text audio,
.wall-items .wall-item__body--simple-text audio,
.yuju .wall-item__body--simple-text video,
.wall-items .wall-item__body--simple-text video,
.yuju .wall-item__body--simple-text embed,
.wall-items .wall-item__body--simple-text embed,
.yuju .wall-item__body--simple-text h1,
.wall-items .wall-item__body--simple-text h1,
.yuju .wall-item__body--simple-text h2,
.wall-items .wall-item__body--simple-text h2,
.yuju .wall-item__body--simple-text h3,
.wall-items .wall-item__body--simple-text h3,
.yuju .wall-item__body--simple-text h4,
.wall-items .wall-item__body--simple-text h4,
.yuju .wall-item__body--simple-text h5,
.wall-items .wall-item__body--simple-text h5,
.yuju .wall-item__body--simple-text h6,
.wall-items .wall-item__body--simple-text h6,
.yuju .wall-item__body--simple-text div.gist,
.wall-items .wall-item__body--simple-text div.gist,
.yuju .wall-item__body--simple-text .article__gallery,
.wall-items .wall-item__body--simple-text .article__gallery {
  display: none !important;
}
.yuju .wall-item__meta,
.wall-items .wall-item__meta {
  font-size: 0.75em;
}
.yuju .wall-item__meta,
.wall-items .wall-item__meta,
.yuju .wall-item__meta a,
.wall-items .wall-item__meta a {
  color: #888888;
}
.yuju .wall-item__meta a:hover,
.wall-items .wall-item__meta a:hover {
  color: #aa5533;
}
.yuju .wall-item__publish-time,
.wall-items .wall-item__publish-time {
  display: none;
}
.yuju .wall-item__attachment,
.wall-items .wall-item__attachment {
  background: whitesmoke;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 0;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 12px;
}
.yuju .wall-item__attachment__link,
.wall-items .wall-item__attachment__link {
  overflow: hidden;
}
.yuju .wall-item__attachment__link,
.wall-items .wall-item__attachment__link,
.yuju .wall-item__attachment__link:hover,
.wall-items .wall-item__attachment__link:hover,
.yuju .wall-item__attachment__link:focus,
.wall-items .wall-item__attachment__link:focus {
  color: inherit;
}
.yuju .wall-item__attachment__header,
.wall-items .wall-item__attachment__header {
  overflow: hidden;
}
.yuju .wall-item__attachment__figure,
.wall-items .wall-item__attachment__figure {
  background: center top no-repeat;
  background-size: cover;
  float: left;
  height: 72px;
  margin-right: 10px;
  overflow: hidden;
  width: 72px;
}
.yuju .wall-item__attachment__title,
.wall-items .wall-item__attachment__title,
.yuju .wall-item__attachment__subtitle,
.wall-items .wall-item__attachment__subtitle {
  display: block;
  font-size: 0.8125em;
}
.yuju .wall-item__attachment__title,
.wall-items .wall-item__attachment__title {
  font-weight: 600;
}
.yuju .wall-item__attachment__subtitle,
.wall-items .wall-item__attachment__subtitle {
  color: #888888;
}
.yuju .wall-item__attachment__body,
.wall-items .wall-item__attachment__body {
  color: #888888;
  font-size: 0.8125em;
  margin: 12px 0 0;
}
.yuju .wall-item__footer__share__shade,
.wall-items .wall-item__footer__share__shade {
  height: 48px;
  margin-top: -24px;
  position: absolute;
  left: -35px;
  right: 0;
  top: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white 20px);
  background: -webkit-gradient(linear, 0% 50%, 20 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 20px);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white 20px);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white 20px);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white 20px);
}
.yuju .wall-item__footer__share,
.wall-items .wall-item__footer__share {
  position: absolute;
  right: -1px;
  bottom: 21px;
}
.yuju .wall-item__like-button,
.wall-items .wall-item__like-button {
  width: 100%;
  height: 30px;
}
.yuju .wall-item--article,
.wall-items .wall-item--article {
  padding: 1.5em 0;
}
.yuju .wall-item--article .wall-item__figure,
.wall-items .wall-item--article .wall-item__figure,
.yuju .wall-item--article .wall-item--facebook__figure,
.wall-items .wall-item--article .wall-item--facebook__figure {
  margin-top: -1.5em;
}
.yuju .wall-item--article .wall-item__content,
.wall-items .wall-item--article .wall-item__content,
.yuju .wall-item--article .wall-item__attachment,
.wall-items .wall-item--article .wall-item__attachment {
  margin-top: 0;
}
.yuju .wall-item--article .read-more,
.wall-items .wall-item--article .read-more {
  display: block;
  margin-top: -12px;
}
.yuju .wall-item--article .read-more span:after,
.wall-items .wall-item--article .read-more span:after {
  content: '\00bb';
  margin-left: .25em;
}
.yuju .wall-item--article__video-iframe,
.wall-items .wall-item--article__video-iframe {
  border: 0;
  margin-bottom: 24px;
  width: 100%;
}
.yuju .wall-item--image,
.wall-items .wall-item--image {
  padding-bottom: 24px;
}
@media (min-width: 660px) {
  .yuju .wall-item--image,
  .wall-items .wall-item--image {
    padding-bottom: 0;
  }
}
.yuju .wall-item--image .wall-item__figure--cover img,
.wall-items .wall-item--image .wall-item__figure--cover img {
  display: none;
}
.yuju .wall-item--image .read-more span:after,
.wall-items .wall-item--image .read-more span:after {
  content: '\00bb';
  margin-left: .25em;
}
.yuju .wall-item--image__content,
.wall-items .wall-item--image__content {
  margin-top: 0;
}
@media (min-width: 660px) {
  .yuju .wall-item--image__content,
  .wall-items .wall-item--image__content {
    color: white;
    font-weight: 300;
    padding: 0 0.9375em 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  }
  .yuju .wall-item--image__content a,
  .wall-items .wall-item--image__content a {
    color: inherit;
  }
  .yuju .wall-item--image__content .read-more,
  .wall-items .wall-item--image__content .read-more,
  .yuju .wall-item--image__content .wall-item__footer__share,
  .wall-items .wall-item--image__content .wall-item__footer__share {
    text-shadow: none;
  }
}
.yuju .wall-item--image__content .wall-item__footer__share__shade,
.wall-items .wall-item--image__content .wall-item__footer__share__shade {
  display: none;
}
.yuju .wall-item--image__body,
.wall-items .wall-item--image__body {
  font-size: 1.125em;
  margin-bottom: 12px;
}
@media (min-width: 660px) {
  .yuju .wall-item--image__title,
  .wall-items .wall-item--image__title {
    color: white;
    font-size: 2em;
    line-height: 1.125em;
    margin-top: 12px;
    text-transform: uppercase;
  }
}
.yuju .wall-item--video,
.wall-items .wall-item--video {
  padding-bottom: 24px;
}
.yuju .wall-item--video__figure,
.wall-items .wall-item--video__figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.yuju .wall-item--video__figure img,
.wall-items .wall-item--video__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.yuju .wall-item--video__figure.show-video img,
.wall-items .wall-item--video__figure.show-video img,
.yuju .wall-item--video__figure.show-video a,
.wall-items .wall-item--video__figure.show-video a {
  display: none;
}
.yuju .wall-item--video__video-iframe,
.wall-items .wall-item--video__video-iframe {
  border: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.yuju .show-video .wall-item--video__video-iframe,
.wall-items .show-video .wall-item--video__video-iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.yuju .wall-item--instagram__figure:before,
.wall-items .wall-item--instagram__figure:before {
  padding-top: 100%;
}
.yuju .wall-item--instagram__figure img,
.wall-items .wall-item--instagram__figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.yuju .wall-item--facebook__figure,
.wall-items .wall-item--facebook__figure {
  background: #888888;
}
.yuju .wall-item--facebook__figure img,
.wall-items .wall-item--facebook__figure img {
  display: block;
  margin: 0 auto;
}
.yuju .tag-list,
.wall-items .tag-list {
  padding: 48px 24px;
}
.yuju .tag-list--cloud,
.wall-items .tag-list--cloud {
  text-align: center;
}
.yuju .tag-list--cloud ul,
.wall-items .tag-list--cloud ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yuju .tag-list--cloud .tag-list__tag,
.wall-items .tag-list--cloud .tag-list__tag {
  display: inline;
  line-height: 1.3;
  padding: .25em;
}
.yuju .none,
.wall-items .none {
  border: 2px dashed #cccccc;
  color: #888888;
  font-size: 0.875em;
  margin: 0;
  padding: 48px 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.yuju .tag-list__tag--weight-12,
.wall-items .tag-list__tag--weight-12 {
  font-size: 36px;
}
.yuju .tag-list__tag--weight-11,
.wall-items .tag-list__tag--weight-11 {
  font-size: 30px;
}
.yuju .tag-list__tag--weight-10,
.wall-items .tag-list__tag--weight-10,
.yuju .tag-list__tag--weight-9,
.wall-items .tag-list__tag--weight-9,
.yuju .tag-list__tag--weight-8,
.wall-items .tag-list__tag--weight-8 {
  font-size: 28px;
}
.yuju .tag-list__tag--weight-8,
.wall-items .tag-list__tag--weight-8,
.yuju .tag-list__tag--weight-7,
.wall-items .tag-list__tag--weight-7 {
  font-size: 24px;
}
.yuju .tag-list__tag--weight-6,
.wall-items .tag-list__tag--weight-6,
.yuju .tag-list__tag--weight-5,
.wall-items .tag-list__tag--weight-5 {
  font-size: 20px;
}
.yuju .tag-list__tag--weight-4,
.wall-items .tag-list__tag--weight-4,
.yuju .tag-list__tag--weight-3,
.wall-items .tag-list__tag--weight-3 {
  font-size: 16px;
}
.yuju .tag-list__tag--weight-2,
.wall-items .tag-list__tag--weight-2 {
  font-size: 14px;
}
.yuju .tag-list__tag--weight-1,
.wall-items .tag-list__tag--weight-1 {
  font-size: 12px;
}
.yuju .is-article-view .content > .wrapper,
.wall-items .is-article-view .content > .wrapper {
  background: white;
  max-width: 945px;
}
.yuju .article-container--disqus,
.wall-items .article-container--disqus {
  padding-top: 0;
  padding-bottom: 72px;
}
.yuju .article,
.wall-items .article {
  font-size: 0.875em;
  position: relative;
}
@media (min-width: 568px) {
  .yuju .article,
  .wall-items .article {
    font-size: 1em;
  }
}
.yuju .article__title,
.wall-items .article__title {
  font-size: 1.75em;
  line-height: 1.3;
  margin: 0 0 24px;
}
@media (min-width: 660px) {
  .yuju .article-container,
  .wall-items .article-container {
    padding-left: 0;
    padding-right: 0;
  }
  .yuju .article__title,
  .wall-items .article__title {
    font-size: 2em;
  }
}
@media (min-width: 1240px) {
  .yuju .article__title,
  .wall-items .article__title {
    font-size: 2.25em;
    line-height: 1.2;
  }
}
.yuju .article__meta,
.wall-items .article__meta {
  color: #888888;
  margin: 0 0 24px;
}
.yuju .article__meta__back,
.wall-items .article__meta__back {
  display: block;
  margin-bottom: 24px;
}
.yuju .article__category,
.wall-items .article__category,
.yuju .article__published,
.wall-items .article__published,
.yuju .article__author,
.wall-items .article__author {
  display: inline-block;
  margin: 2px 0;
}
.yuju .article__category,
.wall-items .article__category {
  font-weight: 600;
  color: #00548c;
}
.yuju .article__published__datetime,
.wall-items .article__published__datetime {
  margin: 0 10px 0 5px;
}
.yuju .article__author__name,
.wall-items .article__author__name {
  margin: 0 10px 0 5px;
}
@media (min-width: 1340px) {
  .yuju .article__content,
  .wall-items .article__content {
    font-size: 1.0625em;
  }
}
.yuju .article__body,
.wall-items .article__body {
  line-height: 24px;
  word-break: break-word;
}
.yuju .article__body p img:first-child,
.wall-items .article__body p img:first-child {
  display: block;
  margin: 0 auto;
}
.yuju .article__footer,
.wall-items .article__footer {
  margin: 24px 0 72px;
}
.yuju .article__footer .btn--share,
.wall-items .article__footer .btn--share {
  margin-bottom: .5em;
  vertical-align: middle;
}
.yuju .article__footer .article__meta__label,
.wall-items .article__footer .article__meta__label {
  display: block;
  margin-bottom: 12px;
  margin-right: 6px;
  vertical-align: middle;
}
@media (min-width: 568px) {
  .yuju .article__footer .article__meta__label,
  .wall-items .article__footer .article__meta__label {
    display: inline;
  }
}
.yuju .article__share,
.wall-items .article__share {
  margin-bottom: 24px;
}
.yuju .article__share a,
.wall-items .article__share a {
  position: relative;
  top: -2px;
}
.yuju .article__share .icon-linkedin,
.wall-items .article__share .icon-linkedin {
  position: relative;
  top: -2px;
}
.yuju .article__tags__wrapper,
.wall-items .article__tags__wrapper {
  margin-bottom: 24px;
}
.yuju .article__tags,
.wall-items .article__tags {
  vertical-align: middle;
}
.yuju .article__tag,
.wall-items .article__tag {
  display: inline-block;
  margin-bottom: .25em;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yuju .article-image-zoom,
.wall-items .article-image-zoom {
  position: relative;
}
.yuju .article-image-zoom:active,
.wall-items .article-image-zoom:active {
  opacity: 1;
}
.yuju .article-image-zoom::before,
.wall-items .article-image-zoom::before {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  height: 40px;
  width: 40px;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.yuju .article__attachment,
.wall-items .article__attachment {
  margin: 0 0 24px;
}
.yuju .article__attachment--video,
.wall-items .article__attachment--video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  max-width: 100%;
}
.yuju .article__attachment--video__iframe,
.wall-items .article__attachment--video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.yuju .article__attachment--tweet iframe,
.wall-items .article__attachment--tweet iframe {
  max-width: 100%;
  width: 98%;
  margin: 0 auto;
}
.yuju .article__attachment--instagram-item,
.wall-items .article__attachment--instagram-item {
  margin: -8px;
  max-height: 710px;
  overflow: hidden;
}
.yuju .article__attachment--instagram-item__iframe,
.wall-items .article__attachment--instagram-item__iframe {
  height: 0;
  margin: 0 auto;
  max-width: 612px;
  padding-top: 100%;
  padding-bottom: 98px;
  position: relative;
  width: 100%;
}
.yuju .article__attachment--instagram-item__iframe iframe,
.wall-items .article__attachment--instagram-item__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.yuju .is-page-view .content > .wrapper,
.wall-items .is-page-view .content > .wrapper {
  background: white;
  max-width: 945px;
}
.yuju .search-wrapper,
.wall-items .search-wrapper {
  background: white;
  max-width: 945px;
}
.yuju .search-content,
.wall-items .search-content {
  padding: 24px 0;
}
@media (min-width: 660px) {
  .yuju .search-content,
  .wall-items .search-content {
    padding: 24px 48px;
  }
}
@media (min-width: 990px) {
  .yuju .search-content,
  .wall-items .search-content {
    padding: 72px 0;
  }
}
.yuju .search-header,
.wall-items .search-header {
  margin-bottom: 48px;
}
.yuju .search-results-title,
.wall-items .search-results-title {
  line-height: 1;
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #eeeeee;
}
@media (min-width: 660px) {
  .yuju .search-results-title,
  .wall-items .search-results-title {
    font-size: 22px;
    font-weight: 300;
  }
}
.yuju .search-form,
.wall-items .search-form {
  position: relative;
}
.yuju .search-form .icon-search,
.wall-items .search-form .icon-search {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 8px;
  color: #888888;
  font-size: 14px;
}
.yuju input.search-form-keyword,
.wall-items input.search-form-keyword {
  display: block;
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  line-height: 18px;
  height: 38px;
  border: 2px solid #eeeeee;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.yuju input.search-form-keyword:focus,
.wall-items input.search-form-keyword:focus,
.yuju input.search-form-keyword:hover,
.wall-items input.search-form-keyword:hover {
  border-color: #cccccc;
  outline: 0;
}
@media (min-width: 660px) {
  .yuju input.search-form-keyword,
  .wall-items input.search-form-keyword {
    font-size: 16px;
  }
}
.yuju .search-form-action,
.wall-items .search-form-action {
  background: #e91f84;
  color: white;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  height: 38px;
  border-width: 2px;
  border-style: solid;
  border-color: #d91577;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.yuju .search-form-action:focus,
.wall-items .search-form-action:focus,
.yuju .search-form-action:hover,
.wall-items .search-form-action:hover {
  background: #d91577;
  outline: 0;
}
.yuju .search-result,
.wall-items .search-result {
  position: relative;
  padding: 1em;
  overflow: hidden;
  cursor: pointer;
  min-height: 120px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.yuju .search-result:hover,
.wall-items .search-result:hover {
  background-color: whitesmoke;
}
.yuju a.search-result-link,
.wall-items a.search-result-link {
  color: inherit;
}
.yuju .search-result-title,
.wall-items .search-result-title {
  margin: 4px 0 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.1;
}
@media (min-width: 660px) {
  .yuju .search-result-title,
  .wall-items .search-result-title {
    font-size: 19px;
  }
}
.yuju .search-result-snippet,
.wall-items .search-result-snippet {
  font-size: 13px;
}
@media (min-width: 660px) {
  .yuju .search-result-snippet,
  .wall-items .search-result-snippet {
    font-size: 14px;
  }
}
.yuju .search-result-read-more,
.wall-items .search-result-read-more {
  color: #00548c;
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin-top: 8px;
  text-transform: uppercase;
}
.yuju .search-result-cover,
.wall-items .search-result-cover {
  position: relative;
  float: none;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 0 0 1em;
  overflow: hidden;
}
.yuju .search-result-instagram .search-result-cover,
.wall-items .search-result-instagram .search-result-cover {
  padding-top: 100%;
}
@media (min-width: 568px) {
  .yuju .search-result-cover,
  .wall-items .search-result-cover {
    float: left;
    width: 120px;
    height: 120px;
    padding-top: 0;
    overflow: hidden;
    margin: 0 1.5em 0 0;
  }
  .yuju .search-result-instagram .search-result-cover,
  .wall-items .search-result-instagram .search-result-cover {
    padding-top: 0;
  }
}
.yuju .search-result-cover [class^="icon-"],
.wall-items .search-result-cover [class^="icon-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  margin: auto;
  text-align: center;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.yuju .search-result-cover-overlay,
.wall-items .search-result-cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yuju .search-result-cover-img,
.wall-items .search-result-cover-img {
  max-width: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 568px) {
  .yuju .search-result-cover-img,
  .wall-items .search-result-cover-img {
    width: auto;
    height: 100%;
  }
}
.yuju .search-result-profile,
.wall-items .search-result-profile {
  height: 32px;
  font-size: 13px;
  margin: 2px 0 12px;
}
.yuju .search-result-profile-avatar,
.wall-items .search-result-profile-avatar {
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin-right: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.yuju .search-result-profile-avatar img,
.wall-items .search-result-profile-avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.yuju .search-result-profile-realname,
.wall-items .search-result-profile-realname {
  font-weight: 700;
}
.yuju .search-result-profile-username,
.wall-items .search-result-profile-username {
  margin-right: 5px;
}
.yuju .search-result-profile-meta,
.wall-items .search-result-profile-meta {
  display: block;
  height: 14px;
  line-height: 14px;
  font-size: 11px;
  color: #888888;
}
.yuju .site-head,
.wall-items .site-head {
  background: no-repeat center top #fbe3eb;
  padding: 47px 0 24px 0;
  margin: 0;
  background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/header-bg-small-5376e2088e0bc2462cfeecdc72d6b487.png);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
  .yuju .site-head,
  .wall-items .site-head {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/header-bg-small-2x-93913397f08e652e125a8a14abc2828e.png);
    background-size: 640px 34px;
  }
  .yuju .ie7 .site-head,
  .wall-items .ie7 .site-head {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/header-bg-small-5376e2088e0bc2462cfeecdc72d6b487.png);
  }
  .yuju .ie8 .site-head,
  .wall-items .ie8 .site-head {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/header-bg-small-5376e2088e0bc2462cfeecdc72d6b487.png);
  }
}
@media (min-width: 660px) {
  .yuju .site-head,
  .wall-items .site-head {
    padding: 67px 0;
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/header-bg-med-469e1c81c38ce15d8b27d39a8831a97a.png);
  }
}
@media (min-width: 660px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 660px) and (min-resolution: 124.8dpi), (min-width: 660px) and (min-resolution: 1.3dppx) {
  .yuju .site-head,
  .wall-items .site-head {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/header-bg-med-2x-b18e5503db3c9e3e4d86ad1c3ee559dc.png);
    background-size: 960px 52px;
  }
  .yuju .ie7 .site-head,
  .wall-items .ie7 .site-head {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/header-bg-med-469e1c81c38ce15d8b27d39a8831a97a.png);
  }
  .yuju .ie8 .site-head,
  .wall-items .ie8 .site-head {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/header-bg-med-469e1c81c38ce15d8b27d39a8831a97a.png);
  }
}
@media (min-width: 1240px) {
  .yuju .site-head,
  .wall-items .site-head {
    padding: 107px 0 40px 0;
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/header-bg-089e289c3df0090f03407d501f023462.png);
  }
}
@media (min-width: 1240px) and (-webkit-min-device-pixel-ratio: 1.3), (min-width: 1240px) and (min-resolution: 124.8dpi), (min-width: 1240px) and (min-resolution: 1.3dppx) {
  .yuju .site-head,
  .wall-items .site-head {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/header-bg-2x-7fddda4179c21307d8caf6727049fe13.png);
    background-size: 1844px 99px;
  }
  .yuju .ie7 .site-head,
  .wall-items .ie7 .site-head {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/header-bg-089e289c3df0090f03407d501f023462.png);
  }
  .yuju .ie8 .site-head,
  .wall-items .ie8 .site-head {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/header-bg-089e289c3df0090f03407d501f023462.png);
  }
}
.yuju .site-head__title,
.wall-items .site-head__title {
  background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/logo-c62164819ff7a89cc8ee1749c5bef761.png);
  width: 112px;
  height: 133px;
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
  .yuju .site-head__title,
  .wall-items .site-head__title {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/logo-2x-36b9216dd480dff8d0f0751d9ec0629a.png);
    background-size: 112px 133px;
  }
  .yuju .ie7 .site-head__title,
  .wall-items .ie7 .site-head__title {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/logo-c62164819ff7a89cc8ee1749c5bef761.png);
  }
  .yuju .ie8 .site-head__title,
  .wall-items .ie8 .site-head__title {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/logo-c62164819ff7a89cc8ee1749c5bef761.png);
  }
}
.yuju .site-head__title:active,
.wall-items .site-head__title:active {
  opacity: 1;
}
.yuju .site-intro,
.wall-items .site-intro {
  text-align: center;
  margin-bottom: 24px;
}
.yuju .site-intro__heading,
.wall-items .site-intro__heading {
  font-size: 1.5em;
  font-weight: bold;
  color: #e62784;
  margin-bottom: 8px;
}
@media (min-width: 990px) {
  .yuju .site-intro__heading:before,
  .wall-items .site-intro__heading:before,
  .yuju .site-intro__heading:after,
  .wall-items .site-intro__heading:after {
    content: '';
    display: inline-block;
    background: #e62784;
    width: 80px;
    height: 6px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    border-radius: 5px;
  }
}
.yuju .site-intro__heading:before,
.wall-items .site-intro__heading:before {
  right: 20px;
}
.yuju .site-intro__heading:after,
.wall-items .site-intro__heading:after {
  left: 20px;
}
@media (min-width: 660px) {
  .yuju .site-intro__heading,
  .wall-items .site-intro__heading {
    font-size: 1.75em;
  }
}
@media (min-width: 990px) {
  .yuju .site-intro__heading,
  .wall-items .site-intro__heading {
    font-size: 2.25em;
  }
}
.yuju .site-intro__subheading,
.wall-items .site-intro__subheading {
  font-size: 0.9375em;
  line-height: 1.5em;
  color: #e62784;
  font-weight: 500;
  max-width: 760px;
  margin: 0 auto;
}
@media (min-width: 660px) {
  .yuju .site-intro__subheading,
  .wall-items .site-intro__subheading {
    font-size: 1.125em;
  }
}
.yuju .site-intro__subheading + .site-intro__subheading,
.wall-items .site-intro__subheading + .site-intro__subheading {
  margin-top: 12px;
}
.yuju .site-videos,
.wall-items .site-videos {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  margin: 0;
  max-height: 0;
}
@media (min-width: 660px) {
  .yuju .site-videos,
  .wall-items .site-videos {
    max-height: none;
  }
}
.yuju .site-videos li,
.wall-items .site-videos li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-top: 32px;
}
@media (min-width: 660px) {
  .yuju .site-videos li,
  .wall-items .site-videos li {
    width: 50%;
    float: left;
    min-height: 220px;
  }
}
@media (min-width: 990px) {
  .yuju .site-videos li,
  .wall-items .site-videos li {
    width: 25%;
    padding: 0 24px;
  }
}
@media (min-width: 1340px) {
  .yuju .site-videos li,
  .wall-items .site-videos li {
    padding: 0;
  }
}
.yuju .site-videos__heading,
.wall-items .site-videos__heading {
  font-size: 1.5em;
  color: #f3a600;
  margin-bottom: 20px;
}
.yuju .site-videos__thumnbail,
.wall-items .site-videos__thumnbail {
  display: block;
  margin: 0 auto 10px auto;
  border: 3px solid #f3a600;
  border-radius: 10px;
  max-width: 255px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 990px) {
  .yuju .site-videos__thumnbail,
  .wall-items .site-videos__thumnbail {
    max-width: 100%;
  }
}
.yuju .site-videos__play,
.wall-items .site-videos__play {
  font-size: 1.125em;
  color: #e62784;
  display: block;
  margin: 0 auto;
  max-width: 255px;
}
.yuju .site-videos__play:hover,
.wall-items .site-videos__play:hover,
.yuju .site-videos__play:focus,
.wall-items .site-videos__play:focus {
  color: #e93e91;
}
.yuju .site-videos__play:hover .site-videos__thumnbail,
.wall-items .site-videos__play:hover .site-videos__thumnbail,
.yuju .site-videos__play:focus .site-videos__thumnbail,
.wall-items .site-videos__play:focus .site-videos__thumnbail {
  border-color: #d39103;
}
.yuju .site-videos__play:active,
.wall-items .site-videos__play:active {
  opacity: 1;
}
.yuju .site-videos__play span,
.wall-items .site-videos__play span {
  background: no-repeat center left;
  background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/play-btn-04ed0b522b00ea98f5644010ef2cb6b9.png);
  padding: 4px 0 4px 40px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi), (min-resolution: 1.3dppx) {
  .yuju .site-videos__play span,
  .wall-items .site-videos__play span {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/play-btn-2x-d6991d9e6b9e1d4e2e3d55e7e71920e0.png);
    background-size: 32px 32px;
  }
  .yuju .ie7 .site-videos__play span,
  .wall-items .ie7 .site-videos__play span {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/play-btn-04ed0b522b00ea98f5644010ef2cb6b9.png);
  }
  .yuju .ie8 .site-videos__play span,
  .wall-items .ie8 .site-videos__play span {
    background-image: url(//static.flockler.com/assets/barcelona/customizations/yuju/images/play-btn-04ed0b522b00ea98f5644010ef2cb6b9.png);
  }
}
.yuju .site-video__item--placeholder .site-videos__heading,
.wall-items .site-video__item--placeholder .site-videos__heading {
  color: #bbbbbb;
}
.yuju .site-video__item--placeholder .site-videos__thumnbail,
.wall-items .site-video__item--placeholder .site-videos__thumnbail {
  border-color: #bbbbbb;
}
.yuju .image-placeholder-wrap,
.wall-items .image-placeholder-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 255px;
}
.yuju .placeholder-banner,
.wall-items .placeholder-banner {
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.375em;
  padding: 10px 0;
  color: #e62784;
  position: absolute;
  top: 35px;
  left: 3px;
  right: 3px;
}
@media (min-width: 990px) {
  .yuju .placeholder-banner,
  .wall-items .placeholder-banner {
    font-size: 0.975em;
  }
}
@media (min-width: 1340px) {
  .yuju .placeholder-banner,
  .wall-items .placeholder-banner {
    font-size: 1.375em;
  }
}
.yuju .is-expanded,
.wall-items .is-expanded {
  max-height: none !important;
  margin-bottom: 24px;
}
.yuju .wall-items .button-wrapper,
.wall-items .wall-items .button-wrapper {
  text-align: center;
}
.yuju .wall-items .button,
.wall-items .wall-items .button {
  display: inline-block;
  padding: 10px 60px;
  background: #e62784;
  color: white;
  border-radius: 5px;
}
.yuju .wall-items .button:hover,
.wall-items .wall-items .button:hover,
.yuju .wall-items .button:focus,
.wall-items .wall-items .button:focus,
.yuju .wall-items .button.active,
.wall-items .wall-items .button.active {
  background: #e93e91;
  color: white;
}
.yuju .wall-items .button:active,
.wall-items .wall-items .button:active {
  opacity: 1;
}
.yuju .wall-items .button--video,
.wall-items .wall-items .button--video {
  margin-bottom: 12px;
}
@media (min-width: 660px) {
  .yuju .wall-items .button--video,
  .wall-items .wall-items .button--video {
    display: none;
  }
}
.yuju .wall-items .button--nav,
.wall-items .wall-items .button--nav {
  padding: 10px 76px;
}
@media (min-width: 660px) {
  .yuju .wall-items .button--nav,
  .wall-items .wall-items .button--nav {
    display: none;
  }
}
.yuju .wall-items .button--nav:after,
.wall-items .wall-items .button--nav:after,
.yuju .wall-items .button--video:after,
.wall-items .wall-items .button--video:after {
  content: '▼';
  font-size: 11px;
  margin-left: 8px;
}
.yuju .wall-items .button--nav.active,
.wall-items .wall-items .button--nav.active,
.yuju .wall-items .button--video.active,
.wall-items .wall-items .button--video.active {
  background: #c3176b;
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.yuju .wall-items .button--nav.active:after,
.wall-items .wall-items .button--nav.active:after,
.yuju .wall-items .button--video.active:after,
.wall-items .wall-items .button--video.active:after {
  content: '▲';
}
.yuju .menu,
.wall-items .menu {
  margin-bottom: 40px;
}
.yuju .menu__items,
.wall-items .menu__items {
  overflow: hidden;
  max-height: 0;
}
@media (min-width: 660px) {
  .yuju .menu__items,
  .wall-items .menu__items {
    max-height: none;
    margin-top: 27px;
  }
}
@media (min-width: 660px) {
  .yuju .menu__items:after,
  .wall-items .menu__items:after {
    content: '';
    display: block;
    max-width: 1046px;
    height: 6px;
    border-radius: 5px;
    margin: 15px auto 0 auto;
    background: white;
  }
}
.yuju .menu__item,
.wall-items .menu__item {
  display: block;
  border-bottom: 1px solid #dfdfdf;
}
.yuju .menu__item:last-child,
.wall-items .menu__item:last-child {
  border-bottom: none;
}
@media (min-width: 660px) {
  .yuju .menu__item,
  .wall-items .menu__item {
    display: inline-block;
    border-bottom: none;
    border-right: 3px solid #f3a600;
    line-height: 1;
    margin: 0;
  }
  .yuju .menu__item:last-child,
  .wall-items .menu__item:last-child {
    border-right: 0;
  }
  .yuju .menu__item:last-child .menu__link,
  .wall-items .menu__item:last-child .menu__link {
    margin-right: 0;
  }
}
.yuju .menu__link,
.wall-items .menu__link {
  display: block;
  color: #f3a600;
  font-weight: bold;
  font-size: 16px;
  margin: 0 16px;
  padding: 10px;
}
.yuju .menu__link:hover,
.wall-items .menu__link:hover,
.yuju .menu__link:focus,
.wall-items .menu__link:focus {
  color: #d99500;
}
@media (min-width: 660px) {
  .yuju .menu__link,
  .wall-items .menu__link {
    margin: 0 3px;
  }
}
@media (min-width: 990px) {
  .yuju .menu__link,
  .wall-items .menu__link {
    margin: 0 16px;
  }
}
.yuju .menu__link--active,
.wall-items .menu__link--active {
  border: none;
  color: #e62784;
}
.yuju .menu__link--active:hover,
.wall-items .menu__link--active:hover,
.yuju .menu__link--active:focus,
.wall-items .menu__link--active:focus {
  border: none;
  color: #e62784;
}
.yuju .icon-home,
.wall-items .icon-home {
  display: none;
}
.yuju .menu-item-prepend,
.wall-items .menu-item-prepend {
  color: #e62784;
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
  display: inline-block;
}
@media (min-width: 660px) {
  .yuju .menu-item-prepend,
  .wall-items .menu-item-prepend {
    margin: 0 0 12px 0;
    display: block;
  }
}
@media (min-width: 990px) {
  .yuju .menu-item-prepend,
  .wall-items .menu-item-prepend {
    display: inline-block;
  }
}
.yuju .share-panel:before,
.wall-items .share-panel:before,
.yuju .share-panel:after,
.wall-items .share-panel:after {
  display: none;
}
.yuju .wall-item__title a,
.wall-items .wall-item__title a {
  font-weight: 500;
}
.yuju .share-panel__label,
.wall-items .share-panel__label,
.yuju .profile__realname,
.wall-items .profile__realname {
  font-weight: 500;
}
.yuju .article__meta__back,
.wall-items .article__meta__back {
  display: none;
}
.yuju .article__title,
.wall-items .article__title {
  font-weight: 500;
}
.yuju .article__body blockquote,
.wall-items .article__body blockquote {
  padding-left: 0;
  border: none;
  margin-left: 0;
  font-size: 1.5625em;
  font-weight: 400;
  line-height: 1.4em;
  padding-left: 3em;
  color: black;
}
.yuju .article__body blockquote:before,
.wall-items .article__body blockquote:before {
  font-family: "Helvetica Neue", sans-serif;
  content: "\201C";
  font-size: 110px;
  line-height: 0;
  display: block;
  position: relative;
  left: -70px;
  top: 45px;
  color: #e91f84;
}
.yuju .article__body ol,
.wall-items .article__body ol {
  list-style: none;
  counter-reset: ol-counter;
  padding: 0;
}
.yuju .article__body ol li,
.wall-items .article__body ol li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 3px;
}
.yuju .article__body ol li:last-child,
.wall-items .article__body ol li:last-child,
.yuju .article__body ol li :last-child,
.wall-items .article__body ol li :last-child {
  margin-bottom: 0;
}
.yuju .article__body ol li:before,
.wall-items .article__body ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #e91f84;
  content: counter(ol-counter, decimal-leading-zero);
  counter-increment: ol-counter;
  font-weight: 700;
}
.yuju .article__body ul,
.wall-items .article__body ul {
  list-style: none;
  padding: 0;
}
.yuju .article__body ul li,
.wall-items .article__body ul li {
  position: relative;
  padding-left: 40px;
}
.yuju .article__body ul li:last-child,
.wall-items .article__body ul li:last-child,
.yuju .article__body ul li :last-child,
.wall-items .article__body ul li :last-child {
  margin-bottom: 0;
}
.yuju .article__body ul li:before,
.wall-items .article__body ul li:before {
  position: absolute;
  top: 7px;
  left: 2px;
  content: '\2022';
  font-size: 38px;
  line-height: 0;
  color: #e91f84;
}
.yuju .article__body img,
.wall-items .article__body img {
  display: block;
  margin: 0 auto;
}
.yuju .article__body .image-caption-title,
.wall-items .article__body .image-caption-title {
  margin-bottom: 24px;
  display: block;
  text-align: center;
  margin-top: 5px;
  font-family: Roboto;
  font-size: 13px;
}
.yuju .article__body iframe[src*="//www.youtube.com/"],
.wall-items .article__body iframe[src*="//www.youtube.com/"] {
  width: 100%;
  height: 200px;
}
@media (min-width: 568px) {
  .yuju .article__body iframe[src*="//www.youtube.com/"],
  .wall-items .article__body iframe[src*="//www.youtube.com/"] {
    height: 270px;
  }
}
@media (min-width: 660px) {
  .yuju .article__body iframe[src*="//www.youtube.com/"],
  .wall-items .article__body iframe[src*="//www.youtube.com/"] {
    height: 355px;
  }
}
.yuju .article__heading--h2,
.wall-items .article__heading--h2 {
  margin-bottom: 18px;
}
.yuju .article__heading--h2,
.wall-items .article__heading--h2,
.yuju .article__heading--h3,
.wall-items .article__heading--h3,
.yuju .article__heading--h4,
.wall-items .article__heading--h4 {
  font-weight: 500;
}
.yuju .article__share,
.wall-items .article__share {
  margin: 0;
}
.yuju .article__share .article__meta__label,
.wall-items .article__share .article__meta__label {
  font-weight: 500;
}
.yuju .article__share .btn--share span,
.wall-items .article__share .btn--share span {
  display: none;
}
.yuju .article__share i,
.wall-items .article__share i {
  font-size: 1.375em;
  color: #666666;
}
.yuju .article__share i:hover,
.wall-items .article__share i:hover,
.yuju .article__share i:focus,
.wall-items .article__share i:focus {
  color: #e62784;
}
@font-face {
  font-family: 'barca';
  src: url(//static.flockler.com/assets/barcelona/customizations/yuju/fonts/barca-c83a9fddd99fd6aea53a00c3cec5f4f2.eot);
  src: url(//static.flockler.com/assets/barcelona/customizations/yuju/fonts/barca.eot?#iefix) format("embedded-opentype"), url(//static.flockler.com/assets/barcelona/customizations/yuju/fonts/barca-be1d1dbbed34a6c44f142f17d2f22a16.ttf) format("truetype"), url(//static.flockler.com/assets/barcelona/customizations/yuju/fonts/barca-009665f45f020495395ec3c9c13e87a9.woff) format("woff"), url(//static.flockler.com/assets/barcelona/customizations/yuju/fonts/barca.svg#barca) format("svg");
  font-weight: normal;
  font-style: normal;
}
.yuju [class^="icon-"],
.wall-items [class^="icon-"],
.yuju [class*=" icon-"],
.wall-items [class*=" icon-"] {
  font-family: 'barca';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.yuju .icon-user:before,
.wall-items .icon-user:before {
  content: "\f007";
}
.yuju .icon-email:before,
.wall-items .icon-email:before {
  content: "\f003";
}
.yuju .icon-phone:before,
.wall-items .icon-phone:before {
  content: "\f10b";
}
.yuju .icon-twitter-square:before,
.wall-items .icon-twitter-square:before,
.yuju .article__share .icon-twitter:before,
.wall-items .article__share .icon-twitter:before {
  content: "\f081";
}
.yuju .icon-facebook-square:before,
.wall-items .icon-facebook-square:before,
.yuju .article__share .icon-facebook:before,
.wall-items .article__share .icon-facebook:before {
  content: "\f082";
}
.yuju .icon-google-plus-square:before,
.wall-items .icon-google-plus-square:before,
.yuju .article__share .icon-gplus:before,
.wall-items .article__share .icon-gplus:before {
  content: "\f0d4";
}
.yuju .icon-plus-sign:before,
.wall-items .icon-plus-sign:before {
  content: "\e600";
}
.yuju .icon-time:before,
.wall-items .icon-time:before {
  content: "\e601";
}
.yuju .icon-twitter:before,
.wall-items .icon-twitter:before {
  content: "\e602";
}
.yuju .icon-instagram:before,
.wall-items .icon-instagram:before {
  content: "\e603";
}
.yuju .icon-facebook:before,
.wall-items .icon-facebook:before {
  content: "\e604";
}
.yuju .icon-gplus:before,
.wall-items .icon-gplus:before {
  content: "\e605";
}
.yuju .icon-play-circle:before,
.wall-items .icon-play-circle:before {
  content: "\e606";
}
.yuju .icon-youtube:before,
.wall-items .icon-youtube:before {
  content: "\e607";
}
.yuju .icon-star:before,
.wall-items .icon-star:before {
  content: "\e608";
}
.yuju .icon-reply:before,
.wall-items .icon-reply:before {
  content: "\e609";
}
.yuju .icon-retweet:before,
.wall-items .icon-retweet:before {
  content: "\e60a";
}
.yuju .icon-home:before,
.wall-items .icon-home:before {
  content: "\e60b";
}
.yuju .icon-remove:before,
.wall-items .icon-remove:before {
  content: "\e60c";
}
.yuju .icon-zoom-in:before,
.wall-items .icon-zoom-in:before,
.yuju .article-image-zoom::before,
.wall-items .article-image-zoom::before {
  content: "\e60d";
}
.yuju .icon-search:before,
.wall-items .icon-search:before {
  content: "\e60e";
}
.yuju .icon-linkedin:before,
.wall-items .icon-linkedin:before {
  content: "\e60f";
}
.yuju .icon-uniE610:before,
.wall-items .icon-uniE610:before {
  content: "\e610";
}
@-webkit-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-moz-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-ms-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@-o-keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
@keyframes playload {
  from {
    background-position: 0px;
  }
  to {
    background-position: -576px;
  }
}
.yuju .icon-time,
.wall-items .icon-time,
.yuju .wall-item__publish-date,
.wall-items .wall-item__publish-date,
.yuju .wall-item__publish-time,
.wall-items .wall-item__publish-time {
  color: #888888;
}
.yuju .wall-items a.btn--bright,
.wall-items .wall-items a.btn--bright {
  color: white;
}
.wall-items__load-more {
  color: white;
  margin: 48px auto;
  max-width: 280px;
  text-align: center;
}
.wall-items__load-more.hidden {
  display: none;
}
.wall-items__load-more__button {
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 1px;
  border: 0;
  -webkit-appearance: none;
  background: #e91f84;
  color: white;
  display: inline-block;
  font-size: 0.875em;
  padding: 12px 24px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.wall-items__load-more__button:hover {
  background: #eb3691;
  color: white;
}
.loading > .wall-items__load-more__button {
  display: none;
}
.wall-items__load-more__loading {
  display: none;
}
.loading > .wall-items__load-more__loading {
  display: block;
}
.flockler-without-image-link .wall-items .wall-item__figure a {
  pointer-events: none;
}
.flockler--com {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .flockler--com {
    max-width: 640px;
  }
}
@media screen and (min-width: 960px) {
  .flockler--com {
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .flockler--com {
    max-width: 1280px;
  }
}
.flockler--com .wall-items__load-more__button {
  background-color: #1464ab;
}
.flockler--com .wall-item__container {
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  font-family: "Omnes-Pro", Arial, sans-serif;
  margin: 10px;
  vertical-align: top;
  overflow: hidden;
  width: 94%;
  /* jakolinkit */

}
@media screen and (min-width: 660px) {
  .flockler--com .wall-item__container {
    width: 300px;
  }
}
.flockler--com .wall-item__container .wall-item__header {
  border-bottom: 4px solid #e3e3e3;
  padding: 0 0 10px;
}
.flockler--com .wall-item__container .wall-item__body a,
.flockler--com .wall-item__container .wall-item__body a:visited {
  color: #444444;
}
.flockler--com .wall-item__container .wall-item__body a:hover,
.flockler--com .wall-item__container .wall-item__body a:visited:hover {
  color: #444444;
}
.flockler--com .wall-item__container .wall-item__meta {
  border-top: 2px solid #e3e3e3;
  padding-top: 10px;
}
.flockler--com .wall-item__container .wall-item {
  margin-right: 0px;
}
.flockler--com .wall-item__container .btn--bright,
.flockler--com .wall-item__container .article__tag,
.flockler--com .wall-item__container .read-more {
  color: #009bd5 !important;
  background: none !important;
  text-transform: none !important;
  padding: 0px !important;
}
.flockler--com .wall-item__container .share-panel,
.flockler--com .wall-item__container .share-panel__label {
  border-radius: 4px 0 0 4px;
  background-color: #1464ab;
}
.flockler--com .wall-item__container .share-panel__buttons,
.flockler--com .wall-item__container .share-panel__buttons a {
  color: white !important;
}
.flockler--com .wall-item__container .share-panel .share-panel__label {
  font-size: 70%;
  line-height: normal;
  margin: 0;
  padding-left: 5px;
  border-radius: 4px 0 0 4px;
  background: #1464ab;
}
.flockler--com .wall-items .profile {
  margin: 14px 20px;
  padding-top: 14px;
  border-top: 1px solid #eeeeee;
}
.flockler--com .flockler-post {
  width: 300px;
}
.paralleller {
  zoom: 1;
  margin: 20px 0;
  padding: 20px 0;
}
.paralleller:before,
.paralleller:after {
  content: "";
  display: table;
}
.paralleller:after {
  clear: both;
}
.paralleller__item {
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .paralleller--phone-tablet-border-first .paralleller__item:first-child {
    margin-bottom: 20px;
    border-bottom: 1px solid #bbd9ef;
  }
}
@media screen and (min-width: 960px) {
  .paralleller__item {
    width: 480px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .no-flexbox .paralleller__item {
    display: table-cell;
    vertical-align: middle;
  }
  .paralleller__item:first-child {
    padding-right: 20px;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .paralleller__item:last-child {
    border-left: 1px solid #bbd9ef;
    padding-left: 20px;
    margin-left: 20px;
  }
}
.paralleller__item--one-plus-one:last-child {
  margin-left: 0;
}
@media screen and (min-width: 1280px) {
  .paralleller__item {
    width: 640px;
  }
}
.paralleller__title,
h3.paralleller__title {
  padding: 0;
  margin-bottom: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 960px) {
  .paralleller__title,
  h3.paralleller__title {
    padding-left: 20px;
  }
}
@media screen and (min-width: 640px) {
  .paralleller {
    margin: 30px 0;
    padding: 30px 0;
  }
  .paralleller--onepager {
    margin: 0px;
  }
}
@media screen and (min-width: 960px) {
  .paralleller {
    padding-bottom: 20px;
  }
}
.paralleller-inner--beneath-eachother {
  zoom: 1;
}
.paralleller-inner--beneath-eachother:before,
.paralleller-inner--beneath-eachother:after {
  content: "";
  display: table;
}
.paralleller-inner--beneath-eachother:after {
  clear: both;
}
.paralleller--connect-footer {
  margin: 0;
  margin-bottom: -37px;
}
@media screen and (min-width: 640px) {
  .paralleller--connect-footer {
    margin: 0;
    margin-bottom: -75px;
  }
}
.paralleller-inner {
  zoom: 1;
}
.paralleller-inner:before,
.paralleller-inner:after {
  content: "";
  display: table;
}
.paralleller-inner:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .paralleller-inner {
    border-collapse: collapse;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .no-flexbox .paralleller-inner {
    display: table;
    table-layout: fixed;
  }
}
@media screen and (min-width: 960px) {
  .paralleller--one-plus-two {
    padding: 0 30px;
  }
}
.paralleller--onepager {
  padding: 24px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .paralleller--onepager {
    padding: 48px 0px 48px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .paralleller--onepager {
    padding: 72px 0px 72px 0px;
  }
}
.paralleller--onepager .paralleller-inner {
  max-width: 1120px;
  display: block;
  overflow: hidden;
  margin-top: 24px;
}
.paralleller--onepager .paralleller-inner:before,
.paralleller--onepager .paralleller-inner:after {
  display: inline;
}
.paralleller--onepager .paralleller-inner:after {
  clear: none;
}
.paralleller--onepager .paralleller__title {
  color: #222222;
  text-align: center;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  width: 640px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  padding-bottom: 24px;
  padding-left: 0px;
  margin: 10px 0px 20px 0px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .paralleller--onepager .paralleller__title {
    font-size: 36px;
    line-height: 40px;
  }
}
.paralleller--com .paralleller--onepager .paralleller__title {
  color: black;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (min-width: 640px) {
  .paralleller--com .paralleller--onepager .paralleller__title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 7px;
  }
}
@media screen and (min-width: 640px) {
  .paralleller--onepager {
    font-size: 36px;
    line-height: 40px;
  }
}
.paralleller--onepager .paralleller__text {
  padding: 0 0 24px 0px;
  width: 640px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .paralleller--onepager .paralleller__text {
    padding: 24px;
    width: 100%;
  }
}
.paralleller--onepager .paralleller__item {
  min-height: 192px;
  width: 100%;
  min-width: 100%;
  padding: 0px;
  border: 0px;
  margin: 0px;
  text-align: center;
}
.paralleller--onepager .paralleller--onepager__button {
  display: none;
}
.paralleller--onepager--nobottompadding {
  padding: 24px 24px 0 24px;
}
@media screen and (min-width: 640px) {
  .paralleller--onepager--nobottompadding {
    padding: 72px 0px 0px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .paralleller--onepager--nobottompadding {
    padding: 96px 0px 0px 0px;
  }
}
.paralleller--onepager--topmargin {
  margin-top: 24px;
}
.paralleller--com .paralleller__title {
  color: black;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (min-width: 640px) {
  .paralleller--com .paralleller__title {
    font-family: "omnes-pro", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    font-weight: 300;
    letter-spacing: 7px;
    padding-bottom: 48px;
  }
}
.paralleller--grid {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.paralleller--grid .paralleller-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .paralleller--grid .paralleller__title {
    margin: 24px 0;
  }
}
.paralleller--grid .paralleller__item {
  min-height: 200px;
  min-width: 100%;
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .paralleller--grid .paralleller__item {
    flex: 1 1 240px;
    min-width: 240px;
    margin: 0px;
    border: 0px;
  }
  .paralleller--grid .paralleller__item > div {
    min-height: 192px;
  }
}
@media screen and (min-width: 960px) {
  .paralleller--grid .paralleller__item {
    flex: 1 1 480px;
    min-width: 480px;
  }
  .paralleller--grid .paralleller__item > div {
    min-height: 312px;
  }
}
@media screen and (min-width: 1280px) {
  .paralleller--grid .paralleller__item {
    flex: 1 1 560px;
    min-width: 560px;
  }
  .paralleller--grid .paralleller__item > div {
    min-height: 432px;
  }
}
@media screen and (min-width: 640px) {
  .paralleller--grid--3col .paralleller__item {
    flex: 1 1 240px;
    min-width: 240px;
    margin: 0px;
    border: 0px;
  }
  .paralleller--grid--3col .paralleller__item > div {
    min-height: 192px;
  }
  .paralleller--grid--3col .paralleller__item .backgrounded-widget__image {
    max-height: 120px;
  }
}
@media screen and (min-width: 960px) {
  .paralleller--grid--3col .paralleller__item {
    flex: 1 1 320px;
    min-width: 320px;
  }
  .paralleller--grid--3col .paralleller__item > div {
    min-height: 288px;
  }
  .paralleller--grid--3col .paralleller__item .backgrounded-widget__image {
    max-height: 192px;
  }
}
.paralleller--grid--5col .paralleller-inner {
  max-width: 1280px;
}
@media screen and (min-width: 640px) {
  .paralleller--grid--5col .paralleller__item {
    flex: 0 1 256px;
    min-width: 256px;
    margin: 0px;
    border: 0px;
  }
  .paralleller--grid--5col .paralleller__item > div {
    min-height: 240px;
  }
}
.paralleller--grid--checkboard .paralleller__item:nth-of-type(even) > .backgrounded-widget {
  background-color: #eef2f8 !important;
}
.paralleller--grid--checkboard .paralleller__item:nth-of-type(odd) > .backgrounded-widget {
  background-color: #dae4f4 !important;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .paralleller--grid--checkboard .paralleller__item:nth-of-type(1n) > .backgrounded-widget {
    background-color: #eef2f8 !important;
  }
  .paralleller--grid--checkboard .paralleller__item:nth-of-type(2n) > .backgrounded-widget {
    background-color: #dae4f4 !important;
  }
  .paralleller--grid--checkboard .paralleller__item:nth-of-type(3n) > .backgrounded-widget {
    background-color: #dae4f4 !important;
  }
  .paralleller--grid--checkboard .paralleller__item:nth-of-type(4n) > .backgrounded-widget {
    background-color: #eef2f8 !important;
  }
}
.paralleller--grid--checkboard .paralleller__item > .backgrounded-widget:hover {
  background-color: #c9d5e8 !important;
  color: #29b6f6 !important;
}
.paralleller--grid--checkboard .paralleller__item .backgrounded-widget__button--wholeitem:hover {
  background-color: transparent !important;
}
.paralleller--grid .paralleller--onepager__button {
  display: block;
  width: 100%;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin-top: 5px;
  background-color: #006bb1;
  height: 72px;
  line-height: 72px;
  color: white;
  text-align: center;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.paralleller--grid .paralleller--onepager__button:hover {
  background-color: rgba(41, 59, 99, 0.7);
}
@media screen and (min-width: 640px) {
  .paralleller--grid .paralleller--onepager__button {
    margin-top: 0px;
    width: 640px;
    font-size: 30px;
    height: 72px;
    line-height: 72px;
    font-family: "omnes-pro", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  .paralleller--grid .paralleller--onepager__button {
    width: 960px;
    height: 96px;
    line-height: 96px;
    font-family: "omnes-pro", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .paralleller--grid .paralleller--onepager__button {
    width: 1120px;
    height: 144px;
    line-height: 144px;
    font-family: "omnes-pro", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
  }
}
.paralleller--no-border .paralleller__item:last-child {
  border: 0;
}
.paralleller--one-plus-one-plus-one .paralleller__item {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .paralleller--one-plus-one-plus-one .paralleller__item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .paralleller--one-plus-one-plus-one .paralleller__item {
    width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .paralleller--one-plus-one-plus-one .paralleller__item {
    width: 400px;
  }
}
.paralleller__beneath-eachother {
  zoom: 1;
}
.paralleller__beneath-eachother:before,
.paralleller__beneath-eachother:after {
  content: "";
  display: table;
}
.paralleller__beneath-eachother:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .paralleller__beneath-eachother {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 960px) {
  .paralleller__beneath-eachother {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 1280px) {
  .paralleller__beneath-eachother {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
.backgrounded-widget {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  padding: 72px 0px;
}
@media screen and (max-width: 640px) {
  .backgrounded-widget {
    padding: 48px 0px;
  }
}
.backgrounded-widget__flexcontainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media screen and (min-width: 960px) {
  .backgrounded-widget__flexcontainer {
    width: 100%;
  }
}
.backgrounded-widget__content {
  text-align: center;
  max-width: 720px;
  width: calc(100% - 60px);
}
.backgrounded-widget__title {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .backgrounded-widget__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1120px) {
  .backgrounded-widget__title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.backgrounded-widget--sueellen .backgrounded-widget__title {
  font-family: 'Sue Ellen Francisco', cursive;
  text-transform: uppercase;
  font-weight: 400;
}
.backgrounded-widget--sectiontitle .backgrounded-widget__title {
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .backgrounded-widget--sectiontitle .backgrounded-widget__title {
    font-size: 60px;
  }
}
.backgrounded-widget--titleonly .backgrounded-widget__title {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-transform: initial;
  margin-top: 0px;
  font-style: italic;
}
@media screen and (min-width: 640px) {
  .backgrounded-widget--titleonly .backgrounded-widget__title {
    font-size: 20px;
    line-height: 30px;
  }
}
.paralleller--grid .backgrounded-widget__title {
  text-transform: uppercase;
}
.backgrounded-widget__text {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .backgrounded-widget__text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1120px) {
  .backgrounded-widget__text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.backgrounded-widget__image {
  max-width: 100%;
}
.backgrounded-widget__image--video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.backgrounded-widget--backgroundimage .backgrounded-widget__image {
  width: 320px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  width: auto;
  display: block;
  position: relative;
  max-height: 100px;
  min-width: initial;
  padding-top: 20px;
  text-transform: center;
}
@media screen and (min-width: 640px) {
  .backgrounded-widget--backgroundimage .backgrounded-widget__image {
    position: absolute;
    left: 15px;
    top: 15px;
    max-width: 48px;
    padding-top: 0px;
  }
}
@media screen and (min-width: 960px) {
  .backgrounded-widget--backgroundimage .backgrounded-widget__image {
    position: absolute;
    left: 25px;
    top: 25px;
    max-width: 72px;
  }
}
@media screen and (min-width: 1280px) {
  .backgrounded-widget--backgroundimage .backgrounded-widget__image {
    position: absolute;
    left: 35px;
    top: 35px;
    max-width: 120px;
    padding-top: 0px;
  }
}
.backgrounded-widget--inline .backgrounded-widget__image {
  max-height: 192px;
}
@media screen and (min-width: 640px) {
  .backgrounded-widget--inline .backgrounded-widget__image {
    max-height: 240px;
  }
}
@media screen and (min-width: 960px) {
  .backgrounded-widget--inline .backgrounded-widget__image {
    max-height: 336px;
  }
}
.backgrounded-widget__buttoncontainer {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}
.backgrounded-widget__buttoncontainer a {
  width: 320px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
@media screen and (min-width: 640px) {
  .backgrounded-widget__buttoncontainer {
    margin-top: 48px;
  }
}
.backgrounded-widget__buttoncontainer .backgrounded-widget__button {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.backgrounded-widget__divider-container {
  display: none;
}
.backgrounded-widget a,
.backgrounded-widget a:visited {
  color: white;
}
.backgrounded-widget__button {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-weight: 500;
  width: auto;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin-top: 0px;
  display: inline-block;
  position: relative;
  border: 2px solid white;
  padding: 24px 30px;
  line-height: 24px;
  color: #555555;
  text-align: center;
  min-width: 240px;
  overflow: hidden;
}
.backgrounded-widget__button--wholeitem {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 0px;
  max-width: 100%;
  height: 100%;
}
.backgrounded-widget__button--with-hover:hover {
  background-color: rgba(41, 59, 99, 0.22);
}
.backgrounded-widget.button-as-link__button {
  min-width: initial;
  border: 0px;
}
@media screen and (max-width: 640px) {
  .backgrounded-widget.lightbox-js {
    min-height: 200px;
  }
}
.backgrounded-widget--inline .backgrounded-widget__title {
  margin-top: 0px;
}
.backgrounded-widget--inline .backgrounded-widget__flexcontainer {
  flex-direction: row;
  align-items: stretch;
}
.backgrounded-widget--inline .backgrounded-widget__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex: 0 1 400px;
  min-width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 40px;
}
.backgrounded-widget--inline .backgrounded-widget__content--leftalign {
  text-align: left;
  align-items: flex-start;
}
@media screen and (max-width: 1120px) {
  .backgrounded-widget--inline .backgrounded-widget__content {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: 0px 20px;
    text-align: center;
    border: 10px solid transparent;
  }
  .backgrounded-widget--inline .backgrounded-widget__content--leftalign {
    text-align: center;
  }
}
.backgrounded-widget--inline .backgrounded-widget__divider-container {
  padding: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-basis: 2px;
}
.backgrounded-widget--inline .backgrounded-widget__divider-container div {
  width: 2px;
  background: white;
  flex-grow: 1;
}
@media screen and (max-width: 1120px) {
  .backgrounded-widget--inline .backgrounded-widget__divider-container {
    display: none;
  }
}
.backgrounded-widget--inline--reverse .backgrounded-widget__flexcontainer {
  flex-direction: row-reverse;
}
@media screen and (min-width: 640px) {
  .backgrounded-widget--margin-top {
    margin-top: 20px;
  }
}
.paralleller--grid .backgrounded-widget {
  padding: 0px;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.paralleller--grid .backgrounded-widget__content {
  display: block;
  text-align: center;
  position: relative;
  padding: 24px 30px 48px 30px;
}
.paralleller--grid .backgrounded-widget__content .backgrounded-widget__title {
  color: white;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 12px;
  text-shadow: 0px 0px 35px black;
  max-width: 400px;
  margin: 0px auto;
}
@media screen and (min-width: 960px) {
  .paralleller--grid .backgrounded-widget__content .backgrounded-widget__title {
    font-size: 24px;
    line-height: 1;
  }
}
.paralleller--grid .backgrounded-widget__content .backgrounded-widget__text {
  color: white;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-shadow: 0px 0px 35px black;
  max-width: 400px;
  margin: 12px auto 0px auto;
}
@media screen and (min-width: 640px) {
  .paralleller--grid .backgrounded-widget__content .backgrounded-widget__text {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 960px) {
  .paralleller--grid .backgrounded-widget__content .backgrounded-widget__text {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (min-width: 640px) {
  .paralleller--grid .backgrounded-widget__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0px;
  }
}
.paralleller--grid--checkboard .backgrounded-widget .backgrounded-widget__title {
  color: #111111;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0;
  text-shadow: none;
  text-transform: none;
}
@media screen and (min-width: 640px) {
  .paralleller--grid--checkboard .backgrounded-widget .backgrounded-widget__title {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (min-width: 960px) {
  .paralleller--grid--checkboard .backgrounded-widget .backgrounded-widget__title {
    font-size: 24px;
    line-height: 24px;
  }
}
.paralleller--grid--checkboard .backgrounded-widget .backgrounded-widget__text {
  display: none;
}
.paralleller--grid .backgrounded-widget--qa {
  height: 295px;
}
@media screen and (min-width: 960px) {
  .paralleller--grid .backgrounded-widget--qa {
    height: 288px;
  }
}
.backgrounded-widget--qa .backgrounded-widget__flexcontainer {
  cursor: pointer;
  height: 100%;
  justify-content: flex-end;
  align-items: left;
  width: 100%;
  background: transparent url(/Content/images/common/overlay_1x360.png) top left;
}
.backgrounded-widget--qa .backgrounded-widget__image {
  margin: 0px 0px 20px 20px;
}
.backgrounded-widget--qa .backgrounded-widget__link {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  line-height: 24px;
  margin: 0px 20px 20px 20px;
  align-self: stretch;
}
@media screen and (min-width: 640px) {
  .backgrounded-widget--qa .backgrounded-widget__link {
    font-size: 22px;
    line-height: 24px;
  }
}
.backgrounded-widget--qa .backgrounded-widget__content-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e6bc7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  text-align: left;
}
.backgrounded-widget--qa .backgrounded-widget__content-overlay--visible {
  top: 0%;
  opacity: 1;
}
.backgrounded-widget--qa .backgrounded-widget__content-overlay h4 {
  font-weight: 300;
  font-style: italic;
  padding: 20px;
  font-size: 18px;
  line-height: 20px;
}
@media screen and (min-width: 640px) {
  .backgrounded-widget--qa .backgrounded-widget__content-overlay h4 {
    font-size: 22px;
    line-height: 24px;
  }
}
.backgrounded-widget--qa .backgrounded-widget__content-overlay p {
  font-size: 14px;
  line-height: 16px;
  padding: 0px 20px;
}
.backgrounded-widget--qa:hover .backgrounded-widget__link {
  color: #e0e0e0 !important;
}
.backgrounded-widget--qa:hover .backgrounded-widget__flexcontainer {
  background: rgba(0, 95, 192, 0.8);
}
.backgrounded-widget--titleonly {
  padding: 42px 0px 72px 0px;
}
.hero-block {
  width: 100%;
  font-family: "omnes-pro", Arial, sans-serif;
  color: white;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .hero-block {
    min-height: 490px;
  }
}
.hero-block__content {
  padding-top: 48px;
  padding-bottom: 36px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 680px;
}
@media screen and (min-width: 640px) {
  .hero-block__content {
    padding-top: 148px;
    padding-bottom: 96px;
  }
}
.hero-block__title {
  margin-left: auto;
  margin-right: auto;
  text-transform: initial;
  text-align: center;
}
.hero-block__title h1 {
  color: white;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .hero-block__title h1 {
    font-size: 54px;
    line-height: 50px;
  }
}
.hero-block--fat_title .hero-block__title h1 {
  font-size: 80px;
}
.hero-block__image {
  z-index: -1;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.hero-block__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
.hero-block--titleimage .hero-block__titleimage {
  width: 300px;
  margin: 0px auto 12px auto;
}
.hero-block--titleimage .hero-block__titleimage img {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .hero-block--titleimage .hero-block__titleimage {
    width: 450px;
  }
}
.hero-block__ingress {
  max-width: 640px;
  margin: 15px auto 0 auto;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  line-height: 1;
  margin-top: 24px;
}
@media screen and (min-width: 640px) {
  .hero-block__ingress {
    font-size: 26px;
  }
}
.hero-block__text {
  max-width: 640px;
  margin: 12px auto 0 auto;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 640px) {
  .hero-block__text {
    margin: 24px auto 0 auto;
    font-size: 20px;
    line-height: 24px;
  }
}
.contact-widget {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 10px;
}
.contact-widget:before,
.contact-widget:after {
  content: "";
  display: table;
}
.contact-widget:after {
  clear: both;
}
.contact-widget__person {
  zoom: 1;
  position: relative;
  min-height: 100px;
  margin-bottom: 20px;
}
.contact-widget__person:before,
.contact-widget__person:after {
  content: "";
  display: table;
}
.contact-widget__person:after {
  clear: both;
}
.contact-widget__person:last-child {
  margin: 0;
}
.contact-widget__aside {
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
.contact-widget__aside img {
  width: 100%;
}
.contact-widget__content {
  padding: 0;
  padding: 0 0 0 100px;
  display: table-cell;
  letter-spacing: normal;
  vertical-align: middle;
}
.contact-widget__content,
.contact-widget__content h4,
.contact-widget__content h5 {
  line-height: 1.35em;
}
.contact-widget__email {
  word-wrap: break-word;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.contact-widget h5,
.contact-widget h4 {
  padding: 0;
}
.contact-widget__title,
h5.contact-widget__title {
  color: #999999;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 640px) {
  .contact-widget {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 640px) {
  .contact-widget-fullwidth {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .contact-widget-fullwidth {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-widget-fullwidth {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin-bottom: 20px;
  }
}
.contact-widget-fullwidth__title {
  color: #999999;
  margin-bottom: 20px;
}
.contact-widget-fullwidth__title h3 {
  font-style: italic;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .contact-widget-fullwidth__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .contact-widget-fullwidth__title {
    width: 200px;
    margin-left: 240px;
    margin-bottom: 0;
    float: left;
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .contact-widget-fullwidth__title {
    width: 270px;
    margin-left: 320px;
  }
}
@media screen and (min-width: 960px) {
  .contact-widget-fullwidth .contact-widget__person {
    width: 450px;
    float: left;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-widget-fullwidth .contact-widget__person {
    width: 610px;
  }
}
.contact-widget-com {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 640px) {
  .contact-widget-com {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-widget-com__title {
  color: #999999;
  margin-bottom: 20px;
}
.contact-widget-com__title h3 {
  font-style: italic;
  font-weight: 400;
}
.contact-widget-com__person {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .contact-widget-com__person {
    width: 350px;
    display: inline-block;
    vertical-align: top;
  }
}
.flex-grid-width .contact-widget-com {
  margin: 0 20px;
}
@media screen and (min-width: 640px) {
  .flex-grid-width .contact-widget-com {
    margin: 0 10px;
  }
}
@media screen and (min-width: 960px) {
  .flex-grid-width .contact-widget-com {
    margin: 0 30px;
  }
}
.product-aside .contact-widget-com .contact-widget-com__person .contact-widget__content {
  line-height: 1;
}
.product-aside .contact-widget-com .contact-widget__title {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.product-aside .contact-widget-com .contact-widget__phone {
  display: none;
}
.product-aside .contact-widget-com .contact-widget__name {
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-page .contact-widget-com .contact-widget-com__title {
  color: #333333;
}
.contact-page .contact-widget-com .contact-widget-com__title h3 {
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
}
@media screen and (min-width: 640px) {
  .contact-page .contact-widget-com .contact-widget-com__title h3 {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-page .contact-widget-com .contact-widget-com__title h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.paralleller--onepager .contact-widget-com {
  margin: 12px 0 0 0;
  overflow: hidden;
}
.paralleller--onepager .contact-widget-com .contact-widget-com__title {
  margin: 0 0 24px 0;
  min-height: 48px;
  position: relative;
}
.paralleller--onepager .contact-widget-com .contact-widget-com__title h3 {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  width: 90%;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-weight: 600;
  color: #111111;
  position: absolute;
  bottom: 0px;
  left: 5%;
}
.paralleller--onepager .contact-widget-com .contact-widget-com__person {
  width: 100%;
  max-width: 240px;
  text-align: center;
  border: 20px solid transparent;
  padding-right: 0px;
}
@media screen and (max-width: 640px) {
  .paralleller--onepager .contact-widget-com .contact-widget-com__person {
    width: 320px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    border: 0px;
  }
}
.paralleller--onepager .contact-widget-com .contact-widget-com__person .contact-widget__aside {
  width: 100%;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin-bottom: 12px;
  display: block;
  position: relative;
  width: 200px;
  height: 100%;
  overflow: hidden;
}
.paralleller--onepager .contact-widget-com .contact-widget-com__person .contact-widget__aside img {
  width: auto;
}
.paralleller--onepager .contact-widget-com .contact-widget-com__person .contact-widget__content {
  width: 100%;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  display: block;
  padding: 0;
}
.paralleller--onepager .contact-widget-com .contact-widget-com__person .contact-widget__content h4,
.paralleller--onepager .contact-widget-com .contact-widget-com__person .contact-widget__content h5,
.paralleller--onepager .contact-widget-com .contact-widget-com__person .contact-widget__content a,
.paralleller--onepager .contact-widget-com .contact-widget-com__person .contact-widget__content .contact-widget__phone {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  max-width: 100%;
  color: #555555;
}
.paralleller--onepager .contact-widget-com .contact-widget-com__person .contact-widget__content h4 {
  margin-bottom: 6px;
}
.paralleller--onepager .contact-widget-com .contact-widget-com__person .contact-widget__content a {
  color: #00aeef;
}
@media screen and (min-width: 640px) {
  .paralleller--onepager .contact-widget-com .contact-widget-com__person {
    border: none;
  }
}
.paralleller--onepager .contact-widget-com.contact-widget-com--hidephone .contact-widget__phone {
  display: none;
}
.open-vacancies-widget {
  background-color: #eaf4ff;
  padding: 15px 20px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 10px 20px;
}
.open-vacancies-widget__list {
  list-style: none;
  padding-top: 20px;
  min-height: 90px;
}
.open-vacancies-widget__list li {
  border-bottom: 1px solid #bbd9ef;
  zoom: 1;
  padding: 15px 0;
}
.open-vacancies-widget__list li:before,
.open-vacancies-widget__list li:after {
  content: "";
  display: table;
}
.open-vacancies-widget__list li:after {
  clear: both;
}
.open-vacancies-widget__list li a {
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  text-indent: 10px;
}
.open-vacancies-widget__footer {
  clear: both;
  margin-top: 10px;
  font-size: 20px;
  line-height: 20px;
  zoom: 1;
}
.open-vacancies-widget__footer:before,
.open-vacancies-widget__footer:after {
  content: "";
  display: table;
}
.open-vacancies-widget__footer:after {
  clear: both;
}
.open-vacancies-widget__footer__link {
  clear: both;
  display: block;
  padding: 10px 0;
  zoom: 1;
}
.open-vacancies-widget__footer__link:before,
.open-vacancies-widget__footer__link:after {
  content: "";
  display: table;
}
.open-vacancies-widget__footer__link:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .open-vacancies-widget {
    padding: 20px 50px 10px 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .open-vacancies-widget__no-vacancies {
    padding-top: 30px;
  }
  .open-vacancies-widget__list {
    background: transparent url('/Content/images/responsive/pages/valiooy/icon_Tyopaikat-min.svg') 0 32px no-repeat;
    background-size: 70px 70px;
    padding: 30px 0 0 100px;
    min-height: 90px;
    border-bottom: 1px solid #bbd9ef;
  }
  .open-vacancies-widget__list li {
    padding: 10px 0;
  }
  .open-vacancies-widget__list li a {
    font-size: 18px;
    line-height: 18px;
  }
  .open-vacancies-widget__list li:last-child {
    border-bottom: none;
  }
  .open-vacancies-widget__footer__link {
    border-left: 1px solid #bbd9ef;
    clear: none;
    float: left;
    margin-top: 0;
    padding: 5px 25px 5px 20px;
    font-size: 18px;
    line-height: 18px;
  }
  .open-vacancies-widget__footer__link--noleftpadding {
    padding-left: 0;
  }
  .open-vacancies-widget__footer__link:first-child {
    border-left: none;
  }
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .open-vacancies-widget__footer__link {
    border-left: none;
    clear: both;
  }
}
.open-vacancies-widget--onepager {
  background: #f0f2f7;
  text-align: center;
  margin: 0px;
  border-radius: 0px;
  padding: 72px 0;
}
.open-vacancies-widget--onepager h3 {
  font-family: 'Sue Ellen Francisco', cursive;
  font-size: 48px;
  line-height: 55px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .open-vacancies-widget--onepager h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
.open-vacancies-widget--onepager .open-vacancies-widget__no-vacancies {
  padding: 24px 0;
  width: 400px;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
.open-vacancies-widget--onepager .open-vacancies-widget__list {
  background: none;
  min-height: 90px;
  padding: 24px 0 0 0;
  border: none;
}
.open-vacancies-widget--onepager .open-vacancies-widget__list li {
  padding: 10px 0;
  border: none;
}
.open-vacancies-widget--onepager .open-vacancies-widget__list li a {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.open-vacancies-widget--onepager .open-vacancies-widget__footer__link {
  display: block;
  float: none;
  margin-top: 24px;
  padding: 0 0 24px 0;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.open-vacancies-widget--onepager .open-vacancies-widget__footer__link:last-of-type,
.open-vacancies-widget--onepager .open-vacancies-widget__footer__link--noleftpadding {
  width: auto;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin-top: 0px;
  display: inline-block;
  position: relative;
  border: 2px solid #29b6f6;
  padding: 24px 30px;
  line-height: 24px;
  color: #555555;
  text-align: center;
  min-width: 240px;
}
.home-mosaic {
  background: #eaf4ff;
  padding: 20px 0;
  border-top: 1px solid #bbd9ef;
  border-bottom: 1px solid #bbd9ef;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .home-mosaic {
    margin-bottom: 30px;
  }
}
.company-mosaic {
  background: #eaf4ff;
  padding: 20px 0;
  border-top: 1px solid #bbd9ef;
  margin-top: 30px;
}
.company-mosaic + footer#page-footer {
  position: static;
  margin-top: 0;
}
.company-mosaic--no-margin-top {
  margin-top: 0;
}
.company-mosaic h1.page-heading {
  font-size: 21px;
  line-height: 21px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  .company-mosaic h1.page-heading {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .company-mosaic h1.page-heading {
    font-size: 32px;
    line-height: 32px;
  }
}
.company-mosaic--onepager .mosaic-wrapper h3 {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 40px;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
div.mosaic-wrapper {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  padding: 0 10px;
}
div.mosaic-wrapper:before,
div.mosaic-wrapper:after {
  content: "";
  display: table;
}
div.mosaic-wrapper:after {
  clear: both;
}
div.mosaic-wrapper h1.page-heading {
  font-size: 21px;
  line-height: 21px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  color: #333333;
}
@media screen and (min-width: 640px) {
  div.mosaic-wrapper h1.page-heading {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  div.mosaic-wrapper h1.page-heading {
    font-size: 32px;
    line-height: 32px;
  }
}
div.mosaic-wrapper h1.page-heading,
div.mosaic-wrapper h3 {
  margin-bottom: 20px;
}
div.mosaic-wrapper .mosaic-item-container {
  position: relative;
  display: none;
}
div.mosaic-wrapper .mosaic-item-container .gutter-size {
  width: 1%;
}
@media screen and (min-width: 640px) {
  div.mosaic-wrapper {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    padding: 0;
  }
  div.mosaic-wrapper h1.page-heading,
  div.mosaic-wrapper h3 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  div.mosaic-wrapper {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  div.mosaic-wrapper h1.page-heading,
  div.mosaic-wrapper h3 {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  div.mosaic-wrapper {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
.mosaic-item-card {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #bbd9ef;
  -webkit-box-shadow: 0px 3px 0px #dcecfa;
  -moz-box-shadow: 0px 3px 0px #dcecfa;
  box-shadow: 0px 3px 0px #dcecfa;
  background: white;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.mosaic-item-card .content {
  padding: 0 5px;
}
.mosaic-item-card img {
  width: 100%;
}
.mosaic-item-card--margin-bottom {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .mosaic-item-card {
    padding: 10px;
  }
  .mosaic-item-card .content {
    padding: 0;
  }
  .mosaic-item-card--margin-bottom {
    margin-bottom: 20px;
  }
}
.company-mosaic--onepager .mosaic-item-card,
.product-aside-newcom .mosaic-item-card {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  padding: 0px;
  border: 0px;
}
.company-mosaic--onepager .mosaic-item-card .content,
.product-aside-newcom .mosaic-item-card .content {
  padding: 10px;
  min-height: 80px;
}
.company-mosaic--onepager .mosaic-item-card .content h4,
.product-aside-newcom .mosaic-item-card .content h4 {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}
.mosaic-item-container.wellbeing .mosaic-item-card {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 3px 0px #ebead4;
  -moz-box-shadow: 0px 3px 0px #ebead4;
  box-shadow: 0px 3px 0px #ebead4;
}
div.mosaic-article-lift a,
div.mosaic-article-lift a:visited,
div.mosaic-article-lift a:hover {
  color: #333333;
}
div.mosaic-article-lift h4 {
  padding: 5px 0 10px;
}
div.mosaic-article-lift h5 {
  color: #999999;
  font-size: 11px;
  line-height: 1.25em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  div.mosaic-article-lift h5 {
    font-size: 13px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  div.mosaic-article-lift h5 {
    font-size: 14px;
    line-height: 1.25em;
    padding-top: 2px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  div.mosaic-article-lift h4 {
    font-size: 14px;
    line-height: 1.25em;
    line-height: 1em;
    padding: 0;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 960px) {
  
}
@media screen and (min-width: 1280px) {
  div.mosaic-article-lift h4 {
    padding: 6px 0 16px;
  }
}
.mosaic-item {
  width: 49%;
  float: left;
  margin-bottom: 10px;
  margin-right: 1%;
}
@media screen and (min-width: 960px) {
  .mosaic-item {
    width: 32.1%;
  }
}
.mosaic-item.show-logo .mosaic-item-logo {
  display: block;
  width: 100%;
  height: 50px;
  margin: 10px 0 0 0;
}
.mosaic-item-logo {
  display: none;
}
.mosaic-item-logo-divider {
  background-image: url("/Content/images/responsive/pages/home/mosaic-logo.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
}
.mosaic-item-container.wellbeing {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.mosaic-item-container.wellbeing .mosaic-item-logo-divider {
  background-image: url("/Content/images/responsive/pages/home/mosaic-logo-wellbeing.png");
}
.blog-highlight-widget {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .blog-highlight-widget {
    padding: 0;
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .blog-highlight-widget {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .blog-highlight-widget {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin-bottom: 50px;
  }
}
.blog-highlight-post {
  display: block;
  position: relative;
  padding: 0 10px;
  color: #333333;
  min-height: 50px;
}
.blog-highlight-post:hover,
.blog-highlight-post:visited {
  color: #333333;
}
.blog-highlight-post .blog-highlight-author-img {
  position: absolute;
  left: 10px;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.blog-highlight-post .blog-highlight-author-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 55px;
  padding-top: 10px;
  padding-left: 65px;
  color: #999999;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.blog-highlight-post .blog-highlight-quotes {
  display: none;
}
.blog-highlight-post .blog-highlight-author-names {
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .blog-highlight-post {
    padding: 0 40px;
    min-height: 100px;
  }
  .blog-highlight-post .blog-highlight-author-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    left: 40px;
    top: 5px;
  }
  .blog-highlight-post .blog-highlight-author-title {
    min-height: 0;
    padding-top: 0;
    padding-left: 135px;
  }
  .blog-highlight-post .blog-highlight-text {
    padding-left: 135px;
  }
}
@media screen and (min-width: 1280px) {
  .blog-highlight-post {
    padding: 0 50px;
    min-height: 120px;
  }
  .blog-highlight-post .blog-highlight-author-img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    left: 50px;
    top: 10px;
  }
  .blog-highlight-post .blog-highlight-author-title {
    padding-left: 155px;
    padding-right: 180px;
  }
  .blog-highlight-post .blog-highlight-text {
    padding-left: 155px;
    padding-right: 180px;
  }
  .blog-highlight-post .blog-highlight-text h3 {
    padding-top: 7px;
  }
  .blog-highlight-post .blog-highlight-quotes {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 50px;
    width: 100px;
    height: 68px;
    background-image: url("/Content/images/responsive/common/icons/quotes.png");
    -webkit-background-size: 100px 68px;
    -moz-background-size: 100px 68px;
    -o-background-size: 100px 68px;
    background-size: 100px 68px;
  }
}
.contact-page__image {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .contact-page__image {
    width: 70%;
    display: block;
    margin: auto;
  }
}
@media screen and (min-width: 960px) {
  .contact-page__image {
    width: 100%;
  }
}
.contact-page__title-uppercase {
  text-transform: uppercase;
  color: #999999;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1.25em;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) {
  .contact-page__title-uppercase {
    font-size: 13px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  .contact-page__title-uppercase {
    font-size: 15px;
    line-height: 1.25em;
  }
}
.responsive-section-content p {
  padding: 10px 0;
}
.page-content > aside.contact-page__aside {
  padding-top: 10px;
  zoom: 1;
}
.page-content > aside.contact-page__aside:before,
.page-content > aside.contact-page__aside:after {
  content: "";
  display: table;
}
.page-content > aside.contact-page__aside:after {
  clear: both;
}
.page-content > aside.contact-page__aside section {
  width: 100%;
}
.page-content > aside.contact-page__aside h3 {
  margin-bottom: 20px;
  padding: 0;
}
.page-content > aside.contact-page__aside h5 {
  padding: 0;
  margin-bottom: 5px;
}
.page-content > aside.contact-page__aside > div {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .page-content > aside.contact-page__aside {
    padding-top: 0px;
  }
  .page-content > aside.contact-page__aside > div {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-content > aside.contact-page__aside h3 {
    margin-bottom: 30px;
  }
}
.video-highlight-mosaic a,
.video-highlight-mosaic a:visited,
.video-highlight-mosaic a:hover {
  color: #333333;
}
.video-highlight-mosaic h5 {
  color: #999999;
  font-size: 11px;
  line-height: 1.25em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.video-highlight-mosaic h5 a,
.video-highlight-mosaic h5 a:visited,
.video-highlight-mosaic h5 a:hover {
  color: #999999;
}
.video-highlight-mosaic h4 {
  padding: 0;
  margin-bottom: 5px;
}
.video-highlight-mosaic__content {
  padding: 0 5px;
}
.video-highlight-mosaic__image-wrapper {
  position: relative;
}
.video-highlight-mosaic__play-icon,
img.video-highlight-mosaic__play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .video-highlight-mosaic h4 {
    font-size: 14px;
    line-height: 1.25em;
    line-height: 1em;
  }
}
@media screen and (min-width: 640px) {
  .video-highlight-mosaic h5 {
    font-size: 13px;
    line-height: 1.25em;
  }
  .video-highlight-mosaic__content {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .video-highlight-mosaic h4 {
    margin-bottom: 12px;
  }
  .video-highlight-mosaic h5 {
    font-size: 14px;
    line-height: 1.25em;
    padding-top: 2px;
    margin-bottom: 5px;
  }
}
.social-media {
  clear: both;
  list-style: none;
  margin: 10px auto 15px auto;
  width: 295px;
  zoom: 1;
}
.social-media:before,
.social-media:after {
  content: "";
  display: table;
}
.social-media:after {
  clear: both;
}
.social-media li {
  margin-right: 7px;
  float: left;
  text-indent: -9999px;
}
.social-media__btn {
  background: transparent url("/Content/images/responsive/common/buttons/social-media-full.png") no-repeat;
  background-size: 287px 42px;
  display: block;
  height: 42px;
  width: 42px;
}
.social-media__btn--facebook {
  background-position: 0 0;
}
.social-media__btn--twitter {
  background-position: -49px 0;
}
.social-media__btn--linkedin {
  background-position: -98px 0;
}
.social-media__btn--pinterest {
  background-position: -147px 0;
}
.social-media__btn--instagram {
  background-position: -196px 0;
}
.social-media__btn--youtube {
  background-position: -245px 0;
}
@media screen and (min-width: 960px) {
  .social-media {
    margin: 2px auto 40px auto;
    width: auto;
  }
  .social-media li {
    margin-right: 2px;
  }
  .social-media__btn {
    background-size: 143px 21px;
    height: 24px;
    width: 24px;
  }
  .social-media__btn--facebook {
    background-position: 0 0;
  }
  .social-media__btn--twitter {
    background-position: -24px 0;
  }
  .social-media__btn--linkedin {
    background-position: -48px 0;
  }
  .social-media__btn--pinterest {
    background-position: -72px 0;
  }
  .social-media__btn--instagram {
    background-position: -96px 0;
  }
  .social-media__btn--youtube {
    background-position: -120px 0;
  }
}
.social-media--wide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  width: 100%;
}
.social-media--wide:before,
.social-media--wide:after {
  content: "";
  display: table;
}
.social-media--wide:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  .social-media--wide {
    padding: 0 30px;
  }
}
.social-media--wide ul {
  list-style: none;
}
.social-media--wide h3 {
  text-indent: 0;
}
@media screen and (min-width: 640px) {
  .social-media--wide h3 {
    padding-left: 20px;
  }
}
.social-media--wide li {
  height: 55px;
  margin: 0;
  width: 50%;
}
@media screen and (min-width: 960px) {
  .social-media--wide li {
    min-width: 65px;
    text-align: center;
    width: 13%;
  }
}
.social-media--wide__btn {
  background: transparent url("/Content/images/responsive/common/buttons/social-media-full.png") no-repeat;
  background-size: 287px 42px;
  display: block;
  float: left;
  height: 42px;
  margin: 0;
  width: 42px;
}
@media screen and (min-width: 960px) {
  .social-media--wide__btn {
    background-size: 245px 36px;
    float: none;
    height: 38px;
    margin: 0 auto;
    width: 38px;
  }
}
.social-media--wide__btn--facebook {
  background-position: 0 0;
}
.social-media--wide__btn--twitter {
  background-position: -49px 0;
}
@media screen and (min-width: 960px) {
  .social-media--wide__btn--twitter {
    background-position: -40px 0;
  }
}
.social-media--wide__btn--linkedin {
  background-position: -98px 0;
}
@media screen and (min-width: 960px) {
  .social-media--wide__btn--linkedin {
    background-position: -84px 0;
  }
}
.social-media--wide__btn--pinterest {
  background-position: -147px 0;
}
@media screen and (min-width: 960px) {
  .social-media--wide__btn--pinterest {
    background-position: -126px 0;
  }
}
.social-media--wide__btn--instagram {
  background-position: -196px 0;
}
@media screen and (min-width: 960px) {
  .social-media--wide__btn--instagram {
    background-position: -167px 0;
  }
}
.social-media--wide__btn--youtube {
  background-position: -245px 0;
}
@media screen and (min-width: 960px) {
  .social-media--wide__btn--youtube {
    background-position: -209px 0;
  }
}
.social-media--wide__title {
  float: left;
  margin: 15px 0 0 10px;
  text-indent: 0;
}
@media screen and (min-width: 960px) {
  .social-media--wide__title {
    float: none;
    margin: 0;
  }
}
.social-media--wide a,
.social-media--wide a:visited,
.social-media--wide a:hover {
  color: #333333;
}
.blog-lift-mosaic a,
.blog-lift-mosaic a:visited,
.blog-lift-mosaic a:hover {
  color: #333333;
}
.blog-lift-mosaic h5 {
  color: #999999;
  font-size: 11px;
  line-height: 1.25em;
  line-height: 1em;
  padding: 0;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.blog-lift-mosaic h5 span {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: none;
}
.blog-lift-mosaic h5 a,
.blog-lift-mosaic h5 a:visited,
.blog-lift-mosaic h5 a:hover {
  color: #999999;
}
.blog-lift-mosaic h4 {
  padding: 0;
  margin-bottom: 5px;
}
.blog-lift-mosaic .content {
  padding: 0 5px;
}
@media screen and (max-width: 640px) {
  .blog-lift-mosaic h4 {
    font-size: 14px;
    line-height: 1.25em;
    line-height: 1em;
  }
}
@media screen and (min-width: 640px) {
  .blog-lift-mosaic h5 {
    font-size: 13px;
    line-height: 1.25em;
  }
  .blog-lift-mosaic h5 span {
    display: inline;
  }
  .blog-lift-mosaic .content {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .blog-lift-mosaic h4 {
    margin-bottom: 12px;
  }
  .blog-lift-mosaic h5 {
    font-size: 14px;
    line-height: 1.25em;
    padding-top: 2px;
    margin-bottom: 5px;
  }
  .blog-lift-mosaic h5 span {
    display: inline;
  }
}
.blog-lift-mosaic-img {
  position: relative;
}
.blog-lift-mosaic-img .blog-author {
  bottom: -10px;
  right: 6px;
  top: auto;
}
.blog-lift-mosaic-img .blog-author .blog-author-name {
  display: none;
  color: #999999;
}
.blog-lift-mosaic-img .blog-author .blog-author-image {
  width: 30px;
  height: 30px;
}
.blog-lift-mosaic-img .blog-author .blog-author-image img {
  border: 2px solid white;
}
@media screen and (min-width: 640px) {
  .blog-lift-mosaic-img .blog-author {
    bottom: -16px;
    top: auto;
    right: 9px;
  }
  .blog-lift-mosaic-img .blog-author .blog-author-name {
    display: block;
    padding: 34px 5px 0 0;
    font-size: 13px;
    line-height: 1.25em;
  }
  .blog-lift-mosaic-img .blog-author .blog-author-image {
    width: 50px;
    height: 50px;
  }
  .blog-lift-mosaic-img .blog-author .blog-author-image img {
    border: 3px solid white;
  }
}
@media screen and (min-width: 1280px) {
  .blog-lift-mosaic-img .blog-author {
    right: 14px;
    bottom: -19px;
  }
  .blog-lift-mosaic-img .blog-author .blog-author-name {
    padding: 54px 5px 0 0;
  }
  .blog-lift-mosaic-img .blog-author .blog-author-image {
    width: 70px;
    height: 70px;
  }
}
.newsletter-widget-fullwidth {
  margin: 0 10px;
  padding: 25px;
  position: relative;
  background: #eaf4ff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  text-align: left;
}
.newsletter-widget-fullwidth:before,
.newsletter-widget-fullwidth:after {
  content: "";
  display: table;
}
.newsletter-widget-fullwidth:after {
  clear: both;
}
.newsletter-widget-fullwidth__image {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 80px;
}
@media screen and (min-width: 640px) {
  .newsletter-widget-fullwidth__image {
    margin-top: 25px;
  }
}
.newsletter-widget-fullwidth__content {
  vertical-align: middle;
  text-align: left;
  padding: 0;
  display: inline-block;
}
.newsletter-widget-fullwidth__content form {
  padding: 15px 0 0 !important;
}
.newsletter-widget-fullwidth__content input {
  margin-bottom: 0 !important;
}
.newsletter-widget-fullwidth__button {
  display: block;
  margin-top: 20px !important;
}
.newsletter-widget-fullwidth__text-status {
  color: #b2c52e;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (min-width: 640px) {
  .newsletter-widget-fullwidth {
    text-align: center;
    margin: 0 auto;
  }
  .newsletter-widget-fullwidth__content {
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: inline-block;
  }
  .newsletter-widget-fullwidth__content input[type="email"] {
    width: 300px !important;
  }
}
.newsletter-widget-onepager {
  background: #00aeef;
  width: 100%;
  position: relative;
}
.newsletter-widget-onepager__content {
  max-width: 1280px;
  text-align: center;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 960px) {
  .newsletter-widget-onepager__content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .newsletter-widget-onepager__content {
    padding-top: 30px;
    margin-bottom: 90px;
  }
}
.newsletter-widget-onepager h4 {
  display: inline-block;
  width: 45%;
  font-family: 'Sue Ellen Francisco', cursive;
  color: white;
  font-size: 45px;
  line-height: 55px;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 0px;
}
@media screen and (max-width: 960px) {
  .newsletter-widget-onepager h4 {
    width: 100%;
    font-size: 35px;
    margin-bottom: 10px;
  }
}
.newsletter-widget-onepager__form {
  display: inline-block;
  vertical-align: top;
  width: 53%;
  height: 50px;
  padding: 0px !important;
}
@media screen and (max-width: 960px) {
  .newsletter-widget-onepager__form {
    width: 100%;
  }
}
.newsletter-widget-onepager__inputcontainer {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 80%;
  max-width: 400px;
  vertical-align: top;
  text-align: left;
  background: white;
  border-radius: 30px;
}
.newsletter-widget-onepager__inputcontainer img {
  position: absolute;
  top: 5px;
  left: 15px;
  height: 40px;
  width: 40px;
}
.newsletter-widget-onepager__inputcontainer input {
  position: absolute;
  top: 10px;
  left: 55px;
  max-width: 300px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  background: none;
  border: 0px !important;
  box-shadow: none !important;
  text-align: left;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 1280px) {
  .newsletter-widget-onepager__inputcontainer {
    max-width: 360px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 960px) {
  .newsletter-widget-onepager__inputcontainer {
    max-width: 320px;
  }
}
@media screen and (max-width: 640px) {
  .newsletter-widget-onepager__inputcontainer {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.newsletter-widget-onepager__button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 0px 0px #2076b8;
  -moz-box-shadow: 0px 3px 0px 0px #2076b8;
  box-shadow: 0px 3px 0px 0px #2076b8;
  margin: 0px 0px 0px 10px;
}
.newsletter-widget-onepager__button input[type=submit] {
  margin: 0px auto;
  height: 50px;
  width: 120px;
  line-height: 50px;
  border-radius: 30px;
  border: none !important;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #6ecff6;
  color: white;
}
.newsletter-widget-onepager__button input[disabled] {
  background: #6ecff6;
  opacity: 0.7;
  width: 120px;
}
.news-ticker {
  border-bottom: 1px solid #bbd9ef;
  padding: 25px 10px 10px;
  position: relative;
}
.news-ticker .headline {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  display: block;
  float: left;
  line-height: 1em;
  margin-right: 6px;
}
.news-ticker .text-content {
  color: #333333;
}
.news-ticker .text-content:hover,
.news-ticker .text-content:visited {
  color: #333333;
}
.news-ticker .ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  float: left;
  height: 100%;
}
.news-ticker .date {
  color: #999999;
  float: left;
  display: block;
  margin-left: 5px;
}
.news-ticker .date:before {
  content: '- ';
}
.news-ticker ul {
  display: block;
  height: 25px;
  width: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  list-style: none;
}
.news-ticker ul li {
  display: block;
  list-style: none;
  left: 0px;
  position: absolute;
  top: 25px;
  height: 100%;
  line-height: 1em;
}
.news-ticker ul li.first {
  top: 0px;
  left: 0px;
}
@media screen and (min-width: 640px) {
  .news-ticker {
    padding: 25px 10px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .news-ticker {
    padding: 27px 50px 17px;
  }
}
.news-ticker--onepager {
  text-align: center;
  padding: 24px 20px;
  border: none;
}
@media screen and (min-width: 640px) {
  .news-ticker--onepager {
    padding: 48px 0px;
  }
}
.news-ticker--onepager .headline {
  width: 25%;
  text-align: right;
  font-family: 'Sue Ellen Francisco', cursive;
  color: #005498;
  font-weight: 100;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.news-ticker--onepager .ellipsis {
  float: right;
  overflow: hidden;
  line-height: 20px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.news-ticker--onepager .date {
  float: right;
  margin-left: 50px;
  margin-right: 22px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  color: #006bb1;
}
.news-ticker--onepager .date:before {
  content: '';
}
@media screen and (max-width: 640px) {
  .news-ticker--onepager .headline {
    width: auto;
    line-height: 30px;
  }
  .news-ticker--onepager .date {
    width: 0px;
    overflow: hidden;
    margin: 0px 10px;
  }
  .news-ticker--onepager .ellipsis {
    line-height: 30px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body,
h1 {
  font-style: normal;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-font-smoothing: antialiased;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  -webkit-tap-highlight-color: transparent;
  font-size: 100%;
  min-height: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: 600;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/*
	These are easy to forget
*/

::selection {
  background: #009bd5;
  color: white;
}
::-moz-selection {
  background: #009bd5;
  color: white;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
.hide {
  display: none;
}
/*
	Style overrides for IE6-8
	http://jonikorpi.com/leaving-old-IE-behind/
*/

.clear {
  clear: both;
  float: none;
}
/*
	An easy way to zoom your entire layout in or out (as long as it's set in ems).
	Just change the media queries to activate them.
	Assuming your base font-size is 16:
	- the first one zooms out by a factor of (16-2)/16 = 0.875
	- the second one zooms in by a factor of (16+2)/16 = 1.125  
*/

@media screen and (max-width: 1px) {
  body {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1px) {
  body {
    font-size: 1.125em;
  }
}
body {
  overflow-x: hidden;
  padding-top: 37px;
  color: #333333;
  font-size: 15px;
  line-height: 1.25em;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body .small {
  font-size: 13px;
  line-height: 1.25em;
}
body .compact-lines {
  font-size: 13px;
  line-height: 13px;
}
@media screen and (min-width: 640px) {
  body .compact-lines {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1280px) {
  body .compact-lines {
    font-size: 18px;
    line-height: 18px;
  }
}
body .lead-paragraph,
body .ingress {
  font-size: 16px;
  line-height: 1.125em;
}
body .lead-paragraph p,
body .ingress p {
  margin: 0;
  padding: 0;
}
body p {
  padding: 10px 0px;
}
body .uppercase {
  text-transform: uppercase;
}
body .lowercase {
  text-transform: none;
}
body .italic {
  font-style: italic;
}
body .secondary-text {
  color: #999999;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
body .secondary-text a,
body .secondary-text a:visited,
body .secondary-text a:hover {
  color: #999999;
}
body strong,
body .strong {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
body h1 {
  font-size: 30px;
  line-height: 30px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #006bb1;
  padding: 10px 0px 0px 0px;
}
body h1.strong {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
body h1.dark {
  color: #333333;
}
body h2 {
  font-size: 28px;
  line-height: 28px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  body h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1280px) {
  body h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
body h2.margin-left {
  margin-left: 30px;
}
body h2.italic {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}
body h2.italic-regular-size {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
}
body h2.italic-regular-size a,
body h2.italic-regular-size a:visited,
body h2.italic-regular-size a:hover {
  color: #333333;
}
body h2.light,
body h3.light,
body h4.light h2 > .light,
body h3 > .light,
body h4 > .light {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #999999;
}
body h3 {
  font-size: 21px;
  line-height: 21px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  body h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  body h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
body h3.inline-h3 {
  margin: 0 0 15px 25px;
  padding: 0;
}
body h3.inline-h3 a,
body h3.inline-h3 a:visited,
body h3.inline-h3 a:hover {
  color: #333333;
}
body h4 {
  font-size: 18px;
  line-height: 18px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  body h4 {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  body h4 {
    font-size: 24px;
    line-height: 24px;
  }
}
body h4.small {
  font-size: 18px;
  line-height: 18px;
}
@media screen and (min-width: 1280px) {
  body h4.small {
    font-size: 21px;
    line-height: 21px;
  }
}
body h5 {
  font-size: 13px;
  line-height: 13px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  body h5 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1280px) {
  body h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
body h5.secondary {
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25em;
}
body h5.secondary a {
  font-weight: 600;
}
body .strike-trough {
  margin: 0 0 10px 0;
  position: relative;
  background: white;
  padding: 0;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
body .strike-trough span {
  position: relative;
  display: inline-block;
}
body .strike-trough span:after,
body .strike-trough span:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 600px;
  height: 1px;
  content: '\a0';
  background-color: #bbd9ef;
}
body .strike-trough span:after {
  margin-left: 15px;
  left: 100%;
}
body .strike-trough span:before {
  right: 100%;
  margin-right: 15px;
}
body .strike-trough--blue {
  background: #eaf4ff;
  color: #bbd9ef;
}
body .strike-trough--italic {
  font-style: italic;
  font-weight: 400;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  body .strike-trough--no-line-on-tab span:after,
  body .strike-trough--no-line-on-tab span:before {
    display: none;
  }
}
body blockquote {
  font-size: 21px;
  line-height: 21px;
  color: #006bb1;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  padding: 20px 40px;
}
body blockquote > p {
  display: inline-block;
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none;
  color: #00aeef;
}
body a:hover {
  color: #00aeef;
}
body a:visited {
  color: #00aeef;
}
body a.hidedLink {
  color: #333333;
  cursor: default;
}
body a.hidedLink:hover {
  text-decoration: none;
}
body .moss-green {
  color: #86b300;
}
@media screen and (min-width: 640px) {
  body {
    padding-top: 75px;
    font-size: 16px;
    line-height: 1.25em;
  }
  body .lead-paragraph,
  body .ingress {
    font-size: 18px;
    line-height: 1.125em;
  }
  body .small {
    font-size: 13px;
    line-height: 1.25em;
  }
  body h1 {
    font-size: 54px;
    line-height: 54px;
  }
  body h2.italic {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  body h2.italic-regular-size {
    font-size: 34px;
    line-height: 34px;
  }
  body h5.secondary {
    font-size: 16px;
    line-height: 1.25em;
    margin: 0 0 15px 0;
  }
  body blockquote {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    padding-top: 75px;
    font-size: 18px;
    line-height: 1.25em;
  }
  body .lead-paragraph,
  body .ingress {
    font-size: 24px;
    line-height: 1.125em;
  }
  body .small {
    font-size: 15px;
    line-height: 1.25em;
  }
  body h1 {
    font-size: 60px;
    line-height: 60px;
  }
  body h2.italic {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 17px;
  }
  body h2.italic-regular-size {
    font-size: 44px;
    line-height: 44px;
  }
  body h5.secondary {
    font-size: 16px;
    line-height: 1.25em;
    margin: 0 0 17px 0;
  }
  body blockquote {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (min-width: 640px) {
  body.fullheight {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1280px) {
  body.fullheight {
    padding-top: 0px;
  }
}
#customHeaderContent {
  margin-bottom: 0;
}
#subHeaderContent {
  margin: 0 auto;
  zoom: 1;
}
#subHeaderContent:before,
#subHeaderContent:after {
  content: "";
  display: table;
}
#subHeaderContent:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  #subHeaderContent {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 1280px) {
  #subHeaderContent {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
header#page-header {
  overflow: hidden;
}
header#page-header > #main-header {
  z-index: 900;
  margin-bottom: 37px;
  clear: both;
  position: fixed;
  -webkit-transform: translateZ(0);
  top: 0;
  left: 0;
  right: 0;
  background: none;
  background-color: transparent;
  height: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header#page-header > #main-header #main-header-content {
  background-color: transparent;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  height: 100%;
}
header#page-header > #main-header #main-header-wrapper {
  height: 37px;
  background-color: #005596;
  background: -webkit-gradient(linear, left top, left bottom, from(#005596), to(#006bb1));
  background: -webkit-linear-gradient(top, #005596, #006bb1);
  background: -moz-linear-gradient(top, #005596, #006bb1);
  background: -ms-linear-gradient(top, #005596, #006bb1);
  background: -o-linear-gradient(top, #005596, #006bb1);
}
header#page-header > #main-header a.valio-logo {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -32.5px;
  z-index: 900;
  width: 65px;
  height: 42px;
}
header#page-header > #main-header a.valio-logo img {
  width: 100%;
  height: 100%;
}
header#page-header > #main-header nav {
  position: fixed;
  -webkit-transform: translateZ(0);
  top: 37px;
  width: 100%;
  height: 0px;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}
header#page-header > #main-header nav > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background: #006bb1;
}
header#page-header > #main-header nav > ul li {
  border-top: 1px solid #005596;
}
header#page-header > #main-header nav > ul li a {
  padding: 14px 15px;
  display: block;
}
header#page-header > #main-header nav > ul li ul {
  display: none;
}
header#page-header > #main-header nav > ul li .nav-toggleSub {
  display: none;
}
header#page-header > #main-header nav > ul li.nav-item__profile {
  border-top: 6px solid #005596;
}
header#page-header > #main-header nav > ul li.nav-item__profile a .nav-title:before {
  font-family: 'valio_iconsregular';
  font-size: 24px;
  content: "R";
  display: block;
  color: white;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
header#page-header > #main-header nav > ul li.nav-item__login {
  border-top: 6px solid #005596;
}
header#page-header > #main-header nav > ul a {
  font-size: 18px;
  line-height: 1.25em;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
header#page-header > #main-header nav > ul a:hover {
  background-color: #005596;
}
header#page-header > #main-header nav > ul a#main-header-show-more-links {
  border-left: 2px solid #2d73aa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  line-height: 1.25em;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  text-decoration: none;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
  height: 30px;
  padding: 0 12px;
  float: left;
  display: none;
}
header#page-header > #main-header nav > ul a#main-header-show-more-links.active {
  border-left: 2px solid #005596;
  background-color: #005596;
}
header#page-header > #main-header nav > ul a#main-header-show-more-links.active > img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
header#page-header > #main-header nav > ul a#main-header-show-more-links:before {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header#page-header > #main-header #main-header-more-links {
  position: absolute;
  top: 50px;
  right: 0px;
  background-color: #006bb1;
  line-height: 40px;
  border: 0px;
  display: none;
  z-index: 900;
}
header#page-header > #main-header #main-header-more-links ul {
  position: relative;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #005596;
}
header#page-header > #main-header #main-header-more-links ul > li {
  border: 1px solid #005596;
  border-bottom: 0px;
  float: none;
  height: auto;
  overflow: hidden;
}
header#page-header > #main-header #main-header-more-links ul > li:hover {
  background-color: #005596;
}
header#page-header > #main-header #main-header-more-links ul > li a {
  font-size: 18px;
  line-height: 1.25em;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  text-decoration: none;
  margin: 0px;
  padding: 10px 50px 10px 10px;
  text-align: center;
  float: none;
  display: inline;
}
header#page-header > #main-header .main-header-search-container {
  width: 45px;
  height: 37px;
  float: left;
  -webkit-box-shadow: 9px 0px 0px -8px #4d8ebd;
  -moz-box-shadow: 9px 0px 0px -8px #4d8ebd;
  box-shadow: 9px 0px 0px -8px #4d8ebd;
}
header#page-header > #main-header .main-header-search-container svg {
  width: 45px;
  height: 100%;
}
header#page-header > #main-header .main-header-search-container svg .stroker {
  stroke: white;
  fill-rule: evenodd;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  clip-rule: evenodd;
  stroke-width: 25;
  fill: none;
}
header#page-header > #main-header .main-header-search-container #main-header-show-mobile-navigation {
  width: 45px;
  height: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
}
header#page-header > #main-header .main-header-search-container .main-header-search-field-container {
  width: 100%;
  margin-left: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}
header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search {
  width: 45px;
  background-color: rgba(255, 255, 255, 0);
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 2px 0px;
  position: relative;
  margin-top: 3px;
  overflow: hidden;
}
header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search input {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 18px;
  font-size: 16px;
  line-height: 1.25em;
  padding: 6px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-appearance: none;
  width: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  /** Sitesearch placeholder color **/

}
header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.3);
}
header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3);
}
header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search svg {
  float: right;
}
header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search svg.close {
  width: 0px;
  display: none;
}
header#page-header.navigation-expanded > #main-header {
  background: transparent;
  height: 100%;
}
header#page-header.navigation-expanded > #main-header .main-header-search-container {
  background: #005596;
  box-shadow: none;
}
header#page-header.navigation-expanded > #main-header #main-header-content {
  background-color: rgba(0, 0, 0, 0.2);
}
header#page-header.navigation-expanded > #main-header nav {
  height: 100%;
}
header#page-header.navigation-expanded > #main-header nav ul li {
  background-color: #006bb1;
  padding: 0 0;
}
header#page-header.navigation-expanded > #main-header nav ul li a {
  display: block;
}
header#page-header.navigation-expanded > #main-header nav ul li a:hover {
  background: transparent;
}
header#page-header.navigation-expanded > #main-header nav ul li a .nav-toggleSub {
  display: none;
}
header#page-header.navigation-expanded > #main-header nav ul li ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background-color: #005596;
  padding-left: 20px;
  padding-right: 45px;
  max-height: 0;
  -webkit-transition: max-height 0.2s;
  -moz-transition: max-height 0.2s;
  -ms-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  overflow: hidden;
  display: block;
}
header#page-header.navigation-expanded > #main-header nav ul li.showSubPages ul {
  max-height: 1000px;
}
header#page-header.navigation-expanded > #main-header nav ul li.showSubPages a span#nav-toggleSubPlus {
  display: none;
}
header#page-header.navigation-expanded > #main-header nav ul li.showSubPages a span#nav-toggleSubMinus {
  display: block;
}
header#page-header.navigation-expanded > #main-header nav ul li.hasSubPages a {
  position: relative;
  overflow: hidden;
}
header#page-header.navigation-expanded > #main-header nav ul li.hasSubPages a .nav-toggleSub {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  text-align: center;
  height: 100%;
  padding: 9px 0;
}
header#page-header.navigation-expanded > #main-header nav ul li.hasSubPages a .nav-toggleSub .icon {
  width: auto;
  height: 30px;
  border-left: solid 1px #005596;
  padding-left: 6px;
  text-align: center;
  line-height: 30px;
}
header#page-header.navigation-expanded > #main-header nav ul li.hasSubPages a #nav-toggleSubMinus {
  display: none;
  background-color: #005596;
}
header#page-header.navigation-expanded > #main-header nav ul li.hasSubPages a #nav-toggleSubMinus img {
  border-color: transparent;
}
header#page-header.search-expanded > #main-header .main-header-search-container {
  width: 100%;
}
header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container {
  margin-right: -45px;
  padding-left: 45px;
  margin-left: 0;
  padding-right: 5px;
}
header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container form.search {
  width: 100%;
  background: white;
  -webkit-box-shadow: 0px 3px 3px 0px #c9e0ee inset;
  -moz-box-shadow: 0px 3px 3px 0px #c9e0ee inset;
  box-shadow: 0px 3px 3px 0px #c9e0ee inset;
}
header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container form.search input {
  width: 100%;
  padding-left: 41px;
  margin-left: -35px;
  padding-right: 30px;
  display: block;
}
header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container form.search svg.close {
  cursor: pointer;
  width: 30px;
  border-left: solid 1px #cccccc;
  display: inline;
}
header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container form.search svg.mag {
  width: 35px;
  position: absolute;
  top: 0;
  right: 30px;
}
header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container form.search svg .stroker {
  stroke: #999999;
}
@media screen and (min-width: 800px) {
  header#page-header > #main-header {
    position: fixed;
    height: 75px;
    background-color: #005596;
    background: -webkit-gradient(linear, left top, left bottom, from(#005596), to(#006bb1));
    background: -webkit-linear-gradient(top, #005596, #006bb1);
    background: -moz-linear-gradient(top, #005596, #006bb1);
    background: -ms-linear-gradient(top, #005596, #006bb1);
    background: -o-linear-gradient(top, #005596, #006bb1);
  }
  header#page-header > #main-header #main-header-wrapper {
    height: auto;
    background-color: none;
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(white));
    background: -webkit-linear-gradient(top, none, white);
    background: -moz-linear-gradient(top, none, white);
    background: -ms-linear-gradient(top, none, white);
    background: -o-linear-gradient(top, none, white);
  }
  header#page-header > #main-header nav {
    display: block;
    position: absolute;
    top: 0;
    left: 180px;
    padding: 0px;
    width: auto;
    overflow: visible;
    line-height: 75px;
    height: 75px;
  }
  header#page-header > #main-header nav > ul {
    float: left;
    background: none;
  }
  header#page-header > #main-header nav > ul li {
    float: left;
    height: 71px;
    padding: 0 0;
    border-top: 0;
  }
  header#page-header > #main-header nav > ul li.nav-item__useraction {
    display: none;
  }
  header#page-header > #main-header nav > ul li a {
    display: block;
    line-height: normal;
    padding: 10px 10px;
    margin-top: 15px;
    float: left;
    margin-right: auto;
    margin-left: auto;
  }
  header#page-header > #main-header nav > ul li a .nav-toggleSub {
    display: none;
  }
  header#page-header > #main-header nav > ul li.active {
    background: transparent;
    border-bottom: 4px solid #00477d;
  }
  header#page-header > #main-header nav > ul a#main-header-show-more-links {
    display: block;
  }
  header#page-header > #main-header #main-header-show-mobile-navigation {
    display: none;
  }
  header#page-header > #main-header #main-header-more-links {
    display: block;
  }
  header#page-header > #main-header .main-header-search-container {
    width: auto;
    height: auto;
    float: none;
  }
  header#page-header > #main-header .main-header-search-container .main-header-search-field-container {
    margin-left: 0;
  }
  header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search {
    background: none;
    left: auto;
    top: auto;
    position: relative;
    padding: 0 0 0 0;
    height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    float: right;
    margin-top: 22px;
    margin-right: 160px;
    width: 7em;
  }
  header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search input {
    font-size: 15px;
    line-height: 1.25em;
    outline: none;
    padding: 4px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    line-height: normal;
    padding-right: 30px;
    width: 100%;
    font-family: "omnes-pro", Arial, sans-serif;
  }
  header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search svg {
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
  }
  header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search svg .stroker {
    stroke: #80b0d2;
  }
  header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search:hover {
    background-color: #3d83ba;
  }
  header#page-header > #main-header a.valio-logo {
    width: 130px;
    height: 81px;
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 12px 10px 6px 20px;
    -webkit-backface-visibility: hidden;
  }
  header#page-header > #main-header .main-header-show-mobile-nav {
    display: none;
  }
  header#page-header.search-expanded > #main-header div.user {
    display: block;
  }
  header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container {
    padding-right: 0;
  }
  header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container form.search {
    background: white;
    width: 15em;
    box-shadow: none;
  }
  header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container form.search input {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    padding-left: 6px;
    margin-left: 0;
  }
  header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container form.search svg.mag {
    width: 30px;
    right: 0;
  }
  header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container form.search svg.close {
    width: 0;
    display: none;
  }
  header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container form.search svg .stroker {
    stroke: #1b5293;
  }
  header#page-header.navigation-expanded > #main-header {
    height: 75px;
    background-color: #005596;
    background: -webkit-gradient(linear, left top, left bottom, from(#005596), to(#006bb1));
    background: -webkit-linear-gradient(top, #005596, #006bb1);
    background: -moz-linear-gradient(top, #005596, #006bb1);
    background: -ms-linear-gradient(top, #005596, #006bb1);
    background: -o-linear-gradient(top, #005596, #006bb1);
  }
  header#page-header.navigation-expanded > #main-header #main-header-content {
    background-color: transparent;
  }
  header#page-header.navigation-expanded > #main-header nav {
    height: 0px;
  }
  header#page-header.navigation-expanded > #main-header nav > ul li {
    background-color: transparent;
  }
  header#page-header.navigation-expanded > #main-header nav > ul li a {
    padding: 10px 10px;
  }
  header#page-header.navigation-expanded > #main-header nav > ul li ul {
    display: none;
  }
  header#page-header.navigation-expanded > #main-header nav > ul li.hasSubPages a .nav-toggleSub {
    display: none;
  }
  header#page-header.navigation-expanded > #main-header nav > ul li.hasSubPages a span#nav-toggleSubMinus {
    display: none;
  }
  body.loggedin header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search {
    margin-right: 119px;
  }
  body.pro header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search {
    margin-right: 20px;
  }
}
@media screen and (min-width: 800px) {
  header#page-header > #main-header #primary-nav-content {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  header#page-header > #main-header #main-header-content {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    position: relative;
  }
  header#page-header > #main-header a.valio-logo {
    position: absolute;
  }
  header#page-header > #main-header .user {
    opacity: 0.0;
  }
  header#page-header > #main-header #primary-nav {
    left: 17.8%;
    float: left;
    position: relative;
  }
  header.page-scrolled#page-header > #main-header div.user {
    top: 0px;
  }
  nav#secondary-nav ul {
    left: 18.3%;
  }
}
@media screen and (min-width: 1280px) {
  header#page-header > #main-header #main-header-content {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  header#page-header > #main-header #primary-nav {
    left: 13.5%;
  }
}
@media screen {
  header#page-header > #main-header a.valio-logo.valio-logo--prohome .pro-logo-text {
    position: absolute;
    left: 163px;
    top: 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25em;
    color: white;
    text-transform: uppercase;
    z-index: 1000;
    transition: margin-top 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
  }
}
@media screen and (max-width: 640px) {
  header#page-header > #main-header a.valio-logo.valio-logo--prohome {
    width: 40px;
    height: 26px;
    margin-left: -50px;
  }
  header#page-header > #main-header a.valio-logo.valio-logo--prohome .search-expanded .pro-logo-text {
    opacity: 0;
    margin-top: -45px;
  }
  header#page-header > #main-header a.valio-logo.valio-logo--prohome .pro-logo-text {
    top: 7px;
    left: 50px;
    font-size: 10px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  header#page-header > #main-header a.valio-logo.valio-logo--prohome .pro-logo-text {
    left: 170px;
    font-size: 12px;
    line-height: 1.25em;
  }
  header#page-header > #main-header .main-header-search-container .main-header-search-field-container.main-header-search-field-container--prohome form.search {
    margin-right: 20px;
    width: 7em;
  }
  header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container.main-header-search-field-container--prohome form.search {
    margin-right: 20px;
    width: 19em;
  }
  header#page-header.search-expanded > #main-header .main-header__toolnav.main-header__toolnav--prohome {
    opacity: 0;
  }
}
@media screen and (min-width: 640px) {
  header#page-header > #main-header nav > ul a#main-header-show-more-links.main-header-show-more-links--prohome {
    margin-top: 30px;
    padding: 5px 10px;
    margin-left: 10px;
  }
  header#page-header > #main-header nav > ul li a.link--prohome {
    margin-top: 30px;
    padding: 5px 10px;
  }
  header#page-header > #main-header nav #main-header-more-links.main-header-more-links--prohome {
    top: 60px;
  }
}
@media screen and (min-width: 960px) {
  header#page-header > #main-header .main-header-search-container .main-header-search-field-container.main-header-search-field-container--prohome form.search {
    margin-right: 20px;
    width: 12em;
  }
}
header#page-header > #main-header nav > ul li.green {
  background-color: #86b300;
}
@media screen and (min-width: 640px) {
  header#page-header > #main-header nav > ul li.green {
    background-color: transparent;
    padding-left: 5px;
  }
  header#page-header > #main-header nav > ul li.green a {
    background-color: #86b300;
  }
}
header#page-header > #main-header nav > ul li.red {
  background-color: #e94045;
}
@media screen and (min-width: 640px) {
  header#page-header > #main-header nav > ul li.red {
    background-color: transparent;
    padding-left: 5px;
  }
  header#page-header > #main-header nav > ul li.red a {
    background-color: #e94045;
  }
}
header#page-header > #main-header nav > ul li.yellow {
  background-color: #f9bc1c;
}
@media screen and (min-width: 640px) {
  header#page-header > #main-header nav > ul li.yellow {
    background-color: transparent;
    padding-left: 5px;
  }
  header#page-header > #main-header nav > ul li.yellow a {
    background-color: #f9bc1c;
  }
}
header#page-header > #main-header nav > ul li.blueberrymilk {
  background-color: #a98acf;
}
@media screen and (min-width: 640px) {
  header#page-header > #main-header nav > ul li.blueberrymilk {
    background-color: transparent;
    padding-left: 5px;
  }
  header#page-header > #main-header nav > ul li.blueberrymilk a {
    background-color: #a98acf;
  }
}
header#page-header > #main-header nav > ul li.cloudberry {
  background-color: #f6a800;
}
@media screen and (min-width: 640px) {
  header#page-header > #main-header nav > ul li.cloudberry {
    background-color: transparent;
    padding-left: 5px;
  }
  header#page-header > #main-header nav > ul li.cloudberry a {
    background-color: #f6a800;
  }
}
header#page-header > #main-header nav > ul li.raspberry {
  background-color: #dc4040;
}
@media screen and (min-width: 640px) {
  header#page-header > #main-header nav > ul li.raspberry {
    background-color: transparent;
    padding-left: 5px;
  }
  header#page-header > #main-header nav > ul li.raspberry a {
    background-color: #dc4040;
  }
}
header#page-header > #main-header nav > ul li.grassgreen {
  background-color: #00833f;
}
@media screen and (min-width: 640px) {
  header#page-header > #main-header nav > ul li.grassgreen {
    background-color: transparent;
    padding-left: 5px;
  }
  header#page-header > #main-header nav > ul li.grassgreen a {
    background-color: #00833f;
  }
}
header#page-header > #main-header nav > ul li.oceanrock {
  background-color: #63ccca;
}
@media screen and (min-width: 640px) {
  header#page-header > #main-header nav > ul li.oceanrock {
    background-color: transparent;
    padding-left: 5px;
  }
  header#page-header > #main-header nav > ul li.oceanrock a {
    background-color: #63ccca;
  }
}
#secondary-nav {
  display: none;
  z-index: 800;
  height: 29px;
  -webkit-transform: translateZ(0);
  position: fixed;
  width: 100%;
  top: 45px;
  left: 0;
  background-color: #005596;
  border-top: 1px solid #00477d;
  background: -moz-linear-gradient(top, #004e8a 0%, #005392 4%, #005596 8%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004e8a), color-stop(4%, #005392), color-stop(8%, #005596));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #004e8a 0%, #005392 4%, #006bb1 8%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #004e8a 0%, #005392 4%, #005596 8%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #004e8a 0%, #005392 4%, #005596 8%);
  /* IE10+ */
  background: linear-gradient(to bottom, #004e8a 0%, #005392 4%, #005596 8%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004e8a', endColorstr='#005596', GradientType=0);
  /* IE6-9 */

}
#secondary-nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  left: 186px;
  float: left;
}
#secondary-nav ul > li {
  float: left;
}
#secondary-nav ul > li > a {
  padding: 2px 5px;
  margin-top: 3px;
  margin-right: 10px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  line-height: 1.25em;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  text-decoration: none;
}
#secondary-nav ul > li > a:hover {
  background-color: #005c98;
}
#secondary-nav ul > a#secondary-show-more-links {
  border-left: 2px solid #2d73aa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  line-height: 1.25em;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  text-decoration: none;
  margin: 4px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  height: 20px;
  padding: 0 6px;
  float: left;
}
#secondary-nav ul > a#secondary-show-more-links .icon {
  font-size: 18px;
}
#secondary-nav ul > a#secondary-show-more-links.active {
  border-left: 2px solid #006bb1;
  background-color: #005c98;
}
#secondary-nav ul > a#secondary-show-more-links.active .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#secondary-nav ul > a#secondary-show-more-links:before {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#secondary-nav ul > a#secondary-show-more-links:hover {
  background-color: #005c98;
}
#secondary-nav ul > #secondary-more-links {
  -webkit-transform: translateZ(0);
}
#secondary-nav ul > #secondary-more-links ul {
  background-color: #006bb1;
  line-height: 40px;
  border: 0px;
  z-index: 900;
  position: absolute;
  top: 25px;
  right: 0px;
  left: auto;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #006bb1;
}
#secondary-nav ul > #secondary-more-links ul > li {
  border: 1px solid #006bb1;
  border-bottom: 0px;
  float: none;
  height: auto;
  width: auto;
  overflow: visible;
  padding: 0px 10px;
}
#secondary-nav ul > #secondary-more-links ul > li:hover {
  background-color: #005c98;
}
#secondary-nav ul > #secondary-more-links ul > li a {
  font-size: 14px;
  line-height: 1.25em;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  text-decoration: none;
  margin: 0px;
  padding: 0px 40px 0px 0px;
  text-align: center;
  float: none;
  display: inline;
}
@media screen and (max-width: 960px) {
  header#page-header.page-scrolled > #main-header #main-header-show-more-links {
    margin-top: 10px;
  }
}
@media screen and (min-width: 960px) {
  header#page-header > #secondary-nav {
    display: inline;
  }
  header#page-header.page-scrolled > #main-header {
    position: fixed;
    height: 45px;
  }
  header#page-header.page-scrolled > #main-header .valio-logo {
    width: 98px;
    height: 61px;
    margin: 19px 10px 6px 35px;
  }
  header#page-header.page-scrolled > #main-header nav {
    height: 45px;
  }
  header#page-header.page-scrolled > #main-header nav > ul li {
    z-index: 900;
    height: 42px;
  }
  header#page-header.page-scrolled > #main-header nav > ul li a {
    margin-top: 6px;
    padding: 4px 10px 4px 10px;
  }
  header#page-header.page-scrolled > #main-header nav .main-header-secondary-navi {
    display: inline;
  }
  header#page-header.page-scrolled > #main-header #main-header-more-links {
    top: 40px;
  }
  header#page-header.page-scrolled > #main-header .main-header-search-field-container {
    margin-top: -12px;
  }
}
@media screen and (min-width: 960px) {
  header#page-header > #secondary-nav > div {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  header#page-header.page-scrolled > #main-header nav {
    height: 45px;
  }
  header#page-header.page-scrolled > #main-header nav > ul > li {
    height: 54px;
  }
  header#page-header.page-scrolled > #main-header nav > ul > li > a {
    margin-top: 18px;
  }
  header#page-header.page-scrolled > #secondary-nav > div {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    position: relative;
  }
  header#page-header.page-scrolled > #secondary-nav > div ul {
    display: inline-block;
  }
}
@media screen and (min-width: 1280px) {
  header#page-header > #secondary-nav > div {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  header#page-header > #secondary-nav > div ul {
    left: 13.9%;
    display: inline-block;
  }
  header#page-header.page-scrolled > #secondary-nav > div {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
#sitesearch-layer,
#productsearch-layer {
  display: none;
}
@media screen and (min-width: 640px) {
  .pro ul#siteSearchResults,
  .pro ul#productSearchResults {
    margin-right: 100px;
  }
}
ul#siteSearchResults,
ul#productSearchResults {
  background-color: white;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  height: auto;
  opacity: 1;
  position: fixed;
  right: 0px;
  top: 53px;
  z-index: 1000;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  -webkit-transition: opacity 0.3 ease-out;
  -moz-transition: opacity 0.3 ease-out;
  -ms-transition: opacity 0.3 ease-out;
  -o-transition: opacity 0.3 ease-out;
  width: 360px;
}
ul#siteSearchResults li,
ul#productSearchResults li {
  clear: both;
  cursor: pointer;
  display: block;
  height: auto;
  margin: 0 2%;
  min-height: 38px;
  overflow: hidden;
  width: 96%;
}
ul#siteSearchResults li a:hover:before,
ul#productSearchResults li a:hover:before,
ul#siteSearchResults li a.active:before,
ul#productSearchResults li a.active:before {
  background-color: rgba(184, 231, 249, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(184, 231, 249, 0)), to(#b8e7f9));
  background-image: -webkit-linear-gradient(left, rgba(184, 231, 249, 0), #b8e7f9);
  background-image: -moz-linear-gradient(left, rgba(184, 231, 249, 0), #b8e7f9);
  background-image: -ms-linear-gradient(left, rgba(184, 231, 249, 0), #b8e7f9);
  background-image: -o-linear-gradient(left, rgba(184, 231, 249, 0), #b8e7f9);
  top: 0;
}
ul#siteSearchResults li a:hover:before:before,
ul#productSearchResults li a:hover:before:before,
ul#siteSearchResults li a.active:before:before,
ul#productSearchResults li a.active:before:before {
  content: '';
  background-color: rgba(184, 231, 249, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(184, 231, 249, 0)), to(#b8e7f9));
  background-image: -webkit-linear-gradient(left, rgba(184, 231, 249, 0), #b8e7f9);
  background-image: -moz-linear-gradient(left, rgba(184, 231, 249, 0), #b8e7f9);
  background-image: -ms-linear-gradient(left, rgba(184, 231, 249, 0), #b8e7f9);
  background-image: -o-linear-gradient(left, rgba(184, 231, 249, 0), #b8e7f9);
  height: 30px;
  right: 35px;
  pointer-events: none;
  position: absolute;
  width: 50px;
  top: 0px;
}
ul#siteSearchResults li a,
ul#productSearchResults li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  height: 30px;
  margin-bottom: 2px;
  margin-top: 6px;
  padding-left: 15px;
  white-space: nowrap;
  width: 95.5%;
  overflow: hidden;
}
ul#siteSearchResults li a:before,
ul#productSearchResults li a:before {
  content: '';
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  height: 30px;
  right: 15px;
  pointer-events: none;
  position: absolute;
  width: 50px;
  top: 0px;
}
ul#siteSearchResults li a a:before,
ul#productSearchResults li a a:before {
  right: 20px;
}
ul#siteSearchResults li a:after,
ul#productSearchResults li a:after {
  background: white url("/Content/images/responsive/modules/sitesearch/arrow.png") no-repeat 5px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  content: '';
  height: 30px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  width: 20px;
}
ul#siteSearchResults li a:hover,
ul#productSearchResults li a:hover,
ul#siteSearchResults li a:hover:after,
ul#productSearchResults li a:hover:after,
ul#siteSearchResults li a.active,
ul#productSearchResults li a.active,
ul#siteSearchResults li a.active:after,
ul#productSearchResults li a.active:after {
  text-decoration: none;
  background-color: #b8e7f9;
}
ul#siteSearchResults li ul,
ul#productSearchResults li ul {
  border-bottom: 2px solid #aaaaaa;
  display: block;
  margin: 5px 0 0 5px;
  max-height: 200px;
  overflow: hidden;
  -webkit-transition: max-height 300ms ease-in;
  -moz-transition: max-height 300ms ease-in;
  -ms-transition: max-height 300ms ease-in;
  -o-transition: max-height 300ms ease-in;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul#siteSearchResults li ul li,
ul#productSearchResults li ul li {
  border-top: 1px solid #bbd9ef;
  margin: 0 5px 0 30px;
}
ul#siteSearchResults li ul li a,
ul#productSearchResults li ul li a {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 4px;
  padding-left: 5px;
  width: 93%;
}
ul#siteSearchResults li.hided,
ul#productSearchResults li.hided {
  display: none;
}
ul#siteSearchResults li ul:empty,
ul#productSearchResults li ul:empty {
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 300ms ease-in;
  -moz-transition: max-height 300ms ease-in;
  -ms-transition: max-height 300ms ease-in;
  -o-transition: max-height 300ms ease-in;
}
ul#siteSearchResults li:last-child ul,
ul#productSearchResults li:last-child ul {
  border: none;
}
ul#siteSearchResults.closed,
ul#productSearchResults.closed {
  opacity: 0;
}
@media screen and (max-width: 640px) {
  ul#siteSearchResults,
  ul#productSearchResults {
    border: none;
    box-shadow: none;
    height: 100%;
    left: 0px;
    min-width: 320px;
    top: 38px;
    width: 100%;
  }
  #sitesearch-layer,
  #productsearch-layer {
    z-index: 100;
    display: block;
    background-color: #7f7f7f;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
  }
}
header#page-header > #main-header a.valio-logo {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
header#page-header > #main-header nav {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
}
header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search {
  -webkit-transition: background-color 0.5s, width 0.1s, opacity 0.2s;
  -moz-transition: background-color 0.5s, width 0.1s, opacity 0.2s;
  -ms-transition: background-color 0.5s, width 0.1s, opacity 0.2s;
  -o-transition: background-color 0.5s, width 0.1s, opacity 0.2s;
}
header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search svg {
  -webkit-transition: width 0.1s;
  -moz-transition: width 0.1s;
  -ms-transition: width 0.1s;
  -o-transition: width 0.1s;
}
header#page-header.navigation-expanded > #main-header #main-header-content {
  -webkit-transition: background-color 1;
  -moz-transition: background-color 1;
  -ms-transition: background-color 1;
  -o-transition: background-color 1;
}
header#page-header.navigation-expanded > #main-header nav {
  -webkit-transition: height ease-out 1s;
  -moz-transition: height ease-out 1s;
  -ms-transition: height ease-out 1s;
  -o-transition: height ease-out 1s;
}
header#page-header.navigation-expanded > #main-header nav ul li.showSubPages ul {
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
}
@media screen and (min-width: 640px) {
  
}
header#page-header.search-expanded > #main-header a.valio-logo {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
header#page-header.search-expanded > #main-header .main-header__toolnav,
header#page-header.search-expanded > #main-header .main-header__comsearch {
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  -webkit-transition: all 0.3s, top 0s;
  -moz-transition: all 0.3s, top 0s;
  -ms-transition: all 0.3s, top 0s;
  -o-transition: all 0.3s, top 0s;
}
header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container form.search {
  -webkit-transition: background-color 0.1s, width 0.4s;
  -moz-transition: background-color 0.1s, width 0.4s;
  -ms-transition: background-color 0.1s, width 0.4s;
  -o-transition: background-color 0.1s, width 0.4s;
}
@media screen and (orientation: landscape) {
  header#page-header.scrolling-down > #main-header {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
  }
}
@media screen and (min-width: 640px) {
  header#page-header.scrolling-down > #main-header {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }
  header#page-header > #main-header {
    -webkit-transition: height 0.25s ease;
    -moz-transition: height 0.25s ease;
    -ms-transition: height 0.25s ease;
    -o-transition: height 0.25s ease;
  }
  header#page-header > #main-header a.valio-logo {
    -webkit-transition: width 0.25s ease, height 0.25s ease, margin 0.25s ease;
    -moz-transition: width 0.25s ease, height 0.25s ease, margin 0.25s ease;
    -ms-transition: width 0.25s ease, height 0.25s ease, margin 0.25s ease;
    -o-transition: width 0.25s ease, height 0.25s ease, margin 0.25s ease;
  }
  header#page-header > #main-header nav > ul > li {
    -webkit-transition: height 0.25s ease;
    -moz-transition: height 0.25s ease;
    -ms-transition: height 0.25s ease;
    -o-transition: height 0.25s ease;
  }
  header#page-header > #main-header nav > ul > li a {
    -webkit-transition: margin-top 0.25s ease;
    -moz-transition: margin-top 0.25s ease;
    -ms-transition: margin-top 0.25s ease;
    -o-transition: margin-top 0.25s ease;
  }
  header#page-header > #main-header nav > ul > a {
    -webkit-transition: margin-top 0.25s ease;
    -moz-transition: margin-top 0.25s ease;
    -ms-transition: margin-top 0.25s ease;
    -o-transition: margin-top 0.25s ease;
  }
  header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search {
    -webkit-transition: background-color 0.15s ease, width 0.25s ease, margin-top 0.25s ease, opacity 0.5s;
    -moz-transition: background-color 0.15s ease, width 0.25s ease, margin-top 0.25s ease, opacity 0.5s;
    -ms-transition: background-color 0.15s ease, width 0.25s ease, margin-top 0.25s ease, opacity 0.5s;
    -o-transition: background-color 0.15s ease, width 0.25s ease, margin-top 0.25s ease, opacity 0.5s;
  }
  header#page-header > #main-header .main-header-search-field-container {
    -webkit-transition: margin-top 0.25s ease;
    -moz-transition: margin-top 0.25s ease;
    -ms-transition: margin-top 0.25s ease;
    -o-transition: margin-top 0.25s ease;
  }
  header#page-header.search-expanded > #main-header a.valio-logo {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }
  header#page-header.search-expanded > #main-header .main-header__toolnav,
  header#page-header.search-expanded > #main-header .main-header__comsearch {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }
  header#page-header.search-expanded > #main-header .main-header-search-container .main-header-search-field-container form.search {
    -webkit-transition: background-color 0.15s ease, width 0.25s ease, margin-top 0.25s ease;
    -moz-transition: background-color 0.15s ease, width 0.25s ease, margin-top 0.25s ease;
    -ms-transition: background-color 0.15s ease, width 0.25s ease, margin-top 0.25s ease;
    -o-transition: background-color 0.15s ease, width 0.25s ease, margin-top 0.25s ease;
  }
  header#page-header.revolver-expanded > #main-header {
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
  }
  header#page-header.navigation-expanded > #main-header .main-header__toolnav,
  header#page-header.navigation-expanded > #main-header .main-header__comsearch {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
}
.main-header__comsearch {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  color: white;
}
.main-header__comsearch a,
.main-header__comsearch a:visited,
.main-header__comsearch a:hover {
  color: white;
}
@media screen and (min-width: 640px) {
  .main-header__comsearch {
    top: 27px;
    right: 10px;
    -webkit-transition: top 0.25s ease;
    -moz-transition: top 0.25s ease;
    -ms-transition: top 0.25s ease;
    -o-transition: top 0.25s ease;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .page-scrolled .main-header__comsearch {
    top: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .main-header__comsearch {
    top: 25px;
    right: 0;
  }
}
@media screen and (min-width: 640px) {
  header#page-header > #main-header .main-header-search-container .main-header-search-field-container form.search {
    margin-right: 82px;
  }
}
@media screen and (min-width: 640px) {
  header#page-header.com-header-settings-js > #main-header .main-header-search-container .main-header-search-field-container form.search {
    margin-right: 97px;
  }
}
header#page-header.com-header-settings-js > #main-header .main-header-search-container #main-header-show-mobile-navigation {
  right: 0;
  left: auto;
}
ul#siteSearchResults li ul,
ul#productSearchResults li ul {
  max-height: 100%;
}
header.header-widget#page-header #main-header #main-header-wrapper,
.fullheight header.header-widget.showmore#page-header #main-header #main-header-wrapper {
  background: none;
  background-color: white;
}
header.header-widget#page-header #main-header .main-header-search-container svg .stroker,
.fullheight header.header-widget.showmore#page-header #main-header .main-header-search-container svg .stroker {
  stroke: #005a9f;
}
header.header-widget#page-header #main-header .main-header-search-container #main-header-show-mobile-navigation,
.fullheight header.header-widget.showmore#page-header #main-header .main-header-search-container #main-header-show-mobile-navigation {
  left: initial;
  right: 0px;
}
@media screen and (min-width: 160px) {
  header.header-widget#page-header #main-header .main-header-search-container,
  .fullheight header.header-widget.showmore#page-header #main-header .main-header-search-container {
    margin-top: -37px;
  }
  header.header-widget#page-header #main-header .main-header-search-container .main-header-search-field-container form.search,
  .fullheight header.header-widget.showmore#page-header #main-header .main-header-search-container .main-header-search-field-container form.search {
    margin-left: -45px;
  }
  header.header-widget#page-header #main-header .navigation-expanded .main-header-search-container,
  .fullheight header.header-widget.showmore#page-header #main-header .navigation-expanded .main-header-search-container {
    background: #005596;
    float: right;
  }
  header.header-widget#page-header #main-header nav > ul li,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul li {
    border-top: 1px solid #005a9f;
    margin: auto 0px;
  }
  header.header-widget#page-header #main-header nav > ul li a,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul li a {
    background-color: white;
    color: #4e4e4e;
    border-radius: 0px;
  }
  header.header-widget#page-header #main-header nav > ul li a:hover,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul li a:hover {
    color: white;
  }
  header.header-widget#page-header #main-header nav > ul li.active a,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul li.active a {
    color: #00c0ff;
  }
  header.header-widget#page-header #main-header .main-header-search-container,
  .fullheight header.header-widget.showmore#page-header #main-header .main-header-search-container {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}
@media screen and (min-width: 640px) {
  header.header-widget#page-header #main-header,
  .fullheight header.header-widget.showmore#page-header #main-header {
    background: white;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    height: 66px;
  }
  header.header-widget#page-header #main-header .main-header-search-container,
  .fullheight header.header-widget.showmore#page-header #main-header .main-header-search-container {
    margin-top: 0;
  }
  header.header-widget#page-header #main-header nav > ul a#main-header-show-more-links,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul a#main-header-show-more-links {
    border-left: 2px solid white;
    color: white;
  }
  header.header-widget#page-header #main-header .main-header-search-container .main-header-search-field-container form.search,
  .fullheight header.header-widget.showmore#page-header #main-header .main-header-search-container .main-header-search-field-container form.search {
    margin-right: 0px !important;
    margin-top: 26px !important;
    border-radius: 0px;
    max-width: 200px;
  }
  .loggedin header.header-widget#page-header #main-header .main-header-search-container .main-header-search-field-container form.search,
  .loggedin .fullheight header.header-widget.showmore#page-header #main-header .main-header-search-container .main-header-search-field-container form.search {
    margin-right: 0px;
  }
  header.header-widget#page-header #main-header .main-header-search-container .main-header-search-field-container form.search input,
  .fullheight header.header-widget.showmore#page-header #main-header .main-header-search-container .main-header-search-field-container form.search input {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid white;
  }
  header.header-widget#page-header #main-header .main-header-search-container .main-header-search-field-container form.search svg .stroker,
  .fullheight header.header-widget.showmore#page-header #main-header .main-header-search-container .main-header-search-field-container form.search svg .stroker {
    stroke: white;
  }
  header.header-widget#page-header #main-header nav > ul a,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul a {
    background-color: transparent;
  }
  header.header-widget#page-header #main-header nav > ul li,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul li {
    margin: auto 10px;
  }
  header.header-widget#page-header #main-header nav > ul li a,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul li a {
    background-color: transparent;
  }
  header.header-widget#page-header #main-header nav ul li a:hover,
  .fullheight header.header-widget.showmore#page-header #main-header nav ul li a:hover {
    background-color: transparent;
  }
  header.header-widget#page-header #main-header.page-scrolled .valio-logo,
  .fullheight header.header-widget.showmore#page-header #main-header.page-scrolled .valio-logo {
    width: 98px;
    height: 61px;
    margin: 19px 10px 6px 35px;
    -webkit-transition: width 0.2s ease,height 0.2s ease,margin 0.2s ease;
    -moz-transition: width 0.2s ease,height 0.2s ease,margin 0.2s ease;
    -ms-transition: width 0.2s ease,height 0.2s ease,margin 0.2s ease;
    -o-transition: width 0.2s ease,height 0.2s ease,margin 0.2s ease;
  }
  header.header-widget#page-header #main-header .valio-logo,
  .fullheight header.header-widget.showmore#page-header #main-header .valio-logo {
    -webkit-transition: width 0.2s ease,height 0.2s ease,margin 0.2s ease;
    -moz-transition: width 0.2s ease,height 0.2s ease,margin 0.2s ease;
    -ms-transition: width 0.2s ease,height 0.2s ease,margin 0.2s ease;
    -o-transition: width 0.2s ease,height 0.2s ease,margin 0.2s ease;
  }
  header.header-widget#page-header #main-header nav > ul li,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul li {
    margin: auto 10px;
    height: 61px;
    border-top: none;
  }
  header.header-widget#page-header #main-header nav > ul a,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul a {
    color: #005a9f;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    text-transform: uppercase;
    margin-top: 20px;
  }
  header.header-widget#page-header #main-header.page-scrolled nav > ul a,
  .fullheight header.header-widget.showmore#page-header #main-header.page-scrolled nav > ul a {
    color: #4e4e4e;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
  }
  header.header-widget#page-header #main-header.page-scrolled nav > ul li a:hover,
  .fullheight header.header-widget.showmore#page-header #main-header.page-scrolled nav > ul li a:hover,
  header.header-widget#page-header #main-header nav > ul li a:hover,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul li a:hover {
    background: transparent;
    color: #00c0ff;
    background-color: transparent;
  }
  header.header-widget#page-header #main-header nav > ul li.active,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul li.active {
    border-bottom: 5px solid transparent;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
  }
  header.header-widget#page-header #main-header nav > ul a#main-header-show-more-links.active,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul a#main-header-show-more-links.active {
    border-left: 2px solid #005596;
    background-color: transparent;
    color: black;
  }
  header.header-widget#page-header #main-header-show-more-links,
  .fullheight header.header-widget.showmore#page-header #main-header-show-more-links {
    margin-top: 24px !important;
  }
  header.header-widget#page-header #main-header-show-more-links .icon,
  .fullheight header.header-widget.showmore#page-header #main-header-show-more-links .icon {
    margin-top: 4px;
  }
  header.header-widget#page-header #main-header-show-more-links .icon svg,
  .fullheight header.header-widget.showmore#page-header #main-header-show-more-links .icon svg {
    stroke: #4e4e4e;
    width: 30px;
    height: 30px;
  }
  header.header-widget#page-header #main-header-show-more-links .icon svg .stroker,
  .fullheight header.header-widget.showmore#page-header #main-header-show-more-links .icon svg .stroker {
    fill-rule: evenodd;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    clip-rule: evenodd;
    stroke-width: 25;
    fill: none;
  }
  header.header-widget#page-header #main-header #main-header-more-links,
  .fullheight header.header-widget.showmore#page-header #main-header #main-header-more-links {
    background-color: white;
    border-color: transparent;
    top: 60px;
  }
  header.header-widget#page-header #main-header #main-header-more-links ul > li,
  .fullheight header.header-widget.showmore#page-header #main-header #main-header-more-links ul > li {
    margin: 0px 0px;
    border: 1px solid #005a9f;
  }
  header.header-widget#page-header #main-header #main-header-more-links ul > li:hover,
  .fullheight header.header-widget.showmore#page-header #main-header #main-header-more-links ul > li:hover {
    background-color: #006bb1;
  }
  header.header-widget#page-header #main-header #main-header-more-links ul > li a,
  .fullheight header.header-widget.showmore#page-header #main-header #main-header-more-links ul > li a {
    color: #4e4e4e;
    font-size: 15px;
  }
  header.header-widget#page-header #main-header #main-header-more-links ul > li a:hover,
  .fullheight header.header-widget.showmore#page-header #main-header #main-header-more-links ul > li a:hover {
    background-color: #006bb1;
    color: white;
  }
}
@media screen and (min-width: 1280px) {
  header.header-widget#page-header #main-header nav > ul li,
  .fullheight header.header-widget.showmore#page-header #main-header nav > ul li {
    margin: auto 20px;
  }
}
@media screen and (min-width: 640px) {
  header.header-widget#page-header #main-header.page-scrolled {
    box-shadow: 0 1px 4px -2px #999999;
    border-bottom: 1px solid transparent;
    background-color: white;
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
  }
  header.header-widget#page-header #main-header.page-scrolled nav > ul a#main-header-show-more-links {
    border-left: 2px solid #005a9f;
    color: #005a9f;
  }
  header.header-widget#page-header #main-header.page-scrolled nav > ul li.active {
    border-bottom: 5px solid #00c0ff;
  }
  header.header-widget#page-header #main-header.page-scrolled .main-header-search-container .main-header-search-field-container form.search input {
    border: none;
    border-bottom: 1px solid #005a9f;
  }
  header.header-widget#page-header #main-header.page-scrolled .main-header-search-container .main-header-search-field-container form.search svg .stroker {
    stroke: #80b0d2;
  }
}
@media screen and (min-width: 640px) {
  .fullheight ul#siteSearchResults,
  ul#productSearchResults {
    width: 300px;
    margin-right: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .fullheight ul#siteSearchResults,
  ul#productSearchResults {
    margin-right: 140px;
  }
}
.fullheight header.header-widget#page-header #main-header nav > ul li a:hover,
.fullheight header.header-widget#page-header #main-header.page-scrolled nav > ul li a:hover {
  color: white;
  background: transparent;
}
@media screen and (min-width: 480px) {
  .fullheight header.header-widget#page-header #main-header nav > ul li a:hover,
  .fullheight header.header-widget#page-header #main-header.page-scrolled nav > ul li a:hover {
    color: #00c0ff;
  }
}
@media screen and (min-width: 480px) {
  .fullheight header.header-widget#page-header #main-header {
    background: transparent;
  }
  .fullheight header.header-widget#page-header #main-header nav > ul li.active {
    border-bottom: 5px solid white;
  }
  .fullheight header.header-widget#page-header #main-header.page-scrolled {
    background: white;
  }
  .fullheight header.header-widget#page-header #main-header.page-scrolled nav > ul li a {
    color: #4e4e4e;
  }
  .fullheight header.header-widget#page-header #main-header.page-scrolled nav > ul li.active {
    border-bottom: 5px solid #00c0ff;
  }
  .fullheight header.header-widget#page-header #main-header.page-scrolled nav > ul li.active a {
    color: #00c0ff;
  }
}
@media screen and (min-width: 640px) {
  .fullheight header.header-widget#page-header #main-header nav > ul li a {
    color: white;
  }
}
.fullheight header.header-widget#page-header #main-header-show-more-links .icon svg {
  stroke: white;
}
.fullheight header.header-widget#page-header #main-header.page-scrolled #main-header-show-more-links .icon svg {
  stroke: #005a9f;
}
.product-content .expandable-product-info__content {
  background-position: left 15px top 25px;
  background-size: 135px 135px;
  background-repeat: no-repeat;
  min-height: 115px;
  padding-left: 175px;
  padding-top: 50px;
  padding-bottom: 10px;
}
.product-content .expandable-product-info__content--block-image {
  background-position: left 15px top 15px;
}
@media screen and (max-width: 640px) {
  .product-content .expandable-product-info__content {
    background-size: 75px 75px;
    background-position: left 5px top 25px;
    padding-top: 20px;
    min-height: 90px;
    padding-left: 100px;
  }
  .product-content .expandable-product-info__content--block-image {
    padding-top: 15px;
    background-position: left 5px top 15px;
  }
}
.product-content .expandable-product-info__content h4.inline {
  display: inline-block;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-content .expandable-product-info__content__expand {
  display: inline-block;
  padding: 10px 0 15px;
  font-weight: 600;
  float: right;
}
@media screen and (max-width: 640px) {
  .product-content .expandable-product-info__content__expand span {
    display: none;
  }
}
.product-content .expandable-product-info__content__expand img {
  width: 15px;
  margin: 0px 5px;
}
.product-content .expandable-product-info__content__expand img.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.product-content--showcase .product-content .expandable-product-info__content__expand {
  display: none;
}
.product-content .expandable-product-info__extended-content {
  clear: both;
  display: none;
  padding-bottom: 25px;
  min-height: 115px;
  padding: 0px 10px 25px 25px;
}
.product-content .expandable-product-info__extended-content p {
  margin-bottom: 20px;
}
.product-content .expandable-product-info__extended-content thead {
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .product-content .expandable-product-info__extended-content {
    padding-left: 175px;
  }
}
.product-content .expandable-product-info__extended-content--three-col td {
  font-size: 13px;
  line-height: 13px;
  padding-right: 20px;
}
.product-content .expandable-product-info__extended-content td {
  padding-bottom: 5px;
  vertical-align: top;
  text-align: left;
}
.product-content .expandable-product-info__extended-content td:first-child {
  padding-right: 60px;
}
.product-content .expandable-product-info__extended-content tbody tr td:first-child {
  font-weight: 600;
}
.product-content .expandable-product-info__extended-content tbody tr td.wider {
  font-weight: normal;
  padding-right: 0;
}
.product-content .expandable-product-info__extended-content--open {
  display: block;
}
.product-content--showcase .product-content .expandable-product-info__extended-content {
  display: block;
}
.product-content .expandable-product-info {
  border-top: 1px solid #dddddd;
}
.product-content .basic-product-table {
  margin-top: 50px;
}
.product-content .basic-product-table td {
  width: 25%;
  padding-right: 3%;
  padding-bottom: 5px;
  vertical-align: top;
  text-align: right;
}
.product-content .basic-product-table td:first-child {
  font-weight: 600;
  text-align: left;
  padding-right: 20px;
}
.product-content .basic-product-table td:nth-child(2) {
  width: 15%;
}
.product-content .basic-product-table td:nth-child(3) {
  width: 60%;
}
.product-content .basic-product-table thead tr {
  border-bottom: 1px solid #bbd9ef;
}
.product-content .basic-product-table thead td {
  font-weight: 600;
}
.product-aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 20px;
}
@media screen and (min-width: 640px) {
  .product-aside {
    margin: 0;
    float: right;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .product-aside {
    width: 320px;
    border-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .product-aside {
    width: 480px;
  }
}
@media screen and (min-width: 640px) {
  .product-aside__inner {
    padding: 30px;
  }
}
.product-aside .shallow-highlight {
  border: 0px;
}
.product-aside .shallow-highlight__link {
  border: 0px;
}
.product-aside .shallow-highlight__image {
  width: 90px;
}
.product-aside .shallow-highlight__text {
  padding-left: 100px;
}
.product-aside .shallow-highlight__text--secondary-text {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.product-aside .shallow-highlight__text--primary-text {
  font-size: 20px;
  margin-bottom: 5px;
}
.product-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .product-content {
    float: left;
    width: 560px;
    position: relative;
    left: 1px;
  }
}
@media screen and (min-width: 1280px) {
  .product-content {
    width: 720px;
  }
}
.product-content__inner {
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .product-content__inner {
    padding: 70px 10px 30px 80px;
  }
}
.product-content .ingress {
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  line-height: 25px;
  line-height: 1.3em;
}
.product-content h2 {
  padding-top: 0;
}
.product-content h3 {
  padding-bottom: 10px;
}
.product-content h4,
.product-content h4.inline {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 25px 0px;
  max-width: 75%;
}
@media screen and (min-width: 640px) {
  .product-content h4,
  .product-content h4.inline {
    font-size: 19px;
    line-height: 25px;
    max-width: 55%;
  }
}
.product-content--showcase .product-content h4,
.product-content--showcase .product-content h4.inline {
  text-transform: initial;
  color: #333333;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: initial;
  max-width: 90%;
}
.product-content h4.inline {
  text-transform: normal;
  margin: 0px;
}
.product-content hr {
  margin: 20px 0;
  background: #bbd9ef;
  height: 1px;
  border: 0;
}
.product-content__block .product-content__itemstext {
  line-height: 26px;
}
@media screen and (min-width: 800px) {
  .product-content__block {
    padding-left: 50px;
  }
}
.product-heroimage {
  position: relative;
  width: 100%;
  min-height: 300px;
  background-size: 130%;
  background-position: top center;
  background-repeat: no-repeat;
}
.product-heroimage h1 {
  width: 90%;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 50px black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 160px;
}
@media screen and (min-width: 640px) {
  .product-heroimage {
    min-height: 560px;
    background-size: cover;
    background-position: initial;
  }
}
.normal-grid-width--negativemargin {
  margin-top: -160px;
  background: white;
}
@media screen and (min-width: 640px) {
  .product-page .left-column,
  .product-page .right-column {
    width: 50%;
    float: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-page .left-column {
    padding-right: 30px;
  }
  .product-page .right-column {
    padding-left: 30px;
  }
  .product-page .left-border {
    border-left: 1px solid #bbd9ef;
  }
  .product-page .right-border {
    border-right: 1px solid #bbd9ef;
  }
}
@media screen and (min-width: 1280px) {
  
}
.product-page-content {
  zoom: 1;
}
.product-page-content:before,
.product-page-content:after {
  content: "";
  display: table;
}
.product-page-content:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .product-page-content {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 1280px) {
  .product-page-content {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
.product-page .collapsible-panel-header {
  border: 0;
  padding: 15px 0;
}
.product-page .collasible-panel {
  zoom: 1;
}
.product-page .collasible-panel:before,
.product-page .collasible-panel:after {
  content: "";
  display: table;
}
.product-page .collasible-panel:after {
  clear: both;
}
.product-page .collasible-panel.expanded {
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .product-page .collasible-panel.expanded {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .product-page .collasible-panel {
    margin: 0;
    padding: 0;
  }
}
.product-page .product-page-aside {
  padding: 10px;
}
.product-page .boxed-content td {
  vertical-align: top;
}
.product-page .product-recipes {
  zoom: 1;
}
.product-page .product-recipes:before,
.product-page .product-recipes:after {
  content: "";
  display: table;
}
.product-page .product-recipes:after {
  clear: both;
}
.product-page .product-highlight {
  background-color: #eaf4ff;
  padding: 20px 10px 30px 10px;
}
.product-page .article-highlight {
  background-color: #eaf4ff;
  padding: 20px 10px 30px 10px;
}
@media screen and (min-width: 640px) {
  .product-page {
    padding: 0;
  }
  .product-page .product-page-main {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .product-page .product-page-aside {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    padding: 20px 0;
  }
  .product-page .boxed {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #bbd9ef;
    border-bottom: 1px solid #bbd9ef;
    border-left: 1px solid #bbd9ef;
  }
  .product-page .boxed-content {
    padding: 20px 20px 0 20px;
  }
  .product-page .aside-left-column-tab {
    width: 320px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .product-page .aside-right-column-tab {
    width: 320px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
  }
}
@media screen and (min-width: 960px) {
  .product-page .product-page-header {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .product-page .product-page-main {
    width: 640px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-page .product-page-aside {
    width: 320px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  .product-page .boxed {
    box-shadow: 5px 0px 0px 0px #eaf4ff;
  }
  .product-page .boxed.only-border {
    box-shadow: none;
  }
}
@media screen and (min-width: 1280px) {
  .product-page .boxed-content {
    padding: 30px;
  }
  .product-page .product-page-header {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .product-page .product-page-main {
    width: 800px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-page .product-page-aside {
    width: 480px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
  }
}
.product-page .product-ingredients .production-items {
  display: none;
}
.product-page.product-page-pro .product-page-main {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .product-page.product-page-pro .product-page-main {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .product-page.product-page-pro .product-page-main {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .product-page.product-page-pro .product-page-main {
    width: 100%;
  }
}
.product-page.product-page-pro .product-ingredients .production-items {
  display: table;
}
.product-page.product-page-pro .production-info .package-disposal {
  display: none;
}
.product-widget .product-page-header,
.product-widget .product-page-content {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eeeeee;
  margin: 0px auto;
  padding: 20px 0px;
}
.product-widget .product-page-header h1,
.product-widget .product-page-content h1 {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .product-widget .product-page-header,
  .product-widget .product-page-content {
    width: 640px;
    padding: 0px;
  }
  .product-widget .product-page-header h1,
  .product-widget .product-page-content h1 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .product-widget .product-page-header,
  .product-widget .product-page-content {
    width: 960px;
  }
}
@media screen and (min-width: 640px) {
  .product-widget .product-page-header .product-img-container,
  .product-widget .product-page-content .product-img-container {
    width: 49%;
  }
}
.product-widget .product-page-header .product-description p,
.product-widget .product-page-content .product-description p {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .product-widget .product-page-header .product-description,
  .product-widget .product-page-content .product-description {
    width: 49%;
    padding-top: 30px;
  }
}
.product-widget .product-page-header .product-img,
.product-widget .product-page-content .product-img {
  margin: 10px auto;
  height: auto !important;
  height: initial !important;
}
@media screen and (min-width: 640px) {
  .product-widget .product-page-header .product-img,
  .product-widget .product-page-content .product-img {
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .product-widget .product-page-header .product-img,
  .product-widget .product-page-content .product-img {
    width: 90%;
  }
}
.product-widget .product-nutrition-info {
  border-bottom: none;
}
.product-widget tbody tr {
  vertical-align: top;
}
.product-widget tbody tr td:first-child {
  font-weight: 600;
}
.availability-widget.hide-where-to-buy-widget {
  display: none;
}
.availability-widget .product-page-content {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0px;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .availability-widget .product-page-content {
    width: 320px;
    margin: 0px auto;
  }
  .availability-widget .product-page-content h1 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 640px) {
  .availability-widget .product-page-content {
    width: 640px;
  }
}
@media screen and (min-width: 1280px) {
  .availability-widget .product-page-content {
    width: 960px;
  }
}
.availability-widget .left,
.availability-widget .center,
.availability-widget .right {
  position: relative;
  vertical-align: top;
  padding-top: 20px;
}
@media screen and (min-width: 640px) {
  .availability-widget .left,
  .availability-widget .center,
  .availability-widget .right {
    display: inline-block;
    width: 27%;
    padding: 3%;
  }
}
@media screen and (min-width: 960px) {
  .availability-widget .center {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
  }
}
.availability-widget .left {
  padding-left: 0px;
  padding-right: 3%;
}
.availability-widget h3 {
  text-align: left;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  padding: 0px 0px 0px 0px;
  color: #333333;
}
.availability-widget__storetype {
  display: block;
  text-align: center;
}
.availability-widget__storetype > img {
  display: inline-block;
  width: 40px;
  margin: 0px 10px 10px 0px;
}
.availability-widget__storetype > div {
  vertical-align: top;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 50px;
}
.availability-widget__store {
  height: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #eeefff;
}
.availability-widget__store > div {
  display: inline-block;
  margin: 0px auto;
  height: 100%;
}
.availability-widget__store img {
  height: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.availability-widget__link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.9;
  color: white !important;
  font-weight: 600;
}
.availability-widget__link--text:hover {
  background-color: #00c0ff;
}
.product-search-widget .product-page-header,
.product-search-widget .product-page-content {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0px;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .product-search-widget .product-page-header,
  .product-search-widget .product-page-content {
    width: 320px;
    margin: 0px auto;
  }
  .product-search-widget .product-page-header h1,
  .product-search-widget .product-page-content h1 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 640px) {
  .product-search-widget .product-page-header,
  .product-search-widget .product-page-content {
    width: 640px;
  }
}
@media screen and (min-width: 960px) {
  .product-search-widget .product-page-header,
  .product-search-widget .product-page-content {
    width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .product-search-widget .product-page-header,
  .product-search-widget .product-page-content {
    width: 1280px;
  }
}
.product-search-widget__category-selectors {
  display: inline-block;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  list-style-type: none;
  margin-bottom: 60px;
}
.product-search-widget__category-selectors li {
  color: black;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  margin: 0px 20px;
  line-height: 50px;
  display: inline-block;
}
.product-search-widget__category-selectors li:hover {
  color: #00c0ff;
}
.product-search-widget__category-selectors li.active {
  color: #00c0ff;
}
@media screen and (min-width: 640px) {
  .product-search-widget__category-selectors li.active {
    border-bottom: 4px solid #00c0ff;
  }
}
.product-search-widget .product-item-in-grid {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 190px;
  padding: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 640px) {
  .product-search-widget .product-item-in-grid {
    width: 310px;
    height: 330px;
  }
}
@media screen and (min-width: 960px) {
  .product-search-widget .product-item-in-grid {
    width: 230px;
    height: 260px;
  }
}
@media screen and (min-width: 1280px) {
  .product-search-widget .product-item-in-grid {
    width: 310px;
    height: 330px;
  }
}
.product-search-widget .product-item {
  border: 1px solid #eeeeee;
  background: #fcfdfe;
  height: 100%;
  position: relative;
}
.product-search-widget .product-item .product-item-img {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 130px;
}
@media screen and (min-width: 640px) {
  .product-search-widget .product-item .product-item-img {
    height: 200px;
  }
}
.product-search-widget .product-item .product-item__shadow {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background: url('/Content/images/page/products/single-product-bg.jpg');
  background-size: 100%;
  z-index: 0;
}
.product-search-widget .product-item img {
  top: 10px;
  margin-bottom: 10px;
  width: auto;
  max-height: 100%;
  max-width: 90px;
}
@media screen and (min-width: 640px) {
  .product-search-widget .product-item img {
    top: 50px;
    max-width: 164px;
  }
}
@media screen and (min-width: 960px) {
  .product-search-widget .product-item img {
    top: 14px;
    max-width: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .product-search-widget .product-item img {
    top: 50px;
    max-width: 164px;
  }
}
.product-search-widget .product-item .product-item-title {
  position: absolute;
  top: 130px;
  font-size: 14px;
  left: 10px;
  right: 10px;
}
@media screen and (min-width: 640px) {
  .product-search-widget .product-item .product-item-title {
    font-size: 16px;
    top: 250px;
    left: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .product-search-widget .product-item .product-item-title {
    top: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .product-search-widget .product-item .product-item-title {
    top: 250px;
  }
}
.product-page-header {
  padding: 20px 0 10px 0;
}
.product-page-header h1 {
  font-size: 28px;
  line-height: 28px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .product-page-header h1 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1280px) {
  .product-page-header h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.product-page-header .product-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 150px;
}
.product-page-header .product-description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-top: 15px;
}
.product-page-header .product-description p {
  padding: 0;
}
@media screen and (min-width: 640px) {
  .product-page-header {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #bbd9ef;
    position: relative;
  }
  .product-page-header h1 {
    margin: 0;
    padding: 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .product-page-header .product-img-and-description {
    position: relative;
  }
  .product-page-header .product-img-container {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 49%;
  }
  .product-page-header .product-img {
    width: 230px;
    height: 230px;
  }
  .product-page-header .product-img.image-category-3 {
    bottom: 160px;
  }
  .product-page-header .product-description {
    margin: 0;
    padding: 0;
    min-height: 250px;
    padding-bottom: 50px;
    display: inline-block;
    width: 49%;
  }
  .product-page-header .product-description p {
    width: 315px;
  }
  .product-page-header .header-bottom-panel-tablet {
    min-height: 30px;
    padding: 20px 40px;
    border-top: 1px solid #bbd9ef;
    position: relative;
    zoom: 1;
  }
  .product-page-header .header-bottom-panel-tablet:before,
  .product-page-header .header-bottom-panel-tablet:after {
    content: "";
    display: table;
  }
  .product-page-header .header-bottom-panel-tablet:after {
    clear: both;
  }
  .product-page-header .package-sizes {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 40%;
  }
  .product-page-header .package-sizes-header {
    display: block;
    margin: 0;
  }
  .product-page-header .package-size-item {
    margin-right: 10px;
    padding-right: 0;
    border: 0;
  }
}
@media screen and (min-width: 960px) {
  .product-page-header {
    border-left: 1px solid #bbd9ef;
    border-right: 1px solid #bbd9ef;
  }
  .product-page-header .product-img {
    margin-left: 30%;
    width: 300px;
    height: 300px;
  }
  .product-page-header .header-bottom-panel-tablet {
    display: none;
  }
  .product-page-header h1 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .product-page-header .package-sizes {
    max-width: none;
    width: 120px;
    position: absolute;
    left: 40px;
    bottom: 50px;
    border-top: 1px solid #bbd9ef;
  }
  .product-page-header .product-description {
    padding-bottom: 180px;
    min-height: 350px;
  }
  .product-page-header .product-description p {
    padding-left: 45px;
    width: 400px;
  }
  .product-page-header .package-sizes-header {
    margin-top: 10px;
  }
  .product-page-header .package-size-item {
    display: block;
    clear: both;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .product-page-header .product-img {
    left: 270px;
  }
  .product-page-header h1 {
    padding-top: 50px;
  }
  .product-page-header .product-img-container {
    width: 797px;
  }
  .product-page-header .product-img {
    margin-left: auto;
  }
  .product-page-header .product-description {
    width: 477px;
  }
  .product-page-header .product-description p {
    padding-left: 40px;
  }
}
.package-sizes {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px;
  border-bottom: 1px solid #bbd9ef;
}
.package-sizes-header {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  margin-right: 5px;
}
.package-size-item {
  color: #00aeef;
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
  border-right: 1px solid #bbd9ef;
}
.package-size-item:last-child {
  border: 0;
}
.package-size-item.active {
  color: black;
  cursor: pointer;
}
.product-nutrition-info {
  border-bottom: 1px solid #bbd9ef;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.product-nutrition-info ul,
.product-nutrition-info table {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-nutrition-info table {
  width: 100%;
}
.product-nutrition-info li {
  list-style: none;
}
@media screen and (min-width: 640px) {
  .product-nutrition-info {
    padding: 20px 10px 25px 10px;
    border: 0;
  }
}
@media screen and (min-width: 1280px) {
  .product-nutrition-info ul,
  .product-nutrition-info table {
    margin-bottom: 20px;
  }
}
.nutrition-item-name.additional-info {
  padding-left: 20px;
}
.production-item-value,
.nutrition-item-value {
  text-align: right;
}
.nutrition-item-value {
  white-space: nowrap;
}
.recipe-search-widget .recipe-page-header,
.recipe-search-widget .recipe-page-content {
  padding: 20px 0px;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .recipe-search-widget .recipe-page-header,
  .recipe-search-widget .recipe-page-content {
    margin: 0px 20px;
  }
  .recipe-search-widget .recipe-page-header h1,
  .recipe-search-widget .recipe-page-content h1 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 800px) {
  .recipe-search-widget .recipe-page-header,
  .recipe-search-widget .recipe-page-content {
    margin: 0 auto;
    width: 770px;
    /* @10cols - margins */
  
  }
}
@media screen and (min-width: 960px) {
  .recipe-search-widget .recipe-page-header,
  .recipe-search-widget .recipe-page-content {
    width: 930px;
    /* @12cols - margins */
  
  }
}
@media screen and (min-width: 1120px) {
  .recipe-search-widget .recipe-page-header,
  .recipe-search-widget .recipe-page-content {
    width: 1090px;
    /* @14cols - margins */
  
  }
}
@media screen and (min-width: 1280px) {
  .recipe-search-widget .recipe-page-header,
  .recipe-search-widget .recipe-page-content {
    width: 1134px;
    /* @14cols + item margins */
    margin: 0 auto;
  }
}
.recipe-search-widget__header--left {
  text-align: left;
  margin-left: 11.5px;
  border-top: 1px solid #eeeeee;
  font-size: 30px;
  padding: 35px 0;
}
.recipe-search-widget__category-selectors {
  display: inline-block;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  list-style-type: none;
  margin-bottom: 60px;
}
.recipe-search-widget__category-selectors li {
  color: black;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  margin: 0px 20px;
  line-height: 50px;
  display: inline-block;
}
.recipe-search-widget__category-selectors li:hover {
  color: #00c0ff;
}
.recipe-search-widget__category-selectors li.active {
  color: #00c0ff;
}
@media screen and (min-width: 640px) {
  .recipe-search-widget__category-selectors li.active {
    border-bottom: 4px solid #00c0ff;
  }
}
.recipe-search-widget__paragraph {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.recipe-search-widget .recipe-item-in-grid {
  display: block;
  position: relative;
  height: 216px;
  padding: 5px;
  margin: 0 5px 10px;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .recipe-search-widget .recipe-item-in-grid {
    display: inline-block;
    width: 360px;
  }
}
@media screen and (min-width: 960px) {
  .recipe-search-widget .recipe-item-in-grid {
    width: 442px;
  }
}
@media screen and (min-width: 1120px) {
  .recipe-search-widget .recipe-item-in-grid {
    width: 520px;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-search-widget .recipe-item-in-grid {
    width: 351px;
    height: 230px;
    margin: 0 7px 14px;
  }
}
.recipe-search-widget__see-also-grid,
.recipe-search-widget__result-grid {
  margin: 0;
}
@media screen and (min-width: 800px) {
  .recipe-search-widget__see-also-grid,
  .recipe-search-widget__result-grid {
    text-align: left;
  }
}
.recipe-search-widget .recipe-item {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.recipe-search-widget .recipe-item .recipe-item-img {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 130px;
}
@media screen and (min-width: 640px) {
  .recipe-search-widget .recipe-item .recipe-item-img {
    height: 200px;
  }
}
.recipe-search-widget .recipe-item .recipe-item__shadow {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-size: 100%;
  z-index: 0;
  background: url(/Content/images/common/overlay_1x360.png) top left;
}
.recipe-search-widget .recipe-item img {
  width: 100%;
}
.recipe-search-widget .recipe-item .image-data-container {
  height: 100%;
}
.recipe-search-widget .recipe-item .recipe-caption {
  position: absolute;
  bottom: 5px;
  left: 15px;
  right: 15px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  font-size: 18px;
  line-height: 20px;
}
.recipe-search-widget .recipe-item .recipe-caption--right {
  text-align: right;
}
.recipe-search-widget .recipe-item .recipe-caption--right > .icon {
  width: 24px;
  height: 24px;
}
.recipe-search-widget .recipe-item .recipe-caption--right > .icon svg {
  fill: white;
}
.recipe-search-widget .recipe-item .recipe-caption--left {
  text-align: left;
  width: 50%;
}
.recipe-search-widget .recipe-item .image-data-container-search-recipe {
  height: 100%;
  font-size: 16px;
  font-weight: 100;
}
li.recipe-card {
  width: 140px;
  height: auto;
  border: 0;
  position: relative;
  display: block;
  float: left;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li.recipe-card.empty {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  height: 100px;
  cursor: default;
}
li.recipe-card img.recipe-card--organic-icon {
  width: 35px;
  height: auto;
  position: absolute !important;
  bottom: 0;
  right: 0;
  background-color: #f9f9f9;
  border: 7px solid #f9f9f9;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0;
}
li.action-card {
  display: none;
  height: 226px;
}
li.action-card > span {
  text-align: center;
  border: 1px solid #dddddd;
  background: white;
  padding: 25px 20px 25px 20px;
  display: block;
}
li.action-card .remove {
  position: absolute;
  top: 3px;
  right: 5px;
  display: inline-block;
  font-family: 'valio_iconsregular';
  font-style: normal;
  font-size: 30px;
  vertical-align: top;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 1.25em;
  color: #c6c2c0;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
li.action-card .remove:visited,
li.action-card .remove:hover {
  color: #c6c2c0;
}
li.action-card .remove.plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
li.action-card img {
  display: block;
  margin: 0 auto;
}
li.action-card h4 {
  color: #00aeef;
  font-weight: 500;
}
li.action-card p {
  font-size: 12px;
  line-height: 1.25em;
  color: #999999;
  padding: 7px 0 10px 0;
}
@media screen and (min-width: 640px) {
  li.action-card p {
    font-size: 13px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  li.action-card p {
    font-size: 15px;
    line-height: 1.25em;
  }
}
li.action-card.create-recipe > span {
  padding: 25px 20px 30px 20px;
}
li.action-card.create-recipe img {
  width: auto;
  height: 65px;
}
li.action-card.create-recipe-collection.action-card img {
  width: auto;
  height: 70px;
}
@media screen and (min-width: 640px) {
  li.recipe-card {
    width: 200px;
    height: auto;
    margin-right: 20px;
  }
  li.recipe-card.empty {
    height: 133px;
  }
  li.recipe-card .recipe-item.recipe-collection-item {
    width: 100%;
  }
  li.recipe-card .recipe-item.recipe-collection-item .image-data-container {
    width: 200px;
    height: 132px;
  }
  li.recipe-card img.recipe-card--organic-icon {
    width: 50px;
    border-top-left-radius: 30px;
  }
}
@media screen and (min-width: 960px) {
  .toolbox-content .result-grid {
    width: 102%;
    padding-left: 10px;
  }
  .toolbox-content li.recipe-card {
    width: 300px;
    height: 226px;
    margin-right: 20px;
  }
  .toolbox-content li.recipe-card.empty {
    height: 200px;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item {
    width: 300px;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item .user,
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item .guest {
    width: 44px;
    right: -5px;
    top: 161px;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item .image-data-container {
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 300px;
    height: 200px;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item .image-data-container .top-right-actions {
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item .image-data-container .top-right-actions .icon {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 0px;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item .image-data-container .data {
    display: none;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item .image-data-container > p.recipe-caption {
    padding: 0;
    display: block;
    position: absolute;
    font-family: "omnes-pro", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    bottom: 15px;
    left: 10px;
    width: 200px;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item .diet-info {
    display: block;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item .comment-rating {
    position: static;
    display: inline-block;
    color: #b9b4b2;
    font-size: 20px;
    margin: 2px 10px 0px 7px;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item .preparation-info {
    display: block;
    position: absolute;
    right: 10px;
    top: 202px;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item p.recipe-caption {
    display: none;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item .recipe-deleted-info {
    width: 200px;
    height: 60px;
    padding: 15px 20px;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item.deleted .comment-rating,
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item.deleted .recipe-data,
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item.deleted .preparation-info {
    color: #e9e9e9;
  }
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item.guest-recipe .image-data-container > p.recipe-caption,
  .toolbox-content li.recipe-card .recipe-item.recipe-collection-item.user-recipe .image-data-container > p.recipe-caption {
    width: 240px;
  }
  .toolbox-content li.action-card {
    height: 226px;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .toolbox-content .result-grid {
    width: 102%;
    padding-left: 10px;
  }
  .toolbox-content.show-always-on-desktop .result-grid {
    padding-left: 0;
  }
  .toolbox-content li.action-card {
    height: 226px;
  }
  li.recipe-card {
    width: 300px;
    height: auto;
    margin-right: 20px;
  }
  li.recipe-card.empty {
    height: 200px;
  }
  li.recipe-card .recipe-item.recipe-collection-item {
    width: 300px;
  }
  li.recipe-card .recipe-item.recipe-collection-item .user,
  li.recipe-card .recipe-item.recipe-collection-item .guest {
    width: 44px;
    right: -5px;
    top: 161px;
  }
  li.recipe-card .recipe-item.recipe-collection-item .image-data-container {
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 300px;
    height: 200px;
  }
  li.recipe-card .recipe-item.recipe-collection-item .image-data-container .top-right-actions {
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
  }
  li.recipe-card .recipe-item.recipe-collection-item .image-data-container .top-right-actions .icon {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 0px;
  }
  li.recipe-card .recipe-item.recipe-collection-item .image-data-container .data {
    display: none;
  }
  li.recipe-card .recipe-item.recipe-collection-item .image-data-container > p.recipe-caption {
    padding: 0;
    display: block;
    position: absolute;
    font-family: "omnes-pro", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    bottom: 15px;
    left: 10px;
    width: 200px;
  }
  li.recipe-card .recipe-item.recipe-collection-item .diet-info {
    display: block;
  }
  li.recipe-card .recipe-item.recipe-collection-item .comment-rating {
    position: static;
    display: inline-block;
    color: #b9b4b2;
    font-size: 20px;
    margin: 2px 10px 0px 7px;
  }
  li.recipe-card .recipe-item.recipe-collection-item .preparation-info {
    display: block;
    position: absolute;
    right: 10px;
    top: 202px;
  }
  li.recipe-card .recipe-item.recipe-collection-item p.recipe-caption {
    display: none;
  }
  li.recipe-card .recipe-item.recipe-collection-item .recipe-deleted-info {
    width: 200px;
    height: 60px;
    padding: 15px 20px;
  }
  li.recipe-card .recipe-item.recipe-collection-item.deleted .comment-rating,
  li.recipe-card .recipe-item.recipe-collection-item.deleted .recipe-data,
  li.recipe-card .recipe-item.recipe-collection-item.deleted .preparation-info {
    color: #e9e9e9;
  }
  li.recipe-card .recipe-item.recipe-collection-item.guest-recipe .image-data-container > p.recipe-caption,
  li.recipe-card .recipe-item.recipe-collection-item.user-recipe .image-data-container > p.recipe-caption {
    width: 240px;
  }
  li.action-card > span {
    padding: 25px 20px 0;
  }
  li.action-card.create-recipe > span {
    padding: 25px 20px 20px 20px;
  }
}
@media print {
  .pro .toolbox-content .result-grid {
    width: 85%;
    padding-left: 0px;
  }
  .pro li.recipe-card {
    width: 30%;
    height: auto;
    margin-right: 1%;
    margin-left: 1%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .pro li.recipe-card .recipe-item.recipe-collection-item {
    width: 100%;
  }
  .pro li.recipe-card .recipe-item.recipe-collection-item .image-data-container {
    width: 100%;
    height: initial;
  }
  .pro li.recipe-card .recipe-item.recipe-collection-item .image-data-container img {
    width: 110%;
  }
}
.valio-products-in-recipe .product-grid {
  width: 100%;
  display: block;
}
.valio-products-in-recipe .product-grid .product-item {
  width: 184px;
  margin-right: 10px;
  float: left;
}
.valio-products-in-recipe .product-grid .product-item .image-data-container {
  height: 160px;
}
.valio-products-in-recipe .product-grid .product-item .image-data-container img {
  width: 184px;
  height: auto;
  vertical-align: top;
}
.valio-products-in-recipe .product-grid .product-item p {
  max-width: none;
  font-weight: 500;
  font-size: 18px;
  color: #3b3938;
  text-align: center;
  line-height: 1.25em;
}
@media screen and (min-width: 960px) {
  .valio-products-in-recipe .product-grid .product-item:even {
    margin-right: 0;
  }
}
.recipe-item.recipe-collection-item {
  width: 140px;
  height: auto;
  position: relative;
}
.recipe-item.recipe-collection-item.user-recipe .user {
  display: block;
}
.recipe-item.recipe-collection-item.guest-recipe .guest,
.recipe-item.recipe-collection-item.guest-recipe.user-recipe .guest {
  display: block;
}
.recipe-item.recipe-collection-item.recipe-collection-item--captionmargin p.recipe-caption {
  margin-bottom: 7px;
}
.recipe-item.recipe-collection-item .user,
.recipe-item.recipe-collection-item .guest {
  position: absolute;
  width: 28px;
  right: -4px;
  top: 46px;
  display: none;
}
.recipe-item.recipe-collection-item .image-data-container {
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 140px;
  height: 93px;
  position: relative;
}
.recipe-item.recipe-collection-item .image-data-container > p {
  display: none;
}
.recipe-item.recipe-collection-item .image-data-container .data .comment-rating {
  display: inline-block;
}
.recipe-item.recipe-collection-item .image-data-container .data .like-count {
  margin: 0 5px 0 0;
}
.recipe-item.recipe-collection-item .image-data-container .data .like-count > i.icon {
  font-size: 11px;
  margin: 0;
}
.recipe-item.recipe-collection-item .image-data-container .data .comments-count {
  margin: 0 5px 0 0;
}
.recipe-item.recipe-collection-item .image-data-container .data .comments-count > i.icon {
  font-size: 11px;
  margin: 0;
}
.recipe-item.recipe-collection-item .image-data-container .data .like-count > i.icon,
.recipe-item.recipe-collection-item .image-data-container .data .comments-count > i.icon {
  margin: 0;
}
.recipe-item.recipe-collection-item .recipe-data,
.recipe-item.recipe-collection-item .comment-rating,
.recipe-item.recipe-collection-item .preparation-info,
.recipe-item.recipe-collection-item .diet-info {
  display: none;
}
.recipe-item.recipe-collection-item p.recipe-caption {
  padding: 0;
  margin: 2px 5px 0px 5px;
}
.recipe-item.recipe-collection-item .recipe-deleted-info {
  width: 120px;
  height: 30px;
  padding: 5px 5px;
}
.recipe-item.recipe-collection-item.side-item {
  width: 130px;
  height: auto;
}
.recipe-item.recipe-collection-item.side-item p.recipe-caption {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 3.9em;
  font-size: 12px;
  line-height: 1.25em;
}
@media screen and (min-width: 640px) {
  .recipe-item.recipe-collection-item.side-item p.recipe-caption {
    font-size: 13px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-item.recipe-collection-item.side-item p.recipe-caption {
    font-size: 15px;
    line-height: 1.25em;
  }
}
.recipe-item.recipe-collection-item.side-item p.recipe-caption .light {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #999999;
}
.recipe-item.recipe-collection-item.side-item .image-data-container {
  display: none;
}
.recipe-item.recipe-collection-item.side-item .recipe-data,
.recipe-item.recipe-collection-item.side-item .comment-rating,
.recipe-item.recipe-collection-item.side-item .preparation-info,
.recipe-item.recipe-collection-item.side-item .diet-info {
  display: none;
}
.recipe-item.recipe-collection-item.side-item .user,
.recipe-item.recipe-collection-item.side-item .guest {
  display: none;
}
.recipe-item.recipe-collection-item.larger {
  width: 320px;
}
@media screen and (min-width: 480px) {
  .recipe-item.recipe-collection-item.larger {
    width: 420px;
  }
}
.recipe-item.recipe-collection-item.larger .image-data-container {
  width: 300px;
  height: 200px;
}
@media screen and (min-width: 480px) {
  .recipe-item.recipe-collection-item.larger .image-data-container {
    width: 420px;
    height: 312px;
  }
  .recipe-item.recipe-collection-item.larger .image-data-container img {
    width: 470px;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-item.recipe-collection-item.larger .image-data-container img {
    width: 100%;
  }
}
.recipe-item.recipe-collection-item.larger .image-data-container img {
  max-width: inherit;
}
.recipe-item.recipe-collection-item.larger .image-data-container .data {
  bottom: auto;
  top: 0;
  display: none;
}
.recipe-item.recipe-collection-item.larger .image-data-container .data .comment-rating {
  top: 5px;
  left: 10px;
}
.recipe-item.recipe-collection-item.larger .image-data-container .data .comments-count {
  margin: 23px 9px 0 9px;
}
.recipe-item.recipe-collection-item.larger .image-data-container .data .like-count {
  margin: 23px 0px 0 0px;
}
.recipe-item.recipe-collection-item.larger .image-data-container .data .comments-count,
.recipe-item.recipe-collection-item.larger .image-data-container .data .like-count {
  float: left;
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.recipe-item.recipe-collection-item.larger .preparation-info {
  top: auto !important;
  bottom: 0;
  display: none;
  right: 0;
}
@media screen and (min-width: 640px) {
  .recipe-item.recipe-collection-item.larger .preparation-info {
    display: none;
  }
}
.recipe-item.recipe-collection-item.larger .diet-info {
  display: block;
}
.recipe-item.recipe-collection-item.larger .recipe-overlay {
  width: 100%;
}
.recipe-item.recipe-collection-item.larger > p.recipe-caption {
  max-width: 100%;
  padding: 0;
  display: block;
  position: absolute;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  bottom: 15px;
  left: 10px;
  font-size: 20px;
  line-height: 1em;
  bottom: 10px;
  height: auto;
}
@media screen and (min-width: 640px) {
  .recipe-item.recipe-collection-item.larger > p.recipe-caption {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-item.recipe-collection-item.larger > p.recipe-caption {
    font-size: 40px;
    bottom: 30px;
  }
}
.recipe-item.recipe-collection-item.larger > p.recipe-caption:before {
  display: none;
}
.recipe-item.double-size {
  width: 320px;
  width: 420px;
  margin-right: 20px;
  margin-left: 0;
  position: relative;
}
@media screen and (min-width: 480px) {
  .recipe-item.double-size {
    width: 420px;
  }
}
.recipe-item.double-size .image-data-container {
  width: 300px;
  height: 200px;
}
@media screen and (min-width: 480px) {
  .recipe-item.double-size .image-data-container {
    width: 420px;
    height: 312px;
  }
  .recipe-item.double-size .image-data-container img {
    width: 470px;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-item.double-size .image-data-container img {
    width: 100%;
  }
}
.recipe-item.double-size .image-data-container img {
  max-width: inherit;
}
.recipe-item.double-size .image-data-container .data {
  bottom: auto;
  top: 0;
  display: none;
}
.recipe-item.double-size .image-data-container .data .comment-rating {
  top: 5px;
  left: 10px;
}
.recipe-item.double-size .image-data-container .data .comments-count {
  margin: 23px 9px 0 9px;
}
.recipe-item.double-size .image-data-container .data .like-count {
  margin: 23px 0px 0 0px;
}
.recipe-item.double-size .image-data-container .data .comments-count,
.recipe-item.double-size .image-data-container .data .like-count {
  float: left;
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.recipe-item.double-size .preparation-info {
  top: auto !important;
  bottom: 0;
  display: none;
  right: 0;
}
@media screen and (min-width: 640px) {
  .recipe-item.double-size .preparation-info {
    display: none;
  }
}
.recipe-item.double-size .diet-info {
  display: block;
}
.recipe-item.double-size .recipe-overlay {
  width: 100%;
}
.recipe-item.double-size > p.recipe-caption {
  max-width: 100%;
  padding: 0;
  display: block;
  position: absolute;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  bottom: 15px;
  left: 10px;
  font-size: 20px;
  line-height: 1em;
  bottom: 10px;
  height: auto;
}
@media screen and (min-width: 640px) {
  .recipe-item.double-size > p.recipe-caption {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-item.double-size > p.recipe-caption {
    font-size: 40px;
    bottom: 30px;
  }
}
.recipe-item.double-size > p.recipe-caption:before {
  display: none;
}
.recipe-item.double-size .image-data-container {
  width: 420px;
  height: 303px;
}
.recipe-item.double-size > p.recipe-caption {
  width: 400px;
  bottom: 40px;
}
.recipe-item.double-size .comment-rating {
  position: static;
  display: inline-block;
  color: #b9b4b2;
  font-size: 20px;
  margin: 2px 10px 0px 7px;
}
.recipe-item.double-size .recipe-data,
.recipe-item.double-size .preparation-info {
  display: inline-block;
}
.recipe-item.double-size .preparation-info {
  float: right;
}
@media screen and (min-width: 960px) {
  .recipe-item.double-size {
    width: 450px;
    margin-right: 20px;
  }
  .recipe-item.double-size .image-data-container {
    width: 450px;
    height: 347px;
  }
  .recipe-item.double-size .image-data-container img {
    width: 520px;
  }
  .recipe-item.double-size > p.recipe-caption {
    width: 430px;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-item.double-size {
    width: 520px;
    margin-right: 30px;
  }
  .recipe-item.double-size .image-data-container {
    width: 520px;
    height: 347px;
  }
  .recipe-item.double-size .image-data-container img {
    width: 560px;
  }
  .recipe-item.double-size .image-data-container > p.recipe-caption {
    display: block;
  }
  .recipe-item.double-size > p.recipe-caption {
    width: 500px;
  }
}
@media screen and (min-width: 640px) {
  .recipe-item.recipe-collection-item {
    width: 180px;
  }
  .recipe-item.recipe-collection-item .user,
  .recipe-item.recipe-collection-item .guest {
    width: 33px;
    right: -4px;
    top: 66px;
  }
  .recipe-item.recipe-collection-item .image-data-container {
    width: 180px;
    height: 120px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .recipe-item.recipe-collection-item .image-data-container .data .like-count {
    font-size: 11px;
    line-height: 1.25em;
    line-height: 19px;
    height: 19px;
  }
  .recipe-item.recipe-collection-item .image-data-container .data .like-count > i.icon {
    font-size: 12px;
  }
  .recipe-item.recipe-collection-item .image-data-container .data .comments-count {
    font-size: 11px;
    line-height: 1.25em;
    line-height: 19px;
    height: 19px;
  }
  .recipe-item.recipe-collection-item .image-data-container .data .comments-count > i.icon {
    font-size: 12px;
  }
  .recipe-item.recipe-collection-item p.recipe-caption {
    padding: 0;
    margin: 7px 10px 0px 10px;
  }
  .recipe-item.recipe-collection-item .recipe-deleted-info {
    width: 145px;
    height: 40px;
    padding: 5px 10px;
  }
  .recipe-item.recipe-collection-item.side-item {
    width: 210px;
    height: 55px;
  }
  .recipe-item.recipe-collection-item.side-item .image-data-container {
    display: block;
    width: 83px;
    height: 55px;
  }
  .recipe-item.recipe-collection-item.side-item .image-data-container .data {
    display: none;
  }
  .recipe-item.recipe-collection-item.side-item p.recipe-caption {
    position: absolute;
    left: 93px;
    right: 0px;
    top: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-item.recipe-collection-item.small-desktop {
    width: 200px;
  }
  .recipe-item.recipe-collection-item.small-desktop .image-data-container {
    width: 200px;
    height: 133px;
  }
  .recipe-item.recipe-collection-item.small-desktop .user,
  .recipe-item.recipe-collection-item.small-desktop .guest {
    top: 78px;
  }
  .recipe-item.recipe-collection-item.small-desktop .recipe-deleted-info {
    font-size: 16px;
    line-height: 1.25em;
  }
  .recipe-item.recipe-collection-item.side-item {
    width: 230px;
    height: 60px;
  }
  .recipe-item.recipe-collection-item.side-item .image-data-container {
    display: block;
    width: 90px;
    height: 60px;
  }
  .recipe-item.recipe-collection-item.side-item .image-data-container .data {
    display: none;
  }
  .recipe-item.recipe-collection-item.side-item p.recipe-caption {
    position: absolute;
    left: 100px;
    right: 0px;
    top: 0px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) {
    width: 300px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) .user,
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) .guest {
    width: 44px;
    right: -5px;
    top: 161px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) .image-data-container {
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 300px;
    height: 200px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) .image-data-container .top-right-actions {
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) .image-data-container .top-right-actions .icon {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 0px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) .image-data-container .data {
    display: none;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) .image-data-container > p.recipe-caption {
    padding: 0;
    display: block;
    position: absolute;
    font-family: "omnes-pro", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    bottom: 15px;
    left: 10px;
    width: 200px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) .diet-info {
    display: block;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) .comment-rating {
    position: static;
    display: inline-block;
    color: #b9b4b2;
    font-size: 20px;
    margin: 2px 10px 0px 7px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) .preparation-info {
    display: block;
    position: absolute;
    right: 10px;
    top: 202px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) p.recipe-caption {
    display: none;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item) .recipe-deleted-info {
    width: 200px;
    height: 60px;
    padding: 15px 20px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item).deleted .comment-rating,
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item).deleted .recipe-data,
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item).deleted .preparation-info {
    color: #e9e9e9;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item).guest-recipe .image-data-container > p.recipe-caption,
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item).user-recipe .image-data-container > p.recipe-caption {
    width: 240px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item).larger {
    width: 620px;
    position: relative;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item).larger .image-data-container {
    width: 620px;
    height: 436px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item).larger .image-data-container > p.recipe-caption {
    width: 600px;
    max-width: 100%;
    padding: 0;
    display: block;
    position: absolute;
    font-family: "omnes-pro", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    bottom: 15px;
    left: 10px;
    height: auto;
    font-size: 40px;
    line-height: 1.25em;
    bottom: 10px;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item).larger .image-data-container img {
    width: 655px;
    max-width: inherit;
  }
  .recipe-item.recipe-collection-item:not(.small-desktop):not(.side-item).larger .recipe-data {
    display: inline-block;
  }
}
.top-right-actions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  background: url('/Content/images/responsive/pages/toolbox/top-right-corner.svg') no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.top-right-actions .icon {
  font-size: 25px;
  position: absolute;
  top: 6px;
  right: 0;
}
.recipe-data,
.preparation-info {
  display: none;
  color: #b9b4b2;
}
.recipe-data > .icon,
.preparation-info > .icon {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.recipe-data div,
.preparation-info div {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
}
.recipe-item.saved .top-right-actions {
  background: url('/Content/images/responsive/modules/widgets/recipe/top-right-corner-saved.svg') no-repeat;
}
@media screen and (min-width: 640px) {
  .top-right-actions {
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 35px;
    height: 35px;
  }
  .top-right-actions .icon {
    font-size: 21px;
    position: absolute;
    top: 2px;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .top-right-actions {
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
  }
  .top-right-actions .icon {
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 0px;
  }
}
.recipe-item.recipe-collection-item.novelty .image-data-container {
  position: relative;
}
.recipe-item.recipe-collection-item.novelty .image-data-container:after {
  top: 49px;
  left: 5px;
  content: "";
  position: absolute;
  background-image: url("/Content/images/responsive/common/packagemarks/novelty.png");
  background-repeat: none;
  background-position: top left;
  width: 32px;
  height: 32px;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
}
@media screen and (min-width: 640px) {
  .recipe-item.recipe-collection-item.novelty .image-data-container:after {
    top: 58px;
    width: 50px;
    height: 50px;
    -webkit-background-size: 50px;
    -moz-background-size: 50px;
    -o-background-size: 50px;
    background-size: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-item.recipe-collection-item.novelty .image-data-container:after {
    display: none;
  }
  .recipe-item.recipe-collection-item.novelty .recipe-caption:after {
    top: -40px;
    left: -15px;
    content: "";
    position: absolute;
    background-image: url("/Content/images/responsive/common/packagemarks/novelty.png");
    background-repeat: none;
    background-position: top left;
    width: 50px;
    height: 50px;
    -webkit-background-size: 50px;
    -moz-background-size: 50px;
    -o-background-size: 50px;
    background-size: 50px;
  }
}
@media screen and (min-width: 640px) {
  .result-grid .recipe-item.recipe-collection-item.novelty .image-data-container:after {
    top: 70px;
    width: 50px;
    height: 50px;
    -webkit-background-size: 50px;
    -moz-background-size: 50px;
    -o-background-size: 50px;
    background-size: 50px;
  }
}
.pro .recipe-highlight-responsive.wide {
  width: 100%;
}
.pro .recipe-highlight-responsive.wide .recipe-item .image-data-container img {
  width: 100% !important;
  min-height: 100%;
  overflow: hidden;
}
.pro .recipe-highlight-responsive.wide .recipe-item.double-size .comment-rating {
  display: none;
}
.pro .recipe-highlight-responsive.wide .recipe-item.double-size .recipe-data,
.pro .recipe-highlight-responsive.wide .recipe-item.double-size .preparation-info {
  display: none;
}
.pro .recipe-highlight-responsive.wide .recipe-wrapper {
  width: 100%;
}
.pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item {
  float: left;
  margin-right: 1%;
  margin-bottom: 13px;
}
.pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item .image-data-container {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    height: 150px;
    overflow: hidden;
  }
  .pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item .image-data-container {
    height: 70%;
  }
  .pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item.double-size {
    width: 100%;
    height: 250px;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item.double-size .image-data-container {
    height: 100%;
  }
}
@media screen and (min-width: 640px) {
  .pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item {
    width: 32%;
  }
  .pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item .image-data-container {
    height: 137px;
  }
  .pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item.double-size {
    width: 65%;
  }
  .pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item.double-size .image-data-container {
    height: 350px;
  }
  .pro .recipe-highlight-responsive.wide .recipe-item:last-child {
    display: inline-block;
  }
  .pro .recipe-highlight-responsive.wide .recipe-item:nth-child(6) {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .pro .recipe-highlight-responsive.wide {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item {
    width: 23%;
  }
  .pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item.double-size {
    width: 48%;
  }
  .pro .recipe-highlight-responsive.wide .recipe-item:nth-child(6) {
    display: inline-block;
  }
}
@media screen and (min-width: 1280px) {
  .pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item {
    margin-right: 2%;
    width: 17%;
  }
  .pro .recipe-highlight-responsive.wide .recipe-collection-group-with-larger .recipe-item.double-size {
    width: 40%;
  }
}
@media print {
  .top-right-actions {
    display: none;
  }
  .recipe-overlay {
    display: none;
  }
  .recipe-caption {
    background-image: none !important;
    background-color: transparent !important;
    font-size: 8pt !important;
  }
  .recipe-caption:before {
    background-image: none !important;
    background-color: transparent !important;
  }
}
#emergency-message-container {
  display: none;
}
#emergency-message {
  z-index: 150;
  background: #f15f7c;
  color: white;
  padding: 15px 0 15px 0;
  text-align: left;
  margin: 0 auto;
  clear: both;
  display: block;
  position: relative;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.25em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 10px auto;
}
#emergency-message.emergency-message-product {
  background: white;
  color: #f15f7c;
  border: 2px solid #f15f7c;
  right: 1px;
  display: block;
}
#emergency-message.emergency-message-product .read-more {
  color: #f15f7c;
}
#emergency-message.emergency-message-product .read-more:visited,
#emergency-message.emergency-message-product .read-more:hover {
  color: #f15f7c;
}
#emergency-message img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  height: 20px;
  display: block;
  margin: auto;
}
#emergency-message span {
  padding: 0 30px 0 50px;
  display: block;
}
#emergency-message .read-more {
  font-weight: 500;
  color: white;
  margin-left: 10px;
}
#emergency-message .read-more:visited,
#emergency-message .read-more:hover {
  color: white;
}
#emergency-message .remove {
  position: absolute;
  top: 3px;
  right: 5px;
  display: inline-block;
  font-family: 'valio_iconsregular';
  font-style: normal;
  font-size: 30px;
  vertical-align: top;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 1.25em;
  color: #c6c2c0;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  margin: auto;
  bottom: 0;
  top: 0;
  color: white;
  height: 30px;
}
#emergency-message .remove:visited,
#emergency-message .remove:hover {
  color: #c6c2c0;
}
#emergency-message .remove.plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#emergency-message .remove:visited,
#emergency-message .remove:hover {
  color: white;
}
#emergency-message + #subHeader {
  margin-top: 0 !important;
}
#content #emergency-message {
  margin-top: 47px;
}
#content.extra-top-margin #emergency-message {
  margin-top: 0px;
}
@media screen and (max-width: 640px) {
  #emergency-message:not(.emergency-message-product) {
    margin: 16px;
  }
}
@media screen and (min-width: 640px) {
  #emergency-message {
    width: 640px;
    font-size: 16px;
    line-height: 1.25em;
    padding: 20px 0;
  }
  #emergency-message img {
    left: 20px;
    height: 30px;
  }
  #emergency-message span {
    padding-left: 70px;
  }
  #content #emergency-message {
    width: auto;
    margin-top: 85px;
  }
  #content.extra-top-margin #emergency-message {
    margin-top: 0px;
  }
}
@media screen and (min-width: 960px) {
  #emergency-message {
    width: 960px;
  }
  #content #emergency-message {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  #emergency-message {
    width: 1280px;
    font-size: 18px;
    line-height: 1.25em;
  }
  #content #emergency-message {
    width: auto;
  }
}
.fullheight #emergency-message-container {
  position: absolute;
  top: 75px;
  width: 100%;
  display: none;
}
.newsletterlanding {
  margin: 0 auto;
  max-width: 1100px;
  /** Newsletter page with backgrounds **/

}
.newsletterlanding__content {
  clear: both;
  margin-top: 10px;
}
.newsletterlanding__title {
  text-align: center;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 800px) {
  .newsletterlanding__title {
    padding-top: 30px;
  }
}
.newsletterlanding__title__h1 {
  margin-bottom: 36px;
}
.newsletterlanding__adlink {
  clear: both;
  font-style: italic;
}
.newsletterlanding__adlink a {
  font-weight: bold;
}
.newsletterlanding__selector {
  width: 44%;
  margin-left: 2%;
  margin-top: 5px;
  float: left;
  background-color: #eaf4ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bbd9ef;
  min-height: 230px;
  padding: 12px 10px 15px 18px;
}
@media screen and (max-width: 640px) {
  .newsletterlanding__selector {
    padding: 6px 6px 10px 8px;
  }
}
.newsletterlanding__selector .checkbox {
  margin-bottom: 10px;
}
.newsletterlanding__selector .checkbox input + label {
  line-height: 45px;
  margin-left: 50px;
  font-weight: 600;
  font-size: 20px;
  color: #00aeef;
}
@media screen and (max-width: 640px) {
  .newsletterlanding__selector .checkbox input + label {
    margin-left: 45px;
    font-size: 17px;
  }
}
.newsletterlanding__selector .checkbox input + label span.icon {
  width: 37px;
  height: 37px;
}
.newsletterlanding__selector .checkbox input:checked + label span.icon {
  background-position: 0 -62px;
}
@media screen and (max-width: 800px) {
  .newsletterlanding__selector {
    width: 90%;
    margin-left: 3%;
    margin-bottom: 10px;
    min-height: initial;
    padding-bottom: 15px;
  }
}
.newsletterlanding__selector--threecol {
  width: 28%;
  margin-left: 1%;
}
.newsletterlanding__selector_image {
  display: inline-block;
  float: left;
  margin-left: 5px;
  width: 30%;
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .newsletterlanding__selector_image {
    width: 60px;
  }
}
.newsletterlanding__selector_image img {
  width: 100%;
  height: 100%;
}
.newsletterlanding__selector_bullets {
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  width: 55%;
  float: left;
}
.newsletterlanding__selector_bullets li {
  line-height: 26px;
  font-size: 12pt;
}
.newsletterlanding__contentwrapper {
  float: left;
  padding: 0px 290px 0 20px;
  width: auto;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .newsletterlanding__contentwrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0px 20px 0;
    width: 100% !important;
  }
}
.newsletterlanding__contentwrapper--fullwidth {
  width: 70%;
}
.newsletterlanding__contentbox {
  zoom: 1;
  padding-bottom: 6px;
}
.newsletterlanding__contentbox:before,
.newsletterlanding__contentbox:after {
  content: "";
  display: table;
}
.newsletterlanding__contentbox:after {
  clear: both;
}
.newsletterlanding__contentbox__inner {
  padding: 10px 28px;
  padding-bottom: 0px;
}
@media screen and (max-width: 800px) {
  .newsletterlanding__contentbox__inner {
    padding: 10px 0px;
  }
}
.newsletterlanding__contentbox input.subscriptionemail {
  float: left;
  margin-top: 0px;
  padding-bottom: 8px;
  padding-top: 7px;
  width: 70%;
}
.newsletterlanding__contentbox__profilelinks {
  margin-top: 10px;
}
.newsletterlanding__newsletter_options {
  padding-top: 10px;
  margin-bottom: 20px;
}
.newsletterlanding__subscribetonewsletterbutton {
  float: left;
  margin: 0px 0 0 7px !important;
}
.newsletterlanding__emailerror {
  color: #f15f7c;
  margin-top: 5px;
  font-weight: 600;
  clear: both;
}
.newsletterlanding--with-backgrounds .newsletterlanding__title {
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  background-position: center;
  vertical-align: middle;
  position: relative;
}
.newsletterlanding--with-backgrounds .newsletterlanding__title img {
  width: 100%;
  height: auto;
}
.newsletterlanding--with-backgrounds .newsletterlanding__title__h1 {
  position: absolute;
  top: 0;
  width: 60%;
  padding: 0;
  margin: 5% 20%;
  color: #333333;
  font-style: italic;
}
@media screen and (min-width: 480px) {
  .newsletterlanding--with-backgrounds .newsletterlanding__title__h1 {
    width: 90%;
    margin: 15% 5%;
  }
}
.newsletterlanding--with-backgrounds .newsletterlanding__content {
  margin-top: 2px;
}
.newsletterlanding--with-backgrounds .newsletterlanding__content_info {
  background-size: cover;
  background-position: center;
  min-height: 250px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .newsletterlanding--with-backgrounds .newsletterlanding__content_info {
    min-height: 300px;
  }
}
.newsletterlanding--with-backgrounds .newsletterlanding__content_info_overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid white;
  padding: 10%;
  height: auto;
  background-color: rgba(250, 249, 248, 0.7);
}
@media screen and (min-width: 640px) {
  .newsletterlanding--with-backgrounds .newsletterlanding__content_info_overlay {
    position: absolute;
    min-height: auto;
  }
}
.newsletterlanding--with-backgrounds .newsletterlanding__content_info b,
.newsletterlanding--with-backgrounds .newsletterlanding__content_info p {
  margin: 0 auto;
  width: 80%;
}
.newsletterlanding--with-backgrounds .newsletterlanding__selector {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  height: auto;
  background-position: center;
  background-size: cover;
  border: 0;
  position: relative;
  overflow-x: hidden;
  min-height: auto;
}
@media screen and (min-width: 640px) {
  .newsletterlanding--with-backgrounds .newsletterlanding__selector {
    min-height: 139px;
  }
}
@media screen and (min-width: 960px) {
  .newsletterlanding--with-backgrounds .newsletterlanding__selector {
    min-height: 230px;
    width: 50%;
    height: auto;
  }
}
.newsletterlanding--with-backgrounds .newsletterlanding__selector_overlay {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 100%;
  padding: 40px;
  border: 1px solid white;
  box-sizing: border-box;
}
.newsletterlanding--with-backgrounds .newsletterlanding__selector_overlay.light-blue {
  background-color: rgba(0, 99, 144, 0.7);
}
.newsletterlanding--with-backgrounds .newsletterlanding__selector_overlay.dark-blue {
  background-color: rgba(16, 73, 144, 0.7);
}
.newsletterlanding--with-backgrounds .newsletterlanding__selector_overlay .checkbox input + label {
  color: white;
  font-size: 26px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .newsletterlanding--with-backgrounds .newsletterlanding__selector_overlay .checkbox {
    max-width: 80%;
  }
}
.newsletterlanding--with-backgrounds .newsletterlanding__selector .arrow-toggle {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 20px;
  height: auto;
  color: white;
}
.newsletterlanding--with-backgrounds .newsletterlanding__selector .arrow-toggle.expanded {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (min-width: 960px) {
  .newsletterlanding--with-backgrounds .newsletterlanding__selector .arrow-toggle {
    display: none;
  }
}
.newsletterlanding--with-backgrounds .newsletterlanding__selector_bullets {
  -webkit-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  overflow-y: hidden;
  visibility: hidden;
  max-height: 0;
  width: 100%;
  color: white;
}
@media screen and (min-width: 960px) {
  .newsletterlanding--with-backgrounds .newsletterlanding__selector_bullets {
    max-height: 300px;
    visibility: visible;
  }
}
.newsletterlanding--with-backgrounds .newsletterlanding__selector_overlay.expanded .newsletterlanding__selector_bullets {
  max-height: 300px;
  visibility: visible;
}
.subscriptionemail--error {
  clear: both;
  display: block;
  color: #f15f7c;
  margin-bottom: 15px;
}
.pro.newsletterlanding .newsletterlanding__selector_image img {
  width: 90%;
  height: 90%;
  margin-right: 10%;
}
.pro.newsletterlanding .newsletterlanding__selector_bullets li {
  line-height: 22px;
  font-size: 10pt;
}
.newsletterlandingcomparallel {
  margin-top: 2px;
  width: 100%;
  background-image: url('/Content/images/responsive/pages/newsletterlanding/newletterLanding.jpg');
  background-repeat: no-repeat;
  background-position: center 38%;
  background-size: 1920px auto;
  height: 15em;
}
.newsletterlandingcomparallel__overlay {
  background-color: rgba(250, 249, 248, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsletterlandingcomparallel__inner {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .newsletterlandingcomparallel__inner {
    flex-direction: column;
  }
}
.newsletterlandingcomparallel__left {
  flex: 50%;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .newsletterlandingcomparallel__left {
    margin-left: 20px;
    align-items: flex-start;
    flex-basis: auto;
  }
}
.newsletterlandingcomparallel__right {
  flex: 50%;
}
@media screen and (max-width: 960px) {
  .newsletterlandingcomparallel__right {
    flex-basis: auto;
  }
}
.newsletterlandingcomparallel__list {
  list-style-type: none;
  width: 400px;
}
.newsletterlandingcomparallel__list li::before {
  content: "•";
  color: #47a1e7;
  font-size: 30px;
  margin-right: 10px;
}
.newsletterlandingcomparallel__email {
  max-width: 500px;
}
.file-upload-button {
  position: relative;
  overflow: hidden;
}
.file-upload-button input[type="file"] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.feedback-product-search {
  position: relative;
}
.feedback-product-search select {
  width: 100%;
}
.page-content .feedback .dummydisabled,
.flex-grid-width .feedback .dummydisabled {
  background-color: #c6c2c0;
}
@media screen and (min-width: 640px) {
  .page-content .feedback,
  .flex-grid-width .feedback {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 960px) {
  .page-content .feedback,
  .flex-grid-width .feedback {
    width: 960px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .feedback,
  .flex-grid-width .feedback {
    width: 1280px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
.page-content .feedback h4,
.flex-grid-width .feedback h4 {
  padding: 0;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 640px) {
  .page-content .feedback h4,
  .flex-grid-width .feedback h4 {
    margin: 0 0 20px 0;
  }
}
.page-content .feedback .feedback-thanks-dialog,
.flex-grid-width .feedback .feedback-thanks-dialog {
  display: none;
}
@media screen and (min-width: 640px) {
  .page-content .feedback-main,
  .flex-grid-width .feedback-main {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #bbd9ef;
    border-bottom: 1px solid #bbd9ef;
    border-left: 1px solid #bbd9ef;
  }
}
@media screen and (min-width: 960px) {
  .page-content .feedback-main,
  .flex-grid-width .feedback-main {
    width: 640px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 5px 0px 0px 0px #eaf4ff;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .feedback-main,
  .flex-grid-width .feedback-main {
    width: 800px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.page-content .feedback-header,
.flex-grid-width .feedback-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px;
}
@media screen and (min-width: 640px) {
  .page-content .feedback-header,
  .flex-grid-width .feedback-header {
    padding: 30px;
  }
  .page-content .feedback-header h1,
  .flex-grid-width .feedback-header h1 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .feedback-header,
  .flex-grid-width .feedback-header {
    padding: 40px;
  }
}
.page-content .feedback-info-box,
.flex-grid-width .feedback-info-box {
  background-color: #f8f3f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 20px;
}
.page-content .feedback-info-box p,
.flex-grid-width .feedback-info-box p {
  padding: 0;
}
@media screen and (min-width: 640px) {
  .page-content .feedback-info-box,
  .flex-grid-width .feedback-info-box {
    margin-top: 15px;
  }
}
.page-content .feedback-aside,
.flex-grid-width .feedback-aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (min-width: 640px) {
  .page-content .feedback-aside,
  .flex-grid-width .feedback-aside {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    padding: 0;
    padding-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .page-content .feedback-aside,
  .flex-grid-width .feedback-aside {
    width: 320px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .page-content .feedback-aside > div,
  .flex-grid-width .feedback-aside > div {
    padding: 30px 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .feedback-aside,
  .flex-grid-width .feedback-aside {
    width: 480px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.page-content .feedback-form,
.flex-grid-width .feedback-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px;
}
@media screen and (min-width: 640px) {
  .page-content .feedback-form,
  .flex-grid-width .feedback-form {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .feedback-form,
  .flex-grid-width .feedback-form {
    padding: 30px 40px;
  }
}
.page-content .feedback-form-section,
.flex-grid-width .feedback-form-section {
  padding: 0 5px;
}
.page-content .feedback-form-section .radiobutton,
.flex-grid-width .feedback-form-section .radiobutton {
  margin-bottom: 5px;
}
.page-content .feedback-form-subject,
.flex-grid-width .feedback-form-subject {
  border-bottom: 1px solid #bbd9ef;
  border-top: 1px solid #bbd9ef;
  background-color: #eaf4ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px;
}
@media screen and (min-width: 640px) {
  .page-content .feedback-form-subject,
  .flex-grid-width .feedback-form-subject {
    padding: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .feedback-form-subject,
  .flex-grid-width .feedback-form-subject {
    padding: 40px;
  }
}
.page-content .feedback-form-product-general,
.flex-grid-width .feedback-form-product-general {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .page-content .feedback-form-product-general,
  .flex-grid-width .feedback-form-product-general {
    min-height: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .feedback-form-product-general,
  .flex-grid-width .feedback-form-product-general {
    min-height: 150px;
  }
}
@media screen and (min-width: 640px) {
  .page-content input[type="text"].feedback-form-product-name,
  .flex-grid-width input[type="text"].feedback-form-product-name {
    margin-bottom: 10px;
  }
}
.page-content label.feedback-product-search-results,
.flex-grid-width label.feedback-product-search-results {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .page-content label.feedback-product-search-results,
  .flex-grid-width label.feedback-product-search-results {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 640px) {
  .page-content input[type="text"].feedback-form-product-name,
  .flex-grid-width input[type="text"].feedback-form-product-name,
  .page-content input[type="text"].feedback-form-purchase-location,
  .flex-grid-width input[type="text"].feedback-form-purchase-location,
  .page-content .feedback-form-product-dropdown,
  .flex-grid-width .feedback-form-product-dropdown,
  .page-content label.feedback-product-search-results,
  .flex-grid-width label.feedback-product-search-results {
    width: 440px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content input[type="text"].feedback-form-product-name,
  .flex-grid-width input[type="text"].feedback-form-product-name,
  .page-content input[type="text"].feedback-form-purchase-location,
  .flex-grid-width input[type="text"].feedback-form-purchase-location,
  .page-content .feedback-form-product-dropdown,
  .flex-grid-width .feedback-form-product-dropdown,
  .page-content label.feedback-product-search-results,
  .flex-grid-width label.feedback-product-search-results {
    width: 550px;
  }
}
.page-content .feedback-form-product-img,
.flex-grid-width .feedback-form-product-img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 15px auto;
}
@media screen and (min-width: 640px) {
  .page-content .feedback-form-product-img,
  .flex-grid-width .feedback-form-product-img {
    top: 5px;
    right: 10px;
    position: absolute;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .feedback-form-product-img,
  .flex-grid-width .feedback-form-product-img {
    width: 120px;
    height: 120px;
    top: 15px;
  }
}
.page-content .feedback-form-intended,
.flex-grid-width .feedback-form-intended {
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) {
  .page-content .feedback-form-intended,
  .flex-grid-width .feedback-form-intended {
    padding-left: 30px;
  }
}
@media screen and (min-width: 640px) {
  .page-content .feedback-form-dates .form-with-label,
  .flex-grid-width .feedback-form-dates .form-with-label {
    display: inline-block;
    width: 130px;
    margin-right: 20px;
  }
  .page-content .feedback-form-dates .feedback-form-packing-time,
  .flex-grid-width .feedback-form-dates .feedback-form-packing-time {
    width: 160px;
  }
  .page-content .feedback-form-dates input[type="text"].feedback-form-best-before,
  .flex-grid-width .feedback-form-dates input[type="text"].feedback-form-best-before,
  .page-content .feedback-form-dates input[type="text"].feedback-form-packing-date,
  .flex-grid-width .feedback-form-dates input[type="text"].feedback-form-packing-date {
    width: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .feedback-form-dates .form-with-label,
  .flex-grid-width .feedback-form-dates .form-with-label {
    display: inline-block;
    width: 160px;
    margin-right: 30px;
  }
  .page-content .feedback-form-dates .feedback-form-packing-time,
  .flex-grid-width .feedback-form-dates .feedback-form-packing-time {
    width: 190px;
  }
  .page-content .feedback-form-dates input[type="text"].feedback-form-best-before,
  .flex-grid-width .feedback-form-dates input[type="text"].feedback-form-best-before,
  .page-content .feedback-form-dates input[type="text"].feedback-form-packing-date,
  .flex-grid-width .feedback-form-dates input[type="text"].feedback-form-packing-date {
    width: 150px;
  }
}
@media screen and (min-width: 640px) {
  .page-content input[type="text"].feedback-form-batch-id,
  .flex-grid-width input[type="text"].feedback-form-batch-id {
    width: 465px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content input[type="text"].feedback-form-batch-id,
  .flex-grid-width input[type="text"].feedback-form-batch-id {
    width: 576px;
  }
}
.page-content .form-with-label,
.flex-grid-width .form-with-label {
  margin-bottom: 5px;
}
.page-content .form-with-label label,
.flex-grid-width .form-with-label label {
  display: inline-block;
  margin-bottom: 5px;
}
.page-content .upload-images,
.flex-grid-width .upload-images {
  margin-top: 10px;
}
.page-content .upload-image-item,
.flex-grid-width .upload-image-item {
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) {
  .page-content .upload-image-item,
  .flex-grid-width .upload-image-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 10px 10px 0;
  }
}
.page-content .image-upload-info,
.flex-grid-width .image-upload-info {
  color: #c6c2c0;
}
.page-content .image-upload-info.upload-error,
.flex-grid-width .image-upload-info.upload-error {
  color: #f15f7c;
}
.page-content .image-upload-box,
.flex-grid-width .image-upload-box {
  width: 160px;
  height: 160px;
  position: relative;
  display: inline-block;
  background-color: #f8f3f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content .image-upload-box .image-upload-box,
.flex-grid-width .image-upload-box .image-upload-box {
  height: 40px;
}
.page-content .image-upload-box.add-new,
.flex-grid-width .image-upload-box.add-new {
  border: 2px dashed #dddddd;
  background-color: transparent;
}
.page-content .image-upload-box.add-new.upload-error,
.flex-grid-width .image-upload-box.add-new.upload-error {
  border-color: #f15f7c;
}
.page-content .image-upload-box .file-upload-button,
.flex-grid-width .image-upload-box .file-upload-button {
  position: absolute;
  width: 90%;
  bottom: 20px;
  left: 5%;
  cursor: pointer;
}
.page-content .image-upload-box .file-upload-button .button,
.flex-grid-width .image-upload-box .file-upload-button .button {
  margin: 0;
  width: 100%;
  padding: 0px 10px;
  text-align: center;
}
.page-content .image-upload-box .img-preview,
.flex-grid-width .image-upload-box .img-preview {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100px;
  text-align: center;
}
.page-content .image-upload-box .img-preview.default-image,
.flex-grid-width .image-upload-box .img-preview.default-image {
  height: 50px;
}
.page-content .image-upload-box .img-preview img,
.flex-grid-width .image-upload-box .img-preview img {
  height: 100%;
}
.page-content .image-upload-box .img-filename,
.flex-grid-width .image-upload-box .img-filename {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-content .image-upload-box .img-remove,
.flex-grid-width .image-upload-box .img-remove {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.page-content .image-upload-box .icon,
.flex-grid-width .image-upload-box .icon {
  color: white;
  font-size: 26px;
  position: absolute;
  left: 2px;
  top: 7px;
}
@media screen and (min-width: 640px) {
  .page-content .image-upload-box .icon,
  .flex-grid-width .image-upload-box .icon {
    top: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .image-upload-box .icon,
  .flex-grid-width .image-upload-box .icon {
    top: 5px;
    left: 3px;
  }
}
.page-content .form-input-time input,
.flex-grid-width .form-input-time input {
  width: 68px;
  display: inline-block;
  margin-right: 0;
}
@media screen and (min-width: 1280px) {
  .page-content .form-input-time input,
  .flex-grid-width .form-input-time input {
    width: 84px;
  }
}
.page-content .form-input-time .field-validation-error-wrapper,
.flex-grid-width .form-input-time .field-validation-error-wrapper {
  display: none;
}
.page-content .form-input-time .separator,
.flex-grid-width .form-input-time .separator {
  padding: 0 5px;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .page-content .feedback-form-postal-and-city .feedback-form-postal,
  .flex-grid-width .feedback-form-postal-and-city .feedback-form-postal {
    display: inline-block;
    width: 150px;
    margin-right: 5px;
    vertical-align: top;
  }
  .page-content .feedback-form-postal-and-city .feedback-form-city,
  .flex-grid-width .feedback-form-postal-and-city .feedback-form-city {
    display: inline-block;
    vertical-align: top;
    width: 430px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .feedback-form-postal-and-city .feedback-form-postal,
  .flex-grid-width .feedback-form-postal-and-city .feedback-form-postal {
    width: 200px;
  }
  .page-content .feedback-form-postal-and-city .feedback-form-city,
  .flex-grid-width .feedback-form-postal-and-city .feedback-form-city {
    width: 499px;
  }
}
.page-content .feedback-form-buttons,
.flex-grid-width .feedback-form-buttons {
  padding: 0 10px;
}
@media screen and (min-width: 480px) {
  .page-content .feedback-form-buttons .primary,
  .flex-grid-width .feedback-form-buttons .primary {
    width: 47%;
    margin-right: 2%;
  }
  .page-content .feedback-form-buttons .secondary,
  .flex-grid-width .feedback-form-buttons .secondary {
    width: 47%;
  }
}
@media screen and (min-width: 640px) {
  .page-content .feedback-form-buttons .primary,
  .flex-grid-width .feedback-form-buttons .primary {
    width: 190px;
    margin-right: 20px;
  }
  .page-content .feedback-form-buttons .secondary,
  .flex-grid-width .feedback-form-buttons .secondary {
    width: 190px;
  }
}
.page-content .feedback-form-buttons .field-validation-error-wrapper,
.flex-grid-width .feedback-form-buttons .field-validation-error-wrapper {
  display: inline-block;
}
.page-content .feedback-submit-in-progress,
.flex-grid-width .feedback-submit-in-progress {
  display: block;
  text-align: center;
  padding: 20px 0;
}
.page-content .feedback-form-custom-errors,
.flex-grid-width .feedback-form-custom-errors {
  margin-top: 10px;
}
.page-content .frame,
.flex-grid-width .frame {
  margin: 30px 5px;
  padding: 20px;
}
@media screen and (min-width: 1280px) {
  .page-content .frame,
  .flex-grid-width .frame {
    padding: 30px;
  }
}
.page-content .feedback-hr,
.flex-grid-width .feedback-hr {
  border: 0;
  margin: 20px 0;
  padding: 0;
  border-top: 1px solid #bbd9ef;
}
@media screen and (min-width: 640px) {
  .packaging-wrapper-picker .date-picker-container {
    position: absolute;
    left: 30px;
    top: 80px;
    width: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .packaging-wrapper-picker .date-picker-container {
    top: 95px;
    width: 460px;
  }
}
.feedback-input-sidebyside > div {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.complain-items-table {
  display: table;
}
.complain-items-table .item {
  display: table-row;
}
.complain-items-table .item > div {
  display: table-cell;
  padding: 5px 8px 5px 3px;
}
.complain-items-table .remove {
  width: 10px;
  margin-left: 5px;
  margin-right: 4px;
}
.page-content .feedbackform-widget .feedback-main {
  float: none;
  border: none;
  box-shadow: none;
}
.page-content .feedbackform-widget .feedback-main h1 {
  color: #333333;
  font-weight: 600;
}
@media screen and (min-width: 640px) {
  .page-content .feedbackform-widget .feedback-main .feedback-form-dates .form-with-label {
    width: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .feedbackform-widget .feedback-main .feedback-form-dates .form-with-label {
    width: 175px;
  }
}
@media screen and (min-width: 640px) {
  .page-content .feedbackform-widget .feedback-main .feedback-form-subject {
    padding: 0px 30px 10px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .page-content .feedbackform-widget .feedback-main .feedback-form-subject {
    padding: 0px 40px 20px 40px;
  }
}
.page-content .feedbackform-widget .feedback-main .feedback-form-subject {
  border-bottom: none;
  border-top: none;
  background-color: white;
}
.page-content .feedbackform-widget .feedback-main .feedback-form-subject .radiobutton-container {
  border: 1px solid #bbd9ef;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.page-content .feedbackform-widget .feedback-main .feedback-form-subject .radiobutton-container .radiobutton {
  display: table-cell;
  width: 50%;
  text-align: center;
  background-color: white;
  color: #00aeef;
}
.page-content .feedbackform-widget .feedback-main .feedback-form-subject .radiobutton-container .radiobutton label {
  font-family: 'omnes-pro', Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.page-content .feedbackform-widget .feedback-main .feedback-form-subject .radiobutton-container .radiobutton-active {
  background-color: #666666;
  color: white;
}
.page-content .feedbackform-widget .feedback-main .feedback-form-subject .icon {
  display: none;
}
.page-content .feedbackform-widget .feedback-main .feedback-form .feedback-form-section .feedback-form-intended .feedback-form-batch {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.page-content .feedbackform-widget .feedback-main .feedback-form .feedback-form-section .feedback-form-intended .feedback-form-batch .feedback-form-batch-id {
  display: table-cell;
  width: 98%;
}
.page-content .feedbackform-widget .feedback-main .feedback-form .feedback-form-section .feedback-form-intended .feedback-form-batch .feedback-form-batch__balloon-container {
  display: table-cell;
  text-align: center;
  width: 2%;
  vertical-align: middle;
}
.page-content .feedbackform-widget .feedback-main .feedback-form .feedback-form-section .feedback-form-intended .feedback-form-batch .feedback-form-batch__balloon-container .feedback-form-batch__balloon-container--balloon {
  padding-top: 10px;
  display: inline-block;
  vertical-align: top;
}
.valio-search-front {
  overflow: hidden;
  clear: both;
  position: relative;
  margin-top: 13px;
  margin-bottom: -37px;
}
.valio-search-front .search-results {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 10px;
}
.valio-search-front .search-results.spinner .result-grid:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.valio-search-front .search-results.spinner .pagination-loader-container .loading-spinner {
  position: relative;
  margin: 0 auto;
  top: 0;
  left: auto;
  right: auto;
  margin-bottom: 20px;
}
.valio-search-front .search-results.spinner .recipes-header-info {
  opacity: 0.3;
}
.valio-search-front .search-results .result-grid h1,
.valio-search-front .search-results .result-grid h5 {
  text-indent: -9999px;
}
.valio-search-front .search-results .result-grid .loading-spinner {
  top: 0;
}
.valio-search-front .search-results .load-more-results-button-container {
  text-align: center;
  padding: 35px;
}
.valio-search-front .search-results .load-more-results-button-container .load-more-results {
  display: inline-block;
}
.valio-search-front .loading-spinner {
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  position: absolute;
  z-index: 100;
}
.valio-search-front .search-results,
.valio-search-front .search-front-sidebar {
  padding-bottom: 100000px;
  margin-bottom: -100000px;
}
.valio-search-front label.select {
  float: right;
}
.valio-search-front.show-sidebar .search-front-sidebar {
  display: block;
}
.valio-search-front.show-sidebar .search-front-open-sidebar-button {
  opacity: 0;
}
.valio-search-front.show-sidebar .search-dimmed {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
}
.search-front-open-sidebar-button {
  display: block;
  float: left;
  margin-bottom: 10px;
}
.search-front-open-sidebar-button i {
  color: white;
  font-size: 18px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (min-width: 640px) {
  .search-front-open-sidebar-button i {
    font-size: 21px;
  }
}
.search-content-area {
  position: relative;
}
.search-content-area .search-dimmed {
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  content: "";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.recipes-header-info {
  display: block;
  clear: both;
  margin: 0 0 10px 0;
  zoom: 1;
}
.recipes-header-info:before,
.recipes-header-info:after {
  content: "";
  display: table;
}
.recipes-header-info:after {
  clear: both;
}
.recipes-header-info h4 {
  float: left;
  padding: 0;
  margin-right: 20px;
}
@media screen and (min-width: 320px) {
  .valio-search-front .search-results {
    width: calc(100% - 22px);
  }
}
@media screen and (min-width: 480px) {
  .valio-search-front .search-results {
    width: 435px;
  }
}
@media screen and (min-width: 640px) {
  .valio-search-front {
    width: 640px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .valio-search-front .search-results {
    padding-top: 10px;
    width: 100%;
  }
  .valio-search-front .loading-spinner {
    top: 150px;
  }
  .valio-search-front.show-sidebar .search-content-area:after {
    content: none;
  }
  .valio-search-front.show-sidebar .search-results {
    width: 420px;
    float: left;
    margin-left: 15px;
  }
}
@media screen and (min-width: 960px) {
  .valio-search-front {
    width: 960px;
  }
  .valio-search-front .search-results {
    float: left;
    width: 650px;
    margin-left: 30px;
  }
  .valio-search-front.show-sidebar .search-results {
    width: 650px;
    float: left;
    margin-left: 30px;
  }
  .valio-search-front label.select {
    float: none;
  }
  .valio-search-front .search-front-open-sidebar-button {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .valio-search-front {
    width: 100%;
  }
  .valio-search-front .search-results {
    width: 950px;
    margin-left: 30px;
  }
  .valio-search-front.show-sidebar .search-results {
    width: 950px;
  }
}
@media screen and (min-width: 640px) {
  .recipe-item.recipe-collection-item .user,
  .recipe-item.recipe-collection-item .guest {
    top: 78px;
  }
}
.valio-search-front header {
  position: relative;
  zoom: 1;
}
.valio-search-front header:before,
.valio-search-front header:after {
  content: "";
  display: table;
}
.valio-search-front header:after {
  clear: both;
}
.valio-search-front header .main-elements {
  overflow: hidden;
  border-bottom: 1px solid #bbd9ef;
}
.valio-search-front header h1.page-heading {
  font-size: 28px;
  line-height: 28px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  .valio-search-front header h1.page-heading {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1280px) {
  .valio-search-front header h1.page-heading {
    font-size: 40px;
    line-height: 40px;
  }
}
.valio-search-front header h1.page-heading,
.valio-search-front header h2 {
  font-weight: 600;
  color: #333333;
  margin: 0 0 10px 20px;
  padding: 0;
}
.valio-search-front header h1.full-width-block {
  width: 100%;
  height: 50px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 28px;
  line-height: 28px;
}
.valio-search-front header .clear-search {
  position: absolute;
  top: 12px;
  right: 10px;
  text-align: right;
  font-weight: 500;
}
.valio-search-front header form {
  zoom: 1;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}
.valio-search-front header form:before,
.valio-search-front header form:after {
  content: "";
  display: table;
}
.valio-search-front header form:after {
  clear: both;
}
.valio-search-front header form.no-margin-left {
  margin-left: 20px;
  padding-left: 0px;
  padding-right: 20px;
}
.valio-search-front header form input[type="text"] {
  width: 75%;
  margin-right: 7px;
  margin-bottom: 0;
  float: left;
}
.valio-search-front header form button.primary {
  width: 50px;
  float: right;
  margin-top: 0;
  padding: 0;
  margin-right: 0;
}
.valio-search-front header form button.primary i {
  color: white;
  display: inline-block;
  font-family: 'valio_iconsregular';
  font-style: normal;
  font-size: 30px;
  vertical-align: top;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.25em;
  line-height: 1em;
}
.valio-search-front header label.select {
  float: right;
  margin-right: 10px;
}
@media screen and (min-width: 320px) {
  .valio-search-front header form input[type="text"] {
    width: 79%;
  }
}
@media screen and (min-width: 480px) {
  .valio-search-front header form input[type="text"] {
    width: 87%;
  }
}
@media screen and (min-width: 640px) {
  .valio-search-front header h1.page-heading,
  .valio-search-front header h2 {
    margin-bottom: 14px;
  }
  .valio-search-front header h1.full-width-block {
    width: 100%;
    height: 50px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 28px;
    line-height: 28px;
  }
  .valio-search-front header form {
    margin-bottom: 16px;
    padding: 0;
  }
  .valio-search-front header form button.primary {
    width: 80px;
    line-height: 36px;
    height: 36px;
  }
  .valio-search-front header form button.primary i {
    line-height: 36px;
    height: 36px;
  }
  .valio-search-front header form input[type="text"] {
    width: 550px;
    padding: 6px 10px 5px 10px;
  }
  .valio-search-front header .clear-search {
    top: 13px;
    right: 0;
  }
}
@media screen and (min-width: 960px) {
  .valio-search-front header {
    padding-bottom: 13px;
    border-bottom: 1px solid #bbd9ef;
  }
  .valio-search-front header h1.page-heading,
  .valio-search-front header h2 {
    margin-bottom: 0;
    float: left;
  }
  .valio-search-front header h1.full-width-block {
    width: 100%;
    height: 50px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 10px 20px;
    padding: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .valio-search-front header form {
    width: 500px;
    float: left;
    margin-left: 30px;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .valio-search-front header form button.primary {
    float: left;
    line-height: 38px;
    height: 38px;
  }
  .valio-search-front header form button.primary i {
    line-height: 38px;
    height: 38px;
  }
  .valio-search-front header form input[type="text"] {
    width: 390px;
  }
  .valio-search-front header .clear-search {
    position: relative;
    top: auto;
    right: auto;
    margin: 12px 0 0 7px;
    float: left;
  }
  .valio-search-front header .main-elements {
    float: left;
    border: 0;
    margin-bottom: 10px;
  }
  .valio-search-front header label.select {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .valio-search-front header form {
    margin-left: 120px;
    width: 640px;
  }
  .valio-search-front header form input[type="text"] {
    width: 530px;
  }
}
@media screen and (max-width: 960px) {
  .valio-search-front header form input {
    width: 60% !important;
  }
  .valio-search-front header form button {
    float: right;
  }
  .valio-search-front header form.no-margin-left {
    padding-right: 30px;
  }
  .valio-search-front .clear-search {
    display: none;
  }
}
.valio-search-form-header-additional-text {
  color: #999999;
  display: block;
  float: left;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.valio-search-form-header-additional-text span {
  color: #333333;
}
@media screen and (min-width: 640px) {
  .valio-search-form-header-additional-text {
    margin-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .valio-search-form-header-additional-text {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
aside.search-front-sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border-right: solid 1px #bbd9ef;
  box-shadow: 5px 0px 0px 0px #eaf4ff;
  padding: 10px 0 10px 8px;
  width: 230px;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transform: translateX(-235px);
  -moz-transform: translateX(-235px);
  -ms-transform: translateX(-235px);
  -o-transform: translateX(-235px);
}
aside.search-front-sidebar h5 {
  margin: 13px 0 8px 0;
  padding: 0;
  position: relative;
  background: white;
  overflow: hidden;
  margin-right: 5px;
}
aside.search-front-sidebar h5:after {
  content: "";
  position: absolute;
  bottom: 5px;
  margin: auto;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #bbd9ef;
  margin-left: 15px;
}
aside.search-front-sidebar h5 .locked-content {
  margin-left: 5px;
  width: 13px;
  top: 1px;
  position: relative;
}
aside.search-front-sidebar h5 .locked-content img {
  width: 13px;
}
aside.search-front-sidebar .subcategory {
  display: none;
}
aside.search-front-sidebar .subcategory .subcategory {
  margin-left: 20px;
}
aside.search-front-sidebar .subcategory .checkbox {
  margin-left: 20px;
}
aside.search-front-sidebar .subcategory.open {
  display: block;
}
aside.search-front-sidebar .checkbox {
  padding-right: 40px;
  position: relative;
}
aside.search-front-sidebar > .menu-section:last-child {
  margin-bottom: 20px;
}
aside.search-front-sidebar > .menu-section.no-additional-info .checkbox {
  padding-right: 0;
}
aside.search-front-sidebar .menu-section-padding-left {
  padding-left: 15px;
}
aside.search-front-sidebar .menu-section-border-top {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #bbd9ef;
}
aside.search-front-sidebar.spinner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
aside.search-front-sidebar .valio-fi-teaser {
  margin: 20px 5% 20px auto;
  background: #f8f3f0;
  padding: 5px;
  cursor: pointer;
  max-width: 95%;
}
@media screen and (min-width: 640px) {
  aside.search-front-sidebar .valio-fi-teaser {
    padding: 10px;
  }
}
@media screen and (min-width: 960px) {
  aside.search-front-sidebar .valio-fi-teaser {
    padding: 20px;
  }
}
aside.search-front-sidebar .valio-fi-teaser h4 {
  text-align: center;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 10px;
}
aside.search-front-sidebar .valio-fi-teaser img {
  max-width: 100%;
}
aside.search-front-sidebar .valio-fi-teaser a {
  font-size: 15px;
}
.valio-search-front.show-sidebar aside.search-front-sidebar {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.valio-search-front.show-sidebar .search-front-sidebar-button span {
  display: block;
}
.search-front-sidebar-button {
  padding: 7px 5px;
  background: #eaf4ff;
  text-align: center;
  color: #00aeef;
  width: 100%;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  border: 0;
  margin-bottom: 10px;
  position: relative;
  height: 34px;
}
.search-front-sidebar-button span {
  height: 32px;
  top: 0;
  right: -35px;
  position: absolute;
  width: 35px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 2px solid #009ad7;
  border-top: 2px solid #50c3ed;
  color: white;
  background-color: #50c3ed;
  display: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.search-front-sidebar-button span:hover {
  background-color: #39bbeb;
}
.search-front-sidebar-button span i {
  font-size: 16px;
  line-height: 34px;
  padding: 0 3px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.go-to-recipe-search {
  margin-top: 10px;
  display: block;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.go-to-recipe-search i {
  display: inline-block;
  font-family: 'valio_iconsregular';
  font-style: normal;
  font-size: 30px;
  vertical-align: top;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 1.25em;
}
.search-front-sidebar-info-box-content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f8f3f0;
  padding: 20px;
}
.search-front-sidebar-info-box.hairline-top.margin-top {
  margin-top: 30px;
}
.search-front-sidebar-info-box.margin-bottom {
  margin-bottom: 30px;
}
.menu-section__gotolinks__title {
  color: #00aeef;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.menu-section__gotolinks__subtitle {
  color: #999999;
}
@media screen and (min-width: 640px) {
  aside.search-front-sidebar {
    width: 205px;
    padding: 10px 0 10px 0px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    display: none;
  }
  aside.search-front-sidebar h5 {
    line-height: 18px;
  }
}
@media screen and (min-width: 960px) {
  aside.search-front-sidebar {
    padding: 20px 10px 20px 10px;
    width: 280px;
    display: block;
  }
  aside.search-front-sidebar > .menu-section.double-line-title {
    margin-top: 10px;
  }
  aside.search-front-sidebar h5:after {
    bottom: 6px;
  }
  .search-front-sidebar-button {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  aside.search-front-sidebar {
    width: 300px;
    padding: 20px 10px 20px 30px;
  }
  aside.search-front-sidebar h5 {
    line-height: 20px;
  }
}
a.show-more {
  font-weight: 500;
  display: block;
  font-size: 12px;
  line-height: 1.25em;
  margin-top: 2px;
}
@media screen and (min-width: 640px) {
  a.show-more {
    font-size: 13px;
    line-height: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  a.show-more {
    font-size: 15px;
    line-height: 1.25em;
  }
}
a.show-more i {
  font-size: 11px;
  vertical-align: middle;
}
a.show-more.opened i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  vertical-align: top;
}
@media screen and (min-width: 640px) {
  a.show-more {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  a.show-more {
    margin-top: 5px;
  }
  a.show-more i {
    font-size: 15px;
  }
}
.labeled-select-container {
  display: block;
  margin: 0 10px 10px 0;
}
.labeled-select-container span,
.labeled-select-container label,
.labeled-select-container select {
  width: 100%;
  float: none;
}
.search-front-sidebar-category-wrapper {
  margin-bottom: 20px;
  margin-right: 5px;
}
@media screen and (min-width: 640px) {
  .search-front-sidebar-category-wrapper {
    margin-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .search-front-sidebar-category-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.search-front-sidebar-category-item {
  background: #eaf4ff;
  margin-bottom: 1px;
  padding: 6px 8px;
}
.search-front-sidebar-category-item:first-child {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.search-front-sidebar-category-item:last-child {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (min-width: 960px) {
  .search-front-sidebar-category-item {
    margin-bottom: 2px;
    padding: 10px 12px 7px 12px;
  }
}
.search-front-sidebar-wrapper {
  padding: 0 10px 20px;
}
@media screen and (min-width: 960px) {
  .search-front-sidebar-wrapper {
    padding: 0 10px 20px 20px;
  }
}
.result-grid {
  width: 290px;
  min-height: 100px;
  clear: both;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 320px) {
  .result-grid {
    width: 290px;
  }
}
@media screen and (min-width: 480px) {
  .result-grid {
    width: 435px;
  }
}
@media screen and (min-width: 640px) {
  .result-grid {
    width: 105%;
  }
}
@media screen and (min-width: 1280px) {
  .result-grid {
    width: 960px;
    padding: 0;
  }
}
.result-grid.result-grid-article {
  width: 100%;
}
.result-grid.result-grid-article > li:last-child {
  margin-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .result-grid.result-grid-article > li:last-child {
    margin-bottom: 200px;
  }
}
div.article-item,
a.article-item {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  color: #333333;
  min-height: 80px;
  border-bottom: 1px solid #bbd9ef;
  padding-bottom: 10px;
}
div.article-item:hover,
a.article-item:hover,
div.article-item:visited,
a.article-item:visited {
  color: #333333;
}
div.article-item img,
a.article-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  min-height: 80px;
}
@media screen and (min-width: 640px) {
  div.article-item,
  a.article-item {
    border: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  div.article-item,
  a.article-item {
    min-height: 120px;
    border: 0;
    margin-bottom: 20px;
  }
  div.article-item img,
  a.article-item img {
    width: 120px;
    height: 120px;
  }
  div.article-item h4,
  a.article-item h4 {
    padding-top: 20px;
  }
}
.article-item-content {
  display: block;
  margin-left: 95px;
}
@media screen and (min-width: 960px) {
  .article-item-content {
    margin-left: 140px;
  }
}
.product-item-in-grid {
  width: 140px;
  height: 190px;
  margin-right: 5px;
  margin-bottom: 20px;
  float: left;
  list-style: none;
}
@media screen and (min-width: 640px) {
  .product-item-in-grid {
    width: 200px;
    height: 260px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item-in-grid {
    width: 220px;
    height: 290px;
  }
}
a.product-item,
.product-item {
  color: #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  position: relative;
}
a.product-item:visited,
.product-item:visited,
a.product-item:hover,
.product-item:hover {
  color: #333333;
}
a.product-item.in-widget-with-border,
.product-item.in-widget-with-border {
  display: table;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #bbd9ef;
  border-top: 1px solid #bbd9ef;
  margin-top: -1px;
  zoom: 1;
  height: 75px;
}
a.product-item.in-widget-with-border:before,
.product-item.in-widget-with-border:before,
a.product-item.in-widget-with-border:after,
.product-item.in-widget-with-border:after {
  content: "";
  display: table;
}
a.product-item.in-widget-with-border:after,
.product-item.in-widget-with-border:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  a.product-item.in-widget-with-border,
  .product-item.in-widget-with-border {
    height: 100px;
  }
}
@media screen and (min-width: 1280px) {
  a.product-item.in-widget-with-border,
  .product-item.in-widget-with-border {
    width: 300px;
    height: auto;
    float: left;
    display: block;
    margin-right: 20px;
  }
  a.product-item.in-widget-with-border:nth-child(2n+2),
  .product-item.in-widget-with-border:nth-child(2n+2) {
    margin-right: 0;
  }
}
.product-item-in-mosaic {
  width: 100%;
}
.product-item-in-grid .product-item.novelty .product-item-img:after {
  left: 8px;
}
@media screen and (min-width: 640px) {
  .product-item-in-grid .product-item.novelty .product-item-img:after {
    left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item-in-grid .product-item.novelty .product-item-img:after {
    left: 30px;
  }
}
.product-item.novelty .product-item-img {
  position: relative;
}
.product-item.novelty .product-item-img:after {
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  background-image: url("/Content/images/responsive/common/packagemarks/novelty.png");
  background-repeat: none;
  background-position: top left;
  width: 32px;
  height: 32px;
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  -o-background-size: 32px;
  background-size: 32px;
}
@media screen and (min-width: 640px) {
  .product-item.novelty .product-item-img:after {
    width: 50px;
    height: 50px;
    -webkit-background-size: 50px;
    -moz-background-size: 50px;
    -o-background-size: 50px;
    background-size: 50px;
  }
}
.product-item-title {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  height: 4.1em;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  line-height: 1em;
}
.product-item.in-widget-with-border .product-item-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 90px;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .product-item.in-widget-with-border .product-item-title {
    padding: 0;
    text-align: center;
    display: block;
    margin: 0 0 20px 0;
  }
}
.product-item.product-highlight-item .product-item-title {
  height: 3em;
  padding: 0 10px;
}
@media screen and (min-width: 640px) {
  .product-item.product-highlight-item .product-item-title {
    padding: 0 20px;
  }
}
.product-item.in-mosaic .product-item-title {
  height: auto;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.15em;
  margin-bottom: 15px;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .product-item.in-mosaic .product-item-title {
    margin-bottom: 16px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item.in-mosaic .product-item-title {
    margin-bottom: 27px;
  }
}
.product-item-img {
  display: block;
  position: relative;
  height: 140px;
}
@media screen and (min-width: 640px) {
  .product-item-img {
    height: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item-img {
    height: 220px;
  }
}
.product-item-img img {
  width: 140px;
}
@media screen and (min-width: 640px) {
  .product-item-img img {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item-img img {
    width: 220px;
  }
}
.product-item-img.no-image.image-category-1 img,
.product-item-img.no-image.image-category-2 img,
.product-item-img.no-image.image-category-3 img {
  width: 140px;
}
@media screen and (min-width: 640px) {
  .product-item-img.no-image.image-category-1 img,
  .product-item-img.no-image.image-category-2 img,
  .product-item-img.no-image.image-category-3 img {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item-img.no-image.image-category-1 img,
  .product-item-img.no-image.image-category-2 img,
  .product-item-img.no-image.image-category-3 img {
    width: 220px;
  }
}
.product-item-img.image-category-1 img {
  width: 140px;
}
@media screen and (min-width: 640px) {
  .product-item-img.image-category-1 img {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item-img.image-category-1 img {
    width: 220px;
  }
}
.product-item-img.image-category-2 img {
  width: 93.8px;
}
@media screen and (min-width: 640px) {
  .product-item-img.image-category-2 img {
    width: 134px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item-img.image-category-2 img {
    width: 147.4px;
  }
}
.product-item-img.image-category-3 img {
  width: 114.8px;
}
@media screen and (min-width: 640px) {
  .product-item-img.image-category-3 img {
    width: 164px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item-img.image-category-3 img {
    width: 180.4px;
  }
}
.product-item-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
.product-item.in-widget-with-border .product-item-img {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 75px;
  right: auto;
  width: 75px;
}
@media screen and (min-width: 640px) {
  .product-item.in-widget-with-border .product-item-img {
    height: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item.in-widget-with-border .product-item-img {
    height: 125px;
  }
}
.product-item.in-widget-with-border .product-item-img img {
  width: 75px;
}
@media screen and (min-width: 640px) {
  .product-item.in-widget-with-border .product-item-img img {
    width: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item.in-widget-with-border .product-item-img img {
    width: 125px;
  }
}
.product-item.in-widget-with-border .product-item-img.no-image.image-category-1 img,
.product-item.in-widget-with-border .product-item-img.no-image.image-category-2 img,
.product-item.in-widget-with-border .product-item-img.no-image.image-category-3 img {
  width: 75px;
}
@media screen and (min-width: 640px) {
  .product-item.in-widget-with-border .product-item-img.no-image.image-category-1 img,
  .product-item.in-widget-with-border .product-item-img.no-image.image-category-2 img,
  .product-item.in-widget-with-border .product-item-img.no-image.image-category-3 img {
    width: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item.in-widget-with-border .product-item-img.no-image.image-category-1 img,
  .product-item.in-widget-with-border .product-item-img.no-image.image-category-2 img,
  .product-item.in-widget-with-border .product-item-img.no-image.image-category-3 img {
    width: 125px;
  }
}
.product-item.in-widget-with-border .product-item-img.image-category-1 img {
  width: 75px;
}
@media screen and (min-width: 640px) {
  .product-item.in-widget-with-border .product-item-img.image-category-1 img {
    width: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item.in-widget-with-border .product-item-img.image-category-1 img {
    width: 125px;
  }
}
.product-item.in-widget-with-border .product-item-img.image-category-2 img {
  width: 50.25px;
}
@media screen and (min-width: 640px) {
  .product-item.in-widget-with-border .product-item-img.image-category-2 img {
    width: 50.25px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item.in-widget-with-border .product-item-img.image-category-2 img {
    width: 83.75px;
  }
}
.product-item.in-widget-with-border .product-item-img.image-category-3 img {
  width: 61.5px;
}
@media screen and (min-width: 640px) {
  .product-item.in-widget-with-border .product-item-img.image-category-3 img {
    width: 61.5px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item.in-widget-with-border .product-item-img.image-category-3 img {
    width: 102.5px;
  }
}
.product-item.in-widget-with-border .product-item-img img {
  top: 0;
  margin: auto;
  width: 75px;
}
@media screen and (min-width: 1280px) {
  .product-item.in-widget-with-border .product-item-img {
    position: relative;
    width: auto;
    float: none;
    display: block;
    margin: 10px auto;
  }
  .product-item.in-widget-with-border .product-item-img img {
    top: auto;
  }
}
.product-highlight .product-item-img {
  height: 120px;
}
@media screen and (min-width: 640px) {
  .product-highlight .product-item-img {
    height: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .product-highlight .product-item-img {
    height: 180px;
  }
}
.product-highlight .product-item-img img {
  width: 120px;
}
@media screen and (min-width: 640px) {
  .product-highlight .product-item-img img {
    width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .product-highlight .product-item-img img {
    width: 180px;
  }
}
.product-highlight .product-item-img.no-image.image-category-1 img,
.product-highlight .product-item-img.no-image.image-category-2 img,
.product-highlight .product-item-img.no-image.image-category-3 img {
  width: 120px;
}
@media screen and (min-width: 640px) {
  .product-highlight .product-item-img.no-image.image-category-1 img,
  .product-highlight .product-item-img.no-image.image-category-2 img,
  .product-highlight .product-item-img.no-image.image-category-3 img {
    width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .product-highlight .product-item-img.no-image.image-category-1 img,
  .product-highlight .product-item-img.no-image.image-category-2 img,
  .product-highlight .product-item-img.no-image.image-category-3 img {
    width: 180px;
  }
}
.product-highlight .product-item-img.image-category-1 img {
  width: 120px;
}
@media screen and (min-width: 640px) {
  .product-highlight .product-item-img.image-category-1 img {
    width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .product-highlight .product-item-img.image-category-1 img {
    width: 180px;
  }
}
.product-highlight .product-item-img.image-category-2 img {
  width: 80.4px;
}
@media screen and (min-width: 640px) {
  .product-highlight .product-item-img.image-category-2 img {
    width: 120.6px;
  }
}
@media screen and (min-width: 1280px) {
  .product-highlight .product-item-img.image-category-2 img {
    width: 120.6px;
  }
}
.product-highlight .product-item-img.image-category-3 img {
  width: 98.4px;
}
@media screen and (min-width: 640px) {
  .product-highlight .product-item-img.image-category-3 img {
    width: 147.6px;
  }
}
@media screen and (min-width: 1280px) {
  .product-highlight .product-item-img.image-category-3 img {
    width: 147.6px;
  }
}
.product-carousel .product-item-img {
  height: 95px;
}
@media screen and (min-width: 640px) {
  .product-carousel .product-item-img {
    height: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .product-carousel .product-item-img {
    height: 220px;
  }
}
.product-carousel .product-item-img img {
  width: 95px;
}
@media screen and (min-width: 640px) {
  .product-carousel .product-item-img img {
    width: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .product-carousel .product-item-img img {
    width: 220px;
  }
}
.product-carousel .product-item-img.no-image.image-category-1 img,
.product-carousel .product-item-img.no-image.image-category-2 img,
.product-carousel .product-item-img.no-image.image-category-3 img {
  width: 95px;
}
@media screen and (min-width: 640px) {
  .product-carousel .product-item-img.no-image.image-category-1 img,
  .product-carousel .product-item-img.no-image.image-category-2 img,
  .product-carousel .product-item-img.no-image.image-category-3 img {
    width: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .product-carousel .product-item-img.no-image.image-category-1 img,
  .product-carousel .product-item-img.no-image.image-category-2 img,
  .product-carousel .product-item-img.no-image.image-category-3 img {
    width: 220px;
  }
}
.product-carousel .product-item-img.image-category-1 img {
  width: 95px;
}
@media screen and (min-width: 640px) {
  .product-carousel .product-item-img.image-category-1 img {
    width: 150px;
  }
}
@media screen and (min-width: 1280px) {
  .product-carousel .product-item-img.image-category-1 img {
    width: 220px;
  }
}
.product-carousel .product-item-img.image-category-2 img {
  width: 63.65px;
}
@media screen and (min-width: 640px) {
  .product-carousel .product-item-img.image-category-2 img {
    width: 100.5px;
  }
}
@media screen and (min-width: 1280px) {
  .product-carousel .product-item-img.image-category-2 img {
    width: 147.4px;
  }
}
.product-carousel .product-item-img.image-category-3 img {
  width: 77.9px;
}
@media screen and (min-width: 640px) {
  .product-carousel .product-item-img.image-category-3 img {
    width: 123px;
  }
}
@media screen and (min-width: 1280px) {
  .product-carousel .product-item-img.image-category-3 img {
    width: 180.4px;
  }
}
.weekly-meal-product .product-item-img {
  height: 180px;
}
@media screen and (min-width: 640px) {
  .weekly-meal-product .product-item-img {
    height: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .weekly-meal-product .product-item-img {
    height: 180px;
  }
}
.weekly-meal-product .product-item-img img {
  width: 180px;
}
@media screen and (min-width: 640px) {
  .weekly-meal-product .product-item-img img {
    width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .weekly-meal-product .product-item-img img {
    width: 180px;
  }
}
.weekly-meal-product .product-item-img.no-image.image-category-1 img,
.weekly-meal-product .product-item-img.no-image.image-category-2 img,
.weekly-meal-product .product-item-img.no-image.image-category-3 img {
  width: 180px;
}
@media screen and (min-width: 640px) {
  .weekly-meal-product .product-item-img.no-image.image-category-1 img,
  .weekly-meal-product .product-item-img.no-image.image-category-2 img,
  .weekly-meal-product .product-item-img.no-image.image-category-3 img {
    width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .weekly-meal-product .product-item-img.no-image.image-category-1 img,
  .weekly-meal-product .product-item-img.no-image.image-category-2 img,
  .weekly-meal-product .product-item-img.no-image.image-category-3 img {
    width: 180px;
  }
}
.weekly-meal-product .product-item-img.image-category-1 img {
  width: 180px;
}
@media screen and (min-width: 640px) {
  .weekly-meal-product .product-item-img.image-category-1 img {
    width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .weekly-meal-product .product-item-img.image-category-1 img {
    width: 180px;
  }
}
.weekly-meal-product .product-item-img.image-category-2 img {
  width: 120.6px;
}
@media screen and (min-width: 640px) {
  .weekly-meal-product .product-item-img.image-category-2 img {
    width: 120.6px;
  }
}
@media screen and (min-width: 1280px) {
  .weekly-meal-product .product-item-img.image-category-2 img {
    width: 120.6px;
  }
}
.weekly-meal-product .product-item-img.image-category-3 img {
  width: 147.6px;
}
@media screen and (min-width: 640px) {
  .weekly-meal-product .product-item-img.image-category-3 img {
    width: 147.6px;
  }
}
@media screen and (min-width: 1280px) {
  .weekly-meal-product .product-item-img.image-category-3 img {
    width: 147.6px;
  }
}
.product-item.in-mosaic .product-item-img {
  margin: 0 auto;
  width: 140px;
}
@media screen and (min-width: 640px) {
  .product-item.in-mosaic .product-item-img {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .product-item.in-mosaic .product-item-img {
    width: 220px;
  }
}
#responsibilityPage {
  padding: 0;
  margin: 20px 10px 20px;
  zoom: 1;
}
#responsibilityPage:before,
#responsibilityPage:after {
  content: "";
  display: table;
}
#responsibilityPage:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  #responsibilityPage {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 960px) {
  #responsibilityPage {
    width: 100%;
    margin-top: 30px;
  }
}
#responsibilityPage h1 {
  clear: both;
  overflow: hidden;
  padding: 15px 0 18px 0;
  margin: 0 0 0 0;
}
#responsibilityPage .ingress {
  width: 100%;
  padding: 20px 0 30px 0;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 640px) {
  #responsibilityPage .ingress {
    margin: 0 0 20px 0;
    padding: 0;
  }
}
#responsibilityPage .ingress img {
  display: block;
  float: right;
  padding: 0px 0px 0 60px;
}
@media screen and (max-width: 640px) {
  #responsibilityPage .ingress img {
    display: none;
  }
}
#responsibilityPage .row {
  background: transparent url(/Content/images/common/verPixelBackground.png) bottom left repeat-x;
  margin: 0 0 35px 0;
  clear: both;
}
#responsibilityPage .row .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 30px 0;
  display: block;
  float: left;
}
@media screen and (min-width: 640px) {
  #responsibilityPage .row .col {
    padding-right: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  #responsibilityPage .row .col {
    padding-right: 20px;
    width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  #responsibilityPage .row .col {
    padding-right: 20px;
    width: 426px;
  }
}
#responsibilityPage .row .col h4 {
  margin: 0 0 16px 0;
}
#responsibilityPage .row .col h4 a {
  color: #0168b0;
  text-decoration: none;
}
#responsibilityPage .row .col h4 a:hover {
  color: #1f537b;
}
#responsibilityPage .row .col img {
  width: 100%;
}
#responsibilityPage .row .col span {
  color: #6a6562;
  padding: 15px 0 8px 0;
  display: block;
}
#responsibilityPage .row .col ul li {
  background: url("/Content/images/page/valiooy/responsibility/listDot.png") no-repeat left center transparent;
  padding: 4px 0 3px 18px;
  list-style: none;
  display: block;
}
#responsibilityPage .row .col ul li a {
  text-decoration: none;
  color: #0168b0;
}
#responsibilityPage .row .col ul li a:hover {
  color: #1f537b;
}
#responsibilityPage .row.second {
  background: none;
  border-top: 1px solid #ebebeb;
  clear: both;
}
#responsibilityChild {
  padding: 0;
  margin: 20px 10px 20px;
  zoom: 1;
}
#responsibilityChild:before,
#responsibilityChild:after {
  content: "";
  display: table;
}
#responsibilityChild:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  #responsibilityChild {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
@media screen and (min-width: 960px) {
  #responsibilityChild {
    width: 100%;
    margin-top: 30px;
  }
}
#responsibilityChild h1 {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
#responsibilityChild .responsibilityIngress {
  border-bottom: 1px solid #bbd9ef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  #responsibilityChild .responsibilityIngress {
    padding: 0 0 20px 0;
  }
}
#responsibilityChild .responsibilityIngress .left {
  float: left;
  display: block;
  width: 290px;
  margin-right: 30px;
}
@media screen and (min-width: 960px) {
  #responsibilityChild .responsibilityIngress .left {
    padding: 0 0 30px 0;
  }
}
#responsibilityChild .responsibilityIngress .right {
  width: 290px;
  display: block;
  float: left;
}
#responsibilityChild .responsibilityIngress .right span {
  color: #242424;
  display: block;
  padding: 0 0 15px 0;
  line-height: 1.2em;
  padding: 10px 0 15px 0;
}
@media screen and (min-width: 960px) {
  #responsibilityChild .responsibilityIngress .right {
    padding: 0 0 30px 0;
  }
}
#responsibilityChild .responsibilityIngress hr {
  border: 0;
  clear: both;
  height: 1%;
  overflow: hidden;
  padding: 15px 0 0 0;
}
#responsibilityChild .responsibilityIngress .selectChild {
  clear: both;
  display: block;
  min-height: 99px;
}
#responsibilityChild .responsibilityIngress .selectChild ul {
  width: 600px;
  padding: 0;
}
#responsibilityChild .responsibilityIngress .selectChild ul li {
  background: url("/Content/images/page/valiooy/responsibility/listDot.png") no-repeat left center transparent;
  padding: 4px 0 3px 18px;
  list-style: none;
  display: block;
}
#responsibilityChild .responsibilityIngress .selectChild ul li a {
  text-decoration: none;
  color: #0168b0;
}
#responsibilityChild .responsibilityIngress .selectChild ul li a:hover {
  color: #1f537b;
}
#responsibilityChild .responsibilityIngress .selectChild ul li a.selected {
  color: #00aeef;
}
#responsibilityChild .responsibilityIngress .selectChild .clear {
  clear: left;
  float: none;
}
#responsibilityChild .resposibilityAreaWrapper {
  position: relative;
  display: block;
}
#responsibilityChild .resposibilityAreaWrapper .resposibilityArea {
  position: relative;
  display: none;
}
#responsibilityChild .resposibilityAreaWrapper .resposibilityArea.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
#responsibilityChild .resposibilityAreaWrapper h3,
#responsibilityChild .resposibilityAreaWrapper img {
  padding: 0;
  margin-bottom: 10px;
}
#responsibilityChild .resposibilityAreaWrapper img {
  width: 100%;
}
@media screen and (min-width: 640px) {
  #responsibilityChild .resposibilityAreaWrapper h3,
  #responsibilityChild .resposibilityAreaWrapper img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  #responsibilityChild .responsibilityChildLeft {
    width: 640px;
    float: left;
  }
}
@media screen and (min-width: 1280px) {
  #responsibilityChild .responsibilityChildLeft {
    width: 800px;
  }
}
#responsibilityChild .responsibilityAdditionalChooser {
  position: relative;
  margin: 0 0 70px 0;
}
@media screen and (min-width: 960px) {
  #responsibilityChild .responsibilityAdditionalChooser {
    width: 300px;
    margin-left: 20px;
    float: left;
  }
}
@media screen and (min-width: 1280px) {
  #responsibilityChild .responsibilityAdditionalChooser {
    width: 440px;
    margin-left: 40px;
  }
}
#responsibilityChild .responsibilityAdditionalChooser h3 {
  padding: 0 0 18px 00px;
  background: transparent url(/Content/images/common/verPixelBackground.png) bottom center repeat-x;
  margin: 0;
}
#responsibilityChild .responsibilityAdditionalChooser h3 a {
  color: #3b3b3b;
  background: url("/Content/images/page/valiooy/responsibility/additionalTopicIcon.png") no-repeat left center transparent;
  display: block;
  padding: 1px 0 0 16px;
  text-decoration: none;
}
#responsibilityChild .responsibilityAdditionalChooser ul li {
  background: transparent url(/Content/images/common/verPixelBackground.png) bottom center repeat-x;
  padding: 4px 0 6px 0;
  display: block;
  list-style: none;
  clear: both;
  float: left;
  width: 100%;
}
#responsibilityChild .responsibilityAdditionalChooser ul li a {
  text-decoration: none;
  color: #939393;
  line-height: 18px;
}
#responsibilityChild .responsibilityAdditionalChooser ul li img {
  float: left;
  display: block;
}
#responsibilityChild .responsibilityAdditionalChooser ul li span {
  float: left;
  display: block;
  padding: 13px 0 0 15px;
}
#responsibilityChild .responsibilityAdditionalChooser ul li.selected a {
  color: #242424;
}
#responsibilityChild .responsibilityAdditionalChooser .break {
  clear: left;
}
.mediaWidget {
  margin: 20px 0;
}
.mediaWidget h3 {
  color: #3b3b3b;
  overflow: hidden;
  padding: 0 0 18px 0;
  margin: 0 0 20px 0;
  font-size: 18px;
}
.mediaWidget ul {
  list-style: none;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0;
}
.mediaWidget ul li {
  width: 290px;
  float: left;
  display: table;
  margin: 0 0 15px 0;
}
.mediaWidget ul li img {
  float: left;
  display: block;
  width: auto !important;
}
.mediaWidget ul li h4 {
  color: #6a6562;
  font-size: 13px;
  margin: 5px 0 0 10px;
  width: 240px;
  line-height: 1.2em;
  display: table-cell;
  vertical-align: middle;
}
.mediaWidget ul li a {
  text-decoration: none;
  color: #0168b0;
}
.mediaWidget ul li.last {
  margin: 0;
}
.error-page {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.error-page__hero-area {
  background: transparent url(/Content/images/responsive/pages/error/error_cow.jpg) top right no-repeat;
  border: 1px solid #bbd9ef;
  width: 100%;
  min-height: 350px;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.error-page__hero-area:before,
.error-page__hero-area:after {
  content: "";
  display: table;
}
.error-page__hero-area:after {
  clear: both;
}
@media screen and (min-width: 1280px) {
  .error-page__hero-area {
    background-size: cover;
  }
}
.error-page__hero-area__content {
  bottom: 20px;
  left: 40px;
  position: absolute;
}
.error-page__hero-area__heading {
  color: white;
}
.error-page__wayfinders {
  zoom: 1;
}
.error-page__wayfinders:before,
.error-page__wayfinders:after {
  content: "";
  display: table;
}
.error-page__wayfinders:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .error-page__wayfinders {
    padding-top: 30px;
  }
}
.media-widget {
  padding: 0 25px 20px;
  position: relative;
}
.media-widget h3 {
  padding: 0;
}
.media-widget__header {
  position: relative;
  height: 60px;
  display: table;
  margin-bottom: 10px;
}
.media-widget__image {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 60px;
}
.media-widget__large-title {
  margin-bottom: 20px;
}
.media-widget__mobile-title,
h3.media-widget__mobile-title {
  text-align: left;
  display: table-cell;
  letter-spacing: normal;
  padding: 0 0 0 80px;
  vertical-align: middle;
}
.media-widget__list {
  list-style: none;
}
.media-widget__list-item {
  padding: 0;
  position: relative;
}
.media-widget__list-item--hide {
  display: none;
}
.media-widget__list-item__link {
  display: table;
  height: 100%;
  width: 100%;
  min-height: 35px;
}
.media-widget__list-item__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 20px;
}
.media-widget__list-item__title {
  text-align: left;
  display: table-cell;
  letter-spacing: normal;
  padding: 0 0 0 27px;
  vertical-align: middle;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  word-break: break-all;
}
.media-widget__content {
  margin-bottom: 10px;
}
.media-widget__link {
  clear: both;
  display: block;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 640px) {
  .media-widget {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media-widget__mobile-title,
  h3.media-widget__mobile-title {
    display: none;
  }
  .media-widget__large-title {
    margin-bottom: 30px;
  }
  .media-widget__image {
    position: relative;
    width: auto;
  }
  .media-widget__list-item__icon {
    height: 27px;
  }
  .media-widget__header {
    width: 160px;
    float: left;
    margin-right: 20px;
  }
  .media-widget__content {
    width: 420px;
    float: left;
  }
}
@media screen and (min-width: 960px) {
  .media-widget {
    padding-left: 20px;
    padding-right: 0;
  }
  .media-widget__header {
    width: 140px;
    margin-right: 20px;
  }
  .media-widget__content {
    width: 240px;
    margin-left: 0;
  }
  .media-widget__list-item {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .media-widget__header {
    width: 160px;
  }
  .media-widget__image {
    width: 120px;
    margin-left: 20px;
  }
  .media-widget__content {
    width: 400px;
  }
}
.media-widget-twocolumn {
  position: relative;
  zoom: 1;
}
.media-widget-twocolumn:before,
.media-widget-twocolumn:after {
  content: "";
  display: table;
}
.media-widget-twocolumn:after {
  clear: both;
}
.media-widget-twocolumn h3 {
  padding: 0;
}
.media-widget-twocolumn__list {
  list-style: none;
}
.media-widget-twocolumn__list-item {
  padding: 0;
  position: relative;
}
.media-widget-twocolumn__list-item--hide {
  display: none;
}
.media-widget-twocolumn__list-item__link {
  display: table;
  height: 100%;
  width: 100%;
  min-height: 35px;
}
.media-widget-twocolumn__list-item__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 20px;
  width: auto !important;
  margin-top: auto !important;
}
.media-widget-twocolumn__list-item__title {
  text-align: left;
  display: table-cell;
  letter-spacing: normal;
  padding: 0 0 0 27px;
  vertical-align: middle;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  word-break: break-word;
}
.media-widget-twocolumn__content {
  margin-bottom: 10px;
  padding-left: 10px;
}
.media-widget-twocolumn__link {
  clear: both;
  display: block;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 640px) {
  .media-widget-twocolumn__title {
    margin-bottom: 30px;
  }
  .media-widget-twocolumn__list-item__icon {
    height: 27px;
  }
  .media-widget-twocolumn__content {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .media-widget-twocolumn__content {
    margin-left: 0;
  }
  .media-widget-twocolumn__list-item {
    margin-bottom: 5px;
    width: 48%;
    float: left;
    margin-left: 2%;
  }
  .media-widget-twocolumn__list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .media-widget-twocolumn__list {
    zoom: 1;
  }
  .media-widget-twocolumn__list:before,
  .media-widget-twocolumn__list:after {
    content: "";
    display: table;
  }
  .media-widget-twocolumn__list:after {
    clear: both;
  }
}
@media screen and (min-width: 1280px) {
  
}
.responsibility-archive-selector {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 10px;
  zoom: 1;
}
.responsibility-archive-selector:before,
.responsibility-archive-selector:after {
  content: "";
  display: table;
}
.responsibility-archive-selector:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .responsibility-archive-selector {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .responsibility-archive-selector {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
}
.responsibility-archive-selector h4 {
  background: transparent url('/Content/images/responsive/modules/widgets/companyresponsibility/responsibility-book-icon.jpg') no-repeat;
  background-size: 140px 76px;
  background-position: center top;
  padding: 85px 0 0 0;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .responsibility-archive-selector h4 {
    background-position: 30px center;
    background-size: 90px 49px;
    float: left;
    padding: 10px 0 20px 130px;
    text-align: left;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .responsibility-archive-selector__select {
    width: 100%;
  }
  .responsibility-archive-selector__select select {
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .responsibility-archive-selector__select {
    margin: 5px 20px;
    float: left;
  }
}
body.adminEnabled {
  padding-bottom: 30px;
}
.aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  zoom: 1;
}
.aside:before,
.aside:after {
  content: "";
  display: table;
}
.aside:after {
  clear: both;
}
div#recipes {
  overflow: hidden;
  margin-top: -1px;
}
div#recipes strong {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
div#recipes article {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  float: left;
}
div#recipes .recipeClose {
  display: none;
}
div#recipes .fb-recipes,
div#recipes .product-highlights,
div#recipes .article-highlights,
div#recipes .company-info {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  float: left;
  margin-top: 15px;
}
div#recipes .fb-recipes {
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  .page-content #recipes .aside {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  div#recipes .content-box.top-content-box {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 640px) {
  div#recipes > .main,
  div#recipes > .aside {
    width: 640px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  div#recipes .product-highlights,
  div#recipes .company-info {
    width: 310px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 960px) {
  div#recipes > .main,
  div#recipes > .aside {
    padding: 0px 0px;
  }
  div#recipes > .main {
    width: 640px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div#recipes > .aside {
    width: 320px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  div#recipes .article-highlights,
  div#recipes .try-recipe {
    width: 320px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div#recipes .product-highlights,
  div#recipes .company-info {
    width: 320px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div#recipes .article-highlights,
  div#recipes .try-recipe,
  div#recipes .product-highlights,
  div#recipes .company-info {
    float: left;
    width: 100%;
  }
  div#recipes .recipe-history {
    width: 960px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .likeButton span.label {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  div#recipes > .main {
    width: 800px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div#recipes > .aside {
    width: 480px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
  }
  div#recipes .recipe-history {
    width: 1280px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.recipe-picture-fullscreen {
  display: none;
}
.parallaxMobile body {
  overflow: hidden;
}
.parallaxMobile #wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.parallaxMobile #scroller {
  height: 3000px;
}
div#recipes.static-recipe-widget .recipe-title {
  height: 215px;
}
@media screen and (min-width: 640px) {
  div#recipes.static-recipe-widget .recipe-title {
    height: 320px;
  }
}
@media screen and (min-width: 800px) {
  div#recipes.static-recipe-widget .recipe-title {
    height: 480px;
  }
}
@media screen and (min-width: 1280px) {
  div#recipes.static-recipe-widget .recipe-title {
    height: 640px;
  }
}
div#recipes.static-recipe-widget .recipe-title .recipe-picture img {
  width: 100%;
  height: auto;
  min-height: initial;
}
.static-recipe-widget {
  font-family: 'Omnes-Pro', Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.static-recipe-widget__info {
  margin: 0px auto;
  width: 98%;
  max-width: 1120px;
  position: absolute;
  height: auto;
  line-height: 24px;
  bottom: 0px;
  left: 1%;
  right: 1%;
}
.static-recipe-widget__title {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: white;
  font-size: 28px;
  line-height: 32px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 50%;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__title {
    margin-bottom: 0px;
    width: 60%;
    font-size: 54px;
    line-height: 54px;
  }
}
.static-recipe-widget__description {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  color: white;
  margin: 10px 22px 30px 22px;
  white-space: initial;
}
.static-recipe-widget__description.mobile {
  display: block;
  width: 90%;
  margin-left: 5%;
  color: black;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__description.mobile {
    display: none;
  }
}
.static-recipe-widget__description.desktop {
  display: none;
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__description.desktop {
    display: block;
    max-width: 640px;
  }
}
.static-recipe-widget__prep {
  border-top: 1px solid white;
  padding: 10px;
  font-size: 16px;
  height: 25px;
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__prep {
    padding: 15px 10px;
    height: 30px;
  }
}
.static-recipe-widget__tags {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  float: left;
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__tags {
    font-size: 16px;
    line-height: 20px;
  }
}
.static-recipe-widget__tags li {
  display: inline-block;
  vertical-align: top;
  background-color: white;
  height: 26px;
  line-height: 26px;
  margin: 0px 2px;
  padding: 0px 10px;
  font-weight: 700;
  border-radius: 13px;
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__tags li {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }
}
.static-recipe-widget__preptime {
  float: right;
  margin: 2px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__preptime {
    margin: 0px 20px 0px 0px;
  }
}
.static-recipe-widget__preptime .icon {
  font-size: 20px;
}
.static-recipe-widget__preptime .icon svg {
  height: 20px;
  width: 20px;
  fill: white;
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__preptime .icon svg {
    height: 30px;
    width: 30px;
  }
}
.static-recipe-widget__preptime span {
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  margin: 0px 10px 0px 10px;
  color: white;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__preptime span {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin: 0px 20px 0px 10px;
  }
}
.static-recipe-widget__main {
  margin: 0px auto;
  padding-top: 20px;
  width: 100%;
  max-width: 1120px;
  position: relative;
  white-space: nowrap;
}
.static-recipe-widget__content {
  display: inline-block;
  width: 100%;
  min-height: 300px;
  vertical-align: top;
  white-space: normal;
  margin-top: 0px !important;
  margin-left: 0%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.static-recipe-widget__content .bullet {
  width: 80%;
  margin: 0px 0px 15px 0px;
}
.static-recipe-widget__content .bullet li {
  margin-left: 20px;
}
.static-recipe-widget__content h5 {
  margin: 0px 0px 15px 20px;
}
.static-recipe-widget__content td {
  min-width: 120px;
  font-weight: 600;
  padding: 0px 0px 14px 20px;
}
.static-recipe-widget__content.slide_left {
  margin-left: -100%;
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__content {
    width: 50%;
  }
  .static-recipe-widget__content.slide_left {
    margin-left: 0%;
  }
}
.static-recipe-widget__headers {
  display: block;
  white-space: nowrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__headers {
    margin-bottom: 0px;
  }
}
.static-recipe-widget__header {
  cursor: pointer;
  white-space: normal;
  vertical-align: top;
  text-align: center;
  font-weight: 600;
  line-height: 60px;
  font-size: 30px;
  display: inline-block;
  width: 50%;
  padding-bottom: 20px;
}
.static-recipe-widget__header span {
  padding: 0px 20px;
}
.static-recipe-widget__header.active span {
  padding-bottom: 10px;
  color: #00c0ff;
  border-bottom: 4px solid #00c0ff;
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__header.active span {
    color: black;
    border-bottom: 4px solid transparent;
  }
}
@media screen and (min-width: 640px) {
  .static-recipe-widget__header {
    text-align: left;
  }
}
div#recipes.user .recipe-title .recipe-picture img {
  margin-top: 0px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .pro div#recipes .recipe-title {
    height: 68vw;
  }
  .pro div#recipes .recipe-title.no-image {
    height: auto;
  }
}
div#recipes .recipe-title {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 73vw;
}
div#recipes .recipe-title .recipe-picture {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  min-width: 73vw;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
div#recipes .recipe-title .recipe-picture .user img {
  border: 5px solid red;
}
div#recipes .recipe-title .recipe-picture img {
  width: 100%;
  min-height: 240px;
}
@media screen and (max-width: 1280px) {
  div#recipes .recipe-title .recipe-picture img {
    transform: none !important;
  }
}
@media screen and (min-width: 960px) {
  div#recipes .recipe-title .recipe-picture {
    min-width: 0;
  }
}
@media screen and (max-width: 480px) {
  div#recipes .recipe-title .recipe-picture img {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: none;
  }
}
@media screen and (min-width: 960px) {
  div#recipes .recipe-title .recipe-picture img {
    margin-top: -74px;
  }
}
div#recipes .recipe-title .recipe-title-wrapper {
  position: absolute;
  bottom: 45px;
  left: 10px;
  right: 10px;
}
div#recipes .recipe-title .recipe-title-wrapper img {
  max-width: 20%;
}
div#recipes .recipe-title .paragraph-and-author {
  display: none;
}
div#recipes .recipe-title .paragraph-and-author .lead-paragraph {
  margin-top: 15px;
  width: 100%;
  float: left;
  height: 250px;
}
div#recipes .svg-recipe-image-overlay {
  height: 100%;
}
div#recipes .svg-recipe-image-overlay-dark-corner,
div#recipes .svg-recipe-image-overlay-light-corner {
  display: none;
}
@media screen and (min-width: 640px) {
  div#recipes .recipe-title .recipe-title-wrapper {
    bottom: 75px;
    left: 30px;
    right: auto;
    width: 60%;
  }
  div#recipes .recipe-title .paragraph-and-author {
    display: inline;
    position: absolute;
    width: 300px;
    top: 25px;
    right: 30px;
  }
  div#recipes:not(.user) .svg-recipe-image-overlay-light-corner {
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  div#recipes .recipe-title {
    height: 480px;
    height: 68vw;
  }
  .pro div#recipes .recipe-title {
    height: 63vw;
  }
  .pro div#recipes .recipe-title.no-image {
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  div#recipes .recipe-title {
    height: 540px;
  }
  div#recipes .recipe-title .recipe-title-wrapper {
    left: 30px;
  }
  div#recipes .recipe-title .paragraph-and-author {
    width: 270px;
  }
  div#recipes.user .recipe-title {
    height: 490px;
    background-color: #eaf4ff;
  }
  div#recipes.user .recipe-title .recipe-picture,
  div#recipes.user .recipe-title .svg-recipe-image-overlay,
  div#recipes.user .recipe-title .svg-recipe-image-overlay-dark-corner,
  div#recipes.user .recipe-title .svg-recipe-image-overlay-light-corner {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    height: 440px;
    width: 640px;
  }
  div#recipes.user .recipe-title .recipe-picture img,
  div#recipes.user .recipe-title .svg-recipe-image-overlay img,
  div#recipes.user .recipe-title .svg-recipe-image-overlay-dark-corner img,
  div#recipes.user .recipe-title .svg-recipe-image-overlay-light-corner img {
    min-width: 100%;
    height: 100%;
    min-height: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  div#recipes .recipe-title {
    height: 620px;
  }
  div#recipes .recipe-title .recipe-title-wrapper {
    bottom: 85px;
    left: 40px;
  }
  div#recipes .recipe-title .paragraph-and-author {
    width: 410px;
  }
  div#recipes .recipe-title .paragraph-and-author .lead-paragraph {
    margin-top: 20px;
    font-size: 22px;
  }
  div#recipes.user .recipe-title {
    height: 610px;
  }
  div#recipes.user .recipe-title .recipe-picture,
  div#recipes.user .recipe-title .svg-recipe-image-overlay,
  div#recipes.user .recipe-title .svg-recipe-image-overlay-dark-corner,
  div#recipes.user .recipe-title .svg-recipe-image-overlay-light-corner {
    height: 550px;
    width: 800px;
  }
}
div#recipes:not(.user) .recipe-title .lead-paragraph {
  -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
  -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
}
.pro .ingredient-to-shoppinglist {
  display: none;
}
.ingredients {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.ingredients .ingredients-content {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
}
.ingredients .ingredients-notification {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  color: #999999;
}
.ingredients .ingredient td {
  min-width: 80px;
  padding-right: 10px;
}
.ingredients .ingredient td.ingredient-to-shoppinglist {
  width: 20px;
  min-width: 0;
}
.ingredients h4 {
  padding-top: 0px;
}
.ingredients h5 {
  margin-top: 5px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.ingredients table {
  margin-top: 10px;
  margin-bottom: 25px;
}
.ingredients table:last-of-type {
  margin-bottom: 0;
}
.ingredients table tr.ingredient td {
  padding-bottom: 14px;
  vertical-align: top;
}
.ingredients table tr.ingredient td span.fraction {
  word-spacing: 4px;
}
@media screen and (min-width: 640px) {
  .ingredients {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px;
    padding: 0 10px;
  }
  .ingredients .ingredient td {
    min-width: 120px;
    padding-right: 20px;
  }
  .ingredients .ingredient td.ingredient-to-shoppinglist {
    width: 20px;
    min-width: 0;
  }
  .ingredients h4 {
    padding-bottom: 10px;
  }
  .ingredients h5 {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .ingredients {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 30px;
    padding: 0 10px;
  }
  .ingredients h5 {
    margin-top: 10px;
  }
  .ingredients table {
    margin-bottom: 40px;
  }
}
.actionDisclaimer {
  background-color: #f8f3f0;
  padding: 8px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 20px;
}
.actionDisclaimer a.flagInappropriate {
  color: #999999;
  float: right;
}
@media screen and (min-width: 960px) {
  .actionDisclaimer {
    margin-bottom: 0;
  }
}
.recipe__shoppinglistingredientbtn {
  background: none;
  border: 0;
  display: inline-block;
  font-family: 'valio_iconsregular';
  font-style: normal;
  font-size: 30px;
  vertical-align: top;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #00aeef;
  font-size: 20px;
}
.recipe__shoppinglistingredientbtn:after {
  content: "D";
}
.recipe__shoppinglistingredientbtn:hover {
  color: #006bb1;
}
.instructions {
  margin-top: 15px;
}
.instructions h4 {
  margin-bottom: 15px;
}
.instructions h5 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.instructions ul {
  margin-bottom: 0px;
  margin-top: 0;
}
.instructions .instructions-content .collasible-panel {
  margin-bottom: 15px;
}
.instructions .collapsible-panel-header.expanded {
  margin-bottom: 0px;
}
@media screen and (min-width: 640px) {
  .instructions {
    margin-top: 25px;
  }
  .instructions h5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .instructions .instructions-content .collasible-panel {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .instructions .instructions-content .collasible-panel {
    border-top: 1px solid #bbd9ef;
  }
  .instructions .instructions-content .collasible-panel h4 {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .instructions {
    margin-top: 40px;
  }
  .instructions .instructions-content .collasible-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 30px;
    padding: 0 10px;
  }
  .instructions .instructions-content .collasible-panel h4 {
    padding-top: 30px;
  }
}
div#recipes .preparation {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  height: 45px;
  padding: 7px 0px 7px 12px;
}
div#recipes .preparation > img {
  width: 30px;
  height: 30px;
  display: inline-block;
}
div#recipes .preparation .time-and-level {
  display: inline-block;
  margin-left: 10px;
}
div#recipes .preparation .main {
  font-size: 21px;
  line-height: 21px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  padding: 0;
  line-height: 16px;
  margin-right: 5px;
}
@media screen and (min-width: 640px) {
  div#recipes .preparation .main {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  div#recipes .preparation .main {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (min-width: 960px) {
  div#recipes .preparation .main {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 960px) {
  div#recipes .preparation .level {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
}
div#recipes .preparation .level-title,
div#recipes .preparation .target {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
}
div#recipes .preparation .level-value {
  text-transform: uppercase;
}
div#recipes .preparation .detail-info {
  display: inline-block;
}
div#recipes .preparation-container-phone-or-tablet {
  float: left;
  width: 100%;
  background-color: #eaf4ff;
}
@media screen and (min-width: 640px) {
  div#recipes .preparation {
    padding: 20px 0px 20px 30px;
    width: auto;
    height: 80px;
  }
  div#recipes .preparation > img {
    width: 40px;
    height: 40px;
  }
  div#recipes .preparation .main {
    line-height: 21px;
  }
}
@media screen and (min-width: 960px) {
  div#recipes .preparation {
    height: auto;
    color: white;
    text-shadow: 1px 1px 2px transparent;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    position: absolute;
    bottom: 75px;
    width: 290px;
    right: 10px;
  }
  div#recipes.user .preparation {
    color: #333333;
    text-shadow: none;
    border-top: 1px solid #bbd9ef;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  div#recipes .preparation {
    width: 410px;
    bottom: 85px;
    right: 30px;
  }
  div#recipes .preparation > img {
    vertical-align: top;
  }
}
.comments-count {
  float: left;
  cursor: pointer;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  
}
div#recipes .info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  height: 30px;
  padding: 6px 0px;
  line-height: 18px;
  left: 10px;
  right: 10px;
  color: white;
  text-shadow: 1px 1px 2px transparent;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
div#recipes .info .recipeDetail {
  display: none;
}
div#recipes .info .star-icons i {
  vertical-align: top;
}
div#recipes .info .comments-count i {
  vertical-align: top;
  display: none;
}
div#recipes .info .ratings-and-comments {
  float: left;
  min-width: 150px;
}
div#recipes .info .ratings {
  float: left;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
div#recipes .info .stars {
  float: left;
  font-size: 16px;
}
div#recipes .info .comments-count {
  margin-left: 10px;
}
div#recipes .info .comments-count .icon {
  margin-right: 5px;
  font-size: 12px;
}
div#recipes .info .energy-info {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
div#recipes .info .energy-info .small {
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 7px;
}
div#recipes .info .diet-info {
  float: right;
}
div#recipes .info .diet-info .diet-ball {
  float: left;
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 640px) {
  div#recipes .info {
    height: 50px;
    padding: 6px 10px;
    line-height: 24px;
    left: 20px;
    right: 20px;
  }
  div#recipes .info .ratings-and-comments {
    margin-top: 6px;
    min-width: 230px;
  }
  div#recipes .info .stars {
    font-size: 22px;
  }
  div#recipes .info .comments-count {
    margin-left: 20px;
  }
  div#recipes .info .comments-count .icon {
    font-size: 20px;
  }
  div#recipes .info .diet-info {
    float: left;
    margin-left: 20px;
    margin-top: 6px;
  }
  div#recipes .info .diet-info .diet-ball {
    width: 24px;
    height: 24px;
  }
  div#recipes .info .diet-info .energy-info {
    margin-left: 5px;
  }
  div#recipes .info .diet-info .energy-info .small {
    font-size: 13px;
  }
}
@media screen and (min-width: 960px) {
  div#recipes .info {
    height: 50px;
    padding: 6px 10px;
    left: 10px;
    right: 10px;
  }
  div#recipes .info .ratings-and-comments {
    min-width: 230px;
  }
}
@media screen and (min-width: 1280px) {
  div#recipes .info {
    left: 30px;
    right: 30px;
    height: 60px;
    padding: 15px 10px;
    line-height: 30px;
  }
  div#recipes .info .stars {
    font-size: 26px;
  }
  div#recipes .info .ratings-and-comments {
    margin-top: 0px;
    min-width: 230px;
  }
  div#recipes .info .diet-info {
    margin-top: 0px;
  }
  div#recipes .info .diet-info .diet-ball {
    width: 30px;
    height: 30px;
  }
  div#recipes .info .comments-count .icon {
    font-size: 22px;
  }
}
@media screen and (min-width: 960px) {
  div#recipes.user {
    text-shadow: none;
  }
  div#recipes.user .info {
    border-top: none;
    text-shadow: none;
  }
  div#recipes.user .info .ratings {
    color: #333333;
  }
  div#recipes.user .info .stars {
    color: #4ec4f0;
  }
  div#recipes.user .info .comments-count {
    color: #333333;
  }
  div#recipes.user .info .comments-count .icon {
    color: #4ec4f0;
    text-shadow: none;
  }
  div#recipes.user .info .energy-info {
    color: #333333;
  }
}
@media screen and (min-width: 640px) {
  div#recipes.dark:not(.user) .svg-recipe-image-overlay-dark-corner {
    display: block;
  }
  div#recipes.dark .svg-recipe-image-overlay-light-corner {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  div#recipes.dark.user .recipe-title .lead-paragraph {
    color: white;
  }
}
div#recipes.dark:not(.user) .recipe-title .lead-paragraph {
  color: white;
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
}
div#recipes.dark:not(.user) .recipe-title .author-container.valio {
  color: white;
}
.recipe-group-highlight {
  margin-bottom: 3px;
  list-style: none;
  height: 65px;
  zoom: 1;
}
.recipe-group-highlight:before,
.recipe-group-highlight:after {
  content: "";
  display: table;
}
.recipe-group-highlight:after {
  clear: both;
}
.recipe-group-highlight > a {
  display: table;
  position: relative;
}
.recipe-group-highlight > a > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100px;
}
.recipe-group-highlight .content {
  padding: 0 0 0 120px;
  display: table-cell;
  letter-spacing: normal;
  vertical-align: middle;
  height: 65px;
}
.recipe-group-highlight .title {
  font-size: 18px;
  line-height: 18px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 640px) {
  .recipe-group-highlight .title {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-group-highlight .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.recipe-group-highlight .title > span {
  color: #999999;
  font-weight: 400;
  display: inline-block;
}
.recipe-group-highlight .title > span > span.arrow {
  font-size: 18px;
  line-height: 18px;
  font-family: "omnes-pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 10px 0px 0px 0px;
  color: #00aeef;
}
@media screen and (min-width: 640px) {
  .recipe-group-highlight .title > span > span.arrow {
    font-size: 21px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-group-highlight .title > span > span.arrow {
    font-size: 24px;
    line-height: 24px;
  }
}
.recipe-group-highlight .title i {
  display: inline-block;
  font-family: 'valio_iconsregular';
  font-style: normal;
  font-size: 30px;
  vertical-align: top;
  font-weight: 100;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 1.25em;
}
.recipe-group-highlight .additional-info {
  display: block;
  color: #333333;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 480px) {
  .recipe-group-highlight .additional-info {
    max-width: 220px;
  }
}
.recipe-group-highlight-wrapper {
  clear: both;
  margin: 20px 0 20px;
  margin-bottom: 20px;
  zoom: 1;
}
.recipe-group-highlight-wrapper:before,
.recipe-group-highlight-wrapper:after {
  content: "";
  display: table;
}
.recipe-group-highlight-wrapper:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .recipe-group-highlight {
    height: 93px;
  }
  .recipe-group-highlight > a > img {
    max-width: 140px;
  }
  .recipe-group-highlight .content {
    padding-left: 160px;
    height: 93px;
  }
  .recipe-group-highlight-wrapper {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .recipe-group-highlight {
    height: 65px;
  }
  .recipe-group-highlight > a > img {
    max-width: 100px;
  }
  .recipe-group-highlight .content {
    padding-left: 120px;
    height: 65px;
  }
  .recipe-group-highlight .title {
    font-size: 18px;
  }
  .recipe-group-highlight .additional-info {
    max-width: 140px;
  }
  .recipe-group-highlight-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .recipe-group-highlight {
    height: 93px;
  }
  .recipe-group-highlight > a > img {
    max-width: 140px;
  }
  .recipe-group-highlight .content {
    padding-left: 160px;
    height: 93px;
  }
  .recipe-group-highlight .title {
    font-size: 22px;
  }
  .recipe-group-highlight .additional-info {
    max-width: 220px;
  }
}
.related-recipes {
  margin-bottom: 30px;
  zoom: 1;
}
.related-recipes:before,
.related-recipes:after {
  content: "";
  display: table;
}
.related-recipes:after {
  clear: both;
}
.related-recipes h4 {
  display: block;
  margin-bottom: 12px;
}
.related-recipes .recipe {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.related-recipes .recipe:nth-child(n+2) .recipe-item {
  margin-left: 1px;
}
.related-recipes .recipe:nth-child(3) {
  clear: left;
}
.related-recipes .recipe .recipe-item p.recipe-caption {
  height: 2em;
  line-height: 1em;
}
.related-recipes .recipe .image-data-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.related-recipes .recipe .image-data-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.related-recipes.single > .recipe {
  width: 100%;
  float: left;
}
.related-recipes.single > .recipe .recipe-item {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  position: relative;
}
.related-recipes.single > .recipe .recipe-item .recipe-overlay {
  display: none;
}
.related-recipes.single > .recipe .recipe-item .image-data-container img {
  width: 50%;
  float: left;
}
.related-recipes.single > .recipe .recipe-item .image-data-container .data {
  right: 0;
  width: 50%;
  color: #999999;
}
.related-recipes.single > .recipe .recipe-item .image-data-container .data .comments-count,
.related-recipes.single > .recipe .recipe-item .image-data-container .data .like-count {
  float: left;
}
.related-recipes.single > .recipe .recipe-item .image-data-container .like-count {
  margin-right: 0;
}
.related-recipes.single > .recipe .recipe-item .comment-rating {
  position: relative;
  float: left;
  margin-right: 8px;
}
.related-recipes.single > .recipe .recipe-item .comment-rating .star-icons i {
  color: #999999;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.related-recipes.single > .recipe .recipe-item > p.recipe-caption {
  width: 50%;
  position: absolute;
  bottom: 1.4em;
  right: 0;
  white-space: nowrap;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.related-recipes.single > .recipe .recipe-item > p.recipe-caption:before {
  top: 0;
}
@media screen and (max-width: 960px) {
  .related-recipes {
    margin-bottom: 40px;
  }
  .related-recipes .recipe .recipe-item.recipe-collection-item {
    width: 100%;
  }
  .related-recipes .recipe .recipe-item.recipe-collection-item .image-data-container {
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: auto;
  }
}
@media screen and (min-width: 640px) {
  .related-recipes .recipe {
    width: 310px;
  }
  .related-recipes .recipe:last-child {
    float: right;
  }
  .related-recipes h4 {
    margin-left: 10px;
  }
  .related-recipes.single .recipe:last-child {
    float: inherit;
  }
  .related-recipes.single .recipe .recipe-item .image-data-container .data {
    bottom: 0.5em;
  }
  .related-recipes.single .recipe .recipe-item .image-data-container .data,
  .related-recipes.single .recipe .recipe-item > p.recipe-caption {
    width: 48%;
  }
  .related-recipes.single .recipe .recipe-item > p.recipe-caption {
    bottom: 2em;
  }
}
@media screen and (min-width: 960px) {
  .related-recipes h4 {
    margin: 0 0 10px 0;
  }
  .related-recipes .recipe {
    width: 50%;
  }
  .related-recipes .recipe .recipe-item.recipe-collection-item {
    width: 100%;
  }
  .related-recipes .recipe .recipe-item.recipe-collection-item .image-data-container {
    width: auto;
    height: auto;
  }
  .related-recipes.single .recipe .recipe-item .image-data-container .data {
    bottom: 5px;
  }
  .related-recipes.single .recipe .recipe-item > p.recipe-caption {
    bottom: 1.8em;
  }
}
.recipe-recommendations .recipe-item .image-data-container .like-count,
.recipe-history .recipe-item .image-data-container .like-count {
  display: none !important;
}
.see-also {
  display: none;
}
.svg-recipe-image-overlay-dark-corner,
.svg-recipe-image-overlay-light-corner,
.svg-recipe-image-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.svg-recipe-image-overlay-dark-corner {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8ZGVmcz4NCiAgICAgICAgPHJhZGlhbEdyYWRpZW50ICBpZD0iY29ybmVyR3JhZGllbnREYXJrIg0KICAgICAgICAgICAgICAgICAgICAgICAgY3g9IjcwJSIgY3k9IjMwJSIgcj0iNjAlIiBmeD0iMTAwJSIgZnk9IjAlIg0KICAgICAgICAgICAgICAgICAgICAgICAgc3ByZWFkTWV0aG9kPSJwYWQiPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDIiLz4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgICAgIDwvcmFkaWFsR3JhZGllbnQ+DQogICAgPC9kZWZzPg0KICAgIDxyZWN0IHg9IjM1JSIgeT0iMCUiIHdpZHRoPSI3MCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6dXJsKCNjb3JuZXJHcmFkaWVudERhcmspOyIvPg0KPC9zdmc+');
  display: none;
}
.svg-recipe-image-overlay-light-corner {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8ZGVmcz4NCiAgICAgICAgPHJhZGlhbEdyYWRpZW50ICBpZD0iY29ybmVyR3JhZGllbnREYXJrIg0KICAgICAgICAgICAgICAgICAgICAgICAgY3g9IjcwJSIgY3k9IjUwJSIgcj0iNjAlIiBmeD0iMTAwJSIgZnk9IjAlIg0KICAgICAgICAgICAgICAgICAgICAgICAgc3ByZWFkTWV0aG9kPSJwYWQiPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI0ZGRkZGRiIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI0ZGRkZGRiIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+DQogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIvPg0KICAgICAgICA8L3JhZGlhbEdyYWRpZW50Pg0KICAgIDwvZGVmcz4NCiAgICA8cmVjdCB4PSIzMCUiIHk9IjAlIiB3aWR0aD0iODAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOnVybCgjY29ybmVyR3JhZGllbnREYXJrKTsiLz4NCjwvc3ZnPg==');
}
.svg-recipe-image-overlay {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8ZGVmcz4NCiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJib3R0b21EYXJrR3JhZGllbnQiIA0KICAgICAgICAgICAgICAgICAgICAgICAgeDE9IjAlIiB5MT0iNjYlIg0KICAgICAgICAgICAgICAgICAgICAgICAgeDI9IjAlIiB5Mj0iMTAwJSINCiAgICAgICAgICAgICAgICAgICAgICAgIHNwcmVhZE1ldGhvZD0icGFkIj4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiICAgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+DQogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+DQogICAgPC9kZWZzPg0KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHN0eWxlPSJmaWxsOnVybCgjYm90dG9tRGFya0dyYWRpZW50KTsiLz4NCjwvc3ZnPg0K');
}
