article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

h2 {
  margin: .83em 0;
  font-size: 1.5em;
}

h3 {
  margin: 1em 0;
  font-size: 1.17em;
}

h4 {
  margin: 1.33em 0;
  font-size: 1em;
}

h5 {
  margin: 1.67em 0;
  font-size: .83em;
}

h6 {
  margin: 2.33em 0;
  font-size: .75em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}

p, pre {
  margin: 1em 0;
}

pre, code, kbd, samp {
  _font-family: "courier new", monospace;
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 75%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  vertical-align: baseline;
  margin: 0;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

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

* {
  outline: none !important;
}

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

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.row {
  box-sizing: border-box;
  flex-flow: wrap;
  flex: 0 auto;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1.25rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

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

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

.align-center {
  align-self: center;
}

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1.25rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
  padding: 1.25rem;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6667%;
  max-width: 16.6667%;
  padding: 1.25rem;
}

.col-xs-offset-2 {
  margin-left: 16.6667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1.25rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  padding: 1.25rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6667%;
  max-width: 41.6667%;
  padding: 1.25rem;
}

.col-xs-offset-5 {
  margin-left: 41.6667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1.25rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333%;
  max-width: 58.3333%;
  padding: 1.25rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6667%;
  max-width: 66.6667%;
  padding: 1.25rem;
}

.col-xs-offset-8 {
  margin-left: 66.6667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1.25rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333%;
  max-width: 83.3333%;
  padding: 1.25rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6667%;
  max-width: 91.6667%;
  padding: 1.25rem;
}

.col-xs-offset-11 {
  margin-left: 91.6667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1.25rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 41rem) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.25rem;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1.25rem;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6667%;
    max-width: 16.6667%;
    padding: 1.25rem;
  }

  .col-sm-offset-2 {
    margin-left: 16.6667%;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1.25rem;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 1.25rem;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333%;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6667%;
    max-width: 41.6667%;
    padding: 1.25rem;
  }

  .col-sm-offset-5 {
    margin-left: 41.6667%;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1.25rem;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333%;
    max-width: 58.3333%;
    padding: 1.25rem;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333%;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6667%;
    max-width: 66.6667%;
    padding: 1.25rem;
  }

  .col-sm-offset-8 {
    margin-left: 66.6667%;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1.25rem;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333%;
    max-width: 83.3333%;
    padding: 1.25rem;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333%;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6667%;
    max-width: 91.6667%;
    padding: 1.25rem;
  }

  .col-sm-offset-11 {
    margin-left: 91.6667%;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1.25rem;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .row.start-sm {
    justify-content: flex-start;
  }

  .row.center-sm {
    justify-content: center;
  }

  .row.end-sm {
    justify-content: flex-end;
  }

  .row.top-sm {
    align-items: flex-start;
  }

  .row.middle-sm {
    align-items: center;
  }

  .row.bottom-sm {
    align-items: flex-end;
  }

  .row.around-sm {
    justify-content: space-around;
  }

  .row.between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 65rem) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.25rem;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1.25rem;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6667%;
    max-width: 16.6667%;
    padding: 1.25rem;
  }

  .col-md-offset-2 {
    margin-left: 16.6667%;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1.25rem;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 1.25rem;
  }

  .col-md-offset-4 {
    margin-left: 33.3333%;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6667%;
    max-width: 41.6667%;
    padding: 1.25rem;
  }

  .col-md-offset-5 {
    margin-left: 41.6667%;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1.25rem;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333%;
    max-width: 58.3333%;
    padding: 1.25rem;
  }

  .col-md-offset-7 {
    margin-left: 58.3333%;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6667%;
    max-width: 66.6667%;
    padding: 1.25rem;
  }

  .col-md-offset-8 {
    margin-left: 66.6667%;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1.25rem;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333%;
    max-width: 83.3333%;
    padding: 1.25rem;
  }

  .col-md-offset-10 {
    margin-left: 83.3333%;
  }

  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6667%;
    max-width: 91.6667%;
    padding: 1.25rem;
  }

  .col-md-offset-11 {
    margin-left: 91.6667%;
  }

  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1.25rem;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .row.start-md {
    justify-content: flex-start;
  }

  .row.center-md {
    justify-content: center;
  }

  .row.end-md {
    justify-content: flex-end;
  }

  .row.top-md {
    align-items: flex-start;
  }

  .row.middle-md {
    align-items: center;
  }

  .row.bottom-md {
    align-items: flex-end;
  }

  .row.around-md {
    justify-content: space-around;
  }

  .row.between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 91rem) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.25rem;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1.25rem;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6667%;
    max-width: 16.6667%;
    padding: 1.25rem;
  }

  .col-lg-offset-2 {
    margin-left: 16.6667%;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1.25rem;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 1.25rem;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333%;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6667%;
    max-width: 41.6667%;
    padding: 1.25rem;
  }

  .col-lg-offset-5 {
    margin-left: 41.6667%;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1.25rem;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333%;
    max-width: 58.3333%;
    padding: 1.25rem;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333%;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6667%;
    max-width: 66.6667%;
    padding: 1.25rem;
  }

  .col-lg-offset-8 {
    margin-left: 66.6667%;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1.25rem;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333%;
    max-width: 83.3333%;
    padding: 1.25rem;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333%;
  }

  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6667%;
    max-width: 91.6667%;
    padding: 1.25rem;
  }

  .col-lg-offset-11 {
    margin-left: 91.6667%;
  }

  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1.25rem;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .row.start-lg {
    justify-content: flex-start;
  }

  .row.center-lg {
    justify-content: center;
  }

  .row.end-lg {
    justify-content: flex-end;
  }

  .row.top-lg {
    align-items: flex-start;
  }

  .row.middle-lg {
    align-items: center;
  }

  .row.bottom-lg {
    align-items: flex-end;
  }

  .row.around-lg {
    justify-content: space-around;
  }

  .row.between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}

@media only screen and (min-width: 121rem) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1.25rem;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding: 1.25rem;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6667%;
    max-width: 16.6667%;
    padding: 1.25rem;
  }

  .col-xl-offset-2 {
    margin-left: 16.6667%;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1.25rem;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 1.25rem;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333%;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6667%;
    max-width: 41.6667%;
    padding: 1.25rem;
  }

  .col-xl-offset-5 {
    margin-left: 41.6667%;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1.25rem;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333%;
    max-width: 58.3333%;
    padding: 1.25rem;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333%;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6667%;
    max-width: 66.6667%;
    padding: 1.25rem;
  }

  .col-xl-offset-8 {
    margin-left: 66.6667%;
  }

  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1.25rem;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333%;
    max-width: 83.3333%;
    padding: 1.25rem;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333%;
  }

  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6667%;
    max-width: 91.6667%;
    padding: 1.25rem;
  }

  .col-xl-offset-11 {
    margin-left: 91.6667%;
  }

  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1.25rem;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .row.start-xl {
    justify-content: flex-start;
  }

  .row.center-xl {
    justify-content: center;
  }

  .row.end-xl {
    justify-content: flex-end;
  }

  .row.top-xl {
    align-items: flex-start;
  }

  .row.middle-xl {
    align-items: center;
  }

  .row.bottom-xl {
    align-items: flex-end;
  }

  .row.around-xl {
    justify-content: space-around;
  }

  .row.between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}

@media only screen and (min-width: 65rem) {
  .col-gutter-lr {
    padding: 0 1.25rem;
  }
}

.col-no-gutter {
  padding: 0 !important;
}

.vertical-space {
  margin: 5rem 0 10rem;
}

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

.item-align-center {
  align-items: center;
}

@media only screen and (max-width: 65rem) {
  [class*="col"] {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.show {
  display: block !important;
}

.row.show {
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: flex !important;
}

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

@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }

  .row.show-xs-only {
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}

@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important;
  }

  .row.show-sm {
    display: flex !important;
  }

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

@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important;
  }

  .row.show-sm-only {
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}

@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important;
  }

  .row.show-md {
    display: flex !important;
  }

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

@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }

  .row.show-md-only {
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}

@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important;
  }

  .row.show-lg {
    display: flex !important;
  }

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

@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }

  .row.show-lg-only {
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}

@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }

  .row.show-xl {
    display: flex !important;
  }

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

body {
  font-size: 16px;
}

h1, .h1 {
  color: #4767ae;
  font-display: swap;
  margin: 0 0 .5em;
  font: 3.5rem / 1.143 "Stainless 2 Reg", sans-serif;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 1.25;
  }
}

h2, .h2 {
  color: #4767ae;
  font-display: swap;
  margin: 0 0 .5em;
  font: 2.5rem / 1.2 "Stainless 2 Reg", sans-serif;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.75rem;
    line-height: 1.1286;
  }
}

h3, .h3 {
  color: #4767ae;
  font-display: swap;
  margin: 0 0 1em;
  font: 2rem / 1.25 "Stainless 2 Reg", sans-serif;
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.333;
  }
}

h4, .h4 {
  color: #4767ae;
  font-display: swap;
  margin: 0 0 1em;
  font: 1.5rem / 1.333 "Stainless 2 Reg", sans-serif;
}

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

h5, .h5 {
  color: #4767ae;
  font-display: swap;
  margin: 0 0 1em;
  font: 1.25rem / 1 "Stainless 2 Reg", sans-serif;
}

@media (max-width: 767px) {
  h5, .h5 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.h1--white, .h2--white, .h3--white, .h4--white, .h5--white {
  color: #fff;
}

.h1--black, .h2--black, .h3--black, .h4--black, .h5--black {
  color: #000;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

p, .p {
  color: #000;
  margin: 0 0 1em;
  font: 400 1.125rem / 1.556 Roboto, sans-serif;
}

p.intro, .p.intro {
  color: #000;
  margin: 0 0 1em;
  font: 1.5rem / 1.5 Roboto, sans-serif;
}

p.quote, .p.quote {
  color: #4767ae;
  font: 400 2rem / 1.5 Roboto, sans-serif;
}

p.secondary, .p.secondary {
  color: #7f7f7f;
  font: 400 1rem / 1.5 Roboto, sans-serif;
}

p.subcontent, .p.subcontent {
  color: #7f7f7f;
  font: 400 .8125rem / 1.385 Roboto, sans-serif;
}

p.no-margin, .p.no-margin {
  margin: 0;
}

p > a, .p > a {
  font-weight: 600;
}

p.text-white, .p.text-white {
  color: #fff;
}

li {
  text-align: left;
  font: 400 1.125rem / 1.556 Roboto, sans-serif;
}

.flexbox_text li {
  margin-bottom: .5em;
}

a {
  color: #23a92e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.link {
  color: #23a92e;
  padding: .25em 0;
  font: 700 1.125rem / 1.6333 "Stainless 2 Reg", sans-serif;
}

.center {
  text-align: center;
}

.capitalize {
  text-transform: capitalize;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  margin: 5px auto;
  display: block;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption {
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
}

.wp-caption.alignnone, .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0;
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  word-wrap: normal !important;
  position: absolute !important;
}

.screen-reader-text:focus {
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  z-index: 100000;
  background-color: #eee;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 1rem;
  line-height: normal;
  text-decoration: none;
  display: block;
  top: 5px;
  left: 5px;
  clip: auto !important;
}

input[type="submit"], .button, button {
  color: #000;
  background: #74e37e;
  border: 1px solid #74e37e;
  border-radius: 4px;
  padding: calc(1rem - 1px) 1.2rem;
  font: 600 1rem / 1 Roboto, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

input[type="submit"]:hover, .button:hover, button:hover {
  background: #74e37e66;
  text-decoration: underline;
}

input[type="submit"]:disabled, .button:disabled, button:disabled {
  color: #7f7f7f;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
}

.link {
  font-weight: 300;
}

.link--has-arrow {
  display: inline-block;
  position: relative;
  padding-right: 1em !important;
}

.link--has-arrow:after {
  content: "";
  border-top: 2px solid #23a92e;
  border-bottom: 0;
  border-right: 2px solid #23a92e;
  width: 7px;
  height: 7px;
  position: absolute;
  top: calc(50% + 1px);
  right: 3px;
  transform: rotate(45deg)translateY(-50%);
}

.link--has-arrow:before {
  content: "";
  border-bottom: 2px solid #23a92e;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
}

.link--has-arrow--up:before {
  top: 17px;
  right: 2px;
  transform: rotate(-90deg);
}

.link--has-arrow--up:after {
  top: 14px;
  right: 0;
  transform: rotate(-45deg);
}

.tag {
  color: #000;
  opacity: 1;
  background: #d1d600;
  border-radius: 20px;
  margin: 0 10px 10px 0;
  padding: 9px 20px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 22px;
  transition: background .3s;
  display: inline-block;
}

.tag--small {
  padding: 4px 10px;
  font-size: .8125rem;
  line-height: 16px;
}

@media only screen and (max-width: 65rem) {
  .tag--small {
    font-size: .75rem;
  }
}

.tag--placeholder {
  background: #e6e6e6;
  animation-name: tagpulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.tag--short {
  width: 8rem;
}

.tag--medium {
  width: 12rem;
}

.tag--long {
  width: 16rem;
}

.tag--skip {
  background: none;
  border: 1px solid #4767ae;
  padding-right: 2rem;
  position: relative;
}

.tag--skip:after {
  content: "";
  border-top: 2px solid #000;
  border-bottom: 0;
  border-right: 2px solid #000;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 16px;
  right: 16px;
  transform: rotate(135deg);
}

.tag--skip:before {
  content: "";
  border-bottom: 2px solid #000;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 14px;
  right: 12px;
  transform: rotate(90deg);
}

.tag--skip:hover {
  background: #fff !important;
}

.tag--arrow {
  padding-right: 34px;
  position: relative;
}

.tag--arrow:after {
  content: "";
  border-top: 2px solid #000;
  border-bottom: 0;
  border-right: 2px solid #000;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 16px;
  right: 16px;
  transform: rotate(45deg);
}

.tag--arrow:before {
  content: "";
  border-bottom: 2px solid #000;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 14px;
  right: 17px;
}

a.tag:hover {
  background-color: #d1d60066;
  text-decoration: underline;
}

@keyframes tagpulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

input[type="text"] {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 1rem;
  padding: calc(1rem - 1px) 1.2rem;
  font: 600 1rem / 1 Roboto, sans-serif;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--bg-color);
  color: var(--border-color);
  border: 1px solid;
  border-color: var(--border-color);
  vertical-align: middle;
  position: initial;
  cursor: pointer;
  flex: none;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  padding: 0;
  display: inline-block !important;
}

input[type="radio"]:before, input[type="checkbox"]:before {
  content: "";
  box-shadow: inset 10px 10px var(--text-color);
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  transition: transform .12s ease-in-out;
  display: block;
  transform: scale(0);
}

input[type="radio"]:before {
  border-radius: 50%;
}

label {
  color: #000;
  font: 300 1.125rem / 1.556 Roboto, sans-serif;
}

.with_frm_style .frm_inside_container > label {
  padding: 16px !important;
  font-size: 1rem !important;
}

.with_frm_style .frm_inside_container.frm_label_float_top > label {
  font-size: .75rem !important;
  top: 14px !important;
}

.with_frm_style .frm_top_container > div.frm_primary_label {
  padding: 16px 0 !important;
}

.with_frm_style input[type="text"], .with_frm_style input[type="password"], .with_frm_style input[type="email"], .with_frm_style input[type="number"], .with_frm_style input[type="url"], .with_frm_style input[type="tel"], .with_frm_style input[type="file"], .with_frm_style input[type="search"], .with_frm_style .frm-card-element.StripeElement {
  padding: 24px 16px 8px !important;
}

.with_frm_style select {
  padding: 24px 16px 0 !important;
}

.with_frm_style select option {
  padding: 0;
}

.with_frm_style .frm_radio input[type="radio"]:checked:before, .with_frm_style .frm_checkbox input[type="checkbox"]:checked:before, input[type="checkbox"]:checked:before, input[type="radio"]:checked:before {
  transform: scale(1);
  -webkit-clip-path: none !important;
  clip-path: none !important;
  box-shadow: inset 10px 10px #74e37e !important;
}

.searchform {
  text-align: right;
}

.searchform input {
  display: inline-block;
}

.searchform input[type="submit"] {
  float: right;
  border-radius: 0 4px 4px 0;
}

.searchform input[type="text"] {
  border-radius: 4px 0 0 4px;
  font-weight: 500;
}

.background-orange, .background-black {
  background-color: #23a92e;
}

#main {
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

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

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

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

body {
  position: relative;
}

.main {
  padding-top: calc(4em + 45px);
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

@media only screen and (min-width: 65rem) {
  .main {
    max-width: 1420px;
    padding: 197px 70px 0;
  }
}

.row {
  max-width: 1280px;
  margin: 0 auto 1rem;
}

.row--spacer {
  margin-bottom: 4rem;
}

.row .column--centered {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

.row .column--centered h2 {
  text-align: center;
}

.row--nomargin {
  margin-bottom: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 65rem) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.banner {
  width: 100vw;
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (min-width: 65rem) {
  .banner {
    width: calc(100% + 140px);
    max-width: 100vw;
    margin-bottom: -116px;
    margin-left: -70px;
    margin-right: -70px;
  }
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 65rem) {
  .banner img {
    border-radius: 8px;
  }
}

.home .home-banner {
  position: relative;
}

@media only screen and (max-width: 65rem) {
  .home .home-banner {
    height: 400px;
    margin-bottom: 1rem;
  }

  .home .home-banner img {
    width: auto;
    max-width: none;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.home .home-banner:before {
  content: "";
  background: linear-gradient(#0000, #0009);
  border-radius: 8px;
  position: absolute;
  inset: 0;
}

.content {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.content:not(.content--home):before {
  content: "";
  background: url("SOL-Patroon.5f1bb71a.jpg") 0 10% / cover no-repeat;
  width: 100%;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 65rem) {
  .content:not(.content--home):before {
    border-radius: 8px;
  }
}

@media only screen and (max-width: 65rem) {
  .content:not(.content--home):before {
    width: 100vw;
    margin: 0 -30px;
  }
}

@media only screen and (min-width: 65rem) {
  .banner + .content:not(.content--home):before {
    border-radius: 8px 8px 0 0;
  }
}

.cpt_agenda .content:before {
  border-radius: 8px;
}

@media only screen and (min-width: 65rem) {
  .col-md-1.outside-gutter {
    box-sizing: border-box;
    flex-basis: calc(8.33333% - 1.66667rem);
    max-width: calc(8.33333% - 1.66667rem);
    padding: 1.25rem;
  }

  .col-md-2.outside-gutter {
    box-sizing: border-box;
    flex-basis: calc(16.6667% - 1.66667rem);
    max-width: calc(16.6667% - 1.66667rem);
    padding: 1.25rem;
  }

  .col-md-3.outside-gutter {
    box-sizing: border-box;
    flex-basis: calc(25% - 1.66667rem);
    max-width: calc(25% - 1.66667rem);
    padding: 1.25rem;
  }

  .col-md-4.outside-gutter {
    box-sizing: border-box;
    flex-basis: calc(33.3333% - 1.66667rem);
    max-width: calc(33.3333% - 1.66667rem);
    padding: 1.25rem;
  }

  .col-md-5.outside-gutter {
    box-sizing: border-box;
    flex-basis: calc(41.6667% - 1.66667rem);
    max-width: calc(41.6667% - 1.66667rem);
    padding: 1.25rem;
  }

  .col-md-6.outside-gutter {
    box-sizing: border-box;
    flex-basis: calc(50% - 1.66667rem);
    max-width: calc(50% - 1.66667rem);
    padding: 1.25rem;
  }

  .col-md-7.outside-gutter {
    box-sizing: border-box;
    flex-basis: calc(58.3333% - 1.66667rem);
    max-width: calc(58.3333% - 1.66667rem);
    padding: 1.25rem;
  }

  .col-md-8.outside-gutter {
    box-sizing: border-box;
    flex-basis: calc(66.6667% - 1.66667rem);
    max-width: calc(66.6667% - 1.66667rem);
    padding: 1.25rem;
  }

  .col-md-9.outside-gutter {
    box-sizing: border-box;
    flex-basis: calc(75% - 1.66667rem);
    max-width: calc(75% - 1.66667rem);
    padding: 1.25rem;
  }

  .col-md-10.outside-gutter {
    box-sizing: border-box;
    flex-basis: calc(83.3333% - 1.66667rem);
    max-width: calc(83.3333% - 1.66667rem);
    padding: 1.25rem;
  }

  .col-md-11.outside-gutter {
    box-sizing: border-box;
    flex-basis: calc(91.6667% - 1.66667rem);
    max-width: calc(91.6667% - 1.66667rem);
    padding: 1.25rem;
  }

  .col-md-12.outside-gutter {
    box-sizing: border-box;
    flex-basis: calc(100% - 1.66667rem);
    max-width: calc(100% - 1.66667rem);
    padding: 1.25rem;
  }

  .col-md-4.outside-gutter {
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .col-md-3.outside-gutter {
    margin-bottom: 1rem;
    margin-left: 2.22222rem;
  }

  .col-md-3.outside-gutter:nth-child(4n+1), .col-md-4.outside-gutter:nth-child(3n+1) {
    margin-left: 0;
  }
}

.homepage-title {
  position: absolute;
  top: 0;
  transform: translateY(calc(-1em - 100%));
}

.col--no-pad-bot {
  padding-bottom: 0;
}

.breadcrumbs {
  color: #7f7f7f;
  margin: 2em 0;
  font-size: 1rem;
  line-height: 1.5;
}

.breadcrumbs a {
  color: #7f7f7f;
}

.breadcrumbs .breadcrumb_last {
  text-decoration: underline;
}

.p404 {
  margin-bottom: 6rem;
}

.p404 .breadcrumbs {
  margin: 4rem 0;
}

.content__container > img {
  margin-bottom: 2em;
}

@media only screen and (min-width: 65rem) {
  .content__container > img {
    float: right;
    margin-left: 40px;
  }
}

.content__container:after {
  clear: both;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
}

.bg--blue {
  background: #eaf8ff;
  margin-top: 2em;
  margin-bottom: 4em;
}

@media only screen and (max-width: 65rem) {
  .bg--blue {
    padding: 2em;
  }
}

.header {
  z-index: 10;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 65rem) {
  .header {
    box-sizing: border-box;
    padding: 0 70px;
    position: absolute;
  }
}

.header__logo {
  margin: 4px 0;
}

.header__logo img {
  width: 108px;
  height: 40px;
}

.header__topbar {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 2em;
  padding-bottom: 2em;
}

.header [class*="col"] {
  padding: 0;
}

.post-date {
  color: #7f7f7f;
  font-style: italic;
}

@media only screen and (max-width: 65rem) {
  .admin-bar .header {
    top: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 65rem) {
  .admin-bar .header {
    top: 32px;
  }
}

.tax-location {
  overflow: hidden;
}

.tax-location .main {
  z-index: 11;
  padding-top: 108px;
}

.tax-location .page-container, .tax-location .container, .tax-location .row {
  max-width: none;
}

.tax-location h1 {
  font-size: 2rem;
  position: absolute;
  top: -70px;
  right: 0;
}

.tax-location .tax-agenda {
  position: absolute;
  top: -50px;
  right: 0;
}

.tax-location .agenda-content {
  padding-top: 1rem;
}

.tax-location .card--agenda {
  margin-bottom: 1rem !important;
}

.nav {
  color: #000;
  z-index: 1;
  font: 600 1.125rem / 1.33 Roboto, sans-serif;
}

.nav ul {
  margin: 0;
  padding: 0;
}

.nav ul li {
  padding: 1.556em 1.556em 1.556em 0;
  font: 600 1.125rem / 1.33 Roboto, sans-serif;
}

@media only screen and (min-width: 65rem) {
  .nav ul li {
    display: inline-block;
  }
}

.nav a, .nav span {
  color: #000;
  font: 600 1rem / 1.33 Roboto, sans-serif;
  text-decoration: none;
  transition: color .3s;
}

.nav a:hover, .nav span:hover {
  color: #23a92e;
}

.nav .current-menu-item > a, .nav .current-item-parent > a {
  color: #23a92e;
  text-decoration: underline;
}

.nav .menu-item-has-children > span, .nav .menu-item-has-children > a {
  margin-right: -16px;
  padding-right: 20px;
}

.nav .menu-item-has-children:after {
  content: "";
  pointer-events: none;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 5px;
  height: 5px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
  position: relative;
  top: -3px;
  transform: rotate(45deg);
}

.nav .menu-item-has-children.open:after {
  top: 1px;
  transform: rotate(-135deg);
}

@media only screen and (max-width: 65rem) {
  .nav .menu-item-has-children.open:after {
    top: 20px;
  }
}

.nav > .menu > .menu-item > a {
  white-space: nowrap;
}

@media only screen and (min-width: 65rem) {
  .header__menu__secondary {
    text-align: right;
  }
}

.header__menu__secondary ul li {
  padding: 1.556em 0 1.556em 1.556em;
}

.header__menu__secondary a {
  color: #7f7f7f;
  font: 500 .875rem / 1rem Roboto, sans-serif;
}

.header__menu__secondary .menu-item-has-children:after {
  border-bottom: 1px solid #7f7f7f;
  border-right: 1px solid #7f7f7f;
  width: 4px;
  height: 4px;
}

@media only screen and (min-width: 65rem) {
  .menu > .menu-item.open > a {
    color: #23a92e;
  }

  .menu > .menu-item.menu-item-has-children.open:before {
    display: block;
  }

  .menu > .menu-item > .sub-menu-wrap {
    z-index: 10;
    background: #fff;
    padding: 10px 70px 2em;
    display: none;
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
  }

  .menu > .menu-item > .sub-menu-wrap > .container {
    z-index: 10;
    border-top: 1px solid #e6e6e6;
    margin: 0 auto;
    position: relative;
  }
}

.menu > .menu-item.open > .sub-menu-wrap {
  display: block;
}

.menu > .menu-item > .sub-menu-wrap {
  display: none;
}

.menu > .menu-item > .sub-menu-wrap .menu-item {
  margin: 0;
  padding: 0;
  position: relative;
}

.menu > .menu-item > .sub-menu-wrap .menu-item:after {
  content: "";
  border-top: 2px solid #23a92e;
  border-bottom: 0;
  border-right: 2px solid #23a92e;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 18px;
  right: 0;
  transform: rotate(45deg);
}

.menu > .menu-item > .sub-menu-wrap .menu-item:before {
  content: "";
  border-bottom: 2px solid #23a92e;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 16px;
  right: 1px;
}

.menu > .menu-item > .sub-menu-wrap .menu-item a {
  border-bottom: 1px solid #e6e6e6;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25;
  display: block;
}

@media only screen and (min-width: 65rem) {
  .menu > .menu-item > .sub-menu-wrap .menu-item a {
    padding: .75em 1em .75em 0;
  }
}

.menu > .menu-item > .sub-menu-wrap .menu-item--main:before, .menu > .menu-item > .sub-menu-wrap .menu-item--main:after {
  display: none;
}

.menu > .menu-item > .sub-menu-wrap .menu-item--main a {
  color: #23a92e;
  padding-left: 0;
}

@media only screen and (min-width: 65rem) {
  .menu > .menu-item > .sub-menu-wrap .menu-item--main a {
    padding: 1rem 2rem 1rem 0;
    font: 1rem / 1.25 "Stainless 2 Reg", sans-serif;
    display: inline-block;
    position: relative;
  }
}

.menu > .menu-item > .sub-menu-wrap .menu-item--main a:before {
  content: "";
  border-bottom: 2px solid #23a92e;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 19px;
  right: 1px;
}

.menu > .menu-item > .sub-menu-wrap .menu-item--main a:after {
  content: "";
  border-top: 2px solid #23a92e;
  border-bottom: 0;
  border-right: 2px solid #23a92e;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 21px;
  right: 0;
  transform: rotate(45deg);
}

@media only screen and (min-width: 65rem) {
  .menu > .menu-item > .sub-menu-wrap > .sub-menu {
    padding-top: 1em;
  }

  .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item {
    margin-bottom: 1rem;
    display: block;
  }

  .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.menu-item--main) {
    float: left;
    width: 22%;
    margin-left: 4%;
  }

  .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:not(.menu-item--main) > a {
    color: #23a92e;
    font-size: 1rem;
  }

  .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item--main {
    clear: both;
  }

  .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item--main a {
    border-bottom: 0;
  }

  .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item:nth-child(4n+2) {
    clear: left;
    margin-left: 0;
  }

  .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item > .sub-menu-wrap .menu-item {
    display: block;
  }

  .header__menu__secondary .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item {
    float: right;
    clear: both;
    width: 22%;
  }

  .header__menu__secondary .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item a {
    margin-right: 0;
  }

  .header__menu__secondary .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item--main a {
    border-bottom: 1px solid #e6e6e6;
    font-size: 1.125rem;
    display: block;
  }

  .header__menu__secondary .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item--main a:before {
    width: 10px;
    top: 19px;
  }

  .header__menu__secondary .menu > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item--main a:after {
    width: 6px;
    height: 6px;
    top: 21px;
  }
}

.mobile-nav {
  height: 1.5rem;
  position: absolute;
  top: calc(2em + 14px);
  right: 30px;
}

.mobile-nav__label {
  font-size: .875rem;
  font-weight: 500;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  right: 20px;
}

.mobile-nav__label--active {
  opacity: 0;
}

.mobile-nav__button {
  padding-right: 120px;
  position: relative;
}

.mobile-nav__button__icon {
  transform-origin: 0 0;
  background: #000;
  width: 12px;
  height: 1px;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
}

.mobile-nav__button__icon:nth-of-type(2) {
  top: 10px;
}

.mobile-nav__button__icon:nth-of-type(3) {
  transform-origin: 0 100%;
  top: 14px;
}

.mobile-nav__check {
  opacity: 0;
  width: 120px;
  height: 1.5rem;
  top: calc(2em + 14px);
  right: 30px;
  position: absolute !important;
}

.mobile-nav__check:checked ~ .mobile-nav .mobile-nav__label--inactive {
  opacity: 0;
}

.mobile-nav__check:checked ~ .mobile-nav .mobile-nav__label--active {
  opacity: 1;
}

.mobile-nav__check:checked ~ .mobile-nav .mobile-nav__button__icon:first-of-type {
  transform: rotate(45deg);
}

.mobile-nav__check:checked ~ .mobile-nav .mobile-nav__button__icon:nth-of-type(2) {
  opacity: 0;
}

.mobile-nav__check:checked ~ .mobile-nav .mobile-nav__button__icon:nth-of-type(3) {
  transform: rotate(-45deg);
}

.mobile-nav__check:checked ~ .header__menu {
  left: 0;
}

@media only screen and (max-width: 65rem) {
  .header__search {
    position: absolute;
    top: 1em;
    left: 30px;
    right: 30px;
  }

  .header__search input[type="submit"] {
    width: 78px;
  }

  .header__search input[type="text"] {
    width: calc(100% - 100px - 1.2rem);
  }

  .header__menu, .filters-wrapper {
    background: #fff;
    padding-top: 5rem;
    transition: left .3s;
    display: block;
    position: fixed;
    top: calc(4em + 45px);
    bottom: 0;
    left: -100%;
    overflow-y: auto;
  }

  .header__menu a, .filters-wrapper a {
    border-bottom: 1px solid #e6e6e6;
    padding-top: .75em;
    padding-bottom: .75em;
    padding-right: 1rem;
    line-height: 1rem;
    display: block;
  }

  .header__menu ul li, .filters-wrapper ul li {
    border-bottom: 0;
    padding: 0;
    position: relative;
  }

  .header__menu .menu-item-has-children:after, .filters-wrapper .menu-item-has-children:after {
    position: absolute;
    top: 15px;
    right: 2px;
  }

  .header__menu .menu-item-has-children > .sub-menu-wrap > ul > li > a, .filters-wrapper .menu-item-has-children > .sub-menu-wrap > ul > li > a {
    color: #23a92e;
    padding-left: 1em;
    font-size: .875rem;
  }

  .header__menu .menu-item-has-children > .sub-menu-wrap > ul > li > .sub-menu-wrap > ul > li > a, .filters-wrapper .menu-item-has-children > .sub-menu-wrap > ul > li > .sub-menu-wrap > ul > li > a {
    color: #000;
    padding-left: 2em;
  }

  .admin-bar .header__menu {
    top: calc(4em + 91px);
  }
}

#wpadminbar {
  position: fixed;
}

.overlay {
  z-index: 9;
  background: #00000080;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 65rem) {
  .overlay {
    display: none !important;
  }
}

.overlay.open {
  display: block;
}

.overlay.menu {
  top: 200px;
}

.overlay.filter {
  top: 475px;
}

.footer {
  color: #ffffffbf;
  background: #474962;
}

.footer:after {
  content: "";
  background: url("SOL-Patroon.5f1bb71a.jpg") top / cover no-repeat;
  width: 100%;
  height: 80px;
  display: block;
}

.footer__widget {
  width: 100%;
}

.footer p, .footer a {
  color: #ffffffbf;
  font-size: 1rem;
}

.footer a {
  font-weight: 500;
  text-decoration: underline;
}

.footer h2 {
  color: #ffffffbf;
  margin: 0 0 1em;
  font: 1.25rem / 1 "Stainless 2 Reg", sans-serif;
}

@media (max-width: 767px) {
  .footer h2 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

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

.footer .menu .current-menu-item a {
  text-decoration: underline;
}

.footer .menu a {
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}

.footer .menu a:hover {
  text-decoration: underline;
}

.footer__top {
  border-bottom: 1px solid #7f7f7f;
  padding: 5rem 0 2rem;
}

@media only screen and (min-width: 65rem) {
  .footer__top {
    padding: 5rem 70px 2rem;
  }
}

.footer__bottom {
  margin-bottom: 0;
}

@media only screen and (min-width: 65rem) {
  .footer__bottom {
    padding: 0 70px;
  }
}

.footer__bottom__inline p, .footer__bottom__inline nav, .footer__bottom__inline a {
  font-size: .875rem;
  display: inline-block;
}

.footer__bottom__inline ul.menu li {
  font-weight: 500;
  display: inline-block;
}

.footer__bottom__inline ul.menu li:before {
  content: "•";
  color: #ffffffbf;
  margin: 0 .2em 0 0;
  position: relative;
  top: 2px;
}

.footer__logo {
  padding: 2.5rem 0;
}

@media only screen and (max-width: 65rem) {
  .footer__logo {
    margin-bottom: 0;
    padding: 1rem 0;
  }
}

.footer__logo img {
  width: auto;
  height: 40px;
}

.footer__bottom {
  vertical-align: middle;
}

.footer__bottom__inline {
  padding: 2.5rem 0;
}

@media only screen and (max-width: 65rem) {
  .footer__bottom__inline {
    margin-bottom: 0;
    padding: 1rem 0;
  }
}

.footer__bottom__socials a {
  vertical-align: middle;
  margin: 0 0 0 .5rem;
  display: inline-block;
}

.footer__bottom__socials a svg g {
  transition: all .3s;
}

.footer__bottom__socials a:hover svg g {
  fill: #f0d6ef;
}

.to-top {
  z-index: 3;
  opacity: 1;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-radius: 8px 0 0 8px;
  padding: .5em 1em;
  transition: opacity .3s;
  position: fixed;
  bottom: 1em;
  right: 0;
}

.to-top.hidden {
  opacity: 0;
  pointer-events: none;
}

.agenda-content {
  padding-top: 5.5rem;
}

@media only screen and (min-width: 65rem) {
  .agenda-content {
    padding-top: 4.5rem;
  }
}

.card--agenda {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 0;
  position: relative;
  margin-bottom: 2.5rem !important;
}

@media only screen and (max-width: 65rem) {
  .card--agenda {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    margin-bottom: 0 !important;
  }

  .card--agenda:first-child {
    border-top: 1px solid #e6e6e6;
  }

  .card--agenda .card__excerpt {
    font-size: .875rem;
  }

  .card--agenda .card__sub {
    font-size: .75rem;
  }
}

.card--agenda > a {
  box-sizing: border-box;
  height: 100%;
  padding: 2.5rem;
  display: block;
  position: relative;
}

@media only screen and (max-width: 65rem) {
  .card--agenda > a {
    padding: 1.25rem 0;
  }
}

.margin-md .outside-gutter {
  margin-right: 2.33333rem;
}

.card__date {
  background: #4767ae;
  border-radius: 0 0 8px 8px;
  position: absolute;
  top: 0;
  right: 2.5rem;
}

@media only screen and (max-width: 65rem) {
  .card__date {
    border-radius: 8px;
    top: 1.25rem;
    right: 0;
  }
}

.card__date span {
  text-align: center;
  color: #fff;
  width: 70px;
  line-height: 1;
  display: block;
}

.card__date__day {
  margin: 2.5rem 0 .1em;
  font-size: 1.5rem;
}

@media only screen and (max-width: 65rem) {
  .card__date__day {
    margin-top: 1rem;
  }
}

.card__date__month {
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-size: .8125rem;
}

.card__title {
  width: calc(100% - 70px - 1rem);
  margin: 0 0 .5rem;
}

.card__sub {
  color: #7f7f7f;
  font-size: .8125rem;
  line-height: 1.385;
}

.card__excerpt {
  font-size: 1rem;
}

.agenda-filters {
  position: absolute;
  top: calc(5.5rem + 200px);
  left: 0;
  right: 0;
}

@media only screen and (min-width: 65rem) {
  .agenda-filters {
    box-sizing: border-box;
    padding: 0 70px;
    top: calc(12.5rem + 200px);
  }
}

.agenda-filters ul {
  width: 100%;
}

.agenda-filters .menu > .menu-item .tax-label {
  cursor: pointer;
  white-space: nowrap;
}

.agenda-filters .menu > .menu-item > .sub-menu-wrap {
  top: 4.6rem;
}

.agenda-filters .menu > .menu-item > .sub-menu-wrap .menu-item:before, .agenda-filters .menu > .menu-item > .sub-menu-wrap .menu-item:after {
  display: none;
}

.agenda-filters .menu-item:hover .tax-label, .agenda-filters .menu-item.open .tax-label {
  color: #23a92e;
}

.agenda-filters label {
  cursor: pointer;
  font-size: 1rem;
  line-height: 2;
}

.agenda-filters input[type="checkbox"] {
  margin-right: .5rem;
}

.agenda-filters .tax-has-children > label:first-child {
  font-weight: bold;
}

.agenda-filters .menu > .menu-item.menu-item-has-children:hover:before {
  top: calc(16.5rem + 200px);
}

.agenda-filters .tax-label {
  line-height: 1.5;
}

.agenda-filters .filter-submit {
  float: right;
  padding: 1rem 0 0;
}

@media only screen and (min-width: 65rem) {
  .menu > .menu-item.filter > .sub-menu-wrap > .sub-menu > .menu-item:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
  }

  .menu > .menu-item.filter > .sub-menu-wrap > .sub-menu > .menu-item:nth-child(4n+2) {
    clear: none;
    margin-left: 4%;
  }
}

.agenda__tags {
  margin: 1rem 0 0;
  display: none;
}

@media only screen and (min-width: 65rem) {
  .agenda__tags {
    display: block;
  }
}

.agenda__tag {
  cursor: pointer;
  background: #b5c9f6;
  height: auto;
  padding: 0 1.3rem 0 .75em;
  font-size: .8125rem;
  line-height: 1.5;
  position: relative;
}

.agenda__tag--all {
  background: #74e37e;
}

.agenda__tag:after {
  content: "";
  background: #000;
  width: 8px;
  height: 1px;
  position: absolute;
  top: 9px;
  right: 8px;
  transform: rotate(45deg);
}

.agenda__tag:before {
  content: "";
  background: #000;
  width: 8px;
  height: 1px;
  position: absolute;
  top: 9px;
  right: 8px;
  transform: rotate(-45deg);
}

.filters-wrapper {
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.filters-wrapper__mobile__nav {
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 30px;
}

.pagination {
  margin-bottom: 2.5rem;
}

.pagination__list {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination__button {
  text-align: center;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 5px;
  display: inline-block;
  position: relative;
}

.pagination__button--news {
  vertical-align: bottom;
  line-height: 2.25;
}

.pagination__button--mobile {
  color: #7f7f7f;
  width: auto;
  margin: 0 2em;
  font-size: .75em;
}

.pagination__button input, .pagination__button a {
  box-sizing: border-box;
  text-indent: -9999px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 3.25rem;
  height: 3.25rem;
  display: block;
}

.pagination__button input.active, .pagination__button a.active {
  background: #e6ffe8;
  border: 2px solid #74e37e;
}

.pagination__button:after {
  content: attr(data-label);
  text-align: center;
  pointer-events: none;
  color: #000;
  width: 100%;
  height: 100%;
  font: 400 1.125rem / 3.25rem Roboto, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.pagination__button--arrow input {
  background: #74e37e;
}

.pagination__button--arrow:before {
  content: "";
  pointer-events: none;
  z-index: 1;
  background: #000;
  width: 16px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.pagination__button--arrow:after {
  content: "";
  transform-origin: 0 0;
  border: 0;
  width: 8px;
  height: 8px;
  position: absolute;
  transform: rotate(45deg);
}

.pagination__button--prev:after {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  top: calc(50% - 6px);
  left: calc(50% - 2px);
}

.pagination__button--next:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: calc(50% - 6px);
  left: calc(50% + 2px);
}

@media only screen and (max-width: 65rem) {
  .agenda__show-md {
    display: none;
  }
}

@media only screen and (min-width: 65rem) {
  .agenda__show-md {
    display: inline-block;
  }
}

@media only screen and (max-width: 65rem) {
  .agenda__hide-md {
    display: inline-block;
  }
}

@media only screen and (min-width: 65rem) {
  .agenda__hide-md {
    display: none;
  }
}

.filters-mobile {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 30px;
  padding: 1rem 0;
  position: relative;
}

.filters-mobile__button {
  font-weight: bold;
  display: block;
}

.filters-mobile__button .filter-count {
  color: #7f7f7f;
  font-weight: normal;
}

.filters-mobile__button--filter {
  display: inline-block;
}

.filters-mobile__button--close {
  float: right;
  padding: 0 1rem 0 0;
  position: relative;
  line-height: 1.33 !important;
}

.filters-mobile__button--close--icon {
  background: #000;
  width: 12px;
  height: 1px;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  transform: rotate(45deg);
}

.filters-mobile__button--close--icon:nth-of-type(2) {
  transform: rotate(-45deg);
}

.filters-mobile:after {
  content: "";
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(1rem + 10px);
  right: 2px;
  transform: rotate(45deg);
}

input.mobile-filter {
  display: none !important;
}

input.mobile-filter:checked + .filters-wrapper {
  left: 0;
}

.row--agenda {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 65rem) {
  .row--agenda {
    margin-bottom: -1px;
  }
}

.row--agenda--small {
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: calc(100vh - 188px);
  margin-bottom: 0;
  overflow: auto;
}

.row--agenda--small::-webkit-scrollbar {
  display: none;
}

.row--agenda--small .card__date {
  right: .5em;
}

.row--agenda--small .location, .row--agenda--small .card__excerpt, .row--agenda--small .tags {
  display: none;
}

.agenda__results {
  margin: 1rem 0 0;
}

.agenda__results p {
  color: #7f7f7f;
  font-size: 1rem;
  line-height: 1.5;
}

.admin-bar .agenda-filters .menu > .menu-item.menu-item-has-children:hover:before {
  top: calc(16.5rem + 232px);
}

@media only screen and (max-width: 65rem) {
  .filters-wrapper {
    z-index: 11;
    padding: 3rem 0;
    top: 0;
  }

  .filters-wrapper .curTags {
    margin: 1rem 30px .5rem;
  }

  .filters-wrapper.nav .menu-item-has-children:after {
    top: 22px;
  }

  .filters-wrapper .filter-submit {
    float: none;
  }

  .filters-wrapper .filter-submit input {
    width: 100%;
  }

  .filters-wrapper .menu {
    box-sizing: border-box;
    padding: 0 30px;
  }

  .filters-wrapper .menu li {
    list-style: none;
  }

  .filters-wrapper .menu li .tax-label {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: -1px;
    padding: 1rem 0;
    display: block;
  }

  .filters-wrapper .menu .sub-menu-wrap {
    margin: 1rem 0;
  }
}

.filter .filter__label, .filter .filter__label:hover {
  color: #4767ae;
  font-display: swap;
  margin: 0;
  font: 1.25rem / 1 "Stainless 2 Reg", sans-serif;
}

.card img {
  border-radius: 8px;
  width: 100%;
  display: block;
}

.card__link {
  border-bottom: 1px solid #e6e6e6;
  padding: 1.3rem 0 1.325rem;
  line-height: 1;
  display: block;
}

.card--news .date {
  color: #7f7f7f;
  font-size: .8125em;
}

.card--news .card__link {
  border-bottom: 0;
}

@media only screen and (max-width: 65rem) {
  .card--news {
    margin-bottom: 0;
  }
}

.card__body__link {
  color: #000;
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.card__body__link:before {
  top: 50%;
  transform: translateY(-9px);
}

.card__body__link:after {
  margin-top: -4px;
  top: 50%;
}

.card__body__content p {
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.card--vertical {
  background: #eaf8ff;
  min-height: 18.125em;
  margin-bottom: 4%;
  position: relative;
}

@media only screen and (max-width: 65rem) {
  .card--vertical {
    padding: 1.25em;
  }
}

@media only screen and (min-width: 91rem) {
  .card--vertical {
    padding-bottom: 6em;
    padding-right: 20.625em;
  }
}

@media only screen and (min-width: 65rem) {
  .card--vertical {
    flex-basis: 48%;
    max-width: 48%;
  }

  .card--vertical:nth-child(2n) {
    margin-left: 4%;
  }
}

.card--vertical .h4 {
  margin-top: 1em;
}

@media only screen and (min-width: 91rem) {
  .card--vertical .card-image {
    width: 15.625em;
    position: absolute;
    bottom: 0;
    right: 2.5em;
  }
}

.card--vertical .card-image img {
  border-radius: 0;
}

.card--vertical .card__body p, .card--vertical .card__body li {
  font-size: 1em;
}

@media only screen and (min-width: 91rem) {
  .card--vertical .btn--cards--vertical {
    max-width: calc(100% - 20.625rem);
    position: absolute;
    bottom: 1rem;
    left: 1.25rem;
  }
}

.card--vertical .btn--cards--vertical .card__link {
  border-bottom: 0;
  font-size: 1em;
}

.overview .card, .agenda-content .card {
  transition: all .5s;
}

.overview .card a, .agenda-content .card a {
  text-decoration: none;
}

.overview .card:hover, .agenda-content .card:hover {
  transform: scale(1.02);
}

.dtd {
  background: url("SOL-Patroon.5f1bb71a.jpg") 0 -106px / cover no-repeat;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 2.25rem 0 1.25rem;
}

@media only screen and (max-width: 65rem) {
  .dtd .row {
    padding: 0 30px;
  }
}

.faq__card {
  border-bottom: 1px solid #e6e6e6;
}

.faq__card:first-of-type {
  border-top: 1px solid #e6e6e6;
}

.faq__card__header {
  padding: .75rem 0;
  font-size: 1.125rem;
  line-height: 1.556;
  position: relative;
}

.faq__card__header h3 {
  margin: 0;
  padding-right: 1rem;
}

.faq__card__header:before {
  content: "";
  background: #23a92e;
  width: 12px;
  height: 2px;
  display: block;
  position: absolute;
  top: 1.625rem;
  right: 0;
}

.faq__card__header:after {
  content: "";
  background: #23a92e;
  width: 2px;
  height: 12px;
  transition: transform .3s;
  display: block;
  position: absolute;
  top: calc(1.625rem - 5px);
  right: 5px;
}

.faq__card__answer {
  transition: height .3s;
  overflow: hidden;
}

.faq__card.open .faq__card__header {
  cursor: pointer;
}

.faq__card.open .faq__card__header:after {
  transform-origin: 50%;
  transform: rotate(90deg);
}

.faq__card.closed .faq__card__header {
  cursor: pointer;
}

.faq__card.closed .faq__card__answer {
  height: 0 !important;
}

.featured__content {
  background: #e6ffe8;
}

.featured__content .link {
  margin-bottom: .5em;
  display: block;
}

@media only screen and (max-width: 65rem) {
  .featured__content {
    padding: 30px;
  }
}

.featured__content--alternate {
  background: #eaf8ff;
}

.block--image img {
  border-radius: 8px;
  width: 100%;
}

.block--image [class*="col"] {
  padding: 0;
}

@media only screen and (max-width: 65rem) {
  .block--image [class*="col"] {
    margin-bottom: 1rem;
  }
}

.block__caption {
  color: #7f7f7f;
  font-size: 1rem;
  line-height: 1.5;
}

.linklist {
  border-top: 1px solid #e6e6e6;
}

.linklist__link {
  font-size: 1.125rem;
}

.logo__inner {
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex;
}

.maps__container {
  height: 50vh;
}

.maps__container__content h3 {
  font-size: 1rem;
}

.maps__container__content p, .maps__container__content a {
  font-size: .825rem;
}

.maps__container__content .button {
  padding: calc(.75rem - 1px) 1rem;
}

.maps__container .link--has-arrow {
  padding-left: 1em !important;
  padding-right: 0 !important;
}

.maps__container .link--has-arrow:before {
  width: 8px;
  height: 1px;
  left: 0;
  right: auto;
}

.maps__container .link--has-arrow:after {
  border-width: 1px;
  width: 6px;
  height: 6px;
  top: 50%;
  left: -1px;
  right: auto;
}

.maps__container .negmarg {
  margin-top: -1em;
}

.maps__legend {
  padding-top: 2.5rem;
}

.maps__legend__item {
  white-space: nowrap;
  margin-right: 2rem;
  line-height: 4;
}

.maps__legend img {
  vertical-align: middle;
}

.maps button {
  left: auto;
}

@media only screen and (max-width: 65rem) {
  .card--news a {
    border-bottom: 0;
  }

  .card--news a:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
  }

  .card--news .card__image {
    clear: left;
    float: left;
    width: 20%;
  }

  .card--news .card__ccontainer {
    float: right;
    clear: right;
    width: 75%;
  }

  .card--news .card__ccontainer p {
    display: none;
  }

  .card--news .card__ccontainer h3 {
    margin-bottom: 10px;
  }
}

.overview-title {
  float: left;
}

.overview-link {
  float: right;
  clear: right;
}

.card--team {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.card--team .card__image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.card--team .card__image img {
  border-radius: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.card--team .card__content {
  padding: 1rem 2.5rem 5rem;
}

.card--team .card__content__title {
  margin-bottom: 0;
}

.card--team .card__content__lower {
  margin: 0;
  position: absolute;
  bottom: 1.5rem;
  left: 2.5rem;
  right: 2.5rem;
}

.card--team .card__content__lower a {
  display: block;
}

.card__image {
  margin-bottom: 1rem;
}

.card__image img {
  border-radius: 8px;
}

.card--singular img {
  border-radius: 8px 0 0 8px;
  display: block;
}

@media only screen and (max-width: 65rem) {
  .card--singular__content {
    margin-bottom: 1rem;
    padding: 0 2.5rem !important;
  }
}

.card--large .card__link {
  border-bottom: 0;
  position: relative;
}

.card--large .card__image {
  margin-bottom: 0;
  position: relative;
}

@media only screen and (max-width: 65rem) {
  .card--large .card__image {
    float: none;
    clear: none;
    width: 100%;
  }
}

.card--large .card__image:after {
  content: "";
  background: linear-gradient(#0000, #0000 50%, #000000e6 100%);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.card--large .card__ccontainer {
  position: absolute;
  bottom: 3.325rem;
  left: 30px;
  right: 30px;
}

.card--large .card__ccontainer p {
  display: none;
}

.card--large .card__ccontainer .h4 {
  color: #fff;
}

.card--large .card__ccontainer .date {
  color: #fff;
  font-size: .8125rem;
}

.card--small p {
  font-size: 1rem;
}

.card--small .date {
  color: #7f7f7f;
  font-size: .8125rem;
}

.card--small .card__link {
  border-bottom: 0;
}

@media only screen and (max-width: 65rem) {
  .card--small .card__image {
    clear: left;
    float: left;
    width: 20%;
  }

  .card--small .card__ccontainer {
    float: right;
    clear: right;
    width: 75%;
  }

  .card--small .card__ccontainer p {
    display: none;
  }

  .card--small .card__ccontainer h3 {
    margin-bottom: 10px;
  }
}

.row--news {
  margin-bottom: 2.5rem;
}

.homepage-news {
  background: #eaf8ff;
  border-radius: 8px;
  margin-bottom: 4rem;
  padding-top: 2rem;
}

@media only screen and (max-width: 65rem) {
  .homepage-news {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.overview {
  position: relative;
}

@media only screen and (max-width: 65rem) {
  .overview {
    margin-bottom: 5rem;
  }

  .overview-link {
    float: none;
    font-size: .875rem;
    position: absolute;
    bottom: -3rem;
    left: 0;
  }
}

@media only screen and (max-width: 65rem) and (max-width: 65rem) {
  .overview-link {
    line-height: 1.2;
  }
}

@media only screen and (max-width: 65rem) {
  .overview-link:before {
    width: 8px;
    top: 9px;
  }

  .overview-link:after {
    top: 11px;
  }
}

.search h1 {
  width: 100%;
}

.search-filter {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 65rem) {
  .search-filter strong, .search-filter label {
    display: block;
  }
}

.search-filter p {
  float: left;
  margin: 1rem 0;
  font-size: 1rem;
}

.search-filter .search-count {
  float: right;
  color: #7f7f7f;
  margin: 1rem 0;
  font-size: 1rem;
}

.search-filter label {
  white-space: nowrap;
  margin-left: 2rem;
  font: 400 1rem / 1.556 Roboto, sans-serif;
}

.card--search a {
  padding-bottom: 2.5rem;
}

.card--search .h4 {
  margin-bottom: .5rem;
}

.slick-slider {
  padding: 0;
}

.slick-arrow {
  z-index: 2;
  text-indent: -9999px;
  background: none;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.slick-prev {
  border-left: 2px solid #fff;
  transition: left .3s;
  left: 20px;
  right: auto;
  transform: translateY(-50%)rotate(45deg);
}

.slick-prev:hover {
  left: 18px;
}

.slick-next {
  border-right: 2px solid #fff;
  transition: right .3s;
  left: auto;
  right: 20px;
  transform: translateY(-50%)rotate(-45deg);
}

.slick-next:hover {
  right: 18px;
}

.slick-dots {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
}

.slick-dots li {
  background: #fff0;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  transition: background-color .3s;
  display: inline-block;
}

.slick-dots li.slick-active {
  background: #fff;
}

.slick-dots li button {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.slick-list, .social-media {
  border-radius: 8px;
}

.social-media p {
  color: #000;
  margin: 0;
  padding: 2.5rem 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.social-media__links {
  float: right;
}

.social-media__links__link {
  margin: 0 0 0 .5rem;
}

.social-media__links__link img {
  filter: invert();
  vertical-align: middle;
  width: 2rem;
  height: auto;
}

@media screen and (max-width: 1040px) {
  .social-media {
    padding: 0 3rem;
  }
}

@media only screen and (max-width: 65rem) {
  .social-media__links {
    float: none;
    margin: 1rem 0 0;
    display: block;
  }
}

.block__images img {
  border-radius: 8px;
  display: block;
}

.block__images--1 img {
  width: 100%;
  height: auto;
}

.block__images--2 img {
  float: right;
  z-index: 2;
  width: 57%;
  height: auto;
  margin-top: -150px;
  position: relative;
}

@media only screen and (max-width: 65rem) {
  .block__images--2 img {
    width: 70%;
    margin-top: -120px;
  }
}

.block__images--2 img:first-child {
  float: none;
  z-index: 1;
  width: 87.5%;
  height: auto;
  margin-top: 0;
}

@media only screen and (max-width: 65rem) {
  .block__images--2 img:first-child {
    width: 70%;
  }

  .video {
    width: 100%;
  }
}

.video__container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.video__container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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