@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  padding-left: 8px; }

.container-fluid {
  padding-right: 16px;
  padding-left: 16px; }

@media only screen and (min-width: 576px) {
  .container {
    width: 560px;
    max-width: 100%; } }

@media only screen and (min-width: 768px) {
  .container {
    width: 752px;
    max-width: 100%; } }

@media only screen and (min-width: 992px) {
  .container {
    width: 976px;
    max-width: 100%; } }

@media only screen and (min-width: 1200px) {
  .container {
    width: 1184px;
    max-width: 100%; } }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-offset-0, .col-xl-offset-1, .col-xl-offset-10, .col-xl-offset-11, .col-xl-offset-12, .col-xl-offset-2, .col-xl-offset-3, .col-xl-offset-4, .col-xl-offset-5, .col-xl-offset-6, .col-xl-offset-7, .col-xl-offset-8, .col-xl-offset-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

.initial-order-xs {
  order: initial; }

@media only screen and (min-width: 576px) {
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; }
  .initial-order-sm {
    order: initial; } }

@media only screen and (min-width: 768px) {
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; }
  .initial-order-md {
    order: initial; } }

@media only screen and (min-width: 992px) {
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; }
  .initial-order-lg {
    order: initial; } }

@media only screen and (min-width: 1200px) {
  .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-offset-0, .col-xl-offset-1, .col-xl-offset-10, .col-xl-offset-11, .col-xl-offset-12, .col-xl-offset-2, .col-xl-offset-3, .col-xl-offset-4, .col-xl-offset-5, .col-xl-offset-6, .col-xl-offset-7, .col-xl-offset-8, .col-xl-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 8px;
    padding-left: 8px; }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-xl-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-xl-offset-0 {
    margin-left: 0; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .start-xl {
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    justify-content: center;
    text-align: center; }
  .end-xl {
    justify-content: flex-end;
    text-align: end; }
  .top-xl {
    align-items: flex-start; }
  .middle-xl {
    align-items: center; }
  .bottom-xl {
    align-items: flex-end; }
  .around-xl {
    justify-content: space-around; }
  .between-xl {
    justify-content: space-between; }
  .first-xl {
    order: -1; }
  .last-xl {
    order: 1; }
  .initial-order-xl {
    order: initial; } }

@media only screen and (max-width: 575px) {
  .hidden-xs {
    display: none; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none; } }

@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

h1, h2, h3, h4, h5, h6, ul, li, p, blockquote {
  margin: 0;
  padding: 0; }

input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
  border: 0; }
  input:hover, input:active, input:focus,
  textarea:hover,
  textarea:active,
  textarea:focus,
  button:hover,
  button:active,
  button:focus {
    outline: 0;
    border: 0; }

embed,
iframe,
img,
object,
video {
  max-width: 100%; }

html {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1; }

.main {
  position: relative;
  z-index: 5; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #AF4C2B;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.container {
  padding-left: 16px;
  padding-right: 16px; }

.header {
  width: 100%;
  min-height: 200px;
  position: relative;
  border-bottom: 10px solid #B58735;
  background-size: cover;
  background-position: center top; }
  @media all and (min-width: 64em) {
    .header {
      min-height: 350px; } }

        @media all and (max-width: 1025px) {
    .header {
      max-height: 20rem; } }

.header--home {
  height: 400px; }
  @media all and (min-width: 64em) {
    .header--home {
      min-height: 550px; } }

.site-nav__logo {
  width: 100px;
  height: auto;
  position: relative;
  z-index: 10;
  margin-top: 18px; }
  @media all and (min-width: 64em) {
    .site-nav__logo {
      position: relative;
      width: 170px;
      margin-top: 36px; } }

.js-nav-active .site-nav__logo {
  position: fixed; }

.tagline-home {
  font-family: "bebas-neue-rounded", sans-serif;
  position: absolute;
  bottom: 30%;
  margin-left: 16px;
  font-size: 2.5rem;
  color: white;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  @media all and (min-width: 64em) {
    .tagline-home {
      font-size: 3.75rem;
      bottom: 34%; } }

@media all and (min-width: 64em) {
  .nav-wrapper {
    display: inline-block;
    background-color: #fff;
    height: 55px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: inline-flex;
    align-items: center;
    float: right;
    padding-left: 1.5rem; } }

.nav-search {
  position: fixed;
  z-index: 10;
  right: 2rem;
  top: 0;
  background-color: #AF4C2B;
  background-repeat: no-repeat;
  background-position: center;
  height: 55px;
  width: 65px;
  display: flex;
  align-items: center;
  border-bottom-right-radius: 20px; }
  .nav-search a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  @media all and (min-width: 64em) {
    .nav-search {
      position: relative;
      right: auto; } }

.site-nav__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.site-nav__item {
  display: block;
  text-align: center;
  padding-bottom: 10%; }
  @media all and (min-width: 64em) {
    .site-nav__item {
      display: inline-block;
      margin-right: 1.5rem;
      text-align: left;
      padding-bottom: 0; } }
.nav-collapse.closed {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none; /* 👈 prevents blocking other elements */
  visibility: hidden;   /* 👈 ensures it's out of the visual flow */
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.site-nav__link {
  font-family: "titillium-web", sans-serif;
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  line-height: 2;
  border-bottom: 3px solid #3F3F32;
  transition: border .3s; }
  .site-nav__link:hover {
    border-bottom: 3px solid #AF4C2B; }
  @media all and (min-width: 64em) {
    .site-nav__link {
      font-size: 1.125rem;
      color: #3F3F32;
      border-bottom: 3px solid #fff; } }

.site-nav__link--active {
  border-bottom: 3px solid #AF4C2B;
  color: white; }
  @media all and (min-width: 64em) {
    .site-nav__link--active {
      border-bottom: 3px solid #AF4C2B;
      color: #3F3F32; } }

.nav-collapse.closed .site-nav__link {
  opacity: 0;
  transition: opacity .3s ease; }
  @media all and (min-width: 64em) {
    .nav-collapse.closed .site-nav__link {
      opacity: 1; } }

.nav-collapse.opened .site-nav__link {
  opacity: 1;
  transition: all 1s ease; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

  @media all and (max-width: 1025px) {
    .js .nav-collapse {
      position: relative;
      max-height: none;
      height: 100vh;
    }

    .nav-collapse.opened .site-nav__list{
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #3F3F32;
      padding-top: 8rem;
    }
  }

.nav-collapse.opened {
  max-height: 9999px; pointer-events: auto;
}

.disable-pointer-events {
  pointer-events: none !important; }

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media all and (min-width: 64em) {
  .js .nav-collapse {
    position: relative; }
  .js .nav-collapse.closed {
    max-height: none; }
  .nav-toggle {
    display: none; } }

.mask {
  transition: opacity 300ms;
  background: #3f3f32;
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 5;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }
  @media all and (min-width: 64em) {
    .mask {
      display: none !important;
      opacity: 0 !important; } }

.android .mask {
  transition: none; }

.js-nav-active .mask {
  visibility: visible;
  opacity: 1; }

.nav-collapse,
.nav-collapse * {
  box-sizing: border-box; }

.nav-collapse ul {
  position: fixed;
  top: 140px;
  z-index: 15;
  list-style: none;
  width: 100%; }
  @media all and (min-width: 64em) {
    .nav-collapse ul {
      position: relative;
      top: auto;
      width: auto; } }

.site-nav__toggle {
  background-color: #fff;
  display: block;
  width: 65px;
  height: 55px;
  position: fixed;
  right: 96px;
  z-index: 30;
  border-bottom-left-radius: 20px; }
  @media all and (min-width: 64em) {
    .site-nav__toggle {
      display: none; } }


  @media all and (min-width: 64em) {
    .site-nav__toggle {
      display: none; } }

.site-nav__toggle-top,
.site-nav__toggle-middle,
.site-nav__toggle-bottom {
  display: block;
  width: 35px;
  height: 5px;
  background-color: #3F3F32;
  border-radius: 10px; 
  position: relative;
  left: .9rem;
}

  .site-nav__toggle-top {

    top: 12px;
  }

  .site-nav__toggle-middle {

    top: 18px;
  }

  .site-nav__toggle-bottom {

    top: 24px;
  }

.site-footer {
  background-color: #3F3F32;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: white;
  border-top: 10px solid #B58735; }
  .site-footer p {
    margin-bottom: 8px;
    font-size: 1.125rem;
    line-height: 1.3; }

.menu-footer-container {
  width: 100%; }
  .menu-footer-container li {
    list-style: none;
    display: inline;
    line-height: 1; }
  .menu-footer-container a {
    color: white;
    text-decoration: none;
    font-size: 0.875rem; }
    .menu-footer-container a:hover {
      text-decoration: underline; }
    .menu-footer-container a:after {
      content: ' | '; }
  .menu-footer-container li:last-of-type a:after {
    content: ''; }

.btn {
  font-family: "titillium-web", sans-serif;
  font-size: 1rem;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  padding: 12px 20px;
  background-color: #AF4C2B;
  display: inline-block;
  transition: background-color .3s ease; }
  .btn:hover {
    background-color: #707070;
    color: white; }

.btn--cta-home {
  display: inline-block;
  flex-grow: 0; }

.btn--short {
  margin-top: 30px; }

.btn--dl {
  margin-left: 20px;
  margin-top: 40px; }

html {
  font-size: 1rem; }

body {
  font-family: "titillium-web", sans-serif;
  font-weight: 400;
  color: #3F3F32; }

h1, h2, h3, h4, h5, h6 {
  font-family: "bebas-neue-rounded", sans-serif;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400; }

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1;
  color: #3F3F32;
  margin-bottom: 2rem; }
  h1:after, .h1:after {
    content: '';
    display: block;
    width: 140px;
    height: 5px;
    background-color: #3F3F32;
    margin-top: 20px; }
  @media all and (min-width: 64em) {
    h1, .h1 {
      font-size: 3.125rem; } }

h2, .h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  color: #707070;
  margin-bottom: 2rem; }

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #707070;
  margin-bottom: 2rem; }

p {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.6rem; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

pre {
  white-space: pre; }

ul, ol, li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #707070;
  text-decoration: underline; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.content__slider {
  background-color: #F8F3EA;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-bottom: 40px; }
  @media all and (min-width: 64em) {
    .content__slider {
      padding-top: 60px;
      padding-bottom: 70px;
      margin-bottom: 60px; } }

.koe-slider {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

.content__slider-slide {
  padding-left: 16px;
  padding-right: 16px; }

.slick-dots {
  bottom: -50px; }
  @media all and (min-width: 64em) {
    .slick-dots {
      bottom: -60px; } }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #3F3F32;
  border-radius: 4px;
  opacity: 1;
  color: transparent; }

.slick-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #3F3F32;
  background-color: #3F3F32;
  border-radius: 4px;
  opacity: 1;
  color: transparent; }

.content__textblock {
  text-align: left;
  padding-bottom: 10px; }
  .content__textblock h2 {
    font-family: "titillium-web", sans-serif;
    font-weight: 700;
    margin-bottom: 6px;
    color: #AF4C2B; }
  .content__textblock h3 {
    font-family: "titillium-web", sans-serif;
    font-weight: 700;
    margin-bottom: 6px;
    color: #AF4C2B; }
  .content__textblock p, .content__textblock li {
    font-size: 1rem;
    line-height: 1.4; }
    @media all and (min-width: 64em) {
      .content__textblock p, .content__textblock li {
        font-size: 1.125rem; } }
  .content__textblock ul, .content__textblock ol {
    padding-left: 18px; }

.table__container .no-line {
  padding-bottom: 30px; }

.table__container .line-below {
  border-bottom: 1px solid #333;
  padding-bottom: 40px; }

.table {
  text-align: left; }
  .table .semantic_ui .ui.table {
    border: none;
    background-color: #D8D8D6;
    border-radius: 16px; }
  .table .semantic_ui .ui.table thead tr:first-child > th:first-child {
    border-radius: 16px 0 0 0; }
  .table .semantic_ui .ui.table thead tr:first-child > th:last-child {
    border-radius: 0 16px 0 0; }
  .table .semantic_ui .ui.celled.table tr td, .table .semantic_ui .ui.celled.table tr th {
    border-color: white; }
  .table .semantic_ui .ui.table:not(.inverted) thead th {
    background-color: #3F3F32;
    color: white; }

.table__title {
  font-size: 1.25rem;
  font-family: "titillium-web", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #AF4C2B;
  margin-bottom: 1rem; }

.table__title {
  text-align: left; }

.table__description {
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 16px; }

.no-line {
  margin-bottom: 20px; }

.line-below {
  border-bottom: 1px solid #333;
  margin-bottom: 40px; }

.line-above {
  border-top: 1px solid #333;
  padding-top: 30px; }

.container--cta-home {
  margin-top: -130px;
  z-index: 4;
  position: relative; }
  @media all and (min-width: 64em) {
    .container--cta-home {
      margin-top: -170px; } }

.cta-home {
  display: flex;
  flex-direction: column;
  background-color: #3F3F32;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  min-height: 300px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media all and (min-width: 64em) {
    .cta-home {
      min-height: 415px;
      padding-bottom: 30px; } }

.cta-home--alt {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }

.cta-home__header {
  font-family: "bebas-neue-rounded", sans-serif;
  color: white;
  line-height: 1;
  text-align: left;
  margin-left: 20px;
  font-size: 1.25rem;
  margin-bottom: auto; }
  @media all and (min-width: 64em) {
    .cta-home__header {
      font-size: 1.875rem; } }

.cta-home__header--alt {
  color: #3F3F32;
  background-color: white;
  margin-left: 0;
  margin-right: 30px;
  font-size: 1.25rem;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  border-top: 5px solid #836C58;
  border-bottom-right-radius: 20px;
  margin-top: -26px; }
  @media all and (min-width: 64em) {
    .cta-home__header--alt {
      font-size: 1.5rem;
      margin-right: 70px;
      padding-top: 20px;
      padding-bottom: 24px;
      padding-left: 20px; } }

.cta-home__header--koealert {
  border-color: #B58735; }

.cta-home__header--koekompas {
  border-color: #AF4C2B; }

.cta-home__btn-wrapper {
  margin-top: auto; }

.cta-home__top {
  min-height: 150px;
  background: radial-gradient(ellipse at center, white 0%, white 20%, #eee3d2 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  @media all and (min-width: 64em) {
    .cta-home__top {
      min-height: 170px; } }

.cta-home__top--no-radial {
  background: transparent;
  min-height: 130px; }
  @media all and (min-width: 64em) {
    .cta-home__top--no-radial {
      min-height: 170px; } }

.cta-home__text {
  display: none;
  color: white;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: auto;
  margin-left: 20px;
  margin-right: 20px; }
  @media all and (min-width: 64em) {
    .cta-home__text {
      display: inline-block; } }

.cta-home__koe-monitor {
  width: 94px;
  height: auto;
  margin-top: 13px; }
  @media all and (min-width: 64em) {
    .cta-home__koe-monitor {
      width: 120px;
      margin-top: 26px; } }

.cta-home__koe-data,
.cta-home__koe-alert,
.cta-home__koe-kompas {
  margin-top: 26px; }
  @media all and (min-width: 64em) {
    .cta-home__koe-data,
    .cta-home__koe-alert,
    .cta-home__koe-kompas {
      margin-top: 40px; } }

.dl_wrapper {
  background-color: #F8F3EA; }

.dl_container {
  padding-top: 50px;
  padding-bottom: 30px; }
  @media all and (min-width: 64em) {
    .dl_container {
      padding-top: 70px;
      padding-bottom: 70px; } }

.dl__header {
  font-family: "bebas-neue-rounded", sans-serif;
  background-color: #B58735;
  color: white;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding-left: 20px;
  font-size: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0; }

.links, .downloads {
  background-color: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  padding-bottom: 24px;
  margin-bottom: 30px; }
  @media all and (min-width: 48em) {
    .links, .downloads {
      height: 100%;
      margin-bottom: 0; } }

.links--cta {
  height: auto;
  margin-top: 20px;
  width: 80%; }
  .links--cta hr {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #836C58;
    height: 0; }
  @media all and (min-width: 64em) {
    .links--cta {
      margin-top: 0px;
      width: 100%; } }

.cta-tekst {
  padding: 20px 20px 0 20px; }

.btn--cta {
  margin-left: 20px;
  margin-right: 20px; }

@media all and (min-width: 64em) {
  .page__introtekst--cta {
    padding-right: 30px; } }

.downloads .dl__header {
  background-color: #836C58; }

.dl_list li {
  list-style: none; }

.dl_list a {
  border-bottom: 1px solid #000;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  background-image: url("../assets/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 2px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.125rem;
  text-decoration: none;
  padding-right: 30px; }

.col-doc {
  padding-bottom: 60px;
  padding-right: 20px; }

.doc-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column; }

.doc-bottom {
  margin-top: auto; }

.doc-img {
  margin-bottom: 20px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
  max-width: 200px; }

.doc-title {
  margin-bottom: 20px;
  font-size: 1.5rem; }

.doc-beschrijving {
  margin-bottom: 30px; }

.quicklinks__container {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 30px;
  margin-bottom: 50px; }

.quicklink__image {
  background-color: #3F3F32;
  display: flex; }

.quicklink__image-container {
  padding: 25px;
  margin-bottom: 0;
  border-bottom: 1px solid white;
  display: flex;
  margin-left: auto;
  margin-right: auto; }
  .quicklink__image-container img {
    margin: auto; }

.quicklink__text-container {
  display: flex;
  border-bottom: 1px solid #3F3F32;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media all and (min-width: 64em) {
    .quicklink__text-container {
      margin-left: 20px;
      margin-right: 20px; } }

.quicklink__text {
  text-align: left;
  display: flex; }
  .quicklink__text P {
    font-size: 1rem;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url("../assets/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center right 4px;
    padding-right: 30px; }
    @media all and (min-width: 64em) {
      .quicklink__text P {
        font-size: 1.125rem;
        padding-right: 70px; } }
    .quicklink__text P a {
      text-decoration: none; }

.quicklinks__container > div:first-of-type .quicklink__image {
  border-top-left-radius: 20px; }

.quicklinks__container > div:last-of-type .quicklink__image {
  border-bottom-left-radius: 20px; }

.quicklinks__container > div:last-of-type .quicklink__image-container,
.quicklinks__container > div:last-of-type .quicklink__text-container {
  border-bottom: none; }

.koedata__text a {
  color: #836C58; }

.koealart__text a {
  color: #B58735; }

.koekompas__text a {
  color: #AF4C2B; }

form {
  margin-bottom: 50px; }
  form input {
    border: 1px solid #999;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    margin-bottom: 16px; }
  form button {
    cursor: pointer; }

.video {
  padding-top: 30px; }

.video__container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.video__container iframe,
.video__container object,
.video__container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video__title {
  margin-bottom: 10px; }

.container-faq {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media all and (min-width: 64em) {
    .container-faq {
      padding-top: 50px;
      padding-bottom: 70px; } }

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1; }

/* Accordion styles */
.tabs {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5); }

.tab {
  width: 100%;
  color: white;
  overflow: hidden; }
  .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #3F3F32;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    line-height: 1.6;
    font-size: 18px;
    box-shadow: inset 1px -8px 20px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    /* Icon */ }
    .tab-label:hover {
      background: #23231b; }
    .tab-label::after {
      content: '';
      width: 25px;
      background-image: url("../assets/arrow-faq.svg");
      height: 25px;
      text-align: center;
      transition: all .35s;
      padding-right: 0;
      padding-left: 40px;
      background-repeat: no-repeat;
      background-position: center; }
  .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #3F3F32;
    background: white;
    transition: all .35s; }
  .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #3F3F32;
    cursor: pointer; }
    .tab-close:hover {
      background: #23231b; }

.tab:last-of-type label {
  border-color: transparent; }

.tab input:checked + .tab-label {
  background: #23231b; }
  .tab input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.tab input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em 1em 2em 1em; }

.tab-content ul {
  margin-left: 20px; }

.faq-title {
  margin-bottom: 20px; }

.container-faq-dierenarts {
  padding-bottom: 40px; }

.container-faq-melkveehouder {
  padding-bottom: 0;
  padding-top: 10px; }

.home-intro {
  padding-top: 30px;
  padding-bottom: 50px; }

.home-intro__text p {
  font-size: 1.125rem;
  line-height: 1.4; }

.home-intro__text strong {
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.25; }
  @media all and (min-width: 64em) {
    .home-intro__text strong {
      font-size: 1.5rem; } }

.short {
  background-color: #F8F3EA;
  padding-top: 20px;
  padding-bottom: 50px; }

.short__text {
  margin-bottom: auto; }

.flex-col {
  display: flex;
  flex-direction: column; }

.short__koedata {
  border-bottom: 1px solid #836C58;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .short__koedata h2, .short__koedata h3 {
    color: #836C58; }
    .short__koedata h2:after, .short__koedata h3:after {
      background-color: #836C58; }
  @media all and (min-width: 64em) {
    .short__koedata {
      border-right: 1px solid #836C58;
      padding-right: 16px;
      padding-left: 16px;
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; } }

.short__koealert {
  border-bottom: 1px solid #836C58;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .short__koealert h2, .short__koealert h3 {
    color: #B58735; }
    .short__koealert h2:after, .short__koealert h3:after {
      background-color: #B58735; }
  @media all and (min-width: 64em) {
    .short__koealert {
      border-right: 1px solid #836C58;
      padding-left: 16px;
      padding-right: 16px;
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; } }

.short__koekompas h2, .short__koekompas h3 {
  color: #AF4C2B; }
  .short__koekompas h2:after, .short__koekompas h3:after {
    background-color: #AF4C2B; }

@media all and (min-width: 64em) {
  .short__koekompas {
    padding-right: 16px;
    padding-left: 16px; } }

.container-short {
  padding-left: 50px;
  padding-right: 50px; }
  @media all and (min-width: 64em) {
    .container-short {
      padding-left: 16px;
      padding-right: 16px; } }

.short__main-title {
  font-size: 1.125rem; }

.short__title {
  font-size: 1.5rem;
  margin-bottom: 20px; }
  .short__title:after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background-color: #3F3F32;
    margin-top: 10px; }

.short__subtitle {
  font-family: "titillium-web", sans-serif;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 12px; }
  @media all and (min-width: 64em) {
    .short__subtitle {
      font-size: 1.5rem; } }

.page-title {
  text-align: left; }
  @media all and (min-width: 64em) {
    .page-title {
      padding-left: 0;
      padding-right: 0; } }

.page-title__container {
  margin-top: -50px;
  position: relative;
  z-index: 5;
  padding-bottom: 30px; }
  @media all and (min-width: 64em) {
    .page-title__container {
      margin-top: -70px; } }

.page-title__row {
  background-color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 30px; }
  @media all and (min-width: 64em) {
    .page-title__row {
      padding-top: 60px; } }

.page__introtekst {
  text-align: left; }
  .page__introtekst p {
    font-size: 1.125rem;
    line-height: 1.4; }
  .page__introtekst strong {
    font-size: 1.375rem;
    font-weight: normal;
    line-height: 1.25;
    color: #AF4C2B; }
    @media all and (min-width: 64em) {
      .page__introtekst strong {
        font-size: 1.5rem; } }

.content__textblock ul {
  margin-bottom: 1.5rem;
}

td ul {
  margin-left: 16px;
}

