@charset "UTF-8";
@import url(../fonts/icomoon/style.css);
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeInBlocRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Firefox < 16 */
@-moz-keyframes fadeInBlocRight {
  from {
    opacity: 0;
    transform: translateX(5%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeInBlocRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Internet Explorer */
@-ms-keyframes fadeInBlocRight {
  from {
    opacity: 0;
    -ms-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); } }

/* Opera < 12.1 */
@-o-keyframes fadeInBlocRight {
  from {
    opacity: 0;
    transform: translateX(5%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeInBlocLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Firefox < 16 */
@-moz-keyframes fadeInBlocLeft {
  from {
    opacity: 0;
    transform: translateX(-5%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeInBlocLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Internet Explorer */
@-ms-keyframes fadeInBlocLeft {
  from {
    opacity: 0;
    -ms-transform: translateX(-5%);
    transform: translateX(-5%); }
  to {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); } }

/* Opera < 12.1 */
@-o-keyframes fadeInBlocLeft {
  from {
    opacity: 0;
    transform: translateX(-5%); }
  to {
    opacity: 1;
    transform: translateX(0); } }

form input, form select {
  -webkit-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out; }
  form input:hover, form input:active, form input:focus, form select:hover, form select:active, form select:focus {
    outline: none; }

form.form {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 0 auto; }
  form.form:before {
    content: '';
    display: block;
    margin: 0 auto 40px auto;
    background: url("/theme/images/triangle_form.svg") 0 0 no-repeat;
    width: 32px;
    height: 19px; }
  form.form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000000; }
  form.form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1; }
  form.form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1; }
  form.form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000; }
  form.form ul.errors {
    background: #086F3B;
    padding: 5px;
    color: #FFFFFF; }
  form.form .fieldset {
    margin-bottom: 20px; }
    form.form .fieldset.last {
      margin-bottom: 0; }
    form.form .fieldset.with-title .h {
      font-family: 'NeutraTextDemi';
      font-size: 30px;
      line-height: 120%;
      letter-spacing: .43px;
      text-align: center;
      color: #086F3B;
      margin-bottom: 10px;
      text-transform: none; }
    form.form .fieldset.fields-count-1 .form-group.with-label:first-child .form-label {
      display: none; }
  form.form .fields {
    padding: 0;
    /*&.count-3,
	&.count-6 {*/ }
    form.form .fields .col-item {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      form.form .fields .col-item.i-1 .form-group,
      form.form .fields .col-item.i-4 .form-group {
        padding-right: 0; }
      form.form .fields .col-item.i-2 .form-group,
      form.form .fields .col-item.i-5 .form-group {
        padding-right: 0;
        padding-left: 0; }
      form.form .fields .col-item.i-3 .form-group,
      form.form .fields .col-item.i-6 .form-group {
        padding-left: 0; }
    form.form .fields.count-2 .col-item, form.form .fields.count-3 .col-item, form.form .fields.count-4 .col-item, form.form .fields.count-5 .col-item {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      form.form .fields.count-2 .col-item.i-1 .form-group,
      form.form .fields.count-2 .col-item.i-3 .form-group, form.form .fields.count-3 .col-item.i-1 .form-group,
      form.form .fields.count-3 .col-item.i-3 .form-group, form.form .fields.count-4 .col-item.i-1 .form-group,
      form.form .fields.count-4 .col-item.i-3 .form-group, form.form .fields.count-5 .col-item.i-1 .form-group,
      form.form .fields.count-5 .col-item.i-3 .form-group {
        padding-right: 0;
        padding-left: 0; }
      form.form .fields.count-2 .col-item.i-2 .form-group,
      form.form .fields.count-2 .col-item.i-4 .form-group, form.form .fields.count-3 .col-item.i-2 .form-group,
      form.form .fields.count-3 .col-item.i-4 .form-group, form.form .fields.count-4 .col-item.i-2 .form-group,
      form.form .fields.count-4 .col-item.i-4 .form-group, form.form .fields.count-5 .col-item.i-2 .form-group,
      form.form .fields.count-5 .col-item.i-4 .form-group {
        padding-left: 0;
        padding-right: 0; }
  form.form.form-inline .form-group,
  form.form.form-inline .form-label,
  form.form.form-inline .form-field,
  form.form.form-inline .buttons {
    vertical-align: top;
    display: inline-block; }
  form.form.form-inline .form-group {
    white-space: nowrap; }
    form.form.form-inline .form-group .form-field {
      width: 100%; }
      form.form.form-inline .form-group .form-field .form-control {
        width: 100%; }
    form.form.form-inline .form-group.with-label .form-label {
      margin: 0;
      padding-right: 10px; }
    form.form.form-inline .form-group.with-label .form-field {
      width: 80%; }
      form.form.form-inline .form-group.with-label .form-field .form-control {
        width: 100%; }
  form.form .buttons {
    text-align: center; }
    form.form .buttons .btn, form.form .buttons .btn.btn-primary, form.form .buttons .btn.btn-secondary {
      display: inline-block;
      vertical-align: top; }
      form.form .buttons .btn, form.form .buttons .btn:hover, form.form .buttons .btn:focus, form.form .buttons .btn:active, form.form .buttons .btn.btn-primary, form.form .buttons .btn.btn-primary:hover, form.form .buttons .btn.btn-primary:focus, form.form .buttons .btn.btn-primary:active, form.form .buttons .btn.btn-secondary, form.form .buttons .btn.btn-secondary:hover, form.form .buttons .btn.btn-secondary:focus, form.form .buttons .btn.btn-secondary:active {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        outline: 0; }
    form.form .buttons .btn.btn-primary {
      font-family: 'NeutraTextBold';
      font-size: 15px;
      text-transform: uppercase;
      color: #FFFFFF;
      background: #A0C160;
      -webkit-transition: background 0.2s;
      -o-transition: background 0.2s;
      transition: background 0.2s;
      margin: 40px 0 40px 0;
      cursor: pointer;
      padding: 12px 50px; }
      form.form .buttons .btn.btn-primary:hover, form.form .buttons .btn.btn-primary:focus, form.form .buttons .btn.btn-primary:active {
        background: #000000; }
  form.form .form-group .form-label {
    margin-bottom: 8px; }
    form.form .form-group .form-label label.required:after {
      content: ' *';
      color: #086F3B;
      display: inline-block;
      vertical-align: top;
      margin-left: 5px; }
    form.form .form-group .form-label em {
      display: block;
      font-size: 12px;
      color: #AAAAAA;
      font-weight: normal;
      font-style: normal; }
  form.form .form-group.form-group-plaintext .form-label, form.form .form-group.form-group-amforms-email .form-label, form.form .form-group.field-subscribetoournewsletter .form-label {
    display: none; }
  form.form .form-group.form-group-radiobuttons {
    margin-top: 20px; }
    form.form .form-group.form-group-radiobuttons .form-label {
      font-family: 'NeutraTextBold';
      color: #87C525;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center;
      margin: 0 0 25px 0; }
    form.form .form-group.form-group-radiobuttons .form-field {
      text-align: center; }
      form.form .form-group.form-group-radiobuttons .form-field div {
        display: inline-block;
        padding-right: 20px; }
        form.form .form-group.form-group-radiobuttons .form-field div label {
          font-family: 'GilroyRegular';
          font-size: 16px;
          color: #000000; }
        form.form .form-group.form-group-radiobuttons .form-field div:last-child {
          padding-right: 0; }
  form.form .form-group.form-group-checkboxes {
    margin-top: 20px; }
    form.form .form-group.form-group-checkboxes label {
      font-family: 'GilroyRegular';
      font-size: 16px;
      color: #000000; }
    form.form .form-group.form-group-checkboxes .form-field input {
      margin: 0 10px 0 0; }
    form.form .form-group.form-group-checkboxes .form-label {
      display: block;
      margin: 0 0 25px 0;
      text-align: center; }
      form.form .form-group.form-group-checkboxes .form-label label {
        font-family: 'NeutraTextBold';
        color: #87C525;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        margin: 0; }
    form.form .form-group.form-group-checkboxes .form-field {
      text-align: center; }
      form.form .form-group.form-group-checkboxes .form-field div {
        display: inline-block;
        padding-right: 0;
        width: 51%;
        text-align: left; }
        form.form .form-group.form-group-checkboxes .form-field div label {
          font-family: 'GilroyRegular';
          font-size: 16px;
          color: #000000; }
        form.form .form-group.form-group-checkboxes .form-field div:last-child {
          padding-right: 0; }
    form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-label {
      display: none; }
    form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field {
      text-align: left; }
      form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div {
        width: 100%; }
        form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div input {
          display: inline-block;
          vertical-align: top;
          margin-top: 4px; }
        form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div label {
          display: inline-block;
          vertical-align: top;
          width: 95%; }
    form.form .form-group.form-group-checkboxes.field-flavoursinterests .form-field {
      text-align: left; }
      form.form .form-group.form-group-checkboxes.field-flavoursinterests .form-field div {
        width: 33.33%;
        vertical-align: top;
        margin-bottom: 10px; }
    form.form .form-group.form-group-checkboxes.field-flavoursareaofinterest .form-field, form.form .form-group.form-group-checkboxes.field-activity .form-field {
      text-align: left;
      margin-bottom: 30px; }
      form.form .form-group.form-group-checkboxes.field-flavoursareaofinterest .form-field div, form.form .form-group.form-group-checkboxes.field-activity .form-field div {
        width: 50%;
        vertical-align: top;
        margin-bottom: 10px; }
    form.form .form-group.form-group-checkboxes.field-flavoursregions .form-field div, form.form .form-group.form-group-checkboxes.field-areaofinterest .form-field div {
      width: inherit;
      padding-right: 20px;
      margin-bottom: 10px; }
  form.form .form-group .form-field .form-control,
  form.form .form-group .form-field input,
  form.form .form-group .form-field textarea,
  form.form .form-group .form-field select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #FFFFFF; }
  form.form .form-group .form-field .form-control.text {
    font-family: 'GilroyRegular';
    font-size: 16px;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    border: 1px solid #DADADA;
    -webkit-appearance: none; }
    form.form .form-group .form-field .form-control.text:hover {
      border-color: #A0C160; }
    form.form .form-group .form-field .form-control.text:focus {
      border-color: #A0C160; }
  form.form .form-group.form-group-hidden {
    display: none; }
    form.form .form-group.form-group-hidden.with-label {
      display: block; }
  form.form .form-group.form-group-radiobuttons .form-field label input {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }
  form.form .form-group.form-group-radiobuttons .form-field > div {
    margin-bottom: 10px; }
    form.form .form-group.form-group-radiobuttons .form-field > div:last-child {
      margin-bottom: 0; }
  form.form .form-group.disabled .form-control, form.form .form-group.disabled .form-control.text {
    border: 1px solid #CCCCCC;
    color: #000000; }
    form.form .form-group.disabled .form-control:hover, form.form .form-group.disabled .form-control:focus, form.form .form-group.disabled .form-control.text:hover, form.form .form-group.disabled .form-control.text:focus {
      border: 1px solid #CCCCCC; }
  form.form .form-group.form-group-assets .form-label label {
    font-family: 'NeutraTextBold';
    color: #87C525;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px 0; }
  form.form .form-group.form-group-assets .form-label em {
    font-family: 'GilroyRegular'; }
  form.form .form-group.form-group-assets .form-field .custom-file {
    font-family: 'GilroyRegular';
    font-size: 16px;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    border: 1px solid #DADADA;
    -webkit-appearance: none;
    width: 100%;
    position: relative; }
    form.form .form-group.form-group-assets .form-field .custom-file input[type="file"] {
      width: 100%; }
    form.form .form-group.form-group-assets .form-field .custom-file .custom-file-label {
      position: absolute;
      right: 20px;
      top: 6px; }
      form.form .form-group.form-group-assets .form-field .custom-file .custom-file-label:before {
        content: '\e90c';
        font-family: icomoon;
        font-size: 16px;
        color: #A0C160;
        display: inline-block;
        position: relative;
        top: 0;
        margin: 0 10px 0 0; }
  form.form.form-transparent .form-group .form-control, form.form.form-transparent .form-group .form-control.text {
    background: transparent;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF; }
    form.form.form-transparent .form-group .form-control:hover, form.form.form-transparent .form-group .form-control:focus, form.form.form-transparent .form-group .form-control.text:hover, form.form.form-transparent .form-group .form-control.text:focus {
      border-color: #FFFFFF; }
  form.form.form-transparent .form-group .form-control.text {
    padding-left: 0; }
  form.form.form-transparent ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form.form-transparent :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form.form-transparent ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form.form-transparent :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form .form__note {
    font-size: 0px;
    color: transparent;
    text-indent: -9999px; }

.kint {
  position: relative;
  z-index: 999999999; }

/* =============== PATHS =============== */
/* =============== FONTS =============== */
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url(/theme/fonts/icomoon/fonts/icomoon.eot?q43wht);
  src: url(/theme/fonts/icomoon/fonts/icomoon.eot?q43wht#iefix) format("embedded-opentype"), url(/theme/fonts/icomoon/fonts/icomoon.ttf?q43wht) format("truetype"), url(/theme/fonts/icomoon/fonts/icomoon.woff?q43wht) format("woff"), url(/theme/fonts/icomoon/fonts/icomoon.svg?q43wht#icomoon) format("svg"); }

/* =============== GENERIC VARS =============== */
[att^=h], .h {
  font-family: "NeutraTextBold";
  text-transform: uppercase; }

.fadeInBlock {
  opacity: 0;
  -webkit-animation-name: fadeInBlock;
  animation-name: fadeInBlock;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
  padding-right: 0; }

@-webkit-keyframes animbase {
  0% {
    width: 100%; }
  50% {
    width: 0%; }
  75% {
    width: 0%; }
  100% {
    width: 100%; } }

@keyframes animbase {
  0% {
    width: 100%; }
  50% {
    width: 0%; }
  75% {
    width: 0%; }
  100% {
    width: 100%; } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInBlock {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInBlock {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInTopSlide {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInTopSlide {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInTopMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInTopMobile {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes animator {
  0% {
    top: -60px; }
  100% {
    top: 120%; } }

@keyframes animator {
  0% {
    top: -60px; }
  100% {
    top: 120%; } }

@-webkit-keyframes parallaxImage {
  0% {
    opacity: 0;
    background-position-y: -50px; }
  100% {
    opacity: 1;
    background-position-y: 0; } }

@keyframes parallaxImage {
  0% {
    opacity: 0;
    background-position-y: -50px; }
  100% {
    opacity: 1;
    background-position-y: 0; } }

@-webkit-keyframes videoHomepageAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes videoHomepageAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes sidebar {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(89.9%);
    transform: translateX(89.9%); } }

@keyframes sidebar {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(89.9%);
    transform: translateX(89.9%); } }

@-webkit-keyframes constructButton {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes constructButton {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@-webkit-keyframes homepageItemContainer {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@keyframes homepageItemContainer {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@-webkit-keyframes homepageItemContainerFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes homepageItemContainerFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 40px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/* =============== GENERIC STYLES =============== */
html, body {
  height: 100%; }

body {
  background: #FFF;
  background-size: 100%;
  font-family: "GilroyRegular"; }
  body.page-custom-locations {
    background-color: #FFFFFF; }

#main {
  margin-left: auto;
  margin-right: auto; }
  #main section {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    #main section.after-content {
      max-width: 100%; }

.main_wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto; }

.h.h-title {
  font-family: "NeutraTextBold";
  font-size: 70px;
  line-height: 112%;
  color: #FFFFFF;
  margin: 0 0 30px 0;
  letter-spacing: 1px; }

.h.h-block {
  font-family: "NeutraTextLight";
  font-size: 26px;
  line-height: 120%;
  color: #020202; }

.h.h-subtitle {
  font-family: "NeutraTextDemi";
  font-size: 22px;
  line-height: 120%;
  color: #086F3B;
  margin: 0 0 30px 0;
  text-transform: none; }

p {
  font-family: "GilroyRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 45px 0; }
  p strong {
    font-family: "GilroyRegular";
    font-weight: 800; }

.text.text-intro {
  font-family: "GilroyRegular";
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  color: #FFFFFF;
  letter-spacing: .8px; }

.text h3 {
  font-family: "NeutraTextDemi";
  font-size: 22px;
  line-height: 120%;
  color: #086F3B;
  margin: 0 0 20px 0;
  text-transform: none; }

.text p a {
  color: #086F3B;
  font-weight: 500; }

.text > *, .text > * > li {
  font-family: "GilroyRegular";
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 45px 0; }
  .text > * strong, .text > * > li strong {
    font-family: "GilroyRegular";
    font-weight: 800; }
  .text > *:last-child, .text > * > li:last-child {
    margin-bottom: 0px; }

.text ul li, .text ol li {
  font-size: inherit;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  list-style: none;
  line-height: 170%; }
  .text ul li:before, .text ol li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #8EB543;
    position: absolute;
    left: 0px;
    top: 12px; }
  .text ul li:last-child, .text ol li:last-child {
    margin-bottom: 0; }
  .text ul li a, .text ol li a {
    font-weight: 500; }

.text table {
  width: 100%;
  table-layout: fixed;
  color: #000000;
  border-collapse: collapse; }
  .text table thead th {
    padding: 10px 10px;
    border: 1px solid #AAAAAA;
    border-top: 0;
    background: #CCCCCC; }
    .text table thead th:last-child {
      border-right: 0; }
  .text table tbody tr:nth-child(even) td {
    background: #F1F1F1; }
  .text table td {
    padding: 10px 10px;
    border: 1px solid #CCCCCC; }

.text a {
  font-weight: 500; }

.text > p + ul {
  margin-top: -39px;
  margin-bottom: 20px;
  padding-left: 2px; }

.text p a:not(.btn), .text li a:not(.btn) {
  color: #A0C160; }
  .text p a:not(.btn):hover, .text li a:not(.btn):hover {
    color: #A0C160;
    text-decoration: underline; }

.btn {
  border-radius: 1px;
  -webkit-transition: 400ms all ease-out;
  -o-transition: 400ms all ease-out;
  transition: 400ms all ease-out; }
  .btn.btn-green {
    background: #086F3B; }
    .btn.btn-green .linkto-text {
      font-family: "NeutraTextBold";
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .36px;
      line-height: 120%; }
    .btn.btn-green:hover {
      background: #A0C160; }
  .btn.has-icon {
    padding: 8px 65px 8px 30px; }
    .btn.has-icon .linkto-text {
      position: relative; }
    .btn.has-icon i {
      position: absolute;
      top: 1px;
      right: -30px; }
  .btn.btn-more-info {
    font-family: "NeutraTextDemi";
    font-size: 12px;
    color: #020202;
    padding: 0;
    margin: 30px 0 0 0;
    letter-spacing: 0;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: inherit;
    width: auto;
    display: block;
    height: 30px;
    position: relative;
    min-width: 60px; }
    .btn.btn-more-info .linkto-text {
      width: 0;
      overflow: hidden;
      display: block;
      padding: 0;
      -webkit-transition: 400ms all ease-out;
      -o-transition: 400ms all ease-out;
      transition: 400ms all ease-out; }
    .btn.btn-more-info:after {
      position: absolute;
      z-index: 20;
      top: 0;
      left: 0;
      content: '';
      display: inline-block;
      width: 20px !important;
      height: 20px !important;
      line-height: 20px;
      text-align: center;
      -webkit-transition: 400ms all ease-out;
      -o-transition: 400ms all ease-out;
      transition: 400ms all ease-out;
      background: rgba(0, 86, 44, 0.61) url(/theme/images/icon-play.svg) 8px center no-repeat; }
  .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

input, submit {
  -webkit-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;
  outline: none;
  border: none; }

img {
  height: auto;
  display: block; }
  img.fixed-size {
    width: auto;
    display: inline-block;
    vertical-align: top; }
  img.fixed-height {
    height: auto;
    display: inline-block;
    vertical-align: top; }
  img.img-right {
    margin-bottom: 20px;
    width: 100%;
    max-width: auto; }
    @media all and (min-width: 25.71429em) {
      img.img-right {
        float: right;
        margin-left: 60px;
        max-width: 100%;
        width: auto; } }
  img.img-left {
    float: left; }

a {
  cursor: pointer;
  color: #A0C160;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  -webkit-transition: 300ms all cubic-bezier(0.07, 0.03, 0.08, 0.91);
  -o-transition: 300ms all cubic-bezier(0.07, 0.03, 0.08, 0.91);
  transition: 300ms all cubic-bezier(0.07, 0.03, 0.08, 0.91);
  font-family: "GilroyRegular"; }
  a:hover {
    text-decoration: none; }
  a i {
    color: inherit; }
  a img {
    display: block; }
  a.active, a:hover {
    text-decoration: none;
    color: #000000; }
    .has-icon a.active, .has-icon a:hover {
      text-decoration: none; }
  a.tel-link {
    cursor: text; }
    a.tel-link:hover {
      text-decoration: none; }
  a:active, a:focus {
    outline: none;
    color: #000000;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  a.item-link, a.item-link.active, a.item-link:hover, a.item-link:active, a.item-link:focus, a.teaser-link, a.teaser-link.active, a.teaser-link:hover, a.teaser-link:active, a.teaser-link:focus {
    text-decoration: none; }

.clear {
  clear: both; }

/* =============== CUSTOM BUTTON STYLE =============== */
.btn-animate {
  padding: 16px 26px;
  font-size: 13px;
  line-height: 190%;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.11);
  border-radius: 0;
  cursor: pointer;
  float: left;
  min-width: 275px;
  max-width: 275px;
  display: block;
  margin: 1em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }
  .btn-animate:focus {
    outline: none; }
  .btn-animate > span {
    vertical-align: middle; }

.button--isi {
  padding: 1.2em 2em;
  color: #FFFFFF;
  background: #1E1E1E;
  overflow: hidden; }
  .button--isi:hover {
    text-decoration: none; }
  .button--isi::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: -150%;
    width: 140%;
    height: 103%;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #FFFFFF;
    -webkit-transition: 400ms all ease-in;
    -o-transition: 400ms all ease-in;
    transition: 400ms all ease-in;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1); }
  .button--isi .button__icon {
    vertical-align: middle; }
  .button--isi > span {
    vertical-align: middle;
    -webkit-transition: 400ms all ease-out;
    -o-transition: 400ms all ease-out;
    transition: 400ms all ease-out; }
  .button--isi:hover::before {
    left: -20%; }

.has-triangle-right:hover .linkto-text:after {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5.5px;
  border-left-color: #000000;
  right: -40px; }

.has-triangle-right .linkto-text {
  position: relative; }
  .has-triangle-right .linkto-text:after {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5.5px;
    border-left-color: #FFFFFF;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    right: -20px;
    position: relative; }

.bg-pantone1 {
  background-color: #BE5F1F !important; }
  .bg-pantone1, .bg-pantone1 > * {
    color: #ffffff !important; }

.c-pantone1, .c-pantone1.arrow, .redactor-dropdown-pantone1, .redactor-dropdown-pantone1.arrow {
  color: #BE5F1F !important; }

.bg-pantone2 {
  background-color: #60885D !important; }
  .bg-pantone2, .bg-pantone2 > * {
    color: #ffffff !important; }

.c-pantone2, .c-pantone2.arrow, .redactor-dropdown-pantone2, .redactor-dropdown-pantone2.arrow {
  color: #60885D !important; }

.bg-pantone3 {
  background-color: #526D9F !important; }
  .bg-pantone3, .bg-pantone3 > * {
    color: #ffffff !important; }

.c-pantone3, .c-pantone3.arrow, .redactor-dropdown-pantone3, .redactor-dropdown-pantone3.arrow {
  color: #526D9F !important; }

.bg-pantone4 {
  background-color: #962E4C !important; }
  .bg-pantone4, .bg-pantone4 > * {
    color: #ffffff !important; }

.c-pantone4, .c-pantone4.arrow, .redactor-dropdown-pantone4, .redactor-dropdown-pantone4.arrow {
  color: #962E4C !important; }

.bg-pantone5 {
  background-color: #84764E !important; }
  .bg-pantone5, .bg-pantone5 > * {
    color: #ffffff !important; }

.c-pantone5, .c-pantone5.arrow, .redactor-dropdown-pantone5, .redactor-dropdown-pantone5.arrow {
  color: #84764E !important; }

.bg-pantone6 {
  background-color: #9F797C !important; }
  .bg-pantone6, .bg-pantone6 > * {
    color: #ffffff !important; }

.c-pantone6, .c-pantone6.arrow, .redactor-dropdown-pantone6, .redactor-dropdown-pantone6.arrow {
  color: #9F797C !important; }

.bg-pantone7 {
  background-color: #4E433C !important; }
  .bg-pantone7, .bg-pantone7 > * {
    color: #ffffff !important; }

.c-pantone7, .c-pantone7.arrow, .redactor-dropdown-pantone7, .redactor-dropdown-pantone7.arrow {
  color: #4E433C !important; }

.bg-pantone8 {
  background-color: #8A7D70 !important; }
  .bg-pantone8, .bg-pantone8 > * {
    color: #ffffff !important; }

.c-pantone8, .c-pantone8.arrow, .redactor-dropdown-pantone8, .redactor-dropdown-pantone8.arrow {
  color: #8A7D70 !important; }

.bg-pantone9 {
  background-color: #9FAEB8 !important; }
  .bg-pantone9, .bg-pantone9 > * {
    color: #ffffff !important; }

.c-pantone9, .c-pantone9.arrow, .redactor-dropdown-pantone9, .redactor-dropdown-pantone9.arrow {
  color: #9FAEB8 !important; }

.js-ajax-wrapper {
  position: relative;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }

.js-ajax-original,
.js-ajax-clone {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0; }
  .js-ajax-original.body,
  .js-ajax-clone.body {
    background: #FFFFFF; }

.js-ajax-original {
  opacity: 1; }

.hide {
  display: none; }

ul.inline li {
  display: inline-block;
  vertical-align: top; }
  ul.inline li.has-icon .icon-text {
    display: none; }
  ul.inline li.col-item {
    padding: 0;
    margin: 0;
    float: none; }

ul.grid.text-items.gridtype-colitem .col-item {
  margin-bottom: 40px; }
  ul.grid.text-items.gridtype-colitem .col-item.last-line {
    margin-bottom: 0; }

ul.grid > li {
  display: inline-block;
  vertical-align: top; }
  ul.grid > li .icon-text {
    display: none; }
  ul.grid > li.col-item {
    padding: 0;
    margin: 0;
    float: none; }

ul li.with-triangle-top a:after {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px; }

ul li.with-triangle-bottom a:after {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px; }

ul li.with-triangle-left a:after {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: currentColor; }

ul li.with-triangle-right a:after {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: currentColor; }

.linkto-text {
  padding-top: 1px;
  padding-bottom: 2px; }

.swiper-pager,
.swiper-next,
.swiper-prev,
.pagination li,
#pp-nav li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html.loading, html.loading .body, html.loading #footer {
  background: #FFFFFF; }

.body {
  letter-spacing: 0.4px;
  color: #171717;
  font-size: 16px;
  height: 100%;
  line-height: 140%;
  margin: 0; }

p {
  font-size: 16px;
  line-height: 190%; }

.icon {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }

.with-icon > a, .with-icon > a:hover {
  text-decoration: none; }

.with-icon > a .icon-text, .with-icon > a .icon {
  display: inline-block;
  vertical-align: top; }

.with-icon > a:hover .icon-text {
  text-decoration: underline; }

.with-icon > a:hover .icon {
  text-decoration: none; }

video {
  max-width: 100%; }

.e-teaser {
  position: relative;
  display: block; }
  .e-teaser.e-teaser-link {
    display: block;
    cursor: pointer;
    text-decoration: none; }
    .e-teaser.e-teaser-link:hover {
      text-decoration: none; }

#header, #footer, .js-main {
  float: left;
  width: 100%;
  position: relative; }

#header {
  z-index: 10; }

#footer {
  z-index: 6; }

#main > * {
  float: left;
  width: 100%; }

html.backgroundblendmode .blend, html.backgroundblendmode .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.backgroundblendmode .aside-value:after {
  mix-blend-mode: multiply; }

html.no-backgroundblendmode .blend, html.no-backgroundblendmode .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.no-backgroundblendmode .aside-value:after {
  opacity: 0.8; }

/* main */
#main {
  position: relative;
  display: block; }

html.no-scroll {
  overflow: hidden;
  height: 100%; }

.rondAnim {
  display: block; }

.section-about.type-contentpage .rowoftext-first.has-aside.has-aside-quote .field-value .text p {
  font-size: 20px; }

.body.section-about .breadcrumbs .c {
  padding-bottom: 55px; }

.js-info-bubble-close {
  margin: 10px 10px 0 0;
  width: 16px;
  height: 16px; }

[class*='ibani_'] .text,
[class*='ibani_'] .heading,
[class*='ibani_'] .heading .h,
[class*='ibani_'] .linkto-wrapper,
[class*='ibani_'] .linkto-wrapper:hover,
[class*='ibani_'] .linkto-wrapper *, [class*='ibani_'] .e-teaser .text,
[class*='ibani_'] .e-teaser .heading,
[class*='ibani_'] .e-teaser .heading .h,
[class*='ibani_'] .e-teaser .linkto-wrapper,
[class*='ibani_'] .e-teaser .linkto-wrapper:hover,
[class*='ibani_'] .e-teaser .linkto-wrapper * {
  color: #FFFFFF; }

.body.section-content2 .breadcrumbs .c,
.body.section-content3 .breadcrumbs .c {
  padding-bottom: 25px; }

section.bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }

section.content {
  position: relative;
  z-index: 3; }

.sidebar .share,
section.after-content .share {
  margin-bottom: 45px;
  text-align: center; }
  .sidebar .share .title,
  section.after-content .share .title {
    font-size: 17px;
    color: #454545;
    position: relative;
    padding-top: 12px;
    display: block;
    text-transform: uppercase; }
    .sidebar .share .title:before,
    section.after-content .share .title:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 50%;
      margin-left: -10px;
      width: 20px;
      height: 1px;
      background: #979797; }
  .sidebar .share .sharers,
  section.after-content .share .sharers {
    margin-top: 15px; }
    .sidebar .share .sharers li,
    section.after-content .share .sharers li {
      margin: 0 5px; }
      .sidebar .share .sharers li a,
      section.after-content .share .sharers li a {
        display: block;
        width: 39px;
        height: 39px;
        border: 1px solid red;
        border-radius: 50px;
        background: red;
        color: #FFFFFF;
        line-height: 23px;
        text-align: center;
        font-size: 13px;
        -webkit-transition: background 0.2s, color 0.2s;
        -o-transition: background 0.2s, color 0.2s;
        transition: background 0.2s, color 0.2s; }
        .sidebar .share .sharers li a:active, .sidebar .share .sharers li a:focus, .sidebar .share .sharers li a:hover,
        section.after-content .share .sharers li a:active,
        section.after-content .share .sharers li a:focus,
        section.after-content .share .sharers li a:hover {
          background: #FFFFFF;
          color: red;
          text-decoration: none; }
        .sidebar .share .sharers li a .icon,
        section.after-content .share .sharers li a .icon {
          font-size: 23px;
          line-height: 36px; }

@-webkit-keyframes animateBorder {
  0% {
    width: 0%;
    right: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50% {
    width: 100%; }
  100% {
    width: 30%;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes animateBorder {
  0% {
    width: 0%;
    right: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50% {
    width: 100%; }
  100% {
    width: 30%;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.popover-colored {
  border: none;
  border-radius: 0px; }
  .popover-colored .popover-header,
  .popover-colored .popover-body {
    padding: 20px 27px; }
  .popover-colored .popover-header {
    padding-bottom: 0;
    background: transparent;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 190%;
    font-size: 16px;
    margin-bottom: 5px; }
  .popover-colored .popover-body {
    padding-top: 0;
    font-size: 12px;
    line-height: 20px; }
  .popover-colored[x-placement="top"] .popover-header:before {
    display: none !important; }
  .popover-colored[x-placement="top"] .arrow {
    margin-left: 19px; }
  .popover-colored[x-placement="left"] .popover-header:before {
    display: none !important; }
  .popover-colored[x-placement="left"] .arrow {
    margin-left: 19px; }
  .popover-colored[x-placement="right"] .popover-header:before {
    display: none !important; }
  .popover-colored[x-placement="right"] .arrow {
    margin-left: 19px; }
  .popover-colored[x-placement="bottom"] .popover-header:before {
    display: none !important; }
  .popover-colored[x-placement="bottom"] .arrow {
    margin-left: 19px; }

.row.standard .row .row-matrix > .row > * {
  margin: auto; }

.row.standard .row .row-matrix.type-images > .row {
  padding-bottom: 50px; }

.row.standard .row .row-matrix.type-video .video-player {
  width: 80%;
  margin: auto;
  -webkit-box-shadow: 1px 12px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 12px 20px rgba(0, 0, 0, 0.2); }

.row.standard .row .row-text {
  margin-top: 30px; }

.content-footer-form {
  text-align: center; }
  .content-footer-form .heading {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .content-footer-form .heading p {
      font-size: inherit;
      margin: inherit; }
  .content-footer-form .cta {
    text-align: center;
    margin-top: 75px; }
    .content-footer-form .cta .type-custom {
      display: inline-block;
      margin: 0; }
      .content-footer-form .cta .type-custom a {
        margin: 0 0 5px 0; }
        .content-footer-form .cta .type-custom a .linkto-text {
          -webkit-transition: all 300ms ease-in-out;
          -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
          position: relative;
          padding-right: 10px; }
          .content-footer-form .cta .type-custom a .linkto-text:after {
            right: -15px;
            left: inherit; }
        .content-footer-form .cta .type-custom a:hover .linkto-text {
          color: #000000; }
          .content-footer-form .cta .type-custom a:hover .linkto-text:after {
            right: -40px; }
  .content-footer-form .block-1 {
    padding-bottom: 0;
    margin-bottom: 0; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOutBtm {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOutBtm {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.section-tag section.without-intro .row {
  background: #FFFFFF;
  margin-bottom: 20px; }
  .section-tag section.without-intro .row .row-text {
    margin: 0;
    padding-top: 90px;
    padding-bottom: 100px; }

.popover.popover-colored.bs-popover-left {
  top: 13px !important;
  left: 2px !important; }

.popover.popover-colored.bs-popover-top {
  top: 2px !important; }

.popover.popover-colored.bs-popover-bottom {
  top: -2px !important; }

.body.type-location section.content-header {
  padding-bottom: 0;
  background: none; }
  .body.type-location section.content-header.with-media {
    padding-top: 100px; }
  .body.type-location section.content-header.without-media {
    padding-top: 100px;
    padding-bottom: 30px;
    margin-bottom: 60px; }
    .body.type-location section.content-header.without-media .block.block-1 {
      text-align: center; }
      .body.type-location section.content-header.without-media .block.block-1 .tags-list {
        text-align: center; }
  .body.type-location section.content-header .h {
    margin-left: 0; }
  .body.type-location section.content-header .container {
    max-width: 1080px; }
  .body.type-location section.content-header .block.block-1 {
    padding-left: 0; }
    .body.type-location section.content-header .block.block-1 .h {
      max-width: none;
      width: auto; }
    .body.type-location section.content-header .block.block-1 .tags-list {
      margin: 30px 0 30px 0;
      max-width: 100%; }
      .body.type-location section.content-header .block.block-1 .tags-list li {
        margin-right: 10px; }
        .body.type-location section.content-header .block.block-1 .tags-list li a {
          font-size: 20px;
          line-height: 30px;
          color: #2E2E2E; }
          .body.type-location section.content-header .block.block-1 .tags-list li a:hover {
            text-decoration: underline; }
        .body.type-location section.content-header .block.block-1 .tags-list li:after {
          content: ','; }
        .body.type-location section.content-header .block.block-1 .tags-list li.last:after {
          display: none; }
  .body.type-location section.content-header .block.block-2 {
    text-align: right;
    padding-right: 0; }

.body.type-location section.docteur-informations {
  background: #FFF;
  padding-top: 62px;
  padding-bottom: 110px; }
  .body.type-location section.docteur-informations .container {
    max-width: 1080px; }
  .body.type-location section.docteur-informations .linkto-wrapper.type-entry a {
    display: inline-block;
    margin-left: 0;
    padding: 16px 56px 16px 26px;
    background: #1E1E1E;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.15); }
    .body.type-location section.docteur-informations .linkto-wrapper.type-entry a span {
      position: relative; }
      .body.type-location section.docteur-informations .linkto-wrapper.type-entry a span i {
        color: #FFFFFF;
        font-size: 27px; }
        .body.type-location section.docteur-informations .linkto-wrapper.type-entry a span i.icon-doc {
          position: absolute;
          top: -6px;
          right: -35px; }
    .body.type-location section.docteur-informations .linkto-wrapper.type-entry a.button--isi {
      max-width: inherit;
      min-width: inherit;
      text-align: left; }
      .body.type-location section.docteur-informations .linkto-wrapper.type-entry a.button--isi:hover {
        color: #000000; }
        .body.type-location section.docteur-informations .linkto-wrapper.type-entry a.button--isi:hover i {
          color: #000000; }
  .body.type-location section.docteur-informations .block-images {
    padding-left: 0; }
  .body.type-location section.docteur-informations .description {
    padding: 60px 0 0 0; }
    .body.type-location section.docteur-informations .description .h {
      margin-bottom: 1em; }
  .body.type-location section.docteur-informations .bloc-wrapper {
    margin-bottom: 30px; }
    .body.type-location section.docteur-informations .bloc-wrapper p {
      font-size: 16px;
      line-height: 23px;
      color: #171717; }
      .body.type-location section.docteur-informations .bloc-wrapper p a {
        color: #171717; }
  .body.type-location section.docteur-informations .map {
    padding-right: 0; }
    .body.type-location section.docteur-informations .map #oh-map-map {
      width: 295px !important;
      height: 267px !important;
      float: right; }
    .body.type-location section.docteur-informations .map .linkto-wrapper {
      width: 295px;
      text-align: center;
      float: right;
      padding-top: 15px; }
      .body.type-location section.docteur-informations .map .linkto-wrapper .itinerary {
        color: #687A86;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        text-transform: uppercase; }
        .body.type-location section.docteur-informations .map .linkto-wrapper .itinerary i {
          font-size: 15px;
          position: relative;
          top: 2px;
          margin: 0 0 0 10px; }

.body.type-location .content-footer-form.with-text.without-media .block-1 {
  padding: 76px 0 0 0;
  text-align: center; }
  .body.type-location .content-footer-form.with-text.without-media .block-1 .h {
    font-size: 50px;
    line-height: 140%;
    margin: 0 0 28px 0; }
  .body.type-location .content-footer-form.with-text.without-media .block-1 .text {
    margin: 19px auto 0 auto;
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    max-width: 1030px; }
    .body.type-location .content-footer-form.with-text.without-media .block-1 .text br {
      line-height: normal; }

.body.type-news #main .rowofmedia {
  margin-bottom: 60px; }
  .body.type-news #main .rowofmedia.type-singleimage {
    margin-bottom: 30px; }

.body.type-news #main .rowoftext .row-content {
  padding-left: 90px;
  padding-right: 90px; }

.body.type-otherpages #main .page-title,
.body.type-news #main .page-title {
  margin-top: 15px;
  padding-top: 45px; }
  .body.type-otherpages #main .page-title, .body.type-otherpages #main .page-title .h,
  .body.type-news #main .page-title,
  .body.type-news #main .page-title .h {
    font-size: 55px;
    line-height: 120%; }

.body.type-otherpages #main .page-title {
  margin-bottom: 30px; }

.entry-info {
  font-size: 15px;
  line-height: 120%; }
  .entry-info .pubdate {
    color: #A9A2A9;
    text-transform: uppercase; }
  .entry-info .linked-solution a, .entry-info .linked-solution a span {
    color: red; }
  .entry-info .categories {
    margin-left: 5px; }
    .entry-info .categories.first.last {
      margin-left: 0; }
      .entry-info .categories.first.last .categories-list li.first {
        margin-left: 0; }
    .entry-info .categories.with-children .categories-list li {
      margin-left: 10px; }

.rowoftext.contained.styled, .rowoftext.contained.with-background,
.rowofmedia.contained.styled,
.rowofmedia.contained.with-background,
.gridofitems.contained.styled,
.gridofitems.contained.with-background,
.gridofentryteaser.contained.styled,
.gridofentryteaser.contained.with-background {
  padding-top: 70px;
  padding-bottom: 70px; }

.rowoftext.style-blacktint,
.rowofmedia.style-blacktint,
.gridofitems.style-blacktint,
.gridofentryteaser.style-blacktint {
  background: #333333; }
  .rowoftext.style-blacktint,
  .rowoftext.style-blacktint .text,
  .rowofmedia.style-blacktint,
  .rowofmedia.style-blacktint .text,
  .gridofitems.style-blacktint,
  .gridofitems.style-blacktint .text,
  .gridofentryteaser.style-blacktint,
  .gridofentryteaser.style-blacktint .text {
    color: #FFFFFF; }
  .rowoftext.style-blacktint .heading,
  .rowoftext.style-blacktint .heading .h,
  .rowofmedia.style-blacktint .heading,
  .rowofmedia.style-blacktint .heading .h,
  .gridofitems.style-blacktint .heading,
  .gridofitems.style-blacktint .heading .h,
  .gridofentryteaser.style-blacktint .heading,
  .gridofentryteaser.style-blacktint .heading .h {
    color: red; }

.rowoftext.style-lightgreytint,
.rowofmedia.style-lightgreytint,
.gridofitems.style-lightgreytint,
.gridofentryteaser.style-lightgreytint {
  background: #F1F1F1; }
  .rowoftext.style-lightgreytint,
  .rowoftext.style-lightgreytint .heading,
  .rowoftext.style-lightgreytint .heading .h,
  .rowoftext.style-lightgreytint .text,
  .rowofmedia.style-lightgreytint,
  .rowofmedia.style-lightgreytint .heading,
  .rowofmedia.style-lightgreytint .heading .h,
  .rowofmedia.style-lightgreytint .text,
  .gridofitems.style-lightgreytint,
  .gridofitems.style-lightgreytint .heading,
  .gridofitems.style-lightgreytint .heading .h,
  .gridofitems.style-lightgreytint .text,
  .gridofentryteaser.style-lightgreytint,
  .gridofentryteaser.style-lightgreytint .heading,
  .gridofentryteaser.style-lightgreytint .heading .h,
  .gridofentryteaser.style-lightgreytint .text {
    color: red; }

.rowoftext.style-darkgreytint,
.rowofmedia.style-darkgreytint,
.gridofitems.style-darkgreytint,
.gridofentryteaser.style-darkgreytint {
  background: #757575; }
  .rowoftext.style-darkgreytint,
  .rowoftext.style-darkgreytint .heading,
  .rowoftext.style-darkgreytint .heading .h,
  .rowoftext.style-darkgreytint .text,
  .rowofmedia.style-darkgreytint,
  .rowofmedia.style-darkgreytint .heading,
  .rowofmedia.style-darkgreytint .heading .h,
  .rowofmedia.style-darkgreytint .text,
  .gridofitems.style-darkgreytint,
  .gridofitems.style-darkgreytint .heading,
  .gridofitems.style-darkgreytint .heading .h,
  .gridofitems.style-darkgreytint .text,
  .gridofentryteaser.style-darkgreytint,
  .gridofentryteaser.style-darkgreytint .heading,
  .gridofentryteaser.style-darkgreytint .heading .h,
  .gridofentryteaser.style-darkgreytint .text {
    color: #FFFFFF; }

.rowoftext.style-redtint,
.rowofmedia.style-redtint,
.gridofitems.style-redtint,
.gridofentryteaser.style-redtint {
  background: red; }
  .rowoftext.style-redtint,
  .rowoftext.style-redtint .heading,
  .rowoftext.style-redtint .heading .h,
  .rowoftext.style-redtint .text,
  .rowoftext.style-redtint .text p,
  .rowofmedia.style-redtint,
  .rowofmedia.style-redtint .heading,
  .rowofmedia.style-redtint .heading .h,
  .rowofmedia.style-redtint .text,
  .rowofmedia.style-redtint .text p,
  .gridofitems.style-redtint,
  .gridofitems.style-redtint .heading,
  .gridofitems.style-redtint .heading .h,
  .gridofitems.style-redtint .text,
  .gridofitems.style-redtint .text p,
  .gridofentryteaser.style-redtint,
  .gridofentryteaser.style-redtint .heading,
  .gridofentryteaser.style-redtint .heading .h,
  .gridofentryteaser.style-redtint .text,
  .gridofentryteaser.style-redtint .text p {
    color: #FFFFFF; }

.rowoftext .text, .rowoftext .heading {
  padding: 0; }

.rowoftext .heading {
  color: red; }
  .rowoftext .heading, .rowoftext .heading .h {
    font-size: 58px;
    line-height: 100%; }

.rowoftext.with-title .text {
  margin-top: 15px; }

.rowoftext .subtext {
  margin-top: 15px; }

.rowoftext.contained.aside-align-bottom .field-value .block {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.rowoftext.has-aside.font-size-bigger1 .text, .rowoftext.has-aside.font-size-bigger1 .text > * {
  font-size: 25px; }

.rowoftext.has-aside.font-size-bigger2 .text, .rowoftext.has-aside.font-size-bigger2 .text > * {
  font-size: 29px; }

.rowoftext.style-standard .aside-type-image .aside-value:after {
  display: none; }

.rowoftext.style-redtint.without-background .field-value {
  background-size: auto 100%; }
  .rowoftext.style-redtint.without-background .field-value.inversed {
    background-position: right bottom; }

.rowoftext.with-background.style-standard.contained .container {
  padding-left: 0;
  padding-right: 0; }

.rowoftext.with-background.style-standard.contained .row-content {
  background: rgba(215, 215, 215, 0.8);
  padding: 15px 15px; }

.rowoftext.has-aside .field-value .block {
  padding-right: 60px; }
  .rowoftext.has-aside .field-value .block .block-heading {
    margin-bottom: 20px;
    color: red; }
    .rowoftext.has-aside .field-value .block .block-heading, .rowoftext.has-aside .field-value .block .block-heading .h {
      font-size: 58px;
      line-height: 100%; }

.rowoftext.has-aside .inversed .block {
  padding-right: 0px;
  padding-left: 60px; }

.rowoftext.has-aside.without-text .field-value .block .block-heading {
  margin: 15px 0; }

.rowoftext.full-width .field-value .block {
  float: right; }

.rowoftext.full-width .inversed .block {
  float: left; }

.rowoftext .aside-type-quote .aside-value, .rowoftext .aside-type-quote .aside-value p {
  font-size: 24px;
  line-height: 170%; }

.rowoftext .aside-type-list .list {
  background: rgba(215, 215, 215, 0.32);
  padding: 40px 0px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .rowoftext .aside-type-list .list, .rowoftext .aside-type-list .list li {
    font-size: 19px;
    line-height: 120%;
    text-transform: uppercase; }
  .rowoftext .aside-type-list .list li {
    margin-bottom: 40px;
    padding: 0 50px;
    position: relative;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    .rowoftext .aside-type-list .list li:before {
      content: '';
      display: block;
      width: 44px;
      height: 44px;
      position: absolute;
      top: -14px;
      left: -22px;
      border: 1px solid #FFFFFF;
      border-radius: 50px;
      -webkit-transform: rotate(-107deg);
      -ms-transform: rotate(-107deg);
      transform: rotate(-107deg);
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      -o-transition: transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
    .rowoftext .aside-type-list .list li:hover {
      color: red; }
      .rowoftext .aside-type-list .list li:hover:before {
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        transform: rotate(-60deg); }
    .rowoftext .aside-type-list .list li.last {
      margin-bottom: 0; }

.rowoftext.style-redtint .aside-type-list.inversed .list {
  float: left; }

.rowoftext.style-redtint .aside-type-list .list {
  float: right;
  background: transparent;
  padding: 0;
  max-width: 100%; }
  .rowoftext.style-redtint .aside-type-list .list li {
    padding-left: 80px;
    font-size: 34px;
    line-height: 120%;
    text-transform: none; }
    .rowoftext.style-redtint .aside-type-list .list li:hover {
      color: #FFFFFF; }
      .rowoftext.style-redtint .aside-type-list .list li:hover:after {
        opacity: 1; }
    .rowoftext.style-redtint .aside-type-list .list li:before {
      display: none; }
    .rowoftext.style-redtint .aside-type-list .list li:after {
      position: absolute;
      top: 7px;
      left: 0px;
      display: block;
      content: '';
      background-size: cover;
      opacity: 0.5;
      width: 51px;
      height: 26px;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }

.rowoftext .aside-type-image.alignment-middle .aside-value {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.rowoftext .aside-type-image.alignment-bottom .aside-value {
  margin-bottom: -70px; }

.rowoftext .aside-type-image .aside-value {
  position: relative;
  z-index: 1; }
  .rowoftext .aside-type-image .aside-value:after {
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 7%;
    height: 100%;
    background: red; }

.rowoftext .aside-type-image.inversed .aside-value:after {
  left: auto;
  right: 0; }

.rowoftext.full-width.has-aside .field-value .block, .rowoftext.style-redtint.has-aside .field-value .block, .rowoftext.style-lightgreytint.has-aside .field-value .block, .rowoftext.style-darkgreytint.has-aside .field-value .block, .rowoftext.style-blacktint.has-aside .field-value .block {
  padding: 30px 60px 30px 0px; }

.rowoftext.full-width.has-aside .field-value.inversed .block, .rowoftext.style-redtint.has-aside .field-value.inversed .block, .rowoftext.style-lightgreytint.has-aside .field-value.inversed .block, .rowoftext.style-darkgreytint.has-aside .field-value.inversed .block, .rowoftext.style-blacktint.has-aside .field-value.inversed .block {
  padding: 50px 90px; }

.rowoftext.full-width {
  position: relative;
  overflow: hidden; }
  .rowoftext.full-width.has-aside .field-value .block, .rowoftext.full-width.has-aside.inversed .field-value .block {
    padding: 80px 80px; }
  .rowoftext.full-width .aside-type-image .media {
    height: 100%;
    display: none; }
    .rowoftext.full-width .aside-type-image .media img {
      height: 100%; }
      html.object-fit .rowoftext.full-width .aside-type-image .media img {
        -o-object-fit: cover;
        object-fit: cover; }
      html.no-object-fit .rowoftext.full-width .aside-type-image .media img {
        width: 100%;
        height: auto; }
  html.object-fit .rowoftext.full-width .aside-type-image.alignment-bottom .media img {
    -o-object-position: center bottom;
    object-position: center bottom; }
  html.object-fit .rowoftext.full-width .aside-type-image.alignment-top .media img {
    -o-object-position: center top;
    object-position: center top; }
  .rowoftext.full-width .aside-type-image.processed .media {
    display: block; }

.rowofmedia.with-title .row-heading {
  text-align: center;
  margin-bottom: 30px; }
  .rowofmedia.with-title .row-heading, .rowofmedia.with-title .row-heading .h {
    font-size: 58px;
    line-height: 100%; }
  .rowofmedia.with-title .row-heading .h {
    margin: 0; }

.rowofmedia .container {
  /*.slideshow.full-width {
      transition: opacity 0.2s 0.5s;
      opacity: 0;
    }*/ }
  .rowofmedia .container .video-player {
    width: 80%;
    margin: auto;
    -webkit-box-shadow: 1px 12px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 12px 20px rgba(0, 0, 0, 0.2); }

.rowofmedia.sr-after-transition {
  /*.container {
      .slideshow.full-width {
        opacity: 1;
      }
    }*/ }

.gridofitems.with-title .row-heading {
  margin-bottom: 30px; }
  .gridofitems.with-title .row-heading, .gridofitems.with-title .row-heading .h {
    font-size: 58px;
    line-height: 100%; }
  .gridofitems.with-title .row-heading .h {
    margin: 0; }

.gridofitems + .gridofitems {
  margin-top: -20px; }

.gridofentryteaser {
  background: #FFFFFF !important; }
  .gridofentryteaser.with-title .row-heading {
    margin-bottom: 30px; }
    .gridofentryteaser.with-title .row-heading, .gridofentryteaser.with-title .row-heading .h {
      font-size: 58px;
      line-height: 100%; }
      .gridofentryteaser.with-title .row-heading, .gridofentryteaser.with-title .row-heading a, .gridofentryteaser.with-title .row-heading .h, .gridofentryteaser.with-title .row-heading .h a {
        color: #FFFFFF; }
    .gridofentryteaser.with-title .row-heading .h {
      margin: 0; }
  .gridofentryteaser.style-redtint .row-heading, .gridofentryteaser.style-redtint .row-heading .h, .gridofentryteaser.style-lightgreytint .row-heading, .gridofentryteaser.style-lightgreytint .row-heading .h, .gridofentryteaser.style-darkgreytint .row-heading, .gridofentryteaser.style-darkgreytint .row-heading .h, .gridofentryteaser.style-blacktint .row-heading, .gridofentryteaser.style-blacktint .row-heading .h {
    color: #FFFFFF; }
  .gridofentryteaser.style-redtint .e-teaser, .gridofentryteaser.style-redtint .e-teaser.e-teaser-link, .gridofentryteaser.style-lightgreytint .e-teaser, .gridofentryteaser.style-lightgreytint .e-teaser.e-teaser-link, .gridofentryteaser.style-darkgreytint .e-teaser, .gridofentryteaser.style-darkgreytint .e-teaser.e-teaser-link, .gridofentryteaser.style-blacktint .e-teaser, .gridofentryteaser.style-blacktint .e-teaser.e-teaser-link {
    color: #FFFFFF; }
  .gridofentryteaser.style-standard .e-teaser:hover, .gridofentryteaser.style-standard .e-teaser.e-teaser-link:hover {
    color: #FFFFFF;
    background-color: red; }

.e-tpl-product {
  text-align: left;
  padding-right: 35px;
  margin-bottom: 30px; }
  .e-tpl-product .hover-teaser-img {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: -100%;
    -webkit-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s; }
    .e-tpl-product .hover-teaser-img .hover-teaser-img-block {
      width: 100%;
      height: 100%;
      background: #FF0031; }
  .e-tpl-product .teaser-image-anim:hover {
    color: #FF0031 !important; }
    .e-tpl-product .teaser-image-anim:hover .hover-teaser-img {
      left: 0 !important; }
  .e-tpl-product span {
    display: block;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
  .e-tpl-product.without-entry-info:hover, .e-tpl-product.without-entry-info:hover span, .e-tpl-product.without-entry-info:hover .heading, .e-tpl-product.without-entry-info:hover .heading .h {
    color: red; }
  .e-tpl-product.with-entry-info .heading {
    margin-top: 4px; }
  .e-tpl-product.with-entry-info .heading:hover, .e-tpl-product.with-entry-info .heading:hover .h {
    color: red; }
  .e-tpl-product .teaser-image {
    display: block;
    position: relative;
    overflow: hidden; }
  .e-tpl-product .entry-info {
    margin: 12px 0 0; }
  .e-tpl-product .heading {
    margin-top: 12px; }
    .e-tpl-product .heading, .e-tpl-product .heading .h {
      font-size: 21px;
      line-height: 120%;
      -webkit-transition: color 0.2s;
      -o-transition: color 0.2s;
      transition: color 0.2s; }

.e-tpl-location1 .type-text .block {
  padding: 45px 40px; }

.e-tpl-location1 .type-text.without-title .title {
  min-height: 1em; }

.e-tpl-location1 .title {
  margin-bottom: 18px; }
  .e-tpl-location1 .title, .e-tpl-location1 .title .h {
    color: red;
    font-size: 22px; }

.e-tpl-location1 .heading {
  margin-bottom: 12px; }
  .e-tpl-location1 .heading, .e-tpl-location1 .heading .h {
    font-size: 18px; }

.e-tpl-location1 .text, .e-tpl-location1 .text p {
  font-size: 16px;
  line-height: 180%; }

.e-tpl-location1 .linkto-wrapper.type-tel {
  margin-top: 15px; }
  .e-tpl-location1 .linkto-wrapper.type-tel, .e-tpl-location1 .linkto-wrapper.type-tel a {
    cursor: text !important; }

.e-tpl-location1 .linkto-wrapper.type-entry {
  margin-top: 5px; }
  .e-tpl-location1 .linkto-wrapper.type-entry:hover, .e-tpl-location1 .linkto-wrapper.type-entry a:hover {
    color: red; }

.e-tpl-location1 .linkto-wrapper:hover, .e-tpl-location1 .linkto-wrapper a:hover {
  text-decoration: none; }

.e-tpl-location1.infoWindow .type-text {
  background: none;
  height: auto;
  margin-top: 20px; }
  .e-tpl-location1.infoWindow .type-text .heading {
    margin-bottom: 5px; }
  .e-tpl-location1.infoWindow .type-text .text {
    line-height: 140%; }
  .e-tpl-location1.infoWindow .type-text .linkto-wrapper {
    margin-top: 5px; }
  .e-tpl-location1.infoWindow .type-text.first {
    margin-top: 0; }
  .e-tpl-location1.infoWindow .type-text.without-title .title {
    display: none; }

.e-tpl-location1.infoWindow .block {
  padding: 0 !important; }

.tpl-textcol1 {
  padding-right: 60px; }
  .tpl-textcol1, .tpl-textcol1 .media, .tpl-textcol1 .heading, .tpl-textcol1 .text {
    display: block; }
  .tpl-textcol1 .media {
    border: 1px solid transparent; }
    .tpl-textcol1 .media img {
      border-radius: 160px; }
  .tpl-textcol1 .heading {
    font-size: 21px;
    color: red;
    text-transform: none; }
  .tpl-textcol1.with-image .heading {
    margin-top: 35px;
    text-transform: uppercase; }
  .tpl-textcol1.with-link .text {
    min-height: 150px; }
  .tpl-textcol1 .text {
    margin-top: 15px; }
    .tpl-textcol1 .text, .tpl-textcol1 .text p, .tpl-textcol1 .text li {
      font-size: 17px; }
    .tpl-textcol1 .text p {
      line-height: 190%; }
    .tpl-textcol1 .text li {
      line-height: 120%;
      margin-bottom: 7px; }
  .tpl-textcol1 .linkto-wrapper {
    margin-top: 15px; }
    .tpl-textcol1 .linkto-wrapper .linkto-text {
      display: inline-block;
      border: 1px solid #FF0031;
      background: transparent;
      border-radius: 45px;
      padding: 8px 30px 7px;
      color: #FF0031;
      text-transform: uppercase;
      font-size: 13px;
      -webkit-transition: background 0.2s, color 0.2s;
      -o-transition: background 0.2s, color 0.2s;
      transition: background 0.2s, color 0.2s; }
      .tpl-textcol1 .linkto-wrapper .linkto-text:hover {
        background: #FF0031;
        color: #FFFFFF; }

.e-tpl-location1 .text, .e-tpl-location1 .text p {
  line-height: 150%; }
  .e-tpl-location1 .text br, .e-tpl-location1 .text p br {
    line-height: 100%; }

.tpl-gridcol1 {
  position: relative;
  overflow: hidden; }
  .tpl-gridcol1.even {
    background: #FFFFFF; }
  .tpl-gridcol1, .tpl-gridcol1 .media, .tpl-gridcol1 .heading, .tpl-gridcol1 .text {
    display: block; }
  .tpl-gridcol1 .media, .tpl-gridcol1 .media img {
    width: 100%;
    height: 100%; }
  html.object-fit .tpl-gridcol1 .media img {
    -o-object-fit: cover;
    object-fit: cover; }
  html.no-object-fit .tpl-gridcol1 .media img {
    width: 100%;
    height: auto; }
  .tpl-gridcol1 .block {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 12px 16px;
    -webkit-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s; }
  .tpl-gridcol1 .blend, .tpl-gridcol1 .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image .tpl-gridcol1 .aside-value:after {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: red; }
  .tpl-gridcol1 .heading {
    position: relative;
    z-index: 3;
    margin-bottom: 2px; }
    .tpl-gridcol1 .heading, .tpl-gridcol1 .heading .h {
      font-size: 18px;
      line-height: 120%;
      color: #FFFFFF !important; }
  .tpl-gridcol1 .text {
    position: relative;
    z-index: 3; }
    .tpl-gridcol1 .text, .tpl-gridcol1 .text p {
      font-size: 17px;
      line-height: 120%;
      color: #FFFFFF !important; }

.metrics .metrics-items {
  margin-top: 20px;
  text-align: center; }

.tpl-metric1 {
  text-align: center;
  margin-bottom: 15px; }
  .tpl-metric1 .metric, .tpl-metric1 .text {
    display: inline-block;
    vertical-align: top; }
  .tpl-metric1.char-count-5 .metric {
    padding-top: 44px;
    font-size: 60px; }
  .tpl-metric1.char-count-5 .text {
    margin-top: -13px; }
  .tpl-metric1 .metric {
    font-size: 68px;
    line-height: 120%;
    color: red;
    text-transform: uppercase;
    width: 230px;
    position: relative;
    padding: 35px 0 0;
    overflow: hidden; }
    .tpl-metric1 .metric:after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      background: transparent;
      border: 1px dotted #A9A2A9;
      border-bottom: 0;
      width: 230px;
      height: 230px;
      border-radius: 150px; }
  .tpl-metric1 .text {
    margin: -17px 0 0;
    padding: 20px 20px 0;
    background: #FFF;
    width: 100%;
    position: relative;
    z-index: 2; }
    .tpl-metric1 .text, .tpl-metric1 .text p {
      font-size: 19px;
      line-height: 120%; }

#header.with-background .bg-image, #header.with-background .bg-image > *,
.swiper-slide.with-background .bg-image,
.swiper-slide.with-background .bg-image > *,
.content .row.with-background .bg-image,
.content .row.with-background .bg-image > *,
#pagepiling .section.with-background .bg-image,
#pagepiling .section.with-background .bg-image > *,
.e-tpl-project2.with-background .bg-image,
.e-tpl-project2.with-background .bg-image > * {
  height: 100%;
  width: 100%;
  display: block; }

#header.with-background .bg-image,
.swiper-slide.with-background .bg-image,
.content .row.with-background .bg-image,
#pagepiling .section.with-background .bg-image,
.e-tpl-project2.with-background .bg-image {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden; }
  #header.with-background .bg-image img, #header.with-background .bg-image .blend, #header.with-background .bg-image .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image #header.with-background .bg-image .aside-value:after,
  .swiper-slide.with-background .bg-image img,
  .swiper-slide.with-background .bg-image .blend,
  .swiper-slide.with-background .bg-image .rowoftext .aside-type-image .aside-value:after,
  .rowoftext .aside-type-image .swiper-slide.with-background .bg-image .aside-value:after,
  .content .row.with-background .bg-image img,
  .content .row.with-background .bg-image .blend,
  .content .row.with-background .bg-image .rowoftext .aside-type-image .aside-value:after,
  .rowoftext .aside-type-image .content .row.with-background .bg-image .aside-value:after,
  #pagepiling .section.with-background .bg-image img,
  #pagepiling .section.with-background .bg-image .blend,
  #pagepiling .section.with-background .bg-image .rowoftext .aside-type-image .aside-value:after,
  .rowoftext .aside-type-image #pagepiling .section.with-background .bg-image .aside-value:after,
  .e-tpl-project2.with-background .bg-image img,
  .e-tpl-project2.with-background .bg-image .blend,
  .e-tpl-project2.with-background .bg-image .rowoftext .aside-type-image .aside-value:after,
  .rowoftext .aside-type-image .e-tpl-project2.with-background .bg-image .aside-value:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%; }
  #header.with-background .bg-image img,
  .swiper-slide.with-background .bg-image img,
  .content .row.with-background .bg-image img,
  #pagepiling .section.with-background .bg-image img,
  .e-tpl-project2.with-background .bg-image img {
    opacity: 0.3; }
    html.object-fit #header.with-background .bg-image img, html.object-fit
    .swiper-slide.with-background .bg-image img, html.object-fit
    .content .row.with-background .bg-image img, html.object-fit
    #pagepiling .section.with-background .bg-image img, html.object-fit
    .e-tpl-project2.with-background .bg-image img {
      -o-object-fit: cover;
      object-fit: cover; }
    html.no-object-fit #header.with-background .bg-image img, html.no-object-fit
    .swiper-slide.with-background .bg-image img, html.no-object-fit
    .content .row.with-background .bg-image img, html.no-object-fit
    #pagepiling .section.with-background .bg-image img, html.no-object-fit
    .e-tpl-project2.with-background .bg-image img {
      width: 100%;
      height: auto; }

#header.with-background.style-standard img,
.swiper-slide.with-background.style-standard img,
.content .row.with-background.style-standard img,
#pagepiling .section.with-background.style-standard img,
.e-tpl-project2.with-background.style-standard img {
  opacity: 1; }

#header.with-background.style-redtint .blend, #header.with-background.style-redtint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image #header.with-background.style-redtint .aside-value:after,
.swiper-slide.with-background.style-redtint .blend,
.swiper-slide.with-background.style-redtint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .swiper-slide.with-background.style-redtint .aside-value:after,
.content .row.with-background.style-redtint .blend,
.content .row.with-background.style-redtint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .content .row.with-background.style-redtint .aside-value:after,
#pagepiling .section.with-background.style-redtint .blend,
#pagepiling .section.with-background.style-redtint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image #pagepiling .section.with-background.style-redtint .aside-value:after,
.e-tpl-project2.with-background.style-redtint .blend,
.e-tpl-project2.with-background.style-redtint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .e-tpl-project2.with-background.style-redtint .aside-value:after {
  background-color: red; }

#header.with-background.style-lightgreytint .blend, #header.with-background.style-lightgreytint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image #header.with-background.style-lightgreytint .aside-value:after,
.swiper-slide.with-background.style-lightgreytint .blend,
.swiper-slide.with-background.style-lightgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .swiper-slide.with-background.style-lightgreytint .aside-value:after,
.content .row.with-background.style-lightgreytint .blend,
.content .row.with-background.style-lightgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .content .row.with-background.style-lightgreytint .aside-value:after,
#pagepiling .section.with-background.style-lightgreytint .blend,
#pagepiling .section.with-background.style-lightgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image #pagepiling .section.with-background.style-lightgreytint .aside-value:after,
.e-tpl-project2.with-background.style-lightgreytint .blend,
.e-tpl-project2.with-background.style-lightgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .e-tpl-project2.with-background.style-lightgreytint .aside-value:after {
  background-color: #F1F1F1; }

#header.with-background.style-darkgreytint .blend, #header.with-background.style-darkgreytint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image #header.with-background.style-darkgreytint .aside-value:after,
.swiper-slide.with-background.style-darkgreytint .blend,
.swiper-slide.with-background.style-darkgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .swiper-slide.with-background.style-darkgreytint .aside-value:after,
.content .row.with-background.style-darkgreytint .blend,
.content .row.with-background.style-darkgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .content .row.with-background.style-darkgreytint .aside-value:after,
#pagepiling .section.with-background.style-darkgreytint .blend,
#pagepiling .section.with-background.style-darkgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image #pagepiling .section.with-background.style-darkgreytint .aside-value:after,
.e-tpl-project2.with-background.style-darkgreytint .blend,
.e-tpl-project2.with-background.style-darkgreytint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .e-tpl-project2.with-background.style-darkgreytint .aside-value:after {
  background-color: #D8D8D8; }

#header.with-background.style-blacktint img,
.swiper-slide.with-background.style-blacktint img,
.content .row.with-background.style-blacktint img,
#pagepiling .section.with-background.style-blacktint img,
.e-tpl-project2.with-background.style-blacktint img {
  opacity: 1; }

#header.with-background.style-blacktint .blend, #header.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image #header.with-background.style-blacktint .aside-value:after,
.swiper-slide.with-background.style-blacktint .blend,
.swiper-slide.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .swiper-slide.with-background.style-blacktint .aside-value:after,
.content .row.with-background.style-blacktint .blend,
.content .row.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .content .row.with-background.style-blacktint .aside-value:after,
#pagepiling .section.with-background.style-blacktint .blend,
#pagepiling .section.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image #pagepiling .section.with-background.style-blacktint .aside-value:after,
.e-tpl-project2.with-background.style-blacktint .blend,
.e-tpl-project2.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image .e-tpl-project2.with-background.style-blacktint .aside-value:after {
  opacity: 0.3; }
  html.backgroundblendmode #header.with-background.style-blacktint .blend, html.backgroundblendmode #header.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.backgroundblendmode #header.with-background.style-blacktint .aside-value:after, html.backgroundblendmode .swiper-slide.with-background.style-blacktint .blend, html.backgroundblendmode .swiper-slide.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.backgroundblendmode .swiper-slide.with-background.style-blacktint .aside-value:after, html.backgroundblendmode .content .row.with-background.style-blacktint .blend, html.backgroundblendmode .content .row.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.backgroundblendmode .content .row.with-background.style-blacktint .aside-value:after, html.backgroundblendmode #pagepiling .section.with-background.style-blacktint .blend, html.backgroundblendmode #pagepiling .section.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.backgroundblendmode #pagepiling .section.with-background.style-blacktint .aside-value:after, html.backgroundblendmode .e-tpl-project2.with-background.style-blacktint .blend, html.backgroundblendmode .e-tpl-project2.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image html.backgroundblendmode .e-tpl-project2.with-background.style-blacktint .aside-value:after {
    mix-blend-mode: normal; }

.content .row.gridofentryteaser.with-background.style-blacktint .blend, .content .row.gridofentryteaser.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after, .rowoftext .aside-type-image .content .row.gridofentryteaser.with-background.style-blacktint .aside-value:after,
#pagepiling .section.type-gridofteasers.with-background.style-blacktint .blend,
#pagepiling .section.type-gridofteasers.with-background.style-blacktint .rowoftext .aside-type-image .aside-value:after,
.rowoftext .aside-type-image #pagepiling .section.type-gridofteasers.with-background.style-blacktint .aside-value:after {
  opacity: 0.5; }

/*
.body.type-project,
*/
.full-width .slideshow.with-next-prev .swiper-prev {
  margin-left: 15px; }

.full-width .slideshow.with-next-prev .swiper-next {
  margin-right: 15px; }

@media (-webkit-video-playable-inline) {
  div video {
    display: initial; } }

.body.type-listingpage .page-title,
.body.category-page .page-title,
.body.tag-page .page-title {
  margin-top: 15px;
  padding-top: 45px;
  margin-bottom: 30px; }
  .body.type-listingpage .page-title .h,
  .body.category-page .page-title .h,
  .body.tag-page .page-title .h {
    font-size: 55px;
    line-height: 120%; }
  .body.type-listingpage .page-title .linkto-wrapper.view,
  .body.category-page .page-title .linkto-wrapper.view,
  .body.tag-page .page-title .linkto-wrapper.view {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0 30px; }
    .body.type-listingpage .page-title .linkto-wrapper.view .linkto-text,
    .body.category-page .page-title .linkto-wrapper.view .linkto-text,
    .body.tag-page .page-title .linkto-wrapper.view .linkto-text {
      display: inline-block;
      border: 1px solid #FF0031;
      background: transparent;
      border-radius: 45px;
      padding: 8px 30px;
      color: #FF0031;
      text-transform: uppercase;
      font-size: 16px;
      -webkit-transition: background 0.1s, color 0.1s;
      -o-transition: background 0.1s, color 0.1s;
      transition: background 0.1s, color 0.1s; }
      .body.type-listingpage .page-title .linkto-wrapper.view .linkto-text:hover,
      .body.category-page .page-title .linkto-wrapper.view .linkto-text:hover,
      .body.tag-page .page-title .linkto-wrapper.view .linkto-text:hover {
        background: #FF0031;
        color: #FFFFFF; }

.body.type-listingpage .page-title-container.with-text,
.body.category-page .page-title-container.with-text,
.body.tag-page .page-title-container.with-text {
  margin-bottom: 30px; }

.body.type-listingpage .page-title-container.with-linkto .page-title .h,
.body.category-page .page-title-container.with-linkto .page-title .h,
.body.tag-page .page-title-container.with-linkto .page-title .h {
  display: inline-block;
  vertical-align: top; }

.body.type-listingpage .entries-listing .listing-container.container, .body.type-listingpage .entries-listing .listing-container .listing-empty,
.body.category-page .entries-listing .listing-container.container,
.body.category-page .entries-listing .listing-container .listing-empty,
.body.tag-page .entries-listing .listing-container.container,
.body.tag-page .entries-listing .listing-container .listing-empty {
  margin-bottom: 60px; }

.body.type-listingpage .entries-listing .listing-container.full-width,
.body.category-page .entries-listing .listing-container.full-width,
.body.tag-page .entries-listing .listing-container.full-width {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 50px; }

.body.type-listingpage .entries-listing .listing-container.with-pager,
.body.category-page .entries-listing .listing-container.with-pager,
.body.tag-page .entries-listing .listing-container.with-pager {
  margin-bottom: 30px; }

.body.type-listingpage .entries-listing .listing-container .listing.type-structure.count-1, .body.type-listingpage .entries-listing .listing-container .listing.type-structure.count-2,
.body.category-page .entries-listing .listing-container .listing.type-structure.count-1,
.body.category-page .entries-listing .listing-container .listing.type-structure.count-2,
.body.tag-page .entries-listing .listing-container .listing.type-structure.count-1,
.body.tag-page .entries-listing .listing-container .listing.type-structure.count-2 {
  text-align: center; }

.body.type-listingpage .entries-listing .listing-empty,
.body.category-page .entries-listing .listing-empty,
.body.tag-page .entries-listing .listing-empty {
  font-size: 26px;
  line-height: 120%; }

.pagination-container {
  text-align: center;
  margin-bottom: 45px; }

.blockquote {
  margin: 30px 0;
  text-align: center; }
  .blockquote p {
    margin: 0;
    font-family: "GilroyRegular";
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: 0; }
    .blockquote p:before {
      content: '“'; }
    .blockquote p:after {
      content: '”'; }
  .blockquote footer {
    margin: 10px 0;
    font-style: italic; }

.bigslide .row-matrix .row video {
  max-width: 100%;
  height: auto; }

.bigslide .row-matrix .row .heading .h {
  font-size: 50px;
  line-height: 120%; }

.bigslide .row-matrix .row .text, .bigslide .row-matrix .row .cta {
  font-size: 19px;
  line-height: 190%; }
  .bigslide .row-matrix .row .text strong,
  .bigslide .row-matrix .row .text b, .bigslide .row-matrix .row .cta strong,
  .bigslide .row-matrix .row .cta b {
    font-size: inherit;
    line-height: inherit; }

.bigslide .row-matrix .row .block-texts > * {
  max-width: 395px;
  margin-left: auto;
  margin-right: auto; }

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

a {
  text-decoration: none; }

input, textarea {
  margin: 0;
  border: none;
  font-family: 'Lucida Grande', sans-serif;
  font-size: 100%; }

textarea {
  resize: none; }

select {
  margin: 0; }

script {
  display: none !important; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

iframe {
  display: block;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.no-transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/* =============== PAGINATION =============== */
.pagination {
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  border: none;
  width: 100%;
  max-width: 400px;
  /*.e-title {
  }*/ }
  .pagination.style-nextprev {
    max-width: 100%; }
  .pagination .page-item > span {
    padding: 0 !important; }
  .pagination .page-item a, .pagination .page-item .a {
    padding: 10px 15px;
    display: block; }
  .pagination .page-item .pagination-item-page {
    padding-left: 20px;
    padding-right: 20px; }
  .pagination .page-item, .pagination .page-item a, .pagination .page-item span {
    text-decoration: none;
    font-size: 20px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    position: relative; }
  .pagination .page-item.disabled, .pagination .page-item.disabled a, .pagination .page-item.disabled span, .pagination .page-item.disabled:hover, .pagination .page-item.disabled:hover a, .pagination .page-item.disabled:hover span {
    cursor: not-allowed;
    color: #CCCCCC; }
  .pagination .page-item:hover, .pagination .page-item:hover a, .pagination .page-item:hover span {
    color: #FF0031; }
  .pagination .page-item.pagination-item-prev .page-item-text a:before, .pagination .page-item.pagination-item-next .page-item-text a:before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 2px;
    background: no-repeat center center;
    background-size: 15px 20px; }
  .pagination .page-item.pagination-item-prev {
    padding-left: 10px; }
    .pagination .page-item.pagination-item-prev:hover .page-item-text a:before {
      left: -35px; }
    .pagination .page-item.pagination-item-prev .page-item-text a:before {
      left: -25px;
      -webkit-transition: left 0.2s;
      -o-transition: left 0.2s;
      transition: left 0.2s; }
  .pagination .page-item.pagination-item-next {
    padding-right: 10px; }
    .pagination .page-item.pagination-item-next:hover .page-item-text a:before {
      right: -35px; }
    .pagination .page-item.pagination-item-next .page-item-text a:before {
      right: -25px;
      -webkit-transition: right 0.2s;
      -o-transition: right 0.2s;
      transition: right 0.2s; }
  .pagination .page-item .page-item-text a {
    font-size: 19px; }
  .pagination .page-item .page-item-text:hover {
    background-color: #FFFFFF !important; }
  .pagination .page-item.active, .pagination .page-item.active a, .pagination .page-item.active span {
    background: #086F3B;
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .pagination .page-item.active a, .pagination .page-item.active span {
    border: none; }

form input, form select {
  -webkit-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out; }
  form input:hover, form input:active, form input:focus, form select:hover, form select:active, form select:focus {
    outline: none; }

form.form {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 0 auto; }
  form.form:before {
    content: '';
    display: block;
    margin: 0 auto 40px auto;
    background: url("/theme/images/triangle_form.svg") 0 0 no-repeat;
    width: 32px;
    height: 19px; }
  form.form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000000; }
  form.form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1; }
  form.form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1; }
  form.form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000; }
  form.form ul.errors {
    background: #086F3B;
    padding: 5px;
    color: #FFFFFF; }
  form.form .fieldset {
    margin-bottom: 20px; }
    form.form .fieldset.last {
      margin-bottom: 0; }
    form.form .fieldset.with-title .h {
      font-family: 'NeutraTextDemi';
      font-size: 30px;
      line-height: 120%;
      letter-spacing: .43px;
      text-align: center;
      color: #086F3B;
      margin-bottom: 10px;
      text-transform: none; }
    form.form .fieldset.fields-count-1 .form-group.with-label:first-child .form-label {
      display: none; }
  form.form .fields {
    padding: 0;
    /*&.count-3,
	&.count-6 {*/ }
    form.form .fields .col-item {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      form.form .fields .col-item.i-1 .form-group,
      form.form .fields .col-item.i-4 .form-group {
        padding-right: 0; }
      form.form .fields .col-item.i-2 .form-group,
      form.form .fields .col-item.i-5 .form-group {
        padding-right: 0;
        padding-left: 0; }
      form.form .fields .col-item.i-3 .form-group,
      form.form .fields .col-item.i-6 .form-group {
        padding-left: 0; }
    form.form .fields.count-2 .col-item, form.form .fields.count-3 .col-item, form.form .fields.count-4 .col-item, form.form .fields.count-5 .col-item {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      form.form .fields.count-2 .col-item.i-1 .form-group,
      form.form .fields.count-2 .col-item.i-3 .form-group, form.form .fields.count-3 .col-item.i-1 .form-group,
      form.form .fields.count-3 .col-item.i-3 .form-group, form.form .fields.count-4 .col-item.i-1 .form-group,
      form.form .fields.count-4 .col-item.i-3 .form-group, form.form .fields.count-5 .col-item.i-1 .form-group,
      form.form .fields.count-5 .col-item.i-3 .form-group {
        padding-right: 0;
        padding-left: 0; }
      form.form .fields.count-2 .col-item.i-2 .form-group,
      form.form .fields.count-2 .col-item.i-4 .form-group, form.form .fields.count-3 .col-item.i-2 .form-group,
      form.form .fields.count-3 .col-item.i-4 .form-group, form.form .fields.count-4 .col-item.i-2 .form-group,
      form.form .fields.count-4 .col-item.i-4 .form-group, form.form .fields.count-5 .col-item.i-2 .form-group,
      form.form .fields.count-5 .col-item.i-4 .form-group {
        padding-left: 0;
        padding-right: 0; }
  form.form.form-inline .form-group,
  form.form.form-inline .form-label,
  form.form.form-inline .form-field,
  form.form.form-inline .buttons {
    vertical-align: top;
    display: inline-block; }
  form.form.form-inline .form-group {
    white-space: nowrap; }
    form.form.form-inline .form-group .form-field {
      width: 100%; }
      form.form.form-inline .form-group .form-field .form-control {
        width: 100%; }
    form.form.form-inline .form-group.with-label .form-label {
      margin: 0;
      padding-right: 10px; }
    form.form.form-inline .form-group.with-label .form-field {
      width: 80%; }
      form.form.form-inline .form-group.with-label .form-field .form-control {
        width: 100%; }
  form.form .buttons {
    text-align: center; }
    form.form .buttons .btn, form.form .buttons .btn.btn-primary, form.form .buttons .btn.btn-secondary {
      display: inline-block;
      vertical-align: top; }
      form.form .buttons .btn, form.form .buttons .btn:hover, form.form .buttons .btn:focus, form.form .buttons .btn:active, form.form .buttons .btn.btn-primary, form.form .buttons .btn.btn-primary:hover, form.form .buttons .btn.btn-primary:focus, form.form .buttons .btn.btn-primary:active, form.form .buttons .btn.btn-secondary, form.form .buttons .btn.btn-secondary:hover, form.form .buttons .btn.btn-secondary:focus, form.form .buttons .btn.btn-secondary:active {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        outline: 0; }
    form.form .buttons .btn.btn-primary {
      font-family: 'NeutraTextBold';
      font-size: 15px;
      text-transform: uppercase;
      color: #FFFFFF;
      background: #A0C160;
      -webkit-transition: background 0.2s;
      -o-transition: background 0.2s;
      transition: background 0.2s;
      margin: 40px 0 40px 0;
      cursor: pointer;
      padding: 12px 50px; }
      form.form .buttons .btn.btn-primary:hover, form.form .buttons .btn.btn-primary:focus, form.form .buttons .btn.btn-primary:active {
        background: #000000; }
  form.form .form-group .form-label {
    margin-bottom: 8px; }
    form.form .form-group .form-label label.required:after {
      content: ' *';
      color: #086F3B;
      display: inline-block;
      vertical-align: top;
      margin-left: 5px; }
    form.form .form-group .form-label em {
      display: block;
      font-size: 12px;
      color: #AAAAAA;
      font-weight: normal;
      font-style: normal; }
  form.form .form-group.form-group-plaintext .form-label, form.form .form-group.form-group-amforms-email .form-label, form.form .form-group.field-subscribetoournewsletter .form-label {
    display: none; }
  form.form .form-group.form-group-radiobuttons {
    margin-top: 20px; }
    form.form .form-group.form-group-radiobuttons .form-label {
      font-family: 'NeutraTextBold';
      color: #87C525;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center;
      margin: 0 0 25px 0; }
    form.form .form-group.form-group-radiobuttons .form-field {
      text-align: center; }
      form.form .form-group.form-group-radiobuttons .form-field div {
        display: inline-block;
        padding-right: 20px; }
        form.form .form-group.form-group-radiobuttons .form-field div label {
          font-family: 'GilroyRegular';
          font-size: 16px;
          color: #000000; }
        form.form .form-group.form-group-radiobuttons .form-field div:last-child {
          padding-right: 0; }
  form.form .form-group.form-group-checkboxes {
    margin-top: 20px; }
    form.form .form-group.form-group-checkboxes label {
      font-family: 'GilroyRegular';
      font-size: 16px;
      color: #000000; }
    form.form .form-group.form-group-checkboxes .form-field input {
      margin: 0 10px 0 0; }
    form.form .form-group.form-group-checkboxes .form-label {
      display: block;
      margin: 0 0 25px 0;
      text-align: center; }
      form.form .form-group.form-group-checkboxes .form-label label {
        font-family: 'NeutraTextBold';
        color: #87C525;
        font-size: 15px;
        text-transform: uppercase;
        text-align: center;
        margin: 0; }
    form.form .form-group.form-group-checkboxes .form-field {
      text-align: center; }
      form.form .form-group.form-group-checkboxes .form-field div {
        display: inline-block;
        padding-right: 0;
        width: 51%;
        text-align: left; }
        form.form .form-group.form-group-checkboxes .form-field div label {
          font-family: 'GilroyRegular';
          font-size: 16px;
          color: #000000; }
        form.form .form-group.form-group-checkboxes .form-field div:last-child {
          padding-right: 0; }
    form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-label {
      display: none; }
    form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field {
      text-align: left; }
      form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div {
        width: 100%; }
        form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div input {
          display: inline-block;
          vertical-align: top;
          margin-top: 4px; }
        form.form .form-group.form-group-checkboxes.field-subscribetoournewsletter .form-field div label {
          display: inline-block;
          vertical-align: top;
          width: 95%; }
    form.form .form-group.form-group-checkboxes.field-flavoursinterests .form-field {
      text-align: left; }
      form.form .form-group.form-group-checkboxes.field-flavoursinterests .form-field div {
        width: 33.33%;
        vertical-align: top;
        margin-bottom: 10px; }
    form.form .form-group.form-group-checkboxes.field-flavoursareaofinterest .form-field, form.form .form-group.form-group-checkboxes.field-activity .form-field {
      text-align: left;
      margin-bottom: 30px; }
      form.form .form-group.form-group-checkboxes.field-flavoursareaofinterest .form-field div, form.form .form-group.form-group-checkboxes.field-activity .form-field div {
        width: 50%;
        vertical-align: top;
        margin-bottom: 10px; }
    form.form .form-group.form-group-checkboxes.field-flavoursregions .form-field div, form.form .form-group.form-group-checkboxes.field-areaofinterest .form-field div {
      width: inherit;
      padding-right: 20px;
      margin-bottom: 10px; }
  form.form .form-group .form-field .form-control,
  form.form .form-group .form-field input,
  form.form .form-group .form-field textarea,
  form.form .form-group .form-field select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #FFFFFF; }
  form.form .form-group .form-field .form-control.text {
    font-family: 'GilroyRegular';
    font-size: 16px;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    border: 1px solid #DADADA;
    -webkit-appearance: none; }
    form.form .form-group .form-field .form-control.text:hover {
      border-color: #A0C160; }
    form.form .form-group .form-field .form-control.text:focus {
      border-color: #A0C160; }
  form.form .form-group.form-group-hidden {
    display: none; }
    form.form .form-group.form-group-hidden.with-label {
      display: block; }
  form.form .form-group.form-group-radiobuttons .form-field label input {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }
  form.form .form-group.form-group-radiobuttons .form-field > div {
    margin-bottom: 10px; }
    form.form .form-group.form-group-radiobuttons .form-field > div:last-child {
      margin-bottom: 0; }
  form.form .form-group.disabled .form-control, form.form .form-group.disabled .form-control.text {
    border: 1px solid #CCCCCC;
    color: #000000; }
    form.form .form-group.disabled .form-control:hover, form.form .form-group.disabled .form-control:focus, form.form .form-group.disabled .form-control.text:hover, form.form .form-group.disabled .form-control.text:focus {
      border: 1px solid #CCCCCC; }
  form.form .form-group.form-group-assets .form-label label {
    font-family: 'NeutraTextBold';
    color: #87C525;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px 0; }
  form.form .form-group.form-group-assets .form-label em {
    font-family: 'GilroyRegular'; }
  form.form .form-group.form-group-assets .form-field .custom-file {
    font-family: 'GilroyRegular';
    font-size: 16px;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    border: 1px solid #DADADA;
    -webkit-appearance: none;
    width: 100%;
    position: relative; }
    form.form .form-group.form-group-assets .form-field .custom-file input[type="file"] {
      width: 100%; }
    form.form .form-group.form-group-assets .form-field .custom-file .custom-file-label {
      position: absolute;
      right: 20px;
      top: 6px; }
      form.form .form-group.form-group-assets .form-field .custom-file .custom-file-label:before {
        content: '\e90c';
        font-family: icomoon;
        font-size: 16px;
        color: #A0C160;
        display: inline-block;
        position: relative;
        top: 0;
        margin: 0 10px 0 0; }
  form.form.form-transparent .form-group .form-control, form.form.form-transparent .form-group .form-control.text {
    background: transparent;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF; }
    form.form.form-transparent .form-group .form-control:hover, form.form.form-transparent .form-group .form-control:focus, form.form.form-transparent .form-group .form-control.text:hover, form.form.form-transparent .form-group .form-control.text:focus {
      border-color: #FFFFFF; }
  form.form.form-transparent .form-group .form-control.text {
    padding-left: 0; }
  form.form.form-transparent ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form.form-transparent :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form.form-transparent ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form.form-transparent :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  form.form .form__note {
    font-size: 0px;
    color: transparent;
    text-indent: -9999px; }

/* =============== GRID OVERRIDE =============== */
.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

/* =============== PARTICULARS =============== */
.image-legend {
  font-family: "GilroyRegular";
  font-size: 12px;
  color: #9A9A9A;
  padding: 10px; }

.specific-form {
  opacity: 0;
  -webkit-transition: 400ms all ease-out;
  -o-transition: 400ms all ease-out;
  transition: 400ms all ease-out;
  display: none;
  background: rgba(255, 255, 255, 0.94);
  padding: 80px; }
  .specific-form .text:not(.form-control) {
    margin-bottom: 30px; }
  .specific-form.active {
    display: block;
    opacity: 1;
    padding-bottom: 100px; }
  .specific-form:hover {
    background: #FFFFFF; }

body.page-best-wishes-2019 .content-header h1 {
  display: none; }

body.page-best-wishes-2019 .row.fullwidthmedia {
  background: none !important; }

/* =============== PLUGIN / COOKIESCONSENT - https://github.com/xkisu/craftcookieconsent =============== */
.cc-banner.cc-window {
  background: rgba(0, 0, 0, 0.3) !important; }

.cc-banner .cc-message {
  font-size: 14px;
  font-family: 'GilroyRegular', Arial, sans-serif; }

.cc-banner .cc-compliance .cc-btn:last-child {
  min-width: 90px; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -100px 0; } }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -100px 0; } }

#ambientMusic {
  position: fixed;
  bottom: 112px;
  right: 133px;
  z-index: 10; }
  #ambientMusic #player {
    display: none; }
  #ambientMusic .music--wave {
    display: inline-block;
    vertical-align: middle;
    height: 19px;
    width: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 10px 0 0;
    background: url(/theme/images/wave.svg);
    background-size: 50px 20px;
    background-position: 0 0;
    background-repeat: repeat-x;
    cursor: pointer;
    -webkit-animation: move 5.1s linear infinite;
    animation: move 5.1s linear infinite; }
    #ambientMusic .music--wave.is--paused {
      -webkit-animation-play-state: paused;
      animation-play-state: paused; }
  #ambientMusic .mute--music {
    font-family: "GilroyRegular";
    font-weight: 600;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 11px;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: 400ms all ease-out;
    -o-transition: 400ms all ease-out;
    transition: 400ms all ease-out; }
    #ambientMusic .mute--music.is--playing {
      color: #A0C160; }

/* =============== CONTENT TYPES =============== */
section.content.with-intro .rowintro.last.first,
section.content.without-intro > .row.first.last.first, .prepend-content.with-intro .rowintro.last.first,
.prepend-content.without-intro > .row.first.last.first {
  margin-top: 0; }

section.content.with-intro .row.first.with-title .row-heading, .prepend-content.with-intro .row.first.with-title .row-heading {
  margin-bottom: 35px; }

section.content > .row, .prepend-content > .row {
  padding: 80px;
  background: rgba(255, 255, 255, 0.94);
  position: relative;
  z-index: 2;
  -webkit-transition: 200ms all ease-in-out;
  -o-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out; }
  section.content > .row:hover, .prepend-content > .row:hover {
    background: white; }
  section.content > .row + .row, .prepend-content > .row + .row {
    padding-top: 0;
    padding-bottom: 80px; }
  section.content > .row:last-of-type, .prepend-content > .row:last-of-type {
    padding-bottom: 80px; }
  section.content > .row.fullwidthmedia, .prepend-content > .row.fullwidthmedia {
    padding: 0;
    position: relative;
    z-index: 40; }
    section.content > .row.fullwidthmedia .row-matrix.type-video, .prepend-content > .row.fullwidthmedia .row-matrix.type-video {
      width: 100%;
      max-width: 100%; }
    section.content > .row.fullwidthmedia video, .prepend-content > .row.fullwidthmedia video {
      width: 100%; }
    section.content > .row.fullwidthmedia > *, .prepend-content > .row.fullwidthmedia > * {
      padding: 0; }
    section.content > .row.fullwidthmedia .row-matrix, .prepend-content > .row.fullwidthmedia .row-matrix {
      padding: 0; }
    section.content > .row.fullwidthmedia .video-player, .prepend-content > .row.fullwidthmedia .video-player {
      width: 100%; }
      section.content > .row.fullwidthmedia .video-player iframe, .prepend-content > .row.fullwidthmedia .video-player iframe {
        height: auto;
        max-height: 500px;
        width: 100%; }
    section.content > .row.fullwidthmedia .type-videoupload .row, .prepend-content > .row.fullwidthmedia .type-videoupload .row {
      height: 565px;
      overflow: hidden; }
    section.content > .row.fullwidthmedia .type-videoupload video, .prepend-content > .row.fullwidthmedia .type-videoupload video {
      width: 100%; }
    section.content > .row.fullwidthmedia .image-legend, .prepend-content > .row.fullwidthmedia .image-legend {
      padding: 10px 30px;
      text-align: right;
      width: 100%;
      position: absolute;
      bottom: -42px; }
  section.content > .row.fullwidthmedia + .row, .prepend-content > .row.fullwidthmedia + .row {
    padding-top: 80px; }
  section.content > .row.quoteblock, .prepend-content > .row.quoteblock {
    -webkit-transition: 400ms all ease-out;
    -o-transition: 400ms all ease-out;
    transition: 400ms all ease-out;
    background: none;
    padding: 100px 0;
    text-align: center;
    color: #FFFFFF;
    opacity: 0; }
    section.content > .row.quoteblock.scrollViewd, .prepend-content > .row.quoteblock.scrollViewd {
      opacity: 1; }
    section.content > .row.quoteblock + .row:not(.storytimeline), .prepend-content > .row.quoteblock + .row:not(.storytimeline) {
      padding-top: 80px; }
  section.content > .row.dropdownwithimage, .prepend-content > .row.dropdownwithimage {
    padding: 0 !important; }
    section.content > .row.dropdownwithimage .c.container, .prepend-content > .row.dropdownwithimage .c.container {
      padding: 0; }
    section.content > .row.dropdownwithimage .image-legend, .prepend-content > .row.dropdownwithimage .image-legend {
      padding: 10px 30px;
      text-align: right;
      width: 100%;
      position: absolute;
      bottom: -42px; }
    section.content > .row.dropdownwithimage .text-extrait, .prepend-content > .row.dropdownwithimage .text-extrait {
      -webkit-transition: 200ms all ease-in-out;
      -o-transition: 200ms all ease-in-out;
      transition: 200ms all ease-in-out; }
    section.content > .row.dropdownwithimage.dropdown, .prepend-content > .row.dropdownwithimage.dropdown {
      margin-bottom: 25px !important;
      cursor: pointer; }
      section.content > .row.dropdownwithimage.dropdown .row-content, .prepend-content > .row.dropdownwithimage.dropdown .row-content {
        padding: 80px;
        position: relative;
        overflow: hidden;
        min-height: 330px;
        display: block !important;
        -webkit-transition: 400ms all ease-out;
        -o-transition: 400ms all ease-out;
        transition: 400ms all ease-out; }
        section.content > .row.dropdownwithimage.dropdown .row-content > .subtext .h, .prepend-content > .row.dropdownwithimage.dropdown .row-content > .subtext .h {
          margin: 0 0 25px 0; }
          section.content > .row.dropdownwithimage.dropdown .row-content > .subtext .h:before, .prepend-content > .row.dropdownwithimage.dropdown .row-content > .subtext .h:before {
            content: '\e900';
            font-family: icomoon;
            font-size: 11px;
            display: block;
            color: #A0C160;
            position: absolute;
            top: 54px;
            left: 0;
            -webkit-transition: 400ms all ease-out;
            -o-transition: 400ms all ease-out;
            transition: 400ms all ease-out;
            z-index: 40;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
        section.content > .row.dropdownwithimage.dropdown .row-content > .text, .prepend-content > .row.dropdownwithimage.dropdown .row-content > .text {
          padding: 0 0 0 70px; }
        section.content > .row.dropdownwithimage.dropdown .row-content #dropdownContentsWrapper, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownContentsWrapper {
          position: relative; }
          section.content > .row.dropdownwithimage.dropdown .row-content #dropdownContentsWrapper .text-extrait, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownContentsWrapper .text-extrait {
            padding-left: 70px;
            position: absolute;
            top: 0;
            left: 0; }
          section.content > .row.dropdownwithimage.dropdown .row-content #dropdownContentsWrapper #dropdownWithImage__wrapper, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownContentsWrapper #dropdownWithImage__wrapper {
            display: none; }
        section.content > .row.dropdownwithimage.dropdown .row-content #dropdownImageBlock, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownImageBlock {
          position: absolute;
          top: 0;
          right: 0;
          max-height: 711px;
          height: 100% !important;
          width: 344px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 344px;
          -webkit-transition: 400ms all ease-out;
          -o-transition: 400ms all ease-out;
          transition: 400ms all ease-out;
          z-index: 40; }
        section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .h-subtitle, .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .h-subtitle {
          margin-top: 50px; }
        section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta, .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta {
          text-align: left;
          margin-top: 30px; }
          section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta .btn, .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta .btn {
            display: inline-block;
            font-family: "GilroyRegular";
            font-weight: 800;
            font-size: 16px;
            color: #000000;
            text-align: left;
            padding: 0;
            position: relative; }
            section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta .btn:before, .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta .btn:before {
              content: '\e900';
              font-family: icomoon;
              display: block;
              position: absolute;
              left: -70px;
              top: 5px;
              color: #87C525;
              -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              font-size: 9px; }
            section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta .btn:after, .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta .btn:after {
              content: '';
              height: 23px;
              width: 23px;
              background: url(/theme/images/linkIcon.svg) 0 0 no-repeat;
              position: absolute;
              top: 3px;
              right: -35px; }
            section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta .btn:hover, .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink .cta .btn:hover {
              color: #87C525; }
        section.content > .row.dropdownwithimage.dropdown .row-content #dropdownWithImage__wrapper, .prepend-content > .row.dropdownwithimage.dropdown .row-content #dropdownWithImage__wrapper {
          padding-left: 70px; }
        section.content > .row.dropdownwithimage.dropdown .row-content .text-extrait,
        section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_0,
        section.content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_1, .prepend-content > .row.dropdownwithimage.dropdown .row-content .text-extrait,
        .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_0,
        .prepend-content > .row.dropdownwithimage.dropdown .row-content .row-textBlockWithSubtitleLink_1 {
          padding-right: 375px; }
      section.content > .row.dropdownwithimage.dropdown.active #dropdownImageBlock, .prepend-content > .row.dropdownwithimage.dropdown.active #dropdownImageBlock {
        background-position: top center; }
      section.content > .row.dropdownwithimage.dropdown.active .row-content > .subtext .h:before, .prepend-content > .row.dropdownwithimage.dropdown.active .row-content > .subtext .h:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      section.content > .row.dropdownwithimage.dropdown:hover .text-extrait, .prepend-content > .row.dropdownwithimage.dropdown:hover .text-extrait {
        background: #FFFFFF; }
    section.content > .row.dropdownwithimage.block--with-vzaar, .prepend-content > .row.dropdownwithimage.block--with-vzaar {
      margin-bottom: 25px !important;
      cursor: pointer; }
      section.content > .row.dropdownwithimage.block--with-vzaar .row-content, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content {
        position: relative;
        overflow: hidden;
        min-height: 330px;
        display: block !important;
        -webkit-transition: 400ms all ease-out;
        -o-transition: 400ms all ease-out;
        transition: 400ms all ease-out; }
        section.content > .row.dropdownwithimage.block--with-vzaar .row-content .dropdown-global, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .dropdown-global {
          padding: 80px;
          min-height: 330px; }
        section.content > .row.dropdownwithimage.block--with-vzaar .row-content .subtext .h, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .subtext .h {
          margin: 0 0 25px 0;
          position: relative; }
          section.content > .row.dropdownwithimage.block--with-vzaar .row-content .subtext .h:before, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .subtext .h:before {
            content: '\e900';
            font-family: icomoon;
            font-size: 11px;
            display: block;
            color: #A0C160;
            position: absolute;
            top: 54px;
            left: 0;
            -webkit-transition: 400ms all ease-out;
            -o-transition: 400ms all ease-out;
            transition: 400ms all ease-out;
            z-index: 40;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
        section.content > .row.dropdownwithimage.block--with-vzaar .row-content .text, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .text {
          padding: 0 0 0 0; }
        section.content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper {
          position: relative; }
          section.content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper .text-extrait, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper .text-extrait {
            padding-left: 70px;
            position: absolute;
            top: 0;
            left: 0; }
          section.content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper #dropdownWithImage__wrapper, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownContentsWrapper #dropdownWithImage__wrapper {
            display: none; }
        section.content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownImageBlock, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownImageBlock {
          position: absolute;
          top: 0;
          right: 0;
          max-height: 711px;
          height: 100% !important;
          width: 344px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 344px;
          -webkit-transition: 400ms all ease-out;
          -o-transition: 400ms all ease-out;
          transition: 400ms all ease-out; }
        section.content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink .h-subtitle, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink .h-subtitle {
          margin-top: 50px; }
        section.content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink .cta, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink .cta {
          text-align: left;
          margin-top: 30px; }
          section.content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink .cta .btn, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink .cta .btn {
            display: inline-block;
            font-family: "GilroyRegular";
            font-weight: 800;
            font-size: 16px;
            color: #000000;
            text-align: left;
            padding: 0;
            position: relative; }
            section.content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink .cta .btn:before, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink .cta .btn:before {
              content: '\e900';
              font-family: icomoon;
              display: block;
              position: absolute;
              left: -70px;
              top: 5px;
              color: #87C525;
              -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              transform: rotate(90deg);
              font-size: 9px; }
            section.content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink .cta .btn:after, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink .cta .btn:after {
              content: '';
              height: 23px;
              width: 23px;
              background: url(/theme/images/linkIcon.svg) 0 0 no-repeat;
              position: absolute;
              top: 3px;
              right: -35px; }
            section.content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink .cta .btn:hover, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink .cta .btn:hover {
              color: #87C525; }
        section.content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownWithImage__wrapper, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content #dropdownWithImage__wrapper {
          padding-left: 70px; }
        section.content > .row.dropdownwithimage.block--with-vzaar .row-content .text-extrait,
        section.content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink_0,
        section.content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink_1, .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .text-extrait,
        .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink_0,
        .prepend-content > .row.dropdownwithimage.block--with-vzaar .row-content .row-textBlockWithSubtitleLink_1 {
          padding-right: 0px; }
      section.content > .row.dropdownwithimage.block--with-vzaar .dropdown-global.active .subtext .h:before, .prepend-content > .row.dropdownwithimage.block--with-vzaar .dropdown-global.active .subtext .h:before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); }
      section.content > .row.dropdownwithimage.block--with-vzaar:hover .text-extrait, .prepend-content > .row.dropdownwithimage.block--with-vzaar:hover .text-extrait {
        background: #FFFFFF; }
  section.content > .row.mediablockwithtext, .prepend-content > .row.mediablockwithtext {
    padding: 0;
    cursor: pointer; }
    section.content > .row.mediablockwithtext .container, .prepend-content > .row.mediablockwithtext .container {
      padding: 0; }
      section.content > .row.mediablockwithtext .container .h-block, .prepend-content > .row.mediablockwithtext .container .h-block {
        font-family: "NeutraTextDemi";
        color: #A0C160;
        font-size: 38px;
        line-height: 125%;
        margin-bottom: 35px; }
    section.content > .row.mediablockwithtext .block-images, .prepend-content > .row.mediablockwithtext .block-images {
      padding: 0;
      overflow: hidden;
      max-height: 584px;
      min-height: 584px;
      height: 584px;
      width: 585px; }
      section.content > .row.mediablockwithtext .block-images img, .prepend-content > .row.mediablockwithtext .block-images img {
        width: 100%;
        -webkit-transition: 400ms all ease-in-out;
        -o-transition: 400ms all ease-in-out;
        transition: 400ms all ease-in-out; }
      section.content > .row.mediablockwithtext .block-images video, .prepend-content > .row.mediablockwithtext .block-images video {
        width: 100%;
        -webkit-transition: 400ms all ease-in-out;
        -o-transition: 400ms all ease-in-out;
        transition: 400ms all ease-in-out; }
    section.content > .row.mediablockwithtext .block-texts, .prepend-content > .row.mediablockwithtext .block-texts {
      padding-left: 80px;
      padding-right: 80px; }
    section.content > .row.mediablockwithtext.even .block-texts, .prepend-content > .row.mediablockwithtext.even .block-texts {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-left: 80px;
      padding-right: 80px; }
    section.content > .row.mediablockwithtext:hover .btn-more-info, .prepend-content > .row.mediablockwithtext:hover .btn-more-info {
      color: #000000; }
      section.content > .row.mediablockwithtext:hover .btn-more-info .linkto-text, .prepend-content > .row.mediablockwithtext:hover .btn-more-info .linkto-text {
        width: 100%; }
      section.content > .row.mediablockwithtext:hover .btn-more-info:after, .prepend-content > .row.mediablockwithtext:hover .btn-more-info:after {
        left: 120%;
        background: rgba(0, 86, 44, 0.61) url(/theme/images/icon-play.svg) 8px center no-repeat; }
    section.content > .row.mediablockwithtext:hover .block-images img, .prepend-content > .row.mediablockwithtext:hover .block-images img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  section.content > .row.mediablockfullwidth, .prepend-content > .row.mediablockfullwidth {
    padding: 0;
    cursor: pointer; }
    section.content > .row.mediablockfullwidth .container, .prepend-content > .row.mediablockfullwidth .container {
      padding: 0; }
      section.content > .row.mediablockfullwidth .container .block-images, .prepend-content > .row.mediablockfullwidth .container .block-images {
        padding: 0;
        overflow: hidden;
        max-height: 560px;
        width: 100%; }
        section.content > .row.mediablockfullwidth .container .block-images img, .prepend-content > .row.mediablockfullwidth .container .block-images img {
          width: 100%;
          -webkit-transition: 400ms all ease-in-out;
          -o-transition: 400ms all ease-in-out;
          transition: 400ms all ease-in-out; }
        section.content > .row.mediablockfullwidth .container .block-images video, .prepend-content > .row.mediablockfullwidth .container .block-images video {
          width: 100%;
          max-width: 1171px;
          width: 101%;
          -webkit-transition: 400ms all ease-out;
          -o-transition: 400ms all ease-out;
          transition: 400ms all ease-out; }
      section.content > .row.mediablockfullwidth .container .block-texts, .prepend-content > .row.mediablockfullwidth .container .block-texts {
        padding-top: 120px;
        padding-bottom: 40px;
        padding-left: 80px;
        padding-right: 80px;
        text-align: center; }
        section.content > .row.mediablockfullwidth .container .block-texts .cta, .prepend-content > .row.mediablockfullwidth .container .block-texts .cta {
          display: none; }
    section.content > .row.mediablockfullwidth .h-block, .prepend-content > .row.mediablockfullwidth .h-block {
      font-family: "NeutraTextDemi";
      color: #A0C160;
      font-size: 38px;
      line-height: 125%;
      margin-bottom: 35px; }
  section.content > .row.blockperfumers, .prepend-content > .row.blockperfumers {
    margin: 105px 0;
    padding: 80px; }
    section.content > .row.blockperfumers .container, .prepend-content > .row.blockperfumers .container {
      padding: 0; }
      section.content > .row.blockperfumers .container .slideshow.with-next-prev, .prepend-content > .row.blockperfumers .container .slideshow.with-next-prev {
        padding: 0; }
      section.content > .row.blockperfumers .container .slideshow .swiper-slide, .prepend-content > .row.blockperfumers .container .slideshow .swiper-slide {
        padding-right: 18px;
        overflow: hidden; }
        section.content > .row.blockperfumers .container .slideshow .swiper-slide img, .prepend-content > .row.blockperfumers .container .slideshow .swiper-slide img {
          width: 100%;
          height: auto; }
      section.content > .row.blockperfumers .container .h-block, .prepend-content > .row.blockperfumers .container .h-block {
        margin: 0 0 50px 0; }
      section.content > .row.blockperfumers .container .h-subtitle, .prepend-content > .row.blockperfumers .container .h-subtitle {
        font-family: "GilroyRegular";
        font-size: 14px;
        color: #9A9A9A; }
        section.content > .row.blockperfumers .container .h-subtitle strong, .prepend-content > .row.blockperfumers .container .h-subtitle strong {
          color: #000000;
          font-size: 20px;
          font-family: "NeutraTextBook";
          margin: 20px 0 0 0;
          display: block; }
  section.content > .row.contactblock, .prepend-content > .row.contactblock {
    text-align: center;
    background: none;
    margin-top: 105px; }
    section.content > .row.contactblock .h-block, .prepend-content > .row.contactblock .h-block {
      color: #FFFFFF;
      font-family: "NeutraTextDemi";
      font-size: 30px;
      line-height: 120%;
      margin: 0 0 25px 0;
      text-transform: none; }
    section.content > .row.contactblock .btn, .prepend-content > .row.contactblock .btn {
      height: 40px;
      line-height: 40px;
      padding: 0 65px 0 30px; }
      section.content > .row.contactblock .btn span, .prepend-content > .row.contactblock .btn span {
        line-height: 40px;
        display: block;
        padding: 0px;
        height: 40px; }
      section.content > .row.contactblock .btn i, .prepend-content > .row.contactblock .btn i {
        top: 13px;
        font-size: 12px; }
  section.content > .row.blockbottompageshortcuts, .prepend-content > .row.blockbottompageshortcuts {
    background: none;
    padding: 0;
    margin: 90px 0 20px 0; }
    section.content > .row.blockbottompageshortcuts .c.container, .prepend-content > .row.blockbottompageshortcuts .c.container {
      padding: 0; }
      section.content > .row.blockbottompageshortcuts .c.container:before, .prepend-content > .row.blockbottompageshortcuts .c.container:before {
        display: block;
        content: '\e900';
        font-family: 'icomoon';
        color: #A0C160;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 33px;
        margin: 0 auto 80px auto; }
      section.content > .row.blockbottompageshortcuts .c.container .shortcut-item, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item {
        float: left;
        vertical-align: top;
        width: 390px;
        overflow: hidden;
        position: relative; }
        section.content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block {
          font-family: "NeutraTextBold";
          font-size: 32px;
          line-height: 120%;
          letter-spacing: .23px;
          color: #FFFFFF;
          position: absolute;
          bottom: 50px;
          left: 50px;
          z-index: 40; }
          section.content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block:after, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item .h-block:after {
            position: absolute;
            bottom: 13px;
            right: -50px;
            content: '';
            display: inline-block;
            vertical-align: baseline;
            height: 0;
            width: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 8px;
            border-left-color: #FFFFFF;
            -webkit-transition: 400ms all ease-out;
            -o-transition: 400ms all ease-out;
            transition: 400ms all ease-out; }
        section.content > .row.blockbottompageshortcuts .c.container .shortcut-item img, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item img {
          width: 390px;
          -webkit-transition: 400ms all ease-out;
          -o-transition: 400ms all ease-out;
          transition: 400ms all ease-out; }
        section.content > .row.blockbottompageshortcuts .c.container .shortcut-item:hover .h-block:after, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item:hover .h-block:after {
          right: -60px; }
        section.content > .row.blockbottompageshortcuts .c.container .shortcut-item:hover img, .prepend-content > .row.blockbottompageshortcuts .c.container .shortcut-item:hover img {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
  section.content > .row .slideshow.with-next-prev .swiper-next-prev, .prepend-content > .row .slideshow.with-next-prev .swiper-next-prev {
    z-index: 999999; }
    section.content > .row .slideshow.with-next-prev .swiper-next-prev .swiper-prev, .prepend-content > .row .slideshow.with-next-prev .swiper-next-prev .swiper-prev {
      border: none;
      text-indent: inherit !important; }
    section.content > .row .slideshow.with-next-prev .swiper-next-prev .swiper-next, .prepend-content > .row .slideshow.with-next-prev .swiper-next-prev .swiper-next {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      color: #A0C160;
      position: absolute;
      right: -50px;
      font-size: 12px; }
    section.content > .row .slideshow.with-next-prev .swiper-next-prev .swiper-prev, .prepend-content > .row .slideshow.with-next-prev .swiper-next-prev .swiper-prev {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      color: #A0C160;
      position: absolute;
      left: -50px;
      font-size: 12px; }
  section.content > .row.rowintro, .prepend-content > .row.rowintro {
    margin-bottom: 45px; }
    section.content > .row.rowintro .text > *, .prepend-content > .row.rowintro .text > * {
      font-size: 18px; }
  section.content > .row .col-item p:last-child, .prepend-content > .row .col-item p:last-child {
    margin-bottom: 0; }
  section.content > .row .row-content, .prepend-content > .row .row-content {
    position: relative;
    z-index: 3; }
    section.content > .row .row-content > *, .prepend-content > .row .row-content > * {
      width: 100%;
      position: relative;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    section.content > .row .row-content img, .prepend-content > .row .row-content img {
      width: auto; }
    section.content > .row .row-content .row-heading .h br, .prepend-content > .row .row-content .row-heading .h br {
      display: none; }
    section.content > .row .row-content .row-heading .sub-heading, .prepend-content > .row .row-content .row-heading .sub-heading {
      margin-top: 28px;
      line-height: 190%; }
      section.content > .row .row-content .row-heading .sub-heading, section.content > .row .row-content .row-heading .sub-heading p, .prepend-content > .row .row-content .row-heading .sub-heading, .prepend-content > .row .row-content .row-heading .sub-heading p {
        font-size: 18px; }
        section.content > .row .row-content .row-heading .sub-heading strong,
        section.content > .row .row-content .row-heading .sub-heading b, section.content > .row .row-content .row-heading .sub-heading p strong,
        section.content > .row .row-content .row-heading .sub-heading p b, .prepend-content > .row .row-content .row-heading .sub-heading strong,
        .prepend-content > .row .row-content .row-heading .sub-heading b, .prepend-content > .row .row-content .row-heading .sub-heading p strong,
        .prepend-content > .row .row-content .row-heading .sub-heading p b {
          font-size: inherit;
          line-height: inherit; }
    section.content > .row .row-content .row-cta, .prepend-content > .row .row-content .row-cta {
      margin-top: 75px;
      text-align: center; }
  section.content > .row.contained .row-content, .prepend-content > .row.contained .row-content {
    margin: auto; }
  section.content > .row.contentblock, .prepend-content > .row.contentblock {
    margin-bottom: 25px; }
    section.content > .row.contentblock.without-title.with---image, .prepend-content > .row.contentblock.without-title.with---image {
      padding: 0 80px; }
      section.content > .row.contentblock.without-title.with---image .neo-contentBlock-item:first-child .text, .prepend-content > .row.contentblock.without-title.with---image .neo-contentBlock-item:first-child .text {
        padding-top: 80px; }
      section.content > .row.contentblock.without-title.with---image .neo-contentBlock-item:last-child, .prepend-content > .row.contentblock.without-title.with---image .neo-contentBlock-item:last-child {
        padding-bottom: 80px; }
    section.content > .row.contentblock.without-title.without---image, .prepend-content > .row.contentblock.without-title.without---image {
      padding: 80px; }
      section.content > .row.contentblock.without-title.without---image.count-items-1 .has-no-margin .cta, .prepend-content > .row.contentblock.without-title.without---image.count-items-1 .has-no-margin .cta {
        padding: 0; }
      section.content > .row.contentblock.without-title.without---image.count-items-2, .prepend-content > .row.contentblock.without-title.without---image.count-items-2 {
        background: #FFFFFF; }
    section.content > .row.contentblock.without-title .neo-contentBlock-wrapper .neo-contentBlock-item:last-child, .prepend-content > .row.contentblock.without-title .neo-contentBlock-wrapper .neo-contentBlock-item:last-child {
      padding-bottom: 80px; }
    section.content > .row.contentblock.without-title .row-with-image .text, .prepend-content > .row.contentblock.without-title .row-with-image .text {
      width: 650px;
      clear: both; }
    section.content > .row.contentblock.without-title .row-with-image .col-img, .prepend-content > .row.contentblock.without-title .row-with-image .col-img {
      width: 344px; }
      section.content > .row.contentblock.without-title .row-with-image .col-img img, .prepend-content > .row.contentblock.without-title .row-with-image .col-img img {
        width: 100%;
        height: auto; }
    section.content > .row.contentblock.without-title .row-with-image .text, .prepend-content > .row.contentblock.without-title .row-with-image .text {
      padding-bottom: 40px; }
      section.content > .row.contentblock.without-title .row-with-image .text p:last-child, .prepend-content > .row.contentblock.without-title .row-with-image .text p:last-child {
        margin-bottom: 0; }
    section.content > .row.contentblock.without-title.without---image, .prepend-content > .row.contentblock.without-title.without---image {
      padding: 80px; }
    section.content > .row.contentblock .c.container .without-title .with---image .neo-contentBlock-item:last-child, .prepend-content > .row.contentblock .c.container .without-title .with---image .neo-contentBlock-item:last-child {
      padding-bottom: 80px; }
    section.content > .row.contentblock .c.container .cta, .prepend-content > .row.contentblock .c.container .cta {
      text-align: left;
      margin-top: 30px; }
      section.content > .row.contentblock .c.container .cta .btn, .prepend-content > .row.contentblock .c.container .cta .btn {
        display: inline-block;
        font-family: "GilroyRegular";
        font-weight: 800;
        font-size: 16px;
        color: #000000;
        text-align: left;
        padding: 0;
        position: relative; }
        section.content > .row.contentblock .c.container .cta .btn:before, .prepend-content > .row.contentblock .c.container .cta .btn:before {
          content: '\e900';
          font-family: icomoon;
          display: block;
          position: absolute;
          left: -70px;
          top: 5px;
          color: #87C525;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          font-size: 9px; }
        section.content > .row.contentblock .c.container .cta .btn:after, .prepend-content > .row.contentblock .c.container .cta .btn:after {
          content: '';
          height: 23px;
          width: 23px;
          background: url(/theme/images/linkIcon.svg) 0 0 no-repeat;
          position: absolute;
          top: 3px;
          right: -35px; }
        section.content > .row.contentblock .c.container .cta .btn:hover, .prepend-content > .row.contentblock .c.container .cta .btn:hover {
          color: #87C525; }
        section.content > .row.contentblock .c.container .cta .btn.btn-type--asset:before, .prepend-content > .row.contentblock .c.container .cta .btn.btn-type--asset:before {
          content: '\e90c';
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          display: inline-block;
          position: relative;
          left: inherit;
          top: 3px;
          font-size: 20px;
          margin-right: 25px; }
        section.content > .row.contentblock .c.container .cta .btn.btn-type--asset:after, .prepend-content > .row.contentblock .c.container .cta .btn.btn-type--asset:after {
          display: none; }
      section.content > .row.contentblock .c.container .cta + .cta, .prepend-content > .row.contentblock .c.container .cta + .cta {
        margin-top: 20px; }
    section.content > .row.contentblock .c.container .class--custom-forms, .prepend-content > .row.contentblock .c.container .class--custom-forms {
      text-align: left;
      margin-top: 30px; }
      section.content > .row.contentblock .c.container .class--custom-forms .btn, .prepend-content > .row.contentblock .c.container .class--custom-forms .btn {
        display: inline-block;
        width: 100%;
        font-family: "GilroyRegular";
        font-weight: 800;
        font-size: 16px;
        color: #000000;
        text-align: left;
        padding: 0;
        position: relative; }
        section.content > .row.contentblock .c.container .class--custom-forms .btn:before, .prepend-content > .row.contentblock .c.container .class--custom-forms .btn:before {
          content: '\e900';
          font-family: icomoon;
          display: block;
          position: absolute;
          left: -70px;
          top: 5px;
          color: #87C525;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          font-size: 9px; }
        section.content > .row.contentblock .c.container .class--custom-forms .btn:after, .prepend-content > .row.contentblock .c.container .class--custom-forms .btn:after {
          content: '';
          height: 23px;
          width: 23px;
          background: url(/theme/images/linkIcon.svg) 0 0 no-repeat;
          position: absolute;
          top: 3px;
          right: -35px; }
        section.content > .row.contentblock .c.container .class--custom-forms .btn:hover, .prepend-content > .row.contentblock .c.container .class--custom-forms .btn:hover {
          color: #87C525; }
    section.content > .row.contentblock .c.container .has-no-margin .cta, .prepend-content > .row.contentblock .c.container .has-no-margin .cta {
      padding: 0 0 0 65px; }
    section.content > .row.contentblock.with-title, .prepend-content > .row.contentblock.with-title {
      padding: 80px; }
      section.content > .row.contentblock.with-title .row-with-image .text, .prepend-content > .row.contentblock.with-title .row-with-image .text {
        width: 550px;
        clear: both; }
      section.content > .row.contentblock.with-title .row-with-image .col-img, .prepend-content > .row.contentblock.with-title .row-with-image .col-img {
        width: 344px; }
        section.content > .row.contentblock.with-title .row-with-image .col-img img, .prepend-content > .row.contentblock.with-title .row-with-image .col-img img {
          width: 100%;
          height: auto; }
      section.content > .row.contentblock.with-title.with---image:not(.count-items-1) .has-margin .neo-contentBlock-item-0.row-row_text_image .align-image-right .col-img, .prepend-content > .row.contentblock.with-title.with---image:not(.count-items-1) .has-margin .neo-contentBlock-item-0.row-row_text_image .align-image-right .col-img {
        position: absolute;
        top: -80px;
        right: 0; }
      section.content > .row.contentblock.with-title.without---image .neo-contentBlock-item, .prepend-content > .row.contentblock.with-title.without---image .neo-contentBlock-item {
        float: left;
        width: 100%;
        display: block;
        margin-bottom: 75px; }
        section.content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type, .prepend-content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type {
          margin-bottom: 0;
          padding-bottom: 0; }
          section.content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image, .prepend-content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image {
            margin-bottom: -80px;
            display: block;
            height: 100%;
            float: left;
            width: 100%; }
            section.content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image .text, .prepend-content > .row.contentblock.with-title.without---image .neo-contentBlock-item:last-of-type .row-with-image .text {
              padding-bottom: 80px; }
        section.content > .row.contentblock.with-title.without---image .neo-contentBlock-item.row-fullWidthMedia, .prepend-content > .row.contentblock.with-title.without---image .neo-contentBlock-item.row-fullWidthMedia {
          text-align: center; }
    section.content > .row.contentblock .c.container, .prepend-content > .row.contentblock .c.container {
      padding: 0; }
      section.content > .row.contentblock .c.container h2, .prepend-content > .row.contentblock .c.container h2 {
        margin-bottom: 50px; }
      section.content > .row.contentblock .c.container .neo-contentBlock-item, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item {
        float: left;
        width: 100%;
        display: block;
        margin-bottom: 75px; }
        section.content > .row.contentblock .c.container .neo-contentBlock-item:last-of-type, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item:last-of-type {
          margin-bottom: 0;
          padding-bottom: 0; }
        section.content > .row.contentblock .c.container .neo-contentBlock-item.custom-padding-bottom, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.custom-padding-bottom {
          padding-bottom: 80px; }
        section.content > .row.contentblock .c.container .neo-contentBlock-item.custom-padding-bottom-remove, .prepend-content > .row.contentblock .c.container .neo-contentBlock-item.custom-padding-bottom-remove {
          padding-bottom: 0;
          margin-bottom: 0; }
      section.content > .row.contentblock .c.container .has-margin h3, .prepend-content > .row.contentblock .c.container .has-margin h3 {
        padding-left: 70px; }
      section.content > .row.contentblock .c.container .has-margin .text, .prepend-content > .row.contentblock .c.container .has-margin .text {
        margin-left: 70px; }
        section.content > .row.contentblock .c.container .has-margin .text h2,
        section.content > .row.contentblock .c.container .has-margin .text h3, .prepend-content > .row.contentblock .c.container .has-margin .text h2,
        .prepend-content > .row.contentblock .c.container .has-margin .text h3 {
          padding: 0; }
      section.content > .row.contentblock .c.container .has-margin .block--inline-links, .prepend-content > .row.contentblock .c.container .has-margin .block--inline-links {
        margin: 0 0 0 70px; }
      section.content > .row.contentblock .c.container .row-with-image.align-image-left .text, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-left .text {
        float: right;
        padding-left: 0;
        margin-left: 115px; }
      section.content > .row.contentblock .c.container .row-with-image.align-image-left .col-img, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-left .col-img {
        float: left;
        margin-left: -80px;
        text-align: left; }
        section.content > .row.contentblock .c.container .row-with-image.align-image-left .col-img .image-legend, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-left .col-img .image-legend {
          text-align: right;
          padding-right: 0; }
      section.content > .row.contentblock .c.container .row-with-image.align-image-right .text, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-right .text {
        float: left; }
      section.content > .row.contentblock .c.container .row-with-image.align-image-right .col-img, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-right .col-img {
        float: right;
        margin-right: -80px;
        text-align: right; }
        section.content > .row.contentblock .c.container .row-with-image.align-image-right .col-img .image-legend, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-right .col-img .image-legend {
          text-align: left;
          padding-left: 0; }
      section.content > .row.contentblock .c.container .row-with-image.align-image-center, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-center {
        text-align: center; }
        section.content > .row.contentblock .c.container .row-with-image.align-image-center .col-img, .prepend-content > .row.contentblock .c.container .row-with-image.align-image-center .col-img {
          width: auto; }
    section.content > .row.contentblock + .contentblock, .prepend-content > .row.contentblock + .contentblock {
      margin-bottom: 25px; }
    section.content > .row.contentblock.count-items-1.with-title, .prepend-content > .row.contentblock.count-items-1.with-title {
      padding-top: 0; }
      section.content > .row.contentblock.count-items-1.with-title.with---image, .prepend-content > .row.contentblock.count-items-1.with-title.with---image {
        padding-bottom: 0; }
        section.content > .row.contentblock.count-items-1.with-title.with---image .row-heading-inside, .prepend-content > .row.contentblock.count-items-1.with-title.with---image .row-heading-inside {
          margin-left: -70px;
          margin-top: 80px;
          margin-bottom: 50px; }
          section.content > .row.contentblock.count-items-1.with-title.with---image .row-heading-inside h2, .prepend-content > .row.contentblock.count-items-1.with-title.with---image .row-heading-inside h2 {
            margin-bottom: 0; }
      section.content > .row.contentblock.count-items-1.with-title.without---image, .prepend-content > .row.contentblock.count-items-1.with-title.without---image {
        padding-top: 80px; }
    section.content > .row.contentblock#key-figures, .prepend-content > .row.contentblock#key-figures {
      background: #FFFFFF; }
    section.content > .row.contentblock .neo-contentBlock-item.row-imagesDiaporama img, .prepend-content > .row.contentblock .neo-contentBlock-item.row-imagesDiaporama img {
      width: 100%; }
  section.content > .row.storytimeline, .prepend-content > .row.storytimeline {
    padding: 0;
    background: none; }
    section.content > .row.storytimeline .st--block-types, .prepend-content > .row.storytimeline .st--block-types {
      position: absolute;
      left: -200px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0;
      -webkit-transition: 600ms all ease-out;
      -o-transition: 600ms all ease-out;
      transition: 600ms all ease-out;
      padding: 0;
      font-family: "NeutraTextDemi";
      font-weight: normal;
      z-index: 10;
      width: 200px;
      height: 35px;
      line-height: 35px;
      text-align: right; }
      section.content > .row.storytimeline .st--block-types .st--block-type p, .prepend-content > .row.storytimeline .st--block-types .st--block-type p {
        color: #FFFFFF;
        position: relative;
        display: inline-block;
        padding: 0 15px;
        font-size: 18px;
        width: 155px;
        text-align: left; }
        section.content > .row.storytimeline .st--block-types .st--block-type p:before, .prepend-content > .row.storytimeline .st--block-types .st--block-type p:before {
          content: '';
          display: inline-block;
          margin: 0 10px 0 0;
          vertical-align: baseline;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          height: 6px;
          width: 6px;
          position: relative;
          top: -2px; }
      section.content > .row.storytimeline .st--block-types .st--block-type.st--block-type-creation p, .prepend-content > .row.storytimeline .st--block-types .st--block-type.st--block-type-creation p {
        color: #FFFFFF;
        background: rgba(255, 255, 255, 0.1); }
        section.content > .row.storytimeline .st--block-types .st--block-type.st--block-type-creation p:before, .prepend-content > .row.storytimeline .st--block-types .st--block-type.st--block-type-creation p:before {
          background: #FFFFFF; }
      section.content > .row.storytimeline .st--block-types .st--block-type.st--block-type-acquisition p, .prepend-content > .row.storytimeline .st--block-types .st--block-type.st--block-type-acquisition p {
        color: #315C00;
        background: rgba(255, 255, 255, 0.1); }
        section.content > .row.storytimeline .st--block-types .st--block-type.st--block-type-acquisition p:before, .prepend-content > .row.storytimeline .st--block-types .st--block-type.st--block-type-acquisition p:before {
          background: #315C00; }
      section.content > .row.storytimeline .st--block-types .st--block-type.st--block-type-joint-venture, .prepend-content > .row.storytimeline .st--block-types .st--block-type.st--block-type-joint-venture {
        color: #000000; }
        section.content > .row.storytimeline .st--block-types .st--block-type.st--block-type-joint-venture p, .prepend-content > .row.storytimeline .st--block-types .st--block-type.st--block-type-joint-venture p {
          color: #000000;
          background: rgba(255, 255, 255, 0.1); }
          section.content > .row.storytimeline .st--block-types .st--block-type.st--block-type-joint-venture p:before, .prepend-content > .row.storytimeline .st--block-types .st--block-type.st--block-type-joint-venture p:before {
            background: #000000; }
    section.content > .row.storytimeline .st--global-wrapper, .prepend-content > .row.storytimeline .st--global-wrapper {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    section.content > .row.storytimeline .story--type, .prepend-content > .row.storytimeline .story--type {
      width: 100%;
      max-width: 780px;
      margin: 0;
      background: rgba(142, 181, 67, 0.8);
      clear: both;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      height: 50px; }
      section.content > .row.storytimeline .story--type li, .prepend-content > .row.storytimeline .story--type li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        font-family: "GilroyRegular";
        font-size: 18px;
        line-height: 50px;
        padding: 0 0 0 35px; }
        section.content > .row.storytimeline .story--type li span:before, .prepend-content > .row.storytimeline .story--type li span:before {
          content: '';
          display: inline-block;
          margin: 0 10px 0 0;
          vertical-align: baseline;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          height: 8px;
          width: 8px;
          position: relative;
          top: 21px; }
        section.content > .row.storytimeline .story--type li.category--type-creation, .prepend-content > .row.storytimeline .story--type li.category--type-creation {
          color: #FFFFFF; }
          section.content > .row.storytimeline .story--type li.category--type-creation:before, .prepend-content > .row.storytimeline .story--type li.category--type-creation:before {
            background: #FFFFFF; }
        section.content > .row.storytimeline .story--type li.category--type-acquisition, .prepend-content > .row.storytimeline .story--type li.category--type-acquisition {
          color: #315C00; }
          section.content > .row.storytimeline .story--type li.category--type-acquisition:before, .prepend-content > .row.storytimeline .story--type li.category--type-acquisition:before {
            background: #315C00; }
        section.content > .row.storytimeline .story--type li.category--type-joint-venture, .prepend-content > .row.storytimeline .story--type li.category--type-joint-venture {
          color: #000000; }
          section.content > .row.storytimeline .story--type li.category--type-joint-venture:before, .prepend-content > .row.storytimeline .story--type li.category--type-joint-venture:before {
            background: #000000; }
    section.content > .row.storytimeline .col-image-left, .prepend-content > .row.storytimeline .col-image-left {
      position: relative; }
    section.content > .row.storytimeline .col-text, .prepend-content > .row.storytimeline .col-text {
      padding: 0 0 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      min-height: 350px; }
      section.content > .row.storytimeline .col-text ul, .prepend-content > .row.storytimeline .col-text ul {
        display: inline-block;
        text-align: center; }
        section.content > .row.storytimeline .col-text ul li, .prepend-content > .row.storytimeline .col-text ul li {
          padding: 0; }
          section.content > .row.storytimeline .col-text ul li:before, .prepend-content > .row.storytimeline .col-text ul li:before {
            display: none; }
          section.content > .row.storytimeline .col-text ul li span:before, .prepend-content > .row.storytimeline .col-text ul li span:before {
            content: '';
            display: inline-block;
            margin: 0 10px 0 0;
            vertical-align: baseline;
            position: relative;
            top: -3px;
            left: inherit;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            height: 6px;
            width: 6px; }
      section.content > .row.storytimeline .col-text.st--color-generic, .prepend-content > .row.storytimeline .col-text.st--color-generic {
        background: rgba(255, 255, 255, 0.94); }
      section.content > .row.storytimeline .col-text.st-color .story-timeline--contents .h-block, .prepend-content > .row.storytimeline .col-text.st-color .story-timeline--contents .h-block {
        color: #FFFFFF; }
      section.content > .row.storytimeline .col-text.st-color .story-timeline--contents p, .prepend-content > .row.storytimeline .col-text.st-color .story-timeline--contents p {
        color: #FFFFFF; }
      section.content > .row.storytimeline .col-text.st--color-green1, .prepend-content > .row.storytimeline .col-text.st--color-green1 {
        background: rgba(8, 111, 59, 0.88); }
      section.content > .row.storytimeline .col-text.st--color-green2, .prepend-content > .row.storytimeline .col-text.st--color-green2 {
        background: rgba(30, 127, 58, 0.88); }
      section.content > .row.storytimeline .col-text.st--color-green3, .prepend-content > .row.storytimeline .col-text.st--color-green3 {
        background: rgba(80, 148, 61, 0.88); }
      section.content > .row.storytimeline .col-text.st--color-green4, .prepend-content > .row.storytimeline .col-text.st--color-green4 {
        background: rgba(132, 176, 65, 0.88); }
      section.content > .row.storytimeline .col-text.st--color-green5, .prepend-content > .row.storytimeline .col-text.st--color-green5 {
        background: rgba(255, 255, 255, 0.88); }
      section.content > .row.storytimeline .col-text .story-timeline--contents, .prepend-content > .row.storytimeline .col-text .story-timeline--contents {
        width: 100%;
        padding: 0 30px; }
        section.content > .row.storytimeline .col-text .story-timeline--contents .h-block, .prepend-content > .row.storytimeline .col-text .story-timeline--contents .h-block {
          font-family: "NeutraDisplayLightAlt";
          font-size: 100px;
          color: #8EB543;
          line-height: 120%; }
        section.content > .row.storytimeline .col-text .story-timeline--contents .text p, .prepend-content > .row.storytimeline .col-text .story-timeline--contents .text p {
          font-size: 18px;
          line-height: 120%; }
          section.content > .row.storytimeline .col-text .story-timeline--contents .text p a, .prepend-content > .row.storytimeline .col-text .story-timeline--contents .text p a {
            color: inherit; }
        section.content > .row.storytimeline .col-text .story-timeline--contents .text a, .prepend-content > .row.storytimeline .col-text .story-timeline--contents .text a {
          color: inherit; }
        section.content > .row.storytimeline .col-text .story-timeline--contents .text ul, .prepend-content > .row.storytimeline .col-text .story-timeline--contents .text ul {
          margin: 0;
          display: block; }
        section.content > .row.storytimeline .col-text .story-timeline--contents .text li, .prepend-content > .row.storytimeline .col-text .story-timeline--contents .text li {
          font-size: 18px;
          line-height: 140%;
          margin: 0 0 5px 0; }
          section.content > .row.storytimeline .col-text .story-timeline--contents .text li span.type--creation, .prepend-content > .row.storytimeline .col-text .story-timeline--contents .text li span.type--creation {
            color: #FFFFFF; }
            section.content > .row.storytimeline .col-text .story-timeline--contents .text li span.type--creation:before, .prepend-content > .row.storytimeline .col-text .story-timeline--contents .text li span.type--creation:before {
              background: #FFFFFF; }
          section.content > .row.storytimeline .col-text .story-timeline--contents .text li span.type--aquisition, .prepend-content > .row.storytimeline .col-text .story-timeline--contents .text li span.type--aquisition {
            color: #315C00; }
            section.content > .row.storytimeline .col-text .story-timeline--contents .text li span.type--aquisition:before, .prepend-content > .row.storytimeline .col-text .story-timeline--contents .text li span.type--aquisition:before {
              background: #315C00; }
          section.content > .row.storytimeline .col-text .story-timeline--contents .text li span.type--joint-venture, .prepend-content > .row.storytimeline .col-text .story-timeline--contents .text li span.type--joint-venture {
            color: #000000; }
            section.content > .row.storytimeline .col-text .story-timeline--contents .text li span.type--joint-venture:before, .prepend-content > .row.storytimeline .col-text .story-timeline--contents .text li span.type--joint-venture:before {
              background: #000000; }
    section.content > .row.storytimeline .swiper-pagination-bullets, .prepend-content > .row.storytimeline .swiper-pagination-bullets {
      bottom: 12px;
      z-index: 10; }
      section.content > .row.storytimeline .swiper-pagination-bullets li, .prepend-content > .row.storytimeline .swiper-pagination-bullets li {
        width: 14px;
        height: 14px;
        background: rgba(255, 255, 255, 0.6);
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
        section.content > .row.storytimeline .swiper-pagination-bullets li.active, .prepend-content > .row.storytimeline .swiper-pagination-bullets li.active {
          background: white;
          -webkit-transform: inherit;
          -ms-transform: inherit;
          transform: inherit; }
        section.content > .row.storytimeline .swiper-pagination-bullets li:focus, section.content > .row.storytimeline .swiper-pagination-bullets li:active, .prepend-content > .row.storytimeline .swiper-pagination-bullets li:focus, .prepend-content > .row.storytimeline .swiper-pagination-bullets li:active {
          -webkit-box-shadow: none;
          box-shadow: none;
          outline: none; }
    section.content > .row.storytimeline div, .prepend-content > .row.storytimeline div {
      padding: 0; }
    section.content > .row.storytimeline .swiper-slide .row-textBlockWithSubtitleLink, .prepend-content > .row.storytimeline .swiper-slide .row-textBlockWithSubtitleLink {
      position: relative; }
      section.content > .row.storytimeline .swiper-slide .row-textBlockWithSubtitleLink .image-legend, .prepend-content > .row.storytimeline .swiper-slide .row-textBlockWithSubtitleLink .image-legend {
        position: absolute;
        z-index: 100;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        color: #FFFFFF;
        padding: 2px 10px; }
    section.content > .row.storytimeline.is-active .st--block-types, .prepend-content > .row.storytimeline.is-active .st--block-types {
      opacity: 1; }
  section.content > .row.blockpresskit, .prepend-content > .row.blockpresskit {
    background: none;
    padding: 0;
    margin-top: 40px; }
    section.content > .row.blockpresskit .container, .prepend-content > .row.blockpresskit .container {
      padding: 0; }
      section.content > .row.blockpresskit .container .neo-blockPressKit-item, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item {
        background: #FFFFFF;
        max-width: 558px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 35px;
        margin-right: 49px;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
        cursor: pointer; }
        section.content > .row.blockpresskit .container .neo-blockPressKit-item.even, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item.even {
          margin-right: 0; }
        section.content > .row.blockpresskit .container .neo-blockPressKit-item .col-img, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .col-img {
          width: 100%;
          height: 460px;
          overflow: hidden;
          display: block; }
          section.content > .row.blockpresskit .container .neo-blockPressKit-item .col-img img, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .col-img img {
            -webkit-transition: 400ms all ease-out;
            -o-transition: 400ms all ease-out;
            transition: 400ms all ease-out; }
        section.content > .row.blockpresskit .container .neo-blockPressKit-item .row-text, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .row-text {
          display: block;
          padding: 40px 40px 0 50px;
          height: 130px;
          position: relative; }
          section.content > .row.blockpresskit .container .neo-blockPressKit-item .row-text .h-block, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .row-text .h-block {
            font-family: "NeutraTextDemi";
            font-size: 26px;
            line-height: 140%;
            color: #000000;
            margin: 0 0 0 0;
            text-transform: none; }
            section.content > .row.blockpresskit .container .neo-blockPressKit-item .row-text .h-block:after, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .row-text .h-block:after {
              content: '\e90c';
              font-family: icomoon;
              font-size: 30px;
              color: #8EB543;
              position: absolute;
              top: 40px;
              right: 40px; }
          section.content > .row.blockpresskit .container .neo-blockPressKit-item .row-text .text p, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item .row-text .text p {
            font-size: 14px;
            color: #9A9A9A; }
        section.content > .row.blockpresskit .container .neo-blockPressKit-item:hover .col-img img, .prepend-content > .row.blockpresskit .container .neo-blockPressKit-item:hover .col-img img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }

.slideshow {
  position: relative;
  z-index: 1;
  max-width: 100%; }
  .slideshow .swiper-container {
    width: 100%; }
  .slideshow .swiper-slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .slideshow.with-pager .swiper-pager {
    text-align: center;
    position: absolute;
    padding-top: 25px;
    left: 0px;
    width: 100%;
    z-index: 3; }
    .slideshow.with-pager .swiper-pager li {
      margin: 0 5px;
      border: none;
      border-radius: 14px;
      background: #9FAEB8;
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: pointer;
      font-size: 0px;
      color: transparent;
      text-indent: -9999px; }
      .slideshow.with-pager .swiper-pager li.active {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        background: #020202; }
  .slideshow.with-next-prev {
    padding: 0 50px; }
    .slideshow.with-next-prev .swiper-next-prev {
      top: 45%;
      left: 0px;
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 0px; }
      .slideshow.with-next-prev .swiper-next-prev span {
        display: block;
        cursor: pointer;
        -webkit-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        .slideshow.with-next-prev .swiper-next-prev span.swiper-button-disabled {
          opacity: 0.2;
          cursor: not-allowed; }
      .slideshow.with-next-prev .swiper-next-prev .swiper-prev {
        float: left; }
        .slideshow.with-next-prev .swiper-next-prev .swiper-prev:before {
          color: #A0C160 !important;
          font-family: 'icomoon'; }
      .slideshow.with-next-prev .swiper-next-prev .swiper-next {
        float: right; }
        .slideshow.with-next-prev .swiper-next-prev .swiper-next:before {
          color: #A0C160 !important;
          font-family: 'icomoon'; }

.content-header {
  padding-bottom: 150px; }

.row-blockDropdownSimple .dropdown-simple-subitem {
  margin-bottom: 20px; }
  .row-blockDropdownSimple .dropdown-simple-subitem .h-subtitle:after {
    content: '\e900';
    font-family: icomoon;
    font-size: 11px;
    display: block;
    color: #A0C160;
    position: absolute;
    top: 0px;
    right: 0;
    -webkit-transition: 400ms all ease-out;
    -o-transition: 400ms all ease-out;
    transition: 400ms all ease-out; }
  .row-blockDropdownSimple .dropdown-simple-subitem .text {
    padding-bottom: 30px; }
  .row-blockDropdownSimple .dropdown-simple-subitem:last-child {
    margin-bottom: 0; }
  .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext {
    position: relative; }
    .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .circle-plus {
      height: 12px;
      width: 12px;
      font-size: 1em;
      opacity: .7;
      position: absolute;
      left: 20px;
      top: 10px; }
      .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .circle-plus .circle {
        position: relative;
        width: 12px;
        height: 12px;
        border-radius: 100%; }
        .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .circle-plus .circle .horizontal {
          position: absolute;
          background-color: #87C525;
          width: 12px;
          height: 2px;
          left: 8px;
          margin-left: -15px;
          top: -2px;
          margin-top: -2.5px; }
        .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .circle-plus .circle .vertical {
          position: absolute;
          background-color: #87C525;
          width: 2px;
          height: 12px;
          left: 0;
          margin-left: -2.5px;
          top: 50%;
          margin-top: -15px; }
      .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .circle-plus.closed .vertical {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .circle-plus.closed .horizontal {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 1; }
      .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .circle-plus.opened {
        opacity: 1; }
        .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .circle-plus.opened .vertical {
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .circle-plus.opened .horizontal {
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          opacity: 0; }
    .row-blockDropdownSimple .dropdown-simple-subitem .dropdown-subitem-subtext .icon-arrow {
      color: #87C525;
      font-size: 8px;
      position: absolute;
      top: 4px;
      right: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      transform: scaleY(-1); }
  .row-blockDropdownSimple .dropdown-simple-subitem.active .h-subtitle:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.row-blockDropdownSimple .h-subtitle {
  cursor: pointer; }

.row-blockDropdownSimple .text {
  display: none; }

.textblockwithsubtitlemedia .col-content {
  float: left; }

.textblockwithsubtitlemedia .col-img {
  float: right;
  width: 340px !important;
  overflow: hidden;
  margin: 0 -80px 0 0 !important; }
  .textblockwithsubtitlemedia .col-img img {
    width: 100%;
    height: auto; }

.quoteblock .h {
  font-family: "NeutraTextDemi";
  font-size: 50px;
  line-height: 110%;
  text-transform: none; }

.row-blockKeyFigures {
  text-align: center; }
  .row-blockKeyFigures .h-block {
    font-family: "NeutraTextLightItalic";
    font-size: 36px;
    color: #020202;
    text-transform: none;
    margin-bottom: 80px;
    opacity: 0;
    -webkit-transition: 300ms all ease-out;
    -o-transition: 300ms all ease-out;
    transition: 300ms all ease-out; }
    .row-blockKeyFigures .h-block.is--visible {
      opacity: 1; }
    .row-blockKeyFigures .h-block:after {
      content: '';
      display: block;
      margin: 0 auto;
      width: 70px;
      height: 1px;
      background: #8EB543; }
  .row-blockKeyFigures .block--video-mp4 video {
    pointer-events: none; }
  .row-blockKeyFigures .block--keyfirgures-wrapper .block--keyfigures-item {
    display: inline-block;
    margin: 0;
    opacity: 0;
    -webkit-transition: 300ms all ease-out;
    -o-transition: 300ms all ease-out;
    transition: 300ms all ease-out; }
    .row-blockKeyFigures .block--keyfirgures-wrapper .block--keyfigures-item.is--visible {
      opacity: 1; }
    .row-blockKeyFigures .block--keyfirgures-wrapper .block--keyfigures-item .col-img {
      float: none !important;
      text-align: center !important;
      margin: 0 0 0 0 !important;
      width: 100% !important; }
    .row-blockKeyFigures .block--keyfirgures-wrapper .block--keyfigures-item .text {
      float: none !important;
      text-align: center !important;
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important; }
      .row-blockKeyFigures .block--keyfirgures-wrapper .block--keyfigures-item .text p {
        margin: 0 0 0 0;
        font-weight: bold;
        font-size: 18px;
        line-height: 120%; }
        .row-blockKeyFigures .block--keyfirgures-wrapper .block--keyfigures-item .text p.title {
          font-family: "NeutraDisplayBold";
          font-size: 40px;
          font-weight: normal;
          line-height: 120%;
          color: #8EB543; }
          .row-blockKeyFigures .block--keyfirgures-wrapper .block--keyfigures-item .text p.title strong {
            font-size: 32px; }
        .row-blockKeyFigures .block--keyfirgures-wrapper .block--keyfigures-item .text p.date {
          font-family: "NeutraDisplayBold";
          font-size: 35px;
          font-weight: normal;
          line-height: 120%;
          color: #020202; }
  .row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-2 .block--keyfigures-item {
    margin: 0 100px; }
  .row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item {
    width: auto !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
    float: none !important; }
    .row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item .col-img {
      -webkit-box-shadow: 0 2px 27px rgba(0, 0, 0, 0.08);
      box-shadow: 0 2px 27px rgba(0, 0, 0, 0.08); }
    .row-blockKeyFigures .block--keyfirgures-wrapper.count-itemps-3 .block--keyfigures-item:nth-child(2) {
      margin: 0 120px; }

.search-resultat-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1); }
  .search-resultat-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .search-resultat-item .text p {
    margin: 0; }

/* =============== PAGE OUR STORY =============== */
.page-our-story .specialIntro--text .text {
  font-family: "NeutraTextDemi";
  font-size: 60px;
  line-height: 140%;
  font-weight: normal;
  text-align: center;
  padding: 80px 0 0 0; }

.page-our-story .quoteblock .h {
  font-size: 45px; }

/* =============== HOMEPAGE =============== */
.page-homepage {
  background: #FFFFFF; }
  .page-homepage .animator {
    display: block;
    cursor: pointer; }
  .page-homepage .js-main {
    padding: 0; }
  .page-homepage #loader {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 40;
    display: none; }
    .page-homepage #loader span {
      background: #000000;
      display: block;
      -webkit-transition: 800ms all ease-out;
      -o-transition: 800ms all ease-out;
      transition: 800ms all ease-out; }
    .page-homepage #loader .top {
      width: 100%;
      height: 50%; }
    .page-homepage #loader .right {
      width: 50%;
      height: 100%;
      position: absolute;
      right: 0; }
    .page-homepage #loader .bottom {
      width: 100%;
      height: 50%;
      position: absolute;
      bottom: 0; }
    .page-homepage #loader .left {
      width: 50%;
      height: 100%;
      position: absolute;
      left: 0; }
    .page-homepage #loader.loaded .top {
      height: 0%; }
    .page-homepage #loader.loaded .right {
      width: 0%; }
    .page-homepage #loader.loaded .bottom {
      height: 0%; }
    .page-homepage #loader.loaded .left {
      width: 0%; }
  .page-homepage #main section.content.container-fluid, .page-homepage #main .prepend-content.container-fluid {
    width: 100%;
    max-width: 100%; }
  .page-homepage #main section.content > .row.homepageslider, .page-homepage #main .prepend-content > .row.homepageslider {
    padding: 0;
    background: none;
    height: 100vh; }
    .page-homepage #main section.content > .row.homepageslider .c.container, .page-homepage #main .prepend-content > .row.homepageslider .c.container {
      width: 100%;
      max-width: 100%;
      padding: 0; }
      .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .h-block, .page-homepage #main .prepend-content > .row.homepageslider .c.container .homepage-slider-item .h-block {
        font-family: "NeutraTextDemiItalic";
        font-size: 45px;
        line-height: 100%;
        color: #A8CD61;
        margin: 0 0 45px 0;
        text-transform: none; }
      .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .h-subtitle, .page-homepage #main .prepend-content > .row.homepageslider .c.container .homepage-slider-item .h-subtitle {
        font-family: "NeutraTextBold";
        font-size: 70px;
        line-height: 112%;
        color: #FFFFFF;
        letter-spacing: 1px;
        margin: 0 0 10px 0; }
      .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .text p, .page-homepage #main .prepend-content > .row.homepageslider .c.container .homepage-slider-item .text p {
        font-family: "GilroyRegular";
        color: #FFFFFF;
        font-size: 18px;
        line-height: 140%; }
      .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .cta.anim-item-4 .btn.btn-more-info, .page-homepage #main .prepend-content > .row.homepageslider .c.container .homepage-slider-item .cta.anim-item-4 .btn.btn-more-info {
        width: inherit;
        min-width: inherit;
        max-width: inherit;
        margin-top: 5px; }
        .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .cta.anim-item-4 .btn.btn-more-info span, .page-homepage #main .prepend-content > .row.homepageslider .c.container .homepage-slider-item .cta.anim-item-4 .btn.btn-more-info span {
          width: inherit;
          min-width: inherit;
          max-width: inherit;
          position: relative;
          font-family: "GilroyRegular";
          font-size: 18px;
          line-height: 140%;
          letter-spacing: .4px;
          color: #FFFFFF;
          text-transform: none;
          font-weight: normal; }
        .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .cta.anim-item-4 .btn.btn-more-info:after, .page-homepage #main .prepend-content > .row.homepageslider .c.container .homepage-slider-item .cta.anim-item-4 .btn.btn-more-info:after {
          right: -20px;
          left: inherit;
          -webkit-transition: 400ms all ease-out;
          -o-transition: 400ms all ease-out;
          transition: 400ms all ease-out; }
      .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .cta.anim-item-4 .btn:hover.btn-more-info:after, .page-homepage #main .prepend-content > .row.homepageslider .c.container .homepage-slider-item .cta.anim-item-4 .btn:hover.btn-more-info:after {
        right: -30px; }
      .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .block--links-wrapper, .page-homepage #main .prepend-content > .row.homepageslider .c.container .homepage-slider-item .block--links-wrapper {
        margin: 50px 0 0 0; }
        .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .block--links-wrapper .linkto-wrapper, .page-homepage #main .prepend-content > .row.homepageslider .c.container .homepage-slider-item .block--links-wrapper .linkto-wrapper {
          margin: 0 15px 0 0;
          display: inline-block; }
          .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .block--links-wrapper .linkto-wrapper a, .page-homepage #main .prepend-content > .row.homepageslider .c.container .homepage-slider-item .block--links-wrapper .linkto-wrapper a {
            background: rgba(0, 86, 44, 0.58);
            font-family: "NeutraTextDemi";
            color: #FFFFFF;
            font-size: 14px;
            text-transform: uppercase;
            height: 28px;
            line-height: 28px;
            padding: 0 10px;
            -webkit-transition: 400ms all ease-out;
            -o-transition: 400ms all ease-out;
            transition: 400ms all ease-out;
            letter-spacing: 1px; }
            .page-homepage #main section.content > .row.homepageslider .c.container .homepage-slider-item .block--links-wrapper .linkto-wrapper a:hover, .page-homepage #main .prepend-content > .row.homepageslider .c.container .homepage-slider-item .block--links-wrapper .linkto-wrapper a:hover {
              color: #086F3B;
              background: rgba(255, 255, 255, 0.95); }
      .page-homepage #main section.content > .row.homepageslider .c.container .slideshow, .page-homepage #main .prepend-content > .row.homepageslider .c.container .slideshow {
        width: 100%;
        height: 100vh;
        padding: 0;
        background: #000000; }
        .page-homepage #main section.content > .row.homepageslider .c.container .slideshow .swiper-container, .page-homepage #main .prepend-content > .row.homepageslider .c.container .slideshow .swiper-container {
          height: 100%; }
        .page-homepage #main section.content > .row.homepageslider .c.container .slideshow.with-next-prev, .page-homepage #main .prepend-content > .row.homepageslider .c.container .slideshow.with-next-prev {
          background: none;
          position: absolute;
          z-index: 10; }
          .page-homepage #main section.content > .row.homepageslider .c.container .slideshow.with-next-prev .swiper-pager, .page-homepage #main .prepend-content > .row.homepageslider .c.container .slideshow.with-next-prev .swiper-pager {
            position: absolute;
            right: 100px;
            left: inherit;
            top: 50%;
            bottom: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 9999999;
            width: 50px;
            padding: 0; }
            .page-homepage #main section.content > .row.homepageslider .c.container .slideshow.with-next-prev .swiper-pager .pager, .page-homepage #main .prepend-content > .row.homepageslider .c.container .slideshow.with-next-prev .swiper-pager .pager {
              width: 50px;
              height: 50px;
              border-right: 2px solid rgba(255, 255, 255, 0.3);
              background: none;
              margin: 0 0 10px 0;
              -webkit-transition: 400ms all ease-out;
              -o-transition: 400ms all ease-out;
              transition: 400ms all ease-out;
              border-radius: 0;
              -webkit-transform: scale(1);
              -ms-transform: scale(1);
              transform: scale(1); }
              .page-homepage #main section.content > .row.homepageslider .c.container .slideshow.with-next-prev .swiper-pager .pager:last-child, .page-homepage #main .prepend-content > .row.homepageslider .c.container .slideshow.with-next-prev .swiper-pager .pager:last-child {
                margin-bottom: 0; }
              .page-homepage #main section.content > .row.homepageslider .c.container .slideshow.with-next-prev .swiper-pager .pager.active, .page-homepage #main .prepend-content > .row.homepageslider .c.container .slideshow.with-next-prev .swiper-pager .pager.active {
                border-right: 2px solid #A0C160;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1); }
    .page-homepage #main section.content > .row.homepageslider .swiper-slide.last, .page-homepage #main .prepend-content > .row.homepageslider .swiper-slide.last {
      overflow-y: auto;
      overflow-scrolling: touch !important;
      -webkit-overflow-scrolling: touch !important; }
    .page-homepage #main section.content > .row.homepageslider #home-slider-titles .swiper-slide, .page-homepage #main .prepend-content > .row.homepageslider #home-slider-titles .swiper-slide {
      opacity: 0;
      -webkit-transition: 1000ms all ease-out;
      -o-transition: 1000ms all ease-out;
      transition: 1000ms all ease-out; }
      .page-homepage #main section.content > .row.homepageslider #home-slider-titles .swiper-slide.swiper-slide-active, .page-homepage #main .prepend-content > .row.homepageslider #home-slider-titles .swiper-slide.swiper-slide-active {
        opacity: 1; }
      .page-homepage #main section.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .logo-standard, .page-homepage #main .prepend-content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .logo-standard {
        display: none; }
      .page-homepage #main section.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4, .page-homepage #main .prepend-content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4 {
        margin-top: 5px;
        padding-left: 10px; }
        .page-homepage #main section.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4 .btn.btn-more-info:after, .page-homepage #main .prepend-content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4 .btn.btn-more-info:after {
          top: 4px; }
        .page-homepage #main section.content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4 .btn.btn-more-info span, .page-homepage #main .prepend-content > .row.homepageslider #home-slider-titles .swiper-slide.i-1 .anim-item-4 .btn.btn-more-info span {
          max-width: 340px;
          white-space: normal; }
  .page-homepage #main section.content > .row .homepage-slider-item--wrapper, .page-homepage #main .prepend-content > .row .homepage-slider-item--wrapper {
    position: absolute;
    height: 100%;
    width: 100%; }
  .page-homepage #main section.content > .row .item--container, .page-homepage #main .prepend-content > .row .item--container {
    display: block;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 800ms all ease-in-out;
    -o-transition: 800ms all ease-in-out;
    transition: 800ms all ease-in-out; }
  .page-homepage #main section.content > .row .swiper-slide.swiper-slide .homepage-slider-item:not(.homepage-slider-item-1) .anim-item-3, .page-homepage #main .prepend-content > .row .swiper-slide.swiper-slide .homepage-slider-item:not(.homepage-slider-item-1) .anim-item-3 {
    width: 62%; }
  .page-homepage #main section.content > .row video.homepage-video-bg, .page-homepage #main .prepend-content > .row video.homepage-video-bg {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0; }
  .page-homepage #main section.content > .row video.homepage-video-srcset, .page-homepage #main .prepend-content > .row video.homepage-video-srcset {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: none; }
  .page-homepage #main section.content > .row #homeLastBlock, .page-homepage #main .prepend-content > .row #homeLastBlock {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: 0 0 !important; }
  .page-homepage #main section.content > .row #footerLastBlockNews, .page-homepage #main .prepend-content > .row #footerLastBlockNews {
    padding: 200px 0 0 0; }
    .page-homepage #main section.content > .row #footerLastBlockNews #footer_section_news, .page-homepage #main .prepend-content > .row #footerLastBlockNews #footer_section_news {
      padding: 0 0 130px 0;
      background: none; }
      .page-homepage #main section.content > .row #footerLastBlockNews #footer_section_news .c.container, .page-homepage #main .prepend-content > .row #footerLastBlockNews #footer_section_news .c.container {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto; }
        .page-homepage #main section.content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews li.news-item, .page-homepage #main .prepend-content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews li.news-item {
          margin: 0;
          margin-right: 47px; }
          .page-homepage #main section.content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews li.news-item.news-item-3, .page-homepage #main .prepend-content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews li.news-item.news-item-3 {
            margin-right: 0; }
        .page-homepage #main section.content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews .title, .page-homepage #main .prepend-content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews .title {
          font-family: "NeutraTextBold";
          text-align: left;
          font-size: 45px;
          line-height: 160%;
          letter-spacing: 1.29px; }
          .page-homepage #main section.content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews .title a, .page-homepage #main .prepend-content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews .title a {
            color: #FFFFFF; }
            .page-homepage #main section.content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews .title a:hover, .page-homepage #main .prepend-content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews .title a:hover {
              color: inherit; }
        .page-homepage #main section.content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews .pubdate p, .page-homepage #main .prepend-content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews .pubdate p {
          color: #FFFFFF; }
        .page-homepage #main section.content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews .h-block, .page-homepage #main .prepend-content > .row #footerLastBlockNews #footer_section_news .c.container #footerNews .h-block {
          color: #FFFFFF; }
  .page-homepage #main section.content > .row #socialWall, .page-homepage #main .prepend-content > .row #socialWall {
    min-height: 500px;
    padding-bottom: 140px; }
    .page-homepage #main section.content > .row #socialWall .c.container, .page-homepage #main .prepend-content > .row #socialWall .c.container {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
      .page-homepage #main section.content > .row #socialWall .c.container .title, .page-homepage #main .prepend-content > .row #socialWall .c.container .title {
        font-family: "NeutraTextBold";
        text-align: left;
        font-size: 45px;
        line-height: 160%;
        letter-spacing: 1.29px;
        color: #FFFFFF; }
    .page-homepage #main section.content > .row #socialWall .homepage-socialwall .j-loading, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .j-loading {
      border-color: #FFFFFF !important; }
    .page-homepage #main section.content > .row #socialWall .homepage-socialwall .j-display-filters, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .j-display-filters {
      text-align: left;
      font-size: 0;
      margin: 15px 0 35px 0;
      height: 65px; }
      .page-homepage #main section.content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 40px;
        height: 40px;
        border-radius: 0;
        position: relative;
        padding: 0;
        font-size: 0;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #8EB543;
        -webkit-transition: 400ms all ease-out;
        -o-transition: 400ms all ease-out;
        transition: 400ms all ease-out;
        text-align: center;
        margin: 0 15px 0 15px; }
        .page-homepage #main section.content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon:before, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon:before {
          position: absolute;
          top: 13px;
          right: 10px;
          font-size: 18px !important;
          margin: 0;
          padding: 0;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          color: #8EB543;
          -webkit-transition: 400ms all ease-out;
          -o-transition: 400ms all ease-out;
          transition: 400ms all ease-out; }
        .page-homepage #main section.content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon.highlight, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon.highlight {
          background: #086F3B !important;
          border-color: #086F3B !important; }
          .page-homepage #main section.content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon.highlight:before, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon.highlight:before {
            color: #FFFFFF; }
        .page-homepage #main section.content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon:hover, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon:hover {
          background: #086F3B !important;
          border-color: #086F3B !important; }
          .page-homepage #main section.content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon:hover:before, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon:hover:before {
            color: #FFFFFF; }
        .page-homepage #main section.content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon.j-facebook:before, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .j-display-filters .j-social-icon.j-facebook:before {
          top: 14px;
          right: 12px; }
    .page-homepage #main section.content > .row #socialWall .homepage-socialwall .feed-item, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .feed-item {
      background: rgba(255, 255, 255, 0.94);
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.13); }
      .page-homepage #main section.content > .row #socialWall .homepage-socialwall .feed-item a, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .feed-item a {
        font-family: "GilroyRegular";
        font-size: 14px;
        line-height: 140%;
        color: #A0C160;
        font-weight: 800; }
      .page-homepage #main section.content > .row #socialWall .homepage-socialwall .feed-item .j-text, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .feed-item .j-text {
        padding: 20px; }
        .page-homepage #main section.content > .row #socialWall .homepage-socialwall .feed-item .j-text .j-message p, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .feed-item .j-text .j-message p {
          font-family: "GilroyRegular";
          font-size: 14px;
          line-height: 140%; }
    .page-homepage #main section.content > .row #socialWall .homepage-socialwall .j-paginate, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .j-paginate {
      display: none; }
    .page-homepage #main section.content > .row #socialWall .homepage-socialwall .j-post-overlay .juicer-feed .j-overlay-text .j-message p,
    .page-homepage #main section.content > .row #socialWall .homepage-socialwall .j-post-overlay .juicer-feed .j-overlay-text .j-edit p, .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .j-post-overlay .juicer-feed .j-overlay-text .j-message p,
    .page-homepage #main .prepend-content > .row #socialWall .homepage-socialwall .j-post-overlay .juicer-feed .j-overlay-text .j-edit p {
      font-family: "GilroyRegular";
      font-size: 14px;
      line-height: 140%; }
  .page-homepage .main_wrapper {
    margin-bottom: 0; }

/* =============== PAGES HUB =============== */
.page-hub section.content > .row.mediablockwithtext, .page-hub .prepend-content > .row.mediablockwithtext {
  padding: 0 !important; }
  .page-hub section.content > .row.mediablockwithtext .block-images video, .page-hub section.content > .row.mediablockwithtext .block-images img, .page-hub .prepend-content > .row.mediablockwithtext .block-images video, .page-hub .prepend-content > .row.mediablockwithtext .block-images img {
    opacity: 0;
    -webkit-transition: 800ms all ease-out;
    -o-transition: 800ms all ease-out;
    transition: 800ms all ease-out;
    -webkit-animation-name: fadeInBlock;
    animation-name: fadeInBlock;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    position: relative;
    z-index: 40; }
  .page-hub section.content > .row.mediablockwithtext .block-images:after, .page-hub .prepend-content > .row.mediablockwithtext .block-images:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #A0C160;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out; }
  .page-hub section.content > .row.mediablockwithtext .block-texts, .page-hub .prepend-content > .row.mediablockwithtext .block-texts {
    opacity: 0;
    -webkit-transition: 400ms all ease-out;
    -o-transition: 400ms all ease-out;
    transition: 400ms all ease-out; }

.page-hub section.content > .row.blockbottompageshortcuts, .page-hub .prepend-content > .row.blockbottompageshortcuts {
  margin: 90px 0 20px 0; }

.page-hub section.content > .row.animated .block-texts, .page-hub .prepend-content > .row.animated .block-texts {
  opacity: 1; }

.block-1 {
  max-width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%; }
  .block-1.quick-access {
    float: left;
    padding: 2px 0 0 0; }
    .block-1.quick-access li {
      display: block;
      margin-bottom: 0; }
      .block-1.quick-access li a {
        position: relative;
        font-family: "NeutraTextDemi";
        display: block; }
        .block-1.quick-access li a:before {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 2px;
          background: #9ED93F;
          left: 0px;
          opacity: 1;
          -webkit-transition: 400ms all ease-out;
          -o-transition: 400ms all ease-out;
          transition: 400ms all ease-out; }
        .block-1.quick-access li a:hover:before {
          left: 0;
          opacity: 1;
          width: 16px; }
        .block-1.quick-access li a.active:before {
          left: 0;
          opacity: 1;
          width: 16px; }
      .block-1.quick-access li.has-active-children a:before {
        opacity: 0; }
      .block-1.quick-access li.has-active-children a:hover:before {
        left: 0;
        opacity: 1;
        width: 16px; }
      .block-1.quick-access li.has-active-children .level-2 a.active:before {
        opacity: 1;
        width: 16px; }
    .block-1.quick-access .level-1 li a {
      font-size: 24px;
      color: #9ED93F;
      margin-bottom: 35px; }
      .block-1.quick-access .level-1 li a:before {
        bottom: -10px; }
    .block-1.quick-access .level-2 li {
      margin: 0 0 8px 0; }
      .block-1.quick-access .level-2 li a {
        color: inherit;
        text-transform: uppercase;
        font-size: 13px;
        color: #FFFFFF;
        margin-bottom: 0; }
        .block-1.quick-access .level-2 li a:before {
          bottom: 0; }
      .block-1.quick-access .level-2 li:last-child {
        margin-bottom: 0; }
    .block-1.quick-access .level-1:hover li a:before {
      opacity: 0; }
    .block-1.quick-access .level-1:hover li a:hover:before {
      opacity: 1;
      width: 16px; }
    .block-1.quick-access .level-1:hover li .level-2 li a:before {
      opacity: 0; }
    .block-1.quick-access .level-1:hover li .level-2 li a:hover:before {
      opacity: 1;
      width: 16px; }

.content-header .block-2 {
  max-width: 80%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%; }
  .content-header .block-2 .h-title {
    margin-top: -6px; }

#parallaxBackgrounds {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  #parallaxBackgrounds .step {
    height: 100vh;
    width: 100%;
    margin: 0 auto 0 auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    -webkit-transition: 1ms all linear;
    -o-transition: 1ms all linear;
    transition: 1ms all linear; }
  #parallaxBackgrounds #parallaxBackground1_wrapper {
    -webkit-transition: 600ms all ease-in-out;
    -o-transition: 600ms all ease-in-out;
    transition: 600ms all ease-in-out;
    opacity: 0; }
    #parallaxBackgrounds #parallaxBackground1_wrapper.is-visible {
      opacity: 1; }
  #parallaxBackgrounds #parallaxBackground1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0; }
  #parallaxBackgrounds #parallaxBackground2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; }
  #parallaxBackgrounds #parallaxBackground1_srcSet {
    display: none; }

/* =============== PAGE CAREERS =============== */
.section-careers .row.form {
  -webkit-transition: 1s all ease-out;
  -o-transition: 1s all ease-out;
  transition: 1s all ease-out;
  display: none; }

/* =============== SECTION OTHER PAGES =============== */
.section-otherpage .content-header .block-2 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  .section-otherpage .content-header .block-2 .h-title {
    text-align: center; }

.section-otherpage section.content > .row.contentblock.i-1 .c.container.last .neo-contentBlock-item.neo-contentBlock-item-0, .section-otherpage .prepend-content > .row.contentblock.i-1 .c.container.last .neo-contentBlock-item.neo-contentBlock-item-0 {
  margin-bottom: 0; }

.section-specialpage.page-search .content-header .block-2 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  .section-specialpage.page-search .content-header .block-2 .h-title {
    text-align: center; }
  .section-specialpage.page-search .content-header .block-2 .text.text-intro {
    text-align: center; }

/* =============== SECTION CONTACT =============== */
.type-formpages section.content.without-intro > .row.first.last.first .c.container {
  padding: 0; }
  .type-formpages section.content.without-intro > .row.first.last.first .c.container .text {
    margin-bottom: 20px; }

/* =============== NEWS PAGES =============== */
.page-media .content-header, .categ-group-news .content-header {
  padding-bottom: 100px; }

.page-media .quick-access-categories li a, .categ-group-news .quick-access-categories li a {
  font-size: 13px;
  color: #FFFFFF;
  text-transform: uppercase; }

.page-media .listing-container, .categ-group-news .listing-container {
  padding: 0; }
  .page-media .listing-container .col-item, .categ-group-news .listing-container .col-item {
    max-width: 555px;
    margin: 0 0 60px 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06); }
    .page-media .listing-container .col-item:nth-child(2n+2), .categ-group-news .listing-container .col-item:nth-child(2n+2) {
      float: right; }
    .page-media .listing-container .col-item .teaser-image, .categ-group-news .listing-container .col-item .teaser-image {
      position: relative;
      display: block;
      max-width: 555px;
      height: 340px;
      overflow: hidden;
      background: #FFFFFF; }
      .page-media .listing-container .col-item .teaser-image img, .categ-group-news .listing-container .col-item .teaser-image img {
        width: auto;
        height: 340px;
        margin: auto;
        top: -50%;
        right: -50%;
        bottom: -50%;
        left: -50%;
        position: absolute;
        -webkit-transition: 400ms all ease-out;
        -o-transition: 400ms all ease-out;
        transition: 400ms all ease-out; }
      .page-media .listing-container .col-item .teaser-image .entry-info, .categ-group-news .listing-container .col-item .teaser-image .entry-info {
        background: #8EB543;
        width: 100px;
        height: 100px;
        line-height: 100px;
        position: absolute;
        bottom: 25px;
        right: 25px;
        z-index: 40; }
        .page-media .listing-container .col-item .teaser-image .entry-info p, .categ-group-news .listing-container .col-item .teaser-image .entry-info p {
          color: #FFFFFF;
          font-family: "NeutraTextDemiAlt";
          font-size: 16px;
          line-height: 120%;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          width: 100%;
          text-transform: uppercase;
          margin: 0; }
          .page-media .listing-container .col-item .teaser-image .entry-info p span, .categ-group-news .listing-container .col-item .teaser-image .entry-info p span {
            font-family: "NeutraTextLightAlt"; }
    .page-media .listing-container .col-item .block, .categ-group-news .listing-container .col-item .block {
      background: #FFFFFF;
      padding: 45px 60px 0;
      min-height: 160px; }
      .page-media .listing-container .col-item .block .h-block, .categ-group-news .listing-container .col-item .block .h-block {
        font-family: "NeutraTextBook";
        font-size: 24px;
        line-height: 145%;
        text-transform: none;
        margin: 0;
        display: block; }
      .page-media .listing-container .col-item .block .text, .categ-group-news .listing-container .col-item .block .text {
        display: none; }
    .page-media .listing-container .col-item:hover .teaser-image img, .categ-group-news .listing-container .col-item:hover .teaser-image img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.page-media .with-infinite-scroll .pagination-container, .categ-group-news .with-infinite-scroll .pagination-container {
  display: none; }

.page-media #listing_news, .categ-group-news #listing_news {
  position: relative;
  padding-bottom: 40px; }
  .page-media #listing_news .loading, .categ-group-news #listing_news .loading {
    width: 100%;
    position: absolute;
    height: 40px;
    bottom: 0; }
    .page-media #listing_news .loading:before, .categ-group-news #listing_news .loading:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-color: #FFFFFF;
      margin: 0;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
      animation: sk-rotatePlane 1.2s infinite ease-in-out; }

.page-media .listing-container .col-item {
  float: right; }
  .page-media .listing-container .col-item:nth-child(2n+2) {
    float: left; }
  .page-media .listing-container .col-item:first-child {
    width: 100%;
    max-width: 100%; }
    .page-media .listing-container .col-item:first-child .teaser-image {
      max-width: 610px;
      background: #FFFFFF;
      width: 100%;
      float: left; }
      .page-media .listing-container .col-item:first-child .teaser-image .entry-info {
        right: 85px;
        z-index: 40; }
    .page-media .listing-container .col-item:first-child .block {
      max-width: 560px;
      width: 100%;
      float: right;
      height: 340px;
      padding: 65px 60px 0; }
      .page-media .listing-container .col-item:first-child .block .h-block {
        margin-bottom: 25px; }
      .page-media .listing-container .col-item:first-child .block .text {
        display: block; }

.section-news .content-header {
  padding-bottom: 100px; }

.section-news .before-content .container {
  padding: 0; }

.section-news .entry-info {
  background: #FFFFFF;
  margin: 0;
  padding: 0 0 0 80px; }
  .section-news .entry-info .pubdate {
    background: #8EB543;
    padding: 5px 20px;
    max-height: 28px; }
    .section-news .entry-info .pubdate p {
      color: #FFFFFF;
      font-family: "NeutraTextDemiAlt";
      font-size: 16px;
      line-height: 120%;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-top: 1px; }
      .section-news .entry-info .pubdate p span {
        font-family: "NeutraTextLightAlt"; }
  .section-news .entry-info .categories {
    max-height: 28px; }
    .section-news .entry-info .categories a {
      font-family: "NeutraTextBold";
      font-size: 12px;
      line-height: 29px;
      color: #9A9A9A;
      letter-spacing: .5px;
      text-transform: uppercase;
      display: block;
      padding-top: 2px; }
      .section-news .entry-info .categories a:hover {
        color: #A0C160; }

.section-news .contentblock .h.h-block {
  font-family: "NeutraTextDemi";
  font-size: 30px;
  line-height: 120%;
  text-transform: none; }

.section-news.type-news .news-count-items-0 {
  background: #FFFFFF;
  padding: 80px 80px 30px 80px; }
  .section-news.type-news .news-count-items-0 .h.h-subtitle {
    margin: 0;
    text-transform: none;
    color: #020202;
    font-size: 30px; }

.section-news.type-news .container-fluid.c.content .count-items-1.first {
  padding-top: 30px; }

.section-news.type-news .text {
  padding: 0 0 0 75px; }

.section-news.type-news .fullwidthmedia .row-matrix.type-video {
  width: 100%;
  max-width: 100%; }
  .section-news.type-news .fullwidthmedia .row-matrix.type-video .video-player {
    width: 100%;
    max-width: 100%; }

.section-news.type-legacy .fullwidthmedia {
  background: rgba(255, 255, 255, 0.94);
  text-align: center; }
  .section-news.type-legacy .fullwidthmedia .align-items-center {
    width: 100%; }
    .section-news.type-legacy .fullwidthmedia .align-items-center .row-matrix {
      width: 100%; }
      .section-news.type-legacy .fullwidthmedia .align-items-center .row-matrix .align-items-center {
        width: 100%; }
        .section-news.type-legacy .fullwidthmedia .align-items-center .row-matrix .align-items-center img {
          margin: 0 auto; }

.section-news.type-legacy .container-fluid.c.content .count-items-1.first .h.h-subtitle {
  margin: 0 0 60px 0;
  text-transform: none;
  color: #020202;
  font-size: 30px;
  line-height: 130%; }

.section-news.type-legacy .container-fluid.c.content .text {
  padding: 0 0 0 75px; }

.section-news section.content > .row:hover {
  background: rgba(255, 255, 255, 0.94); }

.listing-empty p {
  font-size: 30px;
  line-height: 120%;
  color: #FFFFFF; }

.media-controls {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: none; }
  .media-controls .play {
    background: url(/theme/images/player.png) center center;
    width: 99px;
    height: 99px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  .media-controls .pause {
    width: 99px;
    height: 99px; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .safari_only .media-controls {
      display: none; } } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  /* Safari only override */
  ::i-block-chrome, .media-controls {
    display: none !important; } }

.media-controls .play:not(:root:root) {
  /* ^_^ */
  opacity: 0; }

/* =============== HEADER =============== */
#header {
  padding: 0; }
  #header .logo {
    float: left;
    position: absolute;
    top: 45px;
    left: 45px;
    z-index: 5;
    -webkit-transition: height 0.1s;
    -o-transition: height 0.1s;
    transition: height 0.1s;
    overflow: hidden; }
    #header .logo.logo-standard {
      width: 203px;
      height: 203px;
      -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.17);
      box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.17); }
    #header .logo.logo-responsive {
      display: none; }
  #header .navbar {
    position: absolute;
    right: 135px;
    top: 50px;
    padding: 0;
    display: block; }
    #header .navbar .header-menu-wrapper .header-menu > li {
      margin-left: 45px; }
      #header .navbar .header-menu-wrapper .header-menu > li > a {
        font-family: "NeutraTextDemi";
        color: #FFFFFF;
        font-size: 15px;
        text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
        text-transform: uppercase;
        letter-spacing: .4px;
        font-weight: normal;
        padding: 0;
        position: relative; }
        #header .navbar .header-menu-wrapper .header-menu > li > a:after {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 2px;
          background: #9ED93F;
          left: 0px;
          opacity: 1;
          -webkit-transition: 400ms all ease-out;
          -o-transition: 400ms all ease-out;
          transition: 400ms all ease-out; }
        #header .navbar .header-menu-wrapper .header-menu > li > a:hover, #header .navbar .header-menu-wrapper .header-menu > li > a:focus {
          background: none; }
        #header .navbar .header-menu-wrapper .header-menu > li > a:hover:after {
          width: 30px; }
  #header.video-is-fullscreen {
    z-index: 0 !important; }

.main-container {
  padding-top: 60px;
  background: yellow !important;
  height: 900px; }

#menu-toggle {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 29px;
  right: -5px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 610;
  -webkit-transform: scale(0.35);
  -ms-transform: scale(0.35);
  transform: scale(0.35);
  -webkit-transition: 400ms all ease-out;
  -o-transition: 400ms all ease-out;
  transition: 400ms all ease-out; }
  #menu-toggle .icon {
    position: absolute;
    height: 6px;
    width: 60px;
    top: 30px;
    background-color: #FFFFFF;
    -webkit-transition: 500ms all ease-out;
    -o-transition: 500ms all ease-out;
    transition: 500ms all ease-out;
    -webkit-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0); }
    #menu-toggle .icon:before {
      position: absolute;
      width: 60px;
      height: 6px;
      background-color: #FFFFFF;
      content: "";
      top: -20px;
      -webkit-transition: 400ms all ease-out;
      -o-transition: 400ms all ease-out;
      transition: 400ms all ease-out; }
    #menu-toggle .icon:after {
      position: absolute;
      width: 60px;
      height: 6px;
      background-color: #FFFFFF;
      content: "";
      top: 20px;
      -webkit-transition: 400ms all ease-out;
      -o-transition: 400ms all ease-out;
      transition: 400ms all ease-out; }
  #menu-toggle.open .icon {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg); }
    #menu-toggle.open .icon:before {
      -webkit-transform: rotateZ(45deg) scaleX(0.75) translate(20px, -6px);
      -ms-transform: rotate(45deg) scaleX(0.75) translate(20px, -6px);
      transform: rotateZ(45deg) scaleX(0.75) translate(20px, -6px); }
    #menu-toggle.open .icon:after {
      -webkit-transform: rotateZ(-45deg) scaleX(0.75) translate(20px, 6px);
      -ms-transform: rotate(-45deg) scaleX(0.75) translate(20px, 6px);
      transform: rotateZ(-45deg) scaleX(0.75) translate(20px, 6px); }
  #menu-toggle:hover {
    cursor: pointer; }

#sidebar {
  width: 490px;
  height: 100%;
  overflow-y: auto;
  overflow-scrolling: touch !important;
  -webkit-overflow-scrolling: touch !important;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 600;
  padding: 100px 0 60px 15px;
  -webkit-transform: translateX(89.9%);
  -ms-transform: translateX(89.9%);
  transform: translateX(89.9%);
  background: rgba(8, 111, 59, 0.3);
  -webkit-transition: 400ms all ease-in-out;
  -o-transition: 400ms all ease-in-out;
  transition: 400ms all ease-in-out;
  text-align: left; }
  #sidebar .menu-wrapper, #sidebar #blockNews {
    opacity: 0;
    -webkit-transition: 400ms all ease-in-out;
    -o-transition: 400ms all ease-in-out;
    transition: 400ms all ease-in-out; }
  #sidebar #blockNews .title.h-block {
    font-family: "NeutraTextDemi";
    font-size: 15px;
    letter-spacing: .38px;
    line-height: 120%;
    position: relative;
    color: #FFFFFF;
    margin-bottom: 20px; }
    #sidebar #blockNews .title.h-block a {
      color: #FFFFFF; }
      #sidebar #blockNews .title.h-block a:hover {
        color: inherit; }
    #sidebar #blockNews .title.h-block:before {
      content: '\e908';
      font-family: icomoon;
      color: #FFFFFF;
      font-size: 14px;
      display: block;
      position: absolute;
      top: 0;
      left: -40px; }
  #sidebar #blockNews li {
    width: 155px;
    float: left; }
    #sidebar #blockNews li:first-child {
      width: 100%; }
    #sidebar #blockNews li.news-item {
      margin-bottom: 30px;
      margin-right: 0; }
      #sidebar #blockNews li.news-item:nth-child(2n+2) {
        margin-right: 18px; }
      #sidebar #blockNews li.news-item .entry-info {
        padding: 0;
        margin: 0;
        background: none; }
        #sidebar #blockNews li.news-item .entry-info .pubdate {
          background: none;
          padding: 0; }
          #sidebar #blockNews li.news-item .entry-info .pubdate p {
            font-family: "NeutraTextDemiAlt";
            font-size: 10px;
            text-align: left;
            margin: 0 0 5px 0;
            color: #FFFFFF; }
            #sidebar #blockNews li.news-item .entry-info .pubdate p span {
              font-family: "NeutraTextLightAlt"; }
      #sidebar #blockNews li.news-item .teaser-image {
        display: block;
        width: 100%;
        height: 120px;
        overflow: hidden;
        margin: 0 0 10px 0; }
        #sidebar #blockNews li.news-item .teaser-image img {
          width: auto;
          height: 100%;
          margin: auto;
          display: inline-block;
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: 400ms all ease-out;
          -o-transition: 400ms all ease-out;
          transition: 400ms all ease-out; }
      #sidebar #blockNews li.news-item .block .h-block {
        font-family: "NeutraTextBold";
        font-size: 13px;
        line-height: 125%;
        color: #FFFFFF;
        text-transform: none;
        display: block; }
    #sidebar #blockNews li:hover .teaser-image img {
      -webkit-transform: translateX(-50%) scale(1.1);
      -ms-transform: translateX(-50%) scale(1.1);
      transform: translateX(-50%) scale(1.1); }
  #sidebar #icons_preview {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 400ms all ease-in-out;
    -o-transition: 400ms all ease-in-out;
    transition: 400ms all ease-in-out;
    position: absolute;
    top: 100px; }
    #sidebar #icons_preview li {
      position: relative;
      margin-bottom: 20px;
      height: 25px; }
      #sidebar #icons_preview li:before {
        position: absolute;
        top: 0;
        left: 0;
        font-family: icomoon;
        color: #FFFFFF; }
      #sidebar #icons_preview li.icon-search:before {
        content: '\e905';
        font-size: 19px; }
      #sidebar #icons_preview li.icon-location:before {
        content: '\e903';
        font-size: 19px; }
      #sidebar #icons_preview li.icon-contact:before {
        content: '\e907';
        font-size: 12px; }
      #sidebar #icons_preview li.icon-presskit:before {
        content: '\e90b';
        font-size: 15px; }
      #sidebar #icons_preview li.icon-jobs:before {
        content: '\e901';
        font-size: 16px; }
      #sidebar #icons_preview li.icon-green-motion:before {
        content: '\e904';
        font-size: 20px; }
      #sidebar #icons_preview li.icon-compendium:before {
        content: '\e902';
        font-size: 22px; }
      #sidebar #icons_preview li.icon-csr:before {
        content: '\e906';
        font-size: 16px; }
  #sidebar.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background: rgba(8, 111, 59, 0.98);
    padding-left: 80px;
    padding-right: 80px; }
    #sidebar.is-active .menu-wrapper,
    #sidebar.is-active #blockNews {
      opacity: 1; }
    #sidebar.is-active #icons_preview {
      opacity: 0;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
    #sidebar.is-active ul.block-menu li a {
      color: #FFFFFF; }
      #sidebar.is-active ul.block-menu li a.icon:before {
        left: -40px; }
      #sidebar.is-active ul.block-menu li a.icon:hover:before {
        left: -30px; }
  #sidebar ul.block-menu {
    -webkit-transition: 300ms all ease-out;
    -o-transition: 300ms all ease-out;
    transition: 300ms all ease-out; }
    #sidebar ul.block-menu:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.15);
      margin-bottom: 20px; }
    #sidebar ul.block-menu li {
      margin-bottom: 25px;
      display: block; }
      #sidebar ul.block-menu li:before {
        display: none; }
      #sidebar ul.block-menu li a {
        font-family: "NeutraTextDemi";
        font-size: 15px;
        letter-spacing: .3px;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: normal;
        position: relative;
        padding: 0; }
        #sidebar ul.block-menu li a.icon:before {
          font-family: icomoon;
          display: block;
          position: absolute;
          font-size: 20px;
          top: -5px;
          left: -50px;
          color: #FFFFFF;
          -webkit-transition: 200ms all ease-out;
          -o-transition: 200ms all ease-out;
          transition: 200ms all ease-out; }
        #sidebar ul.block-menu li a.icon.icon-location:before {
          content: "\e903"; }
        #sidebar ul.block-menu li a.icon.icon-contact:before {
          content: "\e904";
          top: -1px;
          font-size: 14px; }
        #sidebar ul.block-menu li a.icon.icon-job:before {
          content: "\e901"; }
        #sidebar ul.block-menu li a.icon:hover:before {
          color: #A0C160; }
        #sidebar ul.block-menu li a:hover, #sidebar ul.block-menu li a:active {
          background: none;
          color: #A0C160; }
    #sidebar ul.block-menu.menu-with-icon li {
      margin: 0 0 22px 0; }
      #sidebar ul.block-menu.menu-with-icon li.icon-location a:before {
        content: '\e903';
        font-size: 19px; }
      #sidebar ul.block-menu.menu-with-icon li.icon-contact a:before {
        content: '\e907';
        font-size: 12px; }
      #sidebar ul.block-menu.menu-with-icon li.icon-presskit a:before {
        content: '\e90b';
        font-size: 15px; }
      #sidebar ul.block-menu.menu-with-icon li.icon-jobs a:before {
        content: '\e901';
        font-size: 16px; }
      #sidebar ul.block-menu.menu-with-icon li.icon-green-motion a:before {
        content: '\e904';
        font-size: 20px; }
      #sidebar ul.block-menu.menu-with-icon li.icon-compendium a:before {
        content: '\e902';
        font-size: 22px; }
      #sidebar ul.block-menu.menu-with-icon li.icon-csr a:before {
        content: '\e906';
        font-size: 16px; }
      #sidebar ul.block-menu.menu-with-icon li a {
        position: relative; }
        #sidebar ul.block-menu.menu-with-icon li a:before {
          position: absolute;
          top: -6px;
          left: -40px;
          font-family: icomoon; }
  #sidebar #searchForm {
    position: relative;
    margin-bottom: 30px; }
    #sidebar #searchForm:before {
      content: '\e905';
      font-family: icomoon;
      display: block;
      position: absolute;
      left: -40px;
      top: 4px;
      font-size: 19px;
      color: #FFFFFF; }
    #sidebar #searchForm input {
      height: 30px;
      color: #FFFFFF;
      display: inline-block;
      vertical-align: top; }
      #sidebar #searchForm input[type="search"] {
        background: rgba(255, 255, 255, 0.1);
        font-family: "GilroyRegular";
        font-size: 14px;
        line-height: normal;
        text-transform: none;
        letter-spacing: .39px;
        max-width: 70%;
        padding: 5px 10px;
        width: 100%; }
      #sidebar #searchForm input[type="submit"] {
        background: #086F3B;
        font-family: "NeutraTextDemi";
        font-size: 10px;
        line-height: 33px;
        text-transform: uppercase;
        letter-spacing: .39px;
        padding: 0 20px;
        cursor: pointer; }
        #sidebar #searchForm input[type="submit"]:hover {
          background: #FFFFFF;
          color: #086F3B; }
  #sidebar #mobile_menu {
    display: none; }
    #sidebar #mobile_menu .mobile-menu-wrapper ul.level-2 li a.active {
      color: #A0C160; }

.animator {
  width: 2px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 120px;
  height: 50px;
  overflow: hidden;
  z-index: 100;
  display: none; }
  .animator:after {
    content: '';
    display: block;
    height: 40px;
    background: #FFFFFF;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    top: -60px;
    left: 0;
    -webkit-animation-name: animator;
    animation-name: animator;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animator.animator-display {
    position: inherit;
    display: block;
    margin: 150px auto 170px auto; }

/* =============== FOOTER =============== */
.block-sharing {
  text-align: center;
  padding: 70px 0;
  max-width: 100%; }
  .block-sharing .title {
    font-family: "NeutraTextBold";
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    letter-spacing: .6px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0; }
  .block-sharing .sharing-icons {
    display: inline-block;
    vertical-align: middle; }
    .block-sharing .sharing-icons li {
      border: 1px solid #FFFFFF;
      background: transparent;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      margin: 0 20px 0 0;
      -webkit-transition: 300ms all ease-in-out;
      -o-transition: 300ms all ease-in-out;
      transition: 300ms all ease-in-out; }
      .block-sharing .sharing-icons li a {
        font-size: 13px;
        display: block;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
        .block-sharing .sharing-icons li a i {
          color: #FFFFFF;
          -webkit-transition: 400ms all ease-out;
          -o-transition: 400ms all ease-out;
          transition: 400ms all ease-out; }
      .block-sharing .sharing-icons li:last-child {
        margin: 0; }
      .block-sharing .sharing-icons li:hover {
        background: #8EB543;
        border: 1px solid #8EB543; }

#push {
  height: 330px; }

#footer_section_news {
  background: rgba(250, 250, 250, 0.96);
  padding: 80px 0 100px 0;
  margin: 0 0 -1px 0; }
  #footer_section_news #footerNews .title.h-block {
    font-family: "NeutraTextBook";
    font-size: 38px;
    letter-spacing: 1.09px;
    line-height: 200%;
    position: relative;
    color: #8EB543;
    margin-bottom: 50px;
    text-align: center; }
    #footer_section_news #footerNews .title.h-block a {
      color: #8EB543; }
      #footer_section_news #footerNews .title.h-block a:hover {
        color: #086F3B; }
  #footer_section_news #footerNews li {
    width: 235px;
    display: inline-block;
    vertical-align: top;
    float: left; }
    #footer_section_news #footerNews li:first-child {
      width: 100%; }
    #footer_section_news #footerNews li.news-item {
      margin: 0 80px 0 0; }
      #footer_section_news #footerNews li.news-item:last-child {
        margin-right: 0; }
      #footer_section_news #footerNews li.news-item .entry-info {
        padding: 0;
        margin: 0;
        background: none; }
        #footer_section_news #footerNews li.news-item .entry-info .pubdate {
          background: none;
          padding: 0; }
          #footer_section_news #footerNews li.news-item .entry-info .pubdate p {
            font-family: "NeutraTextDemiAlt";
            font-size: 14px;
            text-align: left;
            margin: 0 0 5px 0;
            color: #086F3B; }
            #footer_section_news #footerNews li.news-item .entry-info .pubdate p span {
              font-family: "NeutraTextLightAlt"; }
      #footer_section_news #footerNews li.news-item .teaser-image {
        display: block;
        width: 100%;
        height: 180px;
        overflow: hidden;
        margin: 0 0 20px 0;
        -webkit-box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.05);
        background: #FFFFFF; }
        #footer_section_news #footerNews li.news-item .teaser-image img {
          width: auto;
          height: 100%;
          margin: auto;
          display: inline-block;
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: 400ms all ease-out;
          -o-transition: 400ms all ease-out;
          transition: 400ms all ease-out; }
      #footer_section_news #footerNews li.news-item .block .h-block {
        font-family: "NeutraTextDemi";
        font-size: 18px;
        line-height: 140%;
        color: #000000;
        text-transform: none;
        display: block; }
    #footer_section_news #footerNews li:hover .teaser-image img {
      -webkit-transform: translateX(-50%) scale(1.1);
      -ms-transform: translateX(-50%) scale(1.1);
      transform: translateX(-50%) scale(1.1); }

#footer {
  padding: 70px 0 140px 0;
  background: #FFFFFF;
  border: none;
  text-align: center;
  position: relative;
  z-index: 0;
  height: 330px; }
  #footer #block-mane-footer {
    margin-bottom: 60px; }
    #footer #block-mane-footer ul {
      text-align: center; }
      #footer #block-mane-footer ul li {
        display: inline-block; }
        #footer #block-mane-footer ul li a {
          text-transform: uppercase;
          font-family: "NeutraTextBold";
          font-size: 14px;
          line-height: normal;
          padding: 0 13px;
          color: #086F3B;
          letter-spacing: .7px; }
          #footer #block-mane-footer ul li a:hover {
            background: none;
            color: #A0C160; }
          #footer #block-mane-footer ul li a.featured-link {
            color: #A0C160; }
            #footer #block-mane-footer ul li a.featured-link.separator:before {
              content: '';
              width: 1px;
              height: 18px;
              vertical-align: middle;
              display: inline-block;
              background: #979797;
              margin: -3px 13px 0 -13px; }
            #footer #block-mane-footer ul li a.featured-link:hover {
              color: #086F3B; }
  #footer #block-footermiddle {
    text-align: center;
    margin-bottom: 60px; }
    #footer #block-footermiddle ul li {
      display: inline-block; }
      #footer #block-footermiddle ul li a {
        padding: 15px 30px;
        font-family: "NeutraTextBold";
        font-size: 15px;
        line-height: normal;
        color: #FFFFFF;
        background: #87C525;
        text-transform: uppercase; }
        #footer #block-footermiddle ul li a:after {
          height: 8px;
          width: 8px;
          content: '';
          background: #FFFFFF;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          display: inline-block;
          margin: 0 0 0 10px; }
        #footer #block-footermiddle ul li a:hover {
          background: #086F3B; }
  #footer .footer-1 {
    text-align: center;
    margin-bottom: 60px; }
    #footer .footer-1 .container .row {
      display: inline-block; }
    #footer .footer-1 h5 {
      font-family: "NeutraTextDemiItalic";
      font-size: 20px;
      line-height: normal;
      color: #086F3B;
      letter-spacing: .3px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 30px 0 0; }
    #footer .footer-1 .social-links {
      display: inline-block;
      vertical-align: middle; }
      #footer .footer-1 .social-links li {
        border: 1px solid #A0C160;
        background: transparent;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        margin: 0 20px 0 0;
        -webkit-transition: 300ms all ease-in-out;
        -o-transition: 300ms all ease-in-out;
        transition: 300ms all ease-in-out; }
        #footer .footer-1 .social-links li a {
          font-size: 16px;
          display: block;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
          #footer .footer-1 .social-links li a i {
            color: #A0C160; }
        #footer .footer-1 .social-links li:last-child {
          margin: 0; }
        #footer .footer-1 .social-links li:hover {
          background: #086F3B;
          border: 1px solid #086F3B; }
          #footer .footer-1 .social-links li:hover a i {
            color: #FFFFFF; }
  #footer .footer-2 {
    text-align: center; }
    #footer .footer-2 li {
      display: inline-block; }
      #footer .footer-2 li a {
        font-family: "GilroyRegular";
        font-size: 14px;
        color: #086F3B;
        line-height: normal; }
        #footer .footer-2 li a span {
          font-size: 14px;
          color: #086F3B; }
        #footer .footer-2 li a:after {
          content: '';
          width: 1px;
          height: 14px;
          background: #086F3B;
          opacity: .35;
          display: inline-block;
          margin: 0 15px; }
        #footer .footer-2 li a:hover, #footer .footer-2 li a:focus {
          background: none;
          color: #87C525; }
      #footer .footer-2 li:last-child a:after {
        display: none; }

#top-page {
  position: fixed;
  z-index: 7;
  right: 80px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  -webkit-transition: 300ms all ease-out;
  -o-transition: 300ms all ease-out;
  transition: 300ms all ease-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background: #8EB543;
  color: #FFFFFF;
  font-size: 7px;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.17); }
  #top-page.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  #top-page:hover {
    background: #086F3B; }

/* =============== *** ANIMATIONS *** =============== */
body #sidebar_wrapper {
  opacity: 0;
  -webkit-transition: 800ms all ease-out;
  -o-transition: 800ms all ease-out;
  transition: 800ms all ease-out;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms; }

body .header-menu.inline {
  opacity: 0;
  -webkit-transition: 800ms all ease-out;
  -o-transition: 800ms all ease-out;
  transition: 800ms all ease-out;
  -webkit-animation-name: fadeInBlock;
  animation-name: fadeInBlock;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms; }

body:not(.section-homepage) #parallaxBackgrounds #parallaxBackground1 {
  opacity: 0;
  background-position-y: -50px;
  -webkit-transition: 1600ms all ease-out;
  -o-transition: 1600ms all ease-out;
  transition: 1600ms all ease-out;
  -webkit-animation-name: parallaxImage;
  animation-name: parallaxImage;
  -webkit-animation-duration: 1600ms;
  animation-duration: 1600ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms; }

body:not(.section-homepage) #parallaxBackgrounds #parallaxBackground1_srcSet {
  opacity: 0;
  background-position-y: -50px;
  -webkit-transition: 1600ms all ease-out;
  -o-transition: 1600ms all ease-out;
  transition: 1600ms all ease-out;
  -webkit-animation-name: parallaxImage;
  animation-name: parallaxImage;
  -webkit-animation-duration: 1600ms;
  animation-duration: 1600ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms; }

body:not(.section-homepage) #main section.content-header .h-title {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: 800ms all ease-out;
  -o-transition: 800ms all ease-out;
  transition: 800ms all ease-out;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms; }

body:not(.section-homepage) #main section.content-header .text.text-intro {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: 800ms all ease-out;
  -o-transition: 800ms all ease-out;
  transition: 800ms all ease-out;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms; }

body:not(.section-homepage) #main section.content-header .block-1 {
  opacity: 0;
  -webkit-transition: 800ms all ease-out;
  -o-transition: 800ms all ease-out;
  transition: 800ms all ease-out;
  -webkit-animation-name: fadeInBlock;
  animation-name: fadeInBlock;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms; }

body:not(.section-homepage) #main section.container-fluid.before-content {
  opacity: 0;
  -webkit-transition: 800ms all ease-out;
  -o-transition: 800ms all ease-out;
  transition: 800ms all ease-out;
  -webkit-animation-name: fadeInBlock;
  animation-name: fadeInBlock;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms; }

body:not(.section-homepage) #main section.container-fluid.without-intro {
  opacity: 0;
  -webkit-transition: 800ms all ease-out;
  -o-transition: 800ms all ease-out;
  transition: 800ms all ease-out;
  -webkit-animation-name: fadeInBlock;
  animation-name: fadeInBlock;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms; }

body:not(.section-homepage) #listing_news {
  opacity: 0;
  -webkit-transition: 800ms all ease-out;
  -o-transition: 800ms all ease-out;
  transition: 800ms all ease-out;
  -webkit-animation-name: fadeInBlock;
  animation-name: fadeInBlock;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms; }
  body:not(.section-homepage) #listing_news li {
    opacity: 0;
    -webkit-transition: 800ms all ease-out;
    -o-transition: 800ms all ease-out;
    transition: 800ms all ease-out;
    -webkit-animation-name: fadeInBlock;
    animation-name: fadeInBlock;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

body.section-homepage #home-slider-video .swiper-slide.i-1 video {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1600ms all ease-out;
  -o-transition: 1600ms all ease-out;
  transition: 1600ms all ease-out;
  -webkit-animation-name: videoHomepageAnimation;
  animation-name: videoHomepageAnimation;
  -webkit-animation-duration: 1600ms;
  animation-duration: 1600ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms; }

/* =============== PAGE LOCATION =============== */
.page-custom-locations {
  background: #FFFFFF url("/assets/backgrounds/BG_LOCATION.jpg") top center no-repeat; }
  .page-custom-locations .content-header {
    background-position: top center;
    padding-top: 0px;
    padding-bottom: 0; }
    .page-custom-locations .content-header .block-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .page-custom-locations .content-header .block-2 .h-title {
        margin: 0; }
      .page-custom-locations .content-header .block-2 .text h2 {
        font-family: "NeutraTextLight";
        font-size: 60px;
        line-height: 120%;
        color: #006641; }
      .page-custom-locations .content-header .block-2 .region-header.counter {
        display: none;
        margin: 0;
        opacity: 0;
        -webkit-animation-name: fadeInBlock;
        animation-name: fadeInBlock;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
        .page-custom-locations .content-header .block-2 .region-header.counter.c-none {
          opacity: 0;
          -webkit-animation-name: fadeInBlock;
          animation-name: fadeInBlock;
          -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
          -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
          position: relative;
          display: block; }
        .page-custom-locations .content-header .block-2 .region-header.counter.c10372 li {
          position: relative; }
          .page-custom-locations .content-header .block-2 .region-header.counter.c10372 li:last-child .kancor {
            text-indent: 99999px;
            display: inline-block;
            background: url("/assets/site/kancor-logo.jpg") top left no-repeat;
            width: 175px;
            height: 26px;
            position: absolute;
            right: -190px;
            top: -1px; }
  .page-custom-locations .counter {
    font-family: "NeutraTextDemi";
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px; }
    .page-custom-locations .counter .list-inline {
      padding-left: 7px; }
      .page-custom-locations .counter .list-inline .list-inline-item {
        margin-right: 53px; }
    .page-custom-locations .counter .h {
      font-family: "NeutraTextLight";
      font-size: 60px;
      line-height: 120%;
      color: #006641;
      margin: 0 0 20px 0; }
    .page-custom-locations .counter em {
      font-family: "NeutraDisplayBold";
      font-size: 35px;
      color: #87C525;
      margin-right: 10px;
      margin-left: 40px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -3px; }
      .page-custom-locations .counter em .kancor {
        text-indent: 99999px;
        display: inline-block;
        background: url("/assets/site/kancor-logo.jpg") top left no-repeat;
        width: 175px;
        height: 26px;
        position: absolute;
        right: -190px;
        top: -1px; }
      .page-custom-locations .counter em:first-child {
        margin-left: 0; }
  .page-custom-locations .locations-search {
    opacity: 0;
    -webkit-animation-name: fadeInBlock;
    animation-name: fadeInBlock;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
    position: relative;
    z-index: 40; }
    .page-custom-locations .locations-search .locations-form {
      margin: 90px 0 80px 0; }
    .page-custom-locations .locations-search .form-group {
      position: relative;
      margin: 0; }
      .page-custom-locations .locations-search .form-group.form-group-address i {
        position: absolute;
        left: 20px;
        top: 12px;
        color: #87C525;
        z-index: 40; }
      .page-custom-locations .locations-search .form-group .twitter-typeahead .form-control {
        width: 100%;
        height: 40px;
        color: #FFFFFF;
        border-radius: 0;
        border: none; }
      .page-custom-locations .locations-search .form-group span.twitter-typeahead .tt-menu {
        margin: 0;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        top: 39px;
        padding: 0;
        border-bottom: 0;
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
        overflow-scrolling: touch !important;
        -webkit-overflow-scrolling: touch !important;
        -webkit-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        width: 100%; }
        .page-custom-locations .locations-search .form-group span.twitter-typeahead .tt-menu .empty {
          padding: 20px 20px 20px 52px;
          font-family: "GilroyRegular";
          font-size: 14px;
          line-height: 130%;
          color: #000000;
          font-weight: 400; }
          .page-custom-locations .locations-search .form-group span.twitter-typeahead .tt-menu .empty em {
            color: #086F3B;
            font-weight: 800; }
        .page-custom-locations .locations-search .form-group span.twitter-typeahead .tt-menu .e-teaser {
          padding: 20px 20px 20px 51px;
          border: none;
          border: none; }
          .page-custom-locations .locations-search .form-group span.twitter-typeahead .tt-menu .e-teaser .h {
            color: #086F3B;
            font-size: 17px;
            line-height: 120%;
            text-transform: uppercase;
            padding: 0 0 0 0;
            margin: 0 0 5px 0;
            display: block; }
          .page-custom-locations .locations-search .form-group span.twitter-typeahead .tt-menu .e-teaser .text p {
            font-size: 14px;
            line-height: 130%;
            color: #000000;
            font-weight: 400; }
          .page-custom-locations .locations-search .form-group span.twitter-typeahead .tt-menu .e-teaser .pin-legend {
            position: absolute;
            top: 20px;
            left: 16px; }
            .page-custom-locations .locations-search .form-group span.twitter-typeahead .tt-menu .e-teaser .pin-legend li {
              margin: 0 0 4px 0; }
              .page-custom-locations .locations-search .form-group span.twitter-typeahead .tt-menu .e-teaser .pin-legend li:last-child {
                margin: 0; }
          .page-custom-locations .locations-search .form-group span.twitter-typeahead .tt-menu .e-teaser:last-child {
            border-bottom: 0; }
      .page-custom-locations .locations-search .form-group input#location-q, .page-custom-locations .locations-search .form-group.form-group-select {
        background: #FFFFFF;
        color: #006641;
        font-size: 18px;
        text-align: center;
        border-radius: 0px;
        border: none;
        padding: 3px 10px 0px 50px;
        min-width: 250px;
        text-align: left;
        height: 40px;
        line-height: 40px;
        font-family: "NeutraTextLight"; }
      .page-custom-locations .locations-search .form-group input#location-q {
        padding: 12px 10px 8px 50px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #FFFFFF;
        line-height: normal;
        border-radius: 0; }
      .page-custom-locations .locations-search .form-group.form-group-select {
        width: auto;
        padding: 0px 0px 0px 0px;
        border-left: 1px solid #ced4da; }
        .page-custom-locations .locations-search .form-group.form-group-select .multiselect-selected-text {
          font-family: "NeutraTextDemi";
          font-size: 18px;
          color: #006641; }
        .page-custom-locations .locations-search .form-group.form-group-select select {
          background: transparent;
          -moz-appearance: none;
          -webkit-appearance: none;
          padding: 0;
          width: 100%;
          border: none; }
      .page-custom-locations .locations-search .form-group input#location-q::-webkit-input-placeholder {
        color: #969696; }
      .page-custom-locations .locations-search .form-group input#location-q:-ms-input-placeholder {
        color: #969696; }
      .page-custom-locations .locations-search .form-group input#location-q::-ms-input-placeholder {
        color: #969696; }
      .page-custom-locations .locations-search .form-group input#location-q::placeholder {
        color: #969696; }
      .page-custom-locations .locations-search .form-group select::-ms-expand {
        display: none !important; }
      .page-custom-locations .locations-search .form-group input:hover, .page-custom-locations .locations-search .form-group select:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
    .page-custom-locations .locations-search .multiselect-native-select {
      width: 100%; }
    .page-custom-locations .locations-search .dropdown-menu {
      width: 100%;
      border-radius: 0;
      text-align: left;
      border: 0;
      top: 40px;
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      top: 4px;
      padding: 0 !important; }
      .page-custom-locations .locations-search .dropdown-menu li label {
        display: block;
        text-align: left;
        padding: 0 0 0 42px !important; }
        .page-custom-locations .locations-search .dropdown-menu li label input {
          margin: 0 5px 0 -20px !important; }
    .page-custom-locations .locations-search button.dropdown-toggle {
      background: transparent;
      width: 100%;
      text-align: left;
      padding: 2px 0 0 20px; }
      .page-custom-locations .locations-search button.dropdown-toggle:focus, .page-custom-locations .locations-search button.dropdown-toggle:active {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .page-custom-locations .locations-search button.dropdown-toggle:after {
        content: '\e900';
        font-family: icomoon;
        font-size: 6px;
        color: #9C9C9C;
        position: absolute;
        right: 30px;
        border: none;
        top: 14px; }
  .page-custom-locations .locations-result {
    margin-top: 25px;
    -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.06);
    background: #FFFFFF;
    max-width: 100% !important; }
    .page-custom-locations .locations-result,
    .page-custom-locations .locations-result .c > .row > .col-item {
      min-height: 800px;
      padding-left: 0;
      padding-right: 0;
      position: relative; }
    .page-custom-locations .locations-result .locations-list-heading {
      position: absolute;
      top: -50px;
      left: 0px;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 31px; }
    .page-custom-locations .locations-result .map {
      opacity: 0;
      -webkit-animation-name: fadeInBlock;
      animation-name: fadeInBlock;
      -webkit-animation-duration: 600ms;
      animation-duration: 600ms;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-delay: 1800ms;
      animation-delay: 1800ms;
      padding-right: 0; }
      .page-custom-locations .locations-result .map .oh-google-map-canvas {
        height: 800px;
        min-height: 800px;
        float: right; }
        .page-custom-locations .locations-result .map .oh-google-map-canvas .e-teaser {
          padding: 0; }
    .page-custom-locations .locations-result.empty p.empty {
      text-align: center;
      padding-top: 60px; }
  .page-custom-locations #legend_types {
    position: absolute;
    z-index: 40;
    top: 30px;
    right: 80px; }
    .page-custom-locations #legend_types .h {
      font-size: 15px;
      color: #8EB543;
      text-transform: uppercase;
      margin: 0; }
    .page-custom-locations #legend_types ul {
      background: #FFFFFF;
      border: 1px solid #8EB543;
      padding: 20px; }
      .page-custom-locations #legend_types ul li {
        font-family: "GilroyRegular";
        font-weight: 500;
        font-size: 12px;
        margin-bottom: 10px; }
        .page-custom-locations #legend_types ul li:last-child {
          margin-bottom: 0; }
    .page-custom-locations #legend_types .close {
      position: absolute;
      top: 3px;
      right: 5px;
      -webkit-transition: 300ms all ease-in-out;
      -o-transition: 300ms all ease-in-out;
      transition: 300ms all ease-in-out; }
      .page-custom-locations #legend_types .close span {
        width: 1px;
        height: 14px;
        background: #8EB543;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer; }
        .page-custom-locations #legend_types .close span:first-child {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .page-custom-locations #legend_types .close span:last-child {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .page-custom-locations .pin-legend li:before {
    font-family: "NeutraTextBold";
    font-size: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    border-radius: 100%;
    margin: 0 15px 0 0; }
  .page-custom-locations .pin-legend .sales-office:before {
    content: 'S';
    background: #99C038; }
  .page-custom-locations .pin-legend .innovation-centre:before {
    content: 'I';
    background: #7267C9; }
  .page-custom-locations .pin-legend .manufacturing-site:before {
    content: 'M';
    background: #E7B639; }
  .page-custom-locations .pin-legend .fine-fragrance-studio:before {
    content: 'F';
    background: #59C5BF; }
  .page-custom-locations .pin-legend .kancor:before {
    content: 'K';
    background: #146076; }
  .page-custom-locations .infoWindow {
    height: 260px;
    overflow: hidden; }
    .page-custom-locations .infoWindow.e-section-location .location_images_wrapper {
      width: 260px;
      display: inline-block;
      overflow: hidden;
      margin: 0;
      height: 280px;
      position: relative;
      float: left; }
      .page-custom-locations .infoWindow.e-section-location .location_images_wrapper .location-images {
        width: 260px;
        height: 260px; }
      .page-custom-locations .infoWindow.e-section-location .location_images_wrapper .slideshow.with-next-prev {
        padding: 0; }
      .page-custom-locations .infoWindow.e-section-location .location_images_wrapper .swiper-pager {
        top: 220px;
        width: 260px; }
        .page-custom-locations .infoWindow.e-section-location .location_images_wrapper .swiper-pager li {
          width: 10px;
          height: 10px;
          border-radius: 100%;
          background: rgba(255, 255, 255, 0.36);
          -webkit-transition: 800ms all ease-in-out;
          -o-transition: 800ms all ease-in-out;
          transition: 800ms all ease-in-out; }
          .page-custom-locations .infoWindow.e-section-location .location_images_wrapper .swiper-pager li.active {
            background: white; }
      .page-custom-locations .infoWindow.e-section-location .location_images_wrapper img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .page-custom-locations .infoWindow.e-section-location .info-box {
      width: 60%;
      float: left;
      position: relative;
      padding: 30px 35px 0 30px; }
      .page-custom-locations .infoWindow.e-section-location .info-box .pin-legend {
        position: absolute;
        right: 20px;
        bottom: 0; }
        .page-custom-locations .infoWindow.e-section-location .info-box .pin-legend li:before {
          margin: 0 0 10px 0; }
        .page-custom-locations .infoWindow.e-section-location .info-box .pin-legend li:last-child:before {
          margin: 0; }
      .page-custom-locations .infoWindow.e-section-location .info-box .h {
        color: #056945;
        font-size: 17px;
        line-height: 120%;
        text-transform: uppercase;
        padding: 0 0 0 0;
        margin: 0 0 5px 0; }
      .page-custom-locations .infoWindow.e-section-location .info-box .text p {
        font-size: 14px;
        line-height: 130%;
        color: #000000;
        font-weight: 400;
        margin: 0 0 15px 0; }
      .page-custom-locations .infoWindow.e-section-location .info-box .location-contact {
        font-size: 15px;
        font-family: "GilroyRegular";
        font-size: 500; }
        .page-custom-locations .infoWindow.e-section-location .info-box .location-contact .green {
          color: #8EB543;
          font-weight: 800;
          min-width: 40px;
          display: inline-block; }
        .page-custom-locations .infoWindow.e-section-location .info-box .location-contact .email .callback-form {
          margin-top: 25px;
          font-family: "NeutraTextBold";
          font-size: 14px;
          text-transform: uppercase;
          color: #8EB543;
          padding-bottom: 5px;
          border-bottom: 1px dotted #CACACA;
          cursor: pointer;
          display: inline-block; }
          .page-custom-locations .infoWindow.e-section-location .info-box .location-contact .email .callback-form .icon {
            color: #000000;
            margin: 0 5px 0 0; }
  .page-custom-locations .js-info-bubble-close {
    margin: 0;
    width: 17px;
    height: 17px;
    top: 20px !important;
    right: 20px !important; }
  .page-custom-locations .locations-form {
    -webkit-transition: 800ms height ease-out;
    -o-transition: 800ms height ease-out;
    transition: 800ms height ease-out; }
    .page-custom-locations .locations-form.loading {
      min-height: 200px; }

.js-main {
  padding-top: 230px;
  z-index: 2;
  overflow: hidden; }

@media (max-width: 1200px) {
  .container {
    width: 1240px; } }

@media (max-width: 768px) {
  .main-container {
    padding-top: 30px; }
  .region-header {
    text-align: center; }
    .region-header .pull-left {
      margin: 0 auto 20px auto;
      float: inherit !important; }
    .region-header .navbar-nav {
      display: block;
      clear: both;
      text-align: center; } }

/* ===============
* ////////////////
RESPONSIVE
* ////////////////
=============== */
@media (max-width: 667px) {
  #sidebar {
    background: #086F3B;
    padding: 100px 30px 60px 30px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: left; }
    #sidebar .level-2 {
      display: none; }
    #sidebar #blockNews {
      display: none; }
    #sidebar #searchForm:before {
      display: none; }
    #sidebar ul.block-menu.menu-with-icon {
      padding-left: 40px; }
      #sidebar ul.block-menu.menu-with-icon:after {
        display: none; } }
