/*!
Theme Name: Rebelwise
Theme URI: https://wordpress.org/themes/rebelwise/
Author: Martine Mulder @ Mowbi
Author URI: http://www.mowbi.it/
Description: A custom theme from Mowbi made exclusively for you.
Version: 1.0
Tags: responsive-layout, custom, mowbi, rebelwise, design, business, modern, layered
Text Domain: rebelwise
*/
/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-spacing: 0;
}

button, a {
  cursor: pointer;
}

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

img {
  margin: 10px;
}

iframe {
  max-width: 100%;
}

button, input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  cursor: pointer;
  background: white;
}

button, input[type=submit] {
  cursor: pointer;
}

input[type=checkbox] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  cursor: pointer;
}

textarea {
  resize: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button, input {
  border: none;
  outline: none;
}

input:focus {
  outline: none;
}

input[type=checkbox]:hover {
  cursor: pointer;
}

/* End reset */
/* Flexbox */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-align-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.flex-justify-self-start {
  justify-self: flex-start;
}

.flex-justify-self-end {
  justify-self: flex-end;
}

.bg-grey {
  background: #FBFBFB;
}

.bg-white {
  background: white;
}

.color-yellow {
  color: #F3B005;
}

body, html {
  height: 100%;
  position: relative;
}

html {
  margin-top: 0 !important;
}

body {
  height: auto;
  min-height: 100vh;
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.date {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.no-margin {
  margin: 0 !important;
}

/* Lists */
ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

ul {
  padding-left: 1rem;
}
ul li {
  padding-left: 0.25rem;
}

/* Background */
.has-background, .wpb_column .vc_column-inner, .wpb_single_image.full .vc_single_image-wrapper {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.border {
  height: 1px;
  margin: 20px 0;
  width: 100%;
  background: white;
}

.heavily-padded {
  padding: 7.75rem 0;
}

.averagely-padded {
  padding-right: 6.25rem;
  padding-left: 6.25rem;
}

.slightly-padded {
  padding: 3.75rem 0;
}

.hardly-padded {
  padding: 2.5rem 0;
}

.less-padding-bottom {
  padding-bottom: 1.25rem;
}

.page-block, .vc_row {
  position: relative;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
  margin-right: 0 !important;
}

/* Content layout */
.page-wrap {
  padding-top: 7.4375rem;
}

.content-section, .content, .page-wrap {
  position: relative;
}

.content-section {
  padding-top: 4rem;
}

.home .content-section {
  padding-top: 0;
}

.vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vc_row.vc_inner {
  padding-top: 0;
  padding-bottom: 0;
}
.vc_row.vc_inner.padding-medium, .overflow-left-column .vc_row.vc_inner.wpb_column.vc_column_container:first-of-type, .overflow-right-column .vc_row.vc_inner.wpb_column.vc_column_container:nth-of-type(2), .row-overlap-background-columns .vc_row.vc_inner.vc_col-sm-2:not(.vc_col-has-fill), .row-overlap-background-columns .vc_row.vc_inner.vc_col-sm-3:not(.vc_col-has-fill) {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.no-stretch-self {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.main-content > .vc_row, header > .vc_row, footer > .vc_row, .header-image > .vc_row, body > .vc_row {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 10vw;
  padding-left: 10vw;
}
.main-content > .vc_row.wide-row, header > .vc_row.wide-row, footer > .vc_row.wide-row, .header-image > .vc_row.wide-row, body > .vc_row.wide-row {
  padding-right: 3rem;
  padding-left: 3rem;
}
.main-content > .vc_row.slim-row, header > .vc_row.slim-row, footer > .vc_row.slim-row, .header-image > .vc_row.slim-row, body > .vc_row.slim-row {
  padding-right: 18vw;
  padding-left: 18vw;
}
.main-content > .vc_row.extra-slim-row, header > .vc_row.extra-slim-row, footer > .vc_row.extra-slim-row, .header-image > .vc_row.extra-slim-row, body > .vc_row.extra-slim-row {
  padding-right: 25%;
  padding-left: 25%;
}
.main-content > .vc_row.row-overlap-background-columns, header > .vc_row.row-overlap-background-columns, footer > .vc_row.row-overlap-background-columns, .header-image > .vc_row.row-overlap-background-columns, body > .vc_row.row-overlap-background-columns {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: inherit;
  align-content: inherit;
}
.main-content > .vc_row.no-stretch-row, header > .vc_row.no-stretch-row, footer > .vc_row.no-stretch-row, .header-image > .vc_row.no-stretch-row, body > .vc_row.no-stretch-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.main-content > .vc_row.bg-grey, header > .vc_row.bg-grey, footer > .vc_row.bg-grey, .header-image > .vc_row.bg-grey, body > .vc_row.bg-grey {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.header-image > .vc_row {
  padding-left: -moz-calc(10vw - 3rem);
  padding-left: -webkit-calc(10vw - 3rem);
  padding-left: calc(10vw - 3rem);
  padding-right: -moz-calc(10vw - 3rem);
  padding-right: -webkit-calc(10vw - 3rem);
  padding-right: calc(10vw - 3rem);
}

/* Grid */
.vc_row.vc_grid {
  display: block;
}

/* Hidden or visible */
.mobile-hidden, .hide-mobile {
  display: block;
}

.hidden, #wpadminbar, .desktop-hidden {
  display: none;
}

.hide-desktop {
  display: none !important;
}

html.touch .hidden-touch {
  display: none;
}
html.touch .hidden-non-touch {
  display: block;
}

html.non-touch .hidden-non-touch {
  display: none;
}
html.non-touch .hidden-touch {
  display: block;
}

/* Clearfix */
.logo:after, .content-wrap:after, body:after, .border:after, .column:after, .row:after, .vc_gitem-zone-mini:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media all and (max-width: 1400px) {
  .vc_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content-section {
    padding-top: 2rem;
  }

  .main-content > .vc_row, header > .vc_row, footer > .vc_row, .header-image > .vc_row, body > .vc_row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .main-content > .vc_row.slim-row, header > .vc_row.slim-row, footer > .vc_row.slim-row, .header-image > .vc_row.slim-row, body > .vc_row.slim-row {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .main-content > .vc_row.extra-slim-row, header > .vc_row.extra-slim-row, footer > .vc_row.extra-slim-row, .header-image > .vc_row.extra-slim-row, body > .vc_row.extra-slim-row {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .main-content > .vc_row.bg-grey, header > .vc_row.bg-grey, footer > .vc_row.bg-grey, .header-image > .vc_row.bg-grey, body > .vc_row.bg-grey {
    margin-top: 0;
    margin-bottom: 1.25rem;
  }

  .header-image > .vc_row {
    padding-left: -moz-calc(10vw - 3rem);
    padding-left: -webkit-calc(10vw - 3rem);
    padding-left: calc(10vw - 3rem);
    padding-right: -moz-calc(10vw - 3rem);
    padding-right: -webkit-calc(10vw - 3rem);
    padding-right: calc(10vw - 3rem);
  }
}
@media all and (max-width: 960px) {
  /* Padding */
  .heavily-padded {
    padding: 7.75rem 0;
  }

  .averagely-padded {
    padding: 6.25rem 0;
  }

  .slightly-padded {
    padding: 3.75rem 0;
  }

  .hardly-padded {
    padding: 1.25rem 0;
  }

  .first-page-block {
    padding-top: 3.75rem;
  }
}
@media all and (min-width: 1025px) {
  .vc_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
@media all and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }

  .hide-desktop {
    display: block !important;
  }

  .main-content > .vc_row, header > .vc_row, footer > .vc_row, .header-image > .vc_row, body > .vc_row {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .main-content > .vc_row.wide-row, header > .vc_row.wide-row, footer > .vc_row.wide-row, .header-image > .vc_row.wide-row, body > .vc_row.wide-row {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .main-content > .vc_row.slim-row, header > .vc_row.slim-row, footer > .vc_row.slim-row, .header-image > .vc_row.slim-row, body > .vc_row.slim-row {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .header-image > .vc_row {
    padding-left: -moz-calc(10vw - 2.5rem);
    padding-left: -webkit-calc(10vw - 2.5rem);
    padding-left: calc(10vw - 2.5rem);
    padding-right: -moz-calc(10vw - 2.5rem);
    padding-right: -webkit-calc(10vw - 2.5rem);
    padding-right: calc(10vw - 2.5rem);
  }

  .vc_row.vc_inner.padding-medium, .overflow-left-column .vc_row.vc_inner.wpb_column.vc_column_container:first-of-type, .overflow-right-column .vc_row.vc_inner.wpb_column.vc_column_container:nth-of-type(2), .row-overlap-background-columns .vc_row.vc_inner.vc_col-sm-2:not(.vc_col-has-fill), .row-overlap-background-columns .vc_row.vc_inner.vc_col-sm-3:not(.vc_col-has-fill) {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .page-wrap {
    padding-top: 5.9375rem;
  }

  /* Padding */
  .heavily-padded {
    padding: 6.25rem 0;
  }

  .averagely-padded {
    padding: 3.75rem 0;
  }

  .slightly-padded {
    padding: 2.5rem 0;
  }

  .hardly-padded {
    padding: 0.75rem 0;
  }

  .first-page-block {
    padding-top: 3.75rem;
  }

  /* Images */
  .featured-image {
    height: 25rem;
  }

  .column .featured-image {
    position: relative;
  }
}
@media all and (max-width: 768px) {
  .main-content > .vc_row, header > .vc_row, footer > .vc_row, .header-image > .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .main-content > .vc_row.wide-row, .main-content > .vc_row.slim-row, .main-content > .vc_row.extra-slim-row, header > .vc_row.wide-row, header > .vc_row.slim-row, header > .vc_row.extra-slim-row, footer > .vc_row.wide-row, footer > .vc_row.slim-row, footer > .vc_row.extra-slim-row, .header-image > .vc_row.wide-row, .header-image > .vc_row.slim-row, .header-image > .vc_row.extra-slim-row {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media all and (max-width: 480px) {
  .title-row {
    padding-bottom: 0.25rem !important;
  }

  .content-section {
    padding-top: 2.5rem;
  }

  .page-wrap {
    padding-top: 4.5rem;
  }

  .main-content > .vc_row, header > .vc_row, footer > .vc_row, .header-image > .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .main-content > .vc_row.wide-row, .main-content > .vc_row.slim-row, .main-content > .vc_row.extra-slim-row, header > .vc_row.wide-row, header > .vc_row.slim-row, header > .vc_row.extra-slim-row, footer > .vc_row.wide-row, footer > .vc_row.slim-row, footer > .vc_row.extra-slim-row, .header-image > .vc_row.wide-row, .header-image > .vc_row.slim-row, .header-image > .vc_row.extra-slim-row {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media all and (max-width: 360px) {
  .main-content > .vc_row, header > .vc_row, footer > .vc_row, .header-image > .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .main-content > .vc_row.wide-row, .main-content > .vc_row.slim-row, .main-content > .vc_row.extra-slim-row, header > .vc_row.wide-row, header > .vc_row.slim-row, header > .vc_row.extra-slim-row, footer > .vc_row.wide-row, footer > .vc_row.slim-row, footer > .vc_row.extra-slim-row, .header-image > .vc_row.wide-row, .header-image > .vc_row.slim-row, .header-image > .vc_row.extra-slim-row {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.page-link {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  margin-top: 0;
}
.page-link a {
  font-weight: 400;
  font-size: 1rem !important;
}

.archive-link-wrap {
  position: absolute;
  top: -9rem;
  z-index: 1;
}
.archive-link-wrap a {
  left: -1rem;
}

.next-page-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  bottom: -4rem;
  right: 0;
}
.next-page-link-wrap .vc_btn3-container {
  margin-top: 0;
}
.next-page-link-wrap a {
  right: -1rem;
}

.link-next-page {
  text-transform: uppercase !important;
}

.magic-icon-link {
  display: none;
}

html.non-touch .button:not([disabled]):hover, html.non-touch #cookie-law-info-bar .cookie_action_close_header:not([disabled]):hover, #cookie-law-info-bar html.non-touch .cookie_action_close_header:not([disabled]):hover, html.non-touch input[type=submit]:hover, html.non-touch .vc_btn3:hover {
  opacity: 0.75;
}

.vc_btn3-container {
  margin-top: 1.25rem;
}

.vc_btn3, .button, #cookie-law-info-bar .cookie_action_close_header, input[type=submit] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 0.5rem !important;
  -moz-border-radius: 0.5rem !important;
  border-radius: 0.5rem !important;
  text-transform: inherit !important;
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  text-decoration: none;
  border: 0.1875rem solid white !important;
  height: 3.4375rem !important;
}
.vc_btn3 br, .button br, #cookie-law-info-bar .cookie_action_close_header br, input[type=submit] br {
  display: none;
}
.vc_btn3 i, .button i, #cookie-law-info-bar .cookie_action_close_header i, input[type=submit] i {
  position: absolute;
  top: 0.65rem;
  font-size: 1.3rem !important;
}
.vc_btn3.read-more, .button.read-more, #cookie-law-info-bar .read-more.cookie_action_close_header, input.read-more[type=submit] {
  padding: 0 !important;
}
.vc_btn3.vc_btn3-style-modern, .button.vc_btn3-style-modern, #cookie-law-info-bar .vc_btn3-style-modern.cookie_action_close_header, input.vc_btn3-style-modern[type=submit] {
  background: #FA355B !important;
  color: white !important;
  border-color: #FA355B !important;
}
.vc_btn3.vc_btn3-style-outline, .button.vc_btn3-style-outline, #cookie-law-info-bar .vc_btn3-style-outline.cookie_action_close_header, input.vc_btn3-style-outline[type=submit] {
  background: transparent !important;
  color: #000000 !important;
  border-color: #F3B005 !important;
}
.vc_btn3.vc_btn3-style-flat, .button.vc_btn3-style-flat, #cookie-law-info-bar .vc_btn3-style-flat.cookie_action_close_header, input.vc_btn3-style-flat[type=submit] {
  background: transparent !important;
  border-color: transparent !important;
  color: #000000 !important;
  padding-left: 0 !important;
}

.disabled .vc_btn3, .disabled .button, .disabled #cookie-law-info-bar .cookie_action_close_header, #cookie-law-info-bar .disabled .cookie_action_close_header, .disabled input[type=submit] {
  background: #BCBCBC !important;
  border-color: #BCBCBC !important;
  color: white !important;
  pointer-events: none !important;
}

html.non-touch a[href^="tel:"] {
  pointer-events: none !important;
}

a[href="tel:"], a[href="mailto:"], a.linkedin-custom-link[href=""] {
  display: none;
}

.vc_btn3.vc_btn3-icon-right, .button.vc_btn3-icon-right, #cookie-law-info-bar .vc_btn3-icon-right.cookie_action_close_header, input.vc_btn3-icon-right[type=submit] {
  padding-right: 2.75rem !important;
}
.vc_btn3.vc_btn3-icon-right .vc_btn3-icon, .button.vc_btn3-icon-right .vc_btn3-icon, #cookie-law-info-bar .vc_btn3-icon-right.cookie_action_close_header .vc_btn3-icon, input.vc_btn3-icon-right[type=submit] .vc_btn3-icon {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  right: 0 !important;
  padding-right: 0.75rem !important;
}

.vc_btn3.vc_btn3-icon-left {
  padding-left: 2.75rem !important;
}
.vc_btn3.vc_btn3-icon-left .vc_btn3-icon {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: 0 !important;
  padding-left: 0.75rem !important;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1.25rem;
}
.button-group .button, .button-group #cookie-law-info-bar .cookie_action_close_header, #cookie-law-info-bar .button-group .cookie_action_close_header, .button-group input[type=submit] {
  margin-left: 1.25rem;
  margin-bottom: 0.75rem !important;
}

.button:disabled, #cookie-law-info-bar .cookie_action_close_header:disabled, input[type=submit]:disabled, button:disabled {
  opacity: 0.75;
  pointer-events: none;
}

.full-width {
  width: 100% !important;
}
.full-width .vc_btn3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100% !important;
}

html.non-touch .animated-button .button.vc_btn3-icon-right:hover i, html.non-touch .animated-button #cookie-law-info-bar .vc_btn3-icon-right.cookie_action_close_header:hover i, #cookie-law-info-bar html.non-touch .animated-button .vc_btn3-icon-right.cookie_action_close_header:hover i, html.non-touch .animated-button input.vc_btn3-icon-right[type=submit]:hover i, html.non-touch .animated-button .vc_btn3.vc_btn3-icon-right:hover i {
  right: -3rem !important;
}
html.non-touch .animated-button .button.vc_btn3-icon-right.vc_btn3-style-modern:hover i, html.non-touch .animated-button #cookie-law-info-bar .vc_btn3-icon-right.vc_btn3-style-modern.cookie_action_close_header:hover i, #cookie-law-info-bar html.non-touch .animated-button .vc_btn3-icon-right.vc_btn3-style-modern.cookie_action_close_header:hover i, html.non-touch .animated-button input.vc_btn3-icon-right.vc_btn3-style-modern[type=submit]:hover i, html.non-touch .animated-button .vc_btn3.vc_btn3-icon-right.vc_btn3-style-modern:hover i {
  color: #FA355B;
}
html.non-touch .animated-button .button.vc_btn3-icon-left:hover i, html.non-touch .animated-button #cookie-law-info-bar .vc_btn3-icon-left.cookie_action_close_header:hover i, #cookie-law-info-bar html.non-touch .animated-button .vc_btn3-icon-left.cookie_action_close_header:hover i, html.non-touch .animated-button input.vc_btn3-icon-left[type=submit]:hover i, html.non-touch .animated-button .vc_btn3.vc_btn3-icon-left:hover i {
  left: -3rem !important;
}

html.non-touch .link:hover {
  opacity: 0.75;
}

@media all and (max-width: 1024px) {
  .archive-link-wrap {
    top: -5rem;
  }
  .archive-link-wrap .vc_btn3-container {
    width: 100%;
  }
  .archive-link-wrap .vc_btn3-container .vc_btn3 {
    padding-right: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .next-page-link-wrap {
    bottom: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .vc_btn3, .button, #cookie-law-info-bar .cookie_action_close_header, input[type=submit] {
    height: 3.25rem !important;
  }

  .next-page-link-wrap a.vc_btn3, .archive-link-wrap a.vc_btn3 {
    font-size: 0.8rem !important;
  }
}
.card, .contact-field {
  -webkit-border-radius: 0.75rem !important;
  -moz-border-radius: 0.75rem !important;
  border-radius: 0.75rem !important;
  -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  background: white;
  margin-bottom: 1.25rem;
}

@media all and (max-width: 600px) {
  .card, .contact-field {
    padding: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .card, .contact-field {
    padding: 1.25rem;
  }
}
form {
  padding-top: 1.25rem;
}

.ajax-loader, span.wpcf7-not-valid-tip {
  display: none !important;
}

.form-group {
  margin-bottom: 0.75rem;
}
.form-group p {
  margin-bottom: 0;
}

label {
  width: 100%;
}

span.wpcf7-list-item {
  margin-left: 0 !important;
  margin: 0.75rem 0 0 0 !important;
}

.description {
  margin-top: 2rem;
}

input:not([type=submit]):not([type=checkbox]), select, textarea {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  width: 100%;
  background: #F0F0F0;
  padding: 0.5rem 0.75rem !important;
  outline: none !important;
  font-weight: 400;
  margin-top: 0.25rem;
  border: 0.1rem solid #F0F0F0;
}
input:not([type=submit]):not([type=checkbox]).wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-color: #FA355B;
}
input:not([type=submit]):not([type=checkbox]):focus, select:focus, textarea:focus {
  border-color: #57FFBB;
}

footer .form-group, .popup .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .form-group br, .popup .form-group br {
  display: none;
}
footer input[type=submit], .popup input[type=submit] {
  -webkit-border-radius: 0 0.5rem 0.5rem 0 !important;
  -moz-border-radius: 0 0.5rem 0.5rem 0 !important;
  border-radius: 0 0.5rem 0.5rem 0 !important;
  height: 2.5rem !important;
  margin-left: 0;
  border: 0.1rem solid #DEDEDE !important;
}
footer input:-webkit-autofill,
footer input:-webkit-autofill:hover,
footer input:-webkit-autofill:focus,
footer input:-webkit-autofill:active, .popup input:-webkit-autofill,
.popup input:-webkit-autofill:hover,
.popup input:-webkit-autofill:focus,
.popup input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
  -webkit-text-fill-color: #000000 !important;
}

footer input:not([type=submit]):not([type=checkbox]), footer select, footer textarea {
  -webkit-border-radius: 0.3rem 0 0 0.3rem !important;
  -moz-border-radius: 0.3rem 0 0 0.3rem !important;
  border-radius: 0.3rem 0 0 0.3rem !important;
  background: white;
  font-family: "Montserrat", sans-serif;
  border-color: white;
  margin-top: 0;
  height: 2.5rem !important;
}
footer input:not([type=submit]):not([type=checkbox]).wpcf7-not-valid, footer select.wpcf7-not-valid, footer textarea.wpcf7-not-valid {
  border-color: #FA355B;
}

input[type=submit], input[type=email], input[type=date] {
  min-height: 2.5rem;
}

input[type=submit] {
  background: #DEDEDE;
  color: #434343 !important;
  border: none !important;
  margin-left: 1.25rem;
}
input[type=submit]::after {
  content: "arrow_forward";
  font-family: "Material Icons";
}

.submit-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1.25rem;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #BCBCBC;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BCBCBC;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #BCBCBC;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BCBCBC;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #BCBCBC;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #BCBCBC;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F0F0F0 inset;
  -webkit-text-fill-color: #000000 !important;
}

input[type=checkbox] {
  -webkit-border-radius: 0.15rem;
  -moz-border-radius: 0.15rem;
  border-radius: 0.15rem;
  border: 0.1rem solid #BCBCBC;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.5rem;
  position: relative;
}

input[type=checkbox]:checked {
  background: #000000;
  border-color: #000000;
  color: white;
}
input[type=checkbox]:checked::after {
  content: "done";
  font-family: "Material Icons";
  position: absolute;
  left: 0.15rem;
  top: -0.1rem;
}

div.wpcf7-response-output, .error-message {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  border: none !important;
  background: #BCBCBC !important;
  margin: 2em 0.5em 1em;
  margin-left: 0 !important;
  padding: 0.75rem 1.25rem !important;
  margin-right: 0 !important;
}

span.wpcf7-not-valid-tip {
  color: #FA355B !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .error-message {
  background: #fc8098 !important;
  color: white !important;
}

div.wpcf7-mail-sent-ok {
  background: #d7ffef !important;
  color: #000000;
}

label.checkbox-label {
  font-weight: 400;
  line-height: 1rem;
}

@media all and (max-width: 1024px) {
  #meld-aan {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
@media all and (max-width: 768px) {
  form {
    padding-top: 3.75rem;
  }

  footer form {
    padding-top: 1.25rem !important;
  }
}
@media all and (max-width: 480px) {
  form {
    padding-top: 2.5rem;
  }

  footer form {
    padding-top: 1.25rem !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

iframe {
  display: block;
  margin: 10px auto;
}

img.aligncenter {
  margin: 0 auto;
  display: block;
}

i.arrow {
  font-size: 2rem;
  vertical-align: middle;
}
i.arrow.fa-long-arrow-right {
  margin-left: 0.75rem;
}
i.arrow.fa-long-arrow-left {
  margin-right: 0.75rem;
}

.vc_single_image-wrapper.vc_box_circle {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.vc_single_image-wrapper.vc_box_circle img {
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
}

.featured-image {
  display: block;
  height: 100%;
  width: 100%;
}
.featured-image img {
  margin: 0;
}

.header-image {
  min-height: -moz-calc(100vh - 7.4375rem);
  min-height: -webkit-calc(100vh - 7.4375rem);
  min-height: calc(100vh - 7.4375rem);
  height: -moz-calc(100vh);
  height: -webkit-calc(100vh);
  height: calc(100vh);
  background: #BCBCBC;
  border-left: 3rem solid white;
  border-right: 3rem solid white;
  color: white;
}
.header-image h1, .header-image h2, .header-image h3 {
  color: white;
}
.header-image > .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: flex-end;
  align-content: flex-end;
  height: 100%;
}
.header-image > .vc_row > div {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.vc_single_image-wrapper {
  margin-bottom: 15px;
}

.no-margin .vc_single_image-wrapper {
  margin-bottom: 0;
}

.image-caption {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.75rem !important;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: 300;
  margin-top: -3.5rem;
}
.image-caption strong, .image-caption b {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.image-caption .wpb_wrapper {
  background: white;
  padding: 0.75rem;
  width: 75%;
  margin-left: 25%;
  z-index: 1;
  position: relative;
}

html.non-touch a.featured-image:hover {
  opacity: 0.75;
}

.vc_figure {
  width: 100%;
}

.vc_single_image-wrapper {
  width: 100%;
}
.vc_single_image-wrapper img {
  margin: 0 !important;
}

.wpb_single_image.full .vc_single_image-wrapper {
  width: 100%;
  height: 33rem;
  overflow: hidden;
}
.wpb_single_image.full .vc_single_image-wrapper img {
  display: none !important;
}

.wpb_single_image {
  margin: 0 !important;
}

.vc_icon_element {
  display: inline;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner, .icon-element {
  width: 2rem !important;
  height: 2rem !important;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner i, .icon-element i {
  font-size: 2rem;
}

img.large-icon {
  margin-right: 1rem;
  vertical-align: middle;
  padding-bottom: 0.5rem;
}

@media all and (max-width: 1024px) {
  .header-image {
    height: -moz-calc(100vh - 10.4375rem);
    height: -webkit-calc(100vh - 10.4375rem);
    height: calc(100vh - 10.4375rem);
    min-height: 40rem;
  }
}
@media all and (max-width: 768px) {
  .header-image {
    height: -moz-calc(100vh - 1.5rem);
    height: -webkit-calc(100vh - 1.5rem);
    height: calc(100vh - 1.5rem);
    min-height: 40rem;
    border-width: 0 2.5rem 0 2.5rem;
  }

  .wpb_single_image.full-width-mobile img {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .header-image {
    border-width: 0 2rem 0 2rem;
  }
}
@media all and (max-width: 480px) {
  .header-image {
    height: -moz-calc(100vh - 5.5rem);
    height: -webkit-calc(100vh - 5.5rem);
    height: calc(100vh - 5.5rem);
    min-height: 30rem;
    border-width: 0 1rem 0 1rem;
  }
}
/* Rows */
.row-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vc_row {
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}

/* Columns */
.vc_gitem_row .vc_gitem-col {
  padding: 0;
}

.vc_column_container {
  padding-right: 2rem;
}

.vc_col-sm-2, .vc_col-sm-6 {
  padding-right: 30px !important;
}

.vc_col-sm-4 {
  padding-right: 30px !important;
}

.vc_col-sm-8 {
  padding-right: 30px !important;
}

.widget-row .vc_col-sm-4:not(.vc_grid-item) {
  padding-right: 15px !important;
}
.widget-row .vc_col-sm-4:not(.vc_grid-item):nth-of-type(3n+3) {
  padding-right: 0 !important;
}

.column {
  position: relative;
}

.column-full {
  width: 100%;
}

.vc_column-inner {
  padding: 0 !important;
  height: 100%;
}

.row-overlap-background-columns .vc_col-sm-3:not(.vc_col-has-fill) {
  width: -moz-calc(25% + 10rem);
  width: -webkit-calc(25% + 10rem);
  width: calc(25% + 10rem);
  margin-left: -10rem;
  margin-top: 3rem;
  z-index: 1;
  background: white;
}
.row-overlap-background-columns .vc_col-sm-3.vc_col-has-fill {
  background: #FBFBFB;
  margin-bottom: 17%;
}
.row-overlap-background-columns .vc_col-sm-2:not(.vc_col-has-fill) {
  width: -moz-calc(16.6% + 17rem);
  width: -webkit-calc(16.6% + 17rem);
  width: calc(16.6% + 17rem);
  margin-left: -15rem;
  margin-top: 3rem;
  z-index: 1;
  background: white;
}
.row-overlap-background-columns .vc_col-sm-2.vc_col-has-fill {
  width: -moz-calc(33%);
  width: -webkit-calc(33%);
  width: calc(33%);
  background: #FBFBFB;
  margin-bottom: 3rem;
}

.overflow-right-column .wpb_column.vc_column_container:nth-of-type(2) {
  margin-left: -6rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: white;
  z-index: 1;
}
.overflow-right-column .wpb_column.vc_column_container:nth-of-type(2).vc_col-sm-4 {
  width: -moz-calc(30% + 12rem);
  width: -webkit-calc(30% + 12rem);
  width: calc(30% + 12rem);
  margin-left: -12rem;
}
.overflow-right-column .vc_col-sm-6:first-of-type {
  width: 60%;
}
.overflow-right-column .vc_col-sm-6:last-of-type {
  width: 40%;
}
.overflow-right-column .vc_col-sm-4 {
  width: 40%;
}
.overflow-right-column .vc_col-sm-4:last-of-type {
  width: 30%;
}

.slim-row.overflow-right-column .wpb_column.vc_column_container:nth-of-type(2) {
  margin-left: -15rem;
  margin-bottom: 0;
  padding-top: 3.75rem !important;
  background: white;
  z-index: 1;
}
.slim-row.overflow-right-column .vc_col-sm-6:first-of-type {
  width: 60%;
}
.slim-row.overflow-right-column .vc_col-sm-6:last-of-type {
  width: -moz-calc(40% + 15rem);
  width: -webkit-calc(40% + 15rem);
  width: calc(40% + 15rem);
}

.overflow-left-column .wpb_column.vc_column_container:first-of-type {
  margin-right: -6rem;
  margin-left: 6rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background: white;
  z-index: 1;
}
.overflow-left-column .vc_col-sm-6:last-of-type {
  width: 60%;
}
.overflow-left-column .vc_col-sm-6:first-of-type {
  width: 40%;
}

/* Column padding */
.wpb_column.vc_column_container.padding-large {
  padding: 3.75rem 6.25rem !important;
}
.wpb_column.vc_column_container.padding-extra-large {
  padding: 6.25rem 7.75rem !important;
}
.wpb_column.vc_column_container.padding-medium, .row-overlap-background-columns .wpb_column.vc_column_container.vc_col-sm-3:not(.vc_col-has-fill), .row-overlap-background-columns .wpb_column.vc_column_container.vc_col-sm-2:not(.vc_col-has-fill), .overflow-right-column .wpb_column.vc_column_container:nth-of-type(2), .overflow-left-column .wpb_column.vc_column_container:first-of-type {
  padding: 2.5rem 3.75rem !important;
}
.wpb_column.vc_column_container.overlap-top {
  margin-top: -10rem;
}
.wpb_column.vc_column_container.no-padding-top {
  padding-top: 0 !important;
}
.wpb_column.vc_column_container.no-padding-bottom {
  padding-bottom: 0 !important;
}

@media all and (max-width: 1024px) {
  .vc_col-sm-2 {
    width: 50% !important;
  }

  .wpb_column.vc_column_container.padding-large {
    padding: 2.5rem 3.75rem !important;
  }
  .wpb_column.vc_column_container.padding-extra-large {
    padding: 3.75rem 6.25rem !important;
  }
  .wpb_column.vc_column_container.padding-medium, .row-overlap-background-columns .wpb_column.vc_column_container.vc_col-sm-3:not(.vc_col-has-fill), .row-overlap-background-columns .wpb_column.vc_column_container.vc_col-sm-2:not(.vc_col-has-fill), .overflow-right-column .wpb_column.vc_column_container:nth-of-type(2), .overflow-left-column .wpb_column.vc_column_container:first-of-type {
    padding: 2rem 2.5rem !important;
  }
  .wpb_column.vc_column_container.overlap-top {
    margin-top: -10rem;
  }
  .wpb_column.vc_column_container.no-padding-top {
    padding-top: 0 !important;
  }
  .wpb_column.vc_column_container.no-padding-bottom {
    padding-bottom: 0 !important;
  }

  .row-overlap-background-columns .vc_col-sm-3.vc_col-has-fill,
.row-overlap-background-columns .vc_col-sm-2.vc_col-has-fill {
    height: 25rem;
  }

  .row-overlap-background-columns .vc_col-sm-2:not(.vc_col-has-fill) {
    margin-left: -9rem;
  }

  .overflow-right-column .wpb_column.vc_column_container:nth-of-type(2) {
    margin-left: -40%;
  }
  .overflow-right-column .wpb_column.vc_column_container:nth-of-type(2).vc_col-sm-4 {
    margin-left: -40%;
    width: 60%;
  }
  .overflow-right-column .vc_col-sm-6:first-of-type {
    width: 80%;
  }
  .overflow-right-column .vc_col-sm-6:last-of-type {
    width: 60%;
  }
  .overflow-right-column .vc_col-sm-4:first-of-type {
    width: 80%;
    margin-bottom: 3rem;
  }
  .overflow-right-column .vc_col-sm-4:last-of-type {
    width: 60%;
    margin-left: 40%;
  }

  .overflow-left-column .wpb_column.vc_column_container:first-of-type {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 3rem;
    margin-top: 17rem;
  }
  .overflow-left-column .vc_col-sm-6:last-of-type {
    width: -moz-calc(100% - 6rem) !important;
    width: -webkit-calc(100% - 6rem) !important;
    width: calc(100% - 6rem) !important;
    position: absolute;
    height: 25rem;
    padding-right: 0 !important;
    padding-left: 3rem !important;
    right: 3rem;
  }
  .overflow-left-column .vc_col-sm-6:first-of-type {
    width: 60%;
  }
}
@media all and (max-width: 768px) {
  .wpb_column.vc_column_container.bg-grey .wpb_wrapper {
    text-align: center;
  }
  .wpb_column.vc_column_container.bg-grey .wpb_wrapper .vc_message_box {
    width: auto;
    display: inline-block;
  }
  .wpb_column.vc_column_container.bg-grey .wpb_wrapper .vc_btn3-container {
    width: 100%;
    display: block;
  }

  .wpb_column.vc_column_container {
    padding-right: 0 !important;
  }

  .wpb_column, .wpb_text_column, .vc_col-sm-6 {
    width: 100% !important;
  }

  .vc_col-sm-6:not(.vc_grid-item):first-of-type,
.vc_col-sm-4:not(.vc_grid-item),
.vc_col-sm-4:not(.vc_grid-item):nth-of-type(3n+3),
.vc_col-sm-6:not(.vc_grid-item):last-of-type {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .overflow-right-column .wpb_column.vc_column_container {
    width: -moz-calc(100% - 2.5rem);
    width: -webkit-calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
  }
  .overflow-right-column .wpb_column.vc_column_container:nth-of-type(2) {
    margin-left: 3rem;
    margin-top: -12rem;
    margin-bottom: 0;
  }
  .overflow-right-column .wpb_column.vc_column_container:nth-of-type(2).vc_col-sm-4 {
    margin-left: 3rem;
  }

  .overflow-right-column .vc_col-sm-4:last-of-type {
    width: 100%;
    margin-left: 5rem;
  }

  .row-overlap-background-columns .vc_col-sm-2.vc_col-has-fill {
    height: 15rem;
    margin-top: 0;
  }

  .row-overlap-background-columns .vc_col-sm-2:not(.vc_col-has-fill) {
    width: -moz-calc(100% - 5rem);
    width: -webkit-calc(100% - 5rem);
    width: calc(100% - 5rem);
    margin-top: -12rem;
    margin-left: 6rem;
    margin-bottom: 1.25rem;
  }

  .slim-row.overflow-right-column .wpb_column.vc_column_container:nth-of-type(2) {
    margin-left: 3rem;
  }

  .row-overlap-background-columns .vc_col-sm-3.vc_col-has-fill {
    margin-bottom: 0;
  }

  .row-overlap-background-columns .vc_col-sm-3:not(.vc_col-has-fill) {
    margin-left: 3rem;
    margin-top: -18rem;
  }

  .vc_col-has-fill:not(.bg-grey) {
    height: 25rem;
  }

  .wpb_column.vc_column_container.padding-medium, .row-overlap-background-columns .wpb_column.vc_column_container.vc_col-sm-3:not(.vc_col-has-fill), .row-overlap-background-columns .wpb_column.vc_column_container.vc_col-sm-2:not(.vc_col-has-fill), .overflow-right-column .wpb_column.vc_column_container:nth-of-type(2), .overflow-left-column .wpb_column.vc_column_container:first-of-type {
    padding: 2rem 2.5rem !important;
  }
  .wpb_column.vc_column_container.padding-large {
    padding: 2.5rem 2.5rem !important;
  }
  .wpb_column.vc_column_container.padding-extra-large {
    padding: 3rem 6.25rem !important;
  }

  #meld-aan {
    width: -moz-calc(100% - 3rem);
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
    margin-left: 3rem;
    margin-top: -12rem;
    background: white;
    padding-left: 2.5rem !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media all and (max-width: 480px) {
  .wpb_column.vc_column_container.overlap-top {
    margin-top: 0;
  }

  .wpb_column.vc_column_container:not(.bg-grey).padding-medium, .row-overlap-background-columns .wpb_column.vc_column_container.vc_col-sm-3:not(.bg-grey):not(.vc_col-has-fill), .row-overlap-background-columns .wpb_column.vc_column_container.vc_col-sm-2:not(.bg-grey):not(.vc_col-has-fill), .overflow-right-column .wpb_column.vc_column_container:not(.bg-grey):nth-of-type(2), .overflow-left-column .wpb_column.vc_column_container:not(.bg-grey):first-of-type {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wpb_column.vc_column_container:not(.bg-grey).padding-large {
    padding-top: 0.75rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wpb_column.vc_column_container:not(.bg-grey).padding-extra-large {
    padding-top: 0.75rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wpb_column.vc_column_container.bg-grey.padding-medium, .row-overlap-background-columns .wpb_column.vc_column_container.bg-grey.vc_col-sm-3:not(.vc_col-has-fill), .row-overlap-background-columns .wpb_column.vc_column_container.bg-grey.vc_col-sm-2:not(.vc_col-has-fill), .overflow-right-column .wpb_column.vc_column_container.bg-grey:nth-of-type(2), .overflow-left-column .wpb_column.vc_column_container.bg-grey:first-of-type {
    padding-top: 2rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .wpb_column.vc_column_container.bg-grey.padding-large {
    padding-top: 0.75rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .wpb_column.vc_column_container.bg-grey.padding-extra-large {
    padding-top: 0.75rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .row-overlap-background-columns .vc_col-sm-3:not(.vc_col-has-fill),
.overflow-right-column .wpb_column.vc_column_container:nth-of-type(2),
.overflow-right-column .wpb_column.vc_column_container:nth-of-type(2).vc_col-sm-4,
.overflow-right-column .vc_col-sm-4:last-of-type,
#meld-aan,
.row-overlap-background-columns .vc_col-sm-2:not(.vc_col-has-fill),
.slim-row.overflow-right-column .wpb_column.vc_column_container:nth-of-type(2) {
    margin-top: 0;
    margin-left: 0;
  }

  .overflow-right-column .vc_col-sm-4:first-of-type {
    margin-bottom: 0;
  }

  #meld-aan {
    padding-left: 0 !important;
    padding-top: 2rem !important;
  }

  .vc_col-has-fill:not(.bg-grey),
.row-overlap-background-columns .vc_col-sm-3.vc_col-has-fill,
.row-overlap-background-columns .vc_col-sm-2.vc_col-has-fill {
    height: 75vw;
    margin-bottom: 0;
  }

  .slim-row.overflow-right-column .wpb_column.vc_column_container:nth-of-type(2) {
    padding-top: 2rem !important;
    padding-bottom: 0 !important;
  }
}
.posts {
  margin-top: 2.5rem;
}
.posts .vc_pageable-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.posts .vc_grid-item {
  padding-bottom: 3rem !important;
  width: 50% !important;
}
.posts .vc_grid-item .vc_gitem-col {
  padding: 0;
}
.posts .vc_grid-item .vc_gitem-zone {
  padding-top: 1.25rem;
}
.posts .vc_grid-item:nth-of-type(odd) {
  padding-right: 3.75rem !important;
}
.posts .vc_grid-item:nth-of-type(even) {
  padding-left: 3.75rem !important;
  margin-left: -0.5rem;
  padding-right: 0 !important;
}
.posts .vc_grid-item .vc_btn3-container {
  margin-bottom: 0;
}
.posts .vc_grid-item-mini {
  -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  height: 93%;
  padding: 3.75rem 3.75rem 2.5rem 3.75rem;
  position: relative;
  margin-left: 2.5rem;
  margin-top: 2.5rem;
  background: white;
}
.posts .vc_grid-item-mini::before {
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0.2rem solid #F3B005;
  left: -2.5rem;
  top: -2.5rem;
  z-index: -1;
}
.posts h3 {
  margin-top: 0.75rem;
}

.post-grid-image {
  height: 12rem;
}

.vc_grid-filter {
  font-family: "Montserrat", sans-serif !important;
}

.vc_grid-filter-select {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.1rem !important;
}
.vc_grid-filter-select .vc_grid-styled-select {
  padding-right: 0 !important;
  border: none !important;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
.vc_grid-filter-select select {
  font-family: "Montserrat", sans-serif !important;
  background: #EBEBEB !important;
  margin-top: 0;
  color: #434343 !important;
}

.vc_grid-filter-select .vc_grid-styled-select select {
  font-size: 1.1rem !important;
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
  padding: 0.25rem 0.75rem !important;
}

.vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon {
  color: #434343 !important;
  position: absolute;
  right: 2rem;
  top: 2rem;
  display: block !important;
}

.vc_gitem-post-data-source-post_date {
  margin-right: 1.25rem;
}

.vc_gitem-post-data-source-post_date, .vc_gitem-post-data-source-post_author {
  display: inline-block;
  position: relative;
}
.vc_gitem-post-data-source-post_date > div, .vc_gitem-post-data-source-post_author > div {
  display: inline;
}
.vc_gitem-post-data-source-post_date::before, .vc_gitem-post-data-source-post_author::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: url("https://rebelwise.com/wp-content/images/icons/calendar.svg");
  float: left;
  margin-right: 0.5rem;
  padding-top: 0.1rem;
}

.vc_gitem-post-data-source-post_author::before {
  content: url("https://rebelwise.com/wp-content/images/icons/edit.svg");
}

#single-post-wrap .vc_col-sm-6:not(.vc_grid-item):first-of-type {
  width: 50%;
}
#single-post-wrap .vc_col-sm-6:not(.vc_grid-item):last-of-type {
  width: 30%;
  margin-left: 20%;
  padding-right: 0 !important;
}
#single-post-wrap .vc_col-sm-6:not(.vc_grid-item):last-of-type .vc_column-inner .wpb_wrapper {
  height: 100%;
}
#single-post-wrap .vc_col-sm-6:not(.vc_grid-item):last-of-type .vc_column-inner .wpb_wrapper > .vc_row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  height: 100%;
}

.call-to-action.sticky {
  position: fixed;
  top: 3rem;
}
.call-to-action.glued {
  position: absolute;
  bottom: 0;
  top: auto;
}

@media all and (max-width: 1400px) {
  #single-post-wrap .vc_col-sm-6:not(.vc_grid-item):last-of-type {
    width: 45%;
    margin-left: 5%;
  }
}
@media all and (max-width: 1024px) {
  .post-grid-image {
    height: 9rem;
  }

  .posts .vc_grid-item .vc_gitem-zone {
    padding-top: 1.25rem;
  }
  .posts .vc_grid-item:nth-of-type(odd) {
    padding-right: 1.25rem !important;
  }
  .posts .vc_grid-item:nth-of-type(even) {
    padding-left: 1.25rem !important;
  }
  .posts .vc_grid-item-mini {
    padding: 2.5rem 2.5rem 1.25rem 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .vc_grid-pagination .vc_grid-pagination-list {
    margin-top: 0 !important;
  }

  .vc_grid-filter-select.vc_grid-filter-center {
    text-align: right !important;
    margin-right: 1rem;
    margin-bottom: 2rem;
  }

  .vc_grid-filter-select .vc_grid-styled-select {
    height: 40px !important;
  }
  .vc_grid-filter-select .vc_grid-styled-select select {
    height: 40px !important;
  }

  .posts {
    margin-top: 1.25rem;
  }
  .posts .vc_grid-item {
    width: 98% !important;
  }
  .posts .vc_grid-item:nth-of-type(odd) {
    padding-right: 0 !important;
  }
  .posts .vc_grid-item:nth-of-type(even) {
    padding-left: 0 !important;
    margin-left: 0;
  }

  #single-post-wrap .vc_col-sm-6:not(.vc_grid-item):last-of-type {
    margin-top: 2rem;
    margin-left: 0;
  }

  .call-to-action.sticky {
    position: relative;
    top: auto;
  }
  .call-to-action.glued {
    position: relative;
    bottom: auto;
    top: auto;
  }
}
@media all and (max-width: 480px) {
  .posts .vc_grid-item-mini {
    padding: 2rem 2rem 1rem 2rem;
    margin-left: 2rem;
    margin-top: 2rem;
  }

  .posts .vc_grid-item-mini::before {
    left: -2rem;
    top: -2rem;
  }

  .posts .vc_grid-item {
    padding-bottom: 2.5rem !important;
  }

  .posts .vc_grid-item-mini {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    height: 100%;
    border: 0.2rem solid #F3B005;
    padding: 1.75rem 1.75rem 1rem 1.75rem;
    margin-left: 0;
    margin-top: 0;
  }

  .posts .vc_grid-item-mini::before {
    display: none;
  }
}
.meetups {
  margin: 3.75rem 0;
}
.meetups .vc_pageable-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: inherit;
  align-content: inherit;
}
.meetups .vc_grid-item-mini {
  border: 0.1rem solid #F0F0F0;
  padding: 1.25rem;
  height: 100%;
}
.meetups .vc_col-sm-12.vc_gitem-col {
  padding-bottom: 5.5rem;
}
.meetups .vc_gitem-zone, .meetups .vc_gitem-zone-mini, .meetups .vc_gitem_row {
  height: 100%;
}
.meetups .vc_btn3, .meetups .button, .meetups #cookie-law-info-bar .cookie_action_close_header, #cookie-law-info-bar .meetups .cookie_action_close_header, .meetups input[type=submit] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80% !important;
}
.meetups .vc_grid-item {
  width: 24.9%;
}
.meetups .vc_grid-item .vc_btn3-container {
  width: 100% !important;
  display: none !important;
  position: absolute;
  left: 0;
  bottom: 0;
}
.meetups .vc_grid-item.past * {
  opacity: 0.85;
}
.meetups .vc_grid-item.past .disabled {
  display: block !important;
}
.meetups .vc_grid-item.past .disabled .vc_btn3 {
  background: #434343 !important;
  border-color: #434343 !important;
}
.meetups .vc_grid-item.present .vc_btn3-container:not(.disabled) {
  display: block !important;
}
.meetups .meetup-datum {
  margin: 2.5rem 0;
  font-size: 1.1rem;
  text-align: center;
  color: black;
}
.meetups .meetup-datum::before {
  content: url("https://rebelwise.com/wp-content/images/icons/calendar.svg");
  margin-right: 1rem;
  padding-top: 0.25rem;
}

html.non-touch .meetups .vc_grid-item:not(.past):hover .vc_grid-item-mini {
  -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  border-color: white;
}

@media all and (max-width: 1200px) and (min-width: 480px) {
  .meetups .vc_grid-item {
    width: 49.9%;
  }
}
@media all and (max-width: 768px) {
  .meetups {
    margin: 2rem 0;
  }
  .meetups .vc_grid-item {
    float: left !important;
  }
}
@media all and (max-width: 600px) {
  .meetups .vc_grid-item {
    width: 99.9%;
    padding-right: 0 !important;
  }
}
.home .contact-field-row {
  background: #F0F0F0;
}

.contact-field {
  padding: 6.25rem;
}
.contact-field > .vc_row {
  padding: 0;
}
.contact-field form {
  padding-top: 3.75rem;
}

.contact-column {
  padding-top: 3.75rem;
}
.contact-column .wpb_text_column:last-of-type {
  padding-top: 40px;
}

.contact {
  font-weight: 400 !important;
}
.contact.email {
  text-decoration: underline !important;
}

@media all and (max-width: 1200px) {
  .contact-field {
    padding: 3.75rem;
  }
}
@media all and (max-width: 960px) {
  .contact-field-row, .home .contact-field-row {
    background: white;
  }

  .home .contact-field-row {
    padding-top: 0;
  }

  .contact-field {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background: transparent;
    padding: 0;
  }
  .contact-field form {
    padding-top: 2rem;
  }

  .contact-column {
    padding-top: 1.25rem;
    order: 2;
  }
  .contact-column * {
    text-align: center !important;
  }
}
body, input, textarea, select {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #434343;
}

blockquote {
  font-family: "Montserrat", sans-serif;
  padding: 0 0 3rem 4.5rem;
  position: relative;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
}
blockquote::before, blockquote::after {
  content: url(https://rebelwise.com/wp-content/images/quoteoranje.svg);
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
}
blockquote::before {
  left: 0;
  top: -0.5rem;
}
blockquote::after {
  content: url(https://rebelwise.com/wp-content/images/quoteoranje2.svg);
  right: 0;
}

p {
  margin-bottom: 2rem;
  width: 100%;
}

em {
  font-style: italic;
}

.small-text, .contact-link, footer .vc_row:last-of-type {
  font-size: 0.85rem;
  line-height: 1.4rem;
}

.medium-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.large-text, .timeline .data, .intro-text {
  font-size: 1.3rem;
  line-height: 1.9rem;
}

.normal-text {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.intro-text {
  margin-bottom: 2.5rem !important;
}

a {
  color: #434343;
}

a.non-active {
  cursor: default;
}

a.link, .wpb_text_column a {
  text-decoration: underline;
}

.wpb_text_column a, .vc_message_box a {
  color: #FA355B;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, .vc_btn3, .button, #cookie-law-info-bar .cookie_action_close_header, input[type=submit], #back-to-top {
  font-family: "Montserrat", serif;
  color: #000000;
}

.vc_btn3, .button, #cookie-law-info-bar .cookie_action_close_header, input[type=submit], #back-to-top {
  font-weight: 700;
}

h1 {
  font-size: 3.8rem;
  line-height: 4.2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  clear: both;
}

.yellow-zigzag, .black-zigzag {
  margin-bottom: 3rem !important;
}
.yellow-zigzag h1::after, .yellow-zigzag h2::after, .yellow-zigzag h3::after, .black-zigzag h1::after, .black-zigzag h2::after, .black-zigzag h3::after {
  content: url("https://rebelwise.com/wp-content/images/zigzag-yellow.svg");
  left: 12%;
  position: absolute;
  bottom: -1.75rem;
}

.yellow-zigzag h1[style*="text-align: center"]::after {
  left: 30%;
}

.black-zigzag h1[style*="text-align: center"]::after, .black-zigzag h2[style*="text-align: center"]::after, .black-zigzag h3[style*="text-align: center"]::after {
  left: -moz-calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
}
.black-zigzag h1::after, .black-zigzag h2::after, .black-zigzag h3::after {
  content: url("https://rebelwise.com/wp-content/images/zigzag-black.svg");
  left: 20%;
}

h2 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

h3 {
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

h4 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

h5 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 1.25rem;
  }

  h2 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }

  h3 {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
}
@media all and (max-width: 768px) {
  h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
@media all and (max-width: 600px) {
  h1 {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .yellow-zigzag h1::after, .yellow-zigzag h2::after, .yellow-zigzag h3::after, .black-zigzag h1::after, .black-zigzag h2::after, .black-zigzag h3::after {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    bottom: -1.4rem;
  }

  .yellow-zigzag h1::after, .yellow-zigzag h2::after, .yellow-zigzag h3::after {
    content: url("/wp-content/images/zigzag-yellow-short.svg");
    width: 5rem;
    left: 10%;
  }

  .black-zigzag h1::after, .black-zigzag h3::after, .black-zigzag h3::after {
    left: 8%;
  }

  .yellow-zigzag, .black-zigzag {
    margin-bottom: 2rem !important;
  }
}
@media all and (max-width: 480px) {
  h1 {
    font-size: 1.9rem;
    line-height: 2.2rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
header#main {
  font-family: "Montserrat", sans-serif;
  z-index: 6;
  position: absolute;
  right: 0;
  height: 7.4375rem;
  font-size: 1.1rem;
  left: 0;
  padding: 0 3rem;
}
header#main h2 {
  font-weight: 700;
  font-size: 1.9rem;
}
header#main .home-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: -moz-calc(50% - 95px);
  left: -webkit-calc(50% - 95px);
  left: calc(50% - 95px);
  top: 0;
  height: 100%;
  position: absolute;
}
header#main .home-link h2 {
  margin-bottom: 0;
}
header#main .button, header#main #cookie-law-info-bar .cookie_action_close_header, #cookie-law-info-bar header#main .cookie_action_close_header, header#main input[type=submit], header#main .vc_btn3 {
  font-size: 1.05rem !important;
  font-weight: 600;
  margin-right: 2rem;
}
header#main .button.vc_btn3-style-flat, header#main #cookie-law-info-bar .vc_btn3-style-flat.cookie_action_close_header, #cookie-law-info-bar header#main .vc_btn3-style-flat.cookie_action_close_header, header#main input.vc_btn3-style-flat[type=submit], header#main .vc_btn3.vc_btn3-style-flat {
  padding-left: 0 !important;
}
header#main .wpb_wrapper, header#main .wpb_content_element {
  height: 100%;
}
header#main .wpb_column:nth-of-type(2) .wpb_wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header#main .wpb_column:last-of-type .wpb_wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header#main .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header#main .wpb_content_element {
  margin-bottom: 0;
}
header#main > .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
header#main a {
  text-decoration: none;
  color: #000000;
}

.social-platforms-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-platforms-wrap a {
  padding: 0 0.5rem;
}

@media all and (max-width: 1024px) {
  .social-platforms-element {
    top: -moz-calc(100% + .5rem);
    top: -webkit-calc(100% + .5rem);
    top: calc(100% + .5rem);
    position: absolute;
    right: 0;
    height: auto !important;
    width: auto !important;
  }

  .home .social-platforms-element {
    top: -moz-calc(100% + 2.5rem);
    top: -webkit-calc(100% + 2.5rem);
    top: calc(100% + 2.5rem);
    right: 1.5rem;
  }

  .social-platforms-wrap {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    padding: 0.5rem 0.5rem;
    background: #F0F0F0;
  }
  .social-platforms-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.5rem;
  }
  .social-platforms-wrap a img {
    width: 1.25rem;
    vertical-align: baseline;
  }

  header#main .vc_col-sm-4:last-of-type .vc_btn3-container:nth-child(2) .vc_btn3 {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}
@media all and (max-width: 768px) {
  header#main {
    padding: 0 2.5rem;
    height: 5.9375rem;
  }
  header#main .vc_column_container {
    width: 33% !important;
    height: 100%;
  }
  header#main .vc_column_container:last-of-type .vc_btn3-container a {
    margin-right: 0;
  }

  .home .social-platforms-element {
    top: -moz-calc(100% + 1.5rem);
    top: -webkit-calc(100% + 1.5rem);
    top: calc(100% + 1.5rem);
    right: 1rem;
  }
}
@media all and (max-width: 600px) {
  header#main {
    padding: 0 2rem;
  }
  header#main .vc_btn3.vc_btn3-style-modern {
    font-size: 0.8rem !important;
    height: 2.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  header#main h2 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  header#main {
    height: 4.5rem;
    padding: 0 1rem;
  }
  header#main .vc_btn3-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  header#main .vc_btn3.vc_btn3-icon-right {
    padding-right: 2.25rem !important;
  }
  header#main .vc_btn3.vc_btn3-style-modern {
    -webkit-border-radius: 0.5rem !important;
    -moz-border-radius: 0.5rem !important;
    border-radius: 0.5rem !important;
    width: 2.75rem !important;
    height: 2.75rem !important;
    color: #FA355B !important;
    overflow: hidden;
  }
  header#main .vc_btn3.vc_btn3-style-modern::after {
    background: url("https://rebelwise.com/wp-content/images/icons/tools_full_3.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    content: "";
    top: 0.4rem;
    left: 0.4rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media all and (max-width: 360px) {
  header#main h2 {
    font-size: 1.3rem;
  }
  header#main .vc_btn3.vc_btn3-icon-right {
    font-size: 1rem !important;
  }
}
/* Main menu */
.menu-open header#main {
  background: #F0F0F0;
  border-color: #F0F0F0;
}

.menu-open header#main, .menu-open .menu-wrap {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.menu-open .menu-wrap {
  background: #F0F0F0;
  height: auto;
}
.menu-open .menu-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.25rem 3rem 1.25rem 3rem;
  height: 100%;
  opacity: 1;
}
.menu-open .menu-wrap ul li {
  display: block;
}

.menu-wrap {
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
}
.menu-wrap ul {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.menu-wrap li {
  display: none;
  font-size: 1em;
  padding: 1.5rem 2.25rem;
  position: relative;
}
.menu-wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: flex-end;
  align-content: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  color: #FA355B;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
}
.menu-wrap li .menu-image-title {
  width: 100%;
}
.menu-wrap li img {
  max-width: 60px !important;
  height: 60px !important;
  object-fit: contain;
  padding-bottom: 0.75rem !important;
  margin: 0 !important;
}
.menu-wrap li::after {
  top: -moz-calc(50% - 2rem);
  top: -webkit-calc(50% - 2rem);
  top: calc(50% - 2rem);
  content: "";
  width: 0.1rem;
  background: rgba(188, 188, 188, 0.25);
  height: 4rem;
  right: 0;
  position: absolute;
}

@media all and (min-width: 769px) {
  .menu-wrap li:nth-last-child(3)::after {
    display: none;
  }
}
html.non-touch .menu-wrap li a:hover,
.menu-wrap li.current-menu-item a, .menu-wrap li.current-page-ancestor a {
  opacity: 0.5;
}

@media all and (max-width: 1024px) and (min-width: 769px) {
  .menu-wrap li {
    padding: 1.5rem 1.75rem;
    width: 25%;
  }
  .menu-wrap li:nth-of-type(4n+4)::after {
    display: none;
  }
}
@media all and (max-width: 768px) and (min-width: 481px) {
  .menu-wrap li {
    padding: 1.5rem;
    width: 33%;
  }
  .menu-wrap li:nth-of-type(3n+3)::after {
    display: none;
  }

  .menu-open .menu-wrap ul {
    padding: 1.25rem 2.5rem 1.25rem 2.5rem;
  }
}
@media all and (max-width: 480px) {
  .menu-wrap li {
    padding: 1.25rem 1rem;
    width: 50%;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .menu-wrap li img {
    max-width: 50px !important;
    height: 50px !important;
  }
  .menu-wrap li:nth-of-type(2n+2)::after {
    display: none;
  }

  .menu-open .menu-wrap ul {
    padding: 0.5rem 1rem 1.25rem 1em;
  }
}
@media all and (max-width: 360px) {
  .menu-wrap li {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 7.75rem 0 2rem 0;
  background: #FBFBFB;
  color: #000000;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  margin-top: 7.75rem;
}
footer .wpb_content_element {
  margin-bottom: 0;
}
footer .vc_row {
  padding-top: 0;
  padding-bottom: 0;
}
footer .vc_row, footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .vc_row:nth-child(2), footer .row:nth-child(2) {
  padding-top: 0;
  padding-bottom: 3.75rem;
}
footer ul {
  padding-left: 0;
  float: left;
}
footer ul li {
  list-style-type: none;
  display: block;
  margin: 0 0.75rem;
  font-weight: 300;
}
footer ul li a {
  text-decoration: none !important;
  color: #000000 !important;
  font-weight: 300;
}
footer .vc_row:last-of-type {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #434343;
  font-weight: 600;
}

html.non-touch footer li a:hover {
  font-weight: 600;
}

/* Back to top */
#back-to-top {
  -webkit-border-radius: 1.25rem 1.25rem 0 0;
  -moz-border-radius: 1.25rem 1.25rem 0 0;
  border-radius: 1.25rem 1.25rem 0 0;
  background: transparent;
  position: absolute;
  top: -5rem;
  left: -moz-calc(50% - 57px);
  left: -webkit-calc(50% - 57px);
  left: calc(50% - 57px);
  width: 7.125rem;
  height: 5rem;
  color: #000000;
  z-index: 5;
  text-align: center;
  padding: 0.75rem 0;
  border: 0.1875rem solid #F3B005;
  border-width: 0.1875rem 0.1875rem 0 0.1875rem;
}
#back-to-top i {
  font-size: 2rem;
}

.home #back-to-top {
  display: none !important;
}

.contact-link {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -0.75rem;
  top: 50vh;
  position: fixed;
  text-decoration: none;
}
.contact-link i {
  font-size: 1rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}

html.non-touch #back-to-top:hover {
  border-color: #FA355B;
  color: #FA355B;
}

@media all and (max-width: 1024px) {
  footer {
    padding: 4rem 0 2rem 0;
    margin-top: 5rem;
  }
  footer .vc_row:first-of-type {
    padding-bottom: 2rem;
  }
  footer .vc_row:first-of-type .vc_column_container:first-of-type {
    width: 15% !important;
  }
  footer .vc_row:first-of-type .vc_column_container:not(:first-of-type) {
    width: 42.5%;
  }
  footer .vc_row:first-of-type .vc_column_container:last-of-type {
    width: 100%;
    padding-left: 15%;
    padding-top: 2rem;
  }
}
@media all and (max-width: 768px) {
  .contact-link {
    left: -1.25rem;
  }

  .home .contact-link {
    left: -1rem;
  }

  footer ul li {
    margin-left: 0;
    margin-right: 1.25rem;
  }
  footer .vc_row:first-of-type .vc_column_container:not(:first-of-type) {
    width: 100%;
    padding-left: 3rem !important;
    padding-bottom: 2.5rem;
  }
  footer .vc_row:first-of-type .vc_column_container:first-of-type {
    width: auto !important;
    position: absolute;
    right: 5rem;
  }
  footer .vc_row:first-of-type .vc_column_container:last-of-type {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media all and (max-width: 600px) {
  .contact-link {
    display: none;
  }

  footer .vc_row:first-of-type .vc_column_container:not(:first-of-type) {
    padding-left: 0 !important;
  }

  footer .vc_row:first-of-type .vc_column_container:first-of-type {
    right: 2rem;
  }
}
@media all and (max-width: 480px) {
  footer {
    padding: 2.5rem 0 2rem 0;
  }
  footer .form-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer input[type=submit], footer .wpcf7-form-control-wrap {
    width: 100%;
  }
  footer input[type=submit] {
    -webkit-border-radius: 0.5rem !important;
    -moz-border-radius: 0.5rem !important;
    border-radius: 0.5rem !important;
  }

  footer input:not([type=submit]):not([type=checkbox]), footer select, footer textarea {
    -webkit-border-radius: 0.3rem !important;
    -moz-border-radius: 0.3rem !important;
    border-radius: 0.3rem !important;
  }

  footer .vc_row:first-of-type .vc_column_container:first-of-type {
    position: relative;
    right: 0;
    width: 100% !important;
    margin-bottom: 0.75rem;
  }
  footer .vc_row:first-of-type .vc_column_container:first-of-type .vc_single_image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
  }
}
@media all and (max-width: 360px) {
  footer .vc_message_box {
    font-size: 0.9rem;
    padding-left: 2.25rem !important;
  }
}
.reviews {
  margin-top: 2.5rem;
}
.reviews .vc_col-sm-4 {
  padding-right: 40px !important;
}
.reviews .vc_col-sm-4:nth-of-type(3n+3) {
  padding-right: 0 !important;
}
.reviews .vc_col-sm-6:first-of-type {
  width: 10rem;
  padding-right: 1.5rem !important;
}
.reviews .vc_col-sm-6:last-of-type {
  width: -moz-calc(100% - 10rem);
  width: -webkit-calc(100% - 10rem);
  width: calc(100% - 10rem);
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.reviews .wpb_single_image {
  width: 100%;
}
.reviews .wpb_single_image img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.reviews .review-author-name {
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: 600;
  color: #000000;
}
.reviews .review-author-function {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: italic;
  line-height: 1.3rem;
}
.reviews .vc_gitem-col:last-of-type {
  font-style: italic;
  font-weight: 300;
}
.reviews .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner, .reviews .icon-element {
  width: 1.5rem !important;
}
.reviews .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
  font-size: 1.25rem !important;
}

@media all and (max-width: 1400px) {
  .reviews .vc_col-sm-6:first-of-type {
    width: 8rem;
    padding-right: 1rem !important;
  }
  .reviews .vc_col-sm-6:last-of-type {
    width: -moz-calc(100% - 8rem);
    width: -webkit-calc(100% - 8rem);
    width: calc(100% - 8rem);
  }
}
@media all and (max-width: 1200px) {
  .reviews .vc_gitem_row:first-of-type {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reviews .vc_col-sm-6:first-of-type {
    width: 100%;
  }
  .reviews .vc_col-sm-6:last-of-type {
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    width: calc(100%);
  }
  .reviews .wpb_single_image {
    width: 8rem;
    margin: 0 auto;
  }
  .reviews .wpb_single_image .vc_single_image-wrapper {
    margin-bottom: 0;
  }
  .reviews .review-author-name {
    margin-top: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .reviews {
    margin-top: 0;
  }
  .reviews .vc_grid-item {
    width: 100%;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
  .reviews .vc_grid-item .vc_col-sm-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reviews .vc_grid-item p {
    text-align: center;
  }
  .reviews .vc_grid-item .vc_gitem-col {
    width: 100%;
  }
  .reviews .vc_grid-item .wpb_single_image {
    margin-right: 0;
  }
  .reviews .vc_grid-item .wpb_single_image img {
    width: 8rem;
  }
  .reviews .vc_grid-item .wpb_single_image, .reviews .vc_grid-item .review-author-name, .reviews .vc_grid-item .vc_icon_element {
    width: 100%;
    text-align: center !important;
  }
  .reviews .vc_grid-item .review-author-name {
    margin-bottom: 0.5rem;
  }
  .reviews .vc_grid-item .vc_icon_element {
    margin-bottom: 0 !important;
  }
}
.intro-row {
  position: relative;
  z-index: 2;
}

.intro {
  height: 18rem;
}
.intro h1 {
  width: 60%;
}

.category-intro {
  margin-bottom: 3.75rem;
}

.single .intro {
  height: auto;
}

.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media all and (max-width: 1200px) {
  .intro h1 {
    width: 70%;
  }
}
@media all and (max-width: 960px) {
  .intro {
    position: relative;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .intro {
    height: auto;
  }
}
@media all and (max-width: 480px) {
  .intro h1 {
    width: 100%;
  }
}
.posters {
  padding-left: 2.5rem;
}
.posters .vc_grid-item {
  padding-right: 1.25rem !important;
}
.posters .vc_gitem-animated-block {
  height: 12rem;
  cursor: pointer;
}
.posters .vc_gitem-animated-block .vc_gitem-zone {
  height: 100%;
}
.posters .vc_gitem-animated-block .vc_col-sm-12 {
  width: 100%;
}
.posters .vc_gitem-animated-block .vc_gitem-col {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.posters .vc_gitem-animated-block .vc_gitem-col, .posters .vc_gitem-animated-block .vc_gitem_row {
  height: 100%;
}
.posters .vc_gitem-animated-block .vc_icon_element {
  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;
  width: 100%;
  height: 100%;
  background: rgba(250, 53, 91, 0.85);
  opacity: 0;
}
.posters .download-link {
  display: none;
}
.posters .vc_custom_heading {
  font-weight: 700;
  margin-bottom: 0.5rem !important;
}
.posters .vc_btn3-container {
  margin-top: 0;
}
.posters .insert-download-link a::after {
  content: url("https://rebelwise.com/wp-content/images/icons/download_black.svg");
  position: relative;
}

html.non-touch .posters .vc_gitem-animated-block:hover .vc_icon_element {
  opacity: 1;
}

.gallery {
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 10;
}
.gallery.open {
  display: block;
}
.gallery .image-wrap {
  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;
  height: 85vh;
  padding: 3.75rem;
}
.gallery .image-holder {
  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;
  height: 100%;
  position: relative;
}
.gallery .image-holder > img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.gallery .close-gallery {
  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;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  background: white;
  border: 0.1rem solid #BCBCBC;
  right: -0.75rem;
  top: -0.75rem;
  width: 1.75rem;
  height: 1.75rem;
}
.gallery .download-poster {
  -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  position: absolute;
  display: inline-block;
  padding: 0.75rem 1rem 0.5rem 1rem;
  background: #FA355B;
  width: 3.5rem;
}

@media all and (max-width: 1024px) {
  .posters {
    padding-left: 0;
  }
  .posters .vc_gitem-animated-block {
    height: 24vw;
  }
  .posters .vc_grid-item {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .posters {
    margin-top: 1.5rem;
  }
  .posters .vc_gitem-animated-block {
    height: 30vw;
  }
}
@media all and (max-width: 600px) {
  .posters {
    margin-top: 1rem;
  }
  .posters .vc_grid-item {
    float: left !important;
  }
}
@media all and (max-width: 480px) {
  .gallery .image-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (max-width: 360px) {
  .posters .vc_gitem-animated-block {
    height: 55vw;
  }
  .posters .vc_grid-item {
    width: 100%;
  }
}
.home .header-image > .vc_row {
  padding-bottom: 12rem;
}
.home footer {
  margin-top: 0;
}

@media all and (max-width: 768px) {
  .home footer {
    margin-top: 5rem;
  }
}
@media all and (max-width: 480px) {
  .home .header-image > .vc_row {
    padding-bottom: 2rem;
  }
}
.agenda {
  overflow: hidden;
  padding-top: 0 !important;
}

.timeline .timeline-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3.75rem;
  position: absolute;
  left: 0;
  height: 100%;
  top: 47%;
}
.timeline .event-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 20rem;
}
.timeline .event-row:last-of-type .timeline-stripe {
  background: white;
}
.timeline .event-wrap {
  margin-bottom: 3.75rem;
  margin-top: 3.75rem;
  position: relative;
}
.timeline .event {
  -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 3.75rem 6.25rem;
  position: relative;
}
.timeline .event .vc_btn3-container {
  margin-bottom: 0;
}
.timeline .event .vc_btn3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12rem;
  text-align: center !important;
}
.timeline .frame {
  border: 0.2rem solid #F3B005;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -3rem;
  top: -3rem;
  z-index: 0;
}
.timeline h3 {
  text-align: center;
}
.timeline .data, .timeline .content {
  position: relative;
}
.timeline .data {
  margin-bottom: 2.5rem;
  margin-top: 4rem;
}
.timeline .data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-left: 0;
  text-align: center;
}
.timeline .data li {
  display: inline;
  padding-left: 0;
  margin-right: 3.75rem;
  white-space: nowrap;
}
.timeline .data li::before {
  content: url("https://rebelwise.com/wp-content/images/icons/calendar.svg");
  float: left;
  margin-right: 0.75rem;
  padding-top: 0.1rem;
}
.timeline .data li:nth-of-type(2)::before {
  content: url("https://rebelwise.com/wp-content/images/icons/clock.svg");
}
.timeline .data li:nth-of-type(3) {
  margin-right: 0;
}
.timeline .data li:nth-of-type(3)::before {
  content: url("https://rebelwise.com/wp-content/images/icons/location.svg");
}
.timeline .arrow {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
  background: white;
  position: absolute;
  left: -2rem;
  width: 4rem;
  height: 4rem;
  top: 45%;
}
.timeline .event-fill {
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.timeline .datum {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.5rem 1.25rem;
  background: #F3B005;
  color: white;
  font-family: "Montserrat", sans-serif;
  margin-right: 2.5rem;
  font-weight: 600;
  width: 8rem;
  text-align: center;
}
.timeline .timeline-stripe {
  background: #F3B005;
  height: 200%;
  width: 0.4rem;
}
.timeline .timeline-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  margin-top: 0.75rem;
}
.timeline .timeline-marker {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: white;
  border: 0.4rem solid #F3B005;
  width: 2rem;
  height: 2rem;
  position: absolute;
}

@media all and (max-width: 1400px) {
  .agenda.vc_row {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .timeline .event {
    padding: 2.5rem 3.75rem;
  }
  .timeline .event-row {
    width: -moz-calc(100% - 3rem);
    width: -webkit-calc(100% - 3rem);
    width: calc(100% - 3rem);
    padding-left: 14rem;
  }
  .timeline .event-wrap {
    width: 100%;
  }
  .timeline .datum {
    margin-right: 2rem;
  }
  .timeline .data {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
  .timeline .data li {
    margin-right: 1rem;
  }
  .timeline .arrow {
    position: absolute;
    left: -1.5rem;
    width: 3rem;
    height: 3rem;
    top: 45%;
  }
}
@media all and (max-width: 1024px) {
  .timeline .event {
    padding: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .agenda.vc_row {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .timeline .datum {
    order: 2;
    margin-left: 2rem;
  }
  .timeline .frame {
    top: -2.5rem;
    right: -2.5rem;
  }
  .timeline .timeline-block {
    top: -2.35rem;
    margin-right: 0;
  }
  .timeline .arrow {
    display: none;
  }
  .timeline .timeline-stripe {
    width: 0.3rem;
  }
  .timeline .timeline-marker {
    border-width: 0.3rem;
  }
  .timeline .data {
    margin-top: 2rem;
  }
  .timeline .event-row {
    width: -moz-calc(100% - 2.5rem);
    width: -webkit-calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
    padding-left: 3rem;
  }
  .timeline .event-row:last-of-type .timeline-stripe {
    background: #F3B005;
    height: 90%;
  }
}
@media all and (max-width: 600px) {
  .timeline .event-row {
    width: -moz-calc(100% - 2rem);
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
    padding-left: 2.5rem;
  }
  .timeline .timeline-block {
    top: -2.25rem;
  }
  .timeline .frame {
    top: -2rem;
    right: -2rem;
  }
  .timeline .data {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .timeline .data li {
    display: block;
  }
  .timeline .event {
    padding: 2rem;
  }
}
@media all and (max-width: 480px) {
  .timeline .event-row {
    width: -moz-calc(100% - 2rem);
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
    padding-left: 0;
  }
  .timeline .timeline-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    top: -1rem;
  }
  .timeline .datum {
    display: inline-block;
  }
  .timeline .event-wrap {
    margin-top: 5rem;
  }
  .timeline .timeline-marker {
    display: none;
  }
  .timeline .timeline-stripe {
    display: none;
  }

  .agenda.vc_row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .timeline .event-row {
    width: 100%;
  }
  .timeline .event-wrap {
    margin-top: 3rem;
  }
  .timeline .event {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border: 0.2rem solid #F3B005;
    padding: 1.5rem;
  }
  .timeline .timeline-block {
    top: -1.65rem;
  }
  .timeline .frame {
    display: none;
  }
}
#cookie-law-info-bar {
  font-weight: 400 !important;
  font-size: 1.1rem !important;
  color: #434343 !important;
}
html.non-touch .cookie_action_close_header:hover {
  background: #F3B005 !important;
}

#cookie-law-info-again {
  -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1) !important;
  background: #F3B005 !important;
  color: #434343 !important;
}

.vc_message_box {
  background-color: transparent !important;
  border: none !important;
  padding-right: 0 !important;
  padding-left: 2.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
  color: #434343 !important;
  margin-bottom: 0 !important;
}
.vc_message_box a {
  text-decoration: none;
}

.vc_message_box-icon {
  width: 2rem !important;
  color: #000000 !important;
}

.vc_message_box-icon > *, .vc_message_box-icon > .fa {
  font-size: 1.2rem !important;
}

.contact-kader.vc_message_box {
  padding-bottom: 0.15rem !important;
  padding-top: 0.15rem !important;
  font-family: "Montserrat", sans-serif;
  color: black !important;
  font-weight: 600 !important;
}
.contact-kader.vc_message_box a {
  color: black !important;
}

.vc_grid .vc_pageable-load-more-btn {
  margin-top: 0 !important;
}
.vc_grid .vc_pageable-load-more-btn .vc_btn3-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.vc_gitem-animated-block {
  overflow: hidden;
}

.vc_grid-filter {
  margin-bottom: 4rem !important;
}

.vc_tta-panel-body, .vc_tta-panels-container, .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* Accordeon */
.vc_tta-accordion .vc_tta-panel-body {
  padding-left: 46px !important;
}
.vc_tta-accordion .vc_tta-title-text {
  line-height: 1.4rem !important;
}
.vc_tta-accordion .vc_tta-panel-heading {
  border: none !important;
  background: transparent !important;
  padding: 0.75rem 0 !important;
  text-transform: uppercase;
  color: #000000 !important;
}
.vc_tta-accordion .vc_tta-panel-heading a, .vc_tta-accordion .vc_tta-panel-heading i {
  color: #000000 !important;
}
.vc_tta-accordion .vc_tta-panel-heading .vc_tta-controls-icon {
  left: 0 !important;
  font-size: 1.1rem !important;
  height: 0.9rem !important;
  width: 0.9rem !important;
  color: #000000 !important;
}
.vc_tta-accordion .vc_tta-panel {
  border-bottom: 0.05rem solid #BFBFBF;
}

/* Tour */
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels {
  padding-left: 11rem;
  padding-right: 2.5rem;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-heading {
  border: none !important;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_active {
  position: relative;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_active .vc_tta-panel-title a, .vc_tta-tabs.vc_tta-tabs-position-left .vc_active.vc_tta-tab a {
  background: #F3B005 !important;
  color: white !important;
  font-weight: 400;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_active .vc_tta-panel-title a::after, .vc_tta-tabs.vc_tta-tabs-position-left .vc_active.vc_tta-tab a::after {
  left: -moz-calc(50% - 1.5rem);
  left: -webkit-calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  content: url("https://rebelwise.com/wp-content/images/zigzag-white.svg");
  width: 3rem;
  height: 2rem;
  position: absolute;
  bottom: 0;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container a, .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-title a {
  -webkit-border-radius: 0.5rem !important;
  -moz-border-radius: 0.5rem !important;
  border-radius: 0.5rem !important;
  border: none !important;
  text-align: center;
  color: black !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab, .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-heading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none !important;
  margin-bottom: 0.75rem !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  background: #EBEBEB !important;
}

.chevron-list, .vc_tta-tabs.vc_tta-tabs-position-top .wpb_wrapper ul {
  position: relative;
}
.chevron-list li, .vc_tta-tabs.vc_tta-tabs-position-top .wpb_wrapper ul li {
  list-style-type: none !important;
}
.chevron-list li::before, .vc_tta-tabs.vc_tta-tabs-position-top .wpb_wrapper ul li::before {
  font-family: "Material Icons";
  content: "chevron_right";
  position: absolute;
  left: 0;
  color: #F3B005;
}

/* Horizontal tour */
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container {
  padding-bottom: 2.5rem;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vc_tta-tabs.vc_tta-tabs-position-top span.vc_tta-title-text {
  text-transform: uppercase;
  color: #666 !important;
}
.vc_tta-tabs.vc_tta-tabs-position-top h4 {
  text-align: center !important;
  margin-top: 0.5rem !important;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_active h4 {
  margin-bottom: 1.25rem !important;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_active span.vc_tta-title-text {
  color: black !important;
  position: relative;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_active span.vc_tta-title-text::after {
  left: -moz-calc(50% - 25px);
  left: -webkit-calc(50% - 25px);
  left: calc(50% - 25px);
  content: url("https://rebelwise.com/wp-content/images/zigzag-pink.svg");
  position: absolute;
  bottom: -1.75rem;
  top: auto !important;
  width: 3.25rem;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-heading {
  background: transparent !important;
  border-color: transparent !important;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none !important;
  margin-bottom: 0.75rem !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tab a {
  background: transparent !important;
  border: none !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  opacity: 0.3;
  text-align: center;
  font-weight: 600;
}
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tab.vc_active a {
  background: transparent !important;
  font-weight: 700;
  opacity: 1;
}
@media all and (max-width: 1024px) {
  /* Tour */
  .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels {
    padding-left: 2rem;
    padding-right: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  /* Tour */
  .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left {
    display: block !important;
  }

  .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container, .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
    width: 100% !important;
  }
  .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container {
    padding-left: 2rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (max-width: 767px) {
  /* Tour */
  .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border: none !important;
  }

  .vc_tta-panel-body, .vc_tta-panels {
    padding: 0 !important;
  }

  .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-heading a {
    margin-bottom: 0 !important;
    margin-top: 2rem !important;
  }
  .vc_tta-tabs.vc_tta-tabs-position-left .vc_active .vc_tta-panel-heading a {
    margin-bottom: 2rem !important;
  }
  .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel:first-of-type .vc_tta-panel-heading a {
    margin-top: 0 !important;
  }
}
.vc_grid-pagination {
  margin-top: 3.75rem;
}

.vc_grid-pagination ul.vc_grid-pagination-list.vc_grid-pagination-color-grey > li.vc_grid-page {
  margin-right: 0.5rem;
}
.vc_grid-pagination ul.vc_grid-pagination-list.vc_grid-pagination-color-grey > li.vc_grid-page > a {
  -webkit-border-radius: 0.3125rem !important;
  -moz-border-radius: 0.3125rem !important;
  border-radius: 0.3125rem !important;
  font-family: "Montserrat", sans-serif;
  border: 0.1rem solid #F3B005 !important;
  border-color: #F3B005 !important;
  color: black !important;
  background: white !important;
  font-size: 0.9rem;
  font-weight: 400;
  opacity: 1;
}

.vc_grid-pagination ul.vc_grid-pagination-list.vc_grid-pagination-color-grey > li.vc_grid-next > a, .vc_grid-pagination ul.vc_grid-pagination-list.vc_grid-pagination-color-grey > li.vc_grid-prev > a {
  -webkit-border-radius: 0.3125rem !important;
  -moz-border-radius: 0.3125rem !important;
  border-radius: 0.3125rem !important;
  color: black !important;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}

.vc_grid-pagination ul.vc_grid-pagination-list.vc_grid-pagination-color-grey > li.vc_grid-page.vc_grid-active > a,
html.non-touch .vc_grid-pagination ul.vc_grid-pagination-list.vc_grid-pagination-color-grey > li.vc_grid-page > a:hover {
  background: #F3B005 !important;
  color: white !important;
}

.popup {
  -webkit-box-shadow: 1px 1px 25px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 25px 10px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -webkit-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
  -webkit-animation-name: popup;
  /* Safari 4.0 - 8.0 */
  animation-name: popup;
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  /* Chrome 16+, Safari 4+ */
  -moz-animation-fill-mode: forwards;
  /* FF 5+ */
  -o-animation-fill-mode: forwards;
  /* Not implemented yet */
  -ms-animation-fill-mode: forwards;
  /* IE 10+ */
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  max-width: -moz-calc(100vw - 4rem);
  max-width: -webkit-calc(100vw - 4rem);
  max-width: calc(100vw - 4rem);
  left: 50%;
  position: fixed;
  background: white;
  padding: 4rem;
  z-index: 6;
  top: 33vh;
  width: 40rem;
  text-align: center;
  opacity: 0;
}
.popup h3 {
  margin-bottom: 2rem;
}
.popup .close-popup {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  font-size: 1.3rem;
  color: #FA355B;
}
.popup input:not([type=submit]) {
  height: 3rem;
}
.popup input[type=submit] {
  background: #FA355B;
  color: white !important;
  border-color: #FA355B !important;
  height: 3rem !important;
  margin-top: 0.25rem;
}
.popup .form-group {
  margin-bottom: 0;
}
.popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
}
.popup form input:-webkit-autofill,
.popup form input:-webkit-autofill:hover,
.popup form input:-webkit-autofill:focus,
.popup form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F0F0F0 inset;
  -webkit-text-fill-color: #000000 !important;
}

@keyframes popup {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2) translateX(-40%);
    -ms-transform: scale(1.2) translateX(-40%);
    transform: scale(1.2) translateX(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
  }
}
@-webkit-keyframes popup {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2) translateX(-50%);
    -ms-transform: scale(1.2) translateX(-50%);
    transform: scale(1.2) translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
  }
}
@media all and (max-width: 600px) {
  .popup {
    padding: 3rem 2rem;
  }
}
@media all and (max-width: 480px) {
  .popup .form-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popup form input, .popup form .wpcf7-form-control-wrap {
    width: 100%;
  }
  .popup form input[type=submit] {
    -webkit-border-radius: 0.5rem !important;
    -moz-border-radius: 0.5rem !important;
    border-radius: 0.5rem !important;
    margin-top: 0.5rem;
  }
}
.vc_pageable-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*# sourceMappingURL=style.css.map */
