/* mobiel tot 608px */
/* kleinedesktop/tablet minimaal 64em (vanaf 1024 px tot 1440px )=  desktop*/
/* Destop scherm minimaal 90em ( vanaf 1440px)=  groot desktop scherm*/

/*Design for mobile displays from 360×640 through 414×896. 25em-38em */
/*Design for tablet displays from 601×962 through 1280×800. 38em-64em */
/*Desktop standaard (1366×768	22.6% 1920×1080	20.87%) displays from 1024×768 through 1920×1080 64em-120em */

html {
  box-sizing: border-box;
  font-size: 16px; 
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
}

body {
    font-size: 1.0em; /*16px*/
  }
}

@media print, screen and (min-width: 38em) {
  body {
    font-size: 1.1em;
  }
}

@media print, screen and (min-width: 64em) {
  body {
    font-size: 1.2em;
  }
}

@media print, screen and (min-width: 90em) {
  body {
    font-size: 1.3em;
  }
}

header + div {
  padding-bottom: 2.1rem;
}


a {
  background-color: transparent;
}

img {
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}


details {
  display: block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*voor alles en na alles, geldt deze code, inherit = waarde ervend bovenliggend element */
*,
*::before,
*::after {
  box-sizing: inherit;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
 max-width: none !important;
}

pre {
  overflow: auto;
  margin: 0;
  padding: 0;
}

optgroup,
select{
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div, dl, dt, dd, ul,
ol, li, form,  th, td {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;	
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  margin: 0;
  padding: 0;  
  margin-bottom: 0.5rem;
  font-family: Comic Sans MS;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;  
  color: #800040;
  text-rendering: optimizeLegibility;
}

/*Mobiel/tablet en default settings*/
h1, .h1 {
  font-size: 1.7rem;
}
h2, .h2 {
  font-size: 1.6rem;
}
h3, .h3 {
  font-size: 1.4rem;
}
h4, .h4 {
  font-size: 1.2rem;
}

/*Desktop pompeloen fontsize*/
@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.2rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1,8rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/*Desktop scherm pompeloen fontsize*/
@media print, screen and (min-width: 90em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2.2rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.7rem;
  }
}

a {
  line-height: inherit;
  color: #0000CD;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:focus {
  color: #6495ED;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 52.17391rem;
  height: 0;
  margin: 0.86957rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #eae8e2;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
  margin: 0;
  padding: 0;  
}

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: 700;
}

/*Definieer de titel van een werk met de tag <cite>:
<p><cite>The Scream</cite> by Edward Munch. Painted in 1893.</p> */
cite {
  display: block;
  font-size: 0.56522rem;
  color: #a4a4a4;
}
cite:before {
  content: "— ";
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

.grid-container {
  padding-right: 0.438rem; /* 7px */
  padding-left: 0.438rem;
  max-width: 52.188rem; /*835px */
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 0.625rem; /*10px*/
    padding-left: 0.625rem;
  }
}

.grid-container.fluid {
  padding-right:  0.438rem; /* 7px */
  padding-left:  0.438rem; /* 7px */
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 0.625rem; /*10px*/
    padding-left: 0.625rem; /*10px*/
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, 
.grid-x > .small-full, 
.grid-x > .small-1, 
.grid-x > .small-2, 
.grid-x > .small-3, 
.grid-x > .small-4, 
.grid-x > .small-5, 
.grid-x > .small-6, 
.grid-x > .small-7, 
.grid-x > .small-8, 
.grid-x > .small-9, 
.grid-x > .small-10, 
.grid-x > .small-11, 
.grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 64em) {
  .grid-x > .medium-shrink, 
  .grid-x > .medium-full, 
  .grid-x > .medium-1, 
  .grid-x > .medium-2, 
  .grid-x > .medium-3, 
  .grid-x > .medium-4, 
  .grid-x > .medium-5, 
  .grid-x > .medium-6, 
  .grid-x > .medium-7, 
  .grid-x > .medium-8, 
  .grid-x > .medium-9, 
  .grid-x > .medium-10, 
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 80em) {
  .grid-x > .header-large-shrink, 
  .grid-x > .header-large-full, 
  .grid-x > .header-large-1, 
  .grid-x > .header-large-2, 
  .grid-x > .header-large-3, 
  .grid-x > .header-large-4, 
  .grid-x > .header-large-5, 
  .grid-x > .header-large-6, 
  .grid-x > .header-large-7, 
  .grid-x > .header-large-8, 
  .grid-x > .header-large-9, 
  .grid-x > .header-large-10, 
  .grid-x > .header-large-11, 
  .grid-x > .header-large-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 90em) {
  .grid-x > .large-shrink, 
  .grid-x > .large-full, 
  .grid-x > .large-1, 
  .grid-x > .large-2, 
  .grid-x > .large-3, 
  .grid-x > .large-4, 
  .grid-x > .large-5, 
  .grid-x > .large-6, 
  .grid-x > .large-7, 
  .grid-x > .large-8, 
  .grid-x > .large-9, 
  .grid-x > .large-10, 
  .grid-x > .large-11, 
  .grid-x > .large-12 {
    flex-basis: auto;
  }
}

.grid-x > .small-12, 
.grid-x > .small-11, 
.grid-x > .small-10, 
.grid-x > .small-9, 
.grid-x > .small-8, 
.grid-x > .small-7, 
.grid-x > .small-6, 
.grid-x > .small-5, 
.grid-x > .small-4, 
.grid-x > .small-3, 
.grid-x > .small-2, 
.grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-12, 
  .grid-x > .medium-11, 
  .grid-x > .medium-10, 
  .grid-x > .medium-9, 
  .grid-x > .medium-8, 
  .grid-x > .medium-7, 
  .grid-x > .medium-6, 
  .grid-x > .medium-5, 
  .grid-x > .medium-4, 
  .grid-x > .medium-3, 
  .grid-x > .medium-2, 
  .grid-x > .medium-1, 
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 80em) {
  .grid-x > .header-large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .header-large-12, 
  .grid-x > .header-large-11, 
  .grid-x > .header-large-10, 
  .grid-x > .header-large-9, 
  .grid-x > .header-large-8, 
  .grid-x > .header-large-7, 
  .grid-x > .header-large-6, 
  .grid-x > .header-large-5, 
  .grid-x > .header-large-4, 
  .grid-x > .header-large-3, 
  .grid-x > .header-large-2, 
  .grid-x > .header-large-1, 
  .grid-x > .header-large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .header-large-shrink {
    width: auto;
  }
  .grid-x > .header-large-1 {
    width: 8.33333%;
  }
  .grid-x > .header-large-2 {
    width: 16.66667%;
  }
  .grid-x > .header-large-3 {
    width: 25%;
  }
  .grid-x > .header-large-4 {
    width: 33.33333%;
  }
  .grid-x > .header-large-5 {
    width: 41.66667%;
  }
  .grid-x > .header-large-6 {
    width: 50%;
  }
  .grid-x > .header-large-7 {
    width: 58.33333%;
  }
  .grid-x > .header-large-8 {
    width: 66.66667%;
  }
  .grid-x > .header-large-9 {
    width: 75%;
  }
  .grid-x > .header-large-10 {
    width: 83.33333%;
  }
  .grid-x > .header-large-11 {
    width: 91.66667%;
  }
  .grid-x > .header-large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 90em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-12, 
  .grid-x > .large-11, 
  .grid-x > .large-10, 
  .grid-x > .large-9, 
  .grid-x > .large-8, 
  .grid-x > .large-7, 
  .grid-x > .large-6, 
  .grid-x > .large-5, 
  .grid-x > .large-4, 
  .grid-x > .large-3, 
  .grid-x > .large-2, 
  .grid-x > .large-1, 
  .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.43478rem;
  margin-right: -0.43478rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -0.65217rem;
    margin-right: -0.65217rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 0.86957rem);
  margin-left: 0.43478rem;
  margin-right: 0.43478rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.30435rem);
    margin-left: 0.65217rem;
    margin-right: 0.65217rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 0.86957rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 0.86957rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 0.86957rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 0.86957rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 0.86957rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 0.86957rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 0.86957rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 0.86957rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 0.86957rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 0.86957rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 0.86957rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 0.86957rem);
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.30435rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.30435rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.30435rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.30435rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.30435rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.30435rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.30435rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.30435rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.30435rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.30435rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.30435rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.30435rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.30435rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.30435rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.30435rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.30435rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.30435rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.30435rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.30435rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.30435rem);
  }
}

@media print, screen and (min-width: 80em) {
  .grid-margin-x > .header-large-auto {
    width: auto;
  }
  .grid-margin-x > .header-large-shrink {
    width: auto;
  }
  .grid-margin-x > .header-large-1 {
    width: calc(8.33333% - 1.30435rem);
  }
  .grid-margin-x > .header-large-2 {
    width: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-x > .header-large-3 {
    width: calc(25% - 1.30435rem);
  }
  .grid-margin-x > .header-large-4 {
    width: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-x > .header-large-5 {
    width: calc(41.66667% - 1.30435rem);
  }
  .grid-margin-x > .header-large-6 {
    width: calc(50% - 1.30435rem);
  }
  .grid-margin-x > .header-large-7 {
    width: calc(58.33333% - 1.30435rem);
  }
  .grid-margin-x > .header-large-8 {
    width: calc(66.66667% - 1.30435rem);
  }
  .grid-margin-x > .header-large-9 {
    width: calc(75% - 1.30435rem);
  }
  .grid-margin-x > .header-large-10 {
    width: calc(83.33333% - 1.30435rem);
  }
  .grid-margin-x > .header-large-11 {
    width: calc(91.66667% - 1.30435rem);
  }
  .grid-margin-x > .header-large-12 {
    width: calc(100% - 1.30435rem);
  }
}

@media print, screen and (min-width: 90em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.30435rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.30435rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.30435rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.30435rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.30435rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.30435rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.30435rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.30435rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.30435rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.30435rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.43478rem;
  margin-left: -0.43478rem;
}

@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.65217rem;
    margin-left: -0.65217rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.43478rem;
  margin-left: -0.43478rem;
}

@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.65217rem;
    margin-left: -0.65217rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.43478rem;
  padding-left: 0.43478rem;
}

@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 0.65217rem;
    padding-left: 0.65217rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 64em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 80em) {
  .header-large-up-1 > .cell {
    width: 100%;
  }
  .header-large-up-2 > .cell {
    width: 50%;
  }
  .header-large-up-3 > .cell {
    width: 33.33333%;
  }
  .header-large-up-4 > .cell {
    width: 25%;
  }
  .header-large-up-5 > .cell {
    width: 20%;
  }
  .header-large-up-6 > .cell {
    width: 16.66667%;
  }
  .header-large-up-7 > .cell {
    width: 14.28571%;
  }
  .header-large-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 90em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 0.86957rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 0.86957rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 0.86957rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 0.86957rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 0.86957rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 0.86957rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 0.86957rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 0.86957rem);
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.30435rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.30435rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.30435rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.30435rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.30435rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.30435rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.30435rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.30435rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.30435rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.30435rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.30435rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.30435rem);
  }
}

@media print, screen and (min-width: 80em) {
  .grid-margin-x.header-large-up-1 > .cell {
    width: calc(100% - 1.30435rem);
  }
  .grid-margin-x.header-large-up-2 > .cell {
    width: calc(50% - 1.30435rem);
  }
  .grid-margin-x.header-large-up-3 > .cell {
    width: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-x.header-large-up-4 > .cell {
    width: calc(25% - 1.30435rem);
  }
  .grid-margin-x.header-large-up-5 > .cell {
    width: calc(20% - 1.30435rem);
  }
  .grid-margin-x.header-large-up-6 > .cell {
    width: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-x.header-large-up-7 > .cell {
    width: calc(14.28571% - 1.30435rem);
  }
  .grid-margin-x.header-large-up-8 > .cell {
    width: calc(12.5% - 1.30435rem);
  }
}

@media print, screen and (min-width: 90em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.30435rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.30435rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.30435rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.30435rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.30435rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.30435rem);
  }
}

.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.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 80em) {
  .small-margin-collapse > .header-large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .header-large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .header-large-3 {
    width: 25%;
  }
  .small-margin-collapse > .header-large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .header-large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .header-large-6 {
    width: 50%;
  }
  .small-margin-collapse > .header-large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .header-large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .header-large-9 {
    width: 75%;
  }
  .small-margin-collapse > .header-large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .header-large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .header-large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 90em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .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: 64em) {
  .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: 64em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 80em) {
  .medium-margin-collapse > .header-large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .header-large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .header-large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .header-large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .header-large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .header-large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .header-large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .header-large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .header-large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .header-large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .header-large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .header-large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 90em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .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: 80em) {
  .header-large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .header-large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 80em) {
  .header-large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .header-large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .header-large-margin-collapse > .small-3 {
    width: 25%;
  }
  .header-large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .header-large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .header-large-margin-collapse > .small-6 {
    width: 50%;
  }
  .header-large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .header-large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .header-large-margin-collapse > .small-9 {
    width: 75%;
  }
  .header-large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .header-large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .header-large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 80em) {
  .header-large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .header-large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .header-large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .header-large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .header-large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .header-large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .header-large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .header-large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .header-large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .header-large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .header-large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .header-large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 80em) {
  .header-large-margin-collapse > .header-large-1 {
    width: 8.33333%;
  }
  .header-large-margin-collapse > .header-large-2 {
    width: 16.66667%;
  }
  .header-large-margin-collapse > .header-large-3 {
    width: 25%;
  }
  .header-large-margin-collapse > .header-large-4 {
    width: 33.33333%;
  }
  .header-large-margin-collapse > .header-large-5 {
    width: 41.66667%;
  }
  .header-large-margin-collapse > .header-large-6 {
    width: 50%;
  }
  .header-large-margin-collapse > .header-large-7 {
    width: 58.33333%;
  }
  .header-large-margin-collapse > .header-large-8 {
    width: 66.66667%;
  }
  .header-large-margin-collapse > .header-large-9 {
    width: 75%;
  }
  .header-large-margin-collapse > .header-large-10 {
    width: 83.33333%;
  }
  .header-large-margin-collapse > .header-large-11 {
    width: 91.66667%;
  }
  .header-large-margin-collapse > .header-large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 90em) {
  .header-large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .header-large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .header-large-margin-collapse > .large-3 {
    width: 25%;
  }
  .header-large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .header-large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .header-large-margin-collapse > .large-6 {
    width: 50%;
  }
  .header-large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .header-large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .header-large-margin-collapse > .large-9 {
    width: 75%;
  }
  .header-large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .header-large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .header-large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 80em) {
  .header-large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .header-large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 90em) {
  .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: 90em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 90em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 90em) {
  .large-margin-collapse > .header-large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .header-large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .header-large-3 {
    width: 25%;
  }
  .large-margin-collapse > .header-large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .header-large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .header-large-6 {
    width: 50%;
  }
  .large-margin-collapse > .header-large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .header-large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .header-large-9 {
    width: 75%;
  }
  .large-margin-collapse > .header-large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .header-large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .header-large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 90em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 90em) {
  .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 {
  margin-left: calc(0% + 0.43478rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.43478rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.43478rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.43478rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.43478rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.43478rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.43478rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.43478rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.43478rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.43478rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.43478rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.43478rem);
}

@media print, screen and (min-width: 64em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.65217rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.65217rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.65217rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.65217rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.65217rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.65217rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.65217rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.65217rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.65217rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.65217rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.65217rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.65217rem);
  }
}

@media print, screen and (min-width: 80em) {
  .header-large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .header-large-offset-0 {
    margin-left: calc(0% + 0.65217rem);
  }
  .header-large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .header-large-offset-1 {
    margin-left: calc(8.33333% + 0.65217rem);
  }
  .header-large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .header-large-offset-2 {
    margin-left: calc(16.66667% + 0.65217rem);
  }
  .header-large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .header-large-offset-3 {
    margin-left: calc(25% + 0.65217rem);
  }
  .header-large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .header-large-offset-4 {
    margin-left: calc(33.33333% + 0.65217rem);
  }
  .header-large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .header-large-offset-5 {
    margin-left: calc(41.66667% + 0.65217rem);
  }
  .header-large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .header-large-offset-6 {
    margin-left: calc(50% + 0.65217rem);
  }
  .header-large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .header-large-offset-7 {
    margin-left: calc(58.33333% + 0.65217rem);
  }
  .header-large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .header-large-offset-8 {
    margin-left: calc(66.66667% + 0.65217rem);
  }
  .header-large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .header-large-offset-9 {
    margin-left: calc(75% + 0.65217rem);
  }
  .header-large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .header-large-offset-10 {
    margin-left: calc(83.33333% + 0.65217rem);
  }
  .header-large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .header-large-offset-11 {
    margin-left: calc(91.66667% + 0.65217rem);
  }
}

@media print, screen and (min-width: 90em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.65217rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.65217rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.65217rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.65217rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.65217rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.65217rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.65217rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.65217rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.65217rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.65217rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.65217rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.65217rem);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: 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 {
  flex-basis: auto;
}

@media print, screen and (min-width: 64em) {
  .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 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 80em) {
  .grid-y > .header-large-shrink, 
  .grid-y > .header-large-full, 
  .grid-y > .header-large-1, 
  .grid-y > .header-large-2, 
  .grid-y > .header-large-3, 
  .grid-y > .header-large-4, 
  .grid-y > .header-large-5, 
  .grid-y > .header-large-6, 
  .grid-y > .header-large-7, 
  .grid-y > .header-large-8, 
  .grid-y > .header-large-9, 
  .grid-y > .header-large-10, 
  .grid-y > .header-large-11, 
  .grid-y > .header-large-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 90em) {
  .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 {
    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 {
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 64em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    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 {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 80em) {
  .grid-y > .header-large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .header-large-12, 
  .grid-y > .header-large-11, 
  .grid-y > .header-large-10, 
  .grid-y > .header-large-9, 
  .grid-y > .header-large-8, 
  .grid-y > .header-large-7, 
  .grid-y > .header-large-6, 
  .grid-y > .header-large-5, 
  .grid-y > .header-large-4, 
  .grid-y > .header-large-3, 
  .grid-y > .header-large-2, 
  .grid-y > .header-large-1, 
  .grid-y > .header-large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .header-large-shrink {
    height: auto;
  }
  .grid-y > .header-large-1 {
    height: 8.33333%;
  }
  .grid-y > .header-large-2 {
    height: 16.66667%;
  }
  .grid-y > .header-large-3 {
    height: 25%;
  }
  .grid-y > .header-large-4 {
    height: 33.33333%;
  }
  .grid-y > .header-large-5 {
    height: 41.66667%;
  }
  .grid-y > .header-large-6 {
    height: 50%;
  }
  .grid-y > .header-large-7 {
    height: 58.33333%;
  }
  .grid-y > .header-large-8 {
    height: 66.66667%;
  }
  .grid-y > .header-large-9 {
    height: 75%;
  }
  .grid-y > .header-large-10 {
    height: 83.33333%;
  }
  .grid-y > .header-large-11 {
    height: 91.66667%;
  }
  .grid-y > .header-large-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 90em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    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 {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.43478rem;
  margin-bottom: -0.43478rem;
}

@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.65217rem;
    margin-bottom: -0.65217rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.43478rem;
  padding-bottom: 0.43478rem;
}

@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 0.65217rem;
    padding-bottom: 0.65217rem;
  }
}

.grid-margin-y {
  margin-top: -0.43478rem;
  margin-bottom: -0.43478rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.65217rem;
    margin-bottom: -0.65217rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 0.86957rem);
  margin-top: 0.43478rem;
  margin-bottom: 0.43478rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.30435rem);
    margin-top: 0.65217rem;
    margin-bottom: 0.65217rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 0.86957rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 0.86957rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 0.86957rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 0.86957rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 0.86957rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 0.86957rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 0.86957rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 0.86957rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 0.86957rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 0.86957rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 0.86957rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 0.86957rem);
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.30435rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.30435rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.30435rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.30435rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.30435rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.30435rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.30435rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.30435rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.30435rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.30435rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.30435rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.30435rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.30435rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.30435rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.30435rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.30435rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.30435rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.30435rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.30435rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.30435rem);
  }
}

@media print, screen and (min-width: 80em) {
  .grid-margin-y > .header-large-auto {
    height: auto;
  }
  .grid-margin-y > .header-large-shrink {
    height: auto;
  }
  .grid-margin-y > .header-large-1 {
    height: calc(8.33333% - 1.30435rem);
  }
  .grid-margin-y > .header-large-2 {
    height: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-y > .header-large-3 {
    height: calc(25% - 1.30435rem);
  }
  .grid-margin-y > .header-large-4 {
    height: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-y > .header-large-5 {
    height: calc(41.66667% - 1.30435rem);
  }
  .grid-margin-y > .header-large-6 {
    height: calc(50% - 1.30435rem);
  }
  .grid-margin-y > .header-large-7 {
    height: calc(58.33333% - 1.30435rem);
  }
  .grid-margin-y > .header-large-8 {
    height: calc(66.66667% - 1.30435rem);
  }
  .grid-margin-y > .header-large-9 {
    height: calc(75% - 1.30435rem);
  }
  .grid-margin-y > .header-large-10 {
    height: calc(83.33333% - 1.30435rem);
  }
  .grid-margin-y > .header-large-11 {
    height: calc(91.66667% - 1.30435rem);
  }
  .grid-margin-y > .header-large-12 {
    height: calc(100% - 1.30435rem);
  }
}

@media print, screen and (min-width: 90em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.30435rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.30435rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.30435rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.30435rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.30435rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.30435rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.30435rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.30435rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.30435rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.30435rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}



@media print, screen and (min-width: 64em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }

}

@media print, screen and (min-width: 80em) {
  .header-large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .header-large-grid-frame {
    width: 100%;
  }

}

@media print, screen and (min-width: 90em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }

}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 64em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 80em) {
  .grid-y.header-large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 90em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 80em) {
  .cell .grid-y.header-large-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 90em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.43478rem;
  margin-bottom: -0.43478rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -0.65217rem;
    margin-bottom: -0.65217rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 0.86957rem);
  margin-top: 0.43478rem;
  margin-bottom: 0.43478rem;
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.30435rem);
    margin-top: 0.65217rem;
    margin-bottom: 0.65217rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 0.86957rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 0.86957rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 0.86957rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 0.86957rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 0.86957rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 0.86957rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 0.86957rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 0.86957rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 0.86957rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 0.86957rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 0.86957rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 0.86957rem);
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.30435rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.30435rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.30435rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.30435rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.30435rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.30435rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.30435rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.30435rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.30435rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.30435rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.30435rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.30435rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.30435rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.30435rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.30435rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.30435rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.30435rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.30435rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.30435rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.30435rem);
  }
}

@media print, screen and (min-width: 80em) {
  .grid-margin-y > .header-large-auto {
    height: auto;
  }
  .grid-margin-y > .header-large-shrink {
    height: auto;
  }
  .grid-margin-y > .header-large-1 {
    height: calc(8.33333% - 1.30435rem);
  }
  .grid-margin-y > .header-large-2 {
    height: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-y > .header-large-3 {
    height: calc(25% - 1.30435rem);
  }
  .grid-margin-y > .header-large-4 {
    height: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-y > .header-large-5 {
    height: calc(41.66667% - 1.30435rem);
  }
  .grid-margin-y > .header-large-6 {
    height: calc(50% - 1.30435rem);
  }
  .grid-margin-y > .header-large-7 {
    height: calc(58.33333% - 1.30435rem);
  }
  .grid-margin-y > .header-large-8 {
    height: calc(66.66667% - 1.30435rem);
  }
  .grid-margin-y > .header-large-9 {
    height: calc(75% - 1.30435rem);
  }
  .grid-margin-y > .header-large-10 {
    height: calc(83.33333% - 1.30435rem);
  }
  .grid-margin-y > .header-large-11 {
    height: calc(91.66667% - 1.30435rem);
  }
  .grid-margin-y > .header-large-12 {
    height: calc(100% - 1.30435rem);
  }
}

@media print, screen and (min-width: 90em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.30435rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.30435rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.30435rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.30435rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.30435rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.30435rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.30435rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.30435rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.30435rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.30435rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.30435rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.30435rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 0.86957rem);
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.30435rem);
  }
}

@media print, screen and (min-width: 80em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.30435rem);
  }
}

@media print, screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.30435rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.30435rem);
  }
}

@media print, screen and (min-width: 80em) {
  .grid-margin-y.header-large-grid-frame {
    height: calc(100vh + 1.30435rem);
  }
}

@media print, screen and (min-width: 90em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.30435rem);
  }
}





.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 15px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #005151;
  color: #ffffff;
}

.label.primary {
  background: #005151;
  color: #ffffff;
}

.label.secondary {
  background: #719442;
  color: #000000;
}

.label.success {
  background: #B7DB57;
  color: #000000;
}

.label.warning {
  background: #f59d24;
  color: #000000;
}

.label.alert {
  background: #126ea9;
  color: #ffffff;
}




table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 15px;
}

thead,
tbody,
tfoot {
  border: 1px solid rgba(13, 13, 13, 0);
  background-color: transparent;
}

caption {
  padding: 0.34783rem 0.43478rem 0.43478rem;
  font-weight: 700;
}

thead {
  background: rgba(6, 6, 6, 0);
  color: #000000;
}

tfoot {
  background: rgba(13, 13, 13, 0);
  color: #000000;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.34783rem 0.43478rem 0.43478rem;
  font-weight: 700;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.34783rem 0.43478rem 0.43478rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgba(13, 13, 13, 0);
}

table.unstriped tbody {
  background-color: transparent;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid rgba(13, 13, 13, 0);
  background-color: transparent;
}

@media screen and (max-width: 79.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: rgba(1, 1, 1, 0);
}

table.hover tfoot tr:hover {
  background-color: rgba(8, 8, 8, 0);
}

table.hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0);
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgba(0, 0, 0, 0);
}

.table-scroll {
  overflow-x: auto;
}



.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: none;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #000000;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1.30435rem 1.30435rem 1.73913rem 1.30435rem;
  background: #eae8e2;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1.30435rem 1.30435rem 1.73913rem 1.30435rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}



.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 15px;
  background-color: #000000;
  font-size: 80%;
  color: #ffffff;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000000;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000000 transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000000;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000000 transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}






.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.69565rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video
 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid transparent;
  background: transparent;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #005151;
}

.tabs.primary > li > a {
  color: #ffffff;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #006666;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.82609rem;
  line-height: 1;
  color: #005151;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: transparent;
  color: #004646;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #B7DB57;
  color: black;
}

.tabs-content {
  border: 1px solid transparent;
  border-top: 0;
  background: transparent;
  color: #000000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid transparent;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 0;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 81, 81, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}


/*Mobiel*/
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 64em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 80em) {
  .menu.header-large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.header-large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.header-large-expanded li {
    flex: 1 1 0px;
  }
  .menu.header-large-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 90em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}

.menu.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}


.menu .is-active > a {
  background: #005151;
  color: #ffffff;
}

/*POMPELOEN menublok kleur */
.menu .active > a {
  background: #800040;
  color: #ffffff;
}




.menu.align-left {
  justify-content: flex-start;
}

.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: '';
}

.menu-icon:hover::after {
  background: #eae8e2;
  box-shadow: 0 7px 0 #eae8e2, 0 14px 0 #eae8e2;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #a4a4a4;
  box-shadow: 0 7px 0 #a4a4a4, 0 14px 0 #a4a4a4;
}





.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 51;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #eae8e2;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 51;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 52;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: none;
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 51;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #eae8e2;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 51;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 52;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: none;
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 10.86957rem;
  transform: translateX(-10.86957rem);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-10.86957rem);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(10.86957rem);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.7);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 10.86957rem;
  transform: translateX(10.86957rem);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(10.86957rem);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-10.86957rem);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.7);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 10.86957rem;
  transform: translateY(-10.86957rem);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-10.86957rem);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(10.86957rem);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.7);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 10.86957rem;
  transform: translateY(10.86957rem);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(10.86957rem);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-10.86957rem);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.7);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 10.86957rem;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 10.86957rem;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 10.86957rem;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 10.86957rem;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 10.86957rem;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 10.86957rem;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 10.86957rem;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 10.86957rem;
  }
}

@media print, screen and (min-width: 80em) {
  .position-left.reveal-for-header-large {
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible;
  }

  .off-canvas-content .position-left.reveal-for-header-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 10.86957rem;
  }
  .position-left.reveal-for-header-large ~ .off-canvas-content {
    margin-left: 10.86957rem;
  }
  .position-right.reveal-for-header-large {
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible;
  }

  .off-canvas-content .position-right.reveal-for-header-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 10.86957rem;
  }
  .position-right.reveal-for-header-large ~ .off-canvas-content {
    margin-right: 10.86957rem;
  }
  .position-top.reveal-for-header-large {
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible;
  }

  .off-canvas-content .position-top.reveal-for-header-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 10.86957rem;
  }
  .position-top.reveal-for-header-large ~ .off-canvas-content {
    margin-top: 10.86957rem;
  }
  .position-bottom.reveal-for-header-large {
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible;
  }

  .off-canvas-content .position-bottom.reveal-for-header-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 10.86957rem;
  }
  .position-bottom.reveal-for-header-large ~ .off-canvas-content {
    margin-bottom: 10.86957rem;
  }
}

@media print, screen and (min-width: 90em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible;
  }

  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 10.86957rem;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 10.86957rem;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible;
  }

  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 10.86957rem;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 10.86957rem;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible;
  }

  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 10.86957rem;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 10.86957rem;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 51;
    transition: none;
    visibility: visible;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 10.86957rem;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 10.86957rem;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }

}

@media print, screen and (min-width: 80em) {
  .off-canvas.in-canvas-for-header-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-header-large.position-left, .off-canvas.in-canvas-for-header-large.position-right, .off-canvas.in-canvas-for-header-large.position-top, .off-canvas.in-canvas-for-header-large.position-bottom {
    box-shadow: none;
    transform: none;
  }

}

@media print, screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }

}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #eae8e2;
  border-radius: 15px;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 64em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .reveal {
    width: 600px;
    max-width: 52.17391rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 64em) {
  .reveal.tiny {
    width: 30%;
    max-width: 52.17391rem;
  }
}

@media print, screen and (min-width: 64em) {
  .reveal.small {
    width: 50%;
    max-width: 52.17391rem;
  }
}

@media print, screen and (min-width: 64em) {
  .reveal.large {
    width: 90%;
    max-width: 52.17391rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 63.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: transparent;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #eae8e2;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}



.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 64em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 79.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-header-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-header-large .top-bar-left,
.top-bar.stacked-for-header-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar.stacked-for-large {
  flex-wrap: wrap;
}

.top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.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: ' ';
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 64em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 80em) {
  .header-large-order-1 {
    order: 1;
  }
  .header-large-order-2 {
    order: 2;
  }
  .header-large-order-3 {
    order: 3;
  }
  .header-large-order-4 {
    order: 4;
  }
  .header-large-order-5 {
    order: 5;
  }
  .header-large-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 90em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 64em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 80em) {
  .header-large-flex-container {
    display: flex;
  }
  .header-large-flex-child-auto {
    flex: 1 1 auto;
  }
  .header-large-flex-child-grow {
    flex: 1 0 auto;
  }
  .header-large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .header-large-flex-dir-row {
    flex-direction: row;
  }
  .header-large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .header-large-flex-dir-column {
    flex-direction: column;
  }
  .header-large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 90em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 63.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 64em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 79.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 80em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 80em) {
  .hide-for-header-large {
    display: none !important;
  }
}


@media screen and (max-width: 79.99875em) {
  .show-for-header-large {
    display: none !important;
  }
}

@media screen and (min-width: 80em) and (max-width: 89.99875em) {
  .hide-for-header-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 79.99875em), screen and (min-width: 90em) {
  .show-for-header-large-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 90em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.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;
  }
}

.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.17391rem;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.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:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.13043rem;
}

.bordered {
  border: 0.04348rem solid #eae8e2;
}

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


.separator-center {
  text-align: center !important;
}

.separator-center::before, .separator-center::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.separator-center::after {
  clear: both;
}

.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.08696rem solid #005151;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}

.separator-left::before, .separator-left::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.separator-left::after {
  clear: both;
}

.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.08696rem solid #005151;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}

.separator-right::before, .separator-right::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}

.separator-right::after {
  clear: both;
}

.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.08696rem solid #005151;
  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;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.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 {
  box-sizing: border-box !important;
}

.border-none {
  border: none !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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}


.margin-top-pompeloen-15{
  margin-top:15rem !important
} 

  .margin-top-pompeloen-10{
  margin-top:10rem !important;
}

@media print, screen and (min-width: 64em){
.margin-top-pompeloen-15{
  margin-top:15rem !important;
}
}

@media print, screen and (min-width: 64em){
.margin-top-pompeloen-10{
  margin-top:10rem !important;
}
}



body {
  min-height: calc(100vh + 101px);
}


.right-icon {
  position: relative;
}

.right-icon i {
  position: absolute;
  right: 2%;
  top: 33%;
  color: #005151;
}



.toggle-menu-link {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}




/* menu-balk */

header {
  z-index: 2;
  position: relative;
}

header #mobile-navigation {
  background-color: #ffffff;
  border-bottom: 3px solid #eae8e2;
}

@media screen and (max-width: 79.99875em) {
  header:not(.single-line) #main-navigation {
    position: fixed;
    z-index: 51;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
    background: #eae8e2;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 10.86957rem;
    transform: translateX(-10.86957rem);
  }
  [data-whatinput='mouse'] header:not(.single-line) #main-navigation {
    outline: 0;
  }
  header:not(.single-line) #main-navigation.is-transition-push {
    z-index: 51;
  }
  header:not(.single-line) #main-navigation.is-closed {
    visibility: hidden;
  }
  header:not(.single-line) #main-navigation.is-transition-overlap {
    z-index: 52;
  }
  header:not(.single-line) #main-navigation.is-transition-overlap.is-open {
    box-shadow: none;
  }
  header:not(.single-line) #main-navigation.is-open {
    transform: translate(0, 0);
  }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-10.86957rem);
  }
  .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    transform: translate(0, 0);
  }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(10.86957rem);
  }
  header:not(.single-line) #main-navigation.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.7);
  }
  header:not(.single-line) #main-navigation.position-left {
    width: 13.91304rem;
    background-color: #005151;
  }
}

@media screen and (max-width: 79.99875em) and (min-width: 30em) {
  header:not(.single-line) #main-navigation.position-left {
    width: 100%;
  }
}

@media print, screen and (min-width: 6em) {
  header:not(.single-line) #main-navigation.position-left {
    top: unset;
    left: unset;
    height: unset;
    overflow-y: unset;
    width: unset;
    transform: unset;
  }
}

/* POMPELOEN_ Hoofdbalk bovenaan - kleur */
header #main-navigation {
  background-color: #ffffff;
  border-bottom: 3px solid #eae8e2;
}

/* POMPELOEN_ Hoofdbalk bovenaan - hoogte */
header #desktop-main-navigation {
  height: 6.5rem;
}

/* POMPELOEN_ Hoofdbalk bovenaan logo*/
header #nav-logo {
  background-color: #ffffff;
  height: 100%;
  align-items: center;
  display: flex;
  padding: 1.5rem 3.8rem 1rem 1rem;
}

header #desktop-nav-left {
  height: 100%;
}

header #desktop-nav-top {
  height: 50%;
}

header #desktop-nav-top .header-large-shrink .searchfield {
  width: 10.43478rem;
}

header #desktop-nav-top > .cell {
  padding: 2.5rem 0.32609rem 1.0rem 1rem;
}


/* XXX POMPELOEN MENU XXX */

header .navigation-menu li a {
  color: #000000;
  font-size: 19px;
  line-height: 1.2rem;
}

header .navigation-menu li:hover {
  text-decoration: underline;
}

header .navigation-menu li.active a {
  color: #ffffff;
  font-weight: 700;
}






header .flag-icon {
  background-color: #ffffff;
  border-radius: 50%;
  width: 0.95652rem;
  transition: filter 0.25s ease-out;
}

header .flag-icon:hover {
  filter: brightness(1.25);
}

header .home-icon {
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

header .home-icon:hover {
  text-decoration: none !important;
  color: #dbedab !important;
}

header #desktop-main-navigation .show-on-sticky-only {
  display: none;
}

header #desktop-main-navigation.sticky {
  height: 2.17391rem;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #eae8e2;
  z-index: 100;
  top: 0;
}

header #desktop-main-navigation.sticky .show-on-sticky-only {
  display: block;
}


header #desktop-main-navigation.sticky #desktop-nav-top, header #desktop-main-navigation.sticky #nav-logo {
  display: none;
}

@media screen and (max-width: 63.99875em) {
  body.body-padding-small-only {
    padding-top: 78px;
  }
  body.body-padding-small-only header #main-navigation {
    z-index: 100 !important;
  }
  body.body-padding-small-only header #mobile-navigation {
    height: 78px;
    position: fixed;
    top: 0;
    transition: top 0.5s ease-in-out;
    width: 100%;
    z-index: 100;
  }
  body.body-padding-small-only header #mobile-navigation.nav-up {
    top: -78px;
  }
}

@media screen and (max-width: 79.99875em) {
  body.body-padding-medium-down {
    padding-top: 153px;
  }
  body.body-padding-medium-down header #main-navigation {
    z-index: 100 !important;
  }
  body.body-padding-medium-down header #mobile-navigation {
    height: 153px;
    position: fixed;
    top: 0;
    transition: top 0.5s ease-in-out;
    width: 100%;
    z-index: 100;
  }
  body.body-padding-medium-down header #mobile-navigation.nav-up {
    top: -153px;
  }
}

.image-block .description {
  font-size: 19px;
  color: #005151 !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 63.99875em) {
  .media-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.media-content .description {
  padding-left: 0;
  padding-right: 0;
}





.rich-text p, .rich-text li {
  font-size: 19px;
}



.fancy-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
}

.fancy-image.right, .fancy-image.top {
  object-fit: cover;
  clip-path: circle(200% at 50% -189%);
  aspect-ratio: 16/9;
}

@media print, screen and (min-width: 64em) {
  .fancy-image.right {
    clip-path: none;
    width: 15vw;
    border-radius: 50% 0 0 50%;
    height: 200%;
    top: -50%;
    position: relative;
  }
}

.fancy-image.bottom {
  object-fit: cover;
  clip-path: circle(200% at 50% 289%);
  aspect-ratio: 16/9;
}

.card-holder {
  justify-content: center;
}

@media print, screen and (min-width: 64em) {
  .card-holder .card-wrapper {
    margin-right: 8.33333%;
  }
  .card-holder .card-wrapper:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 64em) and (max-width: 79.99875em) {
  .card-holder.three-vertical-cards .card-wrapper {
    margin-right: 0.1px;
  }
}

.card {
  position: relative;
  font-size: 23px;
  line-height: 1.34783rem;
}

.card .card-content {
  margin-top: 0.43478rem;
  margin-bottom: 0.43478rem;
}

.card:not(.result-link) .card-content {
  margin-bottom: 0;
}

.card .card-thumbnail {
  aspect-ratio: 1;
  height: 100%;
  display: flex;
  padding: 1.30435rem;
}

.card .footer-link a {
  text-transform: uppercase;
  text-decoration: none;
  color: #005151;
}

.card.small {
  font-size: 19px;
  line-height: 1.08696rem;
}

.card.small .icon-link-text,
.card.small .icon-link-icon {
  font-size: inherit;
  margin-top: 0.65217rem;
}

.card.small .pom_icon-chevron-right:before {
  font-size: 0.65217rem;
}

.card .inline-card-links {
  max-width: 100%;
}

@media print, screen and (min-width: 64em) {
  .card .inline-card-links .icon-link-text,
.card .inline-card-links .icon-link-icon {
    margin-top: 0;
  }
  .card .inline-card-links:nth-child(1) {
    margin-right: 1.08696rem;
  }
}

.card.small-small {
  font-size: 19px;
}

@media print, screen and (min-width: 64em) {
  .card.small-small {
    font-size: 23px;
  }
}

.card.default {
  border: 1px solid #F5F4F1;
}

.card.light-green {
  background-color: #f8faef;
}

.card.gray {
  background-color: #F5F4F1;
}

.card.yellow {
  background-color: #f9f1cc;
}



.card .profile-card-action-icons {
  font-weight: 400;
}

.card .profile-card-action-icons .card-section {
  background-color: inherit;
  padding-bottom: 0;
}

.card .profile-card-action-icons .card-section .profile-card-header {
  padding: 0 0 0.86957rem 0;
  display: flex;
  align-items: flex-start;
}

.card .profile-card-action-icons .card-section .profile-card-header .profile-card-avatar {
  margin-right: 0.5rem;
}

.card .profile-card-action-icons .card-section .profile-card-header .profile-card-avatar .avatar-image {
  border-radius: 50%;
  aspect-ratio: 1;
  min-width: 2.3913rem;
  height: 2.3913rem;
}

.card .profile-card-action-icons .card-section .profile-card-header .profile-card-author {
  flex: 1 0 0;
  padding-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .card .profile-card-action-icons .card-section .profile-card-header .profile-card-author.inline-header {
    display: flex;
    align-items: baseline;
  }
}

.card .profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-title {
  color: #005151;
}

.card .profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-title,
.card .profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-description {
  margin-bottom: 0;
}

.card .profile-card-action-icons .card-section .profile-card-header .profile-card-author .author-description {
  color: #000000;
  font-size: 19px;
}



.card.link-card .profile-card-action-icons .card-section .profile-card-header {
  padding: 0 0 0.43478rem 0;
}

.card.link-card .card-title {
  font-weight: bold;
}

@media print, screen and (min-width: 64em) {
  .card.link-card .card-title {
    font-size: 25px;
    font-family: "Harmonia Sans Pro";
  }
}

.card.result-link {
  border: none;
  border-radius: 0;
  background: transparent;
  margin-bottom: 40px;
}

.card.result-link .card-section {
  padding: 0;
}

.round-image {
  aspect-ratio: 1;
  object-fit: cover;
  clip-path: circle(at center);
  width: 252px;
  height: 252px;
}

@media screen and (max-width: 89.99875em) {
  .justify-center-medium-down {
    display: flex;
    justify-content: center;
  }
}

h2.card-title {
  font-size: 1.95652rem;
  line-height: 2.17391rem;
}

h3.card-title {
  font-weight: 700;
  font-size: 1.30435rem;
  line-height: 1.43478rem;
}

.profile-card-action-icons + .card-section {
  padding-top: 0;
}

.inner .card-section {
  padding: 0.86957rem 0.86957rem 1.30435rem 0.86957rem;
}

.card-cluster .card:not(.small) .card-section {
  font-size: 19px;
}

@media print, screen and (min-width: 64em) {
  .card-cluster {
    min-height: 455px !important;
    margin-top: 50px;
  }
  .card-cluster .card:not(.small) .card-section {
    font-size: 23px;
  }
}

@media print, screen and (min-width: 90em) {
  .card-cluster {
    min-height: 500px !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .card-cluster .card-image-holder {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow-x: clip;
  }
}

.card-cluster .card-image-holder .card-cluster-background-image {
  height: 455px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

@media screen and (max-width: 63.99875em) {
  .card-cluster .card-image-holder .card-cluster-background-image {
    min-width: 455px;
    margin-left: 50%;
    transform: translate(-50%, 195px);
    margin-top: -195px;
  }
}

@media print, screen and (min-width: 64em) {
  .card-cluster .card-image-holder .card-cluster-background-image {
    position: absolute;
    height: 50vw;
    transform: translateY(-50px);
  }
}

@media print, screen and (min-width: 90em) {
  .card-cluster .card-image-holder .card-cluster-background-image {
    height: 30vw;
  }
}

@media print, screen and (min-width: 64em) {
  .card-cluster .card-image-holder .card {
    margin-top: 50vw;
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 90em) {
  .card-cluster .card-image-holder .card {
    margin-top: 30vw;
  }
}

.card-cluster .card-holder {
  display: flex;
  justify-content: center;
}

.card-cluster .card-wrapper {
  margin-right: 0;
}

.card-cluster.main-first .card-cluster-background-image {
  z-index: -1;
}

@media print, screen and (min-width: 64em) {
  .card-cluster.main-first .card-cluster-background-image {
    left: calc(50vw - 20px);
  }
}

@media print, screen and (min-width: 64em) {
  .card-cluster.main-first .card {
    margin-right: 0;
    margin-left: 20px;
  }
}

/* This exception will be applied in chrome version lower or equal than 87 and Safari lower than 14.1 */
/* BUG 1348 */
/* https: //caniuse.com/mdn-css_properties_aspect-ratio */
@supports not (aspect-ratio: 1) {
  .fancy-image.top, .fancy-image.bottom {
    clip-path: none;
  }
}

/*container wenskaartjes */
.top-task-holder {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 0.65217rem 1px;
}

/*container wenskaartjes 3 per rij tussenruimte */
@media print, screen and (min-width: 64em) {
  .top-task-holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: calc(1% + 0.5%);
  }
}

/*container wenskaartjes 4 per rij tussenruimte */
@media print, screen and (min-width: 90em) {
  .top-task-holder {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: calc(1% + 0.5%);
  }
}


/*pompeloen container wenskaartjes */
.top-task-holder .top-task {
  border: 2px solid #588258;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #778899;
  border-radius: 0.65217rem;
  padding:  0.5rem 0.8rem 0.5rem 0.8rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border 0.25s ease-out;
}

/*pompeloen container wenskaartjes */
.top-task-holder .top-task:hover, 
.top-task-holder .top-task:focus {
  border-color: #778899;
  background-color: #f6f6e0;
}
  

@media print, screen and (min-width: 90em) {
  .top-task-holder .top-task {
    font-size: 23px;
    padding: 0.5rem 0.8rem 0.5rem 0.8rem;
  }

.top-task-holder .top-task .top-task-container {
    align-items: flex-end;
    justify-content: center;
	z-index:-10
  }
 
}

.top-task-holder .top-task:focus, 
.top-task-holder .top-task:focus-visible, 
.top-task-holder .top-task:active {
  background-color: #ffffff;
  border: 2px solid #cc0066;
}

.top-task-holder .top-task:focus:hover, 
.top-task-holder .top-task:focus:focus,
 .top-task-holder .top-task:focus-visible:hover,
 .top-task-holder .top-task:focus-visible:focus, 
 .top-task-holder .top-task:active:hover, 
 .top-task-holder .top-task:active:focus {
  border-color: #cc0066;
}

.top-task-holder .top-task:focus:hover.disabled, 
.top-task-holder .top-task:focus:hover[disabled],
 .top-task-holder .top-task:focus:focus.disabled, 
 .top-task-holder .top-task:focus:focus[disabled],
 .top-task-holder .top-task:focus-visible:hover.disabled,
 .top-task-holder .top-task:focus-visible:hover[disabled], 
 .top-task-holder .top-task:focus-visible:focus.disabled,
 .top-task-holder .top-task:focus-visible:focus[disabled], 
 .top-task-holder .top-task:active:hover.disabled, 
 .top-task-holder .top-task:active:hover[disabled],
 .top-task-holder .top-task:active:focus.disabled,
 .top-task-holder .top-task:active:focus[disabled] {
  border: 2px solid #cc0066;
 }



/*pompeloen container tekeningen */

.top-task-holder-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 0.65217rem 1px;
}

/*container tekeningen 2 per rij tussenruimte */
@media print, screen and (min-width: 64em) {
  .top-task-holder-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: calc(1% + 0.5%);
  }
}

.top-task-holder-2 .top-task {
  border: 2px solid #588258;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #90cc90;
  border-radius: 0.65217rem;
  padding:  0.6rem 1.0rem 0.6rem 1.0rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border 0.25s ease-out;
}

.top-task-holder-2 .top-task:hover, 
.top-task-holder .top-task:focus {
  border-color: #cc0066;
  background-color: #ffffff;
}
  
@media print, screen and (min-width: 90em) {
.top-task-holder .top-task:hover  {
  transform: scale(1.8);
  position: relative;
  z-index:999;
}
}

@media print, screen and (min-width: 90em) {
  .top-task-holder-2 .top-task {
    font-size: 23px;
    padding: 0.6rem 1.0rem 0.6rem 1.0rem;
  }

.top-task-holder-2 .top-task .top-task-container {
    align-items: flex-end;
    justify-content: center;
	z-index:-10
  }
 
}

.top-task-holder-2 .top-task:focus, 
.top-task-holder-2 .top-task:focus-visible, 
.top-task-holder-2 .top-task:active {
  background-color: #ffffff;
  border: 2px solid #cc0066;
}

.top-task-holder-2 .top-task:focus:hover, 
.top-task-holder-2 .top-task:focus:focus, 
.top-task-holder-2 .top-task:focus-visible:hover, 
.top-task-holder-2 .top-task:focus-visible:focus, 
.top-task-holder-2 .top-task:active:hover, 
.top-task-holder-2 .top-task:active:focus {
  border-color: #cc0066;
}

.top-task-holder-2 .top-task:focus:hover.disabled, 
.top-task-holder-2 .top-task:focus:hover[disabled],
 .top-task-holder-2 .top-task:focus:focus.disabled, 
 .top-task-holder-2 .top-task:focus:focus[disabled],
 .top-task-holder-2 .top-task:focus-visible:hover.disabled, 
 .top-task-holder-2 .top-task:focus-visible:hover[disabled], 
 .top-task-holder-2 .top-task:focus-visible:focus.disabled, 
 .top-task-holder-2 .top-task:focus-visible:focus[disabled], 
 .top-task-holder-2 .top-task:active:hover.disabled, 
 .top-task-holder-2 .top-task:active:hover[disabled], 
 .top-task-holder-2 .top-task:active:focus.disabled, 
 .top-task-holder-2 .top-task:active:focus[disabled] {
  border: 2px solid #cc0066;
 }

.content-page .breadcrumbs-container {
  z-index: 1;
}

.content-page .content-page-header .hero-image {
  position: relative;
  height: 110%;
  overflow: hidden;
  padding-top: 100%;
}

.content-page .content-page-header .inner {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 100%;
}

.content-page .content-page-header img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid #330000 50px;
}

.content-page .content-page-header .hero-image-container-small {
  margin-top: 1.73913rem;
  margin-bottom: calc(4.5 * (1.5vh + 1.1vw));
  z-index: 0;
}

.content-page .content-page-header .hero-image-container-medium {
  right: 0;
  top: 0;
  width: 500px;
  height: 500px;
  z-index: 0;
}

.content-page .content-page-header .hero-image-container-medium .hero-image .inner {
  top: -140px;
  left: 80px;
}

.content-page .content-page-header h1 {
  word-wrap: break-word;
}

.content-page .content-page-header .content-page-header-text,
.content-page .content-page-header .content-page-datetime-text,
.content-page .content-page-header .content-page-authorname-text {
  font-size: 23px;
  line-height: 135%;
  color: #005151;
}

.content-page .content-page-header .content-page-datetime-text,
.content-page .content-page-header .content-page-authorname-text {
  padding-top: 40px;
}

.content-page .content-page-header .content-page-header-text {
  padding-top: 20px;
}

.content-page .news-page-header + .block-cell {
  padding-top: 0;
}




.overview-page .overview-page-header h1 {
  word-wrap: break-word;
}


.home-page .grid-x :nth-child(2) {
  z-index: 1;
}

.home-page .home-page-header {
  padding-bottom: 10px;
  background-color:  #ffffff;
}

@media print, screen and (min-width: 64em) {
.home-page .home-page-header {
    padding-bottom: 15px;
  }
}

@media print, screen and (min-width: 90em) {
.home-page .home-page-header {
    padding-bottom: 20px;
  }
}

.home-page .home-page-header .home-page-header-grid {
  overflow-x: clip;
  overflow-y: visible;
  z-index: 1;
}

.home-page .home-page-header h1 {
  word-wrap: break-word;
}

/* TESKT IN CIRKEL */
.home-page .home-page-header .global-page-header-introtext {
	margin-top: 10px;
	font-size: 23px;
	line-height: 155%;
	color: #330000;
}

/*MOBIEL CIRKEL DESKTOP HOME PAGE */ 
.home-page .home-page-header .circle-top {
	position:absolute;
	background-color: #ffffff;
 /* RADIUS ROND MET HOOGTE BREEDTE = 50% */ 
	border-radius: 50%;
	border-color: #800040;
	border-style: solid;
	border-width: 1px;
	z-index: -1;
    left: 5px;
    top: 25px;
    padding-left: 65px;
    padding-top: 175px;
    padding-right: 45px;
    right: unset;
    margin: 0;
	width: 300px;
    height: 300px;
  }


/*MEDIUM*/
@media print, screen and (min-width: 64em) {
.home-page .home-page-header .circle-top {
    left: 15px;
    top: 28px;
    padding-left: 100px;
    padding-top: 260px;
    padding-right: 70px;
    margin: 0;
	width: 500px;
    height: 500px;
  }
}

/*DESKTOP CIRKEL*/
@media print, screen and (min-width: 90em) {
  .home-page .home-page-header .circle-top {
    left: 20px;
    top: 30px;
    padding-left: 125px;
    padding-top: 310px;
    padding-right: 100px;
    width: 530px;
    height: 530px;
  }
}

.home-page .home-page-header .circle-top-content {
  z-index: 30;
  background-color: #ffffff;
}


/*afbeelding pompeloen */
.home-page .home-page-header .hero-image {
  position:absolute;
  z-index: -2;
  background-color: #ffffff;
  height: 450px;
  padding-top: 20px;
  padding-bottom: 5px;

}

@media print, screen and (min-width: 64em) {
.home-page .home-page-header .hero-image {
  height: 700px;
  }
}

@media print, screen and (min-width: 90em) {
.home-page .home-page-header .hero-image {
  height: 650px;
  }
}

.home-page .home-page-header .hero-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* zwarte cirkel*/
/*kader bubble op pagina-mobiel */
.home-page .home-page-header .home-page-bubble {
  height: 150px;
  width: 150px;
  margin: auto;
  top: 40px;
  left: 45px;
  margin: 0;
  z-index: 2;
}

/*Medium*/
@media print, screen and (min-width: 64em) {
.home-page .home-page-header .home-page-bubble {
  height: 200px;
  width: 200px;
  margin: auto;
  top: 65px;
  left: 80px;
  margin: 0;
  }
}

/*/desktop*/
@media print, screen and (min-width: 90em) {
.home-page .home-page-header .home-page-bubble {
  height: 250px;
  width: 250px;
  margin: auto;
  top: 70px;
  left: 80px;
  margin: 0;
  }
}

.home-page .home-page-header .home-page-bubble .bubble {
  background: #000000;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.home-page .home-page-header .home-page-bubble .bubble .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 1.0rem;
  font-family: Comic Sans MS;
}

/*mobiel*/
.home-page .home-page-header .home-page-bubble .bubble .text p {
  line-height: 1.2rem;
}

@media print, screen and (min-width: 64em) {
.home-page .home-page-header .home-page-bubble .bubble .text p {
  line-height: 1.4rem;
	}
}

@media print, screen and (min-width: 90em) {
.home-page .home-page-header .home-page-bubble .bubble .text p {
 line-height: 1.6rem;

	}
}

.home-page .home-page-header .home-page-bubble .text {
  height: 160px;
  color: #ffffff
}

/*Medium*/
@media print, screen and (min-width: 64em) {
.home-page .home-page-header .home-page-bubble .text {
  height: 210px;
  color: #ffffff
  }
}

/*desktop*/
@media print, screen and (min-width: 90em) {
.home-page .home-page-header .home-page-bubble .text {
  height: 260px;
  color: #ffffff
  }
}

.content-page {
  background-image: url("/Static/img/content_page_background.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}



.parallax-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
}

.home_page_background {
  background-image: url("/Static/img/home_page_background.svg");
}

.overview_page_background {
  background-image: url("/Static/img/overview_page_background.svg");
}

/*POMPELOEN VOETTEKST */
.footer-nav {
  background-color: #CC0066;
  height: auto;
}

.footer-nav .footer-container {
  align-items: center;
  display: flex;
  padding: 1.0rem 1.0rem 1.0rem 1.0rem;
}

.footer-nav .footer-container .link-container {
  flex-direction: column;
}

.footer-nav .footer-container .link-container .footer-logo img {
  height: 60px;
}

.footer-nav .footer-container .link-container .links a {
  color: #ffffff;
  text-decoration: none;
  padding: 0; 
}

@media screen and (max-width: 63.99875em) {
  .footer-nav .footer-container .link-container .links-icons {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .footer-nav .footer-container .link-container.link-container-left {
    border-bottom: 1px solid #B7DB57;
    padding-bottom: 10px;
  }
  .footer-nav .footer-container .link-container .links {
    margin-bottom: 15px;
  }
  .footer-nav .footer-container .link-container .footer-logo {
    margin-bottom: 10px;
  }
  .footer-nav .footer-container .link-container.link-container-right {
    padding-top: 15px;
  }
}


.footer-nav .footer-container .link-container .fontslinks {
  color: #ffffff;
  padding: 0;

}

.footer-nav .footer-container .link-container .fontslinks:first-of-type {
  padding-right: 0px;
}

@media print, screen and (min-width: 64em) {
  .footer-nav .footer-container {
     padding: 0.7rem 0.1rem 0.7rem 1.0rem;
  }
  .footer-nav .footer-container .menu {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .footer-nav .footer-container .link-container {
    flex-direction: row;
  }
  .footer-nav .footer-container .link-container .fontslinks:first-of-type {
    padding-left: 20px;
  }
  .footer-nav .footer-container .link-container .footer-logo {
    padding-right: 2.17391rem;
  }
  .footer-nav .footer-container .link-container.medium-right {
    justify-content: flex-end;
  }
  .footer-nav .footer-container .link-container .links {
    display: flex;
    align-items: center;
  }
  .footer-nav .footer-container .link-container .links a {
    padding: 0 20px;
  }
  .footer-nav .footer-container .link-container .links:not(.no-link-border) a {
    border-right: 1px solid #B7DB57;
  }
}

/*VOETTEKST NORMAAL SCHERM */
@media print, screen and (min-width: 90em) {
  .footer-nav .footer-container {
    padding: 0.7rem 0.1rem 0.7rem 1.0rem;
  }
  .footer-nav .footer-container .link-container {
    flex-direction: row;
  }
  .footer-nav .footer-container .link-container.medium-right {
    justify-content: flex-end;
  }
  .footer-nav .footer-container .link-container .links {
    display: flex;
    align-items: center;
  }
  .footer-nav .footer-container .link-container .links:not(.no-link-border) a {
    border-right: 1px solid #B7DB57;
  }
}


.modal-window {
  background-color: #f8faef;
}

.modal-window .modal-top-bar {
  padding: 0;
  height: 4.34783rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media print, screen and (min-width: 64em) {
  .modal-window .modal-top-bar {
    border-bottom: 1px solid #eae8e2;
  }
}



.global-page-header-introtext {
  font-size: 23px;
  line-height: 100%;
  width: 70%;
  color: #005151;
}

/* voor containers met kaartjes */
.block-cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 0.86957rem);
  margin-right: 0.43478rem;
  margin-left: 0.43478rem;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  padding-top: 0px;
}

@media print, screen and (min-width: 64em) {
  .block-cell {
    padding-top: 30px;
    margin-left: 8.33333%;
    padding-left: 0;
    padding-right: 0;
  }
  .block-cell.medium-1 {
    width: 8.33333%;
    margin-right: 83.33333%;
  }
  .block-cell.medium-2 {
    width: 16.66667%;
    margin-right: 75%;
  }
  .block-cell.medium-3 {
    width: 25%;
    margin-right: 66.66667%;
  }
  .block-cell.medium-4 {
    width: 33.33333%;
    margin-right: 58.33333%;
  }
  .block-cell.medium-5 {
    width: 41.66667%;
    margin-right: 50%;
  }
  .block-cell.medium-6 {
    width: 50%;
    margin-right: 41.66667%;
  }
  .block-cell.medium-7 {
    width: 58.33333%;
    margin-right: 33.33333%;
  }
  .block-cell.medium-8 {
    width: 66.66667%;
    margin-right: 25%;
  }
  .block-cell.medium-9 {
    width: 75%;
    margin-right: 16.66667%;
  }
  .block-cell.medium-10 {
    width: 83.33333%;
    margin-right: 8.33333%;
  }
  .block-cell.medium-11 {
    width: 91.66667%;
    margin-right: 0%;
  }
 

.medium-padding-horizontal-1 {
  padding-left: 15px;
  padding-right: 15px;
}

@media print, screen and (min-width: 64em) {
  .medium-padding-horizontal-1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 63.99875em) {
  .small-padding-horizontal-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}



