/*!

Author: Wieni
Author URI: https://www.wieni.be
Description: A custom website for G3W

*/
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; }

.content-system:before, .content-system:after {
  content: " ";
  display: table; }

.content-system:after {
  clear: both; }

.tabs-wrapper {
  position: relative;
  z-index: 10;
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  overflow: hidden; }

ul.primary {
  display: block;
  border-bottom: 1px solid #4E2589;
  margin: 15px 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: #4E2589;
      border: none;
      font-family: "Trebuchet MS", serif;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      margin-right: 0;
      padding: 10px 15px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      -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: #2c154d;
        border: none; }
    ul.primary li.active a {
      background: #4E2589;
      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: #333; }
  li a.active:hover, li a.active:focus, li a.active:active {
    color: #c0cd2f; }

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

.form-item .description {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 100;
  color: rgba(51, 51, 51, 0.75); }

#messages {
  margin-bottom: 20px; }

div.messages {
  display: 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: "Trebuchet MS", serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  color: #333; }

b, strong {
  font-weight: 600; }

i, em {
  font-style: italic; }

a {
  color: #333;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear; }
  a:hover, a:focus, a:active {
    color: #F76919; }
  a.active {
    cursor: default; }

img,
svg {
  display: block; }

img.file-icon {
  display: inline; }

.paragraph ul,
.paragraph ol,
.profile ul,
.profile ol {
  position: relative;
  margin-bottom: 15px;
  margin-left: 3px;
  font-size: 16px;
  line-height: 24px;
  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; }
    .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%;
      background: #b7c42b; }
    .paragraph ul > li > ul > li:before,
    .profile ul > li > ul > li:before {
      width: 4px;
      height: 4px;
      margin-top: 1px;
      background: none;
      border: solid 1px #333; }
  .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: "Trebuchet MS", serif;
    font-weight: 600;
    font-size: 15px; }
  .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: "Trebuchet MS", serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #4E2589;
  margin-bottom: 15px; }

.paragraph h4,
.paragraph h5,
.profile h4,
.profile h5 {
  font-family: "Trebuchet MS", serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #4E2589;
  margin-bottom: 10px; }

.paragraph p,
.profile p {
  font-size: 16px;
  line-height: 24px;
  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: #4E2589; }

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

input.form-text,
textarea.form-textarea,
input[type=email],
input[type=password],
input[type=text] {
  height: 54px;
  font-family: "Trebuchet MS", serif;
  font-weight: 300;
  font-size: 20px;
  padding: 10px 15px;
  box-shadow: none;
  color: #333;
  border: none;
  border-radius: 0;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  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;
  height: auto; }

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

input[type=submit] {
  display: inline-block;
  font-family: "Trebuchet MS", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  min-height: 42px;
  padding: 12px 15px;
  background: #F76919;
  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; }
  input[type=submit]:focus {
    outline: none; }
  input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
    background: #d65207; }
  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: #4E2589; }

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.edit-prev input[type=submit] {
    padding-right: 15px; }

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; }
      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;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 3px; }
    form .form-item .password-strength,
    form .form-item .password-confirm,
    form .form-item > label {
      margin: 0 0 10px;
      font-size: 15px;
      line-height: 17px;
      font-family: "Trebuchet MS", serif;
      font-weight: 600; }
      form .form-item .password-strength .form-required,
      form .form-item .password-confirm .form-required,
      form .form-item > label .form-required {
        font-family: "Trebuchet MS", 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: "Trebuchet MS", 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: "Trebuchet MS", serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px; }
    form .fieldset-legend a {
      color: #333;
      text-decoration: none;
      cursor: default; }
  form .field-suffix {
    font-family: "Trebuchet MS", 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: "Trebuchet MS", 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: #333; }

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,
#eck-entity-form-add-crm-donation--2,
.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,
  #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: " ";
    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,
  #eck-entity-form-add-crm-donation--2: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,
  #eck-entity-form-add-crm-donation--2: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,
  #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 {
    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,
  #eck-entity-form-add-crm-donation--2 .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,
  #eck-entity-form-add-crm-donation--2 .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,
  #eck-entity-form-add-crm-donation--2 .description a:hover,
  #eck-entity-form-add-crm-donation--2 .description a:focus,
  #eck-entity-form-add-crm-donation--2 .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,
  #eck-entity-form-add-crm-donation--2 .customSelectContainer,
  .page-404 #ve-global-form-search .customSelectContainer {
    height: 54px;
    background: #fff;
    border: none;
    -webkit-transition: box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 3px; }
    #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,
    #eck-entity-form-add-crm-donation--2 .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: 0;
    bottom: 14px;
    content: "\0020AC";
    font-family: "Trebuchet MS", 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: "Trebuchet MS", 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: 1px solid rgba(0, 0, 0, 0.1);
  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: "Trebuchet MS", 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: 54px;
  background: none;
  border: solid 1px #e6e6e6;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear; }
  .customSelectContainer .customSelectBox {
    position: relative;
    background: none; }
    .customSelectContainer .customSelectBox:after {
      position: absolute;
      right: 0;
      top: 0;
      width: 54px;
      line-height: 54px;
      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: 54px;
    background: none; }
  .customSelectContainer .back {
    width: 54px; }
    .customSelectContainer .back:before {
      content: none; }
  .customSelectContainer .hider {
    height: 54px;
    line-height: 54px;
    padding: 0 0 0 15px;
    color: #333;
    background: none;
    font-size: 16px; }
  .customSelectContainer select {
    margin-left: 10px; }
    .customSelectContainer select.form-select {
      height: 54px !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: #333; }

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; }

/* ----------------------- 1.0 HEADER --------------------------------- */
#header {
  position: relative;
  width: 100%;
  min-height: 50px;
  margin-bottom: 25px;
  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 .header-wrapper > .language-switcher {
    display: none; }
  #header #navigation .language-switcher {
    padding: 10px 15px;
    font-size: 15px; }
    #header #navigation .language-switcher h3 {
      margin: 0;
      font-size: 15px;
      color: #333; }
    #header #navigation .language-switcher a {
      color: rgba(78, 37, 137, 0.5);
      text-decoration: none;
      -webkit-transition: color .25s;
      transition: color .25s; }
      #header #navigation .language-switcher a:hover, #header #navigation .language-switcher a:focus, #header #navigation .language-switcher a.active {
        color: #4e2589; }
    #header #navigation .language-switcher ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #header #navigation .language-switcher ul > li {
        margin: 0 8px; }
        #header #navigation .language-switcher ul > li:first-child {
          margin-left: 0; }
        #header #navigation .language-switcher ul > li:last-child {
          margin-right: 0; }
    #header #navigation .language-switcher .item-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  #header .inner {
    padding: 0; }
  #header a.domain-toggle-btn {
    display: inline-block;
    height: 44px;
    padding: 0 36px;
    text-decoration: none;
    overflow: hidden;
    /*&:before {
			position: absolute;
			left: 0;
			top: 0;
			width: 36px;
			text-align: center;
			line-height: 44px;
			@include vef_icon( "g", 24px );
			color: #ccc;
			transition: color 0.15s linear;
		}*/ }
    #header a.domain-toggle-btn:after {
      position: absolute;
      right: 0;
      top: 0;
      width: 44px;
      height: 44px;
      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);
      margin-top: 2px; }
    #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;
      left: -10px;
      top: -3px;
      width: 50px;
      height: 50px;
      -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;
    width: 23px;
    height: 40px;
    background-image: url("../img/logo/logo-vivasalud.svg");
    background-size: 23px 40px;
    margin: 8px 10px; }
    #header a.logo > span {
      position: absolute;
      top: -100px; }
    #header a.logo canvas {
      display: none; }
  #header a.mobile-btn {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 50px;
    height: 50px;
    top: 0;
    text-decoration: none; }
    #header a.mobile-btn > span {
      position: absolute;
      top: -100px; }
    #header a.mobile-btn:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 50px;
      text-align: center;
      line-height: 50px;
      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;
      -webkit-transition: color 0.15s linear;
      transition: color 0.15s linear; }
    #header a.mobile-btn:after {
      content: " ";
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 100%;
      height: 4px;
      background: #4E2589;
      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: #333; }
    #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 .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;
          font-family: "Trebuchet MS", serif;
          font-size: 15px;
          font-weight: 700;
          line-height: 15px;
          height: 15px;
          color: #fff;
          text-decoration: none;
          text-align: center;
          padding: 20px 0;
          overflow: hidden; }
          #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: #333; }
            #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 .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] {
      font-family: "vef_icons";
      font-weight: normal;
      font-size: 20px;
      line-height: 20px;
      padding: 10px 12px;
      color: #333;
      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; }

/*html.safari {
	#header {
		a.domain-toggle-btn {
			svg {
				transition: -webkit-transform 0.3s ease-out;
			}
		}
	}
}*/
body.nav-open #header {
  box-shadow: 0 1px 4px 0 transparent; }
  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; }

body.domain-www-veco-ngo-org #header a.logo {
  background-image: url("../img/logo/small/logo_veco.png");
  background-size: 89px 38px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 89px;
  height: 38px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-www-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/small/logo_veco@2x.png"); } }

body.domain-east-africa-veco-ngo-org #header a.logo {
  background-image: url("../img/logo/small/logo_veco_eastafrica.png");
  background-size: 186px 38px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 186px;
  height: 38px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-east-africa-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/small/logo_veco_eastafrica@2x.png"); } }

body.domain-west-africa-veco-ngo-org #header a.logo {
  background-image: url("../img/logo/small/logo_veco_westafrica.png");
  background-size: 189px 38px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 189px;
  height: 38px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-west-africa-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/small/logo_veco_westafrica@2x.png"); } }

body.domain-congo-veco-ngo-org #header a.logo {
  background-image: url("../img/logo/small/logo_veco_congo.png");
  background-size: 182px 38px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 182px;
  height: 38px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-congo-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/small/logo_veco_congo@2x.png"); } }

body.domain-vietnam-veco-ngo-org #header a.logo {
  background-image: url("../img/logo/small/logo_veco_vietnam.png");
  background-size: 163px 38px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 163px;
  height: 38px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-vietnam-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/small/logo_veco_vietnam@2x.png"); } }

body.domain-indonesia-veco-ngo-org #header a.logo {
  background-image: url("../img/logo/small/logo_veco_indonesia.png");
  background-size: 172px 38px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 172px;
  height: 38px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-indonesia-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/small/logo_veco_indonesia@2x.png"); } }

body.domain-andino-veco-ngo-org #header a.logo {
  background-image: url("../img/logo/small/logo_veco_andino.png");
  background-size: 148px 38px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 148px;
  height: 38px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-andino-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/small/logo_veco_andino@2x.png"); } }

body.domain-mesoamerica-veco-ngo-org #header a.logo {
  background-image: url("../img/logo/small/logo_veco_mesoamerica.png");
  background-size: 190px 38px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 190px;
  height: 38px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-mesoamerica-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/small/logo_veco_mesoamerica@2x.png"); } }

/* ---------------------- 1.1 NAVIGATION -------------------------------- */
#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;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), transparent);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), transparent);
    pointer-events: none; }
  #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;
      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;
      color: #ccc;
      -webkit-transition: color 0.15s linear;
      transition: color 0.15s linear; }
    #navigation a.domain-toggle-btn svg {
      display: none; }
  #navigation .region-navigation {
    background: #f2f2f2; }
    #navigation .region-navigation ul.menu li a {
      color: #4E2589;
      display: block;
      text-decoration: none;
      font-size: 16px;
      line-height: 16px;
      padding: 13px 16px;
      border-bottom: solid 1px #e6e6e6; }
      #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: #4E2589; }
      #navigation .region-navigation ul.menu li a.active, #navigation .region-navigation ul.menu li a.active-trail {
        font-family: "Trebuchet MS", serif;
        font-weight: 700; }
    #navigation .region-navigation ul.menu > li:last-of-type > a {
      border-bottom: none; }
    #navigation .region-navigation .main-menu ul.menu li ul.menu li a {
      font-size: 14px;
      line-height: 14px;
      padding: 7px 16px;
      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;
      width: 6px;
      text-indent: -999px;
      margin: 0 -5px; }
      #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;
      text-decoration: none;
      font-size: 14px;
      line-height: 14px;
      padding: 8px 16px; }
      #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 {
      font-size: 14px;
      line-height: 14px;
      padding: 8px 16px; }
  #navigation .search {
    margin-top: -1px; }
    #navigation .search form .form-item {
      margin: 0 16px;
      padding: 0; }
      #navigation .search form .form-item input.form-text {
        width: 92%;
        padding: 12px 8% 12px 0;
        margin: 0;
        font-size: 16px;
        background: none;
        border: 0; }
    #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; }

/* ----------------------- 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: "Trebuchet MS", serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #002d62;
  margin-bottom: 25px; }

h3.title,
h3.formtitle {
  font-family: "Trebuchet MS", 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: #333; }

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

.blockbtn {
  position: relative;
  display: inline-block;
  font-family: "Trebuchet MS", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  padding: 15px 30px;
  border-radius: 3px;
  background: #F76919;
  color: #fff;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear; }

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: #ee5b08; }

a:hover .blockbtn, a:focus .blockbtn, a:active .blockbtn {
  background: #bd4807; }

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: #333;
      /*&: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: "Trebuchet MS", serif;
  font-weight: 600;
  color: #a6a6a6;
  line-height: 32px;
  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 form {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: solid 1px #e6e6e6; }
  .project-overview form .form-type-select label {
    display: none; }

.project-overview .project-overview__items .item-list ul {
  /*&:hover {
					li {
						opacity: 0.65;
						&:hover {
							opacity: 1;
						}
					}
				}*/ }
  .project-overview .project-overview__items .item-list ul li {
    margin-bottom: 50px; }

.project-overview .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: #333;
    margin-bottom: 15px; }
    a.project-item .text h2 {
      font-family: "Trebuchet MS", 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: 16px;
      line-height: 24px; }
  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: "Trebuchet MS", 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: "Trebuchet MS", serif;
        font-weight: 300;
        font-size: 16px;
        margin-left: 5px; }
    a.project-item .project-data .numbers-2 {
      float: right;
      font-family: "Trebuchet MS", 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: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: #333;
  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 .left,
  .news-header .left {
    display: inline-block;
    position: relative;
    padding: 50px 0;
    max-width: 100%; }
    .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 {
      display: inline-block;
      padding: 15px;
      font-size: 25px;
      line-height: 26px;
      font-family: "Trebuchet MS", serif;
      font-weight: 700;
      color: #fff;
      background: #231f20; }
    .project-header .left .description,
    .news-header .left .description {
      display: inline-block;
      max-width: 100%;
      font-size: 16px;
      font-family: "Trebuchet MS", serif;
      font-weight: 300;
      background: #fff; }
      .project-header .left .description .text,
      .news-header .left .description .text {
        padding: 15px; }
      .project-header .left .description .bottom-bar,
      .news-header .left .description .bottom-bar {
        padding: 10px 15px;
        background: #e6e6e6;
        color: #a6a6a6;
        font-size: 16px;
        font-weight: 600; }
        .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 .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: "Trebuchet MS", 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,
        .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,
        .project-header .left .description .bottom-bar > .date,
        .news-header .left .description .bottom-bar .tags,
        .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,
        .news-header .left .description .bottom-bar > .date {
          padding: 7px;
          border-left: 1px solid #a6a6a6; }
        .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: "Trebuchet MS", serif;
          font-size: 15px; }
          .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: #333; }
        .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: #333; }
        .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: #333; }
        .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 5px; }
        .project-header .left .description .bottom-bar > .date,
        .news-header .left .description .bottom-bar > .date {
          padding: 7px 14px 7px 38px;
          margin-top: 0; }
          .project-header .left .description .bottom-bar > .date:before,
          .news-header .left .description .bottom-bar > .date:before {
            left: 14px;
            top: 9px; }
    .project-header .left .buttons,
    .news-header .left .buttons {
      position: relative;
      margin-top: 25px; }
      .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 {
    display: inline-block;
    position: relative; }
    .project-header .right .quotes,
    .news-header .right .quotes {
      position: relative;
      padding-bottom: 25px; }
      .project-header .right .quotes .quote,
      .news-header .right .quotes .quote {
        position: relative;
        margin-bottom: 25px;
        background: rgba(0, 0, 0, 0.65);
        color: #fff;
        font-family: "Trebuchet MS", serif; }
        .project-header .right .quotes .quote .body,
        .news-header .right .quotes .quote .body {
          text-align: center;
          font-size: 18px;
          line-height: 24px;
          font-weight: 600;
          padding: 25px; }
          .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 {
          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; }
          .project-header .right .quotes .quote .bottom-bar .function,
          .news-header .right .quotes .quote .bottom-bar .function {
            font-family: "Trebuchet MS", 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; }
  .project-header.no-image,
  .news-header.no-image {
    margin-bottom: 20px;
    padding: 20px 0; }
    .project-header.no-image .left,
    .news-header.no-image .left {
      padding: 0; }

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 {
    margin-bottom: 30px; }
    .projectupdate-detail .projectupdate-header h2.title {
      margin-bottom: 5px; }
    .projectupdate-detail .projectupdate-header .date {
      margin-top: 0; }

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

.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: "Trebuchet MS", serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px; }

.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;
        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; }
      .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 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(100% - 20px);
        padding: 10px;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        height: auto;
        padding: 10px;
        opacity: 1; }
    .paragraphs .paragraph .hero-image {
      position: relative; }
      .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 .hero-image > div, .paragraphs .paragraph .hero-image.size-large > div {
        max-height: 400px; }
    .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;
        overflow: hidden;
        -webkit-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
        /*&.image {
								box-shadow: 0 0 3px 0 rgba( #000, 0.15 );
							}*/ }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item img {
          display: block;
          width: auto;
          height: 100%; }
        .paragraphs .paragraph .gallery.format-horizontal .gallery__main .scrollcontent .item.resized {
          background: #333; }
          .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: 24px;
          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 .calltoaction {
      position: relative;
      padding: 25px 0;
      background: #333;
      color: #fff; }
      .paragraphs .paragraph .calltoaction:before, .paragraphs .paragraph .calltoaction:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        height: 100%; }
      .paragraphs .paragraph .calltoaction:before {
        left: -100%;
        width: 100%; }
      .paragraphs .paragraph .calltoaction:after {
        right: -100%;
        width: 100%; }
      .paragraphs .paragraph .calltoaction:before, .paragraphs .paragraph .calltoaction:after {
        background: inherit; }
      .paragraphs .paragraph .calltoaction a.image {
        position: relative;
        display: block;
        background: #fff;
        margin: -25px -20px;
        margin-bottom: 20px;
        z-index: 1; }
        .paragraphs .paragraph .calltoaction a.image img {
          display: block;
          width: 100%;
          height: auto; }
      .paragraphs .paragraph .calltoaction .copy h2.title {
        font-family: "Trebuchet MS", serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
        color: #fff; }
        .paragraphs .paragraph .calltoaction .copy h2.title + .blockbtn {
          margin-top: 15px; }
      .paragraphs .paragraph .calltoaction .copy .body p {
        font-size: 14px;
        line-height: 22px; }
      .paragraphs .paragraph .calltoaction .copy .body a {
        color: #fff; }
        .paragraphs .paragraph .calltoaction .copy .body a:hover, .paragraphs .paragraph .calltoaction .copy .body a:focus, .paragraphs .paragraph .calltoaction .copy .body a:active {
          color: #c0cd2f; }
    .paragraphs .paragraph.paragraph-type-call_to_action, .paragraphs .paragraph.paragraph-type-gallery {
      margin-bottom: 40px; }
    .paragraphs .paragraph.paragraph-type-body {
      margin-bottom: 10px; }
      .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-quote {
      position: relative;
      padding: 20px 0;
      background: #333;
      margin-bottom: 40px; }
      .paragraphs .paragraph.paragraph-type-quote:before, .paragraphs .paragraph.paragraph-type-quote:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        height: 100%; }
      .paragraphs .paragraph.paragraph-type-quote:before {
        left: -100%;
        width: 100%; }
      .paragraphs .paragraph.paragraph-type-quote:after {
        right: -100%;
        width: 100%; }
      .paragraphs .paragraph.paragraph-type-quote:before, .paragraphs .paragraph.paragraph-type-quote:after {
        background: inherit; }
      .paragraphs .paragraph.paragraph-type-quote blockquote {
        position: relative;
        quotes: "\201C" "\201D";
        font-family: "Trebuchet MS", serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 22px;
        text-align: center; }
        .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-quote blockquote:before {
          content: open-quote;
          margin-right: 5px; }
        .paragraphs .paragraph.paragraph-type-quote blockquote:after {
          content: close-quote; }
        .paragraphs .paragraph.paragraph-type-quote blockquote p {
          display: inline;
          font-size: 18px;
          line-height: 24px;
          color: #fff; }
          .paragraphs .paragraph.paragraph-type-quote blockquote p a {
            color: #c0cd2f; }
            .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-quote .quote_author {
        min-height: 100px;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right; }
        .paragraphs .paragraph.paragraph-type-quote .quote_author .author {
          position: relative;
          display: inline-block;
          vertical-align: top;
          font-size: 16px;
          color: #ccc;
          text-align: right; }
          .paragraphs .paragraph.paragraph-type-quote .quote_author .author .function {
            display: block; }
        .paragraphs .paragraph.paragraph-type-quote .quote_author .image {
          display: inline-block;
          width: 100px;
          height: 100px;
          border-radius: 50%;
          overflow: hidden;
          margin-left: 20px;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
          .paragraphs .paragraph.paragraph-type-quote .quote_author .image img {
            display: block;
            width: 100%;
            height: auto; }
      .paragraphs .paragraph.paragraph-type-quote .no-author .quote_author {
        display: block;
        min-height: 0;
        text-align: right; }
    .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 {
                position: absolute;
                left: 0;
                top: 0; }
              .paragraphs .paragraph.paragraph-type-enriched_attachments .content ul li .file a {
                display: inline-block;
                max-width: calc(100% - 20px);
                font-weight: 500;
                color: #002d62;
                text-decoration: none;
                margin-left: 20px; }
                .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 {
      padding-bottom: 0; }
      .paragraphs .paragraph.paragraph-type-overview .teaser {
        position: relative;
        margin-bottom: 30px; }
        .paragraphs .paragraph.paragraph-type-overview .teaser a {
          position: relative;
          display: block;
          text-decoration: none; }
          .paragraphs .paragraph.paragraph-type-overview .teaser a .text,
          .paragraphs .paragraph.paragraph-type-overview .teaser a .image,
          .paragraphs .paragraph.paragraph-type-overview .teaser a .copy,
          .paragraphs .paragraph.paragraph-type-overview .teaser a .readmore {
            display: block; }
          .paragraphs .paragraph.paragraph-type-overview .teaser a .image {
            overflow: hidden; }
            .paragraphs .paragraph.paragraph-type-overview .teaser a .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; }
          .paragraphs .paragraph.paragraph-type-overview .teaser a h2.title {
            font-family: "Trebuchet MS", serif;
            font-weight: 700;
            font-size: 22px;
            line-height: 22px;
            color: #002d62;
            margin-bottom: 10px;
            -webkit-transition: color 0.15s linear;
            transition: color 0.15s linear; }
          .paragraphs .paragraph.paragraph-type-overview .teaser a:hover, .paragraphs .paragraph.paragraph-type-overview .teaser a:focus, .paragraphs .paragraph.paragraph-type-overview .teaser a:active {
            color: #333; }
            .paragraphs .paragraph.paragraph-type-overview .teaser a:hover .image img, .paragraphs .paragraph.paragraph-type-overview .teaser a:focus .image img, .paragraphs .paragraph.paragraph-type-overview .teaser a:active .image img {
              -webkit-transform: translateZ(0) scale(1.025);
                      transform: translateZ(0) scale(1.025);
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden; }
          .paragraphs .paragraph.paragraph-type-overview .teaser a.active {
            pointer-events: none; }
      .paragraphs .paragraph.paragraph-type-overview .overview-classic,
      .paragraphs .paragraph.paragraph-type-overview .overview-gallery,
      .paragraphs .paragraph.paragraph-type-overview .overview-list {
        position: relative;
        padding-top: 20px; }
      .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a {
        background: #c0cd2f;
        color: #fff;
        padding: 15px 20px;
        -webkit-transition: background-color 0.15s linear;
        transition: background-color 0.15s linear; }
        .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a .image {
          margin-bottom: 15px; }
        .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a h2.title {
          color: #fff; }
        .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a ul > li:before {
          background: #99a425; }
        .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a .blockbtn {
          background: #b7c42b;
          border-bottom: solid 2px rgba(0, 0, 0, 0.1); }
        .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a:hover, .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a:focus, .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a:active {
          background: #b7c42b; }
          .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a:hover .blockbtn, .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a:focus .blockbtn, .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a:active .blockbtn {
            background: #99a425; }
      .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a {
        background: #333;
        min-height: 40vw; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .image {
          margin: 0 -20px; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .text {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          overflow: hidden; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a h2.title,
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy {
          float: left;
          clear: left; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a h2.title {
          display: inline-block;
          padding: 15px;
          font-size: 25px;
          line-height: 26px;
          font-family: "Trebuchet MS", serif;
          font-weight: 700;
          color: #fff;
          background: #231f20;
          margin-top: 20px;
          margin-bottom: 0; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy {
          display: inline-block;
          font-family: "Trebuchet MS", serif;
          font-weight: 300;
          background: #fff;
          padding: 15px;
          max-height: 50%;
          overflow: hidden; }
          .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy p,
          .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy ul,
          .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy ol {
            font-size: 16px;
            margin-bottom: 0; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .readmore {
          position: absolute;
          left: 0;
          bottom: 20px; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy,
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .readmore .blockbtn {
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15); }
      .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser {
        margin-bottom: 20px; }
      .paragraphs .paragraph.paragraph-type-overview .overview-list ul.column {
        margin: 0; }
    .paragraphs .paragraph.paragraph-type-faq {
      margin-bottom: 20px; }
      .paragraphs .paragraph.paragraph-type-faq .items {
        position: relative; }
        .paragraphs .paragraph.paragraph-type-faq .items .item {
          margin-bottom: 25px; }
          .paragraphs .paragraph.paragraph-type-faq .items .item h3.title {
            font-size: 20px;
            line-height: 22px; }
            .paragraphs .paragraph.paragraph-type-faq .items .item h3.title a {
              position: relative;
              display: block;
              padding-left: 20px; }
              .paragraphs .paragraph.paragraph-type-faq .items .item h3.title a:before {
                position: absolute;
                left: 0;
                top: 2px;
                width: 14px;
                height: 14px;
                line-height: 14px;
                display: inline-block;
                vertical-align: top;
                content: "a";
                font-family: "vef_icons";
                font-size: 14px;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                text-transform: none;
                font-variant: normal;
                speak: none;
                -webkit-font-smoothing: antialiased;
                color: #c0cd2f;
                -webkit-transition: all 0.15s linear;
                transition: all 0.15s linear; }
              .paragraphs .paragraph.paragraph-type-faq .items .item h3.title a:hover:before {
                -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.paragraph-type-faq .items .item .answer {
            padding-bottom: 1px;
            margin-left: 20px;
            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 a:before {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
          .paragraphs .paragraph.paragraph-type-faq .items .item.open h3.title a: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 .answer {
            opacity: 1; }
  .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 .quote {
  font-weight: 700; }

html.windows .paragraphs .paragraph.paragraph-type-overview .teaser a 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: "Trebuchet MS", serif;
      font-size: 18px;
      font-weight: 600;
      color: #002d62;
      padding-right: 5px;
      margin-right: 5px;
      border-right: solid 1px #ccc; }
    .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: #333; }
      .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 .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: 22px;
      line-height: 24px;
      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: 10px 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; }
      a.news-item .text .meta .categories {
        margin-left: 5px;
        font-family: "Trebuchet MS", serif;
        font-size: 15px;
        color: #a6a6a6; }
    a.news-item .text .teaser {
      font-size: 16px;
      line-height: 24px;
      color: #333; }
      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: "Trebuchet MS", 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: "Trebuchet MS", serif;
  font-size: 14px;
  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: "Trebuchet MS", 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: #333;
        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: #333;
        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: #333;
    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: "Trebuchet MS", 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: #333; }
      .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: "Trebuchet MS", serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300; }
        .search-results .gsc-results .gsc-webResult .gsc-table-result .gs-snippet {
          color: #333; }
        .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: #333;
        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; }

.donation .donation__right {
  margin-top: 20px; }

/* ----------------------- 3.0 SIDEBAR --------------------------------- */
/* ----------------------- 4.0 FOOTER --------------------------------- */
#footer {
  background-color: #4E2589; }
  #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: "Trebuchet MS", 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 {
    padding: 20px 0;
    color: #fff; }
    #footer .footer-content a {
      color: #fff;
      text-decoration: none; }
    #footer .footer-content .logo > svg {
      max-width: 150px;
      max-height: 158px; }
    #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: "Trebuchet MS", serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 18px; }
        #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: "Trebuchet MS", 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; }

body.domain-www-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
  background-image: url("../img/logo/white/logo_veco.png");
  background-size: 126px 54px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 126px;
  height: 54px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-www-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
      background-image: url("../img/logo/white/logo_veco@2x.png"); } }

body.domain-east-africa-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
  background-image: url("../img/logo/white/logo_veco_eastafrica.png");
  background-size: 264px 54px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 264px;
  height: 54px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-east-africa-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
      background-image: url("../img/logo/white/logo_veco_eastafrica@2x.png"); } }

body.domain-west-africa-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
  background-image: url("../img/logo/white/logo_veco_westafrica.png");
  background-size: 268px 54px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 268px;
  height: 54px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-west-africa-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
      background-image: url("../img/logo/white/logo_veco_westafrica@2x.png"); } }

body.domain-congo-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
  background-image: url("../img/logo/white/logo_veco_congo.png");
  background-size: 258px 54px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 258px;
  height: 54px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-congo-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
      background-image: url("../img/logo/white/logo_veco_congo@2x.png"); } }

body.domain-vietnam-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
  background-image: url("../img/logo/white/logo_veco_vietnam.png");
  background-size: 232px 54px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 232px;
  height: 54px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-vietnam-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
      background-image: url("../img/logo/white/logo_veco_vietnam@2x.png"); } }

body.domain-indonesia-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
  background-image: url("../img/logo/white/logo_veco_indonesia.png");
  background-size: 244px 54px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 244px;
  height: 54px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-indonesia-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
      background-image: url("../img/logo/white/logo_veco_indonesia@2x.png"); } }

body.domain-andino-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
  background-image: url("../img/logo/white/logo_veco_andino.png");
  background-size: 210px 54px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 210px;
  height: 54px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-andino-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
      background-image: url("../img/logo/white/logo_veco_andino@2x.png"); } }

body.domain-mesoamerica-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
  background-image: url("../img/logo/white/logo_veco_mesoamerica.png");
  background-size: 270px 54px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 270px;
  height: 54px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-resolution: 140dpi), only screen and (min-resolution: 1.3dppx) {
    body.domain-mesoamerica-veco-ngo-org #footer .footer-content .logo-wrapper a.logo {
      background-image: url("../img/logo/white/logo_veco_mesoamerica@2x.png"); } }

#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: "Trebuchet MS", 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: #333;
          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 {
    text-align: center;
    margin-bottom: 20px; }
    #closure .made-by a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      font-family: "Trebuchet MS", serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 30px;
      padding-right: 65px;
      color: #a6a6a6; }
      #closure .made-by a .wieni {
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        width: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: width 0.3s ease-out, margin-left 0.3s ease-out, opacity 0.3s ease-out;
        transition: width 0.3s ease-out, margin-left 0.3s ease-out, opacity 0.3s ease-out; }
      #closure .made-by a:after {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        content: "w";
        font-family: "vef_icons";
        font-size: 70px;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        text-transform: none;
        font-variant: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        color: #fff;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
        -webkit-transition: color 0.15s linear, -webkit-transform 0.3s ease-out;
        transition: color 0.15s linear, -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out, color 0.15s linear;
        transition: transform 0.3s ease-out, color 0.15s linear, -webkit-transform 0.3s ease-out; }
      #closure .made-by a:hover, #closure .made-by a:focus, #closure .made-by a:active {
        color: #333;
        /*.wieni {
					width: 42px;
					margin-left: 5px;
					opacity: 1;
				}
				&:after {
					@include transform( rotate(180deg) );
					opacity: 0;
				}*/ }
        #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: #333;
          text-shadow: none; }

html.windows #closure .made-by a {
  font-weight: 700; }

html.safari #closure .made-by a:after {
  transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out; }

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; }

#actions-fundraiser-page-resend {
  margin: 50px 0; }

@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 a h2.title {
    padding: 10px;
    font-size: 20px;
    line-height: 21px; }
  .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy {
    padding: 10px; }
    .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy p,
    .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy ul,
    .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .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; }
  .not-front #header {
    background-color: #4E2589;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .not-front #main {
    padding-top: 200px; }
  /* ----------------------- 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; }
  #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,
  #eck-entity-form-add-crm-donation--2 {
    margin-bottom: 40px; }
    #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: 25px; }
    #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; }
  /* ----------------------- 1.0 HEADER --------------------------------- */
  #header {
    box-shadow: none;
    margin-bottom: 30px;
    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 .header-wrapper > .language-switcher {
      display: block;
      margin-top: 30px !important;
      margin-left: 20px;
      padding-left: 20px;
      border-left: 1px solid rgba(0, 0, 0, 0.25);
      -ms-flex-item-align: start;
          align-self: flex-start;
      font-size: 16px; }
      #header .header-wrapper > .language-switcher h3 {
        display: none; }
      #header .header-wrapper > .language-switcher a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        -webkit-transition: color .25s;
        transition: color .25s; }
        #header .header-wrapper > .language-switcher a:hover, #header .header-wrapper > .language-switcher a:focus, #header .header-wrapper > .language-switcher a.active {
          color: white; }
      #header .header-wrapper > .language-switcher ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #header .header-wrapper > .language-switcher ul > li {
          margin: 0 10px; }
          #header .header-wrapper > .language-switcher ul > li:first-child {
            margin-left: 0; }
          #header .header-wrapper > .language-switcher ul > li:last-child {
            margin-right: 0; }
    #header .region-header .search {
      display: block;
      position: absolute;
      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 .search form .form-item {
      margin: 0 16px; }
    #header .search form input.form-text {
      width: 0;
      opacity: 0;
      border: solid 1px #e6e6e6;
      -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] {
      padding: 0;
      width: 44px;
      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 {
      height: auto;
      min-height: 172px;
      border-top: solid 1px #f2f2f2;
      margin-top: 44px;
      padding: 0; }
      #header .logos a.domain-toggle-btn {
        left: auto;
        top: -44px; }
    #header .salon-chef-welcome {
      display: block;
      position: absolute;
      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 {
        min-height: 0;
        height: 56px;
        padding: 5px 0; }
      #header.sticky .header-wrapper > .language-switcher {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin-top: 54px !important; }
      #header.sticky #navigation {
        min-height: 0;
        height: 66px;
        margin-top: -66px; }
        #header.sticky #navigation .region-navigation .main-menu {
          min-height: 65px;
          height: 100%; }
          #header.sticky #navigation .region-navigation .main-menu ul.menu li a {
            min-height: 0;
            height: 39px; }
            #header.sticky #navigation .region-navigation .main-menu ul.menu li a span {
              margin-top: 15px; }
        #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: #333; }
            #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 {
              border-left: 8px inset transparent;
              border-right: 8px inset transparent;
              border-top: 8px solid rgba(0, 0, 0, 0.05);
              margin-left: -5px;
              margin-bottom: -2px;
              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; }
  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; }
  /* ---------------------- 1.1 NAVIGATION -------------------------------- */
  #navigation {
    display: block !important;
    background: none;
    margin-top: -195px;
    min-height: 96px; }
    #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;
      height: 100%; }
      #navigation .region-navigation .main-menu {
        padding: 0;
        -webkit-transition: padding-right 0.3s ease-out;
        transition: padding-right 0.3s ease-out; }
        #navigation .region-navigation .main-menu ul.menu {
          font-size: 0;
          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; }
          #navigation .region-navigation .main-menu ul.menu li a {
            color: #fff;
            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; }
          #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: "Trebuchet MS", serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 14px; }
        #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;
      z-index: 1;
      margin-right: 8px; }
      #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;
            padding: 0 15px;
            height: 55px;
            border-bottom: none;
            text-align: center; }
            #navigation .sub-menu ul.menu li a span {
              display: inline-block;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              margin-top: 27px; }
    #navigation .breadcrumb .top-level a,
    #navigation .sub-menu ul.menu li a {
      position: relative;
      font-size: 15px;
      line-height: 15px;
      /*&:before,
        &:after {
            position: absolute;
            top: 0;
            height: 100%;
            content: " ";
            z-index: -1;
        }
        &:before {
            left: 8px;
            width: 0;
            background: #fff;
            opacity: 0;
            transition: width 0.15s linear, opacity 0.15s linear;
        }
        &:after {
            right: 100%;
            margin-right: 4px;
            width: 0;
            height: 0;
            border-top: 27px inset transparent;
            border-bottom: 28px inset transparent;
            border-left: 8px solid #fff;
            opacity: 0;
            transition: right 0.15s linear, opacity 0.15s linear;
        }
        &:hover,
        &:focus,
        &:active {
            &:before {
                width: calc(100% - 20px);
            }
            &:after {
                right: 0;
            }
            &:before,
            &:after {
                opacity: 0.75;
            }
        }
        &.active {
            &:before,
            &:after {
                content: none;
            }
        }*/ }
    #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 .reg
ion-navigation .main-menu {
    padding-right: 200px; }
    #header.search-focused #navigation .reg
ion-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; }
  /* ----------------------- 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 .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: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .project-overview .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 .project-overview__items .item-list ul li:nth-of-type(3n+1) {
        margin-left: 0; }
      .project-overview .project-overview__items .item-list ul li:nth-of-type(2).last {
        margin-left: 20px; }
      .project-overview .project-overview__items .item-list ul li a {
        width: 100%; }
  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 .project-overview__items .item-list ul:before, html.ie9 .project-overview .project-overview__items .item-list ul:after {
    content: " ";
    display: table; }
  html.ie9 .project-overview .project-overview__items .item-list ul:after {
    clear: both; }
  html.ie9 .project-overview .project-overview__items .item-list ul li {
    float: left;
    width: 32%;
    margin-right: 2%; }
    html.ie9 .project-overview .project-overview__items .item-list ul li:nth-of-type(2).last {
      margin-left: auto; }
    html.ie9 .project-overview .project-overview__items .item-list ul li:nth-of-type(3n) {
      float: right;
      margin-right: 0; }
    html.ie9 .project-overview .project-overview__items .item-list ul li:nth-of-type(3n+1) {
      clear: both; }
  body.front .project-overview .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: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 .left,
    .project-header .right,
    .news-header .left,
    .news-header .right {
      padding: 60px 0; }
    .project-header .left,
    .news-header .left {
      width: 65%; }
    .project-header .right,
    .news-header .right {
      float: right;
      width: 33%;
      padding-bottom: 10px; }
    .project-header.no-image,
    .news-header.no-image {
      min-height: 0; }
  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: 15px; }
      .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: auto;
        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 .calltoaction:before, .paragraphs .paragraph .calltoaction:after {
      position: relative; }
    .paragraphs .paragraph .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; }
    .paragraphs .paragraph .calltoaction .image,
    .paragraphs .paragraph .calltoaction .copy {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .paragraphs .paragraph .calltoaction a.image {
      width: calc(40% - 10px);
      margin: -25px 0;
      overflow: hidden;
      background: none;
      margin-right: 20px; }
      .paragraphs .paragraph .calltoaction a.image img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: auto; }
    .paragraphs .paragraph .calltoaction .copy {
      width: calc(60% - 30px);
      margin-right: 20px; }
    .paragraphs .paragraph .calltoaction.no-image .copy {
      box-sizing: border-box;
      width: 100%;
      padding: 0 30px; }
    .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 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      max-width: 100%; }
    .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 .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,
    .paragraphs .paragraph.paragraph-type-overview .overview-classic {
      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 .teaser {
        margin-bottom: 20px; }
      .paragraphs .paragraph.paragraph-type-overview .overview-classic,
      .paragraphs .paragraph.paragraph-type-overview .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; }
        .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser,
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch; }
          .paragraphs .paragraph.paragraph-type-overview .overview-classic .teaser a,
          .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a {
            width: 100%; }
        .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-1,
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-3 .teaser,
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-3 .teaser {
          width: 32%;
          margin-left: auto; }
          .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-3 .teaser:nth-of-type(3n+1),
          .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-3 .teaser:nth-of-type(3n+1) {
            margin-left: 0; }
          .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-3 .teaser:last-of-type.teaser-5,
          .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-3 .teaser:last-of-type.teaser-5 {
            margin-left: 2%; }
        .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-2 .teaser, .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-4 .teaser,
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-2 .teaser,
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-4 .teaser {
          width: 49%;
          margin-left: auto; }
          .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-2 .teaser:nth-of-type(2n+1), .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-4 .teaser:nth-of-type(2n+1),
          .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-2 .teaser:nth-of-type(2n+1),
          .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-4 .teaser:nth-of-type(2n+1) {
            margin-left: 0; }
      .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-1 .teaser {
        margin-bottom: 35px; }
        .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-1 .teaser a:before, .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-1 .teaser a:after {
          content: " ";
          display: table; }
        .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-1 .teaser a:after {
          clear: both; }
        .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-1 .teaser a .image {
          float: left;
          width: 49%;
          margin: 0 20px 15px 0; }
      .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-3.teaser-count-8 .teaser.teaser-7 {
        margin-left: auto; }
      .paragraphs .paragraph.paragraph-type-overview .overview-classic.columns-3.teaser-count-8 .teaser.teaser-8 {
        margin-left: 20px;
        margin-right: auto; }
      .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a {
        min-height: 200px; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .image {
          margin: 0; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .text {
          width: calc(100% - 40px);
          padding: 0 20px; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a h2.title {
          font-size: 18px;
          line-height: 24px;
          font-weight: 500;
          padding: 10px 15px; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy {
          padding: 10px 15px; }
          .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy p,
          .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy ul,
          .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .copy ol {
            font-size: 16px;
            line-height: 22px; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery .teaser a .readmore {
          left: 20px;
          width: calc(100% - 40px); }
      .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a {
        margin: 0 -20px;
        width: calc(100% + 40px);
        max-height: 400px;
        overflow: hidden; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a .image {
          position: relative;
          -webkit-transform: translateY(-25%);
                  transform: translateY(-25%); }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a h2.title {
          font-size: 25px;
          line-height: 26px;
          font-weight: 700;
          padding: 15px; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a .copy {
          padding: 15px; }
        .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a .readmore {
          position: relative;
          left: 0;
          bottom: auto;
          float: left;
          clear: left;
          margin-top: 25px; }
      .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser:hover .image img, .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser:focus .image img, .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser:active .image img {
        -webkit-transform: translateZ(0) scale(1.01);
                transform: translateZ(0) scale(1.01); }
      .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-3 .teaser a .copy {
        display: none; }
  .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 ---------------------------- */
  .donation {
    margin-top: 20px; }
    .donation:before, .donation:after {
      content: " ";
      display: table; }
    .donation:after {
      clear: both; }
    .donation .donation__left {
      float: left;
      width: calc(100% - 340px); }
    .donation .donation__right {
      float: right;
      width: 320px;
      margin-top: 0; }
    .donation.no-sidebar .donation__left {
      float: none;
      width: auto;
      max-width: 700px;
      margin: 0 auto; }
  /* ----------------------- 3.0 SIDEBAR --------------------------------- */
  /* ----------------------- 4.0 FOOTER --------------------------------- */
  #footer {
    position: relative; }
    #footer::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url(../img/logo/logo-bg.svg);
      background-position: right center;
      background-repeat: no-repeat;
      opacity: .04; }
    #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: 60px 0;
      font-size: 17px; }
      #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;
      text-align: left;
      margin-top: 15px; }
    #closure .social {
      float: right;
      text-align: left;
      margin: 0;
      margin-right: -15px; }
  .donation__form,
  .fundraiser-detail,
  .node-fundraiser-form > div {
    position: relative; }
    .donation__form::before,
    .fundraiser-detail::before,
    .node-fundraiser-form > div::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url(../img/logo/logo-bg--gray.svg);
      background-position: right top;
      background-repeat: no-repeat;
      z-index: -1;
      opacity: .25; } }

@media screen and (min-width: 980px) {
  /*
 * DESKTOP LAYOUT CSS: STRUCTURAL BASE
 */
  /* ----------------------- 0.9 GENERAL -------------------------------- */
  /* ----------------------- 1.0 HEADER --------------------------------- */
  #header .inner {
    max-width: none; }
  #header a.logo {
    width: 240px;
    height: 54px;
    background-image: url("../img/logo/logo_3gw.svg");
    margin: 0; }
  #header.sticky a.logo {
    background-image: url("../img/logo/logo_3gw.svg");
    width: 169px;
    height: 38px;
    margin-top: 10px; }
  body.domain-www-veco-ngo-org #header a.logo {
    background-image: url("../img/logo/logo_veco.png");
    background-size: 126px 54px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 126px;
    height: 54px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-www-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/logo_veco@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-www-veco-ngo-org #header.sticky a.logo {
    background-image: url("../img/logo/small/logo_veco.png");
    background-size: 89px 38px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 89px;
    height: 38px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-www-veco-ngo-org #header.sticky a.logo {
      background-image: url("../img/logo/small/logo_veco@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-www-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 126px; }
  body.domain-east-africa-veco-ngo-org #header a.logo {
    background-image: url("../img/logo/logo_veco_eastafrica.png");
    background-size: 264px 54px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 264px;
    height: 54px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-east-africa-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/logo_veco_eastafrica@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-east-africa-veco-ngo-org #header.sticky a.logo {
    background-image: url("../img/logo/small/logo_veco_eastafrica.png");
    background-size: 186px 38px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 186px;
    height: 38px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-east-africa-veco-ngo-org #header.sticky a.logo {
      background-image: url("../img/logo/small/logo_veco_eastafrica@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-east-africa-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 264px; }
  body.domain-west-africa-veco-ngo-org #header a.logo {
    background-image: url("../img/logo/logo_veco_westafrica.png");
    background-size: 268px 54px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 268px;
    height: 54px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-west-africa-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/logo_veco_westafrica@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-west-africa-veco-ngo-org #header.sticky a.logo {
    background-image: url("../img/logo/small/logo_veco_westafrica.png");
    background-size: 189px 38px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 189px;
    height: 38px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-west-africa-veco-ngo-org #header.sticky a.logo {
      background-image: url("../img/logo/small/logo_veco_westafrica@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-west-africa-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 268px; }
  body.domain-congo-veco-ngo-org #header a.logo {
    background-image: url("../img/logo/logo_veco_congo.png");
    background-size: 258px 54px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 258px;
    height: 54px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-congo-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/logo_veco_congo@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-congo-veco-ngo-org #header.sticky a.logo {
    background-image: url("../img/logo/small/logo_veco_congo.png");
    background-size: 182px 38px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 182px;
    height: 38px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-congo-veco-ngo-org #header.sticky a.logo {
      background-image: url("../img/logo/small/logo_veco_congo@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-congo-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 258px; }
  body.domain-vietnam-veco-ngo-org #header a.logo {
    background-image: url("../img/logo/logo_veco_vietnam.png");
    background-size: 232px 54px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 232px;
    height: 54px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-vietnam-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/logo_veco_vietnam@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-vietnam-veco-ngo-org #header.sticky a.logo {
    background-image: url("../img/logo/small/logo_veco_vietnam.png");
    background-size: 163px 38px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 163px;
    height: 38px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-vietnam-veco-ngo-org #header.sticky a.logo {
      background-image: url("../img/logo/small/logo_veco_vietnam@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-vietnam-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 232px; }
  body.domain-indonesia-veco-ngo-org #header a.logo {
    background-image: url("../img/logo/logo_veco_indonesia.png");
    background-size: 244px 54px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 244px;
    height: 54px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-indonesia-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/logo_veco_indonesia@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-indonesia-veco-ngo-org #header.sticky a.logo {
    background-image: url("../img/logo/small/logo_veco_indonesia.png");
    background-size: 172px 38px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 172px;
    height: 38px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-indonesia-veco-ngo-org #header.sticky a.logo {
      background-image: url("../img/logo/small/logo_veco_indonesia@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-indonesia-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 244px; }
  body.domain-andino-veco-ngo-org #header a.logo {
    background-image: url("../img/logo/logo_veco_andino.png");
    background-size: 210px 54px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 210px;
    height: 54px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-andino-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/logo_veco_andino@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-andino-veco-ngo-org #header.sticky a.logo {
    background-image: url("../img/logo/small/logo_veco_andino.png");
    background-size: 148px 38px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 148px;
    height: 38px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-andino-veco-ngo-org #header.sticky a.logo {
      background-image: url("../img/logo/small/logo_veco_andino@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-andino-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 210px; }
  body.domain-mesoamerica-veco-ngo-org #header a.logo {
    background-image: url("../img/logo/logo_veco_mesoamerica.png");
    background-size: 270px 54px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 270px;
    height: 54px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-mesoamerica-veco-ngo-org #header a.logo {
      background-image: url("../img/logo/logo_veco_mesoamerica@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-mesoamerica-veco-ngo-org #header.sticky a.logo {
    background-image: url("../img/logo/small/logo_veco_mesoamerica.png");
    background-size: 190px 38px;
    background-position: left top;
    background-repeat: no-repeat;
    width: 190px;
    height: 38px; } }
  @media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (min-device-pixel-ratio: 1.3), only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 1.4583333333333333), only screen and (min-width: 980px) and (min-resolution: 140dpi), only screen and (min-width: 980px) and (min-resolution: 1.3dppx) {
    body.domain-mesoamerica-veco-ngo-org #header.sticky a.logo {
      background-image: url("../img/logo/small/logo_veco_mesoamerica@2x.png"); } }

@media screen and (min-width: 980px) {
  body.domain-mesoamerica-veco-ngo-org #navigation .region-navigation .main-menu {
    padding-left: 270px; }
  /* ---------------------- 1.1 NAVIGATION -------------------------------- */
  #navigation .region-navigation .main-menu ul.menu {
    margin-left: 0; }
    #navigation .region-navigation .main-menu ul.menu li a {
      font-size: 18px; }
  /* ----------------------- 2.0 CONTENT --------------------------------- */
  /* ----------------------- HOMEPAGE --------------------------------- */
  /* ----------------------- PROJECT OVERVIEW --------------------------------- */
  /* ----------------------- PROJECT DETAIL -------------------------- */
  .project-header,
  .news-header {
    min-height: 35vw; }
  .paragraphs .paragraph .hero-image > div, .paragraphs .paragraph .hero-image.size-large > div {
    max-height: 500px; }
  .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-overview .overview-gallery.columns-1 .teaser a {
    max-height: 35vw;
    overflow: visible; }
    .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a .image {
      overflow: hidden;
      width: 100vw;
      height: 35vw;
      -webkit-transform: none;
              transform: none;
      margin-left: calc( (100% - 100vw) / 2); }
    .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a .text {
      left: 50%;
      width: 940px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a .copy {
      max-width: 70%; }
    .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a .image img, .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a:hover .image img, .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a:focus .image img, .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a:active .image img {
      -webkit-transform: translateY(-25%);
              transform: translateY(-25%);
      -webkit-transition: none;
      transition: none; }
  .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-3 .teaser a .copy {
    display: inline-block; }
  .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-4 .teaser a .copy {
    display: none; }
  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%; }
  /* ----------------------- 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,
  .news-header {
    min-height: 30vw; }
  .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 .calltoaction a.image {
      width: calc(30% - 10px); }
    .paragraphs .paragraph .calltoaction .copy {
      width: calc(70% - 30px); }
    .paragraphs .paragraph.paragraph-type-body .text .inline-iframe iframe {
      min-height: 500px; }
    .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a {
      max-height: 30vw; }
      .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a .image {
        height: 30vw; }
      .paragraphs .paragraph.paragraph-type-overview .overview-gallery.columns-1 .teaser a .text {
        width: 1240px; }
    .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; }
    .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 ---------------------------- */
  .donation.no-sidebar .donation__left {
    max-width: 890px; }
  /* ----------------------- 3.0 SIDEBAR --------------------------------- */
  /* ----------------------- 4.0 FOOTER --------------------------------- */
  #footer .footer-content .footer-menu > ul.menu > li {
    min-width: 20%; } }
/*# sourceMappingURL=styles.css.map */



div.fundraiser-item.toolate {

}

div.fundraiser-item.toolate .title {
    color: #888888;
}

div.fundraiser-item.toolate .stats {
    color: #888888;
}

div.fundraiser-item.toolate .stats .currency {
    color: #ff9959;
}

div.fundraiser-item.toolate .stats .placeholder:first-of-type {
    color: #ff9959;
}
   
div.fundraiser-item.toolate .stats .placeholder {
 
}


div.fundraiser-item.toolate .event-tag {
    background-color: #ff9959;
}


#edit-field-fundraiser-optin-und > div:nth-child(1) {
  display: none;
}


#xedit-field-fundraiser-optin-und--2 > div:nth-child(1) {
  display: none;
}

