@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,700|Work+Sans:400,700");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&tablet=48em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=125em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.9375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 3;
  color: #000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #a2a2a1;
}

::-moz-placeholder {
  color: #a2a2a1;
}

::-ms-input-placeholder {
  color: #a2a2a1;
}

::placeholder {
  color: #a2a2a1;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.6;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 4px 0 0 4px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 4px 4px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 3.9375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 3;
  color: #000;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3, #fancy_login_login_box:before,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small, #fancy_login_login_box:before small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.625rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3, #fancy_login_login_box:before {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.375rem;
  }

  h2, .h2 {
    font-size: 2.125rem;
  }

  h3, .h3, #fancy_login_login_box:before {
    font-size: 1.5rem;
  }

  h4, .h4 {
    font-size: 1.25rem;
  }

  h5, .h5 {
    font-size: 1rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

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

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 48em) {
  .tablet-text-left {
    text-align: left;
  }

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

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

  .tablet-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

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

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

  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container, .paragraph--type-homepage-header {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container, .paragraph--type-homepage-header {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid, .fluid.paragraph--type-homepage-header {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid, .fluid.paragraph--type-homepage-header {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full, .full.paragraph--type-homepage-header {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x, .field--name-field-agenda-view-one, .field--name-field-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto, .field--name-field-agenda-view-one > .auto, .field--name-field-view > .auto {
  width: auto;
}
.grid-x > .shrink, .field--name-field-agenda-view-one > .shrink, .field--name-field-view > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .field--name-field-agenda-view-one > .small-shrink, .field--name-field-view > .small-shrink, .grid-x > .small-full, .field--name-field-agenda-view-one > .small-full, .field--name-field-view > .small-full, .grid-x > .small-1, .field--name-field-agenda-view-one > .small-1, .field--name-field-view > .small-1, .grid-x > .small-2, .field--name-field-agenda-view-one > .small-2, .field--name-field-view > .small-2, .grid-x > .small-3, .field--name-field-agenda-view-one > .small-3, .field--name-field-view > .small-3, .grid-x > .small-4, .field--name-field-agenda-view-one > .small-4, .field--name-field-view > .small-4, .grid-x > .small-5, .field--name-field-agenda-view-one > .small-5, .field--name-field-view > .small-5, .grid-x > .small-6, .field--name-field-agenda-view-one > .small-6, .field--name-field-view > .small-6, .grid-x > .small-7, .field--name-field-agenda-view-one > .small-7, .field--name-field-view > .small-7, .grid-x > .small-8, .field--name-field-agenda-view-one > .small-8, .field--name-field-view > .small-8, .grid-x > .small-9, .field--name-field-agenda-view-one > .small-9, .field--name-field-view > .small-9, .grid-x > .small-10, .field--name-field-agenda-view-one > .small-10, .field--name-field-view > .small-10, .grid-x > .small-11, .field--name-field-agenda-view-one > .small-11, .field--name-field-view > .small-11, .grid-x > .small-12, .field--name-field-agenda-view-one > .small-12, .field--name-field-view > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .field--name-field-agenda-view-one > .medium-shrink, .field--name-field-view > .medium-shrink, .grid-x > .medium-full, .field--name-field-agenda-view-one > .medium-full, .field--name-field-view > .medium-full, .grid-x > .medium-1, .field--name-field-agenda-view-one > .medium-1, .field--name-field-view > .medium-1, .grid-x > .medium-2, .field--name-field-agenda-view-one > .medium-2, .field--name-field-view > .medium-2, .grid-x > .medium-3, .field--name-field-agenda-view-one > .medium-3, .field--name-field-view > .medium-3, .grid-x > .medium-4, .field--name-field-agenda-view-one > .medium-4, .field--name-field-view > .medium-4, .grid-x > .medium-5, .field--name-field-agenda-view-one > .medium-5, .field--name-field-view > .medium-5, .grid-x > .medium-6, .field--name-field-agenda-view-one > .medium-6, .field--name-field-view > .medium-6, .grid-x > .medium-7, .field--name-field-agenda-view-one > .medium-7, .field--name-field-view > .medium-7, .grid-x > .medium-8, .field--name-field-agenda-view-one > .medium-8, .field--name-field-view > .medium-8, .grid-x > .medium-9, .field--name-field-agenda-view-one > .medium-9, .field--name-field-view > .medium-9, .grid-x > .medium-10, .field--name-field-agenda-view-one > .medium-10, .field--name-field-view > .medium-10, .grid-x > .medium-11, .field--name-field-agenda-view-one > .medium-11, .field--name-field-view > .medium-11, .grid-x > .medium-12, .field--name-field-agenda-view-one > .medium-12, .field--name-field-view > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-x > .tablet-shrink, .field--name-field-agenda-view-one > .tablet-shrink, .field--name-field-view > .tablet-shrink, .grid-x > .tablet-full, .field--name-field-agenda-view-one > .tablet-full, .field--name-field-view > .tablet-full, .grid-x > .tablet-1, .field--name-field-agenda-view-one > .tablet-1, .field--name-field-view > .tablet-1, .grid-x > .tablet-2, .field--name-field-agenda-view-one > .tablet-2, .field--name-field-view > .tablet-2, .grid-x > .tablet-3, .field--name-field-agenda-view-one > .tablet-3, .field--name-field-view > .tablet-3, .grid-x > .tablet-4, .field--name-field-agenda-view-one > .tablet-4, .field--name-field-view > .tablet-4, .grid-x > .tablet-5, .field--name-field-agenda-view-one > .tablet-5, .field--name-field-view > .tablet-5, .grid-x > .tablet-6, .field--name-field-agenda-view-one > .tablet-6, .field--name-field-view > .tablet-6, .grid-x > .tablet-7, .field--name-field-agenda-view-one > .tablet-7, .field--name-field-view > .tablet-7, .grid-x > .tablet-8, .field--name-field-agenda-view-one > .tablet-8, .field--name-field-view > .tablet-8, .grid-x > .tablet-9, .field--name-field-agenda-view-one > .tablet-9, .field--name-field-view > .tablet-9, .grid-x > .tablet-10, .field--name-field-agenda-view-one > .tablet-10, .field--name-field-view > .tablet-10, .grid-x > .tablet-11, .field--name-field-agenda-view-one > .tablet-11, .field--name-field-view > .tablet-11, .grid-x > .tablet-12, .field--name-field-agenda-view-one > .tablet-12, .field--name-field-view > .tablet-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .field--name-field-agenda-view-one > .large-shrink, .field--name-field-view > .large-shrink, .grid-x > .large-full, .field--name-field-agenda-view-one > .large-full, .field--name-field-view > .large-full, .grid-x > .large-1, .field--name-field-agenda-view-one > .large-1, .field--name-field-view > .large-1, .grid-x > .large-2, .field--name-field-agenda-view-one > .large-2, .field--name-field-view > .large-2, .grid-x > .large-3, .field--name-field-agenda-view-one > .large-3, .field--name-field-view > .large-3, .grid-x > .large-4, .field--name-field-agenda-view-one > .large-4, .field--name-field-view > .large-4, .grid-x > .large-5, .field--name-field-agenda-view-one > .large-5, .field--name-field-view > .large-5, .grid-x > .large-6, .field--name-field-agenda-view-one > .large-6, .field--name-field-view > .large-6, .grid-x > .large-7, .field--name-field-agenda-view-one > .large-7, .field--name-field-view > .large-7, .grid-x > .large-8, .field--name-field-agenda-view-one > .large-8, .field--name-field-view > .large-8, .grid-x > .large-9, .field--name-field-agenda-view-one > .large-9, .field--name-field-view > .large-9, .grid-x > .large-10, .field--name-field-agenda-view-one > .large-10, .field--name-field-view > .large-10, .grid-x > .large-11, .field--name-field-agenda-view-one > .large-11, .field--name-field-view > .large-11, .grid-x > .large-12, .field--name-field-agenda-view-one > .large-12, .field--name-field-view > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-12, .field--name-field-agenda-view-one > .small-12, .field--name-field-view > .small-12, .grid-x > .small-11, .field--name-field-agenda-view-one > .small-11, .field--name-field-view > .small-11, .grid-x > .small-10, .field--name-field-agenda-view-one > .small-10, .field--name-field-view > .small-10, .grid-x > .small-9, .field--name-field-agenda-view-one > .small-9, .field--name-field-view > .small-9, .grid-x > .small-8, .field--name-field-agenda-view-one > .small-8, .field--name-field-view > .small-8, .grid-x > .small-7, .field--name-field-agenda-view-one > .small-7, .field--name-field-view > .small-7, .grid-x > .small-6, .field--name-field-agenda-view-one > .small-6, .field--name-field-view > .small-6, .grid-x > .small-5, .field--name-field-agenda-view-one > .small-5, .field--name-field-view > .small-5, .grid-x > .small-4, .field--name-field-agenda-view-one > .small-4, .field--name-field-view > .small-4, .grid-x > .small-3, .field--name-field-agenda-view-one > .small-3, .field--name-field-view > .small-3, .grid-x > .small-2, .field--name-field-agenda-view-one > .small-2, .field--name-field-view > .small-2, .grid-x > .small-1, .field--name-field-agenda-view-one > .small-1, .field--name-field-view > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1, .field--name-field-agenda-view-one > .small-1, .field--name-field-view > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2, .field--name-field-agenda-view-one > .small-2, .field--name-field-view > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3, .field--name-field-agenda-view-one > .small-3, .field--name-field-view > .small-3 {
  width: 25%;
}

.grid-x > .small-4, .field--name-field-agenda-view-one > .small-4, .field--name-field-view > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5, .field--name-field-agenda-view-one > .small-5, .field--name-field-view > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6, .field--name-field-agenda-view-one > .small-6, .field--name-field-view > .small-6 {
  width: 50%;
}

.grid-x > .small-7, .field--name-field-agenda-view-one > .small-7, .field--name-field-view > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8, .field--name-field-agenda-view-one > .small-8, .field--name-field-view > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9, .field--name-field-agenda-view-one > .small-9, .field--name-field-view > .small-9 {
  width: 75%;
}

.grid-x > .small-10, .field--name-field-agenda-view-one > .small-10, .field--name-field-view > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11, .field--name-field-agenda-view-one > .small-11, .field--name-field-view > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12, .field--name-field-agenda-view-one > .small-12, .field--name-field-view > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto, .field--name-field-agenda-view-one > .medium-auto, .field--name-field-view > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }

  .grid-x > .medium-12, .field--name-field-agenda-view-one > .medium-12, .field--name-field-view > .medium-12, .grid-x > .medium-11, .field--name-field-agenda-view-one > .medium-11, .field--name-field-view > .medium-11, .grid-x > .medium-10, .field--name-field-agenda-view-one > .medium-10, .field--name-field-view > .medium-10, .grid-x > .medium-9, .field--name-field-agenda-view-one > .medium-9, .field--name-field-view > .medium-9, .grid-x > .medium-8, .field--name-field-agenda-view-one > .medium-8, .field--name-field-view > .medium-8, .grid-x > .medium-7, .field--name-field-agenda-view-one > .medium-7, .field--name-field-view > .medium-7, .grid-x > .medium-6, .field--name-field-agenda-view-one > .medium-6, .field--name-field-view > .medium-6, .grid-x > .medium-5, .field--name-field-agenda-view-one > .medium-5, .field--name-field-view > .medium-5, .grid-x > .medium-4, .field--name-field-agenda-view-one > .medium-4, .field--name-field-view > .medium-4, .grid-x > .medium-3, .field--name-field-agenda-view-one > .medium-3, .field--name-field-view > .medium-3, .grid-x > .medium-2, .field--name-field-agenda-view-one > .medium-2, .field--name-field-view > .medium-2, .grid-x > .medium-1, .field--name-field-agenda-view-one > .medium-1, .field--name-field-view > .medium-1, .grid-x > .medium-shrink, .field--name-field-agenda-view-one > .medium-shrink, .field--name-field-view > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .grid-x > .medium-shrink, .field--name-field-agenda-view-one > .medium-shrink, .field--name-field-view > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1, .field--name-field-agenda-view-one > .medium-1, .field--name-field-view > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2, .field--name-field-agenda-view-one > .medium-2, .field--name-field-view > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3, .field--name-field-agenda-view-one > .medium-3, .field--name-field-view > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4, .field--name-field-agenda-view-one > .medium-4, .field--name-field-view > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5, .field--name-field-agenda-view-one > .medium-5, .field--name-field-view > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6, .field--name-field-agenda-view-one > .medium-6, .field--name-field-view > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7, .field--name-field-agenda-view-one > .medium-7, .field--name-field-view > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8, .field--name-field-agenda-view-one > .medium-8, .field--name-field-view > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9, .field--name-field-agenda-view-one > .medium-9, .field--name-field-view > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10, .field--name-field-agenda-view-one > .medium-10, .field--name-field-view > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11, .field--name-field-agenda-view-one > .medium-11, .field--name-field-view > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12, .field--name-field-agenda-view-one > .medium-12, .field--name-field-view > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-x > .tablet-auto, .field--name-field-agenda-view-one > .tablet-auto, .field--name-field-view > .tablet-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }

  .grid-x > .tablet-12, .field--name-field-agenda-view-one > .tablet-12, .field--name-field-view > .tablet-12, .grid-x > .tablet-11, .field--name-field-agenda-view-one > .tablet-11, .field--name-field-view > .tablet-11, .grid-x > .tablet-10, .field--name-field-agenda-view-one > .tablet-10, .field--name-field-view > .tablet-10, .grid-x > .tablet-9, .field--name-field-agenda-view-one > .tablet-9, .field--name-field-view > .tablet-9, .grid-x > .tablet-8, .field--name-field-agenda-view-one > .tablet-8, .field--name-field-view > .tablet-8, .grid-x > .tablet-7, .field--name-field-agenda-view-one > .tablet-7, .field--name-field-view > .tablet-7, .grid-x > .tablet-6, .field--name-field-agenda-view-one > .tablet-6, .field--name-field-view > .tablet-6, .grid-x > .tablet-5, .field--name-field-agenda-view-one > .tablet-5, .field--name-field-view > .tablet-5, .grid-x > .tablet-4, .field--name-field-agenda-view-one > .tablet-4, .field--name-field-view > .tablet-4, .grid-x > .tablet-3, .field--name-field-agenda-view-one > .tablet-3, .field--name-field-view > .tablet-3, .grid-x > .tablet-2, .field--name-field-agenda-view-one > .tablet-2, .field--name-field-view > .tablet-2, .grid-x > .tablet-1, .field--name-field-agenda-view-one > .tablet-1, .field--name-field-view > .tablet-1, .grid-x > .tablet-shrink, .field--name-field-agenda-view-one > .tablet-shrink, .field--name-field-view > .tablet-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .grid-x > .tablet-shrink, .field--name-field-agenda-view-one > .tablet-shrink, .field--name-field-view > .tablet-shrink {
    width: auto;
  }

  .grid-x > .tablet-1, .field--name-field-agenda-view-one > .tablet-1, .field--name-field-view > .tablet-1 {
    width: 8.3333333333%;
  }

  .grid-x > .tablet-2, .field--name-field-agenda-view-one > .tablet-2, .field--name-field-view > .tablet-2 {
    width: 16.6666666667%;
  }

  .grid-x > .tablet-3, .field--name-field-agenda-view-one > .tablet-3, .field--name-field-view > .tablet-3 {
    width: 25%;
  }

  .grid-x > .tablet-4, .field--name-field-agenda-view-one > .tablet-4, .field--name-field-view > .tablet-4 {
    width: 33.3333333333%;
  }

  .grid-x > .tablet-5, .field--name-field-agenda-view-one > .tablet-5, .field--name-field-view > .tablet-5 {
    width: 41.6666666667%;
  }

  .grid-x > .tablet-6, .field--name-field-agenda-view-one > .tablet-6, .field--name-field-view > .tablet-6 {
    width: 50%;
  }

  .grid-x > .tablet-7, .field--name-field-agenda-view-one > .tablet-7, .field--name-field-view > .tablet-7 {
    width: 58.3333333333%;
  }

  .grid-x > .tablet-8, .field--name-field-agenda-view-one > .tablet-8, .field--name-field-view > .tablet-8 {
    width: 66.6666666667%;
  }

  .grid-x > .tablet-9, .field--name-field-agenda-view-one > .tablet-9, .field--name-field-view > .tablet-9 {
    width: 75%;
  }

  .grid-x > .tablet-10, .field--name-field-agenda-view-one > .tablet-10, .field--name-field-view > .tablet-10 {
    width: 83.3333333333%;
  }

  .grid-x > .tablet-11, .field--name-field-agenda-view-one > .tablet-11, .field--name-field-view > .tablet-11 {
    width: 91.6666666667%;
  }

  .grid-x > .tablet-12, .field--name-field-agenda-view-one > .tablet-12, .field--name-field-view > .tablet-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto, .field--name-field-agenda-view-one > .large-auto, .field--name-field-view > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }

  .grid-x > .large-12, .field--name-field-agenda-view-one > .large-12, .field--name-field-view > .large-12, .grid-x > .large-11, .field--name-field-agenda-view-one > .large-11, .field--name-field-view > .large-11, .grid-x > .large-10, .field--name-field-agenda-view-one > .large-10, .field--name-field-view > .large-10, .grid-x > .large-9, .field--name-field-agenda-view-one > .large-9, .field--name-field-view > .large-9, .grid-x > .large-8, .field--name-field-agenda-view-one > .large-8, .field--name-field-view > .large-8, .grid-x > .large-7, .field--name-field-agenda-view-one > .large-7, .field--name-field-view > .large-7, .grid-x > .large-6, .field--name-field-agenda-view-one > .large-6, .field--name-field-view > .large-6, .grid-x > .large-5, .field--name-field-agenda-view-one > .large-5, .field--name-field-view > .large-5, .grid-x > .large-4, .field--name-field-agenda-view-one > .large-4, .field--name-field-view > .large-4, .grid-x > .large-3, .field--name-field-agenda-view-one > .large-3, .field--name-field-view > .large-3, .grid-x > .large-2, .field--name-field-agenda-view-one > .large-2, .field--name-field-view > .large-2, .grid-x > .large-1, .field--name-field-agenda-view-one > .large-1, .field--name-field-view > .large-1, .grid-x > .large-shrink, .field--name-field-agenda-view-one > .large-shrink, .field--name-field-view > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .grid-x > .large-shrink, .field--name-field-agenda-view-one > .large-shrink, .field--name-field-view > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1, .field--name-field-agenda-view-one > .large-1, .field--name-field-view > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2, .field--name-field-agenda-view-one > .large-2, .field--name-field-view > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3, .field--name-field-agenda-view-one > .large-3, .field--name-field-view > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4, .field--name-field-agenda-view-one > .large-4, .field--name-field-view > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5, .field--name-field-agenda-view-one > .large-5, .field--name-field-view > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6, .field--name-field-agenda-view-one > .large-6, .field--name-field-view > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7, .field--name-field-agenda-view-one > .large-7, .field--name-field-view > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8, .field--name-field-agenda-view-one > .large-8, .field--name-field-view > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9, .field--name-field-agenda-view-one > .large-9, .field--name-field-view > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10, .field--name-field-agenda-view-one > .large-10, .field--name-field-view > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11, .field--name-field-agenda-view-one > .large-11, .field--name-field-view > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12, .field--name-field-agenda-view-one > .large-12, .field--name-field-view > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x):not(.field--name-field-agenda-view-one):not(.field--name-field-view) > .cell, .field--name-field-agenda-view-one:not(.grid-x):not(.field--name-field-agenda-view-one):not(.field--name-field-view) > .cell, .field--name-field-view:not(.grid-x):not(.field--name-field-agenda-view-one):not(.field--name-field-view) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x, .field--name-field-agenda-view-one, .field--name-field-view {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x, .field--name-field-agenda-view-one, .field--name-field-view {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell, .field--name-field-agenda-view-one > .cell, .field--name-field-view > .cell {
  width: -webkit-calc(100% - 1.875rem);
  width: calc(100% - 1.875rem);
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell, .field--name-field-agenda-view-one > .cell, .field--name-field-view > .cell {
    width: -webkit-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto, .field--name-field-agenda-view-one > .auto, .field--name-field-view > .auto {
  width: auto;
}
.grid-margin-x > .shrink, .field--name-field-agenda-view-one > .shrink, .field--name-field-view > .shrink {
  width: auto;
}
.grid-margin-x > .small-1, .field--name-field-agenda-view-one > .small-1, .field--name-field-view > .small-1 {
  width: -webkit-calc(8.3333333333% - 1.875rem);
  width: calc(8.3333333333% - 1.875rem);
}
.grid-margin-x > .small-2, .field--name-field-agenda-view-one > .small-2, .field--name-field-view > .small-2 {
  width: -webkit-calc(16.6666666667% - 1.875rem);
  width: calc(16.6666666667% - 1.875rem);
}
.grid-margin-x > .small-3, .field--name-field-agenda-view-one > .small-3, .field--name-field-view > .small-3 {
  width: -webkit-calc(25% - 1.875rem);
  width: calc(25% - 1.875rem);
}
.grid-margin-x > .small-4, .field--name-field-agenda-view-one > .small-4, .field--name-field-view > .small-4 {
  width: -webkit-calc(33.3333333333% - 1.875rem);
  width: calc(33.3333333333% - 1.875rem);
}
.grid-margin-x > .small-5, .field--name-field-agenda-view-one > .small-5, .field--name-field-view > .small-5 {
  width: -webkit-calc(41.6666666667% - 1.875rem);
  width: calc(41.6666666667% - 1.875rem);
}
.grid-margin-x > .small-6, .field--name-field-agenda-view-one > .small-6, .field--name-field-view > .small-6 {
  width: -webkit-calc(50% - 1.875rem);
  width: calc(50% - 1.875rem);
}
.grid-margin-x > .small-7, .field--name-field-agenda-view-one > .small-7, .field--name-field-view > .small-7 {
  width: -webkit-calc(58.3333333333% - 1.875rem);
  width: calc(58.3333333333% - 1.875rem);
}
.grid-margin-x > .small-8, .field--name-field-agenda-view-one > .small-8, .field--name-field-view > .small-8 {
  width: -webkit-calc(66.6666666667% - 1.875rem);
  width: calc(66.6666666667% - 1.875rem);
}
.grid-margin-x > .small-9, .field--name-field-agenda-view-one > .small-9, .field--name-field-view > .small-9 {
  width: -webkit-calc(75% - 1.875rem);
  width: calc(75% - 1.875rem);
}
.grid-margin-x > .small-10, .field--name-field-agenda-view-one > .small-10, .field--name-field-view > .small-10 {
  width: -webkit-calc(83.3333333333% - 1.875rem);
  width: calc(83.3333333333% - 1.875rem);
}
.grid-margin-x > .small-11, .field--name-field-agenda-view-one > .small-11, .field--name-field-view > .small-11 {
  width: -webkit-calc(91.6666666667% - 1.875rem);
  width: calc(91.6666666667% - 1.875rem);
}
.grid-margin-x > .small-12, .field--name-field-agenda-view-one > .small-12, .field--name-field-view > .small-12 {
  width: -webkit-calc(100% - 1.875rem);
  width: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto, .field--name-field-agenda-view-one > .auto, .field--name-field-view > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink, .field--name-field-agenda-view-one > .shrink, .field--name-field-view > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1, .field--name-field-agenda-view-one > .small-1, .field--name-field-view > .small-1 {
    width: -webkit-calc(8.3333333333% - 1.875rem);
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2, .field--name-field-agenda-view-one > .small-2, .field--name-field-view > .small-2 {
    width: -webkit-calc(16.6666666667% - 1.875rem);
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3, .field--name-field-agenda-view-one > .small-3, .field--name-field-view > .small-3 {
    width: -webkit-calc(25% - 1.875rem);
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4, .field--name-field-agenda-view-one > .small-4, .field--name-field-view > .small-4 {
    width: -webkit-calc(33.3333333333% - 1.875rem);
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5, .field--name-field-agenda-view-one > .small-5, .field--name-field-view > .small-5 {
    width: -webkit-calc(41.6666666667% - 1.875rem);
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6, .field--name-field-agenda-view-one > .small-6, .field--name-field-view > .small-6 {
    width: -webkit-calc(50% - 1.875rem);
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7, .field--name-field-agenda-view-one > .small-7, .field--name-field-view > .small-7 {
    width: -webkit-calc(58.3333333333% - 1.875rem);
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8, .field--name-field-agenda-view-one > .small-8, .field--name-field-view > .small-8 {
    width: -webkit-calc(66.6666666667% - 1.875rem);
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9, .field--name-field-agenda-view-one > .small-9, .field--name-field-view > .small-9 {
    width: -webkit-calc(75% - 1.875rem);
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10, .field--name-field-agenda-view-one > .small-10, .field--name-field-view > .small-10 {
    width: -webkit-calc(83.3333333333% - 1.875rem);
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11, .field--name-field-agenda-view-one > .small-11, .field--name-field-view > .small-11 {
    width: -webkit-calc(91.6666666667% - 1.875rem);
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12, .field--name-field-agenda-view-one > .small-12, .field--name-field-view > .small-12 {
    width: -webkit-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto, .field--name-field-agenda-view-one > .medium-auto, .field--name-field-view > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink, .field--name-field-agenda-view-one > .medium-shrink, .field--name-field-view > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1, .field--name-field-agenda-view-one > .medium-1, .field--name-field-view > .medium-1 {
    width: -webkit-calc(8.3333333333% - 1.875rem);
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2, .field--name-field-agenda-view-one > .medium-2, .field--name-field-view > .medium-2 {
    width: -webkit-calc(16.6666666667% - 1.875rem);
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3, .field--name-field-agenda-view-one > .medium-3, .field--name-field-view > .medium-3 {
    width: -webkit-calc(25% - 1.875rem);
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4, .field--name-field-agenda-view-one > .medium-4, .field--name-field-view > .medium-4 {
    width: -webkit-calc(33.3333333333% - 1.875rem);
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5, .field--name-field-agenda-view-one > .medium-5, .field--name-field-view > .medium-5 {
    width: -webkit-calc(41.6666666667% - 1.875rem);
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6, .field--name-field-agenda-view-one > .medium-6, .field--name-field-view > .medium-6 {
    width: -webkit-calc(50% - 1.875rem);
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7, .field--name-field-agenda-view-one > .medium-7, .field--name-field-view > .medium-7 {
    width: -webkit-calc(58.3333333333% - 1.875rem);
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8, .field--name-field-agenda-view-one > .medium-8, .field--name-field-view > .medium-8 {
    width: -webkit-calc(66.6666666667% - 1.875rem);
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9, .field--name-field-agenda-view-one > .medium-9, .field--name-field-view > .medium-9 {
    width: -webkit-calc(75% - 1.875rem);
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10, .field--name-field-agenda-view-one > .medium-10, .field--name-field-view > .medium-10 {
    width: -webkit-calc(83.3333333333% - 1.875rem);
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11, .field--name-field-agenda-view-one > .medium-11, .field--name-field-view > .medium-11 {
    width: -webkit-calc(91.6666666667% - 1.875rem);
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12, .field--name-field-agenda-view-one > .medium-12, .field--name-field-view > .medium-12 {
    width: -webkit-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x > .tablet-auto, .field--name-field-agenda-view-one > .tablet-auto, .field--name-field-view > .tablet-auto {
    width: auto;
  }
  .grid-margin-x > .tablet-shrink, .field--name-field-agenda-view-one > .tablet-shrink, .field--name-field-view > .tablet-shrink {
    width: auto;
  }
  .grid-margin-x > .tablet-1, .field--name-field-agenda-view-one > .tablet-1, .field--name-field-view > .tablet-1 {
    width: -webkit-calc(8.3333333333% - 1.875rem);
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .tablet-2, .field--name-field-agenda-view-one > .tablet-2, .field--name-field-view > .tablet-2 {
    width: -webkit-calc(16.6666666667% - 1.875rem);
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .tablet-3, .field--name-field-agenda-view-one > .tablet-3, .field--name-field-view > .tablet-3 {
    width: -webkit-calc(25% - 1.875rem);
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .tablet-4, .field--name-field-agenda-view-one > .tablet-4, .field--name-field-view > .tablet-4 {
    width: -webkit-calc(33.3333333333% - 1.875rem);
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .tablet-5, .field--name-field-agenda-view-one > .tablet-5, .field--name-field-view > .tablet-5 {
    width: -webkit-calc(41.6666666667% - 1.875rem);
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .tablet-6, .field--name-field-agenda-view-one > .tablet-6, .field--name-field-view > .tablet-6 {
    width: -webkit-calc(50% - 1.875rem);
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .tablet-7, .field--name-field-agenda-view-one > .tablet-7, .field--name-field-view > .tablet-7 {
    width: -webkit-calc(58.3333333333% - 1.875rem);
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .tablet-8, .field--name-field-agenda-view-one > .tablet-8, .field--name-field-view > .tablet-8 {
    width: -webkit-calc(66.6666666667% - 1.875rem);
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .tablet-9, .field--name-field-agenda-view-one > .tablet-9, .field--name-field-view > .tablet-9 {
    width: -webkit-calc(75% - 1.875rem);
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .tablet-10, .field--name-field-agenda-view-one > .tablet-10, .field--name-field-view > .tablet-10 {
    width: -webkit-calc(83.3333333333% - 1.875rem);
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .tablet-11, .field--name-field-agenda-view-one > .tablet-11, .field--name-field-view > .tablet-11 {
    width: -webkit-calc(91.6666666667% - 1.875rem);
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .tablet-12, .field--name-field-agenda-view-one > .tablet-12, .field--name-field-view > .tablet-12 {
    width: -webkit-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto, .field--name-field-agenda-view-one > .large-auto, .field--name-field-view > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink, .field--name-field-agenda-view-one > .large-shrink, .field--name-field-view > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1, .field--name-field-agenda-view-one > .large-1, .field--name-field-view > .large-1 {
    width: -webkit-calc(8.3333333333% - 1.875rem);
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2, .field--name-field-agenda-view-one > .large-2, .field--name-field-view > .large-2 {
    width: -webkit-calc(16.6666666667% - 1.875rem);
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3, .field--name-field-agenda-view-one > .large-3, .field--name-field-view > .large-3 {
    width: -webkit-calc(25% - 1.875rem);
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4, .field--name-field-agenda-view-one > .large-4, .field--name-field-view > .large-4 {
    width: -webkit-calc(33.3333333333% - 1.875rem);
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5, .field--name-field-agenda-view-one > .large-5, .field--name-field-view > .large-5 {
    width: -webkit-calc(41.6666666667% - 1.875rem);
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6, .field--name-field-agenda-view-one > .large-6, .field--name-field-view > .large-6 {
    width: -webkit-calc(50% - 1.875rem);
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7, .field--name-field-agenda-view-one > .large-7, .field--name-field-view > .large-7 {
    width: -webkit-calc(58.3333333333% - 1.875rem);
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8, .field--name-field-agenda-view-one > .large-8, .field--name-field-view > .large-8 {
    width: -webkit-calc(66.6666666667% - 1.875rem);
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9, .field--name-field-agenda-view-one > .large-9, .field--name-field-view > .large-9 {
    width: -webkit-calc(75% - 1.875rem);
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10, .field--name-field-agenda-view-one > .large-10, .field--name-field-view > .large-10 {
    width: -webkit-calc(83.3333333333% - 1.875rem);
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11, .field--name-field-agenda-view-one > .large-11, .field--name-field-view > .large-11 {
    width: -webkit-calc(91.6666666667% - 1.875rem);
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12, .field--name-field-agenda-view-one > .large-12, .field--name-field-view > .large-12 {
    width: -webkit-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x, .paragraph--type-homepage-header:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x, .paragraph--type-homepage-header:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 48em) {
  .tablet-up-1 > .cell {
    width: 100%;
  }

  .tablet-up-2 > .cell {
    width: 50%;
  }

  .tablet-up-3 > .cell {
    width: 33.3333333333%;
  }

  .tablet-up-4 > .cell {
    width: 25%;
  }

  .tablet-up-5 > .cell {
    width: 20%;
  }

  .tablet-up-6 > .cell {
    width: 16.6666666667%;
  }

  .tablet-up-7 > .cell {
    width: 14.2857142857%;
  }

  .tablet-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell, .small-up-1.field--name-field-agenda-view-one > .cell, .small-up-1.field--name-field-view > .cell {
  width: -webkit-calc(100% - 1.875rem);
  width: calc(100% - 1.875rem);
}

.grid-margin-x.small-up-2 > .cell, .small-up-2.field--name-field-agenda-view-one > .cell, .small-up-2.field--name-field-view > .cell {
  width: -webkit-calc(50% - 1.875rem);
  width: calc(50% - 1.875rem);
}

.grid-margin-x.small-up-3 > .cell, .small-up-3.field--name-field-agenda-view-one > .cell, .small-up-3.field--name-field-view > .cell {
  width: -webkit-calc(33.3333333333% - 1.875rem);
  width: calc(33.3333333333% - 1.875rem);
}

.grid-margin-x.small-up-4 > .cell, .small-up-4.field--name-field-agenda-view-one > .cell, .small-up-4.field--name-field-view > .cell {
  width: -webkit-calc(25% - 1.875rem);
  width: calc(25% - 1.875rem);
}

.grid-margin-x.small-up-5 > .cell, .small-up-5.field--name-field-agenda-view-one > .cell, .small-up-5.field--name-field-view > .cell {
  width: -webkit-calc(20% - 1.875rem);
  width: calc(20% - 1.875rem);
}

.grid-margin-x.small-up-6 > .cell, .small-up-6.field--name-field-agenda-view-one > .cell, .small-up-6.field--name-field-view > .cell {
  width: -webkit-calc(16.6666666667% - 1.875rem);
  width: calc(16.6666666667% - 1.875rem);
}

.grid-margin-x.small-up-7 > .cell, .small-up-7.field--name-field-agenda-view-one > .cell, .small-up-7.field--name-field-view > .cell {
  width: -webkit-calc(14.2857142857% - 1.875rem);
  width: calc(14.2857142857% - 1.875rem);
}

.grid-margin-x.small-up-8 > .cell, .small-up-8.field--name-field-agenda-view-one > .cell, .small-up-8.field--name-field-view > .cell {
  width: -webkit-calc(12.5% - 1.875rem);
  width: calc(12.5% - 1.875rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell, .small-up-1.field--name-field-agenda-view-one > .cell, .small-up-1.field--name-field-view > .cell {
    width: -webkit-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell, .small-up-2.field--name-field-agenda-view-one > .cell, .small-up-2.field--name-field-view > .cell {
    width: -webkit-calc(50% - 1.875rem);
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell, .small-up-3.field--name-field-agenda-view-one > .cell, .small-up-3.field--name-field-view > .cell {
    width: -webkit-calc(33.3333333333% - 1.875rem);
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell, .small-up-4.field--name-field-agenda-view-one > .cell, .small-up-4.field--name-field-view > .cell {
    width: -webkit-calc(25% - 1.875rem);
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell, .small-up-5.field--name-field-agenda-view-one > .cell, .small-up-5.field--name-field-view > .cell {
    width: -webkit-calc(20% - 1.875rem);
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell, .small-up-6.field--name-field-agenda-view-one > .cell, .small-up-6.field--name-field-view > .cell {
    width: -webkit-calc(16.6666666667% - 1.875rem);
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell, .small-up-7.field--name-field-agenda-view-one > .cell, .small-up-7.field--name-field-view > .cell {
    width: -webkit-calc(14.2857142857% - 1.875rem);
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell, .small-up-8.field--name-field-agenda-view-one > .cell, .small-up-8.field--name-field-view > .cell {
    width: -webkit-calc(12.5% - 1.875rem);
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell, .medium-up-1.field--name-field-agenda-view-one > .cell, .medium-up-1.field--name-field-view > .cell {
    width: -webkit-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell, .medium-up-2.field--name-field-agenda-view-one > .cell, .medium-up-2.field--name-field-view > .cell {
    width: -webkit-calc(50% - 1.875rem);
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell, .medium-up-3.field--name-field-agenda-view-one > .cell, .medium-up-3.field--name-field-view > .cell {
    width: -webkit-calc(33.3333333333% - 1.875rem);
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell, .medium-up-4.field--name-field-agenda-view-one > .cell, .medium-up-4.field--name-field-view > .cell {
    width: -webkit-calc(25% - 1.875rem);
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell, .medium-up-5.field--name-field-agenda-view-one > .cell, .medium-up-5.field--name-field-view > .cell {
    width: -webkit-calc(20% - 1.875rem);
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell, .medium-up-6.field--name-field-agenda-view-one > .cell, .medium-up-6.field--name-field-view > .cell {
    width: -webkit-calc(16.6666666667% - 1.875rem);
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell, .medium-up-7.field--name-field-agenda-view-one > .cell, .medium-up-7.field--name-field-view > .cell {
    width: -webkit-calc(14.2857142857% - 1.875rem);
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell, .medium-up-8.field--name-field-agenda-view-one > .cell, .medium-up-8.field--name-field-view > .cell {
    width: -webkit-calc(12.5% - 1.875rem);
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-x.tablet-up-1 > .cell, .tablet-up-1.field--name-field-agenda-view-one > .cell, .tablet-up-1.field--name-field-view > .cell {
    width: -webkit-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.tablet-up-2 > .cell, .tablet-up-2.field--name-field-agenda-view-one > .cell, .tablet-up-2.field--name-field-view > .cell {
    width: -webkit-calc(50% - 1.875rem);
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.tablet-up-3 > .cell, .tablet-up-3.field--name-field-agenda-view-one > .cell, .tablet-up-3.field--name-field-view > .cell {
    width: -webkit-calc(33.3333333333% - 1.875rem);
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.tablet-up-4 > .cell, .tablet-up-4.field--name-field-agenda-view-one > .cell, .tablet-up-4.field--name-field-view > .cell {
    width: -webkit-calc(25% - 1.875rem);
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.tablet-up-5 > .cell, .tablet-up-5.field--name-field-agenda-view-one > .cell, .tablet-up-5.field--name-field-view > .cell {
    width: -webkit-calc(20% - 1.875rem);
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.tablet-up-6 > .cell, .tablet-up-6.field--name-field-agenda-view-one > .cell, .tablet-up-6.field--name-field-view > .cell {
    width: -webkit-calc(16.6666666667% - 1.875rem);
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.tablet-up-7 > .cell, .tablet-up-7.field--name-field-agenda-view-one > .cell, .tablet-up-7.field--name-field-view > .cell {
    width: -webkit-calc(14.2857142857% - 1.875rem);
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.tablet-up-8 > .cell, .tablet-up-8.field--name-field-agenda-view-one > .cell, .tablet-up-8.field--name-field-view > .cell {
    width: -webkit-calc(12.5% - 1.875rem);
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell, .large-up-1.field--name-field-agenda-view-one > .cell, .large-up-1.field--name-field-view > .cell {
    width: -webkit-calc(100% - 1.875rem);
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell, .large-up-2.field--name-field-agenda-view-one > .cell, .large-up-2.field--name-field-view > .cell {
    width: -webkit-calc(50% - 1.875rem);
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell, .large-up-3.field--name-field-agenda-view-one > .cell, .large-up-3.field--name-field-view > .cell {
    width: -webkit-calc(33.3333333333% - 1.875rem);
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell, .large-up-4.field--name-field-agenda-view-one > .cell, .large-up-4.field--name-field-view > .cell {
    width: -webkit-calc(25% - 1.875rem);
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell, .large-up-5.field--name-field-agenda-view-one > .cell, .large-up-5.field--name-field-view > .cell {
    width: -webkit-calc(20% - 1.875rem);
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell, .large-up-6.field--name-field-agenda-view-one > .cell, .large-up-6.field--name-field-view > .cell {
    width: -webkit-calc(16.6666666667% - 1.875rem);
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell, .large-up-7.field--name-field-agenda-view-one > .cell, .large-up-7.field--name-field-view > .cell {
    width: -webkit-calc(14.2857142857% - 1.875rem);
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell, .large-up-8.field--name-field-agenda-view-one > .cell, .large-up-8.field--name-field-view > .cell {
    width: -webkit-calc(12.5% - 1.875rem);
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .tablet-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .tablet-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .tablet-3 {
    width: 25%;
  }
  .small-margin-collapse > .tablet-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .tablet-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .tablet-6 {
    width: 50%;
  }
  .small-margin-collapse > .tablet-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .tablet-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .tablet-9 {
    width: 75%;
  }
  .small-margin-collapse > .tablet-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .tablet-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .tablet-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .tablet-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .tablet-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .tablet-3 {
    width: 25%;
  }
  .medium-margin-collapse > .tablet-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .tablet-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .tablet-6 {
    width: 50%;
  }
  .medium-margin-collapse > .tablet-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .tablet-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .tablet-9 {
    width: 75%;
  }
  .medium-margin-collapse > .tablet-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .tablet-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .tablet-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .tablet-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .tablet-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .tablet-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .tablet-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .tablet-margin-collapse > .small-3 {
    width: 25%;
  }
  .tablet-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .tablet-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .tablet-margin-collapse > .small-6 {
    width: 50%;
  }
  .tablet-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .tablet-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .tablet-margin-collapse > .small-9 {
    width: 75%;
  }
  .tablet-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .tablet-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .tablet-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .tablet-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .tablet-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .tablet-margin-collapse > .medium-3 {
    width: 25%;
  }
  .tablet-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .tablet-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .tablet-margin-collapse > .medium-6 {
    width: 50%;
  }
  .tablet-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .tablet-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .tablet-margin-collapse > .medium-9 {
    width: 75%;
  }
  .tablet-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .tablet-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .tablet-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .tablet-margin-collapse > .tablet-1 {
    width: 8.3333333333%;
  }
  .tablet-margin-collapse > .tablet-2 {
    width: 16.6666666667%;
  }
  .tablet-margin-collapse > .tablet-3 {
    width: 25%;
  }
  .tablet-margin-collapse > .tablet-4 {
    width: 33.3333333333%;
  }
  .tablet-margin-collapse > .tablet-5 {
    width: 41.6666666667%;
  }
  .tablet-margin-collapse > .tablet-6 {
    width: 50%;
  }
  .tablet-margin-collapse > .tablet-7 {
    width: 58.3333333333%;
  }
  .tablet-margin-collapse > .tablet-8 {
    width: 66.6666666667%;
  }
  .tablet-margin-collapse > .tablet-9 {
    width: 75%;
  }
  .tablet-margin-collapse > .tablet-10 {
    width: 83.3333333333%;
  }
  .tablet-margin-collapse > .tablet-11 {
    width: 91.6666666667%;
  }
  .tablet-margin-collapse > .tablet-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .tablet-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .tablet-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .tablet-margin-collapse > .large-3 {
    width: 25%;
  }
  .tablet-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .tablet-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .tablet-margin-collapse > .large-6 {
    width: 50%;
  }
  .tablet-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .tablet-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .tablet-margin-collapse > .large-9 {
    width: 75%;
  }
  .tablet-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .tablet-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .tablet-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .tablet-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .tablet-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .tablet-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .tablet-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .tablet-3 {
    width: 25%;
  }
  .large-margin-collapse > .tablet-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .tablet-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .tablet-6 {
    width: 50%;
  }
  .large-margin-collapse > .tablet-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .tablet-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .tablet-9 {
    width: 75%;
  }
  .large-margin-collapse > .tablet-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .tablet-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .tablet-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0, .field--name-field-agenda-view-one > .small-offset-0, .field--name-field-view > .small-offset-0 {
  margin-left: -webkit-calc(0% + 1.875rem / 2);
  margin-left: calc(0% + 1.875rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1, .field--name-field-agenda-view-one > .small-offset-1, .field--name-field-view > .small-offset-1 {
  margin-left: -webkit-calc(8.3333333333% + 1.875rem / 2);
  margin-left: calc(8.3333333333% + 1.875rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2, .field--name-field-agenda-view-one > .small-offset-2, .field--name-field-view > .small-offset-2 {
  margin-left: -webkit-calc(16.6666666667% + 1.875rem / 2);
  margin-left: calc(16.6666666667% + 1.875rem / 2);
}

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

.grid-margin-x > .small-offset-3, .field--name-field-agenda-view-one > .small-offset-3, .field--name-field-view > .small-offset-3 {
  margin-left: -webkit-calc(25% + 1.875rem / 2);
  margin-left: calc(25% + 1.875rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4, .field--name-field-agenda-view-one > .small-offset-4, .field--name-field-view > .small-offset-4 {
  margin-left: -webkit-calc(33.3333333333% + 1.875rem / 2);
  margin-left: calc(33.3333333333% + 1.875rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5, .field--name-field-agenda-view-one > .small-offset-5, .field--name-field-view > .small-offset-5 {
  margin-left: -webkit-calc(41.6666666667% + 1.875rem / 2);
  margin-left: calc(41.6666666667% + 1.875rem / 2);
}

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

.grid-margin-x > .small-offset-6, .field--name-field-agenda-view-one > .small-offset-6, .field--name-field-view > .small-offset-6 {
  margin-left: -webkit-calc(50% + 1.875rem / 2);
  margin-left: calc(50% + 1.875rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7, .field--name-field-agenda-view-one > .small-offset-7, .field--name-field-view > .small-offset-7 {
  margin-left: -webkit-calc(58.3333333333% + 1.875rem / 2);
  margin-left: calc(58.3333333333% + 1.875rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8, .field--name-field-agenda-view-one > .small-offset-8, .field--name-field-view > .small-offset-8 {
  margin-left: -webkit-calc(66.6666666667% + 1.875rem / 2);
  margin-left: calc(66.6666666667% + 1.875rem / 2);
}

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

.grid-margin-x > .small-offset-9, .field--name-field-agenda-view-one > .small-offset-9, .field--name-field-view > .small-offset-9 {
  margin-left: -webkit-calc(75% + 1.875rem / 2);
  margin-left: calc(75% + 1.875rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10, .field--name-field-agenda-view-one > .small-offset-10, .field--name-field-view > .small-offset-10 {
  margin-left: -webkit-calc(83.3333333333% + 1.875rem / 2);
  margin-left: calc(83.3333333333% + 1.875rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11, .field--name-field-agenda-view-one > .small-offset-11, .field--name-field-view > .small-offset-11 {
  margin-left: -webkit-calc(91.6666666667% + 1.875rem / 2);
  margin-left: calc(91.6666666667% + 1.875rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0, .field--name-field-agenda-view-one > .medium-offset-0, .field--name-field-view > .medium-offset-0 {
    margin-left: -webkit-calc(0% + 1.875rem / 2);
    margin-left: calc(0% + 1.875rem / 2);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1, .field--name-field-agenda-view-one > .medium-offset-1, .field--name-field-view > .medium-offset-1 {
    margin-left: -webkit-calc(8.3333333333% + 1.875rem / 2);
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2, .field--name-field-agenda-view-one > .medium-offset-2, .field--name-field-view > .medium-offset-2 {
    margin-left: -webkit-calc(16.6666666667% + 1.875rem / 2);
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-3, .field--name-field-agenda-view-one > .medium-offset-3, .field--name-field-view > .medium-offset-3 {
    margin-left: -webkit-calc(25% + 1.875rem / 2);
    margin-left: calc(25% + 1.875rem / 2);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4, .field--name-field-agenda-view-one > .medium-offset-4, .field--name-field-view > .medium-offset-4 {
    margin-left: -webkit-calc(33.3333333333% + 1.875rem / 2);
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5, .field--name-field-agenda-view-one > .medium-offset-5, .field--name-field-view > .medium-offset-5 {
    margin-left: -webkit-calc(41.6666666667% + 1.875rem / 2);
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-6, .field--name-field-agenda-view-one > .medium-offset-6, .field--name-field-view > .medium-offset-6 {
    margin-left: -webkit-calc(50% + 1.875rem / 2);
    margin-left: calc(50% + 1.875rem / 2);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7, .field--name-field-agenda-view-one > .medium-offset-7, .field--name-field-view > .medium-offset-7 {
    margin-left: -webkit-calc(58.3333333333% + 1.875rem / 2);
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8, .field--name-field-agenda-view-one > .medium-offset-8, .field--name-field-view > .medium-offset-8 {
    margin-left: -webkit-calc(66.6666666667% + 1.875rem / 2);
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-9, .field--name-field-agenda-view-one > .medium-offset-9, .field--name-field-view > .medium-offset-9 {
    margin-left: -webkit-calc(75% + 1.875rem / 2);
    margin-left: calc(75% + 1.875rem / 2);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10, .field--name-field-agenda-view-one > .medium-offset-10, .field--name-field-view > .medium-offset-10 {
    margin-left: -webkit-calc(83.3333333333% + 1.875rem / 2);
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11, .field--name-field-agenda-view-one > .medium-offset-11, .field--name-field-view > .medium-offset-11 {
    margin-left: -webkit-calc(91.6666666667% + 1.875rem / 2);
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 48em) {
  .tablet-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .tablet-offset-0, .field--name-field-agenda-view-one > .tablet-offset-0, .field--name-field-view > .tablet-offset-0 {
    margin-left: -webkit-calc(0% + 1.875rem / 2);
    margin-left: calc(0% + 1.875rem / 2);
  }

  .tablet-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .tablet-offset-1, .field--name-field-agenda-view-one > .tablet-offset-1, .field--name-field-view > .tablet-offset-1 {
    margin-left: -webkit-calc(8.3333333333% + 1.875rem / 2);
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

  .tablet-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .tablet-offset-2, .field--name-field-agenda-view-one > .tablet-offset-2, .field--name-field-view > .tablet-offset-2 {
    margin-left: -webkit-calc(16.6666666667% + 1.875rem / 2);
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .tablet-offset-3, .field--name-field-agenda-view-one > .tablet-offset-3, .field--name-field-view > .tablet-offset-3 {
    margin-left: -webkit-calc(25% + 1.875rem / 2);
    margin-left: calc(25% + 1.875rem / 2);
  }

  .tablet-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .tablet-offset-4, .field--name-field-agenda-view-one > .tablet-offset-4, .field--name-field-view > .tablet-offset-4 {
    margin-left: -webkit-calc(33.3333333333% + 1.875rem / 2);
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

  .tablet-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .tablet-offset-5, .field--name-field-agenda-view-one > .tablet-offset-5, .field--name-field-view > .tablet-offset-5 {
    margin-left: -webkit-calc(41.6666666667% + 1.875rem / 2);
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .tablet-offset-6, .field--name-field-agenda-view-one > .tablet-offset-6, .field--name-field-view > .tablet-offset-6 {
    margin-left: -webkit-calc(50% + 1.875rem / 2);
    margin-left: calc(50% + 1.875rem / 2);
  }

  .tablet-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .tablet-offset-7, .field--name-field-agenda-view-one > .tablet-offset-7, .field--name-field-view > .tablet-offset-7 {
    margin-left: -webkit-calc(58.3333333333% + 1.875rem / 2);
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

  .tablet-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .tablet-offset-8, .field--name-field-agenda-view-one > .tablet-offset-8, .field--name-field-view > .tablet-offset-8 {
    margin-left: -webkit-calc(66.6666666667% + 1.875rem / 2);
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .tablet-offset-9, .field--name-field-agenda-view-one > .tablet-offset-9, .field--name-field-view > .tablet-offset-9 {
    margin-left: -webkit-calc(75% + 1.875rem / 2);
    margin-left: calc(75% + 1.875rem / 2);
  }

  .tablet-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .tablet-offset-10, .field--name-field-agenda-view-one > .tablet-offset-10, .field--name-field-view > .tablet-offset-10 {
    margin-left: -webkit-calc(83.3333333333% + 1.875rem / 2);
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

  .tablet-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .tablet-offset-11, .field--name-field-agenda-view-one > .tablet-offset-11, .field--name-field-view > .tablet-offset-11 {
    margin-left: -webkit-calc(91.6666666667% + 1.875rem / 2);
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0, .field--name-field-agenda-view-one > .large-offset-0, .field--name-field-view > .large-offset-0 {
    margin-left: -webkit-calc(0% + 1.875rem / 2);
    margin-left: calc(0% + 1.875rem / 2);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1, .field--name-field-agenda-view-one > .large-offset-1, .field--name-field-view > .large-offset-1 {
    margin-left: -webkit-calc(8.3333333333% + 1.875rem / 2);
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2, .field--name-field-agenda-view-one > .large-offset-2, .field--name-field-view > .large-offset-2 {
    margin-left: -webkit-calc(16.6666666667% + 1.875rem / 2);
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-3, .field--name-field-agenda-view-one > .large-offset-3, .field--name-field-view > .large-offset-3 {
    margin-left: -webkit-calc(25% + 1.875rem / 2);
    margin-left: calc(25% + 1.875rem / 2);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4, .field--name-field-agenda-view-one > .large-offset-4, .field--name-field-view > .large-offset-4 {
    margin-left: -webkit-calc(33.3333333333% + 1.875rem / 2);
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5, .field--name-field-agenda-view-one > .large-offset-5, .field--name-field-view > .large-offset-5 {
    margin-left: -webkit-calc(41.6666666667% + 1.875rem / 2);
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-6, .field--name-field-agenda-view-one > .large-offset-6, .field--name-field-view > .large-offset-6 {
    margin-left: -webkit-calc(50% + 1.875rem / 2);
    margin-left: calc(50% + 1.875rem / 2);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7, .field--name-field-agenda-view-one > .large-offset-7, .field--name-field-view > .large-offset-7 {
    margin-left: -webkit-calc(58.3333333333% + 1.875rem / 2);
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8, .field--name-field-agenda-view-one > .large-offset-8, .field--name-field-view > .large-offset-8 {
    margin-left: -webkit-calc(66.6666666667% + 1.875rem / 2);
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-9, .field--name-field-agenda-view-one > .large-offset-9, .field--name-field-view > .large-offset-9 {
    margin-left: -webkit-calc(75% + 1.875rem / 2);
    margin-left: calc(75% + 1.875rem / 2);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10, .field--name-field-agenda-view-one > .large-offset-10, .field--name-field-view > .large-offset-10 {
    margin-left: -webkit-calc(83.3333333333% + 1.875rem / 2);
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11, .field--name-field-agenda-view-one > .large-offset-11, .field--name-field-view > .large-offset-11 {
    margin-left: -webkit-calc(91.6666666667% + 1.875rem / 2);
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .tablet-shrink, .grid-y > .tablet-full, .grid-y > .tablet-1, .grid-y > .tablet-2, .grid-y > .tablet-3, .grid-y > .tablet-4, .grid-y > .tablet-5, .grid-y > .tablet-6, .grid-y > .tablet-7, .grid-y > .tablet-8, .grid-y > .tablet-9, .grid-y > .tablet-10, .grid-y > .tablet-11, .grid-y > .tablet-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y > .tablet-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .tablet-12, .grid-y > .tablet-11, .grid-y > .tablet-10, .grid-y > .tablet-9, .grid-y > .tablet-8, .grid-y > .tablet-7, .grid-y > .tablet-6, .grid-y > .tablet-5, .grid-y > .tablet-4, .grid-y > .tablet-3, .grid-y > .tablet-2, .grid-y > .tablet-1, .grid-y > .tablet-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .tablet-shrink {
    height: auto;
  }
  .grid-y > .tablet-1 {
    height: 8.3333333333%;
  }
  .grid-y > .tablet-2 {
    height: 16.6666666667%;
  }
  .grid-y > .tablet-3 {
    height: 25%;
  }
  .grid-y > .tablet-4 {
    height: 33.3333333333%;
  }
  .grid-y > .tablet-5 {
    height: 41.6666666667%;
  }
  .grid-y > .tablet-6 {
    height: 50%;
  }
  .grid-y > .tablet-7 {
    height: 58.3333333333%;
  }
  .grid-y > .tablet-8 {
    height: 66.6666666667%;
  }
  .grid-y > .tablet-9 {
    height: 75%;
  }
  .grid-y > .tablet-10 {
    height: 83.3333333333%;
  }
  .grid-y > .tablet-11 {
    height: 91.6666666667%;
  }
  .grid-y > .tablet-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: -webkit-calc(100% - 1.875rem);
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: -webkit-calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: -webkit-calc(8.3333333333% - 1.875rem);
  height: calc(8.3333333333% - 1.875rem);
}
.grid-margin-y > .small-2 {
  height: -webkit-calc(16.6666666667% - 1.875rem);
  height: calc(16.6666666667% - 1.875rem);
}
.grid-margin-y > .small-3 {
  height: -webkit-calc(25% - 1.875rem);
  height: calc(25% - 1.875rem);
}
.grid-margin-y > .small-4 {
  height: -webkit-calc(33.3333333333% - 1.875rem);
  height: calc(33.3333333333% - 1.875rem);
}
.grid-margin-y > .small-5 {
  height: -webkit-calc(41.6666666667% - 1.875rem);
  height: calc(41.6666666667% - 1.875rem);
}
.grid-margin-y > .small-6 {
  height: -webkit-calc(50% - 1.875rem);
  height: calc(50% - 1.875rem);
}
.grid-margin-y > .small-7 {
  height: -webkit-calc(58.3333333333% - 1.875rem);
  height: calc(58.3333333333% - 1.875rem);
}
.grid-margin-y > .small-8 {
  height: -webkit-calc(66.6666666667% - 1.875rem);
  height: calc(66.6666666667% - 1.875rem);
}
.grid-margin-y > .small-9 {
  height: -webkit-calc(75% - 1.875rem);
  height: calc(75% - 1.875rem);
}
.grid-margin-y > .small-10 {
  height: -webkit-calc(83.3333333333% - 1.875rem);
  height: calc(83.3333333333% - 1.875rem);
}
.grid-margin-y > .small-11 {
  height: -webkit-calc(91.6666666667% - 1.875rem);
  height: calc(91.6666666667% - 1.875rem);
}
.grid-margin-y > .small-12 {
  height: -webkit-calc(100% - 1.875rem);
  height: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: -webkit-calc(8.3333333333% - 1.875rem);
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: -webkit-calc(16.6666666667% - 1.875rem);
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: -webkit-calc(25% - 1.875rem);
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: -webkit-calc(33.3333333333% - 1.875rem);
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: -webkit-calc(41.6666666667% - 1.875rem);
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: -webkit-calc(50% - 1.875rem);
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: -webkit-calc(58.3333333333% - 1.875rem);
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: -webkit-calc(66.6666666667% - 1.875rem);
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: -webkit-calc(75% - 1.875rem);
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: -webkit-calc(83.3333333333% - 1.875rem);
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: -webkit-calc(91.6666666667% - 1.875rem);
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: -webkit-calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: -webkit-calc(8.3333333333% - 1.875rem);
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: -webkit-calc(16.6666666667% - 1.875rem);
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: -webkit-calc(25% - 1.875rem);
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: -webkit-calc(33.3333333333% - 1.875rem);
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: -webkit-calc(41.6666666667% - 1.875rem);
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: -webkit-calc(50% - 1.875rem);
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: -webkit-calc(58.3333333333% - 1.875rem);
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: -webkit-calc(66.6666666667% - 1.875rem);
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: -webkit-calc(75% - 1.875rem);
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: -webkit-calc(83.3333333333% - 1.875rem);
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: -webkit-calc(91.6666666667% - 1.875rem);
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: -webkit-calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .tablet-auto {
    height: auto;
  }
  .grid-margin-y > .tablet-shrink {
    height: auto;
  }
  .grid-margin-y > .tablet-1 {
    height: -webkit-calc(8.3333333333% - 1.875rem);
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .tablet-2 {
    height: -webkit-calc(16.6666666667% - 1.875rem);
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .tablet-3 {
    height: -webkit-calc(25% - 1.875rem);
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .tablet-4 {
    height: -webkit-calc(33.3333333333% - 1.875rem);
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .tablet-5 {
    height: -webkit-calc(41.6666666667% - 1.875rem);
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .tablet-6 {
    height: -webkit-calc(50% - 1.875rem);
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .tablet-7 {
    height: -webkit-calc(58.3333333333% - 1.875rem);
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .tablet-8 {
    height: -webkit-calc(66.6666666667% - 1.875rem);
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .tablet-9 {
    height: -webkit-calc(75% - 1.875rem);
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .tablet-10 {
    height: -webkit-calc(83.3333333333% - 1.875rem);
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .tablet-11 {
    height: -webkit-calc(91.6666666667% - 1.875rem);
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .tablet-12 {
    height: -webkit-calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: -webkit-calc(8.3333333333% - 1.875rem);
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: -webkit-calc(16.6666666667% - 1.875rem);
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: -webkit-calc(25% - 1.875rem);
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: -webkit-calc(33.3333333333% - 1.875rem);
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: -webkit-calc(41.6666666667% - 1.875rem);
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: -webkit-calc(50% - 1.875rem);
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: -webkit-calc(58.3333333333% - 1.875rem);
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: -webkit-calc(66.6666666667% - 1.875rem);
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: -webkit-calc(75% - 1.875rem);
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: -webkit-calc(83.3333333333% - 1.875rem);
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: -webkit-calc(91.6666666667% - 1.875rem);
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: -webkit-calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x, .cell-block-container > .field--name-field-agenda-view-one, .cell-block-container > .field--name-field-view {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x, .medium-cell-block-container > .field--name-field-agenda-view-one, .medium-cell-block-container > .field--name-field-view {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 48em) {
  .tablet-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .tablet-grid-frame {
    width: 100%;
  }

  .tablet-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .tablet-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .tablet-cell-block-container > .grid-x, .tablet-cell-block-container > .field--name-field-agenda-view-one, .tablet-cell-block-container > .field--name-field-view {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .tablet-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x, .large-cell-block-container > .field--name-field-agenda-view-one, .large-cell-block-container > .field--name-field-view {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 48em) {
  .grid-y.tablet-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 48em) {
  .cell .grid-y.tablet-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: -webkit-calc(100% - 1.875rem);
  height: calc(100% - 1.875rem);
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: -webkit-calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: -webkit-calc(8.3333333333% - 1.875rem);
  height: calc(8.3333333333% - 1.875rem);
}
.grid-margin-y > .small-2 {
  height: -webkit-calc(16.6666666667% - 1.875rem);
  height: calc(16.6666666667% - 1.875rem);
}
.grid-margin-y > .small-3 {
  height: -webkit-calc(25% - 1.875rem);
  height: calc(25% - 1.875rem);
}
.grid-margin-y > .small-4 {
  height: -webkit-calc(33.3333333333% - 1.875rem);
  height: calc(33.3333333333% - 1.875rem);
}
.grid-margin-y > .small-5 {
  height: -webkit-calc(41.6666666667% - 1.875rem);
  height: calc(41.6666666667% - 1.875rem);
}
.grid-margin-y > .small-6 {
  height: -webkit-calc(50% - 1.875rem);
  height: calc(50% - 1.875rem);
}
.grid-margin-y > .small-7 {
  height: -webkit-calc(58.3333333333% - 1.875rem);
  height: calc(58.3333333333% - 1.875rem);
}
.grid-margin-y > .small-8 {
  height: -webkit-calc(66.6666666667% - 1.875rem);
  height: calc(66.6666666667% - 1.875rem);
}
.grid-margin-y > .small-9 {
  height: -webkit-calc(75% - 1.875rem);
  height: calc(75% - 1.875rem);
}
.grid-margin-y > .small-10 {
  height: -webkit-calc(83.3333333333% - 1.875rem);
  height: calc(83.3333333333% - 1.875rem);
}
.grid-margin-y > .small-11 {
  height: -webkit-calc(91.6666666667% - 1.875rem);
  height: calc(91.6666666667% - 1.875rem);
}
.grid-margin-y > .small-12 {
  height: -webkit-calc(100% - 1.875rem);
  height: calc(100% - 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: -webkit-calc(8.3333333333% - 1.875rem);
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: -webkit-calc(16.6666666667% - 1.875rem);
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: -webkit-calc(25% - 1.875rem);
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: -webkit-calc(33.3333333333% - 1.875rem);
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: -webkit-calc(41.6666666667% - 1.875rem);
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: -webkit-calc(50% - 1.875rem);
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: -webkit-calc(58.3333333333% - 1.875rem);
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: -webkit-calc(66.6666666667% - 1.875rem);
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: -webkit-calc(75% - 1.875rem);
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: -webkit-calc(83.3333333333% - 1.875rem);
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: -webkit-calc(91.6666666667% - 1.875rem);
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: -webkit-calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: -webkit-calc(8.3333333333% - 1.875rem);
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: -webkit-calc(16.6666666667% - 1.875rem);
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: -webkit-calc(25% - 1.875rem);
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: -webkit-calc(33.3333333333% - 1.875rem);
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: -webkit-calc(41.6666666667% - 1.875rem);
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: -webkit-calc(50% - 1.875rem);
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: -webkit-calc(58.3333333333% - 1.875rem);
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: -webkit-calc(66.6666666667% - 1.875rem);
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: -webkit-calc(75% - 1.875rem);
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: -webkit-calc(83.3333333333% - 1.875rem);
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: -webkit-calc(91.6666666667% - 1.875rem);
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: -webkit-calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y > .tablet-auto {
    height: auto;
  }
  .grid-margin-y > .tablet-shrink {
    height: auto;
  }
  .grid-margin-y > .tablet-1 {
    height: -webkit-calc(8.3333333333% - 1.875rem);
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .tablet-2 {
    height: -webkit-calc(16.6666666667% - 1.875rem);
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .tablet-3 {
    height: -webkit-calc(25% - 1.875rem);
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .tablet-4 {
    height: -webkit-calc(33.3333333333% - 1.875rem);
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .tablet-5 {
    height: -webkit-calc(41.6666666667% - 1.875rem);
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .tablet-6 {
    height: -webkit-calc(50% - 1.875rem);
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .tablet-7 {
    height: -webkit-calc(58.3333333333% - 1.875rem);
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .tablet-8 {
    height: -webkit-calc(66.6666666667% - 1.875rem);
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .tablet-9 {
    height: -webkit-calc(75% - 1.875rem);
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .tablet-10 {
    height: -webkit-calc(83.3333333333% - 1.875rem);
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .tablet-11 {
    height: -webkit-calc(91.6666666667% - 1.875rem);
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .tablet-12 {
    height: -webkit-calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: -webkit-calc(8.3333333333% - 1.875rem);
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: -webkit-calc(16.6666666667% - 1.875rem);
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: -webkit-calc(25% - 1.875rem);
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: -webkit-calc(33.3333333333% - 1.875rem);
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: -webkit-calc(41.6666666667% - 1.875rem);
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: -webkit-calc(50% - 1.875rem);
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: -webkit-calc(58.3333333333% - 1.875rem);
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: -webkit-calc(66.6666666667% - 1.875rem);
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: -webkit-calc(75% - 1.875rem);
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: -webkit-calc(83.3333333333% - 1.875rem);
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: -webkit-calc(91.6666666667% - 1.875rem);
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: -webkit-calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: -webkit-calc(100vh + 1.875rem);
  height: calc(100vh + 1.875rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: -webkit-calc(100vh + 1.875rem);
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: -webkit-calc(100vh + 1.875rem);
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: -webkit-calc(100vh + 1.875rem);
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: -webkit-calc(100vh + 1.875rem);
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 48em) {
  .grid-margin-y.tablet-grid-frame {
    height: -webkit-calc(100vh + 1.875rem);
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: -webkit-calc(100vh + 1.875rem);
    height: calc(100vh + 1.875rem);
  }
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #444444;
}

tfoot {
  background: #f2f2f2;
  color: #444444;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media print, screen and (max-width: 47.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

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

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

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

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

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

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

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

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

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

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 48em) {
  .tablet-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .tablet-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .tablet-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .tablet-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .tablet-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .tablet-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

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

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48em) {
  .tablet-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tablet-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .tablet-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .tablet-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .tablet-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .tablet-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

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

  .tablet-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

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

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-tablet {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-tablet-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

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

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

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

.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.font-wide {
  letter-spacing: 0.25rem;
}

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

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

.font-italic {
  font-style: italic !important;
}

ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

.bordered {
  border: 0.0625rem solid #cacaca;
}

.shadow {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000 transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
}

.separator-center {
  text-align: center !important;
}
.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}
.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}
.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

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

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.border-box {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.border-none {
  border: 0 !important;
}

.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

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

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-1 {
  margin: 1rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-left-1 {
  margin-left: 1rem !important;
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.padding-1 {
  padding: 1rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.padding-bottom-1 {
  padding-bottom: 1rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.margin-2 {
  margin: 2rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-left-2 {
  margin-left: 2rem !important;
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.padding-2 {
  padding: 2rem !important;
}

.padding-top-2 {
  padding-top: 2rem !important;
}

.padding-right-2 {
  padding-right: 2rem !important;
}

.padding-bottom-2 {
  padding-bottom: 2rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.margin-3 {
  margin: 3rem !important;
}

.margin-top-3 {
  margin-top: 3rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-left-3 {
  margin-left: 3rem !important;
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.padding-3 {
  padding: 3rem !important;
}

.padding-top-3 {
  padding-top: 3rem !important;
}

.padding-right-3 {
  padding-right: 3rem !important;
}

.padding-bottom-3 {
  padding-bottom: 3rem !important;
}

.padding-left-3 {
  padding-left: 3rem !important;
}

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.margin-bottom {
  margin-bottom: 1.5rem;
}

.pull-top {
  position: relative;
  margin-top: -11rem;
  z-index: 2;
}
@media print, screen and (min-width: 40em) {
  .pull-top {
    margin-top: -28rem;
  }
}

.cover-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

@font-face {
  font-family: "HanodedRegular";
  src: url("../fonts/FoodTruckSignage-Regular.eot?725961842");
  src: url("../fonts/FoodTruckSignage-Regular.eot?725961842#iefix") format("embedded-opentype"), url("../fonts/FoodTruckSignage-Regular.ttf?725961842") format("truetype");
  font-weight: normal;
  font-style: normal;
}
p:last-child {
  margin-bottom: 0;
}

.paragraph--type-thema-header .group-content > .field--name-field-content h2 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 48em) {
  .paragraph--type-thema-header .group-content > .field--name-field-content h2 {
    font-size: 48px;
  }
}
.paragraph--type-thema-header .group-content > .field--name-field-content h2:after {
  content: "";
  display: block;
  background-color: #FF3F20;
  height: 2px;
  width: 96px;
  margin-top: 20px;
}

h1, h2, h3, h4, h5 {
  font-family: "Fira Sans Condensed", sans-serif;
}

.mainmenu {
  list-style: none;
  margin: 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 17px;
}
.mainmenu a {
  color: #000;
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
}
.footer .mainmenu a {
  color: #fff;
}
.mainmenu a:hover, .mainmenu a:focus {
  color: #FF3F20;
}
.mainmenu .is-active {
  color: #FF3F20;
}
.mainmenu li.menu-item.menu-item--expanded ul {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  padding: 12px 16px;
  z-index: 999;
}
.mainmenu li.menu-item.menu-item--expanded ul li {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mainmenu li.menu-item.menu-item--expanded ul li:hover {
  padding-left: 0.1em;
}
.mainmenu li.menu-item.menu-item--expanded:hover ul {
  display: block;
}

.mobile-menu {
  background: #F5F5F5;
  display: none;
  position: absolute;
  width: 100%;
  max-height: -webkit-calc(100vh - 76px);
  max-height: calc(100vh - 76px);
  overflow-y: auto;
  z-index: 50;
}
.mobile-menu .mainmenu {
  padding: 35px;
  line-height: 1;
  font-size: 24px;
}
.mobile-menu .mainmenu .login-link {
  background: url("../images/icon-lock.svg") no-repeat left;
  text-indent: 22px;
  font-size: 24px;
  text-decoration: none;
  position: relative;
  color: #00ACA9;
}
.mobile-menu .mainmenu .mainmenu {
  padding: 0;
}
.mobile-menu .mainmenu .mainmenu li.menu-item:not(:first-child) {
  margin-top: 10px;
}
.mobile-menu .mainmenu li.menu-item.menu-item--expanded ul {
  display: block;
  background: none;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  padding-top: 10px;
  padding-left: 10px;
}
.mobile-menu .mainmenu li.menu-item.menu-item--expanded ul li {
  padding: 0;
}
.mobile-menu .mainmenu li.menu-item.menu-item--expanded ul li a {
  font-size: 16px;
  color: #6F6F6E;
}
.mobile-menu > .mainmenu > li.menu-item:not(:first-child) {
  margin-top: 20px;
}
.mobile-menu .block-social-links {
  background: #fff;
  padding: 2rem 0;
}

.desktop-menu .mainmenu ul.mainmenu .is-active:before {
  background-image: none;
}

@media screen and (min-width: 75em) {
  .desktop-menu > .mainmenu > .menu-item:last-child {
    margin-left: -1.5rem;
  }
}
.desktop-menu .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.desktop-menu .mainmenu .is-active {
  position: relative;
}
.desktop-menu .mainmenu .is-active:before {
  position: absolute;
  top: -33px;
  width: 100%;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF3F20), to(#FF7D00));
  background-image: -webkit-linear-gradient(left, #FF3F20 0%, #FF7D00 100%);
  background-image: linear-gradient(to right, #FF3F20 0%, #FF7D00 100%);
  content: "";
}
.desktop-menu .mainmenu [data-drupal-link-system-path="user/login"],
.desktop-menu .mainmenu [data-drupal-link-system-path="user/logout"],
.desktop-menu .mainmenu .login-link {
  border-radius: 100px 100px 100px 100px;
  text-decoration: none;
  height: 55px;
  color: #fff;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FF3F20;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FF3F20;
}
.desktop-menu .mainmenu [data-drupal-link-system-path="user/login"]:hover,
.desktop-menu .mainmenu [data-drupal-link-system-path="user/logout"]:hover,
.desktop-menu .mainmenu .login-link:hover {
  background-color: #f62200;
}
.desktop-menu .mainmenu .search-link {
  display: block;
  height: 55px;
  width: 55px;
  background: #FF3F20 url("../images/icon-search.svg") no-repeat center;
  border-radius: 50%;
  font-size: 0;
  text-decoration: none;
  color: #fff;
  text-indent: 25px;
}
.desktop-menu .mainmenu .search-link:hover {
  background-color: #f62200;
}
.desktop-menu .mainmenu li.menu-item.menu-item--expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: -1rem;
}
.desktop-menu .mainmenu li.menu-item.menu-item--expanded:after {
  content: "";
  margin-left: 14px;
  width: 11px;
  height: 20px;
  display: block;
  background: url(../images/caret-down.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.desktop-menu .mainmenu li.menu-item.menu-item--expanded:hover:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../images/caret-down-red.svg) no-repeat center;
  background-size: contain;
}
.desktop-menu .mainmenu li.menu-item.menu-item--expanded ul {
  border: 1px solid #dddddd;
  top: 40px;
  right: -84px;
  position: absolute;
}
.desktop-menu .mainmenu li.menu-item.menu-item--expanded ul:before {
  content: "";
  position: absolute;
  right: 79px;
  top: -8px;
  border: 8px solid;
  border-color: #dddddd transparent transparent #dddddd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.desktop-menu .mainmenu li.menu-item.menu-item--expanded ul:after {
  position: absolute;
  content: "";
  right: 80px;
  top: -7px;
  border: 7px solid;
  border-color: #f9f9f9 transparent transparent #f9f9f9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header {
  background-color: #ffffff;
}
@media print, screen and (max-width: 39.99875em) {
  header {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 50;
  }
}

.header {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .brand-logo {
  width: 171px;
  -webkit-transition: width ease-out 0.2s;
  transition: width ease-out 0.2s;
}
@media print, screen and (max-width: 39.99875em) {
  .header .brand-logo {
    width: 112px;
  }
}

#mobile-icon {
  cursor: pointer;
}
#mobile-icon .line {
  pointer-events: none;
  -webkit-transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 400ms;
  transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 400ms;
  transition: transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 400ms;
  transition: transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 400ms, -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 400ms;
  -webkit-transform-origin: 46% 50%;
          transform-origin: 46% 50%;
}
#mobile-icon .hexagon {
  fill: #ECECEC;
  -webkit-transition: fill ease 0.2s;
  transition: fill ease 0.2s;
}
#mobile-icon .hexagon:hover {
  fill: #dfdfdf;
}
#mobile-icon.opened .line.first {
  -webkit-transform: translateX(-2px) rotate(45deg);
          transform: translateX(-2px) rotate(45deg);
}
#mobile-icon.opened .line.second {
  -webkit-transform: translateX(-2px) rotate(-45deg);
          transform: translateX(-2px) rotate(-45deg);
}

.footer {
  color: #fff;
  font-size: 16px;
  margin-top: 6rem;
  position: relative;
}
.footer h2 {
  color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
}
.footer > .grid-container, .footer > .paragraph--type-homepage-header {
  max-width: none;
  background: #313131;
  padding: 32px 0 65px 0;
}
.footer .brand-logo {
  margin-right: 1rem;
  margin-top: 0;
  width: 50px;
  -webkit-transition: width ease-out 0.2s;
  transition: width ease-out 0.2s;
}
@media print, screen and (min-width: 64em) {
  .footer .brand-logo {
    margin-right: 128px;
    width: 75px;
  }
}
.footer .block-social-links {
  margin: 2rem 0 1rem;
}
.footer .block-social-links a {
  width: 50px;
  height: 50px;
}
.footer .mainmenu {
  margin: 0;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .footer .mainmenu {
    margin-top: 0;
  }
}
.footer .mainmenu li {
  width: 100%;
  line-height: 2;
}
.footer .mainmenu li.active a {
  color: #fff;
}
.footer .mainmenu li.active a:hover {
  color: #FF3F20;
}
.footer .mainmenu li.login-link a {
  text-decoration: none;
  font-size: inherit;
  text-indent: 0;
  background: none;
}
@media print, screen and (min-width: 40em) {
  .footer .mainmenu li {
    width: auto;
    line-height: 1;
    padding: 0.5em 1em;
  }
}
.footer ul.menu {
  margin-top: 2rem;
  margin-left: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media print, screen and (min-width: 40em) {
  .footer ul.menu {
    margin-top: 0;
  }
}
.footer ul.menu a {
  display: block;
  width: 27px;
  height: 30px;
  font-size: 0;
}
.footer ul.menu .icon-twitter {
  background: url(../images/twitter-white.svg) no-repeat center;
}
.footer ul.menu .icon-youtube {
  background: url(../images/youtube-white.svg) no-repeat center;
}
.footer ul.menu .icon-linkedin {
  background: url(../images/linkedin-white.svg) no-repeat center;
}

.gradient-bar {
  height: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF3F20), to(#FF7D00));
  background-image: -webkit-linear-gradient(left, #FF3F20 0%, #FF7D00 100%);
  background-image: linear-gradient(to right, #FF3F20 0%, #FF7D00 100%);
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-content > * {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .footer-content {
    margin-top: 100px;
  }
  .footer-content > * {
    width: auto;
  }
}

.social-region {
  margin-left: auto;
}

select {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  line-height: 1;
  padding: 12px 24px;
  margin-bottom: 0;
  background-image: url("../images/caret-down-red.svg");
  background-position: right -0.2rem center;
  cursor: pointer;
}
select:focus {
  border: 2px solid #FF3F20;
}

#edit-pass--description {
  margin-top: 20px;
}

.messages {
  margin: 20px 0;
}

.js input.form-autocomplete,
.js input.form-autocomplete.ui-autocomplete-loading {
  background: #fff;
}

.js input.form-autocomplete.ui-autocomplete-loading {
  background: url(../images/spinner.gif) no-repeat right 1rem center #fff;
  background-size: 1.5rem 1.5rem;
}

.button, input[type=submit].webform-button--submit, #fancy_login_login_box .form-submit, .view-display-id-block_3 .more-link a, .view-display-id-block_1 .more-link a,
input[type=submit] {
  display: inline-block;
  -webkit-transition: background-color ease-out 0.2s;
  transition: background-color ease-out 0.2s;
  line-height: 1;
  padding: 12px 22px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
}
.button.primary, #fancy_login_login_box .primary.form-submit, .view-display-id-block_3 .more-link a.primary, .view-display-id-block_1 .more-link a.primary,
input[type=submit].primary {
  color: #fff;
  background-color: #00ACA9;
}
.button.primary:hover, #fancy_login_login_box .primary.form-submit:hover, .view-display-id-block_3 .more-link a.primary:hover, .view-display-id-block_1 .more-link a.primary:hover,
input[type=submit].primary:hover {
  background-color: #008381;
}
.button.orange, #fancy_login_login_box .orange.form-submit, .view-display-id-block_3 .more-link a.orange, .view-display-id-block_1 .more-link a.orange,
input[type=submit].orange {
  color: #fff;
  background-color: #FF3F20;
}
.button.orange:hover, #fancy_login_login_box .orange.form-submit:hover, .view-display-id-block_3 .more-link a.orange:hover, .view-display-id-block_1 .more-link a.orange:hover,
input[type=submit].orange:hover {
  background-color: #FF7D00;
}
.button.grey, #fancy_login_login_box .grey.form-submit, .view-display-id-block_3 .more-link a.grey, .view-display-id-block_1 .more-link a.grey,
input[type=submit].grey {
  color: #fff;
  background-color: #B6B6B6;
}
.button.grey:hover, #fancy_login_login_box .grey.form-submit:hover, .view-display-id-block_3 .more-link a.grey:hover, .view-display-id-block_1 .more-link a.grey:hover,
input[type=submit].grey:hover {
  background-color: #FF3F20;
}
.button.full, #fancy_login_login_box .full.form-submit, .view-display-id-block_3 .more-link a.full, .view-display-id-block_1 .more-link a.full,
input[type=submit].full {
  padding: 18px 22px;
  display: block;
  text-align: center;
}

input[type=submit] {
  border: none;
  color: #fff;
  background-color: #00ACA9;
}
input[type=submit]:hover {
  background-color: #008381;
}

.betonhuis-button, p.call-to-action-button a, p.call-to-action-button-black a, .button, input[type=submit].webform-button--submit, #fancy_login_login_box .form-submit, .view-display-id-block_3 .more-link a, .view-display-id-block_1 .more-link a {
  border-radius: 100px 100px 100px 100px;
  text-decoration: none;
  height: 55px;
  color: #fff;
  padding: 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #FF3F20;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FF3F20;
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.betonhuis-button:hover, p.call-to-action-button a:hover, p.call-to-action-button-black a:hover, .button:hover, input[type=submit].webform-button--submit:hover, #fancy_login_login_box .form-submit:hover, .view-display-id-block_3 .more-link a:hover, .view-display-id-block_1 .more-link a:hover {
  background-color: #f62200;
}
.betonhuis-button:visited, p.call-to-action-button a:visited, p.call-to-action-button-black a:visited, .button:visited, input[type=submit].webform-button--submit:visited, #fancy_login_login_box .form-submit:visited, .view-display-id-block_3 .more-link a:visited, .view-display-id-block_1 .more-link a:visited, .betonhuis-button.active, p.call-to-action-button a.active, p.call-to-action-button-black a.active, .active.button, input.active[type=submit].webform-button--submit, #fancy_login_login_box .active.form-submit, .view-display-id-block_3 .more-link a.active, .view-display-id-block_1 .more-link a.active {
  color: #fff;
}

.button, input[type=submit].webform-button--submit, #fancy_login_login_box .form-submit, .view-display-id-block_3 .more-link a, .view-display-id-block_1 .more-link a {
  line-height: 1;
  -webkit-transition: color ease-out 0.2s, background-color ease-out 0.2s;
  transition: color ease-out 0.2s, background-color ease-out 0.2s;
  margin: 0 auto;
}
.button:hover, input[type=submit].webform-button--submit:hover, #fancy_login_login_box .form-submit:hover, .view-display-id-block_3 .more-link a:hover, .view-display-id-block_1 .more-link a:hover {
  color: #fff;
}
.button__secondary, .view-display-id-materiaal_page ul.pager .button, .view-display-id-materiaal_page ul.pager .view-display-id-block_1 .more-link a, .view-display-id-block_1 .more-link .view-display-id-materiaal_page ul.pager a, .view-display-id-materiaal_page ul.pager .view-display-id-block_3 .more-link a, .view-display-id-block_3 .more-link .view-display-id-materiaal_page ul.pager a, .view-display-id-materiaal_page ul.pager #fancy_login_login_box .form-submit, #fancy_login_login_box .view-display-id-materiaal_page ul.pager .form-submit, .view-display-id-materiaal_page ul.pager input[type=submit].webform-button--submit,
.view-id-news.view-display-id-block_1 ul.pager .button,
.view-id-news.view-display-id-block_1 ul.pager .more-link a,
.view-id-news.view-display-id-block_1 .more-link ul.pager a,
.view-display-id-block_3 .more-link .view-id-news.view-display-id-block_1 ul.pager a,
.view-id-news.view-display-id-block_1 ul.pager #fancy_login_login_box .form-submit,
#fancy_login_login_box .view-id-news.view-display-id-block_1 ul.pager .form-submit,
.view-id-news.view-display-id-block_1 ul.pager input[type=submit].webform-button--submit, input[type=submit].webform-button--submit, .view-display-id-block_3 .more-link a, .view-display-id-block_1 .more-link a, .button.secondary, #fancy_login_login_box .secondary.form-submit,
input[type=submit].secondary {
  background: #000;
}
.button__secondary:hover, .view-display-id-materiaal_page ul.pager .button:hover, .view-display-id-materiaal_page ul.pager #fancy_login_login_box .form-submit:hover, #fancy_login_login_box .view-display-id-materiaal_page ul.pager .form-submit:hover,
.view-id-news.view-display-id-block_1 ul.pager .button:hover,
.view-id-news.view-display-id-block_1 ul.pager .more-link a:hover,
.view-id-news.view-display-id-block_1 .more-link ul.pager a:hover,
.view-display-id-block_3 .more-link .view-id-news.view-display-id-block_1 ul.pager a:hover,
.view-id-news.view-display-id-block_1 ul.pager #fancy_login_login_box .form-submit:hover,
#fancy_login_login_box .view-id-news.view-display-id-block_1 ul.pager .form-submit:hover,
.view-id-news.view-display-id-block_1 ul.pager input[type=submit].webform-button--submit:hover, input[type=submit].webform-button--submit:hover, .view-display-id-block_3 .more-link a:hover, .view-display-id-block_1 .more-link a:hover, .button.secondary:hover, #fancy_login_login_box .secondary.form-submit:hover,
input[type=submit].secondary:hover {
  background-color: #262626;
}
.button__right, .view-display-id-block_3 .more-link a {
  margin: 0;
  margin-left: auto;
}
.button__left, input[type=submit].webform-button--submit, #fancy_login_login_box .form-submit {
  margin: 0;
  margin-right: auto;
}

.link-arrow, .field--name-field-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00807F;
}
.link-arrow:after, .field--name-field-links a:after {
  content: "";
  margin-left: 10px;
  width: 14px;
  height: 30px;
  display: block;
  background: url("../images/arrow-right-link.svg") no-repeat center;
}

.breadcrumbs {
  background: #ECECEC;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1rem 1.5rem 0;
}
.breadcrumbs ul li {
  color: #000000b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 20px;
}
.breadcrumbs ul li a {
  color: #000000b0;
  text-decoration: none;
}
.breadcrumbs ul li a:active, .breadcrumbs ul li a:visited {
  color: #000000b0;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.breadcrumbs ul li:not(:last-child):after {
  content: "";
  display: block;
  margin-left: 10px;
  height: 100%;
  width: 8px;
  background: url("../images/small-caret-right-black.svg") no-repeat right 50%;
  background-size: contain;
  opacity: 0.6;
}
.breadcrumbs ul li:last-child {
  background: none;
  margin-right: none;
  text-decoration: none;
}
.breadcrumbs.transparent {
  position: relative;
  margin-bottom: -52px;
  background: transparent;
  z-index: 2;
}
.breadcrumbs.transparent ul a {
  color: #fff;
  background-image: url("../images/small-caret-right-white.svg");
}

@media print, screen and (min-width: 40em) {
  .pager {
    margin-top: 1.5rem;
  }
}
.pager__nav-right {
  margin-left: 4px;
}
.paragraph--type--news-agenda .pager {
  float: right;
}
.paragraph--type--news-agenda .pager li {
  display: inline;
}

.hex-nav__left .hex-nav__arrow {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pager--big .hex-nav__left .hex-nav__arrow {
  -webkit-transform: rotate(0) scale(-0.8);
          transform: rotate(0) scale(-0.8);
}
.pager--big .hex-nav__right .hex-nav__arrow {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg) scale(-0.8);
          transform: rotate(180deg) scale(-0.8);
}
.hex-nav__bg {
  fill: #fff;
  -webkit-transition: fill ease 0.2s;
  transition: fill ease 0.2s;
}
.hex-nav:hover .hex-nav__bg {
  fill: #ECECEC;
}

.header-keyvisual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-size: cover;
  background-position: center center;
  height: auto;
  -webkit-transition: height ease 0.5s;
  transition: height ease 0.5s;
  margin-bottom: 2rem;
}
.header-keyvisual .block-intro {
  padding-bottom: 2rem;
}
.header-keyvisual .block-intro .sector a {
  display: inline-block;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #FF3F20;
  border-radius: 2px;
  color: #fff;
  font-family: "Work Sans", Arial, sans-serif, Arial, sans-serif;
}
.header-keyvisual:after {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  max-height: 100%;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-keyvisual .svg-line {
  z-index: 2;
  margin-top: auto;
}

.header-sector {
  height: 320px;
}
@media print, screen and (min-width: 40em) {
  .header-sector {
    height: 444px;
  }
}

.header-agenda {
  height: 320px;
}
.header-agenda:after {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .header-agenda {
    height: 600px;
  }
}

.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-link svg .hex-nav__bg {
  fill: #FF3F20;
}
.header-link svg .hex-nav__arrow {
  fill: #ffffff;
}
.header-link:hover .hex-nav__bg {
  fill: #FF3F20;
}
.header-link:hover .hex-nav__arrow {
  fill: #ffffff;
}

.tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 -0.5rem;
}
.tags-container .tag:not(a), .tags-container .field-name-bundle-fieldmedia:not(a),
.tags-container .field-name-bundle-fieldtaxonomy-term:not(a) {
  margin: 0 0.5rem;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #FF3F20;
}
.tags-container .tag:not(a) a, .tags-container .field-name-bundle-fieldmedia:not(a) a,
.tags-container .field-name-bundle-fieldtaxonomy-term:not(a) a {
  color: #ffffff;
}
.tags-container .tag:not(a).leden, .tags-container .field-name-bundle-fieldmedia:not(a).leden,
.tags-container .field-name-bundle-fieldtaxonomy-term:not(a).leden {
  border-color: #009E9B;
}
.tags-container a.tag, .tags-container a.field-name-bundle-fieldmedia,
.tags-container a.field-name-bundle-fieldtaxonomy-term {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #FF3F20;
}
.tags-container a.tag:hover, .tags-container a.field-name-bundle-fieldmedia:hover,
.tags-container a.field-name-bundle-fieldtaxonomy-term:hover {
  background-color: #ffffff;
  color: #FF3F20;
}

.tag:not(.hash-tag), .field-name-bundle-fieldmedia:not(.hash-tag),
.field-name-bundle-fieldtaxonomy-term:not(.hash-tag) {
  display: inline-block;
  background-color: #FF3F20;
  padding: 10px 16px 8px 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  float: left;
  text-transform: uppercase;
}
.tag:not(.hash-tag) a, .field-name-bundle-fieldmedia:not(.hash-tag) a,
.field-name-bundle-fieldtaxonomy-term:not(.hash-tag) a {
  color: #fff;
}
.tag.leden, .leden.field-name-bundle-fieldmedia,
.leden.field-name-bundle-fieldtaxonomy-term {
  background-color: #009E9B;
}
.tag--minimal, .node--view-mode-square-gray-teaser .field--name-node-type .field__item {
  width: 100%;
  padding: 0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2em;
  background-color: transparent;
}
.tag--minimal + div, .node--view-mode-square-gray-teaser .field--name-node-type .field__item + div {
  margin-top: auto;
}

.small-tag, .news-item-small .tag, .news-item-small .field-name-bundle-fieldmedia,
.news-item-small .field-name-bundle-fieldtaxonomy-term,
.news-item-small .tag:not(.hash-tag),
.news-item-small .field-name-bundle-fieldmedia:not(.hash-tag),
.news-item-small .field-name-bundle-fieldtaxonomy-term:not(.hash-tag), .box-item--big .box-item--title.bigger .leden, .box-item--big .leden {
  font-size: 14px;
  padding: 5px 10px;
  margin-top: 1rem;
}

.caption, .type-locally-hosted-video .video-caption div,
.type-hosted-video .video-caption div {
  margin: 7px 0 20px 20px;
  font-weight: 700;
  font-size: 13px;
  font-family: "Work Sans", Arial, sans-serif;
  color: #B6B6B6;
}

.news-item {
  position: relative;
  overflow: hidden;
  background-image: -webkit-gradient(linear, right top, left top, from(#F5F5F5), color-stop(50%, #F5F5F5), color-stop(50%, #FF7D00), to(#FF3F20));
  background-image: -webkit-linear-gradient(right, #F5F5F5 0%, #F5F5F5 50%, #FF7D00 50%, #FF3F20 100%);
  background-image: linear-gradient(to left, #F5F5F5 0%, #F5F5F5 50%, #FF7D00 50%, #FF3F20 100%);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: 100% 0;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-transition: background-position ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  transition: background-position ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  transition: background-position ease-out 0.2s, box-shadow ease-out 0.2s;
  transition: background-position ease-out 0.2s, box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  cursor: pointer;
}
.news-item:hover {
  background-position: 0 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.news-item:hover .search-title a {
  color: #fff;
}
.news-item:hover .news-item--bg {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-item:hover .news-item--date {
  color: #000;
}
.news-item:hover .news-item--title {
  color: #fff;
}
.news-item:hover .news-item--data {
  background-color: transparent;
}
.news-item:hover .svg-line {
  fill: transparent;
}
.news-item--bg {
  width: 100%;
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: opacity ease-out 0.2s, -webkit-transform ease 0.4s;
  transition: opacity ease-out 0.2s, -webkit-transform ease 0.4s;
  transition: opacity ease-out 0.2s, transform ease 0.4s;
  transition: opacity ease-out 0.2s, transform ease 0.4s, -webkit-transform ease 0.4s;
}
.news-item--bg:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 40%;
  content: "";
}
.news-item--content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.news-item--content:hover {
  color: #fff;
}
.news-item--content .svg-line {
  fill: #fff;
  -webkit-transition: fill ease-out 0.2s;
  transition: fill ease-out 0.2s;
}
.news-item--data {
  -webkit-transition: background-color ease-out 0.2s;
  transition: background-color ease-out 0.2s;
  background-color: #fff;
  padding: 15px;
}
@media print, screen and (min-width: 40em) {
  .news-item--data {
    min-height: 150px;
    padding: 0 28px 28px;
  }
}
.news-item--tag {
  position: absolute;
  top: 15px;
  left: 15px;
}
@media print, screen and (min-width: 40em) {
  .news-item--tag {
    top: 28px;
    left: 28px;
  }
}
.news-item .leden {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media print, screen and (min-width: 40em) {
  .news-item .leden {
    top: 30px;
    left: auto;
    right: 28px;
  }
}
.news-item--date {
  color: #FF3F20;
  margin-bottom: 3px;
  -webkit-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
.news-item--title {
  font-size: 24px;
  margin-bottom: 0;
  -webkit-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
.news-item--intro {
  margin-bottom: 0;
}
.news-item.news-item--featured {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
.news-item.news-item--featured .svg-line {
  display: none;
}
.news-item.news-item--featured .news-item--title {
  color: #fff;
}
.news-item.news-item--featured .news-item--data {
  background-color: transparent;
}
@media print, screen and (min-width: 40em) {
  .news-item.news-item--featured .news-item--data {
    max-width: 85%;
  }
}
@media print, screen and (min-width: 40em) {
  .news-item.news-item--featured {
    height: 496px;
  }
  .news-item.news-item--featured .news-item--title {
    font-size: 34px;
    margin-bottom: 0.5rem;
  }
}
.news-item.news-item--half {
  height: 200px;
}
.news-item.news-item--half .news-item--intro {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .news-item.news-item--half {
    height: 233px;
  }
  .news-item.news-item--half .news-item--title {
    margin-bottom: 0;
    font-size: 24px;
  }
  .news-item.news-item--half .news-item--data {
    min-height: 70px;
  }
}

.news-item-small {
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 15px;
}
@media print, screen and (min-width: 40em) {
  .news-item-small {
    margin-bottom: 28px;
  }
}
.news-item-small--image {
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow ease-out 0.2s;
  transition: -webkit-box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  min-height: 120px;
  background-size: cover;
}
.news-item-small--image:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 40em) {
  .news-item-small--image {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  }
}
@media print, screen and (min-width: 40em) {
  .news-item-small--image {
    min-height: 103px;
  }
}
.news-item-small--date {
  display: block;
  color: #FF3F20;
  -webkit-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
@media print, screen and (max-width: 39.99875em) {
  .news-item-small--date {
    margin-top: 1rem;
  }
}
.news-item-small--title {
  font-family: "Work Sans", Arial, sans-serif;
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
  -webkit-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
.news-item-small--content {
  width: 100%;
  padding: 0 15px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media print, screen and (min-width: 40em) {
  .news-item-small--content {
    padding: 0 24px;
  }
}
.news-item-small:hover .news-item-small--title {
  color: #FF3F20;
}
.news-item-small:hover .news-item-small--time {
  color: #000;
}

.view-display-id-block_1 .more-link {
  display: inline-block;
  margin-top: 1.875em;
}
.view-display-id-block_3 .more-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875em;
}
.box-item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow ease-out 0.2s;
  transition: -webkit-box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 15px;
}
.box-item:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 40em) {
  .box-item {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  }
}
@media print, screen and (min-width: 40em) {
  .box-item {
    margin-bottom: 28px;
  }
}
.box-item > a {
  width: 100%;
}
.box-item--image {
  min-height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 40em) {
  .box-item--image {
    min-height: 103px;
  }
}
.box-item--title {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  color: #000;
  word-break: break-word;
  min-height: 46px;
}
.box-item--content {
  padding: 15px;
  color: #6F6F6E;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .box-item--content {
    padding: 18px 24px;
  }
}
.box-item--bg {
  background: url("../images/arrow-right.svg") no-repeat right 95%;
  padding-right: 2rem;
}
@media print, screen and (min-width: 64em) {
  .box-item--bg {
    background-position-y: 50%;
  }
}
.box-item--tag {
  color: #FF3F20;
}
.box-item--tag:hover {
  color: #FF3F20;
  text-decoration: underline;
}
.box-item--big .leden {
  position: absolute;
  top: 0;
  right: 15px;
}
@media print, screen and (min-width: 40em) {
  .box-item--big .leden {
    padding: 10px 16px 8px 16px;
  }
}
.box-item--big .box-item--title.bigger .leden {
  position: absolute;
  top: 0;
  right: 15px;
}
@media print, screen and (min-width: 40em) {
  .box-item--big .box-item--title.bigger .leden {
    right: 24px;
    top: 18px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .box-item--big .min-height {
    min-height: 142px;
  }
  .box-item--big .box-item--bg:not(.center) {
    background-position-y: 98%;
  }
  .box-item--big .box-item--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 260px;
  }
  .box-item--big .svg-line {
    margin-top: auto;
    fill: #fff;
    height: 40px;
    margin-bottom: -1px;
  }
}
.box-item .substitute-link {
  position: absolute;
  right: 0;
  background: transparent;
  width: 60px;
  height: 80px;
  display: block;
  font-size: 0;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.popup--wrapper {
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup--close {
  position: absolute;
  right: 18px;
  top: 18px;
}
.popup--close .x {
  fill: #FF3F20;
  -webkit-transition: fill ease-out 0.2s;
  transition: fill ease-out 0.2s;
}
.popup--close .close-bg {
  fill: #fff;
  -webkit-transition: fill ease-out 0.2s;
  transition: fill ease-out 0.2s;
}
.popup--close:hover .x {
  fill: #fff;
}
.popup--close:hover .close-bg {
  fill: #FF3F20;
}
.popup--overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup--modal {
  width: 100%;
  max-width: 1024px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.popup--modal .section-title, .popup--modal .page-node-type-themapagina .thema-container.transparant-beton .paragraph h3, .page-node-type-themapagina .thema-container.transparant-beton .paragraph .popup--modal h3, .popup--modal .page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .paragraph h3, .page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .paragraph .popup--modal h3 {
  font-size: 24px;
}

.login--form {
  padding: 40px 30px;
}
.login--form label {
  font-size: 15px;
  color: #000;
}
.login--form label.bolder {
  font-weight: bold;
  font-size: 17px;
  color: #6F6F6E;
}
.login--form .forgotten {
  color: #000;
  text-decoration: underline;
}
.login--form .forgotten:hover {
  color: #FF3F20;
  text-decoration: none;
}
.login--form [type=text],
.login--form [type=password] {
  padding: 12px 24px;
  height: 50px;
}
.login--form [type=text]:focus,
.login--form [type=password]:focus {
  border-color: #FF3F20;
}

#fancy_login_dim_screen {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

#fancy_login_login_box {
  min-width: 90%;
  max-width: 90%;
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 50px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 50px;
  border: none !important;
}
#fancy_login_login_box:before {
  content: "Inloggen betonhuis";
  font-size: 24px;
  padding: 35px;
  padding-bottom: 0;
  display: block;
}
@media print, screen and (min-width: 64em) {
  #fancy_login_login_box {
    min-width: 768px;
    max-width: 768px;
  }
}
@media print, screen and (min-width: 1150px) {
  #fancy_login_login_box {
    background-size: contain;
    width: 100%;
  }
}
#fancy_login_login_box ul {
  padding: 0;
  margin-left: 0;
}
#fancy_login_login_box .form-submit {
  background-color: #ff3f20;
}
#fancy_login_login_box a {
  color: black;
  text-decoration: underline;
}
#fancy_login_login_box #fancy_login_close_button {
  color: black;
  text-decoration: none;
  background: white;
  padding: 5px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  padding-left: 11px;
  padding-top: 2px;
  font-size: 24px;
  position: absolute;
  right: 30px;
  top: 18px;
}
#fancy_login_login_box #fancy_login_form_contents {
  width: 100%;
  padding: 10px 35px 35px 35px;
}
@media print, screen and (min-width: 1150px) {
  #fancy_login_login_box #fancy_login_form_contents {
    width: 50%;
  }
}

#fancy_login_messages_container_wrapper {
  position: fixed;
  top: 5%;
  left: 50%;
  width: 90%;
  margin-left: -45%;
  border-radius: 5px;
  border: 0;
  opacity: 1;
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media print, screen and (min-width: 64em) {
  #fancy_login_messages_container_wrapper {
    width: 700px;
    margin-left: -350px;
  }
}
#fancy_login_messages_container_wrapper .fancy_login_messages_container .messages {
  font-size: 1.2rem;
}

.search-autocomplete,
.search-api-autocomplete-search {
  display: none;
  position: absolute;
  background: #fff;
  margin-top: 8px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  -webkit-box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  z-index: 8;
}
.search-autocomplete--more,
.search-api-autocomplete-search--more {
  display: block;
  color: #FF3F20;
  text-align: center;
  padding: 20px;
}
.search-autocomplete--more a,
.search-api-autocomplete-search--more a {
  color: #FF3F20 !important;
}
.search-autocomplete--more::after,
.search-api-autocomplete-search--more::after {
  position: absolute;
  margin: 8px 0 0 12px;
  content: "";
  width: 7px;
  height: 11px;
  background: url("../images/caret-right-red.svg") no-repeat;
}
.search-autocomplete--more:hover,
.search-api-autocomplete-search--more:hover {
  color: #FF3F20;
  text-decoration: underline;
}

.result-item {
  display: block;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  padding: 12px 10px 12px 55px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #6F6F6E;
  line-height: 1;
  -webkit-transition: background-color ease-out 0.2s, border-color ease-out 0.2s;
  transition: background-color ease-out 0.2s, border-color ease-out 0.2s;
}
.result-item:hover {
  color: #6F6F6E;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent;
}
.result-item--type {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #B6B6B6;
}
.result-item--title {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result-item--title div[class*=-members-only] {
  margin-left: 5px;
}
.result-item--title div[class*=-members-only] .tag.leden, .result-item--title div[class*=-members-only] .leden.field-name-bundle-fieldmedia,
.result-item--title div[class*=-members-only] .leden.field-name-bundle-fieldtaxonomy-term {
  display: inline-block;
  background-color: #00ACA9;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  padding: 7px 10px;
  line-height: 1;
  vertical-align: middle;
  font-weight: bold;
  text-transform: lowercase;
}
.result-item--meta {
  color: #6F6F6E;
}

.ui-menu-item {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #6F6F6E;
  line-height: 1;
  -webkit-transition: background-color ease-out 0.2s, border-color ease-out 0.2s;
  transition: background-color ease-out 0.2s, border-color ease-out 0.2s;
}
.ui-menu-item:hover {
  color: #6F6F6E;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent;
}
.ui-menu-item--type {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #B6B6B6;
}
.ui-menu-item--title {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  margin-bottom: 1px;
}
.ui-menu-item .result {
  padding: 12px 10px 12px 55px;
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
.ui-menu-item--meta {
  color: #6F6F6E;
}

.grid-container.kenniscentrum-vindhulp, .kenniscentrum-vindhulp.paragraph--type-homepage-header {
  padding: 0;
}

.sitemap {
  padding-top: 2rem;
}
.sitemap h2 {
  font-size: 1.5rem;
}
.sitemap .sitemap-box-front {
  margin-bottom: 1rem;
}
.sitemap .content {
  margin-left: 1rem;
}

p.call-to-action-button, p.call-to-action-button-black {
  margin-top: 2rem;
  font-size: 13px;
  display: inline-block;
}
p.call-to-action-button a, p.call-to-action-button-black a {
  line-height: 1;
  -webkit-transition: color ease-out 0.2s, background-color ease-out 0.2s;
  transition: color ease-out 0.2s, background-color ease-out 0.2s;
}
@media print, screen and (min-width: 40em) {
  p.call-to-action-button, p.call-to-action-button-black {
    font-size: 15px;
  }
}
p.call-to-action-button-black a {
  background: #000;
}
p.call-to-action-button-black a:hover {
  background-color: #262626;
}

h3.subtitel {
  color: #A3A3A3;
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  /* identical to box height, or 22px */
  letter-spacing: 0.2em;
}

@media print, screen and (min-width: 40em) {
  .form-col-2 .fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-col-2 .form-item.form-type-textfield {
    width: 49%;
  }
}

@media print, screen and (min-width: 40em) {
  .form-col-3 .fieldset-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 6px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.form-required:after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(/core/misc/icons/ee0000/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
}

input[type=submit].webform-button--submit {
  margin-top: 2rem;
  background-color: #000;
  border: 0;
}
input[type=submit].webform-button--submit:hover {
  background-color: #262626;
}

.active-dossier {
  margin: 2.5rem 0;
}
.active-dossier .dossier-image {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .active-dossier {
    padding: 0 2rem;
  }
  .active-dossier .dossier-content {
    padding: 0 2rem;
    font-weight: 600;
    font-size: 1.1rem;
  }
  .active-dossier .dossier-image {
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .active-dossier {
    padding: 0;
  }
}

.captcha {
  margin: 1rem 0;
}

.social-bar-container {
  position: relative;
}

.social-bar {
  z-index: 2;
  position: absolute;
  display: none;
  padding: 10px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 80px;
  left: 90px;
}
@media print, screen and (min-width: 64em) {
  .social-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.social-bar a {
  background-color: #8a8a8a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.social-bar a:hover {
  background-color: #00ACA9;
}
.social-bar a.whatsapp {
  padding: 10px;
}
.social-bar a.twitter {
  padding: 11px;
}
.social-bar a.linkedin {
  padding: 9px 11px;
}
.social-bar a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.social-bar-mobile {
  padding: 10px 0;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.social-bar-mobile a {
  background-color: #8a8a8a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px 0 0;
}
.social-bar-mobile a:hover {
  background-color: #00ACA9;
}
.social-bar-mobile a.whatsapp {
  padding: 10px;
}
.social-bar-mobile a.twitter {
  padding: 11px;
}
.social-bar-mobile a.linkedin {
  padding: 9px 11px;
}
.social-bar-mobile a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media print, screen and (min-width: 64em) {
  .social-bar-mobile {
    display: none;
  }
}

.field--name-field-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 65px 0 80px auto;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 64em) {
  .field--name-field-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .field--name-field-links .field__item:last-child {
    margin-left: auto;
  }
  .field--name-field-links .field__item:not(:last-child) {
    margin-right: 3rem;
  }
}
.field--name-field-links a {
  font-size: 18px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.node--view-mode-card, .node--view-mode-card-minimal, .card-placeholder,
.media--view-mode-card,
.taxonomy-term--view-mode-card {
  position: relative;
  -webkit-box-shadow: 0 100px 80px rgba(0, 0, 0, 0.03), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.0215656), 0 22.3363px 17.869px rgba(0, 0, 0, 0.0178832), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.015), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.0121168), 0 2.76726px 2.21381px rgba(0, 0, 0, 0.00843437);
          box-shadow: 0 100px 80px rgba(0, 0, 0, 0.03), 0 41.7776px 33.4221px rgba(0, 0, 0, 0.0215656), 0 22.3363px 17.869px rgba(0, 0, 0, 0.0178832), 0 12.5216px 10.0172px rgba(0, 0, 0, 0.015), 0 6.6501px 5.32008px rgba(0, 0, 0, 0.0121168), 0 2.76726px 2.21381px rgba(0, 0, 0, 0.00843437);
  height: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-position: 100% 0;
}
.node--view-mode-card:before, .node--view-mode-card-minimal:before, .card-placeholder:before, .node--view-mode-card:after, .node--view-mode-card-minimal:after, .card-placeholder:after,
.media--view-mode-card:before,
.media--view-mode-card:after,
.taxonomy-term--view-mode-card:before,
.taxonomy-term--view-mode-card:after {
  content: none;
}
.node--view-mode-card:hover, .node--view-mode-card-minimal:hover, .card-placeholder:hover,
.media--view-mode-card:hover,
.taxonomy-term--view-mode-card:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#ff7d0000), color-stop(30%, #ff7d00c9), to(#ff3f20c9));
  background-image: -webkit-linear-gradient(right, #ff7d0000 0%, #ff7d00c9 30%, #ff3f20c9 100%);
  background-image: linear-gradient(to left, #ff7d0000 0%, #ff7d00c9 30%, #ff3f20c9 100%);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: 0 0;
}
.node--view-mode-card:hover .field-name-field-media-image img, .node--view-mode-card-minimal:hover .field-name-field-media-image img, .card-placeholder:hover .field-name-field-media-image img,
.node--view-mode-card:hover .field-name-field-media-header img,
.node--view-mode-card-minimal:hover .field-name-field-media-header img,
.card-placeholder:hover .field-name-field-media-header img,
.media--view-mode-card:hover .field-name-field-media-image img,
.media--view-mode-card:hover .field-name-field-media-header img,
.taxonomy-term--view-mode-card:hover .field-name-field-media-image img,
.taxonomy-term--view-mode-card:hover .field-name-field-media-header img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.node--view-mode-card:hover .group-content, .node--view-mode-card-minimal:hover .group-content, .card-placeholder:hover .group-content,
.media--view-mode-card:hover .group-content,
.taxonomy-term--view-mode-card:hover .group-content {
  color: #fff;
  background-color: transparent;
}
.node--view-mode-card:hover .group-content:before, .node--view-mode-card-minimal:hover .group-content:before, .card-placeholder:hover .group-content:before,
.media--view-mode-card:hover .group-content:before,
.taxonomy-term--view-mode-card:hover .group-content:before {
  background-color: transparent;
}
.node--view-mode-card:hover .group-content .main-sector, .node--view-mode-card-minimal:hover .group-content .main-sector, .card-placeholder:hover .group-content .main-sector,
.node--view-mode-card:hover .group-content h2,
.node--view-mode-card-minimal:hover .group-content h2,
.card-placeholder:hover .group-content h2,
.media--view-mode-card:hover .group-content .main-sector,
.media--view-mode-card:hover .group-content h2,
.taxonomy-term--view-mode-card:hover .group-content .main-sector,
.taxonomy-term--view-mode-card:hover .group-content h2 {
  color: #fff;
}
.node--view-mode-card:hover .read-more, .node--view-mode-card-minimal:hover .read-more, .card-placeholder:hover .read-more,
.media--view-mode-card:hover .read-more,
.taxonomy-term--view-mode-card:hover .read-more {
  color: #ffffff;
}
.node--view-mode-card:hover .read-more:after, .node--view-mode-card-minimal:hover .read-more:after, .card-placeholder:hover .read-more:after,
.media--view-mode-card:hover .read-more:after,
.taxonomy-term--view-mode-card:hover .read-more:after {
  background: url(../images/arrow-right-white-v2.svg) no-repeat left;
  background-size: contain;
}
.node--view-mode-card .field-name-field-media-image, .node--view-mode-card-minimal .field-name-field-media-image, .card-placeholder .field-name-field-media-image,
.node--view-mode-card .field-name-field-media-header,
.node--view-mode-card-minimal .field-name-field-media-header,
.card-placeholder .field-name-field-media-header,
.media--view-mode-card .field-name-field-media-image,
.media--view-mode-card .field-name-field-media-header,
.taxonomy-term--view-mode-card .field-name-field-media-image,
.taxonomy-term--view-mode-card .field-name-field-media-header {
  height: 250px;
}
.node--view-mode-card .field-name-field-media-image img, .node--view-mode-card-minimal .field-name-field-media-image img, .card-placeholder .field-name-field-media-image img,
.node--view-mode-card .field-name-field-media-header img,
.node--view-mode-card-minimal .field-name-field-media-header img,
.card-placeholder .field-name-field-media-header img,
.media--view-mode-card .field-name-field-media-image img,
.media--view-mode-card .field-name-field-media-header img,
.taxonomy-term--view-mode-card .field-name-field-media-image img,
.taxonomy-term--view-mode-card .field-name-field-media-header img {
  margin: 0 auto;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 64em) {
  .node--view-mode-card .field-name-field-media-image img, .node--view-mode-card-minimal .field-name-field-media-image img, .card-placeholder .field-name-field-media-image img,
.node--view-mode-card .field-name-field-media-header img,
.node--view-mode-card-minimal .field-name-field-media-header img,
.card-placeholder .field-name-field-media-header img,
.media--view-mode-card .field-name-field-media-image img,
.media--view-mode-card .field-name-field-media-header img,
.taxonomy-term--view-mode-card .field-name-field-media-image img,
.taxonomy-term--view-mode-card .field-name-field-media-header img {
    width: auto;
  }
}
.node--view-mode-card .group-content, .node--view-mode-card-minimal .group-content, .card-placeholder .group-content,
.media--view-mode-card .group-content,
.taxonomy-term--view-mode-card .group-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  margin-top: 2rem;
  min-height: 200px;
  padding: 0 2rem 2rem 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media print, screen and (min-width: 64em) {
  .node--view-mode-card .group-content, .node--view-mode-card-minimal .group-content, .card-placeholder .group-content,
.media--view-mode-card .group-content,
.taxonomy-term--view-mode-card .group-content {
    padding: 0 3rem 3rem 3rem;
  }
}
.node--view-mode-card .group-content:before, .node--view-mode-card-minimal .group-content:before, .card-placeholder .group-content:before,
.media--view-mode-card .group-content:before,
.taxonomy-term--view-mode-card .group-content:before {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  position: absolute;
  top: -2rem;
  left: -1px;
  display: block;
  width: -webkit-calc(100% + 3rem);
  width: calc(100% + 3rem);
  height: 2rem;
  -webkit-clip-path: polygon(0% -webkit-calc(100% + 0.5px), 0% 0%, -webkit-calc(100% + 0.5px) -webkit-calc(100% + 0.5px));
          clip-path: polygon(0% calc(100% + 0.5px), 0% 0%, calc(100% + 0.5px) calc(100% + 0.5px));
  background-color: #fff;
}
.node--view-mode-card .group-content h2, .node--view-mode-card-minimal .group-content h2, .card-placeholder .group-content h2,
.media--view-mode-card .group-content h2,
.taxonomy-term--view-mode-card .group-content h2 {
  margin-top: 8px;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
}
.node--view-mode-card .group-content .read-more, .node--view-mode-card-minimal .group-content .read-more, .card-placeholder .group-content .read-more,
.node--view-mode-card .group-content .field--name-betonhuis-read-more,
.node--view-mode-card-minimal .group-content .field--name-betonhuis-read-more,
.card-placeholder .group-content .field--name-betonhuis-read-more,
.media--view-mode-card .group-content .read-more,
.media--view-mode-card .group-content .field--name-betonhuis-read-more,
.taxonomy-term--view-mode-card .group-content .read-more,
.taxonomy-term--view-mode-card .group-content .field--name-betonhuis-read-more {
  margin-top: auto;
}
.node--view-mode-card.media--type-hosted-video:before, .media--type-hosted-video.node--view-mode-card-minimal:before, .media--type-hosted-video.card-placeholder:before, .node--view-mode-card.media--type-locally-hosted-video:before, .media--type-locally-hosted-video.node--view-mode-card-minimal:before, .media--type-locally-hosted-video.card-placeholder:before,
.media--view-mode-card.media--type-hosted-video:before,
.media--view-mode-card.media--type-locally-hosted-video:before,
.taxonomy-term--view-mode-card.media--type-hosted-video:before,
.taxonomy-term--view-mode-card.media--type-locally-hosted-video:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: -webkit-calc(50% - 35px);
  left: calc(50% - 35px);
  top: -webkit-calc(50% - 135px);
  top: calc(50% - 135px);
  background: url(../../assets/images/icon-play.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
.node--view-mode-card.media--type-hosted-video:hover:before, .media--type-hosted-video.node--view-mode-card-minimal:hover:before, .media--type-hosted-video.card-placeholder:hover:before, .node--view-mode-card.media--type-locally-hosted-video:hover:before, .media--type-locally-hosted-video.node--view-mode-card-minimal:hover:before, .media--type-locally-hosted-video.card-placeholder:hover:before,
.media--view-mode-card.media--type-hosted-video:hover:before,
.media--view-mode-card.media--type-locally-hosted-video:hover:before,
.taxonomy-term--view-mode-card.media--type-hosted-video:hover:before,
.taxonomy-term--view-mode-card.media--type-locally-hosted-video:hover:before {
  top: -webkit-calc(50% - 35px);
  top: calc(50% - 35px);
}

.medium-6 .node--view-mode-card .group-content, .medium-6 .node--view-mode-card-minimal .group-content, .medium-6 .card-placeholder .group-content,
.medium-6 .media--view-mode-card .group-content {
  padding-right: 40%;
}
.medium-6.large-4 .node--view-mode-card .group-content, .medium-6.large-4 .node--view-mode-card-minimal .group-content, .medium-6.large-4 .card-placeholder .group-content,
.medium-6.large-4 .media--view-mode-card .group-content {
  padding-right: 10%;
}

.card-placeholder {
  background-color: #009E9B;
  padding: 2rem;
}
@media print, screen and (min-width: 64em) {
  .card-placeholder {
    padding: 3rem;
  }
}
.card-placeholder .card-content {
  margin-top: auto;
  color: #fff;
  font-size: 18px;
}
.card-placeholder .card-content h2 {
  color: #fff;
}

.node--view-mode-card-minimal {
  background-color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 140px;
}
.node--view-mode-card-minimal .group-content {
  min-height: 0;
  margin-top: 0;
  padding: 2rem;
}
@media print, screen and (min-width: 64em) {
  .node--view-mode-card-minimal .group-content {
    padding: 3rem;
  }
}
.node--view-mode-card-minimal .group-content:before {
  content: none;
}
.node--view-mode-card-minimal .group-content .field--name-betonhuis-read-more {
  margin-top: 1rem;
}

.node--view-mode-square-gray-teaser {
  position: relative;
}
.node--view-mode-square-gray-teaser.node--type-article .group-overlay {
  background-color: #00807F;
}
.node--view-mode-square-gray-teaser .group-overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #006E6E;
  padding: 32px;
  padding-right: 10%;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.node--view-mode-square-gray-teaser .field--name-node-type .field__item {
  text-transform: uppercase;
}
.node--view-mode-square-gray-teaser .field--name-date {
  margin-top: auto;
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
}
.node--view-mode-square-gray-teaser h2 {
  margin-top: 1rem;
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #fff;
}
.node--view-mode-square-gray-teaser:hover .group-overlay {
  background-color: #00807F33;
}

.media-search .news-item--bg {
  height: 370px;
}
.media-search .news-item--bg:after {
  content: "";
  background-image: none;
}
.media-search.video-active {
  cursor: auto;
}
.media-search.video-active .news-item--content {
  position: static;
  z-index: 100;
}
@media print, screen and (min-width: 40em) {
  .media-search .news-item--bg {
    height: 500px;
  }
}
@media print, screen and (min-width: 64em) {
  .media-search.video-active .news-item--content {
    position: absolute;
  }
}
.media-search .responsive-embed iframe {
  border: 0;
}
.media-search .video-search {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 100%;
}
.media-search .video {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .media-search .video {
    margin-bottom: 2rem;
    margin-top: 85px;
  }
}
.media-search .video--play-button {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -webkit-calc(50% - 35px);
  top: calc(50% - 35px);
  left: -webkit-calc(50% - 35px);
  left: calc(50% - 35px);
}
@media print, screen and (min-width: 40em) {
  .media-search .video--play-button {
    top: -webkit-calc(50% - 100px);
    top: calc(50% - 100px);
    left: -webkit-calc(50% - 35px);
    left: calc(50% - 35px);
  }
}
.media-search .video--thumbnail {
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow ease-out 0.2s;
  transition: -webkit-box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  position: static;
  cursor: pointer;
}
.media-search .video--thumbnail:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 40em) {
  .media-search .video--thumbnail {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  }
}
.media-search .video--image {
  width: 100%;
}
.media-search .video--description {
  color: #6F6F6E;
  text-align: left;
  width: 80%;
  margin: auto;
}
@media print, screen and (min-width: 40em) {
  .media-search .video--description {
    font-size: 13px;
  }
}

.node--type-activity.node--view-mode-teaser-small {
  display: block;
  margin-bottom: 1rem;
}
.node--type-activity.node--view-mode-teaser-small:hover .field--name-field-location {
  color: #444444;
}
.node--type-activity.node--view-mode-teaser-small .field--name-field-location {
  color: #6F6F6E;
  -webkit-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
.node--type-activity.node--view-mode-teaser-small .field--name-node-title h4 {
  color: #444444;
  -webkit-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
  margin-bottom: 2px;
}
.node--type-activity.node--view-mode-teaser-small .field--name-field-date {
  color: #6F6F6E !important;
  margin-bottom: 2px;
  -webkit-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
.node--type-activity.node--view-mode-teaser-small p {
  line-height: 16px;
}

.node--view-mode-uitgelicht {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node--view-mode-uitgelicht > a {
  width: 100%;
  position: relative;
  background-position: 100% 0;
}
.node--view-mode-uitgelicht > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 100%;
  bottom: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#ff7d0000), color-stop(30%, #ff7d00c9), to(#ff3f20c9));
  background-image: -webkit-linear-gradient(right, #ff7d0000 0%, #ff7d00c9 30%, #ff3f20c9 100%);
  background-image: linear-gradient(to left, #ff7d0000 0%, #ff7d00c9 30%, #ff3f20c9 100%);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: 0 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.node--view-mode-uitgelicht > a:hover:after {
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#ff7d0000), color-stop(30%, #ff7d00c9), to(#ff3f20c9));
  background-image: -webkit-linear-gradient(right, #ff7d0000 0%, #ff7d00c9 30%, #ff3f20c9 100%);
  background-image: linear-gradient(to left, #ff7d0000 0%, #ff7d00c9 30%, #ff3f20c9 100%);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: 0 0;
}
.node--view-mode-uitgelicht > a .group-content {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 48em) {
  .node--view-mode-uitgelicht > a .group-content {
    padding: 64px;
  }
}
.node--view-mode-uitgelicht .field-name-field-media-header,
.node--view-mode-uitgelicht .field-name-field-media-image,
.node--view-mode-uitgelicht .field--name-node-dynamic-image {
  height: 100%;
  width: 100%;
}
.node--view-mode-uitgelicht .field-name-field-media-header img,
.node--view-mode-uitgelicht .field-name-field-media-image img,
.node--view-mode-uitgelicht .field--name-node-dynamic-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.node--view-mode-uitgelicht .field--name-node-title h2 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-shadow: 2px 2px 3px #5c5c5c;
}
@media print, screen and (min-width: 48em) {
  .node--view-mode-uitgelicht .field--name-node-title h2 {
    font-size: 48px;
  }
}

.paragraph--type-factblock.paragraph--view-mode-default {
  background-color: #00807F;
  padding: 60px 56px 52px 56px;
  color: #fff;
}
.paragraph--type-factblock.paragraph--view-mode-default h2 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  color: #fff;
}

.paragraph--type-collage .group-content {
  font-size: 18px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type-collage .group-content > .field--name-field-content {
    margin-top: 2rem;
  }
}
.paragraph--type-collage .group-content > .field--name-field-content h2 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type-collage .group-content > .field--name-field-content h2 {
    font-size: 48px;
  }
}
.paragraph--type-collage .group-content > .field--name-field-content h2:after {
  content: "";
  display: block;
  background-color: #FF3F20;
  height: 2px;
  width: 96px;
  margin-top: 20px;
}
.paragraph--type-collage .field--name-field-background-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}
.paragraph--type-collage .field--name-field-factblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  background-color: #00807F;
  font-size: 18px;
  z-index: 10;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type-collage .field--name-field-factblock {
    padding: 60px 56px 52px 56px;
  }
}
.paragraph--type-collage .field--name-field-factblock > .field__item {
  padding: 1rem 2rem;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type-collage .field--name-field-factblock > .field__item {
    padding: 0 53px 0 53px;
  }
}
.paragraph--type-collage .field--name-field-factblock > .field__item:not(:first-child) {
  border-top: 1px solid #fff;
}
.paragraph--type-collage .field--name-field-factblock .paragraph--type-factblock {
  margin-bottom: 0;
  height: 100%;
  padding: 0.5rem 0;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type-collage .field--name-field-factblock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .paragraph--type-collage .field--name-field-factblock > .field__item {
    border-right: 1px solid #fff;
  }
  .paragraph--type-collage .field--name-field-factblock > .field__item:not(:first-child) {
    border-top: 0;
  }
  .paragraph--type-collage .field--name-field-factblock > .field__item:first-child {
    padding-left: 0;
  }
  .paragraph--type-collage .field--name-field-factblock > .field__item:last-child {
    padding-right: 0;
    border-right: 0;
  }
}
.paragraph--type-collage.paragraph--view-mode-default .group-content {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  width: 90%;
  padding: 24px;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-collage.paragraph--view-mode-default .group-content {
    width: 50%;
    margin-left: 15%;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type-collage.paragraph--view-mode-default .group-content {
    width: 40%;
    margin-left: 20%;
  }
}
.paragraph--type-collage.paragraph--view-mode-default .group-content > .field--name-field-content {
  margin-top: 4rem;
}
.paragraph--type-collage.paragraph--view-mode-default .field--name-field-background-image + .group-content {
  margin-bottom: -50px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media print, screen and (min-width: 40em) {
  .paragraph--type-collage.paragraph--view-mode-default .field--name-field-background-image + .group-content {
    margin-bottom: -140px;
    -webkit-transform: translateY(-140px);
            transform: translateY(-140px);
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-collage.paragraph--view-mode-default .field--name-field-background-image + .group-content {
    -webkit-transform: translateY(-240px);
            transform: translateY(-240px);
    margin-bottom: -200px;
  }
}
.paragraph--type-collage.paragraph--view-mode-variant-2 .group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: -webkit-calc(1240px + 4rem);
  max-width: calc(1240px + 4rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  gap: 2rem;
  padding: 0 2rem;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-collage.paragraph--view-mode-variant-2 .group-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.paragraph--type-collage.paragraph--view-mode-variant-2 .group-content > .field--name-field-content {
  background-color: #fff;
  padding: 1rem 2rem;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  height: -webkit-calc(100% + 50px);
  height: calc(100% + 50px);
  margin-top: -50px;
  z-index: 10;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type-collage.paragraph--view-mode-variant-2 .group-content > .field--name-field-content {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    height: -webkit-calc(100% + 140px);
    height: calc(100% + 140px);
    margin-top: -140px;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-collage.paragraph--view-mode-variant-2 .group-content > .field--name-field-content {
    -webkit-transform: translateY(240px);
            transform: translateY(240px);
    height: -webkit-calc(100% + 240px);
    height: calc(100% + 240px);
    margin-top: -240px;
    padding: 96px 134px 75px 96px;
  }
}
.paragraph--type-collage.paragraph--view-mode-variant-2 .group-content .field--name-field-factblock {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.paragraph--type-collage.paragraph--view-mode-variant-2 .group-content .field--name-field-factblock > .field__item {
  padding: 0;
  border: 0;
}
.paragraph--type-collage.paragraph--view-mode-variant-3 .group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: -webkit-calc(1240px + 4rem);
  max-width: calc(1240px + 4rem);
  margin-left: auto;
  margin-right: auto;
  gap: 2rem;
  padding: 0 2rem;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-collage.paragraph--view-mode-variant-3 .group-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.paragraph--type-collage.paragraph--view-mode-variant-3 .group-content > .field--name-field-content {
  background-color: transparent;
  padding: 1rem 24px;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-collage.paragraph--view-mode-variant-3 .group-content > .field--name-field-content {
    padding: 2rem 3rem 2rem 3rem;
    margin-top: 4rem;
  }
}
.paragraph--type-collage.paragraph--view-mode-variant-3 .group-content .field--name-field-factblock {
  background-color: #00807F;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border: 24px solid #f4f4f4;
  min-width: 40%;
  margin-top: -24px;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type-collage.paragraph--view-mode-variant-3 .group-content .field--name-field-factblock {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
    margin-top: -40px;
    margin-bottom: -40px;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-collage.paragraph--view-mode-variant-3 .group-content .field--name-field-factblock {
    min-height: 550px;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    height: -webkit-calc(100% + 100px);
    height: calc(100% + 100px);
    margin-top: -100px;
  }
}
.paragraph--type-collage.paragraph--view-mode-variant-3 .group-content .field--name-field-factblock > .field__item {
  padding: 0;
  border: 0;
}
.paragraph--type-thema-header {
  position: relative;
}
.paragraph--type-thema-header .title-container {
  max-width: -webkit-calc(1240px + 4rem);
  max-width: calc(1240px + 4rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.paragraph--type-thema-header h1.node--title {
  position: absolute;
  margin-bottom: 0;
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 2rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.paragraph--type-thema-header h1.node--title > div {
  margin-top: 15%;
  padding: 0 2rem;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type-thema-header h1.node--title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .paragraph--type-thema-header h1.node--title {
    padding-left: -webkit-calc(200px + 1.5rem);
    padding-left: calc(200px + 1.5rem);
    font-size: 72px;
  }
  .paragraph--type-thema-header h1.node--title > div {
    padding: 0;
  }
  .paragraph--type-thema-header h1.node--title > div {
    width: 65%;
  }
}
.paragraph--type-thema-header .field--name-field-background-image {
  position: relative;
  z-index: -1;
}
.paragraph--type-thema-header .field--name-field-background-image:after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), color-stop(90%, rgba(237, 237, 237, 0)));
  background: -webkit-linear-gradient(bottom, #f3f3f3 0%, rgba(237, 237, 237, 0) 90%);
  background: linear-gradient(0deg, #f3f3f3 0%, rgba(237, 237, 237, 0) 90%);
  height: 20%;
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 0;
  display: block;
}
.paragraph--type-thema-header .field--name-field-background-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 900px;
}
.paragraph--type-thema-header .group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  margin: 0 auto;
  width: 100%;
  max-width: -webkit-calc(1240px + 4rem);
  max-width: calc(1240px + 4rem);
  font-size: 18px;
  padding: 0 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -100px;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-thema-header .group-content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 75em) {
  .paragraph--type-thema-header .group-content {
    padding: 0;
    margin-top: -300px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.paragraph--type-thema-header .group-content > .field--name-paragraph-entity-scroll-down {
  display: none;
  width: 200px;
  min-width: 200px;
}
@media screen and (min-width: 75em) {
  .paragraph--type-thema-header .group-content > .field--name-paragraph-entity-scroll-down {
    display: block;
  }
}
.paragraph--type-thema-header .group-content > .field--name-paragraph-entity-scroll-down:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FF3F20 url("../images/arrow-read-more.svg") no-repeat center;
}
.paragraph--type-thema-header .group-content > .field--name-field-content {
  background-color: #ffffff;
  padding: 2rem;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-thema-header .group-content > .field--name-field-content {
    max-width: none;
    padding: 88px 96px 72px 72px;
  }
}
.paragraph--type-thema-header .group-content .field--name-field-factblock {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-thema-header .group-content .field--name-field-factblock {
    max-width: 400px;
  }
}
.paragraph--type-thema-header .group-content .field--name-field-factblock > .field__item {
  padding: 0;
  border: 0;
}
.paragraph--type-thema-header .group-content .field--name-field-factblock .paragraph--type-factblock {
  padding: 40px;
  padding-top: 88px;
}

.type-page:before {
  z-index: -1;
  background-size: cover;
  content: " ";
  background: url(../images/pexels-alesia-kozik-7911699-1.png);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  display: block;
  position: fixed;
  opacity: 0.166666;
}

.path-frontpage .header-keyvisual {
  background: transparent;
  background-image: none !important;
}
.path-frontpage .header-keyvisual h1, .path-frontpage .header-keyvisual h3, .path-frontpage .header-keyvisual a {
  color: #000;
}
.path-frontpage .header-keyvisual .block-intro {
  margin-top: 4rem;
}
.path-frontpage .header-keyvisual svg.svg-line path:first-child {
  fill: transparent;
}

.paragraph--type--webform {
  background-color: #FF3F20;
  color: #fff;
  padding: 2rem;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--webform {
    padding: 72px 177px 72px 200px;
  }
}
.paragraph--type--webform label {
  color: #fff;
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--webform label {
    font-size: 24px;
  }
}
.paragraph--type--webform input {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  padding: 17px 24px;
  border-radius: 0;
}
.paragraph--type--webform input::-webkit-input-placeholder {
  color: #000;
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.paragraph--type--webform input::-moz-placeholder {
  color: #000;
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.paragraph--type--webform input::-ms-input-placeholder {
  color: #000;
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.paragraph--type--webform input::placeholder {
  color: #000;
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.paragraph--type--webform .field--name-field-title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 125%;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type--webform .field--name-field-title {
    font-size: 48px;
  }
}
.paragraph--type--webform .form-item-accept-terms-and-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.paragraph--type--kennisbank-overzicht {
  margin-top: 2rem;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--kennisbank-overzicht {
    margin-top: 140px;
  }
}
.paragraph--type--kennisbank-overzicht .field--name-field-title {
  font-family: "Fira Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  margin: 0 auto;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--kennisbank-overzicht .field--name-field-title {
    max-width: 70%;
  }
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--kennisbank-overzicht .field--name-field-links {
    max-width: 85%;
  }
}

.paragraph--type-organisatie-waardes.paragraph--view-mode-default {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 2rem 2rem 2rem;
  background-color: #313131;
  margin-top: 350px;
  margin-bottom: 550px;
}
.paragraph--type-organisatie-waardes.paragraph--view-mode-default:before {
  content: "";
  display: block;
  min-height: 200px;
  width: 100%;
  margin-top: -200px;
  background: url(../images/company-bg-top.svg) no-repeat top;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.paragraph--type-organisatie-waardes.paragraph--view-mode-default:after {
  content: "";
  display: block;
  min-height: 200px;
  width: 100%;
  margin-bottom: -200px;
  background: url(../images/company-bg-bottom.svg) no-repeat bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 125em) {
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default:after {
    min-height: 400px;
  }
}
.paragraph--type-organisatie-waardes.paragraph--view-mode-default > * {
  max-width: -webkit-calc(1240px + 4rem);
  max-width: calc(1240px + 4rem);
}
.paragraph--type-organisatie-waardes.paragraph--view-mode-default > .group-container > h2 {
  color: #fff;
  margin-bottom: 67px;
  font-size: 48px;
}
@media screen and (min-width: 75em) {
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default > .group-container > h2 {
    margin-left: 15%;
  }
}
.paragraph--type-organisatie-waardes.paragraph--view-mode-default > .group-container > .group-content {
  background-color: #fff;
  width: 90%;
  padding: 24px;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default > .group-container > .group-content {
    max-width: 50%;
    margin-left: 15%;
    padding: 68px 64px;
  }
}
@media screen and (min-width: 75em) {
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default > .group-container > .group-content {
    max-width: 50%;
  }
}
@media screen and (min-width: 125em) {
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default > .group-container > .group-content {
    max-width: 45%;
  }
}
.paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-background-image + .group-content {
  margin-bottom: -140px;
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-background-image + .group-content {
    -webkit-transform: translateY(-240px);
            transform: translateY(-240px);
    margin-bottom: -200px;
  }
}
.paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-feiten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media print, screen and (min-width: 48em) {
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-feiten {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 75em) {
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-feiten {
    margin-left: 15%;
    max-width: 75%;
  }
}
@media screen and (min-width: 125em) {
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-feiten {
    max-width: 70%;
  }
}
.paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-feiten > .field__item {
  width: 80%;
}
@media print, screen and (min-width: 48em) {
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-feiten > .field__item {
    width: -webkit-calc(33.3333% - 47px);
    width: calc(33.3333% - 47px);
  }
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-feiten > .field__item h2 {
    font-size: 72px;
  }
}
.paragraph--type-organisatie-waardes.paragraph--view-mode-default .paragraph--type-factblock {
  background-color: transparent;
  padding: 0;
}
.paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-uitgelichte-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-uitgelichte-content > .field__item {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-uitgelichte-content > .field__item {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 75em) {
  .paragraph--type-organisatie-waardes.paragraph--view-mode-default .field--name-field-uitgelichte-content > .field__item {
    width: -webkit-calc(33.3333% - 22px);
    width: calc(33.3333% - 22px);
  }
}
.paragraph--type-organisatie-waardes.paragraph--view-mode-default .group-container {
  z-index: 1;
  margin-top: -300px;
  margin-bottom: -500px;
}

.paragraph--type--related-news.paragraph--view-mode--default .field--name-field-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  margin: 0;
}
.paragraph--type--related-news.paragraph--view-mode--default .field--name-field-view .cell.views-row {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .paragraph--type--related-news.paragraph--view-mode--default .field--name-field-view .cell.views-row {
    width: -webkit-calc(50% - 0.9rem);
    width: calc(50% - 0.9rem);
  }
}
.paragraph--type--related-news.paragraph--view-mode--default .field--name-field-view .cell.views-row .box-item {
  margin-bottom: 0;
}

.news-item-small {
  position: relative;
}
@media print, screen and (max-width: 47.99875em) {
  .news-item-small .tag, .news-item-small .field-name-bundle-fieldmedia,
.news-item-small .field-name-bundle-fieldtaxonomy-term,
.news-item-small .tag:not(.hash-tag),
.news-item-small .field-name-bundle-fieldmedia:not(.hash-tag),
.news-item-small .field-name-bundle-fieldtaxonomy-term:not(.hash-tag) {
    position: absolute;
    right: 24px;
    top: 18px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .news-item-small .tag, .news-item-small .field-name-bundle-fieldmedia,
.news-item-small .field-name-bundle-fieldtaxonomy-term,
.news-item-small .tag:not(.hash-tag),
.news-item-small .field-name-bundle-fieldmedia:not(.hash-tag),
.news-item-small .field-name-bundle-fieldtaxonomy-term:not(.hash-tag) {
    margin-top: 5px;
  }
}

.main-sector {
  color: #3F3F3F;
  font-family: "Fira Sans Condensed", sans-serif;
}
.main-sector:hover {
  color: #3F3F3F;
}

.read-more {
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #00807F;
  line-height: 125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.read-more:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: "";
  display: block;
  margin-left: 9px;
  width: 14px;
  height: 9px;
  background: url(../images/arrow-right-green-v2.svg) no-repeat left;
  background-size: contain;
}

.group-tags {
  width: 100%;
  position: absolute;
  padding-top: 1rem;
  font-family: "Fira Sans", Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.paragraph--type--contact-person {
  width: 100%;
}
.paragraph--type--contact-person.multiple .small-12.large-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--contact-person.multiple .small-12.large-8 {
    gap: 1rem;
  }
}
.paragraph--type--contact-person.multiple .contact-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type--contact-person.multiple .contact-person {
    width: -webkit-calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
  }
  .paragraph--type--contact-person.multiple .contact-person .contact-person-data {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .paragraph--type--contact-person.multiple .contact-person .contact-person-contact {
    margin-left: 0;
    margin-top: auto;
  }
}

.contact-person {
  font-size: 17px;
  background: #F7F7F7;
  padding: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .contact-person {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contact-person .contact-person-data {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .contact-person .contact-person-data {
    max-width: 40%;
  }
}
.contact-person .contact-person-data .contact-person-heading {
  font-weight: bold;
  font-size: 13px;
  color: #FF5A00;
  letter-spacing: 0.05px;
  line-height: 34px;
}
.contact-person .contact-person-data .contact-person-name {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.05px;
}
.contact-person .contact-person-data .contact-person-function {
  font-size: 15px;
  color: #6F6F6E;
  letter-spacing: 0.04px;
  line-height: 28px;
}
.contact-person .contact-person-phone,
.contact-person .contact-person-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.04px;
  line-height: 28px;
}
.contact-person .contact-person-phone:before,
.contact-person .contact-person-email:before {
  display: block;
  content: "";
  background-color: #FF3F20;
  -webkit-mask-image: url("../images/icon-phone.svg");
          mask-image: url("../images/icon-phone.svg");
  width: 16px;
  height: 16px;
  margin-top: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
}
.contact-person .contact-person-email:before {
  content: "";
  background-color: #FF3F20;
  -webkit-mask-image: url("../images/icon-email.svg");
          mask-image: url("../images/icon-email.svg");
}
@media print, screen and (min-width: 40em) {
  .contact-person .contact-person-contact {
    margin-left: auto;
  }
}
.contact-person .contact-person-image {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .contact-person .contact-person-image {
    width: 25%;
    margin-right: 1rem;
  }
}
.contact-person .contact-person-image .hexagon-wrapper {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 90px;
  background: #FF5A00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.contact-person .contact-person-image .hexagon-wrapper img {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  top: 4px;
  left: 4px;
  width: 82px;
  height: 82px;
}

.page-node-type-themapagina .thema-container:before {
  z-index: -1;
  background-size: cover;
  content: " ";
  background: url(../images/pexels-alesia-kozik-7911699-1.png);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  display: block;
  position: fixed;
  opacity: 0.166666;
}
.page-node-type-themapagina .thema-container.gezondheid-onder-de-grond {
  color: #fff;
  position: relative;
  z-index: 0;
  background: url(../images/thema-bg-2.jpg) no-repeat;
  background-position: 0 20rem;
}
.page-node-type-themapagina .thema-container.gezondheid-onder-de-grond:before {
  content: none;
}
.page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .paragraph h3 {
  color: #fff;
}
.page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .paragraph p,
.page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .paragraph .field--name-field-quote {
  color: #fff;
  text-align: center;
}
.page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .paragraph .box-item--title a {
  color: #000;
}
.page-node-type-themapagina .thema-container.gezondheid-onder-de-grond h1 {
  font-family: HanodedRegular, "Work Sans", Arial, sans-serif;
  letter-spacing: 0.4rem;
  margin-right: -0.4rem;
}
@media print, screen and (min-width: 40em) {
  .page-node-type-themapagina .thema-container.gezondheid-onder-de-grond h1 {
    width: 70%;
    font-size: 7vw;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .page-node-type-themapagina .thema-container.gezondheid-onder-de-grond h1 {
    width: 92%;
    font-size: 8vw;
  }
}
@media screen and (min-width: 90em) {
  .page-node-type-themapagina .thema-container.gezondheid-onder-de-grond h1 {
    width: 92%;
    font-size: 8rem;
  }
}
.page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .subtitle {
  padding: 0;
}
.page-node-type-themapagina .thema-container.gezondheid-onder-de-grond h2.section-title {
  color: #fff;
}
.page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .layout__region--content {
  background-size: cover;
  margin-top: 4rem;
}
.page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .block-intro {
  padding-bottom: 0;
}
.page-node-type-themapagina .thema-container.transparant-beton:before {
  content: none;
}
.page-node-type-themapagina .thema-container.transparant-beton .leaf {
  background: url(../images/groen-blad.png) no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  display: none;
  position: fixed;
  z-index: -1;
  opacity: 0.1 !important;
}
@media screen and (min-width: 75em) {
  .page-node-type-themapagina .thema-container.transparant-beton .leaf {
    opacity: 1 !important;
  }
}
.page-node-type-themapagina .thema-container.transparant-beton span.leaf:first-of-type {
  left: 2%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-node-type-themapagina .thema-container.transparant-beton span.leaf:nth-of-type(2) {
  right: -45px;
  width: 200px;
  height: 200px;
}
.page-node-type-themapagina .thema-container.transparant-beton span.leaf:nth-of-type(3) {
  left: 10%;
  width: 100px;
  height: 100px;
}
.page-node-type-themapagina .thema-container.transparant-beton h1 {
  text-transform: none;
  font-size: 3rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .page-node-type-themapagina .thema-container.transparant-beton h1 {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-node-type-themapagina .thema-container.transparant-beton h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 75em) {
  .page-node-type-themapagina .thema-container.transparant-beton h1 {
    font-size: 6.5rem;
    width: 80%;
    margin: 0 auto;
  }
}
.page-node-type-themapagina .thema-container.transparant-beton .paragraph p, .page-node-type-themapagina .thema-container.transparant-beton .paragraph .section-title, .page-node-type-themapagina .thema-container.transparant-beton .paragraph h3 {
  text-align: center;
}
.page-node-type-themapagina .thema-container.transparant-beton .paragraph .section-title, .page-node-type-themapagina .thema-container.transparant-beton .paragraph h3 {
  margin-bottom: 1.8rem;
}
.page-node-type-themapagina .thema-container.transparant-beton .paragraph .section-title:before, .page-node-type-themapagina .thema-container.transparant-beton .paragraph h3:before {
  content: none;
}
.page-node-type-themapagina .thema-container.transparant-beton .paragraph .box-item--title a {
  color: #000;
}
.page-node-type-themapagina .thema-container.transparant-beton .block-intro {
  width: 90%;
  margin: 0 auto;
  margin-top: 10rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  .page-node-type-themapagina .thema-container.transparant-beton .block-intro {
    width: 80%;
  }
}
@media screen and (min-width: 75em) {
  .page-node-type-themapagina .thema-container.transparant-beton .block-intro {
    width: 95%;
  }
}
.page-node-type-themapagina .thema-container.transparant-beton .layout__region--content {
  margin-top: 4rem;
}
.page-node-type-themapagina .thema-container.transparant-beton .paragraph.paragraph--quote .field--name-field-quote {
  color: #FF3F20;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 40em) {
  .page-node-type-themapagina .thema-container.transparant-beton .paragraph.paragraph--quote .field--name-field-quote {
    font-size: 1.4rem;
  }
}
.page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual {
  padding-bottom: 7rem;
}
@media screen and (min-width: 75em) {
  .page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual {
    padding-bottom: 10rem;
  }
}
.page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual.no-header-image {
  background: url(../images/transparant-beton-min-front.svg) no-repeat center top 13%, -webkit-gradient(linear, left top, right top, from(#ff3200), to(#ff3f20));
  background: url(../images/transparant-beton-min-front.svg) no-repeat center top 13%, -webkit-linear-gradient(left, #ff3200 0%, #ff3f20 100%);
  background: url(../images/transparant-beton-min-front.svg) no-repeat center top 13%, linear-gradient(90deg, #ff3200 0%, #ff3f20 100%);
  background-size: auto 50%;
}
.page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual.no-header-image:after {
  content: "";
  background: url(../images/transparant-beton-front.svg) no-repeat center top 13% transparent;
  background-size: auto 50%;
  z-index: 100;
  position: absolute;
}
@media print, screen and (min-width: 40em) {
  .page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual.no-header-image {
    background-size: auto 80%;
    background-position: center;
  }
  .page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual.no-header-image:after {
    background-size: auto 80%;
    background-position: center;
  }
}
.page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual.no-header-image.red-polygon {
  display: none;
}
.page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual .thema-logo {
  display: none;
}
.page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual + a img.thema-logo {
  display: block;
  left: -webkit-calc(65.6% - 75px);
  left: calc(65.6% - 75px);
  position: absolute;
  max-width: 200px;
  bottom: -60px;
  z-index: 100;
}
@media print, screen and (min-width: 64em) {
  .page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual + a img.thema-logo {
    left: -webkit-calc(65.6% - 150px);
    left: calc(65.6% - 150px);
    max-width: 300px;
    bottom: -100px;
  }
}
.page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual + img.thema-logo {
  display: block;
  left: -webkit-calc(65.6% - 75px);
  left: calc(65.6% - 75px);
  position: absolute;
  max-width: 200px;
  bottom: -60px;
  z-index: 100;
}
@media print, screen and (min-width: 64em) {
  .page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual + img.thema-logo {
    left: -webkit-calc(65.6% - 150px);
    left: calc(65.6% - 150px);
    max-width: 300px;
    bottom: -100px;
  }
}
@media screen and (min-width: 75em) {
  .page-node-type-themapagina .thema-container.transparant-beton .header-keyvisual .subtitle {
    font-size: 1.8rem;
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
    padding-bottom: 0;
  }
}
.page-node-type-themapagina .thema-layout {
  position: relative;
}
.page-node-type-themapagina .thema-layout h1 {
  font-size: 11vw;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .page-node-type-themapagina .thema-layout h1 {
    font-size: 4rem;
  }
}
.page-node-type-themapagina .thema-layout .layout__region--content {
  margin-top: 4rem;
}
.page-node-type-themapagina .thema-layout .block-intro {
  font-size: 1.2rem;
  padding-bottom: 4rem;
  margin-top: 10rem;
}
@media print, screen and (min-width: 40em) {
  .page-node-type-themapagina .thema-layout .block-intro {
    margin-top: 12rem;
  }
}
@media screen and (min-width: 90em) {
  .page-node-type-themapagina .thema-layout .block-intro {
    margin-top: 13rem;
  }
}
.page-node-type-themapagina .thema-layout img.thema-logo {
  max-width: 100px;
  margin-top: 2rem;
}
@media print, screen and (min-width: 40em) {
  .page-node-type-themapagina .thema-layout img.thema-logo {
    max-width: 120px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-node-type-themapagina .thema-layout img.thema-logo {
    max-width: 150px;
  }
}
.page-node-type-themapagina .thema-layout .header-keyvisual {
  height: auto;
  text-align: left;
  padding-bottom: 10rem;
  margin-bottom: 0;
  -webkit-clip-path: polygon(0 0, 0 90%, 65.6% 97%, 100% 91%, 100% 0);
          clip-path: polygon(0 0, 0 90%, 65.6% 97%, 100% 91%, 100% 0);
}
@media print, screen and (min-width: 64em) {
  .page-node-type-themapagina .thema-layout .header-keyvisual {
    padding-bottom: 14rem;
  }
}
@media screen and (min-width: 90em) {
  .page-node-type-themapagina .thema-layout .header-keyvisual {
    padding-bottom: 14rem;
  }
}
.page-node-type-themapagina .thema-layout .header-keyvisual .subtitle {
  font-size: 4vw;
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  .page-node-type-themapagina .thema-layout .header-keyvisual .subtitle {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-node-type-themapagina .thema-layout .header-keyvisual {
    -webkit-clip-path: polygon(0 0, 0 84%, 65.6% 99%, 100% 74%, 100% 0);
            clip-path: polygon(0 0, 0 84%, 65.6% 99%, 100% 74%, 100% 0);
    min-height: 405px;
  }
}
.page-node-type-themapagina .thema-layout .header-keyvisual img.thema-logo {
  position: absolute;
  bottom: 30px;
  left: -webkit-calc(65.5% - 50px);
  left: calc(65.5% - 50px);
}
@media print, screen and (min-width: 40em) {
  .page-node-type-themapagina .thema-layout .header-keyvisual img.thema-logo {
    bottom: 40px;
    left: -webkit-calc(65.5% - 60px);
    left: calc(65.5% - 60px);
  }
}
@media print, screen and (min-width: 64em) {
  .page-node-type-themapagina .thema-layout .header-keyvisual img.thema-logo {
    bottom: 60px;
    left: -webkit-calc(65.6% - 75px);
    left: calc(65.6% - 75px);
  }
}
.page-node-type-themapagina .thema-layout .header-keyvisual .thema-logo-link {
  position: absolute;
  z-index: 10000;
  bottom: 30px;
  left: -webkit-calc(65.5% - 50px);
  left: calc(65.5% - 50px);
}
@media print, screen and (min-width: 40em) {
  .page-node-type-themapagina .thema-layout .header-keyvisual .thema-logo-link {
    bottom: 40px;
    left: -webkit-calc(65.5% - 60px);
    left: calc(65.5% - 60px);
  }
}
@media print, screen and (min-width: 64em) {
  .page-node-type-themapagina .thema-layout .header-keyvisual .thema-logo-link {
    bottom: 60px;
    left: -webkit-calc(65.6% - 75px);
    left: calc(65.6% - 75px);
  }
}
.page-node-type-themapagina .thema-layout .header-keyvisual .thema-logo-link img.thema-logo {
  position: static;
}
.page-node-type-themapagina .thema-layout .header-keyvisual + a img.thema-logo {
  display: none;
}
.page-node-type-themapagina .thema-layout .header-keyvisual + img.thema-logo {
  display: none;
}
.page-node-type-themapagina .thema-layout .red-polygon {
  background-color: #FF3F20;
  -webkit-clip-path: polygon(0 87%, 0 93%, 65.6% 100%, 100% 93%, 100% 91%, 65.6% 96.5%);
          clip-path: polygon(0 87%, 0 93%, 65.6% 100%, 100% 93%, 100% 91%, 65.6% 96.5%);
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .page-node-type-themapagina .thema-layout .red-polygon {
    -webkit-clip-path: polygon(0 76%, 0 86%, 65.6% 99%, 100% 74%, 100% 72%, 65.6% 96.5%);
            clip-path: polygon(0 76%, 0 86%, 65.6% 99%, 100% 74%, 100% 72%, 65.6% 96.5%);
  }
}
.page-node-type-themapagina .thema-layout .layout__region--content {
  padding-top: 4rem;
}
.page-node-type-themapagina .paragraph.paragraph--quote {
  font-size: 1.5rem;
  text-align: center;
}

.media-file-list {
  color: #6F6F6E;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
.media-file-list h2 {
  font-size: 1.2857rem;
}
.media-file-list strong {
  font-size: 1rem;
}
.media-file-list .subtitle {
  margin-bottom: 0.5rem;
}
.media-file-list .publicatie-content {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
}

.page-node-type-publicatiepagina .tags-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page-node-type-publicatiepagina .block-title--title {
  margin-top: 0;
}
.page-node-type-publicatiepagina #block-betonhuis-content {
  background: url("../images/background-publicatie.svg") no-repeat top right;
  background-size: 50%;
  padding-top: 30px;
}
.page-node-type-publicatiepagina .publicatie-header--right .publicatie-header--cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.page-node-type-publicatiepagina .publicatie-header--right .publicatie-header--cover img {
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow ease-out 0.2s;
  transition: -webkit-box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
}
.page-node-type-publicatiepagina .publicatie-header--right .publicatie-header--cover img:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 40em) {
  .page-node-type-publicatiepagina .publicatie-header--right .publicatie-header--cover img {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  }
}
.page-node-type-publicatiepagina .publicatie-header--right .social-bar {
  padding: 10px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0;
  left: 0;
}
.page-node-type-publicatiepagina .publicatie-header--right .social-bar a {
  background-color: #8a8a8a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.page-node-type-publicatiepagina .publicatie-header--right .social-bar a:hover {
  background-color: #00ACA9;
}
.page-node-type-publicatiepagina .publicatie-header--right .social-bar a.whatsapp {
  padding: 10px;
}
.page-node-type-publicatiepagina .publicatie-header--right .social-bar a.twitter {
  padding: 11px;
}
.page-node-type-publicatiepagina .publicatie-header--right .social-bar a.linkedin {
  padding: 9px 11px;
}
.page-node-type-publicatiepagina .publicatie-header--right .social-bar a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.media-file-list .layout__region--content,
.page-node-type-publicatiepagina .layout__region--content {
  height: 100%;
}
.media-file-list .layout__region--content > div,
.page-node-type-publicatiepagina .layout__region--content > div {
  height: 100%;
}
.media-file-list .publicatie-link,
.page-node-type-publicatiepagina .publicatie-link {
  -ms-flex-item-align: end;
      align-self: end;
  margin-top: 1rem;
}
.media-file-list a.custom-pdf-link,
.page-node-type-publicatiepagina a.custom-pdf-link {
  position: relative;
  padding-right: 20px;
  margin-bottom: 5px;
  background: none;
  font-weight: 700;
  display: inline-block;
}
.media-file-list a.custom-pdf-link:after,
.page-node-type-publicatiepagina a.custom-pdf-link:after {
  position: absolute;
  content: "";
  background: url("../images/arrow-download.svg") no-repeat;
  width: 13px;
  height: 13px;
  right: 0;
  top: 50%;
  margin-top: -6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.media-file-list .file,
.page-node-type-publicatiepagina .file {
  padding-left: 0;
}
@media print, screen and (min-width: 64em) {
  .media-file-list .grid-container.contact-person .large-8.large-offset-2, .media-file-list .contact-person.paragraph--type-homepage-header .large-8.large-offset-2,
.page-node-type-publicatiepagina .grid-container.contact-person .large-8.large-offset-2,
.page-node-type-publicatiepagina .contact-person.paragraph--type-homepage-header .large-8.large-offset-2 {
    margin-left: 0;
  }
}

.video-embed-field-responsive-video,
video {
  margin-bottom: 1rem;
}

.type-locally-hosted-video .block-title--title,
.type-hosted-video .block-title--title {
  font-size: 40px;
}
.type-locally-hosted-video .paragraph-container,
.type-hosted-video .paragraph-container {
  margin-top: 2rem;
}
@media print, screen and (min-width: 64em) {
  .type-locally-hosted-video .video-wrapper,
.type-hosted-video .video-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.type-locally-hosted-video .video-wrapper video,
.type-locally-hosted-video .video-wrapper .video-embed-field-responsive-video,
.type-locally-hosted-video .video-caption,
.type-hosted-video .video-wrapper video,
.type-hosted-video .video-wrapper .video-embed-field-responsive-video,
.type-hosted-video .video-caption {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 64em) {
  .type-locally-hosted-video .video-wrapper video,
.type-locally-hosted-video .video-wrapper .video-embed-field-responsive-video,
.type-locally-hosted-video .video-caption,
.type-hosted-video .video-wrapper video,
.type-hosted-video .video-wrapper .video-embed-field-responsive-video,
.type-hosted-video .video-caption {
    width: 66.6666666667%;
    display: block;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 64em) {
  .type-locally-hosted-video .video-caption,
.type-hosted-video .video-caption {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.type-locally-hosted-video .tags-container,
.type-hosted-video .tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2rem;
  gap: 0.5rem;
}
.type-locally-hosted-video .tags-container .tag, .type-locally-hosted-video .tags-container .field-name-bundle-fieldmedia,
.type-locally-hosted-video .tags-container .field-name-bundle-fieldtaxonomy-term,
.type-hosted-video .tags-container .tag,
.type-hosted-video .tags-container .field-name-bundle-fieldmedia,
.type-hosted-video .tags-container .field-name-bundle-fieldtaxonomy-term {
  margin: 0;
}
.type-locally-hosted-video h1.block-title--title,
.type-hosted-video h1.block-title--title {
  padding-bottom: 1rem;
}
.type-locally-hosted-video .header-small-title-area div.tag, .type-locally-hosted-video .header-small-title-area div.field-name-bundle-fieldmedia,
.type-locally-hosted-video .header-small-title-area div.field-name-bundle-fieldtaxonomy-term,
.type-hosted-video .header-small-title-area div.tag,
.type-hosted-video .header-small-title-area div.field-name-bundle-fieldmedia,
.type-hosted-video .header-small-title-area div.field-name-bundle-fieldtaxonomy-term {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .type-locally-hosted-video h1.block-title--title,
.type-locally-hosted-video .tags-container,
.type-hosted-video h1.block-title--title,
.type-hosted-video .tags-container {
    width: 66.6666666667%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .type-locally-hosted-video .tags-container,
.type-hosted-video .tags-container {
    padding-top: 2rem;
  }
  .type-locally-hosted-video h1.block-title--title,
.type-hosted-video h1.block-title--title {
    padding-bottom: 2rem;
  }
}

.ds-2col-stacked-dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.ds-2col-stacked-dual .group-header,
.ds-2col-stacked-dual .group-second-header,
.ds-2col-stacked-dual .group-left,
.ds-2col-stacked-dual .group-second-left,
.ds-2col-stacked-dual .group-right,
.ds-2col-stacked-dual .group-second-right,
.ds-2col-stacked-dual .group-third-left,
.ds-2col-stacked-dual .group-third-right {
  width: 100%;
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 64em) {
  .ds-2col-stacked-dual .group-header,
.ds-2col-stacked-dual .group-second-header,
.ds-2col-stacked-dual .group-left,
.ds-2col-stacked-dual .group-second-left,
.ds-2col-stacked-dual .group-right,
.ds-2col-stacked-dual .group-second-right,
.ds-2col-stacked-dual .group-third-left,
.ds-2col-stacked-dual .group-third-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ds-2col-stacked-dual .group-left,
.ds-2col-stacked-dual .group-second-left,
.ds-2col-stacked-dual .group-third-left {
    width: -webkit-calc(70% - 4px);
    width: calc(70% - 4px);
  }
  .ds-2col-stacked-dual .group-right,
.ds-2col-stacked-dual .group-second-right,
.ds-2col-stacked-dual .group-third-right {
    width: -webkit-calc(30% - 4px);
    width: calc(30% - 4px);
  }
}

.block-section-title {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 24px;
  color: #000;
  border-bottom: 2px solid #ECECEC;
  padding: 0 0 0.6rem;
  margin-bottom: 2.5rem;
}
.block-section-title span {
  font-weight: bold;
  position: relative;
}
.block-section-title span:before {
  position: absolute;
  bottom: -1rem;
  width: 100%;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF3F20), to(#FF7D00));
  background-image: -webkit-linear-gradient(left, #FF3F20 0%, #FF7D00 100%);
  background-image: linear-gradient(to right, #FF3F20 0%, #FF7D00 100%);
  content: "";
}
.block-section-title .login-link {
  float: right;
  margin: -3px 0 0;
}
.block-section-title .login-link a {
  color: #FF3F20;
}

.section-title, .page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .paragraph h3, .page-node-type-themapagina .thema-container.transparant-beton .paragraph h3 {
  position: relative;
  font-size: 24px;
  text-align: center;
  margin-bottom: 2.8rem;
  min-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .section-title, .page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .paragraph h3, .page-node-type-themapagina .thema-container.transparant-beton .paragraph h3 {
    font-size: 40px;
  }
}
.section-title:before, .page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .paragraph h3:before, .page-node-type-themapagina .thema-container.transparant-beton .paragraph h3:before {
  position: absolute;
  bottom: -2rem;
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF3F20), to(#FF7D00));
  background-image: -webkit-linear-gradient(left, #FF3F20 0%, #FF7D00 100%);
  background-image: linear-gradient(to right, #FF3F20 0%, #FF7D00 100%);
  content: "";
}
.section-title--left:before, .page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .paragraph h3:before {
  bottom: -1.5rem;
  width: 60px;
  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
}
@media print, screen and (min-width: 40em) {
  .section-title--left, .page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .paragraph h3 {
    text-align: left;
  }
  .section-title--left:before, .page-node-type-themapagina .thema-container.gezondheid-onder-de-grond .paragraph h3:before {
    bottom: -1.5rem;
    left: 0;
    width: 60px;
  }
}

.items-counter {
  font-size: 15px;
  font-weight: normal;
  color: #FF3F20;
  padding-left: 1rem;
  vertical-align: middle;
}

.section-title-white {
  font-size: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .section-title-white {
    margin-bottom: 3rem;
    font-size: 40px;
  }
}

.date, .node--type-activity.node--view-mode-teaser-small .field--name-field-date {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FF3F20;
}
@media print, screen and (min-width: 40em) {
  .date, .node--type-activity.node--view-mode-teaser-small .field--name-field-date {
    font-size: 13px;
  }
}

.date-created {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #6F6F6E;
}
@media print, screen and (min-width: 40em) {
  .date-created {
    font-size: 13px;
  }
}

.inline {
  display: inline-block;
}

.block-details {
  margin: 4rem 0;
}

.path-frontpage .block-content {
  padding-top: 0;
}

.path-frontpage .header-key-visual {
  margin-top: -2rem;
}

.block-social-links ul {
  margin-top: 2rem;
  margin-left: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .block-social-links ul {
    margin-top: 0;
  }
}
.block-social-links ul a {
  display: block;
  width: 27px;
  height: 30px;
  font-size: 0;
  opacity: 0.3;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.block-social-links ul a:hover {
  opacity: 1;
}
.block-social-links ul .icon-twitter {
  background: url(../images/twitter-black.svg) no-repeat center;
}
.block-social-links ul .icon-youtube {
  background: url(../images/youtube-black.svg) no-repeat center;
}
.block-social-links ul .icon-linkedin {
  background: url(../images/linkedin-black.svg) no-repeat center;
}
.block-social-links svg .icon {
  fill: #fff;
}

.block-intro {
  position: relative;
  color: #fff;
  z-index: 3;
}
.block-intro .subtitle {
  color: white;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  font-weight: normal;
}
@media print, screen and (min-width: 40em) {
  .block-intro .subtitle {
    font-weight: 600;
    display: block;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .block-intro {
    margin-top: 8.5rem;
  }
  .block-intro .subtitle {
    margin-top: 0;
  }
}
.block-intro h1 {
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
  padding: 2.5rem 1rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .block-intro h1 {
    font-size: 38px;
    padding: 3.5rem 1rem 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .block-intro h1 {
    font-size: 50px;
    padding: 0 0 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .header-sector .block-intro {
    margin-top: 3.2rem;
  }
  .header-sector .block-intro h1 {
    padding: 0 0 0.8rem;
  }
}
.header-agenda .block-intro h1 {
  color: #000;
}
@media print, screen and (min-width: 40em) {
  .header-agenda .block-intro {
    margin-top: 0rem;
  }
  .header-agenda .block-intro h1 {
    padding: 0 0 0.8rem;
  }
}

.quick-link {
  margin-top: 1.5rem;
  font-size: 15px;
}
@media print, screen and (min-width: 40em) {
  .quick-link {
    margin-top: 4rem;
  }
}
.quick-link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.quick-link .text {
  border-left: 3px solid #fff;
  font-weight: normal;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: border ease 0.2s;
  transition: border ease 0.2s;
}
.quick-link:hover .text {
  border-left: 3px solid #FF3F20;
}

.search-wrapper {
  position: relative;
  padding: 5px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.search-wrapper .login-link {
  padding: 4px 6px;
}
.search-wrapper .login-link a {
  background: url("../images/icon-lock-white.svg") no-repeat left;
  color: #fff;
}

.login-link a {
  font-size: 13px;
  display: inline-block;
  text-decoration: underline;
  background: url("../images/icon-lock-black.svg") no-repeat left;
  text-indent: 24px;
  position: relative;
}
.login-link a:hover {
  text-decoration: none;
}

.block-search .input-group {
  margin-bottom: 0;
}
.block-search .input-group .button, .block-search .input-group .view-display-id-block_1 .more-link a, .view-display-id-block_1 .more-link .block-search .input-group a, .block-search .input-group .view-display-id-block_3 .more-link a, .view-display-id-block_3 .more-link .block-search .input-group a, .block-search .input-group #fancy_login_login_box .form-submit, #fancy_login_login_box .block-search .input-group .form-submit, .block-search .input-group input[type=submit].webform-button--submit {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.1rem;
  color: transparent;
  border-bottom: 2px solid #009390;
  background-image: url("../images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media print, screen and (min-width: 40em) {
  .block-search .input-group .button, .block-search .input-group .view-display-id-block_1 .more-link a, .view-display-id-block_1 .more-link .block-search .input-group a, .block-search .input-group .view-display-id-block_3 .more-link a, .view-display-id-block_3 .more-link .block-search .input-group a, .block-search .input-group #fancy_login_login_box .form-submit, #fancy_login_login_box .block-search .input-group .form-submit, .block-search .input-group input[type=submit].webform-button--submit {
    padding: 0 0.5rem;
    background-size: inherit;
  }
}
.block-search .input-group input {
  border: none;
  height: 50px;
  line-height: 50px;
}
.block-search .input-group input.input-group-field {
  padding-left: 1.2rem;
}
@media print, screen and (min-width: 40em) {
  .block-search .input-group input {
    height: 60px;
    line-height: 60px;
  }
  .block-search .input-group input.input-group-field {
    padding-left: 1.5rem;
  }
}

[data-drupal-selector=edit-field-access-groups-target-id],
[data-drupal-selector=edit-field-main-sector-target-id],
[data-drupal-selector=edit-aggregated-field-sectors],
[data-drupal-selector=edit-aggregated-field-sectors-1],
[data-drupal-selector=edit-entity-bundle],
[data-drupal-selector=edit-aggregated-field-groups] {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
  margin-top: 5px;
}
[data-drupal-selector=edit-field-access-groups-target-id] legend,
[data-drupal-selector=edit-field-main-sector-target-id] legend,
[data-drupal-selector=edit-aggregated-field-sectors] legend,
[data-drupal-selector=edit-aggregated-field-sectors-1] legend,
[data-drupal-selector=edit-entity-bundle] legend,
[data-drupal-selector=edit-aggregated-field-groups] legend {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
}
[data-drupal-selector=edit-field-access-groups-target-id] div.js-form-item,
[data-drupal-selector=edit-field-main-sector-target-id] div.js-form-item,
[data-drupal-selector=edit-aggregated-field-sectors] div.js-form-item,
[data-drupal-selector=edit-aggregated-field-sectors-1] div.js-form-item,
[data-drupal-selector=edit-entity-bundle] div.js-form-item,
[data-drupal-selector=edit-aggregated-field-groups] div.js-form-item {
  float: left;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  [data-drupal-selector=edit-field-access-groups-target-id] div.js-form-item,
[data-drupal-selector=edit-field-main-sector-target-id] div.js-form-item,
[data-drupal-selector=edit-aggregated-field-sectors] div.js-form-item,
[data-drupal-selector=edit-aggregated-field-sectors-1] div.js-form-item,
[data-drupal-selector=edit-entity-bundle] div.js-form-item,
[data-drupal-selector=edit-aggregated-field-groups] div.js-form-item {
    width: auto;
  }
}

.agenda-item-small {
  display: block;
}
.agenda-item-small:hover .agenda-item--title {
  color: #FF3F20;
}
.agenda-item-small:hover .agenda-item--date,
.agenda-item-small:hover .agenda-item--intro {
  color: #444444;
}
.agenda-item-small--title {
  -webkit-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
  margin-bottom: 2px;
}
.agenda-item-small--date {
  color: #6F6F6E;
  margin-bottom: 2px;
  -webkit-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
.agenda-item-small--intro {
  color: #6F6F6E;
  -webkit-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
}
.agenda-item-small p {
  line-height: 16px;
}

.block-targetpoints {
  margin-bottom: 2rem;
  padding: 2rem 0 5rem;
  background: url("../images/target-points-bg.jpg");
  background-size: cover;
}
@media print, screen and (min-width: 40em) {
  .block-targetpoints {
    padding: 5rem 0;
    margin-bottom: 4.5rem;
  }
}
.block-targetpoints .field--name-field-objectives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .block-targetpoints .field--name-field-objectives {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.block-targetpoints .field--name-field-objectives .field__item {
  width: 75%;
}
@media print, screen and (min-width: 40em) {
  .block-targetpoints .field--name-field-objectives .field__item {
    width: -webkit-calc(33.33333% - 1.5rem);
    width: calc(33.33333% - 1.5rem);
  }
}

.targetpoint-item {
  display: block;
}
.targetpoint-item:hover .targetpoint-item--bg {
  -webkit-filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.15));
}
.targetpoint-item:hover .targetpoint-item--image__hover,
.targetpoint-item:hover .targetpoint-item--gradient {
  opacity: 1;
}
.targetpoint-item:hover .targetpoint-item--image {
  opacity: 0;
}
.targetpoint-item--bg {
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.targetpoint-item--gradient {
  opacity: 0;
  -webkit-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}
.targetpoint-item--title {
  margin-bottom: 0;
  font-size: 24px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: bold;
  padding: 1rem 0;
}
.targetpoint-item--image {
  -webkit-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}
.targetpoint-item--image__hover {
  -webkit-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
  opacity: 0;
}

.block-dossiers,
.block-publicataions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4em;
}
.block-dossiers .button.secondary, .block-dossiers .view-display-id-block_1 .more-link a.secondary, .view-display-id-block_1 .more-link .block-dossiers a.secondary, .block-dossiers .view-display-id-block_3 .more-link a.secondary, .view-display-id-block_3 .more-link .block-dossiers a.secondary, .block-dossiers #fancy_login_login_box .secondary.form-submit, #fancy_login_login_box .block-dossiers .secondary.form-submit, .block-dossiers input.secondary[type=submit].webform-button--submit,
.block-publicataions .button.secondary,
.block-publicataions .view-display-id-block_1 .more-link a.secondary,
.view-display-id-block_1 .more-link .block-publicataions a.secondary,
.block-publicataions .view-display-id-block_3 .more-link a.secondary,
.view-display-id-block_3 .more-link .block-publicataions a.secondary,
.block-publicataions #fancy_login_login_box .secondary.form-submit,
#fancy_login_login_box .block-publicataions .secondary.form-submit,
.block-publicataions input.secondary[type=submit].webform-button--submit {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.block-dossiers .box-item--title,
.block-publicataions .box-item--title {
  margin-bottom: 0.5rem;
}
.block-dossiers .box-item--title a,
.block-publicataions .box-item--title a {
  color: #000;
}
.block-dossiers .box-item--bg,
.block-publicataions .box-item--bg {
  background-position-y: 75%;
}
@media print, screen and (min-width: 40em) {
  .block-dossiers .box-item--bg,
.block-publicataions .box-item--bg {
    min-height: 150px;
  }
}
@media print, screen and (min-width: 64em) {
  .block-dossiers .box-item--bg,
.block-publicataions .box-item--bg {
    min-height: 110px;
  }
}
.block-dossiers .box-item--bg .leden,
.block-publicataions .box-item--bg .leden {
  float: right;
  margin-right: -3em;
}
.block-dossiers .box-item--file,
.block-publicataions .box-item--file {
  margin-bottom: 0.5rem;
}

.block-related-dossiers {
  margin-bottom: 2rem;
}
.block-related-dossiers .slider {
  padding-bottom: 65px;
}
.block-related-dossiers .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.block-related-dossiers .slick-slide {
  padding: 0 15px;
}
.block-related-dossiers .pager__nav-left {
  position: absolute;
  bottom: 0;
  right: 4.5rem;
}
.block-related-dossiers .pager__nav-right {
  position: absolute;
  bottom: 0;
  right: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .block-related-dossiers {
    /* IE10+ specific styles go here */
  }
  .block-related-dossiers svg {
    display: none;
  }
}

.block-sectors {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#FF3F20), to(#FF7D00));
  background: -webkit-linear-gradient(left, #FF3F20 0%, #FF7D00 100%);
  background: linear-gradient(to right, #FF3F20 0%, #FF7D00 100%);
  margin-bottom: 4.5rem;
  padding: 3rem 0 3rem;
}
@media print, screen and (min-width: 40em) {
  .block-sectors {
    padding: 4rem 0 5rem;
  }
}
.block-sectors:before {
  position: absolute;
  background: url("../images/sectors-bg.jpg") no-repeat;
  background-size: cover;
  opacity: 0.1;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
}
.block-sectors .field--name-field-sectoren {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
  padding: 0 1rem;
}
@media print, screen and (min-width: 64em) {
  .block-sectors .field--name-field-sectoren {
    padding: 0;
  }
}
.block-sectors .field--name-field-sectoren > .field__item {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .block-sectors .field--name-field-sectoren > .field__item {
    max-width: -webkit-calc(50% - 0.9375rem);
    max-width: calc(50% - 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .block-sectors .field--name-field-sectoren > .field__item {
    max-width: -webkit-calc(25% - 1.406rem);
    max-width: calc(25% - 1.406rem);
  }
}
.block-sectors .field--name-field-sectoren > .field__item .field--name-dynamic-token-fieldtaxonomy-term-taxonomy-term-name {
  height: 100%;
}
.block-sectors .field--name-field-sectoren > .field__item .sector-item {
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow ease-out 0.2s;
  transition: -webkit-box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  padding: 15px;
  height: 100%;
  cursor: pointer;
  margin-bottom: 0;
}
.block-sectors .field--name-field-sectoren > .field__item .sector-item:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 40em) {
  .block-sectors .field--name-field-sectoren > .field__item .sector-item {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  }
}
@media print, screen and (min-width: 40em) {
  .block-sectors .field--name-field-sectoren > .field__item .sector-item {
    padding: 18px 24px;
  }
}
.block-sectors .field--name-field-sectoren > .field__item .sector-item:hover {
  background-color: #444444;
}

.sector-item {
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow ease-out 0.2s;
  transition: -webkit-box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  padding: 15px;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-transition: background-color ease-out 0.2s;
  transition: background-color ease-out 0.2s;
}
.sector-item:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 40em) {
  .sector-item {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  }
}
@media print, screen and (min-width: 40em) {
  .sector-item {
    padding: 18px 24px;
  }
}
.sector-item:hover {
  background-color: #444444;
}
.sector-item:hover .sector-item--title {
  color: #fff;
}
.sector-item:hover .sector-item--bg {
  background-image: url("../images/arrow-right-white.svg");
}
@media print, screen and (min-width: 40em) {
  .sector-item {
    margin-bottom: 20px;
  }
}
.sector-item--title {
  display: inline-block;
  font-family: "Work Sans", Arial, sans-serif;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: color ease-out 0.2s;
  transition: color ease-out 0.2s;
  line-height: 30px;
}
.sector-item--bg {
  background: url("../images/arrow-right-grey.svg") no-repeat right 50%;
}
@media print, screen and (min-width: 64em) {
  .sector-item--bg {
    background-position-y: 50%;
  }
}
.sector-item--icon {
  display: inline-block;
  margin-right: 1rem;
}

.block-subscription {
  color: #6F6F6E;
  margin-bottom: 2rem;
}
.block-subscription button {
  margin-top: 10px;
}
.block-subscription .field {
  position: relative;
}
.block-subscription .field input {
  border: 2px solid #ECECEC;
  padding: 30px 22px 12px;
  height: 70px;
  font-size: 17px;
  font-weight: bold;
}
.block-subscription .field input:focus {
  border: 2px solid #FF3F20;
}
.block-subscription .field label {
  position: absolute;
  color: #6F6F6E;
  left: 24px;
  top: 18px;
  font-size: 18px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.block-subscription .field input:focus + label,
.block-subscription .field label.active {
  top: 12px;
  font-size: 12px;
}
.block-subscription .field-checkbox input {
  height: auto;
}
.block-subscription .webform-submission-form .webform-button--submit {
  margin-top: 1em;
}
.block-subscription .webform-submission-form .field-email,
.block-subscription .webform-submission-form .field-name {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media print, screen and (min-width: 40em) {
  .block-subscription .webform-submission-form .field-email,
.block-subscription .webform-submission-form .field-name {
    width: -webkit-calc(50% - 1.875rem);
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.block-subscription .webform-submission-form .field-checkbox {
  width: 100%;
  color: #6F6F6E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-subscription .webform-submission-form .field-checkbox input {
  margin-top: 0.4em;
}
@media print, screen and (min-width: 40em) {
  .block-subscription .webform-submission-form .field-checkbox input {
    margin-left: 1rem;
  }
}
.block-subscription .webform-submission-form .form-item-accept-terms-and-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-subscription .webform-submission-form .form-item-accept-terms-and-conditions input {
  margin: 5px 0 0;
}

.block-title {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-size: cover;
}
.block-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 40%;
  content: "";
}
.block-title--content {
  position: relative;
  padding-bottom: 2rem;
  min-height: 240px;
  z-index: 2;
  -webkit-transition: min-height ease-out 0.2s;
  transition: min-height ease-out 0.2s;
}
@media print, screen and (min-width: 40em) {
  .block-title--content {
    padding-bottom: 4.5rem;
    min-height: 550px;
    height: 550px;
  }
}
@media print, screen and (min-width: 40em) {
  .block-title--content--medium {
    padding-bottom: 4.5rem;
    min-height: 400px;
    height: 400px;
  }
}
.block-title--title {
  color: #fff;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 40em) {
  .block-title--title {
    font-size: 50px;
  }
}
.block-title--tag {
  font-size: 12px;
}

.header-small {
  text-align: center;
}
.header-small .img-gradient {
  position: relative;
  display: inline-block;
}
.header-small .img-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 63, 32, 0.7)), to(rgba(255, 125, 0, 0.7)));
  background: -webkit-linear-gradient(left, rgba(255, 63, 32, 0.7) 0%, rgba(255, 125, 0, 0.7) 100%);
  background: linear-gradient(to right, rgba(255, 63, 32, 0.7) 0%, rgba(255, 125, 0, 0.7) 100%);
}
.header-small .img-gradient img {
  display: block;
  width: 100%;
}

.header-small-title-area h1 {
  color: #000;
  margin-bottom: 0px;
}

.block-content {
  position: relative;
  padding-top: 2rem;
}
.block-content__no-padding {
  padding: 0;
}
@media print, screen and (min-width: 64em) {
  .page-detail .block-content {
    background: url("../images/content-bg.svg") right -5rem no-repeat;
  }
}

.block-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 1rem;
}
@media print, screen and (min-width: 64em) {
  .block-share {
    right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-share a {
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0.1);
}
.block-share a:hover {
  background: #00ACA9;
}

.block-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  font-size: 13px;
  font-weight: bold;
  color: #B6B6B6;
  font-family: "Work Sans", Arial, sans-serif;
}
.block-meta .avatar {
  margin-right: 10px;
}

.block-positions {
  background: url("../images/positions-bg.jpg") no-repeat;
  background-size: 100%;
  background-position: bottom;
  margin: 4.5rem 0;
  padding: 0 0 3rem 0;
}
.block-positions .slick-slide {
  padding: 10px 15px 20px;
}

.single-slider {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: 0 -15px 0;
}

.position-item {
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow ease-out 0.2s;
  transition: -webkit-box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  background: #fff;
  padding: 1rem;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.position-item:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 40em) {
  .position-item {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  }
}
@media print, screen and (min-width: 40em) {
  .position-item {
    padding: 4rem 0 3rem;
  }
}
.position-item .button, .position-item .view-display-id-block_1 .more-link a, .view-display-id-block_1 .more-link .position-item a, .position-item .view-display-id-block_3 .more-link a, .view-display-id-block_3 .more-link .position-item a, .position-item #fancy_login_login_box .form-submit, #fancy_login_login_box .position-item .form-submit, .position-item input[type=submit].webform-button--submit {
  margin-top: auto;
}
.position-item .paper--image {
  background: url("../images/quote.svg") no-repeat left 5px;
  padding-right: 1rem;
  padding-left: 35px;
}
@media print, screen and (min-width: 40em) {
  .position-item .paper--image {
    text-align: center;
  }
}
@media print, screen and (min-width: 64em) {
  .position-item .paper--image {
    background-position: 20% 5px;
  }
}
.position-item .paper--image img {
  display: inline-block;
  max-width: 40px;
  border-radius: 40px;
  margin-bottom: 1.2rem;
}
@media print, screen and (min-width: 40em) {
  .position-item .paper--image img {
    max-width: 90px;
    border-radius: 90px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-item .paper--image img {
    max-width: 140px;
    border-radius: 140px;
  }
}
.position-item .paper--author {
  margin-top: 10px;
  color: #FF3F20;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.position-item .paper--position {
  color: #6F6F6E;
}
.position-item .paper--body {
  font-size: 15px;
}

@media print, screen and (max-width: 47.99875em) {
  .view-display-id-materiaal_page .grid-margin-x, .view-display-id-materiaal_page .field--name-field-agenda-view-one, .view-display-id-materiaal_page .field--name-field-view,
.view-id-news.view-display-id-block_1 .grid-margin-x,
.view-id-news.view-display-id-block_1 .field--name-field-agenda-view-one,
.view-id-news.view-display-id-block_1 .field--name-field-view {
    margin-left: 0;
    margin-right: 0;
  }
}
.view-display-id-materiaal_page h1,
.view-id-news.view-display-id-block_1 h1 {
  padding: 0 15px;
}
.view-display-id-materiaal_page .active-dossier h1,
.view-id-news.view-display-id-block_1 .active-dossier h1 {
  padding: 0;
}
.view-display-id-materiaal_page [data-drupal-selector=edit-field-access-groups-target-id],
.view-display-id-materiaal_page [data-drupal-selector=edit-field-main-sector-target-id],
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-sectors],
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-sectors-1],
.view-display-id-materiaal_page [data-drupal-selector=edit-entity-bundle],
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-groups],
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-field-access-groups-target-id],
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-field-main-sector-target-id],
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-sectors],
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-sectors-1],
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-entity-bundle],
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-groups] {
  margin: 0 -15px -15px -15px;
  padding: 15px;
  margin-top: 15px;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  display: inline-block;
}
.view-display-id-materiaal_page [data-drupal-selector=edit-field-access-groups-target-id] legend,
.view-display-id-materiaal_page [data-drupal-selector=edit-field-main-sector-target-id] legend,
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-sectors] legend,
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-sectors-1] legend,
.view-display-id-materiaal_page [data-drupal-selector=edit-entity-bundle] legend,
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-groups] legend,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-field-access-groups-target-id] legend,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-field-main-sector-target-id] legend,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-sectors] legend,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-sectors-1] legend,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-entity-bundle] legend,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-groups] legend {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.view-display-id-materiaal_page [data-drupal-selector=edit-field-access-groups-target-id] .form-type-checkbox,
.view-display-id-materiaal_page [data-drupal-selector=edit-field-main-sector-target-id] .form-type-checkbox,
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-sectors] .form-type-checkbox,
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-sectors-1] .form-type-checkbox,
.view-display-id-materiaal_page [data-drupal-selector=edit-entity-bundle] .form-type-checkbox,
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-groups] .form-type-checkbox,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-field-access-groups-target-id] .form-type-checkbox,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-field-main-sector-target-id] .form-type-checkbox,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-sectors] .form-type-checkbox,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-sectors-1] .form-type-checkbox,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-entity-bundle] .form-type-checkbox,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-groups] .form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.view-display-id-materiaal_page [data-drupal-selector=edit-field-access-groups-target-id] .form-type-checkbox input,
.view-display-id-materiaal_page [data-drupal-selector=edit-field-main-sector-target-id] .form-type-checkbox input,
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-sectors] .form-type-checkbox input,
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-sectors-1] .form-type-checkbox input,
.view-display-id-materiaal_page [data-drupal-selector=edit-entity-bundle] .form-type-checkbox input,
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-groups] .form-type-checkbox input,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-field-access-groups-target-id] .form-type-checkbox input,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-field-main-sector-target-id] .form-type-checkbox input,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-sectors] .form-type-checkbox input,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-sectors-1] .form-type-checkbox input,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-entity-bundle] .form-type-checkbox input,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-groups] .form-type-checkbox input {
  margin: 0;
  margin-right: 7px;
}
.view-display-id-materiaal_page [data-drupal-selector=edit-field-access-groups-target-id] .form-type-checkbox label,
.view-display-id-materiaal_page [data-drupal-selector=edit-field-main-sector-target-id] .form-type-checkbox label,
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-sectors] .form-type-checkbox label,
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-sectors-1] .form-type-checkbox label,
.view-display-id-materiaal_page [data-drupal-selector=edit-entity-bundle] .form-type-checkbox label,
.view-display-id-materiaal_page [data-drupal-selector=edit-aggregated-field-groups] .form-type-checkbox label,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-field-access-groups-target-id] .form-type-checkbox label,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-field-main-sector-target-id] .form-type-checkbox label,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-sectors] .form-type-checkbox label,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-sectors-1] .form-type-checkbox label,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-entity-bundle] .form-type-checkbox label,
.view-id-news.view-display-id-block_1 [data-drupal-selector=edit-aggregated-field-groups] .form-type-checkbox label {
  display: block;
  line-height: 0.875rem;
  margin-left: 0;
  margin-right: 1.5rem;
}
.view-display-id-materiaal_page .block-filters,
.view-id-news.view-display-id-block_1 .block-filters {
  background: #F5F5F5;
  padding: 15px;
  margin-bottom: 2rem;
}
.view-display-id-materiaal_page .block-filters .input-group,
.view-id-news.view-display-id-block_1 .block-filters .input-group {
  border: 2px solid #F5F5F5;
  border-radius: 4px;
}
.view-display-id-materiaal_page .block-filters select,
.view-id-news.view-display-id-block_1 .block-filters select {
  margin: 0;
  color: #6F6F6E;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding-left: 1.2rem;
  height: 50px;
}
.view-display-id-materiaal_page .block-filters select:hover,
.view-id-news.view-display-id-block_1 .block-filters select:hover {
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
}
@media print, screen and (min-width: 40em) {
  .view-display-id-materiaal_page .block-filters select,
.view-id-news.view-display-id-block_1 .block-filters select {
    margin-top: 0;
    height: 64px;
  }
}
.view-display-id-materiaal_page .block-filters .dossier-select,
.view-id-news.view-display-id-block_1 .block-filters .dossier-select {
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .view-display-id-materiaal_page .block-filters .dossier-select,
.view-id-news.view-display-id-block_1 .block-filters .dossier-select {
    margin-top: 0;
    padding-left: 10px;
  }
  .view-display-id-materiaal_page .block-filters h1,
.view-id-news.view-display-id-block_1 .block-filters h1 {
    padding: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .view-display-id-materiaal_page .view-filters,
.view-id-news.view-display-id-block_1 .view-filters {
    padding: 0;
  }
}
.view-display-id-materiaal_page ul.pager,
.view-id-news.view-display-id-block_1 ul.pager {
  list-style: none;
}
.view-display-id-materiaal_page ul.pager .pager__item,
.view-id-news.view-display-id-block_1 ul.pager .pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-user {
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.block-user--dropdown {
  margin-left: 1rem;
  cursor: pointer;
}
.block-user--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.block-user--arrow {
  fill: #444444;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: fill ease-out 0.2s;
  transition: fill ease-out 0.2s;
}
.block-user:hover .block-user--arrow {
  fill: #00ACA9;
}
.block-user:hover .block-user--menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.block-user--menu {
  position: absolute;
  top: 60px;
  right: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  background: #fff;
  min-width: 140px;
  font-size: 13px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.block-user--menu .username {
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.block-user--menu .dashboard {
  padding: 5px 10px;
}
.block-user--menu .menu {
  margin: 3px 0 0;
  list-style: none;
}
.block-user--menu .menu a:hover {
  color: #00ACA9;
  padding: 0 0 0 5px;
  border-left: 2px solid #00ACA9;
}

.paragraph.paragraph--quote {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.paragraph.paragraph--quote .quote--image {
  background: url("../images/quote.svg") no-repeat left 5px;
  margin-bottom: 10px;
  padding-right: 1rem;
  padding-left: 35px;
}
@media print, screen and (min-width: 64em) {
  .paragraph.paragraph--quote .quote--image {
    background-position: 20% 5px;
    background-size: 36px;
    text-align: right;
  }
}
.paragraph.paragraph--quote .quote--image img {
  max-width: 40px;
  border-radius: 40px;
}
@media print, screen and (min-width: 40em) {
  .paragraph.paragraph--quote .quote--image img {
    max-width: 60px;
    border-radius: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph.paragraph--quote .quote--image img {
    max-width: 80px;
    border-radius: 80px;
  }
}
.paragraph.paragraph--quote .quote--author {
  color: #FF3F20;
  font-size: 15px;
  font-weight: bold;
}
@media print, screen and (min-width: 64em) {
  .paragraph.paragraph--quote .quote--author {
    font-size: 19px;
  }
}
.paragraph.paragraph--quote .field--name-field-quote {
  font-size: 15px;
  color: #B6B6B6;
}
@media print, screen and (min-width: 64em) {
  .paragraph.paragraph--quote .field--name-field-quote {
    font-size: 19px;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .paragraph-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 40em) {
  .paragraph-gallery {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .paragraph-gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.paragraph-gallery .pager__nav-left,
.paragraph-gallery .pager__nav-right {
  display: none !important;
}
@media print, screen and (min-width: 64em) {
  .paragraph-gallery .pager__nav-left,
.paragraph-gallery .pager__nav-right {
    display: block !important;
    position: absolute;
    top: 42%;
    left: -60px;
  }
}
.paragraph-gallery .pager__nav-right {
  left: auto;
  right: -60px;
}
.paragraph-gallery .slick-slide {
  padding: 15px;
}

.gallery-item {
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow ease-out 0.2s;
  transition: -webkit-box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.gallery-item:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 40em) {
  .gallery-item {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  }
}
@media print, screen and (max-width: 47.99875em) {
  .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: -webkit-calc(50% - 1.875rem);
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media print, screen and (max-width: 47.99875em) and (min-width: 40em) {
  .gallery-item {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .gallery-item {
    width: 33%;
  }
}
.gallery-item img {
  width: 100%;
}
.gallery-item:hover .gallery-item--description {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.gallery-item--description {
  padding: 15px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 400ms;
  transition: -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 400ms;
  transition: transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 400ms;
  transition: transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 400ms, -webkit-transform cubic-bezier(0.68, -0.55, 0.265, 1.55) 400ms;
}
@media print, screen and (min-width: 40em) {
  .gallery-item--description {
    padding: 18px 24px;
  }
}
.gallery-item--description:before {
  position: absolute;
  left: -2rem;
  bottom: -2rem;
  width: 400px;
  height: 200px;
  content: "";
  background-color: rgba(255, 63, 32, 0.85);
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  z-index: 1;
}
.gallery-item .content {
  position: relative;
  color: #fff;
  font-size: 13px;
  z-index: 2;
}

.paragraph--video {
  font-size: 17px;
}
.paragraph--video .video--play-button {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -webkit-calc(50% - 35px);
  top: calc(50% - 35px);
  left: -webkit-calc(50% - 35px);
  left: calc(50% - 35px);
}
@media print, screen and (min-width: 40em) {
  .paragraph--video .video--play-button {
    width: auto;
    height: auto;
    top: -webkit-calc(50% - 75px);
    top: calc(50% - 75px);
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px);
  }
}
.paragraph--video .video--thumbnail {
  background: #fff;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow ease-out 0.2s;
  transition: -webkit-box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s;
  transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s;
  position: relative;
  cursor: pointer;
}
.paragraph--video .video--thumbnail:hover {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 40em) {
  .paragraph--video .video--thumbnail {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  }
}
.paragraph--video .video--image {
  width: 100%;
}
.paragraph--video .video--description {
  color: #6F6F6E;
  text-align: left;
  width: 80%;
  margin: auto;
}
@media print, screen and (min-width: 40em) {
  .paragraph--video .video--description {
    font-size: 13px;
  }
}

.paragraph--type-agenda-overview h2 {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 1em;
}
.paragraph--type-agenda-overview .medium-4 .grid-x.box-item, .paragraph--type-agenda-overview .medium-4 .box-item.field--name-field-agenda-view-one, .paragraph--type-agenda-overview .medium-4 .box-item.field--name-field-view {
  height: 100%;
}

.paragraph--type-agenda-nieuws-overzichten h1 {
  margin-top: 1rem;
}
.paragraph--type-agenda-nieuws-overzichten .field--name-field-view {
  margin: 0;
}

.paragraph--type--wysiwyg h2 {
  font-size: 1.5rem;
}
.paragraph--type--wysiwyg a {
  color: #FF7D00;
  -webkit-transition: color ease-out 0.15s, background-color ease-out 0.2s;
  transition: color ease-out 0.15s, background-color ease-out 0.2s;
}

body .paragraph--type--thema-tekst {
  color: #000;
  text-align: center;
  position: relative;
  margin: 4.5rem 0;
}
body .paragraph--type--thema-tekst .background-element {
  background: url("../images/target-points-bg.jpg") no-repeat center;
  background-size: cover;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: absolute;
  right: 50%;
  width: 100vw;
  height: 100%;
}
body .paragraph--type--thema-tekst h2.section-title {
  color: #000 !important;
}
body .paragraph--type--thema-tekst .thema-footer--content {
  position: relative;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
  color: #000 !important;
}
body .paragraph--type--thema-tekst .thema-footer--content .thema-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 2rem;
}
body .paragraph--type--thema-tekst .thema-footer--content .thema-images .image-container {
  max-width: 180px;
  width: 100%;
  margin: 0 1rem;
}
body .paragraph--type--thema-tekst .thema-footer--content .thema-images .image-container a {
  display: block;
}
body .paragraph--type--thema-tekst .thema-footer--content .thema-images .thema-logo {
  margin-bottom: 2rem;
}
body .paragraph--type--thema-tekst p {
  color: #000 !important;
}

main .paragraph:last-of-type.paragraph--type--thema-tekst {
  padding: 0 1rem 9rem 1rem;
  position: relative;
  margin-bottom: -16rem;
}
@media print, screen and (min-width: 64em) {
  main .paragraph:last-of-type.paragraph--type--thema-tekst {
    margin-bottom: -25vh;
  }
}

.paragraph-image {
  position: relative;
}
.paragraph-image .block-image {
  background-position: center;
}

.paragraph--type-homepage-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.paragraph--type-homepage-header .group-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type-homepage-header .group-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-homepage-header .group-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paragraph--type-homepage-header .field--name-node-type {
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  /* identical to box height, or 20px */
  letter-spacing: 0.2em;
}
.paragraph--type-homepage-header .field--name-node-type .tag:not(.hash-tag), .paragraph--type-homepage-header .field--name-node-type .field-name-bundle-fieldmedia:not(.hash-tag),
.paragraph--type-homepage-header .field--name-node-type .field-name-bundle-fieldtaxonomy-term:not(.hash-tag) {
  padding: 0;
  background-color: transparent;
}
.paragraph--type-homepage-header .field--name-paragraph-latest-news .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.paragraph--type-homepage-header .field--name-paragraph-latest-news .view-content .cell {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .paragraph--type-homepage-header .field--name-paragraph-latest-news .view-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .paragraph--type-homepage-header .field--name-paragraph-latest-news .view-content .cell {
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
  }
}
@media print, screen and (min-width: 64em) {
  .paragraph--type-homepage-header .field--name-paragraph-latest-news .view-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .paragraph--type-homepage-header .field--name-paragraph-latest-news .view-content .cell {
    width: 100%;
  }
}
.paragraph--type-homepage-header .group-second-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.paragraph--type-homepage-header .field--name-field-content {
  padding: 3rem 1rem;
}
.paragraph--type-homepage-header .field--name-field-content h2 {
  font-size: 2.125rem;
  font-family: "Fira Sans Condensed", sans-serif;
}
@media screen and (min-width: 75em) {
  .paragraph--type-homepage-header .field--name-field-content {
    padding: 2rem 150px 0 0;
  }
  .paragraph--type-homepage-header .field--name-field-content h2 {
    font-size: 48px;
  }
}
.paragraph--type-homepage-header .field--name-field-links {
  padding: 0;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.paragraph--type-homepage-header .field--name-field-links a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.paragraph--type-homepage-header .field--name-field-links .field__item,
.paragraph--type-homepage-header .field--name-field-links .field__item:last-child {
  margin-left: 0;
}
.paragraph--type-homepage-header .field--name-field-links > .field__item:not(:first-child) {
  margin-top: 24px;
}
.paragraph--type-homepage-header .field--name-field-single-uitgelicht-item,
.paragraph--type-homepage-header .field--name-field-single-uitgelicht-item > .field__item,
.paragraph--type-homepage-header .field--name-field-uitgelichte-content-leden,
.paragraph--type-homepage-header .field--name-field-uitgelichte-content-leden > .field__item {
  width: 100%;
  height: 100%;
}
.paragraph--type-homepage-header .field--name-field-single-uitgelicht-item h2,
.paragraph--type-homepage-header .field--name-field-single-uitgelicht-item > .field__item h2,
.paragraph--type-homepage-header .field--name-field-uitgelichte-content-leden h2,
.paragraph--type-homepage-header .field--name-field-uitgelichte-content-leden > .field__item h2 {
  color: #fff;
}
.paragraph--type-homepage-header .field--name-field-single-uitgelicht-item .node--view-mode-uitgelicht,
.paragraph--type-homepage-header .field--name-field-single-uitgelicht-item > .field__item .node--view-mode-uitgelicht,
.paragraph--type-homepage-header .field--name-field-uitgelichte-content-leden .node--view-mode-uitgelicht,
.paragraph--type-homepage-header .field--name-field-uitgelichte-content-leden > .field__item .node--view-mode-uitgelicht {
  height: 100%;
}

.paragraph {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .paragraph {
    margin-bottom: 2rem;
  }
}
.paragraph--intro {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: bold;
}
.paragraph--text {
  font-size: 17px;
}
.paragraph--text h3 {
  margin-bottom: 1rem;
}
.paragraph table caption {
  text-align: left;
}
.paragraph .tablesaw {
  table-layout: fixed;
  width: 100%;
}
.paragraph .tablesaw td {
  white-space: unset;
}

.view-id-news .view-display-id-block_1 {
  background-color: #000;
}
.view-id-news .view-display-id-block_4 {
  width: 100%;
}

.field--name-field-view {
  width: 100%;
  margin: 0;
}

.view-news.view-display-id-block_2 .news-item--tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-news.view-display-id-block_2 .news-item--tag:hover {
  background-color: #fff;
  color: #000;
}
.view-news.view-display-id-block_2 .news-item--tag:hover a {
  color: #000;
}

.view-id-sector_news.view-display-id-block_1 .news-item--tag, .view-id-sector_news.view-display-id-block_2 .news-item--tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-id-sector_news.view-display-id-block_1 .news-item--tag:hover, .view-id-sector_news.view-display-id-block_2 .news-item--tag:hover {
  background-color: #fff;
  color: #000;
}
.view-id-sector_news.view-display-id-block_1 .news-item--tag:hover a, .view-id-sector_news.view-display-id-block_2 .news-item--tag:hover a {
  color: #000;
}

.view-id-search.view-display-id-block_1 .view-content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.view-id-search.view-display-id-block_1 .view-content .views-row {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .view-id-search.view-display-id-block_1 .view-content .views-row {
    max-width: -webkit-calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media print, screen and (min-width: 64em) {
  .view-id-search.view-display-id-block_1 .view-content .views-row {
    max-width: -webkit-calc(33.333% - 1.33333rem);
    max-width: calc(33.333% - 1.33333rem);
  }
  .view-id-search.view-display-id-block_1 .view-content .views-row:nth-child(n+4):nth-child(-n+5) {
    max-width: -webkit-calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

.view-id-taxonomy_term.view-display-id-page_1 {
  padding: 0 1rem;
}
.view-id-taxonomy_term.view-display-id-page_1 .view-content,
.view-id-taxonomy_term.view-display-id-page_1 .views-infinite-scroll-content-wrapper {
  max-width: 75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.9375rem;
}
.view-id-taxonomy_term.view-display-id-page_1 .view-content .views-row,
.view-id-taxonomy_term.view-display-id-page_1 .views-infinite-scroll-content-wrapper .views-row {
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .view-id-taxonomy_term.view-display-id-page_1 .view-content .views-row,
.view-id-taxonomy_term.view-display-id-page_1 .views-infinite-scroll-content-wrapper .views-row {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 75em) {
  .view-id-taxonomy_term.view-display-id-page_1 .view-content .views-row,
.view-id-taxonomy_term.view-display-id-page_1 .views-infinite-scroll-content-wrapper .views-row {
    width: -webkit-calc(33.33333% - 1rem);
    width: calc(33.33333% - 1rem);
  }
}

.views-element-container {
  width: 100%;
}

body {
  letter-spacing: 0.05;
  overflow-x: hidden;
  font-family: "Work Sans", Arial, sans-serif;
}
@media print, screen and (max-width: 39.99875em) {
  body {
    padding-top: 77px;
  }
}

a {
  color: #00ACA9;
  -webkit-transition: color ease-out 0.15s, background-color ease-out 0.2s;
  transition: color ease-out 0.15s, background-color ease-out 0.2s;
}

.svg-line {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
}

h4 {
  color: #444444;
  margin-bottom: 1rem;
}

td {
  padding: 0.5em;
}

iframe {
  border: 0;
  width: 100%;
}

@media print {
  .desktop-menu,
.mobile-menu,
#block-betonhuis-local-tasks {
    display: none;
  }

  header {
    position: static;
  }

  .header .cell {
    width: 100%;
    display: block;
  }
  .header .cell:nth-of-type(2) {
    display: none;
  }

  .c-media-box-full-width {
    display: none;
  }

  body {
    padding: 0;
  }

  #block-betonhuis-content div[class*=large-] {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .paragraph--type--related-news,
.paragraph--type--uitgelichte-content,
.block-sectors,
.block-subscription {
    display: none;
  }

  .field-name-field-media-video-embed-field {
    display: none;
  }

  .block-intro {
    margin: 0;
  }
  .block-intro .quick-link {
    display: none;
  }

  .search-wrapper {
    display: none;
  }

  footer {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
