/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress,
sub,
sup {
  vertical-align: baseline;
}
button,
hr,
input {
  overflow: visible;
}
[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: 'Source Sans Pro', 'Arial', Helvetica, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
}
a {
  color: #1B4538;
}
a.nodeco {
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
.clear {
  clear: both;
}
.mobile {
  display: none;
}
.center,
.centered {
  text-align: center;
}
.hidden,
._hidden {
  display: none;
}
body.admin ._hidden {
  display: block;
}
body.admin ._hidden:before {
  opacity: 0.8;
  content: 'Non Public';
  position: absolute;
  background-color: #FF5F38;
  color: white;
  padding: 2px 6px;
  display: inline-block;
  font-size: 9px;
  pointer-events: none;
}
.absolute {
  position: absolute;
}
img.full {
  width: 100%;
  height: auto;
}
img.imgwidth75,
.contentbody img.imgwidth75 {
  width: 75%;
  height: auto;
  display: block;
  margin: auto;
}
img.imgwidth67,
.contentbody img.imgwidth67 {
  width: 67%;
  height: auto;
  display: block;
  margin: auto;
}
img.imgwidth60,
.contentbody img.imgwidth60 {
  width: 60%;
  height: auto;
  display: block;
  margin: auto;
}
img.imgwidth50,
.contentbody img.imgwidth50 {
  width: 50%;
  height: auto;
  display: block;
  margin: auto;
}
img.imgwidth30_left,
.contentbody img.imgwidth30_left,
.col.main img.imgwidth30_left,
img.imgwidth40_left,
.contentbody img.imgwidth40_left,
.col.main img.imgwidth40_left,
img.imgwidth50_left,
.contentbody img.imgwidth50_left,
.col.main img.imgwidth50_left,
img.imgwidth30_right,
.contentbody img.imgwidth30_right,
.col.main img.imgwidth30_right,
img.imgwidth40_right,
.contentbody img.imgwidth40_right,
.col.main img.imgwidth40_right,
img.imgwidth50_right,
.contentbody img.imgwidth50_right,
.col.main img.imgwidth50_right {
  width: 30%;
  height: auto;
  display: inline-block;
  margin: 0 16px 8px 0;
  float: left;
}
img.imgwidth30_right,
.contentbody img.imgwidth30_right,
.col.main img.imgwidth30_right,
img.imgwidth40_right,
.contentbody img.imgwidth40_right,
.col.main img.imgwidth40_right,
img.imgwidth50_right,
.contentbody img.imgwidth50_right,
.col.main img.imgwidth50_right {
  float: right;
  margin: 0 0 8px 16px;
}
img.imgwidth40_left,
.contentbody img.imgwidth40_left,
.col.main img.imgwidth40_left,
img.imgwidth40_right,
.contentbody img.imgwidth40_right,
.col.main img.imgwidth40_right {
  width: 40%;
}
img.imgwidth50_left,
.contentbody img.imgwidth50_left,
.col.main img.imgwidth50_left,
img.imgwidth50_right,
.contentbody img.imgwidth50_right,
.col.main img.imgwidth50_right {
  width: 50%;
}
.upper {
  text-transform: uppercase;
}
.capital {
  text-transform: capitalize !important;
}
.autocase {
  text-transform: none !important;
}
@media print {
  .noprint {
    display: none !important;
    visibility: hidden;
  }
}
.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  clear: both;
}
body {
  margin: 0;
  padding: 0;
}
.bright,
h2.bright,
section.spotlight h2.bright,
.ribbon.light.bright,
a.bright,
.zesprigreenbright {
  color: #95c53d;
}
.zesprigreendark {
  color: #1b4538;
}
.zesprired {
  color: #c4001e;
}
.zespriyellow {
  color: #F3D31B;
}
.grey {
  color: grey;
}
a.bright {
  font-weight: bold;
  text-decoration: none;
}
a.bright:hover {
  color: #1b4538;
}
.darkgreen {
  color: #1b4538 !important;
}
section.dark {
  background-color: #EFF1E5;
}
section.spotlight .col1 {
  width: 50%;
  float: left;
  padding: 30px 30px 30px 0;
}
section.spotlight .col2 {
  width: 50%;
  float: left;
}
section.spotlight h4 {
  margin: 0;
  padding: 10px 0 0 0;
  color: #95c53d;
  font-weight: normal;
  font-style: italic;
}
section.spotlight h2 {
  margin: 0;
  padding: 10px 0 0 0;
  color: #1b4538;
  font-weight: normal;
}
section.spotlight::after {
  content: ' ';
  display: block;
  clear: both;
}
.button.arrow,
a.button.arrow {
  color: white;
  background-color: #95c53d;
  display: inline-block;
  padding: 8px 60px 8px 20px;
  text-transform: uppercase;
  position: relative;
  margin-top: 10px;
  transition: background-color 0.5s;
  text-decoration: none;
  font-weight: 600;
}
.button.arrow::before {
  position: absolute;
  content: "\f10a";
  font-family: "icons";
  color: #1b4538;
  font-size: 1.1em;
  right: 20px;
  top: 50%;
  margin-top: -0.5em;
  transition: right 0.3s;
}
.button:hover,
.button.arrow:hover {
  cursor: pointer;
  background-color: #F3D31B;
}
.button.arrow:hover::before {
  right: -20px;
}
.button.arrow.white {
  color: #1b4538;
  background-color: white;
}
.button.arrow.white:hover {
  background-color: #F3D31B;
}
.button.arrow.white::before {
  color: #95c53d;
}
.grid::after {
  content: ' ';
  display: block;
  clear: both;
}
.grid article {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.grid article:last-child {
  margin-right: 0;
}
.grid article:nth-child(3n) {
  margin-right: 0;
}
.grid article.connected {
  margin-right: 0;
}
.grid article.connected.preview {
  width: 34%;
  margin-right: 0;
  background-color: #EFF1E5;
  overflow: hidden;
}
.grid article.connected.preview.left {
  margin-right: 2%;
}
.grid article.connected.preview .body {
  margin: 0 0 0 6%;
  width: 94%;
  position: relative;
}
.grid article.connected.preview .body {
  margin: 0 0 0 6%;
  width: 94%;
  position: relative;
}
.grid article.connected.preview .body .button.arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.8em;
  padding: 4px 40px 4px 10px;
}
.grid article.connected.preview .body .button::before {
  right: 10px;
  top: 50%;
  transition: right 0.3s;
}
.grid article.connected.preview .body .button:hover::before {
  right: -16px;
}
.grid article.connected.preview .body .date {
  font-size: 0.8em;
  font-style: italic;
}
.grid article.connected.preview .body .author {
  font-size: 0.8em;
  color: #1b4538;
}
.grid article.connected.preview .body h3 {
  text-align: left;
  line-height: 100%;
  margin: 16px 0;
  color: #95c53d;
}
.grid article.connected.preview .body p {
  line-height: 150%;
  margin: 0;
  font-size: 0.8em;
}
.grid article figure,
figure.recipe {
  margin: 0;
  width: 100%;
  background-color: #E0E4CC;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.grid article figure .sizer,
figure.recipe .sizer {
  padding-top: 90%;
}
figure.recipe.tip .sizer {
  padding-top: 70%;
}
.grid article figure .sizer.square,
.grid article .sizer.square {
  padding-top: 100%;
}
.grid article figure .inset,
.grid article .inset,
figure.recipe .inset {
  position: absolute;
  top: 7%;
  bottom: 7%;
  left: 7%;
  right: 7%;
  border: 1px solid #95c53d;
}
.grid article .recipelink figure .inset {
  transition: border 0.3s;
}
.grid article .recipelink figure:hover .inset {
  border: 1px solid #F3D31B;
}
.grid article figure.clipped .inset,
.grid article .recipelink figure.clipped .inset,
.grid article .recipelink figure.clipped:hover .inset,
figure.recipe.clipped .inset {
  border-top: none;
}
.grid article figure.video .inset {
  border-bottom: none;
  border-left: none;
}
.grid article.preview .inset {
  border: none;
}
.grid article figure.clipped .inset::before,
figure.recipe.clipped .inset::before {
  content: ' ';
  position: absolute;
  width: 20%;
  border-top: 1px solid #95c53d;
  transition: border 0.3s;
}
.grid article figure.clipped .inset::after,
figure.recipe.clipped .inset::after {
  content: ' ';
  position: absolute;
  width: 20%;
  border-top: 1px solid #95c53d;
  right: 0;
  transition: border 0.3s;
}
.grid article figure.clipped:hover .inset::before,
figure.recipe.clipped:hover .inset::before,
.grid article figure.clipped:hover .inset::after,
figure.recipe.clipped:hover .inset::after {
  border-color: #F3D31B;
}
.grid article figure.video .inset::before {
  content: ' ';
  position: absolute;
  height: 70%;
  border-left: 1px solid #95c53d;
}
.grid article figure.video .inset::after {
  content: ' ';
  position: absolute;
  width: 70%;
  border-top: 1px solid #95c53d;
  bottom: 0;
  right: 0;
}
.grid article figure.video .inset .button {
  position: absolute;
  width: 20%;
  height: 20%;
  background-color: #95c53d;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: background-color 0.3s;
}
.grid article figure.video:hover {
  cursor: pointer;
}
.grid article figure.video:hover .inset .button {
  background-color: #F3D31B;
}
.grid article figure.video .inset .button::before {
  font-family: "icons";
  display: inline-block;
  content: "\f105";
  color: white;
  font-size: 30px;
  padding: 15% 0 0 4%;
}
.grid article figure.covered .inset {
  border: none;
  background-color: rgba(149, 197, 61, 0.6);
  transition: background-color 0.3s;
  padding: 7%;
}
.grid article figure.covered.tight .inset {
  top: auto;
}
.grid article figure.covered:hover .inset {
  background-color: rgba(243, 211, 27, 0.6);
  cursor: pointer;
}
.grid article figure.covered h3 {
  position: absolute;
  text-align: left;
  color: white;
  text-transform: uppercase;
  font-size: 1.5em;
  width: 75%;
  line-height: 0.9em;
  bottom: 0;
  font-weight: 600;
}
.grid article figure.covered.tight h3 {
  position: relative;
  margin: 0;
}
.grid article figure h4 {
  background-color: rgba(149, 197, 61, 0.8);
  text-align: left;
  color: #1b4538;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  margin: 12px;
  padding: 5px 16px;
  display: inline-block;
}
.grid article figure.covered h4 {
  background: none;
  text-align: left;
  color: #1b4538;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.grid article figure .ribbonGreen,
figure.recipe .ribbonGreen {
  position: absolute;
  width: 60%;
  margin-left: 20%;
  margin-top: -11px;
  text-align: center;
  text-transform: uppercase;
  color: #1b4538;
  font-size: 0.75em;
  height: 22px;
  padding-top: 3px;
  background-image: url("../_img/svg/ribbon_green.svg");
  background-size: 100% 100%;
  font-weight: 700;
}
.grid article h6.guarded {
  width: 60%;
  border-top: 1px solid #95c53d;
  margin: 30px auto 10px auto;
  text-align: center;
}
.grid article h6.guarded span {
  display: inline-block;
  background-color: white;
  color: #95c53d;
  font-size: 1.5em;
  font-weight: normal;
  font-style: italic;
  padding: 0 10px;
  margin-top: -12px;
}
.grid article h5 {
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  min-height: 100px;
}
.grid article a {
  text-decoration: none;
}
.grid .info {
  margin: 20px auto;
  border-top: 1px solid #95c53d;
  border-bottom: 1px solid #95c53d;
  width: 80%;
}
.grid .info .button.inline {
  float: right;
  margin: 0;
  height: 21px;
  background-color: transparent;
  color: #1b4538;
  font-size: 0.8em;
  padding: 2px 20px 2px 20px;
}
.grid .info .button.inline.arrow::before {
  color: #95c53d;
  font-size: 1.1em;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  transition: right 0.3s;
}
.grid .info .button.inline:hover {
  background-color: #F3D31B;
}
.grid .info .button.inline.arrow:hover::before {
  right: -16px;
}
ul.stars {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.stars li {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin: 0;
  padding: 2px 0;
}
ul.stars li:before {
  content: "\f109";
  font-family: "icons";
  font-size: 16px;
  color: #95c53d;
}
ul.stars li.full:before {
  content: "\f107";
}
ul.stars li.half:before {
  content: "\f108";
}
ul.stars li.none:before {
  content: " ";
}
ul.stars li.active:before {
  content: "\f107" !important;
  color: #F3D31B;
  cursor: pointer;
}
ul.stars li.inactive:before {
  content: "\f109" !important;
  color: silver;
}
ul.stars li.checked:before {
  color: #1b4538;
}
.contentbody p {
  line-height: 150%;
}
.col.main {
  width: 60%;
  float: left;
}
.col.main img {
  width: 100%;
  height: auto !important;
}
.col.main p:first-child {
  margin-top: 0;
}
.col.main ul,
.ingredients ul,
.methods ul {
  list-style: none;
  margin-left: 1em;
  padding-left: 1.4em;
}
.col.main ul > li:before,
.ingredients ul > li:before,
.methods ul > li:before {
  display: inline-block;
  content: "―";
  color: #95c53d;
  width: 1.4em;
  margin-left: -1.4em;
}
q {
  margin: 40px auto;
  width: 80%;
  text-align: center;
  display: block;
  color: #95c53d;
  line-height: 150%;
  font-size: 1.2em;
  font-style: italic;
  position: relative;
  padding: 30px 0;
}
q i,
q em {
  display: block;
  color: #1b4538;
  font-size: 0.7em;
  margin: 20px 0 0px 0;
}
q::before,
q::after {
  content: '';
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  border-top: 1px solid #1b4538;
}
q::before {
  top: 0;
}
q::after {
  bottom: 0;
}
.col.more {
  width: 32%;
  margin-left: 8%;
  float: left;
}
.colcmsmore {
  width: 307px;
}
.col h4 {
  color: black;
  font-size: 1.2em;
}
.col.more h4,
.colcmsmore h4 {
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #95c53d;
  font-size: 1.2em;
  text-transform: uppercase;
}
.col.more h5,
.colcmsmore h5 {
  margin: 0 0 20px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #95c53d;
  font-size: 0.9em;
  text-transform: uppercase;
}
.contentbody .col.more a.imagecover {
  display: block;
  margin-bottom: 30px;
  padding: 16px;
  color: #1b4538;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 90%;
  background-size: cover;
  background-position: center center;
}
.contentbody .col.more a.imagecover .inner {
  background-color: rgba(149, 197, 61, 0.8);
  transition: background-color 0.3s;
  padding: 16px;
  min-height: 110px;
}
.contentbody .col.more a.imagecover:hover .inner {
  background-color: rgba(243, 211, 27, 0.8);
}
.contentbody .col.more .images,
.colcmsmore .images {
  border-top: 1px solid #95c53d;
}
.contentbody .col.more img,
.colcmsmore img {
  width: 100%;
  height: auto !important;
  margin-bottom: 30px;
}
.contentbody .col.more p:first-child,
.colcmsmore p:first-child {
  margin-top: 0;
}
.contentbody img {
  width: 100%;
  height: auto;
}
.col2 {
  float: left;
  width: 50%;
}
.col2.margin5left {
  padding: 5% 5% 5% 0;
}
.col2.margin5right {
  padding: 5% 0 5% 5%;
}
.col2.margin2left {
  padding: 5% 2% 5% 0;
}
.col2.margin2right {
  padding: 5% 0 5% 2%;
}
.col2.ingredients {
  width: 30%;
  margin-right: 10%;
}
.col2.methods {
  width: 60%;
}
.col2.ingredients h2,
.col2.methods h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.3em;
  text-align: left;
}
.contentbody .col3 {
  width: 30%;
  float: left;
  margin: 0 2%;
}
.contentbody .col3.first,
.contentbody .col3.p1,
.contentbody .col3:first-child {
  margin: 0 3% 0 0;
}
.contentbody .col3.last,
.contentbody .col3.p3,
.contentbody .col3:last-child {
  margin: 0 0 0 3%;
}
.contentbody .col3 img {
  width: 100%;
  height: auto;
}
.contentbody .col3 figure {
  min-height: 230px;
}
.contentbody .col3 .teaser {
  font-size: 0.9em;
  min-height: 100px;
}
.featuredcontent h3 {
  color: #95c53d;
  font-style: italic;
  font-size: 1.5em;
  font-weight: 300;
  margin: 0;
}
.featuredcontent h2 {
  font-size: 2em;
  margin: 10px 0;
}
.featuredcontent .cooking {
  padding: 10px 0;
}
hr {
  clear: both;
  visibility: hidden;
  display: block;
  height: 0;
}
hr.line {
  margin: 60px 0;
  border-color: transparent transparent #95c53d transparent;
}
ul.kiwifruitspecs {
  padding-top: 90px;
}
.kiwifruitspecs li {
  font-family: 'Bree-Bold';
  color: #1b4538;
  list-style: none;
  padding: 20px 0 10px 0;
  text-align: center;
  display: block;
  font-size: 1.8em;
}
.kiwifruitspecs li::after {
  content: " ";
  display: block;
  width: 100px;
  height: 30px;
  border-bottom: 1px solid #95c53d;
  margin: auto;
}
.kiwifruitspecs li:last-child::after {
  display: none;
}
.flatselector {
  padding: 0 0 40px 0;
}
.flatselector ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.flatselector li {
  list-style: none;
  margin: 0 2px;
  display: inline-block;
  background-color: #EFF1E5;
  padding: 5px 20px;
  color: #1b4538;
}
.flatselector li:hover {
  color: white;
  background-color: #95c53d;
  cursor: pointer;
}
.flatselector li.active {
  color: white;
  background-color: #95c53d;
}
a.listitem {
  margin: 10px 0 10px 30px;
  padding: 10px 0 20px 0;
  display: block;
  border-bottom: 1px solid #95c53d;
  text-decoration: none;
}
a.listitem:hover {
  color: #95c53d;
}
form label {
  color: #95c53d;
  display: block;
  margin: 20px 0 0 0;
}
form .inputbox,
form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid silver;
}
/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  wbr {
    display: block;
  }
}
h1,
.headertitle {
  font-family: 'Bree-Regular';
  font-size: 1.9em;
}
h1 b,
.headertitle b {
  font-family: 'Bree-Bold';
}
h2 {
  font-family: 'Bree-Regular';
}
h2 b {
  font-family: 'Bree-Bold';
}
.sizer {
  position: relative;
  width: 100%;
}
.sizer .inner {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
header .container {
  height: 100%;
}
header .sizer {
  padding-top: 33%;
  background-size: cover;
  background-position: top center;
}
header .sizer.aspect25 {
  padding-top: 25%;
}
header .sizer.square {
  padding-top: 100%;
}
header a {
  width: 100%;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
header .headeroverlay {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
header h1.ribbon,
header .headertitle.ribbon {
  position: absolute;
  white-space: nowrap;
  bottom: 20px;
  text-transform: uppercase;
}
header h1.baseline,
header .headertitle.baseline {
  margin: 0;
  padding: 15px;
  background-color: #95c53d;
  text-align: center;
  color: #1b4538;
}
header h1 b,
header .headertitle b {
  font-weight: 900;
}
.contentbody h2 {
  color: #1b4538;
  font-size: 2.5em;
  margin: 0;
  padding: 30px 0 10px 0;
  text-transform: uppercase;
}
.contentbody h3,
.contentbody h1 {
  font-family: 'Source Sans Pro', 'Arial', Helvetica, sans-serif;
  color: #95c53d;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.contentbody h3.doubleguarded,
.contentbody h1.doubleguarded {
  width: 100%;
  border-top: 1px solid #1b4538;
  border-bottom: 1px solid #1b4538;
  height: 6px;
  margin: 50px auto 40px auto;
  text-align: center;
  line-height: 0;
  font-family: 'Bree-Regular';
}
.contentbody h3.doubleguarded i,
.contentbody h3.doubleguarded em,
.contentbody h1.doubleguarded i,
.contentbody h1.doubleguarded em {
  display: inline-block;
  background-color: white;
  color: #1b4538;
  font-size: 1em;
  font-weight: normal;
  padding: 0 20px;
  margin: -11px 0 0 0;
  line-height: 100%;
  font-style: normal;
}
.contentbody h3.doubleguarded.bright i,
.contentbody h3.doubleguarded.bright em,
.contentbody h1.doubleguarded.bright i,
.contentbody h1.doubleguarded.bright em {
  color: #95c53d;
}
.contentbody h3.doubleguarded.left,
.contentbody h1.doubleguarded.left {
  text-align: left;
}
.contentbody h3.doubleguarded.left i,
.contentbody h3.doubleguarded.left em,
.contentbody h1.doubleguarded.left i,
.contentbody h1.doubleguarded.left em {
  padding: 0 20px 0 0;
}
.contentbody h4.subheading {
  margin-top: -30px;
  font-size: 1.2em;
  font-weight: normal;
}
.grid h3 {
  text-align: center;
  color: #95c53d;
  font-weight: normal;
  margin: 0 0 30px 0;
}
.contentbody h2.kiwititle,
.contentbody h1.kiwititle {
  color: #95c53d;
  font-size: 1em;
  font-style: italic;
}
.contentbody h2.kiwititle b,
.contentbody h1.kiwititle b {
  display: block;
  font-style: normal;
  color: #1b4538;
  font-size: 2.2em;
}
.contentbody h2.kiwititle b.sungold,
.contentbody h1.kiwititle b.sungold,
.contentbody h2.kiwititle b.gold,
.contentbody h1.kiwititle b.gold,
.contentbody h2.kiwititle b.sungold-kiwi,
.contentbody h1.kiwititle b.sungold-kiwi,
.contentbody h2.kiwititle b.kiwi-sungold,
.contentbody h1.kiwititle b.kiwi-sungold,
.contentbody h2.kiwititle b.sungold-kiwifruit,
.contentbody h1.kiwititle b.sungold-kiwifruit {
  color: #F3D31B;
}
.contentbody h2.kiwititle b.organic,
.contentbody h1.kiwititle b.organic,
.contentbody h2.kiwititle b.organic-kiwi,
.contentbody h1.kiwititle b.organic-kiwi,
.contentbody h2.kiwititle b.kiwi-organic,
.contentbody h1.kiwititle b.kiwi-organic,
.contentbody h2.kiwititle b.organic-kiwifruit,
.contentbody h1.kiwititle b.organic-kiwifruit {
  color: #E5BC7E;
}
#top {
  position: relative;
  z-index: 1000;
}
#logo {
  position: absolute;
  color: transparent;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  margin: 0;
  background-image: url("../_img/svg/logo_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
#logo::before {
  content: ' ';
  display: block;
  width: 140px;
  height: 90px;
  margin-top: 25px;
  background-image: url("../_img/svg/zespri_logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: height 0.5s, margin 0.5s;
}
#logo:hover {
  cursor: pointer;
}
#logo:hover::before {
  height: 100px;
  margin-top: 20px;
}
nav#global {
  background-color: #95c53d;
  height: 40px;
}
nav#global ul {
  margin: 0;
  padding: 0;
}
nav#global li {
  display: inline-block;
  float: right;
  color: white;
  font-size: 0.6em;
  text-decoration: none;
  transition: background-color 0.2s;
}
nav#global li a.main {
  border-left: 1px solid white;
  display: block;
  padding: 15px 20px;
  height: 40px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  transition: background-color 0.2s;
}
nav#global li a.main:hover {
  background-color: #F5D135;
}
nav#global li a.main.search {
  padding: 11px 20px;
  border-right: 1px solid white;
}
nav#global li a.main.search:before {
  font-family: "icons";
  content: "\f106";
  display: inline-block;
  font-size: 18px;
}
nav#global li a.main.targetgroup {
  padding: 12px 55px 12px 20px;
  position: relative;
}
nav#global li a.main.targetgroup i {
  display: block;
  color: #1b4538;
  line-height: 90%;
}
nav#global li a.main.targetgroup:after {
  position: absolute;
  right: 20px;
  top: 16px;
}
nav#global li.active a.main {
  background-color: #E0E4CC;
  color: #95c53d;
}
nav#global a.arrow::after {
  font-family: "icons";
  content: "\f10b";
  margin-left: 20px;
  display: inline-block;
}
nav#global .submenu {
  position: absolute;
  z-index: 1000;
  background-color: #E0E4CC;
  padding: 20px;
  display: none;
}
nav#global .submenu li {
  display: block;
  float: none;
  font-size: 1.2em;
  text-decoration: none;
}
nav#global .submenu wbr {
  display: none;
}
nav#global .submenu a {
  padding: 6px 0 12px 0;
  font-size: 1em;
  text-decoration: none;
  display: block;
  color: #1b4538;
}
nav#global .submenu a i {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  margin: 8px 14px;
}
nav#global li.active a.arrow::after {
  content: "\f10d";
}
nav#global li.active .submenu {
  display: block;
}
nav#global .submenu a:hover {
  color: #95c53d;
}
nav#global .submenu.fixed {
  height: 70px;
  overflow: hidden;
  padding: 10px 4px;
  min-width: 171px;
  text-align: center;
}
nav#global .submenu.fixed a {
  display: inline-block;
}
#searchbar {
  position: absolute;
  height: 40px;
  width: 0;
  background-color: #E0E4CC;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  transition: width 0.3s;
}
#searchbar.active {
  width: 500px;
}
#searchbar .close {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
}
#searchbar .close::before {
  font-family: "icons";
  content: "\f10f";
  font-size: 14px;
  position: absolute;
  top: 14px;
  right: 20px;
  color: #95c53d;
}
#searchbar .close:hover::before {
  color: #007104;
  cursor: pointer;
}
#searchbar .label {
  position: absolute;
  width: 100px;
  padding: 12px;
  font-size: 13px;
  color: #007104;
}
#searchbar .label.loader {
  width: 20px;
  padding: 6px;
}
#searchbar .label:before {
  font-family: "icons";
  content: "\f106";
  display: inline-block;
  font-size: 14px;
  margin-right: 8px;
  color: #95c53d;
}
#searchbar .label:after {
  content: '';
  height: 20px;
  margin-top: 10px;
  border-right: 1px solid #95c53d;
  margin-left: 3px;
}
#searchbar input {
  position: absolute;
  left: 52px;
  width: 350px;
  height: 100%;
  border: none;
  padding-bottom: 3px;
  background-color: transparent;
  color: #007104;
}
#searchbar input:focus {
  outline: none;
}
#searchresults {
  display: none;
  width: 500px;
  background-color: #E0E4CC;
  position: absolute;
  right: 0;
  z-index: 999;
  padding: 50px 10px 10px 10px;
}
#searchresults a {
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  color: #215e51;
  border-top: 1px solid #95c53d;
}
#searchresults a:hover {
  background-color: #EFF1E5;
}
#searchresults i {
  font-size: 0.6em;
  display: inline-block;
  margin-top: -2px;
}
nav#menu {
  background-color: #F5F7EF;
  height: 70px;
  padding: 25px 0;
}
nav#menu wbr {
  display: none;
}
nav#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
nav#menu li {
  border-left: 1px solid  #DAE6DD;
  display: inline-block;
  height: 40px;
  font-size: 0.85em;
  position: relative;
}
nav#menu li._hidden {
  display: none;
}
body.admin nav#menu li._hidden {
  display: inline-block;
}
nav#menu li a.main {
  text-transform: uppercase;
  font-weight: 600;
  color: #1b4538;
  padding: 5px 35px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
nav#menu li a.main::before {
  font-family: "icons";
  content: "\f10b";
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 8px;
  color: #95c53d;
  font-size: 0.6em;
  margin-left: -35px;
  transition: font 0.3s, bottom 0.5s, color 0.5s;
}
nav#menu li:last-child a.main {
  padding-right: 0;
}
nav#menu li:last-child a.main::before {
  margin-left: -17px;
}
nav#menu li a.main:hover::before {
  font-size: 1.3em;
  bottom: 0;
  color: #F3D31B;
}
nav#menu li.engaged a.main {
  color: #95c53d;
}
nav#menu li.engaged a.main:hover::before {
  color: #95c53d;
}
nav#menu .submenu {
  font-size: 1.1em;
  position: absolute;
  background-color: #95c53d;
  border-top: 5px solid #CBDEA0;
  padding: 30px;
  font-weight: 600;
  display: none;
}
nav#menu .engaged .submenu {
  display: block;
}
nav#menu .submenu a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 5px 10px 5px 20px;
  white-space: nowrap;
  position: relative;
  transition: color 0.2s;
}
nav#menu .submenu a:hover {
  color: #1b4538;
}
nav#menu .submenu a::before {
  font-family: "icons";
  position: absolute;
  content: "\f10c";
  text-align: center;
  font-size: 0.6em;
  margin: 5px 0 0 -12px;
}
nav#menu .submenu .col {
  display: table-cell;
  padding-right: 30px;
}
nav#menu .subsubmenu {
  padding: 4px 0 10px 20px;
  font-weight: 300;
  font-size: 0.9em;
}
nav#menu .subsubmenu a {
  padding: 2px 10px 2px 20px;
}
/* BreadCrumb */
nav.breadcrumb {
  border-bottom: 1px solid #95c53d;
  padding: 20px 0 4px 0;
  margin: 0 0 10px 0;
  color: #95c53d;
}
nav.breadcrumb ul,
nav.breadcrumb li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}
nav.breadcrumb li::before {
  content: "\f10c";
  font-family: "icons";
  font-size: 0.6em;
  display: inline-block;
  padding: 0 6px;
  position: relative;
  top: -2px;
}
nav.breadcrumb li:first-child::before {
  display: none;
}
nav.breadcrumb a {
  color: #1b4538;
  text-decoration: none;
}
nav.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumbmain.dark {
  background-color: #EFF1E5;
}
.breadcrumbmain.dark nav.breadcrumb {
  margin-bottom: 0;
}
/* Subhome Grid */
nav.grid ul {
  padding: 0;
  margin: 0 -10px;
}
nav.grid li {
  display: inline-block;
  margin: 10px;
  list-style: none;
  padding: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}
nav.grid li h2 {
  font-family: 'Source Sans Pro', 'Arial', Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  line-height: 110%;
}
nav.grid li p {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px 10px 10px;
  font-size: 0.95em;
  color: white;
}
nav.grid li a {
  position: relative;
  display: block;
  width: 198px;
  height: 198px;
  text-decoration: none;
}
nav.grid li a h2 {
  position: absolute;
  bottom: 0;
  background-color: rgba(149, 197, 61, 0.8);
  padding: 12px;
  transition: background-color 0.3s;
  font-size: 1.3em;
}
nav.grid li a:hover h2 {
  background-color: rgba(243, 211, 27, 0.8);
  text-decoration: none;
}
nav.iconlist ul {
  padding: 0;
  margin: 0;
}
nav.iconlist li {
  display: block;
  min-height: 110px;
  list-style: none;
  padding: 16px 0;
  border-bottom: 1px solid #95c53d;
  position: relative;
}
nav.iconlist li:last-child {
  border-bottom: none;
}
nav.iconlist li a {
  text-decoration: none;
}
nav.iconlist li a .icon {
  position: absolute;
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
nav.iconlist li a .link {
  position: absolute;
  padding: 50px 0 0 90px;
}
nav.iconlist li a .item {
  padding: 0 0 0 90px;
  font-size: 0.9em;
}
nav.iconlist li a b {
  display: block;
  color: #95c53d;
  padding: 10px 0 0 0;
  transition: color 0.2s;
}
nav.iconlist li a i {
  font-size: 0.8em;
  display: block;
}
nav.iconlist li a .button {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: white;
  color: #1b4538;
  font-size: 0.8em;
}
nav.iconlist li a:hover b {
  color: #1b4538;
}
nav.smallgrid article {
  display: inline-block;
  float: left;
  width: 210px;
  margin-left: 20px;
  margin-bottom: 20px;
}
nav.smallgrid article:first-child {
  margin-left: 0;
}
nav.smallgrid article a {
  text-decoration: none;
}
nav.smallgrid article a figure {
  height: 100px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin: 0;
}
nav.smallgrid article a .date {
  color: #95c53d;
  font-size: 0.8em;
}
nav.smallgrid article a h4 {
  margin: 0;
  padding: 6px 0 12px 0;
  font-size: 1.2em;
  font-weight: normal;
  height: 2.8em;
  overflow: hidden;
  line-height: 1em;
  margin-bottom: 2px;
}
nav.smallgrid article a h4 p {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
nav.smallgrid article a .teaser {
  font-size: 1em;
  line-height: 1.2em;
  height: 6.2em;
  overflow: hidden;
}
nav.smallgrid article a .button {
  font-size: 0.8em;
}
.printbutton {
  display: inline-block;
  float: right;
  margin-top: -8px;
  margin-right: 4px;
  border: 1px solid #EFF1E5;
  padding: 4px;
  transition: border 0.3s;
  position: relative;
  text-decoration: none;
}
.printbutton:after {
  font-family: "icons";
  font-size: 18px;
  content: "\f118";
  color: #95c53d;
  margin: 0 6px;
  transition: color 0.3s;
}
.printbutton:hover {
  border: 1px solid #F3D31B;
  cursor: pointer;
}
.printbutton:hover:after {
  color: #F3D31B;
}
.sharebutton {
  display: inline-block;
  border: 1px solid #EFF1E5;
  padding: 4px;
  transition: border 0.3s;
  position: relative;
  text-decoration: none;
}
.sharebutton:after {
  font-family: "icons";
  font-size: 18px;
  content: "\f112";
  color: #95c53d;
  margin-left: 6px;
  transition: color 0.3s;
}
.sharebutton:hover {
  border: 1px solid #F3D31B;
  cursor: pointer;
}
.sharebutton:hover:after {
  color: #F3D31B;
}
.sharebutton .sharemenu {
  position: absolute;
  height: 40px;
  width: 280px;
  margin-top: -9px;
  margin-left: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, margin 0.3s;
}
.sharebutton .sharemenu.active {
  opacity: 1;
  margin-left: 80px;
  pointer-events: auto;
}
.sharebutton .sharemenu .shareicons div {
  width: 68px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  background-color: #3B5998;
}
.sharebutton .sharemenu .shareicons div i {
  font-family: "icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 28px;
  color: white;
  font-style: normal;
  display: block;
  height: 40px;
  padding-top: 4px;
}
.sharebutton .sharemenu .shareicons div i:before {
  content: "\f103";
}
.sharebutton .sharemenu .shareicons div b {
  display: none;
  color: white;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  padding-top: 12px;
}
.sharebutton .sharemenu .shareicons div.twitter {
  background-color: #1DA1F2;
}
.sharebutton .sharemenu .shareicons div.twitter i:before {
  content: "\f102";
}
.sharebutton .sharemenu .shareicons div.whatsapp {
  background-color: #43d854;
}
.sharebutton .sharemenu .shareicons div.whatsapp i:before {
  content: "\f121";
}
.sharebutton .sharemenu .shareicons div.pinterest {
  background-color: #D00000;
}
.sharebutton .sharemenu .shareicons div.pinterest i:before {
  content: "\f104";
}
.sharebutton .sharemenu .shareicons div.email {
  background-color: #F3D31B;
}
.sharebutton .sharemenu .shareicons div.email i:before {
  content: "\f11d";
}
.sharebutton .sharemenu .shareicons div:hover {
  cursor: pointer;
}
.sharebutton .sharemenu .shareicons div:hover b {
  display: block;
}
.sharebutton .sharemenu .shareicons div:hover i {
  display: none;
}
.sharebutton.recipe {
  float: right;
  margin-top: -8px;
}
.sharebutton.recipe .sharemenu {
  width: 68px;
  margin-left: -4px;
}
.sharebutton.recipe .sharemenu.active {
  margin-top: 31px;
}
.sharebutton.blog {
  float: right;
  margin-top: -4px;
}
.sharebutton.blog .sharemenu {
  margin-left: -40px;
}
.sharebutton.blog .sharemenu.active {
  margin-left: -285px;
}
.about-zespriquality,
.ueber-zespriqualitat,
.over-zesprikwaliteit {
  background-image: url('../_img/company/quality_check_300.jpg');
}
.about-zesprisocial-policy,
.ueber-zesprisoziale-verantwortung,
.over-zesprimaatschappelijk-beleid {
  background-image: url('../_img/menu/social.jpg');
}
.about-zesprisustainability,
.glucklich-und-gesundnahrstoffreich,
.over-zespriduurzaamheid {
  background-image: url('../_img/menu/leaf.jpg');
}
.about-zespriinnovation,
.ueber-zespriinnovation,
.over-zespriinnovatie {
  background-image: url('../_img/menu/lab.jpg');
}
.happy-healthynutrient-richness,
.gelukkig-gezondvoedselrijkdom {
  background-image: url('../_img/menu/nutrient-rich.jpg');
}
.happy-healthydigestive-health {
  background-image: url('../_img/menu/digestive-health.jpg');
}
.happy-healthyvitamin-c,
.gelukkig-gezondvitamine-c {
  background-image: url('../_img/menu/vitaminc.jpg');
}
.happy-healthybenefits,
.gelukkig-gezondvoordelen {
  background-image: url('../_img/menu/healthbenefits.jpg');
}
.loader {
  margin: 8px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid rgba(255, 255, 255, 0.4);
  border-right: 6px solid rgba(255, 255, 255, 0.4);
  border-bottom: 6px solid rgba(255, 255, 255, 0.4);
  border-left: 6px solid #007104;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.7s infinite linear;
  animation: load8 0.7s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  height: 20px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
nav#menu #submenublog {
  display: none;
}
footer {
  background-color: #1B4538;
  margin: 50px 0 0 0;
  padding: 50px 0 100px 0;
  color: #95c53d;
  font-size: 0.9em;
}
footer .corporate {
  margin-left: 16px;
}
footer .corporate .copyright {
  position: absolute;
  margin-left: -16px;
}
footer a {
  color: #95c53d;
  text-decoration: none;
  transition: color 0.2s;
}
footer .social {
  float: right;
}
footer .social a.icon {
  font-family: "icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  float: right;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-align: center;
  font-size: 25px;
}
footer .legal {
  padding-top: 87px;
  text-align: right;
}
footer .legal a {
  display: block;
}
footer a:hover {
  color: white;
}
.social .twitter::before {
  content: "\f102";
}
.social .youtube::before {
  content: "\f101";
}
.social .facebook::before {
  content: "\f103";
}
.social .pinterest::before {
  content: "\f104";
}
.social .instagram::before {
  content: "\f11e";
}
.ribboncontainer {
  margin: 10px 20px;
}
.ribbon {
  background-color: #ACC551;
  text-align: center;
  position: relative;
  padding: 20px 30px;
}
.ribbon::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  right: -25px;
  border-style: solid;
  border-width: 50px 0 0 25px;
  border-color: transparent transparent transparent #ACC551;
}
.ribbon::after {
  content: ' ';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: -25px;
  border-style: solid;
  border-width: 50px 25px 0 0;
  border-color: #ACC551 transparent transparent transparent;
}
.ribbon i,
.ribbon em {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 100%;
}
.ribbon i::before,
.ribbon em::before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: -25px;
  border-style: solid;
  border-width: 0 0 50px 25px;
  border-color: transparent transparent #ACC551 transparent;
}
.ribbon i::after,
.ribbon em::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 50px 0;
  border-color: transparent #ACC551 transparent transparent;
}
.ribbon.dark {
  background-color: #1b4538;
  color: #95c53d;
}
.ribbon.dark::before {
  border-color: transparent transparent transparent #1b4538;
}
.ribbon.dark::after {
  border-color: #1b4538 transparent transparent transparent;
}
.ribbon.dark i::before,
.ribbon.dark em::before {
  border-color: transparent transparent #1b4538 transparent;
}
.ribbon.dark i::after,
.ribbon.dark em::after {
  border-color: transparent #1b4538 transparent transparent;
}
.ribbon.light {
  background-color: #EFF1E5;
  color: #1b4538;
}
.ribbon.light::before {
  border-color: transparent transparent transparent #EFF1E5;
}
.ribbon.light::after {
  border-color: #EFF1E5 transparent transparent transparent;
}
.ribbon.light i::before,
.ribbon.light em::before {
  border-color: transparent transparent #EFF1E5 transparent;
}
.ribbon.light i::after,
.ribbon.light em::after {
  border-color: transparent #EFF1E5 transparent transparent;
}
.ribbon.semilight {
  background-color: #d9e3cf;
  color: #1b4538;
}
.ribbon.semilight::before {
  border-color: transparent transparent transparent #d9e3cf;
}
.ribbon.semilight::after {
  border-color: #d9e3cf transparent transparent transparent;
}
.ribbon.semilight i::before,
.ribbon.semilight em::before {
  border-color: transparent transparent #d9e3cf transparent;
}
.ribbon.semilight i::after,
.ribbon.semilight em::after {
  border-color: transparent #d9e3cf transparent transparent;
}
.ribbon.title {
  font-family: 'Bree-Bold';
  font-weight: 900;
  font-size: 1.3em;
  padding: 10px;
}
h1.ribbon,
.headertitle.ribbon {
  padding: 12px 15px 8px 15px;
  text-transform: uppercase;
  margin-left: 24px;
}
a.ribbonlink {
  text-decoration: none;
}
.ribbonlink_green:hover .ribbon,
.ribbonlink_green-kiwi:hover .ribbon,
.ribbonlink_kiwi-green:hover .ribbon,
.ribbonlink_green-kiwifruit:hover .ribbon {
  background-color: #95c53d;
  color: white;
}
.ribbonlink_green:hover .ribbon.semilight::before,
.ribbonlink_green-kiwi:hover .ribbon.semilight::before,
.ribbonlink_kiwi-green:hover .ribbon.semilight::before,
.ribbonlink_green-kiwifruit:hover .ribbon.semilight::before {
  border-color: transparent transparent transparent #95c53d;
}
.ribbonlink_green:hover .ribbon.semilight::after,
.ribbonlink_green-kiwi:hover .ribbon.semilight::after,
.ribbonlink_kiwi-green:hover .ribbon.semilight::after,
.ribbonlink_green-kiwifruit:hover .ribbon.semilight::after {
  border-color: #95c53d transparent transparent transparent;
}
.ribbonlink_green:hover .ribbon.semilight i::before,
.ribbonlink_green-kiwi:hover .ribbon.semilight i::before,
.ribbonlink_kiwi-green:hover .ribbon.semilight i::before,
.ribbonlink_green-kiwifruit:hover .ribbon.semilight i::before,
.ribbonlink_green:hover .ribbon.semilight em::before,
.ribbonlink_green-kiwi:hover .ribbon.semilight em::before,
.ribbonlink_kiwi-green:hover .ribbon.semilight em::before,
.ribbonlink_green-kiwifruit:hover .ribbon.semilight em::before {
  border-color: transparent transparent #95c53d transparent;
}
.ribbonlink_green:hover .ribbon.semilight i::after,
.ribbonlink_green-kiwi:hover .ribbon.semilight i::after,
.ribbonlink_kiwi-green:hover .ribbon.semilight i::after,
.ribbonlink_green-kiwifruit:hover .ribbon.semilight i::after,
.ribbonlink_green:hover .ribbon.semilight em::after,
.ribbonlink_green-kiwi:hover .ribbon.semilight em::after,
.ribbonlink_kiwi-green:hover .ribbon.semilight em::after,
.ribbonlink_green-kiwifruit:hover .ribbon.semilight em::after {
  border-color: transparent #95c53d transparent transparent;
}
.ribbonlink_sungold:hover .ribbon,
.ribbonlink_sungold-kiwi:hover .ribbon,
.ribbonlink_kiwi-sungold:hover .ribbon,
.ribbonlink_sungold-kiwifruit:hover .ribbon {
  background-color: #F3D31B;
  color: white;
}
.ribbonlink_sungold:hover .ribbon.semilight::before,
.ribbonlink_sungold-kiwi:hover .ribbon.semilight::before,
.ribbonlink_kiwi-sungold:hover .ribbon.semilight::before,
.ribbonlink_sungold-kiwifruit:hover .ribbon.semilight::before {
  border-color: transparent transparent transparent #F3D31B;
}
.ribbonlink_sungold:hover .ribbon.semilight::after,
.ribbonlink_sungold-kiwi:hover .ribbon.semilight::after,
.ribbonlink_kiwi-sungold:hover .ribbon.semilight::after,
.ribbonlink_sungold-kiwifruit:hover .ribbon.semilight::after {
  border-color: #F3D31B transparent transparent transparent;
}
.ribbonlink_sungold:hover .ribbon.semilight i::before,
.ribbonlink_sungold-kiwi:hover .ribbon.semilight i::before,
.ribbonlink_kiwi-sungold:hover .ribbon.semilight i::before,
.ribbonlink_sungold-kiwifruit:hover .ribbon.semilight i::before,
.ribbonlink_sungold:hover .ribbon.semilight em::before,
.ribbonlink_sungold-kiwi:hover .ribbon.semilight em::before,
.ribbonlink_kiwi-sungold:hover .ribbon.semilight em::before,
.ribbonlink_sungold-kiwifruit:hover .ribbon.semilight em::before {
  border-color: transparent transparent #F3D31B transparent;
}
.ribbonlink_sungold:hover .ribbon.semilight i::after,
.ribbonlink_sungold-kiwi:hover .ribbon.semilight i::after,
.ribbonlink_kiwi-sungold:hover .ribbon.semilight i::after,
.ribbonlink_sungold-kiwifruit:hover .ribbon.semilight i::after,
.ribbonlink_sungold:hover .ribbon.semilight em::after,
.ribbonlink_sungold-kiwi:hover .ribbon.semilight em::after,
.ribbonlink_kiwi-sungold:hover .ribbon.semilight em::after,
.ribbonlink_sungold-kiwifruit:hover .ribbon.semilight em::after {
  border-color: transparent #F3D31B transparent transparent;
}
.ribbonlink_organic:hover .ribbon,
.ribbonlink_organic-kiwi:hover .ribbon,
.ribbonlink_kiwi-organic:hover .ribbon,
.ribbonlink_organic-kiwifruit:hover .ribbon {
  background-color: #E5BC7E;
  color: white;
}
.ribbonlink_organic:hover .ribbon.semilight::before,
.ribbonlink_organic-kiwi:hover .ribbon.semilight::before,
.ribbonlink_kiwi-organic:hover .ribbon.semilight::before,
.ribbonlink_organic-kiwifruit:hover .ribbon.semilight::before {
  border-color: transparent transparent transparent #E5BC7E;
}
.ribbonlink_organic:hover .ribbon.semilight::after,
.ribbonlink_organic-kiwi:hover .ribbon.semilight::after,
.ribbonlink_kiwi-organic:hover .ribbon.semilight::after,
.ribbonlink_organic-kiwifruit:hover .ribbon.semilight::after {
  border-color: #E5BC7E transparent transparent transparent;
}
.ribbonlink_organic:hover .ribbon.semilight i::before,
.ribbonlink_organic-kiwi:hover .ribbon.semilight i::before,
.ribbonlink_kiwi-organic:hover .ribbon.semilight i::before,
.ribbonlink_organic-kiwifruit:hover .ribbon.semilight i::before,
.ribbonlink_organic:hover .ribbon.semilight em::before,
.ribbonlink_organic-kiwi:hover .ribbon.semilight em::before,
.ribbonlink_kiwi-organic:hover .ribbon.semilight em::before,
.ribbonlink_organic-kiwifruit:hover .ribbon.semilight em::before {
  border-color: transparent transparent #E5BC7E transparent;
}
.ribbonlink_organic:hover .ribbon.semilight i::after,
.ribbonlink_organic-kiwi:hover .ribbon.semilight i::after,
.ribbonlink_kiwi-organic:hover .ribbon.semilight i::after,
.ribbonlink_organic-kiwifruit:hover .ribbon.semilight i::after,
.ribbonlink_organic:hover .ribbon.semilight em::after,
.ribbonlink_organic-kiwi:hover .ribbon.semilight em::after,
.ribbonlink_kiwi-organic:hover .ribbon.semilight em::after,
.ribbonlink_organic-kiwifruit:hover .ribbon.semilight em::after {
  border-color: transparent #E5BC7E transparent transparent;
}
.recipesectiontitle {
  display: block;
  margin-top: 10px;
}
.recipeinfoline {
  padding: 4px 0;
  border-bottom: 1px solid silver;
}
.recipeinfoline .serves {
  display: inline-block;
  margin-right: 10px;
}
.recipeinfoline .serves i {
  font-size: 0.8em;
}
.recipeinfoline .cooking {
  display: inline-block;
  margin-right: 10px;
}
.recipeinfoline .cooking i {
  font-size: 0.8em;
  margin-right: 3px;
}
.recipeinfoline .difficulty {
  display: inline-block;
}
.recipeinfoline .difficulty i {
  margin-right: 5px;
  font-size: 0.8em;
  color: #95c53d;
}
.recipeinfoline .difficulty i.easy {
  color: rgba(149, 197, 61, 0.4);
}
.recipeinfoline.targetgroup div {
  display: inline-block;
  margin-right: 16px;
  font-size: 0.9em;
  color: grey;
  padding: 6px 0 0 28px;
  position: relative;
  height: 30px;
}
.recipeinfoline.targetgroup div:before {
  position: absolute;
  content: "\f119";
  font-family: "icons";
  color: #95c53d;
  font-size: 1.8em;
  left: 0;
  top: 1px;
}
.recipeinfoline.targetgroup div.vegans:before {
  content: "\f11a";
}
.recipeinfoline.targetgroup div.celiacs:before {
  content: "\f11b";
}
.recipeinfoline.targetgroup div.lactose:before,
.recipeinfoline.targetgroup div.lactose_intolerance:before {
  content: "\f11c";
}
.recipeinfoline.tags i {
  font-size: 1.2em;
  margin-right: 6px;
}
.nutritiontable {
  margin: 10px 0;
}
.nutritiontable::after {
  content: ' ';
  clear: both;
  display: block;
}
.nutritiontable div {
  width: 55px;
  float: left;
  margin-right: 2px;
  background-color: #EFF1E5;
  text-align: center;
  color: #95c53d;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0 0 0;
}
.nutritiontable i {
  color: black;
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.nutritiontable b {
  background-color: #95c53d;
  color: white;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 2px;
  margin-top: 8px;
}
.linkoverview {
  padding: 20px;
  color: #1b4538;
  background-color: #EFF1E5;
  margin-bottom: 40px;
}
.linkoverview ul {
  padding: 0;
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
}
.linkoverview li {
  /*float: left;
    width: 33%;*/
  padding: 4px 10px;
  list-style: none;
  position: relative;
  display: inline-block;
}
.linkoverview a {
  color: #95c53d;
  text-decoration: none;
  padding-left: 20px;
  display: inline-block;
}
.linkoverview a:before {
  content: " — ";
  position: absolute;
  margin-left: -20px;
}
.linkoverview a:hover {
  color: #1b4538;
}
.recipetip {
  min-height: 250px;
  padding: 20px 10px 10px 280px;
}
.recipetip img {
  width: 200px;
  max-height: 250px;
  position: absolute;
  margin-left: -280px;
}
.recipetip:nth-child(even) {
  background-color: #EFF1E5;
}
.recipetip h3 {
  transition: color 1s, margin 0.5s;
}
.recipetip h3.focus {
  color: #1b4538;
  margin-left: -20px;
}
.tagline {
  text-align: center;
  padding: 0 0 40px 0;
}
.tagline a {
  display: inline-block;
  padding: 6px 16px;
  margin: 0 4px;
  background-color: #EFF1E5;
  text-decoration: none;
}
.tagline a.active {
  background-color: #95c53d;
}
.tagline a._self {
  display: none;
}
.starmenu {
  position: absolute;
  z-index: 20;
  width: 220px;
  background-color: #EFF1E5;
  border: 1px solid #95c53d;
  margin-top: 30px;
}
.starmenu .starline {
  padding: 10px;
  border-top: 1px solid #95c53d;
  cursor: pointer;
}
.starmenu .starline:hover {
  background-color: white;
}
.starmenu .starline:hover i {
  color: #F3D31B;
}
.starmenu .starline:first-child {
  border: none;
}
.starmenu .starline i {
  font-size: 32px;
  margin: 4px;
  color: #95c53d;
}
.seasons h4 {
  margin: 0;
  color: #1b4538;
  font-style: italic;
}
.seasons img {
  margin-top: 0;
}
.seasons article {
  display: none;
}
.seasons article {
  display: none;
}
.seasons article#cultivation_cycle_1 {
  display: block;
}
#cultivation_cycle .season .back {
  fill: #edefe3;
  transition: fill 0.3s;
}
#cultivation_cycle .season text,
#cultivation_cycle .season .text {
  font-family: Arial, Helvetica, sans-serif;
  fill: #024a3e;
  transition: fill 0.3s;
}
#cultivation_cycle .season line,
#cultivation_cycle .season polyline {
  stroke: #a0c648;
}
#cultivation_cycle .season .back .dark {
  fill: #e0e4cc;
  transition: fill 0.3s;
}
#cultivation_cycle .season.active .back,
#cultivation_cycle .season.active .back .dark {
  fill: #a0c648;
}
#cultivation_cycle .season.active .text,
#cultivation_cycle .season.active .text text {
  fill: #fff;
}
#cultivation_cycle .season:hover .back,
#cultivation_cycle .season:hover .back .dark {
  fill: #fece02;
  cursor: pointer;
}
#cultivation_cycle .season:hover text,
#cultivation_cycle .season:hover .text {
  fill: #fff;
}
#cultivation_cycle .season:hover line,
#cultivation_cycle .season:hover polyline {
  stroke: #fece02;
}
#cultivation_cycle .cls-2,
#cultivation_cycle .cls-4 {
  font-size: 13.32px;
}
#cultivation_cycle .cls-10,
#cultivation_cycle .cls-2,
#cultivation_cycle .cls-4,
#cultivation_cycle .cls-5,
#cultivation_cycle .cls-7 {
  font-weight: 700;
}
#cultivation_cycle .cls-5,
#cultivation_cycle .cls-7 {
  font-size: 11.33px;
}
#cultivation_cycle .cls-6,
#cultivation_cycle .cls-8,
#cultivation_cycle .cls-9 {
  fill: none;
  stroke-miterlimit: 10;
}
#cultivation_cycle .cls-6 {
  stroke-dasharray: 3 3;
}
#cultivation_cycle .cls-9 {
  stroke-dasharray: 2.99 2.99;
}
#cultivation_cycle .cls-10 {
  font-size: 9.44px;
}
#cultivation_cycle .cls-11 {
  letter-spacing: -1px;
}
#cultivation_cycle .testing_maturity_multiline {
  display: none;
}
.datasheet {
  background-color: #EFF1E5;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.datasheet h3 {
  background-color: #95c53d;
  color: white;
  margin: 49px 0 0 0;
  padding: 16px 20px;
  font-family: 'Source Sans Pro', 'Arial', Helvetica, sans-serif;
}
.datasheet img {
  width: 100%;
}
.datasheet .datasheetarrow {
  position: relative;
  background: #95c53d;
  height: 4px;
  margin-bottom: 20px;
  margin-top: -4px;
}
.datasheet .datasheetarrow:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #95c53d;
  border-width: 10px;
  margin-left: -10px;
}
.datasheet.gold {
  background-color: #FDF6D1;
}
.datasheet.gold h3 {
  background-color: #F3D31B;
}
.datasheet.gold .datasheetarrow {
  background: #F3D31B;
}
.datasheet.gold .datasheetarrow:after {
  border-top-color: #F3D31B;
}
.datasheet.organic {
  background-color: #FAF2E5;
}
.datasheet.organic h3 {
  background-color: #E5BC7E;
}
.datasheet.organic .datasheetarrow {
  background: #E5BC7E;
}
.datasheet.organic .datasheetarrow:after {
  border-top-color: #E5BC7E;
}
.contentbody .col.more .datasheet img {
  margin: 0;
}
.datasheetcontent {
  color: #215e51;
  padding: 10px 10px 4px 40px;
  font-weight: 600;
  line-height: 110%;
}
.datasheetcontent p {
  padding: 0;
  line-height: 120%;
}
.datasheetcontent b,
.datasheetcontent strong {
  font-size: 0.8em;
  font-style: italic;
  display: block;
  margin-left: -20px;
  font-weight: normal;
  color: black;
}
.datasheetcontent i,
.datasheetcontent em {
  font-size: 0.9em;
  font-weight: normal;
}
.datasheetcontent i:before,
.datasheetcontent em:before {
  content: "";
  display: block;
  margin-top: 10px;
}
a.kiwifruit {
  color: #215e51;
  background-color: #95c53d;
  display: block;
  font-size: 1.2em;
  font-style: italic;
  padding: 16px;
  line-height: 90%;
  margin: 0 0 10px 0;
  text-decoration: none;
}
a.kiwifruit:hover {
  background-color: #a0cb51;
}
a.kiwifruit.sungold {
  background-color: #F3D31B;
}
a.kiwifruit.sungold:hover {
  background-color: #fae430;
}
a.kiwifruit.organic {
  background-color: #E5BC7E;
}
a.kiwifruit.organic:hover {
  background-color: #f2cf99;
}
a.kiwifruit b {
  color: white;
  display: block;
  font-style: normal;
  font-size: 2em;
  line-height: 100%;
  text-transform: uppercase;
}
article.blog.listitem {
  padding-bottom: 40px;
  border-bottom: 1px solid #95c53d;
  margin-bottom: 40px;
}
article.blog h3,
article.blog h1 {
  line-height: 1.2em;
}
article.blog .teaser {
  color: #1b4538;
  font-weight: bold;
  line-height: 1.4em;
  margin: 10px 0 16px 0;
}
article.blog .preview {
  display: block;
  line-height: 1.4em;
}
.categories a.listitem .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #EFF1E5;
  margin-right: 20px;
  margin-bottom: -20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.categories a.listitem .item {
  display: inline-block;
  position: absolute;
  padding-top: 10px;
}
.categories a.listitem:hover {
  background-color: #EFF1E5;
}
.tags a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #EFF1E5;
  padding: 4px 10px;
  margin: 2px 6px;
}
.tags a:hover {
  background-color: #95c53d;
  color: white;
}
.tags a.inline {
  display: inline;
  border: none;
  padding: 0;
  font-size: 0.9em;
  color: grey;
}
.tags a.inline:hover {
  background-color: transparent;
  color: #95c53d;
  text-decoration: underline;
}
.bloginfo {
  margin: 12px 0 10px 0;
}
.bloginfo .author {
  font-style: italic;
}
.blogimage {
  width: 100%;
  margin: 10px 0;
}
.history {
  width: 800px;
  margin: auto;
  position: relative;
}
.history article {
  width: 280px;
  position: relative;
  float: left;
  margin: 10px 120px 10px 0;
}
.history article img {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.history article p {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.history article h2 {
  background-color: #95c53d;
  color: white;
  display: inline-block;
  position: absolute;
  padding: 6px 20px;
  text-align: center;
  font-size: 18px;
  right: 0;
  margin-top: -42px;
  height: 32px;
}
.history article h2:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #95c53d;
  border-width: 8px;
  margin-top: -8px;
}
.history article i.dot {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #dbdfc4;
  margin-top: -42px;
  right: -136px;
}
.history article i.dot::before {
  top: 50%;
  left: -90px;
  width: 90px;
  border-top: 1px dashed #dbdfc4;
  content: " ";
  height: 0;
  position: absolute;
  pointer-events: none;
}
.history article .info {
  background-color: #EFF1E5;
  padding: 10px 20px;
  font-size: 13px;
  position: relative;
  margin-top: -5px;
  z-index: 11;
}
.history article:nth-child(odd) {
  margin: 50px 0 10px 120px;
}
.history article:nth-child(odd) h2 {
  right: auto;
  left: 0;
}
.history article:nth-child(odd) h2:after {
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #95c53d;
}
.history article:nth-child(odd) i.dot {
  right: auto;
  left: -136px;
}
.history article:nth-child(odd) i.dot::before {
  top: 50%;
  left: auto;
  right: -90px;
  width: 90px;
  border-top: 1px dashed #dbdfc4;
  content: " ";
  height: 0;
  position: absolute;
  pointer-events: none;
}
.history article.year1905 {
  margin-bottom: 30px;
}
.history article.year1959 {
  margin-bottom: 50px;
}
.history article.year1997 h2 {
  background-color: #1b4538;
}
.history article.year1997 h2:after {
  border-left-color: #1b4538;
}
.history article.year2001 {
  margin-bottom: 100px;
}
.history article.year2001 h2 {
  background-color: #1b4538;
}
.history article.year2001 h2:after {
  border-right-color: #1b4538;
}
.history article:hover i.dot {
  background-color: #95c53d;
}
.history .timeline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 393px;
  width: 12px;
  background-color: #EFF1E5;
}
.history .timeline:before {
  top: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: white;
  border-width: 6px;
  margin-left: -6px;
}
.history .timeline:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #EFF1E5;
  border-width: 12px;
  margin-left: -12px;
}
.faq {
  margin-top: 40px;
}
.faq article {
  border-bottom: 1px solid #dbdfc4;
}
.faq article:first-child {
  border-top: 1px solid #dbdfc4;
}
.faq article h4 {
  color: #1b4538;
  padding: 18px 48px 18px 18px;
  margin: 0;
  position: relative;
  font-weight: normal;
  font-size: 1.2em;
  cursor: pointer;
}
.faq article h4:before {
  font-family: "icons";
  content: "\f110";
  font-size: 1.5em;
  position: absolute;
  display: inline-block;
  right: 18px;
  top: 15px;
  color: #95c53d;
}
.faq article h4:hover {
  cursor: pointer;
  background-color: #EFF1E5;
  color: #95c53d;
}
.faq article h4:hover:before {
  color: #1b4538;
}
.faq article .info {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms;
  transition: max-height 500ms;
}
.faq article .info .inner {
  padding: 10px 40px 40px 40px;
}
.faq article .info p {
  margin: 0;
  padding: 0;
}
.faq article.open {
  background-color: #EFF1E5;
}
.faq article.open h4 {
  color: #95c53d;
}
.faq article.open h4:before {
  content: "\f111";
}
.faq article.open .info {
  max-height: 800px;
}
.faq article.qualitysystem h4 b {
  font-size: 1.2em;
  font-weight: normal;
  color: #1b4538;
  background-color: #EFF1E5;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  padding-top: 4px;
  margin-right: 10px;
}
.faq article.qualitysystem img {
  max-width: 650px;
}
.faq article.qualitysystem .qualityicons {
  position: absolute;
  margin-left: 470px;
}
.faq article.qualitysystem .qualityicons i {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 6px;
}
.faq article.qualitysystem .qualityicons i.sustainability {
  background-image: url("../_img/svg/sustainability.svg");
}
.faq article.qualitysystem .qualityicons i.quality {
  background-image: url("../_img/svg/quality.svg");
}
.faq article.qualitysystem .qualityicons i.security {
  background-image: url("../_img/svg/security.svg");
}
.faq article.qualitysystem .qualityicons i.social {
  background-image: url("../_img/svg/social.svg");
}
.faq article.qualitysystem .qualityicons i.traceability {
  background-image: url("../_img/svg/traceability.svg");
}
#contactform h4 {
  color: #1b4538;
}
#contactform .label {
  color: #9daa60;
}
#contactform .inputbox {
  margin: 4px 0 16px;
  background-color: #EFF1E5;
  border: 1px solid #c6cda3;
  padding: 6px 10px;
}
#contactform label {
  display: inline-block;
  color: black;
  margin: 0;
}
#contactform label.multiline {
  margin: -5px 0 0 22px;
}
#contactform .input.dark {
  background-color: #EFF1E5;
  padding: 8px 12px;
}
#contactform textarea {
  margin: 8px 0;
}
#contactform input.multiline {
  position: absolute;
}

.bloginfo.author{
	position: relative;
}

.bloginfo.author .date.nomobile{
	position: absolute;
	left: 50%;
	font-size: 14px;
	color: #95c53d;
}

.bloginfo.author .date.onlymobile{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: -10px;
	color: #95c53d;
}

.bloginfo.author .date.right{
	float: right;
}

@media (max-width: 500px){
	
}

.authorcard{
	font-size: 14px;
	width:200px;
	border: 1px solid rgba(149, 197, 61, 0.3);
	display: inline-block;
	text-decoration:none;
	padding: 4px 4px 4px 46px;
	vertical-align: text-top;
	margin-right:80px;
	position: relative;
}

.authorcard:hover{
	border: 1px solid #95c53d;
	background-color: rgba(149, 197, 61, 0.05);
}

.authorcard b{
	display: block;
}

.authorcard .avatar{
	position: absolute;
	width: 40px;
	top: 2px;
	bottom: 2px;
	left: 2px;
	background-repeat: no-repeat;
	background-size: cover;
}

