@charset "UTF-8";
@import url("https://use.typekit.net/wwl8iub.css");
@keyframes move-animation {
  from {
    flex: none;
  }
  to {
    flex: 1;
  }
}
.light {
  font-weight: 300;
}

.semibold {
  font-weight: 600;
}

.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}

address {
  font-style: normal;
}

blockquote.quote {
  float: left;
  width: 100%;
  color: #4B9976;
  font-family: "lexia", serif;
  font-size: 1.33rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 16px 0;
  padding: 0 0 0 40px;
  position: relative;
}
blockquote.quote::before {
  content: "“";
}
blockquote.quote::after {
  content: "”";
}

blockquote.quote::before {
  position: absolute;
  left: 28px;
}

blockquote.streamer {
  float: left;
  width: 100%;
  color: #4B9976;
  font-family: "lexia", serif;
  font-size: 1.777rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 24px 0;
  padding: 0 0 0 40px;
  position: relative;
}

cite {
  float: left;
  width: 100%;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  display: block;
  position: relative;
  font-style: normal;
  font-weight: 300;
  margin-top: 20px;
  margin: 0 0 1.5rem;
  padding-left: 40px;
  margin-left: 10px;
}

cite.quote {
  margin-left: 0;
}

::-moz-input-placeholder {
  color: #17A95F;
}

::-ms-input-placeholder {
  color: #17A95F;
}

::-webkit-input-placeholder {
  color: #17A95F;
}

:focus::-moz-input-placeholder {
  color: #059650;
}

:focus::-ms-input-placeholder {
  color: #059650;
}

:focus::-webkit-input-placeholder {
  color: #059650;
}

input,
select,
textarea,
button {
  outline: 0;
}

[type=date],
[type=number],
[type=select],
[type=text],
[type=email],
[type=tel],
[type=file],
select,
textarea {
  appearance: none;
  background: #FFF;
  border-radius: 0;
  border: 1px solid #17A95F;
  color: #17A95F;
  display: block;
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  height: 52px;
  max-width: 280px;
  padding: 0 15px;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  [type=date],
  [type=number],
  [type=select],
  [type=text],
  [type=email],
  [type=tel],
  [type=file],
  select,
  textarea {
    font-size: 16px;
    max-width: 340px;
  }
}
[type=date]:focus,
[type=number]:focus,
[type=select]:focus,
[type=text]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #059650;
  color: #059650;
}

[type=button],
[type=submit],
button {
  appearance: none;
  cursor: pointer;
  font-family: "source-sans-pro", sans-serif;
  transition: all 0.25s ease-in-out;
  text-transform: lowercase;
}

select {
  border: 1px solid #FFF;
  background: url("../../img/icons/misc/chevron-down.png") no-repeat right 10px center/16px;
  border-bottom: 1px solid #17A95F;
  color: #17A95F;
  padding: 0 42px 0 12px;
  width: 100%;
}
@media (min-width: 768px) {
  select {
    width: initial;
  }
}
select:focus, select:active {
  background: url("../../img/icons/misc/chevron-up.png") no-repeat right 10px center/16px;
  color: #90A89D;
}

textarea {
  max-width: 480px;
  min-height: 200px;
  resize: vertical;
  width: 100%;
}
:root textarea {
  padding: 10px 10px;
}

[type=file] {
  border: 2px dashed #17A95F;
  cursor: pointer;
  font-size: 13px;
  height: auto;
  padding: 10px;
}

::file-selector-button {
  background-color: #059650;
  border: 0;
  color: #FFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  padding: 10px 15px;
  transition: all 0.25s ease-in-out;
}
::file-selector-button:hover {
  background-color: rgb(3.3548387097, 100.6451612903, 53.6774193548);
}

[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.h1,
h1 {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  line-height: 1.1;
  font-size: 4.209rem;
}

.h2,
h2 {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
  font-size: 3.157rem;
}

.h3,
h3 {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 2.369rem;
  line-height: 1.2;
}

.h4,
h4 {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.777rem;
  line-height: 1.3;
}

.h5,
h5 {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
}

.h6,
h6 {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
  line-height: 1.3;
}

hr {
  border: 0;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.hr-green {
  background-color: #17A95F;
}

img {
  max-width: 100%;
  width: auto;
}

a {
  color: #17A95F;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #059650;
}

p {
  margin: 0 0 1.5rem;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "source-sans-pro", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
html *,
body * {
  box-sizing: border-box;
}
html *::after, html *::before,
body *::after,
body *::before {
  box-sizing: inherit;
}
@media (min-width: 400px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  html,
  body {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  html,
  body {
    font-size: 20px;
  }
}

small {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #90A89D;
  display: inline-block;
  margin: 0 0 1.5rem;
}

table {
  border-bottom: 0;
  border-collapse: collapse;
  border-left: 1px solid #17A95F;
  border-right: 0;
  border-top: 1px solid #17A95F;
  width: 100%;
}
table td {
  border-bottom: 1px solid #17A95F;
  border-right: 1px solid #17A95F;
  padding: 7.5px 10px;
}
table td p:last-of-type {
  margin: 0;
}

.anchor-nav {
  background-color: #FFF;
  display: none;
  float: left;
  padding: 10px 6px;
  position: absolute;
  top: 62px;
  width: calc(100% - 40px);
  z-index: 100000;
}
@media (min-width: 768px) {
  .anchor-nav {
    max-width: 612px;
    position: absolute;
    right: 0;
  }
}
.anchor-nav ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.anchor-nav ol ol {
  float: left;
  width: 100%;
}
.anchor-nav ol li a:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  float: left;
  margin-right: 10px;
  min-width: 25px;
}
@media (min-width: 768px) {
  .anchor-nav ol li a:before {
    min-width: 35px;
  }
}
.anchor-nav li {
  float: left;
  width: 100%;
  background-color: #E6DEEB;
  color: #54237A;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .anchor-nav li {
    font-size: 20px;
  }
}
.anchor-nav li:last-of-type {
  margin-bottom: 0;
}
.anchor-nav li a {
  float: left;
  width: 100%;
  color: #54237A;
  line-height: 40px;
  overflow: hidden;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .anchor-nav li a {
    padding: 0 30px;
  }
}
.anchor-nav li li {
  font-weight: 400;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .anchor-nav li li {
    padding: 0 30px;
  }
}
.anchor-nav li li:nth-of-type(odd) {
  background-color: #FAF8FA;
}
.anchor-nav li li:nth-of-type(even) {
  background-color: #E6DEEB;
}
.anchor-nav li li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 0 0 -2px;
  padding: 0;
}
@media (min-width: 768px) {
  .anchor-nav li li a {
    font-size: 18px;
  }
}

.footer {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .footer {
    padding: 60px 0;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding: 80px 0;
  }
}
.footer {
  float: left;
  width: 100%;
  background-color: #54237A;
  color: #FFF;
  font-size: 15px;
  margin-bottom: 24px;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .footer {
    margin-top: 80px;
  }
}
.footer__widget {
  float: left;
  width: 100%;
  margin-bottom: 24px;
  margin-right: 24px;
}
@media (min-width: 400px) {
  .footer__widget {
    width: calc(50% - 24px);
  }
  .footer__widget:nth-of-type(odd) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .footer__widget {
    width: calc(25% - 24px);
    margin-bottom: 40px;
  }
  .footer__widget:nth-of-type(odd) {
    clear: none;
  }
  .footer--five-col .footer__widget {
    width: calc(20% - 24px);
  }
}
@media (min-width: 1280px) {
  .footer__widget {
    width: 193px;
  }
}
@media (min-width: 1280px) {
  :root .footer__widget--contact {
    width: 410px;
  }
}
@media (min-width: 1280px) {
  .footer__widget--socials {
    float: right;
    width: 279px;
  }
}
.footer__widget__title {
  color: #CCBACC;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}
.footer__widget__socials {
  margin-bottom: 1.5rem;
  margin-top: 12px;
  float: left !important;
}
.footer__widget__newsletter ::-moz-input-placeholder {
  color: #54237A;
}
.footer__widget__newsletter ::-ms-input-placeholder {
  color: #54237A;
}
.footer__widget__newsletter ::-webkit-input-placeholder {
  color: #54237A;
}
.footer__widget__newsletter :focus::-moz-input-placeholder {
  color: #54237A;
}
.footer__widget__newsletter :focus::-ms-input-placeholder {
  color: #54237A;
}
.footer__widget__newsletter :focus::-webkit-input-placeholder {
  color: #54237A;
}
.footer__widget__newsletter {
  border: 0;
}
.footer__widget ul li a.email::first-letter {
  text-transform: lowercase;
}
.footer__credits {
  float: left;
  width: 100%;
  border-top: 1px solid #CCBACC;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .footer__credits {
    padding: 40px 0;
  }
}
.footer__credits__left, .footer__credits__right {
  float: left;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__credits__left, .footer__credits__right {
    width: auto;
  }
}
@media (min-width: 768px) {
  .footer__credits__left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .footer__credits__right {
    float: right;
    text-align: right;
  }
}
.footer__credits__logo {
  display: block;
  margin: 0 auto 24px auto;
  max-width: 84px;
}
@media (min-width: 768px) {
  .footer__credits__logo {
    float: left;
    margin: 0 24px 0 0;
  }
}
.footer__credits__text {
  float: left;
  width: 100%;
  color: #CCBACC;
  margin-bottom: 24px;
  margin-top: -4px;
}
@media (min-width: 768px) {
  .footer__credits__text {
    margin-bottom: 0;
    width: auto;
  }
}
.footer a:not(.socials__a) {
  color: #FFF;
  font-weight: 400;
  word-break: break-word;
}
.footer a:not(.socials__a):active, .footer a:not(.socials__a):hover {
  text-decoration: underline;
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer input {
  color: #54237A;
}
.footer input:active, .footer input:focus {
  color: #54237A;
}

.footer__widget--navigation ul li {
  text-transform: lowercase;
}
.footer__widget--navigation ul li::first-letter {
  text-transform: uppercase;
}

.header__search__search-clear, .header__search__prev, .header__search__next, .header__search__submit {
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}

.header {
  float: left;
  width: 100%;
  background-color: #FFF;
  padding: 24px 0;
  position: relative;
  z-index: 10000000;
}
@media (min-width: 1024px) {
  .header--extra-spacing-bottom {
    margin-bottom: calc(72px - 24px);
  }
}
.header .wrapper {
  position: relative;
}
.header__logo {
  float: left;
}
.header__logo img {
  display: block;
  height: 90px;
}
.header__search ::-moz-input-placeholder {
  color: rgba(124, 70, 101, 0.3);
}
.header__search ::-ms-input-placeholder {
  color: rgba(124, 70, 101, 0.3);
}
.header__search ::-webkit-input-placeholder {
  color: rgba(124, 70, 101, 0.3);
}
.header__search :focus::-moz-input-placeholder {
  color: #7C4665;
}
.header__search :focus::-ms-input-placeholder {
  color: #7C4665;
}
.header__search :focus::-webkit-input-placeholder {
  color: #7C4665;
}
.header__search {
  display: none;
}
@media (min-width: 1024px) {
  .header__search {
    display: block;
    float: left;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translate(-32px, -10px);
    transition: all 0.25s ease-in-out;
    width: 515px;
  }
}
@media (min-width: 1024px) {
  .search-active .header__search {
    opacity: 1;
    overflow: initial;
    width: 515px;
  }
}
.header__search__scope {
  background-color: #7C4665;
  float: left;
  height: 52px;
  width: 155px;
}
.header__search__input-wrap {
  float: left;
  position: relative;
  width: 360px;
}
.header__search__submit {
  float: left;
  height: 33px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 33px;
}
.header__search__prev, .header__search__next {
  background-position: center;
  background-repeat: no-repeat;
  color: #7C4665;
  height: 20px;
  position: absolute;
  top: 15px;
  width: 20px;
}
.header__search__next {
  background-image: url("/img/icons/misc/arrow-right-purple.svg");
  left: 255px;
  top: 13.741px;
}
.header__search__prev {
  background-image: url("/img/icons/misc/arrow-right-purple.svg");
  left: 230px;
  right: 40px;
  transform: rotate(180deg);
}
.header__search__input {
  border: 0;
  border-bottom: 1px solid #54237A;
  box-sizing: inherit;
  color: #54237A;
  max-width: initial;
  padding: 0 90px 0 40px;
  width: 100%;
}
.header__search__input:active, .header__search__input:focus, .header__search__input:hover {
  border-bottom: 1px solid #54237A;
  color: #54237A;
}
.header__search__counter {
  color: #b9a3b1;
  font-size: 14px;
  left: 285px;
  position: absolute;
  top: 13px;
}
.header__search__search-clear {
  background-color: #7C4665;
  border-radius: 100%;
  color: #FFF;
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 10px;
  width: 26px;
}
.header__links {
  float: right;
}
@media (min-width: 1024px) {
  .header__links {
    position: absolute;
    right: 40px;
    top: 0;
  }
}
.header__links__link {
  color: #7C4665;
  float: left;
  font-weight: 400;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .header__links__link {
    margin-left: 30px;
  }
}
:root .header__links__link--download {
  margin-top: -10px;
  padding: 10px 0 12.5px 50px;
  text-transform: initial;
}
:root .header__links__link--download::before {
  background-image: url("/img/icons/icon-link/purple/arrow-down-underline.svg");
}
.header__links__link--desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .header__links__link--desktop-only {
    display: block;
  }
}

.nav-wrap .header__search {
  display: none;
  transform: none;
}

.search-active.nav-wrap--fixed .nav-wrap .header__search {
  display: block;
  float: right;
  margin: 20px 0;
}
.search-active.nav-wrap--fixed .nav-wrap .quick-nav__ul {
  clear: both;
}

:root .nav-wrap .ts-wrapper.single.input-active .ts-control:not(.rtl),
:root .nav-wrap .input-active .ts-control:not(.rtl),
:root .nav-wrap .focus .ts-control:not(.rtl),
:root .nav-wrap .ts-control:not(.rtl),
:root .header .ts-wrapper.single.input-active .ts-control:not(.rtl),
:root .header .input-active .ts-control:not(.rtl),
:root .header .focus .ts-control:not(.rtl),
:root .header .ts-control:not(.rtl) {
  background: url("../../img/icons/misc/chevron-down-white.png") no-repeat right 10px center/16px;
  border: 1px solid #7C4665;
  box-shadow: none;
  height: 52px;
  min-width: 155px;
}
:root .nav-wrap .ts-wrapper.single.input-active .ts-control:not(.rtl) .item,
:root .nav-wrap .input-active .ts-control:not(.rtl) .item,
:root .nav-wrap .focus .ts-control:not(.rtl) .item,
:root .nav-wrap .ts-control:not(.rtl) .item,
:root .header .ts-wrapper.single.input-active .ts-control:not(.rtl) .item,
:root .header .input-active .ts-control:not(.rtl) .item,
:root .header .focus .ts-control:not(.rtl) .item,
:root .header .ts-control:not(.rtl) .item {
  color: #FFF;
}
:root .nav-wrap.dropdown-active .ts-control:not(.rtl),
:root .header.dropdown-active .ts-control:not(.rtl) {
  background: url("../../img/icons/misc/chevron-up-white.png") no-repeat right 10px center/16px;
}
:root .nav-wrap .input-active .ts-control:not(.rtl),
:root .nav-wrap .focus .ts-control:not(.rtl),
:root .header .input-active .ts-control:not(.rtl),
:root .header .focus .ts-control:not(.rtl) {
  background-color: #7C4665;
}
:root .nav-wrap .ts-dropdown,
:root .header .ts-dropdown {
  background-color: #e6dbe1;
  border: 1px solid #7C4665;
  color: #7C4665;
}
:root .nav-wrap .ts-dropdown .ts-dropdown-content .option,
:root .header .ts-dropdown .ts-dropdown-content .option {
  color: #7C4665;
}
:root .nav-wrap .ts-dropdown .ts-dropdown-content .option:nth-of-type(odd),
:root .header .ts-dropdown .ts-dropdown-content .option:nth-of-type(odd) {
  background-color: rgba(124, 70, 101, 0.2);
}
:root .nav-wrap .ts-dropdown .ts-dropdown-content .option:nth-of-type(even),
:root .header .ts-dropdown .ts-dropdown-content .option:nth-of-type(even) {
  background-color: rgba(124, 70, 101, 0.1);
}
:root .nav-wrap .ts-dropdown .ts-dropdown-content .option::before,
:root .header .ts-dropdown .ts-dropdown-content .option::before {
  outline: 1px solid #7C4665;
}
:root .nav-wrap .ts-dropdown .ts-dropdown-content .option.selected::before,
:root .header .ts-dropdown .ts-dropdown-content .option.selected::before {
  background-color: #7C4665;
}
:root .nav-wrap .ts-dropdown .ts-dropdown-content .option:hover, :root .nav-wrap .ts-dropdown .ts-dropdown-content .option:active,
:root .header .ts-dropdown .ts-dropdown-content .option:hover,
:root .header .ts-dropdown .ts-dropdown-content .option:active {
  background-color: #7C4665;
  color: #FFF;
}
:root .nav-wrap .ts-dropdown .active,
:root .header .ts-dropdown .active {
  background-color: rgba(124, 70, 101, 0.2);
}
:root .nav-wrap .ts-dropdown .active::before,
:root .header .ts-dropdown .active::before {
  background-color: #7C4665;
}

.main-nav {
  float: left;
  width: 100%;
  display: none;
  border-bottom: 1px solid #CCBACC;
  border-top: 1px solid #CCBACC;
  margin-bottom: 16px;
  margin-top: 16px;
  padding-top: 16px;
}
.main-nav__top, .main-nav__sub, .main-nav__subsub {
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav__top__li, .main-nav__sub__li, .main-nav__subsub__li {
  float: left;
  width: 100%;
}
.main-nav__top__li__a, .main-nav__sub__li__a, .main-nav__subsub__li__a {
  float: left;
  width: 100%;
  color: #54237A;
}
.main-nav__top__li__a:hover, .main-nav__sub__li__a:hover, .main-nav__subsub__li__a:hover {
  color: #411964;
}
@media (min-width: 1024px) {
  .main-nav__top {
    float: left;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) and (min-width: 400px) {
  .main-nav__top {
    margin-left: -5px;
    width: calc(100% + 20px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .main-nav__top {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 1024px) {
  .main-nav__top__li {
    float: left;
    width: 100%;
    margin: 0 0 calc(20px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 400px) {
  .main-nav__top__li {
    flex: 0 0 calc(33.333% - 20px / 2);
    margin: 0 calc(20px / 4) calc(20px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .main-nav__top__li {
    flex: 0 0 calc(33.333% - 20px / 2);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .main-nav__top__li {
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 calc(20px / 2) 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .main-nav__top__li {
    flex: 0 0 calc(16.666% - 20px);
  }
}
.main-nav__top__li__a {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 12px;
  text-transform: lowercase;
}
.main-nav__top__li__a::first-letter {
  text-transform: uppercase;
}
.main-nav__top__li__a:hover {
  color: #411964;
}
.main-nav__subsub, .main-nav__sub {
  padding-left: 12px;
}
.main-nav__subsub__li__a, .main-nav__sub__li__a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 12px;
  text-transform: lowercase;
}
.main-nav__subsub__li__a:hover, .main-nav__sub__li__a:hover {
  color: #411964;
}

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

.nav-wrap {
  display: none;
}
@media (min-width: 1024px) {
  .nav-wrap {
    background-color: #FFF;
    display: block;
    left: 0;
    position: absolute;
    top: 116px;
    width: 100%;
    z-index: 1000000;
  }
}
.nav-wrap--fixed .nav-wrap {
  position: fixed;
  top: 0;
  z-index: 1000000;
}
.search-active.nav-wrap--fixed .nav-wrap {
  top: 0;
}
.nav-wrap .wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  background-color: #7C4665;
  height: 100vh;
  overflow-y: scroll;
  padding: 20px;
  position: fixed;
  right: -240px;
  top: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  width: 240px;
}
@media (min-width: 1024px) {
  .off-canvas {
    display: none;
  }
}
.off-canvas__top, .off-canvas__sub {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.off-canvas__top__li, .off-canvas__sub__li {
  float: left;
  width: 100%;
}
.off-canvas__top__li__a, .off-canvas__sub__li__a {
  float: left;
  width: 100%;
  color: #FFF;
  font-weight: 400;
}
.off-canvas__top__li__a:hover, .off-canvas__sub__li__a:hover {
  float: left;
  width: 100%;
  color: #FFF;
  font-weight: 400;
}
.off-canvas__sub {
  background-color: rgb(91.4020618557, 51.5979381443, 74.4484536082);
  margin: 5px 0;
  padding: 15px 20px;
}
.off-canvas__top__li__a {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
}
.off-canvas__top__li__a:hover {
  color: #FFF;
}
.off-canvas__sub__li__a {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.off-canvas__sub__li__a:hover {
  color: #FFF;
}

.quick-nav {
  float: left;
  width: 100%;
  display: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
@media (min-width: 1024px) {
  .quick-nav {
    display: block;
  }
}
.nav-wrap--fixed .quick-nav {
  padding-right: 130px;
}
.quick-nav--inline {
  margin-top: -50px;
}
.nav-wrap--fixed .quick-nav--inline {
  margin-top: 0;
}
.quick-nav__ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  min-height: 72px;
  padding-top: 14px;
}
.quick-nav__ul__li {
  float: left;
}
.quick-nav__ul__li__a {
  background: no-repeat url("../img/icons/misc/main-nav-arrow.svg") 0 8px/22px;
  color: #54237A;
  float: left;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 0 16px;
  padding: 0 0 0 32px;
  text-transform: lowercase;
}
.quick-nav__ul__li__a:hover {
  color: #411964;
}
.quick-nav__nav-links {
  bottom: 20px;
  display: none;
  position: absolute;
  right: 30px;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  width: 130px;
}
.nav-wrap--fixed .quick-nav__nav-links {
  display: block;
}

.site-wrap {
  float: left;
  width: 100%;
  position: relative;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
.nav-toggle-active .site-wrap {
  transform: translateX(-240px);
}
@media (min-width: 1024px) {
  .nav-toggle-active .site-wrap {
    transform: none;
  }
}

.wrapper {
  display: block;
  margin: 0 auto;
  clear: both;
  max-width: calc(1280px + 40px);
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .wrapper {
    max-width: calc(1280px + 80px);
    padding: 0 40px;
  }
}
.wrapper--medium {
  max-width: calc(845px + 40px);
}
@media (min-width: 1024px) {
  .wrapper--medium {
    max-width: calc(845px + 80px);
  }
}
.wrapper--clear {
  clear: both;
}
@media (min-width: 1280px) {
  .wrapper--flex {
    display: flex;
    flex-direction: row;
  }
}

.avatar {
  background-color: rgba(23, 169, 95, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  border: 8px solid #FFF;
  float: left;
  outline: 1px solid #17A95F;
  overflow: hidden;
}
.avatar--small {
  height: 193px;
  width: 193px;
}
.avatar--1 {
  background-image: url("../img/avatars/avatar-1.svg");
}
.avatar--2 {
  background-image: url("../img/avatars/avatar-2.svg");
}
.avatar--3 {
  background-image: url("../img/avatars/avatar-3.svg");
}
.avatar img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.back {
  background-image: url("../img/icons/icon-link/green/terug.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 25px;
  font-size: 15px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  display: inline-block;
  margin-bottom: 40px;
}
.back__footer {
  margin-bottom: 0px;
  margin-top: 40px;
}

.big-ico {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  height: 50px;
  margin-right: 15px;
  width: 50px;
}
.big-ico--article {
  background-image: url("../img/icons/icon-link/green/artikel.svg");
}
.big-ico--news {
  background-image: url("../img/icons/icon-link/green/nieuws.svg");
}
.big-ico--read {
  background-image: url("../img/icons/icon-link/green/blog.svg");
}
.big-ico--watch-vlog {
  background-image: url("../img/icons/icon-link/green/kijken.png");
  background-size: 45px;
}
.big-ico--watch-video {
  background-image: url("../img/icons/icon-link/green/kijken-alt.png");
  background-size: 45px;
}

.call-out {
  float: left;
  width: 100%;
  background-color: rgba(23, 169, 95, 0.1);
  padding: 24px;
  color: #17A95F;
  max-width: 411px;
}
.block-cols-h4 .call-out {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .block-cols-h4 .call-out {
    float: right;
    margin-top: 0;
  }
}
.call-out p {
  margin-bottom: 24px;
}
.call-out .icon-link {
  margin-bottom: 0;
}

.caption-link {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #90A89D;
}
@media (min-width: 1024px) {
  .block-project-slider .caption-link {
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

.chapeau {
  float: left;
  width: 100%;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.777rem;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 16px;
}

.contact-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 32px;
}
.contact-links li ::marker {
  display: none;
}

.aloy-cookie-modal-v2,
.aloy-cookie-v2 {
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  position: fixed;
  width: calc(100% - 40px);
}
.aloy-cookie-modal-v2 *,
.aloy-cookie-v2 * {
  box-sizing: inherit;
}

.aloy-cookie-modal-v2-header,
.aloy-cookie-v2-header {
  background-color: #FFF;
  float: left;
  padding: 20px 30px 10px 30px;
  position: relative;
  width: 100%;
}

.aloy-cookie-modal-v2-header,
.aloy-cookie-v2-header span {
  color: #561f7b;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.aloy-cookie-v2 {
  bottom: 20px;
  left: 20px;
  max-width: 500px;
  z-index: 10000;
}
.aloy-cookie-v2-content {
  background-color: #FFF;
  border-top: 0;
  color: #561f7b;
  float: left;
  font-size: 14px;
  line-height: 22px;
  padding: 0 30px 20px 30px;
  width: 100%;
}
.aloy-cookie-v2-content p {
  color: inherit;
  margin-bottom: 22px;
}
.aloy-cookie-v2-content p a {
  color: #561f7b;
  text-decoration: underline;
}
.aloy-cookie-v2-cta {
  background-color: #45663c;
  color: #FFF;
  float: left;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  min-width: 110px;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
@media (min-width: 640px) {
  .aloy-cookie-v2-cta {
    float: right;
  }
}
.aloy-cookie-v2-cta:hover {
  background-color: #444;
}

.aloy-cookie-v2-content-cta-save:before,
.aloy-cookie-v2-cta:before {
  background-color: #FFF;
  border-radius: 100%;
  color: #45663c;
  content: "✓";
  float: left;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  margin-top: 10px;
  width: 20px;
}

.aloy-cookie-v2-content-cta-save:hover:before,
.aloy-cookie-v2-cta:hover:before {
  color: #444;
}

.aloy-cookie-v2-cta-preferences {
  background-color: #FFF;
  color: #561f7b;
  font-weight: 400;
  min-width: initial;
  text-decoration: underline;
}
.aloy-cookie-v2-cta-preferences:before {
  display: none;
}
.aloy-cookie-v2-cta-preferences:hover {
  background-color: #FFF;
  color: #561f7b;
  text-decoration: underline;
}

.aloy-cookie-modal-v2 {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100000;
  max-width: 780px;
}
.aloy-cookie-modal-v2-content {
  background-color: #FFF;
  color: #561f7b;
  float: left;
  font-size: 14px;
  line-height: 22px;
  max-height: 70vh;
  overflow-x: hidden;
  overflow: hidden;
  overflow-y: scroll;
  padding: 20px 30px;
  width: 100%;
}
.aloy-cookie-modal-v2-close {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  color: #FFF;
  font-size: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 15px;
  text-align: center;
  text-decoration: none;
  top: 15px;
  transition: all 0.25s ease-in;
  width: 22px;
}
.aloy-cookie-modal-v2-close:hover {
  background-color: #81599c;
  color: #FFF;
}

.aloy-cookie-v2-content-section,
.aloy-cookie-modal-v2-content-intro {
  float: left;
  width: 100%;
}

.aloy-cookie-v2-content-section {
  margin-bottom: 20px;
}
.aloy-cookie-v2-content-section a {
  color: #561f7b;
  text-decoration: underline;
}

.aloy-cookie-modal-v2-content-intro h2,
.aloy-cookie-v2-content-section h2,
.aloy-cookie-modal-v2-content-intro h3,
.aloy-cookie-v2-content-section h3 {
  margin-bottom: 5px;
}

.aloy-cookie-modal-v2-content-intro h2,
.aloy-cookie-v2-content-section h2 {
  font-size: 20px;
  line-height: 28px;
}

.aloy-cookie-modal-v2-content-intro h3,
.aloy-cookie-v2-content-section h3 {
  font-size: 18px;
  line-height: 26px;
}

.aloy-cookie-v2-content-section-intro {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.aloy-cookie-v2-content-row {
  float: left;
  margin: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .aloy-cookie-v2-content-row-50 {
    padding-right: 40px;
    width: 50%;
  }
}
.aloy-cookie-v2-content-row-left {
  float: left;
  margin: 0 0 10px 0;
  width: calc(100% - 100px);
}
.aloy-cookie-v2-content-row-left span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.aloy-cookie-v2-content-row-right {
  float: left;
  margin: 0 0 10px 0;
  width: 100px;
}

.aloy-cookie-v2-toggle {
  background-color: #444;
  border-radius: 50px;
  cursor: pointer;
  float: right;
  height: 24px;
  margin: 20px 0 0;
  position: relative;
  transition: all 0.25s ease-in;
  width: 50px;
}
.aloy-cookie-v2-toggle-small {
  margin: 0;
  transform: scale(0.8);
}
.aloy-cookie-v2-toggle-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.aloy-cookie-v2-toggle-disabled div {
  background-color: #ccc;
}
.aloy-cookie-v2-toggle div {
  border-radius: 100%;
  height: 16px;
  position: absolute;
  width: 16px;
}
.aloy-cookie-v2-toggle div:after {
  color: #FFF;
  content: "";
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.aloy-cookie-v2-toggle-true div {
  background-color: #7ec400;
  left: 30px;
  top: 4px;
  transition: all 0.25s ease-in;
}
.aloy-cookie-v2-toggle-true div:after {
  font-size: 12px;
}
.aloy-cookie-v2-toggle-false div {
  background-color: #c34a4a;
  left: 4px;
  top: 4px;
  transition: all 0.25s ease-in;
}
.aloy-cookie-v2-toggle-false div:after {
  font-size: 14px;
  margin-top: -1px;
  margin-left: -1px;
}

.aloy-cookie-v2-content-cta {
  background-color: #81599c;
  color: #FFF;
  float: left;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  min-width: 110px;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.aloy-cookie-v2-content-cta-save {
  background-color: #45663c;
  float: right;
  margin-right: 0;
  text-align: center;
}
.aloy-cookie-v2-content-cta-save:hover {
  background-color: #444;
}

.aloy-cookie-v2-wrapper-text {
  background-color: #d6e8d0;
  box-sizing: border-box;
  color: #45663c;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  padding: 10px 20px;
  width: 100%;
}
.aloy-cookie-v2-wrapper-text a {
  border: 0 !important;
  color: #45663c;
  text-decoration: underline;
}

.aloy-cookie-v2-wrapper-wrap {
  display: none;
}

.cookie-socialmedia-true .aloy-cookie-v2-wrapper-socialmedia .aloy-cookie-v2-wrapper-text,
.cookie-googlemaps-true .aloy-cookie-v2-wrapper-cookie-googlemaps .aloy-cookie-v2-wrapper-text,
.cookie-youtube-true .aloy-cookie-v2-wrapper-cookie-youtube .aloy-cookie-v2-wrapper-text,
.cookie-vimeo-true .aloy-cookie-v2-wrapper-cookie-vimeo .aloy-cookie-v2-wrapper-text {
  display: none;
}

.cookie-googlemaps-true .aloy-cookie-v2-wrapper-cookie-googlemaps .aloy-cookie-v2-wrapper-wrap,
.cookie-socialmedia-true .aloy-cookie-v2-wrapper-socialmedia .aloy-cookie-v2-wrapper-wrap,
.cookie-youtube-true .aloy-cookie-v2-wrapper-youtube .aloy-cookie-v2-wrapper-wrap,
.cookie-vimeo-true .aloy-cookie-v2-wrapper-vimeo .aloy-cookie-v2-wrapper-wrap {
  display: block;
}

.cta {
  background-color: transparent;
  float: left;
  font-size: 20px;
  font-weight: 600;
  margin: 0 1.5rem 0 0;
  padding: 12px 16px;
  position: relative;
  text-transform: lowercase;
  transition: all 0.25s ease-in-out;
}
.cta::before {
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 8px;
  width: 15px;
}
.text-col--centered .cta {
  display: inline-block;
  float: none;
  margin: 0;
}
.cta__icon-only {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 65%;
  height: 38px;
  padding: 0;
  width: 38px;
}
.cta__icon-only::before {
  display: none;
}
.cta__icon-only__green {
  background-image: url("../img/icons/icon-link/green/arrow-right-underline.svg");
}
.cta__icon-only__purple {
  background-image: url("../img/icons/icon-link/purple/arrow-right-underline.svg");
}
.cta__small {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.cta__small::before {
  height: 12px;
  width: 12px;
}
.cta__small__green {
  color: #17A95F;
}
.cta__small__green::before {
  background-image: url("../img/icons/icon-link/green/arrow-right.svg");
}
.cta__small__green:hover {
  color: #059650;
}
.cta__small__purple {
  color: #7C4665;
}
.cta__small__purple::before {
  background-image: url("../img/icons/icon-link/purple/arrow-right.svg");
}
.cta__small__purple:hover {
  color: #411964;
}
.cta__outline {
  border-width: 1px;
  border-style: solid;
}
.cta__outline__green {
  border-color: #17A95F;
  color: #17A95F;
}
.cta__outline__green::before {
  background-image: url("../img/icons/icon-link/green/arrow-right.svg");
}
.cta__outline__purple {
  border-color: #7C4665;
  color: #7C4665;
}
.cta__outline__purple::before {
  background-image: url("../img/icons/icon-link/purple/arrow-right.svg");
}
.cta__outline:active, .cta__outline:hover {
  background-color: #DCFA78;
  border-color: #DCFA78;
}
.cta__solid {
  background-color: #DCFA78;
}
.cta__solid__green {
  border-top: 28px solid #17A95F;
  border-left: 24px solid #17A95F;
  color: #17A95F;
}
.cta__solid__green::before {
  background-image: url("../img/icons/icon-link/green/arrow-right.svg");
}
.cta__solid__green:active, .cta__solid__green:hover {
  background-color: rgba(23, 169, 95, 0.1);
}
.cta__solid__purple {
  border-top: 28px solid #54237A;
  border-right: 24px solid #54237A;
  color: #54237A;
}
.cta__solid__purple::before {
  background-image: url("../img/icons/icon-link/purple/arrow-right.svg");
}
.cta__solid__purple:active, .cta__solid__purple:hover {
  background-color: rgba(84, 35, 122, 0.15);
}

.divider_green_fresh {
  border-top: 1px solid #17A95F;
}

.divider_green_grey {
  border-top: 1px solid #90A89D;
}

.divider_summary {
  border-top: 1px solid rgba(144, 168, 157, 0.5);
}

.entry {
  border-bottom: 1px solid #17A95F;
  padding-bottom: 46px;
  position: relative;
}
.entry__image {
  float: left;
  width: 100%;
  background-color: #CCC;
  margin-bottom: 12px;
}
.entry__image__img {
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  width: 100%;
}
.entry__meta {
  float: left;
  width: 100%;
  align-items: flex-end;
  display: flex;
  flex-direction: row;
}
.entry__meta__date {
  margin-bottom: 8px;
}
.entry__title {
  float: left;
  width: 100%;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  color: #17A95F;
  margin-bottom: 12px;
}
.entry__excerpt {
  float: left;
  width: 100%;
  margin-bottom: 51px;
}
.entry__more {
  bottom: 0;
  margin-right: 9px;
  padding-right: 0;
  position: absolute;
  right: 0;
}
.entry__caption {
  color: #90A89D;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.figure {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.figure__img {
  display: block;
  margin-bottom: 12px;
}
.figure__caption {
  color: #90A89D;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.filter-location {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}
.filter-location:last-of-type {
  margin-bottom: 32px;
}
.filter-location__inner {
  float: right;
  width: calc(100% - 30px);
}

.form-contact ::-moz-input-placeholder {
  color: #17A95F;
}
.form-contact ::-ms-input-placeholder {
  color: #17A95F;
}
.form-contact ::-webkit-input-placeholder {
  color: #17A95F;
}
.form-contact :focus::-moz-input-placeholder {
  color: #17A95F;
}
.form-contact :focus::-ms-input-placeholder {
  color: #17A95F;
}
.form-contact :focus::-webkit-input-placeholder {
  color: #17A95F;
}
.form-contact {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .form-contact {
    width: calc(100% + 24px);
  }
}
.form-contact__title {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-contact__title {
    margin-bottom: 32px;
  }
}
.form-contact__row {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .form-contact__row {
    margin-right: 24px;
    width: calc(50% - 24px);
  }
}
.form-contact__row--full {
  width: calc(100% - 24px);
}
.form-contact__row label {
  display: block;
  margin-bottom: 8px;
}
.form-contact__validation-message {
  float: left;
  width: 100%;
  color: #90A89D;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 24px;
}
.form-contact textarea,
.form-contact select {
  border: 0;
  border-bottom: 1px solid #17A95F;
}
@media (min-width: 1024px) {
  .form-contact textarea,
  .form-contact select {
    width: 100%;
    max-width: 100%;
  }
}
.form-contact [type=email],
.form-contact [type=tel],
.form-contact [type=text] {
  border: 1px;
  border-bottom: 1px solid #17A95F;
}
@media (min-width: 1024px) {
  .form-contact [type=email],
  .form-contact [type=tel],
  .form-contact [type=text] {
    width: 100%;
    max-width: 100%;
  }
}

.form-definition ::-moz-input-placeholder {
  color: #17A95F;
}
.form-definition ::-ms-input-placeholder {
  color: #17A95F;
}
.form-definition ::-webkit-input-placeholder {
  color: #17A95F;
}
.form-definition :focus::-moz-input-placeholder {
  color: #17A95F;
}
.form-definition :focus::-ms-input-placeholder {
  color: #17A95F;
}
.form-definition :focus::-webkit-input-placeholder {
  color: #17A95F;
}
.form-definition {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .form-definition {
    width: calc(100% + 24px);
  }
}
.form-definition__title {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-definition__title {
    margin-bottom: 32px;
  }
}
.form-definition .form__dummy__label {
  display: none;
}
.form-definition__row {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .form-definition__row {
    margin-right: 24px;
    width: calc(50% - 32px);
  }
}
.form-definition__row--full {
  margin-right: 0;
  width: 100%;
}
:root .form-definition__row--stretch label {
  font-weight: 400;
  margin-right: 0;
  margin: 10px 0;
  min-width: 100%;
}
.form-definition__row__error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
.form-definition__row label {
  float: left;
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .form-definition__row label {
    margin-bottom: 0;
    min-height: 40px;
    padding-right: 24px;
    width: 40%;
  }
}
.form-definition__validation-message {
  float: left;
  width: 100%;
  color: #90A89D;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .form-definition__cta {
    margin-left: 40%;
  }
}
.form-definition [type=radio],
.form-definition [type=checkbox] {
  accent-color: #17A95F;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.form-definition select,
.form-definition textarea,
.form-definition [type=email],
.form-definition [type=tel],
.form-definition [type=date],
.form-definition [type=text] {
  border: 1px solid #FFF;
  border-bottom: 1px solid #17A95F;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-definition select,
  .form-definition textarea,
  .form-definition [type=email],
  .form-definition [type=tel],
  .form-definition [type=date],
  .form-definition [type=text] {
    max-width: 100%;
    width: 60%;
  }
}
.form-definition select:active, .form-definition select:focus,
.form-definition textarea:active,
.form-definition textarea:focus,
.form-definition [type=email]:active,
.form-definition [type=email]:focus,
.form-definition [type=tel]:active,
.form-definition [type=tel]:focus,
.form-definition [type=date]:active,
.form-definition [type=date]:focus,
.form-definition [type=text]:active,
.form-definition [type=text]:focus {
  border: 1px solid #17A95F;
}
.form-definition .ts-wrapper {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-definition .ts-wrapper {
    float: right;
    max-width: 100%;
    width: 60%;
  }
}
.form-definition select {
  background: url("../../img/icons/misc/chevron-down.png") no-repeat right 20px center/16px;
}

@media (min-width: 1024px) {
  .form-definition .form__radio__options {
    float: right;
    width: 60%;
  }
}
.form-definition .form__radio__options label {
  font-weight: 400;
  min-height: initial;
  width: 100%;
}
.form-definition h4 {
  float: left;
  width: 100%;
  margin: 16px 0 24px 0;
}

.form-advanced {
  float: left;
  width: 100%;
}
.form-advanced__row {
  float: left;
  width: 100%;
  margin-bottom: calc(3rem / 4);
}
.form-advanced__row__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  float: left;
  width: 100%;
  margin-bottom: calc(3rem / 8);
}
@media (min-width: 1024px) {
  .form-advanced__row__label {
    margin: 0;
    padding: 0.75rem 0;
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .form-advanced__row__input {
    width: calc(100% - 200px);
  }
}

.form-newsletter {
  float: left;
  width: 100%;
  border: 1px solid #17A95F;
  max-width: 430px;
}
.footer .form-newsletter {
  border: 0;
}
.form-newsletter__input {
  border: 0;
  float: left;
  max-width: none;
  width: calc(100% - 52.5px);
}
.form-newsletter__submit {
  background-color: #FFF;
  background-image: url("../img/icons/icon-link/purple/arrow-right-underline.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33.333%;
  border-radius: 0;
  border: 0;
  float: left;
  height: 50px;
  width: 52.5px;
}

.form-registration-tabs {
  float: left;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .form-registration-tabs {
    border-bottom: 2px solid #17A95F;
  }
}
.form-registration-tabs__tab {
  appearance: none;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  padding: 0;
  position: relative;
}
.form-registration-tabs__tab::after {
  background-color: #17A95F;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-registration-tabs__tab::after {
    height: 0px;
  }
}
.form-registration-tabs__tab--inactive {
  color: #17A95F;
  font-weight: 400;
}
.form-registration-tabs__tab--active {
  color: #059650;
}
.form-registration-tabs__tab--active::after {
  background-color: #059650;
  height: 3px;
}

.form-registration ::-moz-input-placeholder {
  color: #17A95F;
}
.form-registration ::-ms-input-placeholder {
  color: #17A95F;
}
.form-registration ::-webkit-input-placeholder {
  color: #17A95F;
}
.form-registration :focus::-moz-input-placeholder {
  color: #17A95F;
}
.form-registration :focus::-ms-input-placeholder {
  color: #17A95F;
}
.form-registration :focus::-webkit-input-placeholder {
  color: #17A95F;
}
.form-registration {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .form-registration {
    width: calc(100% + 24px);
  }
}
.form-registration__title {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-registration__title {
    margin-bottom: 32px;
  }
}
.form-registration__tab {
  margin-bottom: 25px;
}
.form-registration .form__dummy__label {
  display: none;
}
.form-registration__tab {
  font-size: 15px;
}
.form-registration__tab--active {
  border: 1px solid #17A95F;
  color: #17A95F;
  font-size: 16px;
}
.form-registration__tab--inactive {
  border: 1px solid #666;
  color: #90A89D;
  font-size: 16px;
}
.form-registration__row {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .form-registration__row {
    margin-right: 24px;
    width: calc(50% - 32px);
  }
}
.form-registration__row--full {
  margin-right: 0;
  width: 100%;
}
:root .form-registration__row--stretch label {
  font-weight: 400;
  margin-right: 0;
  margin: 10px 0;
  min-width: 100%;
}
.form-registration__row__error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
.form-registration__row label {
  float: left;
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .form-registration__row label {
    margin-bottom: 0;
    min-height: 40px;
    padding-right: 24px;
    width: 40%;
  }
}
.form-registration__validation-message {
  float: left;
  width: 100%;
  color: #90A89D;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .form-registration__cta {
    margin-left: 40%;
  }
}
.form-registration [type=radio],
.form-registration [type=checkbox] {
  accent-color: #17A95F;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.form-registration select,
.form-registration textarea,
.form-registration [type=email],
.form-registration [type=tel],
.form-registration [type=date],
.form-registration [type=text] {
  border: 1px solid #FFF;
  border-bottom: 1px solid #17A95F;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-registration select,
  .form-registration textarea,
  .form-registration [type=email],
  .form-registration [type=tel],
  .form-registration [type=date],
  .form-registration [type=text] {
    max-width: 100%;
    width: 60%;
  }
}
.form-registration select:active, .form-registration select:focus,
.form-registration textarea:active,
.form-registration textarea:focus,
.form-registration [type=email]:active,
.form-registration [type=email]:focus,
.form-registration [type=tel]:active,
.form-registration [type=tel]:focus,
.form-registration [type=date]:active,
.form-registration [type=date]:focus,
.form-registration [type=text]:active,
.form-registration [type=text]:focus {
  border: 1px solid #17A95F;
}
.form-registration .ts-wrapper {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-registration .ts-wrapper {
    float: right;
    max-width: 100%;
    width: 60%;
  }
}
.form-registration select {
  background: url("../../img/icons/misc/chevron-down.png") no-repeat right 20px center/16px;
}

@media (min-width: 1024px) {
  .form-registration .form__radio__options {
    float: right;
    width: 60%;
  }
}
.form-registration .form__radio__options label {
  font-weight: 400;
  min-height: initial;
  width: 100%;
}
.form-registration .form__radio__options span {
  color: #90A89D;
  margin-right: 10px;
}
.form-registration .form__radio__options .form__radio_options_label {
  float: left;
  width: 100px;
  color: #90A89D;
  margin-right: 10px;
  font-size: 15px;
}
.form-registration .form__radio__options .form__radio_options_value {
  overflow: hidden;
  font-size: 15px;
}
.form-registration .form-registration__print {
  visibility: hidden;
}
.form-registration .g-recaptcha {
  float: right;
}
.form-registration h4 {
  float: left;
  width: 100%;
  margin: 16px 0 24px 0;
}

@media print {
  body * {
    visibility: hidden;
  }
  .form-registration__print,
  .form-registration__print * {
    visibility: visible;
  }
  .form-registration__print {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .form-registration__print h2 {
    page-break-before: always;
    break-before: page;
  }
  .no-print {
    display: none !important;
  }
}
.icon-link {
  cursor: pointer;
  float: left;
  margin-bottom: 1.5rem;
  min-height: 50px;
  min-width: 50px;
  padding: 12.5px 0 12.5px 64px;
  position: relative;
  text-transform: lowercase;
}
.icon-link:active, .icon-link:hover {
  color: #7C4665;
}
.icon-link::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  border-radius: 50%;
  content: "";
  float: left;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.icon-link--highlight::before {
  background-color: #DCFA78;
}
.icon-link--text-clear {
  padding-top: 65px;
  padding-left: 0;
}
.icon-link--no-box-spacing {
  max-width: 380px;
  padding: 0 0 0 64px;
  margin-bottom: 0;
}
.icon-link--download::before {
  background-image: url("../img/icons/icon-link/green/arrow-down-underline.svg");
  background-size: 40%;
}
.icon-link--download:active::before, .icon-link--download:hover::before {
  background-image: url("../img/icons/icon-link/purple/arrow-down-underline.svg");
  background-size: 40%;
}
.icon-link--short-link::before {
  background-image: url("../img/icons/icon-link/green/arrow-right-underline.svg");
  background-size: 40%;
}
.icon-link--short-link:active::before, .icon-link--short-link:hover::before {
  background-image: url("../img/icons/icon-link/purple/arrow-right-underline.svg");
  background-size: 40%;
}
.icon-link--1-op-1-chat::before {
  background-image: url("../img/icons/icon-link/green/1-op-1-chat.svg");
}
.icon-link--1-op-1-chat:active::before, .icon-link--1-op-1-chat:hover::before {
  background-image: url("../img/icons/icon-link/purple/1-op-1-chat.svg");
}
.icon-link--absentie::before {
  background-image: url("../img/icons/icon-link/green/absentie.svg");
}
.icon-link--absentie:active::before, .icon-link--absentie:hover::before {
  background-image: url("../img/icons/icon-link/purple/absentie.svg");
}
.icon-link--academie::before {
  background-image: url("../img/icons/icon-link/green/academie.svg");
}
.icon-link--academie:active::before, .icon-link--academie:hover::before {
  background-image: url("../img/icons/icon-link/purple/academie.svg");
}
.icon-link--artikel::before {
  background-image: url("../img/icons/icon-link/green/artikel.svg");
}
.icon-link--artikel:active::before, .icon-link--artikel:hover::before {
  background-image: url("../img/icons/icon-link/purple/artikel.svg");
}
.icon-link--ander-artikel::before {
  background-image: url("../img/icons/icon-link/green/ander-artikel.svg");
}
.icon-link--ander-artikel:active::before, .icon-link--ander-artikel:hover::before {
  background-image: url("../img/icons/icon-link/purple/ander-artikel.svg");
}
.icon-link--artikel-koers::before {
  background-image: url("../img/icons/icon-link/green/artikel-koers.svg");
}
.icon-link--artikel-koers:active::before, .icon-link--artikel-koers:hover::before {
  background-image: url("../img/icons/icon-link/purple/artikel-koers.svg");
}
.icon-link--bellen::before {
  background-image: url("../img/icons/icon-link/green/bellen.svg");
}
.icon-link--bellen:active::before, .icon-link--bellen:hover::before {
  background-image: url("../img/icons/icon-link/purple/bellen.svg");
}
.icon-link--bijlage-memo::before {
  background-image: url("../img/icons/icon-link/green/bijlage-memo.svg");
}
.icon-link--bijlage-memo:active::before, .icon-link--bijlage-memo:hover::before {
  background-image: url("../img/icons/icon-link/purple/bijlage-memo.svg");
}
.icon-link--bijlage-notulen::before {
  background-image: url("../img/icons/icon-link/green/bijlage-notulen.svg");
}
.icon-link--bijlage-notulen:active::before, .icon-link--bijlage-notulen:hover::before {
  background-image: url("../img/icons/icon-link/purple/bijlage-notulen.svg");
}
.icon-link--blog::before {
  background-image: url("../img/icons/icon-link/green/blog.svg");
}
.icon-link--blog:active::before, .icon-link--blog:hover::before {
  background-image: url("../img/icons/icon-link/purple/blog.svg");
}
.icon-link--chat::before {
  background-image: url("../img/icons/icon-link/green/chat.svg");
}
.icon-link--chat:active::before, .icon-link--chat:hover::before {
  background-image: url("../img/icons/icon-link/purple/chat.svg");
}
.icon-link--video::before {
  background-image: url("../img/icons/icon-link/green/video-alt.svg");
}
.icon-link--video:active::before, .icon-link--video:hover::before {
  background-image: url("../img/icons/icon-link/purple/video-alt.svg");
}
.icon-link--contact::before {
  background-image: url("../img/icons/icon-link/green/contact.svg");
}
.icon-link--contact:active::before, .icon-link--contact:hover::before {
  background-image: url("../img/icons/icon-link/purple/contact.svg");
}
.icon-link--fotos::before {
  background-image: url("../img/icons/icon-link/green/fotos.svg");
}
.icon-link--fotos:active::before, .icon-link--fotos:hover::before {
  background-image: url("../img/icons/icon-link/purple/fotos.svg");
}
.icon-link--gmr::before {
  background-image: url("../img/icons/icon-link/green/gmr.svg");
}
.icon-link--gmr:active::before, .icon-link--gmr:hover::before {
  background-image: url("../img/icons/icon-link/purple/gmr.svg");
}
.icon-link--info::before {
  background-image: url("../img/icons/icon-link/green/info.svg");
}
.icon-link--info:active::before, .icon-link--info:hover::before {
  background-image: url("../img/icons/icon-link/purple/info.svg");
}
.icon-link--kalender::before {
  background-image: url("../img/icons/icon-link/green/kalender.svg");
}
.icon-link--kalender:active::before, .icon-link--kalender:hover::before {
  background-image: url("../img/icons/icon-link/purple/kalender.svg");
}
.icon-link--kennisbank::before {
  background-image: url("../img/icons/icon-link/green/kennisbank.svg");
}
.icon-link--kennisbank:active::before, .icon-link--kennisbank:hover::before {
  background-image: url("../img/icons/icon-link/purple/kennisbank.svg");
}
.icon-link--klassenboek::before {
  background-image: url("../img/icons/icon-link/green/klassenboek.svg");
}
.icon-link--klassenboek:active::before, .icon-link--klassenboek:hover::before {
  background-image: url("../img/icons/icon-link/purple/klassenboek.svg");
}
.icon-link--link-ander-artikel::before {
  background-image: url("../img/icons/icon-link/green/link-ander-artikel.svg");
}
.icon-link--link-ander-artikel:active::before, .icon-link--link-ander-artikel:hover::before {
  background-image: url("../img/icons/icon-link/purple/link-ander-artikel.svg");
}
.icon-link--link-extern-artikel::before {
  background-image: url("../img/icons/icon-link/green/link-extern-artikel.svg");
}
.icon-link--link-extern-artikel:active::before, .icon-link--link-extern-artikel:hover::before {
  background-image: url("../img/icons/icon-link/purple/link-extern-artikel.svg");
}
.icon-link--locatie::before {
  background-image: url("../img/icons/icon-link/green/locatie.svg");
}
.icon-link--locatie:active::before, .icon-link--locatie:hover::before {
  background-image: url("../img/icons/icon-link/purple/locatie.svg");
}
.icon-link--email::before, .icon-link--mail::before {
  background-image: url("../img/icons/icon-link/green/mail.svg");
}
.icon-link--email:active::before, .icon-link--email:hover::before, .icon-link--mail:active::before, .icon-link--mail:hover::before {
  background-image: url("../img/icons/icon-link/purple/mail.svg");
}
.icon-link--mededelingen::before {
  background-image: url("../img/icons/icon-link/green/mededelingen.svg");
}
.icon-link--mededelingen:active::before, .icon-link--mededelingen:hover::before {
  background-image: url("../img/icons/icon-link/purple/mededelingen.svg");
}
.icon-link--memo::before {
  background-image: url("../img/icons/icon-link/green/memo.svg");
}
.icon-link--memo:active::before, .icon-link--memo:hover::before {
  background-image: url("../img/icons/icon-link/purple/memo.svg");
}
.icon-link--mijn-collegas::before {
  background-image: url("../img/icons/icon-link/green/mijn-collegas.svg");
}
.icon-link--mijn-collegas:active::before, .icon-link--mijn-collegas:hover::before {
  background-image: url("../img/icons/icon-link/purple/mijn-collegas.svg");
}
.icon-link--nieuws::before {
  background-image: url("../img/icons/icon-link/green/nieuws.svg");
}
.icon-link--nieuws:active::before, .icon-link--nieuws:hover::before {
  background-image: url("../img/icons/icon-link/purple/nieuws.svg");
}
.icon-link--nieuwsbericht-extern::before {
  background-image: url("../img/icons/icon-link/green/nieuwsbericht-extern.svg");
}
.icon-link--nieuwsbericht-extern:active::before, .icon-link--nieuwsbericht-extern:hover::before {
  background-image: url("../img/icons/icon-link/purple/nieuwsbericht-extern.svg");
}
.icon-link--nieuwsbrief::before {
  background-image: url("../img/icons/icon-link/green/nieuwsbrief.svg");
}
.icon-link--nieuwsbrief:active::before, .icon-link--nieuwsbrief:hover::before {
  background-image: url("../img/icons/icon-link/purple/nieuwsbrief.svg");
}
.icon-link--notulen::before {
  background-image: url("../img/icons/icon-link/green/notulen.svg");
}
.icon-link--notulen:active::before, .icon-link--notulen:hover::before {
  background-image: url("../img/icons/icon-link/purple/notulen.svg");
}
.icon-link--persoonlijke-inbox::before {
  background-image: url("../img/icons/icon-link/green/persoonlijke-inbox.svg");
}
.icon-link--persoonlijke-inbox:active::before, .icon-link--persoonlijke-inbox:hover::before {
  background-image: url("../img/icons/icon-link/purple/persoonlijke-inbox.svg");
}
.icon-link--profiel::before {
  background-image: url("../img/icons/icon-link/green/profiel.svg");
}
.icon-link--profiel:active::before, .icon-link--profiel:hover::before {
  background-image: url("../img/icons/icon-link/purple/profiel.svg");
}
.icon-link--rtv::before {
  background-image: url("../img/icons/icon-link/green/rtv.svg");
}
.icon-link--rtv:active::before, .icon-link--rtv:hover::before {
  background-image: url("../img/icons/icon-link/purple/rtv.svg");
}
.icon-link--sociaal-bericht-fb::before {
  background-image: url("../img/icons/icon-link/green/sociaal-bericht-fb.svg");
}
.icon-link--sociaal-bericht-fb:active::before, .icon-link--sociaal-bericht-fb:hover::before {
  background-image: url("../img/icons/icon-link/purple/sociaal-bericht-fb.svg");
}
.icon-link--stuur-foto::before {
  background-image: url("../img/icons/icon-link/green/stuur-foto.svg");
}
.icon-link--stuur-foto:active::before, .icon-link--stuur-foto:hover::before {
  background-image: url("../img/icons/icon-link/purple/stuur-foto.svg");
}
.icon-link--terug::before {
  background-image: url("../img/icons/icon-link/green/terug.svg");
}
.icon-link--terug:active::before, .icon-link--terug:hover::before {
  background-image: url("../img/icons/icon-link/purple/terug.svg");
}
.icon-link--tips::before {
  background-image: url("../img/icons/icon-link/green/tips.svg");
}
.icon-link--tips:active::before, .icon-link--tips:hover::before {
  background-image: url("../img/icons/icon-link/purple/tips.svg");
}
.icon-link--tools::before {
  background-image: url("../img/icons/icon-link/green/tools.svg");
}
.icon-link--tools:active::before, .icon-link--tools:hover::before {
  background-image: url("../img/icons/icon-link/purple/tools.svg");
}
.icon-link--vacatures::before {
  background-image: url("../img/icons/icon-link/green/vacatures.svg");
}
.icon-link--vacatures:active::before, .icon-link--vacatures:hover::before {
  background-image: url("../img/icons/icon-link/purple/vacatures.svg");
}
.icon-link--verjaardag::before {
  background-image: url("../img/icons/icon-link/green/verjaardag.svg");
}
.icon-link--verjaardag:active::before, .icon-link--verjaardag:hover::before {
  background-image: url("../img/icons/icon-link/purple/verjaardag.svg");
}
.icon-link--verjaardag::before {
  background-image: url("../img/icons/icon-link/green/verjaardag.svg");
}
.icon-link--verjaardag:active::before, .icon-link--verjaardag:hover::before {
  background-image: url("../img/icons/icon-link/purple/verjaardag.svg");
}
.icon-link--web::before {
  background-image: url("../img/icons/icon-link/green/link-extern-artikel.svg");
}
.icon-link--web:active::before, .icon-link--web:hover::before {
  background-image: url("../img/icons/icon-link/purple/link-extern-artikel.svg");
}
.icon-link--zo-werken-wij::before {
  background-image: url("../img/icons/icon-link/green/zo-werken-wij.svg");
}
.icon-link--zo-werken-wij:active::before, .icon-link--zo-werken-wij:hover::before {
  background-image: url("../img/icons/icon-link/purple/zo-werken-wij.svg");
}
.icon-link--zoeken::before {
  background-image: url("../img/icons/icon-link/green/zoeken.svg");
}
.icon-link--zoeken:active::before, .icon-link--zoeken:hover::before {
  background-image: url("../img/icons/icon-link/purple/zoeken.svg");
}

.icon {
  float: left;
  height: 64px;
  margin-right: 12px;
  width: 64px;
}
.icon--nieuws {
  background-image: url("../img/icons/icon-link/green/nieuws.svg");
}
.block-dossier-caroussel--purple .icon--nieuws {
  background-image: url("../img/icons/icon-link/purple/nieuws.svg");
}
.icon--news {
  background-image: url("../img/icons/icon-link/green/nieuws.svg");
}
.block-dossier-caroussel--purple .icon--news {
  background-image: url("../img/icons/icon-link/purple/nieuws.svg");
}
.icon--artikel {
  background-image: url("../img/icons/icon-link/green/artikel.svg");
}
.block-dossier-caroussel--purple .icon--artikel {
  background-image: url("../img/icons/icon-link/purple/artikel.svg");
}
.icon--article {
  background-image: url("../img/icons/icon-link/green/artikel.svg");
}
.block-dossier-caroussel--purple .icon--article {
  background-image: url("../img/icons/icon-link/purple/artikel.svg");
}
.icon--blog {
  background-image: url("../img/icons/icon-link/green/blog.svg");
}
.block-dossier-caroussel--purple .icon--blog {
  background-image: url("../img/icons/icon-link/purple/blog.svg");
}
.icon--video {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icons/icon-link/green/video2.svg");
}
.block-dossier-caroussel--purple .icon--video {
  background-image: url("../img/icons/icon-link/purple/video2.svg");
}
.icon--vlog {
  background-image: url("../img/icons/icon-link/green/video.svg");
}
.block-dossier-caroussel--purple .icon--vlog {
  background-image: url("../img/icons/icon-link/purple/video.svg");
}
.icon--facebook {
  background-image: url("../img/icons/icon-link/green/social-facebook.svg");
}
.block-dossier-caroussel--purple .icon--facebook {
  background-image: url("../img/icons/icon-link/purple/social-facebook.svg");
}
.icon--instagram {
  background-image: url("../img/icons/icon-link/green/social-instagram.svg");
}
.block-dossier-caroussel--purple .icon--instagram {
  background-image: url("../img/icons/icon-link/purple/social-instagram.svg");
}
.icon--linkedin {
  background-image: url("../img/icons/icon-link/green/social-linkedin.svg");
}
.block-dossier-caroussel--purple .icon--linkedin {
  background-image: url("../img/icons/icon-link/purple/social-linkedin.svg");
}

.infinite-scroll-trigger {
  align-items: center;
  clear: both;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-bottom: 100px;
}

.block-intranet-tiles .intranet-tile {
  float: left;
  width: 100%;
  margin: 0 0 calc(25px / 2);
}
@media (min-width: 400px) {
  .block-intranet-tiles .intranet-tile {
    flex: 0 0 calc(100% - 25px / 2);
    margin: 0 calc(25px / 4) calc(25px / 2);
  }
}
@media (min-width: 768px) {
  .block-intranet-tiles .intranet-tile {
    flex: 0 0 calc(50% - 25px / 2);
  }
}
@media (min-width: 1024px) {
  .block-intranet-tiles .intranet-tile {
    flex: 0 0 calc(33.333% - 25px);
    margin: 0 calc(25px / 2) 25px;
  }
}
@media (min-width: 1280px) {
  .block-intranet-tiles .intranet-tile {
    flex: 0 0 calc(25% - 25px);
  }
}
.block-intranet-content__main__tiles .intranet-tile {
  float: left;
  width: 100%;
  margin: 0 0 calc(25px / 2);
}
@media (min-width: 400px) {
  .block-intranet-content__main__tiles .intranet-tile {
    flex: 0 0 calc(100% - 25px / 2);
    margin: 0 calc(25px / 4) calc(25px / 2);
  }
}
@media (min-width: 768px) {
  .block-intranet-content__main__tiles .intranet-tile {
    flex: 0 0 calc(50% - 25px / 2);
  }
}
@media (min-width: 1024px) {
  .block-intranet-content__main__tiles .intranet-tile {
    flex: 0 0 calc(25% - 25px);
    margin: 0 calc(25px / 2) 25px;
  }
}
@media (min-width: 1280px) {
  .block-intranet-content__main__tiles .intranet-tile {
    flex: 0 0 calc(50% - 25px);
  }
}
.intranet-tile__icon {
  align-items: center;
  background-color: #F4FBF7;
  display: flex;
  height: 170px;
  justify-content: center;
  padding: 25px;
  width: 100%;
}
.intranet-tile--featured .intranet-tile__icon {
  background-color: rgba(204, 186, 204, 0.4);
}
.intranet-tile__icon img {
  max-height: 100%;
  object-fit: contain;
}
.intranet-tile__label {
  float: left;
  width: 100%;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  margin-top: 12px;
}

.intro-text {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  font-weight: 300;
}

.intro {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  font-weight: 300;
}

.kso-logo {
  height: 50px;
  width: 50px;
}
@media (min-width: 768px) {
  .kso-logo {
    float: right;
  }
}

.link-contact {
  color: #FFF;
  float: left;
  padding: 32px 24px;
}
.block-dossier-caroussel--purple .link-contact {
  background-color: #54237A;
}
.block-dossier-caroussel--green .link-contact {
  background-color: #17A95F;
}
.block-dossier-caroussel .link-contact {
  float: left;
  width: 100%;
  margin-bottom: -124px;
  margin-top: 24px;
  position: relative;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .block-dossier-caroussel .link-contact {
    clear: left;
    margin-top: -30px;
    margin-bottom: -19px;
    max-width: 411px;
  }
}
.link-contact__title {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 10px;
}
.link-contact__cta {
  background-color: #DCFA78;
  border-left: none;
  border-top: none;
  border-right: none;
  float: right;
  margin-bottom: -32px;
  margin-right: -24px;
}
.link-contact__cta.cta__solid__green:hover {
  background-color: rgb(231, 246, 239);
}
.link-contact__cta.cta__solid__purple:hover {
  background-color: rgb(237, 233, 241);
  color: #54237A;
}

.location-map {
  float: left;
  width: 100%;
}

.location-map__iframe {
  height: 100vh;
  margin-bottom: 32px;
  max-height: 650px;
  width: 100%;
}

.location-map__filters {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .location-map__filters {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
  }
}

.locations {
  float: left;
  width: 100%;
}

.locations__item {
  float: left;
  width: 100%;
  font-weight: 300;
  margin-bottom: 8px;
}
.locations__item--noord {
  color: #7C4665;
}
.locations__item--oost {
  color: #CD5C84;
}
.locations__item--zuid {
  color: #70BE82;
}
.locations__item--west {
  color: #4B9976;
}
.locations__item__name {
  float: left;
  width: 100%;
  font-weight: 600;
}

.locations__columns {
  float: left;
  width: 100%;
}
@media (min-width: 400px) {
  .locations__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.locations__placeholder {
  float: left;
  width: 100%;
}
@media (min-width: 400px) {
  .locations__placeholder {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1280px) {
  .locations__placeholder {
    width: calc(25% - 30px);
  }
}
.locations__placeholder__title {
  color: inherit;
  display: block;
  font-size: 26.66px;
  font-weight: 600;
  line-height: 34.65px;
  margin-bottom: 12px;
}
.locations__placeholder--west .locations__placeholder__title {
  color: #4B9976;
}
.locations__placeholder--oost .locations__placeholder__title {
  color: #CD5C84;
}
.locations__placeholder--noord .locations__placeholder__title {
  color: #7C4665;
}
.locations__placeholder--zuid .locations__placeholder__title {
  color: #70BE82;
}

.locations__detail {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .locations__detail {
    margin-top: -65px;
  }
}
.locations__detail__title {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  font-weight: 300;
}
.locations__detail__content {
  float: left;
  width: 100%;
  background-color: rgba(112, 190, 130, 0.1);
  padding: 24px;
  max-width: 732px;
  position: relative;
}
.locations__detail__content__title {
  font-weight: 600;
}
.locations__detail__content__close {
  color: #90A89D;
  font-size: 34px;
  font-weight: 300;
  position: absolute;
  right: 12px;
  text-decoration: none;
  top: 0;
  transition: all 0.25s ease-in-out;
}
.locations__detail__content__close:active, .locations__detail__content__close:hover {
  color: #17A95F;
}

.nav-toggle {
  cursor: pointer;
  height: 24px;
  margin-top: 4px;
  position: relative;
  transition: transform 0.5s cubic-bezier(0, 0, 0, 1);
  width: 26px;
  z-index: 100000;
}
.nav-toggle__line {
  background-color: #7C4665;
  height: 2px;
  position: absolute;
  transition: transform 0.5s cubic-bezier(0, 0, 0, 1);
  width: 26px;
}
.nav-toggle__line:nth-child(1) {
  top: 0;
}
.nav-toggle__line:nth-child(2) {
  top: 8px;
}
.nav-toggle__line:nth-child(3) {
  top: 16px;
}
.nav-toggle-active .nav-toggle {
  transform: rotate(-90deg) translatey(3px);
  margin-top: 0.5px;
}
.nav-toggle-active .nav-toggle__line:nth-child(1) {
  transform: rotate(-45deg) translate(-5.3px, 5.3px);
}
.nav-toggle-active .nav-toggle__line:nth-child(2) {
  transform: scale(0, 1);
}
.nav-toggle-active .nav-toggle__line:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -6px);
}
.nav-toggle__label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.nav-toggle__label:active, .nav-toggle__label:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  width: auto;
}

.page-meta {
  float: left;
  width: 100%;
  color: #90A89D;
  height: 80px;
  line-height: 80px;
  padding: 15px 0;
}
.page-meta span {
  float: left;
  height: 50px;
  line-height: 50px;
}

.post-container {
  float: left;
  width: 100%;
  overflow: visible;
}
.post-container__entry {
  position: relative;
}
.post-container__entry .entry {
  border-bottom: 0;
  position: initial;
}
.post-container__entry .entry .entry__more {
  margin-right: 33px;
}
.post-container__entry::after {
  background-color: #17A95F;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: calc(100% - 24px);
}

.post-meta {
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #90A89D;
  border-top: 1px solid #90A89D;
  padding: 15px 0;
}
.post-meta__li {
  float: left;
  width: 100%;
  color: #90A89D;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}
.post-meta__li span {
  font-weight: 300;
}

.reading-time {
  color: #90A89D;
}

.search-clear {
  cursor: pointer;
}

.search-highlight {
  background: #f3fdce;
}
.search-highlight.active {
  background: #e2f98a;
}

.search-icon {
  display: block;
  height: 33px;
  margin-top: -2px;
}

.search-widget__type-badge {
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 2px 6px;
  text-transform: uppercase;
  white-space: nowrap;
}
.search-widget__type-badge--publication {
  background-color: #e0d0e8;
  color: #5a2d82;
}
.search-widget__type-badge--page {
  background-color: #d0e0f0;
  color: #1a4a7a;
}
.search-widget__type-badge--post {
  background-color: #d0edd8;
  color: #1a6a32;
}
.search-widget__form ::-moz-input-placeholder {
  color: #CCBACC;
}
.search-widget__form ::-ms-input-placeholder {
  color: #CCBACC;
}
.search-widget__form ::-webkit-input-placeholder {
  color: #CCBACC;
}
.search-widget__form :focus::-moz-input-placeholder {
  color: #54237A;
}
.search-widget__form :focus::-ms-input-placeholder {
  color: #54237A;
}
.search-widget__form :focus::-webkit-input-placeholder {
  color: #54237A;
}
.search-widget__form {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.search-widget__input {
  border-radius: 3px;
  border: 2px solid #7C4665;
  box-sizing: border-box;
  color: #7C4665;
  font-family: "source-sans-pro", sans-serif;
  height: 44px;
  padding: 0 12px;
  width: 200px;
}
.search-widget__submit {
  appearance: none;
  background-color: #7C4665;
  border-radius: 3px;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out;
}

.search-widget__has-results {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.777rem;
  line-height: 1.3;
  border-bottom: 1px solid #17A95F;
  float: left;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0 0 12px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-widget__has-results {
    margin-bottom: 40px;
    padding: 0 0 24px 0;
  }
}
.search-widget__has-results strong {
  font-weight: 600;
}

:root .block ul:not(.socials__ul):not(.contact-links) {
  list-style: none;
  margin: 0;
  padding: 0;
}
:root .block ul:not(.socials__ul):not(.contact-links) .search-widget__item {
  border-bottom: 1px solid #17A95F;
  float: left;
  list-style-image: none;
  margin: 0 0 20px 0;
  max-width: 845.5px;
  padding: 0 0 20px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  :root .block ul:not(.socials__ul):not(.contact-links) .search-widget__item {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
  }
}
.block ul:not(.socials__ul):not(.contact-links) .search-widget__image {
  background-color: #D8D8D8;
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .block ul:not(.socials__ul):not(.contact-links) .search-widget__image {
    float: left;
    height: 231px;
    margin-right: 22px;
    object-fit: cover;
    width: 411px;
  }
}
.block ul:not(.socials__ul):not(.contact-links) .search-widget__score,
.block ul:not(.socials__ul):not(.contact-links) .search-widget__link {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  color: #4B9976;
}
.block ul:not(.socials__ul):not(.contact-links) .search-widget__score {
  font-weight: 300;
}
.block ul:not(.socials__ul):not(.contact-links) .search-widget__intro {
  display: block;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .block ul:not(.socials__ul):not(.contact-links) .search-widget__intro {
    margin-top: 24px;
  }
}
.block ul:not(.socials__ul):not(.contact-links) .search-widget__more-link {
  float: right;
  margin-right: 0;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .block ul:not(.socials__ul):not(.contact-links) .search-widget__more-link {
    bottom: -1px;
    float: none;
    margin-top: 0;
    position: absolute;
    right: 0;
  }
}

.search-results-panel {
  background-color: #FFF;
  float: left;
  width: 100%;
}
.search-results-panel[hidden] {
  display: none;
}
.search-results-panel__inner {
  border-bottom: 1px solid #CCBACC;
  border-top: 1px solid #CCBACC;
  margin: 0 auto;
  max-width: 1280px;
  padding: 12px 0px 52px 0;
}
.search-results-panel__loading, .search-results-panel__error, .search-results-panel__has-results, .search-results-panel__no-results {
  color: #7C4665;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.search-results-panel__has-results {
  padding-bottom: 8px;
}
.search-results-panel__list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.search-results-panel__item {
  align-items: center;
  color: #7C4665;
  float: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 4px;
}
.search-results-panel__item a {
  color: #7C4665;
  float: left;
  font-weight: 600;
  margin-right: 4px;
  text-decoration: none;
}
.search-results-panel__item a:active, .search-results-panel__item a:hover {
  text-decoration: underline;
}
.search-results-panel__link {
  color: inherit;
  text-decoration: underline;
}
.search-results-panel__link:hover {
  text-decoration: none;
}
.search-results-panel__type-badge {
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.search-results-panel__type-badge--publication {
  background-color: #e0d0e8;
  color: #5a2d82;
}
.search-results-panel__type-badge--page {
  background-color: #d0e0f0;
  color: #1a4a7a;
}
.search-results-panel__type-badge--post {
  background-color: #d0edd8;
  color: #1a6a32;
}
.search-results-panel__view-all-link {
  background-color: rgba(124, 70, 101, 0.1);
  background-image: url("../../img/icons/misc/search-expand-link.svg");
  background-position: 205px 10px;
  background-repeat: no-repeat;
  color: #7C4665;
  float: right;
  font-size: 15px;
  height: 52px;
  line-height: 52px;
  padding: 0 52px 0 16px;
}
.search-results-panel__view-all-link:active, .search-results-panel__view-all-link:hover {
  color: #7C4665;
}

.search-toggle {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}

.share {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  :root .share__socials {
    float: right;
    width: auto;
  }
}

.sidenote-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 292px;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
}
@media (min-width: 400px) {
  .sidenote-item {
    flex-direction: row;
  }
}
.sidenote--no-bg .sidenote-item {
  background-color: rgba(23, 169, 95, 0.1);
  border-top: 2px solid #17A95F;
  padding: 24px;
  max-width: 336px;
}
.sidenote-item__image {
  height: 90px;
  margin-bottom: 16px;
  margin-right: 16px;
  width: 90px;
}
.sidenote-item__image__img {
  display: block;
}
.sidenote-item__text {
  width: 100%;
  max-width: 170px;
}
@media (min-width: 400px) {
  .sidenote-item__text {
    width: calc(100% - 106px);
  }
}

.sidenote {
  background-color: rgba(23, 169, 95, 0.1);
  border-top: 2px solid #17A95F;
  clear: both;
  color: #4B9976;
  float: left;
  margin-bottom: 48px;
  max-width: 440px;
  padding: 24px;
  width: 100%;
}
.sidenote--multiple {
  max-width: 696px;
}
.sidenote--no-bg {
  background-color: transparent;
  border-top: none;
  padding: 0;
}
.sidenote__title {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  margin-bottom: 8px;
}
.sidenote--multiple .sidenote__title {
  margin-bottom: 24px;
}
.sidenote__items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}
@media (min-width: 768px) {
  .sidenote__items {
    flex-direction: row;
    justify-content: space-between;
  }
}
.sidenote p:last-of-type {
  margin-bottom: 0;
}

.skip-link {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.25s ease-in-out;
}
.skip-link:focus {
  opacity: 1;
  pointer-events: all;
}

.socials {
  float: right;
}
.socials__label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  clear: both;
  float: left;
  margin-bottom: calc(1.5rem / 2);
  color: #54237A;
}
.share__socials .socials__label {
  color: #54237A;
}
.socials__ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
  float: left;
  margin-bottom: 1.5rem;
}
.socials__li {
  float: left;
}
.socials__a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  margin: 0 10px 10px 0;
  width: 40px;
}
.socials__a--green-bright {
  background-color: #DCFA78;
}
.socials__a--purple-eggplant {
  background-color: #7C4665;
}
.socials__a--purple-eggplant-light {
  background-color: #b9a3b1;
}
.socials__a--linkedin {
  background-size: 110%;
}
.socials__a--linkedin.socials__a--purple-eggplant, .socials__a--linkedin.socials__a--purple-eggplant-light {
  background-image: url("../img/icons/socials/white/linkedin.svg");
}
.socials__a--linkedin.socials__a--green-bright {
  background-image: url("../img/icons/socials/purple/linkedin.svg");
}
.socials__a--instagram {
  background-size: 120%;
}
.socials__a--instagram.socials__a--purple-eggplant, .socials__a--instagram.socials__a--purple-eggplant-light {
  background-image: url("../img/icons/socials/white/instagram.svg");
}
.socials__a--instagram.socials__a--green-bright {
  background-image: url("../img/icons/socials/purple/instagram.svg");
}
.socials__a--facebook {
  background-size: 120%;
}
.socials__a--facebook.socials__a--purple-eggplant, .socials__a--facebook.socials__a--purple-eggplant-light {
  background-image: url("../img/icons/socials/white/facebook.svg");
}
.socials__a--facebook.socials__a--green-bright {
  background-image: url("../img/icons/socials/purple/facebook.svg");
}
.socials__a--x {
  background-size: 110%;
}
.socials__a--x.socials__a--purple-eggplant, .socials__a--x.socials__a--purple-eggplant-light {
  background-image: url("../img/icons/socials/white/x.svg");
}
.socials__a--x.socials__a--green-bright {
  background-image: url("../img/icons/socials/purple/x.svg");
}
.socials__a--mail {
  background-size: 80%;
}
.socials__a--mail.socials__a--purple-eggplant, .socials__a--mail.socials__a--purple-eggplant-light {
  background-image: url("../img/icons/socials/white/mail.svg");
}
.socials__a--mail.socials__a--green-bright {
  background-image: url("../img/icons/socials/purple/mail.svg");
}
.socials__a--share {
  background-size: 45%;
}
.socials__a--share.socials__a--purple-eggplant, .socials__a--share.socials__a--purple-eggplant-light {
  background-image: url("../img/icons/socials/white/arrow-right.svg");
}
.socials__a--share.socials__a--green-bright {
  background-image: url("../img/icons/socials/purple/arrow-right.svg");
}

.specimen {
  float: left;
  width: 100%;
  border: 2px solid #000;
  margin: 0 0 3rem;
  padding: calc(1.5rem + 25px) 1.5rem 0 1.5rem;
  position: relative;
}
.specimen::before {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #000;
  color: #FFF;
  content: attr(data-label);
  left: 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}
.specimen__subtitle {
  float: left;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.specimen .avatar {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.specimen .footer,
.specimen .block {
  margin-bottom: 1.5rem;
}

.streamer {
  float: left;
  width: 100%;
}

.text-col h2,
.text-col h3,
.text-col h4,
.text-col h5,
.text-col h6 {
  margin-bottom: 12px;
}
.text-col--centered {
  text-align: center;
}
.text-col--right {
  text-align: right;
}
.text-col--right .cta {
  float: right;
  margin-right: 0;
}
.text-col--h5 {
  position: relative;
  padding-bottom: 30px;
}
.text-col--h5 .cta__icon-only {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.text-col .cta__outline {
  float: right;
  margin-right: 0;
}

.block-cols__col--border.text-col {
  color: #17A95F;
}
.block-cols__col--border.text-col * {
  color: #17A95F;
}

.video-container {
  height: 0;
  margin-bottom: 12px;
  padding-bottom: 56.25%;
  position: relative;
}
.video-container embed,
.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.card-available {
  float: left;
  width: 100%;
  margin: 0 0 calc(24px / 2);
}
@media (min-width: 400px) {
  .card-available {
    flex: 0 0 calc(100% - 24px / 2);
    margin: 0 calc(24px / 4) calc(24px / 2);
  }
}
@media (min-width: 768px) {
  .card-available {
    flex: 0 0 calc(50% - 24px / 2);
  }
}
@media (min-width: 1024px) {
  .card-available {
    flex: 0 0 calc(33.333% - 24px);
    margin: 0 calc(24px / 2) 24px;
  }
}
@media (min-width: 1280px) {
  .card-available {
    flex: 0 0 calc(25% - 24px);
  }
}
.card-available__img {
  display: block;
  height: 170px;
  margin-bottom: 16px;
  object-fit: cover;
  width: 100%;
}
.card-available__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.card-available__text {
  font-size: 20px;
  font-weight: 400;
}

.card-birthday {
  float: left;
  width: 100%;
  margin: 0 0 calc(25px / 2);
}
@media (min-width: 400px) {
  .card-birthday {
    flex: 0 0 calc(100% - 25px / 2);
    margin: 0 calc(25px / 4) calc(25px / 2);
  }
}
@media (min-width: 768px) {
  .card-birthday {
    flex: 0 0 calc(50% - 25px / 2);
  }
}
@media (min-width: 1024px) {
  .card-birthday {
    flex: 0 0 calc(50% - 25px);
    margin: 0 calc(25px / 2) 25px;
  }
}
@media (min-width: 1280px) {
  .card-birthday {
    flex: 0 0 calc(100% - 25px);
  }
}
.card-birthday {
  border-bottom: 1px solid #90A89D;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
.card-birthday:last-of-type {
  border-bottom: none;
}
.card-birthday__icon {
  background-color: #DCFA78;
  border-radius: 60px;
  float: left;
  height: 60px;
  width: 60px;
  background-image: url("/img/icons/icon-link/green/verjaardag.svg");
}
.card-birthday__content {
  float: right;
  width: calc(100% - 70px);
}
.card-birthday__name {
  color: #17A95F;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 4px;
}
.card-birthday__date {
  color: #90A89D;
  font-size: 15px;
  line-height: 22.5px;
}

.card-download {
  padding-bottom: 24px;
}
.toolkit-filter__result__results .card-download {
  float: left;
  width: 100%;
  margin: 0 0 calc(24px / 2);
}
@media (min-width: 400px) {
  .toolkit-filter__result__results .card-download {
    flex: 0 0 calc(100% - 24px / 2);
    margin: 0 calc(24px / 4) calc(24px / 2);
  }
}
@media (min-width: 768px) {
  .toolkit-filter__result__results .card-download {
    flex: 0 0 calc(50% - 24px / 2);
  }
}
@media (min-width: 1024px) {
  .toolkit-filter__result__results .card-download {
    flex: 0 0 calc(33.333% - 24px);
    margin: 0 calc(24px / 2) 24px;
  }
}
@media (min-width: 1280px) {
  .toolkit-filter__result__results .card-download {
    flex: 0 0 calc(33.333% - 24px);
  }
}
.toolkit-overview .card-download {
  float: left;
  width: 100%;
  margin: 0 0 calc(24px / 2);
}
@media (min-width: 400px) {
  .toolkit-overview .card-download {
    flex: 0 0 calc(100% - 24px / 2);
    margin: 0 calc(24px / 4) calc(24px / 2);
  }
}
@media (min-width: 768px) {
  .toolkit-overview .card-download {
    flex: 0 0 calc(50% - 24px / 2);
  }
}
@media (min-width: 1024px) {
  .toolkit-overview .card-download {
    flex: 0 0 calc(50% - 24px);
    margin: 0 calc(24px / 2) 24px;
  }
}
@media (min-width: 1280px) {
  .toolkit-overview .card-download {
    flex: 0 0 calc(50% - 24px);
  }
}
.card-download__ico {
  display: block;
  margin-bottom: 9.99px;
}
.card-download__title {
  color: #17A95F;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}
.card-download__title img {
  float: left;
  height: 28px;
  margin-right: 4px;
  object-fit: contain;
  width: 28px;
}
.card-download__list {
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.card-download__list li {
  float: left;
  width: 100%;
  color: #90A89D;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}
.card-download__list li a {
  color: #90A89D;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}

.card-team {
  float: left;
  width: 100%;
}
.card-team__avatar {
  margin: 0 0 40px 0;
}
.card-team__name, .card-team__function {
  float: left;
  width: 100%;
}
.card-team__name {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.card-team__function {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 25px;
}
.card-team__icon-link {
  padding-left: 60px;
}
.card-team__button {
  clear: both;
}
.card-team__about {
  display: none;
  clear: both;
}

.block {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .block {
    padding: 60px 0;
  }
}
@media (min-width: 1280px) {
  .block {
    padding: 80px 0;
  }
}
.block {
  float: left;
  width: 100%;
  background-color: #FFF;
}
.block ul:not(.socials__ul):not(.contact-links) li,
.block ol li {
  padding-left: 10px;
  padding-bottom: 10px;
}
.block ul:not(.socials__ul):not(.contact-links) li p,
.block ol li p {
  margin: 0;
}
.block ul:not(.contact-links):not(.socials__ul) li {
  list-style-image: url("/img/icons/misc/arrow-right-green.svg");
}
.block ul:not(.contact-links):not(.socials__ul) ::marker {
  position: relative;
  top: 2px;
}
.block.block-cta ul:not(.contact-links):not(.socials__ul) li {
  list-style-image: url("/img/icons/misc/arrow-right-purple.svg");
}
.block ol ::marker {
  color: #4B9976;
}
.block-cta .block ol ::marker {
  color: #54237A;
}

.block-back {
  padding: 0;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .block-back {
    margin-bottom: calc(32px * 2);
  }
}

.block-cols {
  float: left;
  width: 100%;
  padding: 0 0 32px 0;
}
@media (min-width: 1024px) {
  .block-cols {
    display: flex;
    float: none;
    margin-bottom: calc(32px * 2);
    padding: 0;
    width: calc(100% + 24px);
  }
}
.block-cols__no-margin-bottom {
  margin-bottom: 0;
}
.block-cols__text-columns-head {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .block-cols--vertical-align-bottom {
    align-items: flex-end;
  }
}
.block-cols__frame {
  padding: 24px 24px 24px 24px;
  color: #17A95F;
  font-size: 0.9rem;
}
.block-cols__frame h5 {
  color: #17A95F;
  font-size: 1rem;
}
.block-cols__frame-head {
  background-color: rgba(23, 169, 95, 0.1);
  border-top: rgb(23, 169, 95) solid 2px;
  background-color: rgba(23, 169, 95, 0.1);
}
@media (min-width: 1024px) {
  .block-cols--horizontal-align-right {
    justify-content: right;
  }
}
.block-cols__col {
  float: left;
  width: 100%;
  margin-right: 24px;
}
.block-cols__col__no-margin-right {
  margin-right: 0;
}
.block-cols__col--border {
  background-color: #EBF6F0;
  border-top: 2px solid #17A95F;
  color: #17A95F;
  padding: 24px 24px 0 24px;
}
.block-cols__col--border * {
  color: inherit;
}
.block-cols__col--align-bottom {
  align-self: end;
}
.block-cols__col--align-center {
  align-self: center;
}
.block-cols__col h5,
.block-cols__col h6 {
  margin-bottom: 12px;
}
.block-cols__col > p:last-child, .block-cols__col > ul:last-child, .block-cols__col > h1:last-child, .block-cols__col > h2:last-child, .block-cols__col > h3:last-child, .block-cols__col > h4:last-child, .block-cols__col > h5:last-child, .block-cols__col > blockquote:last-child, .block-cols__col > cite:last-child {
  margin-bottom: 0;
}
.block-cols__col-100 {
  width: 100%;
}
@media (min-width: 1024px) {
  .block-cols__col-100 {
    max-width: 1280px;
  }
}
.block-cols__col-80 {
  width: 100%;
}
@media (min-width: 1024px) {
  .block-cols__col-80 {
    max-width: 846px;
  }
}
.block-cols__col-60 {
  width: 100%;
}
@media (min-width: 1024px) {
  .block-cols__col-60 {
    max-width: 628px;
  }
}
.block-cols__col-40 {
  width: 100%;
}
@media (min-width: 1024px) {
  .block-cols__col-40 {
    max-width: 411px;
  }
}
.block-cols__col-30 {
  width: 100%;
}
@media (min-width: 1024px) {
  .block-cols__col-30 {
    max-width: 303px;
  }
}
.block-cols__col-20 {
  display: none;
}
@media (min-width: 1024px) {
  .block-cols__col-20 {
    display: block;
    max-width: 194px;
  }
}

.block-cta {
  background-color: rgba(84, 35, 122, 0.15);
  padding: 0;
}
@media (min-width: 1024px) {
  .block-cta {
    margin-bottom: calc(32px * 2);
  }
}
.block-cta__wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.block-cta__image {
  float: left;
  width: 100%;
  background-color: #CCC;
}
@media (min-width: 1024px) {
  .block-cta__image {
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .block-cta--type-1 .block-cta__image, .block-cta--type-2 .block-cta__image {
    width: 50%;
    max-width: 708px;
  }
}
@media (min-width: 1024px) {
  .block-cta--type-3 .block-cta__image, .block-cta--type-4 .block-cta__image {
    max-width: 514px;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .block-cta--type-1 .block-cta__image, .block-cta--type-3 .block-cta__image {
    left: 0;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .block-cta--type-2 .block-cta__image, .block-cta--type-4 .block-cta__image {
    right: 0;
    top: 0;
  }
}
.block-cta__inner {
  float: left;
  width: 100%;
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .block-cta__inner {
    padding: 60px 0 80px 0;
    min-height: 408px;
  }
}
@media (min-width: 1024px) {
  .block-cta--type-1 .block-cta__inner {
    float: right;
    max-width: 410px;
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .block-cta--type-2 .block-cta__inner {
    float: left;
    max-width: 410px;
  }
}
@media (min-width: 1280px) {
  .block-cta--type-2 .block-cta__inner {
    margin-left: 110px;
  }
}
@media (min-width: 1024px) {
  .block-cta--type-3 .block-cta__inner {
    float: right;
    max-width: 410px;
  }
}
@media (min-width: 1280px) {
  .block-cta--type-3 .block-cta__inner {
    margin-right: 110px;
    max-width: 627px;
  }
}
@media (min-width: 1024px) {
  .block-cta--type-4 .block-cta__inner {
    float: left;
    max-width: 410px;
  }
}
@media (min-width: 1280px) {
  .block-cta--type-4 .block-cta__inner {
    max-width: 627px;
  }
}
.block-cta__inner__title {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.777rem;
  line-height: 1.3;
  color: #54237A;
}
.block-cta__inner__title::after {
  background-color: #54237A;
  content: "";
  display: block;
  height: 1px;
  margin: 10px 0;
  width: 40px;
}
.block-cta__inner h3:not(.block-cta__inner__title) {
  color: #54237A;
  font-size: 26.65px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.block-cta__inner a {
  color: #7C4665;
  text-decoration: none;
  margin-bottom: 16px;
}

.divider-block {
  padding: 0;
}
.divider-block--theme-green-light {
  background-color: rgba(23, 169, 95, 0.1);
}
.divider-block--theme-green-bright {
  background-color: #DCFA78;
}
.divider-block--theme-purple-very-light {
  background-color: rgba(84, 35, 122, 0.15);
}
.divider-block--tiny {
  height: 24px;
}
.divider-block--small {
  height: 32px;
}
.divider-block--medium {
  height: 40px;
}
.divider-block--large {
  height: 80px;
}
.divider-block--huge {
  height: 112px;
}
.divider-block hr {
  background-color: #17A95F;
  width: calc(100% - 24px);
}
.divider-block--theme-green-bright .divider-block hr {
  background-color: #FFF;
}
.divider-block--theme-purple-very-light .divider-block hr {
  background-color: #54237A;
}

.block-dossier-caroussel {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 70px 0 152px 0;
}
@media (min-width: 1024px) {
  .block-dossier-caroussel {
    padding: 70px 0 0 0;
    margin-bottom: 54px;
  }
}
.block-dossier-caroussel--no-contact::after {
  display: none;
}
@media (min-width: 1024px) {
  .block-dossier-caroussel--no-contact .block-dossier-caroussel__cta-more {
    transform: translateY(0) translateX(16px);
  }
}
.block-dossier-caroussel--green {
  background-color: #DCFA78;
}
.block-dossier-caroussel--purple {
  background-color: rgba(84, 35, 122, 0.15);
}
.block-dossier-caroussel::after {
  background-color: #FFF;
  bottom: 0;
  content: "";
  height: 82px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 1024px) {
  .block-dossier-caroussel .wrapper {
    position: relative;
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .block-dossier-caroussel__wrapper {
    min-height: 550px;
  }
}
.block-dossier-caroussel__intro, .block-dossier-caroussel__slider {
  float: left;
  width: 100%;
}
.block-dossier-caroussel__button-next, .block-dossier-caroussel__button-prev {
  float: left;
}
.block-dossier-caroussel__button-prev {
  margin-right: 8px;
}
.block-dossier-caroussel__intro {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .block-dossier-caroussel__intro {
    margin-bottom: 0;
    padding-bottom: 70px;
    padding-right: 25px;
    width: 435px;
  }
}
.block-dossier-caroussel__intro__title, .block-dossier-caroussel__intro__text {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .block-dossier-caroussel__intro__title, .block-dossier-caroussel__intro__text {
    padding-right: 50px;
  }
}
.block-dossier-caroussel__intro__title {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.777rem;
  line-height: 1.3;
}
.block-dossier-caroussel--green .block-dossier-caroussel__intro__title {
  color: #17A95F;
}
.block-dossier-caroussel--purple .block-dossier-caroussel__intro__title {
  color: #54237A;
}
.block-dossier-caroussel__intro__title::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 9.3px;
  width: 40px;
}
.block-dossier-caroussel--green .block-dossier-caroussel__intro__title::after {
  background-color: #17A95F;
}
.block-dossier-caroussel--purple .block-dossier-caroussel__intro__title::after {
  background-color: #54237A;
}
@media (min-width: 1024px) {
  :root .block-dossier-caroussel__slider {
    clip-path: inset(-100vw -100vw -100vw 0);
    width: calc(100% - 435px);
  }
}
.block-dossier-caroussel__slider .swiper-slide {
  background-color: #FFF;
  display: flex;
  min-height: 430px;
}
.block-dossier-caroussel__slider .entry {
  background-color: #FFF;
  border-bottom: 0;
  cursor: grab;
  float: left;
  height: 100%;
  position: relative;
}
.block-dossier-caroussel__slider .entry:active {
  cursor: grabbing;
}
.block-dossier-caroussel__slider .entry__title {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
}
.block-dossier-caroussel--green .block-dossier-caroussel__slider .entry__title {
  color: #17A95F;
}
.block-dossier-caroussel--purple .block-dossier-caroussel__slider .entry__title {
  color: #7C4665;
}
.block-dossier-caroussel__slider .entry__title, .block-dossier-caroussel__slider .entry__meta {
  padding-left: 16px;
  padding-right: 16px;
}
.block-dossier-caroussel__slider .entry__meta__icon {
  margin-bottom: 16px;
}
.block-dossier-caroussel__slider .entry__more {
  bottom: 0;
  position: absolute;
  right: 0;
}
.block-dossier-caroussel__cta-more {
  float: right;
  margin-right: 0;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .block-dossier-caroussel__cta-more {
    margin-top: 0;
    transform: translateY(-82px) translateX(16px);
  }
}
.block-dossier-caroussel__spacer {
  height: 82px;
  display: block;
}

.block-intranet-content {
  float: left;
  width: 100%;
}
.block-intranet-content__sidebar {
  display: flex;
  flex-direction: column;
  float: left;
  margin-bottom: 30px;
  margin-left: 6.25px;
  width: 100%;
}
@media (min-width: 1280px) {
  .block-intranet-content__sidebar {
    margin-bottom: 0;
    margin-left: 0;
    max-width: 412px;
    position: relative;
  }
}
.block-intranet-content__sidebar__title {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 2.369rem;
  line-height: 1.2;
}
.block-intranet-content__sidebar__inner {
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (min-width: 400px) {
  .block-intranet-content__sidebar__inner {
    margin-left: -6.25px;
    width: calc(100% + 25px / 2);
  }
}
@media (min-width: 1024px) {
  .block-intranet-content__sidebar__inner {
    margin-left: -12.5px;
    width: calc(100% + 25px);
  }
}
.block-intranet-content__sidebar__inner {
  float: left;
  width: 100%;
  background-color: #EBF6F0;
  display: flex;
  padding: 30px 40px;
  position: relative;
}
@media (min-width: 1280px) {
  .block-intranet-content__sidebar__inner {
    display: block;
    height: 100%;
    padding: 30px 40px 56px 0;
  }
}
@media (min-width: 1280px) {
  .block-intranet-content__sidebar__inner::before {
    background-color: #EBF6F0;
    content: "";
    height: 100%;
    left: -50vw;
    position: absolute;
    top: 0;
    width: 50vw;
    z-index: 0;
  }
}
.block-intranet-content__sidebar__cta {
  background-color: #FFF;
  margin-top: 20px;
  margin-left: -6.25px;
  width: 100%;
}
@media (min-width: 1280px) {
  .block-intranet-content__sidebar__cta {
    position: absolute;
    bottom: 0;
    margin: 0;
    right: 13px;
  }
}
.block-intranet-content__main {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .block-intranet-content__main {
    max-width: calc(100% - 412px);
    padding: 0 0 0 65px;
  }
}
@media (min-width: 1440px) {
  .block-intranet-content__main {
    padding: 0 0 0 130px;
  }
}
.block-intranet-content__main__title {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 2.369rem;
  line-height: 1.2;
}
.block-intranet-content__main__tiles {
  float: left;
  width: 100%;
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (min-width: 400px) {
  .block-intranet-content__main__tiles {
    margin-left: -6.25px;
    width: calc(100% + 25px / 2);
  }
}
@media (min-width: 1024px) {
  .block-intranet-content__main__tiles {
    margin-left: -12.5px;
    width: calc(100% + 25px);
  }
}

.block-intranet-tiles__tiles {
  float: left;
  width: 100%;
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (min-width: 400px) {
  .block-intranet-tiles__tiles {
    margin-left: -6.25px;
    width: calc(100% + 25px / 2);
  }
}
@media (min-width: 1024px) {
  .block-intranet-tiles__tiles {
    margin-left: -12.5px;
    width: calc(100% + 25px);
  }
}

.block-intro {
  float: left;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
}
@media (min-width: 1024px) {
  .block-intro {
    margin-bottom: calc(32px * 2);
  }
}
@media (min-width: 1024px) {
  .block-intro--text-image {
    padding-bottom: 32px;
    margin-top: -80px;
  }
}
@media (min-width: 1024px) {
  .block-intro--blog {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .block-intro::before, .block-intro::after {
    position: absolute;
    pointer-events: none;
    content: "";
  }
}
@media (min-width: 1024px) {
  .block-intro::before {
    background-color: #FFF;
    display: none;
    height: 50%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
@media (min-width: 1024px) {
  .block-intro--article::before, .block-intro--video::before {
    display: block;
  }
}
@media (min-width: 1024px) {
  .block-intro::after {
    background-color: #EBF6F0;
    bottom: 0;
    height: 100%;
    left: 0;
    max-width: 1251px;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .block-intro--text-image::after {
    height: calc(100% - 80px);
  }
}
@media (min-width: 1024px) {
  .block-intro--video::after {
    max-width: none;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .block-intro--article::after {
    left: auto;
    right: 0;
  }
}
.block-intro__outer {
  float: left;
  width: 100%;
  position: relative;
  z-index: 100;
}
.block-intro__left {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .block-intro--blog .block-intro__left {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .block-intro--text-image .block-intro__left {
    width: calc(100% - 630px);
  }
}
@media (min-width: 1024px) {
  .block-intro--article .block-intro__left {
    padding: 50px 0 50px 20%;
  }
}
@media (min-width: 1024px) {
  .block-intro--video .block-intro__left {
    padding: 10px 0 50px 0;
  }
}
.block-intro__right {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .block-intro__right {
    float: right;
    width: 630px;
  }
}
.block-intro__full-width-img {
  float: left;
  width: 100%;
  margin-bottom: calc(32px / 2);
}
@media (min-width: 1024px) {
  .block-intro__full-width-img {
    margin-bottom: 0;
  }
}
.block-intro__video {
  float: left;
  width: 100%;
  margin-bottom: calc(32px / 2);
}
@media (min-width: 1024px) {
  .block-intro__video {
    margin-bottom: 32px;
  }
}
.block-intro__video__embed {
  float: left;
  width: 100%;
  height: 0;
  margin-bottom: 12px;
  padding-bottom: 56.25%;
  position: relative;
}
.block-intro__video__embed embed,
.block-intro__video__embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.block-intro__video__caption {
  color: #90A89D;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
}
@media (min-width: 1024px) {
  .block-intro__avatar {
    margin-top: -150px;
  }
}
.block-intro__supertitle, .block-intro__author {
  float: left;
  width: 100%;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.777rem;
  line-height: 1.3;
  color: #4B9976;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .block-intro__author {
    max-width: 760px;
  }
}
@media (min-width: 1024px) {
  .block-intro__supertitle {
    width: 1251px;
  }
}
.block-intro__title {
  float: left;
  width: 100%;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
  font-size: 3.157rem;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .block-intro--minimal .block-intro__title {
    padding: 64px 80px;
    max-width: 1251px;
  }
}
@media (min-width: 1280px) {
  .block-intro--minimal .block-intro__title {
    padding: 64px 80px 80px 180px;
  }
}
.block-intro--text-image .block-intro__title {
  margin-bottom: calc(32px / 2);
}
@media (min-width: 1024px) {
  .block-intro--text-image .block-intro__title {
    margin-bottom: 0;
    padding: 64px 24px 0 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 630px);
  }
}
@media (min-width: 1280px) {
  .block-intro--text-image .block-intro__title {
    padding: 64px 24px 0 180px;
  }
}
@media (min-width: 1024px) {
  .block-intro--blog .block-intro__title {
    max-width: 760px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .block-intro--video .block-intro__title {
    padding-left: 20%;
    max-width: 900px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .block-intro--article .block-intro__title {
    color: #4B9976;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
    line-height: 1.1;
    font-size: 4.209rem;
    font-weight: 300;
    max-width: 900px;
  }
}

.block-page-header--page-normal-header .block-page-header__text__intro, .block-page-header__text__author, .block-page-header__text__title, .block-page-header__text, .block-page-header__content__image, .block-page-header__content__image-full, .block-page-header__content, .block-page-header__video, .block-page-header__intro, .block-page-header {
  float: left;
  width: 100%;
}

.block-page-header {
  padding-top: 0;
  position: relative;
}
.block-page-header__intro {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
  padding: 0;
}
@media (min-width: 1024px) {
  .block-page-header__intro {
    margin-bottom: 24px;
  }
}
.block-page-header__video {
  position: relative;
}
.block-page-header__video::after {
  background-color: #EBF6F0;
  bottom: 0;
  content: "";
  height: 140px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media (min-width: 1024px) {
  .block-page-header__video::after {
    height: 280px;
  }
}
.block-page-header__video .wrapper {
  position: relative;
  z-index: 1;
}
.block-page-header__content {
  background-color: #EBF6F0;
  color: #4B9976;
  position: relative;
}
@media (min-width: 1024px) {
  .block-page-header__content {
    background-color: #FFF;
  }
}
.block-page-header__content .wrapper {
  padding-bottom: 32px;
  padding-top: 32px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .block-page-header__content .wrapper {
    align-self: start;
    display: flex;
    min-height: 236px;
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
@media (min-width: 1024px) {
  .block-page-header__content .wrapper::before {
    background-color: #EBF6F0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: calc(100% - 147px);
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  .block-page-header__content::before, .block-page-header__content::after {
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .block-page-header__content::before {
    background-color: #EBF6F0;
    left: 0;
    width: 50%;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .block-page-header__content::after {
    background-color: #FFF;
    right: 0;
    width: 50%;
    z-index: 0;
  }
}
.block-page-header__content__avatar {
  background-color: #EBF6F0;
  height: 193px;
  width: 193px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .block-page-header__content__avatar {
    left: auto;
    margin-bottom: 0;
    position: absolute;
    top: -88px;
  }
}
.block-page-header__content__image-full__img {
  display: block;
}
.block-page-header__content__image-full__caption {
  display: block;
  margin-top: 14px;
}
@media (min-width: 1024px) {
  .block-page-header__content__image-full__caption {
    position: absolute;
  }
}
.block-page-header__content__image {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .block-page-header__content__image {
    float: right;
    margin-bottom: 0;
    order: 2;
    margin-top: -155px;
    max-width: 629px;
    margin-left: 107px;
    width: 50%;
  }
}
.block-page-header__content__image__img {
  display: block;
}
@media (min-width: 1024px) {
  .block-page-header__content__image__img {
    height: 419px;
    object-fit: cover;
  }
}
.block-page-header__content__image__caption {
  display: block;
  margin-top: 14px;
}
@media (min-width: 1024px) {
  .block-page-header__content__image__caption {
    position: absolute;
  }
}
.block-page-header__text {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .block-page-header__text {
    margin-bottom: 0;
    padding-left: 107px;
  }
}
.block-page-header__text__author, .block-page-header__text__title {
  max-width: 844px;
}
.block-page-header__text__author {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.777rem;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 8px;
}
.block-page-header__text__title {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
  font-size: 3.157rem;
  margin-bottom: 0;
}
.block-page-header__text__intro {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .block-page-header--has-featured-image .block-page-header__text--small {
    margin-left: 0;
    max-width: 628px;
    width: 50%;
  }
}
.block-page-header__text--small .block-page-header__text__title {
  margin-bottom: 0;
}
.block-page-header--page-normal-header .block-page-header__text__intro {
  clear: both;
  max-width: 626px;
}
.block-page-header--page-normal-header .block-page-header__text__title {
  margin-bottom: 24px;
}
.block-page-header--page-normal-header .block-page-header__content::after {
  background-color: #EBF6F0;
}
.block-page-header--article-normal-header .block-page-header__content::after, .block-page-header--article-normal-header .block-page-header__content::before {
  display: none;
}
.block-page-header--article-normal-header .block-page-header__content .wrapper {
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .block-page-header--article-normal-header .block-page-header__content .wrapper {
    padding-bottom: 80px;
    padding-top: 0;
  }
}
.block-page-header--article-normal-header .block-page-header__content .wrapper::before {
  bottom: 0;
  height: 50%;
  left: auto;
  right: -40px;
  top: auto;
}
.block-page-header--article-normal-header .block-page-header__text {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .block-page-header--article-normal-header .block-page-header__text {
    padding-top: 80px;
    padding-left: 217px;
  }
}
.block-page-header--article-normal-header .block-page-header__text__title {
  font-weight: 300;
}
@media (min-width: 1024px) {
  .block-page-header--article-normal-header .block-page-header__text__title {
    max-width: 845px;
    font-size: 84px;
  }
}
@media (min-width: 1024px) {
  .block-page-header--page-normal-header .block-page-header__text__title {
    max-width: 543px;
  }
}
@media (min-width: 1024px) {
  .block-page-header--page-normal-header .block-page-header__text__intro {
    max-width: 628px;
  }
}
@media (min-width: 1024px) {
  .block-page-header--news-normal-header .block-page-header__text {
    max-width: 543px;
  }
}
@media (min-width: 1024px) {
  .block-page-header--vlog-normal-header .block-page-header__content, .block-page-header--blog-normal-header .block-page-header__content {
    margin-top: 88px;
  }
}
@media (min-width: 1024px) {
  .block-page-header--vlog-normal-header .block-page-header__content .wrapper, .block-page-header--blog-normal-header .block-page-header__content .wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .block-page-header--vlog-normal-header .block-page-header__text, .block-page-header--blog-normal-header .block-page-header__text {
    padding-left: 217px;
  }
}
.block-page-header--video-normal-header .block-page-header__content::after {
  display: none;
}
.block-page-header--video-normal-header .block-page-header__content::before {
  width: 100%;
}
@media (min-width: 1024px) {
  .block-page-header--video-normal-header .block-page-header__content .wrapper {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
.block-page-header--video-normal-header .block-page-header__content .wrapper::before {
  display: none;
}
@media (min-width: 1024px) {
  .block-page-header--video-normal-header .block-page-header__text {
    padding-left: 217px;
  }
}

.block-page-meta {
  padding: 0;
}

.block-project-slider {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .block-project-slider {
    padding: 0;
    position: relative;
    transform: translate(0px, 24px);
    z-index: 10000;
  }
}
.block-project-slider__slider {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
.block-project-slider__slider__slide {
  padding-bottom: 32px;
}
.block-project-slider__slider__slide__image {
  display: block;
  max-height: 720px;
  object-fit: cover;
}
.block-project-slider__button-prev, .block-project-slider__button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.block-project-slider__button-prev:hover, .block-project-slider__button-next:hover {
  background-color: #059650;
}
.block-project-slider__button-prev:hover svg g g g g circle, .block-project-slider__button-next:hover svg g g g g circle {
  fill: #059650;
}
.block-project-slider__button-prev:hover svg g g g g g, .block-project-slider__button-next:hover svg g g g g g {
  fill: #FFF;
}
.block-project-slider__button-prev {
  left: 32px;
}
.block-project-slider__button-next {
  right: 32px;
}
.block-project-slider__content {
  float: left;
  width: 100%;
}
.block-project-slider__content__main, .block-project-slider__content__downloads, .block-project-slider__content__call-outs {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .block-project-slider__content__main, .block-project-slider__content__downloads, .block-project-slider__content__call-outs {
    margin-bottom: 0;
  }
}
.block-project-slider--header {
  position: relative;
  z-index: initial; /* alexander ivm header menu */
}
.block-project-slider--header .block-project-slider__slider {
  margin-bottom: 0;
}
.block-project-slider--header::after {
  background-color: #EBF6F0;
  bottom: 0;
  content: "";
  height: 156px;
  left: 0;
  position: absolute;
  width: 100%;
}
.block-project-slider--header-no-green {
  position: relative;
}
.block-project-slider--header-no-green .block-project-slider__slider {
  margin-bottom: 0;
}

.block-reminder {
  background-color: #90A89D;
  color: #FFF;
  padding: 30px 0;
}
.block-reminder__text {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  color: inherit;
  float: left;
  font-weight: 300;
  margin-bottom: 0;
  width: calc(100% - 58px);
}
@media (min-width: 1024px) {
  .block-reminder__text {
    line-height: 38px;
  }
}
.block-reminder__text a {
  color: inherit;
}
.block-reminder__close {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icons/misc/sluiten-wit.svg");
  float: right;
  height: 38px;
  margin-left: 20px;
  width: 38px;
}

.block-team__inner {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .block-team__inner {
    margin-bottom: calc(1.5rem * 2);
  }
}
.block-team__cards {
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (min-width: 400px) {
  .block-team__cards {
    margin-left: -5px;
    width: calc(100% + 20px / 2);
  }
}
@media (min-width: 1024px) {
  .block-team__cards {
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}
.block-team__cards .card-team {
  float: left;
  width: 100%;
  margin: 0 0 calc(20px / 2);
}
@media (min-width: 400px) {
  .block-team__cards .card-team {
    flex: 0 0 calc(100% - 20px / 2);
    margin: 0 calc(20px / 4) calc(20px / 2);
  }
}
@media (min-width: 768px) {
  .block-team__cards .card-team {
    flex: 0 0 calc(50% - 20px / 2);
  }
}
@media (min-width: 1024px) {
  .block-team__cards .card-team {
    flex: 0 0 calc(33.333% - 20px);
    margin: 0 calc(20px / 2) 20px;
  }
}
@media (min-width: 1280px) {
  .block-team__cards .card-team {
    flex: 0 0 calc(25% - 20px);
  }
}

.toolkit-available {
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (min-width: 400px) {
  .toolkit-available {
    margin-left: -6px;
    width: calc(100% + 24px / 2);
  }
}
@media (min-width: 1024px) {
  .toolkit-available {
    margin-left: -12px;
    width: calc(100% + 24px);
  }
}
.toolkit-available {
  margin-bottom: 32px;
}

.toolkit-filter {
  float: left;
  width: 100%;
}
.toolkit-filter__form {
  float: left;
  width: 100%;
  margin-bottom: 3rem;
}
.toolkit-filter__form .ts-wrapper,
.toolkit-filter__form select {
  display: block;
  margin-bottom: 3rem;
  max-width: 330px;
  width: 100%;
}
@media (min-width: 768px) {
  .toolkit-filter__form .ts-wrapper,
  .toolkit-filter__form select {
    float: right;
    margin-bottom: 0;
    max-width: 180px;
  }
}
@media (min-width: 1024px) {
  .toolkit-filter__form .ts-wrapper,
  .toolkit-filter__form select {
    max-width: 234px;
  }
}
.toolkit-filter__form__search {
  float: left;
  width: 100%;
}
.toolkit-filter__form__search ::-moz-input-placeholder {
  color: #90A89D;
}
.toolkit-filter__form__search ::-ms-input-placeholder {
  color: #90A89D;
}
.toolkit-filter__form__search ::-webkit-input-placeholder {
  color: #90A89D;
}
.toolkit-filter__form__search :focus::-moz-input-placeholder {
  color: #17A95F;
}
.toolkit-filter__form__search :focus::-ms-input-placeholder {
  color: #17A95F;
}
.toolkit-filter__form__search :focus::-webkit-input-placeholder {
  color: #17A95F;
}
@media (min-width: 768px) {
  .toolkit-filter__form__search {
    float: right;
    width: auto;
  }
}
.toolkit-filter__form__search [type=text] {
  float: left;
  width: calc(100% - 50px);
}
@media (min-width: 768px) {
  .toolkit-filter__form__search [type=text] {
    width: 210px;
    max-width: 270px;
    max-width: initial;
  }
}
:root .toolkit-filter__form__search [type=text] {
  border: none;
  border-left: 1px solid #17A95F;
  border-bottom: 2px solid #17A95F;
}
.toolkit-filter__form__search [type=submit] {
  appearance: none;
  background: transparent url("../img/icons/misc/search-green.svg") no-repeat center center;
  float: left;
  height: 50px;
  width: 50px;
}
:root .toolkit-filter__form__search [type=submit] {
  border: none;
  border-bottom: 2px solid #17A95F;
  border-right: 0.5px solid #17A95F;
}
.toolkit-filter__result {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
.toolkit-filter__result__intro {
  float: left;
  width: 100%;
  margin-bottom: 32px;
}
.toolkit-filter__result__intro img {
  display: block;
  height: 136px;
  margin-bottom: 16px;
  margin-right: 32px;
  margin-top: -24px;
  object-fit: contain;
  object-position: top;
  width: 136px;
}
@media (min-width: 768px) {
  .toolkit-filter__result__intro img {
    float: left;
    margin-bottom: 0;
  }
}
.toolkit-filter__result__intro h4 {
  margin-bottom: 16.8px;
}
.toolkit-filter__result__results {
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (min-width: 400px) {
  .toolkit-filter__result__results {
    margin-left: -6px;
    width: calc(100% + 24px / 2);
  }
}
@media (min-width: 1024px) {
  .toolkit-filter__result__results {
    margin-left: -12px;
    width: calc(100% + 24px);
  }
}

.toolkit-overview {
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (min-width: 400px) {
  .toolkit-overview {
    margin-left: -6px;
    width: calc(100% + 24px / 2);
  }
}
@media (min-width: 1024px) {
  .toolkit-overview {
    margin-left: -12px;
    width: calc(100% + 24px);
  }
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  padding: 0;
  position: relative;
  touch-action: pan-y;
  width: 100%;
  z-index: 1;
}

.swiper-outer-wrap {
  float: left;
  width: 100%;
}

.swiper-container {
  float: left;
  width: 100%;
  position: relative;
}

.swiper-wrapper {
  align-items: stretch;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition-property: transform;
  width: 100%;
  z-index: 1;
}

.swiper-inner {
  position: relative;
  width: 100%;
}

.swiper-outer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0;
  position: relative;
  width: 100%;
}

.swiper-slide {
  backface-visibility: hidden;
  flex-shrink: 0;
  flex: 0 0 auto;
  position: relative;
  transform: translateZ(0);
  transition-property: transform;
  width: 100%;
}

.swiper-button {
  background-color: #FFF;
  border-radius: 32px;
  cursor: pointer;
  height: 32px;
  width: 32px;
}
.swiper-button__prev svg, .swiper-button__next svg {
  border-radius: 100%;
}
.block-dossier-caroussel--purple .swiper-button__prev svg g g g g g, .block-dossier-caroussel--purple .swiper-button__next svg g g g g g {
  fill: #54237A;
}
.swiper-button-lock {
  opacity: 0.25;
  pointer-events: none;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.ts-control {
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.ts-wrapper.multi.has-items .ts-control {
  padding: 5px 8px 2px;
}

.full .ts-control {
  background-color: #fff;
}

.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.ts-control > * {
  display: inline-block;
  vertical-align: initial;
}

.ts-wrapper.multi .ts-control > div {
  background: #1da7ee;
  border: 1px solid #0073bb;
  color: #fff;
  cursor: pointer;
  margin: 0 3px 3px 0;
  overflow: auto;
  padding: 2px 6px;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #92c836;
  border: 1px solid #00578d;
  color: #fff;
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  background: #d2d2d2;
  border: 1px solid #aaa;
  color: #fff;
}

.ts-control > input {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-block !important;
  flex: 1 1 auto;
  line-height: inherit !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  min-height: 0 !important;
  min-width: 7rem;
  padding: 0 !important;
  text-indent: 0 !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}

.disabled .ts-control {
  background-color: #fafafa;
  opacity: 0.5;
}

.input-hidden .ts-control > input {
  left: -10000px;
  opacity: 0;
  position: absolute;
}

.ts-dropdown {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0 0 3px 3px;
  border-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  left: 0;
  margin: 0.25rem 0 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.ts-dropdown .create, .ts-dropdown .no-results, .ts-dropdown .optgroup-header, .ts-dropdown .option {
  padding: 5px 8px;
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  cursor: pointer;
  opacity: 1;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0;
}

.ts-dropdown .optgroup-header {
  background: #fff;
  color: #303030;
  cursor: default;
}

.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.ts-dropdown .active.create {
  color: #495c68;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  height: 30px;
  margin: 5px 8px;
  width: 30px;
}

.ts-dropdown .spinner:after {
  animation: lds-dual-ring 1.2s linear infinite;
  border-color: #d0d0d0 transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  content: " ";
  display: block;
  height: 24px;
  margin: 3px;
  width: 24px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.ts-dropdown-content {
  max-height: 200px;
  overflow: hidden auto;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}

.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

.plugin-clear_button {
  --ts-pr-clear-button:1em;
}

.plugin-clear_button .clear-button {
  background: transparent !important;
  cursor: pointer;
  margin-right: 0 !important;
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}

.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  background: color-mix(#fff, #d0d0d0, 85%);
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px 3px 0 0;
  padding: 10px 8px;
  position: relative;
}

.ts-wrapper .dropdown-header-close {
  color: #303030;
  font-size: 20px !important;
  line-height: 20px;
  margin-top: -12px;
  opacity: 0.4;
  position: absolute;
  right: 8px;
  top: 50%;
}

.ts-wrapper .dropdown-header-close:hover {
  color: #000;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  border: 1px solid #d0d0d0;
  box-shadow: none;
}

.plugin-dropdown_input .dropdown-input {
  background: transparent;
  border: solid #d0d0d0;
  border-width: 0 0 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 8px;
  width: 100%;
}

.plugin-dropdown_input .items-placeholder {
  border: 0 !important;
  box-shadow: none !important;
  width: 100%;
}

.plugin-dropdown_input.dropdown-active .items-placeholder, .plugin-dropdown_input.has-items .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0;
}

.ts-wrapper.plugin-remove_button .item {
  align-items: center;
  display: inline-flex;
}

.ts-wrapper.plugin-remove_button .item .remove {
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  padding: 0 6px;
  text-decoration: none;
  vertical-align: middle;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button .remove-single {
  font-size: 23px;
  position: absolute;
  right: 0;
  top: 0;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #0073bb;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #00578d;
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: #aaa;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #0073bb;
  margin-right: 6px;
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #00578d;
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: #aaa;
}

:root {
  --ts-pr-clear-button:0px;
  --ts-pr-caret:0px;
  --ts-pr-min:.75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-control, .ts-control input, .ts-dropdown {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control, .ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.ts-wrapper.single .ts-control {
  --ts-pr-caret:2rem;
}

.ts-wrapper.single .ts-control:after {
  border-color: gray transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: " ";
  display: block;
  height: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}

.ts-wrapper.single .ts-control:not(.rtl):after {
  right: 15px;
}

.ts-wrapper.single .ts-control.rtl:after {
  left: 15px;
}

.ts-wrapper.single.dropdown-active .ts-control:after {
  border-color: transparent transparent gray;
  border-width: 0 5px 5px;
  margin-top: -4px;
}

.ts-wrapper.single.input-active .ts-control, .ts-wrapper.single.input-active .ts-control input {
  cursor: text;
}

.ts-wrapper {
  display: flex;
  min-height: 36px;
}

.ts-wrapper.multi.has-items .ts-control {
  padding-left: 5px;
  --ts-pr-min:5px;
}

.ts-wrapper.multi .ts-control [data-value] {
  background-color: color-mix(#1da7ee, #178ee9, 60%);
  background-image: linear-gradient(180deg, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px hsla(0, 0%, 100%, 0.03);
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
}

.ts-wrapper.multi .ts-control [data-value].active {
  background-color: color-mix(#008fd8, #0075cf, 60%);
  background-image: linear-gradient(180deg, #008fd8, #0075cf);
  background-repeat: repeat-x;
}

.ts-wrapper.multi.disabled .ts-control [data-value] {
  background: none;
  box-shadow: none;
  color: #999;
  text-shadow: none;
}

.ts-wrapper.multi.disabled .ts-control [data-value], .ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  border-color: #e6e6e6;
}

.ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  background: none;
}

.ts-wrapper.single .ts-control {
  background-color: color-mix(#fefefe, #f2f2f2, 60%);
  background-image: linear-gradient(180deg, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 hsla(0, 0%, 100%, 0.8);
}

.ts-dropdown.single, .ts-wrapper.single .ts-control {
  border-color: #b8b8b8;
}

.dropdown-active .ts-control {
  border-radius: 3px 3px 0 0;
}

.ts-dropdown .optgroup-header {
  font-size: 0.85em;
  font-weight: 700;
  padding-top: 7px;
}

.ts-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.ts-dropdown .optgroup:first-child {
  border-top: 0;
}

:root .ts-control:focus,
:root .ts-control.focus {
  outline: none;
  box-shadow: none;
}
:root .ts-control:not(.rtl) {
  border: 1px solid #FFF;
  background: url("../../img/icons/misc/chevron-down.png") no-repeat right 10px center/16px;
  border-bottom: 1px solid #17A95F;
  border-radius: 0;
  height: 52px;
  line-height: 52px;
  min-width: 234px;
  padding-left: 12px;
  padding-right: 42px;
  padding: 0 42px 0 12px;
}
:root .ts-control:not(.rtl) .item {
  color: #90A89D;
  font-size: 16px;
}
:root .dropdown-active .ts-control:not(.rtl) {
  background: url("../../img/icons/misc/chevron-up.png") no-repeat right 10px center/16px;
}
:root .input-active .ts-control:not(.rtl),
:root .focus .ts-control:not(.rtl) {
  border: 1px solid #17A95F;
}
:root .ts-control:after {
  opacity: 0;
}
:root .ts-dropdown {
  background: #FFF;
  border-radius: 0;
  border-top: 0 none;
  border: 1px solid #17A95F;
  box-sizing: border-box;
  left: 0;
  margin: -1px 0 0 0;
  min-width: 234px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
:root .ts-dropdown.active {
  background-color: #17A95F;
  color: #FFF;
}
:root .ts-dropdown-content .option {
  color: #17A95F;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 32px;
  position: relative;
}
:root .ts-dropdown-content .option:nth-of-type(even) {
  background-color: rgba(23, 169, 95, 0.05);
}
:root .ts-dropdown-content .option:active, :root .ts-dropdown-content .option:hover {
  background-color: #17A95F;
  color: #FFF;
}
:root .ts-dropdown-content .option::before {
  background-color: #FFF;
  border: 1px solid #FFF;
  content: "";
  height: 12px;
  left: 12px;
  outline: 1px solid #17A95F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
:root .ts-dropdown-content .option.selected::before {
  background-color: #17A95F;
}
:root .ts-dropdown-content .option.selected:active::before, :root .ts-dropdown-content .option.selected:hover::before {
  background-color: #FFF;
}

.nav-toggle-active {
  overflow-y: hidden;
}
@media (min-width: 1024px) {
  .nav-toggle-active {
    overflow-y: initial;
  }
}
.nav-toggle-active > body {
  overflow-y: inherit;
}

.block-publicatie-intro .wrapper {
  position: relative;
}
.block-publicatie-intro__year {
  float: left;
  width: 100%;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 2.369rem;
  line-height: 1.2;
  color: #4B9976;
  font-weight: 200;
}
@media (min-width: 1280px) {
  .block-publicatie-intro__year {
    margin-bottom: 8px;
    text-align: right;
  }
}
.block-publicatie--intro--theme-purple .block-publicatie-intro__year {
  color: #54237A;
}
.block-publicatie-intro__image {
  float: left;
  width: 100%;
  background-color: rgba(23, 169, 95, 0.1);
}
@media (min-width: 1280px) {
  .block-publicatie-intro__image {
    padding-right: 83px;
    padding-top: 87px;
    margin-left: -80px;
    width: calc(100% + 80px);
  }
}
.block-publicatie--intro--theme-purple .block-publicatie-intro__image {
  background-color: rgba(84, 35, 122, 0.15);
}
.block-publicatie-intro__image img {
  display: block;
}
.block-publicatie-intro__intro {
  float: left;
  width: 100%;
  background-color: #17A95F;
  padding: 30px;
}
.block-publicatie--intro--theme-muted .block-publicatie-intro__intro {
  background-color: #4B9976;
}
.block-publicatie--intro--theme-purple .block-publicatie-intro__intro {
  background-color: #54237A;
}
@media (min-width: 1024px) {
  .block-publicatie-intro__intro {
    padding: 60px;
  }
}
@media (min-width: 1280px) {
  .block-publicatie-intro__intro {
    left: 40px;
    min-height: 408px;
    padding: 63px 114px;
    position: absolute;
    top: -70px;
    width: 630px;
  }
}
.block-publicatie-intro__intro__title {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
  font-size: 3.157rem;
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 7.4px;
  max-width: 845px;
}
.block-publicatie-intro__intro__subtitle {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 2.369rem;
  line-height: 1.2;
  color: #FFF;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 15px;
}

.block-publicatie blockquote,
.block-publicatie h5,
.block-publicatie h4,
.block-publicatie ul,
.block-publicatie ol,
.block-publicatie p {
  max-width: 737px;
}
.block-publicatie p {
  margin: 0 0 1.5rem !important;
}
.block-publicatie p + ul {
  margin-top: -16px;
}
.block-publicatie h5,
.block-publicatie h6 {
  margin-bottom: 8px;
}
.block-publicatie__text-intro {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
@media (min-width: 1280px) {
  .block-publicatie__text-intro {
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .block-publicatie__text-intro {
    padding-left: 109px;
  }
}
.block-publicatie__text-no-margin-bottom {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
@media (min-width: 1280px) {
  .block-publicatie__text-no-margin-bottom {
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px) {
  .block-publicatie__text-no-margin-bottom {
    padding-left: 109px;
  }
}
.block-publicatie__text-no-margin-bottom h4 {
  margin-bottom: 0px;
}
.block-publicatie__text {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  /*@include respond-to('desktop') {
      margin-bottom: 80px;
  }*/
}
@media (min-width: 1280px) {
  .block-publicatie__text {
    padding-left: 109px;
  }
}
.block-publicatie__text img {
  width: 845px;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .block-publicatie__text img {
    margin-bottom: 40px;
  }
}
.block-publicatie__text p:last-of-type {
  margin-bottom: 0;
}
.block-publicatie__text ul,
.block-publicatie__text ol {
  padding-left: 60px;
}
.block-publicatie__text ul li,
.block-publicatie__text ol li {
  padding-left: 10px;
  padding-bottom: 10px;
}
.block-publicatie__text ul li:last-of-type,
.block-publicatie__text ol li:last-of-type {
  padding-bottom: 0;
}
.block-publicatie__text ul li p,
.block-publicatie__text ol li p {
  margin: 0;
}
.block-publicatie__text ul li {
  list-style-image: url("/img/icons/misc/arrow-right-green.svg") !important;
}
.block-cta .block-publicatie__text ul li {
  list-style-image: url("/img/icons/misc/arrow-right-purple.svg") !important;
}
.block-publicatie__text ul ::marker {
  position: relative;
  top: 2px;
}
.block-publicatie__text ul li p {
  margin-bottom: 0px !important;
}
.block-publicatie__text ol ::marker {
  color: #4B9976;
}
.block-cta .block-publicatie__text ol ::marker {
  color: #54237A;
}
.block-publicatie__text .quote {
  margin: 0 0 1.5rem;
}
.block-publicatie__text .icon-link {
  display: block;
  float: none;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0;
  padding: 12.5px 0 12.5px 50px;
}
.block-publicatie .hr-green {
  margin-bottom: 56px;
}
@media (min-width: 1280px) {
  .block-publicatie .hr-green {
    margin-bottom: 112px;
  }
}

.chapter {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .chapter {
    margin-bottom: 80px;
  }
}
.chapter__number {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 2.369rem;
  line-height: 1.2;
  color: #4B9976;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 6.83px;
}
.chapter__title {
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
  font-size: 3.157rem;
  color: #4B9976;
  line-height: 1.2;
  margin-bottom: 13.22px;
  max-width: 845px;
}
.chapter__bar {
  background-color: #17A95F;
  display: block;
  height: 1px;
  width: 132px;
}

.table {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .table {
    margin-bottom: 50px;
  }
}
.table__title {
  float: left;
  width: 100%;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  color: #54237A;
  margin-bottom: 10.77px;
}
.table__wrapper {
  float: left;
  width: 100%;
}
.table table {
  border-collapse: collapse;
  width: 100%;
  max-width: 845px;
  table-layout: fixed;
}
.table table td,
.table table th {
  padding: 8px 16px;
  font-size: 1rem;
}
.table table th {
  background-color: rgba(84, 35, 122, 0.7);
  color: #FFF;
  text-align: left;
}
.table table td {
  color: #54237A;
  vertical-align: top;
}
.table table tr th:first-of-type,
.table table tr td:first-of-type {
  border-right: 10px solid #FFF;
}
.table table tr th:last-of-type,
.table table tr td:last-of-type {
  border-left: 10px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
}
.table table tr:nth-of-type(odd) td {
  background-color: rgba(204, 186, 204, 0.1);
}
.table table tr:nth-of-type(even) td {
  background-color: rgba(84, 35, 122, 0.15);
}

.multi-year-item {
  float: left;
  width: 100%;
  margin-bottom: 24px;
  max-width: 1063px;
}
.multi-year-item__link {
  float: left;
  width: 100%;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.777rem;
  line-height: 1.3;
  background-color: #e8e2ec;
  color: #54237A;
  font-weight: 600;
  margin-bottom: 0;
  padding: 24px;
  position: relative;
}
.multi-year-item__inner {
  float: left;
  width: 100%;
  display: none;
}
.multi-year-item__content {
  float: left;
  width: 100%;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  background-color: #e8e2ec;
  color: #54237A;
  font-weight: 200;
  line-height: 1.3;
  padding: 0 24px 24px 24px;
}
.multi-year-item__items {
  float: left;
  width: 100%;
  float: left;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media (min-width: 400px) {
  .multi-year-item__items {
    margin-left: -6.25px;
    width: calc(100% + 25px / 2);
  }
}
@media (min-width: 1024px) {
  .multi-year-item__items {
    margin-left: -12.5px;
    width: calc(100% + 25px);
  }
}
.multi-year-item__items__year {
  float: left;
  width: 100%;
  margin: 0 0 calc(25px / 2);
}
@media (min-width: 400px) {
  .multi-year-item__items__year {
    flex: 0 0 calc(100% - 25px / 2);
    margin: 0 calc(25px / 4) calc(25px / 2);
  }
}
@media (min-width: 768px) {
  .multi-year-item__items__year {
    flex: 0 0 calc(50% - 25px / 2);
  }
}
@media (min-width: 1024px) {
  .multi-year-item__items__year {
    flex: 0 0 calc(25% - 25px);
    margin: 0 calc(25px / 2) 25px;
  }
}
@media (min-width: 1280px) {
  .multi-year-item__items__year {
    flex: 0 0 calc(25% - 25px);
  }
}
.multi-year-item__items__year {
  background-color: rgba(204, 186, 204, 0.1);
  padding: 24px;
}
.multi-year-item__items__year h4 {
  color: #54237A;
  font-size: 35.54px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
.multi-year-item__items__year p:last-of-type {
  margin-bottom: 0;
}

.multi-year-theme {
  float: left;
  width: 100%;
  max-width: 1063px;
  background-color: #54237A;
  color: #4B9976;
  padding: 24px;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.777rem;
  line-height: 1.3;
  margin-bottom: 0px;
}

.plus-icon {
  float: right;
  height: 30px;
  position: relative;
  width: 30px;
}
.multi-year-item__link .plus-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.plus-icon::before, .plus-icon::after {
  background-color: #54237A;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.multi-year-item--active .plus-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.plus-icon::before {
  transform: translate(-50%, -50%);
}

.frame-block {
  float: left;
  width: 100%;
  margin-bottom: 24px;
  max-width: 1063px;
}
.frame-block__content_full {
  float: left;
  width: 100%;
  max-width: 845px;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  background-color: rgba(23, 169, 95, 0.1);
  border-top: solid 2px rgb(23, 169, 95);
}
.frame-block__content_small {
  float: left;
  width: 100%;
  max-width: 534px;
  color: #4B9976;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  font-size: 1.333rem;
  line-height: 1.3;
  background-color: rgba(23, 169, 95, 0.1);
  border-top: solid 2px rgb(23, 169, 95);
}

.publications {
  padding-top: 138px;
  position: relative;
}
.publications .header__logo {
  transition: all 0.25s ease-in-out;
}
.publications .header {
  padding: 24px 0 0;
  position: fixed;
  top: 0;
  transition: all 0.25s ease-in-out;
  z-index: 10000;
}
.publications .header .wrapper {
  border-bottom: 1px solid #54237A;
  padding-bottom: 24px;
  overflow: initial;
}
.publications.header-small .header {
  height: 80px;
}
.publications.header-small .header .wrapper {
  height: 56px;
}
.publications.header-small .header__logo {
  opacity: 0;
  height: 0;
}

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