@charset "UTF-8";
/* ------------------------------ COLOR DEFINITIONS ------------------------------ */
/* ------------------------------ FUNCTIONS, MIXINS & EXTENDS ------------------------------ */
/* ------------------------------ FIXES ------------------------------ */
.ie9 img[src$=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
/* ------------------------------ ADMIN BAR FIX ------------------------------ */
body.admin-bar .navbar-fixed-top,
body.admin-bar .sidebar {
  margin-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .navbar-fixed-top,
body.admin-bar .sidebar {
    margin-top: 46px;
  }
}
body.admin-bar #wpadminbar {
  position: fixed;
}
body.admin-bar .select2-dropdown {
  top: 32px !important;
}
@media (max-width: 767px) {
  body.admin-bar .select2-dropdown {
    top: 46px !important;
  }
}

/* ------------------------------ FONT STYLING ------------------------------ */
body {
  color: #000000;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  counter-reset: item;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
}

em,
.text-italic {
  font-style: italic !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: 700;
}
h1.title, .h1.title, h2.title, .h2.title, h3.title, .h3.title, h4.title, .h4.title, h5.title, .h5.title, h6.title, .h6.title {
  font-size: 3.5em;
}
h1.title.altfont, .h1.title.altfont, h2.title.altfont, .h2.title.altfont, h3.title.altfont, .h3.title.altfont, h4.title.altfont, .h4.title.altfont, h5.title.altfont, .h5.title.altfont, h6.title.altfont, .h6.title.altfont {
  font-weight: 700;
}

.basefont {
  font-family: "Muli", sans-serif;
}

.accentfont {
  font-family: "Droid Serif", serif;
}

h1,
.h1 {
  font-size: 2.5em;
  margin: 0 0 15px 0;
}

h2,
.h2 {
  font-size: 2em;
  margin: 0 0 15px 0;
}

h3,
.h3 {
  font-size: 2em;
  margin: 0 0 15px 0;
}

h4,
.h4 {
  font-size: 1.5em;
  margin: 0 0 15px 0;
}

h5,
.h5 {
  font-size: 1.2em;
  margin: 0 0 15px 0;
}

h6,
.h6 {
  font-size: 1.2em;
  margin: 0 0 5px 0;
}

.block {
  display: block;
}

@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 2em;
  }

  h2,
.h2 {
    font-size: 1.8em;
  }

  h3,
.h3 {
    font-size: 1.6em;
  }

  h4,
.h4 {
    font-size: 1.35em;
  }

  h5,
.h5 {
    font-size: 1.15em;
  }

  h6,
.h6 {
    font-size: 1.05em;
  }
}
@media (max-width: 767px) {
  h1.title, .h1.title, h2.title, .h2.title, h3.title, .h3.title, h4.title, .h4.title, h5.title, .h5.title, h6.title, .h6.title {
    font-size: 2em;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  font-weight: 700;
}

.fa.fa-custom-svg {
  width: 100%;
  max-width: 14px;
  line-height: 1.3;
}

a.theme-notice {
  text-decoration: underline;
}
a.theme-notice:hover, a.theme-notice:active {
  text-decoration: none;
}

p {
  font-size: 1em;
}

blockquote {
  font-size: 1.25em;
  border-color: #2DC656;
  padding: 0 30px;
  margin: 30px;
  color: #2DC656;
  font-weight: 700;
  font-family: "Droid Serif", serif;
  letter-spacing: 0.5px;
  clear: both;
}
blockquote p {
  margin: 0;
}
blockquote .author-function,
blockquote cite {
  font-size: 0.8em;
  margin-top: 0.5em;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}
blockquote .author-function:before,
blockquote cite:before {
  content: "";
  display: inline-block;
  height: 3px;
  background-color: #2DC656;
  width: 16px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  blockquote {
    margin: 0;
    margin-bottom: 1em;
    padding: 0 15px;
  }
}

b,
strong,
.strong {
  font-weight: 700;
}

.weight-100 {
  font-weight: 100;
}

.weight-200 {
  font-weight: 200;
}

.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.weight-800 {
  font-weight: 800;
}

.weight-900 {
  font-weight: 900;
}

.page-header {
  margin: 60px 0 20px 0;
  position: relative;
  padding-bottom: 0;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-header h1, .page-header .h1, .page-header h2, .page-header .h2, .page-header h3, .page-header .h3, .page-header h4, .page-header .h4, .page-header h5, .page-header .h5, .page-header h6, .page-header .h6 {
  margin: 0;
  font-weight: 700;
  font-size: 3.5em;
  margin-right: 0.5em;
}
.page-header span {
  font-weight: 400;
  font-size: 1.15em;
}
.page-header p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

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

.alert.alert-danger {
  background-color: red !important;
  color: white !important;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

a,
a:hover {
  cursor: pointer;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.btn-modal-reset {
  border: 0px;
  background-color: transparent;
  outline: 0px;
  text-align: inherit;
  margin: 0;
  padding: 0;
}

.clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hyphenate {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* ------------------------------ Preloader ------------------------------ */
.preloader .fa {
  -webkit-animation: rotate 2s infinite;
  animation: rotate 2s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ------------------------------ Container ------------------------------ */
@media (min-width: 1199px) {
  .container.container-small {
    max-width: 991px !important;
  }
}
@media (min-width: 1199px) {
  .container.container-medium {
    max-width: 1170px !important;
  }
}

/* ------------------------------ SEARCH AND FILTER PLUGIN ------------------------------ */
.searchandfilter {
  width: 100%;
  padding: 0;
}
.searchandfilter .searchandfiltertags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 2;
}
.searchandfilter .searchandfiltertags > * {
  margin: 0 0.5em 0 0;
}
.searchandfilter .searchandfiltertags > * > * {
  line-height: 1.3;
  max-width: 100%;
  white-space: normal;
  text-align: left;
}
.searchandfilter .searchandfiltertags strong {
  line-height: 1;
}
.searchandfilter .searchandfiltertags strong:only-child {
  display: none;
}
.searchandfilter .searchandfiltertags span {
  display: inline-block !important;
  width: auto !important;
  height: auto;
  padding: 0;
  cursor: auto;
  border-radius: 12px !important;
  line-height: 1.5;
}
.searchandfilter .searchandfiltertags span .search-filter-tag {
  padding: 0em 0.5em;
  font-size: 0.9em;
  line-height: 1.3em;
}
.searchandfilter .searchandfiltertags span .fa {
  color: white;
  cursor: pointer;
  float: right;
  line-height: 1.2;
  margin-left: 0.35em;
}
.searchandfilter .searchandfiltertags span.sf-field-reset {
  display: list-item;
}
.searchandfilter .searchandfiltertags .chosen-choices {
  border: none;
}
.searchandfilter ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.searchandfilter ul .chosen-drop {
  padding: 10px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  border: 0px;
}
.searchandfilter ul .chosen-drop .chosen-search {
  margin: 0 0 10px 0;
  padding: 0;
}
.searchandfilter ul .chosen-drop .chosen-search input {
  margin: 0;
  border-radius: 6px;
  border-color: #D8DEE4;
  height: auto !important;
}
.searchandfilter ul .chosen-results {
  padding: 0;
  margin: 0;
  max-height: 175px !important;
}
.searchandfilter ul .chosen-results li {
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.searchandfilter ul .chosen-results li.highlighted {
  background: rgba(0, 0, 0, 0.05);
  color: inherit;
}
.searchandfilter ul li,
.searchandfilter ul .sf-added-field {
  width: 20%;
  padding: 15px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .searchandfilter ul li,
.searchandfilter ul .sf-added-field {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .searchandfilter ul li,
.searchandfilter ul .sf-added-field {
    width: 50%;
  }
}
.searchandfilter ul li ul,
.searchandfilter ul .sf-added-field ul {
  display: block;
  width: 100%;
}
.searchandfilter ul li ul li,
.searchandfilter ul .sf-added-field ul li {
  width: 100%;
  padding: 0;
}
@media (max-width: 479px) {
  .searchandfilter ul li,
.searchandfilter ul .sf-added-field {
    width: 100%;
  }
}
.searchandfilter ul .sf-field-post-meta-lat,
.searchandfilter ul .sf-field-post-meta-lng {
  display: none;
}
.searchandfilter label {
  width: 100%;
}
.searchandfilter input,
.searchandfilter input[type=text],
.searchandfilter select,
.searchandfilter .chosen-container-single,
.searchandfilter .search-field,
.searchandfilter .select2-selection {
  position: relative;
  border: 0;
  outline: 0;
  background-color: #D8DEE4;
  border-radius: 6px;
  height: 40px !important;
  width: 100%;
  font-size: 0.9em;
  width: 100% !important;
}
.searchandfilter select {
  visibility: hidden;
}
.searchandfilter .select2-container {
  background-color: transparent;
  border-radius: 6px;
  width: 100% !important;
}
.searchandfilter .select2-hidden-accessible {
  width: auto !important;
}
.select2-container .select2-selection {
  position: relative;
  border: 0;
  outline: 0;
  background-color: #D8DEE4;
  border-radius: 6px;
  height: 40px !important;
  width: 100%;
  padding-left: 10px;
  font-size: 0.9em;
  width: 100% !important;
  padding-left: 0;
}
.select2-container .select2-selection .select2-selection__rendered {
  height: 100%;
  line-height: 3.2;
}
.select2-container .select2-selection .select2-selection__arrow {
  height: 100%;
}
.select2-container .select2-dropdown {
  border: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
  z-index: 1000;
}
.select2-container .select2-search {
  position: relative;
}
.select2-container .select2-search:before {
  content: "\f002";
  font-family: "FontAwesome";
  color: #aaa;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 100%;
  display: inline-block;
  line-height: 2;
  padding: 4px 8px 4px 0;
}
.select2-container .select2-search .select2-search__field {
  padding-right: 1.5em;
}
.select2-container .select2-results__options {
  font-weight: 700;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-clip: padding-box;
  border: 0px;
  max-height: 210px !important;
}
.select2-container .select2-results__options li.select2-results__option--highlighted, .select2-container .select2-results__options li.select2-results__option[aria-selected=true] {
  background: rgba(0, 0, 0, 0.05);
  color: inherit;
}

.searchandfilter .chosen-container {
  width: 100% !important;
}
.searchandfilter .chosen-container .chosen-choices {
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchandfilter .chosen-container .chosen-choices .search-field {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.searchandfilter .chosen-container .chosen-choices .search-choice {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
  margin: 3px 0 !important;
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.searchandfilter .chosen-container .chosen-choices .search-choice + .search-choice {
  border-top: 1px solid #D8DEE4 !important;
}
.searchandfilter .filters-trigger {
  display: block !important;
}
.searchandfilter .filters-trigger span {
  width: 100%;
}
.more-filters-trigger-available:not(.more-filters-trigger-used) .searchandfilter .more-filters-trigger {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.more-filters-trigger-available:not(.more-filters-trigger-used) .searchandfilter .select2-container {
  width: 100% !important;
}
.more-filters-trigger-available:not(.more-filters-trigger-used) .searchandfilter > ul > *:not(.more-filters-trigger):nth-child(-n+4) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.more-filters-trigger-available:not(.more-filters-trigger-used) .searchandfilter > ul > *:not(.more-filters-trigger):nth-child(n+5) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: none;
}
@media (max-width: 991px) {
  .more-filters-trigger-available:not(.more-filters-trigger-used) .searchandfilter > ul > *:not(.more-filters-trigger):nth-child(-n+2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .more-filters-trigger-available:not(.more-filters-trigger-used) .searchandfilter > ul > *:not(.more-filters-trigger):nth-child(n+3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: none;
  }
}
@media (max-width: 767px) {
  .more-filters-trigger-available:not(.more-filters-trigger-used) .searchandfilter > ul > *:not(.more-filters-trigger):nth-child(-n+1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .more-filters-trigger-available:not(.more-filters-trigger-used) .searchandfilter > ul > *:not(.more-filters-trigger):nth-child(n+2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: none;
  }
}

.searchandfilter .sf-input-text::-ms-clear {
  display: none;
}
.searchandfilter .sf-field-search label {
  position: relative;
}
.searchandfilter .sf-field-search label:after {
  content: "\f002";
  font-family: "FontAwesome";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  color: #2DC656;
  font-weight: normal;
}
.searchandfilter .sf-field-search label input {
  font-weight: normal;
  padding-right: 40px;
  padding-left: 10px;
}
.searchandfilter .sf-field-post_date[data-sf-field-input-type=daterange] .sf_date_field,
.searchandfilter [data-sf-field-type=post_meta][data-sf-field-input-type=daterange] .sf_date_field {
  background-color: red;
}
.searchandfilter .sf-field-post_date[data-sf-field-input-type=daterange] .sf_date_field li,
.searchandfilter [data-sf-field-type=post_meta][data-sf-field-input-type=daterange] .sf_date_field li {
  width: 48%;
  float: left;
}
.searchandfilter .sf-field-post_date[data-sf-field-input-type=daterange] .sf_date_field li:first-of-type,
.searchandfilter [data-sf-field-type=post_meta][data-sf-field-input-type=daterange] .sf_date_field li:first-of-type {
  margin-right: 4%;
}
.searchandfilter .sf_date_field input.sf-input-date {
  padding-left: 8px;
  padding-right: 8px;
}
.searchandfilter .sf_date_field span.sf-date-postfix {
  display: none !important;
}
.searchandfilter .chosen-container-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.searchandfilter .chosen-container-single .chosen-single {
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
  color: #333 !important;
}

/* ------------------------------ VIDEO ------------------------------ */
.video-container {
  background-image: url("https://static.pexels.com/photos/23049/pexels-photo.jpg");
  background-size: cover;
  background-position: center;
  padding: 40px;
  text-align: center;
}

.button-play {
  outline: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.button-play span {
  display: block;
  border: 6px solid white;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-box-shadow;
  transition-property: opacity, -webkit-box-shadow;
  -o-transition-property: opacity, box-shadow;
  transition-property: opacity, box-shadow;
  transition-property: opacity, box-shadow, -webkit-box-shadow;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  z-index: 9;
  /* opacity: .75;*/
}
.button-play i {
  font-size: 42px;
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: margin-left, text-shadow;
  -o-transition-property: margin-left, text-shadow;
  transition-property: margin-left, text-shadow;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 108px;
  margin-left: 5px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
.button-play i:before, .button-play i:after {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.button-play i:after {
  content: "\f04b";
  display: inline-block;
  width: 100%;
  height: 100%;
  color: transparent;
  position: absolute;
  left: -100%;
  margin-left: 5px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
.button-play i:before {
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.button-play:hover span {
  border: 6px solid white;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.button-play:hover i {
  margin-left: 100%;
  color: rgba(255, 255, 255, 0);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.button-play:hover i:before {
  color: transparent;
}
.button-play:hover i:after {
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.slick-slide:focus {
  outline: 0;
}

/* ------------------------------ MODAL ------------------------------ */
.modal-open .modal {
  z-index: 1071 !important;
}

.modal-to-front {
  z-index: 999999 !important;
}

.modal-backdrop {
  display: none;
}

.modal-toggle-button,
.button-play-button-only {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal:not(.modal-report-comment) {
  top: 60px;
  background-color: rgba(0, 0, 0, 0.7);
}
body.admin-bar .modal:not(.modal-report-comment) {
  /* custom top margin for users with admin-bar*/
  top: 90px;
}
@media (max-width: 767px) {
  body.admin-bar .modal:not(.modal-report-comment) {
    top: 100px;
  }
}

.modal:not(.modal-report-comment).modal-normal {
  color: black;
}
.modal:not(.modal-report-comment).modal-normal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal:not(.modal-report-comment).modal-normal .modal-header .h6 {
  margin-bottom: 0;
}
.modal:not(.modal-report-comment).modal-download {
  text-align: left;
}
.modal:not(.modal-report-comment).modal-download .modal-body {
  line-height: 1.75;
}
.modal:not(.modal-report-comment):not(.modal-normal) .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
  background-color: transparent;
}
.modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-header {
  padding: 0;
  border: 0;
}
.modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-header .close {
  color: #FFFFFF;
  margin-right: -36px;
}
@media (max-width: 767px) {
  .modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-header .close {
    margin-right: 0;
    margin-bottom: 0.25em;
  }
}
.modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body.flex-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .embed-responsive {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox {
  background: #FFFFFF;
  border-radius: 4px;
}
.modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content {
  padding: 40px;
}
.modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content h1:first-child, .modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content .h1:first-child, .modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content h2:first-child, .modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content .h2:first-child, .modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content h3:first-child, .modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content .h3:first-child, .modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content h4:first-child, .modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content .h4:first-child, .modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content h5:first-child, .modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content .h5:first-child, .modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content h6:first-child, .modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .content .h6:first-child {
  margin-top: 0;
}
.modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-body .textbox .image {
  background-image: url("../img/testbeeld.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 0 4px 4px 0;
}
.modal:not(.modal-report-comment):not(.modal-normal) .modal-content .modal-footer {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: left;
}
.modal:not(.modal-report-comment).sidenote-image-modal .modal-dialog {
  width: auto;
  max-width: 80vw;
  margin: 10px auto;
}
@media (max-width: 991px) {
  .modal:not(.modal-report-comment).sidenote-image-modal .modal-dialog {
    width: auto;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .modal:not(.modal-report-comment).sidenote-image-modal .modal-dialog {
    max-width: 100%;
  }
}
.modal:not(.modal-report-comment).sidenote-image-modal img {
  max-height: 60vh;
  width: auto;
  position: relative;
  margin: 0 auto;
}
.modal:not(.modal-report-comment).sidenote-image-modal .modal-footer {
  border: none;
}
.modal:not(.modal-report-comment).sidenote-image-modal .wide-image img {
  /* max-height: 100% !important;*/
}
.modal:not(.modal-report-comment).sidenote-image-modal .high-image img {
  /* max-height: 100% !important;*/
}

/* ------------------------------ SOCIAL MEDIA ------------------------------ */
.btn-social {
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  color: #FFFFFF;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  font-weight: 500;
  cursor: pointer;
}
.btn-social p {
  margin: 0;
}
.btn-social p.float-right {
  width: 20px;
  text-align: center;
}
.btn-social.social-icon-round {
  /* - padding .btn-social */
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: white;
  margin: 0 10px;
  /* float: right;*/
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-social.btn-facebook {
  background-color: #3C5A96;
}
.btn-social.btn-facebook:hover, .btn-social.btn-facebook:active {
  background-color: #2d4472;
}
.btn-social.btn-linkedin {
  background-color: #127CB3;
}
.btn-social.btn-linkedin:hover, .btn-social.btn-linkedin:active {
  background-color: #0d5c85;
}
.btn-social.btn-twitter {
  background-color: #59ADEB;
}
.btn-social.btn-twitter:hover, .btn-social.btn-twitter:active {
  background-color: #2b97e6;
}
.btn-social.btn-googleplus {
  background-color: #DB4C3F;
}
.btn-social.btn-googleplus:hover, .btn-social.btn-googleplus:active {
  background-color: #c33224;
}
.btn-social.btn-email {
  background-color: #FFFFFF;
  color: #2DC656;
}
.btn-social.btn-email:hover, .btn-social.btn-email:active {
  background-color: #e6e6e6;
}

/* ------------------------------ BANNERS ------------------------------ */
.ppp_space.ppp_space_fullwidth img {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}

.small-ad-label {
  background-color: #ffffff;
  font-size: 11px;
  display: inline-block;
  padding: 0px 5px;
  line-height: 20px;
  height: 20px;
  position: relative;
  margin-top: 25px;
}
.small-ad-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
#top-10 .small-ad-label,
.taxonomy-details .small-ad-label,
.search .small-ad-label,
.post-type-archive .small-ad-label {
  margin-top: 0px;
}

/* ------------------------------ FORMS ------------------------------ */
.input-group > *:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group > *:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.form-group-required label:after {
  content: "*";
  color: red;
  margin-left: 0.25em;
}

.form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  border: 2px solid transparent;
}
.form-control::-webkit-input-placeholder {
  color: #64788B;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
.form-control:-moz-placeholder {
  color: #64788B;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
.form-control::-moz-placeholder {
  color: #64788B;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
.form-control:-ms-input-placeholder {
  color: #64788B;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
.form-control::placeholder {
  color: #64788B;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
.form-control[type=radio], .form-control[type=checkbox] {
  width: auto;
  border: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.form-control[readonly=readonly] {
  opacity: 0.75;
  cursor: not-allowed;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrap {
  position: relative;
}
.select-wrap .fa-caret-down {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #2DC656;
}

textarea.form-control {
  min-height: 200px;
}

.form-control ~ .form-control {
  margin-top: 1em;
}
.blue-fields .form-control {
  background-color: #D8DEE4;
}
.blue-fields .form-control::-webkit-input-placeholder {
  color: #64788B;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
.blue-fields .form-control:-moz-placeholder {
  color: #64788B;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
.blue-fields .form-control::-moz-placeholder {
  color: #64788B;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
.blue-fields .form-control:-ms-input-placeholder {
  color: #64788B;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
.blue-fields .form-control::placeholder {
  color: #64788B;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}

.form-control.error {
  border-color: green;
}
label.error {
  color: green;
}

.rounded-corners {
  border-radius: 0.5em;
  overflow: hidden;
}
.rounded-corners.rounded-corners-small {
  border-radius: 0.25em;
}
.rounded-corners.rounded-corners-large {
  border-radius: 0.75em;
}

/* ------------------------------ YARPP ------------------------------ */
.yarpp-related {
  display: flex;
  flex-wrap: wrap;
}
.yarpp-related a {
  font-weight: inherit !important;
}

/* ------------------------------ BODY STYLES ------------------------------ */
body {
  text-rendering: optimizelegibility;
  margin: 0px;
  padding: 0px;
  background-color: #64788B;
}
body .wrapper {
  -webkit-transform-origin: center bottom 0px;
  -ms-transform-origin: center bottom 0px;
  transform-origin: center bottom 0px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  min-height: 90vh;
  z-index: 1;
  position: relative;
  background-color: #D8DEE4;
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .wrapper > .container-fluid {
  width: 100%;
}
body .wrapper > .container-fluid.newsletter-footer {
  margin-top: auto;
  margin-bottom: 0;
}
body .wrapper .site-content-contain .site-content .wrap {
  /*background-color: $brandlightgray;*/
  /*border-bottom: 1px solid $brandmediumgray;*/
}
body .wrapper .site-content-contain .site-content .wrap.page-archive {
  background-color: #FFFFFF;
}
body.tight .wrapper {
  -webkit-transform: translateY(-60px) scale(0.8);
  -ms-transform: translateY(-60px) scale(0.8);
  transform: translateY(-60px) scale(0.8);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  body.tight .wrapper {
    -webkit-transform: translateY(0px) scale(1);
    -ms-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

.background-lightgray,
body.bg-lightgray .wrapper {
  background-color: #D8DEE4 !important;
}

.background-white {
  background-color: white;
}

.navbar .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .navbar .container-fluid {
    display: block;
  }
}

.full-width {
  width: 100%;
}

.bottom-page {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.25em;
}
.bottom-page p {
  margin: 0;
}

#content {
  padding-bottom: 2em;
}
body.blog .wrapper, body.archive:not(.tax-authors):not(.tax-companies):not(.tax-partners):not(.tax-entity-single) .wrapper, body.body .wrapper, body.page-template-page-profile .wrapper, body.page-template-page-faq .wrapper, body.home .wrapper, body.search-results .wrapper, body.page-template-page-marktplaats-alt .wrapper, body.page-template-page-partners .wrapper, body.page-template-page-taxonomy .wrapper, body.single-dossier-textual .wrapper, body.article-layout-alt .wrapper, body.page-template-page-archive .wrapper, body.nvlf.dossier-template-default .wrapper {
  background-color: white !important;
}
body.blog #content, body.archive:not(.tax-authors):not(.tax-companies) #content, body.body #content, body.home #content, body.page-template-page-profile #content, body.page-template-page-faq #content, body.page-template-page-partners #content, body.page-template-page-map #content, body.page-template-page-bibliotheken-map #content, body.page-template-page-archive #content {
  padding-bottom: 0;
}

/* changing the order of items for advertising purposes*/
body.page-template-page-archive,
body.archive,
body.blog {
  /*
      small: 2
      medium: 3
      large: 5
  */
  /*
      small: 1
      medium: 2
      large: 4
  */
  /*
      small: 1
      medium: 2
      large: 3
  */
}
body.page-template-page-archive #main .archive-view-toggles,
body.archive #main .archive-view-toggles,
body.blog #main .archive-view-toggles {
  order: -1 !important;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page-template-page-archive:not(.post-type-archive-kiosk):not(.blog) #main > *, body.page-template-page-archive.archive-column-count-5 #main > *,
body.archive:not(.post-type-archive-kiosk):not(.blog) #main > *,
body.archive.archive-column-count-5 #main > *,
body.blog:not(.post-type-archive-kiosk):not(.blog) #main > *,
body.blog.archive-column-count-5 #main > * {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.page-template-page-archive:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(-n+3), body.page-template-page-archive.archive-column-count-5 #main .content-item:nth-child(-n+3),
body.archive:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(-n+3),
body.archive.archive-column-count-5 #main .content-item:nth-child(-n+3),
body.blog:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(-n+3),
body.blog.archive-column-count-5 #main .content-item:nth-child(-n+3) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.page-template-page-archive:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(n+4), body.page-template-page-archive.archive-column-count-5 #main .content-item:nth-child(n+4),
body.archive:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(n+4),
body.archive.archive-column-count-5 #main .content-item:nth-child(n+4),
body.blog:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(n+4),
body.blog.archive-column-count-5 #main .content-item:nth-child(n+4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.page-template-page-archive:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(n+15), body.page-template-page-archive.archive-column-count-5 #main .content-item:nth-child(n+15),
body.archive:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(n+15),
body.archive.archive-column-count-5 #main .content-item:nth-child(n+15),
body.blog:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(n+15),
body.blog.archive-column-count-5 #main .content-item:nth-child(n+15) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.page-template-page-archive:not(.post-type-archive-kiosk):not(.blog) #main .ppp_space_fullwidth:nth-child(6), body.page-template-page-archive.archive-column-count-5 #main .ppp_space_fullwidth:nth-child(6),
body.archive:not(.post-type-archive-kiosk):not(.blog) #main .ppp_space_fullwidth:nth-child(6),
body.archive.archive-column-count-5 #main .ppp_space_fullwidth:nth-child(6),
body.blog:not(.post-type-archive-kiosk):not(.blog) #main .ppp_space_fullwidth:nth-child(6),
body.blog.archive-column-count-5 #main .ppp_space_fullwidth:nth-child(6) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.page-template-page-archive:not(.post-type-archive-kiosk):not(.blog) #main .ppp_space_fullwidth:nth-child(12), body.page-template-page-archive.archive-column-count-5 #main .ppp_space_fullwidth:nth-child(12),
body.archive:not(.post-type-archive-kiosk):not(.blog) #main .ppp_space_fullwidth:nth-child(12),
body.archive.archive-column-count-5 #main .ppp_space_fullwidth:nth-child(12),
body.blog:not(.post-type-archive-kiosk):not(.blog) #main .ppp_space_fullwidth:nth-child(12),
body.blog.archive-column-count-5 #main .ppp_space_fullwidth:nth-child(12) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 767px) {
  body.page-template-page-archive:not(.post-type-archive-kiosk):not(.blog) #main > *, body.page-template-page-archive.archive-column-count-5 #main > *,
body.archive:not(.post-type-archive-kiosk):not(.blog) #main > *,
body.archive.archive-column-count-5 #main > *,
body.blog:not(.post-type-archive-kiosk):not(.blog) #main > *,
body.blog.archive-column-count-5 #main > * {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.page-template-page-archive:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(-n+2), body.page-template-page-archive.archive-column-count-5 #main .content-item:nth-child(-n+2),
body.archive:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(-n+2),
body.archive.archive-column-count-5 #main .content-item:nth-child(-n+2),
body.blog:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(-n+2),
body.blog.archive-column-count-5 #main .content-item:nth-child(-n+2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.page-template-page-archive:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(n+3), body.page-template-page-archive.archive-column-count-5 #main .content-item:nth-child(n+3),
body.archive:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(n+3),
body.archive.archive-column-count-5 #main .content-item:nth-child(n+3),
body.blog:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(n+3),
body.blog.archive-column-count-5 #main .content-item:nth-child(n+3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.page-template-page-archive:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(n+15), body.page-template-page-archive.archive-column-count-5 #main .content-item:nth-child(n+15),
body.archive:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(n+15),
body.archive.archive-column-count-5 #main .content-item:nth-child(n+15),
body.blog:not(.post-type-archive-kiosk):not(.blog) #main .content-item:nth-child(n+15),
body.blog.archive-column-count-5 #main .content-item:nth-child(n+15) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.page-template-page-archive:not(.post-type-archive-kiosk):not(.blog) #main .ppp_space_fullwidth:nth-child(6), body.page-template-page-archive.archive-column-count-5 #main .ppp_space_fullwidth:nth-child(6),
body.archive:not(.post-type-archive-kiosk):not(.blog) #main .ppp_space_fullwidth:nth-child(6),
body.archive.archive-column-count-5 #main .ppp_space_fullwidth:nth-child(6),
body.blog:not(.post-type-archive-kiosk):not(.blog) #main .ppp_space_fullwidth:nth-child(6),
body.blog.archive-column-count-5 #main .ppp_space_fullwidth:nth-child(6) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.page-template-page-archive:not(.post-type-archive-kiosk):not(.blog) #main .ppp_space_fullwidth:nth-child(12), body.page-template-page-archive.archive-column-count-5 #main .ppp_space_fullwidth:nth-child(12),
body.archive:not(.post-type-archive-kiosk):not(.blog) #main .ppp_space_fullwidth:nth-child(12),
body.archive.archive-column-count-5 #main .ppp_space_fullwidth:nth-child(12),
body.blog:not(.post-type-archive-kiosk):not(.blog) #main .ppp_space_fullwidth:nth-child(12),
body.blog.archive-column-count-5 #main .ppp_space_fullwidth:nth-child(12) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 991px) {
  body.page-template-page-archive.post-type-archive-kiosk #main > *,
body.archive.post-type-archive-kiosk #main > *,
body.blog.post-type-archive-kiosk #main > * {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.page-template-page-archive.post-type-archive-kiosk #main .content-item:nth-child(-n+7),
body.archive.post-type-archive-kiosk #main .content-item:nth-child(-n+7),
body.blog.post-type-archive-kiosk #main .content-item:nth-child(-n+7) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.page-template-page-archive.post-type-archive-kiosk #main .content-item:nth-child(n+8),
body.archive.post-type-archive-kiosk #main .content-item:nth-child(n+8),
body.blog.post-type-archive-kiosk #main .content-item:nth-child(n+8) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.page-template-page-archive.post-type-archive-kiosk #main .content-item:nth-child(n+15),
body.archive.post-type-archive-kiosk #main .content-item:nth-child(n+15),
body.blog.post-type-archive-kiosk #main .content-item:nth-child(n+15) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.page-template-page-archive.post-type-archive-kiosk #main .ppp_space_fullwidth:nth-child(5),
body.archive.post-type-archive-kiosk #main .ppp_space_fullwidth:nth-child(5),
body.blog.post-type-archive-kiosk #main .ppp_space_fullwidth:nth-child(5) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.page-template-page-archive.post-type-archive-kiosk #main .ppp_space_fullwidth:nth-child(10),
body.archive.post-type-archive-kiosk #main .ppp_space_fullwidth:nth-child(10),
body.blog.post-type-archive-kiosk #main .ppp_space_fullwidth:nth-child(10) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 992px) {
  body.page-template-page-archive.archive-column-count-4 #main > *,
body.archive.archive-column-count-4 #main > *,
body.blog.archive-column-count-4 #main > * {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.page-template-page-archive.archive-column-count-4 #main .content-item:nth-child(-n+4),
body.archive.archive-column-count-4 #main .content-item:nth-child(-n+4),
body.blog.archive-column-count-4 #main .content-item:nth-child(-n+4) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.page-template-page-archive.archive-column-count-4 #main .content-item:nth-child(n+5),
body.archive.archive-column-count-4 #main .content-item:nth-child(n+5),
body.blog.archive-column-count-4 #main .content-item:nth-child(n+5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.page-template-page-archive.archive-column-count-4 #main .content-item:nth-child(n+19),
body.archive.archive-column-count-4 #main .content-item:nth-child(n+19),
body.blog.archive-column-count-4 #main .content-item:nth-child(n+19) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.page-template-page-archive.archive-column-count-4 #main .related-post:nth-child(-n+2),
body.archive.archive-column-count-4 #main .related-post:nth-child(-n+2),
body.blog.archive-column-count-4 #main .related-post:nth-child(-n+2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.page-template-page-archive.archive-column-count-4 #main .related-post:nth-child(n+3),
body.archive.archive-column-count-4 #main .related-post:nth-child(n+3),
body.blog.archive-column-count-4 #main .related-post:nth-child(n+3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.page-template-page-archive.archive-column-count-4 #main .related-post:nth-child(n+15),
body.archive.archive-column-count-4 #main .related-post:nth-child(n+15),
body.blog.archive-column-count-4 #main .related-post:nth-child(n+15) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.page-template-page-archive.archive-column-count-4 #main .ppp_space_fullwidth:nth-child(6),
body.archive.archive-column-count-4 #main .ppp_space_fullwidth:nth-child(6),
body.blog.archive-column-count-4 #main .ppp_space_fullwidth:nth-child(6) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.page-template-page-archive.archive-column-count-4 #main .ppp_space_fullwidth:nth-child(12),
body.archive.archive-column-count-4 #main .ppp_space_fullwidth:nth-child(12),
body.blog.archive-column-count-4 #main .ppp_space_fullwidth:nth-child(12) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 991px) {
  body.page-template-page-archive.archive-column-count-4 #main > *,
body.archive.archive-column-count-4 #main > *,
body.blog.archive-column-count-4 #main > * {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.page-template-page-archive.archive-column-count-4 #main .related-post:nth-child(-n+2),
body.archive.archive-column-count-4 #main .related-post:nth-child(-n+2),
body.blog.archive-column-count-4 #main .related-post:nth-child(-n+2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.page-template-page-archive.archive-column-count-4 #main .related-post:nth-child(n+3),
body.archive.archive-column-count-4 #main .related-post:nth-child(n+3),
body.blog.archive-column-count-4 #main .related-post:nth-child(n+3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.page-template-page-archive.archive-column-count-4 #main .related-post:nth-child(n+11),
body.archive.archive-column-count-4 #main .related-post:nth-child(n+11),
body.blog.archive-column-count-4 #main .related-post:nth-child(n+11) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.page-template-page-archive.archive-column-count-4 #main .ppp_space_fullwidth:nth-child(4),
body.archive.archive-column-count-4 #main .ppp_space_fullwidth:nth-child(4),
body.blog.archive-column-count-4 #main .ppp_space_fullwidth:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.page-template-page-archive.archive-column-count-4 #main .ppp_space_fullwidth:nth-child(8),
body.archive.archive-column-count-4 #main .ppp_space_fullwidth:nth-child(8),
body.blog.archive-column-count-4 #main .ppp_space_fullwidth:nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 991px) {
  body.page-template-page-archive.archive-column-count-3 #main > *, body.page-template-page-archive.blog #main > *,
body.archive.archive-column-count-3 #main > *,
body.archive.blog #main > *,
body.blog.archive-column-count-3 #main > *,
body.blog.blog #main > * {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  body.page-template-page-archive.archive-column-count-3 #main .related-post:nth-child(-n+2), body.page-template-page-archive.blog #main .related-post:nth-child(-n+2),
body.archive.archive-column-count-3 #main .related-post:nth-child(-n+2),
body.archive.blog #main .related-post:nth-child(-n+2),
body.blog.archive-column-count-3 #main .related-post:nth-child(-n+2),
body.blog.blog #main .related-post:nth-child(-n+2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  body.page-template-page-archive.archive-column-count-3 #main .related-post:nth-child(n+3), body.page-template-page-archive.blog #main .related-post:nth-child(n+3),
body.archive.archive-column-count-3 #main .related-post:nth-child(n+3),
body.archive.blog #main .related-post:nth-child(n+3),
body.blog.archive-column-count-3 #main .related-post:nth-child(n+3),
body.blog.blog #main .related-post:nth-child(n+3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.page-template-page-archive.archive-column-count-3 #main .related-post:nth-child(n+11), body.page-template-page-archive.blog #main .related-post:nth-child(n+11),
body.archive.archive-column-count-3 #main .related-post:nth-child(n+11),
body.archive.blog #main .related-post:nth-child(n+11),
body.blog.archive-column-count-3 #main .related-post:nth-child(n+11),
body.blog.blog #main .related-post:nth-child(n+11) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.page-template-page-archive.archive-column-count-3 #main .ppp_space_fullwidth:nth-child(4), body.page-template-page-archive.blog #main .ppp_space_fullwidth:nth-child(4),
body.archive.archive-column-count-3 #main .ppp_space_fullwidth:nth-child(4),
body.archive.blog #main .ppp_space_fullwidth:nth-child(4),
body.blog.archive-column-count-3 #main .ppp_space_fullwidth:nth-child(4),
body.blog.blog #main .ppp_space_fullwidth:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.page-template-page-archive.archive-column-count-3 #main .ppp_space_fullwidth:nth-child(8), body.page-template-page-archive.blog #main .ppp_space_fullwidth:nth-child(8),
body.archive.archive-column-count-3 #main .ppp_space_fullwidth:nth-child(8),
body.archive.blog #main .ppp_space_fullwidth:nth-child(8),
body.blog.archive-column-count-3 #main .ppp_space_fullwidth:nth-child(8),
body.blog.blog #main .ppp_space_fullwidth:nth-child(8) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/* ------------------------------ HEADER ------------------------------ */
#navbar-wrapper .dropdown-menu {
  width: auto;
}
@media (max-width: 991px) {
  #navbar-wrapper .dropdown-menu > li > a {
    white-space: normal;
  }
}
#navbar-wrapper .slogan {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#navbar-wrapper .navbar {
  background-color: white;
  border: none;
  -webkit-box-shadow: 0 0px 20px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px 2px rgba(0, 0, 0, 0.2);
}
#navbar-wrapper .navbar .navbar-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px 0;
}
#navbar-wrapper .navbar .navbar-header .navbar-toggle:hover, #navbar-wrapper .navbar .navbar-header .navbar-toggle:focus {
  background-color: transparent;
}
#navbar-wrapper .navbar .navbar-header .navbar-brand {
  font-size: 1em;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 250px;
  max-height: 100%;
  margin-left: 0;
}
#navbar-wrapper .navbar .navbar-header .navbar-brand img {
  max-height: 100%;
  width: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #navbar-wrapper .navbar .navbar-header .navbar-brand img {
    width: 100%;
  }
}
#navbar-wrapper .navbar .navbar-header .navbar-branding-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media (max-width: 479px) {
  #navbar-wrapper .navbar .navbar-header .navbar-branding-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #navbar-wrapper .navbar .navbar-header .navbar-branding-wrapper .navbar-brand {
    max-width: 50vw;
    height: auto;
    padding: 0.25em 0;
  }
  #navbar-wrapper .navbar .navbar-header .navbar-branding-wrapper .navbar-site-description {
    margin-left: 0;
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  #navbar-wrapper .navbar .navbar-header .navbar-branding-wrapper {
    padding: 0 15px;
  }
}
#navbar-wrapper .navbar .navbar-header .navbar-brand-textual {
  font-size: 1.5em;
  font-weight: 700;
}
#navbar-wrapper .navbar .navbar-header .navbar-site-description {
  font-weight: 500;
  margin-left: 15px;
  color: #64788B;
}
@media (min-width: 1200px) {
  #navbar-wrapper .navbar .navbar-header .navbar-site-description {
    font-size: 1.1em;
  }
}
@media (max-width: 991px) {
  #navbar-wrapper .navbar .navbar-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #navbar-wrapper .navbar .navbar-header .navbar-toggle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #navbar-wrapper .navbar .navbar-header .navbar-branding-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 992px) {
  #navbar-wrapper .navbar .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #navbar-wrapper .navbar .navbar-collapse #navbar-collapse {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
#navbar-wrapper .navbar .navbar-collapse.in > .container-fluid {
  background-color: red;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-collapse-holder .navbar-user-menu .open .btn {
  border-color: inherit;
  color: white !important;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-collapse-holder .navbar-user-menu .btn {
  font-weight: 600 !important;
  color: white !important;
  margin-right: 0.25em;
  padding: 8px 12px 10px;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-collapse-holder .navbar-user-menu .btn .fa {
  color: white !important;
  margin-left: 0;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-collapse-holder .navbar-user-menu .btn .fa.fa-user {
  font-size: 1.4rem;
  margin-right: 0.25em;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-collapse-holder .navbar-user-menu .btn .fa.fa-caret-down {
  bottom: -1px !important;
}
@media (max-width: 991px) {
  #navbar-wrapper .navbar .navbar-collapse .navbar-collapse-holder a {
    font-size: 1.3rem;
  }
  #navbar-wrapper .navbar .navbar-collapse .navbar-collapse-holder .navbar-user-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
  #navbar-wrapper .navbar .navbar-collapse .navbar-collapse-holder .navbar-user-menu .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    vertical-align: middle;
  }
  #navbar-wrapper .navbar .navbar-collapse .navbar-collapse-holder .navbar-user-menu .btn .fa {
    vertical-align: inherit;
  }
  #navbar-wrapper .navbar .navbar-collapse .navbar-collapse-holder .navbar-user-menu .btn .fa.fa-caret-down {
    margin-left: 0.25em;
  }
}
#navbar-wrapper .navbar .navbar-collapse .navbar-nav:first-child {
  margin-bottom: 0;
}
#navbar-wrapper .navbar .navbar-collapse #navbar-user-menu {
  margin-top: 0;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-nav > li > a {
  padding: 8px 10px;
  position: relative;
}
@media (max-width: 991px) {
  #navbar-wrapper .navbar .navbar-collapse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
  }
  #navbar-wrapper .navbar .navbar-collapse .navbar-nav > li > a .fa {
    vertical-align: top;
  }
}
#navbar-wrapper .navbar .navbar-collapse .navbar-user-menu:not(.navbar-user-menu-top) > li:last-child > a {
  border-right: 1px solid #D8DEE4;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-user-menu:not(.navbar-user-menu-top) .menu-item:hover .fa,
#navbar-wrapper .navbar .navbar-collapse .navbar-user-menu:not(.navbar-user-menu-top) .menu-item:active .fa {
  color: #65A7E4;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .input-group .navbar-search-field {
  border-radius: 0;
  border-width: 1px;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .input-group .navbar-search-field::-webkit-input-placeholder {
  color: #B9C6D0;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .input-group .navbar-search-field:-moz-placeholder {
  color: #B9C6D0;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .input-group .navbar-search-field::-moz-placeholder {
  color: #B9C6D0;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .input-group .navbar-search-field:-ms-input-placeholder {
  color: #B9C6D0;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .input-group .navbar-search-field::placeholder {
  color: #B9C6D0;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
}
@media (min-width: 992px) {
  #navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .input-group .navbar-search-field {
    width: 350px;
    max-width: 50vw;
  }
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .search-toggle,
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .search-button {
  background-color: transparent;
  color: #B9C6D0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .search-toggle .fa,
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .search-button .fa {
  font-size: 1.5em;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .search-toggle:hover,
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .search-button:hover {
  color: #65A7E4;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .search-toggle.search-toggle,
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .search-button.search-toggle {
  padding: 0;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .navbar-search-field-toggled {
  border-left: 1px solid #D8DEE4;
  font-size: 0.85em;
}
#navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .navbar-search-field-toggled .search-toggle .fa-search:before {
  content: "\f00d";
}
#navbar-wrapper #nav-menu .menu-item:hover > a.btn, #navbar-wrapper #nav-menu .menu-item:active > a.btn,
#navbar-wrapper #navbar-user-menu .menu-item:hover > a.btn,
#navbar-wrapper #navbar-user-menu .menu-item:active > a.btn,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item:hover > a.btn,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item:active > a.btn,
#navbar-wrapper #navbar-mobile-user-menu .menu-item:hover > a.btn,
#navbar-wrapper #navbar-mobile-user-menu .menu-item:active > a.btn,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item:hover > a.btn,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item:active > a.btn,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item:hover > a.btn,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item:active > a.btn,
#navbar-wrapper .megamenu-mobile-collapse .menu-item:hover > a.btn,
#navbar-wrapper .megamenu-mobile-collapse .menu-item:active > a.btn {
  color: white !important;
}
#navbar-wrapper #nav-menu .menu-item > a.btn,
#navbar-wrapper #navbar-user-menu .menu-item > a.btn,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item > a.btn,
#navbar-wrapper #navbar-mobile-user-menu .menu-item > a.btn,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item > a.btn,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item > a.btn,
#navbar-wrapper .megamenu-mobile-collapse .menu-item > a.btn {
  height: unset;
  color: white !important;
  border-color: transparent;
}
@media (min-width: 992px) {
  #navbar-wrapper #nav-menu .menu-item > a.btn,
#navbar-wrapper #navbar-user-menu .menu-item > a.btn,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item > a.btn,
#navbar-wrapper #navbar-mobile-user-menu .menu-item > a.btn,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item > a.btn,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item > a.btn,
#navbar-wrapper .megamenu-mobile-collapse .menu-item > a.btn {
    padding: inherit;
  }
}
@media (max-width: 991px) {
  #navbar-wrapper #nav-menu .menu-item > a.btn,
#navbar-wrapper #navbar-user-menu .menu-item > a.btn,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item > a.btn,
#navbar-wrapper #navbar-mobile-user-menu .menu-item > a.btn,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item > a.btn,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item > a.btn,
#navbar-wrapper .megamenu-mobile-collapse .menu-item > a.btn {
    text-align: left;
  }
}
#navbar-wrapper #nav-menu .menu-item a,
#navbar-wrapper #navbar-user-menu .menu-item a,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item a,
#navbar-wrapper #navbar-mobile-user-menu .menu-item a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item a,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item a,
#navbar-wrapper .megamenu-mobile-collapse .menu-item a {
  color: #141E28;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
#navbar-wrapper #nav-menu .menu-item a:hover, #navbar-wrapper #nav-menu .menu-item a:active,
#navbar-wrapper #navbar-user-menu .menu-item a:hover,
#navbar-wrapper #navbar-user-menu .menu-item a:active,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item a:hover,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item a:active,
#navbar-wrapper #navbar-mobile-user-menu .menu-item a:hover,
#navbar-wrapper #navbar-mobile-user-menu .menu-item a:active,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item a:hover,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item a:active,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item a:hover,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item a:active,
#navbar-wrapper .megamenu-mobile-collapse .menu-item a:hover,
#navbar-wrapper .megamenu-mobile-collapse .menu-item a:active {
  color: #65A7E4;
  background-color: transparent;
}
#navbar-wrapper #nav-menu .menu-item a.menu-item-has-icon .menu-item-icon,
#navbar-wrapper #navbar-user-menu .menu-item a.menu-item-has-icon .menu-item-icon,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item a.menu-item-has-icon .menu-item-icon,
#navbar-wrapper #navbar-mobile-user-menu .menu-item a.menu-item-has-icon .menu-item-icon,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item a.menu-item-has-icon .menu-item-icon,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item a.menu-item-has-icon .menu-item-icon,
#navbar-wrapper .megamenu-mobile-collapse .menu-item a.menu-item-has-icon .menu-item-icon {
  padding-left: 0.5em;
}
#navbar-wrapper #nav-menu .menu-item > a > img,
#navbar-wrapper #navbar-user-menu .menu-item > a > img,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item > a > img,
#navbar-wrapper #navbar-mobile-user-menu .menu-item > a > img,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item > a > img,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item > a > img,
#navbar-wrapper .megamenu-mobile-collapse .menu-item > a > img {
  width: 100%;
  max-width: 1.2em;
  height: auto;
  max-height: 1.2em;
}
#navbar-wrapper #nav-menu .menu-item:hover > a, #navbar-wrapper #nav-menu .menu-item.active > a, #navbar-wrapper #nav-menu .menu-item.current-menu-item > a,
#navbar-wrapper #navbar-user-menu .menu-item:hover > a,
#navbar-wrapper #navbar-user-menu .menu-item.active > a,
#navbar-wrapper #navbar-user-menu .menu-item.current-menu-item > a,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item:hover > a,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item.active > a,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item.current-menu-item > a,
#navbar-wrapper #navbar-mobile-user-menu .menu-item:hover > a,
#navbar-wrapper #navbar-mobile-user-menu .menu-item.active > a,
#navbar-wrapper #navbar-mobile-user-menu .menu-item.current-menu-item > a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item:hover > a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item.active > a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item.current-menu-item > a,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item:hover > a,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item.active > a,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item.current-menu-item > a,
#navbar-wrapper .megamenu-mobile-collapse .menu-item:hover > a,
#navbar-wrapper .megamenu-mobile-collapse .menu-item.active > a,
#navbar-wrapper .megamenu-mobile-collapse .menu-item.current-menu-item > a {
  background-color: transparent;
  font-weight: 700;
}
#navbar-wrapper #nav-menu .menu-item.menu-item-has-children > a .fa-caret-down,
#navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children > a .fa-caret-down,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children > a .fa-caret-down,
#navbar-wrapper #navbar-mobile-user-menu .menu-item.menu-item-has-children > a .fa-caret-down,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item.menu-item-has-children > a .fa-caret-down,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item.menu-item-has-children > a .fa-caret-down,
#navbar-wrapper .megamenu-mobile-collapse .menu-item.menu-item-has-children > a .fa-caret-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  text-align: center;
  color: #B9C6D0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
#navbar-wrapper #nav-menu .menu-item.menu-item-has-children.open > a,
#navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children.open > a,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children.open > a,
#navbar-wrapper #navbar-mobile-user-menu .menu-item.menu-item-has-children.open > a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item.menu-item-has-children.open > a,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item.menu-item-has-children.open > a,
#navbar-wrapper .megamenu-mobile-collapse .menu-item.menu-item-has-children.open > a {
  background-color: transparent;
  /* color: $brandblue;*/
}
#navbar-wrapper #nav-menu .menu-item.menu-item-has-children.open > a.btn,
#navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children.open > a.btn,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children.open > a.btn,
#navbar-wrapper #navbar-mobile-user-menu .menu-item.menu-item-has-children.open > a.btn,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item.menu-item-has-children.open > a.btn,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item.menu-item-has-children.open > a.btn,
#navbar-wrapper .megamenu-mobile-collapse .menu-item.menu-item-has-children.open > a.btn {
  font-weight: 600 !important;
}
#navbar-wrapper #nav-menu .menu-item.menu-item-has-children.open > a.btn .fa-caret-down,
#navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children.open > a.btn .fa-caret-down,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children.open > a.btn .fa-caret-down,
#navbar-wrapper #navbar-mobile-user-menu .menu-item.menu-item-has-children.open > a.btn .fa-caret-down,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item.menu-item-has-children.open > a.btn .fa-caret-down,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item.menu-item-has-children.open > a.btn .fa-caret-down,
#navbar-wrapper .megamenu-mobile-collapse .menu-item.menu-item-has-children.open > a.btn .fa-caret-down {
  margin-left: 0;
}
#navbar-wrapper #nav-menu .menu-item.menu-item-has-children.open > a .fa-caret-down,
#navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children.open > a .fa-caret-down,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children.open > a .fa-caret-down,
#navbar-wrapper #navbar-mobile-user-menu .menu-item.menu-item-has-children.open > a .fa-caret-down,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item.menu-item-has-children.open > a .fa-caret-down,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item.menu-item-has-children.open > a .fa-caret-down,
#navbar-wrapper .megamenu-mobile-collapse .menu-item.menu-item-has-children.open > a .fa-caret-down {
  color: #65A7E4;
}
#navbar-wrapper #nav-menu .menu-item.menu-item-has-children > a .fa-caret-down,
#navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children > a .fa-caret-down,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children > a .fa-caret-down,
#navbar-wrapper #navbar-mobile-user-menu .menu-item.menu-item-has-children > a .fa-caret-down,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item.menu-item-has-children > a .fa-caret-down,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item.menu-item-has-children > a .fa-caret-down,
#navbar-wrapper .megamenu-mobile-collapse .menu-item.menu-item-has-children > a .fa-caret-down {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #B9C6D0;
}
#navbar-wrapper #nav-menu .menu-item.menu-item-has-children > a .fa,
#navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children > a .fa,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children > a .fa,
#navbar-wrapper #navbar-mobile-user-menu .menu-item.menu-item-has-children > a .fa,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item.menu-item-has-children > a .fa,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item.menu-item-has-children > a .fa,
#navbar-wrapper .megamenu-mobile-collapse .menu-item.menu-item-has-children > a .fa {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
#navbar-wrapper #nav-menu .menu-item.menu-item-has-children.open > a,
#navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children.open > a,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children.open > a,
#navbar-wrapper #navbar-mobile-user-menu .menu-item.menu-item-has-children.open > a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item.menu-item-has-children.open > a,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item.menu-item-has-children.open > a,
#navbar-wrapper .megamenu-mobile-collapse .menu-item.menu-item-has-children.open > a {
  background-color: transparent;
  color: #65A7E4;
}
@media (min-width: 992px) {
  #navbar-wrapper #nav-menu .menu-item.menu-item-has-children .dropdown-menu,
#navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children .dropdown-menu,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children .dropdown-menu,
#navbar-wrapper #navbar-mobile-user-menu .menu-item.menu-item-has-children .dropdown-menu,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item.menu-item-has-children .dropdown-menu,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item.menu-item-has-children .dropdown-menu,
#navbar-wrapper .megamenu-mobile-collapse .menu-item.menu-item-has-children .dropdown-menu {
    border-radius: 6px;
    margin-top: 10px;
    text-align: center;
    border: none;
    padding: 15px;
    left: 50%;
    right: auto;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  }
  #navbar-wrapper #nav-menu .menu-item.menu-item-has-children .dropdown-menu a,
#navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children .dropdown-menu a,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children .dropdown-menu a,
#navbar-wrapper #navbar-mobile-user-menu .menu-item.menu-item-has-children .dropdown-menu a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item.menu-item-has-children .dropdown-menu a,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item.menu-item-has-children .dropdown-menu a,
#navbar-wrapper .megamenu-mobile-collapse .menu-item.menu-item-has-children .dropdown-menu a {
    font-weight: normal;
  }
}
#navbar-wrapper #nav-menu .menu-item + .menu-item a.btn,
#navbar-wrapper #navbar-user-menu .menu-item + .menu-item a.btn,
#navbar-wrapper #navbar-language-switch-wrapper .menu-item + .menu-item a.btn,
#navbar-wrapper #navbar-mobile-user-menu .menu-item + .menu-item a.btn,
#navbar-wrapper #navbar-mobile-language-switch-wrapper .menu-item + .menu-item a.btn,
#navbar-wrapper #navbar-mobile-search-wrapper .menu-item + .menu-item a.btn,
#navbar-wrapper .megamenu-mobile-collapse .menu-item + .menu-item a.btn {
  margin-left: 0.35em;
}
#navbar-wrapper #nav-menu.navbar-language-switch-wrapper, #navbar-wrapper #nav-menu.navbar-mobile-language-switch-wrapper, #navbar-wrapper #nav-menu.navbar-mobile-search-wrapper,
#navbar-wrapper #navbar-user-menu.navbar-language-switch-wrapper,
#navbar-wrapper #navbar-user-menu.navbar-mobile-language-switch-wrapper,
#navbar-wrapper #navbar-user-menu.navbar-mobile-search-wrapper,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-language-switch-wrapper,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-language-switch-wrapper,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-search-wrapper,
#navbar-wrapper #navbar-mobile-user-menu.navbar-language-switch-wrapper,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-language-switch-wrapper,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-search-wrapper,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-language-switch-wrapper,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-language-switch-wrapper,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-search-wrapper,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-language-switch-wrapper,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-language-switch-wrapper,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-search-wrapper,
#navbar-wrapper .megamenu-mobile-collapse.navbar-language-switch-wrapper,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-language-switch-wrapper,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-search-wrapper {
  border-left: 1px solid #D8DEE4;
}
#navbar-wrapper #nav-menu.navbar-language-switch-wrapper .menu-item-has-children > a, #navbar-wrapper #nav-menu.navbar-mobile-language-switch-wrapper .menu-item-has-children > a, #navbar-wrapper #nav-menu.navbar-mobile-search-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-user-menu.navbar-language-switch-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-user-menu.navbar-mobile-language-switch-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-user-menu.navbar-mobile-search-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-language-switch-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-language-switch-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-search-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-mobile-user-menu.navbar-language-switch-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-language-switch-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-search-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-language-switch-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-language-switch-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-search-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-language-switch-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-language-switch-wrapper .menu-item-has-children > a,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-search-wrapper .menu-item-has-children > a,
#navbar-wrapper .megamenu-mobile-collapse.navbar-language-switch-wrapper .menu-item-has-children > a,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-language-switch-wrapper .menu-item-has-children > a,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-search-wrapper .menu-item-has-children > a {
  font-size: 0.85em;
  color: #B9C6D0;
}
#navbar-wrapper #nav-menu.navbar-language-switch-wrapper .menu-item-has-children > a span, #navbar-wrapper #nav-menu.navbar-mobile-language-switch-wrapper .menu-item-has-children > a span, #navbar-wrapper #nav-menu.navbar-mobile-search-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-user-menu.navbar-language-switch-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-user-menu.navbar-mobile-language-switch-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-user-menu.navbar-mobile-search-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-language-switch-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-language-switch-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-search-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-mobile-user-menu.navbar-language-switch-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-language-switch-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-search-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-language-switch-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-language-switch-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-search-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-language-switch-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-language-switch-wrapper .menu-item-has-children > a span,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-search-wrapper .menu-item-has-children > a span,
#navbar-wrapper .megamenu-mobile-collapse.navbar-language-switch-wrapper .menu-item-has-children > a span,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-language-switch-wrapper .menu-item-has-children > a span,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-search-wrapper .menu-item-has-children > a span {
  font-size: 1.575em;
}
#navbar-wrapper #nav-menu.navbar-language-switch-wrapper .menu-item-has-children > a.open, #navbar-wrapper #nav-menu.navbar-mobile-language-switch-wrapper .menu-item-has-children > a.open, #navbar-wrapper #nav-menu.navbar-mobile-search-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-user-menu.navbar-language-switch-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-user-menu.navbar-mobile-language-switch-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-user-menu.navbar-mobile-search-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-language-switch-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-language-switch-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-search-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-mobile-user-menu.navbar-language-switch-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-language-switch-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-search-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-language-switch-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-language-switch-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-search-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-language-switch-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-language-switch-wrapper .menu-item-has-children > a.open,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-search-wrapper .menu-item-has-children > a.open,
#navbar-wrapper .megamenu-mobile-collapse.navbar-language-switch-wrapper .menu-item-has-children > a.open,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-language-switch-wrapper .menu-item-has-children > a.open,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-search-wrapper .menu-item-has-children > a.open {
  color: #65A7E4;
}
#navbar-wrapper #nav-menu.navbar-language-switch-wrapper .dropdown-menu, #navbar-wrapper #nav-menu.navbar-mobile-language-switch-wrapper .dropdown-menu, #navbar-wrapper #nav-menu.navbar-mobile-search-wrapper .dropdown-menu,
#navbar-wrapper #navbar-user-menu.navbar-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-user-menu.navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-user-menu.navbar-mobile-search-wrapper .dropdown-menu,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-search-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-user-menu.navbar-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-search-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-search-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-search-wrapper .dropdown-menu,
#navbar-wrapper .megamenu-mobile-collapse.navbar-language-switch-wrapper .dropdown-menu,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-search-wrapper .dropdown-menu {
  padding: 0;
  border-top: 2px solid #B9C6D0;
}
#navbar-wrapper #nav-menu.navbar-language-switch-wrapper .dropdown-menu li:not(.active) a, #navbar-wrapper #nav-menu.navbar-mobile-language-switch-wrapper .dropdown-menu li:not(.active) a, #navbar-wrapper #nav-menu.navbar-mobile-search-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-user-menu.navbar-language-switch-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-user-menu.navbar-mobile-language-switch-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-user-menu.navbar-mobile-search-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-language-switch-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-language-switch-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-search-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-mobile-user-menu.navbar-language-switch-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-language-switch-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-search-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-language-switch-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-language-switch-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-search-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-language-switch-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-language-switch-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-search-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper .megamenu-mobile-collapse.navbar-language-switch-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-language-switch-wrapper .dropdown-menu li:not(.active) a,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-search-wrapper .dropdown-menu li:not(.active) a {
  color: #B9C6D0;
}
#navbar-wrapper #nav-menu.navbar-language-switch-wrapper .dropdown-menu li a, #navbar-wrapper #nav-menu.navbar-mobile-language-switch-wrapper .dropdown-menu li a, #navbar-wrapper #nav-menu.navbar-mobile-search-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-user-menu.navbar-language-switch-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-user-menu.navbar-mobile-language-switch-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-user-menu.navbar-mobile-search-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-language-switch-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-language-switch-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-search-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-mobile-user-menu.navbar-language-switch-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-language-switch-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-search-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-language-switch-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-language-switch-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-search-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-language-switch-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-language-switch-wrapper .dropdown-menu li a,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-search-wrapper .dropdown-menu li a,
#navbar-wrapper .megamenu-mobile-collapse.navbar-language-switch-wrapper .dropdown-menu li a,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-language-switch-wrapper .dropdown-menu li a,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-search-wrapper .dropdown-menu li a {
  padding: 3px 6px;
}
#navbar-wrapper #nav-menu.navbar-language-switch-wrapper .dropdown-menu, #navbar-wrapper #nav-menu.navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-user-menu.navbar-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-user-menu.navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-user-menu.navbar-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-language-switch-wrapper .dropdown-menu,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper .megamenu-mobile-collapse.navbar-language-switch-wrapper .dropdown-menu,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-language-switch-wrapper .dropdown-menu {
  min-width: 0;
}
#navbar-wrapper #nav-menu.navbar-language-switch-wrapper .menu-item .dropdown-toggle,
#navbar-wrapper #navbar-user-menu.navbar-language-switch-wrapper .menu-item .dropdown-toggle,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-language-switch-wrapper .menu-item .dropdown-toggle,
#navbar-wrapper #navbar-mobile-user-menu.navbar-language-switch-wrapper .menu-item .dropdown-toggle,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-language-switch-wrapper .menu-item .dropdown-toggle,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-language-switch-wrapper .menu-item .dropdown-toggle,
#navbar-wrapper .megamenu-mobile-collapse.navbar-language-switch-wrapper .menu-item .dropdown-toggle {
  line-height: 1.5;
}
#navbar-wrapper #nav-menu.navbar-mobile-language-switch-wrapper,
#navbar-wrapper #navbar-user-menu.navbar-mobile-language-switch-wrapper,
#navbar-wrapper #navbar-language-switch-wrapper.navbar-mobile-language-switch-wrapper,
#navbar-wrapper #navbar-mobile-user-menu.navbar-mobile-language-switch-wrapper,
#navbar-wrapper #navbar-mobile-language-switch-wrapper.navbar-mobile-language-switch-wrapper,
#navbar-wrapper #navbar-mobile-search-wrapper.navbar-mobile-language-switch-wrapper,
#navbar-wrapper .megamenu-mobile-collapse.navbar-mobile-language-switch-wrapper {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media (max-width: 991px) {
  #navbar-wrapper .navbar .navbar-collapse,
#navbar-wrapper .megamenu .navbar-collapse {
    border: none;
    max-height: calc(100vh - 60px);
  }
  #navbar-wrapper .navbar .navbar-collapse .menu-item-has-children .fa-caret-down,
#navbar-wrapper .megamenu .navbar-collapse .menu-item-has-children .fa-caret-down {
    position: relative !important;
  }
  body.admin-bar #navbar-wrapper .navbar .navbar-collapse {
    max-height: calc(100vh - 92px);
  }
}
@media (max-width: 991px) and (max-width: 782px) {
  body.admin-bar #navbar-wrapper .navbar .navbar-collapse {
    max-height: calc(100vh - 106px);
  }
}
@media (max-width: 991px) {
  #navbar-wrapper .navbar .navbar-mobile-search-wrapper,
#navbar-wrapper .navbar .navbar-mobile-language-switch-wrapper,
#navbar-wrapper .megamenu .navbar-mobile-search-wrapper,
#navbar-wrapper .megamenu .navbar-mobile-language-switch-wrapper {
    border: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: auto;
  }
  #navbar-wrapper .navbar .navbar-mobile-search-wrapper .navbar-search-field,
#navbar-wrapper .navbar .navbar-mobile-language-switch-wrapper .navbar-search-field,
#navbar-wrapper .megamenu .navbar-mobile-search-wrapper .navbar-search-field,
#navbar-wrapper .megamenu .navbar-mobile-language-switch-wrapper .navbar-search-field {
    margin-top: 2px;
    margin-right: 5px;
    position: initial;
    width: 200px;
  }
  #navbar-wrapper .navbar .navbar-mobile-search-wrapper .dropdown-toggle,
#navbar-wrapper .navbar .navbar-mobile-language-switch-wrapper .dropdown-toggle,
#navbar-wrapper .megamenu .navbar-mobile-search-wrapper .dropdown-toggle,
#navbar-wrapper .megamenu .navbar-mobile-language-switch-wrapper .dropdown-toggle {
    padding: 15px 8px;
  }
  #navbar-wrapper .navbar .navbar-mobile-search-wrapper .dropdown-menu,
#navbar-wrapper .navbar .navbar-mobile-language-switch-wrapper .dropdown-menu,
#navbar-wrapper .megamenu .navbar-mobile-search-wrapper .dropdown-menu,
#navbar-wrapper .megamenu .navbar-mobile-language-switch-wrapper .dropdown-menu {
    position: absolute;
    background-color: white;
    right: 0;
    padding: 5px;
    right: 0;
    left: auto;
    margin-top: 5px;
    overflow: hidden;
  }
  #navbar-wrapper .navbar .navbar-mobile-search-wrapper .search-button,
#navbar-wrapper .navbar .navbar-mobile-language-switch-wrapper .search-button,
#navbar-wrapper .megamenu .navbar-mobile-search-wrapper .search-button,
#navbar-wrapper .megamenu .navbar-mobile-language-switch-wrapper .search-button {
    padding: 0 8px;
    border-radius: 0;
    border: none;
  }
  #navbar-wrapper .navbar .navbar-mobile-search-wrapper .search-button .fa,
#navbar-wrapper .navbar .navbar-mobile-language-switch-wrapper .search-button .fa,
#navbar-wrapper .megamenu .navbar-mobile-search-wrapper .search-button .fa,
#navbar-wrapper .megamenu .navbar-mobile-language-switch-wrapper .search-button .fa {
    font-size: inherit;
  }
}
@media (max-width: 991px) {
  #navbar-wrapper .navbar #navbar-user-menu .fa-caret-down,
#navbar-wrapper .navbar .megamenu-menus .fa-caret-down,
#navbar-wrapper .megamenu #navbar-user-menu .fa-caret-down,
#navbar-wrapper .megamenu .megamenu-menus .fa-caret-down {
    position: relative !important;
  }
  #navbar-wrapper .navbar #navbar-user-menu .divider,
#navbar-wrapper .navbar .megamenu-menus .divider,
#navbar-wrapper .megamenu #navbar-user-menu .divider,
#navbar-wrapper .megamenu .megamenu-menus .divider {
    display: none;
  }
}
@media (max-width: 991px) {
  #navbar-wrapper .navbar #navbar-user-menu .menu-item a,
#navbar-wrapper .megamenu #navbar-user-menu .menu-item a {
    font-weight: 600;
  }
}

ul.account-menu,
ul.summary-nav {
  line-height: 60px;
}
ul.account-menu li,
ul.summary-nav li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
ul.account-menu li:hover:after, ul.account-menu li.active:after,
ul.summary-nav li:hover:after,
ul.summary-nav li.active:after {
  width: 100%;
}
ul.account-menu li:after,
ul.summary-nav li:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #65A7E4;
  position: absolute;
  left: 0;
  bottom: 1em;
  -webkit-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
ul.account-menu li:last-child,
ul.summary-nav li:last-child {
  margin-right: 0;
}
ul.account-menu li.logout:after,
ul.summary-nav li.logout:after {
  content: "";
  width: 0% !important;
}
ul.account-menu li.logout a,
ul.summary-nav li.logout a {
  color: #B9C6D0;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
ul.account-menu li.logout a:hover,
ul.summary-nav li.logout a:hover {
  color: #64788B;
}
ul.account-menu li a,
ul.summary-nav li a {
  color: #141E28;
  font-weight: 700;
  display: block;
}
@media (max-width: 767px) {
  ul.account-menu,
ul.summary-nav {
    line-height: 40px;
  }
  ul.account-menu li,
ul.summary-nav li {
    margin-right: 15px;
  }
  ul.account-menu li:after,
ul.summary-nav li:after {
    bottom: 0.5em;
  }
}

/* ------------------------------ SLIDER ------------------------------ */
.single-artikelen .slider-container {
  margin-bottom: 0;
}

.slick .slick-track {
  margin-left: unset;
  margin-left: unset;
}
.slick .slick-content:not(.slick-initialized) {
  /* max-width: 100%;*/
}
.slick .slick-content:not(.slick-initialized) > * {
  visibility: hidden;
  display: none;
}
.slick .slick-content:not(.slick-initialized).slick-initialized .slick-slide {
  visibility: visible !important;
}

.front-page-intro-block .slider-container {
  margin-top: 0 !important;
}

.slick-front-page-intro-block-normal .slick-prev-button {
  left: 30px;
}
.slick-front-page-intro-block-normal .slick-next-button {
  right: 30px;
}

.slide.dark-text .slide-content {
  color: black;
}

.slider-container {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .slider-container {
    margin-top: 10px;
  }
}
.slider-container .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}
.slider-container .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-container .slick-track .slick-slide .container {
  margin: 0;
  padding: 0;
}

.featured-items-slider .featured-items-title {
  margin-bottom: 2em;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.featured-items-slider .featured-items-title h1, .featured-items-slider .featured-items-title .h1, .featured-items-slider .featured-items-title h2, .featured-items-slider .featured-items-title .h2, .featured-items-slider .featured-items-title h3, .featured-items-slider .featured-items-title .h3, .featured-items-slider .featured-items-title h4, .featured-items-slider .featured-items-title .h4, .featured-items-slider .featured-items-title h5, .featured-items-slider .featured-items-title .h5, .featured-items-slider .featured-items-title h6, .featured-items-slider .featured-items-title .h6 {
  margin: 0;
}
.featured-items-slider .featured-items-title a {
  margin-left: 1em;
  font-weight: 700;
}

.featured-items .content-item {
  margin-bottom: 15px;
}

.three-blocks {
  height: auto;
  position: relative;
}
.three-blocks .slick-track,
.three-blocks .slick-content {
  max-width: 100%;
  max-width: 100%;
}
.three-blocks .read-view-time,
.three-blocks .post-label {
  display: inline-block;
  font-size: 0.85em !important;
}
.three-blocks .read-view-time {
  float: right;
  margin-bottom: 15px;
  font-weight: 500;
}
.three-blocks .read-view-time .fa {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.three-blocks .post-label {
  float: left;
  margin-bottom: 15px;
}
.three-blocks .three-blocks-big-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15px;
  word-break: break-word;
  word-wrap: break-word;
}
.three-blocks .three-blocks-big-block .three-blocks-big-block-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px 30px;
  z-index: 9999999;
}
.three-blocks .three-blocks-big-block .paszone_container,
.three-blocks .three-blocks-big-block .pz_cont {
  width: 100%;
}
.three-blocks .three-blocks-small-block-holder {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item {
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 9999999;
  position: relative;
  padding: 15px;
}
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item:last-child {
  margin-bottom: 0;
}
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item:after {
  content: "";
  display: block;
  height: 80%;
  width: 100%;
  background: -o-linear-gradient(top, rgba(185, 198, 208, 0) 0%, #b9c6d0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(185, 198, 208, 0)), to(#b9c6d0));
  background: linear-gradient(to bottom, rgba(185, 198, 208, 0) 0%, #b9c6d0 100%);
  bottom: 0;
  left: 0;
  position: absolute;
}
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item .read-view-time,
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item .post-label {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  pointer-events: none;
  padding: 1px 3px;
  color: white;
}
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item span.h2 {
  background-color: transparent;
  font-size: 1.3em;
  z-index: 999;
  width: 100%;
}
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item h1, .three-blocks .three-blocks-small-block-holder .three-blocks-small-item .h1, .three-blocks .three-blocks-small-block-holder .three-blocks-small-item h2, .three-blocks .three-blocks-small-block-holder .three-blocks-small-item .h2, .three-blocks .three-blocks-small-block-holder .three-blocks-small-item h3, .three-blocks .three-blocks-small-block-holder .three-blocks-small-item .h3, .three-blocks .three-blocks-small-block-holder .three-blocks-small-item h4, .three-blocks .three-blocks-small-block-holder .three-blocks-small-item .h4, .three-blocks .three-blocks-small-block-holder .three-blocks-small-item h5, .three-blocks .three-blocks-small-block-holder .three-blocks-small-item .h5, .three-blocks .three-blocks-small-block-holder .three-blocks-small-item h6, .three-blocks .three-blocks-small-block-holder .three-blocks-small-item .h6 {
  background-color: white;
  margin: 0;
}
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item .paszone_container,
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item .pz_cont {
  height: 100%;
}
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item .paszone_container .ppp_zone,
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item .paszone_container .wppasrotate,
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item .paszone_container .pasli,
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item .pz_cont .ppp_zone,
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item .pz_cont .wppasrotate,
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item .pz_cont .pasli {
  height: 100%;
}
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item .paszone_container .pasli,
.three-blocks .three-blocks-small-block-holder .three-blocks-small-item .pz_cont .pasli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .three-blocks {
    /* .three-blocks-small-block-holder {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;

            .three-blocks-small-item {
                margin-bottom: 0;
            }
        }
    }

    @media (max-width: 479px) {
        .three-blocks-small-block-holder {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        } */
  }
}
@media (min-width: 768px) {
  .three-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .three-blocks {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .three-blocks .three-blocks-big-block.slick-slide {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
@media (min-width: 768px) {
  .three-blocks .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .three-blocks {
    padding: 15px;
  }
  .three-blocks .slick-track {
    min-height: 300px;
  }
  .three-blocks .three-blocks-small-block-holder {
    padding: 0;
    background-color: transparent !important;
  }
  .three-blocks .slick-slide {
    min-width: 100%;
  }
}

.slick-prev-button,
.slick-next-button {
  position: absolute;
  font-size: 40px;
  z-index: 999;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #64788B;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.slick-prev-button.slick-disabled,
.slick-prev-button .slick-disabled,
.slick-next-button.slick-disabled,
.slick-next-button .slick-disabled {
  opacity: 0.2;
  cursor: inherit;
  /* cursor: not-allowed;*/
}
.slick-prev-button span.title,
.slick-next-button span.title {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 200px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 1049px) {
  .slick-prev-button,
.slick-next-button {
    font-size: 2em;
  }
}

.slick-prev-button {
  top: 1px;
  left: -30px;
}
.slick-prev-button span.title {
  text-align: right;
}
@media (max-width: 1049px) {
  .slick-prev-button {
    left: -15px;
  }
}
@media (max-width: 991px) {
  .slick-prev-button {
    left: 0;
  }
}

.slick-next-button {
  top: 1px;
  right: -30px;
}
.slick-next-button span.title {
  text-align: left;
}
@media (max-width: 1049px) {
  .slick-next-button {
    right: -15px;
  }
}
@media (max-width: 991px) {
  .slick-next-button {
    right: 0;
  }
}

.slick-list .content-item {
  margin-bottom: 0;
}

.slick-slider {
  margin-bottom: 0 !important;
}
.slick-slider .slick-slide {
  background-position: right center;
}
.slick-slider .slick-active {
  background-size: cover;
}
.slick-slider .h2.dot-before {
  font-size: 2em;
}
.slick-slider .h2.dot-before:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #2DC656;
  border-radius: 50%;
  margin-right: 15px;
}

.slick .draggable {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slick.slick-front-page-intro-block-fullwidth img.lazy-background {
  position: absolute;
  width: 100%;
}
.slick.slick-front-page-intro-block-fullwidth .slick-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 1em auto;
  pointer-events: none;
}
.slick.slick-front-page-intro-block-fullwidth .slick-controls * {
  pointer-events: all;
}
.slick.slick-front-page-intro-block-fullwidth .slick-controls .slick-arrow {
  position: relative;
  font-size: 1em;
  color: white !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  left: auto;
  right: auto;
  margin: 0 1em;
}
.slick.slick-front-page-intro-block-fullwidth .slick-controls .slick-arrow .fa {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.slick.slick-front-page-intro-block-fullwidth .slick-controls .slick-dots-wrapper {
  position: relative;
  display: block;
  line-height: 0;
  width: auto;
}
.slick.slick-front-page-intro-block-fullwidth .slick-controls .slick-dots-wrapper .slick-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: auto;
}
.slick.slick-front-page-intro-block-fullwidth .slick-controls .slick-dots-wrapper .slick-dots li {
  width: auto;
  height: auto;
}
.slick.slick-front-page-intro-block-fullwidth .slick-controls .slick-dots-wrapper .slick-dots li button {
  background-color: white;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  border: 2px solid white;
  margin: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.slick.slick-front-page-intro-block-fullwidth .slick-controls .slick-dots-wrapper .slick-dots li button:before {
  content: none;
}
.slick.slick-front-page-intro-block-fullwidth .slick-controls .slick-dots-wrapper .slick-dots li.slick-active button, .slick.slick-front-page-intro-block-fullwidth .slick-controls .slick-dots-wrapper .slick-dots li:hover button, .slick.slick-front-page-intro-block-fullwidth .slick-controls .slick-dots-wrapper .slick-dots li:active button {
  background-color: #FFFFFF;
}
.slick.slick-front-page-intro-block-fullwidth .slick-front-page-intro-block-fullwidth-slide {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .slick.slick-front-page-intro-block-fullwidth .slick-front-page-intro-block-fullwidth-slide {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.slick.slick-front-page-intro-block-fullwidth .slick-front-page-intro-block-fullwidth-slide .slick-front-page-intro-block-fullwidth-slide-content {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
  display: block;
  border-left: 10px solid;
  border-left-color: #2DC656;
}
@media (max-width: 767px) {
  .slick.slick-front-page-intro-block-fullwidth .slick-front-page-intro-block-fullwidth-slide {
    padding-top: 0;
  }
}
.slick.slick-front-page-intro-block-fullwidth .slick-front-page-intro-block-fullwidth-slide .paszone_container,
.slick.slick-front-page-intro-block-fullwidth .slick-front-page-intro-block-fullwidth-slide .pz_cont {
  position: static;
}
.slick.slick-front-page-intro-block-normal .slick-arrow {
  color: white !important;
}
.slick.slick-front-page-intro-block-normal .slick-arrow .fa {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: left center !important;
  /* padding: 0 15px;*/
}
@media (max-width: 767px) {
  .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .color-pick-target {
    opacity: 0.2;
  }
}
.slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide > .row {
  width: 100%;
}
.slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-details {
  color: white;
  margin-bottom: 0.5em;
}
.slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content span.h1 {
  font-size: 2.75em;
}
@media (max-width: 991px) {
  .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content span.h1 {
    font-size: 2em;
  }
}
.slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content span.h3 {
  font-weight: 500;
  font-size: 1.85em;
}
@media (max-width: 991px) {
  .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content span.h3 {
    font-size: 1.5em;
  }
}
.slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content a.slick-front-page-intro-block-normal-slide-content-block {
  padding: 25px 50px;
  background-color: white;
  display: block;
}
.slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .read-view-time {
  font-weight: 500;
  font-size: 0.85em;
  margin-bottom: 1em;
}
.slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h1, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h1, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h2, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h2, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h3, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h3, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h4, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h4, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h5, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h5, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h6, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h6 {
  margin-bottom: 0.75em;
}
.slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h1:only-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h1:only-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h2:only-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h2:only-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h3:only-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h3:only-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h4:only-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h4:only-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h5:only-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h5:only-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h6:only-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h6:only-child {
  margin: 0;
}
.slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h1:last-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h1:last-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h2:last-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h2:last-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h3:last-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h3:last-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h4:last-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h4:last-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h5:last-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h5:last-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles h6:last-child, .slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .slick-front-page-intro-block-normal-slide-content .slick-front-page-intro-block-normal-slide-content-titles .h6:last-child {
  margin-bottom: 0;
}
.slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .paszone_container,
.slick.slick-front-page-intro-block-normal .slick-front-page-intro-block-normal-slide .pz_cont {
  position: static;
  width: 100%;
}
@media (max-width: 767px) {
  .slick.slick-front-page-intro-block-with-thumbs .slick-list {
    max-height: 300px;
  }
  .slick.slick-front-page-intro-block-with-thumbs .slick-list .slick-track {
    min-height: 300px;
    max-height: 100%;
  }
}
.slick.slick-front-page-intro-block-with-thumbs-nav {
  margin-top: -50px;
}
@media (min-width: 992px) {
  .slick.slick-front-page-intro-block-with-thumbs-nav .slick-list {
    overflow: visible;
  }
}
@media (max-width: 991px) {
  .slick.slick-front-page-intro-block-with-thumbs-nav .slick-list {
    padding-top: 1.5em;
  }
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-list .slick-track {
  min-height: unset;
  margin-top: 20px;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  background-color: white;
  -webkit-transition-property: z-index, color, background-color, -webkit-box-shadow;
  transition-property: z-index, color, background-color, -webkit-box-shadow;
  -o-transition-property: z-index, box-shadow, color, background-color;
  transition-property: z-index, box-shadow, color, background-color;
  transition-property: z-index, box-shadow, color, background-color, -webkit-box-shadow;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item ~ .slick-front-page-intro-block-with-thumbs-nav-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: 1px 0 0 0;
  box-shadow: -1px 0 0 0;
  -webkit-transform: 0.3s ease-in-out;
  -ms-transform: 0.3s ease-in-out;
  transform: 3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  pointer-events: none;
}
body.corners-rounded .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item ~ .slick-front-page-intro-block-with-thumbs-nav-item:after,
body.corners-regular .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item ~ .slick-front-page-intro-block-with-thumbs-nav-item:after {
  content: unset;
}

.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item ~ .slick-front-page-intro-block-with-thumbs-nav-item:not(.slick-current) {
  color: #D8DEE4;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content {
  background-color: white;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 1;
  padding: 1.8em;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transition-property: z-index, color, background-color, -webkit-box-shadow, -webkit-transform;
  transition-property: z-index, color, background-color, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: z-index, box-shadow, color, background-color, transform;
  transition-property: z-index, box-shadow, color, background-color, transform;
  transition-property: z-index, box-shadow, color, background-color, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content p,
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content h1, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content .h1, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content h2, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content .h2, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content h3, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content .h3, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content h4, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content .h4, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content h5, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content .h5, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content h6, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content .h6 {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content h1, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content .h1, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content h2, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content .h2, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content h3, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content .h3, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content h4, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content .h4, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content h5, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content .h5, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content h6, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content .h6 {
  font-size: 3.08rem;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-content p {
  font-size: 1.6rem;
  color: black;
  margin-bottom: 0;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-after {
  position: absolute;
  width: 100%;
  height: 1.15em;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #D8DEE4;
  font-size: 2em;
  overflow: hidden;
  color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  color: #65A7E4;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item .slick-front-page-intro-block-with-thumbs-nav-item-after .fa {
  margin-bottom: -2px;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item:not(.slick-current) a {
  pointer-events: none;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current {
  color: transparent;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  background-color: #65A7E4;
  color: white;
  z-index: 2;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content h1, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content .h1, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content h2, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content .h2, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content h3, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content .h3, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content h4, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content .h4, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content h5, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content .h5, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content h6, .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content .h6 {
  color: white !important;
}
.slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item.slick-current .slick-front-page-intro-block-with-thumbs-nav-item-content p {
  color: black;
}
.slick.slick-dossier-category-row .slick-row-title, .slick.slick-row-dossier .slick-row-title, .slick.slick-row-kiosk .slick-row-title, .slick.slick-row-kiosk-featured .slick-row-title, .slick.slick-row-article .slick-row-title, .slick.slick-row-general .slick-row-title, .slick.slick-row-floating-cards .slick-row-title, .slick.slick-row-twitter .slick-row-title, .slick.slick-row-site-topics .slick-row-title, .slick.slick-row-tiles .slick-row-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.1em;
  margin: 0 0 15px 0;
}
.slick.slick-dossier-category-row .slick-row-title .category-dot, .slick.slick-row-dossier .slick-row-title .category-dot, .slick.slick-row-kiosk .slick-row-title .category-dot, .slick.slick-row-kiosk-featured .slick-row-title .category-dot, .slick.slick-row-article .slick-row-title .category-dot, .slick.slick-row-general .slick-row-title .category-dot, .slick.slick-row-floating-cards .slick-row-title .category-dot, .slick.slick-row-twitter .slick-row-title .category-dot, .slick.slick-row-site-topics .slick-row-title .category-dot, .slick.slick-row-tiles .slick-row-title .category-dot {
  font-size: 1.8em;
  margin-right: 0.4em;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.slick.slick-dossier-category-row .slick-row-title .category-dot .custom-icon, .slick.slick-row-dossier .slick-row-title .category-dot .custom-icon, .slick.slick-row-kiosk .slick-row-title .category-dot .custom-icon, .slick.slick-row-kiosk-featured .slick-row-title .category-dot .custom-icon, .slick.slick-row-article .slick-row-title .category-dot .custom-icon, .slick.slick-row-general .slick-row-title .category-dot .custom-icon, .slick.slick-row-floating-cards .slick-row-title .category-dot .custom-icon, .slick.slick-row-twitter .slick-row-title .category-dot .custom-icon, .slick.slick-row-site-topics .slick-row-title .category-dot .custom-icon, .slick.slick-row-tiles .slick-row-title .category-dot .custom-icon {
  max-width: 23.75px;
  width: 100% !important;
  height: auto !important;
}
.slick.slick-dossier-category-row .slick-row-title h1, .slick.slick-dossier-category-row .slick-row-title .h1, .slick.slick-dossier-category-row .slick-row-title h2, .slick.slick-dossier-category-row .slick-row-title .h2, .slick.slick-dossier-category-row .slick-row-title h3, .slick.slick-dossier-category-row .slick-row-title .h3, .slick.slick-dossier-category-row .slick-row-title h4, .slick.slick-dossier-category-row .slick-row-title .h4, .slick.slick-dossier-category-row .slick-row-title h5, .slick.slick-dossier-category-row .slick-row-title .h5, .slick.slick-dossier-category-row .slick-row-title h6, .slick.slick-dossier-category-row .slick-row-title .h6, .slick.slick-row-dossier .slick-row-title h1, .slick.slick-row-dossier .slick-row-title .h1, .slick.slick-row-dossier .slick-row-title h2, .slick.slick-row-dossier .slick-row-title .h2, .slick.slick-row-dossier .slick-row-title h3, .slick.slick-row-dossier .slick-row-title .h3, .slick.slick-row-dossier .slick-row-title h4, .slick.slick-row-dossier .slick-row-title .h4, .slick.slick-row-dossier .slick-row-title h5, .slick.slick-row-dossier .slick-row-title .h5, .slick.slick-row-dossier .slick-row-title h6, .slick.slick-row-dossier .slick-row-title .h6, .slick.slick-row-kiosk .slick-row-title h1, .slick.slick-row-kiosk .slick-row-title .h1, .slick.slick-row-kiosk .slick-row-title h2, .slick.slick-row-kiosk .slick-row-title .h2, .slick.slick-row-kiosk .slick-row-title h3, .slick.slick-row-kiosk .slick-row-title .h3, .slick.slick-row-kiosk .slick-row-title h4, .slick.slick-row-kiosk .slick-row-title .h4, .slick.slick-row-kiosk .slick-row-title h5, .slick.slick-row-kiosk .slick-row-title .h5, .slick.slick-row-kiosk .slick-row-title h6, .slick.slick-row-kiosk .slick-row-title .h6, .slick.slick-row-kiosk-featured .slick-row-title h1, .slick.slick-row-kiosk-featured .slick-row-title .h1, .slick.slick-row-kiosk-featured .slick-row-title h2, .slick.slick-row-kiosk-featured .slick-row-title .h2, .slick.slick-row-kiosk-featured .slick-row-title h3, .slick.slick-row-kiosk-featured .slick-row-title .h3, .slick.slick-row-kiosk-featured .slick-row-title h4, .slick.slick-row-kiosk-featured .slick-row-title .h4, .slick.slick-row-kiosk-featured .slick-row-title h5, .slick.slick-row-kiosk-featured .slick-row-title .h5, .slick.slick-row-kiosk-featured .slick-row-title h6, .slick.slick-row-kiosk-featured .slick-row-title .h6, .slick.slick-row-article .slick-row-title h1, .slick.slick-row-article .slick-row-title .h1, .slick.slick-row-article .slick-row-title h2, .slick.slick-row-article .slick-row-title .h2, .slick.slick-row-article .slick-row-title h3, .slick.slick-row-article .slick-row-title .h3, .slick.slick-row-article .slick-row-title h4, .slick.slick-row-article .slick-row-title .h4, .slick.slick-row-article .slick-row-title h5, .slick.slick-row-article .slick-row-title .h5, .slick.slick-row-article .slick-row-title h6, .slick.slick-row-article .slick-row-title .h6, .slick.slick-row-general .slick-row-title h1, .slick.slick-row-general .slick-row-title .h1, .slick.slick-row-general .slick-row-title h2, .slick.slick-row-general .slick-row-title .h2, .slick.slick-row-general .slick-row-title h3, .slick.slick-row-general .slick-row-title .h3, .slick.slick-row-general .slick-row-title h4, .slick.slick-row-general .slick-row-title .h4, .slick.slick-row-general .slick-row-title h5, .slick.slick-row-general .slick-row-title .h5, .slick.slick-row-general .slick-row-title h6, .slick.slick-row-general .slick-row-title .h6, .slick.slick-row-floating-cards .slick-row-title h1, .slick.slick-row-floating-cards .slick-row-title .h1, .slick.slick-row-floating-cards .slick-row-title h2, .slick.slick-row-floating-cards .slick-row-title .h2, .slick.slick-row-floating-cards .slick-row-title h3, .slick.slick-row-floating-cards .slick-row-title .h3, .slick.slick-row-floating-cards .slick-row-title h4, .slick.slick-row-floating-cards .slick-row-title .h4, .slick.slick-row-floating-cards .slick-row-title h5, .slick.slick-row-floating-cards .slick-row-title .h5, .slick.slick-row-floating-cards .slick-row-title h6, .slick.slick-row-floating-cards .slick-row-title .h6, .slick.slick-row-twitter .slick-row-title h1, .slick.slick-row-twitter .slick-row-title .h1, .slick.slick-row-twitter .slick-row-title h2, .slick.slick-row-twitter .slick-row-title .h2, .slick.slick-row-twitter .slick-row-title h3, .slick.slick-row-twitter .slick-row-title .h3, .slick.slick-row-twitter .slick-row-title h4, .slick.slick-row-twitter .slick-row-title .h4, .slick.slick-row-twitter .slick-row-title h5, .slick.slick-row-twitter .slick-row-title .h5, .slick.slick-row-twitter .slick-row-title h6, .slick.slick-row-twitter .slick-row-title .h6, .slick.slick-row-site-topics .slick-row-title h1, .slick.slick-row-site-topics .slick-row-title .h1, .slick.slick-row-site-topics .slick-row-title h2, .slick.slick-row-site-topics .slick-row-title .h2, .slick.slick-row-site-topics .slick-row-title h3, .slick.slick-row-site-topics .slick-row-title .h3, .slick.slick-row-site-topics .slick-row-title h4, .slick.slick-row-site-topics .slick-row-title .h4, .slick.slick-row-site-topics .slick-row-title h5, .slick.slick-row-site-topics .slick-row-title .h5, .slick.slick-row-site-topics .slick-row-title h6, .slick.slick-row-site-topics .slick-row-title .h6, .slick.slick-row-tiles .slick-row-title h1, .slick.slick-row-tiles .slick-row-title .h1, .slick.slick-row-tiles .slick-row-title h2, .slick.slick-row-tiles .slick-row-title .h2, .slick.slick-row-tiles .slick-row-title h3, .slick.slick-row-tiles .slick-row-title .h3, .slick.slick-row-tiles .slick-row-title h4, .slick.slick-row-tiles .slick-row-title .h4, .slick.slick-row-tiles .slick-row-title h5, .slick.slick-row-tiles .slick-row-title .h5, .slick.slick-row-tiles .slick-row-title h6, .slick.slick-row-tiles .slick-row-title .h6 {
  margin-bottom: 0;
  margin-right: 0.5em;
}
.slick.slick-dossier-category-row .slick-row-title a, .slick.slick-row-dossier .slick-row-title a, .slick.slick-row-kiosk .slick-row-title a, .slick.slick-row-kiosk-featured .slick-row-title a, .slick.slick-row-article .slick-row-title a, .slick.slick-row-general .slick-row-title a, .slick.slick-row-floating-cards .slick-row-title a, .slick.slick-row-twitter .slick-row-title a, .slick.slick-row-site-topics .slick-row-title a, .slick.slick-row-tiles .slick-row-title a {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: 700;
}
.slick.slick-dossier-category-row .slick-row-read-more, .slick.slick-row-dossier .slick-row-read-more, .slick.slick-row-kiosk .slick-row-read-more, .slick.slick-row-kiosk-featured .slick-row-read-more, .slick.slick-row-article .slick-row-read-more, .slick.slick-row-general .slick-row-read-more, .slick.slick-row-floating-cards .slick-row-read-more, .slick.slick-row-twitter .slick-row-read-more, .slick.slick-row-site-topics .slick-row-read-more, .slick.slick-row-tiles .slick-row-read-more {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.slick.slick-dossier-category-row .slick-row-read-more span, .slick.slick-row-dossier .slick-row-read-more span, .slick.slick-row-kiosk .slick-row-read-more span, .slick.slick-row-kiosk-featured .slick-row-read-more span, .slick.slick-row-article .slick-row-read-more span, .slick.slick-row-general .slick-row-read-more span, .slick.slick-row-floating-cards .slick-row-read-more span, .slick.slick-row-twitter .slick-row-read-more span, .slick.slick-row-site-topics .slick-row-read-more span, .slick.slick-row-tiles .slick-row-read-more span {
  margin-bottom: 3rem;
  font-size: 2.6rem;
  line-height: 1;
}
.slick.slick-dossier-category-row .slick-row-read-more .btn, .slick.slick-row-dossier .slick-row-read-more .btn, .slick.slick-row-kiosk .slick-row-read-more .btn, .slick.slick-row-kiosk-featured .slick-row-read-more .btn, .slick.slick-row-article .slick-row-read-more .btn, .slick.slick-row-general .slick-row-read-more .btn, .slick.slick-row-floating-cards .slick-row-read-more .btn, .slick.slick-row-twitter .slick-row-read-more .btn, .slick.slick-row-site-topics .slick-row-read-more .btn, .slick.slick-row-tiles .slick-row-read-more .btn {
  height: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  letter-spacing: 1.33px;
  font-size: 2rem;
  font-weight: 500;
}
.slick.slick-dossier-category-row .slick-row-read-more .btn .fa, .slick.slick-row-dossier .slick-row-read-more .btn .fa, .slick.slick-row-kiosk .slick-row-read-more .btn .fa, .slick.slick-row-kiosk-featured .slick-row-read-more .btn .fa, .slick.slick-row-article .slick-row-read-more .btn .fa, .slick.slick-row-general .slick-row-read-more .btn .fa, .slick.slick-row-floating-cards .slick-row-read-more .btn .fa, .slick.slick-row-twitter .slick-row-read-more .btn .fa, .slick.slick-row-site-topics .slick-row-read-more .btn .fa, .slick.slick-row-tiles .slick-row-read-more .btn .fa {
  font-size: 1.7rem;
}
.slick.slick-row-article .content-item h2 {
  margin-bottom: 0;
}
.slick.slick-row-article .slick-track {
  display: flex;
  align-items: stretch;
}
.slick.slick-row-article .slick-track .slick-slide {
  display: flex;
  height: unset;
  flex: 1;
  flex-direction: column;
}
.slick.slick-row-article .slick-track .slick-slide > div[class=""],
.slick.slick-row-article .slick-track .slick-slide > div:not([class]) {
  width: 100%;
}
.slick.slick-row-article .slick-track .slick-slide .front-page-sidebar-alt-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  border: 2px solid;
  padding: 18px 16px;
}
.slick.slick-row-article .slick-track .slick-slide .front-page-sidebar-alt-item .h2 {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.slick.slick-row-article .slick-track .slick-slide .front-page-sidebar-alt-item p {
  font-size: 1.8rem;
  margin-bottom: 1.9rem;
}
.slick.slick-row-article .slick-track .slick-slide .front-page-sidebar-alt-item .btn {
  margin-top: auto;
}
.slick.slick-row-kiosk .slick-slide {
  padding-top: 5px;
}
.slick.slick-row-kiosk .slick-slide h2 {
  margin-bottom: 0;
}
.slick.slick-row-kiosk-featured .kiosk-featured-item-excerpt-and-buttons {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slick.slick-row-kiosk-featured .kiosk-featured-item-excerpt-and-buttons .kiosk-featured-item-excerpt {
  font-size: 1.8rem;
}
.slick.slick-row-kiosk-featured .kiosk-featured-item-excerpt-and-buttons .kiosk-featured-item-buttons > .btn + .tooltip .tooltip-inner {
  -webkit-transform: translateX(30%);
  -ms-transform: translateX(30%);
  transform: translateX(30%);
}
.slick.slick-row-kiosk-featured .slick-slide {
  padding-top: 5px;
}
.slick.slick-row-kiosk-featured .kiosk-featured-item-image {
  max-width: 265px;
  margin: 0 auto;
  margin-top: 0.5em;
}
@media (max-width: 991px) {
  .slick.slick-row-kiosk-featured .kiosk-featured-item-image {
    margin-top: 1em;
  }
}
.slick.slick-row-kiosk-featured .kiosk-featured-item-featured-articles {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.slick.slick-row-kiosk-featured .kiosk-featured-item-featured-articles > div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.slick.slick-row-kiosk-featured .kiosk-featured-item-featured-articles > div .h5 {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.slick.slick-row-kiosk-featured .kiosk-featured-item-featured-articles > div hr {
  margin: 0.75em 0;
}
.slick.slick-row-twitter .twitter-feed-item .date {
  margin-bottom: 0.5em;
}
.slick.slick-row-twitter .twitter-feed-item .twitter-feed-item-media {
  max-height: 150px;
  overflow: hidden;
  line-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5em;
  /* &.twitter-feed-item-video {
                      a {
                          width: 100%;
                          height: 100%;

                          .fa {
                              position: relative;
                          }

                          img {
                              position: relative;
                          }
                      }
                  } */
}
.slick.slick-row-twitter .twitter-feed-item .twitter-feed-item-media .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: font-size;
  -o-transition-property: font-size;
  transition-property: font-size;
  text-shadow: 0px 0px 10px transparent;
}
.slick.slick-row-twitter .twitter-feed-item .twitter-feed-item-media:hover .fa, .slick.slick-row-twitter .twitter-feed-item .twitter-feed-item-media:active .fa {
  font-size: 2.5em;
}
.slick.slick-row-twitter .twitter-feed-item hr {
  margin: 0.5em 0;
}
.slick.slick-dossier .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick.slick-dossier .slick-prev-button {
  left: 0;
}
@media (max-width: 991px) {
  .slick.slick-dossier .slick-prev-button .slick-arrow {
    margin-left: 0.25em;
  }
}
.slick.slick-dossier .slick-next-button {
  right: 0;
}
@media (max-width: 991px) {
  .slick.slick-dossier .slick-next-button .slick-arrow {
    margin-right: 0.25em;
  }
}
.slick.slick-dossier .slick-arrow {
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .slick.slick-dossier .slick-prev-button,
.slick.slick-dossier .slick-next-button {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 1em;
  }
}
.slick.slick-dossier .featured {
  min-height: 0;
}
.slick.slick-dossier .featured-holder {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.slick.slick-dossier .featured-holder .featured-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slick.slick-dossier .featured-holder .featured-content .dossier-item-excerpt {
  font-size: 1.1em;
}
.slick.slick-dossier .featured-buttons {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*margin-top: 0 !important;*/
}
.slick.slick-dossier .slick-slide {
  background-size: 60% auto;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  padding: 15px 0;
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slick.slick-dossier .slick-slide > .container > .row {
    height: 1000px !important;
    max-height: 100% !important;
  }
}
@media (max-width: 767px) {
  .slick.slick-dossier .slick-slide {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.slick.slick-dossier .slick-slide.featured .featured-content {
  padding: 0 15px;
}
.slick.slick-dossier .slick-slide.featured .color-pick-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick.slick-dossier .slick-slide.featured .color-pick-background img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slick.slick-dossier .slick-slide.featured .color-pick-background img {
    height: auto;
  }
}
@supports not ((-o-object-fit: cover) or (object-fit: cover)) {
  .slick.slick-dossier .slick-slide.featured .color-pick-background img {
    height: auto;
    min-height: auto;
  }
}
.slick.slick-dossier-nav {
  /*padding-top: .5em;*/
}
.slick.slick-dossier-nav .dossier-tab-content .tab-pane {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}
.slick.slick-dossier-nav .dossier-tab-content .tab-pane.active {
  visibility: visible;
  position: relative;
  pointer-events: all;
}
.slick.slick-dossier-nav .slick-dossier-nav-heading {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .slick.slick-dossier-nav .slick-dossier-nav-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.slick.slick-dossier-nav .slick-dossier-nav-heading .slick-count {
  margin-right: 10px;
}
.slick.slick-dossier-nav .slick-dossier-nav-heading .count-and-dots {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .slick.slick-dossier-nav .slick-dossier-nav-heading .count-and-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.slick.slick-dossier-nav .slick-dossier-nav-heading .slick-dots-wrapper .slick-dots li:empty {
  display: none;
}
.slick.slick-dossier-nav .slick-dossier-nav-heading .dossier-layout-switch-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick.slick-dossier-nav .slick-dossier-nav-heading .dossier-layout-switch-wrapper a + a {
  margin-left: 5px;
}
.slick.slick-dossier-nav .slick-slide,
.slick.slick-dossier-nav .dossier-grid-item {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  cursor: -webkit-grab;
  cursor: grab;
}
.slick.slick-dossier-nav .slick-slide *,
.slick.slick-dossier-nav .dossier-grid-item * {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  -webkit-transition-property: inherit;
  -o-transition-property: inherit;
  transition-property: inherit;
}
.slick.slick-dossier-nav .slick-slide .content-item,
.slick.slick-dossier-nav .dossier-grid-item .content-item {
  padding-top: 0;
  padding-bottom: 2em;
}
.slick.slick-dossier-nav .reading-now {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 2.1em;
  z-index: 100000000000;
  color: #141E28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 0;
  font-size: 1.1em;
}
.slick.slick-dossier-nav .slick-current .content-item *:not(.reading-now),
.slick.slick-dossier-nav .dossier-grid-current .content-item *:not(.reading-now) {
  opacity: 0.5;
}
.slick.slick-dossier-nav .slick-current .reading-now,
.slick.slick-dossier-nav .dossier-grid-current .reading-now {
  opacity: 1 !important;
}
.slick.slick-dossier-nav .slick-current .reading-now .fa,
.slick.slick-dossier-nav .slick-current .reading-now strong,
.slick.slick-dossier-nav .dossier-grid-current .reading-now .fa,
.slick.slick-dossier-nav .dossier-grid-current .reading-now strong {
  opacity: 1 !important;
}
.slick.slick-dossier-nav .slick-prev-button {
  left: -30px;
}
.slick.slick-dossier-nav .slick-next-button {
  right: -30px;
  opacity: 1 !important;
}
.slick.slick-dossier-nav .slick-next-button.slick-custom-disabled {
  opacity: 0.2 !important;
}
@media (max-width: 1049px) {
  .slick.slick-dossier-nav .slick-prev-button {
    left: -15px;
  }
  .slick.slick-dossier-nav .slick-next-button {
    right: -15px;
  }
}
@media (max-width: 479px) {
  .slick.slick-dossier-nav {
    display: none;
  }
}
.slick.slick-dossier-textual {
  background-color: white;
  padding: 64px 74px;
}
.slick.slick-dossier-textual h2 {
  font-size: 4.2rem;
}
.slick.slick-dossier-textual p {
  font-size: 2rem;
}
.slick.slick-dossier-textual .readlist-details {
  margin-top: 2em;
}
.slick.slick-dossier-textual .readlist-details table {
  width: 100%;
  line-height: 1.6;
}
.slick.slick-dossier-textual .readlist-details table tr td:first-of-type {
  width: 180px;
  padding-right: 10px;
}
.slick.slick-dossier-textual .featured-buttons-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slick.slick-dossier-textual .featured-buttons-wrapper .featured-buttons:only-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slick.slick-dossier-textual .slick-controls {
  margin: 0 !important;
}
.slick.slick-dossier-textual .slick-controls .fa {
  padding: 10px;
}
.slick.slick-dossier-textual .slick-controls.disabled {
  pointer-events: none;
}
.single-dossier-textual-wrapper {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .slick.slick-dossier-textual {
    padding: 2em;
  }
  .slick.slick-dossier-textual h2 {
    font-size: 2.5rem;
  }
  .slick.slick-dossier-textual p {
    font-size: 1.6rem;
  }
}
.slick.slick-dossier-textual-nav {
  background-color: #D8DEE4;
  position: relative;
}
.slick.slick-dossier-textual-nav:before {
  content: "";
  background-color: #D8DEE4;
  position: absolute;
  height: 100%;
  width: 999999px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slick.slick-dossier-textual-nav .slick-content {
  overflow: hidden;
  overflow-x: visible;
  height: 644px;
  margin-right: -24px;
  max-width: 100%;
}
.slick.slick-dossier-textual-nav .slick-list {
  height: 644px !important;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  overflow: hidden;
  overflow-x: visible;
  z-index: 1000;
  padding-right: 12px;
}
.slick.slick-dossier-textual-nav .slick-controls {
  margin: 0 !important;
}
.slick.slick-dossier-textual-nav .slick-controls .fa {
  padding: 20px;
}
.slick.slick-dossier-textual-nav .slick-controls.disabled {
  pointer-events: none;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-controls-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 2 1fr;
  grid-template-columns: 1fr repeat(2, auto) 1fr;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-controls-bottom .slick-next-button {
  -ms-grid-column: 2;
  grid-column-start: 2;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-controls-bottom .total-items {
  -ms-grid-column: 4;
  grid-column-start: 4;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-slide {
  padding: 15px;
  font-weight: normal;
  height: 92px !important;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transition-property: background-color, color, height;
  -o-transition-property: background-color, color, height;
  transition-property: background-color, color, height;
  background-color: white;
  cursor: pointer;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-slide:nth-child(odd) {
  background-color: #D8DEE4;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-slide:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
  transform: translateX(0) translateY(-50%) rotate(45deg);
  border-radius: 2px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  visibility: hidden;
  width: 18px;
  height: 18px;
  background-color: #65A7E4 !important;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-slide .reading-time {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-slide .reading-time strong {
  font-weight: 600;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-slide h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transition-property: font-size;
  -o-transition-property: font-size;
  transition-property: font-size;
  max-height: 2.3em !important;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-slide .author {
  font-size: 1.4rem;
  font-weight: 600;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-slide .author * {
  pointer-events: none;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-slide .date {
  font-size: 1.3rem;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-slide.slick-current {
  background-color: #65A7E4 !important;
  color: white;
  height: 184px !important;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-slide.slick-current:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(100%) translateY(-50%) rotate(-90deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.slick.slick-dossier-textual-nav .slick-dossier-textual-nav-slide.slick-current h3 {
  font-size: 2.75rem;
  max-height: 3.4em !important;
  padding-bottom: 0.5em;
}
.slick.slick-row-floating-cards {
  margin-bottom: -15px;
  position: relative;
}
.slick.slick-row-floating-cards .slick-slide .content-item {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  border-radius: 15px;
  background-color: white;
}
.slick.slick-row-floating-cards .slick-slide .content-item:hover, .slick.slick-row-floating-cards .slick-slide .content-item:active {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.slick.slick-row-floating-cards .slick-slide > div {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 479px) {
  .slick.slick-row-floating-cards .slick-slide > div .content-item-wrapper {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .slick.slick-row-floating-cards .slick-slide > div .content-item-wrapper {
    max-width: 33.3333333333%;
  }
}
.slick.slick-row-floating-cards .slick-slide > div .content-item-wrapper .content-item {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.slick.slick-row-floating-cards .slick-slide > div .content-item-wrapper .content-item .title h2 {
  font-size: 2.2rem;
  line-height: 1.36;
  margin-top: 0;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.slick.slick-row-floating-cards .slick-slide > div .content-item-wrapper .content-item p {
  font-size: 1.8rem;
}
.slick.slick-row-floating-cards .slick-slide > div .content-item-wrapper .content-item .btn {
  font-weight: normal;
  padding: 9px 20px;
  line-height: normal;
}
.slick.slick-row-site-topics .slick-slide > div, .slick.slick-row-tiles .slick-slide > div {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick.slick-row-site-topics {
  margin-bottom: -15px;
  position: relative;
}
.slick.slick-row-site-topics .slick-row-title {
  margin: 0;
  margin-bottom: 7rem;
}
.slick.slick-row-site-topics .slick-row-title .h1 {
  font-size: 5.2rem;
}
.slick.slick-row-site-topics .slick-slide > div {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick.slick-row-site-topics .slick-slide > div .content-item-wrapper {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .slick.slick-row-site-topics .slick-slide > div .content-item-wrapper {
    margin-bottom: 0;
  }
}
.slick.slick-row-site-topics .slick-slide > div .content-item-wrapper .content-item {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.slick.slick-row-site-topics .slick-slide > div .content-item-wrapper .content-item * {
  max-width: 100%;
}
.slick.slick-row-site-topics .slick-slide > div .content-item-wrapper .content-item .title {
  align-items: baseline;
  margin-bottom: 2.5rem;
  flex-wrap: nowrap;
}
.slick.slick-row-site-topics .slick-slide > div .content-item-wrapper .content-item .title .category-dot {
  margin-right: 2.6rem;
  font-size: 4.6rem;
}
.slick.slick-row-site-topics .slick-slide > div .content-item-wrapper .content-item .title .category-dot img {
  width: 100%;
  max-width: 4.6rem;
  max-height: 4.6rem;
}
.slick.slick-row-site-topics .slick-slide > div .content-item-wrapper .content-item .title h1,
.slick.slick-row-site-topics .slick-slide > div .content-item-wrapper .content-item .title .h1 {
  margin: 0;
  font-size: 4.2rem;
  line-height: 1.36;
}
.slick.slick-row-site-topics .slick-slide > div .content-item-wrapper .content-item ul {
  margin: 0;
}
.slick.slick-row-site-topics .slick-slide > div .content-item-wrapper .content-item ul li {
  font-weight: 500;
  font-size: 2.1rem;
}
.slick.slick-row-site-topics .slick-slide > div .content-item-wrapper .content-item ul li:before {
  font-size: 1.2rem;
  line-height: unset;
}
.slick.slick-row-site-topics .slick-slide > div .content-item-wrapper .content-item ul li:last-of-type {
  margin-bottom: 0;
}
.slick.slick-row-tiles {
  margin-bottom: -15px;
  position: relative;
}
.slick.slick-row-tiles .slick-row-title {
  margin: 0;
  margin-bottom: 6rem;
}
.slick.slick-row-tiles .slick-row-title .h1 {
  font-size: 5.2rem;
}
.slick.slick-row-tiles .slick-arrow {
  padding-bottom: 3rem;
}
.slick.slick-row-tiles .slick-slide .content-card {
  max-width: 100%;
}
.slick.slick-row-tiles .slick-slide .content-card * {
  max-width: 100%;
}
.slick.slick-row-tiles .slick-slide .content-card .content-card-icon {
  padding: 3rem 1.5rem;
  margin-bottom: 1.6rem;
  align-content: center;
  flex: 1;
}
.slick.slick-row-tiles .slick-slide .content-card .content-card-icon .fa {
  font-size: 10.5rem;
}
.slick.slick-row-tiles .slick-slide .content-card .content-card-icon img {
  width: auto;
  max-width: 100%;
  max-height: 10.5rem;
}
.slick.slick-row-tiles .slick-slide .content-card .content-card-title {
  margin-top: 0;
  overflow-wrap: break-word;
}
.container-row-heading-align-left .slick-row-tiles .content-card-title,
.container-row-heading-align-left .slick-row-tiles .content-card-subtitle {
  align-self: flex-start;
  text-align: left;
}

.slick-vertical-controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.slick-vertical-controls .slick-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 0;
  /* margin-left: -45px;*/
  /* margin-right: 15px;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slick-vertical-controls .slick-controls .slick-arrow {
  position: relative;
  height: auto;
  left: auto;
  right: auto;
  color: white;
}
.slick-vertical-controls .slick-controls .slick-arrow .fa {
  line-height: 0.5;
}
.slick-vertical-controls .slick-controls .slick-dots-wrapper .slick-dots {
  position: relative;
  bottom: auto;
}
.slick-vertical-controls .slick-controls .slick-dots-wrapper .slick-dots li {
  width: 1em;
  height: 1em;
  margin: 3px 0 !important;
  border: 2px solid black;
  background-color: transparent;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, background-color, border-color;
  -o-transition-property: opacity, background-color, border-color;
  transition-property: opacity, background-color, border-color;
}
.slick-vertical-controls .slick-controls .slick-dots-wrapper .slick-dots li button {
  display: none;
}
.slick-vertical-controls .slick-controls .slick-dots-wrapper .slick-dots li.slick-active {
  opacity: 1;
  background-color: white;
  border-color: white;
}
.slick-vertical-controls .slick-controls .slick-dots-wrapper .slick-dots li:hover, .slick-vertical-controls .slick-controls .slick-dots-wrapper .slick-dots li:active {
  opacity: 1;
  border-color: white;
}
.slick-vertical-controls.slick-vertical-controls-left .slick-controls {
  left: -25px;
}
.slick-vertical-controls.slick-vertical-controls-right .slick-controls {
  right: -25px;
}

.slick-controls-relative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-controls-relative .slick-prev-button,
.slick-controls-relative .slick-next-button {
  position: relative;
  font-size: 1.4em;
  left: 0;
  right: 0;
}
.slick-controls-relative .slick-prev-button.slick-prev-button,
.slick-controls-relative .slick-next-button.slick-prev-button {
  margin-right: 20px;
}
.slick-controls-relative .slick-prev-button.slick-next-button,
.slick-controls-relative .slick-next-button.slick-next-button {
  margin-left: 20px;
}
.slick-controls-relative .slick-dots {
  position: relative;
  bottom: auto;
}
.slick-controls-relative .slick-dots li {
  margin: 0 3px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-controls-relative .slick-dots li button {
  width: auto;
  height: auto;
  font-size: 0;
  padding: 0;
}
.slick-controls-relative .slick-dots li button:before {
  line-height: 1;
  width: auto;
  height: auto;
  position: relative;
  border: 2px solid #D8DEE4;
  border-radius: 50%;
  color: transparent;
  font-size: 10px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background-color, border-color, opacity;
  -o-transition-property: background-color, border-color, opacity;
  transition-property: background-color, border-color, opacity;
}
.slick-controls-relative .slick-dots li.slick-active button:before, .slick-controls-relative .slick-dots li.slick-activated button:before {
  border-color: #FFFFFF;
  background-color: #FFFFFF !important;
}
.slick-controls-relative .slick-dots li.slick-activated button:before {
  opacity: 1;
}

.slick-controls-white {
  color: white;
}
.slick-controls-white .slick-prev-button,
.slick-controls-white .slick-next-button {
  color: white !important;
}
.slick-controls-white .slick-dots li {
  margin: 0 3px !important;
}
.slick-controls-white .slick-dots li.slick-active button:before {
  border-color: white;
  background-color: white;
}

.slick-dossier-category-row {
  margin-bottom: 2.5em;
}

.slick-fullwidth-background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-fullwidth-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slick-fullwidth-background img {
    height: auto;
  }
}
@supports not ((-o-object-fit: cover) or (object-fit: cover)) {
  .slick-fullwidth-background img {
    height: auto;
    min-height: auto;
  }
}

.row-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.1em;
  margin: 0 0 15px 0;
}
.row-title .category-dot {
  font-size: 1.8em;
  margin-right: 0.4em;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.row-title .category-dot .custom-icon {
  max-width: 23.75px;
}
.row-title h1, .row-title .h1, .row-title h2, .row-title .h2, .row-title h3, .row-title .h3, .row-title h4, .row-title .h4, .row-title h5, .row-title .h5, .row-title h6, .row-title .h6 {
  margin-bottom: 0;
  margin-right: 0.5em;
}
.row-title a {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: 700;
}
.container-row-heading-align-center .slick-row-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container-row-heading-align-center .slick-row-title span.h2 {
  margin-right: 0;
}
.container-row-heading-align-center .slick-row-title a {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

/* ------------------------------ FOOTER ------------------------------ */
.footer {
  width: 80%;
  margin: -60px auto 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  background-color: #D8DEE4;
}
@media (max-width: 991px) {
  .footer {
    width: 100%;
    margin: 0 auto;
  }
}
.footer .footer-spacer {
  height: 80px;
  background-color: #FFFFFF;
}
.footer .panel-group {
  margin: 0px;
}
.footer .panel-group .panel {
  margin: 0px;
  border: 0px;
  border-radius: 0;
  position: relative;
  background-color: transparent;
  -webkit-box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.4);
}
.footer .panel-group .panel:last-child {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer .panel-group .panel .panel-heading {
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
}
.footer .panel-group .panel .panel-heading .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .footer .panel-group .panel .panel-heading .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .footer .panel-group .panel .panel-heading .container {
    width: 776px;
  }
}
@media (min-width: 1200px) {
  .footer .panel-group .panel .panel-heading .container {
    width: 936px;
  }
}
.footer .panel-group .panel .panel-heading .panel-title {
  font-weight: 700;
  font-size: 1.5em;
  color: #64788B;
}
.footer .panel-group .panel .panel-heading .panel-title a {
  padding: 20px 0px;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.footer .panel-group .panel .panel-heading .panel-title a:not(.collapsed) {
  color: black;
}
.footer .panel-group .panel .panel-body {
  border: 0px;
  padding: 0 0 30px;
}
.footer .panel-group .panel .panel-body.contact-details-wrapper {
  margin: 0;
}
.footer .panel-group .panel .panel-body.contact-details-wrapper h1, .footer .panel-group .panel .panel-body.contact-details-wrapper .h1, .footer .panel-group .panel .panel-body.contact-details-wrapper h2, .footer .panel-group .panel .panel-body.contact-details-wrapper .h2, .footer .panel-group .panel .panel-body.contact-details-wrapper h3, .footer .panel-group .panel .panel-body.contact-details-wrapper .h3, .footer .panel-group .panel .panel-body.contact-details-wrapper h4, .footer .panel-group .panel .panel-body.contact-details-wrapper .h4, .footer .panel-group .panel .panel-body.contact-details-wrapper h5, .footer .panel-group .panel .panel-body.contact-details-wrapper .h5, .footer .panel-group .panel .panel-body.contact-details-wrapper h6, .footer .panel-group .panel .panel-body.contact-details-wrapper .h6 {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .footer .panel-group .panel .panel-body.contact-details-wrapper .contact-details-item {
    margin-bottom: 1em;
  }
}
.footer .panel-group .panel .panel-body .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
@media (min-width: 768px) {
  .footer .panel-group .panel .panel-body .container {
    width: 720px;
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .footer .panel-group .panel .panel-body .container {
    width: 746px;
  }
}
@media (min-width: 1200px) {
  .footer .panel-group .panel .panel-body .container {
    width: 906px;
  }
}
.footer .panel-group .panel .panel-body .editorial-logo img {
  max-width: 250px;
  margin-bottom: 1em;
  max-height: 150px;
  width: auto;
}
@media (max-width: 767px) {
  .footer .panel-group .panel .panel-body .editorial-logo img {
    margin: 1em auto 1em;
  }
}
@media (min-width: 768px) {
  .footer .panel-group .panel .panel-body .editorial-logo img {
    float: right;
  }
}
.footer .panel-group .panel .panel-body .footer-site-description {
  font-weight: 500;
  font-style: italic;
  text-align: center;
  color: #64788B;
}
@media (min-width: 768px) {
  .footer .panel-group .panel .panel-body .footer-site-description {
    text-align: right;
  }
}
.footer .panel-group .panel .panel-body .social-icons {
  text-align: right;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .footer .panel-group .panel .panel-body .social-icons {
    text-align: center;
  }
}
.footer .panel-group .panel .panel-body .social-icons a:first-of-type .btn-social {
  margin-left: 0;
}
.footer .panel-group .panel .panel-body .social-icons a:last-of-type .btn-social {
  margin-right: 0;
}
@media (min-width: 768px) {
  .footer .panel-group .panel .panel-body .footer-advertising {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5em;
    -moz-column-gap: 5em;
    column-gap: 5em;
  }
}
.footer .panel-group .panel .panel-body .company-details {
  margin: 0;
}
.footer .panel-group .panel .panel-body .company-details span {
  display: block;
}
.footer .panel-group .panel .panel-body .company-details span .fa {
  margin-right: 0.5em;
}
.footer .panel-group .panel .panel-body .container {
  padding: 0;
}
.footer aside {
  padding: 30px 55px;
  font-weight: 700;
}
body.footer-simple .wrapper {
  box-shadow: unset;
}

.footer-alt {
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
  box-shadow: unset;
}
.footer-alt .pre-footer .container .row {
  margin-bottom: 0 !important;
}
.footer-alt .pre-footer .hr-arrow-down {
  height: 3px;
}
.footer-alt .pre-footer .pre-footer-title {
  margin-bottom: 1.5em;
}
.footer-alt .pre-footer .slick-row-read-more {
  margin-bottom: 2.5rem;
}
.footer-alt .pre-footer .pre-footer-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 6rem;
}
.footer-alt .footer-content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.footer-alt .footer-content .footer-content-holder {
  align-items: flex-start;
}
.footer-alt .footer-content .footer-content-holder .h4 {
  font-size: 2.8rem !important;
  font-weight: 500;
}
.footer-alt .footer-content .footer-content-holder .btn-social {
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .footer-alt .footer-content .footer-content-holder > div {
    margin-bottom: 15px;
  }
}
.footer-alt > .container > .flexize {
  align-items: center;
}
.footer-alt .editorial-logo {
  align-self: center;
}
.footer-alt .editorial-logo img {
  max-height: 80px;
  width: auto;
}
@media (min-width: 992px) {
  .footer-alt .social-icons-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
.footer-alt .social-icons-wrapper .social-icons .social-icons-holder {
  display: flex;
}
.footer-alt .social-icons-wrapper .social-icons .social-icons-holder .social-link {
  display: inline-block;
  margin-right: 1.5rem;
  display: inline-flex;
  align-items: center;
  padding: 0.8rem;
  width: auto;
}
.footer-alt .social-icons-wrapper .social-icons .social-icons-holder .social-link .fa {
  font-size: 2rem;
}
.footer-alt .social-icons-wrapper .social-icons .social-icons-holder .social-link:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .footer-alt .social-icons-wrapper .social-icons.text-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .footer-alt .social-icons-wrapper .social-icons {
    text-align: left;
    margin-top: 2em;
  }
}
.footer-alt .footer-contact-links a {
  display: block;
  margin-bottom: 0.9rem;
  clear: both;
  float: left;
  letter-spacing: 1.33px;
  font-size: 2rem;
  height: auto;
  line-height: normal;
  padding: 0.9rem 2rem;
}
.footer-alt .footer-contact-links a .fa {
  font-size: inherit;
}
.footer-alt .footer-contact-links:last-child {
  margin-bottom: 0;
}
.footer-alt .footer-contact-address address {
  font-size: 2.1rem;
  margin-bottom: 0;
}

.footer-tab {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-left: -15px;
}
@media (max-width: 768px) {
  .footer-tab {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.footer-tab .container {
  width: 100%;
}

/* ------------------------------ Cookie notice ------------------------------ */
.ppp-cookie-notice-wrapper {
  position: fixed;
  bottom: 15px;
  right: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
}
.ppp-cookie-notice-wrapper .ppp-cookie-notice-holder .ppp-cookie-notice {
  pointer-events: all;
  padding: 15px;
  max-width: 545px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}
.ppp-cookie-notice-wrapper .ppp-cookie-notice-holder .ppp-cookie-notice .h4 {
  margin-bottom: 0;
}
.ppp-cookie-notice-wrapper .ppp-cookie-notice-holder .ppp-cookie-notice p a {
  text-decoration: underline;
}
.ppp-cookie-notice-wrapper .ppp-cookie-notice-holder .ppp-cookie-notice .ppp-cookie-notice-button-wrapper {
  justify-content: space-between;
  align-items: center;
}
.ppp-cookie-notice-wrapper .ppp-cookie-notice-holder .ppp-cookie-notice .ppp-cookie-notice-button-wrapper .ppp-cookie-notice-accept {
  color: black;
  line-height: unset;
  padding: 6px 12px;
  height: auto;
}
.ppp-cookie-notice-wrapper .ppp-cookie-notice-holder .ppp-cookie-notice .ppp-cookie-notice-button-wrapper .ppp-cookie-notice-more-info .fa {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .ppp-cookie-notice-wrapper {
    bottom: 0;
    left: 0;
  }
  .ppp-cookie-notice-wrapper .ppp-cookie-notice-holder {
    padding: 0;
  }
  .ppp-cookie-notice-wrapper .ppp-cookie-notice-holder .ppp-cookie-notice {
    border-radius: 0 !important;
    width: 100%;
    max-width: unset;
  }
}

/* ------------------------------ HOME ------------------------------ */
body.home .sidebar-container .main-wrapper {
  padding: 0;
}
body.home .sidebar-container .main-wrapper .container {
  width: 100%;
}
@media (min-width: 992px) {
  body.home .sidebar-container .main-wrapper {
    padding-left: 15px;
    padding-right: 45px;
  }
}
@media (min-width: 768px) {
  body.home .sidebar-container .container {
    width: 100%;
  }
  body.home .sidebar-container .sidebar-wrapper {
    padding-left: 1.5%;
    margin-top: 6rem;
    border-left: 1px solid black;
  }
}

.front-page-sidebar {
  margin-top: 1.5em;
}
.front-page-sidebar .sidebar-row-heading-align-center .front-page-sidebar-section-title {
  justify-content: center;
}
.front-page-sidebar .front-page-sidebar-section-title:not(:first-child) {
  margin-top: 6rem;
}
.front-page-sidebar .front-page-sidebar-section-title .flexize {
  flex-wrap: nowrap;
}
.front-page-sidebar .front-page-sidebar-section-title .category-dot {
  margin-bottom: 0;
  margin-right: 0.5em;
}
.front-page-sidebar .front-page-sidebar-section-title .h2 {
  font-size: 4.2rem;
  margin-bottom: 3rem;
}
.front-page-sidebar .front-page-sidebar-news-items .btn,
.front-page-sidebar .front-page-sidebar-alt-items .btn {
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  padding: 1px 20px;
  height: auto;
}
.front-page-sidebar .front-page-sidebar-news-items .btn .fa,
.front-page-sidebar .front-page-sidebar-alt-items .btn .fa {
  font-size: 1.7rem;
}
.front-page-sidebar .front-page-sidebar-news-items .front-page-sidebar-news-item,
.front-page-sidebar .front-page-sidebar-alt-items .front-page-sidebar-news-item {
  margin-bottom: 3rem;
}
.front-page-sidebar .front-page-sidebar-news-items .front-page-sidebar-news-item .front-page-sidebar-alt-item-date,
.front-page-sidebar .front-page-sidebar-alt-items .front-page-sidebar-news-item .front-page-sidebar-alt-item-date {
  font-size: 1.6rem;
  font-weight: 600;
}
.front-page-sidebar .front-page-sidebar-news-items .front-page-sidebar-news-item .h2,
.front-page-sidebar .front-page-sidebar-alt-items .front-page-sidebar-news-item .h2 {
  font-size: 3rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.front-page-sidebar .front-page-sidebar-news-items .front-page-sidebar-news-item p,
.front-page-sidebar .front-page-sidebar-alt-items .front-page-sidebar-news-item p {
  font-size: 2.1rem;
}
.front-page-sidebar .front-page-sidebar-news-items .front-page-sidebar-news-item:last-child,
.front-page-sidebar .front-page-sidebar-alt-items .front-page-sidebar-news-item:last-child {
  margin-bottom: 0;
}

/* ------------------------------ COPYRIGHT ------------------------------ */
.copyright-footer {
  width: 80%;
  margin: 0 auto;
}
.copyright-footer .copyright {
  padding: 20px 0;
  margin: 0;
}

/* ------------------------------ NEWSLETTER ------------------------------ */
.newsletter-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 1.5em;
  margin-bottom: -2em;
}
@media (max-width: 767px) {
  .newsletter-footer {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.newsletter-footer form .validation_error {
  display: none !important;
}
.newsletter-footer form .gfield_radio {
  line-height: 2.2;
}
.newsletter-footer form .gform_ajax_spinner {
  margin: 0 0.25em;
}
.newsletter-footer form .validation_message {
  margin-top: 0.1em;
  color: #141E28 !important;
}
.newsletter-footer .user-logged-in-newsletter-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsletter-footer .user-logged-in-newsletter-form h1, .newsletter-footer .user-logged-in-newsletter-form .h1, .newsletter-footer .user-logged-in-newsletter-form h2, .newsletter-footer .user-logged-in-newsletter-form .h2, .newsletter-footer .user-logged-in-newsletter-form h3, .newsletter-footer .user-logged-in-newsletter-form .h3, .newsletter-footer .user-logged-in-newsletter-form h4, .newsletter-footer .user-logged-in-newsletter-form .h4, .newsletter-footer .user-logged-in-newsletter-form h5, .newsletter-footer .user-logged-in-newsletter-form .h5, .newsletter-footer .user-logged-in-newsletter-form h6, .newsletter-footer .user-logged-in-newsletter-form .h6 {
  margin-right: 1em;
}
@media (min-width: 992px) {
  .newsletter-footer .user-logged-in-newsletter-form h1, .newsletter-footer .user-logged-in-newsletter-form .h1, .newsletter-footer .user-logged-in-newsletter-form h2, .newsletter-footer .user-logged-in-newsletter-form .h2, .newsletter-footer .user-logged-in-newsletter-form h3, .newsletter-footer .user-logged-in-newsletter-form .h3, .newsletter-footer .user-logged-in-newsletter-form h4, .newsletter-footer .user-logged-in-newsletter-form .h4, .newsletter-footer .user-logged-in-newsletter-form h5, .newsletter-footer .user-logged-in-newsletter-form .h5, .newsletter-footer .user-logged-in-newsletter-form h6, .newsletter-footer .user-logged-in-newsletter-form .h6 {
    margin-bottom: 0;
  }
}
.newsletter-footer .user-logged-in-newsletter-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsletter-footer .user-logged-in-newsletter-form form .gfield {
  margin-bottom: 0 !important;
}
.newsletter-footer .user-logged-in-newsletter-form .gfield_label {
  display: none;
}
@media (max-width: 991px) {
  .newsletter-footer .user-logged-in-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .newsletter-footer .user-logged-in-newsletter-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .newsletter-footer .user-logged-in-newsletter-form form .gform_body {
    margin-bottom: 1em;
  }
}
.newsletter-footer .user-not-logged-in-newsletter-form .letter-filter-buttons {
  margin-bottom: 0.5em !important;
}
.newsletter-footer .user-not-logged-in-newsletter-form .letter-filter ul,
.newsletter-footer .user-not-logged-in-newsletter-form .letter-filter ol {
  margin-bottom: 0;
}
.newsletter-footer .user-not-logged-in-newsletter-form .newsletter-not-logged-in-header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.newsletter-footer .user-not-logged-in-newsletter-form .newsletter-not-logged-in-header .special-radio {
  padding-top: 0;
  padding-bottom: 0;
}
.newsletter-footer .user-not-logged-in-newsletter-form .gsection {
  display: none !important;
}
.newsletter-footer .user-not-logged-in-newsletter-form .select2 .select2-selection,
.newsletter-footer .user-not-logged-in-newsletter-form .gfield input {
  border-color: white !important;
  background-color: white;
}
.newsletter-footer .user-not-logged-in-newsletter-form .special-checkbox {
  margin-bottom: 5px;
}
.newsletter-footer .user-not-logged-in-newsletter-form .nav-tabs {
  display: inline-block;
  border: none;
}
.newsletter-footer .user-not-logged-in-newsletter-form .nav-tabs li.active a {
  color: inherit;
}
.newsletter-footer .user-not-logged-in-newsletter-form .nav-tabs li a {
  padding-left: 0;
  background-color: transparent !important;
  border: none !important;
}

/* ------------------------------ WORDPRESS ELEMENTS ------------------------------ */
.screen-reader-text {
  display: none;
}

.article-detail article .gallery,
.my-cwt-items article .gallery {
  margin-bottom: 1.5em;
}
.article-detail article .gallery .gallery-item,
.my-cwt-items article .gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.article-detail article .gallery .gallery-caption,
.my-cwt-items article .gallery .gallery-caption {
  display: block;
}
.article-detail article .gallery .gallery-columns-2 .gallery-item,
.my-cwt-items article .gallery .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.article-detail article .gallery .gallery-columns-3 .gallery-item,
.my-cwt-items article .gallery .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.article-detail article .gallery .gallery-columns-4 .gallery-item,
.my-cwt-items article .gallery .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.article-detail article .gallery .gallery-columns-5 .gallery-item,
.my-cwt-items article .gallery .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.article-detail article .gallery .gallery-columns-6 .gallery-item,
.my-cwt-items article .gallery .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.article-detail article .gallery .gallery-columns-7 .gallery-item,
.my-cwt-items article .gallery .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.article-detail article .gallery .gallery-columns-8 .gallery-item,
.my-cwt-items article .gallery .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.article-detail article .gallery .gallery-columns-9 .gallery-item,
.my-cwt-items article .gallery .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.article-detail article .clear,
.my-cwt-items article .clear {
  clear: both;
}
.article-detail article figure,
.my-cwt-items article figure {
  max-width: 100%;
}
.article-detail article figure img,
.my-cwt-items article figure img {
  height: auto;
  margin-bottom: 0;
}
.article-detail article figure figcaption,
.my-cwt-items article figure figcaption {
  font-style: italic;
  margin-bottom: 1em;
  font-size: 0.85em;
}
.article-detail article img.alignleft, .article-detail article img.alignright,
.my-cwt-items article img.alignleft,
.my-cwt-items article img.alignright {
  margin: 0;
  margin-bottom: 1em;
  display: inline-block;
}
.article-detail article img.alignleft.alignleft, .article-detail article img.alignright.alignleft,
.my-cwt-items article img.alignleft.alignleft,
.my-cwt-items article img.alignright.alignleft {
  float: left;
  margin-right: 1em;
}
.article-detail article img.alignleft.alignright, .article-detail article img.alignright.alignright,
.my-cwt-items article img.alignleft.alignright,
.my-cwt-items article img.alignright.alignright {
  float: right;
  margin-left: 1em;
}
.article-detail article img.aligncenter,
.my-cwt-items article img.aligncenter {
  margin: 0 auto 1em;
  display: block;
}
.article-detail article img.alignnone,
.my-cwt-items article img.alignnone {
  display: block;
  margin: 1em 0;
}
.article-detail article ul:not(.gform_fields),
.article-detail article ol:not(.gform_fields),
.my-cwt-items article ul:not(.gform_fields),
.my-cwt-items article ol:not(.gform_fields) {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}
.article-detail article ul:not(.gform_fields) li,
.article-detail article ol:not(.gform_fields) li,
.my-cwt-items article ul:not(.gform_fields) li,
.my-cwt-items article ol:not(.gform_fields) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-detail article ul:not(.gform_fields) li:before,
.article-detail article ol:not(.gform_fields) li:before,
.my-cwt-items article ul:not(.gform_fields) li:before,
.my-cwt-items article ol:not(.gform_fields) li:before {
  content: "•";
  color: black;
  margin-right: 0.5em;
  color: #65A7E4;
}
.article-detail article ul:not(.gform_fields) li span,
.article-detail article ol:not(.gform_fields) li span,
.my-cwt-items article ul:not(.gform_fields) li span,
.my-cwt-items article ol:not(.gform_fields) li span {
  max-width: 100%;
}
.article-detail article ul:not(.gform_fields) li span *,
.article-detail article ol:not(.gform_fields) li span *,
.my-cwt-items article ul:not(.gform_fields) li span *,
.my-cwt-items article ol:not(.gform_fields) li span * {
  word-break: break-word;
}
.article-detail article ul.wpProQuiz_list li:before,
.article-detail article ol.wpProQuiz_list li:before,
.my-cwt-items article ul.wpProQuiz_list li:before,
.my-cwt-items article ol.wpProQuiz_list li:before {
  display: none !important;
}
.article-detail article ul .ginput_container_radio li,
.article-detail article ul .ginput_container_checkbox li,
.article-detail article ol .ginput_container_radio li,
.article-detail article ol .ginput_container_checkbox li,
.my-cwt-items article ul .ginput_container_radio li,
.my-cwt-items article ul .ginput_container_checkbox li,
.my-cwt-items article ol .ginput_container_radio li,
.my-cwt-items article ol .ginput_container_checkbox li {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.article-detail article ul .ginput_container_radio li input,
.article-detail article ul .ginput_container_checkbox li input,
.article-detail article ol .ginput_container_radio li input,
.article-detail article ol .ginput_container_checkbox li input,
.my-cwt-items article ul .ginput_container_radio li input,
.my-cwt-items article ul .ginput_container_checkbox li input,
.my-cwt-items article ol .ginput_container_radio li input,
.my-cwt-items article ol .ginput_container_checkbox li input {
  margin-left: 0 !important;
  margin-right: 0.5em !important;
}
.article-detail article ul .ginput_container_radio li:before,
.article-detail article ul .ginput_container_checkbox li:before,
.article-detail article ol .ginput_container_radio li:before,
.article-detail article ol .ginput_container_checkbox li:before,
.my-cwt-items article ul .ginput_container_radio li:before,
.my-cwt-items article ul .ginput_container_checkbox li:before,
.my-cwt-items article ol .ginput_container_radio li:before,
.my-cwt-items article ol .ginput_container_checkbox li:before {
  content: "";
}
.article-detail article ol:not(.gform_fields),
.my-cwt-items article ol:not(.gform_fields) {
  counter-reset: li;
}
.article-detail article ol:not(.gform_fields) li:before,
.my-cwt-items article ol:not(.gform_fields) li:before {
  counter-increment: li;
  content: counters(li, ".") ".";
  white-space: nowrap;
}
.article-detail article .table,
.my-cwt-items article .table {
  background-color: #D8DEE4;
  margin: 3em 0;
  padding: 5px;
  /* BEGIN: making sidenotes invisible as we're not supporting them here*/
  /* END: making sidenotes invisible as we're not supporting them here*/
}
.article-detail article .table .sidenote,
.my-cwt-items article .table .sidenote {
  display: none;
}
.article-detail article .table .has-sidenote:after,
.my-cwt-items article .table .has-sidenote:after {
  content: unset !important;
}
.article-detail article .table .table-content,
.my-cwt-items article .table .table-content {
  overflow-x: auto;
}
.article-detail article .table .table-content table,
.my-cwt-items article .table .table-content table {
  min-width: 500px;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 -2px;
  table-layout: fixed;
  font-size: 0.8em;
  line-height: 1.43;
  margin-bottom: 0.5em;
}
.article-detail article .table .table-content table tbody tr th,
.article-detail article .table .table-content table tbody tr td,
.my-cwt-items article .table .table-content table tbody tr th,
.my-cwt-items article .table .table-content table tbody tr td {
  padding: 10px 20px;
  border: 2px solid;
}
.article-detail article .table .table-content table tbody tr th p:last-of-type,
.article-detail article .table .table-content table tbody tr td p:last-of-type,
.my-cwt-items article .table .table-content table tbody tr th p:last-of-type,
.my-cwt-items article .table .table-content table tbody tr td p:last-of-type {
  margin-bottom: 0;
}
.article-detail article .table .table-content table tbody tr.heading-row th,
.my-cwt-items article .table .table-content table tbody tr.heading-row th {
  height: 7.2rem;
  border-right: none;
}
.article-detail article .table .table-content table tbody tr.heading-row th, .article-detail article .table .table-content table tbody tr.default-row .desc-col,
.my-cwt-items article .table .table-content table tbody tr.heading-row th,
.my-cwt-items article .table .table-content table tbody tr.default-row .desc-col {
  border-color: white;
  font-weight: bold;
  vertical-align: baseline;
}
.article-detail article .table .table-content table tbody tr th,
.my-cwt-items article .table .table-content table tbody tr th {
  vertical-align: bottom;
}
.article-detail article .table .table-content table tbody tr td,
.my-cwt-items article .table .table-content table tbody tr td {
  border-color: white;
  vertical-align: top;
}
.article-detail article .table .table-content table tbody tr td:first-child,
.my-cwt-items article .table .table-content table tbody tr td:first-child {
  border-left: none;
}
.article-detail article .table .table-content table tbody tr td:last-child,
.my-cwt-items article .table .table-content table tbody tr td:last-child {
  border-right: none;
}
.article-detail article .table .table-content table tbody tr:first-child > *,
.my-cwt-items article .table .table-content table tbody tr:first-child > * {
  border-top: none;
}
.article-detail article .table .table-content table tbody tr:last-child > *,
.my-cwt-items article .table .table-content table tbody tr:last-child > * {
  border-bottom: none;
}
.article-detail article .table .table-content table thead tr th,
.article-detail article .table .table-content table tbody tr th,
.my-cwt-items article .table .table-content table thead tr th,
.my-cwt-items article .table .table-content table tbody tr th {
  padding: 10px 20px;
  border: 2px solid;
  height: 7.2rem;
  border-right: none;
  border-color: white;
  font-weight: bold;
  vertical-align: baseline;
}
.article-detail article .table .table-content table thead tr:first-child > *,
.my-cwt-items article .table .table-content table thead tr:first-child > * {
  border-top: none;
}
.article-detail article .table .table-content table tfoot tr td,
.my-cwt-items article .table .table-content table tfoot tr td {
  padding: 10px 20px;
  border: 2px solid;
  height: 7.2rem;
  border-right: none;
  border-color: white;
  font-weight: bold;
  vertical-align: baseline;
}
.article-detail article .table .table-content table tfoot tr:first-child > *,
.my-cwt-items article .table .table-content table tfoot tr:first-child > * {
  border-bottom: none;
}
.article-detail article .table .table-content figcaption,
.my-cwt-items article .table .table-content figcaption {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.43;
  padding: 10px 20px;
  display: block;
  font-style: normal;
}
.article-detail article .table .table-heading,
.my-cwt-items article .table .table-heading {
  font-weight: 600;
  padding: 15px 20px;
}
.article-detail article .table .table-description,
.my-cwt-items article .table .table-description {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.43;
  padding: 10px 20px;
  display: block;
}

.wpProQuiz_listItem {
  flex-wrap: wrap;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser {
  border: 0;
  border-radius: 0;
  min-height: 0;
  line-height: 2.6rem;
  padding: 20px !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz p,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock p,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite p,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser p {
  font-weight: 400;
}

/* ------------------------------ ELEMENTS ------------------------------ */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.flexize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexize .row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1199px) {
  .flexize.container {
    width: 100%;
  }
}
.flexize.flexize-important {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flexize-inline {
  display: inline-flex;
}

.flexize-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto !important;
}

@media (min-width: 992px) {
  .flexize-1-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto !important;
  }
}

.flexize-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .flexize-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexize-half .row {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.flexize-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.hidden {
  display: none;
}

.container.slick-slider > .row,
.container-fluid.advertising-fluid .container > .row,
.front-page-row,
.front-page-sidebar {
  margin-top: 1.5em !important;
  margin-bottom: calc(1.5em + 5px) !important;
}
.container.slick-slider > .row.front-page-sidebar:first-child,
.container-fluid.advertising-fluid .container > .row.front-page-sidebar:first-child,
.front-page-row.front-page-sidebar:first-child,
.front-page-sidebar.front-page-sidebar:first-child {
  margin-top: 0 !important;
}
.container.slick-slider > .row.front-page-sidebar:last-child,
.container-fluid.advertising-fluid .container > .row.front-page-sidebar:last-child,
.front-page-row.front-page-sidebar:last-child,
.front-page-sidebar.front-page-sidebar:last-child {
  margin-bottom: 0 !important;
}

body.front-page-row-margin-large .front-page-row,
body.front-page-row-margin-large .container.slick-slider > .row,
body.front-page-row-margin-large .container-fluid.advertising-fluid .container > .row,
body.front-page-row-margin-large .front-page-sidebar {
  margin-top: 6rem !important;
  margin-bottom: calc(6rem + 5px) !important;
}
body.front-page-row-margin-large .front-page-row.front-page-sidebar:first-child,
body.front-page-row-margin-large .container.slick-slider > .row.front-page-sidebar:first-child,
body.front-page-row-margin-large .container-fluid.advertising-fluid .container > .row.front-page-sidebar:first-child,
body.front-page-row-margin-large .front-page-sidebar.front-page-sidebar:first-child {
  margin-top: 0 !important;
}
body.front-page-row-margin-large .front-page-row.front-page-sidebar:last-child,
body.front-page-row-margin-large .container.slick-slider > .row.front-page-sidebar:last-child,
body.front-page-row-margin-large .container-fluid.advertising-fluid .container > .row.front-page-sidebar:last-child,
body.front-page-row-margin-large .front-page-sidebar.front-page-sidebar:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }
}

.space-container {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .space-container {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

hr {
  display: block;
  width: 100%;
  border-top: 1px solid #D8DEE4;
  outline: 0;
  margin: 25px 0;
}
hr.hr-dark {
  border-color: #B9C6D0;
}
hr.hr-light {
  border-color: white;
}
hr.hr-thick {
  border-top-width: 2px;
}
hr.top-seperator {
  margin-top: 0;
  border-top-width: 1px;
}
hr.hr-dashed {
  border-style: dashed;
}
hr.hr-dotted {
  border-style: dotted;
  border-top-width: 2px;
}
hr.hr-arrow {
  border: transparent;
  height: 2px;
  background: black;
  position: relative;
  margin: 2.5em 0;
  overflow: visible;
}
hr.hr-arrow:before, hr.hr-arrow:after {
  content: "";
  left: 50%;
  width: 0;
  height: 0;
  position: absolute;
  transform: translateX(-50%) scaleX(1.3);
}
hr.hr-arrow.hr-arrow-up:after {
  bottom: -1px;
  border: 16px solid transparent;
  border-bottom: 15px solid currentColor;
}
hr.hr-arrow.hr-arrow-up:before {
  bottom: 100%;
  border: 15px solid transparent;
  border-bottom: 15px solid black;
}
hr.hr-arrow.hr-arrow-down:after {
  top: 0px;
  border: 15px solid transparent;
  border-top: 15px solid currentColor;
}
hr.hr-arrow.hr-arrow-down:before {
  top: 100%;
  border: 15px solid transparent;
  border-top: 15px solid black;
}
hr.hr-arrow.hr-arrow-left:before, hr.hr-arrow.hr-arrow-left:after {
  left: 10%;
}
hr.hr-arrow.hr-arrow-right:before, hr.hr-arrow.hr-arrow-right:after {
  left: 90%;
}
hr.mini {
  max-width: 3em;
  margin-top: 0;
  margin-bottom: 0.25em;
}

.border-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12.5px;
  height: 12.5px;
}
.border-arrow:before, .border-arrow:after {
  content: "";
  position: absolute;
  border-color: currentColor;
}
.border-arrow.border-arrow-top {
  top: 20px;
}
.border-arrow.border-arrow-left {
  left: -2px;
}
.border-arrow.border-arrow-left:after {
  top: -1px;
  left: -2px;
  border: 15px solid transparent;
  border-left: 15px solid white;
}
.border-arrow.border-arrow-left:before {
  top: -1px;
  left: 0px;
  border: 15px solid transparent;
  border-left: 15px solid currentColor;
}

.related-items-holder {
  margin-top: 2.5em;
}
.related-items-holder .related-items-wrapper {
  width: 100%;
}

.arc-spacing {
  height: calc(0px + 350 * ((100vw - 479px) / 1441));
  background-color: currentColor;
}

.arc .arc-holder {
  height: 11vw;
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.arc .arc-holder:before {
  content: "";
  position: absolute;
  left: -55%;
  width: 210%;
  height: 1580%;
  background-color: currentColor;
}
.arc.arc-top {
  margin-bottom: -1px;
}
.arc.arc-top .arc-holder:before {
  top: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.arc.arc-bottom {
  margin-top: -1px;
}
.arc.arc-bottom .arc-holder:before {
  top: unset;
  bottom: 0;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.arc.position-absolute {
  width: 100%;
}

body.nvlf #main .featured,
body.nvlf .page-archive .featured {
  flex-wrap: wrap;
}
body.nvlf #main .featured .arc-overlay-holder,
body.nvlf .page-archive .featured .arc-overlay-holder {
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 1em;
  margin-bottom: -16px;
}
body.nvlf #main .featured .arc-overlay-holder > .row,
body.nvlf .page-archive .featured .arc-overlay-holder > .row {
  width: calc(100% + 30px);
}
body.nvlf #main .featured .arc-overlay-holder svg,
body.nvlf .page-archive .featured .arc-overlay-holder svg {
  width: 100%;
  height: calc(40px + 60 * ((100vw - 300px) / 1620));
  min-height: 40px;
  max-height: 100px;
  margin-bottom: -1px;
}
body.nvlf #main .featured .arc-overlay-holder svg *,
body.nvlf .page-archive .featured .arc-overlay-holder svg * {
  fill: currentColor;
}
body.nvlf #main .featured .arc-overlay-holder .overlay-bottom,
body.nvlf .page-archive .featured .arc-overlay-holder .overlay-bottom {
  height: 2em;
  width: 100%;
  margin-top: -6px;
}
body.nvlf.page-template-page-taxonomy #main .featured {
  align-items: flex-end;
}
body.nvlf .page-archive .featured {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575px) {
  body.nvlf.archive .page-archive .front-page-sidebar-news-item, body.nvlf.page-template-page-archive .page-archive .front-page-sidebar-news-item {
    width: 100%;
  }
}
body.nvlf.archive .page-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item, body.nvlf.page-template-page-archive .page-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item {
  width: 100%;
  max-width: 100%;
  align-items: flex-start;
}
body.nvlf.archive .page-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item .front-page-sidebar-alt-item-date, body.nvlf.page-template-page-archive .page-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item .front-page-sidebar-alt-item-date {
  font-size: 1.6rem;
  font-weight: 500;
}
body.nvlf.archive .page-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item .h2, body.nvlf.page-template-page-archive .page-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item .h2 {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 2.2rem;
  font-weight: 500;
}
body.nvlf.archive .page-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item p, body.nvlf.page-template-page-archive .page-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item p {
  font-size: 1.8rem;
}
body.nvlf.archive .page-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item .btn, body.nvlf.page-template-page-archive .page-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item .btn {
  font-size: 1.6rem;
  padding: 8px 16px;
  line-height: 1;
}
body.nvlf.page-template-page-archive .page-archive-content .slick-dossier-category-row .slick-slide {
  height: unset !important;
}
body.nvlf.page-template-page-archive .page-archive-content .slick-dossier-category-row .slick-slide > a {
  height: unset !important;
}
body.nvlf.single .related-posts-archive .front-page-sidebar-news-item {
  display: flex;
}
@media (max-width: 575px) {
  body.nvlf.single .related-posts-archive .front-page-sidebar-news-item {
    width: 100%;
  }
}
body.nvlf.single .related-posts-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
body.nvlf.single .related-posts-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item .front-page-sidebar-alt-item-date {
  font-size: 1.6rem;
  font-weight: 500;
}
body.nvlf.single .related-posts-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item .h2 {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 2.2rem;
  font-weight: 500;
}
body.nvlf.single .related-posts-archive .front-page-sidebar-news-item .front-page-sidebar-alt-item p {
  font-size: 1.8rem;
  flex: 1;
}
body.nvlf.page-template-page-frontpage .slick.slick-front-page-intro-block-with-thumbs .arc-overlay-holder {
  width: 100%;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  margin-top: 1em;
  margin-bottom: -16px;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.nvlf.page-template-page-frontpage .slick.slick-front-page-intro-block-with-thumbs .arc-overlay-holder > .row {
  width: calc(100% + 30px);
}
body.nvlf.page-template-page-frontpage .slick.slick-front-page-intro-block-with-thumbs .arc-overlay-holder svg {
  width: 100%;
  height: calc(40px + 60 * ((100vw - 300px) / 1620));
  min-height: 40px;
  max-height: 100px;
  margin-bottom: -1px;
}
body.nvlf.page-template-page-frontpage .slick.slick-front-page-intro-block-with-thumbs .arc-overlay-holder svg * {
  fill: currentColor;
}
body.nvlf.page-template-page-frontpage .slick.slick-front-page-intro-block-with-thumbs .arc-overlay-holder .overlay-bottom {
  height: 2em;
  width: 100%;
  margin-top: -6px;
}
body.nvlf.page-template-page-frontpage .slick.slick-front-page-intro-block-with-thumbs-nav {
  margin-top: -200px;
}
body.nvlf.page-template-page-frontpage .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item,
body.nvlf.page-template-page-frontpage .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item-after,
body.nvlf.page-template-page-frontpage .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item-content {
  border-radius: 20px;
}
body.nvlf.page-template-page-frontpage .slick.slick-front-page-intro-block-with-thumbs-nav .slick-front-page-intro-block-with-thumbs-nav-item:after {
  top: 15px;
  bottom: 15px;
}

/* ------------------------------ LISTS ------------------------------ */
ul.list-caret,
ol.list-caret {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}
ul.list-caret li,
ol.list-caret li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
ul.list-caret li:before,
ol.list-caret li:before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: black;
  line-height: 1;
  margin-top: 0.5em;
  margin-right: 0.5em;
  font-size: 0.75em;
}

/* ------------------------------ BUTTONS ------------------------------ */
a:not(.btn):focus {
  background-color: transparent !important;
}

a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus,
.btn:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
}
a:active,
input:active,
button:active,
textarea:active,
select:active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active {
  color: inherit;
  text-decoration: none;
}
a.register {
  vertical-align: -webkit-baseline-middle;
  font-size: 0.9em;
  color: #2DC656;
}

.btn {
  padding: 0px 20px;
  line-height: 40px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 6px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: 100%;
  white-space: normal;
}
.btn.btn-lg {
  height: unset;
  padding: 15px 30px;
  font-size: 2.6rem;
  line-height: 1.15;
  letter-spacing: 1.73px;
  vertical-align: middle;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.btn.btn-lg.btn-icon-after .fa {
  font-size: 2rem;
  padding-left: 1em;
}
.btn:focus {
  color: white;
}
.btn .fa:not(:only-child):first-child {
  margin-left: 0.5em;
}
.btn .fa:not(:only-child):last-child {
  margin-left: 0.5em;
}
.btn.btn-green {
  background-color: #2DC656;
}
.btn.btn-green:hover, .btn.btn-green:active {
  background-color: #249c44;
  color: #FFFFFF;
}
.btn.btn-gray {
  background-color: #D8DEE4;
  color: #64788B;
}
.btn.btn-gray:hover, .btn.btn-gray:active {
  background-color: #bac5cf;
  color: #64788B;
}
.btn.btn-darkgray {
  background-color: #64788B;
  color: white;
}
.btn.btn-black {
  background-color: #000000;
}
.btn.btn-black:hover, .btn.btn-black:active {
  background-color: #444444;
  color: #FFFFFF;
}
.btn.btn-white {
  background-color: white;
  color: #64788B;
}
.btn.btn-white:hover, .btn.btn-white:active {
  background-color: #e6e6e6;
  color: #64788B;
}
.btn.btn-outline-green {
  background-color: #FFFFFF;
  border: 1px solid #2DC656;
  color: #2DC656;
}
.btn.btn-outline-green:hover, .btn.btn-outline-green:active {
  background-color: #2DC656;
  color: #FFFFFF;
}
.btn.btn-outline-white {
  background-color: #2DC656;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:active {
  background-color: #FFFFFF;
  color: #2DC656;
}
.btn.btn-faq-menu {
  background-color: #D8DEE4;
  border: none;
  color: #64788B;
}
.btn.btn-outline-only {
  padding: 0 0.75em;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, color, background-color, border-color, -webkit-box-shadow;
  transition-property: opacity, color, background-color, border-color, -webkit-box-shadow;
  -o-transition-property: opacity, color, background-color, border-color, box-shadow;
  transition-property: opacity, color, background-color, border-color, box-shadow;
  transition-property: opacity, color, background-color, border-color, box-shadow, -webkit-box-shadow;
}
.btn.btn-outline-only.round {
  border-radius: 50%;
}
.btn.btn-outline-only:hover {
  opacity: 1;
}
.btn.btn-outline-only.btn-saved {
  /* background-color: white;*/
  border-color: white;
  opacity: 1;
}
.btn.btn-outline-only.btn-saved .fa {
  color: white;
}
.btn.btn-icon {
  width: 42px;
  height: 42px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-box-shadow: inset 0px 0px 1px 1px;
  box-shadow: inset 0px 0px 1px 1px;
}
.btn.btn-icon .fa {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.btn.btn-small {
  padding: 0 8px;
  min-height: 30px;
  height: unset;
  line-height: 30px;
}
.btn.btn-small.btn-icon-after i {
  padding-left: 10px;
  font-size: 1em;
}
.btn.btn-small.btn-icon {
  width: 30px;
  height: 30px;
}
.btn.btn-small.btn-icon .fa {
  font-size: 1em;
}
.btn.btn-sq {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  padding: 0;
}
.btn.btn-pill {
  border-radius: 100px;
}
.btn.btn-fw {
  width: 100%;
}
.btn.btn-text-black {
  color: black;
}
.btn.btn-text-black .fa {
  color: inherit;
}
.btn i {
  font-size: 1.2em;
}
.btn.btn-icon-before i {
  padding-right: 5px;
  font-size: 1em;
}
.btn.btn-icon-after i {
  padding-left: 0.75em;
}
.grouped-buttons .btn {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.grouped-buttons:not(.grouped-buttons-center) .btn {
  margin-left: 0;
  margin-right: 2.8rem;
}
.grouped-buttons:not(.grouped-buttons-center) .btn:last-child {
  margin-right: 0;
}

/* ------------------------------ CHECKBOXES & RADIO BUTTONS ------------------------------ */
.special-radio,
.special-checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.special-radio label,
.special-checkbox label {
  padding-left: 0;
  vertical-align: middle;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  font-weight: 700;
}
.special-radio label ~ label,
.special-checkbox label ~ label {
  padding-left: 15px;
}
.special-radio label:before,
.special-checkbox label:before {
  text-align: center;
  font-family: FontAwesome;
  content: "\f00c";
  color: transparent;
  padding: 2px;
  margin-right: 0.5em;
  background-color: white;
  font-size: 1.3em;
}
.special-radio {
  margin-top: 5px;
  margin-bottom: 5px;
}
.special-radio label:before {
  line-height: 1.25;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.special-checkbox label:before {
  line-height: 1;
}

.special-radios-inline .gfield_radio .special-radio,
.special-radios-inline .gfield_checkbox .special-radio,
.special-checkboxes-inline .gfield_radio .special-radio,
.special-checkboxes-inline .gfield_checkbox .special-radio {
  display: inline-block;
  margin-right: 1em;
}

.special-radio input[type=radio],
.special-radio input[type=checkbox],
.special-checkbox input[type=radio],
.special-checkbox input[type=checkbox] {
  display: none;
}
.special-radio input[type=radio]:checked + label:before,
.special-radio input[type=checkbox]:checked + label:before,
.special-checkbox input[type=radio]:checked + label:before,
.special-checkbox input[type=checkbox]:checked + label:before {
  content: "\f00c";
  color: #141E28 !important;
}
.special-radio.special-checkbox-inverted label:before, .special-radio.special-checkbox-radio label:before,
.special-checkbox.special-checkbox-inverted label:before,
.special-checkbox.special-checkbox-radio label:before {
  background-color: #141E28 !important;
}

.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 1.6;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
}

.check-grey.checkbox-custom + .checkbox-custom-label:before,
.check-grey.radio-custom + .radio-custom-label:before {
  background-color: #D8DEE4;
}

.check-white-bordered.checkbox-custom + .checkbox-custom-label:before,
.check-white-bordered.radio-custom + .radio-custom-label:before {
  background-color: #FFFFFF;
  border: 1px solid #D8DEE4;
}

.check-white.checkbox-custom + .checkbox-custom-label:before,
.check-white.radio-custom + .radio-custom-label:before {
  background-color: #FFFFFF;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #2DC656;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #2DC656;
}

.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
  outline: none;
}

/* Elements */
.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

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

img.img-fullwidth {
  width: 100%;
}

/* ------------------------------ WPCF7 STYLES ------------------------------ */
.wpcf7 .wpcf7-response-output {
  border: none;
  background-color: red;
  margin: 1.5em 0;
  color: white;
}
.wpcf7 .form-control.wpcf7-not-valid {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: red;
  margin-bottom: 1em;
}
.wpcf7 p {
  margin: 0;
}

/* ------------------------------ CONTENT ITEMS ------------------------------ */
.content-item-list {
  padding: 30px 0;
  border-bottom: 1px solid #D8DEE4;
}
.content-item-list:last-child {
  border-bottom: 0;
}
.content-item-list .content-item {
  margin-bottom: 0;
}
.content-item-list .content-item h2 {
  margin-top: 0;
}

.content-item {
  margin-bottom: 30px;
}
.content-item a {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  /* &:hover, &:active {*/
  /*  color: $brandgreen;*/
  /* }*/
}
.content-item a img {
  height: 100%;
  width: 100%;
}
.content-item p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.content-item.content-item-only-in-block a {
  width: 100%;
  height: 100%;
  display: block;
}
.content-item.content-item-with-gradient .content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(top, rgba(20, 30, 40, 0) 0%, rgba(20, 30, 40, 0.01) 22.5%, rgba(20, 30, 40, 0.01) 45%, rgba(20, 30, 40, 0.02) 47.5%, rgba(20, 30, 40, 0.5) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 30, 40, 0)), color-stop(22.5%, rgba(20, 30, 40, 0.01)), color-stop(45%, rgba(20, 30, 40, 0.01)), color-stop(47.5%, rgba(20, 30, 40, 0.02)), to(rgba(20, 30, 40, 0.5)));
  background: linear-gradient(180deg, rgba(20, 30, 40, 0) 0%, rgba(20, 30, 40, 0.01) 22.5%, rgba(20, 30, 40, 0.01) 45%, rgba(20, 30, 40, 0.02) 47.5%, rgba(20, 30, 40, 0.5) 100%);
  z-index: 1;
}
.content-item.content-item-with-diagonal-gradient .content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(250deg, rgba(20, 30, 40, 0) 0%, rgba(20, 30, 40, 0.01) 22.5%, rgba(20, 30, 40, 0.01) 45%, rgba(20, 30, 40, 0.02) 47.5%, rgba(20, 30, 40, 0.5) 99.5%, #141e28 100%);
  background: linear-gradient(200deg, rgba(20, 30, 40, 0) 0%, rgba(20, 30, 40, 0.01) 22.5%, rgba(20, 30, 40, 0.01) 45%, rgba(20, 30, 40, 0.02) 47.5%, rgba(20, 30, 40, 0.5) 99.5%, #141e28 100%);
  z-index: 1;
  pointer-events: none;
}
.content-item h2 {
  margin: 15px 0;
  font-size: 1.2em;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.content-item .content-featured-text p {
  padding-top: 15px;
  font-weight: 400;
}
.content-item .author {
  margin-top: 0.25em;
  font-weight: 700;
  font-size: 0.85em;
}
.content-item .author .publication-author-list + .publication-location:before {
  content: "/";
  margin: 0 0.25em;
}
.content-item .author p {
  margin: 0 !important;
}
.content-item time {
  font-size: 0.9em;
  display: block;
  margin-top: 0.25em;
}
.content-item .agenda-date {
  position: absolute;
  font-size: 2.1em;
  z-index: 999;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px;
  line-height: 1;
}
.content-item .agenda-date p {
  margin: 0 !important;
  padding: 0;
}
.content-item .agenda-info {
  font-weight: 700;
  font-size: 1em;
}
.content-item .agenda-info table tr td {
  vertical-align: top;
}
.content-item .agenda-info table tr td i {
  color: #2DC656;
}
.content-item .company-name {
  font-size: 0.9em;
  margin: 15px 0;
}
.content-item .marktplaats-thumbnail {
  background-color: #D8DEE4;
}
.content-item .marktplaats-thumbnail img {
  margin: 0 auto;
}
.content-item.content-item-product h2 {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.content-item.content-item-product .meta-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.content-item.content-item-product .meta-info li .fa {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5em;
  /* width: 1.2em;*/
}
.content-item.content-item-product .meta-info li.content-item-product-doi span {
  word-break: break-all;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.content-item.content-item-product.content-item-wetenschap a h2 {
  margin-top: 0;
}
.content-item.product-block .image-container {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.content-item.product-block .image-container img {
  width: 100%;
}
.content-item.product-block .image-container .background-overlay {
  position: absolute;
  z-index: 99998;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.content-item.product-block .image-container .overlay-icons {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-item.product-block .image-container .overlay-icons .overlay-icon {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.content-item.product-block .image-container .overlay-icons .overlay-icon a {
  display: block;
}
.content-item.product-block .image-container .overlay-icons .overlay-icon button.real3dflipbooktrigger {
  background-color: transparent;
  border: none;
}
.content-item.product-block .image-container .overlay-icons .overlay-icon:hover i {
  background-color: #1a7332;
}
.content-item.product-block .image-container .overlay-icons .overlay-icon.icon-read {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.content-item.product-block .image-container .overlay-icons .overlay-icon.icon-download {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.content-item.product-block .image-container .overlay-icons .overlay-icon.icon-watch {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.content-item.product-block .image-container .overlay-icons .overlay-icon:last-child {
  margin-bottom: 0;
}
.content-item.product-block .image-container .overlay-icons .overlay-icon i {
  display: inline-block;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1em;
  text-align: center;
  background-color: #2DC656;
  color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.content-item.product-block .image-container .overlay-icons .overlay-icon span {
  display: block;
  color: #FFFFFF;
  margin-top: 5px;
  font-weight: 700;
}
@media (max-width: 400px) {
  .content-item.product-block .image-container .overlay-icons {
    font-size: 0.75em;
  }
}
.content-item.product-block .image-container:hover > .background-overlay, .content-item.product-block .image-container:active > .background-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}
.content-item.product-block .image-container:hover > .overlay-icons .icon-read, .content-item.product-block .image-container:active > .overlay-icons .icon-read {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.content-item.product-block .image-container:hover > .overlay-icons .icon-download, .content-item.product-block .image-container:active > .overlay-icons .icon-download {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.content-item.product-block .image-container:hover > .overlay-icons .icon-watch, .content-item.product-block .image-container:active > .overlay-icons .icon-watch {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.content-item.product-block .kiosk-item-info {
  margin-top: 0.75em;
}
.content-item.product-block .kiosk-item-info h1, .content-item.product-block .kiosk-item-info .h1, .content-item.product-block .kiosk-item-info h2, .content-item.product-block .kiosk-item-info .h2, .content-item.product-block .kiosk-item-info h3, .content-item.product-block .kiosk-item-info .h3, .content-item.product-block .kiosk-item-info h4, .content-item.product-block .kiosk-item-info .h4, .content-item.product-block .kiosk-item-info h5, .content-item.product-block .kiosk-item-info .h5, .content-item.product-block .kiosk-item-info h6, .content-item.product-block .kiosk-item-info .h6 {
  margin: 0;
}
.content-item.product-block .kiosk-item-info small {
  margin-top: 0.25em;
  display: inline-block;
}
.content-item.content-item-alt {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.content-item.content-item-alt .content-item-content {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.content-item.content-item-alt .aspect-ratio .content .timer.label-left,
.content-item.content-item-alt .aspect-ratio .content .category.label-left,
.content-item.content-item-alt .aspect-ratio .content .title.label-left,
.content-item.content-item-alt .aspect-ratio .content .item-amount.label-left,
.content-item.content-item-alt .aspect-ratio .content .publication-date.label-left {
  margin-left: 0;
}
.content-item.content-item-alt .aspect-ratio .content .timer.label-bottom,
.content-item.content-item-alt .aspect-ratio .content .category.label-bottom,
.content-item.content-item-alt .aspect-ratio .content .title.label-bottom,
.content-item.content-item-alt .aspect-ratio .content .item-amount.label-bottom,
.content-item.content-item-alt .aspect-ratio .content .publication-date.label-bottom {
  margin-bottom: 0;
}
.content-item.content-item-alt .aspect-ratio .content .timer.label-top,
.content-item.content-item-alt .aspect-ratio .content .category.label-top,
.content-item.content-item-alt .aspect-ratio .content .title.label-top,
.content-item.content-item-alt .aspect-ratio .content .item-amount.label-top,
.content-item.content-item-alt .aspect-ratio .content .publication-date.label-top {
  margin-top: 0;
}
.content-item.content-item-alt .aspect-ratio .content .publication-date {
  padding: 12px 8px;
}
.content-item.content-item-alt .aspect-ratio .content .publication-date time {
  font-size: 1.2rem;
  font-weight: 600;
}
.content-item.content-item-alt .aspect-ratio .content .timer {
  float: left;
  margin-top: 0;
  padding: 12px 2px;
}
.content-item.content-item-alt .aspect-ratio .content .timer span {
  font-size: 1.4rem;
  font-weight: 600;
}
.content-item.content-item-alt .aspect-ratio .content .category {
  right: 0;
  margin-top: 0;
}
.content-item.content-item-alt .article-content .article-category {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  min-height: 1.42857143em;
  letter-spacing: 0.92px;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.content-item.content-item-alt .article-content .article-excerpt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0.5em;
}
.content-item.content-item-alt .article-content .article-excerpt p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.content-item.content-item-alt .article-content .article-title-holder {
  display: block;
}
.content-item.content-item-alt .article-content .article-title-holder > *:not(hr) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content-item.content-item-alt .article-content .article-title-holder .article-title {
  min-height: 36.9666px;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.content-item.content-item-alt .article-content .article-title-holder hr.mini {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-bottom: 0.75em;
}
.content-item.content-item-bordered > a,
.content-item.content-item-bordered > div {
  height: 100%;
  border: 2px solid;
  display: block;
  padding: 16px 18px;
}
.content-item.content-item-bordered > a h2,
.content-item.content-item-bordered > div h2 {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 0;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.content-item.content-item-bordered > a .meta-info,
.content-item.content-item-bordered > div .meta-info {
  margin-bottom: 1rem;
}
.content-item.content-item-bordered > a .meta-info li,
.content-item.content-item-bordered > div .meta-info li {
  display: flex;
  font-size: 1.4rem;
}
.content-item.content-item-bordered > a .meta-info li .fa,
.content-item.content-item-bordered > div .meta-info li .fa {
  align-self: baseline;
  line-height: 1.3;
  margin-right: 0.5em;
}
.content-item.content-item-bordered > a .meta-info li span,
.content-item.content-item-bordered > div .meta-info li span {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.content-item.content-item-bordered > a .meta-info li + li,
.content-item.content-item-bordered > div .meta-info li + li {
  margin-top: 5px;
}
.content-item.content-item-bordered > a .content-item-content,
.content-item.content-item-bordered > div .content-item-content {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.content-card {
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: white;
  padding: 3rem 1.5rem;
  margin-bottom: 3rem;
}
.content-card .content-card-title {
  margin-top: 1em;
  font-size: 2.6rem;
  letter-spacing: 2px;
}
.content-card .content-card-subtitle {
  margin-bottom: 0;
  letter-spacing: 1.62px;
  font-weight: 400;
}

.aspect-ratio {
  background-size: cover;
  background-position: center;
}
.aspect-ratio .content .timer,
.aspect-ratio .content .category,
.aspect-ratio .content .title,
.aspect-ratio .content .item-amount,
.aspect-ratio .content .publication-date {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  border-radius: 4px;
  height: 20px;
  line-height: 1;
  font-size: 11px;
  pointer-events: none;
}
.aspect-ratio .content .timer.label-right,
.aspect-ratio .content .category.label-right,
.aspect-ratio .content .title.label-right,
.aspect-ratio .content .item-amount.label-right,
.aspect-ratio .content .publication-date.label-right {
  right: 0;
  margin-right: 0.75em;
  left: auto;
}
.aspect-ratio .content .timer.label-left,
.aspect-ratio .content .category.label-left,
.aspect-ratio .content .title.label-left,
.aspect-ratio .content .item-amount.label-left,
.aspect-ratio .content .publication-date.label-left {
  left: 0;
  right: auto;
  margin-left: 0.75em;
}
.aspect-ratio .content .timer.label-bottom,
.aspect-ratio .content .category.label-bottom,
.aspect-ratio .content .title.label-bottom,
.aspect-ratio .content .item-amount.label-bottom,
.aspect-ratio .content .publication-date.label-bottom {
  bottom: 0;
  top: auto;
  margin-bottom: 0.75em;
}
.aspect-ratio .content .timer.label-top,
.aspect-ratio .content .category.label-top,
.aspect-ratio .content .title.label-top,
.aspect-ratio .content .item-amount.label-top,
.aspect-ratio .content .publication-date.label-top {
  top: 0;
  bottom: auto;
  margin-top: 0.75em;
}
.aspect-ratio .content .timer.no-image,
.aspect-ratio .content .category.no-image,
.aspect-ratio .content .title.no-image,
.aspect-ratio .content .item-amount.no-image,
.aspect-ratio .content .publication-date.no-image {
  margin-left: calc(15px + 0.75em);
  margin-right: calc(15px + 0.75em);
}
.aspect-ratio .content .timer {
  position: relative;
  float: right;
  line-height: 1;
  padding: 5px 0;
  margin-right: 0.75em;
  margin-top: 0.75em;
}
.aspect-ratio .content .timer .timer-icon {
  padding: 0 4px;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.aspect-ratio .content .timer .timer-icon i {
  color: #2DC656;
}
.aspect-ratio .content .timer .timer-time {
  padding: 0 4px;
  float: right;
}
.aspect-ratio .content .timer .timer-time span {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-weight: 500;
}
.aspect-ratio .content .category {
  margin-top: 0.75em;
  margin-left: 0.75em;
  padding: 4px;
  height: auto;
  min-height: 20px;
  max-height: 5.5em;
  max-width: 50%;
  overflow: hidden;
}
.aspect-ratio .content .category.custom-label {
  position: relative;
  float: left;
  margin-right: 0.75em;
}
.aspect-ratio .content .category span {
  color: #2DC656;
  font-weight: 700;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.aspect-ratio .content .image-container .category {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  z-index: 1;
  top: 0.75em;
  left: 0.75em;
}
.aspect-ratio .content .item-amount {
  left: auto;
  right: 0;
  margin-top: 0.75em;
  padding: 0 4px 0 10px;
  border-radius: 4px 0 0 4px;
}
.aspect-ratio .content .item-amount span {
  color: #FFFFFF;
  font-weight: 700;
}
.aspect-ratio .content .publication-date {
  margin-bottom: 0;
  color: white;
  padding: 0 4px;
}
.aspect-ratio .content .publication-date time {
  display: block;
  margin-top: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 1px;
}
.aspect-ratio .content .title {
  bottom: 0px;
  height: auto;
  top: auto;
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 10px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1em;
  background: transparent;
}
.aspect-ratio .content .title p.category-inline {
  margin: 0;
  color: #2DC656;
  font-size: 0.85em;
}
.aspect-ratio .content h2 {
  font-size: 1.1em;
  line-height: 18px;
  margin: 10px 0 0 0;
}
.aspect-ratio .content p {
  font-size: 1em;
  margin: 15px 0;
}
/* ------------------------------ ARCHIVE ------------------------------ */
@media (min-width: 992px) {
  .page-archive .shortintro-text-right {
    text-align: right;
  }
}
.page-archive .featured {
  min-height: 250px;
}
.page-archive #main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-archive #main.card-type-alternative {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page-archive #main.card-type-alternative .content-item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.related-posts-archive table tr td.archive-article-title h2 {
  font-size: 1.2em !important;
}

.archive-article .archive-article-background {
  padding: 40px;
}
.archive-article table tr td {
  padding: 2px 0;
}
.archive-article table tr td.archive-article-title h2 {
  font-size: 1.85em;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.archive-article table tr td.archive-article-icon {
  padding-right: 20px;
  vertical-align: text-top;
}
.archive-article table tr td.article-doi {
  word-break: break-all;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.archive-article table tr td.english-article-flag {
  max-width: 1em;
}
.archive-article table tr.archive-article-authors, .archive-article table tr.archive-article-issue, .archive-article table tr.archive-article-pages {
  font-weight: 500;
}
.archive-article table tr.english-article-detail + tr:not(.english-article-detail) td {
  padding-top: 1em;
}
.archive-article:nth-child(odd) .archive-article-background {
  background-color: #D8DEE4;
}
.archive-article:nth-child(even) .archive-article-background {
  background-color: #FFFFFF;
}

.filter-section {
  margin-bottom: 1em;
}
.filter-section.filter-section-extra-margin {
  margin-top: 1em;
}
.filter-section .search-field input[type=search] {
  border: 0;
  outline: 0;
  background-color: #D8DEE4;
  border-radius: 6px 0 0 6px;
  height: 40px;
  width: calc(100% - 40px);
  float: left;
  padding-left: 10px;
  font-size: 0.9em;
}
.filter-section .search-field i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0 6px 6px 0;
  background-color: #D8DEE4;
  color: #2DC656;
  float: right;
}
.filter-section hr {
  margin: 1em 0;
}
.filter-section hr.bottom-double-margin {
  margin-bottom: 3em;
}

.dropdown-filters .dropdown-toggle {
  width: 100%;
  border: 0;
  outline: 0;
  background-color: #D8DEE4;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  padding: 0 10px;
  text-align: left;
  position: relative;
  font-weight: 700;
}
.dropdown-filters .dropdown-toggle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2DC656;
  position: absolute;
  top: 18px;
  right: 10px;
}

.dropdown-menu {
  width: 100%;
  border: 0;
}
.dropdown-menu .divider {
  margin: 0 auto;
}

.more-filters a {
  width: 100%;
}

/* ------------------------------ FEATURED ------------------------------ */
.featured {
  width: 100%;
  display: block;
  position: relative;
  background-position: right center;
  background-size: cover;
  background-size: 60% auto;
  background-repeat: no-repeat;
  min-height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.featured.featured-type-alt {
  min-height: unset;
  padding: 0;
}
.featured.featured-type-alt2 {
  padding-top: 11rem;
}
.featured.featured-type-alt2 h1 {
  font-size: 6rem;
}
.featured.featured-type-alt2 .container-fluid {
  width: 100%;
}
@media (max-width: 767px) {
  .featured {
    padding: 0;
    background-size: cover !important;
  }
}
.featured:not(.featured-no-background) {
  /* background-image: url("../img/testbeeld.jpg");*/
}
@media (max-width: 767px) {
  .featured {
    background-size: cover;
  }
}
.featured.featured-dossier {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: auto;
}
@media (max-width: 767px) {
  .featured.featured-dossier {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.featured ~ .featured-alt-buttons .featured-buttons {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.featured ~ .featured-alt-buttons .featured-buttons .btn-icon:hover, .featured ~ .featured-alt-buttons .featured-buttons .btn-icon:active,
.featured ~ .featured-alt-buttons .featured-buttons .btn-outline-only:hover,
.featured ~ .featured-alt-buttons .featured-buttons .btn-outline-only:active {
  background-color: transparent !important;
}
.featured ~ .featured-alt-buttons .featured-buttons .btn-pdf {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid;
}
@media (max-width: 550px) {
  .featured ~ .featured-alt-buttons .featured-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 3.5;
  }
  .featured ~ .featured-alt-buttons .featured-buttons .featured-buttons-left,
.featured ~ .featured-alt-buttons .featured-buttons .featured-buttons-right {
    display: inline-block;
    line-height: 3.5;
    width: auto;
    margin-bottom: 0 !important;
  }
  .featured ~ .featured-alt-buttons .featured-buttons .featured-buttons-left .btn,
.featured ~ .featured-alt-buttons .featured-buttons .featured-buttons-right .btn {
    margin: 0 !important;
    margin-right: 0.5em !important;
  }
}
.featured .color-pick-background {
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  background-size: cover;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.featured.color-pick-background-mobile {
  padding: 15px;
}
@media (max-width: 767px) {
  .featured.color-pick-background-mobile .color-pick-background {
    width: 100%;
  }
  .featured.color-pick-background-mobile .color-pick-target {
    opacity: 0.75 !important;
  }
}
.featured .copyright-notice {
  position: absolute;
  color: white;
  right: 15px;
  bottom: 15px;
  background-color: black;
  opacity: 0.25;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity, background-color;
  -o-transition-property: opacity, background-color;
  transition-property: opacity, background-color;
  border-radius: 5px;
}
.featured .copyright-notice span {
  padding: 5px;
  display: inline-block;
}
@media (min-width: 768px) {
  .featured .copyright-notice span {
    padding: 10px;
  }
}
.featured .copyright-notice:hover, .featured .copyright-notice:active {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.85);
}
.featured.archive-featured {
  background-image: none;
  /* background-color: #DDDDDD;*/
}
.featured.archive-featured .archive-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.featured.archive-featured .archive-current .row {
  height: auto;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
}
.featured.archive-featured .btn-outline-only {
  color: #2DC656;
  border-color: #2DC656;
}
.featured.archive-featured .btn-outline-only:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: #2DC656;
}
.featured.archive-featured .archive-article {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #141E28;
}
.featured.archive-featured .product-block {
  margin-bottom: 0;
}
.featured.archive-featured .product-block p {
  margin-top: 15px;
  margin-bottom: 0;
  color: #141E28;
  font-size: 1.2em;
  font-weight: 700;
}
.featured.archive-featured .product-block h2 {
  margin: 0;
  color: #141E28;
  font-size: 1em;
}
.featured .row.flexize,
.featured .featured-flexize {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 768px) {
  .featured .row.flexize,
.featured .featured-flexize {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.featured.featured-edition {
  background-image: none;
  min-height: 0;
}
@media (max-width: 991px) {
  .featured.featured-edition .flexize.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .featured.featured-edition .flexize.reverse img {
    display: none;
  }
}
.featured.featured-edition h1,
.featured.featured-edition h2,
.featured.featured-edition p,
.featured.featured-edition a {
  color: #141E28;
}
.featured.featured-edition img {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.featured.featured-edition p.featured-title {
  font-weight: 700;
  color: #65A7E4;
  font-size: 1.2em;
}
.featured.featured-edition .btn-outline-only {
  color: #2DC656;
  border-color: #2DC656;
}
.featured.featured-edition .btn-outline-only:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: #2DC656;
}
.featured.featured-edition .article-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.featured.featured-edition .current-edition {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.featured.featured-edition .current-edition .product-featured-buttons {
  /*-webkit-box-flex: 1;*/
  /*-ms-flex: 1;*/
  /*flex: 1;*/
  height: 40px;
}
.featured.featured-edition .edition-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .featured.featured-edition .edition-article {
    margin-top: 30px;
  }
}
.featured.featured-edition .edition-article img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.featured.featured-edition .edition-article .content-item-list {
  padding: 0;
  border: 0px;
  margin-bottom: 1.5em;
}
.featured.featured-edition .edition-article .content-item-list:last-child {
  margin-bottom: 0;
}
.featured.featured-edition .edition-article .content-item-list h2 {
  margin: 0;
  font-size: 1em;
  line-height: 1.1;
}
.featured.featured-edition .edition-article .content-item-list p {
  font-size: 0.9em;
  font-style: italic;
}
@media (min-width: 992px) {
  .featured.featured-edition .featured-content-highlights {
    padding-left: 0;
  }
  .featured.featured-edition .featured-content-publication-details,
.featured.featured-edition #current-edition-cover {
    padding-right: 0;
  }
}
.featured.featured-type-marktplaats .featured-content .featured-buttons {
  margin-top: 15px;
}
.featured .featured-content {
  position: relative;
  color: #FFFFFF;
  z-index: 11;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 767px) {
  .featured .featured-content {
    padding-bottom: 15px;
  }
}
.featured .featured-content .featured-details a {
  text-decoration: underline;
}
.featured .featured-content .agenda-info {
  font-weight: 700;
  font-size: 0.9em;
}
.featured .featured-content .featured-content-date {
  font-weight: 400;
}
.featured .featured-content .category-name-date {
  color: white;
  margin-bottom: 30px;
  font-size: 1.3rem;
}
.featured .featured-content .category-name-date .breadcrumbs {
  display: inline;
}
.featured .featured-content .category-name-date .category {
  font-weight: 500;
}
.featured .featured-content .category-name-date .date {
  padding: 5px;
}
.featured .featured-content .category-name-date span {
  font-weight: 400;
}
.featured .featured-content p.author-list {
  font-weight: 500;
}
.featured .featured-content .subtitle {
  font-size: 1.5em;
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.featured .featured-content .title {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .featured .featured-content .title {
    margin-bottom: 0;
  }
}
.featured .featured-content .product-breadcrumb {
  font-size: 1.2em;
  color: #141E28;
  font-weight: 700;
  margin-bottom: 30px;
}
.featured .featured-content .product-breadcrumb i {
  margin: 0 10px;
}
.featured .featured-content .product-breadcrumb span {
  color: #FFFFFF;
}
.featured .featured-content .product-featured-list {
  margin: 25px 0 0;
  padding: 0 5px;
  height: auto;
  /* height: 145px;*/
  position: relative;
  overflow: hidden;
  font-weight: 700;
  /* -webkit-transition: all 1s ease;*/
  /* -o-transition: all 1s ease;*/
  /* transition: all 1s ease;*/
  /* &:after {
      content: '';
      height: 100px;
      width: 100%;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-box-shadow: inset 0px -3em 5em -1em;
      box-shadow: inset 0px -3em 5em -1em;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
  }

  &.product-featured-list-toggled {
      &:after {
          opacity: 0;
      }
  }

  &.product-featured-list-short {
      border-bottom: none;

      &:after {
          opacity: 0;
      }
  }

  &.full-height-div {
      max-height: 400px;
  } */
}
.featured .featured-content .product-featured-list li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.featured .featured-content .product-featured-list i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 0.5em;
  /* width: 30px;*/
}
.featured .featured-content .product-price {
  display: block;
  margin: 15px 0 0 0;
  font-size: 2em;
  color: white;
  font-weight: 700;
}
.featured .featured-content .product-featured-buttons,
.featured .featured-content .featured-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .featured .featured-content .product-featured-buttons,
.featured .featured-content .featured-buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 3.5;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .featured .featured-content .product-featured-buttons .featured-buttons-left,
.featured .featured-content .product-featured-buttons .featured-buttons-right,
.featured .featured-content .featured-buttons .featured-buttons-left,
.featured .featured-content .featured-buttons .featured-buttons-right {
    display: inline-block;
    line-height: 3.5;
    width: auto;
    margin-bottom: 0 !important;
  }
  .featured .featured-content .product-featured-buttons .featured-buttons-left .btn,
.featured .featured-content .product-featured-buttons .featured-buttons-right .btn,
.featured .featured-content .featured-buttons .featured-buttons-left .btn,
.featured .featured-content .featured-buttons .featured-buttons-right .btn {
    margin: 0 !important;
    margin-right: 0.5em !important;
  }
}
.featured .featured-content .product-featured-buttons > *,
.featured .featured-content .featured-buttons > * {
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 3;
}
.featured .featured-content .product-featured-buttons .btn ~ .btn,
.featured .featured-content .featured-buttons .btn ~ .btn {
  margin-left: 0.5em;
}
.featured .featured-content .product-featured-buttons .featured-buttons-vertical,
.featured .featured-content .featured-buttons .featured-buttons-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured .featured-content .product-featured-buttons .featured-buttons-vertical .btn-holder,
.featured .featured-content .featured-buttons .featured-buttons-vertical .btn-holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
}
.featured .featured-content .product-featured-buttons .featured-buttons-vertical .btn-holder a,
.featured .featured-content .product-featured-buttons .featured-buttons-vertical .btn-holder button,
.featured .featured-content .featured-buttons .featured-buttons-vertical .btn-holder a,
.featured .featured-content .featured-buttons .featured-buttons-vertical .btn-holder button {
  margin-right: 0;
  margin-bottom: 0.25em;
}
.featured .featured-content .product-featured-buttons .featured-buttons-vertical .btn-holder span,
.featured .featured-content .featured-buttons .featured-buttons-vertical .btn-holder span {
  text-align: center;
  /*color: $brandblack;*/
  font-size: 0.85em;
  font-weight: 700;
  width: 100%;
}
.featured .featured-content .product-featured-buttons .product-featured-buttons-right .rating,
.featured .featured-content .product-featured-buttons .featured-buttons-right .rating,
.featured .featured-content .featured-buttons .product-featured-buttons-right .rating,
.featured .featured-content .featured-buttons .featured-buttons-right .rating {
  display: inline-block;
  vertical-align: sub;
  color: #141E28;
}
.featured .featured-content .product-featured-buttons .product-featured-buttons-right .rating i,
.featured .featured-content .product-featured-buttons .featured-buttons-right .rating i,
.featured .featured-content .featured-buttons .product-featured-buttons-right .rating i,
.featured .featured-content .featured-buttons .featured-buttons-right .rating i {
  margin: 2px;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .featured .featured-content .product-featured-buttons .product-featured-buttons-right,
.featured .featured-content .product-featured-buttons .featured-buttons-right,
.featured .featured-content .featured-buttons .product-featured-buttons-right,
.featured .featured-content .featured-buttons .featured-buttons-right {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .featured .featured-content .product-featured-buttons .product-featured-buttons-right,
.featured .featured-content .product-featured-buttons .featured-buttons-right,
.featured .featured-content .featured-buttons .product-featured-buttons-right,
.featured .featured-content .featured-buttons .featured-buttons-right {
    margin-top: 0.5em;
  }
}
.featured .featured-content .product-featured-list-more,
.featured .featured-content .featured-list-more {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.featured .featured-content .product-featured-list-more .fa,
.featured .featured-content .featured-list-more .fa {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.featured .featured-content .product-featured-list-more.rotate .fa,
.featured .featured-content .featured-list-more.rotate .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.featured .featured-content.full-height-div {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.featured .featured-content p {
  font-weight: 300;
  letter-spacing: 1px;
  width: 100%;
}
.featured .featured-content p.featured-item-amount {
  color: #FFFFFF;
  margin: 20px 0 0 0;
  font-weight: 700;
}
.featured .featured-content .featured-date {
  font-size: 3em;
  font-weight: 300;
}
.featured .featured-content .featured-details {
  margin: 40px 0 0 0;
}
.featured .featured-content .featured-details .featured-details-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.featured .featured-content .featured-details i {
  margin-right: 10px;
}
.featured .featured-content:only-child {
  /* @include marginvertical(0.5);*/
}
.featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-date h1, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-date .h1, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-date h2, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-date .h2, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-date h3, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-date .h3, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-date h4, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-date .h4, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-date h5, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-date .h5, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-date h6, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-date .h6 {
  font-weight: 400;
  /*color: $brandblack;*/
  font-size: 3.5em;
}
.featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-title h1, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-title .h1, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-title h2, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-title .h2, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-title h3, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-title .h3, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-title h4, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-title .h4, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-title h5, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-title .h5, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-title h6, .featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-title .h6 {
  margin-bottom: 1em;
}
.featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-time,
.featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-map {
  /*color: $brandblack;*/
  font-size: 0.8em;
}
.featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-time .fa,
.featured.featured-type-agenda .featured-agenda-item-details .featured-agenda-item-map .fa {
  color: white;
}
.featured.featured-type-agenda .featured-buttons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.featured.featured-type-agenda .featured-buttons .featured-buttons-vertical {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.featured.featured-type-agenda .featured-buttons > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.featured.featured-type-post {
  margin-bottom: 1.5em;
}
.featured.featured-type-post .featured-content-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: auto;
  align-self: auto;
  /* color: $brandblack;*/
  /* border-color: $brandblack;*/
  /* *:not(.tooltip-inner):not(.tooltip-arrow):not(.total) {*/
  /*  color: $brandblack;*/
  /*  border-color: $brandblack;*/
  /*  &:hover, &:active, &.btn-saved .fa {*/
  /*      color: $brandblack !important;*/
  /*      border-color: $brandblack !important;*/
  /*  }*/
  /* }*/
}
.featured.featured-type-post .featured-content-blog h1, .featured.featured-type-post .featured-content-blog .h1, .featured.featured-type-post .featured-content-blog h2, .featured.featured-type-post .featured-content-blog .h2, .featured.featured-type-post .featured-content-blog h3, .featured.featured-type-post .featured-content-blog .h3, .featured.featured-type-post .featured-content-blog h4, .featured.featured-type-post .featured-content-blog .h4, .featured.featured-type-post .featured-content-blog h5, .featured.featured-type-post .featured-content-blog .h5, .featured.featured-type-post .featured-content-blog h6, .featured.featured-type-post .featured-content-blog .h6 {
  margin-bottom: 1em;
}
.featured.featured-type-post .featured-content-blog h1.title, .featured.featured-type-post .featured-content-blog .h1.title, .featured.featured-type-post .featured-content-blog h2.title, .featured.featured-type-post .featured-content-blog .h2.title, .featured.featured-type-post .featured-content-blog h3.title, .featured.featured-type-post .featured-content-blog .h3.title, .featured.featured-type-post .featured-content-blog h4.title, .featured.featured-type-post .featured-content-blog .h4.title, .featured.featured-type-post .featured-content-blog h5.title, .featured.featured-type-post .featured-content-blog .h5.title, .featured.featured-type-post .featured-content-blog h6.title, .featured.featured-type-post .featured-content-blog .h6.title {
  margin-bottom: 0.5em;
}
.featured.featured-type-post .featured-content-blog h1.subtitle, .featured.featured-type-post .featured-content-blog .h1.subtitle, .featured.featured-type-post .featured-content-blog h2.subtitle, .featured.featured-type-post .featured-content-blog .h2.subtitle, .featured.featured-type-post .featured-content-blog h3.subtitle, .featured.featured-type-post .featured-content-blog .h3.subtitle, .featured.featured-type-post .featured-content-blog h4.subtitle, .featured.featured-type-post .featured-content-blog .h4.subtitle, .featured.featured-type-post .featured-content-blog h5.subtitle, .featured.featured-type-post .featured-content-blog .h5.subtitle, .featured.featured-type-post .featured-content-blog h6.subtitle, .featured.featured-type-post .featured-content-blog .h6.subtitle {
  margin-bottom: 10px;
}
.featured.featured-type-post .featured-content-blog .featured-content-blog-publication-date {
  font-weight: 700;
}
.featured.featured-type-post .featured-content-blog .featured-content-blog-breadcrumbs {
  margin-top: 0.5em;
}
.featured.featured-type-post .featured-content-blog .featured-buttons.featured-buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* .btn {*/
  /*  border-color: black !important;*/
  /* }*/
}
.featured.featured-type-post .featured-content-blog .featured-buttons.featured-buttons .btn {
  border-color: #141E28 !important;
  /*color: $brandblack !important;*/
}
.featured.featured-type-post .featured-content-blog .featured-buttons.featured-buttons .btn .fa {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.featured.featured-type-post .featured-content-blog .featured-buttons.featured-buttons .btn.btn-saved {
  /* background-color: $brandblack !important;*/
}
.featured.featured-type-post .modal-toggle-button {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
}
.featured.featured-type-post .blog-image {
  background-position: center;
  background-size: cover;
  border-radius: 1.5em;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .featured.featured-type-post .blog-image {
    display: none;
  }
}
.featured.featured-type-wetenschap {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 0;
  padding-top: 3.5em;
}
@media (max-width: 767px) {
  .featured.featured-type-wetenschap {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.featured.featured-type-wetenschap .featured-content h2,
.featured.featured-type-wetenschap .featured-content .h2 {
  font-size: 1.75em;
  line-height: 1.1;
}
.featured.featured-type-wetenschap .featured-content h3,
.featured.featured-type-wetenschap .featured-content .h3 {
  font-size: 1.25em;
}
@media (min-width: 1235px) {
  .featured.featured-type-wetenschap .featured-content {
    margin-left: -35px;
    margin-right: 35px;
  }
}
.featured.featured-type-wetenschap .featured-content .featured-buttons .btn.btn-favourite:not([class*=dynamic-hover-background-color]):hover, .featured.featured-type-wetenschap .featured-content .featured-buttons .btn.btn-favourite:not([class*=dynamic-hover-background-color]):active, .featured.featured-type-wetenschap .featured-content .featured-buttons .btn.btn-readlist:not([class*=dynamic-hover-background-color]):hover, .featured.featured-type-wetenschap .featured-content .featured-buttons .btn.btn-readlist:not([class*=dynamic-hover-background-color]):active {
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .featured.featured-type-wetenschap .featured-content .featured-buttons .featured-buttons-left {
    padding-left: 50px;
  }
}
.featured.featured-type-wetenschap + hr {
  margin-top: 0;
}
.featured.featured-type-wetenschap .featured-content-metadata .featured-content-metadata-image-holder {
  position: relative;
  float: left;
}
.featured.featured-type-wetenschap .featured-content-metadata .featured-content-metadata-image-holder img {
  width: 100%;
}
.featured.featured-type-wetenschap .featured-content-metadata .journal-information {
  margin-top: 0.5em;
  float: left;
}
.featured.featured-type-wetenschap .featured-content-metadata .journal-information .journal-title {
  margin-bottom: 0;
}
.featured.featured-type-post .featured-content-blog-authors {
  margin-top: 1em;
  margin-bottom: 1em;
}
body.page-template-page-taxonomy .featured,
body.page-template-page-request-item .featured,
body.tax-entity-group .featured {
  height: 200px;
  min-height: 20vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-page-taxonomy .featured .featured-content .title,
body.page-template-page-request-item .featured .featured-content .title,
body.tax-entity-group .featured .featured-content .title {
  margin-bottom: 0;
}

body.post-type-archive .featured,
body.blog .featured {
  margin-top: 1em;
  padding: 3em 15px;
}

body.post-type-archive-wetenschap .featured {
  min-height: unset;
}

.featured .featured-content .product-featured-buttons > *,
.featured .featured-content .featured-buttons > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .featured .featured-content .product-featured-buttons > *,
.featured .featured-content .featured-buttons > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.gradient-overlay {
  position: relative;
}
.gradient-overlay:before {
  content: "";
  background: -o-linear-gradient(left, #64788b 35%, rgba(100, 120, 139, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #64788b), to(rgba(100, 120, 139, 0)));
  background: linear-gradient(to right, #64788b 35%, rgba(100, 120, 139, 0) 100%);
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.gradient-overlay.gradient-overlay-bottom:before {
  background: linear-gradient(to top, currentColor 5%, rgba(100, 120, 139, 0) 30%);
}
.gradient-overlay.gradient-overlay-top:before {
  background: linear-gradient(to bottom, currentColor 5%, rgba(100, 120, 139, 0) 30%);
}

.gradient-overlay-reverse:before {
  content: "";
  background: -o-linear-gradient(right, #b9c6d0 35%, rgba(185, 198, 208, 0) 100%);
  background: -webkit-gradient(linear, right top, left top, color-stop(35%, #b9c6d0), to(rgba(185, 198, 208, 0)));
  background: linear-gradient(to left, #b9c6d0 35%, rgba(185, 198, 208, 0) 100%);
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

body .color-pick {
  background-size: 60% auto;
}
@media (max-width: 991px) {
  body .color-pick {
    background-size: cover !important;
  }
}
body .color-pick .color-pick-target {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body .color-pick.color-pick-initialized .color-pick-target {
  opacity: 1;
}
body .color-pick.color-pick-text-light *:not(.tooltip):not(.tooltip-inner):not(.tooltip-arrow):not(.total) {
  color: white !important;
  border-color: white !important;
}
body .color-pick.color-pick-text-light *:not(.tooltip):not(.tooltip-inner):not(.tooltip-arrow):not(.total):before, body .color-pick.color-pick-text-light *:not(.tooltip):not(.tooltip-inner):not(.tooltip-arrow):not(.total):after {
  color: inherit;
}
body .color-pick.color-pick-text-light *:not(.tooltip):not(.tooltip-inner):not(.tooltip-arrow):not(.total) .no-color-pick-overrule,
body .color-pick.color-pick-text-light *:not(.tooltip):not(.tooltip-inner):not(.tooltip-arrow):not(.total) .no-color-pick-overrule * {
  color: inherit !important;
}
body .color-pick.color-pick-text-light .slick-single-marktplaats-slider .slick-dots-wrapper .slick-dots li button:before {
  color: transparent !important;
  border-color: white !important;
}
body .color-pick.color-pick-text-light .slick-single-marktplaats-slider .slick-dots-wrapper .slick-dots li.slick-active button:before {
  background-color: white !important;
}
body .color-pick.color-pick-text-dark *:not(.tooltip):not(.tooltip-inner):not(.tooltip-arrow):not(.total):not(.arc-overlay-holder svg):not(.arc-overlay-holder g):not(.arc-overlay-holder path) {
  color: #141E28 !important;
  border-color: #141E28 !important;
}
body .color-pick.color-pick-text-dark *:not(.tooltip):not(.tooltip-inner):not(.tooltip-arrow):not(.total):not(.arc-overlay-holder svg):not(.arc-overlay-holder g):not(.arc-overlay-holder path):before, body .color-pick.color-pick-text-dark *:not(.tooltip):not(.tooltip-inner):not(.tooltip-arrow):not(.total):not(.arc-overlay-holder svg):not(.arc-overlay-holder g):not(.arc-overlay-holder path):after {
  color: inherit;
}
body .color-pick.color-pick-text-dark *:not(.tooltip):not(.tooltip-inner):not(.tooltip-arrow):not(.total):not(.arc-overlay-holder svg):not(.arc-overlay-holder g):not(.arc-overlay-holder path) .button-play span {
  border-color: white !important;
}
body .color-pick.color-pick-text-dark *:not(.tooltip):not(.tooltip-inner):not(.tooltip-arrow):not(.total):not(.arc-overlay-holder svg):not(.arc-overlay-holder g):not(.arc-overlay-holder path) .button-play .fa {
  color: white !important;
}
body .color-pick.color-pick-text-dark *:not(.tooltip):not(.tooltip-inner):not(.tooltip-arrow):not(.total):not(.arc-overlay-holder svg):not(.arc-overlay-holder g):not(.arc-overlay-holder path) .copyright-notice span {
  color: white !important;
}
body .color-pick.color-pick-text-dark .featured-details a {
  text-decoration: underline;
}
body .color-pick.color-pick-text-dark .btn-saved {
  /* background-color: $brandblack;*/
}
body .color-pick.color-pick-text-dark .slick-single-marktplaats-slider .slick-dots-wrapper .slick-dots li button:before {
  color: transparent !important;
  border-color: #141E28 !important;
}
body .color-pick.color-pick-text-dark .slick-single-marktplaats-slider .slick-dots-wrapper .slick-dots li.slick-active button:before {
  background-color: #141E28 !important;
}

.back-to-dossier-link,
.back-to-delegated-item-link {
  display: inline-block;
}
.back-to-dossier-link.back-to-dossier-link-wide, .back-to-dossier-link.back-to-delegated-item-link-wide,
.back-to-delegated-item-link.back-to-dossier-link-wide,
.back-to-delegated-item-link.back-to-delegated-item-link-wide {
  position: absolute;
  padding: 0 15px;
  max-width: 200px;
}
@media (max-width: 1549px) {
  .back-to-dossier-link.back-to-dossier-link-wide, .back-to-dossier-link.back-to-delegated-item-link-wide,
.back-to-delegated-item-link.back-to-dossier-link-wide,
.back-to-delegated-item-link.back-to-delegated-item-link-wide {
    display: none;
  }
}
@media (min-width: 1550px) {
  .back-to-dossier-link.back-to-dossier-link-small, .back-to-dossier-link.back-to-delegated-item-link-small,
.back-to-delegated-item-link.back-to-dossier-link-small,
.back-to-delegated-item-link.back-to-delegated-item-link-small {
    display: none;
  }
}
.back-to-dossier-link .back-to-dossier,
.back-to-dossier-link .back-to-delegated-item,
.back-to-delegated-item-link .back-to-dossier,
.back-to-delegated-item-link .back-to-delegated-item {
  z-index: 999;
  position: relative;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .back-to-dossier-link .back-to-dossier,
.back-to-dossier-link .back-to-delegated-item,
.back-to-delegated-item-link .back-to-dossier,
.back-to-delegated-item-link .back-to-delegated-item {
    margin-left: 0;
  }
}
.back-to-dossier-link .back-to-dossier i,
.back-to-dossier-link .back-to-delegated-item i,
.back-to-delegated-item-link .back-to-dossier i,
.back-to-delegated-item-link .back-to-delegated-item i {
  margin-right: 10px;
  font-size: 1.2em;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.back-to-dossier-link .back-to-dossier p,
.back-to-dossier-link .back-to-delegated-item p,
.back-to-delegated-item-link .back-to-dossier p,
.back-to-delegated-item-link .back-to-delegated-item p {
  margin: 0;
  font-weight: 700;
  font-size: 0.8em;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.back-to-dossier-link .back-to-dossier p.dossier-name, .back-to-dossier-link .back-to-dossier p.delegated-item-link-name,
.back-to-dossier-link .back-to-delegated-item p.dossier-name,
.back-to-dossier-link .back-to-delegated-item p.delegated-item-link-name,
.back-to-delegated-item-link .back-to-dossier p.dossier-name,
.back-to-delegated-item-link .back-to-dossier p.delegated-item-link-name,
.back-to-delegated-item-link .back-to-delegated-item p.dossier-name,
.back-to-delegated-item-link .back-to-delegated-item p.delegated-item-link-name {
  font-size: 1em;
}

.next-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  font-size: 1.1em;
}
.next-item .next-title {
  color: #2DC656;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.next-item i {
  margin-left: 10px;
  font-size: 1.25em;
}
.next-item p {
  margin: 0;
  font-weight: 700;
}

/* ------------------------------ ASPECT RATIO IMAGES ------------------------------ */
.aspect-ratio-5-2 {
  position: relative;
}
.aspect-ratio-5-2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 40%;
}
.aspect-ratio-5-2 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.aspect-ratio-5-2 > .content img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.aspect-ratio-9-5 {
  position: relative;
}
.aspect-ratio-9-5:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55.5555555556%;
}
.aspect-ratio-9-5 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.aspect-ratio-9-5 > .content img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.aspect-ratio-16-9 {
  position: relative;
}
.aspect-ratio-16-9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.aspect-ratio-16-9 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.aspect-ratio-16-9 > .content img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.aspect-ratio-1-1 {
  position: relative;
}
.aspect-ratio-1-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.aspect-ratio-1-1 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.aspect-ratio-1-1 > .content img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.aspect-ratio-1-1 h1, .aspect-ratio-1-1 .h1, .aspect-ratio-1-1 h2, .aspect-ratio-1-1 .h2, .aspect-ratio-1-1 h3, .aspect-ratio-1-1 .h3, .aspect-ratio-1-1 h4, .aspect-ratio-1-1 .h4, .aspect-ratio-1-1 h5, .aspect-ratio-1-1 .h5, .aspect-ratio-1-1 h6, .aspect-ratio-1-1 .h6 {
  margin-bottom: 0;
}

.aspect-ratio-1-1p3 {
  position: relative;
}
.aspect-ratio-1-1p3:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 130%;
}
.aspect-ratio-1-1p3 > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.aspect-ratio-1-1p3 > .content img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

/* ------------------------------ CAROUSEL ------------------------------ */
.carousel {
  height: 600px;
}
.carousel .slide {
  height: 600px;
  background-color: #777;
  background-size: cover;
  background-position: center center;
}
.carousel .slide.slide1 {
  background-image: url("../img/testbeeld.jpg");
}
.carousel .slide.slide2 {
  background-image: url("../img/testbeeld.jpg");
}
.carousel .slide.slide3 {
  background-image: url("../img/testbeeld.jpg");
}
.carousel .slide .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel-control {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  width: 10%;
  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;
  background-image: none;
}
.carousel-control .previous-container,
.carousel-control .next-container {
  padding: 15px;
  background-color: red;
}
.carousel-control .previous-container i,
.carousel-control .next-container i {
  margin-bottom: 10px;
}

/* ------------------------------ ARTICLE DETAIL ------------------------------ */
.overflow-hidden {
  overflow: hidden;
  max-height: 400px;
  position: relative;
}
.overflow-hidden .article-readmore-overlay-wrapper,
.overflow-hidden .sidebar-readmore-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding-bottom: 30px;
}
.overflow-hidden .article-readmore-overlay-wrapper a,
.overflow-hidden .sidebar-readmore-overlay a {
  color: white !important;
  pointer-events: all;
}
.overflow-hidden .article-readmore-overlay-wrapper a + a,
.overflow-hidden .sidebar-readmore-overlay a + a {
  margin-left: 0.5em;
}
.overflow-hidden .article-readmore-overlay-wrapper {
  height: 100%;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  padding-bottom: 0;
  pointer-events: none;
}
.overflow-hidden .article-readmore-overlay {
  height: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  left: 0;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
.overflow-hidden .sidebar-readmore-overlay {
  right: 15px;
  height: 50%;
  background: -o-linear-gradient(top, rgba(216, 222, 228, 0) 0%, #D8DEE4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 222, 228, 0)), to(#D8DEE4));
  background: linear-gradient(to bottom, rgba(216, 222, 228, 0) 0%, #D8DEE4 100%);
}
@media (max-width: 767px) {
  .overflow-hidden .sidebar-readmore-overlay {
    display: none;
  }
}

#article-hidden {
  position: relative;
}
#article-hidden.overflow-height-protection {
  pointer-events: none;
}
#article-hidden.overflow-height-protection .article-detail {
  display: inline-block;
  height: 400px;
  width: 100%;
  max-width: 100%;
}
#article-hidden article {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.article-detail {
  position: relative;
  background-color: #FFFFFF;
  padding: 30px;
  min-height: 320px;
}
@media (max-width: 1250px) {
  .article-detail .social-share-holder:first-child {
    margin-bottom: 15px;
  }
}
.article-detail[data-text-size="2"] article {
  font-size: 2rem;
  line-height: 3rem;
}
.article-detail[data-text-size="2"] article .sidenote-text-sized {
  font-size: 1.5rem !important;
}
.article-detail[data-text-size="3"] article {
  font-size: 2.5rem;
  line-height: 3.75rem;
}
.article-detail[data-text-size="3"] article .sidenote-text-sized {
  font-size: 2rem !important;
}
.article-detail article {
  /* -webkit-transition: all 1s ease;*/
  /* -o-transition: all 1s ease;*/
  /* transition: all 1s ease;*/
  font-size: 1.75rem;
  /* p span.dropcap {*/
  /*  float: left;*/
  /*  font-family: $accentfont;*/
  /*  font-size: 6.6em;*/
  /*  line-height: 60px;*/
  /*  padding-top: 12px;*/
  /*  padding-right: 8px;*/
  /* }*/
}
.article-detail article .has-sidenote .anchor-text {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.article-detail article .has-sidenote:not(.has-additional-sidenote):after {
  content: "\f13a";
  font-family: "FontAwesome";
  color: #65A7E4;
  font-size: 0.75em;
  vertical-align: top;
  margin-left: 0.25em;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 768px) {
  .article-detail article .has-sidenote:not(.has-additional-sidenote):after {
    display: none;
  }
}
.article-detail article .has-sidenote.sidenote-open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.article-detail article .has-sidenote.highlighted-anchor .anchor-text {
  color: #65A7E4;
}
.article-detail article .literature-anchor sup {
  font-size: 65%;
  font-weight: 500;
  border-radius: 4px;
  padding: 1px 2px 0;
  margin-left: 0.125em;
  background-color: #D8DEE4;
  color: #2DC656;
  cursor: pointer;
}
body.single-post .article-detail article .dropcap,
body.single-artikelen .article-detail article .dropcap {
  font-family: "Droid Serif", serif;
  float: left;
  font-size: 8em;
  line-height: 0.85;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0.1em;
  width: auto;
  height: auto;
  margin-left: 0;
  text-align: center;
  font-variant: small-caps;
  text-transform: lowercase;
  margin-top: -0.3em;
  line-height: 1;
}
body.single-post .article-detail article p.dropcapped:first-letter,
body.single-artikelen .article-detail article p.dropcapped:first-letter {
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

.article-detail article .article-content > p, .article-detail article .article-content > ul, .article-detail article .article-content > ol {
  position: relative;
  /* font-size: 1.05em;*/
}
@media (max-width: 767px) {
  .article-detail article .article-content > ul, .article-detail article .article-content > ol {
    width: 100%;
    float: left;
  }
}
.article-detail article .article-content h1:first-child, .article-detail article .article-content .h1:first-child, .article-detail article .article-content h2:first-child, .article-detail article .article-content .h2:first-child, .article-detail article .article-content h3:first-child, .article-detail article .article-content .h3:first-child, .article-detail article .article-content h4:first-child, .article-detail article .article-content .h4:first-child, .article-detail article .article-content h5:first-child, .article-detail article .article-content .h5:first-child, .article-detail article .article-content h6:first-child, .article-detail article .article-content .h6:first-child {
  margin-top: 0;
}
.article-detail article .article-content .faq-in-article {
  margin: 2em 0;
}
.article-detail article .article-content .faq-in-article .panel-group .panel-title {
  margin-bottom: 0;
}
.article-detail article .article-content .faq-in-article .panel-group .panel-body {
  padding-top: 15px;
  padding-bottom: 15px;
}
.article-detail article .article-content .faq-in-article .panel-group .panel-body .btn {
  text-decoration: none;
}
.article-detail article .text-block-social {
  left: -42px;
}
.article-detail article.full-height-div > .overflow-hidden {
  max-height: none;
  overflow: visible;
}
.article-detail article h1,
.article-detail article .h1 {
  font-size: 2em;
}
.article-detail article h2,
.article-detail article .h2 {
  font-size: 2em;
}
.article-detail article h3,
.article-detail article .h3 {
  font-size: 1.55em;
}
.article-detail article h4,
.article-detail article .h4 {
  font-size: 1.1em;
}
.article-detail article h5,
.article-detail article .h5 {
  font-size: 1.1em;
}
.article-detail article h6,
.article-detail article .h6 {
  font-size: 1.1em;
}
.article-detail article span.article-intro {
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 1em;
  display: block;
}
.article-detail article h1, .article-detail article .h1, .article-detail article h2, .article-detail article .h2, .article-detail article h3, .article-detail article .h3, .article-detail article h4, .article-detail article .h4, .article-detail article h5, .article-detail article .h5, .article-detail article h6, .article-detail article .h6 {
  clear: left;
  margin-top: 1.5em;
  margin-bottom: 0.7em;
}
.article-detail article .article-intro-author-seperator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-weight: 400;
}
.article-detail article .article-intro-author-seperator .article-intro-authors a,
.article-detail article .article-intro-author-seperator .publication-author-list a {
  color: inherit !important;
  text-decoration: none;
}
.article-detail article .article-intro-author-seperator .publication-author-list + .publication-location:before {
  content: "/";
  margin: 0 0.25em;
}
.article-detail article .article-intro-author-seperator .bold-line {
  margin-right: 0.5em;
  width: 20%;
  height: 10px;
  background: #2DC656;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.article-detail article .article-intro-author-seperator h1, .article-detail article .article-intro-author-seperator .h1, .article-detail article .article-intro-author-seperator h2, .article-detail article .article-intro-author-seperator .h2, .article-detail article .article-intro-author-seperator h3, .article-detail article .article-intro-author-seperator .h3, .article-detail article .article-intro-author-seperator h4, .article-detail article .article-intro-author-seperator .h4, .article-detail article .article-intro-author-seperator h5, .article-detail article .article-intro-author-seperator .h5, .article-detail article .article-intro-author-seperator h6, .article-detail article .article-intro-author-seperator .h6 {
  margin: 0;
  margin-left: 10px;
  font-size: 1em;
}
.article-detail article a {
  color: #2DC656;
  font-weight: 400;
  text-decoration: underline;
}
.article-detail article img {
  margin: 20px 0 30px 0;
  height: auto;
}
.article-detail article i.fa.dynamic-color {
  margin-left: 0.25em;
  color: #2DC656;
}
.article-detail article .article-text-highlight {
  padding: 15px;
  color: #2DC656;
  margin: 30px 0;
  position: relative;
}
.article-detail article .article-text-highlight:before {
  background-color: #2DC656;
  opacity: 0.175;
  /* content: '';*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
body.single-post #article-hidden .article-readmore-overlay,
body.single-post #article-hidden .article-detail {
  border-radius: 1em;
}

.article-detail .extra-links-wrapper {
  line-height: 2.5;
}
@media (max-width: 767px) {
  .article-detail .extra-links-wrapper {
    margin-bottom: 1.5em;
  }
}
.article-detail .extra-links-wrapper .btn {
  color: white !important;
}
.article-detail .extra-links-wrapper .btn:hover, .article-detail .extra-links-wrapper .btn:active {
  color: white !important;
}
.article-detail .extra-links-wrapper .btn:not(:last-child) {
  margin-right: 0.25em;
}
@media (max-width: 1199px) {
  .article-detail .extra-links-wrapper {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .article-detail {
    padding: 15px;
    border-radius: 0 !important;
  }
}

.main-content-sidebar {
  /* background-color: $brandlightgray;*/
  padding: 30px;
  padding-bottom: 0;
  pointer-events: all;
}
@media (max-width: 991px) {
  .main-content-sidebar {
    padding: 15px;
  }
}
.main-content-sidebar .sidebar-item-title {
  font-size: 1.75em;
}
.main-content-sidebar h2,
.main-content-sidebar .h2 {
  font-size: 1.5em;
  margin: 0 0 15px 0;
  font-weight: 700;
}
.main-content-sidebar h3,
.main-content-sidebar .h3 {
  font-size: 1em;
  margin: 15px 0;
  font-weight: 700;
}
.main-content-sidebar .sidebar-most-read .author-blog {
  padding: 0 0 1em;
  margin-bottom: 1.5em;
}
.main-content-sidebar .sidebar-most-read .author-blog .meta-info-wrapper {
  text-align: left !important;
}
.main-content-sidebar .sidebar-most-read .author-blog-text .blog-date {
  margin-top: 0;
}
.main-content-sidebar .location-sidebar p.address {
  margin: 15px 0;
}
.main-content-sidebar .location-sidebar a.website-link {
  font-weight: 700;
  display: block;
  color: #2DC656;
  margin-bottom: 15px;
}
.main-content-sidebar .list-sidebar p {
  margin: -15px 0 15px 0;
}
.main-content-sidebar .list-sidebar ul {
  margin-bottom: 15px;
}
.main-content-sidebar .list-sidebar ul li {
  margin-bottom: 10px;
  font-weight: 700;
}
.main-content-sidebar .list-sidebar ul li:last-child {
  margin-bottom: 0;
}
.main-content-sidebar .list-sidebar ul li a {
  color: #2DC656;
}
.main-content-sidebar .list-sidebar ul li i {
  margin-right: 10px;
  display: inline-block;
  width: 15px;
}
.main-content-sidebar .sidebar-ad-wrapper .sidebar-addition-title {
  margin-bottom: 15px;
  margin-top: 0.5em;
  color: #64788B;
  font-size: 1em;
}
.main-content-sidebar .sidebar-ad-wrapper .sidebar-addition + .sidebar-addition {
  margin-top: 1.5em;
}
.main-content-sidebar .sidebar-ad-wrapper hr {
  border-top-color: #B9C6D0;
}
.main-content-sidebar .sidebar-ad-wrapper hr:first-of-type {
  margin-bottom: 15px;
}
.main-content-sidebar .sidebar-ad-wrapper hr:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.main-content-sidebar .sidebar-ad-wrapper hr:last-child {
  margin-bottom: 1.5em;
}
.main-content-sidebar .sidebar-item + .sidebar-item {
  margin-top: 1.5em;
}
.main-content-sidebar .sidebar-subitem + .sidebar-subitem {
  margin-top: 1em;
}
body.single-artikelen #primary-sidebar {
  padding-top: 1em;
}

.sidebar-next-post,
.sidebar-location,
.sidebar-item-vacatures {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.sidebar-item-vacatures h1, .sidebar-item-vacatures .h1, .sidebar-item-vacatures h2, .sidebar-item-vacatures .h2, .sidebar-item-vacatures h3, .sidebar-item-vacatures .h3, .sidebar-item-vacatures h4, .sidebar-item-vacatures .h4, .sidebar-item-vacatures h5, .sidebar-item-vacatures .h5, .sidebar-item-vacatures h6, .sidebar-item-vacatures .h6,
.sidebar-item-boeken h1,
.sidebar-item-boeken .h1,
.sidebar-item-boeken h2,
.sidebar-item-boeken .h2,
.sidebar-item-boeken h3,
.sidebar-item-boeken .h3,
.sidebar-item-boeken h4,
.sidebar-item-boeken .h4,
.sidebar-item-boeken h5,
.sidebar-item-boeken .h5,
.sidebar-item-boeken h6,
.sidebar-item-boeken .h6,
.sidebar-item-opleidingen h1,
.sidebar-item-opleidingen .h1,
.sidebar-item-opleidingen h2,
.sidebar-item-opleidingen .h2,
.sidebar-item-opleidingen h3,
.sidebar-item-opleidingen .h3,
.sidebar-item-opleidingen h4,
.sidebar-item-opleidingen .h4,
.sidebar-item-opleidingen h5,
.sidebar-item-opleidingen .h5,
.sidebar-item-opleidingen h6,
.sidebar-item-opleidingen .h6,
.sidebar-item-software h1,
.sidebar-item-software .h1,
.sidebar-item-software h2,
.sidebar-item-software .h2,
.sidebar-item-software h3,
.sidebar-item-software .h3,
.sidebar-item-software h4,
.sidebar-item-software .h4,
.sidebar-item-software h5,
.sidebar-item-software .h5,
.sidebar-item-software h6,
.sidebar-item-software .h6,
.sidebar-item-testmateriaal h1,
.sidebar-item-testmateriaal .h1,
.sidebar-item-testmateriaal h2,
.sidebar-item-testmateriaal .h2,
.sidebar-item-testmateriaal h3,
.sidebar-item-testmateriaal .h3,
.sidebar-item-testmateriaal h4,
.sidebar-item-testmateriaal .h4,
.sidebar-item-testmateriaal h5,
.sidebar-item-testmateriaal .h5,
.sidebar-item-testmateriaal h6,
.sidebar-item-testmateriaal .h6,
.sidebar-item-praktijkruimtes h1,
.sidebar-item-praktijkruimtes .h1,
.sidebar-item-praktijkruimtes h2,
.sidebar-item-praktijkruimtes .h2,
.sidebar-item-praktijkruimtes h3,
.sidebar-item-praktijkruimtes .h3,
.sidebar-item-praktijkruimtes h4,
.sidebar-item-praktijkruimtes .h4,
.sidebar-item-praktijkruimtes h5,
.sidebar-item-praktijkruimtes .h5,
.sidebar-item-praktijkruimtes h6,
.sidebar-item-praktijkruimtes .h6 {
  margin-bottom: 0.25em;
}
.sidebar-item-vacatures a,
.sidebar-item-boeken a,
.sidebar-item-opleidingen a,
.sidebar-item-software a,
.sidebar-item-testmateriaal a,
.sidebar-item-praktijkruimtes a {
  color: #2DC656;
  font-weight: 500;
}
.sidebar-item-vacatures .sidebar-boeken-verkoopkanalen-item ul,
.sidebar-item-boeken .sidebar-boeken-verkoopkanalen-item ul,
.sidebar-item-opleidingen .sidebar-boeken-verkoopkanalen-item ul,
.sidebar-item-software .sidebar-boeken-verkoopkanalen-item ul,
.sidebar-item-testmateriaal .sidebar-boeken-verkoopkanalen-item ul,
.sidebar-item-praktijkruimtes .sidebar-boeken-verkoopkanalen-item ul {
  margin-top: 0.5em;
}

.sidebar-item-menu {
  padding-left: 30px;
  border-left: 2px solid;
  max-width: calc(100% - 30px);
  padding-top: 10px;
}
.sidebar-item-menu .border-arrow-top {
  top: 1.2rem;
}
.sidebar-item-menu .h4 {
  font-size: 3.4rem;
}
.sidebar-item-menu .menu-item a {
  line-height: 1;
  align-self: flex-end;
}
.sidebar-item-menu .menu-item > a {
  display: flex;
  align-items: baseline;
  transition: 0.3s ease-in-out;
  transition-property: color;
}
.sidebar-item-menu .menu-item > a span {
  flex: 1;
}
.sidebar-item-menu .menu-item .menu-item-depth-1-wrapper {
  display: flex;
  width: 100%;
}
.sidebar-item-menu .menu-item .menu-item-depth-1-wrapper > a {
  flex: 1;
}
.sidebar-item-menu .menu-item .accordion-toggle {
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar-item-menu .menu-item .accordion-toggle .fa {
  transition: 0.3s ease-in-out;
  transition-property: transform, color;
  font-size: 1.2rem;
  flex: 1;
}
.sidebar-item-menu .menu-item .accordion-toggle.collapsed .fa {
  transform: scaleY(-1) scaleX(-1);
}
.sidebar-item-menu .menu-item.menu-item-depth-0 {
  font-size: 3.4rem;
}
.sidebar-item-menu .menu-item.menu-item-depth-0 + .menu-item-depth-0 {
  padding-top: 2rem;
}
.sidebar-item-menu .menu-item.menu-item-depth-0 > a {
  padding-bottom: 1.5rem;
}
.sidebar-item-menu .menu-item.menu-item-depth-1.menu-item-has-children, .sidebar-item-menu .menu-item.menu-item-back-to-depth-1 {
  font-size: 2.8rem;
  padding-bottom: 0.9rem;
}
.sidebar-item-menu .menu-item.menu-item-depth-1.menu-item-has-children:last-child, .sidebar-item-menu .menu-item.menu-item-back-to-depth-1:last-child {
  padding-bottom: 1.5rem;
}
.sidebar-item-menu .menu-item.menu-item-depth-1.menu-item-has-children > span > a > .fa, .sidebar-item-menu .menu-item.menu-item-back-to-depth-1 > span > a > .fa {
  margin-left: 0.5em;
}
.sidebar-item-menu .menu-item.menu-item-depth-1.menu-item-has-children ul, .sidebar-item-menu .menu-item.menu-item-back-to-depth-1 ul {
  margin-top: 0.9rem;
}
.sidebar-item-menu .menu-item.menu-item-depth-2, .sidebar-item-menu .menu-item.menu-item-depth-1:not(.menu-item-has-children):not(.menu-item-back-to-depth-1) {
  font-size: 2.1rem;
  padding-bottom: 0.4rem;
}
.sidebar-item-menu .menu-item.menu-item-depth-2 > a > .fa, .sidebar-item-menu .menu-item.menu-item-depth-1:not(.menu-item-has-children):not(.menu-item-back-to-depth-1) > a > .fa {
  font-size: 1.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  transition: 0.3s ease-in-out;
  transition-property: color;
  align-self: self-start;
  margin-top: 4px;
}
.sidebar-item-menu .menu-item.menu-item-depth-2:last-child, .sidebar-item-menu .menu-item.menu-item-depth-1:not(.menu-item-has-children):not(.menu-item-back-to-depth-1):last-child {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sidebar-item-menu.collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .sidebar-item-menu .sidebar-item-menu-menu > ul > li:last-of-type li:last-of-type {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .sidebar-item-menu {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .sidebar-item-menu .border-arrow-left {
    display: none;
  }
  .sidebar-item-menu .sidebar-item-menu-menu {
    padding-top: 15px;
  }
}

/* ------------------------------ ARTICLE DETAIL ------------------------------ */
.login-form-sidebar label {
  margin-top: 15px;
}
.login-form-sidebar label:first-child {
  margin-top: 0;
}
.login-form-sidebar input {
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  border: none;
  background-color: #FFFFFF;
  font-style: italic;
  font-size: 0.9em;
}
.login-form-sidebar input[type=submit] {
  margin-top: 15px;
}

/* ------------------------------ CATEGORY FILTER ------------------------------ */
ul.category-filter,
ul.topic-tags {
  margin: 0;
  padding: 0;
}
ul.category-filter li,
ul.topic-tags li {
  display: inline-block;
}
ul.category-filter li a,
ul.topic-tags li a {
  margin-right: 0.5em;
}
ul.category-filter.category-filter-archive li a,
ul.topic-tags.category-filter-archive li a {
  height: 30px;
  line-height: 2;
  border-radius: 20px;
  background-color: #D8DEE4;
  color: #64788B;
  font-size: 0.8em;
}
ul.category-filter.category-filter-archive li a i,
ul.topic-tags.category-filter-archive li a i {
  color: #FFFFFF;
  margin-left: 10px;
}

/* ------------------------------ CATEGORY FILTER ------------------------------ */
.letter-filter ul,
.letter-filter ol {
  margin-bottom: 0.5em;
  /* line-height: 2;*/
}
.letter-filter ul li,
.letter-filter ol li {
  display: inline-block;
}
.letter-filter ol {
  padding-left: 0;
}
.letter-filter ol li {
  display: list-item;
  list-style-position: inside;
}
.letter-filter ol li a {
  font-weight: 500;
}
hr.letter-filter-next {
  margin-bottom: 0;
}

hr.letter-filter-prev {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .letter-filter .letter-filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
  }
  .letter-filter .letter-filter-buttons li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    /* margin-right: 5px; */
    margin: 0 5px;
  }
  .letter-filter .letter-filter-buttons li .btn {
    width: 100%;
  }
}
body.page-template-page-topics .letter-filter,
body.page-template-page-taxonomy-archive .letter-filter {
  top: 60px;
  position: -webkit-sticky;
  position: sticky;
  background-color: white !important;
  z-index: 10;
}
@media (min-width: 992px) {
  body.page-template-page-topics.tight .letter-filter,
body.page-template-page-taxonomy-archive.tight .letter-filter {
    position: relative;
  }
}

/* ------------------------------ PAGINATION ------------------------------ */
.pagination {
  width: 100%;
  text-align: center;
  order: 100;
}
.pagination .page-numbers,
.pagination .current {
  margin: 0 10px;
  color: #64788B;
  font-weight: 500;
  background-color: transparent;
}
.pagination .page-numbers.current,
.pagination .current.current {
  font-weight: 700;
  color: #333333 !important;
}
.pagination i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #2DC656;
  color: #2DC656;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}
.pagination i.fa-chevron-left {
  padding-right: 2px;
}
.pagination i.fa-chevron-right {
  padding-left: 2px;
}
.pagination i:hover, .pagination i:active {
  background-color: #2DC656;
  color: white;
}

/* ------------------------------ WHITE BLOCKS ------------------------------ */
.text-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-block-container .text-block {
  padding: 30px;
  background-color: #FFFFFF;
  position: relative;
}
.text-block-container .text-block .btn {
  margin-top: 15px;
}

/* ------------------------------ LINK BLOCK SECTION ------------------------------ */
.link-block-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.link-block-section .icon-container .icon {
  width: 60px;
  height: 60px;
  background: #2DC656;
  color: #333333;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
}
.link-block-section .link-blog-image {
  background-image: url("../img/testbeeld.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 0 8px 8px 0;
  width: 30%;
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}
.link-block-section .text-block {
  margin-left: 15px;
  border-radius: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background-color: #FFFFFF;
  padding: 15px;
}
.link-block-section .text-block:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #FFFFFF;
  position: absolute;
  left: -15px;
  top: 24px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.link-block-section.link-block-action-image .text-block {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* ------------------------------ SOCIAL BUTTONS SIDEBAR ------------------------------ */
.social-share-holder {
  position: relative;
}
.social-share-holder .social-share a {
  text-align: center;
  padding: 0;
  color: #333333;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  cursor: pointer;
}
.social-share-holder .social-share button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.social-share-holder .social-share button[disabled] .fa-stack {
  opacity: 0.5;
}
.social-share-holder .social-share button .fa-stack {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.social-share-holder .social-share button .fa-stack .fa-right-top {
  font-size: 0.5em;
  vertical-align: super;
  line-height: 2;
  text-align: right;
  padding-right: 1em;
}
.social-share-holder .social-share.social-share-vertical {
  position: absolute;
  top: 15px;
  right: calc(100% - 1px);
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  z-index: 1;
  /* transform: translateX(-100%);*/
}
.social-share-holder .social-share.social-share-vertical a,
.social-share-holder .social-share.social-share-vertical button {
  clear: both;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0 !important;
  background-color: #FFFFFF;
}
.social-share-holder .social-share.social-share-vertical a.btn-facebook,
.social-share-holder .social-share.social-share-vertical button.btn-facebook {
  color: #3C5A96 !important;
}
.social-share-holder .social-share.social-share-vertical a.btn-facebook:hover, .social-share-holder .social-share.social-share-vertical a.btn-facebook:active,
.social-share-holder .social-share.social-share-vertical button.btn-facebook:hover,
.social-share-holder .social-share.social-share-vertical button.btn-facebook:active {
  color: #FFFFFF !important;
  background-color: #3C5A96 !important;
}
.social-share-holder .social-share.social-share-vertical a.btn-linkedin,
.social-share-holder .social-share.social-share-vertical button.btn-linkedin {
  color: #127CB3 !important;
}
.social-share-holder .social-share.social-share-vertical a.btn-linkedin:hover, .social-share-holder .social-share.social-share-vertical a.btn-linkedin:active,
.social-share-holder .social-share.social-share-vertical button.btn-linkedin:hover,
.social-share-holder .social-share.social-share-vertical button.btn-linkedin:active {
  color: #FFFFFF !important;
  background-color: #127CB3 !important;
}
.social-share-holder .social-share.social-share-vertical a.btn-twitter,
.social-share-holder .social-share.social-share-vertical button.btn-twitter {
  color: #59ADEB !important;
}
.social-share-holder .social-share.social-share-vertical a.btn-twitter:hover, .social-share-holder .social-share.social-share-vertical a.btn-twitter:active,
.social-share-holder .social-share.social-share-vertical button.btn-twitter:hover,
.social-share-holder .social-share.social-share-vertical button.btn-twitter:active {
  color: #FFFFFF !important;
  background-color: #59ADEB !important;
}
.social-share-holder .social-share.social-share-vertical a.btn-googleplus,
.social-share-holder .social-share.social-share-vertical button.btn-googleplus {
  color: #DB4C3F !important;
}
.social-share-holder .social-share.social-share-vertical a.btn-googleplus:hover, .social-share-holder .social-share.social-share-vertical a.btn-googleplus:active,
.social-share-holder .social-share.social-share-vertical button.btn-googleplus:hover,
.social-share-holder .social-share.social-share-vertical button.btn-googleplus:active {
  color: #FFFFFF !important;
  background-color: #DB4C3F !important;
}
.social-share-holder .social-share.social-share-vertical a.btn-email,
.social-share-holder .social-share.social-share-vertical button.btn-email {
  color: #2DC656;
}
.social-share-holder .social-share.social-share-vertical a.btn-email:hover, .social-share-holder .social-share.social-share-vertical a.btn-email:active,
.social-share-holder .social-share.social-share-vertical button.btn-email:hover,
.social-share-holder .social-share.social-share-vertical button.btn-email:active {
  color: #FFFFFF !important;
  background-color: #2DC656 !important;
}
.social-share-holder .social-share.social-share-vertical a.text-size-modifier,
.social-share-holder .social-share.social-share-vertical button.text-size-modifier {
  border-radius: 0;
  padding: 0;
}
.social-share-holder .social-share.social-share-vertical a.text-size-modifier .fa,
.social-share-holder .social-share.social-share-vertical button.text-size-modifier .fa {
  margin: 0;
}
.social-share-holder .social-share.social-share-vertical button:first-of-type {
  margin-top: 15px;
}
.social-share-holder .social-share.social-share-horizontal {
  /*margin-bottom: 1em;*/
}
.social-share-holder .social-share.social-share-horizontal a.btn,
.social-share-holder .social-share.social-share-horizontal button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  border: 1px solid transparent;
  color: #FFFFFF !important;
}
.social-share-holder .social-share.social-share-horizontal a.btn i,
.social-share-holder .social-share.social-share-horizontal button i {
  font-size: 1em;
}
.social-share-holder .social-share.social-share-horizontal a.btn.btn-facebook,
.social-share-holder .social-share.social-share-horizontal button.btn-facebook {
  background-color: #3C5A96 !important;
}
.social-share-holder .social-share.social-share-horizontal a.btn.btn-facebook:hover, .social-share-holder .social-share.social-share-horizontal a.btn.btn-facebook:active,
.social-share-holder .social-share.social-share-horizontal button.btn-facebook:hover,
.social-share-holder .social-share.social-share-horizontal button.btn-facebook:active {
  background-color: transparent !important;
  color: #3C5A96 !important;
  border-color: #3C5A96 !important;
}
.social-share-holder .social-share.social-share-horizontal a.btn.btn-linkedin,
.social-share-holder .social-share.social-share-horizontal button.btn-linkedin {
  background-color: #127CB3 !important;
}
.social-share-holder .social-share.social-share-horizontal a.btn.btn-linkedin:hover, .social-share-holder .social-share.social-share-horizontal a.btn.btn-linkedin:active,
.social-share-holder .social-share.social-share-horizontal button.btn-linkedin:hover,
.social-share-holder .social-share.social-share-horizontal button.btn-linkedin:active {
  background-color: transparent !important;
  color: #127CB3 !important;
  border-color: #127CB3 !important;
}
.social-share-holder .social-share.social-share-horizontal a.btn.btn-twitter,
.social-share-holder .social-share.social-share-horizontal button.btn-twitter {
  background-color: #59ADEB !important;
}
.social-share-holder .social-share.social-share-horizontal a.btn.btn-twitter:hover, .social-share-holder .social-share.social-share-horizontal a.btn.btn-twitter:active,
.social-share-holder .social-share.social-share-horizontal button.btn-twitter:hover,
.social-share-holder .social-share.social-share-horizontal button.btn-twitter:active {
  background-color: transparent !important;
  color: #59ADEB !important;
  border-color: #59ADEB !important;
}
.social-share-holder .social-share.social-share-horizontal a.btn.btn-googleplus,
.social-share-holder .social-share.social-share-horizontal button.btn-googleplus {
  background-color: #DB4C3F !important;
}
.social-share-holder .social-share.social-share-horizontal a.btn.btn-googleplus:hover, .social-share-holder .social-share.social-share-horizontal a.btn.btn-googleplus:active,
.social-share-holder .social-share.social-share-horizontal button.btn-googleplus:hover,
.social-share-holder .social-share.social-share-horizontal button.btn-googleplus:active {
  background-color: transparent !important;
  color: #DB4C3F !important;
  border-color: #DB4C3F !important;
}
.social-share-holder .social-share.social-share-horizontal a.btn.btn-email,
.social-share-holder .social-share.social-share-horizontal button.btn-email {
  background-color: #2DC656;
}
.social-share-holder .social-share.social-share-horizontal a.btn.btn-email:hover, .social-share-holder .social-share.social-share-horizontal a.btn.btn-email:active,
.social-share-holder .social-share.social-share-horizontal button.btn-email:hover,
.social-share-holder .social-share.social-share-horizontal button.btn-email:active {
  background-color: transparent !important;
  color: #2DC656 !important;
  border-color: #2DC656 !important;
}
.social-share-holder .social-share.social-share-horizontal a.btn ~ a,
.social-share-holder .social-share.social-share-horizontal a.btn ~ button,
.social-share-holder .social-share.social-share-horizontal a.btn ~ .separator,
.social-share-holder .social-share.social-share-horizontal button ~ a,
.social-share-holder .social-share.social-share-horizontal button ~ button,
.social-share-holder .social-share.social-share-horizontal button ~ .separator {
  margin-left: 0.5em;
}
.social-share-holder .social-share.social-share-horizontal .separator {
  width: 2px;
  background-color: black;
  height: 2em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.social-share-holder .social-share.social-share-horizontal button {
  padding: 0;
}
.social-share-holder .social-share.social-share-horizontal button .fa-stack {
  margin-left: -2px;
}
.social-share-holder .social-share.social-share-horizontal button .fa-stack .fa-right-top {
  right: 2px;
  left: auto;
  line-height: 2.5;
}
@media (min-width: 1250px) {
  .social-share-holder .social-share.social-share-horizontal {
    display: none;
  }
}
@media (max-width: 1249px) {
  .social-share-holder .social-share.social-share-vertical {
    display: none;
  }
  article + .social-share-holder .social-share {
    margin-top: 1em;
    margin-bottom: 0;
  }
}
.social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn {
  border: none !important;
  background-color: transparent !important;
}
.social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-facebook {
  color: #3C5A96 !important;
  background-color: inherit;
}
.social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-facebook:hover, .social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-facebook:active {
  color: white !important;
  background-color: #3C5A96 !important;
}
.social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-linkedin {
  color: #127CB3 !important;
  background-color: inherit;
}
.social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-linkedin:hover, .social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-linkedin:active {
  color: white !important;
  background-color: #127CB3 !important;
}
.social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-twitter {
  color: #59ADEB !important;
  background-color: inherit;
}
.social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-twitter:hover, .social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-twitter:active {
  color: white !important;
  background-color: #59ADEB !important;
}
.social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-googleplus {
  color: #DB4C3F !important;
  background-color: inherit;
}
.social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-googleplus:hover, .social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-googleplus:active {
  color: white !important;
  background-color: #DB4C3F !important;
}
.social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-email {
  color: #2DC656 !important;
  background-color: inherit;
}
.social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-email:hover, .social-share-holder.social-share-holder-dossier .social-share.social-share-horizontal a.btn.btn-email:active {
  color: white !important;
  background-color: #2DC656 !important;
}

/* ------------------------------ SLIDER SELECTOR ------------------------------ */
ul.slider-selector {
  margin-bottom: 40px;
}
ul.slider-selector li {
  display: inline-block;
  position: relative;
}
ul.slider-selector li:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin: 0 10px;
}
ul.slider-selector li:last-child:after {
  display: none;
}
ul.slider-selector li a:after {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #65A7E4;
  left: calc(50% - 10px);
  top: 25px;
}
@media (max-width: 767px) {
  ul.slider-selector li a:after {
    display: none;
  }
}
ul.slider-selector li.current a {
  color: #333333 !important;
}
ul.slider-selector li.current a:after {
  opacity: 1;
}
ul.slider-selector li a {
  font-weight: 500;
  font-size: 14px;
  color: #64788B;
  position: relative;
}
ul.slider-selector li a:hover, ul.slider-selector li a:active {
  color: #333333;
}

/* ------------------------------ AUTHOR BLOG ------------------------------ */
.author-blog {
  position: relative;
  width: 100%;
  /* background-color: rgba(255, 255, 255, 0.8);*/
  border-radius: 8px;
  padding: 30px;
  /* margin-bottom: 30px;*/
}
.author-blog .author-profile-picture {
  display: inline-block;
  background-image: url("../img/no-avatar.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  width: 100%;
}
.author-blog .author-blog-text {
  width: 100%;
  border-radius: 8px;
  padding: 15px 0 0 0;
  position: relative;
}
.author-blog .author-blog-text .name-author,
.author-blog .author-blog-text .blog-date {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0;
}
.author-blog .author-blog-text .name-author {
  margin-bottom: 0.5em;
}
.author-blog .author-blog-text .blog-date {
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 5px;
}
.author-blog .author-blog-text .blog-text-snippet {
  margin-bottom: 0.75em;
  margin-top: 0;
  font-size: 1.1em;
}
.author-blog .author-blog-text .blog-text-snippet i {
  vertical-align: text-top;
}
.author-blog .author-blog-text .blog-text-snippet:before, .author-blog .author-blog-text .blog-text-snippet:after {
  font-size: 2.5em;
  line-height: 0;
  vertical-align: -0.4em;
  font-family: "Droid Serif";
}
.author-blog .author-blog-text .blog-text-snippet:before {
  content: "“";
  margin-right: 0.1em;
}
.author-blog .author-blog-text .blog-text-snippet:after {
  content: "”";
  margin-left: 0.1em;
}
@media (min-width: 768px) {
  .author-blog .meta-info-wrapper {
    padding-right: 0;
  }
}
.author-blog ul.meta-info {
  list-style-type: none;
  margin: 0;
  font-size: 0.85em;
  display: inline-block;
}
.author-blog ul.meta-info li {
  margin-bottom: 10px;
}
.author-blog ul.meta-info li .fa {
  display: inline-block;
  color: #64788B;
  margin-left: 0.25em;
}
.author-blog ul.meta-info li span {
  vertical-align: text-bottom;
  font-weight: 700;
}
.author-blog ul.meta-info li:last-child {
  margin-bottom: 0;
}
.author-blog ul.tags {
  padding: 0;
  margin: 0;
}
.author-blog ul.tags li {
  display: inline;
}
.author-blog ul.tags li a {
  color: #2DC656;
  font-weight: 500;
}
.author-blog .category {
  position: absolute;
  margin-top: 0.75em;
  margin-left: 0.75em;
  padding: 0 4px;
  background-color: rgba(0, 0, 0, 0.65);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  border-radius: 4px;
  height: 20px;
  line-height: 1;
  font-size: 11px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .author-blog {
    padding: 0;
    margin-bottom: 1em;
  }
  .author-blog ul.meta-info {
    margin-bottom: 0.5em;
  }
  .author-blog .author-blog-text {
    padding-top: 0;
  }
}

.about-author .author-profile-picture {
  display: inline-block;
  background-image: url("https://images1.persgroep.net/rcs/wiH9ZnvfKydrELChMGtIa-wNpyY/diocontent/67664291/_fitwidth/694/?appId=21791a8992982cd8da851550a453bd7f&quality=0.9");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  width: 100%;
  float: left;
}
.about-author .author-details p {
  font-style: italic;
}
.about-author .author-jobs {
  font-weight: 400;
}
.about-author .author-description {
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: 400;
}
.about-author .author-description a {
  font-weight: 700;
  color: #2DC656;
}
.about-author .author-description-text a {
  color: inherit !important;
  font-weight: inherit !important;
  text-decoration: underline;
}

/* ------------------------------ FAQ ------------------------------ */
#faq-most-common {
  line-height: 2.35;
}

.faq {
  margin-bottom: 2em;
}
.faq .footer-trigger {
  padding: 10px;
}
.faq .footer-trigger:nth-child(odd) {
  background-color: red;
}
.faq .footer-trigger:nth-child(even) {
  background-color: blue;
}
.faq .footer-trigger .panel-title {
  font-size: 1em;
}
.faq .panel-group .panel + .panel {
  margin: 0;
  border-radius: 0;
}
.faq .panel-group .panel-heading {
  border-radius: 0;
  border: 0px !important;
  color: #333333;
  padding: 0;
}
.faq .panel-group .panel-heading p {
  margin: 0;
}
.faq .panel-group .panel-heading i {
  color: #2DC656;
  font-size: 21px;
}
.faq .panel-group .panel-heading a,
.faq .panel-group .panel-heading [data-toggle=collapse] {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq .panel-group .panel-heading a .float-left,
.faq .panel-group .panel-heading [data-toggle=collapse] .float-left {
  flex: 1;
}
.faq .panel-group .panel-heading a .fa,
.faq .panel-group .panel-heading [data-toggle=collapse] .fa {
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.faq .panel-group .panel-heading a.collapsed .fa,
.faq .panel-group .panel-heading [data-toggle=collapse].collapsed .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .panel-group .panel-body {
  border: 0px !important;
  padding: 0 15px;
}
.faq .panel-group .panel {
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
}
.faq .panel-group .panel:nth-child(odd) .panel-heading, .faq .panel-group .panel:nth-child(odd) .panel-body, .faq .panel-group .panel:nth-child(odd) .panel-footer {
  background-color: #FFFFFF;
}
.faq .panel-group .panel:nth-child(even) .panel-heading, .faq .panel-group .panel:nth-child(even) .panel-body, .faq .panel-group .panel:nth-child(even) .panel-footer {
  background-color: #D8DEE4;
}

body.page-template-page-faq main {
  padding-top: 3em;
  padding-bottom: 3em;
}

.more-questions {
  text-align: center;
  margin-bottom: 30px;
}

/* ------------------------------ SUBJECT ALPHABET ------------------------------ */
.subject-alphabet {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  margin: 0;
  padding: 0;
  line-height: 2em;
  font-size: 1.1em;
}
@media (max-width: 1199px) {
  .subject-alphabet {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
@media (max-width: 991px) {
  .subject-alphabet {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 767px) {
  .subject-alphabet {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.subject-alphabet li {
  list-style-type: none;
  display: inherit !important;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.subject-alphabet li a {
  font-weight: 500;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.subject-alphabet li a:hover, .subject-alphabet li a:active {
  color: #2DC656;
}

/* ------------------------------ MARKTPLAATS ------------------------------ */
body.page-template-page-marktplaats .wrapper {
  background-color: white !important;
}
body.page-template-page-marktplaats .wrapper .marktplaats-form {
  margin-bottom: 2em;
}
body.page-template-page-marktplaats .wrapper .marktplaats-form form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.page-template-page-marktplaats .wrapper .marktplaats-form form .form-group {
  margin-bottom: 0;
  background-color: rgba(100, 120, 139, 0.25);
  border-radius: 5px;
}
body.page-template-page-marktplaats .wrapper .marktplaats-form form .form-group span.select2 {
  max-width: 100%;
  width: 100% !important;
}
body.page-template-page-marktplaats .wrapper .marktplaats-form form .form-group .form-control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
}
body.page-template-page-marktplaats .wrapper .marktplaats-form form .form-group .form-control .input-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
}
body.page-template-page-marktplaats .wrapper .marktplaats-form form .form-group .input-group-addon {
  width: auto;
  padding: 0 1em;
  border: none;
  background-color: transparent;
  color: transparent;
}
body.page-template-page-marktplaats .wrapper .marktplaats-form form .form-group .input-group-addon:hover, body.page-template-page-marktplaats .wrapper .marktplaats-form form .form-group .input-group-addon:active {
  color: transparent;
}
body.page-template-page-marktplaats .wrapper .marktplaats-form form .btn {
  width: 100%;
}
body.page-template-page-marktplaats .wrapper .marktplaats-form form ~ .btn {
  margin-left: 15px;
}
body.page-template-page-marktplaats .wrapper .advertising-fluid {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  body.page-template-page-marktplaats .form-element {
    margin-bottom: 1em;
  }
}

.marktplaats-container {
  /* background-image: url('https://static.pexels.com/photos/4827/nature-forest-trees-fog.jpeg');*/
}
.marktplaats-container .marktplaats-background {
  background-image: url("../img/testbeeld.jpg");
  background-size: cover !important;
  background-position: center;
  background-attachment: fixed;
}
.marktplaats-container .slick-marktplaats-slider {
  /* border-top: 1px solid rgba(255, 255, 255, 0.5);*/
  /* max-height: 500px;*/
  max-width: 100%;
  width: 100%;
}
.marktplaats-container .slick-marktplaats-slider .slick-content {
  width: 100%;
}
.marktplaats-container .slick-marktplaats-slider .slick-slider {
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .marktplaats-container .slick-dots-wrapper {
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
}
.marktplaats-container .slick-controls {
  margin: 1em 0;
}
.marktplaats-container .slick-controls .slick-prev-button,
.marktplaats-container .slick-controls .slick-next-button {
  font-size: 2em;
}
.marktplaats-container .slick-controls.color-pick-text-light .slick-dots-wrapper li {
  border-color: white;
}
.marktplaats-container .marktplaats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .marktplaats-container .marktplaats .big-item-wrapper {
    padding-right: 0;
  }
}
.marktplaats-container .marktplaats .marktplaats-slider-container {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.marktplaats-container .marktplaats .marktplaats-heading {
  margin-top: 1.5em;
}
.marktplaats-container .marktplaats .marktplaats-heading h3 {
  display: inline-block;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  margin: 0;
}
.marktplaats-container .marktplaats .marktplaats-heading h3 a {
  font-size: 0.6em;
  color: #FFFFFF;
  margin-left: 15px;
}
@media (max-width: 479px) {
  .marktplaats-container .marktplaats .marktplaats-image {
    max-width: 25%;
  }
}
.marktplaats-container .marktplaats .left-column {
  padding: 0px 0px 15px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.marktplaats-container .marktplaats .left-column .marktplaats-item {
  min-height: 200px;
}
.marktplaats-container .marktplaats .left-column .marktplaats-item .paszone_container,
.marktplaats-container .marktplaats .left-column .marktplaats-item .pz_cont {
  width: 100%;
}
.marktplaats-container .marktplaats .left-column .marktplaats-item .paszone_container .ppp_zone,
.marktplaats-container .marktplaats .left-column .marktplaats-item .paszone_container .wppasrotate,
.marktplaats-container .marktplaats .left-column .marktplaats-item .paszone_container .pasli,
.marktplaats-container .marktplaats .left-column .marktplaats-item .pz_cont .ppp_zone,
.marktplaats-container .marktplaats .left-column .marktplaats-item .pz_cont .wppasrotate,
.marktplaats-container .marktplaats .left-column .marktplaats-item .pz_cont .pasli {
  width: 100%;
  height: 100%;
}
.marktplaats-container .marktplaats .left-column .marktplaats-item .paszone_container .pasli,
.marktplaats-container .marktplaats .left-column .marktplaats-item .pz_cont .pasli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marktplaats-container .marktplaats .left-column .marktplaats-item .paszone_container .marktplaats-image,
.marktplaats-container .marktplaats .left-column .marktplaats-item .pz_cont .marktplaats-image {
  float: left;
  height: 100% !important;
}
.marktplaats-container .marktplaats .left-column .marktplaats-item .paszone_container .marktplaats-text,
.marktplaats-container .marktplaats .left-column .marktplaats-item .pz_cont .marktplaats-text {
  float: left;
}
.marktplaats-container .marktplaats .left-column .marktplaats-item .marktplaats-image {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}
.marktplaats-container .marktplaats .marktplaats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F1F3F0;
  -webkit-box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.7);
  box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.7);
  border: 0px;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.marktplaats-container .marktplaats .marktplaats-item .marktplaats-image {
  background-image: url("http://mymodernmet.com/wp/wp-content/uploads/archive/PPOGcldqn6c2IiqaUlqP_1082034260.jpeg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: auto !important;
}
.marktplaats-container .marktplaats .marktplaats-item .marktplaats-image .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0 4px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: 700;
}
.marktplaats-container .marktplaats .marktplaats-item .marktplaats-image .category span {
  color: #2DC656;
}
.marktplaats-container .marktplaats .marktplaats-item .marktplaats-text {
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}
.marktplaats-container .marktplaats .marktplaats-item .marktplaats-text h4 {
  margin-bottom: 10px;
}
.marktplaats-container .marktplaats .marktplaats-item .marktplaats-text .marktplaats-breadcrumb {
  font-size: 0.9em;
  font-weight: 700;
}
.marktplaats-container .marktplaats .marktplaats-item .marktplaats-text .marktplaats-breadcrumb a.archive {
  color: #2DC656;
}
.marktplaats-container .marktplaats .marktplaats-item .marktplaats-text ul {
  list-style-type: none;
  margin: 0;
  font-size: 0.9em;
}
.marktplaats-container .marktplaats .marktplaats-item .marktplaats-text ul li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.marktplaats-container .marktplaats .marktplaats-item .marktplaats-text ul li i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  font-size: 1.2em;
  width: 1.2em;
  color: #141E28;
}
.marktplaats-container .marktplaats .marktplaats-item .marktplaats-text ul li span {
  vertical-align: text-bottom;
  font-weight: 500;
}
.marktplaats-container .marktplaats .marktplaats-item .marktplaats-text ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .marktplaats-container .marktplaats .marktplaats-item .marktplaats-text {
    padding: 15px;
  }
}
.marktplaats-container .marktplaats .right-column {
  padding: 0px 0 15px 0px;
  height: 100%;
}
.marktplaats-container .marktplaats .right-column .dropdown {
  margin-bottom: 30px;
  width: 50%;
  float: right;
}
.marktplaats-container .marktplaats .right-column .marktplaats-item .marktplaats-image {
  margin-left: 15px;
}
.marktplaats-container .marktplaats .right-column .marktplaats-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: reverse-row;
  flex-direction: reverse-row;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.marktplaats-container .marktplaats .right-column .marktplaats-item .marktplaats-text {
  padding: 20px;
}
@media (max-width: 991px) {
  .marktplaats-container .marktplaats .left-column,
.marktplaats-container .marktplaats .right-column {
    padding: 15px;
    padding-left: 0;
  }
  .marktplaats-container .marktplaats .slick-vertical-controls.slick-vertical-controls-right .slick-controls {
    right: -20px;
  }
  .marktplaats-container .marktplaats .slick-vertical-controls.slick-vertical-controls-left .slick-controls {
    left: -20px;
  }
}
.marktplaats-container.marktplaats-container-reversed {
  /* background-image: url('https://static.pexels.com/photos/23049/pexels-photo.jpg');*/
}
.marktplaats-container.marktplaats-container-reversed .marktplaats-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.marktplaats-container.marktplaats-container-reversed .marktplaats-heading h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.marktplaats-container.marktplaats-container-reversed .marktplaats-heading h3 a {
  margin-right: 15px;
  margin-left: 0;
}
.marktplaats-container.marktplaats-container-reversed .marktplaats-background {
  background-image: url("../img/placeholders/1.jpg");
}
@media (min-width: 992px) {
  .marktplaats-container.marktplaats-container-reversed .big-item-wrapper {
    padding-left: 0;
    padding-right: 15px;
  }
}
.marktplaats-container.marktplaats-container-reversed .marktplaats {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.marktplaats-container.marktplaats-container-reversed .marktplaats .left-column {
  padding: 0px 0px 15px 0;
}
.marktplaats-container.marktplaats-container-reversed .marktplaats .right-column {
  padding: 0px 0px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .marktplaats-container.marktplaats-container-reversed .marktplaats .right-column {
    padding-right: 0;
  }
}

.featured.featured-type-marktplaats {
  padding: 15px 0;
}
.featured.featured-type-marktplaats .title {
  margin-bottom: 0;
}
.featured.featured-type-marktplaats .featured-type-marktplaats-category {
  color: white;
}
.featured.featured-type-marktplaats .slick-single-marktplaats-slider .slick-content {
  margin-bottom: 0.5em !important;
}
.featured.featured-type-marktplaats .slick-single-marktplaats-slider .slick-content .img-zoom {
  opacity: 1 !important;
}
.featured.featured-type-marktplaats .slick-single-marktplaats-slider .slick-dots li button:before {
  border-color: white;
}
.featured.featured-type-marktplaats .slick-single-marktplaats-slider .slick-list .slick-slide {
  padding: 10px;
  text-align: center;
}
.featured.featured-type-marktplaats .slick-single-marktplaats-slider .slick-list .slick-slide img {
  -webkit-box-shadow: 0 0 3px 3px rgba(20, 30, 40, 0.5);
  box-shadow: 0 0 3px 3px rgba(20, 30, 40, 0.5);
  width: auto;
}
.featured.featured-type-marktplaats .slick-single-marktplaats-slider .slick-list .slick-slide .slide-wrapper {
  width: auto !important;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.featured.featured-type-marktplaats .slick-single-marktplaats-slider .slick-list .slick-slide .slide-wrapper:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2em;
  height: 2em;
  line-height: 200%;
  font-size: 1em;
  content: "\f06e";
  font-family: "FontAwesome";
  background-color: rgba(20, 30, 40, 0.85);
  text-align: center;
  color: white !important;
  pointer-events: none;
  float: right;
}
.zoom-image-clone {
  width: auto !important;
  height: 100% !important;
  max-width: 90vw;
  max-height: 85vh;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 10vh auto 5vh !important;
}

.image-zoom-overlay.show {
  opacity: 0.5 !important;
}

.featured.featured-type-marktplaats .featured-buttons > * {
  line-height: 1;
}
.featured.featured-type-marktplaats .featured-buttons .featured-buttons-reviews {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured.featured-type-marktplaats .featured-buttons .featured-buttons-reviews .reviews-rating {
  display: inline-block;
  margin-right: 0.25em;
}
.featured.featured-type-marktplaats .featured-buttons .featured-buttons-reviews a .fa.fa-caret-left {
  display: inline-block;
}
.featured.featured-type-marktplaats .featured-buttons .featured-buttons-reviews a .fa.fa-caret-right {
  display: none;
}
.featured.featured-type-marktplaats .featured-buttons .featured-buttons-reviews + .btn {
  margin-left: 0.5em;
}
@media (max-width: 479px) {
  .featured.featured-type-marktplaats .featured-buttons .featured-buttons-reviews {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .featured.featured-type-marktplaats .featured-buttons .featured-buttons-reviews .reviews-rating {
    margin-left: 0.5em;
  }
  .featured.featured-type-marktplaats .featured-buttons .featured-buttons-reviews a .fa.fa-caret-left {
    display: none;
  }
  .featured.featured-type-marktplaats .featured-buttons .featured-buttons-reviews a .fa.fa-caret-right {
    display: inline-block;
  }
  .featured.featured-type-marktplaats .featured-buttons .featured-buttons-left {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  .featured.featured-type-marktplaats .container {
    width: 100%;
  }
  .featured.featured-type-marktplaats .featured-type-marktplaats-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured.featured-type-marktplaats .featured-type-marktplaats-holder .featured-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* ------------------------------ DOSSIER ------------------------------ */
body.single-dossier .social-share-holder .social-share-horizontal {
  display: block !important;
}
body.single-dossier .social-share-holder .social-share-horizontal a.btn:hover, body.single-dossier .social-share-holder .social-share-horizontal a.btn:active {
  background-color: transparent !important;
}
body.single-dossier .dossier-go-further-and-see-also > .row > div:first-of-type hr.top-seperator {
  display: none;
}
body.single-dossier .dossier-grid-holder:not(.active) {
  height: 0;
  overflow: hidden;
}

body.single-wetenschap .author-related-wrapper .related-posts-archive .flexize {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.single-wetenschap .content-summary {
  padding: 15px 30px;
}
body.single-wetenschap .content-summary .summary-nav {
  margin-bottom: 1em;
}
body.single-wetenschap .content-summary .summary-nav h2 {
  all: unset;
}
body.single-wetenschap .content-summary .summary-nav img.summary-flag {
  max-height: 0.75em;
  height: 0.75em;
  vertical-align: baseline;
}
body.single-wetenschap .archive-article .archive-article-background {
  background-color: transparent;
}
body.single-wetenschap .archive-article ~ .archive-article .archive-article-background {
  border-top: 1px solid #B9C6D0;
}

/* ------------------------------ COMMENTS ------------------------------ */
.comments li {
  list-style: none;
}
.comments article {
  margin-bottom: 0;
  display: block;
  float: left;
  width: 100%;
}
.comments .comment-form.hide-elements hr.top-seperator {
  display: none;
}
.comments .comments-sort a {
  display: inline-block;
}
.comments .comments-sort a * {
  pointer-events: none;
}
.comments .depth-1 + .depth-1 {
  border-top: 1px dotted #64788B;
}
.comments .comment .comment-body {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.comments .comment.depth-even > .comment-body {
  background-color: #B9C6D0;
}
.comments .comment.depth-even:last-of-type, .comments .comment.depth-odd:last-of-type {
  margin-bottom: 1em;
}
.comments .comment .like-comment .comment-count-wrapper {
  padding: 0 10px;
}
.comments .comment .like-comment .like-comment-inner-text {
  text-transform: capitalize;
}
.comments .children > .comment:not(.parent) + .comment > .comment-body {
  border-top: 1px dotted #64788B;
}
.comments .view-child-comments .hide {
  display: inline !important;
}
.comments .view-child-comments .view {
  display: none;
}
.comments .view-child-comments.collapsed .hide {
  display: none !important;
}
.comments .view-child-comments.collapsed .view {
  display: inline;
}
.comments #cancel-comment-reply-link {
  float: right;
}
.comments .comment-reply-title {
  line-height: 0.8;
  font-size: 1.5em;
}
.comments .reaction-amount,
.comments .comment-amount {
  margin-right: 0.5em;
  color: #141E28;
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 25px;
}
.comments .not-logged-in-register {
  font-style: italic;
}
.comments .not-logged-in-register a {
  color: #2DC656;
  font-style: normal;
}
.comments hr {
  margin: 15px 0;
}
.comments .show-comments a {
  font-weight: 500;
}
.comments .show-comments a .warning {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  color: #64788B;
}
.comments textarea {
  max-width: 100%;
  width: 100%;
  border-radius: 4px;
  outline: 0;
  padding: 15px;
  margin: 15px 0;
}
.comments .comment-respond {
  float: left;
  width: 100%;
  margin: 2em 0;
}
.comments .comment-respond .comment-form-pros button,
.comments .comment-respond .comment-form-cons button {
  margin-top: 0.5em;
}
.comments .reaction span.positive-negative,
.comments .comment span.positive-negative {
  display: block;
}
.comments .reaction span.positive-negative i,
.comments .comment span.positive-negative i {
  margin-right: 10px;
  font-size: 1.2em;
}
.comments .reaction span.positive-negative i.fa-plus,
.comments .comment span.positive-negative i.fa-plus {
  color: #2DC656;
}
.comments .reaction span.positive-negative i.fa-minus,
.comments .comment span.positive-negative i.fa-minus {
  color: red;
}
.comments .reaction > .comment-respond,
.comments .comment > .comment-respond {
  background-color: #64788B;
  padding: 15px;
  border-radius: 4px;
}
.comments .reaction > .comment-respond .comment-reply-title,
.comments .reaction > .comment-respond #cancel-comment-reply-link,
.comments .comment > .comment-respond .comment-reply-title,
.comments .comment > .comment-respond #cancel-comment-reply-link {
  color: white;
}
.comments .reaction .reaction-info,
.comments .reaction .comment-info,
.comments .comment .reaction-info,
.comments .comment .comment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
}
.comments .reaction .reaction-info .reaction-image,
.comments .reaction .reaction-info .comment-image,
.comments .reaction .comment-info .reaction-image,
.comments .reaction .comment-info .comment-image,
.comments .comment .reaction-info .reaction-image,
.comments .comment .reaction-info .comment-image,
.comments .comment .comment-info .reaction-image,
.comments .comment .comment-info .comment-image {
  width: 80px;
  border-radius: 4px;
  background-image: url("https://images1.persgroep.net/rcs/wiH9ZnvfKydrELChMGtIa-wNpyY/diocontent/67664291/_fitwidth/694/?appId=21791a8992982cd8da851550a453bd7f&quality=0.9");
  background-size: cover;
  background-position: center;
}
.comments .reaction .reaction-info .reaction-name,
.comments .reaction .reaction-info .comment-name,
.comments .reaction .comment-info .reaction-name,
.comments .reaction .comment-info .comment-name,
.comments .comment .reaction-info .reaction-name,
.comments .comment .reaction-info .comment-name,
.comments .comment .comment-info .reaction-name,
.comments .comment .comment-info .comment-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}
.comments .reaction .reaction-info .reaction-name h4,
.comments .reaction .reaction-info .reaction-name .h4,
.comments .reaction .reaction-info .comment-name h4,
.comments .reaction .reaction-info .comment-name .h4,
.comments .reaction .comment-info .reaction-name h4,
.comments .reaction .comment-info .reaction-name .h4,
.comments .reaction .comment-info .comment-name h4,
.comments .reaction .comment-info .comment-name .h4,
.comments .comment .reaction-info .reaction-name h4,
.comments .comment .reaction-info .reaction-name .h4,
.comments .comment .reaction-info .comment-name h4,
.comments .comment .reaction-info .comment-name .h4,
.comments .comment .comment-info .reaction-name h4,
.comments .comment .comment-info .reaction-name .h4,
.comments .comment .comment-info .comment-name h4,
.comments .comment .comment-info .comment-name .h4 {
  margin: 0 0 5px 0;
  font-size: 1.2em;
}
.comments .reaction .reaction-info .reaction-name .reaction-date,
.comments .reaction .reaction-info .reaction-name .comment-date,
.comments .reaction .reaction-info .comment-name .reaction-date,
.comments .reaction .reaction-info .comment-name .comment-date,
.comments .reaction .comment-info .reaction-name .reaction-date,
.comments .reaction .comment-info .reaction-name .comment-date,
.comments .reaction .comment-info .comment-name .reaction-date,
.comments .reaction .comment-info .comment-name .comment-date,
.comments .comment .reaction-info .reaction-name .reaction-date,
.comments .comment .reaction-info .reaction-name .comment-date,
.comments .comment .reaction-info .comment-name .reaction-date,
.comments .comment .reaction-info .comment-name .comment-date,
.comments .comment .comment-info .reaction-name .reaction-date,
.comments .comment .comment-info .reaction-name .comment-date,
.comments .comment .comment-info .comment-name .reaction-date,
.comments .comment .comment-info .comment-name .comment-date {
  margin: 0;
}
.comments .reaction .reaction-info .reaction-name .reaction-date time,
.comments .reaction .reaction-info .reaction-name .comment-date time,
.comments .reaction .reaction-info .comment-name .reaction-date time,
.comments .reaction .reaction-info .comment-name .comment-date time,
.comments .reaction .comment-info .reaction-name .reaction-date time,
.comments .reaction .comment-info .reaction-name .comment-date time,
.comments .reaction .comment-info .comment-name .reaction-date time,
.comments .reaction .comment-info .comment-name .comment-date time,
.comments .comment .reaction-info .reaction-name .reaction-date time,
.comments .comment .reaction-info .reaction-name .comment-date time,
.comments .comment .reaction-info .comment-name .reaction-date time,
.comments .comment .reaction-info .comment-name .comment-date time,
.comments .comment .comment-info .reaction-name .reaction-date time,
.comments .comment .comment-info .reaction-name .comment-date time,
.comments .comment .comment-info .comment-name .reaction-date time,
.comments .comment .comment-info .comment-name .comment-date time {
  font-style: italic;
}
.comments .reaction .comment-pros-and-cons,
.comments .comment .comment-pros-and-cons {
  margin-bottom: 1em;
}
.comments .reaction .show-comments,
.comments .comment .show-comments {
  color: #64788B;
  font-weight: 500;
  /* height: 40px;*/
  line-height: 40px;
}
.comments .reaction .show-comments .float-left i,
.comments .comment .show-comments .float-left i {
  padding: 0 10px;
  margin-right: 15px;
}
.comments .reaction .show-comments i,
.comments .comment .show-comments i {
  font-size: 1.2em;
}
.comments .reaction .show-comments .float-left a,
.comments .comment .show-comments .float-left a {
  color: #2DC656;
  padding-left: 15px;
}
.comments .comment-text {
  padding: 15px 0;
  margin: 0;
}
.comments .comment-form-rating {
  background-color: transparent;
}
.comments .comment-form-rating:not(.error) {
  padding-left: 0;
  border: none;
}
.comments .comment-form-rating input[type=radio] {
  visibility: hidden;
  margin: 0;
  width: 0;
  height: 1em;
}
.comments .comment-form-rating .fa {
  margin-left: -4px;
}
.depth-1 form.comment-form .comment-form-pros-and-cons,
.depth-1 form.comment-form .comment-form-rating {
  display: none;
}

.comments .comment-form-rating.comment-form-rating-has-error {
  border: 2px solid #2DC656;
}
.comments .modal-report-comment {
  top: 60px;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.7);
}
body.admin-bar .modal-report-comment {
  top: 92px;
}
@media (max-width: 767px) {
  body.admin-bar .modal-report-comment {
    top: 106px;
  }
}

/* ------------------------------ Gravity Forms Activate ------------------------------ */
body.gfur-activate .activation-message {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  body.gfur-activate .activation-message {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* ------------------------------ SIDENOTES ------------------------------ */
.sidenote {
  /* background-color: $brandlightgray;*/
  position: relative;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: inherit;
  font-style: normal;
  line-height: 1.5;
}
.sidenote a {
  text-decoration: none !important;
}
.sidenote.sidenote-mobile {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .sidenote.sidenote-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sidenote.sidenote-desktop {
    display: none;
  }
}
blockquote .sidenote-desktop {
  /* sidenotes in blockquotes need some adjustments because of the different padding*/
  margin-right: -60px;
  width: calc(35% + 42.75px);
}

@media (min-width: 768px) {
  .sidenote ~ .sidenote {
    /* margin-top: 1em !important;*/
  }
}
.sidenote:before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 20px;
  height: 0;
  position: absolute;
  z-index: 0;
}
.sidenote.sidenote-no-arrow:before {
  content: none;
}
.sidenote .floating-icon {
  position: absolute;
  text-align: center;
  z-index: 0;
  color: #64788B;
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.sidenote:hover .floating-icon {
  color: #65A7E4;
}
.sidenote .h4 {
  font-size: 1em !important;
  margin-top: 0.25em;
  margin-bottom: 0;
  font-weight: normal !important;
  color: #64788B;
  float: left;
}
@media (max-width: 1199px) {
  .sidenote:before {
    -webkit-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}
@media (max-width: 767px) {
  .sidenote .floating-icon {
    -webkit-transform: translateX(225%) translateY(-100%);
    -ms-transform: translateX(225%) translateY(-100%);
    transform: translateX(225%) translateY(-100%);
    font-size: 0.85em;
  }
  .sidenote:before {
    top: 0;
    left: 1em;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-bottom: 2em solid #D8DEE4;
  }
}
@media (min-width: 992px) {
  .sidenote .floating-icon {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
  }
}
@media (min-width: 1200px) {
  .sidenote .floating-icon {
    -webkit-transform: translateX(-175%);
    -ms-transform: translateX(-175%);
    transform: translateX(-175%);
  }
}
@media (min-width: 768px) {
  .sidenote {
    margin-left: -100%;
    margin-right: 0;
    width: 35%;
    float: right;
    position: relative;
    clear: right;
    display: inline-block;
    -webkit-transform: translateX(calc(101% + 30px));
    -ms-transform: translateX(calc(101% + 30px));
    transform: translateX(calc(101% + 30px));
    padding-left: 5%;
    padding-bottom: 1em;
  }
  .sidenote:before {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #D8DEE4;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .sidenote {
    -webkit-transform: translateX(100%) translateX(30px);
    -ms-transform: translateX(100%) translateX(30px);
    transform: translateX(100%) translateX(30px);
  }
}
@media (max-width: 767px) {
  .sidenote {
    background-color: #D8DEE4;
    margin: 50px 0 1em !important;
  }
}
@media (max-width: 767px) {
  .sidenote .sidenote-related-articles {
    padding: 1em;
  }
}
.sidenote .sidenote-related-articles .sidenote-related-articles-count {
  position: absolute;
  left: 0;
  color: #64788B;
}
.sidenote .sidenote-related-articles .sidenote-related-articles-slider {
  line-height: 0.75;
}
.sidenote .sidenote-related-articles .sidenote-related-articles-slider .sidenote-slick-navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5em;
}
.sidenote .sidenote-related-articles .sidenote-related-articles-slider .sidenote-slick-navigation .slick-dots-wrapper {
  float: left;
  position: relative;
  display: block;
  line-height: 0;
  width: auto;
}
.sidenote .sidenote-related-articles .sidenote-related-articles-slider .sidenote-slick-navigation .slick-dots-wrapper .slick-dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
}
.sidenote .sidenote-related-articles .sidenote-related-articles-slider .sidenote-slick-navigation .slick-dots-wrapper .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 3px !important;
}
.sidenote .sidenote-related-articles .sidenote-related-articles-slider .sidenote-slick-navigation .slick-dots-wrapper .slick-dots li:before {
  display: none;
}
.sidenote .sidenote-related-articles .sidenote-related-articles-slider .sidenote-slick-navigation .slick-dots-wrapper .slick-dots li button {
  background-color: white;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  border: 2px solid white;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.sidenote .sidenote-related-articles .sidenote-related-articles-slider .sidenote-slick-navigation .slick-dots-wrapper .slick-dots li button:before {
  content: none;
}
.sidenote .sidenote-related-articles .sidenote-related-articles-slider .sidenote-slick-navigation .slick-dots-wrapper .slick-dots li.slick-active button, .sidenote .sidenote-related-articles .sidenote-related-articles-slider .sidenote-slick-navigation .slick-dots-wrapper .slick-dots li:hover button, .sidenote .sidenote-related-articles .sidenote-related-articles-slider .sidenote-slick-navigation .slick-dots-wrapper .slick-dots li:active button {
  background-color: #2DC656;
}
.sidenote .sidenote-related-articles .sidenote-related-articles-slider .sidenote-slick-navigation .sidenote-slick-arrows-wrapper {
  float: right;
  margin-right: 5px;
}
.sidenote .sidenote-related-articles .sidenote-related-articles-slider .slick-content {
  line-height: 1.5;
}
.sidenote .sidenote-article-detail .content {
  background-position: center;
  background-size: cover;
}
.sidenote .sidenote-article-detail img {
  margin-top: 0;
}
.sidenote .sidenote-article-detail h4 {
  font-size: 1em;
}
.sidenote .sidenote-article-detail p {
  font-size: 0.85em;
  margin: 0;
}
.sidenote .sidenote-article-detail span.article-link {
  color: #64788B;
}
.sidenote.sidenote-extra-details button {
  width: 100%;
}
.sidenote.sidenote-extra-details button .sidenote-text-simple {
  position: relative;
  padding: 20px;
  background-color: #C2D9F0;
  color: #64788B;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  max-height: 150px;
  overflow: hidden;
}
.sidenote.sidenote-extra-details button .sidenote-text-simple .colorized-dot {
  /* hiding unwanted colorized dot from here*/
  /* its being triggered by apply_filters*/
  display: none;
}
.sidenote.sidenote-extra-details button .sidenote-text-simple:hover i {
  border: 1px solid white;
  color: #FFFFFF;
  background-color: #64788B;
}
.sidenote.sidenote-extra-details button .sidenote-text-simple:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.sidenote.sidenote-extra-details button .sidenote-text-simple h1:first-child, .sidenote.sidenote-extra-details button .sidenote-text-simple .h1:first-child, .sidenote.sidenote-extra-details button .sidenote-text-simple h2:first-child, .sidenote.sidenote-extra-details button .sidenote-text-simple .h2:first-child, .sidenote.sidenote-extra-details button .sidenote-text-simple h3:first-child, .sidenote.sidenote-extra-details button .sidenote-text-simple .h3:first-child, .sidenote.sidenote-extra-details button .sidenote-text-simple h4:first-child, .sidenote.sidenote-extra-details button .sidenote-text-simple .h4:first-child, .sidenote.sidenote-extra-details button .sidenote-text-simple h5:first-child, .sidenote.sidenote-extra-details button .sidenote-text-simple .h5:first-child, .sidenote.sidenote-extra-details button .sidenote-text-simple h6:first-child, .sidenote.sidenote-extra-details button .sidenote-text-simple .h6:first-child {
  margin-top: 0;
}
.sidenote.sidenote-extra-details button .sidenote-text-simple .gradient-overlay-vertical {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(top, rgba(194, 217, 240, 0) 0%, #c2d9f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(194, 217, 240, 0)), to(#c2d9f0));
  background: linear-gradient(to bottom, rgba(194, 217, 240, 0) 0%, #c2d9f0 100%);
}
.sidenote.sidenote-extra-details button .sidenote-text-simple i {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #64788B;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenote.sidenote-extra-details button .sidenote-text-simple .fa-file-pdf-o {
  display: none;
}
.verrijkingen .sidenote-extra-details-modal .colorized-dot {
  display: none;
}

.sidenote .sidenote-article-simple,
.sidenote .sidenote-link-simple,
.sidenote .sidenote-image-content {
  position: relative;
}
.sidenote .sidenote-article-simple > h1, .sidenote .sidenote-article-simple .h1, .sidenote .sidenote-article-simple h2, .sidenote .sidenote-article-simple .h2, .sidenote .sidenote-article-simple h3, .sidenote .sidenote-article-simple .h3, .sidenote .sidenote-article-simple h4, .sidenote .sidenote-article-simple .h4, .sidenote .sidenote-article-simple h5, .sidenote .sidenote-article-simple .h5, .sidenote .sidenote-article-simple h6, .sidenote .sidenote-article-simple .h6,
.sidenote .sidenote-link-simple > h1,
.sidenote .sidenote-link-simple .h1,
.sidenote .sidenote-link-simple h2,
.sidenote .sidenote-link-simple .h2,
.sidenote .sidenote-link-simple h3,
.sidenote .sidenote-link-simple .h3,
.sidenote .sidenote-link-simple h4,
.sidenote .sidenote-link-simple .h4,
.sidenote .sidenote-link-simple h5,
.sidenote .sidenote-link-simple .h5,
.sidenote .sidenote-link-simple h6,
.sidenote .sidenote-link-simple .h6,
.sidenote .sidenote-image-content > h1,
.sidenote .sidenote-image-content .h1,
.sidenote .sidenote-image-content h2,
.sidenote .sidenote-image-content .h2,
.sidenote .sidenote-image-content h3,
.sidenote .sidenote-image-content .h3,
.sidenote .sidenote-image-content h4,
.sidenote .sidenote-image-content .h4,
.sidenote .sidenote-image-content h5,
.sidenote .sidenote-image-content .h5,
.sidenote .sidenote-image-content h6,
.sidenote .sidenote-image-content .h6 {
  margin-top: 0.25em;
  line-height: 1.4;
}
.sidenote .sidenote-article-simple .img-icon-container,
.sidenote .sidenote-link-simple .img-icon-container,
.sidenote .sidenote-image-content .img-icon-container {
  position: relative;
  height: auto;
  max-height: 130px;
  overflow: hidden;
}
.sidenote .sidenote-article-simple .img-icon-container img,
.sidenote .sidenote-link-simple .img-icon-container img,
.sidenote .sidenote-image-content .img-icon-container img {
  margin: 0;
}
.sidenote .sidenote-article-simple .img-icon-container i,
.sidenote .sidenote-link-simple .img-icon-container i,
.sidenote .sidenote-image-content .img-icon-container i {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
}
.sidenote .sidenote-article-simple.sidenote-link-simple span,
.sidenote .sidenote-link-simple.sidenote-link-simple span,
.sidenote .sidenote-image-content.sidenote-link-simple span {
  display: block;
}
.sidenote .sidenote-article-simple.sidenote-link-simple a,
.sidenote .sidenote-link-simple.sidenote-link-simple a,
.sidenote .sidenote-image-content.sidenote-link-simple a {
  font-weight: 700;
  color: #2DC656;
}
@media (max-width: 767px) {
  .sidenote .sidenote-article-simple,
.sidenote .sidenote-link-simple,
.sidenote .sidenote-image-content {
    padding: 1em;
  }
}
.sidenote .sidenote-video > h1, .sidenote .sidenote-video .h1, .sidenote .sidenote-video h2, .sidenote .sidenote-video .h2, .sidenote .sidenote-video h3, .sidenote .sidenote-video .h3, .sidenote .sidenote-video h4, .sidenote .sidenote-video .h4, .sidenote .sidenote-video h5, .sidenote .sidenote-video .h5, .sidenote .sidenote-video h6, .sidenote .sidenote-video .h6 {
  margin-top: 0.25em;
}
.sidenote .sidenote-video .modal-toggle-button {
  background-size: cover;
  background-position: center;
  padding: 0;
  min-height: unset;
}
.sidenote .sidenote-video .modal-toggle-button .button-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sidenote .sidenote-video .modal-toggle-button .button-play span {
  width: 5em;
  height: 5em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sidenote .sidenote-video .modal-toggle-button .fa {
  font-size: 2em;
  line-height: 2;
}
@media (max-width: 767px) {
  .sidenote .sidenote-video {
    padding: 1em;
    float: left;
    width: 100%;
  }
  .sidenote .sidenote-video .modal-toggle-button {
    padding: 5em;
  }
}
.sidenote.sidenote-image .modal-trigger {
  width: 100%;
}
.sidenote.sidenote-addition .sidenote-addition-part + .sidenote-addition-part {
  margin-top: 2em;
}
.sidenote.sidenote-addition .sidenote-addition-title {
  margin-top: 0.5em;
  color: #64788B;
}
.sidenote.sidenote-addition hr {
  background-color: #B9C6D0;
}
.sidenote.sidenote-addition hr:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.sidenote.sidenote-addition hr:last-child {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .sidenote.sidenote-addition {
    background-color: #D8DEE4;
    margin: 0;
  }
  .sidenote.sidenote-addition .sidenote-addition-holder {
    margin: 0 -15px;
  }
  .sidenote.sidenote-addition .sidenote-addition-holder .sidenote-addition-part {
    padding: 15px;
    margin-top: 0.5em !important;
  }
  .sidenote-addition-mobile-wrapper {
    margin: 0 -15px;
  }

  .sidenote.sidenote-addition hr:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  .sidenote.sidenote-addition .sidenote-addition-part {
    width: 50%;
    padding: 15px;
    margin-top: 0 !important;
    float: left;
  }
}
.sidenote-image-modal .modal-body .embed-responsive,
.sidenote-video-modal .modal-body .embed-responsive {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.sidenote-image-modal .modal-body img,
.sidenote-video-modal .modal-body img {
  margin: 0;
}
.sidenote-image-modal .modal-body p,
.sidenote-video-modal .modal-body p {
  width: 100%;
  color: white;
  padding: 15px;
  margin-bottom: 0;
}

.sidenotes {
  width: 80%;
  float: right;
}
.sidenotes .sidenote {
  width: 100%;
  margin: 0 auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding-left: 0;
}

/* ------------------------------ LITERATURE ------------------------------ */
.literature {
  margin-top: 2em;
}
.literature .literature-list {
  /* -webkit-transition: all 1s ease;*/
  /* -o-transition: all 1s ease;*/
  /* transition: all 1s ease;*/
}
.literature .literature-list.full-height-div {
  max-height: 400px;
}
.literature .literature-list .literature-anchor {
  cursor: pointer;
}
.literature .literature-list li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.literature .literature-list li a {
  color: #2DC656;
}
.literature .literature-list i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 30px;
}
.literature .literature-list ol {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .literature .literature-list ol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.literature .literature-list ol li {
  counter-increment: item;
  position: relative;
  display: inline-block;
  margin-left: 80px;
  margin-bottom: 2em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.literature .literature-list ol li:before {
  content: counter(item);
  position: absolute;
  display: block;
  top: 0;
  left: -80px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #64788B;
  font-weight: 700;
}

.slide-open-holder,
.slide-out-holder {
  margin: 25px 0 0;
}
.slide-open-holder .slide-open,
.slide-open-holder .slide-out,
.slide-out-holder .slide-open,
.slide-out-holder .slide-out {
  height: auto;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #B9C6D0;
  max-height: 250px;
}
.slide-open-holder .slide-open:after,
.slide-open-holder .slide-out:after,
.slide-out-holder .slide-open:after,
.slide-out-holder .slide-out:after {
  content: "";
  height: 50%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #D8DEE4;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #D8DEE4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#D8DEE4));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #D8DEE4 100%);
}
.slide-open-holder .slide-open .slide-open-content,
.slide-open-holder .slide-open .slide-out-content,
.slide-open-holder .slide-out .slide-open-content,
.slide-open-holder .slide-out .slide-out-content,
.slide-out-holder .slide-open .slide-open-content,
.slide-out-holder .slide-open .slide-out-content,
.slide-out-holder .slide-out .slide-open-content,
.slide-out-holder .slide-out .slide-out-content {
  margin-bottom: 1em;
}
.slide-open-holder .slide-open.slide-open-toggled, .slide-open-holder .slide-open.slide-out-toggled,
.slide-open-holder .slide-out.slide-open-toggled,
.slide-open-holder .slide-out.slide-out-toggled,
.slide-out-holder .slide-open.slide-open-toggled,
.slide-out-holder .slide-open.slide-out-toggled,
.slide-out-holder .slide-out.slide-open-toggled,
.slide-out-holder .slide-out.slide-out-toggled {
  height: 100%;
}
.slide-open-holder .slide-open.slide-open-toggled:after, .slide-open-holder .slide-open.slide-out-toggled:after,
.slide-open-holder .slide-out.slide-open-toggled:after,
.slide-open-holder .slide-out.slide-out-toggled:after,
.slide-out-holder .slide-open.slide-open-toggled:after,
.slide-out-holder .slide-open.slide-out-toggled:after,
.slide-out-holder .slide-out.slide-open-toggled:after,
.slide-out-holder .slide-out.slide-out-toggled:after {
  opacity: 0;
  pointer-events: none;
}
.slide-open-holder.slide-open-short .slide-open, .slide-open-holder.slide-out-short .slide-open,
.slide-out-holder.slide-open-short .slide-open,
.slide-out-holder.slide-out-short .slide-open {
  border-bottom: none;
  height: 100%;
  max-height: unset;
}
.slide-open-holder.slide-open-short .slide-open:after, .slide-open-holder.slide-out-short .slide-open:after,
.slide-out-holder.slide-open-short .slide-open:after,
.slide-out-holder.slide-out-short .slide-open:after {
  opacity: 0;
  display: none;
}
.slide-open-holder.slide-open-short .slide-open + .slide-open-more, .slide-open-holder.slide-open-short .slide-open + .slide-out-more, .slide-open-holder.slide-out-short .slide-open + .slide-open-more, .slide-open-holder.slide-out-short .slide-open + .slide-out-more,
.slide-out-holder.slide-open-short .slide-open + .slide-open-more,
.slide-out-holder.slide-open-short .slide-open + .slide-out-more,
.slide-out-holder.slide-out-short .slide-open + .slide-open-more,
.slide-out-holder.slide-out-short .slide-open + .slide-out-more {
  display: none;
}
.slide-open-holder.slide-open-short .slide-out-toggle-wrapper, .slide-open-holder.slide-out-short .slide-out-toggle-wrapper,
.slide-out-holder.slide-open-short .slide-out-toggle-wrapper,
.slide-out-holder.slide-out-short .slide-out-toggle-wrapper {
  position: relative;
  width: 100%;
}
.slide-open-holder.slide-open-short .slide-open-toggle,
.slide-open-holder.slide-open-short .slide-out-toggle, .slide-open-holder.slide-out-short .slide-open-toggle,
.slide-open-holder.slide-out-short .slide-out-toggle,
.slide-out-holder.slide-open-short .slide-open-toggle,
.slide-out-holder.slide-open-short .slide-out-toggle,
.slide-out-holder.slide-out-short .slide-open-toggle,
.slide-out-holder.slide-out-short .slide-out-toggle {
  display: none;
}
.slide-open-holder.slide-out-holder .slide-out,
.slide-out-holder.slide-out-holder .slide-out {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  border-bottom-color: transparent;
  max-height: 350px;
}
.slide-open-holder.slide-out-holder .slide-out-toggle,
.slide-out-holder.slide-out-holder .slide-out-toggle {
  bottom: 3.1em;
}

.slide-open-toggle,
.slide-out-toggle {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.slide-open-toggle .fa,
.slide-out-toggle .fa {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.slide-open-toggle.rotate .fa,
.slide-out-toggle.rotate .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slide-open-toggle.slide-out-toggle,
.slide-out-toggle.slide-out-toggle {
  width: unset;
}

/* ------------------------------ ARTICLE REVIEW ------------------------------ */
.article-review {
  margin-top: 2em;
}
.article-review .review-title {
  margin-bottom: 0.7em;
}
.article-review .article-detail {
  background-color: transparent;
}
.article-review .article-detail .article-review-text {
  font-size: 1.75rem;
}

/* ------------------------------ ACCOUNT ------------------------------ */
.account .account-header {
  padding: 30px 0;
  background: #D8DEE4;
}
.account .account-header .profile-picture {
  width: 100%;
  overflow: visible;
  position: relative;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.account .account-header .profile-picture img {
  width: 100%;
}
.account .account-header .profile-picture i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #64788B;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
.account .account-header .profile-picture i:hover {
  background-color: #64788B;
  color: #FFFFFF;
}
.account .account-header .flexize {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.account .account-header .name {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.account .account-header .name span.h1 {
  margin: 0;
}
.account .account-header .name i {
  position: absolute;
  top: -25px;
  right: -30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #64788B;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
.account .account-header .name i:hover {
  background-color: #64788B;
  color: #FFFFFF;
}
.account .account-menu-container {
  background-color: #FFFFFF;
}
.account .my-newsletter .btn {
  margin-right: 0.5em;
}
.account .my-newsletter .letter-filter ul {
  margin-bottom: 0;
}
.account .my-newsletter #newsletter-by-us .newsletter-by-us-wrapper ul,
.account .my-newsletter #newsletter-by-us .newsletter-by-self-wrapper ul,
.account .my-newsletter #newsletter-by-self .newsletter-by-us-wrapper ul,
.account .my-newsletter #newsletter-by-self .newsletter-by-self-wrapper ul {
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 767px) {
  .account .my-newsletter #newsletter-by-us .newsletter-by-us-wrapper ul,
.account .my-newsletter #newsletter-by-us .newsletter-by-self-wrapper ul,
.account .my-newsletter #newsletter-by-self .newsletter-by-us-wrapper ul,
.account .my-newsletter #newsletter-by-self .newsletter-by-self-wrapper ul {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
@media (max-width: 991px) {
  .account .my-newsletter #newsletter-by-us .newsletter-by-us-wrapper ul,
.account .my-newsletter #newsletter-by-us .newsletter-by-self-wrapper ul,
.account .my-newsletter #newsletter-by-self .newsletter-by-us-wrapper ul,
.account .my-newsletter #newsletter-by-self .newsletter-by-self-wrapper ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .account .my-newsletter #newsletter-by-us .newsletter-by-us-wrapper ul,
.account .my-newsletter #newsletter-by-us .newsletter-by-self-wrapper ul,
.account .my-newsletter #newsletter-by-self .newsletter-by-us-wrapper ul,
.account .my-newsletter #newsletter-by-self .newsletter-by-self-wrapper ul {
    -webkit-column-count: none;
    -moz-column-count: none;
    column-count: none;
  }
}
.account .my-newsletter #newsletter-by-us .newsletter-by-us-wrapper ul .checkbox-custom-label,
.account .my-newsletter #newsletter-by-us .newsletter-by-self-wrapper ul .checkbox-custom-label,
.account .my-newsletter #newsletter-by-self .newsletter-by-us-wrapper ul .checkbox-custom-label,
.account .my-newsletter #newsletter-by-self .newsletter-by-self-wrapper ul .checkbox-custom-label {
  margin-left: 0;
}
.account .my-newsletter .letter-items {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
@media (max-width: 767px) {
  .account .my-newsletter .letter-items {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
@media (min-width: 1200px) {
  .account .my-newsletter .letter-items .tab-pane {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
}
@media (max-width: 1199px) {
  .account .my-newsletter .letter-items .tab-pane {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (max-width: 991px) {
  .account .my-newsletter .letter-items .tab-pane {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.account .my-newsletter .letter-items .tab-pane .letter {
  width: 100%;
}
.account .my-newsletter .letter-items .tab-pane .letter label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin: 0.25em 0;
  line-height: 1.6;
}
.account .my-newsletter .letter-items .tab-pane .letter label:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.go-further {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .go-further {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
@media (max-width: 767px) {
  .go-further .link-block-section ~ .link-block-section {
    margin-top: 1em;
  }
}
body.single-article-layout-alt2 .go-further {
  margin-bottom: 10rem;
}

.author-related-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-bottom: 0;
  /* padding-bottom: 0;*/
  /* border-top: 1px solid $brandmediumgray;*/
}
@media (max-width: 767px) {
  .author-related-wrapper {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.author-related-wrapper .h3 {
  font-size: 1.25em;
}
.author-related-wrapper .related-posts {
  margin-bottom: 0;
}

.about-authors-wrapper .slick-dots button:before {
  border-color: #FFFFFF !important;
}
.about-authors-wrapper .slick-dots .slick-active button:before {
  background-color: #FFFFFF !important;
}

.related-posts {
  margin-bottom: -25px;
}
.related-posts .author-blog {
  padding: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .related-posts .related-post:nth-of-type(3) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .related-posts.related-posts-archive > .row > .content-item, .related-posts.related-products-archive > .row > .content-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .related-posts.related-posts-archive > .row > .flexize > *, .related-posts.related-products-archive > .row > .flexize > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .related-posts.related-posts-archive, .related-posts.related-products-archive {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .related-posts.related-posts-archive.related-products-archive-fullwidth > .row > .flexize > *, .related-posts.related-posts-archive.related-posts-archive-fullwidth > .row > .flexize > *, .related-posts.related-products-archive.related-products-archive-fullwidth > .row > .flexize > *, .related-posts.related-products-archive.related-posts-archive-fullwidth > .row > .flexize > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
  }
}
.related-posts.related-posts-archive.related-posts-archive-alternative .yarpp-related, .related-posts.related-products-archive.related-posts-archive-alternative .yarpp-related {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.related-posts.related-posts-archive.related-posts-archive-alternative .yarpp-related .content-item-alt, .related-posts.related-products-archive.related-posts-archive-alternative .yarpp-related .content-item-alt {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.related-posts.related-posts-archive.related-posts-archive-alternative .yarpp-related .content-item-alt .strong, .related-posts.related-products-archive.related-posts-archive-alternative .yarpp-related .content-item-alt .strong {
  font-weight: 700;
}

.related-products {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 2px solid #B9C6D0;
}
@media (max-width: 767px) {
  .related-products {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}

.topics,
.keywords {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 3;
}
@media (max-width: 767px) {
  .topics,
.keywords {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.topics.keywords-english-available,
.keywords.keywords-english-available {
  padding-bottom: 0;
}
.topics + .keywords,
.keywords + .keywords {
  padding-top: 0;
}
.topics strong,
.topics h1, .topics .h1, .topics h2, .topics .h2, .topics h3, .topics .h3, .topics h4, .topics .h4, .topics h5, .topics .h5, .topics h6, .topics .h6,
.keywords strong,
.keywords h1,
.keywords .h1,
.keywords h2,
.keywords .h2,
.keywords h3,
.keywords .h3,
.keywords h4,
.keywords .h4,
.keywords h5,
.keywords .h5,
.keywords h6,
.keywords .h6 {
  margin-right: 0.5em;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
  margin-right: 0.5em;
  font-weight: 700;
  line-height: inherit;
}
.topics h1, .topics .h1, .topics h2, .topics .h2, .topics h3, .topics .h3, .topics h4, .topics .h4, .topics h5, .topics .h5, .topics h6, .topics .h6,
.topics ul,
.keywords h1,
.keywords .h1,
.keywords h2,
.keywords .h2,
.keywords h3,
.keywords .h3,
.keywords h4,
.keywords .h4,
.keywords h5,
.keywords .h5,
.keywords h6,
.keywords .h6,
.keywords ul {
  display: inline;
}
.topics .btn-small,
.keywords .btn-small {
  line-height: 30px;
  vertical-align: baseline;
}
.topics.topics,
.keywords.topics {
  padding-bottom: 0;
}

.statistics {
  margin-bottom: 2em;
}
.statistics .statistics-wrapper a {
  position: relative;
}
.statistics .statistics-holder {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.statistics .statistics-number,
.statistics .statistics-type {
  text-align: center;
  font-weight: 700;
  display: block;
}
.statistics .statistics-number .fa,
.statistics .statistics-type .fa {
  font-size: 2rem;
}
.statistics .statistics-number {
  font-size: 1.8rem;
}
.statistics .statistics-type {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .statistics {
    margin-bottom: 0;
  }
  .statistics .statistics-wrapper {
    width: 50%;
    margin-bottom: 2em;
  }
}

.also-see {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-bottom: 0;
  margin-bottom: -30px;
}
@media (max-width: 767px) {
  .also-see {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}

.comments-and-login {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .comments-and-login {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.comments-and-login hr {
  background-color: #B9C6D0;
}

.social-login .social-link {
  margin-bottom: 1em;
  display: block;
}
.social-login a.register-account {
  color: #2DC656;
  font-weight: 700;
}

/* .table-of-contents {
    padding-top: 15px;
    padding-bottom: 15px;

    h1, .h1,h2, .h2,h3, .h3,h4, .h4,h5, .h5,h6, .h6 {
        margin-bottom: 1.6em;
    }

    ol {
        list-style: none;
        counter-reset: item;
        padding-left: 0;

        li {
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;

            &:before {
                content: counter(item) ". ";
                counter-increment: item;
                font-weight: 700;
            }
        }
    }
} */
.table-of-contents {
  padding: 25px 15px 15px;
}
.table-of-contents .dropdown {
  width: 100%;
}
.table-of-contents .dropdown .btn {
  color: black;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.table-of-contents .dropdown .btn .caret {
  margin-left: 8px;
}
.table-of-contents .table-of-contents-dropdown {
  font-weight: 400;
}
.table-of-contents .table-of-contents-dropdown .table-of-contents-dropdown-menu {
  padding: 1em;
  /* list-style: normal;*/
  /* list-style-type: normal;*/
  /* list-style-type: disc;*/
  /* list-style-position: inside;*/
  list-style: none;
}
.table-of-contents .table-of-contents-dropdown .table-of-contents-dropdown-menu li {
  cursor: pointer;
  /* list-style-type: inherit;*/
  list-style: none;
}
.table-of-contents .table-of-contents-dropdown .table-of-contents-dropdown-menu ol,
.table-of-contents .table-of-contents-dropdown .table-of-contents-dropdown-menu ul {
  padding-left: 1em;
}
.table-of-contents .table-of-contents-dropdown .table-of-contents-dropdown-menu .toc-page-target + .toc-article-target,
.table-of-contents .table-of-contents-dropdown .table-of-contents-dropdown-menu .toc-article-target + .toc-page-target {
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px solid;
}
@media (min-width: 768px) {
  .table-of-contents {
    padding-left: 25px;
  }
}

/* ------------------------------ 404 ------------------------------ */
.error404 .wrapper,
.error403 .wrapper {
  min-height: 100px;
}
.error404 #content,
.error403 #content {
  padding-bottom: 0;
}
.error404 .page-header,
.error403 .page-header {
  display: block;
}

section.error-404 .not-found-container,
section.error-403 .not-found-container {
  background: -o-linear-gradient(top, rgba(100, 120, 139, 0.5) 0%, #64788b 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 120, 139, 0.5)), to(#64788b));
  background: linear-gradient(to bottom, rgba(100, 120, 139, 0.5) 0%, #64788b 100%);
  padding: 80px 0;
}
section.error-404 .latest-articles-container,
section.error-403 .latest-articles-container {
  padding-top: 60px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px -8px 12px -8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -8px 12px -8px rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.5);
}
section.error-404 .latest-articles-container .row,
section.error-403 .latest-articles-container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.error-404 .page-header,
section.error-403 .page-header {
  text-align: center;
  margin-top: 0;
  color: #FFFFFF;
}
section.error-404 .page-content,
section.error-403 .page-content {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
section.error-404 .page-content p,
section.error-403 .page-content p {
  line-height: 2em;
  margin: 0;
  font-style: italic;
}
section.error-404 .page-content .search-form,
section.error-403 .page-content .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
section.error-404 .page-content input[type=search],
section.error-403 .page-content input[type=search] {
  border: 0;
  outline: 0;
  width: 50%;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background-color: #FFFFFF;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: background-color, border-color;
  -o-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px 0 0 4px;
  border: 2px solid #FFFFFF;
}
section.error-404 .page-content input[type=search]:focus,
section.error-403 .page-content input[type=search]:focus {
  border-color: #90c0ec;
}
section.error-404 .page-content button[type=submit],
section.error-403 .page-content button[type=submit] {
  height: 50px;
  line-height: 46px;
  width: 50px;
  margin-left: 10px;
  background-color: #65A7E4;
  outline: 0;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  transition-property: background-color, border;
  border-radius: 0 4px 4px 0;
}
section.error-404 .page-content button[type=submit]:hover, section.error-404 .page-content button[type=submit]:active,
section.error-403 .page-content button[type=submit]:hover,
section.error-403 .page-content button[type=submit]:active {
  background-color: #4f9be0;
  border: 1px solid white;
}
section.error-404 .page-content button[type=submit] i,
section.error-403 .page-content button[type=submit] i {
  font-size: 18px;
}

/* ------------------------------ Search ------------------------------ */
body.search-results .site-content {
  background-color: white !important;
}
body.search-results .search-results-count {
  color: #64788B;
  font-weight: 700;
}
body.search-results .search-item {
  padding-top: 1em;
  padding-bottom: 1em;
}
body.search-results .search-item .search-item-meta {
  font-size: 0.85em;
}
body.search-results .search-item .search-item-meta-footer {
  margin-top: 15px;
}
body.search-results .search-item .search-item-link {
  margin: 0.5em 0 0.25em;
  display: block;
}
body.search-results .search-item .search-item-archive {
  color: #2DC656;
  font-weight: 700;
}
body.search-results .search-item time {
  display: block;
}
body.search-results aside {
  float: right;
}
body.search-results aside.search-sidebar .sidebar-ad img {
  float: right;
}
body.search-results .no-matches-text {
  margin-bottom: 5em;
}
body.search-results .search-expanded-layout {
  margin-top: 2em;
  margin-bottom: 2em;
}
body.search-results .search-expanded-layout .h6 {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
}
body.search-results .multisite-search-form input.gfield {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 479px) {
  body.search-results .multisite-search-form .gfield_wrapper {
    width: 100% !important;
  }
}
body.search-results .multisite-search-sidebar {
  margin-top: 1em;
}

/* ------------------------------ Taxonomy pages ------------------------------ */
.tax-archive {
  background-color: white;
}
.tax-archive .taxonomy-details {
  padding-bottom: 2em;
}
.tax-archive .taxonomy-details .flexize {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tax-archive .tax-archive-per-post-type {
  margin-bottom: 1em;
}
.tax-archive .tax-archive-per-post-type .tax-archive-title {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2em;
}
.tax-archive .tax-archive-per-post-type .tax-archive-title h1, .tax-archive .tax-archive-per-post-type .tax-archive-title .h1, .tax-archive .tax-archive-per-post-type .tax-archive-title h2, .tax-archive .tax-archive-per-post-type .tax-archive-title .h2, .tax-archive .tax-archive-per-post-type .tax-archive-title h3, .tax-archive .tax-archive-per-post-type .tax-archive-title .h3, .tax-archive .tax-archive-per-post-type .tax-archive-title h4, .tax-archive .tax-archive-per-post-type .tax-archive-title .h4, .tax-archive .tax-archive-per-post-type .tax-archive-title h5, .tax-archive .tax-archive-per-post-type .tax-archive-title .h5, .tax-archive .tax-archive-per-post-type .tax-archive-title h6, .tax-archive .tax-archive-per-post-type .tax-archive-title .h6 {
  margin: 0;
}
.tax-archive .tax-archive-per-post-type .tax-post-type-archive.tax-post-type-archive-informatie .content-item:last-child hr {
  display: none;
}
.tax-archive .tax-archive-per-post-type .author-blog {
  padding: 15px 0;
}

.tax-companies .related-items-wrapper {
  float: left;
}

/* ------------------------------ Advertising ------------------------------ */
.call-to-action.call-to-action-full-width {
  /* @include marginvertical(0.5);*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.call-to-action.call-to-action-full-width h1, .call-to-action.call-to-action-full-width .h1, .call-to-action.call-to-action-full-width h2, .call-to-action.call-to-action-full-width .h2, .call-to-action.call-to-action-full-width h3, .call-to-action.call-to-action-full-width .h3, .call-to-action.call-to-action-full-width h4, .call-to-action.call-to-action-full-width .h4, .call-to-action.call-to-action-full-width h5, .call-to-action.call-to-action-full-width .h5, .call-to-action.call-to-action-full-width h6, .call-to-action.call-to-action-full-width .h6 {
  margin-bottom: 0;
  line-height: 1.75;
}
body.single .call-to-action-row .call-to-action {
  justify-content: flex-start;
  padding-top: 6.2rem;
  padding-bottom: 6.2rem;
}
body.single .call-to-action-row .call-to-action .btn {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 1.73px;
  height: auto;
  padding: 1.35rem 3.6rem;
  display: inline-flex;
  align-items: center;
}
body.single .call-to-action-row .call-to-action .btn .fa {
  font-size: 1.7rem;
  padding-left: 2rem;
}
body.single .call-to-action-row + .full-width-search-bar {
  margin-top: 2.5rem;
}

.under-homepage-row {
  margin: 0 0 30px 0;
}
.under-homepage-row a {
  display: block;
}

/* ------------------------------ Profile ------------------------------ */
body.page-template-page-profile .account,
body.bp-user .account {
  background-color: white;
}
body.page-template-page-profile .account-content,
body.bp-user .account-content {
  background-color: white;
  padding-bottom: 2em;
}
body.page-template-page-profile .account-content .user-role,
body.bp-user .account-content .user-role {
  text-transform: capitalize;
}
body.page-template-page-profile .account-menu-container,
body.bp-user .account-menu-container {
  border-bottom: 1px solid #D8DEE4;
  margin-bottom: 1.5em;
}
body.page-template-page-profile .access-list .flexize,
body.bp-user .access-list .flexize {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 2;
}
body.page-template-page-profile .access-list .flexize .fa,
body.bp-user .access-list .flexize .fa {
  line-height: inherit;
  width: 3em;
}
body.page-template-page-profile .my-readlist-wrapper,
body.page-template-page-profile .my-favourites-wrapper,
body.bp-user .my-readlist-wrapper,
body.bp-user .my-favourites-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  body.page-template-page-profile .my-readlist-wrapper,
body.page-template-page-profile .my-favourites-wrapper,
body.bp-user .my-readlist-wrapper,
body.bp-user .my-favourites-wrapper {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
body.page-template-page-profile .my-readlist-wrapper .profile-list-heading,
body.page-template-page-profile .my-favourites-wrapper .profile-list-heading,
body.bp-user .my-readlist-wrapper .profile-list-heading,
body.bp-user .my-favourites-wrapper .profile-list-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.page-template-page-profile .my-readlist-wrapper:nth-child(even),
body.page-template-page-profile .my-favourites-wrapper:nth-child(even),
body.bp-user .my-readlist-wrapper:nth-child(even),
body.bp-user .my-favourites-wrapper:nth-child(even) {
  background-color: #D8DEE4;
}
body.page-template-page-profile .my-readlist-wrapper:nth-child(even) .marktplaats-thumbnail,
body.page-template-page-profile .my-favourites-wrapper:nth-child(even) .marktplaats-thumbnail,
body.bp-user .my-readlist-wrapper:nth-child(even) .marktplaats-thumbnail,
body.bp-user .my-favourites-wrapper:nth-child(even) .marktplaats-thumbnail {
  background-color: white;
}
body.page-template-page-profile .slick-profile-list .author-blog,
body.page-template-page-profile .slick-profile-favourites .author-blog,
body.bp-user .slick-profile-list .author-blog,
body.bp-user .slick-profile-favourites .author-blog {
  padding: 0;
}
body.page-template-page-profile .slick-profile-list .archive-article,
body.page-template-page-profile .slick-profile-favourites .archive-article,
body.bp-user .slick-profile-list .archive-article,
body.bp-user .slick-profile-favourites .archive-article {
  margin: auto;
}
body.page-template-page-profile .slick-profile-list .fa-lg,
body.page-template-page-profile .slick-profile-favourites .fa-lg,
body.bp-user .slick-profile-list .fa-lg,
body.bp-user .slick-profile-favourites .fa-lg {
  line-height: 0.65em;
}
body.page-template-page-profile .slick-profile-list .slick-profile-list-heading,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading,
body.bp-user .slick-profile-list .slick-profile-list-heading,
body.bp-user .slick-profile-list .slick-profile-favourites-heading,
body.bp-user .slick-profile-favourites .slick-profile-list-heading,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
body.page-template-page-profile .slick-profile-list .slick-profile-list-heading h1, body.page-template-page-profile .slick-profile-list .slick-profile-list-heading .h1, body.page-template-page-profile .slick-profile-list .slick-profile-list-heading h2, body.page-template-page-profile .slick-profile-list .slick-profile-list-heading .h2, body.page-template-page-profile .slick-profile-list .slick-profile-list-heading h3, body.page-template-page-profile .slick-profile-list .slick-profile-list-heading .h3, body.page-template-page-profile .slick-profile-list .slick-profile-list-heading h4, body.page-template-page-profile .slick-profile-list .slick-profile-list-heading .h4, body.page-template-page-profile .slick-profile-list .slick-profile-list-heading h5, body.page-template-page-profile .slick-profile-list .slick-profile-list-heading .h5, body.page-template-page-profile .slick-profile-list .slick-profile-list-heading h6, body.page-template-page-profile .slick-profile-list .slick-profile-list-heading .h6,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading h1,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading .h1,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading h2,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading .h2,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading h3,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading .h3,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading h4,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading .h4,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading h5,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading .h5,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading h6,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading .h6,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading h1,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading .h1,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading h2,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading .h2,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading h3,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading .h3,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading h4,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading .h4,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading h5,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading .h5,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading h6,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading .h6,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading h1,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading .h1,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading h2,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading .h2,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading h3,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading .h3,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading h4,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading .h4,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading h5,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading .h5,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading h6,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading .h6,
body.bp-user .slick-profile-list .slick-profile-list-heading h1,
body.bp-user .slick-profile-list .slick-profile-list-heading .h1,
body.bp-user .slick-profile-list .slick-profile-list-heading h2,
body.bp-user .slick-profile-list .slick-profile-list-heading .h2,
body.bp-user .slick-profile-list .slick-profile-list-heading h3,
body.bp-user .slick-profile-list .slick-profile-list-heading .h3,
body.bp-user .slick-profile-list .slick-profile-list-heading h4,
body.bp-user .slick-profile-list .slick-profile-list-heading .h4,
body.bp-user .slick-profile-list .slick-profile-list-heading h5,
body.bp-user .slick-profile-list .slick-profile-list-heading .h5,
body.bp-user .slick-profile-list .slick-profile-list-heading h6,
body.bp-user .slick-profile-list .slick-profile-list-heading .h6,
body.bp-user .slick-profile-list .slick-profile-favourites-heading h1,
body.bp-user .slick-profile-list .slick-profile-favourites-heading .h1,
body.bp-user .slick-profile-list .slick-profile-favourites-heading h2,
body.bp-user .slick-profile-list .slick-profile-favourites-heading .h2,
body.bp-user .slick-profile-list .slick-profile-favourites-heading h3,
body.bp-user .slick-profile-list .slick-profile-favourites-heading .h3,
body.bp-user .slick-profile-list .slick-profile-favourites-heading h4,
body.bp-user .slick-profile-list .slick-profile-favourites-heading .h4,
body.bp-user .slick-profile-list .slick-profile-favourites-heading h5,
body.bp-user .slick-profile-list .slick-profile-favourites-heading .h5,
body.bp-user .slick-profile-list .slick-profile-favourites-heading h6,
body.bp-user .slick-profile-list .slick-profile-favourites-heading .h6,
body.bp-user .slick-profile-favourites .slick-profile-list-heading h1,
body.bp-user .slick-profile-favourites .slick-profile-list-heading .h1,
body.bp-user .slick-profile-favourites .slick-profile-list-heading h2,
body.bp-user .slick-profile-favourites .slick-profile-list-heading .h2,
body.bp-user .slick-profile-favourites .slick-profile-list-heading h3,
body.bp-user .slick-profile-favourites .slick-profile-list-heading .h3,
body.bp-user .slick-profile-favourites .slick-profile-list-heading h4,
body.bp-user .slick-profile-favourites .slick-profile-list-heading .h4,
body.bp-user .slick-profile-favourites .slick-profile-list-heading h5,
body.bp-user .slick-profile-favourites .slick-profile-list-heading .h5,
body.bp-user .slick-profile-favourites .slick-profile-list-heading h6,
body.bp-user .slick-profile-favourites .slick-profile-list-heading .h6,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading h1,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading .h1,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading h2,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading .h2,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading h3,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading .h3,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading h4,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading .h4,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading h5,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading .h5,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading h6,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading .h6 {
  margin-bottom: 15px;
}
body.page-template-page-profile .slick-profile-list .slick-profile-list-heading .slick-profile-list-heading-wrapper,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading .slick-profile-list-heading-wrapper,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading .slick-profile-list-heading-wrapper,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading .slick-profile-list-heading-wrapper,
body.bp-user .slick-profile-list .slick-profile-list-heading .slick-profile-list-heading-wrapper,
body.bp-user .slick-profile-list .slick-profile-favourites-heading .slick-profile-list-heading-wrapper,
body.bp-user .slick-profile-favourites .slick-profile-list-heading .slick-profile-list-heading-wrapper,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading .slick-profile-list-heading-wrapper {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
body.page-template-page-profile .slick-profile-list .slick-profile-list-heading .slick-profile-list-heading-wrapper > * + *,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading .slick-profile-list-heading-wrapper > * + *,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading .slick-profile-list-heading-wrapper > * + *,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading .slick-profile-list-heading-wrapper > * + *,
body.bp-user .slick-profile-list .slick-profile-list-heading .slick-profile-list-heading-wrapper > * + *,
body.bp-user .slick-profile-list .slick-profile-favourites-heading .slick-profile-list-heading-wrapper > * + *,
body.bp-user .slick-profile-favourites .slick-profile-list-heading .slick-profile-list-heading-wrapper > * + *,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading .slick-profile-list-heading-wrapper > * + * {
  margin-left: 5px;
}
body.page-template-page-profile .slick-profile-list .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left,
body.bp-user .slick-profile-list .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left,
body.bp-user .slick-profile-list .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left,
body.bp-user .slick-profile-favourites .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.page-template-page-profile .slick-profile-list .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left button,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left button,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left button,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left button,
body.bp-user .slick-profile-list .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left button,
body.bp-user .slick-profile-list .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left button,
body.bp-user .slick-profile-favourites .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left button,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-left button {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
body.page-template-page-profile .slick-profile-list .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right,
body.bp-user .slick-profile-list .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right,
body.bp-user .slick-profile-list .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right,
body.bp-user .slick-profile-favourites .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
body.page-template-page-profile .slick-profile-list .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right .slick-controls-relative,
body.page-template-page-profile .slick-profile-list .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right .slick-controls-relative,
body.page-template-page-profile .slick-profile-favourites .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right .slick-controls-relative,
body.page-template-page-profile .slick-profile-favourites .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right .slick-controls-relative,
body.bp-user .slick-profile-list .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right .slick-controls-relative,
body.bp-user .slick-profile-list .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right .slick-controls-relative,
body.bp-user .slick-profile-favourites .slick-profile-list-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right .slick-controls-relative,
body.bp-user .slick-profile-favourites .slick-profile-favourites-heading .slick-profile-list-heading-wrapper.slick-profile-list-heading-wrapper-right .slick-controls-relative {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
body.page-template-page-profile .slick-profile-list .slick-dots-wrapper .slick-dots,
body.page-template-page-profile .slick-profile-favourites .slick-dots-wrapper .slick-dots,
body.bp-user .slick-profile-list .slick-dots-wrapper .slick-dots,
body.bp-user .slick-profile-favourites .slick-dots-wrapper .slick-dots {
  position: relative;
  bottom: auto;
}
@media (max-width: 768px) {
  body.page-template-page-profile .slick-profile-list .slick-prev-button,
body.page-template-page-profile .slick-profile-list .slick-next-button,
body.page-template-page-profile .slick-profile-favourites .slick-prev-button,
body.page-template-page-profile .slick-profile-favourites .slick-next-button,
body.bp-user .slick-profile-list .slick-prev-button,
body.bp-user .slick-profile-list .slick-next-button,
body.bp-user .slick-profile-favourites .slick-prev-button,
body.bp-user .slick-profile-favourites .slick-next-button {
    display: none;
  }
}
body.page-template-page-profile .slick-profile-list .slick-slide,
body.page-template-page-profile .slick-profile-favourites .slick-slide,
body.bp-user .slick-profile-list .slick-slide,
body.bp-user .slick-profile-favourites .slick-slide {
  padding-top: 10px;
}
@media (max-width: 1249px) {
  body.page-template-page-profile .slick-profile-list .slick-prev-button,
body.page-template-page-profile .slick-profile-favourites .slick-prev-button,
body.bp-user .slick-profile-list .slick-prev-button,
body.bp-user .slick-profile-favourites .slick-prev-button {
    left: -15px;
  }
  body.page-template-page-profile .slick-profile-list .slick-next-button,
body.page-template-page-profile .slick-profile-favourites .slick-next-button,
body.bp-user .slick-profile-list .slick-next-button,
body.bp-user .slick-profile-favourites .slick-next-button {
    right: -15px;
  }
}
body.page-template-page-profile .hide-previews .ginput_preview,
body.bp-user .hide-previews .ginput_preview {
  display: none;
}
body.page-template-page-profile .gform_button_select_files,
body.bp-user .gform_button_select_files {
  font-weight: 700;
}
body.page-template-page-profile .my-favourites-wrapper .remove-all-readlists-button,
body.page-template-page-profile .my-favourites-wrapper .remove-all-favourites-button,
body.page-template-page-profile .my-favourites-wrapper .edit-readlists-button,
body.page-template-page-profile .my-favourites-wrapper .edit-favourites-button,
body.page-template-page-profile .my-favourites-wrapper .remove-favourite-button,
body.page-template-page-profile .my-favourites-wrapper .remove-readlist-button,
body.page-template-page-profile .my-readlist-wrapper .remove-all-readlists-button,
body.page-template-page-profile .my-readlist-wrapper .remove-all-favourites-button,
body.page-template-page-profile .my-readlist-wrapper .edit-readlists-button,
body.page-template-page-profile .my-readlist-wrapper .edit-favourites-button,
body.page-template-page-profile .my-readlist-wrapper .remove-favourite-button,
body.page-template-page-profile .my-readlist-wrapper .remove-readlist-button,
body.bp-user .my-favourites-wrapper .remove-all-readlists-button,
body.bp-user .my-favourites-wrapper .remove-all-favourites-button,
body.bp-user .my-favourites-wrapper .edit-readlists-button,
body.bp-user .my-favourites-wrapper .edit-favourites-button,
body.bp-user .my-favourites-wrapper .remove-favourite-button,
body.bp-user .my-favourites-wrapper .remove-readlist-button,
body.bp-user .my-readlist-wrapper .remove-all-readlists-button,
body.bp-user .my-readlist-wrapper .remove-all-favourites-button,
body.bp-user .my-readlist-wrapper .edit-readlists-button,
body.bp-user .my-readlist-wrapper .edit-favourites-button,
body.bp-user .my-readlist-wrapper .remove-favourite-button,
body.bp-user .my-readlist-wrapper .remove-readlist-button {
  border-radius: 50%;
  padding: 0 3px;
  border: none;
  color: #64788B;
  background-color: #D8DEE4;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
body.page-template-page-profile .my-favourites-wrapper:nth-child(2n) .remove-all-readlists-button,
body.page-template-page-profile .my-favourites-wrapper:nth-child(2n) .remove-all-favourites-button,
body.page-template-page-profile .my-favourites-wrapper:nth-child(2n) .edit-readlists-button,
body.page-template-page-profile .my-favourites-wrapper:nth-child(2n) .edit-favourites-button,
body.page-template-page-profile .my-favourites-wrapper:nth-child(2n) .remove-favourite-button,
body.page-template-page-profile .my-favourites-wrapper:nth-child(2n) .remove-readlist-button,
body.page-template-page-profile .my-readlist-wrapper:nth-child(2n) .remove-all-readlists-button,
body.page-template-page-profile .my-readlist-wrapper:nth-child(2n) .remove-all-favourites-button,
body.page-template-page-profile .my-readlist-wrapper:nth-child(2n) .edit-readlists-button,
body.page-template-page-profile .my-readlist-wrapper:nth-child(2n) .edit-favourites-button,
body.page-template-page-profile .my-readlist-wrapper:nth-child(2n) .remove-favourite-button,
body.page-template-page-profile .my-readlist-wrapper:nth-child(2n) .remove-readlist-button,
body.bp-user .my-favourites-wrapper:nth-child(2n) .remove-all-readlists-button,
body.bp-user .my-favourites-wrapper:nth-child(2n) .remove-all-favourites-button,
body.bp-user .my-favourites-wrapper:nth-child(2n) .edit-readlists-button,
body.bp-user .my-favourites-wrapper:nth-child(2n) .edit-favourites-button,
body.bp-user .my-favourites-wrapper:nth-child(2n) .remove-favourite-button,
body.bp-user .my-favourites-wrapper:nth-child(2n) .remove-readlist-button,
body.bp-user .my-readlist-wrapper:nth-child(2n) .remove-all-readlists-button,
body.bp-user .my-readlist-wrapper:nth-child(2n) .remove-all-favourites-button,
body.bp-user .my-readlist-wrapper:nth-child(2n) .edit-readlists-button,
body.bp-user .my-readlist-wrapper:nth-child(2n) .edit-favourites-button,
body.bp-user .my-readlist-wrapper:nth-child(2n) .remove-favourite-button,
body.bp-user .my-readlist-wrapper:nth-child(2n) .remove-readlist-button {
  background-color: white;
}

body.page-template-page-profile .my-favourites-wrapper .remove-all-readlists-button:hover, body.page-template-page-profile .my-favourites-wrapper .remove-all-readlists-button:active,
body.page-template-page-profile .my-favourites-wrapper .remove-all-favourites-button:hover,
body.page-template-page-profile .my-favourites-wrapper .remove-all-favourites-button:active,
body.page-template-page-profile .my-favourites-wrapper .edit-readlists-button:hover,
body.page-template-page-profile .my-favourites-wrapper .edit-readlists-button:active,
body.page-template-page-profile .my-favourites-wrapper .edit-favourites-button:hover,
body.page-template-page-profile .my-favourites-wrapper .edit-favourites-button:active,
body.page-template-page-profile .my-favourites-wrapper .remove-favourite-button:hover,
body.page-template-page-profile .my-favourites-wrapper .remove-favourite-button:active,
body.page-template-page-profile .my-favourites-wrapper .remove-readlist-button:hover,
body.page-template-page-profile .my-favourites-wrapper .remove-readlist-button:active,
body.page-template-page-profile .my-readlist-wrapper .remove-all-readlists-button:hover,
body.page-template-page-profile .my-readlist-wrapper .remove-all-readlists-button:active,
body.page-template-page-profile .my-readlist-wrapper .remove-all-favourites-button:hover,
body.page-template-page-profile .my-readlist-wrapper .remove-all-favourites-button:active,
body.page-template-page-profile .my-readlist-wrapper .edit-readlists-button:hover,
body.page-template-page-profile .my-readlist-wrapper .edit-readlists-button:active,
body.page-template-page-profile .my-readlist-wrapper .edit-favourites-button:hover,
body.page-template-page-profile .my-readlist-wrapper .edit-favourites-button:active,
body.page-template-page-profile .my-readlist-wrapper .remove-favourite-button:hover,
body.page-template-page-profile .my-readlist-wrapper .remove-favourite-button:active,
body.page-template-page-profile .my-readlist-wrapper .remove-readlist-button:hover,
body.page-template-page-profile .my-readlist-wrapper .remove-readlist-button:active,
body.bp-user .my-favourites-wrapper .remove-all-readlists-button:hover,
body.bp-user .my-favourites-wrapper .remove-all-readlists-button:active,
body.bp-user .my-favourites-wrapper .remove-all-favourites-button:hover,
body.bp-user .my-favourites-wrapper .remove-all-favourites-button:active,
body.bp-user .my-favourites-wrapper .edit-readlists-button:hover,
body.bp-user .my-favourites-wrapper .edit-readlists-button:active,
body.bp-user .my-favourites-wrapper .edit-favourites-button:hover,
body.bp-user .my-favourites-wrapper .edit-favourites-button:active,
body.bp-user .my-favourites-wrapper .remove-favourite-button:hover,
body.bp-user .my-favourites-wrapper .remove-favourite-button:active,
body.bp-user .my-favourites-wrapper .remove-readlist-button:hover,
body.bp-user .my-favourites-wrapper .remove-readlist-button:active,
body.bp-user .my-readlist-wrapper .remove-all-readlists-button:hover,
body.bp-user .my-readlist-wrapper .remove-all-readlists-button:active,
body.bp-user .my-readlist-wrapper .remove-all-favourites-button:hover,
body.bp-user .my-readlist-wrapper .remove-all-favourites-button:active,
body.bp-user .my-readlist-wrapper .edit-readlists-button:hover,
body.bp-user .my-readlist-wrapper .edit-readlists-button:active,
body.bp-user .my-readlist-wrapper .edit-favourites-button:hover,
body.bp-user .my-readlist-wrapper .edit-favourites-button:active,
body.bp-user .my-readlist-wrapper .remove-favourite-button:hover,
body.bp-user .my-readlist-wrapper .remove-favourite-button:active,
body.bp-user .my-readlist-wrapper .remove-readlist-button:hover,
body.bp-user .my-readlist-wrapper .remove-readlist-button:active {
  background-color: #64788B;
  color: #D8DEE4;
}
body.page-template-page-profile .remove-favourite-button,
body.page-template-page-profile .remove-readlist-button,
body.bp-user .remove-favourite-button,
body.bp-user .remove-readlist-button {
  position: absolute;
  z-index: 10;
  right: 5px;
  top: 0;
}
body.page-template-page-profile .close-edit-readlists,
body.page-template-page-profile .remove-all-readlists,
body.page-template-page-profile .close-edit-favourites .remove-all-favourites,
body.bp-user .close-edit-readlists,
body.bp-user .remove-all-readlists,
body.bp-user .close-edit-favourites .remove-all-favourites {
  color: #64788B;
}

/* Buttons for profile page */
.close-edit-favourites,
.remove-favourite-button,
.remove-all-readlists,
.remove-all-favourites,
.remove-all-favourites-button,
.remove-all-readlists-button,
.close-edit-readlists,
.remove-readlist-button {
  display: none;
}

/* ------------------------------ Contact ------------------------------ */
body.page-template-page-contact .site-wrapper {
  background-color: white !important;
}
body.page-template-page-contact .site-wrapper hr {
  height: 2px;
}
body.page-template-page-contact .site-content-contain .contact-details,
body.page-template-page-contact .site-content-contain .company-details {
  margin-bottom: 2.5em;
}
body.page-template-page-contact .site-content-contain .contact-details span,
body.page-template-page-contact .site-content-contain .company-details span {
  display: block;
}
body.page-template-page-contact .site-content-contain .contact-details span .fa,
body.page-template-page-contact .site-content-contain .company-details span .fa {
  margin-right: 0.5em;
}
body.page-template-page-contact .site-content-contain .contact-details a:not(.btn),
body.page-template-page-contact .site-content-contain .company-details a:not(.btn) {
  font-weight: 700;
  color: #2DC656;
}
body.page-template-page-contact .contact-fequently-asked-questions {
  margin-bottom: 2.5em;
}
body.page-template-page-contact .contact-form {
  margin-bottom: 2em;
}
body.page-template-page-contact .company-details-container {
  background-color: white;
  margin-bottom: 2em;
}
body.page-template-page-contact .company-details-container .company-map #map-container {
  min-height: 300px;
  height: 100%;
}
@media (max-width: 767px) {
  body.page-template-page-contact .company-details-container .company-map {
    padding: 0;
  }
}
body.page-template-page-contact .company-details {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page-template-page-contact .company-details {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
body.page-template-page-contact .company-details img {
  max-width: 250px;
  margin-bottom: 1.5em;
}
body.page-template-page-contact .company-details p {
  margin-bottom: 1em;
}

/* ------------------------------ Google Map ------------------------------ */
#map-container .gm-style-iw address {
  margin-top: 1em;
  margin-bottom: 0;
}
#map-container .gm-style-iw address span {
  display: block;
}

/* ------------------------------ Login ------------------------------ */
body.page-template-page-login .page-header {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page-template-page-login .page-header {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
body.page-template-page-login .site-wrapper {
  background-color: white !important;
}
body.page-template-page-login .login-forms {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page-template-page-login .login-forms {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
body.page-template-page-login .login-forms form label {
  display: block;
}

/* ------------------------------ Register ------------------------------ */
body.page-template-page-register .page-header {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page-template-page-register .page-header {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
body.page-template-page-register .site-wrapper {
  background-color: white !important;
}
body.page-template-page-register .register-forms {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.page-template-page-register .register-forms {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
body.page-template-page-register .register-forms form label {
  display: block;
}

/* ------------------------------ Account activation ------------------------------ */
body.gfur-activate .page-header {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  body.gfur-activate .page-header {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

/* ------------------------------ Kiosk ------------------------------ */
body.post-type-archive-kiosk .featured-edition {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.post-type-archive-kiosk .featured-edition .current-edition {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  color: #141E28;
}
body.post-type-archive-kiosk .featured-edition .current-edition p {
  font-weight: 400;
  font-size: 1.1em;
}
body.post-type-archive-kiosk .featured-edition .current-edition .current-edition-details {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.post-type-archive-kiosk .featured-edition .current-edition {
    padding-bottom: 15px;
  }
}
body.post-type-archive-kiosk .featured-edition .featured-content {
  margin: 0;
}
@media (min-width: 992px) {
  body.post-type-archive-kiosk .featured-edition .featured-content.current-edition > div {
    width: 100%;
  }
}
body.post-type-archive-kiosk .featured-edition #current-edition-cover img {
  width: auto;
}
@media (max-width: 991px) {
  body.post-type-archive-kiosk .featured-edition #current-edition-cover img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  body.post-type-archive-kiosk .featured-edition #current-edition-cover img {
    max-height: 100%;
    height: 100%;
  }
}
body.post-type-archive-kiosk .product-block .paszone_container,
body.post-type-archive-kiosk .product-block .pz_cont {
  margin: -10px;
}
body.post-type-archive-kiosk .product-block .paszone_container .ppp_zone,
body.post-type-archive-kiosk .product-block .pz_cont .ppp_zone {
  padding: 10px;
}

/* ------------------------------ Topics ------------------------------ */
body.page-template-page-topics .wrapper,
body.page-template-page-taxonomy-archive .wrapper {
  background-color: white !important;
}
body.page-template-page-topics .wrapper .letter-filter,
body.page-template-page-taxonomy-archive .wrapper .letter-filter {
  padding: 10px 0;
}
body.page-template-page-topics .wrapper .letter-filter .btn,
body.page-template-page-taxonomy-archive .wrapper .letter-filter .btn {
  padding: 0 0.5em;
  min-width: 30px;
  height: 25px;
  line-height: 25px;
}

/* ------------------------------ Author page ------------------------------ */
body.tax-authors .featured-content {
  padding-top: 15px;
}

/* ------------------------------ Company page ------------------------------ */
body.tax-companies .featured-content {
  padding-top: 15px;
}

/* ------------------------------ Report message page ------------------------------ */
body.page-template-page-report-message .message-to-report h1, body.page-template-page-report-message .message-to-report .h1, body.page-template-page-report-message .message-to-report h2, body.page-template-page-report-message .message-to-report .h2, body.page-template-page-report-message .message-to-report h3, body.page-template-page-report-message .message-to-report .h3, body.page-template-page-report-message .message-to-report h4, body.page-template-page-report-message .message-to-report .h4, body.page-template-page-report-message .message-to-report h5, body.page-template-page-report-message .message-to-report .h5, body.page-template-page-report-message .message-to-report h6, body.page-template-page-report-message .message-to-report .h6 {
  margin-bottom: 0.5em;
}
body.page-template-page-report-message .message-to-report textarea {
  margin-bottom: 1em;
}

/* ------------------------------ Responsive Elements ------------------------------ */
.small-intro-image {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}
.small-intro-image .modal-toggle-button,
.small-intro-image .button-play-button-only {
  position: absolute;
  top: 0;
  bottom: 0;
}

/* ------------------------------ Event times ------------------------------ */
.event-date-details-wrapper {
  font-size: 1.15em;
}
.event-date-details-wrapper .event-date-details {
  font-size: 1.75rem;
}
.event-date-details-wrapper .event-date-details h1, .event-date-details-wrapper .event-date-details .h1, .event-date-details-wrapper .event-date-details h2, .event-date-details-wrapper .event-date-details .h2, .event-date-details-wrapper .event-date-details h3, .event-date-details-wrapper .event-date-details .h3, .event-date-details-wrapper .event-date-details h4, .event-date-details-wrapper .event-date-details .h4, .event-date-details-wrapper .event-date-details h5, .event-date-details-wrapper .event-date-details .h5, .event-date-details-wrapper .event-date-details h6, .event-date-details-wrapper .event-date-details .h6 {
  margin-bottom: 0.25em;
  font-size: inherit;
}
.event-date-details-wrapper .event-date-details table {
  margin-bottom: 0.5em;
  border-collapse: separate;
  border-spacing: 0em 0.5em;
}
.event-date-details-wrapper .event-date-details table tr td {
  border: none;
  vertical-align: middle;
}
.event-date-details-wrapper .event-date-details table tr td:first-of-type {
  padding: 8px 8px 8px 0;
}
@media (min-width: 768px) {
  .event-date-details-wrapper .event-date-details table tr td:first-of-type {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .event-date-details-wrapper .event-date-details table tr td:first-of-type {
    padding-right: 8px;
  }
}
.event-date-details-wrapper .event-date-details .date {
  font-weight: 700;
}
.event-date-details-wrapper .event-date-details .no-wrap {
  white-space: nowrap;
}
.event-date-details-wrapper .event-date-details .description {
  border-left: 2px solid #2DC656;
  width: 99%;
  vertical-align: middle;
}

#input_1_6::-webkit-file-upload-button {
  -webkit-appearance: button !important;
}

/* ------------------------------ Gravity Forms ------------------------------ */
.gform_wrapper .form-control,
.gform_wrapper .form-group {
  margin: 0 !important;
  height: auto;
}
.gform_wrapper .gform_ajax_spinner {
  margin: 0;
  max-height: 2.25em;
}
.gform_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px;
  padding: 0 0 4px;
  border-bottom: 1px dotted #D8DEE4;
  font-size: 0.9em;
}
.gform_wrapper .gf_page_steps .gf_step {
  display: inline-block;
  margin: 0.5em 1em 0.5em 0;
  color: #D8DEE4;
}
.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  font-weight: 600;
}
.gform_wrapper .gf_page_steps .gf_step.gf_step_active {
  color: black;
}
@media (max-width: 767px) {
  .gform_wrapper .gf_page_steps .gf_step {
    display: block;
  }
}
.gform_wrapper .gfield,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 1em !important;
}
.gform_wrapper .gfield.gfield_visibility_hidden,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell.gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gfield .gfield_required,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .gfield_required {
  color: #141E28;
}
.gform_wrapper .gfield.no-label label.gfield_label,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell.no-label label.gfield_label {
  display: none;
}
.gform_wrapper .gfield .validation_message,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .validation_message {
  color: green;
  font-weight: 600;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield select,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell input,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell textarea,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell select {
  border: 2px solid #D8DEE4;
}
.gform_wrapper .gfield .ginput_complex,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_complex {
  width: calc(100% + 8px);
}
.gform_wrapper .gfield .ginput_complex > span,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_complex > span {
  float: left;
  width: calc(50% - 8px);
  padding-top: 0 !important;
  margin-right: 8px;
}
.gform_wrapper .gfield .ginput_complex > span:last-of-type,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_complex > span:last-of-type {
  margin-right: 0;
}
.gform_wrapper .gfield .ginput_complex.gf_name_has_2 > span,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_complex.gf_name_has_2 > span {
  width: calc(50% - 8px) !important;
  padding-right: 0 !important;
}
.gform_wrapper .gfield .ginput_complex.gf_name_has_3 > span,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_complex.gf_name_has_3 > span {
  width: calc(33.3333333% - 8px) !important;
  padding-right: 0 !important;
}
.gform_wrapper .gfield .ginput_complex.gf_name_has_4 > span,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_complex.gf_name_has_4 > span {
  width: calc(25% - 8px) !important;
  padding-right: 0 !important;
}
.gform_wrapper .gfield .ginput_container_address > span:nth-of-type(even),
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_address > span:nth-of-type(even) {
  margin-right: -8px;
}
.gform_wrapper .gfield .ginput_container_address > span:nth-of-type(odd),
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_address > span:nth-of-type(odd) {
  margin-right: 8px;
}
@media (min-width: 640px) {
  .gform_wrapper .gfield .ginput_container_address > span,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_address > span {
    padding: 0 !important;
  }
}
.gform_wrapper .gfield .gfield_radio label,
.gform_wrapper .gfield .gfield_checkbox label,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .gfield_radio label,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .gfield_checkbox label {
  font-weight: unset;
}
.gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area {
  text-align: center;
  padding: 15px;
  border: 1px dashed #B9C6D0;
  border-radius: 4px;
}
.gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
  margin-bottom: 0.5em;
  color: #64788B;
  display: inline-block;
  font-size: 0.9em;
}
.gform_wrapper .gfield .ginput_container_fileupload .screen-reader-text,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_fileupload .screen-reader-text {
  display: block;
}
.gform_wrapper .gfield .ginput_container_fileupload + div .ginput_preview img,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_fileupload + div .ginput_preview img {
  margin: 0;
}
.gform_wrapper .gfield .ginput_container_checkbox .gfield_checkbox .form-control,
.gform_wrapper .gfield .ginput_container_checkbox .gfield_radio .form-control,
.gform_wrapper .gfield .ginput_container_radio .gfield_checkbox .form-control,
.gform_wrapper .gfield .ginput_container_radio .gfield_radio .form-control,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_checkbox .gfield_checkbox .form-control,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_checkbox .gfield_radio .form-control,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_radio .gfield_checkbox .form-control,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_radio .gfield_radio .form-control {
  display: inline-block;
  margin-right: 0.5em !important;
}
.gform_wrapper .gfield .ginput_container_checkbox .gfield_checkbox .form-control + label,
.gform_wrapper .gfield .ginput_container_checkbox .gfield_radio .form-control + label,
.gform_wrapper .gfield .ginput_container_radio .gfield_checkbox .form-control + label,
.gform_wrapper .gfield .ginput_container_radio .gfield_radio .form-control + label,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_checkbox .gfield_checkbox .form-control + label,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_checkbox .gfield_radio .form-control + label,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_radio .gfield_checkbox .form-control + label,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_radio .gfield_radio .form-control + label {
  margin-bottom: 0;
}
.gform_wrapper .gfield .ginput_container_checkbox .gfield_checkbox li,
.gform_wrapper .gfield .ginput_container_radio .gfield_checkbox li,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_checkbox .gfield_checkbox li,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .ginput_container_radio .gfield_checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gform_wrapper .gfield .select2,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .select2 {
  width: 100% !important;
}
.gform_wrapper .gfield .select2 .select2-selection__rendered,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .select2 .select2-selection__rendered {
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 6px 12px !important;
  line-height: 1.45 !important;
}
.gform_wrapper .gfield select,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell select {
  padding: 4px 1em 4px 4px !important;
}
@media (max-width: 639px) {
  .gform_wrapper .gfield select,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell select {
    padding: 9px 1em 9px 4px !important;
  }
}
.gform_wrapper .gfield .select-wrap.medium,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .select-wrap.medium {
  width: calc(50% - 8px);
}
@media (max-width: 639px) {
  .gform_wrapper .gfield .select-wrap.medium,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .select-wrap.medium {
    width: 100%;
  }
}
.gform_wrapper .gfield .select-wrap.medium .gfield_select,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .select-wrap.medium .gfield_select {
  width: 100% !important;
}
.gform_wrapper .gfield .select-wrap.small,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .select-wrap.small {
  width: calc(25% - 8px);
}
@media (max-width: 639px) {
  .gform_wrapper .gfield .select-wrap.small,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .select-wrap.small {
    width: calc(50% - 8px);
  }
}
.gform_wrapper .gfield .select-wrap.small .gfield_select,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .select-wrap.small .gfield_select {
  width: 100% !important;
}
.gform_wrapper .gfield.gfield_error input,
.gform_wrapper .gfield.gfield_error select,
.gform_wrapper .gfield.gfield_error textarea,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell.gfield_error input,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell.gfield_error select,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell.gfield_error textarea {
  border-color: green;
}
.gform_wrapper .gfield.gfield_error .select2 .select2-selection,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell.gfield_error .select2 .select2-selection {
  border-color: green;
}
.gform_wrapper .gfield .gfield_description,
.gform_wrapper .gfield .instruction,
.gform_wrapper .gfield .screen-reader-text,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .gfield_description,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .instruction,
.gform_wrapper .gfield_repeater_item .gfield_repeater_cell .screen-reader-text {
  font-size: 0.9em;
  margin-top: 0.5em;
}
.gform_wrapper .select2 .select2-selection {
  height: 36px !important;
  border-radius: 4px;
  border: 2px solid #D8DEE4;
}
.gform_wrapper .select2 .select2-selection .select2-selection__rendered {
  line-height: 2.4;
  padding-left: 12px;
}
.ui-datepicker {
  background-color: #B9C6D0;
  width: 100vw;
  max-width: 180px;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  margin-bottom: 0.5eml;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  width: 100%;
  margin-bottom: 0.5em;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ui-datepicker .ui-datepicker-calendar {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ui-datepicker .ui-datepicker-calendar th {
  width: 30px;
  text-align: center;
}
.ui-datepicker tbody tr td {
  width: 30px;
  height: 25px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  text-align: center;
}
.ui-datepicker tbody tr td:not(.ui-datepicker-unselectable):hover, .ui-datepicker tbody tr td:not(.ui-datepicker-unselectable):active {
  background-color: #D8DEE4;
}

.img-preview {
  margin-top: 1em;
}
.img-preview.img-preview-no-img {
  height: 0;
}
.img-preview #imgview {
  position: relative;
  border-radius: 50%;
  /* background-image: url("../img/testbeeld.jpg");*/
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.img-preview #imgview img {
  width: 100%;
}
.img-preview #imgview i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #64788B;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
}
.img-preview #imgview i:hover {
  background-color: #64788B;
  color: #FFFFFF;
}
.img-preview .img-preview-delete {
  position: absolute;
  right: 9px;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.img-preview .img-preview-delete .fa-close {
  color: white;
}

.video-js .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-big-play-button {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* ------------------------------ Advertising ------------------------------ */
.ppp_zone .wppaslink {
  /* height: 100%;*/
  width: 100%;
  display: block;
  /* position: absolute;*/
  float: left;
  z-index: 1;
}
.ppp_zone .content {
  /* this is a fix to keep showing the labels in content blocks*/
}
.ppp_zone .content > .wppaslink {
  position: absolute;
}
.sidebar-ad-wrapper .paszone_container,
.sidebar-ad-wrapper .pz_cont,
.article-detail .paszone_container,
.article-detail .pz_cont {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  background-color: white;
}
.sidebar-ad-wrapper .paszone_container:hover, .sidebar-ad-wrapper .paszone_container:active,
.sidebar-ad-wrapper .pz_cont:hover,
.sidebar-ad-wrapper .pz_cont:active,
.article-detail .paszone_container:hover,
.article-detail .paszone_container:active,
.article-detail .pz_cont:hover,
.article-detail .pz_cont:active {
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

.ppp_zone .ppp-ps .content-bottom,
.ppp_zone .ppp-is .content-bottom {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ppp_zone .ppp-ps .content-bottom h1, .ppp_zone .ppp-ps .content-bottom .h1, .ppp_zone .ppp-ps .content-bottom h2, .ppp_zone .ppp-ps .content-bottom .h2, .ppp_zone .ppp-ps .content-bottom h3, .ppp_zone .ppp-ps .content-bottom .h3, .ppp_zone .ppp-ps .content-bottom h4, .ppp_zone .ppp-ps .content-bottom .h4, .ppp_zone .ppp-ps .content-bottom h5, .ppp_zone .ppp-ps .content-bottom .h5, .ppp_zone .ppp-ps .content-bottom h6, .ppp_zone .ppp-ps .content-bottom .h6,
.ppp_zone .ppp-is .content-bottom h1,
.ppp_zone .ppp-is .content-bottom .h1,
.ppp_zone .ppp-is .content-bottom h2,
.ppp_zone .ppp-is .content-bottom .h2,
.ppp_zone .ppp-is .content-bottom h3,
.ppp_zone .ppp-is .content-bottom .h3,
.ppp_zone .ppp-is .content-bottom h4,
.ppp_zone .ppp-is .content-bottom .h4,
.ppp_zone .ppp-is .content-bottom h5,
.ppp_zone .ppp-is .content-bottom .h5,
.ppp_zone .ppp-is .content-bottom h6,
.ppp_zone .ppp-is .content-bottom .h6 {
  margin-top: 0;
  font-size: 1.2em;
  margin-bottom: 0;
  line-height: 1.25em;
}
.ppp_zone .ppp-ps .content-bottom time,
.ppp_zone .ppp-is .content-bottom time {
  font-size: 0.8em;
}
.ppp_zone_header {
  /* we need to figure out how to implement this for DFP*/
  /* it's possible that we'll need to inject following HTML with JS, but we have to see the output of the Banner module combined with DFP first */
  /*
      <div class="ppp_zone_header">
          <div class="ppp_zone_header_holder">
              <span class="ppp_zone_header_title"><?php _e( 'Adv.', 'ppp' ); ?></span>
          </div>
      </div>
  */
  width: 100%;
  display: block;
}
.ppp_zone_header .ppp_zone_header_holder {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ppp_zone_header .ppp_zone_header_holder:after {
  content: "";
  width: 1em;
  height: 100%;
  display: inline-block;
  border-top: calc(1em + 1px) solid #D8DEE4;
  border-bottom: calc(1em + 1px) solid #D8DEE4;
  border-left: 1em solid white;
}
.ppp_zone_header .ppp_zone_header_holder .ppp_zone_header_title {
  padding: 5px 10px;
  background-color: white;
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 0.85em;
  color: #64788B;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ------------------------------ MEGA MENU ------------------------------ */
.background-darken {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: none;
}

@media (max-width: 991px) {
  #navbar-wrapper .megamenu .dropdown-menu {
    width: 100%;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  #navbar-wrapper .megamenu .megamenu-collapse-holder a {
    font-size: 1.3rem;
  }
  #navbar-wrapper .megamenu .megamenu-collapse-holder .navbar-user-menu {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  #navbar-wrapper .megamenu .megamenu-collapse-holder .navbar-user-menu .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    vertical-align: middle;
    padding: 10px 12px;
  }
  #navbar-wrapper .megamenu .megamenu-collapse-holder .navbar-user-menu .btn .fa {
    vertical-align: inherit;
  }
  #navbar-wrapper .megamenu .megamenu-collapse-holder .navbar-user-menu .btn .fa.fa-caret-down {
    margin-left: 0.25em;
  }
}
@media (min-width: 992px) {
  #navbar-wrapper .megamenu .megamenu-collapse-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.25em;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #navbar-wrapper .megamenu .megamenu-collapse-holder .search-toggle {
    display: inline-flex;
    align-items: center;
  }
  #navbar-wrapper .megamenu .megamenu-collapse-holder .search-toggle .fa {
    margin-left: 0;
    font-size: 2.4rem;
  }
  #navbar-wrapper .megamenu .megamenu-collapse-holder #navbar-user-menu .dropdown > a {
    border: none;
  }
  #navbar-wrapper .megamenu .megamenu-collapse-holder #navbar-user-menu .btn {
    height: auto;
    padding: 8px 12px 10px;
    color: white !important;
    font-weight: 600;
  }
  #navbar-wrapper .megamenu .megamenu-collapse-holder #navbar-user-menu .btn .fa {
    margin-left: 0;
    color: inherit !important;
    font-size: 2.4rem;
  }
  #navbar-wrapper .megamenu .megamenu-collapse-holder #navbar-user-menu .btn .fa.fa-caret-down {
    bottom: -1px !important;
  }
  #navbar-wrapper .megamenu .megamenu-collapse-holder #navbar-user-menu .btn .fa.fa-user {
    font-size: 1.4rem;
    margin-right: 0.25em;
  }
}
@media (min-width: 992px) {
  #navbar-wrapper .megamenu #nav-menu.upper-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
  }
  #navbar-wrapper .megamenu #nav-menu.upper-menu > .menu-item {
    transition: 0.3s ease-in-out;
    transition-property: opacity;
  }
  #navbar-wrapper .megamenu #nav-menu.upper-menu > .menu-item > a {
    color: #64788B;
  }
  #navbar-wrapper .megamenu #nav-menu.upper-menu > .menu-item > a:not(.text-italic) {
    font-weight: 600 !important;
  }
  #navbar-wrapper .megamenu #nav-menu.upper-menu > .menu-item > a.open {
    font-weight: 600 !important;
  }
  #navbar-wrapper .megamenu #nav-menu.upper-menu > .menu-item > a.btn {
    font-weight: 500 !important;
  }
}
@media (max-width: 991px) {
  #navbar-wrapper .megamenu #nav-menu.upper-menu {
    justify-content: flex-start;
  }
  #navbar-wrapper .megamenu #nav-menu.upper-menu #navbar-user-menu {
    padding: 0.5rem 15px !important;
  }
  #navbar-wrapper .megamenu #nav-menu.upper-menu #navbar-user-menu .btn {
    padding: 5px 15px !important;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
  }
}
#navbar-wrapper .megamenu .gradient-before {
  height: 14px;
  width: 100%;
  margin-bottom: 2px;
  display: block;
  position: relative;
  background: -o-linear-gradient(left, #afc91a 0%, #42165c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#afc91a), to(#42165c));
  background: linear-gradient(to right, #afc91a 0%, #42165c 100%);
}
#navbar-wrapper .megamenu .gradient-before:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(left, #afc91a 0%, white 100%);
  background: -webkit-gradient(linear, left top, right top, from(#afc91a), to(white));
  background: linear-gradient(to right, #afc91a 0%, white 100%);
}
@media (min-width: 1200px) {
  #navbar-wrapper .megamenu .navbar-site-description {
    font-size: 1.1em;
  }
}
#navbar-wrapper .megamenu .navbar-megamenu {
  width: 100%;
}
#navbar-wrapper .megamenu .navbar-megamenu > li {
  width: 100%;
}
@media (max-width: 991px) {
  #navbar-wrapper .megamenu .navbar-megamenu {
    border-bottom: 1px solid black;
  }
}
@media (max-width: 991px) {
  #navbar-wrapper .megamenu .navbar-megamenu a,
#navbar-wrapper .megamenu .navbar-user-menu a,
#navbar-wrapper .megamenu .upper-menu a {
    font-size: 1.3rem;
  }
  #navbar-wrapper .megamenu .navbar-megamenu > li > a,
#navbar-wrapper .megamenu .navbar-user-menu > li > a,
#navbar-wrapper .megamenu .upper-menu > li > a {
    padding: 5px 15px;
  }
  #navbar-wrapper .megamenu .navbar-megamenu .dropdown-menu,
#navbar-wrapper .megamenu .navbar-user-menu .dropdown-menu,
#navbar-wrapper .megamenu .upper-menu .dropdown-menu {
    padding: 0;
  }
  #navbar-wrapper .megamenu .navbar-megamenu .dropdown .dropdown .dropdown-menu,
#navbar-wrapper .megamenu .navbar-user-menu .dropdown .dropdown .dropdown-menu,
#navbar-wrapper .megamenu .upper-menu .dropdown .dropdown .dropdown-menu {
    padding-left: 0.5em !important;
  }
}
#navbar-wrapper .megamenu .upper-menu {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#navbar-wrapper .megamenu .upper-menu > li > a {
  padding: 5px 12px !important;
}
#navbar-wrapper .megamenu .upper-menu > li > a.text-italic {
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  #navbar-wrapper .megamenu .upper-menu > li > a {
    padding: 5px 15px !important;
  }
}
@media (min-width: 992px) {
  #navbar-wrapper .megamenu .upper-menu .menu-item-has-children .fa {
    bottom: 2px !important;
  }
}
#navbar-wrapper .megamenu .dropdown-menu {
  top: auto !important;
}
#navbar-wrapper .megamenu .navbar-brand {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#navbar-wrapper .megamenu .navbar-brand img {
  max-height: 85px;
  width: auto;
}
@media (max-width: 991px) {
  #navbar-wrapper .megamenu .navbar-brand {
    padding: 5px 15px;
  }
  #navbar-wrapper .megamenu .navbar-brand img {
    max-height: 50px;
  }
}
#navbar-wrapper .megamenu .navbar-form {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin: 4px 0 0 0;
  background-color: #FFFFFF;
}
#navbar-wrapper .megamenu .fa-close {
  display: none;
}
#navbar-wrapper .megamenu div#navbar-search-wrapper {
  position: absolute;
  right: 38px;
  top: 0;
  padding: 0;
  width: 600px;
}
#navbar-wrapper .megamenu div#navbar-search-wrapper.flexize,
#navbar-wrapper .megamenu div#navbar-search-wrapper .flexize {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#navbar-wrapper .megamenu div#navbar-search-wrapper.flexize .navbar-form,
#navbar-wrapper .megamenu div#navbar-search-wrapper .flexize .navbar-form {
  padding: 0 !important;
  margin: 0 !important;
}
#navbar-wrapper .megamenu div#navbar-search-wrapper.flexize .navbar-form .input-group,
#navbar-wrapper .megamenu div#navbar-search-wrapper .flexize .navbar-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#navbar-wrapper .megamenu div#navbar-search-wrapper.flexize .navbar-form .input-group input,
#navbar-wrapper .megamenu div#navbar-search-wrapper .flexize .navbar-form .input-group input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 38px;
  border: 1px solid #B9C6D0;
  border-right: 0;
}
#navbar-wrapper .megamenu div#navbar-search-wrapper.flexize .navbar-form .input-group .input-group-btn,
#navbar-wrapper .megamenu div#navbar-search-wrapper .flexize .navbar-form .input-group .input-group-btn {
  border: 1px solid #B9C6D0;
  border-right: none;
  border-left: 0;
  height: 38px;
  border-radius: 0;
}
#navbar-wrapper .megamenu div#navbar-search-wrapper.navbar-search-wrapper-top {
  right: 44px;
  z-index: 10;
}
#navbar-wrapper .megamenu div#navbar-search-wrapper.navbar-search-wrapper-top .search-button {
  height: 100%;
}
@media (min-width: 992px) {
  #navbar-wrapper .megamenu .navbar-user-menu-wrapper {
    margin-left: 1.5em;
  }
  #navbar-wrapper .megamenu .navbar-user-menu-wrapper .dropdown-toggle,
#navbar-wrapper .megamenu .navbar-user-menu-wrapper .search-toggle {
    padding-top: 8px !important;
  }
  #navbar-wrapper .megamenu .navbar-user-menu-wrapper #navbar-user-menu .dropdown-toggle {
    height: 32px;
    padding: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #navbar-wrapper .megamenu .navbar-user-menu-wrapper #navbar-user-menu .input-group-btn {
    padding-top: 6px;
  }
}
#navbar-wrapper .megamenu .navbar-mobile-search-wrapper {
  margin-left: 0;
  margin-right: 0;
}
#navbar-wrapper .megamenu .navbar-mobile-search-wrapper .dropdown-menu {
  position: absolute;
}
#navbar-wrapper .megamenu #navbar-language-switch-wrapper .language-code,
#navbar-wrapper .megamenu #navbar-mobile-language-switch-wrapper .language-code {
  line-height: 1.1;
  font-size: 0.95em !important;
  vertical-align: center;
}
@media (max-width: 991px) {
  #navbar-wrapper .megamenu #navbar-language-switch-wrapper .language-code,
#navbar-wrapper .megamenu #navbar-mobile-language-switch-wrapper .language-code {
    font-size: 1em;
  }
}
#navbar-wrapper .megamenu #navbar-mobile-language-switch-wrapper .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#navbar-wrapper .megamenu #navbar-mobile-search-wrapper .dropdown-toggle .fa-caret-down,
#navbar-wrapper .megamenu #navbar-mobile-language-switch-wrapper .dropdown-toggle .fa-caret-down {
  bottom: -3px !important;
}
#navbar-wrapper .megamenu #navbar-mobile-search-wrapper .dropdown-menu,
#navbar-wrapper .megamenu #navbar-mobile-language-switch-wrapper .dropdown-menu {
  margin-top: 12px;
}
#navbar-wrapper .megamenu .megamenu-menu-section {
  background-color: #FFFFFF;
  border-bottom: 1px solid #e2e7eb;
}
#navbar-wrapper .megamenu .megamenu-menu-section .navbar-user-menu-wrapper {
  margin-top: 0.25em;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#navbar-wrapper .megamenu .megamenu-menu-section .navbar-user-menu-wrapper i {
  color: #64788B;
}
@media (min-width: 992px) {
  #navbar-wrapper .megamenu .megamenu-menu-section .navbar-nav li a {
    padding-top: 5px;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menu-section-flexize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menu-section-flexize.megamenu-menu-section-flexize-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .navbar-branding-wrapper .navbar-brand {
    padding: 8px 15px;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .navbar-user-menu-wrapper .menu-item.menu-item-has-children .fa {
    bottom: -1px !important;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .navbar-user-menu-wrapper .dropdown-menu {
    left: auto !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    right: -48px !important;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus .upper-menu .menu-item.menu-item-has-children .fa {
    bottom: -3px !important;
  }
}
@media (max-width: 991px) {
  #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-mobile-collapse {
    overflow: scroll;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-mobile-collapse .navbar-nav {
    margin: 0 !important;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-mobile-collapse .megamenu-menus {
    padding: 0;
    padding-top: 10px;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-mobile-collapse .megamenu-menus .navbar-megamenu {
    /* padding-top: 10px;*/
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-mobile-collapse .megamenu-menus .menu-item {
    width: 100%;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-mobile-collapse .megamenu-menus .menu-item a.btn {
    margin: 0.5rem 15px !important;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .navbar-user-menu-wrapper {
    display: none;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .navbar-user-menu-wrapper #navbar-user-menu .menu-item {
    width: 100%;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .navbar-user-menu-wrapper.collapsing, #navbar-wrapper .megamenu .megamenu-menu-section .navbar-user-menu-wrapper.in {
    display: block;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .navbar-user-menu-wrapper {
    position: relative;
    float: left;
    width: 100%;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .navbar-user-menu-wrapper #navbar-user-menu {
    width: 100%;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 !important;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .menu-item .dropdown-toggle {
    /* .fa {*/
    /*     position: relative !important;*/
    /*     vertical-align: baseline;*/
    /* }*/
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .menu-item .dropdown-toggle:focus {
    background-color: transparent;
  }
  #navbar-wrapper .megamenu .megamenu-menu-section .navbar-mobile-search-wrapper .dropdown-toggle,
#navbar-wrapper .megamenu .megamenu-menu-section .navbar-language-switch-wrapper .dropdown-toggle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menu-section-flex-filler {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons .btn.search-toggle {
  border-left: 1px solid #B9C6D0;
  border-radius: 0;
  z-index: 1;
  margin-top: 0;
  width: 36px;
  height: 38px;
  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-transition: border-left 0.3s ease-in-out;
  -o-transition: border-left 0.3s ease-in-out;
  transition: border-left 0.3s ease-in-out;
  background-color: transparent;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons .btn.search-toggle:hover, #navbar-wrapper .megamenu .megamenu-menu-section .col-icons .btn.search-toggle:active, #navbar-wrapper .megamenu .megamenu-menu-section .col-icons .btn.search-toggle:focus {
  background-color: transparent !important;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons .btn.search-toggle i.fa-search {
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  margin-top: -10px;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons .btn.search-toggle i.fa-close {
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  margin-top: -10px;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons .navbar-search-field-toggled .btn {
  padding: 0;
  width: 36px;
  height: 38px;
  border-radius: 0 3px 3px 0;
  background-color: transparent;
  margin-top: -1px;
  margin-right: -1px;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons .navbar-search-field-toggled .btn .fa {
  display: block !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-user-menu,
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-language-switch-wrapper {
  position: relative;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-user-menu#navbar-language-switch-wrapper,
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-language-switch-wrapper#navbar-language-switch-wrapper {
  padding: 4px 0px !important;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-user-menu#navbar-language-switch-wrapper .language-code,
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-language-switch-wrapper#navbar-language-switch-wrapper .language-code {
  line-height: 1.1;
  font-size: 1.1em;
  vertical-align: center;
  font-weight: 600;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-user-menu#navbar-language-switch-wrapper .dropdown-toggle,
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-language-switch-wrapper#navbar-language-switch-wrapper .dropdown-toggle {
  padding: 5px !important;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-user-menu#navbar-language-switch-wrapper .dropdown .dropdown-menu,
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-language-switch-wrapper#navbar-language-switch-wrapper .dropdown .dropdown-menu {
  right: 5px !important;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-user-menu #navbar-user-menu-inner,
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-language-switch-wrapper #navbar-user-menu-inner {
  right: 3px;
  left: auto;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons ul#navbar-language-switch-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #B9C6D0;
  width: 1px;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-left: 0px !important;
}
#navbar-wrapper .megamenu .megamenu-menu-section .col-icons > * .fa-caret-down {
  line-height: 0.5;
}
#navbar-wrapper .megamenu .megamenu-menu-section .fa-caret-down {
  margin-left: 0;
  font-size: 1.55rem !important;
  bottom: 0 !important;
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0 -15px;
  height: 100%;
}
@media (min-width: 992px) {
  #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus.collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus:not(.collapse):not(.collapsing) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav {
  margin-right: -2px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav li {
  margin-left: 40px;
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav li:first-child {
  margin-left: 0;
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav li.main-menu-item a.main-menu-link {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  transition-property: color, background-color;
  padding-top: 5px;
  padding-bottom: 15px;
  color: #141E28;
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav li.main-menu-item a.main-menu-link.text-lowercase {
  text-transform: lowercase;
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav li.main-menu-item a.main-menu-link.btn {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  font-weight: 500;
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav li.main-menu-item a.main-menu-link.menu-item-has-icon .fa {
  transition: 0.3s ease-in-out;
  transition-property: color;
  font-size: 1.7rem;
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav li.main-menu-item a.main-menu-link.menu-item-has-icon:not(.menu-item-has-mega-menu) {
  padding-bottom: 5px;
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav li a {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav li a span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.33333333em;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
#navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav li a:hover, #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav li a:active, #navbar-wrapper .megamenu .megamenu-menu-section .megamenu-menus ul.secondary-nav li a:focus {
  background-color: transparent;
}
#navbar-wrapper .megamenu.navbar-extra-padding .megamenu-menu-section {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
}
#navbar-wrapper .megamenu.navbar-extra-padding .megamenu-menu-section .megamenu-menu-section-holder {
  padding: 30px 0;
}
#navbar-wrapper .megamenu.navbar-extra-padding .megamenu-menu-section .megamenu-menu-section-holder .logo-col .navbar-brand {
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
#navbar-wrapper .megamenu.navbar-extra-padding .megamenu-menu-section .megamenu-menu-section-holder .secondary-nav {
  margin-bottom: 0;
}

#navbar-wrapper .megamenu-dropdown {
  background-color: #FFFFFF;
  padding: 30px 0;
  border-bottom: 1px solid #B9C6D0;
  margin-top: -10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: margin-top, opacity, visibility;
  -o-transition-property: margin-top, opacity, visibility;
  transition-property: margin-top, opacity, visibility;
  z-index: -1;
  position: absolute;
  width: 100%;
}
#navbar-wrapper .megamenu-dropdown.active {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
#navbar-wrapper .megamenu-dropdown .navbar-megamenu > li > a {
  display: none !important;
}
#navbar-wrapper .megamenu-dropdown .mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#navbar-wrapper .megamenu-dropdown .mega-menu .mega-menu-col > a {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#navbar-wrapper .megamenu-dropdown .mega-menu .mega-menu-col > ul li a {
  font-weight: 400 !important;
}
#navbar-wrapper .megamenu-dropdown .mega-menu .mega-menu-col.menu-item-has-children + .mega-menu-col.menu-item-has-children {
  margin-top: 1.5em;
}
#navbar-wrapper .megamenu-dropdown .col {
  border-right: 1px solid #B9C6D0;
  padding-left: 20px;
}
#navbar-wrapper .megamenu-dropdown .col:last-child {
  border-right: 0;
}
#navbar-wrapper .megamenu-dropdown .col a.menu-subject-title {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 20px;
}
#navbar-wrapper .megamenu-dropdown .col a.menu-subject-title:first-child {
  margin-top: 0;
}
#navbar-wrapper .megamenu-dropdown .col .navbar-megamenu > li {
  margin: 0 !important;
}
#navbar-wrapper .megamenu-dropdown .col .mega-menu-row li:last-child,
#navbar-wrapper .megamenu-dropdown .col .mega-menu-row li:last-child ul {
  margin-bottom: 0 !important;
}
#navbar-wrapper .megamenu-dropdown .col ul li a {
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  #navbar-wrapper .megamenu-dropdown .col ul li .sub-menu > .menu-item:not(.menu-item-has-children) {
    margin-bottom: 5px;
  }
  #navbar-wrapper .megamenu-dropdown .col ul li .sub-menu .sub-menu {
    margin-bottom: 8px !important;
  }
  #navbar-wrapper .megamenu-dropdown .col ul li .sub-menu .sub-menu:last-of-type {
    margin-bottom: 0 !important;
  }
  #navbar-wrapper .megamenu-dropdown .col ul li .sub-menu .sub-menu:last-of-type a:last-of-type {
    margin-bottom: 0 !important;
  }
  #navbar-wrapper .megamenu-dropdown .col ul li .sub-menu .sub-menu li a {
    margin-bottom: 4px;
  }
}
#navbar-wrapper .megamenu-dropdown .col ul li.current-menu-item > a {
  color: #afc91a !important;
}
#navbar-wrapper .megamenu-dropdown .col ul li ul {
  padding-left: 30px !important;
}
#navbar-wrapper .megamenu-dropdown .col ul li ul > li > a {
  text-transform: uppercase;
}
#navbar-wrapper .megamenu-dropdown .col ul li ul ul {
  padding-left: 0 !important;
  margin-top: 5px;
  margin-bottom: 30px;
}
#navbar-wrapper .megamenu-dropdown .col ul li ul ul > li > a {
  text-transform: none;
}
#navbar-wrapper .megamenu-dropdown .col ul li ul ul ul {
  padding-left: 20px !important;
  margin-bottom: 0px;
}
#navbar-wrapper .megamenu-dropdown .col ul li.menu-item-has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 10px;
}
#navbar-wrapper .megamenu-dropdown .col ul li.menu-item-has-icon a {
  font-family: "Muli", sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
}
#navbar-wrapper .megamenu-dropdown .col ul li.menu-item-has-icon a:before {
  color: #afc91a;
  font-size: 0.8rem;
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  line-height: 2;
}
/* ------------------------------ Map template ------------------------------ */
body.page-template-page-map .wrapper,
body.page-template-page-bibliotheken-map .wrapper,
body.archive .wrapper {
  min-height: unset;
}
body.page-template-page-map .map-wrapper,
body.page-template-page-bibliotheken-map .map-wrapper,
body.archive .map-wrapper {
  position: relative;
}
body.page-template-page-map .map-wrapper #map,
body.page-template-page-bibliotheken-map .map-wrapper #map,
body.archive .map-wrapper #map {
  width: 100%;
  height: 80vh;
  min-height: 800px;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details,
body.archive .map-wrapper .map-legenda-and-item-details {
  z-index: 1000;
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 100%;
  left: auto;
  top: auto;
  max-width: 400px;
  cursor: auto;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-legenda,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-legenda,
body.archive .map-wrapper .map-legenda-and-item-details .map-legenda {
  margin-top: 2px;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-legenda .marker-icon,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-legenda .marker-icon,
body.archive .map-wrapper .map-legenda-and-item-details .map-legenda .marker-icon {
  width: 100%;
  max-width: 20px;
  margin-right: 0.5em;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-item-details img,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-item-details img,
body.archive .map-wrapper .map-legenda-and-item-details .map-item-details img {
  margin-bottom: 0.5em;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item-details-close,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item-details-close,
body.archive .map-wrapper .map-legenda-and-item-details .map-item-details .map-item-details-close {
  position: absolute;
  right: 8px;
  top: 2px;
  left: auto;
  bottom: auto;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item-details-close .fa,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item-details-close .fa,
body.archive .map-wrapper .map-legenda-and-item-details .map-item-details .map-item-details-close .fa {
  cursor: pointer;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item h5,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item h5,
body.archive .map-wrapper .map-legenda-and-item-details .map-item-details .map-item h5 {
  margin-bottom: 0.25em;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item hr,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item hr,
body.archive .map-wrapper .map-legenda-and-item-details .map-item-details .map-item hr {
  margin: 5px 0;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item .fa,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item .fa,
body.archive .map-wrapper .map-legenda-and-item-details .map-item-details .map-item .fa {
  font-size: 0.85em;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item .map-item-location,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item .map-item-location,
body.archive .map-wrapper .map-legenda-and-item-details .map-item-details .map-item .map-item-location {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5em;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item .map-item-location i.fa,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-item-details .map-item .map-item-location i.fa,
body.archive .map-wrapper .map-legenda-and-item-details .map-item-details .map-item .map-item-location i.fa {
  margin-right: 0.5em;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-legenda h1,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-legenda h1,
body.archive .map-wrapper .map-legenda-and-item-details .map-legenda h1 {
  font-size: 1.75em;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-legenda .flexize-legenda-labels,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-legenda .flexize-legenda-labels,
body.archive .map-wrapper .map-legenda-and-item-details .map-legenda .flexize-legenda-labels {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-legenda .flexize-legenda-labels .legenda-label,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-legenda .flexize-legenda-labels .legenda-label,
body.archive .map-wrapper .map-legenda-and-item-details .map-legenda .flexize-legenda-labels .legenda-label {
  font-size: 1.2em;
}
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-legenda,
body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-item-details,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-legenda,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-item-details,
body.archive .map-wrapper .map-legenda-and-item-details .map-legenda,
body.archive .map-wrapper .map-legenda-and-item-details .map-item-details {
  background-color: white;
  padding: 25px;
  width: 100%;
}
body.page-template-page-map .map-wrapper .leaflet-marker-pane .marker-icon svg,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-marker-pane .marker-icon svg,
body.archive .map-wrapper .leaflet-marker-pane .marker-icon svg {
  cursor: pointer;
}
body.page-template-page-map .map-wrapper .leaflet-marker-pane .marker-icon svg .colorize,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-marker-pane .marker-icon svg .colorize,
body.archive .map-wrapper .leaflet-marker-pane .marker-icon svg .colorize {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: fill;
  -o-transition-property: fill;
  transition-property: fill;
}
body.page-template-page-map .map-wrapper .leaflet-marker-pane .marker-icon svg.archiveMarker .markerPath,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-marker-pane .marker-icon svg.archiveMarker .markerPath,
body.archive .map-wrapper .leaflet-marker-pane .marker-icon svg.archiveMarker .markerPath {
  transition-property: fill;
}
body.page-template-page-map .map-wrapper .leaflet-marker-pane .marker-icon.marker-icon-active svg .colorize,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-marker-pane .marker-icon.marker-icon-active svg .colorize,
body.archive .map-wrapper .leaflet-marker-pane .marker-icon.marker-icon-active svg .colorize {
  fill: white !important;
}
body.page-template-page-map .map-wrapper .leaflet-marker-pane .marker-icon.marker-icon-active svg.archiveMarker .markerPath,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-marker-pane .marker-icon.marker-icon-active svg.archiveMarker .markerPath,
body.archive .map-wrapper .leaflet-marker-pane .marker-icon.marker-icon-active svg.archiveMarker .markerPath {
  fill: white;
  stroke: black;
}
body.page-template-page-map .map-wrapper .leaflet-marker-pane .marker-icon.marker-icon-not-clickable,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-marker-pane .marker-icon.marker-icon-not-clickable,
body.archive .map-wrapper .leaflet-marker-pane .marker-icon.marker-icon-not-clickable {
  pointer-events: none !important;
}
body.page-template-page-map .map-wrapper .leaflet-control-container .leaflet-control-zoom,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-control-container .leaflet-control-zoom,
body.archive .map-wrapper .leaflet-control-container .leaflet-control-zoom {
  margin-left: 0;
  border: none;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}
body.page-template-page-map .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-in,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-in,
body.archive .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-in {
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
}
body.page-template-page-map .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-out,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-out,
body.archive .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-out {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 5px;
}
body.page-template-page-map .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-in,
body.page-template-page-map .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-out,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-in,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-out,
body.archive .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-in,
body.archive .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-out {
  font-size: 1.5em;
}
body.page-template-page-map .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-in:focus,
body.page-template-page-map .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-out:focus,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-in:focus,
body.page-template-page-bibliotheken-map .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-out:focus,
body.archive .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-in:focus,
body.archive .map-wrapper .leaflet-control-container .leaflet-control-zoom .leaflet-control-zoom-out:focus {
  background-color: white !important;
}
@media (max-width: 991px) {
  body.page-template-page-map .map-wrapper #map,
body.page-template-page-bibliotheken-map .map-wrapper #map,
body.archive .map-wrapper #map {
    min-height: 300px;
    height: 80vh !important;
    max-height: unset;
  }
  body.page-template-page-map .map-wrapper .map-legenda-and-item-details,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details,
body.archive .map-wrapper .map-legenda-and-item-details {
    position: relative;
    width: 100%;
    max-width: 100%;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  body.page-template-page-map .map-wrapper .map-legenda-and-item-details .map-item-details,
body.page-template-page-bibliotheken-map .map-wrapper .map-legenda-and-item-details .map-item-details,
body.archive .map-wrapper .map-legenda-and-item-details .map-item-details {
    position: relative;
    border-top: 1px solid;
  }
}

/* ------------------------------ Taxonomy template ------------------------------ */
body.page-template-page-taxonomy .featured .featured-content .title,
body.tax-entity-group .featured .featured-content .title {
  margin-bottom: 0.5em;
}
body.page-template-page-taxonomy .featured .featured-content .ct-subtitle,
body.tax-entity-group .featured .featured-content .ct-subtitle {
  font-size: 1.25em;
}
body.page-template-page-taxonomy .page-archive,
body.tax-entity-group .page-archive {
  padding-top: 3em;
  padding-bottom: 3em;
}
body.page-template-page-taxonomy .page-archive .content-item-entity .content-entity-image,
body.tax-entity-group .page-archive .content-item-entity .content-entity-image {
  margin-bottom: 0.5em;
}
body.page-template-page-taxonomy .page-archive .content-item-entity p,
body.tax-entity-group .page-archive .content-item-entity p {
  margin-bottom: 0.25em;
}
body.page-template-page-taxonomy .page-archive .content-item-entity .entity-location .fa,
body.tax-entity-group .page-archive .content-item-entity .entity-location .fa {
  vertical-align: text-top;
  font-size: 1.1em;
}
body.page-template-page-taxonomy .page-archive .content-item-entity .entity-location strong,
body.tax-entity-group .page-archive .content-item-entity .entity-location strong {
  font-size: 1.25em;
  margin-left: 0.5em;
}
body.page-template-page-taxonomy .page-archive .content-item-entity .term-decription,
body.tax-entity-group .page-archive .content-item-entity .term-decription {
  font-size: 1.25em;
}
body.page-template-page-taxonomy .page-archive .content-item-entity .fa-facebook,
body.tax-entity-group .page-archive .content-item-entity .fa-facebook {
  color: #4267B2;
}
body.page-template-page-taxonomy .page-archive .content-item-entity .fa-twitter,
body.tax-entity-group .page-archive .content-item-entity .fa-twitter {
  color: #58CEF2;
}
body.page-template-page-taxonomy .page-archive .content-item-entity .fa-linkedin,
body.tax-entity-group .page-archive .content-item-entity .fa-linkedin {
  color: #0077B5;
}
body.page-template-page-taxonomy .page-archive .content-item-entity .fa-instagram,
body.tax-entity-group .page-archive .content-item-entity .fa-instagram {
  color: #E22F6D;
}
body.page-template-page-taxonomy .page-archive .content-item-entity .fa-google-plus,
body.tax-entity-group .page-archive .content-item-entity .fa-google-plus {
  color: #DC5245;
}

/* ------------------------------ Wider container ------------------------------ */
@media (min-width: 992px) {
  body.container-wide.footer-simple .footer .container {
    max-width: 86%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.container-wide .site-wrapper .site-content-contain .container {
    max-width: 86%;
    width: 100%;
  }
  body.container-wide .site-wrapper .site-content-contain .container .container {
    max-width: 88.9%;
    float: left;
  }
}
.container.container-wide {
  width: 100%;
}
@media (min-width: 1199px) {
  .container.container-wide {
    max-width: 86%;
    width: 100%;
  }
}

/* ------------------------------ Alternative article layout ------------------------------ */
.sidenote.sidenote-alt:before {
  content: none;
}
.sidenote.sidenote-alt .floating-icon {
  color: white !important;
}
.sidenote.sidenote-alt:hover .floating-icon, .sidenote.sidenote-alt:active .floating-icon {
  color: white !important;
}
@media (min-width: 768px) {
  .sidenote.sidenote-alt {
    -webkit-transform: translateX(calc(94% + 30px));
    -ms-transform: translateX(calc(94% + 30px));
    transform: translateX(calc(94% + 30px));
    width: 32.5%;
  }
  .sidenote.sidenote-alt .floating-icon {
    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;
    padding: 0px 2px;
    background-color: #64788B;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 2.15em;
  }
  .sidenote.sidenote-alt .sidenote-article-simple,
.sidenote.sidenote-alt .sidenote-link-simple {
    padding: 5px;
  }
  .sidenote.sidenote-alt .sidenote-related-articles .sidenote-related-articles-slider {
    line-height: 1.5;
  }
  .sidenote.sidenote-alt .sidenote-related-articles .sidenote-related-articles-slider .sidenote-slick-navigation {
    margin-bottom: 0.3em;
  }
  .sidenote.sidenote-alt .sidenote-related-articles .sidenote-related-articles-slider .article-link {
    padding: 0 4px;
    display: inline-block;
  }
  .sidenote.sidenote-alt .sidenote-video .h4 {
    padding: 0 4px;
    display: inline-block;
  }
}
.sidenote.sidenote-alt .floating-icon:after {
  content: "";
  top: 5px;
  z-index: 1;
  display: block;
  position: absolute;
  z-index: -1;
  width: 1.4em;
  height: 1.4em;
  background-color: #B9C6D0;
  -webkit-transform: rotate(45deg) skew(12deg, 12deg);
  -ms-transform: rotate(45deg) skew(12deg, 12deg);
  transform: rotate(45deg) skew(12deg, 12deg);
  border-radius: 4px 2px;
  border: none;
  left: -10px;
  right: 100%;
}
@media (max-width: 767px) {
  .sidenote.sidenote-alt .floating-icon:after {
    background-color: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: -o-linear-gradient(225deg, #D8DEE4 50%, transparent 50.1%);
    background: linear-gradient(-135deg, #D8DEE4 50%, transparent 50.1%);
    top: 0px;
    width: 3em;
    height: 3em;
  }
}

.page-background-white .site-wrapper {
  background-color: white !important;
}

#main.single-article-alt.article-has-thumbnail .social-share-holder .social-share-vertical,
#main.single-article-alt2.article-has-thumbnail .social-share-holder .social-share-vertical {
  right: 100%;
  top: 0;
}
#main.single-article-alt .title,
#main.single-article-alt2 .title {
  margin-bottom: 0.65em;
}
#main.single-article-alt .article-detail,
#main.single-article-alt2 .article-detail {
  background-color: transparent;
  padding: 15px 0;
}
#main.single-article-alt p.intro,
#main.single-article-alt2 p.intro {
  font-size: 2.6rem;
}
#main.single-article-alt .sidebar-readmore-overlay,
#main.single-article-alt2 .sidebar-readmore-overlay {
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

@media (min-width: 768px) {
  #main.single-article-alt2 .main-content-sidebar {
    margin-bottom: 2rem;
    padding: 15px 15px 0;
  }
}
#main.single-article-alt2 .arc-overlay-holder {
  margin-top: 10rem !important;
}
#main.single-article-alt2 .article-details .title {
  margin-bottom: 3rem;
}
#main.single-article-alt2 .article-details .intro {
  margin-bottom: 0;
}
#main.single-article-alt2 #article-hidden {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
#main.single-article-alt2 article {
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  #main.single-article-alt2 article {
    padding-right: 3.85rem;
  }
}
@media (max-width: 767px) {
  #main.single-article-alt2 #article-hidden {
    display: flex;
    flex-direction: column;
  }
  #main.single-article-alt2 #article-hidden #primary-sidebar {
    order: -1;
    flex-shrink: 0;
  }
  #main.single-article-alt2 #article-hidden #primary-sidebar .sidebar-item-menu-toggle .fa {
    transition: 0.3s ease-in-out;
    transition-property: transform, vertical-align;
  }
  #main.single-article-alt2 #article-hidden #primary-sidebar .sidebar-item-menu-toggle.collapsed .fa {
    transform: scaleY(-1) scaleX(-1);
    vertical-align: middle;
  }
}

/* information breadcrumbs*/
.breadcrumb {
  font-size: 1.5rem;
  line-height: 2.5;
  background-color: transparent;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.breadcrumb .separator {
  margin: 0 0.7em;
  font-style: normal;
  font-weight: lighter;
  font-size: 2.2rem;
  line-height: 0.5;
  vertical-align: middle;
}
.breadcrumb .separator:last-child {
  display: none;
}
.breadcrumb .dropdown {
  font-weight: 500;
  display: inline;
}
.breadcrumb .dropdown > span,
.breadcrumb .dropdown > a {
  font-weight: bold;
}
.breadcrumb .dropdown > a {
  color: #64788B;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.breadcrumb .dropdown .dropdown-menu {
  border-radius: 6px;
  margin-top: 10px;
  text-align: center;
  border: none;
  padding: 15px;
  left: 50%;
  right: auto;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  width: auto;
  left: auto;
  right: auto;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  max-width: calc(100vw - 30px);
  bottom: auto;
  top: auto;
}
.breadcrumb .dropdown .dropdown-menu a {
  font-weight: normal;
}
.breadcrumb .dropdown .dropdown-menu a {
  padding: 5px 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.breadcrumb .dropdown .dropdown-menu a:hover, .breadcrumb .dropdown .dropdown-menu a:focus {
  background-color: transparent;
}
.breadcrumb .dropdown:not(:first-child) .dropdown-menu {
  right: 0;
}
.breadcrumb .dropdown .dropdown-toggle {
  cursor: pointer;
}
.breadcrumb .dropdown .dropdown-toggle .fa-caret {
  margin-left: 0.2em;
  color: #2DC656;
}
.breadcrumb .dropdown + li:before {
  content: "";
  color: #D8DEE4;
}
.breadcrumb .dropdown.open a {
  color: black;
}

/* default breadcrumbs*/
.breadcrumbs {
  font-weight: 400;
  font-size: 1.3rem;
}
.breadcrumbs .breadcrumb-separator {
  font-size: 2rem;
  font-weight: 400;
  line-height: 0.5;
  vertical-align: sub;
}
.breadcrumbs > span > span a,
.breadcrumbs > span > span .breadcrumb_last {
  padding: 5px;
  line-height: initial;
  font-weight: normal;
}
.breadcrumbs > span > span .breadcrumb_last {
  font-weight: 600 !important;
}
.breadcrumbs > span > span > a:first-of-type {
  padding-left: 0;
}
.container-breadcrumbs .breadcrumbs {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .container-breadcrumbs .breadcrumbs {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}

body.article-layout-alt .article-details .subtitle {
  margin-top: 1em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: inherit;
  margin-bottom: 10px;
}
body.article-layout-alt .social-share-holder .social-share-vertical {
  right: 101%;
  border-radius: 0;
  top: 60px;
}
body.article-layout-alt .card-wide {
  -webkit-box-flex: 1 !important;
  -ms-flex: auto !important;
  flex: auto !important;
}
body.article-layout-alt .card-wide:last-child .bottom-seperator {
  border-color: transparent !important;
}
body.article-layout-alt .nav-links-group ul li {
  margin-bottom: 0.5em;
}
body.article-layout-alt .go-further .slick-go-further .text-block {
  background-color: #B9C6D0;
  border-radius: 0;
}
body.article-layout-alt .go-further .slick-go-further .text-block:before {
  border-top: 16px solid #B9C6D0;
  left: -17px;
}
body.article-layout-alt .related-posts-archive .related-posts-title {
  margin-bottom: 20px;
  font-size: 3.4rem;
}
body.article-layout-alt .comment-form #commentform textarea {
  border: 1px solid #B9C6D0;
}

.list-fa {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}
.list-fa li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-fa li:before {
  content: "•";
  color: black;
  margin-right: 0.5em;
  color: #65A7E4;
  font-family: "FontAwesome";
}
.list-fa li span {
  max-width: 100%;
}
.list-fa li span * {
  word-break: break-word;
}
.list-fa.list-fa-angle-right li:before {
  content: "\f105";
}

@media (max-width: 991px) {
  body.post-type-archive-informatie .card-wide .aspect-ratio,
body.single-informatie .card-wide .aspect-ratio {
    margin-bottom: 1.5em;
  }
  body.post-type-archive-informatie .card-wide.card-wide-no-image .aspect-ratio,
body.single-informatie .card-wide.card-wide-no-image .aspect-ratio {
    margin-bottom: 3em;
  }
}

.card-wide {
  margin-bottom: 0;
}
.card-wide h2 {
  margin-top: 0;
  font-size: 2.6rem;
  font-weight: bold;
}
.card-wide .card-content .card-content-subtitle {
  font-size: 1.5rem;
}
.card-wide .card-content p {
  font-size: 1.6rem;
}
.card-wide.card-wide-type-informatie .term-title {
  margin-bottom: 0.5em;
  display: block;
  font-size: 1.5rem;
}

/* ------------------------------ BuddyPress ------------------------------ */
body.buddypress .youzify-widget-title {
  padding: 15px 30px;
}
body.buddypress .youzify-infos-content {
  padding: 0;
}
body.buddypress .youzify-infos-content .my-favourites-wrapper,
body.buddypress .youzify-infos-content .my-readlist-wrapper,
body.buddypress .youzify-infos-content .my-newsletter,
body.buddypress .youzify-infos-content .my-certificates-wrapper,
body.buddypress .youzify-infos-content .my-courses-summary {
  padding: 30px;
}
body.buddypress .youzify-infos-content .my-courses .my-favourites-wrapper,
body.buddypress .youzify-infos-content .my-courses .my-certificates-wrapper,
body.buddypress .youzify-infos-content .my-courses .my-courses-summary {
  padding-top: 25px;
  padding-bottom: 0px;
}
body.buddypress.info .youzify-infos-content {
  padding: 30px;
}
body.buddypress .bp-folders {
  display: flex;
  flex-wrap: wrap;
}
body.buddypress .bp-folders > *:not(.modal) {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin-top: 15px;
  margin-bottom: 15px;
}
body.buddypress .bp-folders > *:not(.modal) > .btn {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.buddypress .bp-folders > *:not(.modal) > .btn .fa {
  font-size: 2em;
  margin-bottom: 0.5em;
}
body.buddypress .bp-folders > *:not(.modal) > .btn span {
  line-height: 1.5;
}
body.buddypress .modal ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
body.buddypress .youzify-sidebar .gform_wrapper .nice-select {
  display: none !important;
}

#navbar-wrapper .navbar-user-menu .dropdown-menu .menu-item a span.count,
#navbar-wrapper .navbar-user-menu .dropdown-menu .menu-item a span.no-count {
  display: none;
}
#navbar-wrapper .navbar-user-menu .dropdown-menu .menu-item#messages a span.count,
#navbar-wrapper .navbar-user-menu .dropdown-menu .menu-item#messages a span.no-count, #navbar-wrapper .navbar-user-menu .dropdown-menu .menu-item#notifications a span.count,
#navbar-wrapper .navbar-user-menu .dropdown-menu .menu-item#notifications a span.no-count {
  display: inline-block;
  background-color: #D8DEE4;
  border-radius: 60px;
  min-width: 20px;
  min-height: 20px;
  padding: 0 6px;
  font-weight: 600;
  font-size: 10px;
  vertical-align: middle;
  margin-top: -2px;
  line-height: 2;
}

/* ------------------------------ Profile ------------------------------ */
.page-template-page-profile .article-detail {
  padding: 0;
}

/* ------------------------------ Real3D Flipbook ------------------------------ */
.real3dflipbook-pdf-shortcode .pdf-preview img,
.pdf-shortcode .pdf-preview img {
  margin-top: 0;
  margin-bottom: 0;
}

/* ------------------------------ Default Page ------------------------------ */
body.page-template-default .featured .featured-content {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.my-cwt-items .gfield_repeater_buttons {
  margin-bottom: 0.5em;
}
.my-cwt-items .gfield_repeater_buttons .btn + .btn {
  margin-left: 0.5em;
}

.my-cwt-items-wrapper .new-submission {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ------------------------------ Page Archive ------------------------------ */
body.page-template-page-archive .search-filter-results {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

/* ------------------------------ Customizable corners ------------------------------ */
body.corners-rounded {
  /*
      regular values:
      20px    -   xxl     calc(12px / 0.333)
      14px    -   xl      calc(12px / 0.429)
      12px    -   lg      calc(12px / 0.5)
      6px     -   md      calc(12px / 1)
      4px     -   sm      calc(12px / 1.5)
      2px     -   xs      calc(12px / 2)
  */
  /* 20px*/
  /* 14px*/
  /* 8px */
  /* 6px */
  /* 4px */
  /* 2px */
  /* specifics */
  /* specifics */
  /* specifics for large radius */
  /*
  60px    calc(6px * 5)
  30px    calc(6px * 2.5)
  15px    calc(6pb * 1.25)
  6px     calc(6px / 1)
  4px     calc(6px / 1.5)
  2px     calc(6px / 2)
  */
  /*
  resetting radius for specific corners
  */
  /*
  top-left
  */
  /*
  top-right
  */
  /*
  bottom-right
  */
  /*
  bottom-left
  */
  /*
  specifics
  */
}
body.corners-rounded .border-radius-xxl,
body.corners-rounded .featured .blog-image {
  border-radius: calc(6px / 0.333);
}
body.corners-rounded .border-radius-xl, body.corners-rounded.single-post #article-hidden .article-readmore-overlay, body.corners-rounded.single-post #article-hidden .article-detail,
body.corners-rounded .cards-wrapper .content-card {
  border-radius: calc(6px / 0.429);
}
body.corners-rounded .border-radius-lg {
  border-radius: calc(6px / 0.5);
}
body.corners-rounded .author-blog .author-profile-picture {
  border-radius: calc(6px / 0.75);
}
body.corners-rounded .border-radius-md,
body.corners-rounded .btn:not([class*=border-radius-]):not(.round),
body.corners-rounded .learndash-wrapper .ld-expand-button,
body.corners-rounded .copyright-notice,
body.corners-rounded .form-control:not([class*=border-radius-]),
body.corners-rounded .comments .comment .like-comment .btn,
body.corners-rounded .breadcrumb .dropdown-menu,
body.corners-rounded .dropdown-menu,
body.corners-rounded .input-group .input-group-addon:not([class*=border-radius-]),
body.corners-rounded #navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children .dropdown-menu,
body.corners-rounded #navbar-wrapper #nav-menu .menu-item.menu-item-has-children .dropdown-menu,
body.corners-rounded #navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children .dropdown-menu,
body.corners-rounded .learndash-wrapper .ld-item-list .ld-item-list-item,
body.corners-rounded .learndash-wrapper .ld-table-list {
  border-radius: calc(6px / 1);
}
body.corners-rounded .border-radius-sm,
body.corners-rounded .gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area,
body.corners-rounded .select2 .select2-selection,
body.corners-rounded .author-profile-picture .category,
body.corners-rounded .select2-container .select2-dropdown,
body.corners-rounded .select2-container .select2-dropdown .select2-results__options,
body.corners-rounded .megamenu-collapse-holder #navbar-user-menu .btn,
body.corners-rounded .navbar-collapse-holder #navbar-user-menu .btn {
  border-radius: calc(6px / 1.5);
}
body.corners-rounded .learndash-wrapper .ld-progress .ld-progress-bar,
body.corners-rounded .border-radius-xs {
  border-radius: calc(6px / 2);
}
body.corners-rounded .searchandfilter input,
body.corners-rounded .searchandfilter input[type=text],
body.corners-rounded .searchandfilter .select2-selection,
body.corners-rounded .searchandfilter .chosen-container-single,
body.corners-rounded .searchandfilter .search-field,
body.corners-rounded .searchandfilter .filters-trigger .btn,
body.corners-rounded .searchandfilter .select2-selection,
body.corners-rounded .searchandfilter .search-filter-reset {
  border-radius: calc(6px / 1);
}
body.corners-rounded .social-share-holder .social-share.social-share-vertical {
  border-radius: calc(6px / 1.5) 0 0 calc(6px / 1.5);
}
body.corners-rounded .social-share-holder .social-share.social-share-vertical .btn {
  border-radius: 0;
}
body.corners-rounded .aspect-ratio .content .category,
body.corners-rounded .aspect-ratio .content .title,
body.corners-rounded .aspect-ratio .content .timer,
body.corners-rounded .aspect-ratio .content .publication-date {
  border-radius: calc(6px / 1.5);
}
body.corners-rounded .aspect-ratio .content .item-amount {
  border-radius: calc(6px / 1.5) 0 0 calc(6px / 1.5);
}
body.corners-rounded .link-block-section.link-block-action-image .text-block {
  border-radius: calc(6px / 1) 0 0 calc(6px / 1);
}
body.corners-rounded .link-block-section.link-block-action-image .link-blog-image {
  border-radius: 0 calc(6px / 1) calc(6px / 1) 0;
}
body.corners-rounded .link-block-section:not(.link-block-action-image) .text-block {
  border-radius: calc(6px / 1);
}
body.corners-rounded .btn:not([class*=border-radius-]),
body.corners-rounded .comments .comment .like-comment .btn {
  border-radius: calc(12px * 5);
}
body.corners-rounded .featured-content-metadata-image-holder img {
  border-radius: calc(12px * 2.5);
}
body.corners-rounded .small-intro-image img,
body.corners-rounded .sidenote-extra-details .sidenote-text-simple,
body.corners-rounded .sidenote-related-articles .content,
body.corners-rounded .sidenote-image .sidenote-image-content .img-icon-container,
body.corners-rounded .sidenote-video .modal-toggle-button,
body.corners-rounded .location-sidebar #map-container,
body.corners-rounded #search .search-item img {
  border-radius: calc(12px / 1.25);
}
body.corners-rounded #navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .input-group .navbar-search-field {
  border-radius: calc(12px / 1.5);
}
body.corners-rounded .searchandfilter input,
body.corners-rounded .searchandfilter input[type=text],
body.corners-rounded .searchandfilter .select2-selection,
body.corners-rounded .searchandfilter .chosen-container-single,
body.corners-rounded .searchandfilter .search-field,
body.corners-rounded .searchandfilter .filters-trigger .btn,
body.corners-rounded .searchandfilter .select2-selection,
body.corners-rounded .searchandfilter .search-filter-reset {
  border-radius: calc(12px * 5) !important;
  padding: 0 12px;
}
body.corners-rounded .slick-front-page-intro-block-with-thumbs-nav-item,
body.corners-rounded .slick-front-page-intro-block-with-thumbs-nav-item-content,
body.corners-rounded .slick-front-page-intro-block-with-thumbs-nav-item-after {
  border-radius: calc(12px * 2.5);
}
body.corners-rounded .slick-row-article .content img,
body.corners-rounded .slick-row-article .content-item-with-gradient .content,
body.corners-rounded .slick-row-dossier .content,
body.corners-rounded .content-item:not(.product-block) .content,
body.corners-rounded .content-item:not(.product-block) .content img,
body.corners-rounded .content-item:not(.product-block) .content .marktplaats-thumbnail {
  border-radius: calc(12px * 1.25);
}
body.corners-rounded .search-button-wrapper .search-button {
  /* this is $radius on purpose.*/
  border-radius: calc(6px * 1);
}
body.corners-rounded .comments .comment .like-comment .btn.comment-count-wrapper, body.corners-rounded.article-layout-alt .sidenote-related-articles .content, body.corners-rounded.article-layout-alt .sidenote-image .sidenote-image-content .img-icon-container, body.corners-rounded.article-layout-alt .sidenote-video .modal-toggle-button {
  border-top-left-radius: 0;
}
body.corners-rounded .comments .comment .like-comment .btn.like-comment-inner {
  border-top-right-radius: 0;
}
body.corners-rounded .comments .comment .like-comment .btn.like-comment-inner {
  border-bottom-right-radius: 0;
}
body.corners-rounded .comments .comment .like-comment .btn.comment-count-wrapper {
  border-bottom-left-radius: 0;
}
body.corners-rounded .megamenu .navbar-form .input-group .input-group-btn {
  border-right: 1px solid !important;
  border-top-right-radius: calc(6px * 1) !important;
  border-bottom-right-radius: calc(6px * 1) !important;
}
body.corners-rounded .search-toggle-toggled {
  border-color: transparent !important;
}
@media (min-width: 1250px) {
  body.corners-rounded .small-intro-image img {
    border-top-left-radius: 0;
  }
}

body.corners-medium_round {
  /*
      regular values:
      20px    -   xxl     calc(10px / 0.333)
      14px    -   xl      calc(10px / 0.429)
      12px    -   lg      calc(10px / 0.5)
      6px     -   md      calc(10px / 1)
      4px     -   sm      calc(10px / 1.5)
      2px     -   xs      calc(10px / 2)
  */
  /* 20px*/
  /* 14px*/
  /* 8px */
  /* 6px */
  /* 4px */
  /* 2px */
  /* specifics */
  /* specifics */
  /* specifics for large radius */
  /*
  60px    calc(10px * 5)
  30px    calc(10px * 2.5)
  15px    calc(10pb * 1.25)
  6px     calc(10px / 1)
  4px     calc(10px / 1.5)
  2px     calc(10px / 2)
  */
  /*
  resetting radius for specific corners
  */
  /*
  top-left
  */
  /*
  top-right
  */
  /*
  bottom-right
  */
  /*
  bottom-left
  */
  /*
  specifics
  */
}
body.corners-medium_round .border-radius-xxl,
body.corners-medium_round .featured .blog-image {
  border-radius: calc(10px / 0.333);
}
body.corners-medium_round .border-radius-xl, body.corners-medium_round.single-post #article-hidden .article-readmore-overlay, body.corners-medium_round.single-post #article-hidden .article-detail,
body.corners-medium_round .cards-wrapper .content-card {
  border-radius: calc(10px / 0.429);
}
body.corners-medium_round .border-radius-lg {
  border-radius: calc(10px / 0.5);
}
body.corners-medium_round .author-blog .author-profile-picture {
  border-radius: calc(10px / 0.75);
}
body.corners-medium_round .border-radius-md,
body.corners-medium_round .btn:not([class*=border-radius-]):not(.round),
body.corners-medium_round .learndash-wrapper .ld-expand-button,
body.corners-medium_round .copyright-notice,
body.corners-medium_round .form-control:not([class*=border-radius-]),
body.corners-medium_round .comments .comment .like-comment .btn,
body.corners-medium_round .breadcrumb .dropdown-menu,
body.corners-medium_round .dropdown-menu,
body.corners-medium_round .input-group .input-group-addon:not([class*=border-radius-]),
body.corners-medium_round #navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children .dropdown-menu,
body.corners-medium_round #navbar-wrapper #nav-menu .menu-item.menu-item-has-children .dropdown-menu,
body.corners-medium_round #navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children .dropdown-menu,
body.corners-medium_round .learndash-wrapper .ld-item-list .ld-item-list-item,
body.corners-medium_round .learndash-wrapper .ld-table-list {
  border-radius: calc(10px / 1);
}
body.corners-medium_round .border-radius-sm,
body.corners-medium_round .gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area,
body.corners-medium_round .select2 .select2-selection,
body.corners-medium_round .author-profile-picture .category,
body.corners-medium_round .select2-container .select2-dropdown,
body.corners-medium_round .select2-container .select2-dropdown .select2-results__options,
body.corners-medium_round .megamenu-collapse-holder #navbar-user-menu .btn,
body.corners-medium_round .navbar-collapse-holder #navbar-user-menu .btn {
  border-radius: calc(10px / 1.5);
}
body.corners-medium_round .learndash-wrapper .ld-progress .ld-progress-bar,
body.corners-medium_round .border-radius-xs {
  border-radius: calc(10px / 2);
}
body.corners-medium_round .searchandfilter input,
body.corners-medium_round .searchandfilter input[type=text],
body.corners-medium_round .searchandfilter .select2-selection,
body.corners-medium_round .searchandfilter .chosen-container-single,
body.corners-medium_round .searchandfilter .search-field,
body.corners-medium_round .searchandfilter .filters-trigger .btn,
body.corners-medium_round .searchandfilter .select2-selection,
body.corners-medium_round .searchandfilter .search-filter-reset {
  border-radius: calc(10px / 1);
}
body.corners-medium_round .social-share-holder .social-share.social-share-vertical {
  border-radius: calc(10px / 1.5) 0 0 calc(10px / 1.5);
}
body.corners-medium_round .social-share-holder .social-share.social-share-vertical .btn {
  border-radius: 0;
}
body.corners-medium_round .aspect-ratio .content .category,
body.corners-medium_round .aspect-ratio .content .title,
body.corners-medium_round .aspect-ratio .content .timer,
body.corners-medium_round .aspect-ratio .content .publication-date {
  border-radius: calc(10px / 1.5);
}
body.corners-medium_round .aspect-ratio .content .item-amount {
  border-radius: calc(10px / 1.5) 0 0 calc(10px / 1.5);
}
body.corners-medium_round .link-block-section.link-block-action-image .text-block {
  border-radius: calc(10px / 1) 0 0 calc(10px / 1);
}
body.corners-medium_round .link-block-section.link-block-action-image .link-blog-image {
  border-radius: 0 calc(10px / 1) calc(10px / 1) 0;
}
body.corners-medium_round .link-block-section:not(.link-block-action-image) .text-block {
  border-radius: calc(10px / 1);
}
body.corners-medium_round .btn:not([class*=border-radius-]),
body.corners-medium_round .comments .comment .like-comment .btn {
  border-radius: calc(2px * 5);
}
body.corners-medium_round .featured-content-metadata-image-holder img {
  border-radius: calc(2px * 2.5);
}
body.corners-medium_round .small-intro-image img,
body.corners-medium_round .sidenote-extra-details .sidenote-text-simple,
body.corners-medium_round .sidenote-related-articles .content,
body.corners-medium_round .sidenote-image .sidenote-image-content .img-icon-container,
body.corners-medium_round .sidenote-video .modal-toggle-button,
body.corners-medium_round .location-sidebar #map-container,
body.corners-medium_round #search .search-item img {
  border-radius: calc(2px / 1.25);
}
body.corners-medium_round #navbar-wrapper .navbar .navbar-collapse .navbar-search-wrapper .navbar-form .input-group .navbar-search-field {
  border-radius: calc(2px / 1.5);
}
body.corners-medium_round .searchandfilter input,
body.corners-medium_round .searchandfilter input[type=text],
body.corners-medium_round .searchandfilter .select2-selection,
body.corners-medium_round .searchandfilter .chosen-container-single,
body.corners-medium_round .searchandfilter .search-field,
body.corners-medium_round .searchandfilter .filters-trigger .btn,
body.corners-medium_round .searchandfilter .select2-selection,
body.corners-medium_round .searchandfilter .search-filter-reset {
  border-radius: calc(2px * 5) !important;
  padding: 0 12px;
}
body.corners-medium_round .slick-front-page-intro-block-with-thumbs-nav-item,
body.corners-medium_round .slick-front-page-intro-block-with-thumbs-nav-item-content,
body.corners-medium_round .slick-front-page-intro-block-with-thumbs-nav-item-after {
  border-radius: calc(2px * 2.5);
}
body.corners-medium_round .slick-row-article .content img,
body.corners-medium_round .slick-row-article .content-item-with-gradient .content,
body.corners-medium_round .slick-row-dossier .content,
body.corners-medium_round .content-item:not(.product-block) .content,
body.corners-medium_round .content-item:not(.product-block) .content img,
body.corners-medium_round .content-item:not(.product-block) .content .marktplaats-thumbnail {
  border-radius: calc(2px * 1.25);
}
body.corners-medium_round .search-button-wrapper .search-button {
  /* this is $radius on purpose.*/
  border-radius: calc(10px * 1);
}
body.corners-medium_round .comments .comment .like-comment .btn.comment-count-wrapper, body.corners-medium_round.article-layout-alt .sidenote-related-articles .content, body.corners-medium_round.article-layout-alt .sidenote-image .sidenote-image-content .img-icon-container, body.corners-medium_round.article-layout-alt .sidenote-video .modal-toggle-button {
  border-top-left-radius: 0;
}
body.corners-medium_round .comments .comment .like-comment .btn.like-comment-inner {
  border-top-right-radius: 0;
}
body.corners-medium_round .comments .comment .like-comment .btn.like-comment-inner {
  border-bottom-right-radius: 0;
}
body.corners-medium_round .comments .comment .like-comment .btn.comment-count-wrapper {
  border-bottom-left-radius: 0;
}
body.corners-medium_round .megamenu .navbar-form .input-group .input-group-btn {
  border-right: 1px solid !important;
  border-top-right-radius: calc(10px * 1) !important;
  border-bottom-right-radius: calc(10px * 1) !important;
}
body.corners-medium_round .search-toggle-toggled {
  border-color: transparent !important;
}
@media (min-width: 1250px) {
  body.corners-medium_round .small-intro-image img {
    border-top-left-radius: 0;
  }
}
body.corners-medium_round .slick-row-article .content img,
body.corners-medium_round .slick-row-article .content-item-with-gradient .content,
body.corners-medium_round .slick-row-dossier .content,
body.corners-medium_round .content-item:not(.product-block) .content,
body.corners-medium_round .content-item:not(.product-block) .content img,
body.corners-medium_round .content-item:not(.product-block) .content .marktplaats-thumbnail {
  border-radius: calc(10px * 2);
}

body.corners-regular {
  /*
      regular values:
      20px    -   xxl     calc(6px / 0.333)
      14px    -   xl      calc(6px / 0.429)
      12px    -   lg      calc(6px / 0.5)
      6px     -   md      calc(6px / 1)
      4px     -   sm      calc(6px / 1.5)
      2px     -   xs      calc(6px / 2)
  */
  /* 20px*/
  /* 14px*/
  /* 8px */
  /* 6px */
  /* 4px */
  /* 2px */
  /* specifics */
  /* specifics */
  /* specifics for large radius */
  /*
  60px    calc(6px * 5)
  30px    calc(6px * 2.5)
  15px    calc(6pb * 1.25)
  6px     calc(6px / 1)
  4px     calc(6px / 1.5)
  2px     calc(6px / 2)
  */
}
body.corners-regular .border-radius-xxl,
body.corners-regular .featured .blog-image {
  border-radius: calc(6px / 0.333);
}
body.corners-regular .border-radius-xl, body.corners-regular.single-post #article-hidden .article-readmore-overlay, body.corners-regular.single-post #article-hidden .article-detail,
body.corners-regular .cards-wrapper .content-card {
  border-radius: calc(6px / 0.429);
}
body.corners-regular .border-radius-lg {
  border-radius: calc(6px / 0.5);
}
body.corners-regular .author-blog .author-profile-picture {
  border-radius: calc(6px / 0.75);
}
body.corners-regular .border-radius-md,
body.corners-regular .btn:not([class*=border-radius-]):not(.round),
body.corners-regular .learndash-wrapper .ld-expand-button,
body.corners-regular .copyright-notice,
body.corners-regular .form-control:not([class*=border-radius-]),
body.corners-regular .comments .comment .like-comment .btn,
body.corners-regular .breadcrumb .dropdown-menu,
body.corners-regular .dropdown-menu,
body.corners-regular .input-group .input-group-addon:not([class*=border-radius-]),
body.corners-regular #navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children .dropdown-menu,
body.corners-regular #navbar-wrapper #nav-menu .menu-item.menu-item-has-children .dropdown-menu,
body.corners-regular #navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children .dropdown-menu,
body.corners-regular .learndash-wrapper .ld-item-list .ld-item-list-item,
body.corners-regular .learndash-wrapper .ld-table-list {
  border-radius: calc(6px / 1);
}
body.corners-regular .border-radius-sm,
body.corners-regular .gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area,
body.corners-regular .select2 .select2-selection,
body.corners-regular .author-profile-picture .category,
body.corners-regular .select2-container .select2-dropdown,
body.corners-regular .select2-container .select2-dropdown .select2-results__options,
body.corners-regular .megamenu-collapse-holder #navbar-user-menu .btn,
body.corners-regular .navbar-collapse-holder #navbar-user-menu .btn {
  border-radius: calc(6px / 1.5);
}
body.corners-regular .learndash-wrapper .ld-progress .ld-progress-bar,
body.corners-regular .border-radius-xs {
  border-radius: calc(6px / 2);
}
body.corners-regular .searchandfilter input,
body.corners-regular .searchandfilter input[type=text],
body.corners-regular .searchandfilter .select2-selection,
body.corners-regular .searchandfilter .chosen-container-single,
body.corners-regular .searchandfilter .search-field,
body.corners-regular .searchandfilter .filters-trigger .btn,
body.corners-regular .searchandfilter .select2-selection,
body.corners-regular .searchandfilter .search-filter-reset {
  border-radius: calc(6px / 1);
}
body.corners-regular .social-share-holder .social-share.social-share-vertical {
  border-radius: calc(6px / 1.5) 0 0 calc(6px / 1.5);
}
body.corners-regular .social-share-holder .social-share.social-share-vertical .btn {
  border-radius: 0;
}
body.corners-regular .aspect-ratio .content .category,
body.corners-regular .aspect-ratio .content .title,
body.corners-regular .aspect-ratio .content .timer,
body.corners-regular .aspect-ratio .content .publication-date {
  border-radius: calc(6px / 1.5);
}
body.corners-regular .aspect-ratio .content .item-amount {
  border-radius: calc(6px / 1.5) 0 0 calc(6px / 1.5);
}
body.corners-regular .link-block-section.link-block-action-image .text-block {
  border-radius: calc(6px / 1) 0 0 calc(6px / 1);
}
body.corners-regular .link-block-section.link-block-action-image .link-blog-image {
  border-radius: 0 calc(6px / 1) calc(6px / 1) 0;
}
body.corners-regular .link-block-section:not(.link-block-action-image) .text-block {
  border-radius: calc(6px / 1);
}

body.corners-square {
  /*
      regular values:
      20px    -   xxl     calc(0px / 0.333)
      14px    -   xl      calc(0px / 0.429)
      12px    -   lg      calc(0px / 0.5)
      6px     -   md      calc(0px / 1)
      4px     -   sm      calc(0px / 1.5)
      2px     -   xs      calc(0px / 2)
  */
  /* 20px*/
  /* 14px*/
  /* 8px */
  /* 6px */
  /* 4px */
  /* 2px */
  /* specifics */
  /* specifics */
  /* specifics for large radius */
  /*
  60px    calc(0px * 5)
  30px    calc(0px * 2.5)
  15px    calc(0pb * 1.25)
  6px     calc(0px / 1)
  4px     calc(0px / 1.5)
  2px     calc(0px / 2)
  */
}
body.corners-square .border-radius-xxl,
body.corners-square .featured .blog-image {
  border-radius: calc(0px / 0.333);
}
body.corners-square .border-radius-xl, body.corners-square.single-post #article-hidden .article-readmore-overlay, body.corners-square.single-post #article-hidden .article-detail,
body.corners-square .cards-wrapper .content-card {
  border-radius: calc(0px / 0.429);
}
body.corners-square .border-radius-lg {
  border-radius: calc(0px / 0.5);
}
body.corners-square .author-blog .author-profile-picture {
  border-radius: calc(0px / 0.75);
}
body.corners-square .border-radius-md,
body.corners-square .btn:not([class*=border-radius-]):not(.round),
body.corners-square .learndash-wrapper .ld-expand-button,
body.corners-square .copyright-notice,
body.corners-square .form-control:not([class*=border-radius-]),
body.corners-square .comments .comment .like-comment .btn,
body.corners-square .breadcrumb .dropdown-menu,
body.corners-square .dropdown-menu,
body.corners-square .input-group .input-group-addon:not([class*=border-radius-]),
body.corners-square #navbar-wrapper #navbar-user-menu .menu-item.menu-item-has-children .dropdown-menu,
body.corners-square #navbar-wrapper #nav-menu .menu-item.menu-item-has-children .dropdown-menu,
body.corners-square #navbar-wrapper #navbar-language-switch-wrapper .menu-item.menu-item-has-children .dropdown-menu,
body.corners-square .learndash-wrapper .ld-item-list .ld-item-list-item,
body.corners-square .learndash-wrapper .ld-table-list {
  border-radius: calc(0px / 1);
}
body.corners-square .border-radius-sm,
body.corners-square .gform_wrapper .gfield .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area,
body.corners-square .select2 .select2-selection,
body.corners-square .author-profile-picture .category,
body.corners-square .select2-container .select2-dropdown,
body.corners-square .select2-container .select2-dropdown .select2-results__options,
body.corners-square .megamenu-collapse-holder #navbar-user-menu .btn,
body.corners-square .navbar-collapse-holder #navbar-user-menu .btn {
  border-radius: calc(0px / 1.5);
}
body.corners-square .learndash-wrapper .ld-progress .ld-progress-bar,
body.corners-square .border-radius-xs {
  border-radius: calc(0px / 2);
}
body.corners-square .searchandfilter input,
body.corners-square .searchandfilter input[type=text],
body.corners-square .searchandfilter .select2-selection,
body.corners-square .searchandfilter .chosen-container-single,
body.corners-square .searchandfilter .search-field,
body.corners-square .searchandfilter .filters-trigger .btn,
body.corners-square .searchandfilter .select2-selection,
body.corners-square .searchandfilter .search-filter-reset {
  border-radius: calc(0px / 1);
}
body.corners-square .social-share-holder .social-share.social-share-vertical {
  border-radius: calc(0px / 1.5) 0 0 calc(0px / 1.5);
}
body.corners-square .social-share-holder .social-share.social-share-vertical .btn {
  border-radius: 0;
}
body.corners-square .aspect-ratio .content .category,
body.corners-square .aspect-ratio .content .title,
body.corners-square .aspect-ratio .content .timer,
body.corners-square .aspect-ratio .content .publication-date {
  border-radius: calc(0px / 1.5);
}
body.corners-square .aspect-ratio .content .item-amount {
  border-radius: calc(0px / 1.5) 0 0 calc(0px / 1.5);
}
body.corners-square .link-block-section.link-block-action-image .text-block {
  border-radius: calc(0px / 1) 0 0 calc(0px / 1);
}
body.corners-square .link-block-section.link-block-action-image .link-blog-image {
  border-radius: 0 calc(0px / 1) calc(0px / 1) 0;
}
body.corners-square .link-block-section:not(.link-block-action-image) .text-block {
  border-radius: calc(0px / 1);
}

/* ------------------------------ Some IE fixes ------------------------------ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.home .three-blocks .slick-content {
    max-width: 100% !important;
    width: 100% !important;
  }
  body.home .three-blocks .slick-content .slick-list {
    min-height: 100% !important;
    height: 100% !important;
  }
  body.home .three-blocks .slick-content .slick-list .slick-track {
    min-height: auto !important;
    height: 100% !important;
  }
  body.home .slick-front-page-intro-block-with-thumbs .slick-content .slick-list {
    min-height: 500px !important;
    height: 100% !important;
  }
  body.home .slick-front-page-intro-block-with-thumbs .slick-content .slick-list .slick-track {
    min-height: auto !important;
    height: 100% !important;
  }
  body.home .slick-front-page-intro-block-with-thumbs-nav .slick-content .slick-list {
    min-height: 250px !important;
    height: 100% !important;
  }
  body.home .slick-front-page-intro-block-with-thumbs-nav .slick-content .slick-list .slick-track {
    min-height: auto !important;
    height: 100% !important;
  }
  body.home .slick-front-page-intro-block-with-thumbs-nav .slick-content .slick-list .slick-track .slick-slide {
    min-height: 250px !important;
  }
}
body.single .h1 {
  font-size: 4.2rem;
}
body.single .full-width-search-bar {
  padding-top: 6.3rem;
  padding-bottom: 6.3rem;
}

.full-width-search-bar .full-width-search-bar-item {
  display: flex;
  flex-direction: column;
}
.full-width-search-bar .h1 {
  flex: 1;
  font-size: 5.2rem;
  margin-bottom: 6rem;
}
.full-width-search-bar form {
  display: flex;
  align-items: stretch;
}
.full-width-search-bar form input {
  height: 62px;
  flex: 1;
  font-size: 1.4em;
  padding-left: 3rem;
  font-size: 2.1rem;
  min-width: 10px;
}
.full-width-search-bar form .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  line-height: 1;
  height: unset;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0 2.5rem;
  border: unset;
  width: 62px;
}
.full-width-search-bar form .btn .fa {
  margin-left: 0 !important;
  font-size: 2.7rem;
  transition: 0.3s ease-in-out;
  transition-property: color;
}
.full-width-search-bar .full-width-search-advanced {
  font-style: italic;
  text-decoration: underline;
  color: black;
  margin-top: 1.5rem;
  display: block;
}
body.single-article-layout-alt2 #content {
  padding-bottom: 0;
}
body.single-article-layout-alt2 .full-width-search-bar .h1 {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .full-width-search-bar .full-width-search-bar-item {
    margin-bottom: 6rem;
  }
}

.front-page-intro-block-with-person {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.front-page-intro-block-with-person .front-page-intro-block-with-person-intro {
  margin-top: 10rem;
}
@media (min-width: 1200px) {
  .front-page-intro-block-with-person .front-page-intro-block-with-person-intro {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .front-page-intro-block-with-person .front-page-intro-block-with-person-intro {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .front-page-intro-block-with-person .front-page-intro-block-with-person-intro {
    margin-top: 5rem;
    width: 57.5%;
  }
}
.front-page-intro-block-with-person .front-page-intro-block-with-person-intro h1,
.front-page-intro-block-with-person .front-page-intro-block-with-person-intro .h1 {
  margin-bottom: 6rem;
  font-size: 5.8rem;
  line-height: 1.21;
}
@media (max-width: 1024px) {
  .front-page-intro-block-with-person .front-page-intro-block-with-person-intro h1,
.front-page-intro-block-with-person .front-page-intro-block-with-person-intro .h1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  .front-page-intro-block-with-person .front-page-intro-block-with-person-intro h1,
.front-page-intro-block-with-person .front-page-intro-block-with-person-intro .h1 {
    margin-bottom: 1rem;
  }
}
.front-page-intro-block-with-person .front-page-intro-block-with-person-intro .grouped-buttons .btn-lg {
  display: inline-flex;
  align-items: center;
}
.front-page-intro-block-with-person .front-page-intro-block-with-person-intro .grouped-buttons .btn-lg.btn-icon-after .fa {
  padding-left: 5.6rem;
  margin-left: 0;
}
.front-page-intro-block-with-person .front-page-intro-block-with-person-intro .grouped-buttons .btn-lg.btn-icon-after .custom-icon {
  width: 30px;
  padding: 0;
  margin-left: 5.6rem;
}
@media (max-width: 1024px) {
  .front-page-intro-block-with-person .front-page-intro-block-with-person-intro .grouped-buttons .btn-lg {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .front-page-intro-block-with-person .front-page-intro-block-with-person-intro .grouped-buttons {
    margin-bottom: 6rem;
  }
}
.front-page-intro-block-with-person .front-page-intro-block-with-person-quote img {
  max-height: 585px;
  width: auto;
  margin: 0 auto;
}
.front-page-intro-block-with-person .front-page-intro-block-with-person-quote h2,
.front-page-intro-block-with-person .front-page-intro-block-with-person-quote .h2 {
  font-size: 3.6rem;
  line-height: 1.22;
}
@media (max-width: 1024px) {
  .front-page-intro-block-with-person .front-page-intro-block-with-person-quote h2,
.front-page-intro-block-with-person .front-page-intro-block-with-person-quote .h2 {
    font-size: 2.5rem;
  }
}
.front-page-intro-block-with-person .front-page-intro-block-with-person-quote h3,
.front-page-intro-block-with-person .front-page-intro-block-with-person-quote .h3 {
  font-size: 2.4rem;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .front-page-intro-block-with-person .front-page-intro-block-with-person-quote h3,
.front-page-intro-block-with-person .front-page-intro-block-with-person-quote .h3 {
    font-size: 1.9rem;
  }
}
.front-page-intro-block-with-person .front-page-intro-block-with-person-quote hr {
  margin-top: 0;
  z-index: 1;
  margin-bottom: 1em;
  height: 3px;
}
.front-page-intro-block-with-person .front-page-intro-block-with-person-search {
  padding-top: 0;
  padding-bottom: 0;
}
.front-page-intro-block-with-person .front-page-intro-block-with-person-search:not(.front-page-row) {
  margin-top: 12rem;
}

.nav-links-wrapper-single {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.nav-links-wrapper-single .h2 {
  font-size: 5.2rem;
  margin-bottom: 3rem;
}
.nav-links-wrapper-single .nav-links-group {
  display: flex;
  flex-direction: column;
}
.nav-links-wrapper-single .nav-links-group .btn {
  margin: 0.75rem 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 2.6rem;
  font-weight: 500;
  white-space: normal;
  text-align: left;
}
.nav-links-wrapper-single .nav-links-group .btn .fa {
  font-size: 2rem;
}
.nav-links-wrapper-single .nav-links-group a:first-of-type {
  margin-top: 0;
}
.nav-links-wrapper-single .nav-links-group a:last-of-type {
  margin-bottom: 0;
}
.nav-links-wrapper-single .nav-links-group + .nav-links-group {
  margin-top: 12rem;
}

*::-ms-backdrop,
body:not(.page-template-default) .site-content .wrap #main .featured > .container {
  min-height: 40vh !important;
}

*::-ms-backdrop,
body .site-content .wrap .modal .modal-dialog {
  margin: 0 !important;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* E-LEARNING --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.learndash-wrapper code {
  padding: 0 !important;
}

body.ld-in-focus-mode.admin-bar {
  padding-top: 0;
}
body.ld-in-focus-mode .learndash-wrapper {
  font-size: 16px;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-progress {
  padding: 20px;
}
body.ld-in-focus-mode .learndash-wrapper input[type=submit] {
  padding: 10px 35px 10px 15px;
  padding-right: 35px;
  background-color: #2DC656 !important;
}
body.ld-in-focus-mode .learndash-wrapper input[type=submit]:hover {
  background-color: #249c44 !important;
}
body.ld-in-focus-mode .learndash-wrapper input[type=submit]:active, body.ld-in-focus-mode .learndash-wrapper input[type=submit]:focus {
  background-color: #1a7332 !important;
}
body.ld-in-focus-mode .learndash-wrapper input[type=submit] {
  background-color: #2DC656;
  border-radius: 0;
}
body.ld-in-focus-mode .learndash-wrapper .ld-status-icon {
  margin-right: 10px !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-status-icon.ld-status-complete {
  background-color: #2DC656;
  border-color: #2DC656 !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-status-icon.ld-status-incomplete {
  border-color: #CED4DC !important;
  background-color: transparent !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-status-icon.ld-status-unlocked {
  margin-right: 0 !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-status-icon.ld-quiz-complete, body.ld-in-focus-mode .learndash-wrapper .ld-status-icon.ld-quiz-incomplete {
  border: 0 !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon, body.ld-in-focus-mode .learndash-wrapper .ld-status-icon.ld-quiz-incomplete .ld-icon {
  font-size: 1.4em;
  transform: translateY(-2px);
}
body.ld-in-focus-mode .learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon:before, body.ld-in-focus-mode .learndash-wrapper .ld-status-icon.ld-quiz-incomplete .ld-icon:before {
  content: "\f19d";
  font-family: "FontAwesome";
  color: #65A7E4;
}
body.ld-in-focus-mode .learndash-wrapper .ld-status-icon.ld-quiz-complete + .ld-lesson-title, body.ld-in-focus-mode .learndash-wrapper .ld-status-icon.ld-quiz-incomplete + .ld-lesson-title {
  font-weight: 700 !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-status-icon .ld-icon-checkmark {
  font-size: 12px !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-status-icon .ld-icon-checkmark:before {
  margin-top: 1px;
}
body.ld-in-focus-mode .learndash-wrapper .ld-table-list .ld-status-icon.ld-status-incomplete {
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-lesson-item-preview-heading {
  color: #CED4DC !important;
  display: flex;
  align-items: center;
}
body.ld-in-focus-mode .learndash-wrapper .ld-lesson-item-preview-heading .ld-lesson-title {
  color: #141E28 !important;
  font-weight: 600;
  font-size: 14px;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar-collapsed .ld-course-navigation-heading .ld-focus-sidebar-trigger .ld-icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar-collapsed .ld-course-navigation-heading .ld-focus-sidebar-trigger .ld-icon:before {
  content: "\f0da" !important;
  font-family: FontAwesome;
  font-size: 1.5em !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading {
  padding: 10px 60px 10px 20px !important;
  min-height: 60px;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon {
  left: 0px !important;
  top: 0px !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon:before {
  content: "\f15c" !important;
  font-family: FontAwesome;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-sidebar-trigger {
  height: 60px;
  background-color: #65A7E4 !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-sidebar-trigger .ld-icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  transform: translate(0, -50%);
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-sidebar-trigger .ld-icon:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-size: 1.5em !important;
  transition: 0.2s linear;
  color: #FFFFFF;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading .ld-icon-content:before {
  content: "\f15c";
  font-family: "FontAwesome";
  margin-right: 5px;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar {
  background-color: #ECF0F5 !important;
  border-right: 0 !important;
  padding: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-focus-sidebar-wrapper {
  height: unset;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar a {
  transition: 0.2s ease-in-out;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading,
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-sidebar-trigger {
  background-color: #65A7E4 !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-sidebar-trigger .ld-icon:before,
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-course-navigation-heading .ld-focus-sidebar-trigger .ld-focus-sidebar-trigger .ld-icon:before {
  content: "\f0d9";
  font-family: FontAwesome;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-lesson-item {
  border-bottom: 1px solid #CED4DC !important;
  background-color: #ECF0F5 !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-lesson-item .ld-lesson-title {
  transition: 0.2s ease-in-out;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-lesson-item a:hover .ld-lesson-title {
  color: #2DC656 !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-lesson-item .ld-lesson-item-preview {
  padding: 20px !important;
  min-height: 60px;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-lesson-item .ld-lesson-item-preview .ld-lesson-item-preview-heading {
  width: 100%;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-lesson-item .ld-table-list-item a:hover {
  color: #2DC656;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-expand-button {
  padding-left: 30px;
  padding-top: 0;
  margin-top: 5px;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-expand-button .ld-icon-arrow-down {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-expand-button .ld-icon-arrow-down:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  font-size: 1.5em;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 14px !important;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-expand-button .ld-text {
  padding-left: 0px;
  font-size: 12px;
  color: #141E28;
  font-weight: 600;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-expand-button .ld-text .ld-sep {
  color: #969696;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-lesson-item-section-heading {
  padding: 10px 20px !important;
  min-height: 60px;
  margin: 0;
  border-bottom: 1px solid #CED4DC !important;
  display: flex;
  align-items: center;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-table-list {
  background-color: #D8DEE4 !important;
  padding: 10px 20px !important;
  min-height: 60px;
  display: flex;
  align-items: center;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-table-list:before {
  background-color: #ECF0F5 !important;
  left: 55px !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-table-list .ld-table-list-items {
  padding: 0 !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-lesson-navigation .ld-table-list .ld-table-list-items .ld-table-list-item a {
  padding: 5px 20px 5px 30px !important;
  display: flex;
  align-items: center;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-main .ld-focus-content h1 {
  margin-bottom: 40px;
  word-break: break-all;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-main .ld-focus-content .ld-lesson-topic-list .ld-table-list {
  border-radius: 0;
  border-width: 1px;
  margin: 40px 0;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-main .ld-focus-content .ld-lesson-topic-list .ld-table-list .ld-table-list-header {
  background-color: #65A7E4;
  padding: 10px 20px;
  min-height: 60px;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-main .ld-focus-content .ld-lesson-topic-list .ld-table-list .ld-table-list-header .ld-icon-content:before {
  content: "\f15c";
  font-family: "FontAwesome";
  margin-right: 5px;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-main .ld-focus-content .ld-lesson-topic-list .ld-table-list-items {
  border-width: 1px;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-main .ld-focus-content .ld-lesson-topic-list .ld-table-list-items .ld-table-list-item a {
  padding: 10px 0px;
  min-height: 60px;
  display: flex;
  align-items: center;
  transition: 0.2s ease-in-out;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-main .ld-focus-content .ld-lesson-topic-list .ld-table-list-items .ld-table-list-item a .ld-status-icon {
  align-self: center;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-main .ld-focus-content .ld-lesson-topic-list .ld-table-list-items .ld-table-list-item a:hover {
  color: #2DC656;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-main .ld-focus-content .ld-topic-status {
  border-radius: 0 !important;
}
body.ld-in-focus-mode .learndash-wrapper .ld-focus-main .ld-focus-content .ld-content-actions {
  border-width: 1px;
}
body.ld-in-focus-mode .ld-breadcrumbs {
  display: none;
  padding: 10px 10px 10px 20px;
  margin-bottom: 40px;
  min-height: 60px;
  border-radius: 0 !important;
}
body.ld-in-focus-mode .ld-breadcrumbs .ld-status {
  background-color: #2DC656;
  padding: 8px 14px;
  line-height: 1;
  border-radius: 0;
}

.ld-content-actions .ld-content-action {
  padding: 0 !important;
}
.ld-content-actions .ld-content-action .ld-course-step-back {
  display: none !important;
}
.ld-content-actions .ld-content-action .sfwd-mark-complete input[type=submit] {
  padding: 10px 40px 10px 15px !important;
  background-color: transparent !important;
  border: 1px solid;
}
.ld-content-actions .ld-content-action .sfwd-mark-complete input[type=submit]:hover, .ld-content-actions .ld-content-action .sfwd-mark-complete input[type=submit]:focus {
  color: #FFFFFF !important;
}
.ld-content-actions .ld-content-action .sfwd-mark-complete:after {
  transition: 0.3s linear !important;
}
.ld-content-actions .ld-content-action .sfwd-mark-complete:hover:after, .ld-content-actions .ld-content-action .sfwd-mark-complete:focus:after {
  color: #FFFFFF !important;
}
.ld-content-actions .ld-content-action .ld-button .ld-text {
  padding: 0 10px 0 0px;
}
.ld-content-actions .ld-content-action .ld-button.prev .ld-text {
  padding: 0 0 0 10px;
}
.ld-content-actions .ld-content-action + a {
  display: none !important;
}

.ld-status-icon {
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  margin-top: 0 !important;
  background-color: #2DC656 !important;
  margin-right: 10px;
  font-size: 0.8em !important;
  align-self: flex-start;
}
.ld-status-icon .ld-icon {
  font-size: 10px !important;
}
.ld-status-icon .ld-icon:before {
  margin-top: 1px;
}
.ld-status-icon .ld-icon.ld-icon-unlocked {
  font-size: 14px !important;
}
.ld-status-icon .ld-icon.ld-icon-unlocked:before {
  margin-top: 0px;
  content: "\f13e";
  font-family: "FontAwesome";
}

.content-item.content-item-sfwd-courses .content-item-content .content .content-labels {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.85em;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top.content-labels-top,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom.content-labels-top {
  font-size: 14px;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top.content-labels-top .content-label,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom.content-labels-top .content-label {
  background-color: rgba(20, 30, 40, 0.8);
  color: white;
  padding: 2px 8px;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top.content-labels-top .content-label.label-left,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom.content-labels-top .content-label.label-left {
  border-bottom-right-radius: 4px;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top.content-labels-top .content-label.label-right,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom.content-labels-top .content-label.label-right {
  border-bottom-left-radius: 4px;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top.content-labels-bottom,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom.content-labels-bottom {
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  padding: 8px;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top .content-label,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom .content-label {
  text-transform: uppercase;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top .content-label.label-left,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom .content-label.label-left {
  align-self: flex-start;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top .content-label.label-right,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom .content-label.label-right {
  align-self: flex-end;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top .label-spacer,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom .label-spacer {
  flex: 1;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top .course-progress,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom .course-progress {
  width: 100%;
  text-transform: uppercase;
  padding: 2px;
  position: relative;
  margin-bottom: 4px;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top .course-progress .course-progress-bar-wrapper,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom .course-progress .course-progress-bar-wrapper {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top .course-progress .course-progress-bar-wrapper .course-progress-bar,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom .course-progress .course-progress-bar-wrapper .course-progress-bar {
  background-color: green;
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: 0;
}
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-top .course-progress .course-progress-bar-text,
.content-item.content-item-sfwd-courses .content-item-content .content .content-labels .content-labels-bottom .course-progress .course-progress-bar-text {
  position: relative;
  padding: 0 2px;
  font-weight: bold;
  letter-spacing: 0.92px;
  font-size: 12px;
}
.content-item.content-item-sfwd-courses .content-item-content .article-content .article-footer {
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 -5px;
}
.content-item.content-item-sfwd-courses .content-item-content .article-content .article-footer > * {
  margin: 0 5px;
}
.content-item.content-item-sfwd-courses .content-item-content .article-content .article-footer .btn {
  flex-shrink: 0;
}
.content-item.content-item-sfwd-courses .content-item-content .article-content .article-footer .course-availability {
  font-size: 12px;
  font-weight: 700;
}

body.page-template-page-profile #courses .my-courses .my-courses-summary,
body.bp-user #courses .my-courses .my-courses-summary {
  margin-top: 35px;
}
body.page-template-page-profile #courses .my-courses .my-courses-summary .my-courses-summary-table,
body.bp-user #courses .my-courses .my-courses-summary .my-courses-summary-table {
  display: flex;
  align-items: stretch;
}
body.page-template-page-profile #courses .my-courses .my-courses-summary .my-courses-summary-table .seperator,
body.bp-user #courses .my-courses .my-courses-summary .my-courses-summary-table .seperator {
  border-right: 1px solid;
}
body.page-template-page-profile #courses .my-courses .my-courses-summary .my-courses-summary-table .my-courses-summary-table-item,
body.bp-user #courses .my-courses .my-courses-summary .my-courses-summary-table .my-courses-summary-table-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
}
body.page-template-page-profile #courses .my-courses .my-courses-summary .my-courses-summary-table .my-courses-summary-table-item .my-courses-summary-table-item-number,
body.bp-user #courses .my-courses .my-courses-summary .my-courses-summary-table .my-courses-summary-table-item .my-courses-summary-table-item-number {
  font-size: 34px;
  font-weight: bold;
}
body.page-template-page-profile #courses .my-courses .my-courses-summary .my-courses-summary-table .my-courses-summary-table-item .my-courses-summary-table-item-description,
body.bp-user #courses .my-courses .my-courses-summary .my-courses-summary-table .my-courses-summary-table-item .my-courses-summary-table-item-description {
  font-size: 14px;
}
body.page-template-page-profile #courses .my-favourites-wrapper,
body.bp-user #courses .my-favourites-wrapper {
  background-color: transparent !important;
  margin-top: 35px;
}
body.page-template-page-profile #courses .my-favourites-wrapper .slick-profile-list-heading-wrapper-left,
body.bp-user #courses .my-favourites-wrapper .slick-profile-list-heading-wrapper-left {
  margin: 0 -10px;
}
body.page-template-page-profile #courses .my-favourites-wrapper .slick-profile-list-heading-wrapper-left > *,
body.bp-user #courses .my-favourites-wrapper .slick-profile-list-heading-wrapper-left > * {
  margin: 0 10px;
}
body.page-template-page-profile #courses .my-certificates-wrapper,
body.bp-user #courses .my-certificates-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
}
body.page-template-page-profile #courses .my-certificates-wrapper .no-certificates,
body.bp-user #courses .my-certificates-wrapper .no-certificates {
  margin-top: 1em;
}
body.page-template-page-profile #courses .my-certificates-wrapper .user-certificate-wrapper .user-certificate,
body.bp-user #courses .my-certificates-wrapper .user-certificate-wrapper .user-certificate {
  border: 1px solid;
  align-items: center;
  padding: 18px 24px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.page-template-page-profile #courses .my-certificates-wrapper .user-certificate-wrapper .user-certificate,
body.bp-user #courses .my-certificates-wrapper .user-certificate-wrapper .user-certificate {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  body.page-template-page-profile #courses .my-certificates-wrapper .user-certificate-wrapper .user-certificate a,
body.bp-user #courses .my-certificates-wrapper .user-certificate-wrapper .user-certificate a {
    margin-top: 0.5em;
  }
}
body.page-template-page-profile #courses .my-certificates-wrapper .user-certificate-wrapper .user-certificate h3,
body.bp-user #courses .my-certificates-wrapper .user-certificate-wrapper .user-certificate h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  flex: 1;
}
body.page-template-page-profile #courses .my-certificates-wrapper .user-certificate-wrapper + .user-certificate-wrapper,
body.bp-user #courses .my-certificates-wrapper .user-certificate-wrapper + .user-certificate-wrapper {
  margin-top: 10px;
}

body.bp-user #courses .my-courses .container {
  max-width: 100%;
}
body.bp-user #courses .my-courses .my-courses-summary .my-courses-summary-table .my-courses-summary-table-item .my-courses-summary-table-item-number {
  line-height: 44px;
}

body.single-sfwd-courses .article-detail {
  padding: 20px 30px;
}
body.single-sfwd-courses .article-detail .article-content .learndash .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-item-name {
  flex: 1;
}
body.single-sfwd-courses .article-detail .article-content .learndash .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-expand-button .ld-text {
  display: none;
}
body.single-sfwd-courses .article-detail .article-content .learndash .learndash-wrapper .ld-item-list .ld-item-list-items .ld-item-list-item .ld-expand-button .ld-icon {
  line-height: 18px;
  margin: 0;
}
body.single-sfwd-courses .article-detail .article-content #faq-title {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
body.single-sfwd-courses .article-detail .article-content #faq-title h2 {
  font-size: 26px;
}
body.single-sfwd-courses .article-detail .article-content #faq-title hr {
  display: none;
}
body.single-sfwd-courses .article-detail .article-content .faq .h3 {
  font-size: 22px;
}
body.single-sfwd-courses .article-detail .article-content .faq .panel-title {
  margin-bottom: 0;
  font-size: 16px;
}
body.single-sfwd-courses .article-detail .article-content .faq .panel-title a {
  color: black !important;
  font-weight: bold;
}
body.single-sfwd-courses .article-detail .article-content .faq .panel-body {
  font-size: 16px;
}
body.single-sfwd-courses .article-detail .article-content .faq .panel-footer a {
  color: white;
}
body.single-sfwd-courses .article-detail .article-content .more-questions a {
  color: white;
  text-decoration: none;
}
body.single-sfwd-courses .go-further .top-seperator {
  display: none;
}

main .article-detail .learndash-wrapper .ld-button {
  color: #FFFFFF !important;
}
main .article-detail .learndash-wrapper a:not(.btn, .ld-button) {
  text-decoration: none;
}
main .article-detail .learndash-wrapper a:not(.btn, .ld-button).ld-button:not(.prev) {
  color: #FFFFFF !important;
}
main .article-detail .learndash-wrapper a:not(.btn, .ld-button).ld-button:not(.prev):hover, main .article-detail .learndash-wrapper a:not(.btn, .ld-button).ld-button:not(.prev):active {
  color: #FFFFFF !important;
}

.learndash-wrapper .ld-expand-button {
  padding: 6px 10px;
  display: flex;
  background-color: #2DC656;
  border-radius: 0 !important;
}
.learndash-wrapper .ld-expand-button:hover, .learndash-wrapper .ld-expand-button:active {
  background-color: #2DC656;
}
.learndash-wrapper .ld-expand-button .ld-text {
  padding-left: 0;
}
.learndash-wrapper .ld-expand-button .ld-icon-arrow-down {
  transform: unset;
  position: relative;
  margin-right: 10px;
  margin-left: 4px;
  font-weight: initial !important;
}
.learndash-wrapper .ld-expand-button .ld-icon-arrow-down:before {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: inline-block;
}
.learndash-wrapper .ld-expand-button.ld-expanded .ld-icon-arrow-down:before {
  transform: rotate(0deg);
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon {
  background-color: #2DC656;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  line-height: 24px;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon:hover, .learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon:active {
  background-color: #2DC656;
}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon-arrow-down:before {
  transform: rotate(0deg);
}
.learndash-wrapper .ld-expand-button.ld-button-alternate.ld-expanded .ld-icon-arrow-down:before {
  transform: rotate(0deg);
}
.learndash-wrapper .ld-item-icon {
  margin-right: 20px;
}
.learndash-wrapper .ld-status-icon {
  margin-right: 29px;
}
.learndash-wrapper .ld-status-icon.ld-status-incomplete {
  border-color: #B9C6D0;
}
.learndash-wrapper .ld-status-icon.ld-status-complete {
  background-color: #2DC656;
}
.learndash-wrapper .ld-status-icon[class*=ld-quiz] {
  color: #65A7E4;
}
.learndash-wrapper .ld-status-icon.ld-status-unlocked {
  margin-right: 0 !important;
  margin-left: 10px !important;
  background-color: #D8DEE4 !important;
}
.learndash-wrapper .ld-status-icon.ld-status-unlocked .ld-icon {
  color: #65A7E4;
}
.learndash-wrapper .ld-status-icon.ld-quiz-complete, .learndash-wrapper .ld-status-icon.ld-quiz-incomplete {
  border: 0 !important;
  background-color: transparent !important;
}
.learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon, .learndash-wrapper .ld-status-icon.ld-quiz-incomplete .ld-icon {
  font-size: 16px !important;
}
.learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon:before, .learndash-wrapper .ld-status-icon.ld-quiz-incomplete .ld-icon:before {
  content: "\f19d";
  font-family: "FontAwesome";
}
.learndash-wrapper .ld-progress {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 20px !important;
  min-height: 60px;
}
.learndash-wrapper .ld-progress .ld-progress-bar {
  width: 100%;
  height: 12px;
  margin-top: 6px;
  margin-bottom: 0 !important;
  background-color: #FFFFFF;
  border-radius: 0 !important;
}
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  height: 100%;
  background-color: #2DC656;
}
.learndash-wrapper .ld-progress .ld-progress-heading {
  align-self: flex-end;
  color: #64788B;
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats {
  justify-content: space-between;
  width: 100%;
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  color: #2DC656;
}
.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar {
  margin-right: 0;
}
.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-heading {
  width: 100%;
}
.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-heading .ld-progress-heading-text {
  align-self: flex-start;
}
.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-heading .ld-progress-stats {
  width: auto;
}
.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #64788B;
  color: #65A7E4;
}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid #B9C6D0;
  border-radius: 0;
  margin-bottom: 1.5em;
}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress-inline {
  padding-bottom: 1.5em;
}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress {
  padding-right: 0;
}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price {
  font-size: 16px;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation::after {
  background-color: #65A7E4;
  height: 2px;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab {
  padding: 6px 20px;
  font-size: 14px;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon {
  display: none;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon.ld-icon-materials + .ld-text {
  text-transform: capitalize;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active {
  background-color: #65A7E4;
  color: #FFFFFF;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active::after {
  background-color: transparent;
}
.learndash-wrapper .ld-item-list .ld-sep {
  color: #B9C6D0;
}
.learndash-wrapper .ld-item-list .ld-item-list-item {
  border-width: 1px;
  border-radius: 0 !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
  margin-top: 0;
  margin-right: 1.9em;
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-name .ld-status-icon, .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-list-item-quiz .ld-item-name .ld-status-icon {
  margin-right: 0.9em;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components {
  font-weight: normal;
  color: black;
}
.learndash-wrapper .ld-item-list .ld-course-list .ld-section-heading h2 {
  font-size: 26px;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-items {
  padding: 20px 60px;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-items .ld-table-list-item {
  margin: 0;
}
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-items .ld-table-list-item a {
  align-items: center;
}
.learndash-wrapper .ld-table-list .ld-table-list-header {
  background-color: #65A7E4;
}
.learndash-wrapper .ld-table-list .ld-table-list-header .ld-lesson-list-progress {
  display: none;
}

.ld-tabs .ld-tabs-content a {
  text-decoration: underline !important;
}

#learndash-tooltips .ld-tooltip {
  border-radius: 0;
  box-shadow: none !important;
  max-width: 400px;
}

.learndash-wrapper ol {
  list-style: none !important;
}
.learndash-wrapper ol,
.learndash-wrapper ul {
  padding: 0 !important;
}
.learndash-wrapper ol.wpProQuiz_resultsList li:before,
.learndash-wrapper ul.wpProQuiz_resultsList li:before {
  display: none;
}
.learndash-wrapper h1 {
  font-size: 2em;
}
.learndash-wrapper h2 {
  font-size: 1.85em;
}
.learndash-wrapper h3 {
  font-size: 1.4em;
}
.learndash-wrapper h4 {
  font-size: 1em;
}
.learndash-wrapper h5 {
  text-transform: uppercase;
}
.learndash-wrapper h6 {
  font-size: 1em;
}
.learndash-wrapper .ld-button,
.learndash-wrapper input[type=button],
.learndash-wrapper .learndash_mark_complete_button,
.learndash-wrapper .ld-quiz-actions a,
.learndash-wrapper .ld-quiz-actions input[type=button],
.learndash-wrapper .wpProQuiz_certificate a,
.learndash-wrapper .ld-alert .ld-button,
.learndash-wrapper .ld-focus-comments .form-submit #submit {
  color: white;
  border-radius: 0 !important;
  padding: 10px 15px !important;
  font-size: 14px !important;
  transition: 0.3s linear !important;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700 !important;
}
@media (max-width: 640px) {
  .learndash-wrapper .ld-button,
.learndash-wrapper input[type=button],
.learndash-wrapper .learndash_mark_complete_button,
.learndash-wrapper .ld-quiz-actions a,
.learndash-wrapper .ld-quiz-actions input[type=button],
.learndash-wrapper .wpProQuiz_certificate a,
.learndash-wrapper .ld-alert .ld-button,
.learndash-wrapper .ld-focus-comments .form-submit #submit {
    margin: 0;
  }
}
.learndash-wrapper .ld-button .ld-icon,
.learndash-wrapper input[type=button] .ld-icon,
.learndash-wrapper .learndash_mark_complete_button .ld-icon,
.learndash-wrapper .ld-quiz-actions a .ld-icon,
.learndash-wrapper .ld-quiz-actions input[type=button] .ld-icon,
.learndash-wrapper .wpProQuiz_certificate a .ld-icon,
.learndash-wrapper .ld-alert .ld-button .ld-icon,
.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-icon {
  transition: 0.2s linear;
}
.learndash-wrapper .ld-button:hover,
.learndash-wrapper input[type=button]:hover,
.learndash-wrapper .learndash_mark_complete_button:hover,
.learndash-wrapper .ld-quiz-actions a:hover,
.learndash-wrapper .ld-quiz-actions input[type=button]:hover,
.learndash-wrapper .wpProQuiz_certificate a:hover,
.learndash-wrapper .ld-alert .ld-button:hover,
.learndash-wrapper .ld-focus-comments .form-submit #submit:hover {
  background-color: #3a8edc !important;
}
.learndash-wrapper .ld-button:active, .learndash-wrapper .ld-button:focus,
.learndash-wrapper input[type=button]:active,
.learndash-wrapper input[type=button]:focus,
.learndash-wrapper .learndash_mark_complete_button:active,
.learndash-wrapper .learndash_mark_complete_button:focus,
.learndash-wrapper .ld-quiz-actions a:active,
.learndash-wrapper .ld-quiz-actions a:focus,
.learndash-wrapper .ld-quiz-actions input[type=button]:active,
.learndash-wrapper .ld-quiz-actions input[type=button]:focus,
.learndash-wrapper .wpProQuiz_certificate a:active,
.learndash-wrapper .wpProQuiz_certificate a:focus,
.learndash-wrapper .ld-alert .ld-button:active,
.learndash-wrapper .ld-alert .ld-button:focus,
.learndash-wrapper .ld-focus-comments .form-submit #submit:active,
.learndash-wrapper .ld-focus-comments .form-submit #submit:focus {
  background-color: #2275c1 !important;
}
.learndash-wrapper .ld-button.prev,
.learndash-wrapper input[type=button].prev,
.learndash-wrapper .learndash_mark_complete_button.prev,
.learndash-wrapper .ld-quiz-actions a.prev,
.learndash-wrapper .ld-quiz-actions input[type=button].prev,
.learndash-wrapper .wpProQuiz_certificate a.prev,
.learndash-wrapper .ld-alert .ld-button.prev,
.learndash-wrapper .ld-focus-comments .form-submit #submit.prev {
  background-color: transparent !important;
  color: #FFFFFF !important;
  padding: 9px 14px;
  border: 1px solid !important;
}
.learndash-wrapper .ld-button.prev:hover,
.learndash-wrapper input[type=button].prev:hover,
.learndash-wrapper .learndash_mark_complete_button.prev:hover,
.learndash-wrapper .ld-quiz-actions a.prev:hover,
.learndash-wrapper .ld-quiz-actions input[type=button].prev:hover,
.learndash-wrapper .wpProQuiz_certificate a.prev:hover,
.learndash-wrapper .ld-alert .ld-button.prev:hover,
.learndash-wrapper .ld-focus-comments .form-submit #submit.prev:hover {
  color: #FFFFFF !important;
}
.learndash-wrapper .ld-button .ld-text,
.learndash-wrapper input[type=button] .ld-text,
.learndash-wrapper .learndash_mark_complete_button .ld-text,
.learndash-wrapper .ld-quiz-actions a .ld-text,
.learndash-wrapper .ld-quiz-actions input[type=button] .ld-text,
.learndash-wrapper .wpProQuiz_certificate a .ld-text,
.learndash-wrapper .ld-alert .ld-button .ld-text,
.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-text {
  padding: 0 10px;
}
.learndash-wrapper .ld-button .ld-icon,
.learndash-wrapper input[type=button] .ld-icon,
.learndash-wrapper .learndash_mark_complete_button .ld-icon,
.learndash-wrapper .ld-quiz-actions a .ld-icon,
.learndash-wrapper .ld-quiz-actions input[type=button] .ld-icon,
.learndash-wrapper .wpProQuiz_certificate a .ld-icon,
.learndash-wrapper .ld-alert .ld-button .ld-icon,
.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-icon {
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  transform: none;
}
.learndash-wrapper .ld-button .ld-icon-arrow-left:before,
.learndash-wrapper input[type=button] .ld-icon-arrow-left:before,
.learndash-wrapper .learndash_mark_complete_button .ld-icon-arrow-left:before,
.learndash-wrapper .ld-quiz-actions a .ld-icon-arrow-left:before,
.learndash-wrapper .ld-quiz-actions input[type=button] .ld-icon-arrow-left:before,
.learndash-wrapper .wpProQuiz_certificate a .ld-icon-arrow-left:before,
.learndash-wrapper .ld-alert .ld-button .ld-icon-arrow-left:before,
.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-icon-arrow-left:before {
  content: "\f060" !important;
  font-family: FontAwesome;
  font-size: 1.5em !important;
}
.learndash-wrapper .ld-button .ld-icon-arrow-right:before,
.learndash-wrapper input[type=button] .ld-icon-arrow-right:before,
.learndash-wrapper .learndash_mark_complete_button .ld-icon-arrow-right:before,
.learndash-wrapper .ld-quiz-actions a .ld-icon-arrow-right:before,
.learndash-wrapper .ld-quiz-actions input[type=button] .ld-icon-arrow-right:before,
.learndash-wrapper .wpProQuiz_certificate a .ld-icon-arrow-right:before,
.learndash-wrapper .ld-alert .ld-button .ld-icon-arrow-right:before,
.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-icon-arrow-right:before {
  content: "\f061" !important;
  font-family: FontAwesome;
  font-size: 1.5em !important;
}
.learndash-wrapper .wpProQuiz_certificate a,
.learndash-wrapper .ld-alert .ld-button {
  color: #FFFFFF !important;
}
.single-sfwd-courses .ld-item-list-actions .ld-expand-button {
  flex-direction: row-reverse;
  padding: 10px 20px !important;
  min-width: 130px;
}
.single-sfwd-courses .ld-item-list-actions .ld-expand-button .ld-icon {
  margin: 0 0 0 10px;
}
.single-sfwd-courses .ld-item-list-actions .ld-expand-button .ld-text {
  padding: 0;
}

.learndash-link-previous-incomplete {
  width: auto;
}
.learndash-link-previous-incomplete .ld-icon {
  margin-right: 10px;
}

.learndash-link-previous-incomplete.prev {
  border: 1px solid !important;
  background-color: transparent;
}
.learndash-link-previous-incomplete.prev:hover {
  color: #FFFFFF;
}
.learndash-link-previous-incomplete.prev .ld-icon {
  margin-right: 10px;
}

.ld-course-status .ld-progress {
  padding: 0 !important;
}

.ld-status-icon.ld-status-in-progress {
  border-color: #2DC656 #B9C6D0 #B9C6D0 #2DC656 !important;
  background-color: transparent !important;
  transform: translateY(-1px) rotate(0deg);
  border-width: 3px !important;
}

.ld-status-icon.ld-status-incomplete {
  background-color: transparent !important;
  border-width: 3px !important;
}

.ld-status.ld-status-waiting {
  border-radius: 0;
  padding: 10px;
  color: white !important;
}

.ld-focus-comments {
  margin: 0 !important;
}
.ld-focus-comments textarea {
  border-radius: 0 !important;
}

.comment img {
  border-color: #ecf0f5 !important;
  border-radius: 0 !important;
}
.comment:last-child {
  margin-bottom: 0 !important;
}

.ld-comment-wrapper {
  border: 1px solid #CED4DE !important;
  padding: 20px !important;
}
.ld-comment-wrapper .ld-comment-reply {
  margin-bottom: 0 !important;
}
.ld-comment-wrapper .ld-comment-reply a {
  border-radius: 0 !important;
}

.featured.featured-type-sfwd-courses .featured-content {
  justify-content: flex-start;
}
.featured.featured-type-sfwd-courses .featured-content h1.title {
  margin-bottom: 0;
}
.featured.featured-type-sfwd-courses .featured-content h2.subtitle {
  letter-spacing: 2.6px;
  font-size: 26px;
  font-weight: normal;
}

.wpProQuiz_reviewQuestion li {
  width: auto;
  margin: 0 5px 0 0 !important;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.wpProQuiz_reviewQuestion li:before {
  display: none;
}
.wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget {
  box-shadow: none !important;
}

.wpProQuiz_reviewLegend {
  margin: 10px 0;
}
.wpProQuiz_reviewLegend li .wpProQuiz_reviewText {
  padding-right: 20px;
}
.wpProQuiz_reviewLegend li .wpProQuiz_reviewColor {
  margin-right: 5px !important;
  box-shadow: none !important;
}
.wpProQuiz_reviewLegend li span {
  display: flex;
  align-items: center;
}

.wpProQuiz_results {
  padding: 40px;
  background-color: #ecf0f5;
  text-align: center;
}
.wpProQuiz_results .wpProQuiz_header {
  margin-top: 0 !important;
}
.wpProQuiz_results .wpProQuiz_quiz_time {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.wpProQuiz_results .wpProQuiz_certificate {
  margin: 0 0 20px 0;
}
.wpProQuiz_results .wpProQuiz_points {
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  border-radius: 0;
  border-color: #FFFFFF;
  color: #000000;
  margin: 20px 0;
}
.wpProQuiz_results .ld-quiz-actions {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue,
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
  color: #FFFFFF !important;
}

.ld-alert {
  border-radius: 0 !important;
  border: 0 !important;
  background-color: #ecf0f5 !important;
  padding: 20px !important;
  min-height: 0 !important;
}
.ld-alert .ld-alert-content {
  flex: 1;
}
.ld-alert .ld-alert-content .ld-alert-icon {
  display: none;
}

.ld-assignment-list {
  border-radius: 0 !important;
  background-color: #ecf0f5 !important;
}
.ld-assignment-list .ld-table-list-items {
  border: 0 !important;
  padding: 40px !important;
}
.ld-assignment-list .ld-table-list-items .ld-file-upload {
  margin: 0;
  padding: 0;
}
.ld-assignment-list .ld-table-list-items .ld-file-upload label[for=uploadfiles] {
  border-radius: 0;
  height: 38px;
  align-items: center;
  margin: 0 10px 0 0;
}
.ld-assignment-list .ld-table-list-items .ld-file-upload label[for=uploadfiles] strong {
  padding: 9px 20px;
  font-size: inherit;
}
.ld-assignment-list .ld-table-list-items .ld-file-upload input {
  padding: 12px 15px !important;
  line-height: 1 !important;
  height: auto !important;
}

.wpProQuiz_time_limit {
  border-radius: 0 !important;
  background-color: #ecf0f5 !important;
}
.wpProQuiz_time_limit .time {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}
.wpProQuiz_time_limit:before,
.wpProQuiz_time_limit .wpProQuiz_progress {
  height: 12px !important;
}

.learndash-wrapper .course_progress .sending_progress_bar,
.course_progress {
  height: 12px !important;
  border-radius: 0 !important;
}

.wpProQuiz_incorrect .wpProQuiz_AnswerMessage {
  text-align: inherit;
}
.wpProQuiz_incorrect .wpProQuiz_AnswerMessage ul {
  list-style: initial !important;
  list-style-position: inside !important;
  text-align: initial;
}
.wpProQuiz_incorrect .wpProQuiz_AnswerMessage ul li {
  list-style-type: initial;
  display: list-item !important;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MULTIPLE CHOICE QUESTIONS ------------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.ui-sortable li,
.wpProQuiz_questionList li {
  margin-bottom: 10px;
}
.ui-sortable .wpProQuiz_sortable,
.wpProQuiz_questionList .wpProQuiz_sortable {
  padding: 10px !important;
  border-radius: 0 !important;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem {
  margin-bottom: 10px !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table {
  border-radius: 0;
  border-width: 1px;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td {
  padding-bottom: 0 !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td:first-child {
  border-right: 0 !important;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td img {
  margin: 0;
  border: 10px solid #f0f3f6;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem > table td .wpProQuiz_maxtrixSortCriterion {
  margin: 0 !important;
}

.wpProQuiz_questionList[data-type=matrix_sort_answer] li {
  margin-bottom: 10px;
}
.wpProQuiz_questionList[data-type=matrix_sort_answer] li td {
  padding-bottom: 0 !important;
}
.wpProQuiz_questionList[data-type=matrix_sort_answer] li td .wpProQuiz_maxtrixSortText {
  padding: 0px !important;
}

.wpProQuiz_quiz {
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
}
.wpProQuiz_quiz .wpProQuiz_questionListItem,
.wpProQuiz_quiz .wpProQuiz_questionListItem:last-child {
  padding: 0;
  margin-bottom: 10px;
}
.wpProQuiz_quiz .wpProQuiz_questionListItem .wpProQuiz_cloze,
.wpProQuiz_quiz .wpProQuiz_questionListItem:last-child .wpProQuiz_cloze {
  padding: 0 10px;
  height: 40px;
  border-radius: 0;
  vertical-align: middle;
  line-height: 2.5;
}
.wpProQuiz_quiz .wpProQuiz_questionListItem:focus,
.wpProQuiz_quiz .wpProQuiz_questionListItem:last-child:focus {
  outline: 0;
}
.wpProQuiz_quiz .wpProQuiz_questionListItem label,
.wpProQuiz_quiz .wpProQuiz_questionListItem:last-child label {
  border-radius: 0 !important;
  padding: 10px 10px 10px 40px !important;
}
.wpProQuiz_quiz .wpProQuiz_questionListItem label.text,
.wpProQuiz_quiz .wpProQuiz_questionListItem:last-child label.text {
  padding: 10px !important;
}
.wpProQuiz_quiz .wpProQuiz_questionListItem label.is-selected, .wpProQuiz_quiz .wpProQuiz_questionListItem label:focus, .wpProQuiz_quiz .wpProQuiz_questionListItem label:focus-within,
.wpProQuiz_quiz .wpProQuiz_questionListItem:last-child label.is-selected,
.wpProQuiz_quiz .wpProQuiz_questionListItem:last-child label:focus,
.wpProQuiz_quiz .wpProQuiz_questionListItem:last-child label:focus-within {
  border: 2px solid #e2e7ed !important;
  outline: 0;
}
.wpProQuiz_quiz .wpProQuiz_questionListItem label {
  display: block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpProQuiz_quiz .wpProQuiz_questionListItem label input[type=radio],
.wpProQuiz_quiz .wpProQuiz_questionListItem label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpProQuiz_quiz .ld-icon-checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 10px;
  background-color: #eeeeee;
  border-radius: 50%;
  transform: translateY(-50%);
  color: #eeeeee;
  padding: 6px 5px 4px 5px;
  font-size: 10px;
  transition: 0.2s ease-in-out;
}
.wpProQuiz_quiz .wpProQuiz_questionListItem label:hover input ~ .ld-icon-checkmark {
  background-color: #d2d2d2;
  color: #d2d2d2;
}
.wpProQuiz_quiz .wpProQuiz_questionListItem label input:checked ~ .ld-icon-checkmark {
  background-color: #2DC656;
  color: #ffffff;
}
.wpProQuiz_quiz .ld-icon-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  transform: translateY(1px);
}
.wpProQuiz_quiz .ld-icon-checkmark:before {
  transform: translateY(1px);
}
.wpProQuiz_quiz .wpProQuiz_questionListItem label input:checked ~ .ld-icon-checkmark:after {
  display: block;
}
.wpProQuiz_quiz .wpProQuiz_question {
  margin: 20px 0 !important;
  padding: 0 !important;
  width: 100%;
}
.wpProQuiz_quiz .wpProQuiz_response {
  margin: 0 !important;
  background-color: #ecf0f5 !important;
  padding: 20px !important;
  color: #000000 !important;
  border-radius: 0 !important;
  border: 0 !important;
  text-align: inherit;
  width: 100%;
  min-height: 0 !important;
}

.wpProQuiz_response .wpProQuiz_AnswerMessage {
  text-align: initial;
}
.wpProQuiz_response .wpProQuiz_AnswerMessage span {
  font-weight: initial;
}
.wpProQuiz_response .wpProQuiz_AnswerMessage ul {
  list-style: initial !important;
}
.wpProQuiz_response .wpProQuiz_AnswerMessage ul li {
  list-style-type: initial !important;
  display: list-item !important;
  list-style: inside;
}

.btn-blue,
.quiz_continue_link {
  color: #FFFFFF !important;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus,
.quiz_continue_link:hover,
.quiz_continue_link:active,
.quiz_continue_link:focus {
  color: #FFFFFF !important;
}

.single-sfwd-courses .learndash-wrapper .ld-status.ld-status-unlocked .ld-icon {
  display: none !important;
}

@media (max-width: 528px) {
  .h5p-iframe-wrapper {
    position: relative;
  }
  .h5p-iframe-wrapper:before {
    content: "Deze video kunt u niet bekijken op mobiele apparaten.";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: slategrey;
    color: #FFFFFF;
    left: 0;
    top: 0;
    position: absolute;
    padding: 10px;
    text-align: center;
  }
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* EPD ARCHIVE & CARD ------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.introduction {
  padding: 15px 0;
  margin-bottom: 30px;
  font-size: 1.2rem;
  border: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #D8DEE4;
}

.epd-archive {
  font-size: 1.75rem;
}
.epd-archive .featured-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.epd-archive__category {
  margin-bottom: 0 !important;
}
.epd-archive__subtitle {
  font-size: 2.5rem !important;
  font-weight: bold;
  margin: 0 !important;
}
.epd-archive__title {
  font-size: 5rem !important;
  margin: -20px 0 0 0 !important;
  font-weight: bold;
}
.epd-archive__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.epd-archive__list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
}
.epd-archive__list li div {
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.epd-archive__list li div i {
  font-size: 1.75rem;
}
.epd-archive__list li div i.fa-check {
  color: #69DF40;
  transform: translateY(1px);
}
.epd-archive__list li div i.fa-remove {
  color: #DF405D;
}
.epd-archive__specs-link {
  margin-top: 10px !important;
  display: inline-block;
  position: relative;
  width: auto !important;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  font-weight: bold;
}
.epd-archive__specs-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  bottom: 0;
  transform: translateY(3px);
  left: 0;
  position: absolute;
  transition: 0.2s ease-in-out;
  opacity: 0.5;
}
.epd-archive__specs-link:hover {
  opacity: 1;
}
.epd-archive__specs-link:hover:after {
  transform: translateY(0px);
  opacity: 1;
}
.epd-archive .featured-buttons {
  margin-top: 20px !important;
}
.epd-archive .featured-buttons a {
  font-size: 1.75rem !important;
}

.epd-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.epd-card .content-item.content-item-only-in-block.epd a {
  width: 100% !important;
}
.epd-card__image {
  display: block;
  margin-bottom: 10px;
  width: 100% !important;
}
.epd-card__image .content {
  border-width: 1px;
  border-style: solid;
}
.epd-card__image img {
  border: 0 !important;
  width: 100% !important;
}
.epd-card__company {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.epd-card__name {
  font-size: 2rem;
  margin-top: -10px;
}
.epd-card__name h2 {
  margin: 0px;
}
.epd-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.epd-card__content a {
  height: auto !important;
}
.epd-card__price {
  font-size: 1.75rem;
  font-style: normal !important;
  margin: 5px 0;
}
.epd-card__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.epd-card__list i {
  width: 24px;
  text-align: left;
}
.epd-card__list i.fa-check {
  color: #69DF40;
}
.epd-card__list i.fa-remove {
  color: #DF405D;
}
.epd-card__button {
  width: auto !important;
  padding: 0.6em 1.2em !important;
  line-height: 1 !important;
  font-size: 1.5rem;
  transition: 0.2s ease-in-out !important;
}

.epd-specs .panel-group {
  margin: 0;
}
.epd-specs .panel-group:last-of-type .panel-body {
  border-bottom: 0 !important;
}
.epd-specs .panel-group .panel {
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.epd-specs .panel-group .panel-heading {
  padding: 0;
  border-bottom: 2px solid #D8DEE4;
  border-radius: 0 !important;
}
.epd-specs .panel-group .panel-heading .panel-title a {
  padding: 12px 20px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  width: 100%;
  font-size: 1.75rem;
  font-weight: bold;
}
.epd-specs .panel-group .panel-heading .panel-title a i {
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
.epd-specs .panel-group .panel-heading .panel-title a:hover, .epd-specs .panel-group .panel-heading .panel-title a:focus {
  background-color: #FFFFFF !important;
}
.epd-specs .panel-group .panel-heading .panel-title a.collapsed i {
  transform: rotate(0deg);
}
.epd-specs .panel-group .panel-body {
  position: relative;
  padding: 0px !important;
  padding-bottom: 1px;
  border: 0 !important;
}
.epd-specs .panel-group .panel-body table {
  width: 100%;
}
.epd-specs .panel-group .panel-body table tr {
  border-bottom: 2px solid #D8DEE4;
}
.epd-specs .panel-group .panel-body table tr td {
  padding: 12px 20px !important;
  width: 50% !important;
  font-size: 1.75rem;
  line-height: 1;
}
.epd-specs .panel-group .panel-body table tr td .fa-check {
  color: #69DF40;
}
.epd-specs .panel-group .panel-body table tr td .fa-remove {
  color: #DF405D;
}
.epd-specs .panel-group .panel-body table tr td:nth-child(2) {
  text-align: center;
}
