@charset "UTF-8";
@import url("https://use.typekit.net/byj2exw.css");
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, main, menu, nav, output, picture, 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, main, menu, nav, picture, 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: ""; }

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

/* ----------------------------------------------------------------------*/
/* - BREAKPOINTS
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* - COLORS
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* - FONTS
/* ----------------------------------------------------------------------*/
@font-face {
  font-family: "vef_icons";
  src: url("../font/vef_icons.eot");
  src: url("../font/vef_icons.eot#iefix") format("embedded-opentype"), url("../font/vef_icons.woff") format("woff"), url("../font/vef_icons.ttf") format("truetype"), url("../font/vef_icons.svg#vef_icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ----------------------------------------------------------------------*/
/* - SIZES
/* ----------------------------------------------------------------------*/
/* ----------------------- TIMING FUNCTIONS ----------------------------- */
/* ----------------------- ANIMATIONS ----------------------------- */
@-webkit-keyframes fadein_start {
  0% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fadein_start {
  0% {
    opacity: 0; }
  100% {
    opacity: 0; } }

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

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

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

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

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

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

@-webkit-keyframes arrow_nudge {
  0% {
    margin-right: 0; }
  40% {
    margin-right: -2px; }
  100% {
    margin-right: 0; } }

@keyframes arrow_nudge {
  0% {
    margin-right: 0; }
  40% {
    margin-right: -2px; }
  100% {
    margin-right: 0; } }

@-webkit-keyframes arrow_nudge_left_reverse {
  0% {
    margin-left: 0; }
  40% {
    margin-left: -2px; }
  100% {
    margin-left: 0; } }

@keyframes arrow_nudge_left_reverse {
  0% {
    margin-left: 0; }
  40% {
    margin-left: -2px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes arrow_nudge_left {
  0% {
    margin-left: 0; }
  40% {
    margin-left: 2px; }
  100% {
    margin-left: 0; } }

@keyframes arrow_nudge_left {
  0% {
    margin-left: 0; }
  40% {
    margin-left: 2px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes submenu_arrow_fadein {
  0% {
    bottom: -6px; }
  100% {
    bottom: 0; } }

@keyframes submenu_arrow_fadein {
  0% {
    bottom: -6px; }
  100% {
    bottom: 0; } }

@-webkit-keyframes submenu_arrow_fadein_reverse {
  0% {
    bottom: 0; }
  100% {
    bottom: -6px; } }

@keyframes submenu_arrow_fadein_reverse {
  0% {
    bottom: 0; }
  100% {
    bottom: -6px; } }

/*
 * MOBILE LAYOUT CSS: STRUCTURAL BASE
 */
.inner {
  position: relative;
  min-width: 280px;
  padding: 0 20px;
  margin: 0 auto; }

#admin-menu {
  display: none; }

body.admin-menu {
  margin-top: 0 !important; }

html.ie8blocker table {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  html.ie8blocker table tr td {
    height: 100%;
    text-align: center;
    vertical-align: middle; }

/* ----------------------- RESET ----------------------------- */
.form-item,
.form-actions {
  margin-top: 0;
  margin-bottom: 0; }

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0;
  margin-bottom: 0; }

ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0; }

.send-edit-url {
  background: #f8f9fb;
  border-radius: 3px;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 20px; }
  .send-edit-url::before {
    display: inline-block;
    vertical-align: top;
    content: "A";
    font-family: "vef_icons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-transform: none;
    font-variant: normal;
    speak: none;
    -webkit-font-smoothing: antialiased; }

.content-system {
  z-index: 999 !important; }
  .content-system:before, .content-system:after {
    content: " ";
    display: table; }
  .content-system:after {
    clear: both; }

.tabs-wrapper {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 35px;
  overflow: hidden; }

ul.primary {
  display: block;
  border-bottom: 1px solid #c0cd2f;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  ul.primary li {
    display: inline-block; }
    ul.primary li a {
      display: block;
      background: #99a425;
      border: none;
      font-family: museo, serif;
      font-size: 16px;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      margin-right: 0;
      padding: 5px 10px;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      -webkit-transition: background-color 0.15s linear;
      transition: background-color 0.15s linear; }
      ul.primary li a:hover, ul.primary li a:focus, ul.primary li a:active {
        background: #5f6517;
        border: none; }
    ul.primary li.active a {
      background: #c0cd2f;
      border: none;
      color: #fff; }

.item-list ul {
  margin: 0; }
  .item-list ul li {
    margin: 0; }

.breadcrumb {
  padding-bottom: 0; }

.profile {
  margin: 0; }
  .profile h3 {
    border-bottom: none; }
  .profile dl {
    margin: 0; }
  .profile dt {
    margin: 0;
    font-weight: normal; }
  .profile dd {
    margin: 0; }

.field .field-label {
  font-weight: normal; }

.password-strength {
  width: auto;
  float: none;
  margin-top: 0; }

.confirm-parent,
.password-parent {
  clear: none;
  width: 100%; }

.password-strength-text {
  font-weight: normal; }

div.form-item div.password-suggestions {
  padding: 0;
  margin: 0;
  width: auto;
  border: none; }

div.password-confirm {
  float: none;
  margin-top: 0;
  width: auto; }

.toboggan-unified #login-message {
  font-size: 1rem;
  line-height: 100%; }

.toboggan-unified #login-links {
  font-size: 1rem;
  line-height: 150%; }
  .toboggan-unified #login-links a {
    padding: 0; }
    .toboggan-unified #login-links a, .toboggan-unified #login-links a:hover {
      background: none;
      border: none; }
    .toboggan-unified #login-links a.lt-active, .toboggan-unified #login-links a.lt-active:hover {
      background: none;
      border: none; }

/* ----------------------- 0.9 GENERAL -------------------------------- */
li a.active {
  color: #3d3935; }
  li a.active:hover, li a.active:focus, li a.active:active {
    color: #c0cd2f; }

.marker,
.form-required {
  color: #f00; }

.form-item .description {
  font-size: 16px; }

#messages {
  margin: 50px 0; }

div.messages {
  display: inline-block;
  padding: 10px 10px 10px 38px;
  margin: 0;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 18px;
  background-color: #c0cd2f;
  color: #fff; }
  div.messages.error {
    background-color: #d51f27;
    color: #fff; }
  div.messages ul li {
    margin-bottom: 5px;
    /*&:last-of-type {
				margin-bottom: 0;
			}*/ }

* {
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #3d3935; }

b,
strong {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

i,
em {
  font-style: italic; }

a {
  color: #3d3935;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear; }
  a:hover, a:focus, a:active {
    color: #c0cd2f; }
  a.active {
    cursor: default; }
  a.readmore {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    font-family: museo, serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #002d62;
    text-decoration: none; }
    a.readmore::after {
      position: absolute;
      right: 0;
      top: 0;
      display: inline-block;
      vertical-align: top;
      content: "A";
      font-family: "vef_icons";
      font-size: 12px;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      text-transform: none;
      font-variant: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      line-height: 16px;
      pointer-events: none; }
    a.readmore:hover, a.readmore:focus, a.readmore:active {
      color: #c0cd2f; }
    a.readmore:hover::after, a.readmore:focus::after {
      -webkit-animation-name: arrow_nudge;
              animation-name: arrow_nudge;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-direction: normal;
              animation-direction: normal;
      -webkit-animation-play-state: running;
              animation-play-state: running; }

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img,
svg {
  display: block; }

img.file-icon {
  display: inline; }

.captcha {
  width: 100%; }

.paragraph ul,
.paragraph ol,
.profile ul,
.profile ol {
  position: relative;
  margin-bottom: 15px;
  margin-left: 3px;
  font-size: 20px;
  line-height: 30px;
  overflow: hidden; }
  .paragraph ul li,
  .paragraph ol li,
  .profile ul li,
  .profile ol li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px; }
    .paragraph ul li::before,
    .paragraph ol li::before,
    .profile ul li::before,
    .profile ol li::before {
      content: " ";
      position: absolute;
      left: 0;
      background-color: #9eab05; }
    .paragraph ul li ul,
    .paragraph ul li ol,
    .paragraph ol li ul,
    .paragraph ol li ol,
    .profile ul li ul,
    .profile ul li ol,
    .profile ol li ul,
    .profile ol li ol {
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: 0; }

.paragraph ul,
.profile ul {
  list-style: none; }
  .paragraph ul > li,
  .profile ul > li {
    list-style: none; }
    .paragraph ul > li::before,
    .profile ul > li::before {
      top: 8px;
      width: 6px;
      height: 6px;
      border-radius: 50%; }
    .paragraph ul > li > ul > li::before,
    .profile ul > li > ul > li::before {
      width: 4px;
      height: 4px;
      margin-top: 1px;
      background: none;
      border: solid 1px #3d3935; }
  .paragraph ul.contextual-links,
  .profile ul.contextual-links {
    list-style: none;
    margin: 0; }
    .paragraph ul.contextual-links li,
    .profile ul.contextual-links li {
      list-style: none; }

.paragraph ol,
.profile ol {
  counter-reset: ol-counter; }
  .paragraph ol > li::before,
  .profile ol > li::before {
    left: 0;
    top: 0;
    content: counter(ol-counter) ".";
    counter-increment: ol-counter;
    color: #b7c42b;
    font-family: museo, serif;
    font-weight: 600;
    font-size: 15px;
    background-color: #fff; }
  .paragraph ol > li > ol > li::before,
  .profile ol > li > ol > li::before {
    content: counter(ol-counter, lower-latin); }

.paragraph h1,
.paragraph h2,
.paragraph h3,
.profile h1,
.profile h2,
.profile h3 {
  font-family: museo, serif;
  font-size: 42px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 15px; }

.paragraph h4,
.paragraph h5,
.profile h4,
.profile h5 {
  font-family: museo, serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px; }

.paragraph p,
.profile p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px; }

html.windows .paragraph ol > li::before,
html.windows .profile ol > li::before {
  font-weight: 600; }

.profile h3 {
  margin-bottom: 5px; }

.profile > .field {
  margin-bottom: 30px; }

.profile dl {
  margin-bottom: 30px; }

.profile dt {
  margin-bottom: 10px; }

.profile .field-type-image .field-items {
  max-width: 320px;
  /*border-radius: 50%;
			overflow: hidden;*/ }
  .profile .field-type-image .field-items img {
    display: block;
    width: 100%;
    height: auto; }

.field .field-label {
  margin-bottom: 10px; }

.toboggan-unified #login-message {
  margin-bottom: 20px; }

.toboggan-unified #login-links {
  margin-bottom: 40px; }
  .toboggan-unified #login-links a {
    text-decoration: none; }
    .toboggan-unified #login-links a.lt-active {
      text-decoration: underline;
      cursor: default; }
    .toboggan-unified #login-links a:hover, .toboggan-unified #login-links a:focus, .toboggan-unified #login-links a:active {
      color: #002d62; }

.toboggan-unified #login-link {
  margin-right: 10px; }

input.form-text,
textarea.form-textarea,
input[type="email"],
input[type="password"],
input[type="text"] {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 10px 15px;
  box-shadow: none;
  color: #3d3935;
  border: none;
  border-radius: 0;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
  -webkit-appearance: none; }
  input.form-text, input.form-text:focus,
  textarea.form-textarea,
  textarea.form-textarea:focus,
  input[type="email"],
  input[type="email"]:focus,
  input[type="password"],
  input[type="password"]:focus,
  input[type="text"],
  input[type="text"]:focus {
    outline: none; }
  input.form-text:focus, input.form-text.error:focus,
  textarea.form-textarea:focus,
  textarea.form-textarea.error:focus,
  input[type="email"]:focus,
  input[type="email"].error:focus,
  input[type="password"]:focus,
  input[type="password"].error:focus,
  input[type="text"]:focus,
  input[type="text"].error:focus {
    box-shadow: 0 0 1px 1px rgba(166, 166, 166, 0.5); }
  input.form-text.error,
  textarea.form-textarea.error,
  input[type="email"].error,
  input[type="password"].error,
  input[type="text"].error {
    border: none;
    box-shadow: 0 0 1px 1px #d51f27; }
  input.form-text:disabled,
  textarea.form-textarea:disabled,
  input[type="email"]:disabled,
  input[type="password"]:disabled,
  input[type="text"]:disabled {
    opacity: 0.6; }

textarea.form-textarea {
  resize: none; }

.grippie,
.webform-component-textarea .grippie {
  display: none; }

input[type="submit"] {
  display: inline-block;
  font-family: museo, serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  min-height: 42px;
  padding: 12px 15px;
  background: #c0cd2f;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  input[type="submit"]:focus {
    outline: none; }
  input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    background: #99a425; }
  input[type="submit"][disabled] {
    cursor: default; }
    input[type="submit"][disabled], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus, input[type="submit"][disabled]:active {
      background: #002d62; }

html.safari input[type="submit"] {
  margin-top: 0; }

html.windows input[type="submit"] {
  font-weight: 700; }

.submit-wrapper {
  position: relative;
  display: inline-block; }
  .submit-wrapper input[type="submit"] {
    padding-right: 50px; }
  .submit-wrapper::after {
    position: absolute;
    right: 12px;
    top: 10px;
    display: inline-block;
    vertical-align: top;
    content: "A";
    font-family: "vef_icons";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-transform: none;
    font-variant: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    color: #fff;
    pointer-events: none; }
  .submit-wrapper:hover::after {
    -webkit-animation-name: arrow_nudge;
            animation-name: arrow_nudge;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-play-state: running;
            animation-play-state: running; }
  .submit-wrapper.edit-prev input[type="submit"] {
    padding-right: 15px; }
  .submit-wrapper.edit-prev::after {
    width: 20px;
    left: 12px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .submit-wrapper.edit-prev:hover::after {
    -webkit-animation-name: arrow_nudge_left_reverse;
            animation-name: arrow_nudge_left_reverse;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-play-state: running;
            animation-play-state: running; }

html.ie .submit-wrapper::after {
  padding-top: 2px; }

html.ie .submit-wrapper.edit-prev::after {
  top: 6px; }

form {
  position: relative; }
  form ::-webkit-input-placeholder {
    color: #a6a6a6; }
  form :-moz-placeholder {
    /* Firefox 18- */
    color: #a6a6a6; }
  form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #a6a6a6; }
  form :-ms-input-placeholder {
    color: #a6a6a6; }
  form ::-moz-placeholder {
    color: #737373; }
  form > div {
    position: relative; }
  form .form-item {
    position: relative; }
    form .form-item.form-type-textfield, form .form-item.form-type-password, form .form-item.form-type-select, form .form-item.form-type-radio, form .form-item.form-type-checkbox, form .form-item.webform-component-textfield, form .form-item.webform-component-email, form .form-item.webform-component-textarea, form .form-item.webform-component-number, form .form-item.webform-component-select, form .form-item.webform-component-date {
      margin-bottom: 10px; }
    form .form-item.form-type-checkboxes, form .form-item.form-type-textarea, form .form-item.webform-component-radios, form .form-item.webform-component-checkboxes {
      margin-bottom: 20px; }
    form .form-item.form-type-textfield, form .form-item.form-type-password, form .form-item.webform-component-textfield, form .form-item.webform-component-email, form .form-item.webform-component-number {
      padding: 0 14px; }
      form .form-item.form-type-textfield:before, form .form-item.form-type-textfield:after, form .form-item.form-type-password:before, form .form-item.form-type-password:after, form .form-item.webform-component-textfield:before, form .form-item.webform-component-textfield:after, form .form-item.webform-component-email:before, form .form-item.webform-component-email:after, form .form-item.webform-component-number:before, form .form-item.webform-component-number:after {
        content: " ";
        display: table; }
      form .form-item.form-type-textfield:after, form .form-item.form-type-password:after, form .form-item.webform-component-textfield:after, form .form-item.webform-component-email:after, form .form-item.webform-component-number:after {
        clear: both; }
      form .form-item.form-type-textfield input.form-text,
      form .form-item.form-type-textfield textarea.form-textarea,
      form .form-item.form-type-textfield input[type="email"],
      form .form-item.form-type-textfield input[type="password"],
      form .form-item.form-type-textfield input[type="text"], form .form-item.form-type-password input.form-text,
      form .form-item.form-type-password textarea.form-textarea,
      form .form-item.form-type-password input[type="email"],
      form .form-item.form-type-password input[type="password"],
      form .form-item.form-type-password input[type="text"], form .form-item.webform-component-textfield input.form-text,
      form .form-item.webform-component-textfield textarea.form-textarea,
      form .form-item.webform-component-textfield input[type="email"],
      form .form-item.webform-component-textfield input[type="password"],
      form .form-item.webform-component-textfield input[type="text"], form .form-item.webform-component-email input.form-text,
      form .form-item.webform-component-email textarea.form-textarea,
      form .form-item.webform-component-email input[type="email"],
      form .form-item.webform-component-email input[type="password"],
      form .form-item.webform-component-email input[type="text"], form .form-item.webform-component-number input.form-text,
      form .form-item.webform-component-number textarea.form-textarea,
      form .form-item.webform-component-number input[type="email"],
      form .form-item.webform-component-number input[type="password"],
      form .form-item.webform-component-number input[type="text"] {
        width: 99.5%;
        padding: 10px 14px;
        margin: 0 -14px; }
    form .form-item .description,
    form .form-item .password-strength,
    form .form-item .password-confirm,
    form .form-item > label {
      margin: 5px -14px 7px -14px;
      font-size: 15px;
      line-height: 17px; }
    form .form-item > label {
      font-family: museo, serif;
      font-weight: normal; }
      form .form-item > label .form-required {
        font-family: museo-sans, sans-serif;
        font-weight: 300; }
    form .form-item.form-type-select > .description,
    form .form-item.form-type-select > label, form .form-item.form-type-checkboxes > .description,
    form .form-item.form-type-checkboxes > label, form .form-item.form-type-radios > .description,
    form .form-item.form-type-radios > label, form .form-item.form-type-textarea > .description,
    form .form-item.form-type-textarea > label, form .form-item.form-type-password-confirm > .description,
    form .form-item.form-type-password-confirm > label, form .form-item.webform-component-radios > .description,
    form .form-item.webform-component-radios > label, form .form-item.webform-component-checkboxes > .description,
    form .form-item.webform-component-checkboxes > label, form .form-item.webform-component-textarea > .description,
    form .form-item.webform-component-textarea > label, form .form-item.webform-component-select > .description,
    form .form-item.webform-component-select > label, form .form-item.webform-component-date > .description,
    form .form-item.webform-component-date > label {
      margin-left: 0;
      margin-right: 0; }
    form .form-item .password-strength {
      width: calc(100% + 28px);
      margin-bottom: 20px; }
    form .form-item .password-strength-text {
      font-family: museo, serif;
      font-weight: normal;
      font-size: 15px;
      line-height: 17px; }
    form .form-item .password-confirm {
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 10px; }
      form .form-item .password-confirm .ok {
        color: #47c965; }
      form .form-item .password-confirm .error {
        color: #c00; }
    form .form-item.form-type-password-confirm {
      padding: 0 14px; }
      form .form-item.form-type-password-confirm > div {
        margin-left: -14px !important; }
  form .submit-wrapper {
    display: block; }
    form .submit-wrapper input[type="submit"] {
      display: block;
      width: 100%;
      padding: 12px 0; }
  form fieldset {
    position: relative;
    margin-bottom: 30px; }
    form fieldset:last-of-type {
      margin-bottom: 0; }
    form fieldset legend {
      position: relative;
      margin-bottom: 10px; }
      form fieldset legend > span {
        display: block; }
  form .fieldset-legend {
    font-family: museo, serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px; }
    form .fieldset-legend a {
      color: #3d3935;
      text-decoration: none;
      cursor: default; }
  form .field-suffix {
    font-family: museo, serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px; }
  form .field-type-static-field {
    font-size: 16px;
    line-height: 22px; }
  form .field-type-number-decimal .item-list {
    padding-top: 10px; }
    form .field-type-number-decimal .item-list ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 10px 0; }
      form .field-type-number-decimal .item-list ul li a {
        display: block;
        font-family: museo, serif;
        color: #a6a6a6;
        text-decoration: none; }
        form .field-type-number-decimal .item-list ul li a,
        form .field-type-number-decimal .item-list ul li a strong {
          font-weight: 600; }
        form .field-type-number-decimal .item-list ul li a:hover, form .field-type-number-decimal .item-list ul li a:focus, form .field-type-number-decimal .item-list ul li a:active, form .field-type-number-decimal .item-list ul li a.active {
          color: #3d3935; }

select.form-select {
  display: block;
  box-sizing: content-box;
  -webkit-appearance: menulist-button;
     -moz-appearance: menulist-button;
          appearance: menulist-button;
  padding: 0 0 0 16px;
  height: 28px !important; }

html.ff form select.form-select {
  padding: 0 4px; }

html.js fieldset.collapsible .fieldset-legend {
  background: none;
  padding-left: 0; }

.webform-container-inline label,
.webform-container-inline div,
.webform-container-inline div.form-item {
  display: block; }

div.form-item div.password-suggestions {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  border: solid 1px #a6a6a6;
  padding: 10px; }

div.form-item.form-type-password-confirm div.password-suggestions {
  margin: 0 -14px; }

#content-inner > form,
#user-login,
#user-pass,
#user-register-form,
form.webform-client-form,
#eck-entity-form-add-crm-feedback,
#eck-entity-form-add-crm-donation,
.page-404 #ve-global-form-search {
  position: relative;
  padding: 30px 0;
  background: #e6e6e6; }
  #content-inner > form:before, #content-inner > form:after,
  #user-login:before,
  #user-login:after,
  #user-pass:before,
  #user-pass:after,
  #user-register-form:before,
  #user-register-form:after,
  form.webform-client-form:before,
  form.webform-client-form:after,
  #eck-entity-form-add-crm-feedback:before,
  #eck-entity-form-add-crm-feedback:after,
  #eck-entity-form-add-crm-donation:before,
  #eck-entity-form-add-crm-donation:after,
  .page-404 #ve-global-form-search:before,
  .page-404 #ve-global-form-search:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    height: 100%; }
  #content-inner > form:before,
  #user-login:before,
  #user-pass:before,
  #user-register-form:before,
  form.webform-client-form:before,
  #eck-entity-form-add-crm-feedback:before,
  #eck-entity-form-add-crm-donation:before,
  .page-404 #ve-global-form-search:before {
    left: -100%;
    width: 100%; }
  #content-inner > form:after,
  #user-login:after,
  #user-pass:after,
  #user-register-form:after,
  form.webform-client-form:after,
  #eck-entity-form-add-crm-feedback:after,
  #eck-entity-form-add-crm-donation:after,
  .page-404 #ve-global-form-search:after {
    right: -100%;
    width: 100%; }
  #content-inner > form:before, #content-inner > form:after,
  #user-login:before,
  #user-login:after,
  #user-pass:before,
  #user-pass:after,
  #user-register-form:before,
  #user-register-form:after,
  form.webform-client-form:before,
  form.webform-client-form:after,
  #eck-entity-form-add-crm-feedback:before,
  #eck-entity-form-add-crm-feedback:after,
  #eck-entity-form-add-crm-donation:before,
  #eck-entity-form-add-crm-donation:after,
  .page-404 #ve-global-form-search:before,
  .page-404 #ve-global-form-search:after {
    background: inherit; }
  #content-inner > form .form-item,
  #user-login .form-item,
  #user-pass .form-item,
  #user-register-form .form-item,
  form.webform-client-form .form-item,
  #eck-entity-form-add-crm-feedback .form-item,
  #eck-entity-form-add-crm-donation .form-item,
  .page-404 #ve-global-form-search .form-item {
    z-index: 1; }
  #content-inner > form .form-actions,
  #user-login .form-actions,
  #user-pass .form-actions,
  #user-register-form .form-actions,
  form.webform-client-form .form-actions,
  #eck-entity-form-add-crm-feedback .form-actions,
  #eck-entity-form-add-crm-donation .form-actions,
  .page-404 #ve-global-form-search .form-actions {
    margin-top: 30px; }
  #content-inner > form .description a:hover, #content-inner > form .description a:focus, #content-inner > form .description a:active,
  #user-login .description a:hover,
  #user-login .description a:focus,
  #user-login .description a:active,
  #user-pass .description a:hover,
  #user-pass .description a:focus,
  #user-pass .description a:active,
  #user-register-form .description a:hover,
  #user-register-form .description a:focus,
  #user-register-form .description a:active,
  form.webform-client-form .description a:hover,
  form.webform-client-form .description a:focus,
  form.webform-client-form .description a:active,
  #eck-entity-form-add-crm-feedback .description a:hover,
  #eck-entity-form-add-crm-feedback .description a:focus,
  #eck-entity-form-add-crm-feedback .description a:active,
  #eck-entity-form-add-crm-donation .description a:hover,
  #eck-entity-form-add-crm-donation .description a:focus,
  #eck-entity-form-add-crm-donation .description a:active,
  .page-404 #ve-global-form-search .description a:hover,
  .page-404 #ve-global-form-search .description a:focus,
  .page-404 #ve-global-form-search .description a:active {
    color: #002d62; }
  #content-inner > form .customSelectContainer,
  #user-login .customSelectContainer,
  #user-pass .customSelectContainer,
  #user-register-form .customSelectContainer,
  form.webform-client-form .customSelectContainer,
  #eck-entity-form-add-crm-feedback .customSelectContainer,
  #eck-entity-form-add-crm-donation .customSelectContainer,
  .page-404 #ve-global-form-search .customSelectContainer {
    background: #fff;
    border: none;
    -webkit-transition: box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear; }
    #content-inner > form .customSelectContainer.focus,
    #user-login .customSelectContainer.focus,
    #user-pass .customSelectContainer.focus,
    #user-register-form .customSelectContainer.focus,
    form.webform-client-form .customSelectContainer.focus,
    #eck-entity-form-add-crm-feedback .customSelectContainer.focus,
    #eck-entity-form-add-crm-donation .customSelectContainer.focus,
    .page-404 #ve-global-form-search .customSelectContainer.focus {
      box-shadow: 0 0 1px 1px rgba(166, 166, 166, 0.5); }

#user-login .login-forgot {
  margin: 20px 0;
  font-size: 15px; }
  #user-login .login-forgot:before, #user-login .login-forgot:after {
    content: " ";
    display: table; }
  #user-login .login-forgot:after {
    clear: both; }
  #user-login .login-forgot a:hover, #user-login .login-forgot a:focus, #user-login .login-forgot a:active {
    color: #002d62; }

form.webform-client-form,
.block-crm-feedbackform {
  float: left;
  clear: both;
  width: 100%;
  margin: 20px 0; }

#user-register-form {
  margin: 20px 0; }

#user-profile-form .form-item-current-pass .description a {
  display: block;
  margin: 20px 0; }

#user-login,
#user-pass,
#user-profile-form {
  margin-bottom: 40px; }

#webform-client-form-58 .form-item-submitted-geboortedatum-month {
  float: left;
  width: 33%; }

#webform-client-form-58 .form-item-submitted-geboortedatum-day {
  float: left;
  width: calc(33% - 15px);
  margin-left: 12px;
  z-index: 1; }

#webform-client-form-58 .form-item-submitted-geboortedatum-year {
  float: right;
  width: calc(34% - 28px - 10px);
  z-index: 1; }

#webform-client-form-58 #edit-submitted-geslacht:before, #webform-client-form-58 #edit-submitted-geslacht:after {
  content: " ";
  display: table; }

#webform-client-form-58 #edit-submitted-geslacht:after {
  clear: both; }

#webform-client-form-58 #edit-submitted-geslacht .form-type-radio {
  float: left; }
  #webform-client-form-58 #edit-submitted-geslacht .form-type-radio + .form-type-radio {
    margin-left: 10px; }

#webform-client-form-58 .webform-component--jouw-tijd input.form-text {
  width: calc(30% - 28px); }

#webform-client-form-58 .webform-component--jouw-tijd .field-suffix {
  float: right;
  display: block;
  width: 70%;
  padding-top: 12px; }

#webform-client-form-58 .webform-component--postcode,
#webform-client-form-61 .webform-component--postcode {
  float: left;
  width: calc(40% - 28px - 10px); }

#webform-client-form-58 .webform-component--gemeente-stad,
#webform-client-form-61 .webform-component--gemeente-stad {
  float: right;
  width: calc(60% - 28px); }

#eck-entity-form-add-crm-feedback {
  float: left;
  clear: both;
  padding-top: 20px;
  margin-top: 15px; }

#eck-entity-form-add-crm-donation #field-donation-amout-add-more-wrapper,
#eck-entity-form-add-crm-donation #field-donation-amout-add-more-wrapper--2,
#eck-entity-form-add-crm-donation--2 #field-donation-amout-add-more-wrapper,
#eck-entity-form-add-crm-donation--2 #field-donation-amout-add-more-wrapper--2 {
  position: relative; }
  #eck-entity-form-add-crm-donation #field-donation-amout-add-more-wrapper::before,
  #eck-entity-form-add-crm-donation #field-donation-amout-add-more-wrapper--2::before,
  #eck-entity-form-add-crm-donation--2 #field-donation-amout-add-more-wrapper::before,
  #eck-entity-form-add-crm-donation--2 #field-donation-amout-add-more-wrapper--2::before {
    position: absolute;
    left: 5px;
    bottom: 10px;
    content: "\0020AC";
    font-family: museo, serif;
    font-size: 18px;
    line-height: 20px; }
  #eck-entity-form-add-crm-donation #field-donation-amout-add-more-wrapper input.form-text,
  #eck-entity-form-add-crm-donation #field-donation-amout-add-more-wrapper--2 input.form-text,
  #eck-entity-form-add-crm-donation--2 #field-donation-amout-add-more-wrapper input.form-text,
  #eck-entity-form-add-crm-donation--2 #field-donation-amout-add-more-wrapper--2 input.form-text {
    margin-left: 15px;
    width: calc(100% - 30px); }
  #eck-entity-form-add-crm-donation #field-donation-amout-add-more-wrapper + .item-list,
  #eck-entity-form-add-crm-donation #field-donation-amout-add-more-wrapper--2 + .item-list,
  #eck-entity-form-add-crm-donation--2 #field-donation-amout-add-more-wrapper + .item-list,
  #eck-entity-form-add-crm-donation--2 #field-donation-amout-add-more-wrapper--2 + .item-list {
    margin-left: 30px; }

#eck-entity-form-add-crm-donation .field-name-field-donation-postalcode,
#eck-entity-form-add-crm-donation--2 .field-name-field-donation-postalcode {
  float: left;
  width: calc(40% - 10px); }

#eck-entity-form-add-crm-donation .field-name-field-donation-city,
#eck-entity-form-add-crm-donation--2 .field-name-field-donation-city {
  float: right;
  width: 60%; }

#eck-entity-form-add-crm-donation div.price_suggestion,
#eck-entity-form-add-crm-donation--2 div.price_suggestion {
  font-family: museo, serif;
  font-size: 40px;
  line-height: 40px;
  color: #aaa; }
  #eck-entity-form-add-crm-donation div.price_suggestion strong,
  #eck-entity-form-add-crm-donation--2 div.price_suggestion strong {
    font-weight: 700; }

/* ----------------------- FORMIDABEL ------------------------ */
span.customRadioContainer,
span.customCheckContainer {
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  padding-right: 0;
  border: none;
  background: #fff; }
  span.customRadioContainer input,
  span.customCheckContainer input {
    left: 0;
    z-index: 1; }

span.customRadioContainer {
  border-radius: 50%;
  background: #fff; }

.customRadioContainer {
  -webkit-transition: border-color 0.15s linear, box-shadow 0.15s linear;
  transition: border-color 0.15s linear, box-shadow 0.15s linear; }
  .customRadioContainer::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
    border-radius: 50%;
    background: #a6a6a6;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, box-shadow 0.15s linear, background-color 0.15s linear;
    transition: opacity 0.15s linear, box-shadow 0.15s linear, background-color 0.15s linear; }
  .customRadioContainer .customRadio {
    background: none; }
  .customRadioContainer.selected::after {
    opacity: 1; }

form .form-item.form-type-radio, form .form-item.form-type-checkbox {
  position: relative;
  min-height: 18px; }
  form .form-item.form-type-radio > label, form .form-item.form-type-checkbox > label {
    display: block;
    cursor: pointer;
    padding: 2px 0 0 30px;
    margin: 0;
    font-family: museo-sans, sans-serif;
    font-weight: 300; }
  form .form-item.form-type-radio.form-disabled, form .form-item.form-type-checkbox.form-disabled {
    pointer-events: none; }
    form .form-item.form-type-radio.form-disabled > label, form .form-item.form-type-checkbox.form-disabled > label {
      cursor: default;
      opacity: 0.6; }

.form-type-radio:hover .customRadioContainer, .form-type-radio:focus .customRadioContainer, .form-type-radio:active .customRadioContainer {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); }
  .form-type-radio:hover .customRadioContainer::after, .form-type-radio:focus .customRadioContainer::after, .form-type-radio:active .customRadioContainer::after {
    background: #8d8d8d; }

.form-type-radio:active .customRadioContainer::after {
  -webkit-transform: scale(0.85);
          transform: scale(0.85); }

.customCheckContainer {
  -webkit-transition: box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear; }
  .customCheckContainer .customCheck {
    background: none; }
  .customCheckContainer.focus {
    box-shadow: 0 0 1px 1px rgba(166, 166, 166, 0.5); }

.form-type-checkbox::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  content: "i";
  font-family: "vef_icons";
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-transform: none;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #a6a6a6;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, color 0.15s linear;
  transition: opacity 0.15s linear, color 0.15s linear; }

.form-type-checkbox.checked::after {
  opacity: 1; }

.form-type-checkbox:hover .customCheckContainer {
  box-shadow: 0 0 1px 1px rgba(166, 166, 166, 0.5); }

.form-type-checkbox:hover::after {
  color: #8d8d8d; }

.form-type-checkbox:active::after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }

.customSelectContainer {
  position: relative;
  height: 42px;
  background: none;
  border: solid 1px transparent;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear; }
  .customSelectContainer:hover, .customSelectContainer:focus, .customSelectContainer:active {
    border: 1px solid transparent;
    background: #fff; }
  .customSelectContainer .customSelectBox {
    position: relative;
    background: #fff; }
    .customSelectContainer .customSelectBox:hover, .customSelectContainer .customSelectBox:focus, .customSelectContainer .customSelectBox:active {
      border: 1px solid transparent;
      background: #fff; }
    .customSelectContainer .customSelectBox::after {
      position: absolute;
      right: 0;
      top: 0;
      width: 42px;
      line-height: 42px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      content: "a";
      font-family: "vef_icons";
      font-size: 16px;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      text-transform: none;
      font-variant: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      color: #a6a6a6;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: color 0.15s linear;
      transition: color 0.15s linear; }
  .customSelectContainer span.front,
  .customSelectContainer span.back {
    height: 42px;
    background: none; }
  .customSelectContainer .back {
    width: 42px; }
    .customSelectContainer .back::before {
      content: none; }
  .customSelectContainer .hider {
    height: 42px;
    line-height: 42px;
    padding: 0 0 0 15px;
    color: #3d3935;
    background: none;
    font-size: 16px; }
  .customSelectContainer select {
    margin-left: 10px; }
    .customSelectContainer select.form-select {
      height: 42px !important; }
  .customSelectContainer:hover, .customSelectContainer:focus, .customSelectContainer:active, .customSelectContainer.focus {
    border-color: #a6a6a6; }
    .customSelectContainer:hover .customSelectBox,
    .customSelectContainer:hover .customSelectBox span.front,
    .customSelectContainer:hover .customSelectBox span.back,
    .customSelectContainer:hover .customSelectBox .hider, .customSelectContainer:focus .customSelectBox,
    .customSelectContainer:focus .customSelectBox span.front,
    .customSelectContainer:focus .customSelectBox span.back,
    .customSelectContainer:focus .customSelectBox .hider, .customSelectContainer:active .customSelectBox,
    .customSelectContainer:active .customSelectBox span.front,
    .customSelectContainer:active .customSelectBox span.back,
    .customSelectContainer:active .customSelectBox .hider, .customSelectContainer.focus .customSelectBox,
    .customSelectContainer.focus .customSelectBox span.front,
    .customSelectContainer.focus .customSelectBox span.back,
    .customSelectContainer.focus .customSelectBox .hider {
      background: none; }
    .customSelectContainer:hover .customSelectBox::after, .customSelectContainer:focus .customSelectBox::after, .customSelectContainer:active .customSelectBox::after, .customSelectContainer.focus .customSelectBox::after {
      color: #3d3935; }

html.ie .customCheckContainer:after {
  padding-top: 4px; }

html.ff .customSelectContainer select {
  margin-left: 0; }

form.webform-client-form .customSelectContainer {
  background: #fff;
  border: none;
  -webkit-transition: box-shadow 0.15s linear;
  transition: box-shadow 0.15s linear;
  z-index: 1; }
  form.webform-client-form .customSelectContainer .customSelectBox::after {
    background: #fff; }
  form.webform-client-form .customSelectContainer:hover, form.webform-client-form .customSelectContainer:focus, form.webform-client-form .customSelectContainer:active, form.webform-client-form .customSelectContainer.focus {
    box-shadow: 0 0 1px 1px rgba(166, 166, 166, 0.5); }

#wrapper {
  overflow: hidden; }

body.nav-open #header {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0); }
  body.nav-open #header a.mobile-btn::after {
    bottom: 0;
    opacity: 1; }

body.domains-open #header a.domain-toggle-btn::before {
  color: #c0cd2f; }

body.domains-open #header a.domain-toggle-btn::after {
  content: "x";
  -webkit-transform: none;
          transform: none; }

/* ----------------------- 2.0 CONTENT --------------------------------- */
#main {
  min-height: 200px; }

h1#page-title {
  display: none; }

body.page-taxonomy h1#page-title {
  display: block; }

h1#page-title,
h2.title {
  font-family: museo, serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 25px; }

h3.title,
h3.formtitle {
  font-family: museo, serif;
  font-size: 22px;
  line-height: 24px;
  color: #002d62;
  margin-bottom: 15px; }

h3.formtitle {
  color: #b7c42b;
  font-weight: 500; }

h3.title,
h3.title strong,
h3.formtitle,
h3.formtitle strong,
h4.title,
h4.title strong,
h5.title,
h5.title strong {
  font-weight: 600; }

h3.title a,
h3.formtitle a,
h4.title a,
h5.title a {
  color: #002d62;
  text-decoration: none; }
  h3.title a:hover, h3.title a:focus, h3.title a:active,
  h3.formtitle a:hover,
  h3.formtitle a:focus,
  h3.formtitle a:active,
  h4.title a:hover,
  h4.title a:focus,
  h4.title a:active,
  h5.title a:hover,
  h5.title a:focus,
  h5.title a:active {
    color: #3d3935; }

html.windows h3.formtitle {
  font-weight: 600; }
  html.windows h3.formtitle strong {
    font-weight: 700; }

.blockbtn {
  position: relative;
  display: inline-block;
  font-family: museo, serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  padding: 13px 20px;
  padding-right: 45px;
  background: #9eab05;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear; }
  .blockbtn::after {
    position: absolute;
    right: 17px;
    top: 11px;
    display: inline-block;
    vertical-align: top;
    content: "A";
    font-family: "vef_icons";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-transform: none;
    font-variant: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    color: #fff;
    pointer-events: none; }

.textbtn {
  position: relative;
  display: inline-block;
  font-family: museo, serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  padding-right: 20px;
  color: #0072ce;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 104, 206, 0.25);
          text-decoration-color: rgba(0, 104, 206, 0.25);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }
  .textbtn::after {
    position: absolute;
    right: 0;
    display: inline-block;
    vertical-align: top;
    content: "A";
    font-family: "vef_icons";
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-transform: none;
    font-variant: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    color: #0072ce;
    pointer-events: none;
    text-decoration: none; }

a.blockbtn {
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear; }
  a.blockbtn:hover, a.blockbtn:focus, a.blockbtn:active {
    background: #99a425; }
    a.blockbtn:hover::after, a.blockbtn:focus::after, a.blockbtn:active::after {
      -webkit-animation-name: arrow_nudge;
              animation-name: arrow_nudge;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-direction: normal;
              animation-direction: normal;
      -webkit-animation-play-state: running;
              animation-play-state: running; }

a:hover .blockbtn, a:focus .blockbtn, a:active .blockbtn {
  background: #99a425; }
  a:hover .blockbtn::after, a:focus .blockbtn::after, a:active .blockbtn::after {
    -webkit-animation-name: arrow_nudge;
            animation-name: arrow_nudge;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-play-state: running;
            animation-play-state: running; }

html.windows .blockbtn {
  font-weight: 700; }

html.ie .blockbtn::after {
  padding-top: 3px; }

/* ----------------------- ADDTHIS ------------------------------ */
#atstbx,
#atstbx2 {
  min-width: 160px;
  height: 32px; }

.addthis_sharing_toolbox {
  display: inline-block;
  min-height: 32px;
  font-size: 0; }
  .addthis_sharing_toolbox .at-share-btn {
    display: inline-block;
    position: relative;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    max-width: none !important;
    max-height: none !important;
    background: none !important;
    margin: 0 !important;
    color: #a6a6a6;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    margin-right: -3px;
    cursor: pointer;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear; }
    .addthis_sharing_toolbox .at-share-btn > span {
      position: absolute;
      left: 0;
      top: -50px; }
    .addthis_sharing_toolbox .at-share-btn:hover, .addthis_sharing_toolbox .at-share-btn:focus, .addthis_sharing_toolbox .at-share-btn:active {
      color: #3d3935;
      /*&::before {
				@include transform( scale(1.1) );
			}*/ }
    .addthis_sharing_toolbox .at-share-btn::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 32px;
      line-height: 32px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      content: " ";
      font-family: "vef_icons";
      font-size: 24px;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      text-transform: none;
      font-variant: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .addthis_sharing_toolbox .at-share-btn.at-svc-facebook::before {
      content: "F";
      font-size: 30px; }
    .addthis_sharing_toolbox .at-share-btn.at-svc-twitter::before {
      content: "T";
      font-size: 26px; }
    .addthis_sharing_toolbox .at-share-btn.at-svc-email::before {
      content: "E"; }
    .addthis_sharing_toolbox .at-share-btn.at-svc-print::before {
      content: "P";
      font-size: 20px; }
    .addthis_sharing_toolbox .at-share-btn.at-svc-linkedin {
      background-image: url("../img/icons/linkedin.svg") !important;
      background-repeat: no-repeat !important;
      background-position: center 6px !important; }
  .addthis_sharing_toolbox.white .at-share-btn {
    color: #fff; }
  .addthis_sharing_toolbox.white:hover .at-share-btn {
    color: rgba(255, 255, 255, 0.75); }
    .addthis_sharing_toolbox.white:hover .at-share-btn:hover, .addthis_sharing_toolbox.white:hover .at-share-btn:focus, .addthis_sharing_toolbox.white:hover .at-share-btn:active {
      color: #fff; }

html.ie .addthis_sharing_toolbox .at-share-btn::before {
  padding-top: 5px; }

html.ie .addthis_sharing_toolbox .at-share-btn.at-svc-linkedin {
  background-position: center 9px !important; }

html.safari .addthis_sharing_toolbox .at-share-btn::before {
  transition: -webkit-transform 0.3s ease-out; }

.social-share p.call {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 32px;
  font-style: italic;
  margin-right: 7px;
  color: #002d62; }

.social.addthis div.label {
  display: inline-block;
  vertical-align: top;
  font-family: museo, serif;
  font-weight: 600;
  color: #a6a6a6;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px; }

.social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-facebook, .social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-twitter, .social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-email {
  margin-right: 2px !important;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear; }

.social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-facebook {
  color: #fff;
  background: #3b5998 !important; }
  .social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-facebook:hover, .social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-facebook:focus, .social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-facebook:active {
    background: #2d4373 !important; }

.social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-twitter {
  color: #fff;
  background: #00aced !important; }
  .social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-twitter:hover, .social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-twitter:focus, .social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-twitter:active {
    background: #0087ba !important; }

.social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-email {
  color: #fff;
  background: #a6a6a6 !important; }
  .social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-email:hover, .social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-email:focus, .social.addthis .addthis_sharing_toolbox .at-share-btn.at-svc-email:active {
    background: #8d8d8d !important; }

/* ----------------------- HOMEPAGE --------------------------------- */
/* ----------------------- PROJECT OVERVIEW --------------------------------- */
.project-overview {
  margin-top: 20px; }
  .project-overview form {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: solid 1px #e6e6e6; }
    .project-overview form .form-type-select label {
      display: none; }
  .project-overview__items .item-list ul li {
    margin-bottom: 50px; }
  .project-overview__button {
    margin: -30px 0 40px 0; }
  .project-overview__bottom {
    margin-bottom: 40px; }

a.project-item {
  display: block;
  position: relative;
  text-decoration: none; }
  a.project-item span {
    display: block; }
  a.project-item .image {
    margin-bottom: 20px;
    overflow: hidden; }
    a.project-item .image img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  a.project-item .text {
    color: #3d3935;
    margin-bottom: 15px; }
    a.project-item .text h2 {
      font-family: museo, serif;
      font-weight: 700;
      font-size: 22px;
      line-height: 22px;
      color: #002d62;
      margin-bottom: 5px;
      -webkit-transition: color 0.15s linear;
      transition: color 0.15s linear; }
    a.project-item .text .backers {
      font-size: 14px;
      line-height: 14px;
      color: #a6a6a6;
      margin-bottom: 20px; }
    a.project-item .text .teaser {
      font-size: 20px;
      line-height: 30px; }
  a.project-item .project-data {
    padding-top: 15px;
    border-top: solid 1px #e6e6e6; }
    a.project-item .project-data:before, a.project-item .project-data:after {
      content: " ";
      display: table; }
    a.project-item .project-data:after {
      clear: both; }
    a.project-item .project-data .numbers-1 {
      float: left;
      font-family: museo, serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 18px;
      color: #c0cd2f; }
      a.project-item .project-data .numbers-1 span {
        display: inline-block;
        font-family: museo-sans, sans-serif;
        font-weight: 300;
        font-size: 16px;
        margin-left: 5px; }
    a.project-item .project-data .numbers-2 {
      float: right;
      font-family: museo, serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 18px;
      color: #ccc; }
    a.project-item .project-data .progress,
    a.project-item .project-data .days-left {
      position: relative;
      float: left;
      clear: both;
      width: 100%;
      margin: 3px 0; }
    a.project-item .project-data .progress {
      padding-bottom: 10px;
      overflow: hidden; }
      a.project-item .project-data .progress::before,
      a.project-item .project-data .progress .fill:before {
        margin-left: -8px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        content: "l";
        font-family: "vef_icons";
        font-size: 440px;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        text-transform: none;
        font-variant: normal;
        speak: none;
        -webkit-font-smoothing: antialiased; }
      a.project-item .project-data .progress::before {
        color: #e6e6e6; }
      a.project-item .project-data .progress .fill {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #c0cd2f;
        overflow: hidden; }
    a.project-item .project-data .days-left {
      font-size: 14px;
      font-style: italic;
      color: #ccc; }
  a.project-item .last-update {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f2f2f2;
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 100; }
    a.project-item .last-update--date {
      font-weight: 400;
      font-family: museo, serif; }
      a.project-item .last-update--date .placeholder {
        font-style: normal; }
      a.project-item .last-update--date::before {
        display: inline-block;
        vertical-align: top;
        content: "c";
        font-family: "vef_icons";
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        text-transform: none;
        font-variant: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        margin-right: 5px;
        line-height: 25px; }
  a.project-item:hover .image img, a.project-item:focus .image img, a.project-item:active .image img {
    -webkit-transform: translateZ(0) scale(1.025);
            transform: translateZ(0) scale(1.025);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/*html.safari {
	a.project-item {
		.image {
			img {
				transition: none;//-webkit-transform 0.3s ease-out;
			}
		}
	}
}*/
/* ----------------------- PROJECT DETAIL -------------------------- */
body.node-type-project #header,
body.section-doe-mee #header,
body.section-loop-naar-afrika #header {
  margin-bottom: 0; }

body.node-type-project .tabs-wrapper,
body.section-doe-mee .tabs-wrapper,
body.section-loop-naar-afrika .tabs-wrapper {
  margin: 30px 0 -20px 0; }

.project-header,
.news-header {
  position: relative;
  background: #3d3935;
  background-size: cover;
  background-position: center;
  height: auto; }
  .project-header.alignment-top,
  .news-header.alignment-top {
    background-position: center top; }
  .project-header.alignment-bottom,
  .news-header.alignment-bottom {
    background-position: center bottom; }
  .project-header .inner,
  .news-header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .project-header .inner .background-icon,
    .news-header .inner .background-icon {
      display: none;
      position: absolute;
      bottom: 0;
      left: -290px; }
  .project-header .left,
  .news-header .left {
    display: inline-block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    max-width: 100%;
    margin-top: 20px; }
    .project-header .left h2.title,
    .project-header .left .description,
    .project-header .left .buttons,
    .news-header .left h2.title,
    .news-header .left .description,
    .news-header .left .buttons {
      float: left;
      clear: left; }
    .project-header .left h2.title,
    .news-header .left h2.title {
      width: calc(100% - 30px);
      display: inline-block;
      padding: 15px;
      font-size: 32px;
      line-height: 38px;
      font-family: museo, serif;
      font-weight: 700;
      color: #fff;
      margin-bottom: 0px; }
    .project-header .left .description,
    .news-header .left .description {
      display: inline-block;
      max-width: 100%;
      font-size: 16px;
      font-family: museo-sans, sans-serif;
      font-weight: 300; }
      .project-header .left .description .text,
      .news-header .left .description .text {
        padding: 15px;
        color: #fff; }
      .project-header .left .description .bottom-bar,
      .news-header .left .description .bottom-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 10px 15px 10px 0;
        font-size: 16px;
        font-weight: 600;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .project-header .left .description .bottom-bar > div::before,
        .news-header .left .description .bottom-bar > div::before {
          padding-left: 0; }
        .project-header .left .description .bottom-bar > div,
        .project-header .left .description .bottom-bar > div .item-list,
        .news-header .left .description .bottom-bar > div,
        .news-header .left .description .bottom-bar > div .item-list {
          position: relative;
          display: inline-block;
          vertical-align: top; }
          .project-header .left .description .bottom-bar > div ul,
          .project-header .left .description .bottom-bar > div .item-list ul,
          .news-header .left .description .bottom-bar > div ul,
          .news-header .left .description .bottom-bar > div .item-list ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .project-header .left .description .bottom-bar > div ul .first,
            .project-header .left .description .bottom-bar > div .item-list ul .first,
            .news-header .left .description .bottom-bar > div ul .first,
            .news-header .left .description .bottom-bar > div .item-list ul .first {
              margin-left: 0; }
            .project-header .left .description .bottom-bar > div ul li,
            .project-header .left .description .bottom-bar > div .item-list ul li,
            .news-header .left .description .bottom-bar > div ul li,
            .news-header .left .description .bottom-bar > div .item-list ul li {
              margin-left: 10px; }
        .project-header .left .description .bottom-bar .social,
        .news-header .left .description .bottom-bar .social {
          padding-top: 7px; }
          .project-header .left .description .bottom-bar .social > div,
          .news-header .left .description .bottom-bar .social > div {
            display: inline-block;
            vertical-align: top; }
          .project-header .left .description .bottom-bar .social .label,
          .news-header .left .description .bottom-bar .social .label {
            font-family: museo, serif; }
          .project-header .left .description .bottom-bar .social .addthis_sharing_toolbox,
          .news-header .left .description .bottom-bar .social .addthis_sharing_toolbox {
            width: 160px;
            height: 32px;
            margin: -3px 10px 0 -5px; }
        .project-header .left .description .bottom-bar .tags:not(:first-child),
        .project-header .left .description .bottom-bar .region:not(:first-child),
        .project-header .left .description .bottom-bar .crops:not(:first-child),
        .project-header .left .description .bottom-bar .countries:not(:first-child),
        .project-header .left .description .bottom-bar .categories:not(:first-child),
        .project-header .left .description .bottom-bar > .date:not(:first-child),
        .news-header .left .description .bottom-bar .tags:not(:first-child),
        .news-header .left .description .bottom-bar .region:not(:first-child),
        .news-header .left .description .bottom-bar .crops:not(:first-child),
        .news-header .left .description .bottom-bar .countries:not(:first-child),
        .news-header .left .description .bottom-bar .categories:not(:first-child),
        .news-header .left .description .bottom-bar > .date:not(:first-child) {
          padding: 7px 7px 7px 12px; }
        .project-header .left .description .bottom-bar .region,
        .project-header .left .description .bottom-bar .crops,
        .project-header .left .description .bottom-bar .countries,
        .project-header .left .description .bottom-bar .categories,
        .news-header .left .description .bottom-bar .region,
        .news-header .left .description .bottom-bar .crops,
        .news-header .left .description .bottom-bar .countries,
        .news-header .left .description .bottom-bar .categories {
          font-family: museo, serif;
          font-size: 16px;
          font-weight: 500;
          color: #fff; }
          .project-header .left .description .bottom-bar .region a,
          .project-header .left .description .bottom-bar .crops a,
          .project-header .left .description .bottom-bar .countries a,
          .project-header .left .description .bottom-bar .categories a,
          .news-header .left .description .bottom-bar .region a,
          .news-header .left .description .bottom-bar .crops a,
          .news-header .left .description .bottom-bar .countries a,
          .news-header .left .description .bottom-bar .categories a {
            color: inherit;
            text-decoration: none; }
            .project-header .left .description .bottom-bar .region a:hover,
            .project-header .left .description .bottom-bar .crops a:hover,
            .project-header .left .description .bottom-bar .countries a:hover,
            .project-header .left .description .bottom-bar .categories a:hover,
            .news-header .left .description .bottom-bar .region a:hover,
            .news-header .left .description .bottom-bar .crops a:hover,
            .news-header .left .description .bottom-bar .countries a:hover,
            .news-header .left .description .bottom-bar .categories a:hover {
              color: #9eab05; }
        .project-header .left .description .bottom-bar .tags::before,
        .news-header .left .description .bottom-bar .tags::before {
          display: inline-block;
          vertical-align: top;
          content: "b";
          font-family: "vef_icons";
          font-size: inherit;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          text-transform: none;
          font-variant: normal;
          speak: none;
          -webkit-font-smoothing: antialiased;
          padding: 0 10px;
          color: #3d3935; }
        .project-header .left .description .bottom-bar .region a::before,
        .news-header .left .description .bottom-bar .region a::before {
          display: inline-block;
          vertical-align: top;
          content: "p";
          font-family: "vef_icons";
          font-size: inherit;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          text-transform: none;
          font-variant: normal;
          speak: none;
          -webkit-font-smoothing: antialiased;
          padding: 0 10px;
          color: #3d3935; }
        .project-header .left .description .bottom-bar .crops,
        .project-header .left .description .bottom-bar .categories,
        .news-header .left .description .bottom-bar .crops,
        .news-header .left .description .bottom-bar .categories {
          padding: 7px 14px; }
        .project-header .left .description .bottom-bar .countries::before,
        .news-header .left .description .bottom-bar .countries::before {
          display: inline-block;
          vertical-align: top;
          content: "g";
          font-family: "vef_icons";
          font-size: 22px;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          text-transform: none;
          font-variant: normal;
          speak: none;
          -webkit-font-smoothing: antialiased;
          padding: 0 10px 0 0; }
        .project-header .left .description .bottom-bar > .date,
        .news-header .left .description .bottom-bar > .date {
          padding: 7px 14px 7px 27px;
          margin-top: 0;
          font-weight: 500; }
          .project-header .left .description .bottom-bar > .date::before,
          .news-header .left .description .bottom-bar > .date::before {
            top: 9px; }
    .project-header .left .buttons,
    .news-header .left .buttons {
      position: relative;
      margin-top: 25px;
      padding: 0px 15px 15px 15px; }
      .project-header .left .buttons a.blockbtn,
      .news-header .left .buttons a.blockbtn {
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25); }
  .project-header .right,
  .news-header .right {
    margin: 20px 0;
    display: inline-block;
    position: relative; }
    .project-header .right .quotes,
    .news-header .right .quotes {
      position: relative; }
      .project-header .right .quotes .quote,
      .news-header .right .quotes .quote {
        margin-top: 15px;
        position: relative;
        background: rgba(0, 0, 0, 0.65);
        color: #fff;
        font-family: museo, serif; }
        .project-header .right .quotes .quote .body,
        .news-header .right .quotes .quote .body {
          text-align: left;
          font-size: 18px;
          line-height: 24px;
          font-weight: 600;
          padding: 25px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          .project-header .right .quotes .quote .body::before, .project-header .right .quotes .quote .body::after,
          .news-header .right .quotes .quote .body::before,
          .news-header .right .quotes .quote .body::after {
            display: inline-block;
            vertical-align: top;
            color: #c0cd2f;
            font-size: 30px;
            height: 17px;
            padding-top: 5px; }
          .project-header .right .quotes .quote .body::before,
          .news-header .right .quotes .quote .body::before {
            content: "\201C";
            margin-right: 5px; }
          .project-header .right .quotes .quote .body::after,
          .news-header .right .quotes .quote .body::after {
            content: "\201D";
            margin-left: 5px; }
        .project-header .right .quotes .quote .bottom-bar,
        .news-header .right .quotes .quote .bottom-bar {
          text-align: left;
          position: relative;
          padding: 15px 90px 15px 15px;
          min-height: 55px;
          background: rgba(0, 0, 0, 0.25);
          text-align: right; }
          .project-header .right .quotes .quote .bottom-bar .quoter,
          .news-header .right .quotes .quote .bottom-bar .quoter {
            font-size: 16px;
            font-weight: 600;
            color: #ccc;
            margin-top: 3px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          .project-header .right .quotes .quote .bottom-bar .function,
          .news-header .right .quotes .quote .bottom-bar .function {
            font-family: museo-sans, sans-serif;
            font-size: 14px;
            color: #a6a6a6; }
          .project-header .right .quotes .quote .bottom-bar .image,
          .news-header .right .quotes .quote .bottom-bar .image {
            position: absolute;
            right: 20px;
            top: 15px;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            overflow: hidden; }
            .project-header .right .quotes .quote .bottom-bar .image img,
            .news-header .right .quotes .quote .bottom-bar .image img {
              width: 100%;
              height: auto; }

.news-header .left .description .bottom-bar .date {
  padding: 7px 14px 7px 38px; }

.news-header .left .description .bottom-bar > div::before {
  padding-left: 11px !important; }

.news-header .left .description .bottom-bar .categories {
  padding: 7px 7px 7px 15px !important; }

html.windows .project-header .right .quotes .quote .body {
  font-weight: 700; }

html.ie .project-header .left .description .bottom-bar .tags::before,
html.ie .project-header .left .description .bottom-bar .countries::before,
html.ie .news-header .left .description .bottom-bar .tags::before,
html.ie .news-header .left .description .bottom-bar .countries::before {
  padding-top: 3px; }

.project-detail .project-content .project-subcontent {
  min-height: 400px; }
  .project-detail .project-content .project-subcontent > .left {
    margin-bottom: 30px; }
  .project-detail .project-content .project-subcontent > .right h2.title {
    color: #a6a6a6; }
  .project-detail .project-content .project-subcontent .paragraphs span.scrolltarget {
    margin-top: -85px; }

.project-detail .project-content .tabs-content .tab {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .project-detail .project-content .tabs-content .tab.selected {
    opacity: 1; }

.project-detail .project-content .tabs-content .project-partner-teaser {
  width: 80%;
  height: auto;
  border: 1px solid #999;
  padding: 15px;
  border-radius: 15px;
  overflow: auto; }

.project-detail .project-content .tabs-content .project-partner-teaser-image {
  width: 35%;
  height: auto;
  border-radius: 10%;
  float: left;
  margin-right: 20px; }

.project-detail .project-content .tabs-content .project-partner-teaser-title {
  font-size: 110%;
  font-weight: bolder; }

.projectupdate-detail {
  margin-bottom: 40px; }
  .projectupdate-detail .projectupdate-header h2.title {
    margin-bottom: 0px; }
  .projectupdate-detail .projectupdate-header .date {
    margin: 15px 0; }
  .projectupdate-detail .projectupdate-footer .addthis_sharing_toolbox .at-share-btn.at-svc-linkedin {
    background-color: #007bb6 !important;
    margin-right: 2px !important; }

.page-detail {
  padding-bottom: 20px; }
  .page-detail > .paragraphs > .paragraph.paragraph-type-body:first-of-type {
    margin-top: 50px; }

.box-inner .projectaction-teaser .amount,
.investor-block .amount {
  width: 86px;
  height: 44px;
  padding-left: 55px;
  color: #fff;
  text-align: center; }
  .box-inner .projectaction-teaser .amount::before,
  .investor-block .amount::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 44px;
    display: inline-block;
    vertical-align: top;
    content: "B";
    font-family: "vef_icons";
    font-size: 150px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-transform: none;
    font-variant: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    color: #c0cd2f;
    pointer-events: none; }
  .box-inner .projectaction-teaser .amount span,
  .investor-block .amount span {
    position: relative;
    display: block;
    z-index: 2; }
  .box-inner .projectaction-teaser .amount .donate,
  .investor-block .amount .donate {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 3px; }
  .box-inner .projectaction-teaser .amount .number,
  .investor-block .amount .number {
    font-family: museo, serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.box-inner {
  position: relative;
  padding: 20px 0;
  background: #f2f2f2;
  margin-bottom: 20px; }
  .box-inner:before, .box-inner:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    height: 100%; }
  .box-inner:before {
    left: -100%;
    width: 100%; }
  .box-inner:after {
    right: -100%;
    width: 100%; }
  .box-inner:before, .box-inner:after {
    background: inherit; }
  .box-inner .projectaction-teaser {
    position: relative; }
    .box-inner .projectaction-teaser .image {
      position: relative;
      margin-bottom: 15px; }
      .box-inner .projectaction-teaser .image img {
        display: block;
        width: 100%;
        height: auto; }
      .box-inner .projectaction-teaser .image + .amount::before {
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
      .box-inner .projectaction-teaser .image + .amount + .info {
        padding-right: 0; }
    .box-inner .projectaction-teaser .amount {
      position: absolute;
      right: -5px;
      top: -10px;
      z-index: 1; }
      .box-inner .projectaction-teaser .amount + .info {
        padding-right: 140px; }
    .box-inner .projectaction-teaser .info {
      font-size: 15px; }
    .box-inner .projectaction-teaser .button {
      margin-top: 20px; }
  .box-inner a.box__hitzone {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .box-inner:hover .projectaction-teaser .button .blockbtn {
    background: #99a425; }

html.ie .box-inner .projectaction-teaser .amount::before {
  padding-top: 18px; }

.toc {
  border-bottom: solid 1px #f2f2f2;
  margin: 0 -20px;
  margin-bottom: 20px; }
  .toc:before, .toc:after {
    content: " ";
    display: table; }
  .toc:after {
    clear: both; }
  .toc ul {
    font-size: 0; }
    .toc ul li {
      display: inline-block;
      vertical-align: top; }
      .toc ul li a {
        display: block;
        position: relative;
        min-height: 19px;
        padding: 13px 13px 0 13px;
        font-size: 15px;
        text-decoration: none;
        -webkit-transition: color 0.15s linear, padding-left 0.3s ease-out, padding-right 0.3s ease-out;
        transition: color 0.15s linear, padding-left 0.3s ease-out, padding-right 0.3s ease-out;
        overflow: hidden; }
        .toc ul li a > span {
          display: inline-block;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          margin-top: 7px; }
        .toc ul li a .amount {
          display: inline-block;
          width: 20px;
          height: 20px;
          line-height: 20px;
          font-size: 14px;
          background: #f2f2f2;
          color: #a6a6a6;
          border-radius: 50%;
          margin-left: 5px;
          text-align: center; }
        .toc ul li a::after {
          content: " ";
          position: absolute;
          left: 1px;
          bottom: 0;
          width: calc(100% - 2px);
          height: 0;
          background: #c0cd2f;
          opacity: 0;
          -webkit-transition: height 0.25s ease-out, opacity 0.25s ease-out;
          transition: height 0.25s ease-out, opacity 0.25s ease-out; }
        .toc ul li a:hover, .toc ul li a:focus, .toc ul li a:active, .toc ul li a.selected {
          color: #002d62; }
        .toc ul li a:hover::after, .toc ul li a.selected::after {
          height: 3px;
          opacity: 1; }
        .toc ul li a.active {
          cursor: pointer; }
        .toc ul li a.selected {
          cursor: default; }

span.scrolltarget {
  display: block;
  width: 100%;
  position: absolute;
  top: -20px; }

.paragraphs {
  position: relative; }
  .paragraphs .paragraph {
    position: relative; }
    .paragraphs .paragraph:before, .paragraphs .paragraph:after {
      content: " ";
      display: table; }
    .paragraphs .paragraph:after {
      clear: both; }
    .paragraphs .paragraph > .text:before, .paragraphs .paragraph > .text:after {
      content: " ";
      display: table; }
    .paragraphs .paragraph > .text:after {
      clear: both; }
    .paragraphs .paragraph .hero-image,
    .paragraphs .paragraph .gallery .gallery__main .scrollcontent .item {
      position: relative;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      display: table; }
      .paragraphs .paragraph .hero-image.portrait,
      .paragraphs .paragraph .gallery .gallery__main .scrollcontent .item.portrait {
        max-width: 480px;
        margin: 0 auto; }
      .paragraphs .paragraph .hero-image .caption,
      .paragraphs .paragraph .gallery .gallery__main .scrollcontent .item .caption {
        width: calc(100% - 20px);
        font-size: 15px;
        padding: 10px 0;
        line-height: 18px;
        text-align: left;
        color: #3d3935;
        opacity: 0.6; }
    .paragraphs .paragraph .hero-image {
      position: relative;
      overflow: hidden; }
      .paragraphs .paragraph .hero-image img {
        display: block;
        width: 100%;
        height: auto; }
      .paragraphs .paragraph .hero-image.video iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .paragraphs .paragraph .hero-image:not(.landscape):not(.video), .paragraphs .paragraph .hero-image.size-small, .paragraphs .paragraph .hero-image.size-medium, .paragraphs .paragraph .hero-image.size-large:not(.landscape) {
        text-align: center; }
        .paragraphs .paragraph .hero-image:not(.landscape):not(.video) > div, .paragraphs .paragraph .hero-image.size-small > div, .paragraphs .paragraph .hero-image.size-medium > div, .paragraphs .paragraph .hero-image.size-large:not(.landscape) > div {
          position: relative;
          display: inline-block; }
        .paragraphs .paragraph .hero-image:not(.landscape):not(.video) img, .paragraphs .paragraph .hero-image.size-small img, .paragraphs .paragraph .hero-image.size-medium img, .paragraphs .paragraph .hero-image.size-large:not(.landscape) img {
          display: inline-block;
          height: 100%;
          width: auto; }
      .paragraphs .paragraph .hero-image.size-small > div {
        max-height: 125px; }
      .paragraphs .paragraph .hero-image.size-medium > div {
        max-height: 250px; }
    .paragraphs .paragraph .gallery .gallery__main {
      position: relative; }
      .paragraphs .paragraph .gallery .gallery__main .scrollcontent .item img {
        display: block; }
      .paragraphs .paragraph .gallery .gallery__main .scrollcontent .item.video {
        background: #000; }
        .paragraphs .paragraph .gallery .gallery__main .scrollcontent .item.video iframe {
          display: block;
          width: 100%;
          height: 100%; }
    .paragraphs .paragraph .gallery.format-vertical .gallery__main .item {
      position: relative;
      width: 100%; }
      .paragraphs .paragraph .gallery.format-vertical .gallery__main .item img {
        width: 100%;
        height: auto; }
      .paragraphs .paragraph .gallery.format-vertical .gallery__main .item.video iframe {
        position: absolute;
        left: 0;
        top: 0; }
    .paragraphs .paragraph .gallery.format-vertical .gallery__main .scrollcontent .item:not(:last-of-type) {
      margin-bottom: 30px; }
    .paragraphs .paragraph .gallery.format-vertical.size-small, .paragraphs .paragraph .gallery.format-vertical.size-medium {
      text-align: center; }
      .paragraphs .paragraph .gallery.format-vertical.size-small .scrollcontent, .paragraphs .paragraph .gallery.format-vertical.size-medium .scrollcontent {
        display: inline-block; }
        .paragraphs .paragraph .gallery.format-vertical.size-small .scrollcontent:before, .paragraphs .paragraph .gallery.format-vertical.size-small .scrollcontent:after, .paragraphs .paragraph .gallery.format-vertical.size-medium .scrollcontent:before, .paragraphs .paragraph .gallery.format-vertical.size-medium .scrollcontent:after {
          content: " ";
          display: table; }
        .paragraphs .paragraph .gallery.format-vertical.size-small .scrollcontent:after, .paragraphs .paragraph .gallery.format-vertical.size-medium .scrollcontent:after {
          clear: both; }
        .paragraphs .paragraph .gallery.format-vertical.size-small .scrollcontent .item, .paragraphs .paragraph .gallery.format-vertical.size-medium .scrollcontent .item {
          float: left;
          clear: both; }
          .paragraphs .paragraph .gallery.format-vertical.size-small .scrollcontent .item:not(.video), .paragraphs .paragraph .gallery.format-vertical.size-medium .scrollcontent .item:not(.video) {
            margin-left: 50%; }
            .paragraphs .paragraph .gallery.format-vertical.size-small .scrollcontent .item:not(.video) > *, .paragraphs .paragraph .gallery.format-vertical.size-medium .scrollcontent .item:not(.video) > * {
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%); }
      .paragraphs .paragraph .gallery.format-vertical.size-small .item, .paragraphs .paragraph .gallery.format-vertical.size-medium .item {
        display: inline-block;
        width: auto; }
        .paragraphs .paragraph .gallery.format-vertical.size-small .item img, .paragraphs .paragraph .gallery.format-vertical.size-medium .item img {
          height: 100%;
          width: auto; }
    .paragraphs .paragraph .gallery.format-vertical.size-small .item {
      max-height: 125px; }
      .paragraphs .paragraph .gallery.format-vertical.size-small .item .caption {
        display: none; }
      .paragraphs .paragraph .gallery.format-vertical.size-small .item.video {
        width: 200px; }
    .paragraphs .paragraph .gallery.format-vertical.size-small .gallery__main .scrollcontent .item:not(:last-of-type) {
      margin-bottom: 20px; }
    .paragraphs .paragraph .gallery.format-vertical.size-medium .scrollcontent {
      max-width: 380px; }
    .paragraphs .paragraph .gallery.format-vertical.size-medium .item {
      max-height: 250px; }
      .paragraphs .paragraph .gallery.format-vertical.size-medium .item.video {
        width: 380px;
        height: 238px; }
    .paragraphs .paragraph .gallery.format-vertical.size-large .item:not(.portrait) {
      max-height: 500px; }
    .paragraphs .paragraph .gallery.format-horizontal .gallery__main,
    .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent {
      height: 200px; }
    .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent {
      position: absolute;
      z-index: 1; }
      .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item {
        position: absolute;
        top: 0;
        height: 100%;
        cursor: pointer;
        opacity: 0.5;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        /*&.image {
								box-shadow: 0 0 3px 0 rgba( #000, 0.15 );
							}*/ }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item img {
          display: block;
          width: 100%; }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item.resized img {
          position: relative;
          width: 100%;
          height: auto;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item.video {
          width: 320px;
          height: 200px; }
          .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item.video::after {
            content: " ";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
          .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item.video.active:hover::after {
            content: none; }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item:hover, .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item:focus, .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item:active, .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item.active {
          opacity: 1; }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item.active {
          cursor: default; }
          .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item.active img {
            pointer-events: none; }
    .paragraphs .paragraph .gallery.format-horizontal .gallery__main nav {
      display: none;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -20px;
      width: 100%;
      height: 40px;
      text-align: center;
      font-size: 0;
      -webkit-transition: width 0.15s ease-out, margin-left 0.15s ease-out;
      transition: width 0.15s ease-out, margin-left 0.15s ease-out; }
      .paragraphs .paragraph .gallery.format-horizontal .gallery__main nav a {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #c0cd2f;
        color: #fff;
        z-index: 2;
        text-decoration: none;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
        -webkit-transition: background-color 0.15s linear, opacity 0.15s linear;
        transition: background-color 0.15s linear, opacity 0.15s linear; }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main nav a::before {
          content: " ";
          position: absolute;
          left: -20px;
          top: -20px;
          width: 80px;
          height: 80px; }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main nav a::after {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          line-height: 40px;
          text-align: center;
          display: inline-block;
          vertical-align: top;
          content: "A";
          font-family: "vef_icons";
          font-size: 12px;
          font-style: normal;
          font-weight: normal;
          text-decoration: inherit;
          text-transform: none;
          font-variant: normal;
          speak: none;
          -webkit-font-smoothing: antialiased; }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main nav a.prev {
          float: left; }
          .paragraphs .paragraph .gallery.format-horizontal .gallery__main nav a.prev::after {
            -webkit-transform: scale(-1, 1);
                    transform: scale(-1, 1); }
          .paragraphs .paragraph .gallery.format-horizontal .gallery__main nav a.prev:hover::after {
            -webkit-animation-name: arrow_nudge_left_reverse;
                    animation-name: arrow_nudge_left_reverse;
            -webkit-animation-duration: 0.3s;
                    animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
            -webkit-animation-delay: 0s;
                    animation-delay: 0s;
            -webkit-animation-iteration-count: 1;
                    animation-iteration-count: 1;
            -webkit-animation-direction: normal;
                    animation-direction: normal;
            -webkit-animation-play-state: running;
                    animation-play-state: running; }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main nav a.next {
          float: right; }
          .paragraphs .paragraph .gallery.format-horizontal .gallery__main nav a.next:hover::after {
            -webkit-animation-name: arrow_nudge_left;
                    animation-name: arrow_nudge_left;
            -webkit-animation-duration: 0.3s;
                    animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out;
            -webkit-animation-delay: 0s;
                    animation-delay: 0s;
            -webkit-animation-iteration-count: 1;
                    animation-iteration-count: 1;
            -webkit-animation-direction: normal;
                    animation-direction: normal;
            -webkit-animation-play-state: running;
                    animation-play-state: running; }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main nav a:hover {
          background: #99a425; }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main nav a.hidden {
          pointer-events: none;
          opacity: 0; }
    .paragraphs .paragraph .gallery.format-horizontal.size-small .gallery__main,
    .paragraphs .paragraph .gallery.format-horizontal.size-small .gallery__main .scrollcontent {
      height: 125px; }
    .paragraphs .paragraph .gallery.format-horizontal.size-small .gallery__main .scrollcontent .item.video {
      width: 218px;
      height: 125px; }
    .paragraphs .paragraph .gallery.format-horizontal.size-small .gallery__main .scrollcontent .item .caption {
      display: none; }
    .paragraphs .paragraph.paragraph-type-call_to_action, .paragraphs .paragraph.paragraph-type-gallery {
      margin-bottom: 40px; }
    .paragraphs .paragraph.paragraph-type-gallery .hero-image {
      overflow: hidden; }
      .paragraphs .paragraph.paragraph-type-gallery .hero-image .image-container {
        width: 100%; }
        .paragraphs .paragraph.paragraph-type-gallery .hero-image .image-container img,
        .paragraphs .paragraph.paragraph-type-gallery .hero-image .image-container .caption {
          float: left; }
    .paragraphs .paragraph.paragraph-type-body {
      margin-bottom: 10px; }
      .paragraphs .paragraph.paragraph-type-body .image {
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden; }
        .paragraphs .paragraph.paragraph-type-body .image img {
          width: 100%; }
        .paragraphs .paragraph.paragraph-type-body .image .caption {
          font-size: 15px;
          padding: 10px 0;
          line-height: 18px;
          text-align: left;
          color: #3d3935;
          opacity: 0.6; }
      .paragraphs .paragraph.paragraph-type-body .text form.webform-client-form {
        margin: 0; }
      .paragraphs .paragraph.paragraph-type-body .text .inline-iframe {
        position: relative;
        margin-top: 20px;
        margin-bottom: 40px; }
        .paragraphs .paragraph.paragraph-type-body .text .inline-iframe iframe {
          width: 100%; }
      .paragraphs .paragraph.paragraph-type-body .text .inline-object {
        position: relative;
        margin-top: 20px;
        margin-bottom: 40px; }
        .paragraphs .paragraph.paragraph-type-body .text .inline-object object {
          width: 100% !important; }
      .paragraphs .paragraph.paragraph-type-body .text .inline-issuuembed {
        position: relative;
        margin-top: 20px;
        margin-bottom: 40px; }
        .paragraphs .paragraph.paragraph-type-body .text .inline-issuuembed > div {
          width: 100% !important; }
      .paragraphs .paragraph.paragraph-type-body .text iframe[id^="twitter-widget"] {
        position: relative !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 20px 0 !important; }
      .paragraphs .paragraph.paragraph-type-body .text table {
        font-size: 16px;
        margin-bottom: 20px; }
        .paragraphs .paragraph.paragraph-type-body .text table th,
        .paragraphs .paragraph.paragraph-type-body .text table td {
          font-weight: 300; }
    .paragraphs .paragraph.paragraph-type-body .quote-body-container, .paragraphs .paragraph.paragraph-type-quote {
      margin-bottom: 40px;
      padding-left: 20px;
      border-left: 3px solid #b9bf00;
      box-sizing: border-box; }
      .paragraphs .paragraph.paragraph-type-body .quote-body-container .quote-container, .paragraphs .paragraph.paragraph-type-quote .quote-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .paragraphs .paragraph.paragraph-type-body .quote-body-container blockquote, .paragraphs .paragraph.paragraph-type-quote blockquote {
        min-width: 100%;
        position: relative;
        font-family: museo, serif;
        text-align: left;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .paragraphs .paragraph.paragraph-type-body .quote-body-container blockquote::before, .paragraphs .paragraph.paragraph-type-body .quote-body-container blockquote::after, .paragraphs .paragraph.paragraph-type-quote blockquote::before, .paragraphs .paragraph.paragraph-type-quote blockquote::after {
          display: inline-block;
          vertical-align: bottom;
          font-size: 28px;
          line-height: 20px;
          height: 20px;
          color: #c0cd2f; }
        .paragraphs .paragraph.paragraph-type-body .quote-body-container blockquote::before, .paragraphs .paragraph.paragraph-type-quote blockquote::before {
          content: open-quote; }
        .paragraphs .paragraph.paragraph-type-body .quote-body-container blockquote::after, .paragraphs .paragraph.paragraph-type-quote blockquote::after {
          content: close-quote; }
        .paragraphs .paragraph.paragraph-type-body .quote-body-container blockquote p, .paragraphs .paragraph.paragraph-type-quote blockquote p {
          display: inline;
          font-size: 24px;
          line-height: 28px;
          color: #3d3935; }
          .paragraphs .paragraph.paragraph-type-body .quote-body-container blockquote p a, .paragraphs .paragraph.paragraph-type-quote blockquote p a {
            color: #c0cd2f; }
            .paragraphs .paragraph.paragraph-type-body .quote-body-container blockquote p a:hover, .paragraphs .paragraph.paragraph-type-body .quote-body-container blockquote p a:focus, .paragraphs .paragraph.paragraph-type-body .quote-body-container blockquote p a:active, .paragraphs .paragraph.paragraph-type-quote blockquote p a:hover, .paragraphs .paragraph.paragraph-type-quote blockquote p a:focus, .paragraphs .paragraph.paragraph-type-quote blockquote p a:active {
              color: #99a425; }
      .paragraphs .paragraph.paragraph-type-body .quote-body-container .author, .paragraphs .paragraph.paragraph-type-quote .author {
        position: relative;
        display: inline-block;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        vertical-align: top;
        width: 50%;
        font-size: 20px;
        font-weight: 600;
        text-align: left; }
        .paragraphs .paragraph.paragraph-type-body .quote-body-container .author .function, .paragraphs .paragraph.paragraph-type-quote .author .function {
          display: block;
          color: #3d3935;
          font-style: normal;
          font-weight: 300;
          font-size: 14px; }
      .paragraphs .paragraph.paragraph-type-body .quote-body-container .image, .paragraphs .paragraph.paragraph-type-quote .image {
        float: right;
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        margin-left: 20px;
        margin-top: 15px;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        max-width: 180px;
        max-height: 180px; }
        .paragraphs .paragraph.paragraph-type-body .quote-body-container .image img, .paragraphs .paragraph.paragraph-type-quote .image img {
          display: block;
          width: 100%;
          height: auto; }
      .paragraphs .paragraph.paragraph-type-body .quote-body-container .no-author blockquote, .paragraphs .paragraph.paragraph-type-quote .no-author blockquote {
        width: 100%; }
      .paragraphs .paragraph.paragraph-type-body .quote-body-container .no-author .author, .paragraphs .paragraph.paragraph-type-quote .no-author .author {
        width: 100%; }
      .paragraphs .paragraph.paragraph-type-body .quote-body-container .no-author .quote_author, .paragraphs .paragraph.paragraph-type-quote .no-author .quote_author {
        display: block;
        min-height: 0;
        text-align: right; }
    .paragraphs .paragraph.paragraph-type-body .quote-body-container {
      margin-bottom: 15px; }
      .paragraphs .paragraph.paragraph-type-body .quote-body-container .quote-container blockquote {
        font-size: 24px;
        line-height: 30px; }
      .paragraphs .paragraph.paragraph-type-body .quote-body-container .no-author .author {
        margin-top: 15px; }
    .paragraphs .paragraph.paragraph-type-attachments ul li .file {
      display: inline-block; }
    .paragraphs .paragraph.paragraph-type-enriched_attachments {
      margin-bottom: 20px; }
      .paragraphs .paragraph.paragraph-type-enriched_attachments:before, .paragraphs .paragraph.paragraph-type-enriched_attachments:after {
        content: " ";
        display: table; }
      .paragraphs .paragraph.paragraph-type-enriched_attachments:after {
        clear: both; }
      .paragraphs .paragraph.paragraph-type-enriched_attachments .image {
        float: left;
        width: 30%;
        margin: 0 20px 15px 0; }
        .paragraphs .paragraph.paragraph-type-enriched_attachments .image img {
          display: block;
          width: 100%;
          height: auto;
          border: solid 2px #f2f2f2; }
        .paragraphs .paragraph.paragraph-type-enriched_attachments .image + .content {
          float: left;
          width: calc(70% - 20px); }
      .paragraphs .paragraph.paragraph-type-enriched_attachments .content {
        position: relative;
        word-wrap: break-word; }
        .paragraphs .paragraph.paragraph-type-enriched_attachments .content ul {
          display: block;
          float: left;
          margin-left: 0;
          width: 100%;
          font-size: 14px;
          line-height: 16px; }
          .paragraphs .paragraph.paragraph-type-enriched_attachments .content ul li {
            padding-left: 0; }
            .paragraphs .paragraph.paragraph-type-enriched_attachments .content ul li::before {
              content: none; }
            .paragraphs .paragraph.paragraph-type-enriched_attachments .content ul li .file {
              position: relative;
              display: inline-block;
              max-width: 100%; }
              .paragraphs .paragraph.paragraph-type-enriched_attachments .content ul li .file img {
                display: none; }
              .paragraphs .paragraph.paragraph-type-enriched_attachments .content ul li .file a {
                display: inline-block;
                max-width: 100%;
                font-weight: 500;
                color: #0072ce; }
                .paragraphs .paragraph.paragraph-type-enriched_attachments .content ul li .file a:before {
                  margin-right: 10px;
                  display: inline-block;
                  vertical-align: top;
                  content: "\0044";
                  font-family: "vef_icons";
                  font-size: 16px;
                  font-style: normal;
                  font-weight: normal;
                  text-transform: none;
                  font-variant: normal;
                  line-height: 16px;
                  pointer-events: none; }
                .paragraphs .paragraph.paragraph-type-enriched_attachments .content ul li .file a:hover, .paragraphs .paragraph.paragraph-type-enriched_attachments .content ul li .file a:focus, .paragraphs .paragraph.paragraph-type-enriched_attachments .content ul li .file a:active {
                  color: #231f20; }
    .paragraphs .paragraph.paragraph-type-overview, .paragraphs .paragraph.paragraph-type-hero_image {
      padding-bottom: 0; }
      .paragraphs .paragraph.paragraph-type-overview .teaser, .paragraphs .paragraph.paragraph-type-hero_image .teaser {
        position: relative;
        margin-bottom: 30px; }
        .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner, .paragraphs .paragraph.paragraph-type-hero_image .teaser .teaser-inner {
          position: relative;
          display: block;
          text-decoration: none; }
          .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner .text,
          .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner .image,
          .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner .copy,
          .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner .readmore, .paragraphs .paragraph.paragraph-type-hero_image .teaser .teaser-inner .text,
          .paragraphs .paragraph.paragraph-type-hero_image .teaser .teaser-inner .image,
          .paragraphs .paragraph.paragraph-type-hero_image .teaser .teaser-inner .copy,
          .paragraphs .paragraph.paragraph-type-hero_image .teaser .teaser-inner .readmore {
            display: block; }
          .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner .image, .paragraphs .paragraph.paragraph-type-hero_image .teaser .teaser-inner .image {
            overflow: hidden;
            background-position: center; }
            .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner .image img, .paragraphs .paragraph.paragraph-type-hero_image .teaser .teaser-inner .image img {
              display: block;
              width: 100%;
              height: auto; }
          .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner h2.title, .paragraphs .paragraph.paragraph-type-hero_image .teaser .teaser-inner h2.title {
            font-family: museo, serif;
            font-weight: 700;
            font-size: 22px;
            line-height: 22px;
            margin-bottom: 10px;
            -webkit-transition: color 0.15s linear;
            transition: color 0.15s linear; }
          .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner:hover, .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner:focus, .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner:active, .paragraphs .paragraph.paragraph-type-hero_image .teaser .teaser-inner:hover, .paragraphs .paragraph.paragraph-type-hero_image .teaser .teaser-inner:focus, .paragraphs .paragraph.paragraph-type-hero_image .teaser .teaser-inner:active {
            color: #3d3935; }
          .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner.active, .paragraphs .paragraph.paragraph-type-hero_image .teaser .teaser-inner.active {
            pointer-events: none; }
      .paragraphs .paragraph.paragraph-type-overview .overview-list, .paragraphs .paragraph.paragraph-type-hero_image .overview-list {
        position: relative;
        padding-top: 20px; }
      .paragraphs .paragraph.paragraph-type-overview .overview-list ul.column, .paragraphs .paragraph.paragraph-type-hero_image .overview-list ul.column {
        margin: 0; }
    .paragraphs .paragraph.paragraph-type-faq {
      margin-bottom: 20px; }
      .paragraphs .paragraph.paragraph-type-faq h2.title {
        font-size: 36px;
        font-weight: 600;
        line-height: 48px; }
      .paragraphs .paragraph.paragraph-type-faq .items {
        position: relative; }
        .paragraphs .paragraph.paragraph-type-faq .items .item {
          padding-top: 15px;
          border-bottom: 1px solid #e6e6e6; }
          .paragraphs .paragraph.paragraph-type-faq .items .item:first-child {
            border-top: 1px solid #e6e6e6; }
          .paragraphs .paragraph.paragraph-type-faq .items .item h3.title {
            font-size: 20px;
            line-height: 22px; }
            .paragraphs .paragraph.paragraph-type-faq .items .item h3.title button {
              position: relative;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              cursor: pointer;
              border: none;
              padding: 0;
              width: 100%;
              font-family: museo-sans, sans-serif;
              font-size: 20px;
              font-weight: 600;
              color: #3d3935;
              background-color: #fff; }
              .paragraphs .paragraph.paragraph-type-faq .items .item h3.title button span {
                width: calc(100% - 60px);
                text-align: left; }
              .paragraphs .paragraph.paragraph-type-faq .items .item h3.title button:focus {
                outline: none; }
              .paragraphs .paragraph.paragraph-type-faq .items .item h3.title button::after {
                position: absolute;
                right: 0;
                top: 0;
                width: 60px;
                line-height: 26px;
                text-align: center;
                display: inline-block;
                vertical-align: top;
                content: "p";
                font-family: "vef_icons";
                font-size: 20px;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                text-transform: none;
                font-variant: normal;
                speak: none;
                -webkit-font-smoothing: antialiased;
                color: #9eab05; }
          .paragraphs .paragraph.paragraph-type-faq .items .item .answer {
            padding-bottom: 1px;
            opacity: 0;
            -webkit-transition: opacity 0.5s ease-out;
            transition: opacity 0.5s ease-out; }
          .paragraphs .paragraph.paragraph-type-faq .items .item.open h3.title button {
            color: #9eab05; }
            .paragraphs .paragraph.paragraph-type-faq .items .item.open h3.title button::before {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
            .paragraphs .paragraph.paragraph-type-faq .items .item.open h3.title button:hover::before {
              -webkit-animation-name: none;
                      animation-name: none;
              -webkit-animation-duration: 1s;
                      animation-duration: 1s;
              -webkit-animation-timing-function: linear;
                      animation-timing-function: linear;
              -webkit-animation-delay: 0s;
                      animation-delay: 0s;
              -webkit-animation-iteration-count: 1;
                      animation-iteration-count: 1;
              -webkit-animation-direction: normal;
                      animation-direction: normal;
              -webkit-animation-play-state: running;
                      animation-play-state: running; }
            .paragraphs .paragraph.paragraph-type-faq .items .item.open h3.title button::after {
              content: "m"; }
          .paragraphs .paragraph.paragraph-type-faq .items .item.open .answer {
            opacity: 1; }
  .paragraphs .paragraph-type-hero_image {
    margin-bottom: 20px; }
    .paragraphs .paragraph-type-hero_image .background-icon {
      display: none;
      position: absolute;
      bottom: 0; }
    .paragraphs .paragraph-type-hero_image .hero_image__container {
      height: inherit;
      width: 100vw;
      margin-left: calc((100% - 100vw) / 2);
      overflow: hidden; }
      .paragraphs .paragraph-type-hero_image .hero_image__container img {
        min-height: 100%;
        min-width: 1024px;
        width: 100%;
        height: auto;
        top: 0;
        left: 0; }
    .paragraphs .paragraph-type-hero_image .hero_image .hero-copy {
      position: absolute;
      display: inline-block;
      margin: 0 auto;
      padding: 50px 20px;
      max-width: 940px;
      left: 0;
      right: 0;
      bottom: 20px; }
      .paragraphs .paragraph-type-hero_image .hero_image .hero-copy__background-icon {
        background-color: rgba(0, 0, 0, 0.6); }
      .paragraphs .paragraph-type-hero_image .hero_image .hero-copy .copy-container {
        max-width: 940px;
        display: block; }
        .paragraphs .paragraph-type-hero_image .hero_image .hero-copy .copy-container .title {
          position: relative;
          color: #ffffff;
          font-size: 56px;
          font-weight: 500;
          line-height: 72px; }
        .paragraphs .paragraph-type-hero_image .hero_image .hero-copy .copy-container .body {
          position: relative;
          color: #ffffff; }
        .paragraphs .paragraph-type-hero_image .hero_image .hero-copy .copy-container__right {
          float: right;
          text-align: right; }
        .paragraphs .paragraph-type-hero_image .hero_image .hero-copy .copy-container__left {
          text-align: left; }
        .paragraphs .paragraph-type-hero_image .hero_image .hero-copy .copy-container__center {
          text-align: center;
          margin: 0 auto; }
    .paragraphs .paragraph-type-hero_image .hero_image-video {
      max-height: 500px;
      width: 100vw;
      margin-left: calc((100% - 100vw) / 2);
      margin-top: -25px; }
      .paragraphs .paragraph-type-hero_image .hero_image-video .video-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 500px;
        -webkit-transform: none;
        margin-left: calc((100% - 100vw) / 2);
        background-color: #000000; }
        .paragraphs .paragraph-type-hero_image .hero_image-video .video-container img {
          width: 100; }
        .paragraphs .paragraph-type-hero_image .hero_image-video .video-container .background-video {
          position: absolute;
          display: none;
          top: 0;
          left: 0;
          background-size: cover;
          width: 100%;
          height: 100%;
          pointer-events: none;
          -webkit-transform: scale(3);
                  transform: scale(3); }
  .paragraphs > .paragraph:first-of-type.paragraph-type-overview .overview-classic,
  .paragraphs > .paragraph:first-of-type.paragraph-type-overview .overview-gallery,
  .paragraphs > .paragraph:first-of-type.paragraph-type-overview .overview-list {
    margin-top: 0; }

html.ie9 .paragraphs .paragraph.paragraph-type-quote .quote_author,
html.ie10 .paragraphs .paragraph.paragraph-type-quote .quote_author {
  display: block; }
  html.ie9 .paragraphs .paragraph.paragraph-type-quote .quote_author .author,
  html.ie10 .paragraphs .paragraph.paragraph-type-quote .quote_author .author {
    margin-top: 5%; }

html.ie .paragraphs .paragraph .gallery .large nav a::after {
  padding-top: 3px; }

html.windows .paragraphs .paragraph .calltoaction .copy h2.title {
  font-weight: 700; }

html.windows .paragraphs .paragraph .calltoaction::before {
  visibility: hidden; }

html.windows .paragraphs .paragraph .quote {
  font-weight: 700; }

html.windows .paragraphs .paragraph.paragraph-type-overview .teaser .teaser-inner h2.title {
  font-weight: 700; }

html.windows .paragraphs .paragraph.paragraph-type-faq .items .item h3.title a::before {
  padding-top: 2px; }

/*html.safari {
	.paragraphs {
		.paragraph {
			&.paragraph-type-overview {
				.teaser {
					a {
						.image {
							img {
								transition: none;//-webkit-transform 0.3s ease-out;
							}
						}
					}
				}
			}
		}
	}
}*/
.contact-block {
  position: relative;
  margin: 20px 0;
  padding: 20px 0;
  border-top: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
  min-height: 100px; }
  .contact-block .photo {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden; }
    .contact-block .photo img {
      display: block; }
    .contact-block .photo + .info {
      margin-left: 125px; }
  .contact-block .info {
    position: relative;
    font-size: 0; }
    .contact-block .info .contact-name,
    .contact-block .info .contact-function {
      display: inline-block;
      vertical-align: top;
      line-height: 18px; }
    .contact-block .info .contact-name {
      font-family: museo, serif;
      font-size: 18px;
      font-weight: 600;
      color: #002d62;
      padding-right: 5px;
      margin-right: 5px;
      border-right: solid 1px #ccc;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .contact-block .info .contact-function {
      font-size: 15px; }
    .contact-block .info .contact-buttons {
      margin-top: 10px;
      font-size: 12px;
      line-height: 14px;
      font-weight: 300;
      word-wrap: break-word; }
      .contact-block .info .contact-buttons a {
        color: #c0cd2f;
        text-decoration: none; }
        .contact-block .info .contact-buttons a:hover, .contact-block .info .contact-buttons a:focus, .contact-block .info .contact-buttons a:active {
          color: #3d3935; }
      .contact-block .info .contact-buttons > div + div {
        margin-top: 5px; }

.investor-block {
  position: relative;
  margin-bottom: 30px; }
  .investor-block:before, .investor-block:after {
    content: " ";
    display: table; }
  .investor-block:after {
    clear: both; }
  .investor-block h3.title {
    min-height: 44px;
    margin-bottom: 10px;
    padding-right: 175px; }
  .investor-block .logo {
    float: left;
    width: 180px;
    margin: 0 20px 10px 0; }
  .investor-block .amount {
    /*position: relative;
		float: right;*/
    position: absolute;
    right: 0;
    top: 0;
    width: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*.number {
			font-size: 11px;
			line-height: 14px;
		}*/ }
    .investor-block .amount::before {
      -webkit-transform: scaleX(1.5);
              transform: scaleX(1.5);
      margin-left: -10px; }

/* ----------------------- NEWS OVERVIEW ---------------------------- */
.news-overview {
  margin-top: 20px; }
  .news-overview .news-overview__items .item-list ul li {
    margin-bottom: 50px; }

a.news-item {
  position: relative;
  display: block;
  max-width: 100%;
  text-decoration: none; }
  a.news-item > span {
    display: block; }
  a.news-item .image {
    margin-bottom: 20px;
    overflow: hidden; }
    a.news-item .image img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  a.news-item .text {
    position: relative; }
    a.news-item .text h3.title {
      color: #002d62;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 0;
      -webkit-transition: color 0.15s linear;
      transition: color 0.15s linear; }
    a.news-item .text .meta,
    a.news-item .text .teaser {
      display: block; }
    a.news-item .text .meta {
      margin: 15px 0;
      line-height: 19px; }
      a.news-item .text .meta .date,
      a.news-item .text .meta .categories {
        display: inline-block;
        vertical-align: top; }
      a.news-item .text .meta .date {
        margin-top: 0;
        color: #a6a6a6;
        font-size: 16px; }
      a.news-item .text .meta .categories {
        margin-left: 5px;
        font-family: museo, serif;
        font-size: 18px;
        color: #a6a6a6; }
    a.news-item .text .teaser {
      font-size: 20px;
      line-height: 30px;
      color: #3d3935; }
      a.news-item .text .teaser pre {
        width: 100%; }
  a.news-item:hover .image img, a.news-item:focus .image img, a.news-item:active .image img {
    -webkit-transform: translateZ(0) scale(1.025);
            transform: translateZ(0) scale(1.025);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  a.news-item + p {
    display: none; }

/*html.safari {
	a.news-item {
		.image {
			img {
				transition: none;
			}
		}
	}
}*/
.item-list .pager {
  font-size: 0;
  margin-bottom: 40px; }
  .item-list .pager li {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    /*&.first:not(.pager-first) {
				margin-right: 10px;
			}*/ }
    .item-list .pager li a {
      display: inline-block;
      padding: 5px 10px;
      text-decoration: none; }
    .item-list .pager li.pager-current {
      font-size: 18px;
      line-height: 18px;
      padding: 5px 10px; }

.pager-current {
  font-family: museo, serif;
  font-weight: 600;
  color: #c0cd2f; }

/* ----------------------- NEWS DETAIL ---------------------------- */
body.node-type-news #header {
  margin-bottom: 0; }

body.node-type-news #content {
  margin-top: 30px; }

.date {
  position: relative;
  display: inline-block;
  font-family: museo, serif;
  font-size: 16px;
  margin-top: 10px;
  color: #a6a6a6;
  padding-left: 26px; }
  .date::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    content: "c";
    font-family: "vef_icons";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-transform: none;
    font-variant: normal;
    speak: none;
    -webkit-font-smoothing: antialiased; }

html.ie .date::before {
  padding-top: 3px; }

.news-detail {
  position: relative; }

/* ----------------------- SEARCH RESULTS ---------------------------- */
body.page-search #ve-global-form-search .form-item,
body.section-wmnavigation404 #ve-global-form-search .form-item {
  margin-right: 140px;
  margin-bottom: 0; }
  body.page-search #ve-global-form-search .form-item > label,
  body.section-wmnavigation404 #ve-global-form-search .form-item > label {
    display: none; }
  body.page-search #ve-global-form-search .form-item input.form-text,
  body.section-wmnavigation404 #ve-global-form-search .form-item input.form-text {
    width: 100%; }

body.page-search #ve-global-form-search .form-actions,
body.section-wmnavigation404 #ve-global-form-search .form-actions {
  margin-top: 0; }

body.page-search #ve-global-form-search .submit-wrapper,
body.section-wmnavigation404 #ve-global-form-search .submit-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  display: block; }
  body.page-search #ve-global-form-search .submit-wrapper input[type="submit"],
  body.section-wmnavigation404 #ve-global-form-search .submit-wrapper input[type="submit"] {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 20px; }

.search-results {
  min-height: 250px;
  overflow: hidden; }
  .search-results .gsc-control-cse {
    padding: 40px 0 0 0;
    background: none;
    border: none; }
  .search-results .gsc-results-wrapper-nooverlay {
    position: relative;
    font-family: museo-sans, sans-serif; }
  .search-results .gsc-tabsArea {
    border-color: #f2f2f2; }
    .search-results .gsc-tabsArea .gsc-tabHeader {
      font-size: 16px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      overflow: hidden; }
      .search-results .gsc-tabsArea .gsc-tabHeader.gsc-tabhActive {
        color: #3d3935;
        border-color: #f2f2f2;
        border-bottom-color: #fff; }
        .search-results .gsc-tabsArea .gsc-tabHeader.gsc-tabhActive:focus, .search-results .gsc-tabsArea .gsc-tabHeader.gsc-tabhActive:active {
          outline: none; }
      .search-results .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive {
        color: #3d3935;
        padding: 2px 10px 1px 10px;
        background: #f2f2f2;
        -webkit-transition: background-color 0.15s linear;
        transition: background-color 0.15s linear; }
        .search-results .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:hover, .search-results .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:focus, .search-results .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:active {
          background: #f2f2f2; }
        .search-results .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:focus, .search-results .gsc-tabsArea .gsc-tabHeader.gsc-tabhInactive:active {
          outline: none; }
  .search-results .gsc-refinementsArea {
    border-bottom: none; }
  .search-results .gsc-above-wrapper-area {
    padding: 0;
    color: #3d3935;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #f2f2f2; }
    .search-results .gsc-above-wrapper-area .gsc-result-info {
      padding: 0;
      line-height: 34px; }
  .search-results .gsc-results {
    width: 100%;
    padding-bottom: 0; }
    .search-results .gsc-results .gcsc-branding {
      margin-bottom: 10px; }
      .search-results .gsc-results .gcsc-branding td.gcsc-branding-text,
      .search-results .gsc-results .gcsc-branding td.gcsc-branding-text div.gcsc-branding-text,
      .search-results .gsc-results .gcsc-branding td.gcsc-branding-img-noclear,
      .search-results .gsc-results .gcsc-branding td.gcsc-branding-img-noclear a {
        height: 16px;
        vertical-align: top; }
      .search-results .gsc-results .gcsc-branding div.gcsc-branding-text {
        padding: 0;
        margin-top: -4px; }
    .search-results .gsc-results .gsc-webResult {
      padding: 20px;
      margin-bottom: 0; }
      .search-results .gsc-results .gsc-webResult, .search-results .gsc-results .gsc-webResult:hover {
        border: none; }
      .search-results .gsc-results .gsc-webResult.gsc-result {
        background: none;
        border: none; }
      .search-results .gsc-results .gsc-webResult:nth-of-type(2n) {
        background: #f2f2f2; }
      .search-results .gsc-results .gsc-webResult .gsc-thumbnail-inside,
      .search-results .gsc-results .gsc-webResult .gsc-url-top {
        padding: 0; }
      .search-results .gsc-results .gsc-webResult .gs-image-box.gs-web-image-box {
        margin-right: 10px; }
        .search-results .gsc-results .gsc-webResult .gs-image-box.gs-web-image-box.gs-web-image-box-portrait, .search-results .gsc-results .gsc-webResult .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
          width: 120px;
          min-height: 100px; }
        .search-results .gsc-results .gsc-webResult .gs-image-box.gs-web-image-box img.gs-image {
          display: block;
          max-width: 120px;
          max-height: 100px;
          border: none; }
      .search-results .gsc-results .gsc-webResult div.gs-title {
        text-decoration: none;
        height: auto;
        font-family: museo, serif;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 5px; }
        .search-results .gsc-results .gsc-webResult div.gs-title,
        .search-results .gsc-results .gsc-webResult div.gs-title * {
          font-size: 19px;
          line-height: 20px; }
        .search-results .gsc-results .gsc-webResult div.gs-title > a,
        .search-results .gsc-results .gsc-webResult div.gs-title a.gs-title {
          text-decoration: none;
          font-weight: 600; }
          .search-results .gsc-results .gsc-webResult div.gs-title > a,
          .search-results .gsc-results .gsc-webResult div.gs-title > a *,
          .search-results .gsc-results .gsc-webResult div.gs-title a.gs-title,
          .search-results .gsc-results .gsc-webResult div.gs-title a.gs-title * {
            color: #002d62;
            -webkit-transition: color 0.15s linear;
            transition: color 0.15s linear; }
          .search-results .gsc-results .gsc-webResult div.gs-title > a:hover,
          .search-results .gsc-results .gsc-webResult div.gs-title > a:hover *, .search-results .gsc-results .gsc-webResult div.gs-title > a:focus,
          .search-results .gsc-results .gsc-webResult div.gs-title > a:focus *, .search-results .gsc-results .gsc-webResult div.gs-title > a:active,
          .search-results .gsc-results .gsc-webResult div.gs-title > a:active *,
          .search-results .gsc-results .gsc-webResult div.gs-title a.gs-title:hover,
          .search-results .gsc-results .gsc-webResult div.gs-title a.gs-title:hover *,
          .search-results .gsc-results .gsc-webResult div.gs-title a.gs-title:focus,
          .search-results .gsc-results .gsc-webResult div.gs-title a.gs-title:focus *,
          .search-results .gsc-results .gsc-webResult div.gs-title a.gs-title:active,
          .search-results .gsc-results .gsc-webResult div.gs-title a.gs-title:active * {
            color: #3d3935; }
      .search-results .gsc-results .gsc-webResult .gsc-url-top {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 5px; }
      .search-results .gsc-results .gsc-webResult div.gs-visibleUrl {
        color: #99a425; }
      .search-results .gsc-results .gsc-webResult .gsc-table-result {
        font-family: museo-sans, sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300; }
        .search-results .gsc-results .gsc-webResult .gsc-table-result .gs-snippet {
          color: #3d3935; }
        .search-results .gsc-results .gsc-webResult .gsc-table-result b {
          font-weight: 600; }
    .search-results .gsc-results .gsc-imageResult {
      min-width: 190px;
      min-height: 250px; }
      .search-results .gsc-results .gsc-imageResult .gs-image-box {
        height: auto !important;
        margin-bottom: 10px; }
        .search-results .gsc-results .gsc-imageResult .gs-image-box a {
          display: block; }
          .search-results .gsc-results .gsc-imageResult .gs-image-box a img {
            display: block;
            width: 100% !important;
            height: auto !important; }
    .search-results .gsc-results .gsc-cursor-box {
      text-align: center;
      margin-bottom: 10px; }
      .search-results .gsc-results .gsc-cursor-box .gsc-cursor {
        display: inline-block; }
      .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
        display: inline-block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        background: #f2f2f2;
        color: #3d3935;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        margin: 0 10px 10px 0;
        text-shadow: none;
        text-decoration: none;
        padding: 0;
        -webkit-transition: color 0.15s linear, background-color 0.15s linear;
        transition: color 0.15s linear, background-color 0.15s linear; }
        .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:focus, .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:active {
          text-decoration: none;
          color: #000;
          background: #ccc; }
        .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:focus {
          outline: none; }
        .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
          background: none;
          color: #c0cd2f;
          font-weight: normal; }
    .search-results .gsc-results > .gsc-webResult:first-of-type {
      background: #f2f2f2; }
  .search-results .gs-no-results-result,
  .search-results .gs-error-result {
    margin: -20px;
    background: #fff;
    padding-top: 50px; }
    .search-results .gs-no-results-result .gs-snippet,
    .search-results .gs-error-result .gs-snippet {
      padding: 0;
      margin: 0;
      border: none;
      background: none;
      font-size: 20px;
      line-height: 22px;
      color: #c0cd2f; }

/* ----------------------- 404 ---------------------------- */
.page-404 .google-intro {
  margin-bottom: 50px; }

/* ----------------------- DONATE PAGE ---------------------------- */
body.page-donate #header {
  margin-bottom: 0; }

body.page-donate .project-header {
  min-height: 0 !important; }

body.page-donate.nav-open #navigation {
  margin-bottom: 50px; }

/* ----------------------- DONATE PAGE ---------------------------- */
form#eck-entity-form-add-crm-donation--2 .fieldset-description h1 {
  color: #002d62;
  font-family: museo, serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px; }

form#eck-entity-form-add-crm-donation--2 .fieldset-description p {
  font-size: 16px;
  color: #aaa;
  margin-bottom: 20px; }

form#eck-entity-form-add-crm-donation--2 {
  position: relative;
  padding: 30px 0;
  background: #e6e6e6;
  background-color: #f2f2f2; }
  form#eck-entity-form-add-crm-donation--2:before, form#eck-entity-form-add-crm-donation--2:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    height: 100%; }
  form#eck-entity-form-add-crm-donation--2:before {
    left: -100%;
    width: 100%; }
  form#eck-entity-form-add-crm-donation--2:after {
    right: -100%;
    width: 100%; }
  form#eck-entity-form-add-crm-donation--2:before, form#eck-entity-form-add-crm-donation--2:after {
    background: inherit; }
  form#eck-entity-form-add-crm-donation--2 > div {
    overflow: hidden; }
  form#eck-entity-form-add-crm-donation--2 .form-type-radios.form-item-field-donation-type-und {
    margin-bottom: 20px; }
    form#eck-entity-form-add-crm-donation--2 .form-type-radios.form-item-field-donation-type-und > label {
      display: none; }
  form#eck-entity-form-add-crm-donation--2 .paragraph-type-faq {
    box-sizing: border-box;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6; }
    form#eck-entity-form-add-crm-donation--2 .paragraph-type-faq .item .title {
      font-size: 18px; }
      form#eck-entity-form-add-crm-donation--2 .paragraph-type-faq .item .title:hover::before, form#eck-entity-form-add-crm-donation--2 .paragraph-type-faq .item .title:focus::before {
        color: #99a425; }
      form#eck-entity-form-add-crm-donation--2 .paragraph-type-faq .item .title:hover > a, form#eck-entity-form-add-crm-donation--2 .paragraph-type-faq .item .title:focus > a {
        color: #002d62; }
      form#eck-entity-form-add-crm-donation--2 .paragraph-type-faq .item .title::before {
        color: #a6a6a6;
        margin-right: 10px;
        -webkit-transition: tranform 0.25s;
        transition: tranform 0.25s; }
      form#eck-entity-form-add-crm-donation--2 .paragraph-type-faq .item .title > a {
        color: #a6a6a6; }
    form#eck-entity-form-add-crm-donation--2 .paragraph-type-faq .item.open .title::before {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      color: #99a425; }
    form#eck-entity-form-add-crm-donation--2 .paragraph-type-faq .item.open .title > a {
      color: #002d62; }
    form#eck-entity-form-add-crm-donation--2 .paragraph-type-faq .answer {
      padding-left: 27px; }
  form#eck-entity-form-add-crm-donation--2 .form-item.form-type-textfield input.form-text,
  form#eck-entity-form-add-crm-donation--2 .form-item.form-type-textfield input[type="text"] {
    width: 98.5%;
    margin: 0 -12px; }
  form#eck-entity-form-add-crm-donation--2 .form-item.form-type-radio,
  form#eck-entity-form-add-crm-donation--2 .form-item.form-type-checkbox {
    margin-left: 3px; }
  form#eck-entity-form-add-crm-donation--2 legend {
    display: none; }
  form#eck-entity-form-add-crm-donation--2 .fieldset-description h1 {
    margin-bottom: 10px; }
  form#eck-entity-form-add-crm-donation--2 .submit-wrapper {
    margin-top: 20px; }

form .url-textfield {
  display: none; }

/* ----------------------- 3.0 SIDEBAR --------------------------------- */
/* ----------------------- 4.0 FOOTER --------------------------------- */
#footer .newsletter {
  position: relative;
  padding: 20px 0;
  background: #e6e6e6;
  text-align: center; }
  #footer .newsletter:before, #footer .newsletter:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    height: 100%; }
  #footer .newsletter:before {
    left: -100%;
    width: 100%; }
  #footer .newsletter:after {
    right: -100%;
    width: 100%; }
  #footer .newsletter:before, #footer .newsletter:after {
    background: inherit; }
  #footer .newsletter h3 {
    font-family: museo-sans, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px; }
  #footer .newsletter form .form-item {
    margin-bottom: 10px;
    z-index: 1; }
    #footer .newsletter form .form-item label {
      display: none; }
    #footer .newsletter form .form-item input.form-text {
      box-sizing: border-box;
      width: 100%; }

#footer .footer-content {
  position: relative;
  padding: 20px 0;
  background: #3d3935;
  color: #fff; }
  #footer .footer-content:before, #footer .footer-content:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    height: 100%; }
  #footer .footer-content:before {
    left: -100%;
    width: 100%; }
  #footer .footer-content:after {
    right: -100%;
    width: 100%; }
  #footer .footer-content:before, #footer .footer-content:after {
    background: inherit; }
  #footer .footer-content a {
    color: #fff;
    text-decoration: none; }
  #footer .footer-content .logo-wrapper {
    text-align: center; }
    #footer .footer-content .logo-wrapper a.logo {
      display: inline-block; }
  #footer .footer-content .cta-wrapper {
    margin: 30px 0 50px 0; }
    #footer .footer-content .cta-wrapper a {
      text-decoration: underline; }
    #footer .footer-content .cta-wrapper .smallcopy {
      margin-top: 20px;
      font-size: 15px;
      line-height: 19px; }
  #footer .footer-content .footer-menu {
    margin-top: 20px; }
    #footer .footer-content .footer-menu ul.menu:before, #footer .footer-content .footer-menu ul.menu:after {
      content: " ";
      display: table; }
    #footer .footer-content .footer-menu ul.menu:after {
      clear: both; }
    #footer .footer-content .footer-menu ul.menu li a {
      display: block;
      padding: 10px 0;
      font-family: museo, serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 18px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      #footer .footer-content .footer-menu ul.menu li a:hover, #footer .footer-content .footer-menu ul.menu li a:focus, #footer .footer-content .footer-menu ul.menu li a:active, #footer .footer-content .footer-menu ul.menu li a.active {
        color: #a6a6a6; }
    #footer .footer-content .footer-menu ul.menu li ul.menu {
      margin-top: -3px; }
      #footer .footer-content .footer-menu ul.menu li ul.menu li {
        width: 100%; }
        #footer .footer-content .footer-menu ul.menu li ul.menu li a {
          font-family: museo-sans, sans-serif;
          font-weight: 300;
          font-size: 15px;
          line-height: 19px;
          padding: 3px 0;
          -webkit-font-smoothing: auto;
          -moz-osx-font-smoothing: auto; }
    #footer .footer-content .footer-menu > ul.menu > li {
      width: 49%;
      float: left;
      margin-bottom: 30px; }
      #footer .footer-content .footer-menu > ul.menu > li:nth-of-type(2n) {
        float: right; }
      #footer .footer-content .footer-menu > ul.menu > li:nth-of-type(2n + 1) {
        clear: both; }

#footer .region-footer + a.feed-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  #footer .region-footer + a.feed-icon:hover, #footer .region-footer + a.feed-icon:focus, #footer .region-footer + a.feed-icon:active {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }

html.windows #footer .footer-content .footer-menu ul.menu li a {
  font-weight: 700; }

#closure {
  margin: 20px 0; }
  #closure .social {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px; }
    #closure .social h3,
    #closure .social ul {
      display: inline-block;
      vertical-align: middle; }
    #closure .social h3 {
      font-family: museo, serif;
      font-weight: 700;
      font-size: 16px;
      margin-right: 10px; }
    #closure .social ul {
      height: 54px;
      overflow: hidden; }
      #closure .social ul li {
        display: inline-block; }
        #closure .social ul li a {
          position: relative;
          display: block;
          width: 40px;
          height: 54px;
          text-align: center;
          position: relative;
          overflow: hidden;
          color: #3d3935;
          text-decoration: none; }
          #closure .social ul li a > span {
            position: absolute;
            top: -100px; }
          #closure .social ul li a::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            line-height: 54px;
            display: inline-block;
            vertical-align: top;
            content: " ";
            font-family: "vef_icons";
            font-size: 28px;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            text-transform: none;
            font-variant: normal;
            speak: none;
            -webkit-font-smoothing: antialiased;
            -webkit-transition: -webkit-transform 0.3s ease-out;
            transition: -webkit-transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
          #closure .social ul li a.facebook::after {
            content: "F";
            font-size: 34px; }
          #closure .social ul li a.twitter::after {
            content: "T"; }
          #closure .social ul li a.linkedin, #closure .social ul li a.instagram, #closure .social ul li a.youtube, #closure .social ul li a.flickr {
            background-repeat: no-repeat;
            background-position: center;
            -webkit-transition: -webkit-transform 0.3s ease-out;
            transition: -webkit-transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
          #closure .social ul li a.linkedin {
            top: -2px;
            background-image: url("../img/icons/footer-linkedin.svg"); }
          #closure .social ul li a.instagram {
            background-image: url("../img/icons/footer-instagram.svg");
            background-size: 42%; }
          #closure .social ul li a.youtube {
            background-image: url("../img/icons/footer-youtube.svg");
            background-size: 50%; }
          #closure .social ul li a.flickr {
            background-image: url("../img/icons/footer-flickr.svg");
            background-size: 50%; }
          #closure .social ul li a:hover::after, #closure .social ul li a:focus::after, #closure .social ul li a:active::after {
            -webkit-transform: scale(1.25);
                    transform: scale(1.25); }
          #closure .social ul li a:hover.linkedin, #closure .social ul li a:hover.instagram, #closure .social ul li a:hover.youtube, #closure .social ul li a:hover.flickr, #closure .social ul li a:focus.linkedin, #closure .social ul li a:focus.instagram, #closure .social ul li a:focus.youtube, #closure .social ul li a:focus.flickr, #closure .social ul li a:active.linkedin, #closure .social ul li a:active.instagram, #closure .social ul li a:active.youtube, #closure .social ul li a:active.flickr {
            -webkit-transform: scale(1.25);
                    transform: scale(1.25); }
  #closure .made-by {
    margin-bottom: 15px; }
    #closure .made-by a {
      display: inline-block;
      width: 59px;
      height: 22px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='59' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M2.077 6.24c.626 0 1.085-.125 1.378-.376.294-.251.432-.559.415-.922a2.072 2.072 0 00-.05-.444.951.951 0 00-.197-.347c-.103-.126-.268-.236-.494-.331a6.588 6.588 0 00-.9-.285c-.453-.117-.78-.22-.98-.306-.202-.086-.322-.16-.361-.222-.04-.061-.059-.159-.059-.293 0-.145.087-.278.26-.398.173-.12.422-.18.746-.18.63 0 1.044.285 1.24.855l.61-.201a1.663 1.663 0 00-.619-.897c-.307-.229-.72-.343-1.24-.343-.514 0-.917.118-1.21.356-.293.237-.446.512-.457.825-.011.318.094.572.314.762.22.19.67.372 1.345.545.62.156 1.01.29 1.173.402.162.111.243.279.243.502 0 .47-.389.704-1.165.704-.843 0-1.315-.388-1.416-1.164L0 4.607a1.8 1.8 0 00.595 1.177c.34.305.835.457 1.482.457zM7.925.78V0h-.788v.78h.788zm1.407 5.335V5.53H7.866V1.675H5.688v.587h1.5v3.267H5.645v.586h3.686zm4.909 0v-.662h-.754c-.218 0-.363-.053-.436-.159-.072-.106-.109-.29-.109-.553V2.287h1.592v-.612h-1.6V.586h-.67v1.09H10.84v.61h1.415v2.54c0 .43.095.752.285.967.19.215.495.322.913.322h.788zm4.02.126c.453 0 .834-.108 1.144-.323.31-.215.549-.484.716-.808l-.56-.369-.026.05a3.85 3.85 0 01-.16.264c-.05.076-.123.162-.221.26a.972.972 0 01-.377.226c-.154.053-.33.08-.532.08-.436 0-.77-.148-1.001-.444-.232-.296-.35-.656-.356-1.08h3.35v-.202c0-.726-.185-1.298-.556-1.717-.372-.419-.856-.628-1.454-.628-.597 0-1.087.213-1.47.64-.382.428-.574.996-.574 1.705 0 .71.196 1.278.587 1.705.39.427.888.64 1.49.64zm1.282-2.69h-2.638c.005-.334.12-.648.343-.942.224-.293.55-.44.98-.44.441 0 .768.137.98.411.213.274.324.598.335.972zm9.391 2.69c.586 0 1.057-.214 1.412-.641.354-.427.531-.995.531-1.705 0-.703-.182-1.27-.548-1.7a1.751 1.751 0 00-1.395-.645c-.508 0-.919.184-1.231.553h-.017V0h-.687v6.115h.62v-.427h.017c.117.14.289.267.515.381.226.115.487.172.783.172zm-.109-.62c-.324 0-.595-.098-.812-.293-.218-.196-.327-.425-.327-.687V3.267c0-.28.103-.532.31-.758.206-.226.483-.34.83-.34.44 0 .775.151 1.004.453.23.302.344.726.344 1.273 0 .548-.115.972-.344 1.274-.229.301-.564.452-1.005.452zM33.575 8l2.387-6.325h-.72L34.06 4.901h-.017l-1.315-3.226h-.737l1.725 4.105L32.88 8h.695z' fill='%23000'/%3E%3Cpath d='M22.879 12.726c2.52 0 4.228 1.852 4.228 4.639v.48h-7.178c.083 1.754 1.26 2.93 2.95 2.93 1.227 0 2.239-.596 2.934-1.837l1.095.694C25.945 21.206 24.585 22 22.879 22c-2.554 0-4.309-1.87-4.309-4.635 0-2.747 1.742-4.64 4.309-4.64zm-21.603.253l1.359 6.814h.033l1.597-5.146h1.252l1.597 5.146h.032l1.376-6.814h1.259l-1.873 8.772H6.629l-1.723-5.544h-.034L3.15 21.75H1.873L0 12.979h1.276zm13.895 0v7.564h2.786v1.208h-6.862v-1.208h2.784v-6.356h-2.613v-1.208h3.905zm17.817-.248c2.27 0 3.647 1.44 3.647 3.757v5.263H35.34v-4.915c0-1.854-.878-2.9-2.452-2.9-1.706.003-2.837 1.095-2.837 2.784v5.03H28.76l.004-8.77h1.29v.975h.031c.68-.777 1.757-1.224 2.904-1.224zm9.46.248v7.564h2.779v1.208h-6.863v-1.208h2.786v-6.356h-2.613v-1.208h3.91zM59 20.543v1.208H46.87v-1.208H59zm-36.121-6.588c-1.656 0-2.834 1.16-2.917 2.78h5.768c-.132-1.687-1.26-2.78-2.851-2.78zM15.305 10v1.54h-1.558V10h1.558zm27.27 0v1.54h-1.559V10h1.558z' fill='%23241F20'/%3E%3C/g%3E%3C/svg%3E"); }
      #closure .made-by a .wieni {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        overflow: hidden;
        height: 1px;
        width: 1px;
        word-wrap: normal; }
      #closure .made-by a:hover, #closure .made-by a:focus, #closure .made-by a:active {
        color: #3d3935; }
        #closure .made-by a:hover::after, #closure .made-by a:focus::after, #closure .made-by a:active::after {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1);
          color: #3d3935;
          text-shadow: none; }

html.safari #closure .social ul li a::after {
  transition: -webkit-transform 0.3s ease-out, color 0.15s linear; }

html.ie #closure .made-by a::after {
  padding-top: 11px; }

html.ie #closure .social ul li a::after {
  padding-top: 3px; }

@media screen and (max-width: 460px) {
  /*
 * MOBILE SMALL LAYOUT CSS: STRUCTURAL BASE
 */
  /* ----------------------- 0.9 GENERAL -------------------------------- */
  /* ----------------------- 1.0 HEADER --------------------------------- */
  /* ---------------------- 1.1 NAVIGATION -------------------------------- */
  /* ----------------------- 2.0 CONTENT --------------------------------- */
  /* ----------------------- HOMEPAGE --------------------------------- */
  /* ----------------------- PROJECT DETAIL -------------------------- */
  .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser .teaser-inner h2.title {
    padding: 10px;
    font-size: 20px;
    line-height: 21px; }
  .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser .teaser-inner .copy {
    padding: 10px; }
    .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser .teaser-inner .copy p,
    .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser .teaser-inner .copy ul,
    .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser .teaser-inner .copy ol {
      font-size: 15px;
      line-height: 20px; }
  /* ----------------------- 3.0 SIDEBAR --------------------------------- */
  /* ----------------------- 4.0 FOOTER --------------------------------- */ }

@media screen and (min-width: 760px) {
  /*
 * TABLET LAYOUT CSS: STRUCTURAL BASE
 */
  .inner {
    padding: 0 20px;
    max-width: 940px; }
  #admin-menu {
    display: block; }
  body.admin-menu {
    margin-top: 28px !important; }
  /* ----------------------- 0.9 GENERAL -------------------------------- */
  form .submit-wrapper {
    display: inline-block; }
    form .submit-wrapper input[type="submit"] {
      display: inline-block;
      width: auto;
      padding: 12px 15px;
      padding-right: 50px; }
  form .field-type-number-decimal > div {
    display: inline-block; }
    form .field-type-number-decimal > div:first-of-type {
      vertical-align: top;
      width: 250px;
      margin-right: 20px; }
    form .field-type-number-decimal > div.item-list {
      vertical-align: bottom; }
  form .field-type-number-decimal .item-list {
    padding-top: 0;
    margin-bottom: 10px; }
  .captcha {
    float: left;
    width: 80%;
    clear: both; }
  #content-inner > form,
  #user-login,
  #user-pass,
  #user-register-form,
  form.webform-client-form,
  #eck-entity-form-add-crm-feedback,
  #eck-entity-form-add-crm-donation,
  #eck-entity-form-add-crm-donation--2,
  .page-404 #ve-global-form-search {
    width: calc(100% - 40px);
    padding: 20px; }
    #content-inner > form::before, #content-inner > form::after,
    #user-login::before,
    #user-login::after,
    #user-pass::before,
    #user-pass::after,
    #user-register-form::before,
    #user-register-form::after,
    form.webform-client-form::before,
    form.webform-client-form::after,
    #eck-entity-form-add-crm-feedback::before,
    #eck-entity-form-add-crm-feedback::after,
    #eck-entity-form-add-crm-donation::before,
    #eck-entity-form-add-crm-donation::after,
    #eck-entity-form-add-crm-donation--2::before,
    #eck-entity-form-add-crm-donation--2::after,
    .page-404 #ve-global-form-search::before,
    .page-404 #ve-global-form-search::after {
      content: none; }
  #user-login > div:before, #user-login > div:after {
    content: " ";
    display: table; }
  #user-login > div:after {
    clear: both; }
  #user-login .form-item {
    width: calc(49.5% - 28px); }
    #user-login .form-item.form-item-name {
      float: left; }
    #user-login .form-item.form-item-pass {
      float: right; }
  #user-login .login-forgot {
    float: left; }
    #user-login .login-forgot::before, #user-login .login-forgot::after {
      content: none; }
  #user-login .form-actions {
    float: right; }
  #user-pass > div:before, #user-pass > div:after {
    content: " ";
    display: table; }
  #user-pass > div:after {
    clear: both; }
  #user-pass .form-item-name,
  #user-pass #edit-actions {
    width: calc(49.5% - 14px); }
  #user-pass .form-item-name {
    float: left; }
  #user-pass #edit-actions {
    float: right; }
  /*form.webform-client-form,
#user-register-form,
#user-profile-form,
#eck-entity-form-add-crm-feedback,
#eck-entity-form-add-crm-donation,
#eck-entity-form-add-crm-donation--2 {
	.form-actions {
		text-align: right;
	}
}*/
  .block-crm-feedbackform .content {
    max-width: 700px;
    margin: 0 auto; }
  #webform-client-form-53 .form-item {
    width: calc(49.5% - 28px); }
    #webform-client-form-53 .form-item.webform-component--naam {
      float: left; }
    #webform-client-form-53 .form-item.webform-component--e-mail-adres {
      float: right; }
  #webform-client-form-58 .webform-component--jouw-tijd input.form-text {
    width: calc(20% - 28px); }
  #webform-client-form-58 .webform-component--jouw-tijd .field-suffix {
    width: 80%; }
  #webform-client-form-58 .webform-component--postcode,
  #webform-client-form-61 .webform-component--postcode {
    width: calc(30% - 28px - 10px); }
  #webform-client-form-58 .webform-component--gemeente-stad,
  #webform-client-form-61 .webform-component--gemeente-stad {
    width: calc(70% - 28px); }
  #eck-entity-form-add-crm-donation #field-donation-amout-add-more-wrapper::before,
  #eck-entity-form-add-crm-donation #field-donation-amout-add-more-wrapper--2::before,
  #eck-entity-form-add-crm-donation--2 #field-donation-amout-add-more-wrapper::before,
  #eck-entity-form-add-crm-donation--2 #field-donation-amout-add-more-wrapper--2::before {
    bottom: 20px; }
  #eck-entity-form-add-crm-donation #field-donation-amout-add-more-wrapper + .item-list,
  #eck-entity-form-add-crm-donation #field-donation-amout-add-more-wrapper--2 + .item-list,
  #eck-entity-form-add-crm-donation--2 #field-donation-amout-add-more-wrapper + .item-list,
  #eck-entity-form-add-crm-donation--2 #field-donation-amout-add-more-wrapper--2 + .item-list {
    margin-left: 0; }
  #eck-entity-form-add-crm-donation .field-name-field-donation-postalcode,
  #eck-entity-form-add-crm-donation--2 .field-name-field-donation-postalcode {
    float: left;
    width: calc(30% - 10px); }
  #eck-entity-form-add-crm-donation .field-name-field-donation-city,
  #eck-entity-form-add-crm-donation--2 .field-name-field-donation-city {
    float: right;
    width: 70%; }
  .body ul,
  .body ol {
    margin-left: 30px; }
  .body h1 {
    font-size: 40px;
    line-height: 40px; }
  body.hashnav {
    /*&.logged-in {
		#wrapper {
			padding-top: 0;
		}
	}*/ }
    body.hashnav #wrapper {
      padding-top: 11px; }
  body.section-doe-mee #header.sticky.has-breadcrumb + #main,
  body.node-type-news #header.sticky.has-breadcrumb + #main,
  body.node-type-project #header.sticky.has-breadcrumb + #main {
    margin-top: 203px; }
  body.logged-in #header.sticky {
    margin-top: 28px; }
  html.windows.safari #header .search form input.form-text {
    max-width: 0; }
    html.windows.safari #header .search form input.form-text:focus {
      max-width: 150px; }
  body.domain-www-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 90px; }
  body.domain-east-africa-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 200px; }
  body.domain-west-africa-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 200px; }
  body.domain-congo-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 180px; }
  body.domain-vietnam-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 170px; }
  body.domain-indonesia-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 170px; }
  body.domain-andino-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 150px; }
  body.domain-mesoamerica-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 190px; }
  body.domain-latinoamerica-rikolto-org #navigation .region-navigation .main-menu {
    padding-left: 170px; }
  /* ----------------------- 2.0 CONTENT --------------------------------- */
  h3.title,
  h3.formtitle {
    font-size: 24px;
    line-height: 28px; }
  /*#main {
	background: $col_grey;
}*/
  /* ----------------------- HOMEPAGE --------------------------------- */
  /* ----------------------- PROJECT OVERVIEW --------------------------------- */
  .project-overview form {
    width: 66%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 15px; }
    .project-overview form > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .project-overview form .form-type-select {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-bottom: 0;
      margin-right: 10px; }
    .project-overview form .submit-wrapper {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding-left: 15px;
      margin-left: 5px;
      border-left: solid 1px #e6e6e6; }
      .project-overview form .submit-wrapper input[type="submit"] {
        display: block;
        width: 100%;
        padding: 12px 15px;
        padding-right: 40px;
        text-align: left;
        min-height: 44px; }
  .project-overview__items .item-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .project-overview__items .item-list ul li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 32%;
      margin-left: auto; }
      .project-overview__items .item-list ul li:nth-of-type(3n + 1) {
        margin-left: 0; }
      .project-overview__items .item-list ul li:nth-of-type(2).last {
        margin-left: 20px; }
      .project-overview__items .item-list ul li a {
        width: 100%; }
  .project-overview__button {
    margin: -40px 0 60px 0; }
  html.ie9 .project-overview form > div:before, html.ie9 .project-overview form > div:after,
  html.ie10 .project-overview form > div:before,
  html.ie10 .project-overview form > div:after {
    content: " ";
    display: table; }
  html.ie9 .project-overview form > div:after,
  html.ie10 .project-overview form > div:after {
    clear: both; }
  html.ie9 .project-overview form .form-type-select,
  html.ie10 .project-overview form .form-type-select {
    float: left;
    margin-right: 10px; }
    html.ie9 .project-overview form .form-type-select .customSelectContainer .customSelectBox,
    html.ie10 .project-overview form .form-type-select .customSelectContainer .customSelectBox {
      padding-right: 40px; }
  html.ie9 .project-overview form .submit-wrapper,
  html.ie10 .project-overview form .submit-wrapper {
    position: absolute;
    right: 0;
    top: 0; }
  html.ie9 .project-overview__items .item-list ul:before, html.ie9 .project-overview__items .item-list ul:after {
    content: " ";
    display: table; }
  html.ie9 .project-overview__items .item-list ul:after {
    clear: both; }
  html.ie9 .project-overview__items .item-list ul li {
    float: left;
    width: 32%;
    margin-right: 2%; }
    html.ie9 .project-overview__items .item-list ul li:nth-of-type(2).last {
      margin-left: auto; }
    html.ie9 .project-overview__items .item-list ul li:nth-of-type(3n) {
      float: right;
      margin-right: 0; }
    html.ie9 .project-overview__items .item-list ul li:nth-of-type(3n + 1) {
      clear: both; }
  body.front .project-overview__items h3.title {
    text-align: center; }
  /* ----------------------- PROJECT DETAIL -------------------------- */
  body.node-type-project #navigation .region-navigation .sub-menu ul.menu li a.active::after, body.node-type-project #navigation .region-navigation .sub-menu ul.menu li a.active-trail::after,
  body.page-donate #navigation .region-navigation .sub-menu ul.menu li a.active::after,
  body.page-donate #navigation .region-navigation .sub-menu ul.menu li a.active-trail::after,
  body.node-type-news #navigation .region-navigation .sub-menu ul.menu li a.active::after,
  body.node-type-news #navigation .region-navigation .sub-menu ul.menu li a.active-trail::after {
    content: none; }
  .project-header,
  .news-header {
    min-height: 400px; }
    .project-header .inner,
    .news-header .inner {
      min-height: inherit;
      padding: 0 60px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .project-header .inner:before, .project-header .inner:after,
      .news-header .inner:before,
      .news-header .inner:after {
        content: " ";
        display: table; }
      .project-header .inner:after,
      .news-header .inner:after {
        clear: both; }
      .project-header .inner .background-icon,
      .news-header .inner .background-icon {
        display: block; }
    .project-header .left,
    .project-header .right,
    .news-header .left,
    .news-header .right {
      padding-bottom: 80px;
      background-color: rgba(0, 0, 0, 0); }
    .project-header .left,
    .news-header .left {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin: 0; }
      .project-header .left .buttons,
      .news-header .left .buttons {
        padding-bottom: 0px; }
      .project-header .left h2.title,
      .news-header .left h2.title {
        font-size: 48px;
        line-height: 52px; }
    .project-header .right,
    .news-header .right {
      right: 0;
      width: 60%;
      margin: 0; }
      .project-header .right .quotes .quote .body,
      .news-header .right .quotes .quote .body {
        text-align: center; }
  body.page-donate .project-header {
    min-height: 400px !important; }
    body.page-donate .project-header .right {
      padding-bottom: 30px; }
  .project-detail .project-content .project-subcontent {
    position: relative; }
    .project-detail .project-content .project-subcontent:before, .project-detail .project-content .project-subcontent:after {
      content: " ";
      display: table; }
    .project-detail .project-content .project-subcontent:after {
      clear: both; }
    .project-detail .project-content .project-subcontent > .right {
      position: relative;
      z-index: 5; }
      .project-detail .project-content .project-subcontent > .right span.scrolltarget {
        margin-top: -100px; }
      .project-detail .project-content .project-subcontent > .right h2.title {
        font-size: 18px;
        line-height: 18px; }
    .project-detail .project-content .project-subcontent.has-sidebar > .left {
      float: left;
      width: calc(100% - 340px); }
    .project-detail .project-content .project-subcontent.has-sidebar > .right {
      float: right;
      width: 320px; }
    .project-detail .project-content .project-subcontent .paragraphs .paragraph .hero-image.landscape img, .project-detail .project-content .project-subcontent .paragraphs .paragraph .hero-image.landscape.size-large img {
      width: 100%;
      height: auto;
      margin-left: 0;
      -webkit-transform: none;
              transform: none; }
    .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-vertical.size-large .item img {
      width: 100%;
      height: auto; }
    .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-horizontal .gallery__main,
    .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent {
      height: 200px; }
      .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-horizontal .gallery__main .item.video,
      .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item.video {
        width: 320px;
        height: 200px; }
    .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-horizontal.size-large .gallery__main,
    .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-horizontal.size-large .gallery__main .scrollcontent {
      height: 300px; }
      .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-horizontal.size-large .gallery__main .item.video,
      .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-horizontal.size-large .gallery__main .scrollcontent .item.video {
        width: 480px;
        height: 300px; }
    .project-detail .project-content .project-subcontent .paragraphs span.scrolltarget {
      margin-top: -60px; }
    .project-detail .project-content .project-subcontent.no-sidebar > .left {
      float: none;
      width: 100%; }
    .project-detail .project-content .project-subcontent.no-sidebar > .right {
      display: none; }
  body.logged-in .project-detail .project-content .project-subcontent > .right span.scrolltarget {
    margin-top: -128px; }
  body.logged-in .project-detail .project-content .project-subcontent .paragraphs span.scrolltarget {
    margin-top: -100px; }
  .projectupdate-detail {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 40px; }
  .box-inner {
    padding: 20px 25px; }
    .box-inner::before, .box-inner::after {
      content: none; }
    .box-inner .projectaction-teaser .amount {
      right: -30px; }
  .toc {
    margin: 0;
    margin-bottom: 20px; }
    .toc ul li a {
      min-height: 39px;
      padding: 13px 16px;
      font-size: 18px; }
      .toc ul li a > span {
        margin-top: 18px; }
      .toc ul li a:hover::after, .toc ul li a:focus::after, .toc ul li a:active::after, .toc ul li a.selected::after {
        height: 5px; }
    .toc::before {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: calc(100% - 8px); }
    .toc.sticky {
      position: fixed;
      left: 0;
      top: 108px;
      width: 100%;
      border-bottom: none;
      z-index: 10;
      padding: 0 0 8px 26px;
      overflow: hidden; }
      .toc.sticky::before {
        display: block !important;
        background: #fff;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
        -webkit-transition: box-shadow 0.25s linear;
        transition: box-shadow 0.25s linear; }
      .toc.sticky ul li a {
        min-height: 0;
        height: 28px;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 15px; }
        .toc.sticky ul li a > span {
          margin-top: 13px; }
        .toc.sticky ul li a:hover::after, .toc.sticky ul li a:focus::after, .toc.sticky ul li a:active::after, .toc.sticky ul li a.selected::after {
          height: 4px; }
      .toc.sticky + .paragraphs {
        margin-top: 116px; }
      .toc.sticky + .project-subcontent {
        margin-top: 50px; }
  body.logged-in .toc.sticky {
    margin-top: 28px; }
  .tabs-content .tab > span {
    position: absolute;
    top: -150px; }
  .paragraphs {
    max-width: 700px;
    margin: 0 auto; }
    .paragraphs span.scrolltarget {
      top: -160px; }
    .paragraphs .paragraph .hero-image.landscape.size-:not(.video), .paragraphs .paragraph .hero-image.landscape.size-large {
      text-align: center; }
      .paragraphs .paragraph .hero-image.landscape.size-:not(.video) > div, .paragraphs .paragraph .hero-image.landscape.size-large > div {
        position: relative;
        display: inline-block;
        max-width: 100%; }
      .paragraphs .paragraph .hero-image.landscape.size-:not(.video) img, .paragraphs .paragraph .hero-image.landscape.size-large img {
        display: inline-block;
        height: 100%;
        width: 100%;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    .paragraphs .paragraph .gallery.format-vertical .gallery__main .scrollcontent .item:not(:last-of-type) {
      margin-bottom: 40px; }
    .paragraphs .paragraph .gallery.format-vertical.size-large .scrollcontent {
      margin: 0 auto;
      text-align: center; }
    .paragraphs .paragraph .gallery.format-vertical.size-large .item {
      display: inline-block;
      width: auto; }
      .paragraphs .paragraph .gallery.format-vertical.size-large .item img {
        height: 100%;
        width: auto; }
    .paragraphs .paragraph .gallery.format-horizontal .gallery__main {
      /*&:hover {
						nav {
							a {
								opacity: 1;
								width: 40px;
								&.hidden {
									opacity: 0;
								}
							}
						}
					}*/ }
      .paragraphs .paragraph .gallery.format-horizontal .gallery__main,
      .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent {
        height: 320px; }
      .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item {
        /*@include filter( blur(1px) );
							&:hover,
							&:focus,
							&:active,
							&.active {
								@include filter( none );
							}*/ }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item.video {
          width: 560px;
          height: 320px; }
      .paragraphs .paragraph .gallery.format-horizontal .gallery__main nav {
        display: block;
        /*a {
							opacity: 0;
							width: 0;
							transition: background-color 0.15s linear, opacity 0.15s linear, width 0.15s linear;
						}*/ }
    .paragraphs .paragraph .gallery.format-horizontal.size-small .gallery__main nav {
      display: none;
      /*top: 0;
							margin-top: 0;
							transition: none;
							a {
								height: 125px;
								&::before {
									height: 125px + 40;
								}
								&::after {
									line-height: 125px;
								}
								&.prev {
									margin-left: -40px;
								}
								&.next {
									margin-right: -40px;
								}
							}*/ }
    .paragraphs .paragraph .gallery.format-horizontal.size-medium .gallery__main,
    .paragraphs .paragraph .gallery.format-horizontal.size-medium .gallery__main .scrollcontent {
      height: 250px; }
    .paragraphs .paragraph .gallery.format-horizontal.size-medium .gallery__main .scrollcontent .item.video {
      width: 438px;
      height: 250px; }
    .paragraphs .paragraph.paragraph-type-quote::before, .paragraphs .paragraph.paragraph-type-quote::after {
      content: none; }
    .paragraphs .paragraph.paragraph-type-quote .clearfix {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 20px; }
    .paragraphs .paragraph.paragraph-type-quote blockquote {
      min-width: 70%;
      width: 70%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
    .paragraphs .paragraph.paragraph-type-quote .author {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-top: 15px; }
    .paragraphs .paragraph.paragraph-type-quote .quote_author {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      max-width: 40%; }
    .paragraphs .paragraph.paragraph-type-body .quote-body-container {
      width: calc(50% - 15px);
      margin-left: 15px;
      float: right; }
    .paragraphs .paragraph.paragraph-type-body .image {
      overflow: hidden;
      float: right;
      width: 50%;
      height: auto;
      margin: 0 0 15px 15px; }
      .paragraphs .paragraph.paragraph-type-body .image img {
        width: 100%; }
    .paragraphs .paragraph.paragraph-type-body .text iframe[id^="twitter-widget"] {
      display: inline-block !important;
      width: calc(50% - 10px) !important;
      float: left; }
      .paragraphs .paragraph.paragraph-type-body .text iframe[id^="twitter-widget"]:nth-of-type(2n) {
        float: right; }
      .paragraphs .paragraph.paragraph-type-body .text iframe[id^="twitter-widget"]:nth-of-type(2n + 1) {
        clear: both; }
    .paragraphs .paragraph.paragraph-type-body .text .contact-block {
      float: left;
      width: calc(50% - 10px);
      margin-top: 0; }
      .paragraphs .paragraph.paragraph-type-body .text .contact-block:nth-of-type(2n) {
        float: right;
        margin-right: 0; }
      .paragraphs .paragraph.paragraph-type-body .text .contact-block:nth-of-type(2n + 1) {
        clear: both;
        margin-right: 20px; }
        .paragraphs .paragraph.paragraph-type-body .text .contact-block:nth-of-type(2n + 1) + .contact-block {
          margin-left: -20px; }
    .paragraphs .paragraph.paragraph-type-faq {
      /*h3.title {
				font-size: 22px;
				line-height: 24px;
			}*/ }
    .paragraphs .paragraph.paragraph-type-enriched_attachments .content ul {
      font-size: 15px;
      line-height: 18px; }
    .paragraphs .paragraph.paragraph-type-body, .paragraphs .paragraph.paragraph-type-quote, .paragraphs .paragraph.paragraph-type-attachments, .paragraphs .paragraph.paragraph-type-enriched_attachments, .paragraphs .paragraph.paragraph-type-faq, .paragraphs .paragraph.paragraph-type-call_to_action,
    .paragraphs .paragraph.paragraph-type-gallery .hero-image:not(.vertical),
    .paragraphs .paragraph.paragraph-type-gallery .hero-image.horizontal,
    .paragraphs .paragraph.paragraph-type-gallery .hero-image.video,
    .paragraphs .paragraph.paragraph-type-gallery .gallery.format-horizontal {
      max-width: 700px;
      margin: 0 auto; }
    .paragraphs .paragraph.paragraph-type-body, .paragraphs .paragraph.paragraph-type-attachments, .paragraphs .paragraph.paragraph-type-faq {
      margin-bottom: 20px; }
    .paragraphs .paragraph.paragraph-type-quote, .paragraphs .paragraph.paragraph-type-enriched_attachments, .paragraphs .paragraph.paragraph-type-call_to_action {
      margin-bottom: 30px; }
    .paragraphs .paragraph.paragraph-type-overview {
      margin-bottom: 20px; }
      .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-1 .teaser {
        width: 100%; }
      .paragraphs .paragraph.paragraph-type-overview .teaser {
        margin-bottom: 20px; }
    .paragraphs .paragraph.paragraph-type-hero_image .hero_image__container {
      height: 500px; }
      .paragraphs .paragraph.paragraph-type-hero_image .hero_image__container img {
        width: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @supports ((-o-object-fit: cover) or (object-fit: cover)) {
          .paragraphs .paragraph.paragraph-type-hero_image .hero_image__container img {
            width: 100%;
            height: auto;
            -o-object-fit: cover;
               object-fit: cover; } }
    .paragraphs .paragraph.paragraph-type-hero_image .background-icon {
      display: block;
      height: 500px; }
      .paragraphs .paragraph.paragraph-type-hero_image .background-icon__left {
        left: -310px; }
      .paragraphs .paragraph.paragraph-type-hero_image .background-icon__center {
        left: 50%;
        margin-left: -707px; }
      .paragraphs .paragraph.paragraph-type-hero_image .background-icon__right {
        right: -310px; }
    .paragraphs .paragraph.paragraph-type-hero_image .video-container .background-video {
      display: block;
      -webkit-transform: scale(1.8);
              transform: scale(1.8); }
    .paragraphs .paragraph.paragraph-type-hero_image .hero-copy {
      bottom: 70px; }
      .paragraphs .paragraph.paragraph-type-hero_image .hero-copy__background-icon {
        background-color: rgba(0, 0, 0, 0); }
      .paragraphs .paragraph.paragraph-type-hero_image .hero-copy .copy-container {
        width: 55%; }
  .project-subcontent.has-sidebar .paragraphs .paragraph.paragraph-type-quote .clearfix {
    display: block; }
  .project-subcontent.has-sidebar .paragraphs .paragraph.paragraph-type-quote .quote_author {
    max-width: none;
    margin-top: 20px; }
  html.ie9 .paragraphs .paragraph.paragraph-type-quote blockquote,
  html.ie10 .paragraphs .paragraph.paragraph-type-quote blockquote {
    float: left;
    width: calc(70% - 100px); }
  html.ie9 .paragraphs .paragraph.paragraph-type-quote .quote_author,
  html.ie10 .paragraphs .paragraph.paragraph-type-quote .quote_author {
    float: right;
    width: calc(30% - 20px + 100px); }
    html.ie9 .paragraphs .paragraph.paragraph-type-quote .quote_author .author,
    html.ie10 .paragraphs .paragraph.paragraph-type-quote .quote_author .author {
      width: calc(100% - 140px); }
  html.ie9 .paragraphs .paragraph.paragraph-type-quote .no-author blockquote,
  html.ie10 .paragraphs .paragraph.paragraph-type-quote .no-author blockquote {
    width: 70%; }
  html.ie9 .paragraphs .paragraph.paragraph-type-quote .no-author .quote_author,
  html.ie10 .paragraphs .paragraph.paragraph-type-quote .no-author .quote_author {
    width: calc(30% - 20px); }
    html.ie9 .paragraphs .paragraph.paragraph-type-quote .no-author .quote_author .author,
    html.ie10 .paragraphs .paragraph.paragraph-type-quote .no-author .quote_author .author {
      width: 100%;
      margin-top: 0; }
  html.ie9 .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a,
  html.ie10 .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a {
    width: calc(100% - 40px); }
  html.ie9 .paragraphs .paragraph .calltoaction:before, html.ie9 .paragraphs .paragraph .calltoaction:after,
  html.ie10 .paragraphs .paragraph .calltoaction:before,
  html.ie10 .paragraphs .paragraph .calltoaction:after {
    content: " ";
    display: table; }
  html.ie9 .paragraphs .paragraph .calltoaction:after,
  html.ie10 .paragraphs .paragraph .calltoaction:after {
    clear: both; }
  html.ie9 .paragraphs .paragraph .calltoaction .copy,
  html.ie10 .paragraphs .paragraph .calltoaction .copy {
    max-width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 0; }
  html.ie9 .paragraphs .paragraph.paragraph-type-overview:before, html.ie9 .paragraphs .paragraph.paragraph-type-overview:after {
    content: " ";
    display: table; }
  html.ie9 .paragraphs .paragraph.paragraph-type-overview:after {
    clear: both; }
  html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-3 .teaser {
    float: left;
    width: 32%;
    margin-right: 2%; }
    html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-3 .teaser:nth-of-type(3n) {
      float: right;
      margin-right: 0; }
    html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-3 .teaser:nth-of-type(3n + 1) {
      clear: both; }
  html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-2 .teaser,
  html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-4 .teaser {
    float: left;
    width: 49%; }
    html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-2 .teaser:nth-of-type(2n),
    html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-4 .teaser:nth-of-type(2n) {
      float: right; }
    html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-2 .teaser:nth-of-type(2n + 1),
    html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-4 .teaser:nth-of-type(2n + 1) {
      clear: both; }
  html.ie9 .paragraphs .paragraph .calltoaction {
    display: block;
    padding-left: 25px; }
    html.ie9 .paragraphs .paragraph .calltoaction a.image {
      float: left;
      min-height: 250px; }
    html.ie9 .paragraphs .paragraph .calltoaction .copy {
      float: right;
      margin-left: 0;
      margin-right: 20px; }
    html.ie9 .paragraphs .paragraph .calltoaction.no-image .copy {
      float: none; }
  body.section-aan-de-slag .paragraphs .paragraph.paragraph-type-call_to_action,
  body.section-aan-de-slag .paragraphs .paragraph.paragraph-type-overview .overview-classic,
  body.section-aan-de-slag .paragraphs .paragraph.paragraph-type-gallery .gallery.format-horizontal,
  body.section-begeleiding .paragraphs .paragraph.paragraph-type-call_to_action,
  body.section-begeleiding .paragraphs .paragraph.paragraph-type-overview .overview-classic,
  body.section-begeleiding .paragraphs .paragraph.paragraph-type-gallery .gallery.format-horizontal,
  body.section-your-choice .paragraphs .paragraph.paragraph-type-call_to_action,
  body.section-your-choice .paragraphs .paragraph.paragraph-type-overview .overview-classic,
  body.section-your-choice .paragraphs .paragraph.paragraph-type-gallery .gallery.format-horizontal,
  body.section-editions-precedentes .paragraphs .paragraph.paragraph-type-call_to_action,
  body.section-editions-precedentes .paragraphs .paragraph.paragraph-type-overview .overview-classic,
  body.section-editions-precedentes .paragraphs .paragraph.paragraph-type-gallery .gallery.format-horizontal,
  body.domain-www-veco-ngo-org.section-about-us .paragraphs .paragraph.paragraph-type-call_to_action,
  body.domain-www-veco-ngo-org.section-about-us .paragraphs .paragraph.paragraph-type-overview .overview-classic,
  body.domain-www-veco-ngo-org.section-about-us .paragraphs .paragraph.paragraph-type-gallery .gallery.format-horizontal {
    max-width: none; }
  body.logged-in .paragraphs span.scrolltarget {
    margin-top: -28px; }
  .project-detail .paragraphs span.scrolltarget {
    margin-top: -50px; }
  .news-content > .author .contact-block {
    float: left;
    display: inline-block;
    vertical-align: top;
    max-width: 400px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 1; }
    .news-content > .author .contact-block .info {
      padding-right: 20px; }
  .news-content > .author + .paragraphs {
    margin-top: 40px; }
  .investor-block .body .contact-block {
    margin-right: 20px; }
    .investor-block .body .contact-block:nth-of-type(2n) {
      float: left; }
    .investor-block .body .contact-block:nth-of-type(2n + 1) {
      clear: none; }
  .project-updates .project-updates__item {
    position: relative;
    /*a.news-item {
			width: calc(50% - 10px);
		}*/ }
  /* ----------------------- DOE MEE ---------------------------- */
  body.node-type-page .paragraphs,
  body.page-home .paragraphs {
    max-width: none; }
  /* ----------------------- NEWS OVERVIEW ---------------------------- */
  .news-overview .news-overview__items .item-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .news-overview .news-overview__items .item-list ul li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 49%;
      margin-left: auto;
      margin-bottom: 40px; }
      .news-overview .news-overview__items .item-list ul li:nth-of-type(2n + 1) {
        margin-left: 0; }
  .news-overview.items-count-1, .news-overview.items-count-2, .news-overview.items-count-3 {
    max-width: 700px;
    margin: 0 auto; }
  .news-overview.items-count-1 .news-overview__items .item-list ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .news-overview.items-count-1 .news-overview__items .item-list ul li {
      margin-left: 0; }
  html.ie9 .news-overview .news-overview__items .item-list ul:before, html.ie9 .news-overview .news-overview__items .item-list ul:after {
    content: " ";
    display: table; }
  html.ie9 .news-overview .news-overview__items .item-list ul:after {
    clear: both; }
  html.ie9 .news-overview .news-overview__items .item-list ul li {
    display: inline-block;
    width: 49%;
    float: left; }
    html.ie9 .news-overview .news-overview__items .item-list ul li:nth-of-type(2n) {
      float: right; }
    html.ie9 .news-overview .news-overview__items .item-list ul li:nth-of-type(2n + 1) {
      clear: both; }
  body.page-taxonomy .news-overview.items-count-1, body.page-taxonomy .news-overview.items-count-2, body.page-taxonomy .news-overview.items-count-3 {
    max-width: none; }
  /* ----------------------- NEWS DETAIL ---------------------------- */
  /*body.node-type-news {
	#main {
		margin-top: 0;
	}
}*/
  /* ----------------------- SEARCH RESULTS ---------------------------- */
  body.page-search #header .region-header .search {
    display: none; }
  body.page-search #navigation .region-navigation .main-menu {
    padding-right: 0; }
  /* ----------------------- REGISTRATIEFORMULIER ---------------------------- */
  body.section-professionals.not-logged-in #paragraph-79 + h3.paragraph-title {
    text-align: center; }
  /* ----------------------- DONATE PAGE ---------------------------- */
  /* ----------------------- 3.0 SIDEBAR --------------------------------- */
  /* ----------------------- 4.0 FOOTER --------------------------------- */
  #footer .newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #footer .newsletter h3 {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 20px;
      margin-bottom: 0;
      line-height: 42px; }
    #footer .newsletter form {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      #footer .newsletter form > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      #footer .newsletter form .form-item {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-bottom: 0; }
      #footer .newsletter form .submit-wrapper {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  #footer .footer-content {
    padding: 30px 0; }
    #footer .footer-content .footer-content__left {
      float: left;
      width: 250px; }
    #footer .footer-content .footer-content__right {
      float: right;
      width: calc(100% - 260px); }
    #footer .footer-content .logo-wrapper {
      text-align: left; }
    #footer .footer-content .cta-wrapper {
      margin-top: 20px;
      margin-bottom: 10px; }
    #footer .footer-content .footer-menu {
      margin-top: 6px; }
      #footer .footer-content .footer-menu > ul.menu {
        width: 100%;
        text-align: right; }
        #footer .footer-content .footer-menu > ul.menu > li {
          display: inline-block;
          vertical-align: top;
          width: calc(25% - 30px);
          float: none;
          max-width: 150px;
          margin-right: 30px;
          margin-bottom: 0;
          text-align: left; }
          #footer .footer-content .footer-menu > ul.menu > li:last-of-type {
            margin-right: 0; }
          #footer .footer-content .footer-menu > ul.menu > li:nth-of-type(2n) {
            float: none; }
          #footer .footer-content .footer-menu > ul.menu > li:nth-of-type(2n + 1) {
            clear: none; }
  #footer .region-footer + a.feed-icon {
    bottom: 30px; }
  body.domain-www-veco-ngo-org #footer .footer-content .footer-content__left,
  body.domain-east-africa-veco-ngo-org #footer .footer-content .footer-content__left,
  body.domain-west-africa-veco-ngo-org #footer .footer-content .footer-content__left,
  body.domain-congo-veco-ngo-org #footer .footer-content .footer-content__left,
  body.domain-vietnam-veco-ngo-org #footer .footer-content .footer-content__left,
  body.domain-indonesia-veco-ngo-org #footer .footer-content .footer-content__left,
  body.domain-andino-veco-ngo-org #footer .footer-content .footer-content__left,
  body.domain-mesoamerica-veco-ngo-org #footer .footer-content .footer-content__left {
    width: auto; }
  #closure {
    margin: 10px 0; }
    #closure .made-by {
      float: left;
      margin-top: 15px; }
    #closure .social {
      float: right;
      text-align: left;
      margin: 0;
      margin-right: -15px; } }

@media screen and (min-width: 980px) {
  /*
 * DESKTOP LAYOUT CSS: STRUCTURAL BASE
 */
  /* ----------------------- 0.9 GENERAL -------------------------------- */
  #navigation .region-navigation .main-menu {
    padding-left: 240px; }
  /* ---------------------- 1.1 NAVIGATION -------------------------------- */
  /* ----------------------- 2.0 CONTENT --------------------------------- */
  /* ----------------------- HOMEPAGE --------------------------------- */
  /* ----------------------- PROJECT OVERVIEW --------------------------------- */
  /* ----------------------- PROJECT DETAIL -------------------------- */
  .project-header,
  .news-header {
    min-height: 600px; }
    .project-header .inner,
    .news-header .inner {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .project-header .inner .left,
      .news-header .inner .left {
        padding-bottom: 90px; }
      .project-header .inner .right,
      .news-header .inner .right {
        width: 30%; }
  .paragraphs .paragraph .hero-image > div, .paragraphs .paragraph .hero-image.size-large > div {
    max-height: 500px; }
  .paragraphs .paragraph .hero_image-video .video-container .background-video {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  .paragraphs .paragraph .hero_image-video .background-icon {
    height: auto; }
  .paragraphs .paragraph .gallery.format-horizontal .gallery__main,
  .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent {
    height: 500px; }
  .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item.video {
    width: 800px;
    height: 500px; }
  .paragraphs .paragraph.paragraph-type-body .text .inline-iframe iframe {
    min-height: 400px; }
  .paragraphs .paragraph.paragraph-type-body h1,
  .paragraphs .paragraph.paragraph-type-body h2,
  .paragraphs .paragraph.paragraph-type-body h3 {
    font-family: museo, serif;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 15px; }
  .paragraphs .paragraph.paragraph-type-hero_image .hero_image__container {
    height: 600px; }
  .paragraphs .paragraph.paragraph-type-hero_image .hero_image-video {
    max-height: 600px; }
    .paragraphs .paragraph.paragraph-type-hero_image .hero_image-video .video-container {
      height: 600px; }
  html.ie10 .paragraphs .paragraph.paragraph-type-overview .columns-1,
  html.edge .paragraphs .paragraph.paragraph-type-overview .columns-1 {
    display: block; }
  html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-4 .teaser {
    float: left;
    width: 24%;
    margin-right: 1.3%; }
    html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-4 .teaser:nth-of-type(2n) {
      float: left; }
    html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-4 .teaser:nth-of-type(2n + 1) {
      clear: none; }
    html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-4 .teaser:nth-of-type(4n) {
      float: right;
      margin-right: 0; }
    html.ie9 .paragraphs .paragraph.paragraph-type-overview .columns-4 .teaser:nth-of-type(4n + 1) {
      clear: both; }
  /* ----------------------- NEWS OVERVIEW ---------------------------- */
  .news-overview:not(.not-full-width):not(.items-count-1):not(.items-count-2) .news-overview__items {
    margin-left: -2.5%; }
    .news-overview:not(.not-full-width):not(.items-count-1):not(.items-count-2) .news-overview__items .item-list ul li {
      width: 31%; }
      .news-overview:not(.not-full-width):not(.items-count-1):not(.items-count-2) .news-overview__items .item-list ul li:nth-of-type(2n + 1) {
        margin-left: auto; }
      .news-overview:not(.not-full-width):not(.items-count-1):not(.items-count-2) .news-overview__items .item-list ul li:nth-of-type(2).last {
        margin-left: 20px; }
      .news-overview:not(.not-full-width):not(.items-count-1):not(.items-count-2) .news-overview__items .item-list ul li.last {
        margin-right: auto; }
  html.ie9 .news-overview:not(.not-full-width) .news-overview__items .item-list ul li {
    width: 32.5%;
    margin-right: 1.25%; }
    html.ie9 .news-overview:not(.not-full-width) .news-overview__items .item-list ul li:nth-of-type(2n) {
      float: left; }
    html.ie9 .news-overview:not(.not-full-width) .news-overview__items .item-list ul li:nth-of-type(2n + 1) {
      clear: none; }
    html.ie9 .news-overview:not(.not-full-width) .news-overview__items .item-list ul li:nth-of-type(3n) {
      float: right;
      margin-right: 0; }
    html.ie9 .news-overview:not(.not-full-width) .news-overview__items .item-list ul li:nth-of-type(3n + 1) {
      clear: both; }
    html.ie9 .news-overview:not(.not-full-width) .news-overview__items .item-list ul li:nth-of-type(3n-1) {
      margin-right: 0; }
  body.page-taxonomy .news-overview:not(.items-count-1):not(.items-count-2) .news-overview__items {
    margin: 0 -1.75%; }
  /* ----------------------- DONATE PAGE ---------------------------- */
  form#eck-entity-form-add-crm-donation--2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    form#eck-entity-form-add-crm-donation--2::before, form#eck-entity-form-add-crm-donation--2::after {
      background: #fff; }
    form#eck-entity-form-add-crm-donation--2 .paragraph-type-faq {
      width: 70%;
      float: right; }
    form#eck-entity-form-add-crm-donation--2 .required-fields .fieldset-description {
      width: 25%;
      float: left;
      clear: both;
      vertical-align: top; }
    form#eck-entity-form-add-crm-donation--2 div.form-wrapper,
    form#eck-entity-form-add-crm-donation--2 .form-item-title,
    form#eck-entity-form-add-crm-donation--2 .price_suggestion {
      width: 70%;
      float: right;
      box-sizing: border-box; }
    form#eck-entity-form-add-crm-donation--2 h2 {
      margin-top: 0; }
  /* ----------------------- 3.0 SIDEBAR --------------------------------- */
  /* ----------------------- 4.0 FOOTER --------------------------------- */
  #footer .footer-content .footer-content__left {
    width: 330px; }
  #footer .footer-content .footer-content__right {
    width: calc(100% - 350px); }
  #footer .footer-content .footer-menu > ul.menu > li {
    width: auto;
    white-space: nowrap; } }

@media screen and (min-width: 1280px) {
  /*
 * DESKTOP WIDE LAYOUT CSS: STRUCTURAL BASE
 */
  .inner {
    padding: 0 20px;
    max-width: 1240px; }
  /* ----------------------- 0.9 GENERAL -------------------------------- */
  /* ----------------------- 1.0 HEADER --------------------------------- */
  /* ---------------------- 1.1 NAVIGATION -------------------------------- */
  /* ----------------------- 2.0 CONTENT --------------------------------- */
  /* ----------------------- HOMEPAGE --------------------------------- */
  /* ----------------------- PROJECT DETAIL -------------------------- */
  .project-header .inner .left,
  .news-header .inner .left {
    width: 47%; }
  .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-horizontal.size-large .gallery__main,
  .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-horizontal.size-large .gallery__main .scrollcontent {
    height: 400px; }
    .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-horizontal.size-large .gallery__main .item.video,
    .project-detail .project-content .project-subcontent .paragraphs .paragraph .gallery.format-horizontal.size-large .gallery__main .scrollcontent .item.video {
      width: 640px;
      height: 400px; }
  .paragraphs {
    max-width: 890px; }
    .paragraphs .paragraph .hero-image > div, .paragraphs .paragraph .hero-image.size-large > div {
      max-height: none; }
    .paragraphs .paragraph .hero_image .hero-copy {
      max-width: 1200px; }
    .paragraphs .paragraph .hero_image-video .video-container .background-video {
      -webkit-transform: scale(1.8);
              transform: scale(1.8); }
    .paragraphs .paragraph.paragraph-type-call_to_action .calltocation a.image {
      width: calc(50% - 10px); }
    .paragraphs .paragraph.paragraph-type-call_to_action .calltocation .copy {
      width: calc(50% - 30px); }
    .paragraphs .paragraph.paragraph-type-body .text .inline-iframe iframe {
      min-height: 500px; }
    .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-3.teaser-count-8 .teaser.teaser-8 {
      margin-left: 25px; }
    .paragraphs .paragraph.paragraph-type-quote .quote_author {
      margin-left: 20px;
      margin: 0; }
    .paragraphs .paragraph.paragraph-type-quote .image {
      width: auto; }
      .paragraphs .paragraph.paragraph-type-quote .image img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
        height: 100%;
        width: auto; } }
  @media screen and (min-width: 1280px) and (min-width: 1500px) {
    .paragraphs .paragraph.paragraph-type-hero_image .hero_image__container {
      height: 850px; } }

@media screen and (min-width: 1280px) {
    .paragraphs .paragraph.paragraph-type-gallery .hero-image.video {
      width: 100%; }
    .paragraphs .paragraph.paragraph-type-body, .paragraphs .paragraph.paragraph-type-quote, .paragraphs .paragraph.paragraph-type-attachments, .paragraphs .paragraph.paragraph-type-enriched_attachments, .paragraphs .paragraph.paragraph-type-faq, .paragraphs .paragraph.paragraph-type-call_to_action,
    .paragraphs .paragraph.paragraph-type-gallery .hero-image:not(.vertical),
    .paragraphs .paragraph.paragraph-type-gallery .hero-image.horizontal,
    .paragraphs .paragraph.paragraph-type-gallery .hero-image.video,
    .paragraphs .paragraph.paragraph-type-gallery .gallery.format-horizontal,
    .paragraphs .paragraph.paragraph-type-overview .overview-classic {
      max-width: 890px; }
  .project-subcontent.has-sidebar .paragraphs .paragraph.paragraph-type-quote .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .project-subcontent.has-sidebar .paragraphs .paragraph.paragraph-type-quote .quote_author {
    max-width: 40%;
    margin-top: 0; }
  /* ----------------------- NEWS OVERVIEW ---------------------------- */
  .news-overview.not-full-width:not(.items-count-1):not(.items-count-2) .news-overview__items {
    margin-left: -2.5%; }
    .news-overview.not-full-width:not(.items-count-1):not(.items-count-2) .news-overview__items .item-list ul li {
      width: 31%; }
      .news-overview.not-full-width:not(.items-count-1):not(.items-count-2) .news-overview__items .item-list ul li:nth-of-type(2n + 1) {
        margin-left: auto; }
      .news-overview.not-full-width:not(.items-count-1):not(.items-count-2) .news-overview__items .item-list ul li:nth-of-type(2).last {
        margin-left: 20px; }
      .news-overview.not-full-width:not(.items-count-1):not(.items-count-2) .news-overview__items .item-list ul li.last {
        margin-right: auto; }
  .news-overview:not(.not-full-width):not(.items-count-1):not(.items-count-2):not(.items-count-3) .news-overview__items {
    margin-left: -1.35%; }
    .news-overview:not(.not-full-width):not(.items-count-1):not(.items-count-2):not(.items-count-3) .news-overview__items .item-list ul li {
      width: 23.75%; }
      .news-overview:not(.not-full-width):not(.items-count-1):not(.items-count-2):not(.items-count-3) .news-overview__items .item-list ul li:nth-of-type(3n + 1) {
        margin-left: auto; }
      .news-overview:not(.not-full-width):not(.items-count-1):not(.items-count-2):not(.items-count-3) .news-overview__items .item-list ul li:nth-of-type(2).last {
        margin-left: auto; }
      .news-overview:not(.not-full-width):not(.items-count-1):not(.items-count-2):not(.items-count-3) .news-overview__items .item-list ul li:nth-of-type(4n + 1):not(.last):not(:last-child(2)) {
        margin-left: 0 !important; }
      .news-overview:not(.not-full-width):not(.items-count-1):not(.items-count-2):not(.items-count-3) .news-overview__items .item-list ul li.last {
        margin-right: auto; }
  .news-overview:not(.not-full-width):not(.items-count-1):not(.items-count-2):not(.items-count-3).items-count-10 .news-overview__items .item-list ul li.last {
    margin-left: 15px; }
  .news-overview.items-count-1, .news-overview.items-count-2, .news-overview.items-count-3 {
    max-width: 890px; }
  /* ----------------------- DONATE PAGE ---------------------------- */
  /* ----------------------- 3.0 SIDEBAR --------------------------------- */
  /* ----------------------- 4.0 FOOTER --------------------------------- */
  #footer .footer-content .footer-menu > ul.menu > li {
    min-width: 20%; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Logo on Belgian domain */
#header .logo {
  margin: 10px;
  width: 100px;
  height: 34px;
  background-image: url("../img/logo/logo_rikolto_vredeseilanden.svg");
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (min-width: 980px) {
  #header:not(.sticky) .logo {
    width: 171px;
    height: 59px; } }

@media screen and (min-width: 980px) {
  .domain-local-fundingvredeseilanden #navigation {
    margin-top: -80px; } }

.domain-local-fundingvredeseilanden #footer .logo {
  width: 171px;
  height: 59px;
  background-image: url("../img/logo/logo_rikolto_vredeseilanden.svg");
  background-repeat: no-repeat;
  background-size: contain; }

.domain-www-veco-ngo-org #header .logo {
  margin: 10px;
  width: 128px;
  height: 30px;
  background-image: url("../img/logo/logo_rikolto.svg");
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (min-width: 980px) {
  .domain-www-veco-ngo-org #header:not(.sticky) .logo {
    width: 171px;
    height: 40px; } }

.domain-www-veco-ngo-org #footer .logo {
  width: 170.66667px;
  height: 40px;
  background-image: url("../img/logo/logo_rikolto.svg");
  background-repeat: no-repeat;
  background-size: contain; }

.domain-east-africa-veco-ngo-org #header .logo {
  margin: 10px;
  width: 224px;
  height: 30px;
  background-image: url("../img/logo/logo_veco_eastafrica.svg");
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (min-width: 980px) {
  .domain-east-africa-veco-ngo-org #header:not(.sticky) .logo {
    width: 299px;
    height: 40px; } }

.domain-east-africa-veco-ngo-org #footer .logo {
  width: 298.66667px;
  height: 40px;
  background-image: url("../img/logo/logo_veco_eastafrica.svg");
  background-repeat: no-repeat;
  background-size: contain; }

.domain-west-africa-veco-ngo-org #header .logo {
  margin: 10px;
  width: 228px;
  height: 30px;
  background-image: url("../img/logo/logo_veco_westafrica.svg");
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (min-width: 980px) {
  .domain-west-africa-veco-ngo-org #header:not(.sticky) .logo {
    width: 304px;
    height: 40px; } }

.domain-west-africa-veco-ngo-org #footer .logo {
  width: 304px;
  height: 40px;
  background-image: url("../img/logo/logo_veco_westafrica.svg");
  background-repeat: no-repeat;
  background-size: contain; }

.domain-congo-veco-ngo-org #header .logo {
  margin: 10px;
  width: 232px;
  height: 30px;
  background-image: url("../img/logo/logo_veco_congo.svg");
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (min-width: 980px) {
  .domain-congo-veco-ngo-org #header:not(.sticky) .logo {
    width: 310px;
    height: 40px; } }

.domain-congo-veco-ngo-org #footer .logo {
  width: 309.33333px;
  height: 40px;
  background-image: url("../img/logo/logo_veco_congo.svg");
  background-repeat: no-repeat;
  background-size: contain; }

.domain-vietnam-veco-ngo-org #header .logo {
  margin: 10px;
  width: 208px;
  height: 30px;
  background-image: url("../img/logo/logo_veco_vietnam.svg");
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (min-width: 980px) {
  .domain-vietnam-veco-ngo-org #header:not(.sticky) .logo {
    width: 278px;
    height: 40px; } }

.domain-vietnam-veco-ngo-org #footer .logo {
  width: 277.33333px;
  height: 40px;
  background-image: url("../img/logo/logo_veco_vietnam.svg");
  background-repeat: no-repeat;
  background-size: contain; }

.domain-indonesia-veco-ngo-org #header .logo {
  margin: 10px;
  width: 217px;
  height: 30px;
  background-image: url("../img/logo/logo_veco_indonesia.svg");
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (min-width: 980px) {
  .domain-indonesia-veco-ngo-org #header:not(.sticky) .logo {
    width: 290px;
    height: 40px; } }

.domain-indonesia-veco-ngo-org #footer .logo {
  width: 289.33333px;
  height: 40px;
  background-image: url("../img/logo/logo_veco_indonesia.svg");
  background-repeat: no-repeat;
  background-size: contain; }

.domain-latinoamerica-rikolto-org #header .logo {
  margin: 10px;
  width: 250px;
  height: 30px;
  background-image: url("../img/logo/logo_veco_latinoamerica.svg");
  background-repeat: no-repeat;
  background-size: contain; }

@media screen and (min-width: 980px) {
  .domain-latinoamerica-rikolto-org #header:not(.sticky) .logo {
    width: 334px;
    height: 40px; } }

.domain-latinoamerica-rikolto-org #footer .logo {
  width: 333.33333px;
  height: 40px;
  background-image: url("../img/logo/logo_veco_latinoamerica.svg");
  background-repeat: no-repeat;
  background-size: contain; }

#header {
  position: relative;
  width: 100%;
  min-height: 50px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.25s linear;
  transition: box-shadow 0.25s linear; }
  #header .inner {
    padding: 0; }
  #header a.domain-toggle-btn {
    display: inline-block;
    height: 44px;
    padding: 0 36px;
    text-decoration: none;
    overflow: hidden; }
    #header a.domain-toggle-btn::after {
      position: absolute;
      width: 44px;
      height: 44px;
      right: 0;
      top: 0;
      margin-top: 2px;
      line-height: 44px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      content: "a";
      font-family: "vef_icons";
      font-size: 10px;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      text-transform: none;
      font-variant: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      color: #a6a6a6;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    #header a.domain-toggle-btn span {
      position: relative;
      font-size: 15px;
      line-height: 44px;
      z-index: 1; }
    #header a.domain-toggle-btn svg {
      position: absolute;
      width: 50px;
      height: 50px;
      left: -10px;
      top: -3px;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    #header a.domain-toggle-btn:hover, #header a.domain-toggle-btn:focus, #header a.domain-toggle-btn:active {
      color: #002d62; }
    #header a.domain-toggle-btn:hover::before, #header a.domain-toggle-btn.active::before {
      color: #c0cd2f; }
    #header a.domain-toggle-btn:hover svg, #header a.domain-toggle-btn.active svg {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  #header a.logo {
    position: relative;
    overflow: hidden;
    display: inline-block; }
    #header a.logo > span {
      position: absolute;
      top: -100px; }
    #header a.logo canvas {
      display: none; }
  #header a.mobile-btn {
    position: absolute;
    overflow: hidden;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    text-decoration: none; }
    #header a.mobile-btn > span {
      position: absolute;
      top: -100px; }
    #header a.mobile-btn::before {
      display: inline-block;
      vertical-align: top;
      content: " ";
      font-family: "vef_icons";
      font-size: 26px;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      text-transform: none;
      font-variant: normal;
      speak: none;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      width: 50px;
      left: 0;
      top: 0;
      text-align: center;
      line-height: 50px;
      -webkit-transition: color 0.15s linear;
      transition: color 0.15s linear; }
    #header a.mobile-btn::after {
      content: " ";
      position: absolute;
      width: 100%;
      height: 4px;
      left: 0;
      bottom: -4px;
      background: #c0cd2f;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: bottom 0.25s ease-out, opacity 0.25s ease-out;
      transition: bottom 0.25s ease-out, opacity 0.25s ease-out; }
    #header a.mobile-btn:hover, #header a.mobile-btn:focus, #header a.mobile-btn:active {
      color: #3d3935; }
    #header a.mobile-btn.menu {
      right: 0; }
      #header a.mobile-btn.menu::before {
        content: none; }
      #header a.mobile-btn.menu svg {
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none; }
  #header .region-header {
    position: relative; }
    #header .region-header .language-switcher,
    #header .region-header .search {
      display: none; }
  #header .domain-switcher {
    position: relative;
    padding: 0;
    background: #c0cd2f; }
    #header .domain-switcher:before, #header .domain-switcher:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      height: 100%; }
    #header .domain-switcher:before {
      left: -100%;
      width: 100%; }
    #header .domain-switcher:after {
      right: -100%;
      width: 100%; }
    #header .domain-switcher:before, #header .domain-switcher:after {
      background: inherit; }
    #header .domain-switcher .item-list {
      display: none; }
      #header .domain-switcher .item-list ul:before, #header .domain-switcher .item-list ul:after {
        content: " ";
        display: table; }
      #header .domain-switcher .item-list ul:after {
        clear: both; }
      #header .domain-switcher .item-list ul li {
        display: inline-block;
        width: 50%;
        float: left;
        border-bottom: solid 1px #b7c42b; }
        #header .domain-switcher .item-list ul li a {
          position: relative;
          display: block;
          height: 15px;
          padding: 20px 0;
          font-family: museo, serif;
          font-size: 15px;
          font-weight: 700;
          line-height: 15px;
          color: #fff;
          text-decoration: none;
          text-align: center;
          overflow: hidden;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          #header .domain-switcher .item-list ul li a::after {
            content: " ";
            position: absolute;
            left: 0;
            bottom: -4px;
            width: 100%;
            height: 4px;
            background: #99a425;
            opacity: 0;
            -webkit-transition: bottom 0.25s ease-out, opacity 0.25s ease-out;
            transition: bottom 0.25s ease-out, opacity 0.25s ease-out; }
          #header .domain-switcher .item-list ul li a:hover, #header .domain-switcher .item-list ul li a:focus, #header .domain-switcher .item-list ul li a:active {
            color: #3d3935; }
            #header .domain-switcher .item-list ul li a:hover::after, #header .domain-switcher .item-list ul li a:focus::after, #header .domain-switcher .item-list ul li a:active::after {
              bottom: 0;
              opacity: 1; }
          #header .domain-switcher .item-list ul li a.active {
            color: #a5b123; }
            #header .domain-switcher .item-list ul li a.active::after {
              content: none; }
        #header .domain-switcher .item-list ul li:nth-child(odd) a {
          border-right: solid 1px #b7c42b; }
  #header .logos {
    position: relative;
    width: 100%;
    height: 50px; }
    #header .logos a.domain-toggle-btn {
      position: absolute;
      left: -1000px;
      top: -100px; }
  #header .language-switcher h3 {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    line-height: 44px; }
  #header .language-switcher ul {
    display: inline-block;
    float: right; }
    #header .language-switcher ul li {
      float: left; }
      #header .language-switcher ul li a {
        display: block;
        text-decoration: none;
        text-align: center;
        color: #a6a6a6;
        text-transform: lowercase; }
        #header .language-switcher ul li a:hover, #header .language-switcher ul li a:focus, #header .language-switcher ul li a:active, #header .language-switcher ul li a.active {
          color: #002d62; }
        #header .language-switcher ul li a.active {
          font-family: museo, serif;
          font-weight: 700; }
  #header .search {
    overflow: hidden; }
    #header .search form .form-item {
      margin-bottom: 0;
      padding: 0; }
    #header .search form .form-actions {
      position: absolute;
      right: 0;
      top: 0; }
    #header .search form input.form-text:focus {
      box-shadow: none; }
    #header .search form input[type=submit] {
      padding: 10px 12px;
      font-family: "vef_icons";
      font-weight: normal;
      font-size: 20px;
      line-height: 20px;
      color: #3d3935;
      background: none; }
  #header .salon-chef-welcome {
    display: none;
    width: 100%;
    font-size: 15px;
    color: #a6a6a6; }
    #header .salon-chef-welcome a {
      text-decoration: none; }
      #header .salon-chef-welcome a:hover, #header .salon-chef-welcome a:focus, #header .salon-chef-welcome a:active {
        color: #002d62; }
    #header .salon-chef-welcome .logout {
      display: inline-block;
      float: right; }

html.ie #header a.domain-toggle-btn::before {
  padding-top: 3px; }

html.ie #header .search form input[type=submit] {
  padding-top: 3px; }

@media screen and (min-width: 760px) {
  #header {
    box-shadow: none;
    background-color: #fff;
    z-index: 1;
    top: 0;
    -webkit-transition: box-shadow 0.25s linear, top 0.15s ease-out;
    transition: box-shadow 0.25s linear, top 0.15s ease-out; }
    #header .inner {
      padding: 0 20px; }
    #header a.logo {
      z-index: 1; }
    #header a.domain-toggle-btn {
      position: absolute;
      left: 0;
      top: -44px; }
    #header a.mobile-btn.menu {
      display: none; }
    #header .region-header .language-switcher,
    #header .region-header .search {
      position: absolute;
      display: block;
      right: 0; }
    #header .region-header .search {
      bottom: -120px;
      z-index: 1; }
    #header .domain-switcher .item-list ul li {
      width: 20%; }
      #header .domain-switcher .item-list ul li a {
        border-right: solid 1px #b7c42b; }
        #header .domain-switcher .item-list ul li a::after {
          height: 6px;
          bottom: -6px; }
      #header .domain-switcher .item-list ul li:nth-child(5n) a {
        border-right: none; }
    #header .language-switcher ul li a {
      position: relative;
      min-width: 26px;
      height: 44px;
      line-height: 44px;
      font-size: 15px;
      overflow: hidden; }
      #header .language-switcher ul li a.active::after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #e6e6e6; }
    #header .search form .form-item {
      margin: 0 16px; }
    #header .search form input.form-text {
      width: 0;
      border: solid 1px #e6e6e6;
      opacity: 0;
      -webkit-transition: width 0.3s ease-out, opacity 0.3s ease-out;
      transition: width 0.3s ease-out, opacity 0.3s ease-out; }
      #header .search form input.form-text:focus {
        width: 150px;
        opacity: 1; }
    #header .search form input[type=submit] {
      width: 44px;
      padding: 0;
      line-height: 44px;
      text-align: center;
      -webkit-transition: color 0.15s linear;
      transition: color 0.15s linear; }
      #header .search form input[type=submit]:hover, #header .search form input[type=submit]:focus, #header .search form input[type=submit]:active {
        color: #a6a6a6; }
    #header .logos {
      margin-top: 44px;
      height: auto;
      padding-top: 27px;
      border-top: solid 1px #f2f2f2; }
      #header .logos a.domain-toggle-btn {
        left: auto;
        top: -44px; }
    #header .salon-chef-welcome {
      position: absolute;
      display: block;
      top: 10px; }
    #header #navigation .region-navigation .main-menu ul.menu li a {
      min-height: 50px; }
    #header.sticky {
      position: fixed;
      left: 0;
      top: -45px;
      width: 100%;
      background: #fff;
      z-index: 10;
      box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15); }
      #header.sticky .logos {
        height: 56px;
        min-height: 0;
        padding: 5px 0; }
      #header.sticky #navigation {
        height: 66px;
        min-height: 0;
        margin-top: -66px; }
        #header.sticky #navigation .region-navigation .main-menu {
          min-height: 65px; }
          #header.sticky #navigation .region-navigation .main-menu ul.menu li a {
            height: 39px;
            min-height: 0; }
            #header.sticky #navigation .region-navigation .main-menu ul.menu li a span {
              margin-top: 18px; }
        #header.sticky #navigation .breadcrumb::after {
          border-top: 22px inset transparent;
          border-bottom: 22px inset transparent; }
        #header.sticky #navigation .breadcrumb .top-level a {
          padding: 14px 16px; }
        #header.sticky #navigation .sub-menu ul.menu li a {
          height: 44px; }
          #header.sticky #navigation .sub-menu ul.menu li a span {
            margin-top: 22px; }
          #header.sticky #navigation .sub-menu ul.menu li a.active {
            color: #3d3935; }
            #header.sticky #navigation .sub-menu ul.menu li a.active::before, #header.sticky #navigation .sub-menu ul.menu li a.active::after {
              content: " ";
              position: absolute;
              left: 50%;
              top: auto;
              bottom: -6px;
              margin-left: -3px;
              width: 0;
              height: 0;
              border-left: 6px inset transparent;
              border-right: 6px inset transparent;
              border-top: 6px solid #e6e6e6;
              border-bottom: none;
              opacity: 1;
              -webkit-animation-name: submenu_arrow_fadein_reverse;
                      animation-name: submenu_arrow_fadein_reverse;
              -webkit-animation-duration: 0.3s;
                      animation-duration: 0.3s;
              -webkit-animation-timing-function: ease-out;
                      animation-timing-function: ease-out;
              -webkit-animation-delay: 0s;
                      animation-delay: 0s;
              -webkit-animation-iteration-count: 1;
                      animation-iteration-count: 1;
              -webkit-animation-direction: normal;
                      animation-direction: normal;
              -webkit-animation-play-state: running;
                      animation-play-state: running; }
            #header.sticky #navigation .sub-menu ul.menu li a.active::before {
              margin-left: -5px;
              margin-bottom: -2px;
              border-left: 8px inset transparent;
              border-right: 8px inset transparent;
              border-top: 8px solid rgba(0, 0, 0, 0.05);
              background: none; }
        #header.sticky #navigation .breadcrumb .top-level a::after,
        #header.sticky #navigation .sub-menu ul.menu li a::after {
          border-top: 22px inset transparent;
          border-bottom: 22px inset transparent; }
      #header.sticky .region-header .search {
        bottom: -97px; }
      #header.sticky + #main {
        margin-top: 203px; }
        #header.sticky + #main .tabs-wrapper {
          position: fixed;
          left: 0;
          top: 101px;
          margin-top: 35px;
          width: calc(100% - 70px);
          padding: 0 35px;
          padding-top: 20px;
          z-index: 100;
          background-color: #fff;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }
          #header.sticky + #main .tabs-wrapper ul.primary {
            margin: 0 0 0 0; }
      #header.sticky.has-breadcrumb + #main {
        margin-top: 237px; } }

@media screen and (min-width: 980px) {
  #header .inner {
    max-width: none; } }

.theme-header {
  padding: 30px 0 40px 0;
  background-color: rgba(255, 255, 255, 0); }
  .theme-header__content:before, .theme-header__content:after {
    display: none !important; }
  .theme-header__image {
    margin: 0 auto;
    min-width: 210px;
    min-height: 210px;
    width: 210px;
    height: 210px;
    background-position: center;
    background-size: cover;
    border-radius: 300px; }
  .theme-header__icon {
    width: 55px;
    float: right; }
  .theme-header__text {
    margin: 0 auto; }
  .theme-header__title {
    margin-top: 30px;
    width: 100%;
    font-family: museo, serif;
    font-size: 36px;
    line-height: 32px;
    font-weight: 500;
    color: #9eab05; }
  .theme-header__description {
    margin-top: 10px;
    width: 100%;
    font-size: 20px; }
  @media screen and (min-width: 760px) {
    .theme-header {
      min-height: 0; }
      .theme-header__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
        padding: 0 20px !important; }
      .theme-header__image {
        margin: 0; }
      .theme-header__text {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin: 0 50px 0 0; }
      .theme-header__title, .theme-header__description {
        display: inline-block; }
      .theme-header__title {
        margin-top: 0;
        line-height: 54px; }
      .theme-header__description {
        margin-top: 0;
        line-height: 42px; } }
  @media screen and (min-width: 980px) {
    .theme-header__image {
      min-width: 420px;
      min-height: 420px; }
    .theme-header__icon {
      width: 100px; }
    .theme-header__text {
      max-width: 600px; }
    .theme-header__title {
      font-size: 64px; }
    .theme-header__description {
      margin-top: 25px;
      font-size: 30px; } }

.overview-gallery {
  position: relative;
  padding-top: 20px; }
  .overview-gallery .teaser {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #f2f2f2;
    -webkit-transition: box-shadow .4s ease, -webkit-transform .4s ease;
    transition: box-shadow .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, box-shadow .4s ease;
    transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease; }
    .overview-gallery .teaser .teaser-inner .text {
      padding: 25px; }
    .overview-gallery .teaser .teaser-inner h2.title {
      display: block;
      font-size: 25px;
      line-height: 26px;
      font-family: museo, serif;
      font-weight: 700; }
    .overview-gallery .teaser .teaser-inner .copy {
      display: block;
      max-height: 50%;
      margin-bottom: 20px;
      font-family: museo-sans, sans-serif;
      font-weight: 300;
      overflow: hidden; }
      .overview-gallery .teaser .teaser-inner .copy p,
      .overview-gallery .teaser .teaser-inner .copy ul,
      .overview-gallery .teaser .teaser-inner .copy ol {
        margin-bottom: 0;
        font-size: 16px; }
    .overview-gallery .teaser:hover {
      box-shadow: none;
      -webkit-transform: translateY(3px);
              transform: translateY(3px); }
  .overview-gallery.columns-2 .teaser a .image, .overview-gallery.columns-3 .teaser a .image, .overview-gallery.columns-4 .teaser a .image {
    background-image: none !important; }
  .overview-gallery.columns-1 .teaser {
    margin-bottom: 20px;
    box-shadow: none;
    border: none; }
    .overview-gallery.columns-1 .teaser a {
      height: 600px;
      min-height: 40vw;
      margin: 0 -20px;
      width: calc(100% + 40px); }
      .overview-gallery.columns-1 .teaser a .image {
        height: 600px;
        max-height: 600px;
        background-size: cover; }
        .overview-gallery.columns-1 .teaser a .image img {
          display: none !important;
          min-height: 100%;
          width: 100%;
          height: auto;
          top: 0;
          left: 0; }
      .overview-gallery.columns-1 .teaser a .text {
        position: absolute;
        width: calc(100% - 50px);
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 30px; }
        .overview-gallery.columns-1 .teaser a .text .title,
        .overview-gallery.columns-1 .teaser a .text .copy {
          color: #fff; }
        .overview-gallery.columns-1 .teaser a .text .title {
          margin-bottom: 15px;
          font-size: 30px;
          line-height: 30px; }
    .overview-gallery.columns-1 .teaser:hover {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }

@media screen and (min-width: 760px) {
  .overview-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .overview-gallery .teaser {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .overview-gallery .teaser .teaser-inner {
        min-height: 200px;
        width: 100%; }
        .overview-gallery .teaser .teaser-inner .image {
          margin: 0; }
        .overview-gallery .teaser .teaser-inner .text {
          padding: 30px 40px; }
        .overview-gallery .teaser .teaser-inner h2.title {
          font-size: 24px;
          line-height: 32px; }
        .overview-gallery .teaser .teaser-inner .copy p,
        .overview-gallery .teaser .teaser-inner .copy ul,
        .overview-gallery .teaser .teaser-inner .copy ol {
          font-size: 16px;
          line-height: 22px; }
    .overview-gallery.columns-1 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .overview-gallery.columns-1 .teaser a {
        width: 100vw;
        max-height: 600px;
        margin: 0 -20px;
        overflow: hidden; }
        .overview-gallery.columns-1 .teaser a .image {
          position: relative; }
        .overview-gallery.columns-1 .teaser a .text {
          bottom: 70px; }
          .overview-gallery.columns-1 .teaser a .text .title {
            margin-bottom: 30px;
            font-size: 38px;
            line-height: 48px;
            font-weight: 700; }
        .overview-gallery.columns-1 .teaser a .readmore {
          position: relative;
          margin-top: 25px;
          float: left;
          clear: left;
          left: 0;
          bottom: auto; }
    .overview-gallery.columns-3 .teaser {
      width: 32%;
      margin-left: auto; }
      .overview-gallery.columns-3 .teaser a .copy {
        display: none; }
      .overview-gallery.columns-3 .teaser:nth-of-type(3n+1) {
        margin-left: 0; }
      .overview-gallery.columns-3 .teaser:last-of-type.teaser-5 {
        margin-left: 2%; }
    .overview-gallery.columns-2 .teaser, .overview-gallery.columns-4 .teaser {
      width: 49%;
      margin-left: auto; }
      .overview-gallery.columns-2 .teaser:nth-of-type(2n+1), .overview-gallery.columns-4 .teaser:nth-of-type(2n+1) {
        margin-left: 0; } }

@media screen and (min-width: 980px) {
  .overview-gallery.columns-1 .teaser .teaser-inner {
    max-height: 600px; }
    .overview-gallery.columns-1 .teaser .teaser-inner .image {
      width: 100vw;
      -webkit-transform: none;
              transform: none; }
    .overview-gallery.columns-1 .teaser .teaser-inner .text {
      width: 940px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .overview-gallery.columns-1 .teaser .teaser-inner .copy {
      max-width: 70%; }
  .overview-gallery.columns-3 .teaser .teaser-inner .copy {
    display: inline-block; }
  .overview-gallery.columns-4 .teaser .teaser-inner .copy {
    display: none; } }

.overview-classic {
  position: relative;
  padding-top: 20px; }
  .overview-classic .teaser {
    border: 1px solid #f2f2f2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    -webkit-transition: box-shadow .4s ease, -webkit-transform .4s ease;
    transition: box-shadow .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, box-shadow .4s ease;
    transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease; }
    .overview-classic .teaser a .text {
      padding: 25px; }
    .overview-classic .teaser a .image {
      margin-bottom: 15px; }
    .overview-classic .teaser a ul > li::before {
      background: #99a425; }
    .overview-classic .teaser a .blockbtn {
      border-bottom: solid 2px rgba(0, 0, 0, 0.1);
      background: #9eab05; }
    .overview-classic .teaser a:hover .blockbtn, .overview-classic .teaser a:focus .blockbtn, .overview-classic .teaser a:active .blockbtn {
      background: #99a425; }
    .overview-classic .teaser:hover {
      box-shadow: none;
      -webkit-transform: translateY(3px);
              transform: translateY(3px); }
  @media screen and (min-width: 760px) {
    .overview-classic {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 700px;
      margin: 0 auto; }
      .overview-classic .teaser {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; }
        .overview-classic .teaser a {
          width: 100%; }
          .overview-classic .teaser a .text {
            padding: 30px 40px; }
      .overview-classic.columns-1 {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .overview-classic.columns-1 .teaser {
          margin-bottom: 35px; }
          .overview-classic.columns-1 .teaser a:before, .overview-classic.columns-1 .teaser a:after {
            content: " ";
            display: table; }
          .overview-classic.columns-1 .teaser a:after {
            clear: both; }
          .overview-classic.columns-1 .teaser a .image {
            float: left;
            width: 49%;
            margin: 0 20px 0px 0; }
      .overview-classic.columns-2 .teaser, .overview-classic.columns-4 .teaser {
        width: 49%;
        margin-left: auto; }
        .overview-classic.columns-2 .teaser:nth-of-type(2n+1), .overview-classic.columns-4 .teaser:nth-of-type(2n+1) {
          margin-left: 0; }
      .overview-classic.columns-3 .teaser {
        width: 32%;
        margin-left: auto; }
        .overview-classic.columns-3 .teaser:nth-of-type(3n+1) {
          margin-left: 0; }
        .overview-classic.columns-3 .teaser:last-of-type.teaser-5 {
          margin-left: 2%; }
      .overview-classic.columns-3.teaser-count-8 .teaser.teaser-7 {
        margin-left: auto; }
      .overview-classic.columns-3.teaser-count-8 .teaser.teaser-8 {
        margin-left: 20px;
        margin-right: auto; } }

@media screen and (min-width: 1280px) {
  .sponsor-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px -10px; } }

.sponsor-list .item {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .sponsor-list .item {
      width: calc(50% - 20px);
      padding: 0 10px 10px; } }

.sponsors-link {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: background-color .25s;
  transition: background-color .25s; }
  .sponsors-link:focus, .sponsors-link:hover {
    color: rgba(0, 0, 0, 0.85);
    background-color: rgba(0, 0, 0, 0.1); }

#navigation {
  position: relative;
  background: #e6e6e6; }
  #navigation > div,
  #navigation > a {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out; }
  #navigation::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    pointer-events: none;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)); }
  #navigation a.domain-toggle-btn {
    position: relative;
    margin-left: 8px; }
    #navigation a.domain-toggle-btn::before {
      position: absolute;
      left: 0;
      top: 1px;
      width: 36px;
      text-align: center;
      line-height: 44px;
      color: #ccc;
      -webkit-transition: color 0.15s linear;
      transition: color 0.15s linear;
      display: inline-block;
      vertical-align: top;
      content: "g";
      font-family: "vef_icons";
      font-size: 24px;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      text-transform: none;
      font-variant: normal;
      speak: none;
      -webkit-font-smoothing: antialiased; }
    #navigation a.domain-toggle-btn svg {
      display: none; }
  #navigation .region-navigation {
    background: #f2f2f2; }
    #navigation .region-navigation ul.menu li a {
      display: block;
      border-bottom: solid 1px #e6e6e6;
      padding: 13px 16px;
      text-decoration: none;
      font-size: 16px;
      line-height: 16px; }
      #navigation .region-navigation ul.menu li a:hover, #navigation .region-navigation ul.menu li a:focus, #navigation .region-navigation ul.menu li a:active, #navigation .region-navigation ul.menu li a.active, #navigation .region-navigation ul.menu li a.active-trail {
        color: #002d62; }
      #navigation .region-navigation ul.menu li a.active, #navigation .region-navigation ul.menu li a.active-trail {
        font-family: museo, serif;
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    #navigation .region-navigation ul.menu > li:last-of-type > a {
      border-bottom: none; }
    #navigation .region-navigation .main-menu {
      min-height: 76px; }
      #navigation .region-navigation .main-menu ul.menu li ul.menu li a {
        padding: 7px 16px;
        font-size: 14px;
        line-height: 14px;
        background: #fff; }
      #navigation .region-navigation .main-menu ul.menu li ul.menu li:last-of-type a {
        border-bottom: solid 1px #e6e6e6; }
      #navigation .region-navigation .main-menu ul.menu li ul.menu li.indent a {
        padding-left: 24px; }
  #navigation .breadcrumb,
  #navigation .sub-menu {
    display: none; }
  #navigation .breadcrumb {
    position: relative;
    margin-top: 12px;
    background: #e6e6e6; }
    #navigation .breadcrumb .top-level .divider {
      position: relative;
      display: inline-block;
      margin: 0 -5px;
      width: 6px;
      text-indent: -999px; }
      #navigation .breadcrumb .top-level .divider::after {
        content: " ";
        position: absolute;
        left: 0;
        top: 8px;
        width: 0;
        height: 0;
        border-top: 4px inset transparent;
        border-bottom: 4px inset transparent;
        border-left: 6px solid #a6a6a6; }
    #navigation .breadcrumb .top-level a {
      display: inline-block;
      padding: 8px 16px;
      text-decoration: none;
      font-size: 14px;
      line-height: 14px; }
      #navigation .breadcrumb .top-level a:hover, #navigation .breadcrumb .top-level a:focus, #navigation .breadcrumb .top-level a:active {
        color: #002d62; }
      #navigation .breadcrumb .top-level a.active, #navigation .breadcrumb .top-level a.active-trail {
        color: #a6a6a6; }
  #navigation .sub-menu {
    position: relative;
    margin-bottom: 16px; }
    #navigation .sub-menu ul.menu li a {
      padding: 8px 16px;
      font-size: 14px;
      line-height: 14px; }
  #navigation .language-switcher {
    float: right; }
    #navigation .language-switcher h3 {
      display: none; }
    #navigation .language-switcher ul li a {
      width: 50px;
      height: 44px;
      line-height: 44px;
      font-size: 16px;
      -webkit-transition: color 0.15s linear, background-color 0.15s linear;
      transition: color 0.15s linear, background-color 0.15s linear; }
      #navigation .language-switcher ul li a.active {
        background: #f2f2f2; }
  #navigation .search {
    margin-top: -1px; }
    #navigation .search form .form-item {
      padding: 0;
      margin: 0 16px; }
      #navigation .search form .form-item input.form-text {
        margin: 0;
        width: 92%;
        padding: 12px 8% 12px 0;
        font-size: 16px;
        background: none; }
    #navigation .search form input[type=submit] {
      font-size: 22px;
      line-height: 22px;
      padding: 12px 12px; }

body.nav-open #navigation > div,
body.nav-open #navigation > a {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out; }

@media screen and (min-width: 760px) {
  #navigation {
    display: block !important;
    margin-top: -61px;
    min-height: 96px;
    background: none; }
    #navigation > div {
      opacity: 1; }
    #navigation::after {
      content: none; }
    #navigation a.domain-toggle-btn,
    #navigation .language-switcher,
    #navigation .search {
      display: none; }
    #navigation .region-navigation {
      background: none; }
      #navigation .region-navigation .main-menu {
        padding-left: 180px;
        padding-right: 50px;
        -webkit-transition: padding-right 0.3s ease-out;
        transition: padding-right 0.3s ease-out; }
        #navigation .region-navigation .main-menu ul.menu {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          margin-left: 20px;
          font-size: 0; }
          #navigation .region-navigation .main-menu ul.menu li a {
            position: relative;
            border-bottom: none;
            min-height: 70px;
            font-size: 16px;
            text-align: center;
            -webkit-transition: color 0.15s linear, padding-left 0.3s ease-out, padding-right 0.3s ease-out;
            transition: color 0.15s linear, padding-left 0.3s ease-out, padding-right 0.3s ease-out; }
            #navigation .region-navigation .main-menu ul.menu li a span {
              display: inline-block;
              margin-top: 10px;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
            #navigation .region-navigation .main-menu ul.menu li a::after {
              content: " ";
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              height: 0;
              background: #c0cd2f;
              opacity: 0;
              -webkit-transition: height 0.25s ease-out, opacity 0.25s ease-out;
              transition: height 0.25s ease-out, opacity 0.25s ease-out; }
            #navigation .region-navigation .main-menu ul.menu li a:hover::after, #navigation .region-navigation .main-menu ul.menu li a:focus::after, #navigation .region-navigation .main-menu ul.menu li a:active::after, #navigation .region-navigation .main-menu ul.menu li a.active::after, #navigation .region-navigation .main-menu ul.menu li a.active-trail::after {
              height: 5px;
              opacity: 1; }
            #navigation .region-navigation .main-menu ul.menu li a.active::after, #navigation .region-navigation .main-menu ul.menu li a.active-trail::after {
              margin: 0 2px;
              width: calc(100% - 4px); }
          #navigation .region-navigation .main-menu ul.menu li ul.menu {
            display: none; }
      #navigation .region-navigation .sub-menu ul.menu li a.active, #navigation .region-navigation .sub-menu ul.menu li a.active-trail {
        font-family: museo-sans, sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        #navigation .region-navigation .sub-menu ul.menu li a.active::after, #navigation .region-navigation .sub-menu ul.menu li a.active-trail::after {
          content: " ";
          position: absolute;
          left: 50%;
          top: auto;
          bottom: 0;
          margin-left: -3px;
          width: 0;
          height: 0;
          border-top: none;
          border-left: 6px inset transparent;
          border-right: 6px inset transparent;
          border-bottom: 6px solid #fff;
          opacity: 1;
          -webkit-animation-name: submenu_arrow_fadein;
                  animation-name: submenu_arrow_fadein;
          -webkit-animation-duration: 0.3s;
                  animation-duration: 0.3s;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out;
          -webkit-animation-delay: 0s;
                  animation-delay: 0s;
          -webkit-animation-iteration-count: 1;
                  animation-iteration-count: 1;
          -webkit-animation-direction: normal;
                  animation-direction: normal;
          -webkit-animation-play-state: running;
                  animation-play-state: running; }
    #navigation .breadcrumb,
    #navigation .sub-menu {
      display: block; }
    #navigation .breadcrumb {
      float: left;
      margin-top: 0;
      margin-right: 8px;
      z-index: 1; }
      #navigation .breadcrumb, #navigation .breadcrumb::before {
        background: #f2f2f2; }
      #navigation .breadcrumb::before {
        content: " ";
        display: block;
        position: absolute;
        left: -1000px;
        top: 0;
        width: 1000px;
        height: 100%; }
      #navigation .breadcrumb::after {
        content: " ";
        position: absolute;
        right: -8px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 27px inset transparent;
        border-bottom: 28px inset transparent;
        border-left: 8px solid #f2f2f2; }
      #navigation .breadcrumb .top-level .divider {
        margin: 0; }
        #navigation .breadcrumb .top-level .divider::after {
          top: 10px; }
      #navigation .breadcrumb .top-level a {
        padding: 20px 16px; }
    #navigation .sub-menu {
      float: left;
      margin-bottom: 0; }
      #navigation .sub-menu, #navigation .sub-menu::before, #navigation .sub-menu::after {
        background: #e6e6e6; }
      #navigation .sub-menu::before {
        content: " ";
        display: block;
        position: absolute;
        left: -1000px;
        top: 0;
        width: 1000px;
        height: 100%; }
      #navigation .sub-menu::after {
        content: " ";
        display: block;
        position: absolute;
        right: -3000px;
        top: 0;
        width: 3000px;
        height: 100%; }
      #navigation .sub-menu ul.menu {
        font-size: 0; }
        #navigation .sub-menu ul.menu li {
          display: inline-block;
          vertical-align: top; }
          #navigation .sub-menu ul.menu li a {
            display: block;
            border-bottom: none;
            height: 55px;
            padding: 0 15px;
            text-align: center; }
            #navigation .sub-menu ul.menu li a span {
              display: inline-block;
              margin-top: 27px;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%); }
    #navigation .breadcrumb .top-level a,
    #navigation .sub-menu ul.menu li a {
      position: relative;
      font-size: 15px;
      line-height: 15px; }
    #navigation .breadcrumb .top-level a:last-of-type::after {
      margin-right: -8px;
      z-index: 1; }
    #navigation .breadcrumb .top-level a:last-of-type:hover::before, #navigation .breadcrumb .top-level a:last-of-type:focus::before, #navigation .breadcrumb .top-level a:last-of-type:active::before {
      width: calc(100.25% - 8px); }
    #navigation .sub-menu ul.menu li a::before, #navigation .sub-menu ul.menu li a::after {
      z-index: auto; }
    #navigation .sub-menu ul.menu li a::before {
      left: 4px;
      background: #f2f2f2; }
    #navigation .sub-menu ul.menu li a::after {
      border-left-color: #f2f2f2; }
    #navigation .sub-menu ul.menu li a:hover::before, #navigation .sub-menu ul.menu li a:focus::before, #navigation .sub-menu ul.menu li a:active::before {
      width: calc(100.25% - 12px); }
    #navigation .sub-menu ul.menu li a:hover::after, #navigation .sub-menu ul.menu li a:focus::after, #navigation .sub-menu ul.menu li a:active::after {
      margin-right: 0; }
    #navigation .sub-menu ul.menu li a:hover::before, #navigation .sub-menu ul.menu li a:hover::after, #navigation .sub-menu ul.menu li a:focus::before, #navigation .sub-menu ul.menu li a:focus::after, #navigation .sub-menu ul.menu li a:active::before, #navigation .sub-menu ul.menu li a:active::after {
      opacity: 1; }
    #navigation .sub-menu ul.menu li:first-of-type a::before {
      left: -8px;
      background: none;
      background-image: -webkit-linear-gradient(left, rgba(242, 242, 242, 0.25) 0, #f2f2f2 40px);
      background-image: -ms-linear-gradient(left, rgba(242, 242, 242, 0.25) 0, #f2f2f2 40px); }
    #navigation .sub-menu ul.menu li:first-of-type a:hover::before, #navigation .sub-menu ul.menu li:first-of-type a:focus::before, #navigation .sub-menu ul.menu li:first-of-type a:active::before {
      width: 101%; }
  html.safari #navigation .breadcrumb .top-level a::before, html.safari #navigation .breadcrumb .top-level a::after,
  html.safari #navigation .sub-menu ul.menu li a::before,
  html.safari #navigation .sub-menu ul.menu li a::after,
  html.windows #navigation .breadcrumb .top-level a::before,
  html.windows #navigation .breadcrumb .top-level a::after,
  html.windows #navigation .sub-menu ul.menu li a::before,
  html.windows #navigation .sub-menu ul.menu li a::after {
    -webkit-transition: none;
    transition: none; }
  html.ie9 #navigation .region-navigation .main-menu ul.menu,
  html.ie10 #navigation .region-navigation .main-menu ul.menu {
    display: block;
    text-align: right; }
    html.ie9 #navigation .region-navigation .main-menu ul.menu li,
    html.ie10 #navigation .region-navigation .main-menu ul.menu li {
      display: inline-block;
      vertical-align: top; }
  html.ie9 #navigation .region-navigation .main-menu.item-count-4 ul.menu li,
  html.ie10 #navigation .region-navigation .main-menu.item-count-4 ul.menu li {
    max-width: 25%; }
  html.ie9 #navigation .region-navigation .main-menu.item-count-5 ul.menu li,
  html.ie10 #navigation .region-navigation .main-menu.item-count-5 ul.menu li {
    max-width: 20%; }
  #header.search-focused #navigation .region-navigation .main-menu {
    padding-right: 200px; }
    #header.search-focused #navigation .region-navigation .main-menu ul.menu li a {
      padding-left: 8px;
      padding-right: 8px; }
  body.front #navigation .region-navigation .sub-menu ul.menu li a {
    visibility: hidden; } }

@media screen and (min-width: 980px) {
  #navigation .region-navigation .main-menu ul.menu {
    margin-left: 0; }
    #navigation .region-navigation .main-menu ul.menu li a {
      font-size: 18px; } }

.theme-navigation {
  margin: 0 0 20px 0; }
  .theme-navigation:before {
    display: none; }
  .theme-navigation__link span {
    display: inline; }
  .theme-navigation__link.selected {
    color: #9eab05 !important; }

.calltoaction {
  border: 3px solid #b9bf00;
  color: #3d3935;
  position: relative;
  padding: 0 0;
  background: #fff; }
  .calltoaction:before, .calltoaction:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    height: 100%; }
  .calltoaction:before {
    left: -100%;
    width: 100%; }
  .calltoaction:after {
    right: -100%;
    width: 100%; }
  .calltoaction:before, .calltoaction:after {
    background: inherit; }
  .calltoaction a {
    background-size: cover;
    background-position: center; }
  .calltoaction a.image {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 250px;
    overflow: hidden;
    background: #fff;
    background-position: center;
    background-size: cover; }
    .calltoaction a.image img {
      display: none;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      min-width: 50%;
      min-height: 50%;
      height: 100%; }
  .calltoaction .copy {
    padding: 25px; }
    .calltoaction .copy h2.title {
      margin-bottom: 15px;
      font-family: museo, serif;
      font-weight: 600;
      font-size: 24px;
      line-height: 32px; }
      .calltoaction .copy h2.title + .blockbtn {
        margin-top: 15px; }
    .calltoaction .copy .body p {
      font-size: 20px;
      line-height: 30px; }
    .calltoaction .copy .body a {
      color: #c0cd2f; }
      .calltoaction .copy .body a:hover, .calltoaction .copy .body a:focus, .calltoaction .copy .body a:active {
        color: #c0cd2f; }
  .calltoaction::after, .calltoaction::before {
    background: none; }
  .calltoaction.no-border {
    border: 0px solid; }
    .calltoaction.no-border a.image {
      min-height: auto;
      margin: 0 auto; }
      .calltoaction.no-border a.image img {
        display: block;
        width: 100%;
        height: auto; }
    .calltoaction.no-border .copy {
      margin-top: 1rem;
      padding: 0; }

@media screen and (min-width: 760px) {
  .calltoaction {
    position: relative;
    padding: 40px 0;
    background: #fff; }
    .calltoaction:before, .calltoaction:after {
      content: " ";
      display: block;
      position: absolute;
      top: 0;
      height: 100%; }
    .calltoaction:before {
      left: -100%;
      width: 100%; }
    .calltoaction:after {
      right: -100%;
      width: 100%; }
    .calltoaction:before, .calltoaction:after {
      background: inherit; }
    .calltoaction::before, .calltoaction::after {
      position: relative; }
    .calltoaction:not(.no-image) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .calltoaction .image,
    .calltoaction .copy {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding: 0; }
    .calltoaction a.image {
      overflow: hidden;
      margin: -40px 0;
      margin-right: 35px;
      width: calc(50% - 10px);
      max-height: none; }
    .calltoaction a.position-right {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-right: 0; }
    .calltoaction .copy {
      margin-right: 35px;
      width: calc(50% - 60px);
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
    .calltoaction .copy.position-right {
      margin: 0; }
    .calltoaction.no-image .copy {
      box-sizing: border-box;
      width: 100%;
      padding: 0 40px; }
    .calltoaction.no-border {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100vw;
      margin-left: calc((100% - 100vw) / 2); }
      .calltoaction.no-border a.image {
        width: 50vw;
        max-width: 640px; }
      .calltoaction.no-border a.image.position-right {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .calltoaction.no-border .copy {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        padding: 50px;
        width: 30vw; }
      .calltoaction.no-border.position-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
    .calltoaction.no-border.no-image {
      width: 100%;
      margin: 0 auto; }
      .calltoaction.no-border.no-image .copy {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.themes-navigation {
  margin: 40px 0 35px 0;
  width: 100%;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f2f2f2; }
  .themes-navigation__intro {
    color: #808080;
    font-size: 14px;
    font-style: italic; }
  .themes-navigation__item {
    display: inline-block;
    margin: 20px 40px 20px 0; }
  .themes-navigation .thema-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    .themes-navigation .thema-item .image {
      margin-right: 15px; }
      .themes-navigation .thema-item .image img {
        width: 50px; }
    .themes-navigation .thema-item .text {
      color: #9eab05;
      font-family: museo, serif;
      font-weight: 600;
      font-size: 20px; }

.theme-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 10px) !important;
  padding: 0 5px;
  text-decoration: none; }
  .theme-teaser__icon {
    margin: 0 auto;
    width: 60px; }
  .theme-teaser__text {
    margin-top: 10px;
    text-align: center; }
  .theme-teaser__title {
    color: #9eab05;
    font-size: 18px;
    font-weight: 500; }
  .theme-teaser__description {
    margin-top: 5px;
    color: #808080;
    font-size: 12px;
    line-height: 18px; }
  @media screen and (min-width: 980px) {
    .theme-teaser {
      width: calc(100% - 20px) !important;
      padding: 0 10px; }
      .theme-teaser__icon {
        width: 100px; }
      .theme-teaser__text {
        margin-top: 15px; }
      .theme-teaser__title {
        font-size: 24px; }
      .theme-teaser__description {
        margin-top: 10px;
        font-size: 16px; } }

.theme-carousel {
  padding-top: 25px; }
  .theme-carousel::before {
    content: "";
    width: 20px;
    height: 80px;
    background-color: #ffffff; }
  .theme-carousel__overlay {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: white; }
  .theme-carousel .title {
    margin-top: 35px;
    margin-bottom: 30px;
    text-align: center; }
  .theme-carousel .inner {
    padding: 0; }
    .theme-carousel .inner hr {
      margin-top: 30px;
      border: 0;
      border-top: 1px solid #f2f2f2; }
  .theme-carousel .slick-prev {
    left: 0; }
    .theme-carousel .slick-prev::after {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  .theme-carousel .slick-next {
    right: 0; }
  .theme-carousel .slick-arrow {
    width: 36px;
    height: 36px;
    color: #ffffff;
    z-index: 2;
    background-color: #9eab05; }
    .theme-carousel .slick-arrow::before {
      content: " ";
      position: absolute;
      left: -20px;
      top: -20px;
      width: 80px;
      height: 80px; }
    .theme-carousel .slick-arrow::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      line-height: 38px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      content: "A";
      font-family: "vef_icons";
      font-size: 12px;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      text-transform: none;
      font-variant: normal;
      speak: none;
      -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 980px) {
    .theme-carousel .inner hr {
      margin-top: 60px; }
    .theme-carousel .slick-arrow {
      width: 50px;
      height: 50px; }
      .theme-carousel .slick-arrow::after {
        line-height: 50px; } }

.gallery__main .scrollcontent .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px; }
  .gallery__main .scrollcontent .item img {
    -o-object-fit: contain;
       object-fit: contain; }

@media screen and (min-width: 760px) {
  .gallery__main .scrollcontent .item {
    height: 320px; } }

@media screen and (min-width: 980px) {
  .gallery__main .scrollcontent .item {
    height: 500px; } }

.paragraphs .paragraph-type-hero_image .hero_image-video {
  overflow: hidden; }
/*# sourceMappingURL=styles.css.map */