@charset "UTF-8";

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }
    /*.table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }*/
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "RO Sans", Calibri, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #01689b;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #154273;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.6rem 0.3rem;
    padding-bottom: 0.6rem 0.3rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .card-wrapper .card-title, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3, .card-wrapper .card-title {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
  font-weight: bold;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #777c00;
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 5px;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    font-size: 87.5%;
    color: #f092cd;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: red !important;
}

    .table th,
    .table td {
        padding: 0.6rem 0.3rem;
        vertical-align: top;
        /*border-top: 1px solid #e9ecef;*/
    }

    .table tr:nth-child(even) {
        background-color: #f4f4e9;
    }

    .table tr:nth-child(uneven) {
        background-color: #f0f0e4;
    }

    .table thead th {
        vertical-align: bottom;
        /*border-bottom: 2px solid #e9ecef;*/
    }

    .table tbody + tbody {
        /*border-top: 2px solid #e9ecef;*/
    }

    .table .table {
        /*background-color: #fff;*/
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #e9ecef;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #e9ecef;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #d9dab8;
}

.table-hover .table-primary:hover {
    background-color: #d0d1a7;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #d0d1a7;
    }

.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
    background-color: #f4f4e9;
}

.table-hover .table-primary-light:hover {
    background-color: #ececd8;
}

    .table-hover .table-primary-light:hover > td,
    .table-hover .table-primary-light:hover > th {
        background-color: #ececd8;
    }

.table-primary-lightest,
.table-primary-lightest > th,
.table-primary-lightest > td {
    background-color: #f9f9f4;
}

.table-hover .table-primary-lightest:hover {
    background-color: #f0f0e4;
}

    .table-hover .table-primary-lightest:hover > td,
    .table-hover .table-primary-lightest:hover > th {
        background-color: #f0f0e4;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #eaeaea;
}

.table-hover .table-secondary:hover {
    background-color: #dddddd;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #dddddd;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c4e2c6;
}

.table-hover .table-success:hover {
    background-color: #b3dab5;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b3dab5;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #f9f9f4;
}

.table-hover .table-info:hover {
    background-color: #f0f0e4;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #f0f0e4;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fff9d1;
}

.table-hover .table-warning:hover {
    background-color: #fff6b8;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #fff6b8;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f1b8c9;
}

.table-hover .table-danger:hover {
    background-color: #eda3b9;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #eda3b9;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #f1fc00;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .form-control::-webkit-input-placeholder {
        color: #868e96;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #868e96;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #868e96;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #868e96;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #868e96;
        opacity: 1;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
    .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
    .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-lg > .input-group-append > .form-control-plaintext.btn {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #868e96;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #39870c;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(57, 135, 12, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #39870c;
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
    .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #39870c;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 135, 12, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(57, 135, 12, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip, .was-validated
    .custom-select:valid ~ .valid-feedback,
    .was-validated
    .custom-select:valid ~ .valid-tooltip,
    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #39870c;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #39870c;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #6fec27;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #4db610;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(57, 135, 12, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(57, 135, 12, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #39870c;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 135, 12, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(57, 135, 12, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #d52b1e;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(213, 43, 30, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #d52b1e;
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
    .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #d52b1e;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 43, 30, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(213, 43, 30, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip, .was-validated
    .custom-select:invalid ~ .invalid-feedback,
    .was-validated
    .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #d52b1e;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #d52b1e;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #ee8c85;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e44d42;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(213, 43, 30, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(213, 43, 30, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #d52b1e;
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
        border-color: inherit;
    }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 43, 30, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(213, 43, 30, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

    .btn:hover, .btn:focus {
        text-decoration: none;
    }

    .btn:focus, .btn.focus {
        outline: 0;
        -webkit-box-shadow: none; /*0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
        box-shadow: none; /*0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
    }

    .btn.disabled, .btn:disabled {
        opacity: 0.65;
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
            background-image: none;
        }

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary, .onderwerpen.block-facets .glossaryaz.yes-results a {
    color: #fff;
    background-color: #777c00;
    /*border-color: #777c00;*/
}

    .btn-primary:hover, .onderwerpen.block-facets .glossaryaz.yes-results a:hover {
        color: #fff;
        background-color: #525600;
        /*border-color: #464900;*/
    }

    .btn-primary:focus, .onderwerpen.block-facets .glossaryaz.yes-results a:focus, .btn-primary.focus, .onderwerpen.block-facets .glossaryaz.yes-results a.focus {
        -webkit-box-shadow: none; /*0 0 0 0.2rem rgba(119, 124, 0, 0.5);*/
        box-shadow: none; /*0 0 0 0.2rem rgba(119, 124, 0, 0.5);*/
        background-color: #777c00;
    }

    .btn-primary.disabled, .onderwerpen.block-facets .glossaryaz.yes-results a.disabled, .btn-primary:disabled, .onderwerpen.block-facets .glossaryaz.yes-results a:disabled {
        color: #fff;
        background-color: #777c00;
        /*border-color: #777c00;*/
    }

    .btn-primary:not(:disabled):not(.disabled):active, .onderwerpen.block-facets .glossaryaz.yes-results a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .onderwerpen.block-facets .glossaryaz.yes-results a:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle,
    .onderwerpen.block-facets .glossaryaz.yes-results .show > a.dropdown-toggle {
        color: #fff;
        background-color: #464900;
        /*border-color: #3a3c00;*/
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .onderwerpen.block-facets .glossaryaz.yes-results a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .onderwerpen.block-facets .glossaryaz.yes-results a:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus,
        .onderwerpen.block-facets .glossaryaz.yes-results .show > a.dropdown-toggle:focus {
            -webkit-box-shadow: none; /*0 0 0 0.2rem rgba(119, 124, 0, 0.5);*/
            box-shadow: none; /*0 0 0 0.2rem rgba(119, 124, 0, 0.5);*/
        }

.btn-primary-light {
    color: #212529;
    background-color: #d6d7b2;
    /*border-color: #d6d7b2;*/
}

    .btn-primary-light:hover {
        color: #212529;
        background-color: #c9ca99;
        /*border-color: #c4c690;*/
    }

    .btn-primary-light:focus, .btn-primary-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 215, 178, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(214, 215, 178, 0.5);
    }

    .btn-primary-light.disabled, .btn-primary-light:disabled {
        color: #212529;
        background-color: #d6d7b2;
       /* border-color: #d6d7b2;*/
    }

    .btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active,
    .show > .btn-primary-light.dropdown-toggle {
        color: #212529;
        background-color: #c4c690;
      /*  border-color: #c0c188;*/
    }

        .btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 215, 178, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 215, 178, 0.5);
        }

.btn-primary-lightest {
    color: #212529;
    background-color: #ebebd9;
   /* border-color: #ebebd9;*/
}

    .btn-primary-lightest:hover {
        color: #212529;
        background-color: #dedec0;
        /*border-color: #d9d9b8;*/
    }

    .btn-primary-lightest:focus, .btn-primary-lightest.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
    }

    .btn-primary-lightest.disabled, .btn-primary-lightest:disabled {
        color: #212529;
        background-color: #ebebd9;
       /* border-color: #ebebd9;*/
    }

    .btn-primary-lightest:not(:disabled):not(.disabled):active, .btn-primary-lightest:not(:disabled):not(.disabled).active,
    .show > .btn-primary-lightest.dropdown-toggle {
        color: #212529;
        background-color: #d9d9b8;
       /* border-color: #d5d5af;*/
    }

        .btn-primary-lightest:not(:disabled):not(.disabled):active:focus, .btn-primary-lightest:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary-lightest.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
        }

.btn-secondary {
    color: #212529;
    background-color: #b4b4b4;
    border-color: #b4b4b4;
}

    .btn-secondary:hover {
        color: #212529;
        background-color: #a1a1a1;
        border-color: #9b9b9b;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 180, 180, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(180, 180, 180, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #212529;
        background-color: #b4b4b4;
        border-color: #b4b4b4;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #212529;
        background-color: #9b9b9b;
        border-color: #949494;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 180, 180, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(180, 180, 180, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #2E9634;
    border-color: #2E9634;
}

    .btn-success:hover {
        color: #fff;
        background-color: #25792a;
        border-color: #226f26;
    }

    .btn-success:focus, .btn-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 150, 52, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(46, 150, 52, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #2E9634;
        border-color: #2E9634;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #226f26;
        border-color: #1f6523;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 150, 52, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(46, 150, 52, 0.5);
        }

.btn-info {
    color: #212529;
    background-color: #ebebd9;
    border-color: #ebebd9;
}

    .btn-info:hover {
        color: #212529;
        background-color: #dedec0;
        border-color: #d9d9b8;
    }

    .btn-info:focus, .btn-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #212529;
        background-color: #ebebd9;
        border-color: #ebebd9;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #212529;
        background-color: #d9d9b8;
        border-color: #d5d5af;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffe959;
    border-color: #ffe959;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #ffe433;
        border-color: #ffe226;
    }

    .btn-warning:focus, .btn-warning.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 233, 89, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 233, 89, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffe959;
        border-color: #ffe959;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffe226;
        border-color: #ffe119;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 233, 89, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 233, 89, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #cc003d;
    border-color: #cc003d;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #a60032;
        border-color: #99002e;
    }

    .btn-danger:focus, .btn-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #cc003d;
        border-color: #cc003d;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #99002e;
        border-color: #8c002a;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-outline-primary {
    color: #777c00;
    background-color: transparent;
    background-image: none;
    border-color: #777c00;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #777c00;
        border-color: #777c00;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 124, 0, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(119, 124, 0, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #777c00;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #777c00;
        border-color: #777c00;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 124, 0, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(119, 124, 0, 0.5);
        }

.btn-outline-primary-light {
    color: #d6d7b2;
    background-color: transparent;
    background-image: none;
    border-color: #d6d7b2;
}

    .btn-outline-primary-light:hover {
        color: #212529;
        background-color: #d6d7b2;
        border-color: #d6d7b2;
    }

    .btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 215, 178, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(214, 215, 178, 0.5);
    }

    .btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
        color: #d6d7b2;
        background-color: transparent;
    }

    .btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary-light.dropdown-toggle {
        color: #212529;
        background-color: #d6d7b2;
        border-color: #d6d7b2;
    }

        .btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 215, 178, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 215, 178, 0.5);
        }

.btn-outline-primary-lightest {
    color: #ebebd9;
    background-color: transparent;
    background-image: none;
    border-color: #ebebd9;
}

    .btn-outline-primary-lightest:hover {
        color: #212529;
        background-color: #ebebd9;
        border-color: #ebebd9;
    }

    .btn-outline-primary-lightest:focus, .btn-outline-primary-lightest.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
    }

    .btn-outline-primary-lightest.disabled, .btn-outline-primary-lightest:disabled {
        color: #ebebd9;
        background-color: transparent;
    }

    .btn-outline-primary-lightest:not(:disabled):not(.disabled):active, .btn-outline-primary-lightest:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary-lightest.dropdown-toggle {
        color: #212529;
        background-color: #ebebd9;
        border-color: #ebebd9;
    }

        .btn-outline-primary-lightest:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-lightest:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary-lightest.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
        }

.btn-outline-secondary {
    color: #b4b4b4;
    background-color: transparent;
    background-image: none;
    border-color: #b4b4b4;
}

    .btn-outline-secondary:hover {
        color: #212529;
        background-color: #b4b4b4;
        border-color: #b4b4b4;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 180, 180, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(180, 180, 180, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #b4b4b4;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #212529;
        background-color: #b4b4b4;
        border-color: #b4b4b4;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 180, 180, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(180, 180, 180, 0.5);
        }

.btn-outline-success {
    color: #2E9634;
    background-color: transparent;
    background-image: none;
    border-color: #2E9634;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #2E9634;
        border-color: #2E9634;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 150, 52, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(46, 150, 52, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #2E9634;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #2E9634;
        border-color: #2E9634;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 150, 52, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(46, 150, 52, 0.5);
        }

.btn-outline-info {
    color: #ebebd9;
    background-color: transparent;
    background-image: none;
    border-color: #ebebd9;
}

    .btn-outline-info:hover {
        color: #212529;
        background-color: #ebebd9;
        border-color: #ebebd9;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #ebebd9;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #212529;
        background-color: #ebebd9;
        border-color: #ebebd9;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 235, 217, 0.5);
        }

.btn-outline-warning {
    color: #ffe959;
    background-color: transparent;
    background-image: none;
    border-color: #ffe959;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffe959;
        border-color: #ffe959;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 233, 89, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 233, 89, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffe959;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffe959;
        border-color: #ffe959;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 233, 89, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 233, 89, 0.5);
        }

.btn-outline-danger {
    color: #cc003d;
    background-color: transparent;
    background-image: none;
    border-color: #cc003d;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #cc003d;
        border-color: #cc003d;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #cc003d;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #cc003d;
        border-color: #cc003d;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(204, 0, 61, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-link {
    font-weight: normal;
    color: #01689b;
    background-color: transparent;
}

    .btn-link:hover {
        color: #154273;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.show {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: normal;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #777c00;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #868e96;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 1;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group,
    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn + .btn-group,
    .btn-group-vertical .btn-group + .btn,
    .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after {
        margin-left: 0;
    }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn,
    .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control:focus,
        .input-group > .custom-select:focus,
        .input-group > .custom-file:focus {
            z-index: 3;
        }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
            margin-left: -1px;
        }

    .input-group > .custom-file {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-append .input-group-text + .btn {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #777c00;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #777c00;
        box-shadow: 0 0 0 1px #fff, 0 0 0 3px #777c00;
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #f7ff30;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #ddd;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: 0;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: 50% 50%;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #777c00;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #777c00;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #f1fc00;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(241, 252, 0, 0.5);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(241, 252, 0, 0.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #868e96;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-control {
        border-color: #80bdff;
        -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #777c00;
        box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #777c00;
    }

        .custom-file-input:focus ~ .custom-file-control::before {
            border-color: #80bdff;
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 2.5rem;
    padding: 1rem 0.5rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(2.5rem - 1px * 2);
        padding: 1rem 0.5rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
    }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.5rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid {
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }

        .navbar-expand-sm .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid {
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }

        .navbar-expand-md .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid {
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }

        .navbar-expand-lg .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid {
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -webkit-flex !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        .navbar-expand-xl .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

    .navbar-expand .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: white;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: white;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: white;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: white;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: white;
        }

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f3f3f3;
    background-clip: border-box;
    border: 1px solid #f3f3f3;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #777c00;
    border-bottom: 1px solid #f3f3f3;
}

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #777c00;
    border-top: 1px solid #f3f3f3;
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
}

.card-img-top {
    width: 100%;
}

.card-img-bottom {
    width: 100%;
}

.card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #01689b;
    content: "›";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #000;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 0px;
    line-height: 1.25;
    color: #01689b;
    background-color: #fff;
    border: 0px solid #ddd;
}

    .page-link:hover {
        color: #154273;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #ddd;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #777c00;
    border-color: #777c00;
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.333333;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}

.badge-primary {
    color: #fff;
    background-color: #777c00;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #464900;
    }

.badge-primary-light {
    color: #212529;
    background-color: #d6d7b2;
}

    .badge-primary-light[href]:hover, .badge-primary-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #c4c690;
    }

.badge-primary-lightest {
    color: #212529;
    background-color: #ebebd9;
}

    .badge-primary-lightest[href]:hover, .badge-primary-lightest[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d9d9b8;
    }

.badge-secondary {
    color: #212529;
    background-color: #b4b4b4;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #9b9b9b;
    }

.badge-success {
    color: #fff;
    background-color: #2E9634;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #226f26;
    }

.badge-info {
    color: #212529;
    background-color: #ebebd9;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #d9d9b8;
    }

.badge-warning {
    color: #212529;
    background-color: #ffe959;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #ffe226;
    }

.badge-danger {
    color: #fff;
    background-color: #cc003d;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #99002e;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #ebebd9;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #3e4000;
    background-color: #e4e5cc;
    border-color: #d9dab8;
}

    .alert-primary hr {
        border-top-color: #d0d1a7;
    }

    .alert-primary .alert-link {
        color: #0d0d00;
    }

.alert-primary-light {
    color: #6f705d;
    background-color: #f7f7f0;
    border-color: #f4f4e9;
}

    .alert-primary-light hr {
        border-top-color: #ececd8;
    }

    .alert-primary-light .alert-link {
        color: #535446;
    }

.alert-primary-lightest {
    color: #7a7a71;
    background-color: #fbfbf7;
    border-color: #f9f9f4;
}

    .alert-primary-lightest hr {
        border-top-color: #f0f0e4;
    }

    .alert-primary-lightest .alert-link {
        color: #606058;
    }

.alert-secondary {
    color: #5e5e5e;
    background-color: #f0f0f0;
    border-color: #eaeaea;
}

    .alert-secondary hr {
        border-top-color: #dddddd;
    }

    .alert-secondary .alert-link {
        color: #454545;
    }

.alert-success {
    color: #184e1b;
    background-color: #d5ead6;
    border-color: #c4e2c6;
}

    .alert-success hr {
        border-top-color: #b3dab5;
    }

    .alert-success .alert-link {
        color: #0c270e;
    }

.alert-info {
    color: #7a7a71;
    background-color: #fbfbf7;
    border-color: #f9f9f4;
}

    .alert-info hr {
        border-top-color: #f0f0e4;
    }

    .alert-info .alert-link {
        color: #606058;
    }

.alert-warning {
    color: #85792e;
    background-color: #fffbde;
    border-color: #fff9d1;
}

    .alert-warning hr {
        border-top-color: #fff6b8;
    }

    .alert-warning .alert-link {
        color: #5f5721;
    }

.alert-danger {
    color: #6a0020;
    background-color: #f5ccd8;
    border-color: #f1b8c9;
}

    .alert-danger hr {
        border-top-color: #eda3b9;
    }

    .alert-danger .alert-link {
        color: #370011;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
}

.progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        color: #495057;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid #ddd;
}

    .list-group-item:last-child {
        margin-bottom: 0;
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #cccccc;
        background-color: #e6e6e6;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #777c00;
        border-color: #007bff;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #3e4000;
    background-color: #d9dab8;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #3e4000;
        background-color: #d0d1a7;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #3e4000;
        border-color: #3e4000;
    }

.list-group-item-primary-light {
    color: #6f705d;
    background-color: #f4f4e9;
}

    .list-group-item-primary-light.list-group-item-action:hover, .list-group-item-primary-light.list-group-item-action:focus {
        color: #6f705d;
        background-color: #ececd8;
    }

    .list-group-item-primary-light.list-group-item-action.active {
        color: #fff;
        background-color: #6f705d;
        border-color: #6f705d;
    }

.list-group-item-primary-lightest {
    color: #7a7a71;
    background-color: #f9f9f4;
}

    .list-group-item-primary-lightest.list-group-item-action:hover, .list-group-item-primary-lightest.list-group-item-action:focus {
        color: #7a7a71;
        background-color: #f0f0e4;
    }

    .list-group-item-primary-lightest.list-group-item-action.active {
        color: #fff;
        background-color: #7a7a71;
        border-color: #7a7a71;
    }

.list-group-item-secondary {
    color: #5e5e5e;
    background-color: #eaeaea;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #5e5e5e;
        background-color: #dddddd;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

.list-group-item-success {
    color: #184e1b;
    background-color: #c4e2c6;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #184e1b;
        background-color: #b3dab5;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #184e1b;
        border-color: #184e1b;
    }

.list-group-item-info {
    color: #7a7a71;
    background-color: #f9f9f4;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #7a7a71;
        background-color: #f0f0e4;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #7a7a71;
        border-color: #7a7a71;
    }

.list-group-item-warning {
    color: #85792e;
    background-color: #fff9d1;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #85792e;
        background-color: #fff6b8;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #85792e;
        border-color: #85792e;
    }

.list-group-item-danger {
    color: #6a0020;
    background-color: #f1b8c9;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #6a0020;
        background-color: #eda3b9;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #6a0020;
        border-color: #6a0020;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 3px;
    font-family: "RO Sans", Calibri, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 1;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 5px;
        height: 0.4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 2.5px 0;
            border-top-color: #fff;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 5px;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 2.5px 0.4rem 2.5px 0;
            border-right-color: #fff;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 2.5px 0.4rem;
            border-bottom-color: #fff;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 5px;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 2.5px 0 2.5px 0.4rem;
            border-left-color: #fff;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #fff;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "RO Sans", Calibri, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 10px;
        height: 0.5rem;
        margin: 0 0;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 5px 0;
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }


        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 10px;
        margin: 0 0;
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 5px 0.5rem 5px 0;
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }


        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 5px 0.5rem 5px;
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }


        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 10px;
        margin-left: -5px;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 10px;
        margin: 0 0;
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 5px 0 5px 0.5rem;
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0, 0, 0, 0.25);
        }


        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: -o-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
    }

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #777c00 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #464900 !important;
}

.bg-primary-light {
    background-color: #d6d7b2 !important;
}

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
    background-color: #c4c690 !important;
}

.bg-primary-lightest {
    background-color: #ebebd9 !important;
}

a.bg-primary-lightest:hover, a.bg-primary-lightest:focus,
button.bg-primary-lightest:hover,
button.bg-primary-lightest:focus {
    background-color: #d9d9b8 !important;
}

.bg-secondary {
    background-color: #b4b4b4 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #9b9b9b !important;
}

.bg-success {
    background-color: #2E9634 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #226f26 !important;
}

.bg-info {
    background-color: #ebebd9 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #d9d9b8 !important;
}

.bg-warning {
    background-color: #ffe959 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #ffe226 !important;
}

.bg-danger {
    background-color: #cc003d !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #99002e !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #777c00 !important;
}

.border-primary-light {
    border-color: #d6d7b2 !important;
}

.border-primary-lightest {
    border-color: #ebebd9 !important;
}

.border-secondary {
    border-color: #b4b4b4 !important;
}

.border-success {
    border-color: #2E9634 !important;
}

.border-info {
    border-color: #ebebd9 !important;
}

.border-warning {
    border-color: #ffe959 !important;
}

.border-danger {
    border-color: #cc003d !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0 !important;
}

.rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row, .nav-pills {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap, .nav-pills {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #777c00 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #464900 !important;
}

.text-primary-light {
    color: #d6d7b2 !important;
}

a.text-primary-light:hover, a.text-primary-light:focus {
    color: #c4c690 !important;
}

.text-primary-lightest {
    color: #ebebd9 !important;
}

a.text-primary-lightest:hover, a.text-primary-lightest:focus {
    color: #d9d9b8 !important;
}

.text-secondary {
    color: #b4b4b4 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #9b9b9b !important;
}

.text-success {
    color: #2E9634 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #226f26 !important;
}

.text-info {
    color: #ebebd9 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #d9d9b8 !important;
}

.text-warning {
    color: #ffe959 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ffe226 !important;
}

.text-danger {
    color: #cc003d !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #99002e !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-muted {
    color: #868e96 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.bg-brand {
    color: #ffffff;
    background-color: #777c00;
}

    .bg-brand a {
        color: #ffffff;
    }

        .bg-brand a:hover, .bg-brand a:focus {
            color: #ffffff;
        }

    .bg-brand [class^="bg-"] a,
    .bg-brand [class*=" bg-"] a {
        color: inherit;
    }

        .bg-brand [class^="bg-"] a:hover, .bg-brand [class^="bg-"] a:focus,
        .bg-brand [class*=" bg-"] a:hover,
        .bg-brand [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-brand {
    color: #ffffff !important;
    background-color: #777c00;
}

.bg-brand-light {
    color: #000000;
    background-color: #d6d7b2;
}

    .bg-brand-light a {
        color: #000000;
    }

        .bg-brand-light a:hover, .bg-brand-light a:focus {
            color: #000000;
        }

    .bg-brand-light [class^="bg-"] a,
    .bg-brand-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-brand-light [class^="bg-"] a:hover, .bg-brand-light [class^="bg-"] a:focus,
        .bg-brand-light [class*=" bg-"] a:hover,
        .bg-brand-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-brand-light {
    color: #000000 !important;
    background-color: #d6d7b2;
}

.bg-brand-lightest, .dropdown-menu {
    color: #000000;
    background-color: #ebebd9;
    padding: 10px;
}

    .bg-brand-lightest a, .dropdown-menu a {
        color: #000000;
    }

        .bg-brand-lightest a:hover, .dropdown-menu a:hover, .bg-brand-lightest a:focus, .dropdown-menu a:focus {
            color: #000000;
        }

    .bg-brand-lightest [class^="bg-"] a, .dropdown-menu [class^="bg-"] a,
    .bg-brand-lightest [class*=" bg-"] a,
    .dropdown-menu [class*=" bg-"] a {
        color: inherit;
    }

        .bg-brand-lightest [class^="bg-"] a:hover, .dropdown-menu [class^="bg-"] a:hover, .bg-brand-lightest [class^="bg-"] a:focus, .dropdown-menu [class^="bg-"] a:focus,
        .bg-brand-lightest [class*=" bg-"] a:hover,
        .dropdown-menu [class*=" bg-"] a:hover,
        .bg-brand-lightest [class*=" bg-"] a:focus,
        .dropdown-menu [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-brand-lightest, a.dropdown-menu {
    color: #000000 !important;
    background-color: #ebebd9;
}

.bg-white {
    color: #000000;
    background-color: #fff;
}

    .bg-white a {
        color: #000000;
    }

        .bg-white a:hover, .bg-white a:focus {
            color: #000000;
        }

    .bg-white [class^="bg-"] a,
    .bg-white [class*=" bg-"] a {
        color: inherit;
    }

        .bg-white [class^="bg-"] a:hover, .bg-white [class^="bg-"] a:focus,
        .bg-white [class*=" bg-"] a:hover,
        .bg-white [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-white {
    color: #000000 !important;
    background-color: #fff;
}

.bg-black {
    color: #ffffff;
    background-color: #000;
}

    .bg-black a {
        color: #ffffff;
    }

        .bg-black a:hover, .bg-black a:focus {
            color: #ffffff;
        }

    .bg-black [class^="bg-"] a,
    .bg-black [class*=" bg-"] a {
        color: inherit;
    }

        .bg-black [class^="bg-"] a:hover, .bg-black [class^="bg-"] a:focus,
        .bg-black [class*=" bg-"] a:hover,
        .bg-black [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-black {
    color: #ffffff !important;
    background-color: #000;
}

.bg-gray {
    color: #000000;
    background-color: #b4b4b4;
}

    .bg-gray a {
        color: #000000;
    }

        .bg-gray a:hover, .bg-gray a:focus {
            color: #000000;
        }

    .bg-gray [class^="bg-"] a,
    .bg-gray [class*=" bg-"] a {
        color: inherit;
    }

        .bg-gray [class^="bg-"] a:hover, .bg-gray [class^="bg-"] a:focus,
        .bg-gray [class*=" bg-"] a:hover,
        .bg-gray [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-gray {
    color: #000000 !important;
    background-color: #b4b4b4;
}

.bg-gray-light {
    color: #000000;
    background-color: #cccccc;
}

    .bg-gray-light a {
        color: #000000;
    }

        .bg-gray-light a:hover, .bg-gray-light a:focus {
            color: #000000;
        }

    .bg-gray-light [class^="bg-"] a,
    .bg-gray-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-gray-light [class^="bg-"] a:hover, .bg-gray-light [class^="bg-"] a:focus,
        .bg-gray-light [class*=" bg-"] a:hover,
        .bg-gray-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-gray-light {
    color: #000000 !important;
    background-color: #cccccc;
}

.bg-gray-lightest {
    color: #000000;
    background-color: #f3f3f3;
}

    .bg-gray-lightest a {
        color: #000000;
    }

        .bg-gray-lightest a:hover, .bg-gray-lightest a:focus {
            color: #000000;
        }

    .bg-gray-lightest [class^="bg-"] a,
    .bg-gray-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-gray-lightest [class^="bg-"] a:hover, .bg-gray-lightest [class^="bg-"] a:focus,
        .bg-gray-lightest [class*=" bg-"] a:hover,
        .bg-gray-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-gray-lightest {
    color: #000000 !important;
    background-color: #f3f3f3;
}

.bg-brand-inverse {
    color: #ffffff;
    background-color: #363636;
}

    .bg-brand-inverse a {
        color: #ffffff;
    }

        .bg-brand-inverse a:hover, .bg-brand-inverse a:focus {
            color: #ffffff;
        }

    .bg-brand-inverse [class^="bg-"] a,
    .bg-brand-inverse [class*=" bg-"] a {
        color: inherit;
    }

        .bg-brand-inverse [class^="bg-"] a:hover, .bg-brand-inverse [class^="bg-"] a:focus,
        .bg-brand-inverse [class*=" bg-"] a:hover,
        .bg-brand-inverse [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-brand-inverse {
    color: #ffffff !important;
    background-color: #363636;
}

.bg-violet {
    color: #ffffff;
    background-color: #a90061;
}

    .bg-violet a {
        color: #ffffff;
    }

        .bg-violet a:hover, .bg-violet a:focus {
            color: #ffffff;
        }

    .bg-violet [class^="bg-"] a,
    .bg-violet [class*=" bg-"] a {
        color: inherit;
    }

        .bg-violet [class^="bg-"] a:hover, .bg-violet [class^="bg-"] a:focus,
        .bg-violet [class*=" bg-"] a:hover,
        .bg-violet [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-violet {
    color: #ffffff !important;
    background-color: #a90061;
}

.bg-violet-light {
    color: #000000;
    background-color: #e5b2cf;
}

    .bg-violet-light a {
        color: #000000;
    }

        .bg-violet-light a:hover, .bg-violet-light a:focus {
            color: #000000;
        }

    .bg-violet-light [class^="bg-"] a,
    .bg-violet-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-violet-light [class^="bg-"] a:hover, .bg-violet-light [class^="bg-"] a:focus,
        .bg-violet-light [class*=" bg-"] a:hover,
        .bg-violet-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-violet-light {
    color: #000000 !important;
    background-color: #e5b2cf;
}

.bg-violet-lightest {
    color: #000000;
    background-color: #f2d9e7;
}

    .bg-violet-lightest a {
        color: #000000;
    }

        .bg-violet-lightest a:hover, .bg-violet-lightest a:focus {
            color: #000000;
        }

    .bg-violet-lightest [class^="bg-"] a,
    .bg-violet-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-violet-lightest [class^="bg-"] a:hover, .bg-violet-lightest [class^="bg-"] a:focus,
        .bg-violet-lightest [class*=" bg-"] a:hover,
        .bg-violet-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-violet-lightest {
    color: #000000 !important;
    background-color: #f2d9e7;
}

.bg-pink {
    color: #000000;
    background-color: #e83e8c;
}

    .bg-pink a {
        color: #000000;
    }

        .bg-pink a:hover, .bg-pink a:focus {
            color: #ffffff;
        }

    .bg-pink [class^="bg-"] a,
    .bg-pink [class*=" bg-"] a {
        color: inherit;
    }

        .bg-pink [class^="bg-"] a:hover, .bg-pink [class^="bg-"] a:focus,
        .bg-pink [class*=" bg-"] a:hover,
        .bg-pink [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-pink {
    color: #000000 !important;
    background-color: #e83e8c;
}

.bg-pink-light {
    color: #000000;
    background-color: #fadef0;
}

    .bg-pink-light a {
        color: #000000;
    }

        .bg-pink-light a:hover, .bg-pink-light a:focus {
            color: #000000;
        }

    .bg-pink-light [class^="bg-"] a,
    .bg-pink-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-pink-light [class^="bg-"] a:hover, .bg-pink-light [class^="bg-"] a:focus,
        .bg-pink-light [class*=" bg-"] a:hover,
        .bg-pink-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-pink-light {
    color: #000000 !important;
    background-color: #fadef0;
}

.bg-pink-lightest {
    color: #000000;
    background-color: #fdeff8;
}

    .bg-pink-lightest a {
        color: #000000;
    }

        .bg-pink-lightest a:hover, .bg-pink-lightest a:focus {
            color: #000000;
        }

    .bg-pink-lightest [class^="bg-"] a,
    .bg-pink-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-pink-lightest [class^="bg-"] a:hover, .bg-pink-lightest [class^="bg-"] a:focus,
        .bg-pink-lightest [class*=" bg-"] a:hover,
        .bg-pink-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-pink-lightest {
    color: #000000 !important;
    background-color: #fdeff8;
}

.bg-red {
    color: #000000;
    background-color: #dc3545;
}

    .bg-red a {
        color: #000000;
    }

        .bg-red a:hover, .bg-red a:focus {
            color: #ffffff;
        }

    .bg-red [class^="bg-"] a,
    .bg-red [class*=" bg-"] a {
        color: inherit;
    }

        .bg-red [class^="bg-"] a:hover, .bg-red [class^="bg-"] a:focus,
        .bg-red [class*=" bg-"] a:hover,
        .bg-red [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-red {
    color: #000000 !important;
    background-color: #dc3545;
}

.bg-red-light {
    color: #000000;
    background-color: #f2bfbb;
}

    .bg-red-light a {
        color: #000000;
    }

        .bg-red-light a:hover, .bg-red-light a:focus {
            color: #000000;
        }

    .bg-red-light [class^="bg-"] a,
    .bg-red-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-red-light [class^="bg-"] a:hover, .bg-red-light [class^="bg-"] a:focus,
        .bg-red-light [class*=" bg-"] a:hover,
        .bg-red-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-red-light {
    color: #000000 !important;
    background-color: #f2bfbb;
}

.bg-red-lightest {
    color: #000000;
    background-color: #f9dfdd;
}

    .bg-red-lightest a {
        color: #000000;
    }

        .bg-red-lightest a:hover, .bg-red-lightest a:focus {
            color: #000000;
        }

    .bg-red-lightest [class^="bg-"] a,
    .bg-red-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-red-lightest [class^="bg-"] a:hover, .bg-red-lightest [class^="bg-"] a:focus,
        .bg-red-lightest [class*=" bg-"] a:hover,
        .bg-red-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-red-lightest {
    color: #000000 !important;
    background-color: #f9dfdd;
}

.bg-ruby {
    color: #ffffff;
    background-color: #ca005d;
}

    .bg-ruby a {
        color: #ffffff;
    }

        .bg-ruby a:hover, .bg-ruby a:focus {
            color: #ffffff;
        }

    .bg-ruby [class^="bg-"] a,
    .bg-ruby [class*=" bg-"] a {
        color: inherit;
    }

        .bg-ruby [class^="bg-"] a:hover, .bg-ruby [class^="bg-"] a:focus,
        .bg-ruby [class*=" bg-"] a:hover,
        .bg-ruby [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-ruby {
    color: #ffffff !important;
    background-color: #ca005d;
}

.bg-ruby-light {
    color: #000000;
    background-color: #efb2ce;
}

    .bg-ruby-light a {
        color: #000000;
    }

        .bg-ruby-light a:hover, .bg-ruby-light a:focus {
            color: #000000;
        }

    .bg-ruby-light [class^="bg-"] a,
    .bg-ruby-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-ruby-light [class^="bg-"] a:hover, .bg-ruby-light [class^="bg-"] a:focus,
        .bg-ruby-light [class*=" bg-"] a:hover,
        .bg-ruby-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-ruby-light {
    color: #000000 !important;
    background-color: #efb2ce;
}

.bg-ruby-lightest {
    color: #000000;
    background-color: #f7d9e7;
}

    .bg-ruby-lightest a {
        color: #000000;
    }

        .bg-ruby-lightest a:hover, .bg-ruby-lightest a:focus {
            color: #000000;
        }

    .bg-ruby-lightest [class^="bg-"] a,
    .bg-ruby-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-ruby-lightest [class^="bg-"] a:hover, .bg-ruby-lightest [class^="bg-"] a:focus,
        .bg-ruby-lightest [class*=" bg-"] a:hover,
        .bg-ruby-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-ruby-lightest {
    color: #000000 !important;
    background-color: #f7d9e7;
}

.bg-purple {
    color: #000000;
    background-color: #6f42c1;
}

    .bg-purple a {
        color: #000000;
    }

        .bg-purple a:hover, .bg-purple a:focus {
            color: #ffffff;
        }

    .bg-purple [class^="bg-"] a,
    .bg-purple [class*=" bg-"] a {
        color: inherit;
    }

        .bg-purple [class^="bg-"] a:hover, .bg-purple [class^="bg-"] a:focus,
        .bg-purple [class*=" bg-"] a:hover,
        .bg-purple [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-purple {
    color: #000000 !important;
    background-color: #6f42c1;
}

.bg-purple-light {
    color: #000000;
    background-color: #c6b8cf;
}

    .bg-purple-light a {
        color: #000000;
    }

        .bg-purple-light a:hover, .bg-purple-light a:focus {
            color: #000000;
        }

    .bg-purple-light [class^="bg-"] a,
    .bg-purple-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-purple-light [class^="bg-"] a:hover, .bg-purple-light [class^="bg-"] a:focus,
        .bg-purple-light [class*=" bg-"] a:hover,
        .bg-purple-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-purple-light {
    color: #000000 !important;
    background-color: #c6b8cf;
}

.bg-purple-lightest {
    color: #000000;
    background-color: #e3dce7;
}

    .bg-purple-lightest a {
        color: #000000;
    }

        .bg-purple-lightest a:hover, .bg-purple-lightest a:focus {
            color: #000000;
        }

    .bg-purple-lightest [class^="bg-"] a,
    .bg-purple-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-purple-lightest [class^="bg-"] a:hover, .bg-purple-lightest [class^="bg-"] a:focus,
        .bg-purple-lightest [class*=" bg-"] a:hover,
        .bg-purple-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-purple-lightest {
    color: #000000 !important;
    background-color: #e3dce7;
}

.bg-orange {
    color: #000000;
    background-color: #fd7e14;
}

    .bg-orange a {
        color: #000000;
    }

        .bg-orange a:hover, .bg-orange a:focus {
            color: #ffffff;
        }

    .bg-orange [class^="bg-"] a,
    .bg-orange [class*=" bg-"] a {
        color: inherit;
    }

        .bg-orange [class^="bg-"] a:hover, .bg-orange [class^="bg-"] a:focus,
        .bg-orange [class*=" bg-"] a:hover,
        .bg-orange [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-orange {
    color: #000000 !important;
    background-color: #fd7e14;
}

.bg-orange-light {
    color: #000000;
    background-color: #f6d4b2;
}

    .bg-orange-light a {
        color: #000000;
    }

        .bg-orange-light a:hover, .bg-orange-light a:focus {
            color: #000000;
        }

    .bg-orange-light [class^="bg-"] a,
    .bg-orange-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-orange-light [class^="bg-"] a:hover, .bg-orange-light [class^="bg-"] a:focus,
        .bg-orange-light [class*=" bg-"] a:hover,
        .bg-orange-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-orange-light {
    color: #000000 !important;
    background-color: #f6d4b2;
}

.bg-orange-lightest {
    color: #000000;
    background-color: #fbead9;
}

    .bg-orange-lightest a {
        color: #000000;
    }

        .bg-orange-lightest a:hover, .bg-orange-lightest a:focus {
            color: #000000;
        }

    .bg-orange-lightest [class^="bg-"] a,
    .bg-orange-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-orange-lightest [class^="bg-"] a:hover, .bg-orange-lightest [class^="bg-"] a:focus,
        .bg-orange-lightest [class*=" bg-"] a:hover,
        .bg-orange-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-orange-lightest {
    color: #000000 !important;
    background-color: #fbead9;
}

.bg-light-blue {
    color: #000000;
    background-color: #8fcae7;
}

    .bg-light-blue a {
        color: #000000;
    }

        .bg-light-blue a:hover, .bg-light-blue a:focus {
            color: #000000;
        }

    .bg-light-blue [class^="bg-"] a,
    .bg-light-blue [class*=" bg-"] a {
        color: inherit;
    }

        .bg-light-blue [class^="bg-"] a:hover, .bg-light-blue [class^="bg-"] a:focus,
        .bg-light-blue [class*=" bg-"] a:hover,
        .bg-light-blue [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-light-blue {
    color: #000000 !important;
    background-color: #8fcae7;
}

.bg-light-blue-light {
    color: #000000;
    background-color: #ddeff8;
}

    .bg-light-blue-light a {
        color: #000000;
    }

        .bg-light-blue-light a:hover, .bg-light-blue-light a:focus {
            color: #000000;
        }

    .bg-light-blue-light [class^="bg-"] a,
    .bg-light-blue-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-light-blue-light [class^="bg-"] a:hover, .bg-light-blue-light [class^="bg-"] a:focus,
        .bg-light-blue-light [class*=" bg-"] a:hover,
        .bg-light-blue-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-light-blue-light {
    color: #000000 !important;
    background-color: #ddeff8;
}

.bg-light-blue-lightest {
    color: #000000;
    background-color: #eef7fb;
}

    .bg-light-blue-lightest a {
        color: #000000;
    }

        .bg-light-blue-lightest a:hover, .bg-light-blue-lightest a:focus {
            color: #000000;
        }

    .bg-light-blue-lightest [class^="bg-"] a,
    .bg-light-blue-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-light-blue-lightest [class^="bg-"] a:hover, .bg-light-blue-lightest [class^="bg-"] a:focus,
        .bg-light-blue-lightest [class*=" bg-"] a:hover,
        .bg-light-blue-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-light-blue-lightest {
    color: #000000 !important;
    background-color: #eef7fb;
}

.bg-azure {
    color: #ffffff;
    background-color: #007bc7;
}

    .bg-azure a {
        color: #ffffff;
    }

        .bg-azure a:hover, .bg-azure a:focus {
            color: #ffffff;
        }

    .bg-azure [class^="bg-"] a,
    .bg-azure [class*=" bg-"] a {
        color: inherit;
    }

        .bg-azure [class^="bg-"] a:hover, .bg-azure [class^="bg-"] a:focus,
        .bg-azure [class*=" bg-"] a:hover,
        .bg-azure [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-azure {
    color: #ffffff !important;
    background-color: #007bc7;
}

.bg-azure-light {
    color: #000000;
    background-color: #b2d7ee;
}

    .bg-azure-light a {
        color: #000000;
    }

        .bg-azure-light a:hover, .bg-azure-light a:focus {
            color: #000000;
        }

    .bg-azure-light [class^="bg-"] a,
    .bg-azure-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-azure-light [class^="bg-"] a:hover, .bg-azure-light [class^="bg-"] a:focus,
        .bg-azure-light [class*=" bg-"] a:hover,
        .bg-azure-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-azure-light {
    color: #000000 !important;
    background-color: #b2d7ee;
}

.bg-azure-lightest {
    color: #000000;
    background-color: #d9ebf7;
}

    .bg-azure-lightest a {
        color: #000000;
    }

        .bg-azure-lightest a:hover, .bg-azure-lightest a:focus {
            color: #000000;
        }

    .bg-azure-lightest [class^="bg-"] a,
    .bg-azure-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-azure-lightest [class^="bg-"] a:hover, .bg-azure-lightest [class^="bg-"] a:focus,
        .bg-azure-lightest [class*=" bg-"] a:hover,
        .bg-azure-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-azure-lightest {
    color: #000000 !important;
    background-color: #d9ebf7;
}

.bg-dark-blue {
    color: #ffffff;
    background-color: #01689b;
}

    .bg-dark-blue a {
        color: #ffffff;
    }

        .bg-dark-blue a:hover, .bg-dark-blue a:focus {
            color: #ffffff;
        }

    .bg-dark-blue [class^="bg-"] a,
    .bg-dark-blue [class*=" bg-"] a {
        color: inherit;
    }

        .bg-dark-blue [class^="bg-"] a:hover, .bg-dark-blue [class^="bg-"] a:focus,
        .bg-dark-blue [class*=" bg-"] a:hover,
        .bg-dark-blue [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-dark-blue {
    color: #ffffff !important;
    background-color: #01689b;
}

.bg-dark-blue-light {
    color: #000000;
    background-color: #cce0f1;
}

    .bg-dark-blue-light a {
        color: #000000;
    }

        .bg-dark-blue-light a:hover, .bg-dark-blue-light a:focus {
            color: #000000;
        }

    .bg-dark-blue-light [class^="bg-"] a,
    .bg-dark-blue-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-dark-blue-light [class^="bg-"] a:hover, .bg-dark-blue-light [class^="bg-"] a:focus,
        .bg-dark-blue-light [class*=" bg-"] a:hover,
        .bg-dark-blue-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-dark-blue-light {
    color: #000000 !important;
    background-color: #cce0f1;
}

.bg-dark-blue-lightest {
    color: #000000;
    background-color: #e5f0f9;
}

    .bg-dark-blue-lightest a {
        color: #000000;
    }

        .bg-dark-blue-lightest a:hover, .bg-dark-blue-lightest a:focus {
            color: #000000;
        }

    .bg-dark-blue-lightest [class^="bg-"] a,
    .bg-dark-blue-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-dark-blue-lightest [class^="bg-"] a:hover, .bg-dark-blue-lightest [class^="bg-"] a:focus,
        .bg-dark-blue-lightest [class*=" bg-"] a:hover,
        .bg-dark-blue-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-dark-blue-lightest {
    color: #000000 !important;
    background-color: #e5f0f9;
}

.bg-moss-green {
    color: #ffffff;
    background-color: #777c00;
}

    .bg-moss-green a {
        color: #ffffff;
    }

        .bg-moss-green a:hover, .bg-moss-green a:focus {
            color: #ffffff;
        }

    .bg-moss-green [class^="bg-"] a,
    .bg-moss-green [class*=" bg-"] a {
        color: inherit;
    }

        .bg-moss-green [class^="bg-"] a:hover, .bg-moss-green [class^="bg-"] a:focus,
        .bg-moss-green [class*=" bg-"] a:hover,
        .bg-moss-green [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-moss-green {
    color: #ffffff !important;
    background-color: #777c00;
}

.bg-moss-green-light {
    color: #000000;
    background-color: #d6d7b2;
}

    .bg-moss-green-light a {
        color: #000000;
    }

        .bg-moss-green-light a:hover, .bg-moss-green-light a:focus {
            color: #000000;
        }

    .bg-moss-green-light [class^="bg-"] a,
    .bg-moss-green-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-moss-green-light [class^="bg-"] a:hover, .bg-moss-green-light [class^="bg-"] a:focus,
        .bg-moss-green-light [class*=" bg-"] a:hover,
        .bg-moss-green-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-moss-green-light {
    color: #000000 !important;
    background-color: #d6d7b2;
}

.bg-moss-green-lightest {
    color: #000000;
    background-color: #ebebd9;
}

    .bg-moss-green-lightest a {
        color: #000000;
    }

        .bg-moss-green-lightest a:hover, .bg-moss-green-lightest a:focus {
            color: #000000;
        }

    .bg-moss-green-lightest [class^="bg-"] a,
    .bg-moss-green-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-moss-green-lightest [class^="bg-"] a:hover, .bg-moss-green-lightest [class^="bg-"] a:focus,
        .bg-moss-green-lightest [class*=" bg-"] a:hover,
        .bg-moss-green-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-moss-green-lightest {
    color: #000000 !important;
    background-color: #ebebd9;
}

.bg-mint-green {
    color: #000000;
    background-color: #76d2b6;
}

    .bg-mint-green a {
        color: #000000;
    }

        .bg-mint-green a:hover, .bg-mint-green a:focus {
            color: #ffffff;
        }

    .bg-mint-green [class^="bg-"] a,
    .bg-mint-green [class*=" bg-"] a {
        color: inherit;
    }

        .bg-mint-green [class^="bg-"] a:hover, .bg-mint-green [class^="bg-"] a:focus,
        .bg-mint-green [class*=" bg-"] a:hover,
        .bg-mint-green [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-mint-green {
    color: #000000 !important;
    background-color: #76d2b6;
}

.bg-mint-green-light {
    color: #000000;
    background-color: #d6f1e9;
}

    .bg-mint-green-light a {
        color: #000000;
    }

        .bg-mint-green-light a:hover, .bg-mint-green-light a:focus {
            color: #000000;
        }

    .bg-mint-green-light [class^="bg-"] a,
    .bg-mint-green-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-mint-green-light [class^="bg-"] a:hover, .bg-mint-green-light [class^="bg-"] a:focus,
        .bg-mint-green-light [class*=" bg-"] a:hover,
        .bg-mint-green-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-mint-green-light {
    color: #000000 !important;
    background-color: #d6f1e9;
}

.bg-mint-green-lightest {
    color: #000000;
    background-color: #ebf8f4;
}

    .bg-mint-green-lightest a {
        color: #000000;
    }

        .bg-mint-green-lightest a:hover, .bg-mint-green-lightest a:focus {
            color: #000000;
        }

    .bg-mint-green-lightest [class^="bg-"] a,
    .bg-mint-green-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-mint-green-lightest [class^="bg-"] a:hover, .bg-mint-green-lightest [class^="bg-"] a:focus,
        .bg-mint-green-lightest [class*=" bg-"] a:hover,
        .bg-mint-green-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-mint-green-lightest {
    color: #000000 !important;
    background-color: #ebf8f4;
}

.bg-green {
    color: #ffffff;
    background-color: #28a745;
}

    .bg-green a {
        color: #ffffff;
    }

        .bg-green a:hover, .bg-green a:focus {
            color: #ffffff;
        }

    .bg-green [class^="bg-"] a,
    .bg-green [class*=" bg-"] a {
        color: inherit;
    }

        .bg-green [class^="bg-"] a:hover, .bg-green [class^="bg-"] a:focus,
        .bg-green [class*=" bg-"] a:hover,
        .bg-green [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-green {
    color: #ffffff !important;
    background-color: #28a745;
}

.bg-green-light {
    color: #000000;
    background-color: #c3dbb6;
}

    .bg-green-light a {
        color: #000000;
    }

        .bg-green-light a:hover, .bg-green-light a:focus {
            color: #000000;
        }

    .bg-green-light [class^="bg-"] a,
    .bg-green-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-green-light [class^="bg-"] a:hover, .bg-green-light [class^="bg-"] a:focus,
        .bg-green-light [class*=" bg-"] a:hover,
        .bg-green-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-green-light {
    color: #000000 !important;
    background-color: #c3dbb6;
}

.bg-green-lightest {
    color: #000000;
    background-color: #e1eddb;
}

    .bg-green-lightest a {
        color: #000000;
    }

        .bg-green-lightest a:hover, .bg-green-lightest a:focus {
            color: #000000;
        }

    .bg-green-lightest [class^="bg-"] a,
    .bg-green-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-green-lightest [class^="bg-"] a:hover, .bg-green-lightest [class^="bg-"] a:focus,
        .bg-green-lightest [class*=" bg-"] a:hover,
        .bg-green-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-green-lightest {
    color: #000000 !important;
    background-color: #e1eddb;
}

.bg-dark-green {
    color: #ffffff;
    background-color: #275937;
}

    .bg-dark-green a {
        color: #ffffff;
    }

        .bg-dark-green a:hover, .bg-dark-green a:focus {
            color: #ffffff;
        }

    .bg-dark-green [class^="bg-"] a,
    .bg-dark-green [class*=" bg-"] a {
        color: inherit;
    }

        .bg-dark-green [class^="bg-"] a:hover, .bg-dark-green [class^="bg-"] a:focus,
        .bg-dark-green [class*=" bg-"] a:hover,
        .bg-dark-green [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-dark-green {
    color: #ffffff !important;
    background-color: #275937;
}

.bg-dark-green-light {
    color: #000000;
    background-color: #becdc3;
}

    .bg-dark-green-light a {
        color: #000000;
    }

        .bg-dark-green-light a:hover, .bg-dark-green-light a:focus {
            color: #000000;
        }

    .bg-dark-green-light [class^="bg-"] a,
    .bg-dark-green-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-dark-green-light [class^="bg-"] a:hover, .bg-dark-green-light [class^="bg-"] a:focus,
        .bg-dark-green-light [class*=" bg-"] a:hover,
        .bg-dark-green-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-dark-green-light {
    color: #000000 !important;
    background-color: #becdc3;
}

.bg-dark-green-lightest {
    color: #000000;
    background-color: #dfe6e1;
}

    .bg-dark-green-lightest a {
        color: #000000;
    }

        .bg-dark-green-lightest a:hover, .bg-dark-green-lightest a:focus {
            color: #000000;
        }

    .bg-dark-green-lightest [class^="bg-"] a,
    .bg-dark-green-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-dark-green-lightest [class^="bg-"] a:hover, .bg-dark-green-lightest [class^="bg-"] a:focus,
        .bg-dark-green-lightest [class*=" bg-"] a:hover,
        .bg-dark-green-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-dark-green-lightest {
    color: #000000 !important;
    background-color: #dfe6e1;
}

.bg-yellow {
    color: #000000;
    background-color: #ffc107;
}

    .bg-yellow a {
        color: #000000;
    }

        .bg-yellow a:hover, .bg-yellow a:focus {
            color: #ffffff;
        }

    .bg-yellow [class^="bg-"] a,
    .bg-yellow [class*=" bg-"] a {
        color: inherit;
    }

        .bg-yellow [class^="bg-"] a:hover, .bg-yellow [class^="bg-"] a:focus,
        .bg-yellow [class*=" bg-"] a:hover,
        .bg-yellow [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-yellow {
    color: #000000 !important;
    background-color: #ffc107;
}

.bg-yellow-light {
    color: #000000;
    background-color: #fdf6bb;
}

    .bg-yellow-light a {
        color: #000000;
    }

        .bg-yellow-light a:hover, .bg-yellow-light a:focus {
            color: #000000;
        }

    .bg-yellow-light [class^="bg-"] a,
    .bg-yellow-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-yellow-light [class^="bg-"] a:hover, .bg-yellow-light [class^="bg-"] a:focus,
        .bg-yellow-light [class*=" bg-"] a:hover,
        .bg-yellow-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-yellow-light {
    color: #000000 !important;
    background-color: #fdf6bb;
}

.bg-yellow-lightest {
    color: #000000;
    background-color: #fefbdd;
}

    .bg-yellow-lightest a {
        color: #000000;
    }

        .bg-yellow-lightest a:hover, .bg-yellow-lightest a:focus {
            color: #000000;
        }

    .bg-yellow-lightest [class^="bg-"] a,
    .bg-yellow-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-yellow-lightest [class^="bg-"] a:hover, .bg-yellow-lightest [class^="bg-"] a:focus,
        .bg-yellow-lightest [class*=" bg-"] a:hover,
        .bg-yellow-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-yellow-lightest {
    color: #000000 !important;
    background-color: #fefbdd;
}

.bg-dark-yellow {
    color: #000000;
    background-color: #ffb612;
}

    .bg-dark-yellow a {
        color: #000000;
    }

        .bg-dark-yellow a:hover, .bg-dark-yellow a:focus {
            color: #ffffff;
        }

    .bg-dark-yellow [class^="bg-"] a,
    .bg-dark-yellow [class*=" bg-"] a {
        color: inherit;
    }

        .bg-dark-yellow [class^="bg-"] a:hover, .bg-dark-yellow [class^="bg-"] a:focus,
        .bg-dark-yellow [class*=" bg-"] a:hover,
        .bg-dark-yellow [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-dark-yellow {
    color: #000000 !important;
    background-color: #ffb612;
}

.bg-dark-yellow-light {
    color: #000000;
    background-color: #ffe9b7;
}

    .bg-dark-yellow-light a {
        color: #000000;
    }

        .bg-dark-yellow-light a:hover, .bg-dark-yellow-light a:focus {
            color: #000000;
        }

    .bg-dark-yellow-light [class^="bg-"] a,
    .bg-dark-yellow-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-dark-yellow-light [class^="bg-"] a:hover, .bg-dark-yellow-light [class^="bg-"] a:focus,
        .bg-dark-yellow-light [class*=" bg-"] a:hover,
        .bg-dark-yellow-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-dark-yellow-light {
    color: #000000 !important;
    background-color: #ffe9b7;
}

.bg-dark-yellow-lightest {
    color: #000000;
    background-color: #fff4dc;
}

    .bg-dark-yellow-lightest a {
        color: #000000;
    }

        .bg-dark-yellow-lightest a:hover, .bg-dark-yellow-lightest a:focus {
            color: #000000;
        }

    .bg-dark-yellow-lightest [class^="bg-"] a,
    .bg-dark-yellow-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-dark-yellow-lightest [class^="bg-"] a:hover, .bg-dark-yellow-lightest [class^="bg-"] a:focus,
        .bg-dark-yellow-lightest [class*=" bg-"] a:hover,
        .bg-dark-yellow-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-dark-yellow-lightest {
    color: #000000 !important;
    background-color: #fff4dc;
}

.bg-brown {
    color: #ffffff;
    background-color: #94710a;
}

    .bg-brown a {
        color: #ffffff;
    }

        .bg-brown a:hover, .bg-brown a:focus {
            color: #ffffff;
        }

    .bg-brown [class^="bg-"] a,
    .bg-brown [class*=" bg-"] a {
        color: inherit;
    }

        .bg-brown [class^="bg-"] a:hover, .bg-brown [class^="bg-"] a:focus,
        .bg-brown [class*=" bg-"] a:hover,
        .bg-brown [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-brown {
    color: #ffffff !important;
    background-color: #94710a;
}

.bg-brown-light {
    color: #000000;
    background-color: #dfd4b5;
}

    .bg-brown-light a {
        color: #000000;
    }

        .bg-brown-light a:hover, .bg-brown-light a:focus {
            color: #000000;
        }

    .bg-brown-light [class^="bg-"] a,
    .bg-brown-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-brown-light [class^="bg-"] a:hover, .bg-brown-light [class^="bg-"] a:focus,
        .bg-brown-light [class*=" bg-"] a:hover,
        .bg-brown-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-brown-light {
    color: #000000 !important;
    background-color: #dfd4b5;
}

.bg-brown-lightest {
    color: #000000;
    background-color: #efeada;
}

    .bg-brown-lightest a {
        color: #000000;
    }

        .bg-brown-lightest a:hover, .bg-brown-lightest a:focus {
            color: #000000;
        }

    .bg-brown-lightest [class^="bg-"] a,
    .bg-brown-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-brown-lightest [class^="bg-"] a:hover, .bg-brown-lightest [class^="bg-"] a:focus,
        .bg-brown-lightest [class*=" bg-"] a:hover,
        .bg-brown-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-brown-lightest {
    color: #000000 !important;
    background-color: #efeada;
}

.bg-dark-brown {
    color: #ffffff;
    background-color: #673327;
}

    .bg-dark-brown a {
        color: #ffffff;
    }

        .bg-dark-brown a:hover, .bg-dark-brown a:focus {
            color: #ffffff;
        }

    .bg-dark-brown [class^="bg-"] a,
    .bg-dark-brown [class*=" bg-"] a {
        color: inherit;
    }

        .bg-dark-brown [class^="bg-"] a:hover, .bg-dark-brown [class^="bg-"] a:focus,
        .bg-dark-brown [class*=" bg-"] a:hover,
        .bg-dark-brown [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-dark-brown {
    color: #ffffff !important;
    background-color: #673327;
}

.bg-dark-brown-light {
    color: #000000;
    background-color: #d1c1be;
}

    .bg-dark-brown-light a {
        color: #000000;
    }

        .bg-dark-brown-light a:hover, .bg-dark-brown-light a:focus {
            color: #000000;
        }

    .bg-dark-brown-light [class^="bg-"] a,
    .bg-dark-brown-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-dark-brown-light [class^="bg-"] a:hover, .bg-dark-brown-light [class^="bg-"] a:focus,
        .bg-dark-brown-light [class*=" bg-"] a:hover,
        .bg-dark-brown-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-dark-brown-light {
    color: #000000 !important;
    background-color: #d1c1be;
}

.bg-dark-brown-lightest {
    color: #000000;
    background-color: #e8e1df;
}

    .bg-dark-brown-lightest a {
        color: #000000;
    }

        .bg-dark-brown-lightest a:hover, .bg-dark-brown-lightest a:focus {
            color: #000000;
        }

    .bg-dark-brown-lightest [class^="bg-"] a,
    .bg-dark-brown-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-dark-brown-lightest [class^="bg-"] a:hover, .bg-dark-brown-lightest [class^="bg-"] a:focus,
        .bg-dark-brown-lightest [class*=" bg-"] a:hover,
        .bg-dark-brown-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-dark-brown-lightest {
    color: #000000 !important;
    background-color: #e8e1df;
}

.text-brand {
    color: #777c00 !important;
}

.text-brand-light {
    color: #d6d7b2 !important;
}

.text-brand-lightest {
    color: #ebebd9 !important;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #b4b4b4 !important;
}

.text-gray-light {
    color: #cccccc !important;
}

.text-gray-lightest {
    color: #f3f3f3 !important;
}

.text-brand-inverse {
    color: #363636 !important;
}

.text-violet {
    color: #a90061 !important;
}

.text-violet-light {
    color: #e5b2cf !important;
}

.text-violet-lightest {
    color: #f2d9e7 !important;
}

.text-pink {
    color: #e83e8c !important;
}

.text-pink-light {
    color: #fadef0 !important;
}

.text-pink-lightest {
    color: #fdeff8 !important;
}

.text-red {
    color: #dc3545 !important;
}

.text-red-light {
    color: #f2bfbb !important;
}

.text-red-lightest {
    color: #f9dfdd !important;
}

.text-ruby {
    color: #ca005d !important;
}

.text-ruby-light {
    color: #efb2ce !important;
}

.text-ruby-lightest {
    color: #f7d9e7 !important;
}

.text-purple {
    color: #6f42c1 !important;
}

.text-purple-light {
    color: #c6b8cf !important;
}

.text-purple-lightest {
    color: #e3dce7 !important;
}

.text-orange {
    color: #fd7e14 !important;
}

.text-orange-light {
    color: #f6d4b2 !important;
}

.text-orange-lightest {
    color: #fbead9 !important;
}

.text-light-blue {
    color: #8fcae7 !important;
}

.text-light-blue-light {
    color: #ddeff8 !important;
}

.text-light-blue-lightest {
    color: #eef7fb !important;
}

.text-azure {
    color: #007bc7 !important;
}

.text-azure-light {
    color: #b2d7ee !important;
}

.text-azure-lightest {
    color: #d9ebf7 !important;
}

.text-dark-blue {
    color: #01689b !important;
}

.text-dark-blue-light {
    color: #cce0f1 !important;
}

.text-dark-blue-lightest {
    color: #e5f0f9 !important;
}

.text-moss-green {
    color: #777c00 !important;
}

.text-moss-green-light {
    color: #d6d7b2 !important;
}

.text-moss-green-lightest {
    color: #ebebd9 !important;
}

.text-mint-green {
    color: #76d2b6 !important;
}

.text-mint-green-light {
    color: #d6f1e9 !important;
}

.text-mint-green-lightest {
    color: #ebf8f4 !important;
}

.text-green {
    color: #28a745 !important;
}

.text-green-light {
    color: #c3dbb6 !important;
}

.text-green-lightest {
    color: #e1eddb !important;
}

.text-dark-green {
    color: #275937 !important;
}

.text-dark-green-light {
    color: #becdc3 !important;
}

.text-dark-green-lightest {
    color: #dfe6e1 !important;
}

.text-yellow {
    color: #ffc107 !important;
}

.text-yellow-light {
    color: #fdf6bb !important;
}

.text-yellow-lightest {
    color: #fefbdd !important;
}

.text-dark-yellow {
    color: #ffb612 !important;
}

.text-dark-yellow-light {
    color: #ffe9b7 !important;
}

.text-dark-yellow-lightest {
    color: #fff4dc !important;
}

.text-brown {
    color: #94710a !important;
}

.text-brown-light {
    color: #dfd4b5 !important;
}

.text-brown-lightest {
    color: #efeada !important;
}

.text-dark-brown {
    color: #673327 !important;
}

.text-dark-brown-light {
    color: #d1c1be !important;
}

.text-dark-brown-lightest {
    color: #e8e1df !important;
}

body {
    min-width: 312px;
}

.container .container {
    padding-right: 0;
    padding-left: 0;
}

.container-spacer {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

@media (min-width: 576px) {
    .container-spacer {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .container-spacer {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.container-spacer-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 576px) {
    .container-spacer-sm {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .container-spacer-sm {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.alert {
    width: 100%;
}

    .alert pre {
        background-color: rgba(255, 255, 255, 0.95);
        padding: 10px 15px;
        margin: 5px 0;
        color: #333;
    }

    .alert a {
        color: #fff;
        color: #01689b;
        text-decoration: underline;
    }

        .alert a:hover {
            color: #154273;
        }

.btn {
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

form label {
    vertical-align: top;
}

form .error {
    border: 2px solid #cc003d;
}

.form-control {
    border-left-color: #fff;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-width: 2px;
    border-bottom-color: #777c00;
}

.form-group {
    padding: 10px;
    margin: 0;
    background-color: #f3f3f3;
}

    .form-group legend {
        font-size: 1rem;
        float: left;
    }

/* CSS generated from: http://www.cssportal.com/style-input-range/#*/
input[type="range"] {
    -webkit-appearance: none;
    margin: 0 2%;
    padding: 0;
    width: 65%;
}

    input[type="range"]:focus {
        outline: none;
    }

    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 4px;
        cursor: pointer;
        background: #999999;
        border: 0 solid #000000;
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-box-shadow: 0 0 0 #01689b;
        box-shadow: 0 0 0 #01689b;
        border: 4px solid #01689b;
        height: 16px;
        width: 16px;
        border-radius: 16px;
        background: #ffffff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -6px;
    }

    input[type="range"]:focus::-webkit-slider-runnable-track {
        background: #999999;
    }

    input[type="range"]::-moz-range-track {
        width: 100%;
        height: 4px;
        cursor: pointer;
        background: #999999;
        border-radius: 0;
        border: 0 solid #000000;
    }

    input[type="range"]::-moz-range-thumb {
        border: 4px solid #01689b;
        height: 14px;
        width: 14px;
        border-radius: 15px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type="range"]::-ms-track {
        width: 100%;
        height: 20px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type="range"]::-ms-fill-lower, input[type="range"]::-ms-fill-upper {
        background: #999999;
        border: 0 solid #000000;
        border-radius: 0;
        box-shadow: 0 0 0 #000000;
    }

    input[type="range"]::-ms-thumb {
        border: 4px solid #01689b;
        height: 14px;
        width: 14px;
        border-radius: 15px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type="range"]:focus::-ms-fill-lower {
        background: #999999;
        background: #000000;
    }

    input[type="range"]:focus::-ms-fill-upper {
        background: #999999;
    }

ul.search-results {
    padding-left: 0;
}

    ul.search-results li.result {
        list-style: none;
        margin-top: 1.5rem;
    }

        ul.search-results li.result a {
            position: relative;
            display: inline-block;
        }

            ul.search-results li.result a:before {
                font-size: 1.5rem;
                position: absolute;
                left: -3px;
                top: 0;
            }

            ul.search-results li.result a[class*="file-type-icon-"]:before {
                top: 7px;
                left: 1px;
                font-size: 1.2rem;
            }

            ul.search-results li.result a:hover {
                text-decoration: none;
            }

                ul.search-results li.result a:hover h2 {
                    text-decoration: underline;
                }

            ul.search-results li.result a h2 {
                padding-left: 1.5rem;
                margin-top: 0.25rem;
                margin-bottom: 0.25rem;
            }

            ul.search-results li.result a p {
                color: #000;
                line-height: 1.25;
                margin-top: 0.25rem;
                margin-bottom: 0.25rem;
            }

            ul.search-results li.result a .url {
                color: #535353;
            }

.pagination {
    border-top: 2px solid #777c00;
}

.page-item.active .page-link {
    color: #ffffff;
}

.table th,
.table td {
    border-color: #fff;
    border: 2px solid #fff;
}

.table caption {
    color: #767676;
    text-align: left;
}

.table thead th {
    border-color: #fff;
}

blockquote {
    font-style: italic;
    font-size: 2rem;
}

ol {
    counter-reset: item;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-top: 15px;
}

    ol li {
        counter-increment: item;
        margin-bottom: 1rem;
        padding-left: 2.6rem;
        position: relative;
    }

        ol li:before {
            content: counter(item);
            background: #fff;
            border-radius: 100%;
            color: #000;
            width: 25px;
            text-align: center;
            position: absolute;
            left: 0;
        }

div .intro p {
    font-size: 1.3125rem;
}

@font-face {
    font-family: "RO Sans";
    src: url(../fonts/RO-SansWebText-Regular.eot);
    src: url(../fonts/RO-SansWebText-Regular.eot?#iefix) format("eot"), url(../fonts/RO-SansWebText-Regular.ttf) format("truetype"), url(../fonts/RO-SansWebText-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RO Sans";
    src: url(../fonts/RO-SansWebText-Bold.eot);
    src: url(../fonts/RO-SansWebText-Bold.eot?#iefix) format("eot"), url(../fonts/RO-SansWebText-Bold.ttf) format("truetype"), url(../fonts/RO-SansWebText-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "RO Sans";
    src: url(../fonts/RO-SansWebText-Italic.eot);
    src: url(../fonts/RO-SansWebText-Italic.eot?#iefix) format("eot"), url(../fonts/RO-SansWebText-Italic.ttf) format("truetype"), url(../fonts/RO-SansWebText-Italic.woff) format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "RO Serif";
    src: url(../fonts/RO-SerifWeb-Regular.eot);
    src: url(../fonts/RO-SerifWeb-Regular.eot?#iefix) format("eot"), url(../fonts/RO-SerifWeb-Regular.ttf) format("truetype"), url(../fonts/RO-SerifWeb-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RO Serif";
    src: url(../fonts/RO-SerifWeb-Bold.eot);
    src: url(../fonts/RO-SerifWeb-Bold.eot?#iefix) format("eot"), url(../fonts/RO-SerifWeb-Bold.ttf) format("truetype"), url(../fonts/RO-SerifWeb-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "RO Serif";
    src: url(../fonts/RO-SerifWeb-Italic.eot);
    src: url(../fonts/RO-SerifWeb-Italic.eot?#iefix) format("eot"), url(../fonts/RO-SerifWeb-Italic.ttf) format("truetype"), url(../fonts/RO-SerifWeb-Italic.woff) format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "icons";
    src: url(../fonts/icons.ttf) format("truetype"), url(../fonts/icons.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

.icon:before, #priority.carousel .slide-nav-link .slide-content:before,
[class^="icon-"]:before,
[class*="icon-"]:before {
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon:before, #priority.carousel .slide-nav-link .slide-content:before,
[class^="icon-"]:before,
[class*="icon-"]:before {
    text-decoration: none;
}

.icon-groep-mensen-torso:before {
    content: "";
}

.icon-klantencontactcenter:before {
    content: "";
}

.icon-servicedesk-telefonie:before {
    content: "";
}

.icon-servicedesk-ict:before {
    content: "";
}

.icon-vind-je-collega:before {
    content: "";
}

.icon-aanmelden-bezoek:before {
    content: "";
}

.icon-meldpunt-incidenten:before {
    content: "";
}

.icon-pijl-links:before {
    content: "";
}

.icon-pijl-beneden:before {
    content: "";
}

.icon-pijl-rechts:before {
    content: "";
}

.icon-pijl-boven:before {
    content: "";
}

.icon-kaart:before {
    content: "";
}

.icon-filter:before {
    content: "";
}

.icon-locatie-marker:before {
    content: "";
}

.icon-oog:before {
    content: "";
}

.icon-kaart-lagen:before {
    content: "";
}

.icon-brede-blik:before {
    content: "";
}

.icon-maatwerk:before {
    content: "";
}

.icon-rijkspas:before {
    content: "";
}

.icon-facts-and-figures:before {
    content: "";
}

.icon-planning:before {
    content: "";
}

.icon-actueel:before {
    content: "";
}

.icon-ster:before {
    content: "";
}

.icon-bel:before {
    content: "";
}

.icon-routevlag:before {
    content: "";
}

.icon-hart:before {
    content: "";
}

.icon-raamwerk:before {
    content: "";
}

.icon-verbetering-proces:before {
    content: "";
}

.icon-verbinding:before {
    content: "";
}

.icon-som-der-delen:before {
    content: "";
}

.icon-gereedschap:before {
    content: "";
}

.icon-start:before {
    content: "";
}

.icon-rekenmachine:before {
    content: "";
}

.icon-publiek:before {
    content: "";
}

.icon-gemeenschappelijk-doel:before {
    content: "";
}

.icon-alarmering-functionarissen:before {
    content: "";
}

.icon-proces:before {
    content: "";
}

.icon-keten:before {
    content: "";
}

.icon-balie:before {
    content: "";
}

.icon-consult:before {
    content: "";
}

.icon-uit-aanknop:before {
    content: "";
}

.icon-activiteit:before {
    content: "";
}

.icon-ketting:before {
    content: "";
}

.icon-afschaling:before {
    content: "";
}

.icon-zandloper:before {
    content: "";
}

.icon-boeket:before {
    content: "";
}

.icon-kantoorbenodigdheden:before {
    content: "";
}

.icon-automaten:before {
    content: "";
}

.icon-adresboek:before {
    content: "";
}

.icon-kalender:before {
    content: "";
}

.icon-info:before {
    content: "";
}

.icon-hulp:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-contact:before {
    content: "";
}

.icon-settings:before {
    content: "";
}

.icon-printer:before {
    content: "";
}

.icon-computer:before {
    content: "";
}

.icon-laptop:before {
    content: "";
}

.icon-klok:before {
    content: "";
}

.icon-winkelwagen:before {
    content: "";
}

.icon-email:before {
    content: "";
}

.icon-externe-link:before {
    content: "";
}
.icon-nieuws:before {
    content: "";
}

.icon-rss:before {
    content: "";
}

.icon-vraag-en-antwoord:before {
    content: "";
}

.icon-afspelen:before {
    content: "";
}

.icon-pause:before {
    content: "";
}

.icon-stop:before {
    content: "";
}

.icon-audio:before {
    content: "";
}

.icon-formulier:before {
    content: "";
}

.icon-weblogbericht:before {
    content: "";
}

.icon-overig:before {
    content: "";
}

.icon-communicatie:before {
    content: "";
}

.icon-informatiemanagement:before {
    content: "";
}

.icon-media:before {
    content: "";
}

.icon-dataverkeer:before {
    content: "";
}

.icon-ict:before {
    content: "";
}

.icon-klachten:before {
    content: "";
}

.icon-delen:before {
    content: "";
}

.icon-upload:before {
    content: "";
}

.icon-download-CSV-bestand:before {
    content: "";
}

.icon-download-geoJSON-bestand:before {
    content: "";
}

.icon-maak-eigen-kaart:before {
    content: "";
}

.icon-voeg-iconenset-toe:before {
    content: "";
}

.icon-buzzer:before {
    content: "";
}

.icon-foto-toevoegen:before {
    content: "";
}

.icon-ga-naar-www:before {
    content: "";
}

.icon-gallery:before {
    content: "";
}

.icon-instellingen:before {
    content: "";
}

.icon-naslag-internet:before {
    content: "";
}

.icon-nieuws-toevoegen:before {
    content: "";
}

.icon-video-camera:before {
    content: "";
}

.icon-video-toevoegen:before {
    content: "";
}

.icon-video:before {
    content: "";
}

.icon-www:before {
    content: "";
}

.icon-volgorde:before {
    content: "";
}

.icon-usb-lader:before {
    content: "";
}

.icon-samenhang-van-documenten:before {
    content: "";
}

.icon-kwaliteit:before {
    content: "";
}

.icon-conferentie-of-event:before {
    content: "";
}

.icon-videovergaderen:before {
    content: "";
}

.icon-electronische-paraaf:before {
    content: "";
}

.icon-digitaal-archief:before {
    content: "";
}

.icon-fysiek-archief:before {
    content: "";
}

.icon-smartphone:before {
    content: "";
}

.icon-tablet:before {
    content: "";
}

.icon-hybride-laptop:before {
    content: "";
}

.icon-online-veiligheid:before {
    content: "";
}

.icon-games:before {
    content: "";
}

.icon-digitale-uitwisseling:before {
    content: "";
}

.icon-netwerk:before {
    content: "";
}

.icon-gegevens:before {
    content: "";
}

.icon-dashboardmonitor:before {
    content: "";
}

.icon-woordenboek:before {
    content: "";
}

.icon-chip:before {
    content: "";
}

.icon-server:before {
    content: "";
}

.icon-postzak:before {
    content: "";
}

.icon-tolk:before {
    content: "";
}

.icon-interculturele-communicatie:before {
    content: "";
}

.icon-invulformulier:before {
    content: "";
}

.icon-gum:before {
    content: "";
}

.icon-digitaliseren-documenten:before {
    content: "";
}

.icon-repro:before {
    content: "";
}

.icon-vergaderservice:before {
    content: "";
}

.icon-externe-vergaderruimte:before {
    content: "";
}

.icon-narrowcasting:before {
    content: "";
}

.icon-bewerken:before {
    content: "";
}

.icon-downloaden:before {
    content: "";
}

.icon-klaarzetten:before {
    content: "";
}

.icon-menu:before {
    content: "";
}

.icon-terug:before {
    content: "";
}

.icon-user:before {
    content: "";
}

.icon-verwijderen:before {
    content: "";
}

.icon-zoek:before {
    content: "";
}

.icon-hashtag:before {
    content: "";
}

.icon-kruis:before {
    content: "";
}

.icon-list:before {
    content: "";
}

.icon-th:before {
    content: "";
}

.icon-blanco:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-googleplus:before {
    content: "";
}

.icon-linked-in:before {
    content: "";
}

.icon-phone:before {
    content: "";
}

.icon-whatsapp:before {
    content: "";
}

.icon-pintrest:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-instagram:before {
    content: "";
}

.icon-youtube:before {
    content: "";
}

.icon-plus:before {
    content: "";
}

.icon-min:before {
    content: "";
}

.icon-min:before {
    content: "";
}

.icon-chevron-up:before {
    content: "";
}

.icon-chevron-down:before {
    content: "";
}

.icon-caret-left:before {
    content: "";
}

.icon-caret-right:before {
    content: "";
}

.icon-caret-up:before {
    content: "";
}

.icon-caret-down:before {
    content: "";
}

.icon-angle-left:before {
    content: "";
}

.icon-angle-right:before {
    content: "";
}

.icon-angle-up:before {
    content: "";
}

.icon-angle-down:before {
    content: "";
}

.icon-midden-en-kleinbedrijf:before {
    content: "";
}

.icon-ondernemingen:before {
    content: "";
}

.icon-ondernemen:before {
    content: "";
}

.icon-handel:before {
    content: "";
}

.icon-sluiten:before {
    content: "\00D7";
    font-weight: bold;
    vertical-align: text-top;
    font-size: 1.1em;
}

.load-focuspoint.focuspoint,
.load-focuspoint .focuspoint {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    .load-focuspoint.focuspoint img,
    .load-focuspoint .focuspoint img {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        display: block;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-height: none;
        max-width: none;
    }

img {
    max-width: 100%;
    height: auto;
}

article .align-left {
    margin-right: 1rem;
}

article .align-right {
    margin-left: 1rem;
}

article .align-left,
article .align-right {
    max-width: 100%;
    margin-bottom: 1rem;
}

body {
    position: relative;
    color: #000;
}

a {
    text-decoration: none;
}

    a:hover:before, a:hover:after {
        text-decoration: none;
    }

:focus {
    outline: none;
}

body.user-is-tabbing *:focus {
    outline: solid 5px #3b99fc !important;
}

.sans-serif {
    font-family: "RO Sans", Calibri, Verdana, sans-serif;
}

.serif {
    font-family: "RO Serif", "Times New Roman", Times, serif;
}

.column-title {
    border-top: 2px solid #777c00;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    font-weight: bold;
}

@media (max-width: 991.98px) {
    .display-1 {
        font-size: 3rem;
        font-weight: 300;
    }

    .display-2 {
        font-size: 2.75rem;
        font-weight: 300;
    }

    .display-3 {
        font-size: 2.25rem;
        font-weight: 300;
    }

    .display-4 {
        font-size: 1.75rem;
        font-weight: 300;
    }

    h1, .h1 {
        font-size: 1.75rem;
    }

    h2, .h2 {
        font-size: 1.5rem;
    }

    h3, .h3, .card-wrapper .card-title {
        font-size: 1.25rem;
    }

    h4, .h4 {
        font-size: 1.25rem;
    }

    h5, .h5 {
        font-size: 1.25rem;
    }

    h6, .h6 {
        font-size: 1rem;
    }
}

.breadcrumb {
    padding: 0;
}

.breadcrumb-item a {
    text-decoration: none;
}

ul.list-group > li {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    ul.list-group > li .list-group-item {
        margin-bottom: -1px;
    }

    ul.list-group > li:last-child .list-group-item {
        margin-bottom: 0;
    }

ul.list-group.simple {
    margin: 0.5rem 0 1rem 0;
}

    ul.list-group.simple .list-group-item {
        border: 0;
        padding: 0.5rem 0;
        text-decoration: none;
    }

        ul.list-group.simple .list-group-item.list-group-item-success, ul.list-group.simple .list-group-item.list-group-item-info, ul.list-group.simple .list-group-item.list-group-item-warning, ul.list-group.simple .list-group-item.list-group-item-danger, ul.list-group.simple .list-group-item.active, ul.list-group.simple .list-group-item.disabled {
            padding-left: 0.625rem;
            padding-right: 0.625rem;
        }

        ul.list-group.simple .list-group-item.list-group-item-success, ul.list-group.simple .list-group-item.list-group-item-danger {
            color: #fff;
        }

        ul.list-group.simple .list-group-item[class^="icon-"], ul.list-group.simple .list-group-item[class*=" icon-"] {
            display: block;
            padding-left: 1.5rem;
            position: relative;
        }

            ul.list-group.simple .list-group-item[class^="icon-"]:before, ul.list-group.simple .list-group-item[class*=" icon-"]:before {
                position: absolute;
                left: 0;
                text-decoration: none;
            }

            ul.list-group.simple .list-group-item[class^="icon-"].list-group-item-success, ul.list-group.simple .list-group-item[class^="icon-"].list-group-item-info, ul.list-group.simple .list-group-item[class^="icon-"].list-group-item-warning, ul.list-group.simple .list-group-item[class^="icon-"].list-group-item-danger, ul.list-group.simple .list-group-item[class^="icon-"].active, ul.list-group.simple .list-group-item[class^="icon-"].disabled, ul.list-group.simple .list-group-item[class*=" icon-"].list-group-item-success, ul.list-group.simple .list-group-item[class*=" icon-"].list-group-item-info, ul.list-group.simple .list-group-item[class*=" icon-"].list-group-item-warning, ul.list-group.simple .list-group-item[class*=" icon-"].list-group-item-danger, ul.list-group.simple .list-group-item[class*=" icon-"].active, ul.list-group.simple .list-group-item[class*=" icon-"].disabled {
                padding-left: 2.125rem;
            }

                ul.list-group.simple .list-group-item[class^="icon-"].list-group-item-success:before, ul.list-group.simple .list-group-item[class^="icon-"].list-group-item-info:before, ul.list-group.simple .list-group-item[class^="icon-"].list-group-item-warning:before, ul.list-group.simple .list-group-item[class^="icon-"].list-group-item-danger:before, ul.list-group.simple .list-group-item[class^="icon-"].active:before, ul.list-group.simple .list-group-item[class^="icon-"].disabled:before, ul.list-group.simple .list-group-item[class*=" icon-"].list-group-item-success:before, ul.list-group.simple .list-group-item[class*=" icon-"].list-group-item-info:before, ul.list-group.simple .list-group-item[class*=" icon-"].list-group-item-warning:before, ul.list-group.simple .list-group-item[class*=" icon-"].list-group-item-danger:before, ul.list-group.simple .list-group-item[class*=" icon-"].active:before, ul.list-group.simple .list-group-item[class*=" icon-"].disabled:before {
                    left: 0.625rem;
                }

.navbar-titlebar {
    color: #000000;
    background-color: #d6d7b2;
    font-size: 1.3rem;
    line-height: 2rem;
}

.navbar-branded {
    background-color: #777c00;
}

@media (max-width: 1199.98px) {
    .navbar-branded .container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-branded .buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.navbar-branded .navbar-brand {
    color: #ffffff;
}

    .navbar-branded .navbar-brand:hover, .navbar-branded .navbar-brand:focus {
        color: #ffffff;
    }

.navbar-branded .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .navbar-branded .navbar-nav {
        width: 100%;
    }
}

.navbar-branded .navbar-nav .nav-item {
    margin: 0;
    width: 100%;
    position: relative;
}

@media (min-width: 576px) {
    .navbar-branded .navbar-nav .nav-item {
        width: 50%;
    }

        .navbar-branded .navbar-nav .nav-item:nth-child(even) {
            padding-left: 0;
            width: calc(50% - 15px);
        }
}

@media (min-width: 992px) {
    .navbar-branded .navbar-nav .nav-item {
        width: auto;
    }

        .navbar-branded .navbar-nav .nav-item:nth-child(even) {
            width: auto;
            margin-left: 0;
        }
}

@media (max-width: 991.98px) {
    .navbar-branded .navbar-nav .nav-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 575.98px) {
    .navbar-branded .navbar-nav .nav-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.navbar-branded .navbar-nav .nav-link {
    text-decoration: none;
    border-top: 1px solid #fff;
    color: #ffffff;
}

    .navbar-branded .navbar-nav .nav-link:hover, .navbar-branded .navbar-nav .nav-link:focus {
        color: #ffffff;
    }

@media (min-width: 992px) {
    .navbar-branded .navbar-nav .nav-link {
        padding: 0.625rem;
        border-top: 0;
        color: #ffffff;
        font-size: 1.125rem;
        line-height: 1.5rem;        
    }

        .navbar-branded .navbar-nav .nav-link:hover, .navbar-branded .navbar-nav .nav-link:focus {
            background-color: #ebebd9;
            color: #000000;
        }
}

.navitem.is-active {
    background-color: #ebebd9;
    color: #000000;
    font-weight: bold;
}

.navbar-branded .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.navbar-branded .navbar-nav .open > .nav-link,
.navbar-branded .navbar-nav .is-active > .nav-link,
.navbar-branded .navbar-nav .nav-link.open,
.navbar-branded .navbar-nav .nav-link.is-active {
    font-weight: bold;
    color: #ffffff;
}

@media (min-width: 992px) {
    .navbar-branded .navbar-nav .open > .nav-link,
    .navbar-branded .navbar-nav .is-active > .nav-link,
    .navbar-branded .navbar-nav .nav-link.open,
    .navbar-branded .navbar-nav .nav-link.is-active {
        background-color: #ebebd9;
        color: #000000;
    }

        .navbar-branded .navbar-nav .open > .nav-link, .navbar-branded .navbar-nav .open > .nav-link:hover, .navbar-branded .navbar-nav .open > .nav-link:focus,
        .navbar-branded .navbar-nav .is-active > .nav-link,
        .navbar-branded .navbar-nav .is-active > .nav-link:hover,
        .navbar-branded .navbar-nav .is-active > .nav-link:focus,
        .navbar-branded .navbar-nav .nav-link.open,
        .navbar-branded .navbar-nav .nav-link.open:hover,
        .navbar-branded .navbar-nav .nav-link.open:focus,
        .navbar-branded .navbar-nav .nav-link.is-active,
        .navbar-branded .navbar-nav .nav-link.is-active:hover,
        .navbar-branded .navbar-nav .nav-link.is-active:focus {
            color: #000000;
        }
}

.navbar-branded .navbar-divider {
    background-color: #ebebd9;
}

.navbar-branded .navbar-expand {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar-branded .navbar-toggler {
    color: #ffffff;
    width: auto;
}

    .navbar-branded .navbar-toggler.icon-zoek[aria-expanded="true"] {
        line-height: 1rem;
    }

        .navbar-branded .navbar-toggler.icon-zoek[aria-expanded="true"]:before {
            content: "\00D7";
            font-weight: bold;
            vertical-align: text-top;
            font-size: 1.5em;
            margin-top: -3px;
        }

.navbar-branded .navbar-toggler-right {
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-branded.navbar-border {
    border-bottom: 10px solid #ebebd9;
}

@media (max-width: 991.98px) {
    .navbar-branded .collapse.show {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navbar-branded .collapsing {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.navbar-branded #searchformResponsive {
    margin-left: auto;
}

@media (max-width: 991.98px) {
    .navbar-branded #searchformResponsive {
        position: absolute;
        top: 4px;
        right: 50px;
    }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
    .navbar-branded #searchformResponsive .nav-search {
        width: 100%;
    }

        .navbar-branded #searchformResponsive .nav-search fieldset {
            max-width: 150px;
        }
}

.navbar-branded #searchformResponsive .nav-search {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

    .navbar-branded #searchformResponsive .nav-search label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        border: 0;
    }

    .navbar-branded #searchformResponsive .nav-search form .form-inline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: initial;
        -ms-flex-flow: initial;
        flex-flow: initial;
    }

@media (min-width: 992px) {
    .navbar-branded #searchformResponsive .nav-search form .form-inline {
        width: auto;
    }
}

.navbar-branded #searchformResponsive .nav-search form .form-group {
    padding: 0;
    width: auto;
}

.navbar-branded #searchformResponsive .nav-search form .form-control,
.navbar-branded #searchformResponsive .nav-search form .btn {
    border: 0px;
    padding: 0.2rem 0.5rem;
    min-height: 30px;
}

@media (min-width: 992px) {
    .navbar-branded #searchformResponsive .nav-search form .form-actions {
        width: auto;
    }
}

.navbar-branded #searchformResponsive .nav-search .btn-primary, .navbar-branded #searchformResponsive .nav-search .onderwerpen.block-facets .glossaryaz.yes-results a, .onderwerpen.block-facets .glossaryaz.yes-results .navbar-branded #searchformResponsive .nav-search a {
    background-color: #d9ebf7;
    color: #000000;
    width: auto;
}

.navbar-branded-light {
    padding: 0;
    background-color: #ebebd9;
}

@media (max-width: 1199.98px) {
    .navbar-branded-light .container {
        margin-left: 0;
        margin-right: 0;
    }
}

.navbar-branded-light .navbar-nav {
    padding: 0;
    line-height: 30px;
    background-color: #ebebd9;
    color: #000000;
    border-bottom: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .navbar-branded-light .navbar-nav .nav-item:hover {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .navbar-branded-light .navbar-nav .nav-item .is-active {
        background-color: #fff;
        color: #000000;
        border: none;
        font-weight: bold;
    }

        .navbar-branded-light .navbar-nav .nav-item .is-active:hover {
            color: #000000;
        }

    .navbar-branded-light .navbar-nav .nav-item .nav-link {
        padding: 5px 10px;
        border: none;
        text-decoration: none;
    }

.skipnav {
    margin-top: -1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .skipnav {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

.skipnav a {
    padding: 0.5rem;
}

ul.nav-vertical {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 401;
}

    ul.nav-vertical li.nav-item a.nav-link {
        width: 30px;
        padding: 5px 0;
    }

        ul.nav-vertical li.nav-item a.nav-link.active:after {
            background: #000;
        }

        ul.nav-vertical li.nav-item a.nav-link:after {
            -webkit-transition: margin 0.2s ease;
            -o-transition: margin 0.2s ease;
            transition: margin 0.2s ease;
            margin-left: 10px;
            display: inline-block;
            content: "";
            width: 12px;
            height: 12px;
            border: 1px solid #000;
            border-radius: 50%;
            background: #fff;
            opacity: 1;
        }

        ul.nav-vertical li.nav-item a.nav-link:hover:after {
            margin-left: 5px;
        }

@media (max-width: 991.98px) {
    ul.nav-vertical {
        right: 1px;
    }
}

.payoff {
    position: relative;
}

    .payoff .logo {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -22px;
        padding: 0;
        border-left: 44px solid #154273;
        width: 50%;
        height: 31px;
        background: 0;
        font-family: "RO Serif", "Times New Roman", Times, serif;
        font-size: 0.69rem;
        padding-left: 5px;
        vertical-align: middle;
        line-height: 31px;
    }

@media (max-width: 991.98px) {
    .payoff .logo > span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        border: 0;
    }
}

.card {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-bottom: 1rem;
}

    .card.card-button:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        cursor: pointer;
        text-decoration: none;
    }

        .card.card-button:hover .card-text,
        .card.card-button:hover p,
        .card.card-button:hover a {
            -webkit-transform: scale(1/1.05);
            -ms-transform: scale(1/1.05);
            -o-transform: scale(1/1.05);
            transform: scale(1/1.05);
            text-decoration: underline;
        }

        .card.card-button:hover .card-title,
        .card.card-button:hover .card-header {
            text-decoration: none;
        }

    .card:not(.card-outline-primary), .card:not(.card-outline-secondary), .card:not(.card-outline-info), .card:not(.card-outline-success), .card:not(.card-outline-warning), .card:not(.card-outline-danger) {
        border: 0px;
    }

a .card:hover .card-title, a .card:focus .card-title {
    color: #154273;
    text-decoration: underline;
}

a .card .card-title {
    color: #01689b;
}

a .card p, a .card table {
    color: #000;
}

a .card footer {
    color: #535353;
}

a .card.card-nobg .card-body {
    display: block;
    padding: 0;
}

.card-body {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-wrap: break-word;
}

    .card-body .question {
        font-size: 1.75rem;
        font-style: italic;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0;
    }

.card-nobg {
    background-color: transparent;
}

    .card-nobg .card-body {
        background-color: transparent;
    }

.card-media .image-info {
    color: #ffffff;
    background-color: #777c00;
}

.card-title {
    overflow-wrap: break-word;
    overflow: hidden;
    line-height: 1em;
}

.card-link:hover {
    text-decoration: underline;
}

.card-header {
    color: #ffffff;
    background-color: #777c00;
    border-bottom: none;
    font-size: 1.5rem;
    margin: 0;
    padding: 1rem;
}

    .card-header a {
        color: #ffffff;
    }

        .card-header a:hover, .card-header a:focus {
            color: #ffffff;
        }

@media (min-width: 768px) {
    .card-header {
        font-size: 2rem;
    }
}

.card-footer {
    color: #000000;
    background-color: #e6e6e6;
    border-top: none;
}

    .card-footer a {
        color: #000000;
    }

        .card-footer a:hover, .card-footer a:focus {
            color: #000000;
        }

@media (min-width: 768px) {
    .card-horizontal,
    .card-wrapper.left .col .card,
    .card-wrapper.right .col .card {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }

        .card-horizontal .card-media,
        .card-wrapper.left .col .card .card-media,
        .card-wrapper.right .col .card .card-media {
            width: 50%;
        }

        .card-horizontal .card-body,
        .card-wrapper.left .col .card .card-body,
        .card-wrapper.right .col .card .card-body {
            width: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .card-horizontal .card-header,
        .card-wrapper.left .col .card .card-header,
        .card-wrapper.right .col .card .card-header {
            border-bottom: 0;
            border-right: 1px solid #f3f3f3;
            width: 100%;
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -ms-flex: none;
            flex: none;
            border-right: none;
        }

        .card-horizontal .card-footer,
        .card-wrapper.left .col .card .card-footer,
        .card-wrapper.right .col .card .card-footer {
            border-top: 0;
            border-left: 1px solid #f3f3f3;
        }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    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);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .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;
}

[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;
}

#priority.carousel {
    margin: 0 15px 15px 15px;
    max-width: calc(100% - 15px);
    background-color: #f3f3f3;
    overflow: hidden;
    width: 100%;
}

    #priority.carousel a {
        text-decoration: none;
        display: block;
    }

    #priority.carousel h2 {
        position: absolute;
        top: -100000px;
    }

    #priority.carousel .focuspoint {
        position: relative;
    }

    #priority.carousel .carouselControl {
        position: absolute;
        top: 8px;
        right: 20px;
        display: inline-block;
        margin: -3px 0 0 6px;
        width: 22px;
        height: 22px;
        text-indent: -999px;
        overflow: hidden;
        z-index: 10;
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid #000;
        border-color: rgba(255, 255, 255, 0.6);
    }

@media (min-width: 768px) {
    #priority.carousel .carouselControl {
        top: 15px;
        right: 30px;
    }
}

#priority.carousel .carouselControl:after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 3px;
    width: 12px;
    height: 14px;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    border-color: rgba(255, 255, 255, 0.9);
}

#priority.carousel .carouselControl:hover:after {
    border-color: rgba(255, 255, 255, 0.5);
}

#priority.carousel .carouselControl.paused:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #fff;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}

#priority.carousel .carouselControl.paused:hover:after, #priority.carousel .carouselControl.paused:focus:after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
}

#priority.carousel .carousel-slide {
    margin: 0;
    padding: 0;
}

.js #priority.carousel.slick-dotted .slick-slide .slide-nav-link {
    display: block;
}

@media (min-width: 768px) {
    .js #priority.carousel.slick-dotted .slick-slide .slide-nav-link {
        display: none;
    }
}

.js #priority.carousel:not(.slick-dotted) .slick-slide .slide-nav-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

#priority.carousel .slide-nav-link {
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 100;
}

@media (min-width: 768px) {
    #priority.carousel .slide-nav-link {
        background: rgba(255, 255, 255, 0.9);
    }
}

#priority.carousel .slide-nav-link .slide-content {
    margin: 0;
    padding: 0 24px 10px 10px;
    color: #000;
    line-height: 1.375em;
    font-size: 1em;
    overflow: hidden;
}

    #priority.carousel .slide-nav-link .slide-content:hover, #priority.carousel .slide-nav-link .slide-content:focus {
        color: #154273;
    }

    #priority.carousel .slide-nav-link .slide-content:before {
        content: "";
    }

#priority.carousel .slide-nav-link .slide-title {
    display: block;
    padding: 10px 10px 5px 10px;
    margin: 0 0 0 0;
    font-size: 1rem;
    line-height: 1.4rem;
    text-decoration: none;
    position: relative;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    color: #01689b;
}

    #priority.carousel .slide-nav-link .slide-title:hover, #priority.carousel .slide-nav-link .slide-title:focus {
        color: #154273;
    }

@media (min-width: 768px) {
    #priority.carousel .slide-nav-link .slide-title {
        font-weight: bold;
    }
}

@media (min-width: 768px) {
    #priority.carousel .slide-nav-link .slide-title {
        font-size: 1.125rem;
    }
}

#priority.carousel .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block !important;
}

@media (min-width: 768px) {
    #priority.carousel .slick-dots {
        padding: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        z-index: 301;
    }
}

#priority.carousel .slick-dots li {
    padding-right: 20px;
    display: block;
}

@media (min-width: 768px) {
    #priority.carousel .slick-dots li {
        display: inline-block;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }
}

#priority.carousel .slick-dots li:last-child {
    padding-right: 0;
}

#priority.carousel .slick-dots li .slide-content {
    display: none;
}

#priority.carousel .slick-dots li.slick-active .slide-content {
    display: block !important;
}

#priority.carousel .slick-dots li.slick-active .slide-title {
    font-weight: bold;
}

.carousel-slide h2.title {
    font-weight: 700;
    padding-top: .5em;
}

@media (min-width: 576px) {
    .carousel-slide h2.title {
        font-weight: 500;
        padding-top: 0;
    }
}

.comment-form {
    margin-bottom: 3rem;
}

    .comment-form label {
        width: 100px;
    }

    .comment-form .form-text,
    .comment-form .form-textarea-wrapper,
    .comment-form .button {
        display: inline-block;
        width: auto;
    }

    .comment-form .form-type-textarea {
        padding: 0;
    }

        .comment-form .form-type-textarea .form-textarea.error {
            border-left-color: #cc003d !important;
            border-top-color: #cc003d !important;
            border-right-color: #cc003d !important;
            border: 2px solid #cc003d;
        }

    .comment-form .form-submit {
        margin-left: 0;
    }

@media (min-width: 676px) {
    .comment-form .form-submit {
        margin-left: 103px;
    }
}

.js-comment {
    padding: 1rem;
    margin-bottom: 2px;
    background-color: #e6e6e6;
}

    .js-comment .links {
        padding-left: 0px;
    }

        .js-comment .links li {
            display: inline-block;
            margin-right: 1rem;
        }

    .js-comment footer {
        color: #535353;
    }

.card-wrapper {
    margin-bottom: 1rem;
}

    .card-wrapper .card-deck {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-right: -15px;
        margin-left: -15px;
    }

@media (min-width: 576px) {
    .card-wrapper .card-deck {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .card-wrapper .card-deck {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .card-wrapper .card-deck {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .card-wrapper .card-deck {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.card-wrapper .card-deck .card {
    margin-left: 0;
}

@media (max-width: 575.98px) {
    .card-wrapper .card-deck .par.col {
        -webkit-flex-basis: inherit;
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        margin-bottom: 0;
    }
}

.card-wrapper .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .card-wrapper.top .col,
    .card-wrapper.bottom .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 576px) {
    .card-wrapper.left .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    .card-wrapper.left .col .card-media {
        float: left;
    }
}

@media (min-width: 576px) {
    .card-wrapper.left .col .card-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 576px) {
    .card-wrapper.right .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    .card-wrapper.right .col .card-media {
        float: right;
    }
}

@media (min-width: 576px) {
    .card-wrapper.right .col .card-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.card-wrapper .card-title {
    font-weight: bold;
}

@media (min-width: 576px) {
    .card-wrapper .card {
        width: 100%;
    }
}

.footer {
    background-color: #e6e6e6;
    margin-top: 2rem;
    padding-bottom: 20px;
    border-top: 2px solid #4e4e4e;
}

    .footer .payoff {
        font-family: "RO Serif", "Times New Roman", Times, serif;
        font-size: 1.5rem;
        padding-top: 23px;
    }

    .footer h2 {
        margin: 0 0 5px;
        padding: 30px 0 5px;
        color: #535353;
        font-weight: 400;
        font-size: 1.5rem;
        border-bottom: 1px solid #b4b4b4;
    }

    .footer ul {
        padding: 0;
    }

    .footer li {
        list-style: none;
    }

        .footer li a {
            padding: 0 15px 5px 0;
            color: #535353;
            font-size: 1rem;
            text-decoration: none;
        }

#header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    min-height: 93px;
}

    #header:not(.with-bg-image) {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media (min-width: 768px) {
    #header.with-bg-image {
        min-height: 125px;
    }
}

@media (min-width: 992px) {
    #header.with-bg-image {
        min-height: 177px;
    }
}

#header.with-bg-image .logo {
    margin-left: -66px;
    position: absolute;
    padding-left: 44px;
    width: auto;
    top: 0;
    left: 50%;
    z-index: 1;
}

#header .logo {
    margin-top: -11px;
    text-decoration: none;
    padding-left: 134px;
    padding-right: 0;
}

@media (min-width: 576px) {
    #header .logo {
        margin-top: 0px;
        padding-left: 240px;
        padding-right: 0;
        min-height: 88px;
    }
}

#header .logo .wordmark {
    letter-spacing: 0.001em;
    font-family: "RO Serif", "Times New Roman", Times, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    line-height: 14px;
    display: block;
    float: right;
    padding-top: 34px;
    margin-left: 4px;
    margin-right: 0;
    width: 130px;
}

@media (min-width: 576px) {
    #header .logo .wordmark {
        font-size: 14px;
        line-height: 14px;
        margin-left: 9px;
        margin-right: 21px;
        width: 210px;
    }
}

#header .logo > span {
    display: block;
}

#header .logo .secondary-sender {
    font-style: italic;
    display: block;
    line-height: 14px;
    padding-bottom: 14px;
}

#header .header-media {
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    #header .header-media img {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        #header .header-media img.wide {
            height: 100%;
            width: auto;
            max-width: none;
        }

        #header .header-media img.tall {
            width: 100%;
            height: auto;
        }

.header-border {
    border-top: 2px solid #535353;
}

.bg-brand-secondary {
    color: #000000;
    background-color: #b4b4b4;
}

    .bg-brand-secondary a {
        color: #000000;
    }

        .bg-brand-secondary a:hover, .bg-brand-secondary a:focus {
            color: #000000;
        }

    .bg-brand-secondary [class^="bg-"] a,
    .bg-brand-secondary [class*=" bg-"] a {
        color: inherit;
    }

        .bg-brand-secondary [class^="bg-"] a:hover, .bg-brand-secondary [class^="bg-"] a:focus,
        .bg-brand-secondary [class*=" bg-"] a:hover,
        .bg-brand-secondary [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-brand-secondary {
    color: #000000 !important;
    background-color: #b4b4b4;
}

.bg-brand-secondary-light {
    color: #000000;
    background-color: #cccccc;
}

    .bg-brand-secondary-light a {
        color: #000000;
    }

        .bg-brand-secondary-light a:hover, .bg-brand-secondary-light a:focus {
            color: #000000;
        }

    .bg-brand-secondary-light [class^="bg-"] a,
    .bg-brand-secondary-light [class*=" bg-"] a {
        color: inherit;
    }

        .bg-brand-secondary-light [class^="bg-"] a:hover, .bg-brand-secondary-light [class^="bg-"] a:focus,
        .bg-brand-secondary-light [class*=" bg-"] a:hover,
        .bg-brand-secondary-light [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-brand-secondary-light {
    color: #000000 !important;
    background-color: #cccccc;
}

.bg-brand-secondary-lightest {
    color: #000000;
    background-color: #f3f3f3;
}

    .bg-brand-secondary-lightest a {
        color: #000000;
    }

        .bg-brand-secondary-lightest a:hover, .bg-brand-secondary-lightest a:focus {
            color: #000000;
        }

    .bg-brand-secondary-lightest [class^="bg-"] a,
    .bg-brand-secondary-lightest [class*=" bg-"] a {
        color: inherit;
    }

        .bg-brand-secondary-lightest [class^="bg-"] a:hover, .bg-brand-secondary-lightest [class^="bg-"] a:focus,
        .bg-brand-secondary-lightest [class*=" bg-"] a:hover,
        .bg-brand-secondary-lightest [class*=" bg-"] a:focus {
            color: inherit;
        }

a.bg-brand-secondary-lightest {
    color: #000000 !important;
    background-color: #f3f3f3;
}

@media (max-width: 991.98px) {
    .sdv-activity aside, .locatie aside {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

.sdv-activity aside hr, .locatie aside hr {
    margin-top: 0;
}

.sdv-activity aside h2.mobile, .locatie aside h2.mobile {
    display: none;
}

@media (max-width: 991.98px) {
    .sdv-activity aside h2, .locatie aside h2 {
        display: none;
    }

        .sdv-activity aside h2.mobile, .locatie aside h2.mobile {
            cursor: pointer;
            display: block;
            border-bottom: 2px solid #777c00;
            padding-bottom: .5em;
            margin-bottom: .8em;
        }

            .sdv-activity aside h2.mobile a, .locatie aside h2.mobile a {
                display: block;
                width: 100%;
                text-decoration: none;
                color: #000;
            }

                .sdv-activity aside h2.mobile a:hover, .locatie aside h2.mobile a:hover {
                    color: #01689b;
                }

                .sdv-activity aside h2.mobile a:after, .locatie aside h2.mobile a:after {
                    content: '';
                    color: #777c00;
                    font-family: 'icons';
                    float: right;
                    font-style: normal;
                    font-variant: normal;
                    text-transform: none;
                    vertical-align: top;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    vertical-align: baseline;
                }

                .sdv-activity aside h2.mobile a.active:after, .locatie aside h2.mobile a.active:after {
                    content: '';
                }
}

.sdv-activity aside .tablewrapper, .locatie aside .tablewrapper {
    display: block;
}

@media (max-width: 991.98px) {
    .sdv-activity aside .tablewrapper, .locatie aside .tablewrapper {
        display: none;
    }
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
}

.anchor-link-wrapper .anchor-column-tab .content h3 {
    margin-top: 0.5rem;
}

.anchor-column-tab.sticky {
    padding-top: 100px;
    margin-top: -100px;
}

@media (min-width: 992px) {
    .anchor-column-tab.sticky {
        padding-top: 125px;
        margin-top: -125px;
    }
}

.anchor-column-tab.sticky.sticky-sub {
    padding-top: 170px;
    margin-top: -170px;
}

@media (min-width: 992px) {
    .anchor-column-tab.sticky.sticky-sub {
        padding-top: 200px;
        margin-top: -200px;
    }
}

.anchor-list {
    margin-top: 1rem;
}

    .anchor-list h2 {
        margin-bottom: 1rem;
    }

.anchor-wrapper {
    height: 0px;
    text-align: center;
}

    .anchor-wrapper .anchor-tab .content {
        top: -14px;
        font-size: 20px;
        line-height: 20px;
        padding: 4px 30px;
        font-weight: bold;
        position: relative;
        z-index: 1;
        display: inline-block;
    }

@media (min-width: 768px) {
    .anchor-wrapper .anchor-tab .content {
        top: -25px;
        font-size: 30px;
        line-height: 30px;
        padding: 10px 50px;
    }
}

@media (max-width: 991.98px) {
    .view-header {
        margin-top: 1rem;
    }
}

.back-to-top {
    position: fixed;
    right: 50px;
    bottom: 30%;
    padding: 0.75rem;
    z-index: 1;
    border-color: #fff;
    opacity: 1;
}

    .back-to-top.invisible {
        opacity: 0;
    }

    .back-to-top:before {
        padding-right: 0px;
    }

.clear-form {
    position: absolute;
    top: 8px;
    right: 20px;
    visibility: hidden;
    cursor: pointer;
}

    .clear-form.active {
        visibility: visible;
    }

    .clear-form:before {
        color: #000;
    }

.collapse-link {
    color: #01689b !important;
    text-decoration: underline;
    padding-left: 0;
    margin-bottom: 0.75rem;
}

    .collapse-link:hover {
        color: #154273 !important;
    }

    .collapse-link:after {
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        margin-left: 1rem;
        text-decoration: none;
    }

    .collapse-link.collapsed:after {
        content: "";
    }

.btn-kalender {
    font-size: 1.5rem;
    max-height: 39px;
    line-height: 1.4rem;
    background-color: #e6e6e6;
    border: 1px solid #c1bfc1;
    border-radius: .25rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
    padding: 0.5rem;
    margin-left: 0px !important;
}

.cta-button {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

    .cta-button a {
        background: #777c00;
        border: 1px solid #777c00;
        color: #ffffff;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        position: relative;
        text-decoration: none !important;
    }

        .cta-button a:after {
            content: '';
            font-family: 'icons';
            font-size: 1.5rem;
            font-weight: bold;
            line-height: 0.7;
            padding-left: 10px;
            position: relative;
            top: 4px;
        }

.bibcite-reference .cta-button {
    display: inline-block;
    float: right;
    margin-top: 0;
    margin-bottom: 0;
}

    .bibcite-reference .cta-button a:after {
        content: '';
    }

.layout-local .navbar-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-viewswitch {
    margin-bottom: 1rem;
}

.contextual {
    top: auto;
}

.container > .contextual button.trigger {
    top: -1rem;
    right: 30px;
}

.content-block-wrapper .container > .contextual button.trigger {
    top: 0;
    right: 0;
}

ol {
    min-width: 30%;
}

.icon:before, #priority.carousel .slide-nav-link .slide-content:before,
[class^="icon-"]:before,
[class*="icon-"]:before {
    text-decoration: underline;
    padding-right: 5px;
}

.icon:before, #priority.carousel .slide-nav-link .slide-content:before,
[class^="icon-"]:before,
[class*="icon-"]:before {
    text-decoration: none;
}

@font-face {
    font-family: 'file_type_icons';
    src: url("../fonts/file_type_icons.eot");
    src: url("../fonts/file_type_icons.eot?#iefix") format("eot"), url("../fonts/file_type_icons.ttf") format("truetype"), url("../fonts/file_type_icons.woff") format("woff"), url("../fonts/file_type_icons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="file-type-icon-"]:before,
[class*="file-type-icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'file_type_icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a[class^="file-type-icon-"], a[class*="file-type-icon-"] {
    display: inline-block;
    line-height: 1rem;
}

.file-type-icon-file-o:before {
    content: "\f016";
}

.file-type-icon-file-text-o:before {
    content: "\f0f6";
}

.file-type-icon-file-pdf-o:before {
    content: "\f1c1";
}

.file-type-icon-file-word-o:before {
    content: "\f1c2";
}

.file-type-icon-file-excel-o:before {
    content: "\f1c3";
}

.file-type-icon-file-powerpoint-o:before {
    content: "\f1c4";
}

.file-type-icon-file-image-o:before {
    content: "\f1c5";
}

.file-type-icon-file-photo-o:before {
    content: "\f1c5";
}

.file-type-icon-file-picture-o:before {
    content: "\f1c5";
}

.file-type-icon-file-archive-o:before {
    content: "\f1c6";
}

.file-type-icon-file-zip-o:before {
    content: "\f1c6";
}

.icon-file-audio-o:before {
    font-family: 'file_type_icons' !important;
    content: "\f1c7";
}

.file-type-icon-file-sound-o:before {
    content: "\f1c7";
}

.file-type-icon-file-movie-o:before {
    content: "\f1c8";
}

.file-type-icon-file-video-o:before {
    content: "\f1c8";
}

.file-type-icon-file-code-o:before {
    content: "\f1c9";
}

.table.table-dark-blue th {
    background-color: #01689b;
    color: #ffffff;
}

.table.table-dark-blue-lightest th {
    background-color: #e5f0f9;
    color: #000000;
}

.table.table-brand th {
    background-color: #777c00;
    color: #ffffff;
}

.table.table-brand-lightest th {
    background-color: #ebebd9;
    color: #000000;
}

.table.table-azure th {
    background-color: #007bc7;
    color: #ffffff;
}

.table.table-azure-lightest th {
    background-color: #d9ebf7;
    color: #000000;
}

.table.table-gray th {
    background-color: #b4b4b4;
    color: #000000;
}

.table.table-gray-lightest th {
    background-color: #f3f3f3;
    color: #000000;
}

.table.table-striped-brand-lightest thead th {
    background-color: #777c00;
    color: #ffffff;
}

.table.table-striped-brand-lightest tbody tr:nth-of-type(odd) td {
    background-color: #ebebd9;
}

.agenda table {
    margin-bottom: 0px;
}

    .agenda table td {
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    }

body {
    -webkit-font-feature-settings: "liga" 0;
    -moz-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
}

abbr {
    cursor: help;
}

    abbr[title],
    abbr[data-original-title] {
        text-decoration: none;
        border: 2px solid #000;
        border-style: none;
        border-bottom-style: dotted;
    }

#tooltip {
    text-align: center;
    color: #ffffff;
    background-color: #777c00;
    position: absolute;
    z-index: 100;
    padding: 10px;
    border: 1px solid #363636;
    /* triangle decoration */
}

    #tooltip a {
        color: #ffffff;
    }

        #tooltip a:hover, #tooltip a:focus {
            color: #ffffff;
        }

    #tooltip:after {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #363636;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -8px;
        margin-left: -8px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #363636;
        top: -10px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }

.reference-wrapper {
    display: inline-block;
    position: relative;
}

    .reference-wrapper .reference-tooltip {
        color: #ffffff;
        background-color: #777c00;
        border: 1px solid #363636;
        bottom: calc(1.5em + 8px);
        left: 50%;
        margin-left: -175px;
        padding: 10px;
        width: 350px;
        display: none;
    }

        .reference-wrapper .reference-tooltip a {
            color: #ffffff;
        }

            .reference-wrapper .reference-tooltip a:hover, .reference-wrapper .reference-tooltip a:focus {
                color: #ffffff;
            }

        .reference-wrapper .reference-tooltip:after {
            /* triangle decoration */
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #363636;
            content: '';
            position: absolute;
            left: 50%;
            bottom: -8px;
            margin-left: -8px;
        }

    .reference-wrapper.active .reference-tooltip {
        display: block;
        opacity: 1;
    }

.serif {
    font-family: "RO Serif", "Times New Roman", Times, serif;
}

div a[class*="bg-"],
div a.card-nobg {
    text-decoration: underline;
}

    div a[class*="bg-"].card-button,
    div a.card-nobg.card-button {
        text-decoration: none;
    }

        div a[class*="bg-"].card-button .card-body,
        div a.card-nobg.card-button .card-body {
            text-decoration: underline;
        }

        div a[class*="bg-"].card-button.readmoreLink .card-body,
        div a.card-nobg.card-button.readmoreLink .card-body {
            text-decoration: none;
        }

    div a[class*="bg-"]:hover,
    div a.card-nobg:hover {
        color: #ffffff;
        text-decoration: none;
    }

div .bg-white a {
    color: #01689b;
    text-decoration: underline;
}

    div .bg-white a:hover {
        color: #154273;
        text-decoration: underline;
    }

div[class*="bg-"] a {
    text-decoration: underline;
}

    div[class*="bg-"] a:hover {
        text-decoration: none;
    }

article[role="article"] p a,
article[role="article"] ul a {
    text-decoration: underline;
}

article[role="article"] p .leaflet-control-zoom a,
article[role="article"] ul .leaflet-control-zoom a {
    text-decoration: none;
}

blockquote {
    font-size: 1.7rem;
}

    blockquote:before, blockquote:after {
        color: #777c00;
        font-family: 'RO Serif', serif;
        font-size: 3rem;
        font-style: italic;
        font-weight: bold;
        line-height: .5;
        position: relative;
        top: .3rem;
    }

    blockquote:before {
        content: '“';
        left: -.2rem;
    }

    blockquote:after {
        content: '”';
    }

    blockquote > * {
        display: inline;
    }

.card .card-content {
    height: 100%;
}

    .card .card-content .card-body {
        position: relative;
    }

        .card .card-content .card-body[class^='icon-'], .card .card-content .card-body[class*=' icon-'] {
            padding-left: 4rem;
            padding-right: 2rem;
            padding-top: 21px;
            padding-bottom: 21px;
        }

            .card .card-content .card-body[class^='icon-']:before, .card .card-content .card-body[class*=' icon-']:before {
                position: absolute;
                left: 15px;
                font-size: 2rem;
                margin-top: -7px;
            }

.card.card-button.card-nobg {
    color: #01689b;
}

    .card.card-button.card-nobg:hover, .card.card-button.card-nobg:focus {
        color: #01689b;
    }

[class^="bg-"] .card.card-button.card-nobg,
[class*=" bg-"] .card.card-button.card-nobg {
    color: inherit;
}

    [class^="bg-"] .card.card-button.card-nobg:hover, [class^="bg-"] .card.card-button.card-nobg:focus,
    [class*=" bg-"] .card.card-button.card-nobg:hover,
    [class*=" bg-"] .card.card-button.card-nobg:focus {
        color: inherit;
    }

.card[class^="bg-"] .card-header.nobg, .card[class*=" bg-"] .card-header.nobg {
    padding-left: 1rem;
    padding-right: 1rem;
}

.card .card-header.bg-brand-lightest, .card .card-header.dropdown-menu {
    color: #000000;
    background-color: #ebebd9;
}

    .card .card-header.bg-brand-lightest a, .card .card-header.dropdown-menu a {
        color: #000000;
    }

        .card .card-header.bg-brand-lightest a:hover, .card .card-header.dropdown-menu a:hover, .card .card-header.bg-brand-lightest a:focus, .card .card-header.dropdown-menu a:focus {
            color: #000000;
        }

.card .card-header.bg-brand-secondary {
    color: #000000;
    background-color: #b4b4b4;
}

    .card .card-header.bg-brand-secondary a {
        color: #000000;
    }

        .card .card-header.bg-brand-secondary a:hover, .card .card-header.bg-brand-secondary a:focus {
            color: #000000;
        }

.card .card-header.bg-brand-secondary-light {
    color: #000000;
    background-color: #cccccc;
}

    .card .card-header.bg-brand-secondary-light a {
        color: #000000;
    }

        .card .card-header.bg-brand-secondary-light a:hover, .card .card-header.bg-brand-secondary-light a:focus {
            color: #000000;
        }

.card .card-header.bg-brand-secondary-lightest {
    color: #000000;
    background-color: #f3f3f3;
}

    .card .card-header.bg-brand-secondary-lightest a {
        color: #000000;
    }

        .card .card-header.bg-brand-secondary-lightest a:hover, .card .card-header.bg-brand-secondary-lightest a:focus {
            color: #000000;
        }

.card .card-header.bg-azure {
    color: #ffffff;
    background-color: #007bc7;
}

    .card .card-header.bg-azure a {
        color: #ffffff;
    }

        .card .card-header.bg-azure a:hover, .card .card-header.bg-azure a:focus {
            color: #ffffff;
        }

.card .card-header.bg-azure-lightest {
    color: #000000;
    background-color: #d9ebf7;
}

    .card .card-header.bg-azure-lightest a {
        color: #000000;
    }

        .card .card-header.bg-azure-lightest a:hover, .card .card-header.bg-azure-lightest a:focus {
            color: #000000;
        }

.card .card-header.bg-gray {
    color: #000000;
    background-color: #b4b4b4;
}

    .card .card-header.bg-gray a {
        color: #000000;
    }

        .card .card-header.bg-gray a:hover, .card .card-header.bg-gray a:focus {
            color: #000000;
        }

.card .card-header.bg-gray-lightest {
    color: #000000;
    background-color: #f3f3f3;
}

    .card .card-header.bg-gray-lightest a {
        color: #000000;
    }

        .card .card-header.bg-gray-lightest a:hover, .card .card-header.bg-gray-lightest a:focus {
            color: #000000;
        }

.card .card-header.bg-dark-blue {
    color: #ffffff;
    background-color: #01689b;
}

    .card .card-header.bg-dark-blue a {
        color: #ffffff;
    }

        .card .card-header.bg-dark-blue a:hover, .card .card-header.bg-dark-blue a:focus {
            color: #ffffff;
        }

.card .card-header.bg-dark-blue-lightest {
    color: #000000;
    background-color: #e5f0f9;
}

    .card .card-header.bg-dark-blue-lightest a {
        color: #000000;
    }

        .card .card-header.bg-dark-blue-lightest a:hover, .card .card-header.bg-dark-blue-lightest a:focus {
            color: #000000;
        }

.card .card-header.bg-white {
    color: #000000;
    background-color: #fff;
}

    .card .card-header.bg-white a {
        color: #000000;
    }

        .card .card-header.bg-white a:hover, .card .card-header.bg-white a:focus {
            color: #000000;
        }

.card .card-header.nobg {
    background-color: transparent;
    color: inherit;
    padding: 1rem 0;
}

.card.card-button .card-body {
    min-height: 90px;
}

    .card.card-button .card-body p {
        margin-bottom: 0;
    }

    .card.card-button .card-body[class^='icon-'], .card.card-button .card-body[class*=' icon-'] {
        padding-left: 4rem;
        padding-right: 2rem;
    }

        .card.card-button .card-body[class^='icon-']:before, .card.card-button .card-body[class*=' icon-']:before {
            position: absolute;
            left: 15px;
            font-size: 2rem;
            text-decoration: none;
        }

        .card.card-button .card-body[class^='icon-']:after, .card.card-button .card-body[class*=' icon-']:after {
            font-family: 'icons';
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            vertical-align: middle;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            position: absolute;
            bottom: 10px;
            right: 15px;
            font-size: 1.5rem;
            text-decoration: none;
        }

        .card.card-button .card-body[class^='icon-']:before, .card.card-button .card-body[class^='icon-']:after, .card.card-button .card-body[class*=' icon-']:before, .card.card-button .card-body[class*=' icon-']:after {
            text-decoration: underline;
        }

        .card.card-button .card-body[class^='icon-']:before, .card.card-button .card-body[class^='icon-']:after, .card.card-button .card-body[class^='icon-']:hover:after, .card.card-button .card-body[class^='icon-']:hover:before, .card.card-button .card-body[class*=' icon-']:before, .card.card-button .card-body[class*=' icon-']:after, .card.card-button .card-body[class*=' icon-']:hover:after, .card.card-button .card-body[class*=' icon-']:hover:before {
            text-decoration: none;
        }

.card.card-button a.card-link {
    text-decoration: none;
}

    .card.card-button a.card-link p {
        display: inline-block;
    }

.card.card-button.readmoreLink .card-body:after {
    display: none;
}

.card.card-outline-primary {
    border: 1px solid #777c00;
    padding: 1rem;
}

    .card.card-outline-primary .card-header.nobg {
        margin-top: -1rem;
    }

.card .card-header.nobg + .card-content .card-body {
    padding-top: 0;
}

.card .card-header.nobg.sr-only + .card-content .card-body {
    padding-top: 1rem;
}

.carousel-wrapper .card.card-outline-primary .card-content .card-body,
.card-wrapper .card.card-outline-primary .card-content .card-body {
    padding: 1rem 0;
}

    .carousel-wrapper .card.card-outline-primary .card-content .card-body[class*=' icon-'],
    .card-wrapper .card.card-outline-primary .card-content .card-body[class*=' icon-'] {
        padding-left: 4rem;
    }

@media (min-width: 768px) {
    .carousel-wrapper.left .card, .carousel-wrapper.right .card,
    .card-wrapper.left .card,
    .card-wrapper.right .card {
        display: block;
    }
}

.carousel-wrapper.left .card.card-outline-primary .card-content .card-body, .carousel-wrapper.right .card.card-outline-primary .card-content .card-body,
.card-wrapper.left .card.card-outline-primary .card-content .card-body,
.card-wrapper.right .card.card-outline-primary .card-content .card-body {
    padding: 1rem;
}

    .carousel-wrapper.left .card.card-outline-primary .card-content .card-body[class*=' icon-'], .carousel-wrapper.right .card.card-outline-primary .card-content .card-body[class*=' icon-'],
    .card-wrapper.left .card.card-outline-primary .card-content .card-body[class*=' icon-'],
    .card-wrapper.right .card.card-outline-primary .card-content .card-body[class*=' icon-'] {
        padding-left: 4rem;
    }

.img-above .card.card-outline-primary .card-header {
    margin-top: 0;
}

.print-only {
    display: none;
}

.card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-list.news.col-lg-6 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .card-list .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .card-list .card .right {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
        }

        .card-list .card .card-media {
            margin-right: 1rem;
        }

            .card-list .card .card-media .image-info:before {
                font-size: 1.7rem;
                padding-left: 5px;
            }

            .card-list .card .card-media .image-info.bg-brand-lightest, .card-list .card .card-media .image-info.dropdown-menu {
                color: #000000;
                background-color: #ebebd9;
            }

                .card-list .card .card-media .image-info.bg-brand-lightest a, .card-list .card .card-media .image-info.dropdown-menu a {
                    color: #000000;
                }

                    .card-list .card .card-media .image-info.bg-brand-lightest a:hover, .card-list .card .card-media .image-info.dropdown-menu a:hover, .card-list .card .card-media .image-info.bg-brand-lightest a:focus, .card-list .card .card-media .image-info.dropdown-menu a:focus {
                        color: #000000;
                    }

            .card-list .card .card-media .image-info.bg-brand-secondary {
                color: #000000;
                background-color: #b4b4b4;
            }

                .card-list .card .card-media .image-info.bg-brand-secondary a {
                    color: #000000;
                }

                    .card-list .card .card-media .image-info.bg-brand-secondary a:hover, .card-list .card .card-media .image-info.bg-brand-secondary a:focus {
                        color: #000000;
                    }

            .card-list .card .card-media .image-info.bg-brand-secondary-light {
                color: #000000;
                background-color: #cccccc;
            }

                .card-list .card .card-media .image-info.bg-brand-secondary-light a {
                    color: #000000;
                }

                    .card-list .card .card-media .image-info.bg-brand-secondary-light a:hover, .card-list .card .card-media .image-info.bg-brand-secondary-light a:focus {
                        color: #000000;
                    }

            .card-list .card .card-media .image-info.bg-brand-secondary-lightest {
                color: #000000;
                background-color: #f3f3f3;
            }

                .card-list .card .card-media .image-info.bg-brand-secondary-lightest a {
                    color: #000000;
                }

                    .card-list .card .card-media .image-info.bg-brand-secondary-lightest a:hover, .card-list .card .card-media .image-info.bg-brand-secondary-lightest a:focus {
                        color: #000000;
                    }

            .card-list .card .card-media .image-info.bg-azure {
                color: #ffffff;
                background-color: #007bc7;
            }

                .card-list .card .card-media .image-info.bg-azure a {
                    color: #ffffff;
                }

                    .card-list .card .card-media .image-info.bg-azure a:hover, .card-list .card .card-media .image-info.bg-azure a:focus {
                        color: #ffffff;
                    }

            .card-list .card .card-media .image-info.bg-azure-lightest {
                color: #000000;
                background-color: #d9ebf7;
            }

                .card-list .card .card-media .image-info.bg-azure-lightest a {
                    color: #000000;
                }

                    .card-list .card .card-media .image-info.bg-azure-lightest a:hover, .card-list .card .card-media .image-info.bg-azure-lightest a:focus {
                        color: #000000;
                    }

            .card-list .card .card-media .image-info.bg-gray {
                color: #000000;
                background-color: #b4b4b4;
            }

                .card-list .card .card-media .image-info.bg-gray a {
                    color: #000000;
                }

                    .card-list .card .card-media .image-info.bg-gray a:hover, .card-list .card .card-media .image-info.bg-gray a:focus {
                        color: #000000;
                    }

            .card-list .card .card-media .image-info.bg-gray-lightest {
                color: #000000;
                background-color: #f3f3f3;
            }

                .card-list .card .card-media .image-info.bg-gray-lightest a {
                    color: #000000;
                }

                    .card-list .card .card-media .image-info.bg-gray-lightest a:hover, .card-list .card .card-media .image-info.bg-gray-lightest a:focus {
                        color: #000000;
                    }

            .card-list .card .card-media .image-info.bg-dark-blue {
                color: #ffffff;
                background-color: #01689b;
            }

                .card-list .card .card-media .image-info.bg-dark-blue a {
                    color: #ffffff;
                }

                    .card-list .card .card-media .image-info.bg-dark-blue a:hover, .card-list .card .card-media .image-info.bg-dark-blue a:focus {
                        color: #ffffff;
                    }

            .card-list .card .card-media .image-info.bg-dark-blue-lightest {
                color: #000000;
                background-color: #e5f0f9;
            }

                .card-list .card .card-media .image-info.bg-dark-blue-lightest a {
                    color: #000000;
                }

                    .card-list .card .card-media .image-info.bg-dark-blue-lightest a:hover, .card-list .card .card-media .image-info.bg-dark-blue-lightest a:focus {
                        color: #000000;
                    }

            .card-list .card .card-media .image-info.bg-white {
                color: #000000;
                background-color: #fff;
            }

                .card-list .card .card-media .image-info.bg-white a {
                    color: #000000;
                }

                    .card-list .card .card-media .image-info.bg-white a:hover, .card-list .card .card-media .image-info.bg-white a:focus {
                        color: #000000;
                    }

@media (max-width: 991.98px) {
    .card-list .card .card-media .image-info .activity {
        visibility: hidden;
    }
}

.card-list .card h2.card-title {
    font-size: 1.3rem;
    overflow: inherit;
}

.card-list .card h3.card-title {
    font-size: 1rem;
}

.card-list .card .card-body {
    padding: 0;
    height: auto;
}

    .card-list .card .card-body p {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .card-list .card .card-body tr td {
        padding-left: 0;
    }

        .card-list .card .card-body tr td:nth-child(2) {
            width: 85%;
        }

.card-list .card .card-footer {
    padding: 0;
    background-color: transparent;
    text-align: right;
}

.card-list .card.news {
    border-top: 2px solid #777c00;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 0px;
}

    .card-list .card.news .card-media {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

        .card-list .card.news .card-media img {
            height: 100px;
            max-width: 100px;
        }

    .card-list .card.news .right {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .card-list .card.news .right .card-title.icon-video-camera:before {
            padding-right: 0;
            font-size: 2rem;
        }

        .card-list .card.news .right .card-body {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .card-list .card.news .right .card-body td {
                padding-top: 0;
                min-width: 100px;
            }

                .card-list .card.news .right .card-body td.time {
                    white-space: nowrap;
                    min-width: 125px;
                    text-align: right;
                }

@media (max-width: 767.98px) {
    .card-list .card.news .right .card-body p {
        display: none;
    }

    .card-list .card.news .right .card-body tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .card-list .card.news .right .card-body tr td:not(.date) {
            display: none;
        }
}

.card-list.linkblock {
    max-width: 400px;
}

.card-list a:hover {
    text-decoration: none;
}

.card-list a .grid {
    height: 100%;
    width: 100%;
}

    .card-list a .grid img {
        max-height: 100px;
        max-width: 100px;
    }

.card-list:nth-child(3) .card.news.grid, .card-list:nth-child(4) .card.news.grid {
    border-top: none;
}

.card-list:nth-last-child(2) .card.news.grid, .card-list:nth-last-child(1) .card.news.grid {
    border-bottom: 2px solid #777c00;
}

@media (max-width: 991.98px) {
    .card-list:nth-child(4) .card.news.grid {
        border-top: 2px solid #777c00;
    }

    .card-list:nth-last-child(2) .card.news.grid {
        border-bottom: none;
    }
}

.col-lg-8 .col-lg-12 .card-list.news.col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

    .col-lg-8 .col-lg-12 .card-list.news.col-lg-6:nth-child(4) .card.news.grid {
        border-top: 2px solid #777c00;
    }

    .col-lg-8 .col-lg-12 .card-list.news.col-lg-6:nth-last-child(2) .card.news.grid {
        border-bottom: none;
    }

.linkblock {
    cursor: pointer;
}

    .linkblock:hover .card {
        text-decoration: underline;
    }

    .linkblock a {
        font-weight: normal;
    }

    .linkblock .card:hover .card-title, .linkblock .card:focus .card-title {
        color: inherit;
    }

    .linkblock .card .card-media {
        min-width: 160px;
    }

    .linkblock .card .card-body {
        height: auto;
    }

        .linkblock .card .card-body p {
            margin-bottom: 0;
        }

    .linkblock .card.focus {
        outline: solid 5px rgba(0, 123, 255, 0.5) !important;
    }

        .linkblock .card.focus a:focus {
            outline: none;
        }

.double-linkblock .first {
    margin-bottom: 30px;
}

.double-linkblock .linkblock {
    display: block;
}

.double-linkblock .row {
    margin-top: 0;
}

    .double-linkblock .row.row-2 {
        margin-top: 1rem;
    }

.col-lg-12.featured:first-child .singlecard.news {
    border-top: 2px solid #777c00;
}

.singlecard .card-media img {
    width: 100%;
    height: 100%;
}

.singlecard .card-title {
    padding-left: 1rem;
}

    .singlecard .card-title:hover, .singlecard .card-title:focus {
        color: #154273 !important;
        text-decoration: underline;
    }

.singlecard .card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    .singlecard .card-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .singlecard .card-content .card-media,
    .singlecard .card-content .card-body {
        width: 50%;
    }
}

.singlecard .card-content .card-body {
    overflow: hidden;
    height: auto;
}

    .singlecard .card-content .card-body p {
        margin-bottom: 0;
    }

.singlecard .card-footer {
    background-color: transparent;
    float: right;
    padding: 0;
    text-align: right;
}

@media (max-width: 991.98px) {
    .singlecard .card-body {
        padding-top: 1rem;
        padding-left: 1rem;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .singlecard .card-body {
        padding-top: 0;
    }

    .singlecard .card-media .image-info {
        font-size: 1.8rem;
    }
}

.singlecard.news {
    background: none;
    border-bottom: 2px solid #777c00;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    padding: 1rem 0;
}

    .singlecard.news .card-body {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 0;
        padding-bottom: 0;
    }

@media (max-width: 767.98px) {
    .singlecard.news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }

        .singlecard.news .card-media {
            margin-bottom: 1rem;
        }
}

.singlecard.news .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 768px) {
    .singlecard.news .right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 768px) {
    .singlecard.news .card-media {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.singlecard.news .card-media .image-info {
    height: 60px;
}

article.singlecard {
    overflow: hidden;
}

.view-header a,
.news-wrapper > .views-element-container a {
    text-decoration: none;
}

.par.contentblock .card.card-button.readmoreLink {
    text-decoration: none;
    padding-bottom: 1em;
}

    .par.contentblock .card.card-button.readmoreLink p {
        margin-bottom: 1rem;
    }

        .par.contentblock .card.card-button.readmoreLink p.readmore {
            text-align: right;
            text-decoration: none;
            margin-bottom: 0;
            margin-top: -15px;
            padding-right: calc(2rem + 15px);
            padding-left: 15px;
            position: relative;
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            -ms-flex-order: 3;
            order: 3;
        }

            .par.contentblock .card.card-button.readmoreLink p.readmore:after {
                display: inline-block;
                font-family: 'icons';
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "";
                font-size: 1.5rem;
                text-decoration: none;
                border-bottom: none;
                margin-left: 5px;
                line-height: 1;
                position: absolute;
                top: 0;
            }

.content-block-wrapper {
    margin-bottom: 1rem;
}

div[class^='bg-'] .content-block-wrapper,
div[class*=' bg-'] .content-block-wrapper {
    margin-bottom: 0;
}

.content-block-wrapper.with-image {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #535353;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
    .content-block-wrapper.with-image {
        min-height: 400px;
    }
}

.content-block-wrapper.with-image .image-bg-wrapper,
.content-block-wrapper.with-image picture {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .content-block-wrapper.with-image .image-bg-wrapper img,
    .content-block-wrapper.with-image picture img {
        max-width: none;
    }
}

.content-block-wrapper.with-image .bgwrapper {
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    padding: 1rem;
    text-shadow: none;
}

.content-block-wrapper.with-image .content,
.content-block-wrapper.with-image .container {
    z-index: 1;
    position: relative;
}

.content-block-wrapper .container-spacer-sm.with-background {
    padding: 1rem;
}

.content-block-wrapper .container-spacer-sm.nobg {
    padding-left: 0;
    padding-right: 0;
}

.content-block-wrapper.with-image .container-spacer-sm {
    padding: 1rem;
}

@media (min-width: 768px) {
    .content-block-wrapper .two-cols {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

        .content-block-wrapper .two-cols table {
            display: inline-block;
        }
}

.content-dates {
    color: #535353;
    margin-bottom: 1rem;
    border-top: 2px solid #777c00;
    border-bottom: 2px solid #777c00;
}

    .content-dates .content-date-created,
    .content-dates .content-date-edited,
    .content-dates .content-author,
    .content-dates .weblogtype {
        padding-right: 1rem;
    }

.date {
    color: #696969;
}

.code-wrapper {
    overflow: hidden;
    position: relative;
}

    .code-wrapper .container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .code-wrapper .code-title {
        font-weight: bold;
        font-size: 2rem;
    }

    .code-wrapper a.collapse-toggler {
        text-decoration: none;
        display: inline-block;
        position: absolute;
        left: calc(50% - 24px);
        bottom: -7px;
        text-align: left;
        vertical-align: middle;
        min-height: 3rem;
        color: #01689b;
    }

        .code-wrapper a.collapse-toggler:before {
            font-size: 3rem;
            line-height: 1;
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .code-wrapper .infotext {
        display: none;
        padding: 1rem 1rem 0rem 3rem;
    }

@media (min-width: 768px) {
    .code-wrapper .infotext {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.code-wrapper .container.with-background {
    padding: 1rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.code-info {
    margin-top: 1rem;
    padding: 20px;
    background-color: #fff;
    color: #007bc7;
    border: 1px #007bc7 solid;
    text-align: left;
}

#play-controls {
    margin: 1rem 0;
}

#play-output {
    font-size: 1.5rem;
    vertical-align: top;
    margin: 0;
}

#play-pause-button {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    border: none;
    position: relative;
    background-color: transparent;
    padding: 0px;
    vertical-align: top;
}

    #play-pause-button:before {
        font-size: 40px;
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: -5px;
        left: -5px;
        content: "";
        color: #01689b;
    }

    #play-pause-button.pause:before {
        content: "";
    }

ul.list-group.menu .list-group-item, ul.list-group.submenu .list-group-item {
    border-top: 2px solid #777c00;
    border-bottom: 2px solid #777c00;
    padding: 0px;
}

    ul.list-group.menu .list-group-item a, ul.list-group.submenu .list-group-item a {
        color: #000;
        font-size: 1.25rem;
    }

@media (max-width: 1199.98px) {
    ul.list-group.menu .list-group-item a, ul.list-group.submenu .list-group-item a {
        font-size: 16px;
    }
}

ul.list-group.menu .list-group-item[class^="icon-"], ul.list-group.menu .list-group-item[class*=" icon-"], ul.list-group.submenu .list-group-item[class^="icon-"], ul.list-group.submenu .list-group-item[class*=" icon-"] {
    padding: 0.5rem;
}

@media (max-width: 1199.98px) {
    ul.list-group.menu .list-group-item[class^="icon-"], ul.list-group.menu .list-group-item[class*=" icon-"], ul.list-group.submenu .list-group-item[class^="icon-"], ul.list-group.submenu .list-group-item[class*=" icon-"] {
        padding: 11px;
    }
}

ul.list-group.menu .list-group-item[class^="icon-"]:before, ul.list-group.menu .list-group-item[class*=" icon-"]:before, ul.list-group.submenu .list-group-item[class^="icon-"]:before, ul.list-group.submenu .list-group-item[class*=" icon-"]:before {
    color: #777c00;
    font-size: 2rem;
    padding-right: 0.5rem;
}

ul.list-group.menu .list-group-item.hover, ul.list-group.submenu .list-group-item.hover {
    background-color: #ebebd9;
    text-decoration: none;
}

    ul.list-group.menu .list-group-item.hover:before, ul.list-group.submenu .list-group-item.hover:before {
        display: none;
    }

ul.list-group .list-group-item:hover, ul.list-group .list-group-item:focus {
    text-decoration: underline;
}

@media (min-width: 992px) {
    ul.list-group .list-group-item.submenupopover {
        width: 400px;
        padding: 0.5rem 2rem 0.5rem 0.5rem;
    }
}

ul.list-group .list-group-item.submenupopover a {
    color: #000;
    border: none;
}

ul.list-group.nav-anchor-list {
    margin-bottom: 2rem;
}

    ul.list-group.nav-anchor-list .list-group-item[class^="icon-"], ul.list-group.nav-anchor-list .list-group-item[class*=" icon-"] {
        padding-left: 0.75rem;
    }

        ul.list-group.nav-anchor-list .list-group-item[class^="icon-"]:before, ul.list-group.nav-anchor-list .list-group-item[class*=" icon-"]:before {
            font-weight: bold;
            margin-top: -1px;
        }

ul.list-group span.icon-txt {
    position: relative;
}

    ul.list-group span.icon-txt:before {
        padding-left: 5px;
        padding-right: 2px;
        margin-top: 3px;
    }

    ul.list-group span.icon-txt.icon-download-CSV-bestand:before {
        font-size: 1.2rem;
        margin-top: -3px;
    }

.rivm-style ul.list-group.simple {
    margin: 0px;
}

    .rivm-style ul.list-group.simple :nth-child(1) .list-group-item {
        border-top: 2px solid #777c00;
    }

    .rivm-style ul.list-group.simple .list-group-item {
        width: 100%;
        border-bottom: 2px solid #777c00;
    }

        .rivm-style ul.list-group.simple .list-group-item[class^="icon-"], .rivm-style ul.list-group.simple .list-group-item[class*=" icon-"] {
            padding-left: 0px;
        }

            .rivm-style ul.list-group.simple .list-group-item[class^="icon-"]:before, .rivm-style ul.list-group.simple .list-group-item[class*=" icon-"]:before {
                position: absolute;
                left: auto;
                right: 0px;
                bottom: 1px;
                font-size: 1.5rem;
                font-weight: bold;
            }

@media (max-width: 991.98px) {
    .rivm-style ul.list-group.simple .list-group-item[class^="icon-"]:before, .rivm-style ul.list-group.simple .list-group-item[class*=" icon-"]:before {
        display: none;
    }
}

aside.col-lg-4 .rivm-style.links-wrapper {
    margin-bottom: 1rem;
}

.overview-wrapper .photogallery-overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .overview-wrapper .photogallery-overview img {
        width: 100px;
        height: auto;
        margin-top: 5px;
        margin-right: 5px;
        cursor: pointer;
    }

    .overview-wrapper .photogallery-overview .field--name-name {
        display: none;
    }

    .overview-wrapper .photogallery-overview .slick-list {
        width: 100%;
    }

    .overview-wrapper .photogallery-overview .slick-track {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto !important;
    }

        .overview-wrapper .photogallery-overview .slick-track .slick-slide {
            width: auto !important;
        }

.overview-wrapper .modal {
    top: 100px;
}

    .overview-wrapper .modal .modal-dialog {
        max-width: 770px;
    }

        .overview-wrapper .modal .modal-dialog button.close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            color: #01689b;
            width: 16px;
            height: 16px;
            font-size: 1rem;
            font-weight: bold;
            z-index: 1;
        }

        .overview-wrapper .modal .modal-dialog .modal-body {
            padding: 2rem 1rem;
        }

.overview-wrapper.with-background {
    padding-right: 1rem;
    padding-left: 1rem;
}

.photogallery-slideshow, .thumbnail-slideshow {
    /* Arrows */
}

    .photogallery-slideshow .pauseBtn, .thumbnail-slideshow .pauseBtn {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        display: inline-block;
        text-indent: -999px;
        overflow: hidden;
        z-index: 10;
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid transparent;
        opacity: 0;
        padding: 0.5rem 1rem;
    }

        .photogallery-slideshow .pauseBtn:after, .thumbnail-slideshow .pauseBtn:after {
            content: '';
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 32px;
            height: 38px;
            border-right: 13px solid #fff;
            border-left: 13px solid #fff;
            border-color: rgba(255, 255, 255, 0.6);
        }

        .photogallery-slideshow .pauseBtn:hover:after, .thumbnail-slideshow .pauseBtn:hover:after {
            border-color: rgba(255, 255, 255, 0.9);
        }

        .photogallery-slideshow .pauseBtn.paused, .thumbnail-slideshow .pauseBtn.paused {
            opacity: 1;
        }

            .photogallery-slideshow .pauseBtn.paused:after, .thumbnail-slideshow .pauseBtn.paused:after {
                content: "";
                position: absolute;
                border-style: solid;
                border-width: 19px 0 19px 36px;
                border-color: transparent transparent transparent #fff;
                border-color: transparent transparent transparent rgba(255, 255, 255, 0.6);
            }

            .photogallery-slideshow .pauseBtn.paused:hover:after, .photogallery-slideshow .pauseBtn.paused:focus:after, .thumbnail-slideshow .pauseBtn.paused:hover:after, .thumbnail-slideshow .pauseBtn.paused:focus:after {
                border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
            }

    .photogallery-slideshow .carousel-slide, .thumbnail-slideshow .carousel-slide {
        margin: 0;
        padding: 0;
    }

.js .photogallery-slideshow.slick-dotted .slick-slide .slide-nav-link, .js .thumbnail-slideshow.slick-dotted .slick-slide .slide-nav-link {
    display: block;
}

@media (min-width: 768px) {
    .js .photogallery-slideshow.slick-dotted .slick-slide .slide-nav-link, .js .thumbnail-slideshow.slick-dotted .slick-slide .slide-nav-link {
        display: none;
    }
}

.js .photogallery-slideshow:not(.slick-dotted) .slick-slide .slide-nav-link, .js .thumbnail-slideshow:not(.slick-dotted) .slick-slide .slide-nav-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

.photogallery-slideshow .slick-prev,
.photogallery-slideshow .slick-next, .thumbnail-slideshow .slick-prev,
.thumbnail-slideshow .slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 25px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #fff;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 5px;
    border: none;
    outline: none;
    z-index: 1;
    opacity: 0;
}

    .photogallery-slideshow .slick-prev.slick-disabled:before,
    .photogallery-slideshow .slick-next.slick-disabled:before, .thumbnail-slideshow .slick-prev.slick-disabled:before,
    .thumbnail-slideshow .slick-next.slick-disabled:before {
        opacity: 1;
    }

    .photogallery-slideshow .slick-prev:before,
    .photogallery-slideshow .slick-next:before, .thumbnail-slideshow .slick-prev:before,
    .thumbnail-slideshow .slick-next:before {
        font-size: 1.5rem;
        font-weight: bold;
        color: #01689b;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 0px;
    }

.photogallery-slideshow .slick-prev, .thumbnail-slideshow .slick-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.photogallery-slideshow .slick-next, .thumbnail-slideshow .slick-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.photogallery-slideshow .paging-info, .thumbnail-slideshow .paging-info {
    width: 770px;
    max-width: 100%;
    margin-top: 0.5rem;
}

.photogallery-slideshow.with-background, .thumbnail-slideshow.with-background {
    padding: 1rem;
}

.slideshow-wrapper.with-background {
    padding-right: 1rem;
    padding-left: 1rem;
}

.photogallery-slideshow {
    width: 770px;
    max-width: 100%;
}

    .photogallery-slideshow .slick-slide {
        height: inherit;
    }

        .photogallery-slideshow .slick-slide > div:not(.field--name-name) {
            height: calc(100% - 45px);
            width: 100%;
            position: relative;
        }

        .photogallery-slideshow .slick-slide img {
            display: block;
            position: relative;
            right: -50%;
            top: 50%;
            /* Transform looks at the element itself and not the parent. */
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
        }

    .photogallery-slideshow:hover .slick-prev,
    .photogallery-slideshow:hover .slick-next,
    .photogallery-slideshow:hover .pauseBtn {
        opacity: 1;
    }

    .photogallery-slideshow .slick-prev:focus,
    .photogallery-slideshow .slick-next:focus,
    .photogallery-slideshow .pauseBtn:focus {
        opacity: 1;
        -webkit-box-shadow: 0 0 10px #777c00;
        box-shadow: 0 0 10px #777c00;
        border: 1px dotted #b4b4b4;
    }

    .photogallery-slideshow .slick-list {
        margin-bottom: 0.5rem;
    }

        .photogallery-slideshow .slick-list .field--name-name {
            font-size: 2rem;
            margin-bottom: 0.5rem;
            font-weight: 500;
            line-height: 1.1;
        }

        .photogallery-slideshow .slick-list:hover .slick-prev,
        .photogallery-slideshow .slick-list:hover .slick-next,
        .photogallery-slideshow .slick-list:hover .pauseBtn {
            opacity: 1;
        }

        .photogallery-slideshow .slick-list a {
            text-decoration: none;
            display: block;
        }

        .photogallery-slideshow .slick-list .focuspoint {
            position: relative;
        }

.photogallery-slideshow, .thumbnail-slideshow {
    /* Arrows */
}

    .photogallery-slideshow .pauseBtn, .thumbnail-slideshow .pauseBtn {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        display: inline-block;
        text-indent: -999px;
        overflow: hidden;
        z-index: 10;
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid transparent;
        opacity: 0;
        padding: 0.5rem 1rem;
    }

        .photogallery-slideshow .pauseBtn:after, .thumbnail-slideshow .pauseBtn:after {
            content: '';
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 32px;
            height: 38px;
            border-right: 13px solid #fff;
            border-left: 13px solid #fff;
            border-color: rgba(255, 255, 255, 0.6);
        }

        .photogallery-slideshow .pauseBtn:hover:after, .thumbnail-slideshow .pauseBtn:hover:after {
            border-color: rgba(255, 255, 255, 0.9);
        }

        .photogallery-slideshow .pauseBtn.paused, .thumbnail-slideshow .pauseBtn.paused {
            opacity: 1;
        }

            .photogallery-slideshow .pauseBtn.paused:after, .thumbnail-slideshow .pauseBtn.paused:after {
                content: "";
                position: absolute;
                border-style: solid;
                border-width: 19px 0 19px 36px;
                border-color: transparent transparent transparent #fff;
                border-color: transparent transparent transparent rgba(255, 255, 255, 0.6);
            }

            .photogallery-slideshow .pauseBtn.paused:hover:after, .photogallery-slideshow .pauseBtn.paused:focus:after, .thumbnail-slideshow .pauseBtn.paused:hover:after, .thumbnail-slideshow .pauseBtn.paused:focus:after {
                border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
            }

    .photogallery-slideshow .carousel-slide, .thumbnail-slideshow .carousel-slide {
        margin: 0;
        padding: 0;
    }

.js .photogallery-slideshow.slick-dotted .slick-slide .slide-nav-link, .js .thumbnail-slideshow.slick-dotted .slick-slide .slide-nav-link {
    display: block;
}

@media (min-width: 768px) {
    .js .photogallery-slideshow.slick-dotted .slick-slide .slide-nav-link, .js .thumbnail-slideshow.slick-dotted .slick-slide .slide-nav-link {
        display: none;
    }
}

.js .photogallery-slideshow:not(.slick-dotted) .slick-slide .slide-nav-link, .js .thumbnail-slideshow:not(.slick-dotted) .slick-slide .slide-nav-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

.photogallery-slideshow .slick-prev,
.photogallery-slideshow .slick-next, .thumbnail-slideshow .slick-prev,
.thumbnail-slideshow .slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 25px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #fff;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 5px;
    border: none;
    outline: none;
    z-index: 1;
    opacity: 0;
}

    .photogallery-slideshow .slick-prev.slick-disabled:before,
    .photogallery-slideshow .slick-next.slick-disabled:before, .thumbnail-slideshow .slick-prev.slick-disabled:before,
    .thumbnail-slideshow .slick-next.slick-disabled:before {
        opacity: 1;
    }

    .photogallery-slideshow .slick-prev:before,
    .photogallery-slideshow .slick-next:before, .thumbnail-slideshow .slick-prev:before,
    .thumbnail-slideshow .slick-next:before {
        font-size: 1.5rem;
        font-weight: bold;
        color: #01689b;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 0px;
    }

.photogallery-slideshow .slick-prev, .thumbnail-slideshow .slick-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.photogallery-slideshow .slick-next, .thumbnail-slideshow .slick-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.photogallery-slideshow .paging-info, .thumbnail-slideshow .paging-info {
    width: 770px;
    max-width: 100%;
    margin-top: 0.5rem;
}

.photogallery-slideshow.with-background, .thumbnail-slideshow.with-background {
    padding: 1rem;
}

.photogallery-slideshow, .thumbnail-slideshow {
    /* Arrows */
}

    .photogallery-slideshow .pauseBtn, .thumbnail-slideshow .pauseBtn {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        display: inline-block;
        text-indent: -999px;
        overflow: hidden;
        z-index: 10;
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid transparent;
        opacity: 0;
        padding: 0.5rem 1rem;
    }

        .photogallery-slideshow .pauseBtn:after, .thumbnail-slideshow .pauseBtn:after {
            content: '';
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 32px;
            height: 38px;
            border-right: 13px solid #fff;
            border-left: 13px solid #fff;
            border-color: rgba(255, 255, 255, 0.6);
        }

        .photogallery-slideshow .pauseBtn:hover:after, .thumbnail-slideshow .pauseBtn:hover:after {
            border-color: rgba(255, 255, 255, 0.9);
        }

        .photogallery-slideshow .pauseBtn.paused, .thumbnail-slideshow .pauseBtn.paused {
            opacity: 1;
        }

            .photogallery-slideshow .pauseBtn.paused:after, .thumbnail-slideshow .pauseBtn.paused:after {
                content: "";
                position: absolute;
                border-style: solid;
                border-width: 19px 0 19px 36px;
                border-color: transparent transparent transparent #fff;
                border-color: transparent transparent transparent rgba(255, 255, 255, 0.6);
            }

            .photogallery-slideshow .pauseBtn.paused:hover:after, .photogallery-slideshow .pauseBtn.paused:focus:after, .thumbnail-slideshow .pauseBtn.paused:hover:after, .thumbnail-slideshow .pauseBtn.paused:focus:after {
                border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
            }

    .photogallery-slideshow .carousel-slide, .thumbnail-slideshow .carousel-slide {
        margin: 0;
        padding: 0;
    }

.js .photogallery-slideshow.slick-dotted .slick-slide .slide-nav-link, .js .thumbnail-slideshow.slick-dotted .slick-slide .slide-nav-link {
    display: block;
}

@media (min-width: 768px) {
    .js .photogallery-slideshow.slick-dotted .slick-slide .slide-nav-link, .js .thumbnail-slideshow.slick-dotted .slick-slide .slide-nav-link {
        display: none;
    }
}

.js .photogallery-slideshow:not(.slick-dotted) .slick-slide .slide-nav-link, .js .thumbnail-slideshow:not(.slick-dotted) .slick-slide .slide-nav-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

.photogallery-slideshow .slick-prev,
.photogallery-slideshow .slick-next, .thumbnail-slideshow .slick-prev,
.thumbnail-slideshow .slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 25px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #fff;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 5px;
    border: none;
    outline: none;
    z-index: 1;
    opacity: 0;
}

    .photogallery-slideshow .slick-prev.slick-disabled:before,
    .photogallery-slideshow .slick-next.slick-disabled:before, .thumbnail-slideshow .slick-prev.slick-disabled:before,
    .thumbnail-slideshow .slick-next.slick-disabled:before {
        opacity: 1;
    }

    .photogallery-slideshow .slick-prev:before,
    .photogallery-slideshow .slick-next:before, .thumbnail-slideshow .slick-prev:before,
    .thumbnail-slideshow .slick-next:before {
        font-size: 1.5rem;
        font-weight: bold;
        color: #01689b;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 0px;
    }

.photogallery-slideshow .slick-prev, .thumbnail-slideshow .slick-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.photogallery-slideshow .slick-next, .thumbnail-slideshow .slick-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.photogallery-slideshow .paging-info, .thumbnail-slideshow .paging-info {
    width: 770px;
    max-width: 100%;
    margin-top: 0.5rem;
}

.photogallery-slideshow.with-background, .thumbnail-slideshow.with-background {
    padding: 1rem;
}

.thumbnail-slideshow:hover .slick-prev,
.thumbnail-slideshow:hover .slick-next,
.thumbnail-slideshow:hover .pauseBtn {
    opacity: 1;
}

.thumbnail-slideshow img {
    cursor: pointer;
}

.thumbnail-slideshow .slick-list .slick-slide {
    opacity: 0.5;
    margin-right: 0.5rem;
}

    .thumbnail-slideshow .slick-list .slick-slide:hover {
        opacity: 1;
    }

.thumbnail-slideshow .slick-list .slick-current {
    opacity: 1;
}

.thumbnail-slideshow .field--name-name {
    display: none;
}

.read-more-wrapper {
    margin-bottom: 1rem;
}

    .read-more-wrapper a.collapse-toggler {
        text-decoration: none;
    }

        .read-more-wrapper a.collapse-toggler.collapsed {
            padding-right: 1em;
        }

            .read-more-wrapper a.collapse-toggler.collapsed .readmore {
                font-size: 1rem;
                min-width: 130px;
                max-width: 40%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                text-decoration: none;
                position: relative;
            }

                .read-more-wrapper a.collapse-toggler.collapsed .readmore .description {
                    text-align: right;
                    text-decoration: underline;
                }

                .read-more-wrapper a.collapse-toggler.collapsed .readmore:after {
                    content: "";
                    right: 0;
                }

        .read-more-wrapper a.collapse-toggler .readmore {
            font-size: 0rem;
        }

            .read-more-wrapper a.collapse-toggler .readmore:after {
                font-size: 1rem;
                font-family: 'icons';
                font-style: normal;
                font-weight: bold;
                font-variant: normal;
                text-transform: none;
                vertical-align: top;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "";
                padding-left: 0.75rem;
                text-decoration: none;
            }

        .read-more-wrapper a.collapse-toggler:hover .readmore {
            text-decoration: none;
        }

    .read-more-wrapper.show-intro {
        position: relative;
        padding-top: 2em;
        padding-bottom: 6em;
        padding-left: 15px;
        padding-right: 15px;
    }

        .read-more-wrapper.show-intro.folded .container {
            height: 12em;
        }

        .read-more-wrapper.show-intro .container {
            height: inherit;
        }

            .read-more-wrapper.show-intro .container:after {
                content: "";
                display: table;
                clear: both;
            }

        .read-more-wrapper.show-intro .read-more-icon-wrapper {
            position: inherit;
        }

            .read-more-wrapper.show-intro .read-more-icon-wrapper > h2 {
                text-align: center;
            }

            .read-more-wrapper.show-intro .read-more-icon-wrapper a.collapse-toggler {
                position: absolute;
                width: 100%;
                max-width: 1170px;
                bottom: 0;
                padding-left: 0;
                padding-right: 30px;
            }

                .read-more-wrapper.show-intro .read-more-icon-wrapper a.collapse-toggler .readmore {
                    width: 100%;
                    text-align: center;
                    text-decoration: none;
                    visibility: visible;
                    min-width: inherit;
                    max-width: inherit;
                    display: block;
                }

                    .read-more-wrapper.show-intro .read-more-icon-wrapper a.collapse-toggler .readmore:before {
                        content: '-';
                        display: block;
                        font-size: 2.3rem;
                        width: 30px;
                        height: 30px;
                        line-height: 28px;
                        text-align: center;
                        border: 1px solid;
                        border-color: inherit;
                        margin: 0 auto;
                        border-radius: 50%;
                    }

                    .read-more-wrapper.show-intro .read-more-icon-wrapper a.collapse-toggler .readmore:after {
                        display: none;
                    }

                .read-more-wrapper.show-intro .read-more-icon-wrapper a.collapse-toggler.collapsed {
                    padding-right: 0;
                }

                    .read-more-wrapper.show-intro .read-more-icon-wrapper a.collapse-toggler.collapsed .readmore:before {
                        content: '+';
                    }

        .read-more-wrapper.show-intro .col-md-8 {
            position: inherit;
        }

            .read-more-wrapper.show-intro .col-md-8 .read-more-icon-wrapper a.collapse-toggler {
                max-width: 800px;
            }

        .read-more-wrapper.show-intro .read-more-par-container {
            display: block;
            height: inherit;
            position: relative;
            margin-bottom: 2em;
        }

            .read-more-wrapper.show-intro .read-more-par-container .read-more-gradient {
                height: 1px;
                position: absolute;
                bottom: 9em;
                left: 0;
                width: 100%;
                z-index: -1;
            }

            .read-more-wrapper.show-intro .read-more-par-container .container-spacer {
                padding-top: 2rem;
                padding-bottom: 0;
            }

            .read-more-wrapper.show-intro .read-more-par-container.folded {
                min-height: 15em;
                height: 15em;
                overflow: hidden;
            }

                .read-more-wrapper.show-intro .read-more-par-container.folded .read-more-gradient {
                    display: block;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    height: 10em;
                    width: 100%;
                    z-index: 2;
                }

    .read-more-wrapper.onepager .col-md-8 .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: -webkit-linear-gradient(top, transparent 0%, #fff 100%);
    background: -o-linear-gradient(top, transparent 0%, #fff 100%);
    background: linear-gradient(to bottom, transparent 0%, #fff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.afterburner .bg-brand .read-more-gradient,
.bg-brand .read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#777c00));
    background: -webkit-linear-gradient(top, transparent 0%, #777c00 100%);
    background: -o-linear-gradient(top, transparent 0%, #777c00 100%);
    background: linear-gradient(to bottom, transparent 0%, #777c00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.afterburner .bg-brand-lightest .read-more-gradient, .afterburner .dropdown-menu .read-more-gradient,
.bg-brand-lightest .read-more-gradient,
.dropdown-menu .read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ebebd9));
    background: -webkit-linear-gradient(top, transparent 0%, #ebebd9 100%);
    background: -o-linear-gradient(top, transparent 0%, #ebebd9 100%);
    background: linear-gradient(to bottom, transparent 0%, #ebebd9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.afterburner .bg-brand-secondary .read-more-gradient,
.bg-brand-secondary .read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#b4b4b4));
    background: -webkit-linear-gradient(top, transparent 0%, #b4b4b4 100%);
    background: -o-linear-gradient(top, transparent 0%, #b4b4b4 100%);
    background: linear-gradient(to bottom, transparent 0%, #b4b4b4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.afterburner .bg-brand-secondary-light .read-more-gradient,
.bg-brand-secondary-light .read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#cccccc));
    background: -webkit-linear-gradient(top, transparent 0%, #cccccc 100%);
    background: -o-linear-gradient(top, transparent 0%, #cccccc 100%);
    background: linear-gradient(to bottom, transparent 0%, #cccccc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.afterburner .bg-brand-secondary-lightest .read-more-gradient,
.bg-brand-secondary-lightest .read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f3f3f3));
    background: -webkit-linear-gradient(top, transparent 0%, #f3f3f3 100%);
    background: -o-linear-gradient(top, transparent 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, transparent 0%, #f3f3f3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.afterburner .bg-azure .read-more-gradient,
.bg-azure .read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#007bc7));
    background: -webkit-linear-gradient(top, transparent 0%, #007bc7 100%);
    background: -o-linear-gradient(top, transparent 0%, #007bc7 100%);
    background: linear-gradient(to bottom, transparent 0%, #007bc7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.afterburner .bg-azure-lightest .read-more-gradient,
.bg-azure-lightest .read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#d9ebf7));
    background: -webkit-linear-gradient(top, transparent 0%, #d9ebf7 100%);
    background: -o-linear-gradient(top, transparent 0%, #d9ebf7 100%);
    background: linear-gradient(to bottom, transparent 0%, #d9ebf7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.afterburner .bg-gray .read-more-gradient,
.bg-gray .read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#b4b4b4));
    background: -webkit-linear-gradient(top, transparent 0%, #b4b4b4 100%);
    background: -o-linear-gradient(top, transparent 0%, #b4b4b4 100%);
    background: linear-gradient(to bottom, transparent 0%, #b4b4b4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.afterburner .bg-gray-lightest .read-more-gradient,
.bg-gray-lightest .read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f3f3f3));
    background: -webkit-linear-gradient(top, transparent 0%, #f3f3f3 100%);
    background: -o-linear-gradient(top, transparent 0%, #f3f3f3 100%);
    background: linear-gradient(to bottom, transparent 0%, #f3f3f3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.afterburner .bg-dark-blue .read-more-gradient,
.bg-dark-blue .read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#01689b));
    background: -webkit-linear-gradient(top, transparent 0%, #01689b 100%);
    background: -o-linear-gradient(top, transparent 0%, #01689b 100%);
    background: linear-gradient(to bottom, transparent 0%, #01689b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.afterburner .bg-dark-blue-lightest .read-more-gradient,
.bg-dark-blue-lightest .read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e5f0f9));
    background: -webkit-linear-gradient(top, transparent 0%, #e5f0f9 100%);
    background: -o-linear-gradient(top, transparent 0%, #e5f0f9 100%);
    background: linear-gradient(to bottom, transparent 0%, #e5f0f9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.afterburner .bg-brand-white .read-more-gradient,
.bg-white .read-more-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
    background: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
    background: -o-linear-gradient(top, transparent 0%, #ffffff 100%);
    background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.search-form-wrapper {
    width: 100%;
}

    .search-form-wrapper .search-form {
        padding: 1rem;
        padding-top: 0px;
    }

        .search-form-wrapper .search-form .form-inline {
            padding: 1rem;
        }

            .search-form-wrapper .search-form .form-inline fieldset {
                padding-left: 0px;
                padding-right: 0px;
            }

        .search-form-wrapper .search-form #collapse-search {
            width: 100%;
        }

            .search-form-wrapper .search-form #collapse-search .form-group {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }

        .search-form-wrapper .search-form .form-control {
            width: 100%;
        }

            .search-form-wrapper .search-form .form-control::-ms-clear {
                display: none;
            }

        .search-form-wrapper .search-form select,
        .search-form-wrapper .search-form input {
            height: 39px;
        }

        .search-form-wrapper .search-form .form-check,
        .search-form-wrapper .search-form label {
            width: 100%;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding-left: 0px;
        }

        .search-form-wrapper .search-form .search-wrapper,
        .search-form-wrapper .search-form .select-wrapper,
        .search-form-wrapper .search-form .sort-by {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            position: relative;
        }

            .search-form-wrapper .search-form .search-wrapper.col,
            .search-form-wrapper .search-form .select-wrapper.col,
            .search-form-wrapper .search-form .sort-by.col {
                padding-left: 0px;
            }

        .search-form-wrapper .search-form .form-check-wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

@media (min-width: 576px) {
    .search-form-wrapper .search-form .form-check-wrapper .form-check {
        min-width: 33%;
    }
}

.search-form-wrapper .search-form .helptext-button {
    width: 39px;
    height: 39px;
    padding: 0;
}

.search-form-wrapper .search-form .helptext {
    width: 100%;
    padding-left: 0px;
}

.search-form-wrapper .search-form .input-wrapper {
    width: 100%;
    padding: 1px;
}

@media (min-width: 992px) {
    .search-form-wrapper .search-form .input-wrapper .datepicker {
        width: 100%;
    }
}

.search-form-wrapper .search-form .input-wrapper .datepicker input {
    border: 1px solid #c1bfc1;
    width: 107px;
    padding: 0.5rem 0.75rem;
}

.search-form-wrapper .search-form .input-wrapper .datepicker .btn {
    z-index: 1;
}

.search-form-wrapper .search-form .input-wrapper .divider {
    width: 14%;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .search-form-wrapper .search-form .input-wrapper .divider {
        width: 6%;
    }
}

.search-form-wrapper .search-form .input-wrapper span {
    width: 100%;
}

.search-form-wrapper .search-form .form-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.75rem;
}

.search-form-wrapper .collapse-button-wrapper {
    width: 100%;
}

.view-zoekresultaten {
    margin-top: 1rem;
}

    .view-zoekresultaten .view-filters {
        background-color: #f3f3f3;
        margin-bottom: 30px;
    }

        .view-zoekresultaten .view-filters label {
            width: 100px;
        }

    .view-zoekresultaten .search-results h2 {
        font-size: 1.5rem;
    }

    .view-zoekresultaten .search-results strong {
        font-weight: normal;
        background-color: #ffc107;
    }

@media (max-width: 991.98px) {
    .view-zoekresultaten aside {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

.col-lg-12 .downloads-wrapper .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media (max-width: 767.98px) {
    .col-lg-12 .downloads-wrapper .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.col-lg-8 .downloads-wrapper .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media (max-width: 767.98px) {
    .col-lg-8 .downloads-wrapper .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.col-lg-4 .downloads-wrapper .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.downloads-wrapper {
    margin-bottom: 1rem;
}

    .downloads-wrapper .card-columns {
        padding-left: 0px;
    }

    .downloads-wrapper .card {
        display: inline-block;
        margin-bottom: 0;
        width: 100%;
    }

        .downloads-wrapper .card .document .file-subtitle {
            display: block;
            width: 100%;
            text-align: right;
        }

            .downloads-wrapper .card .document .file-subtitle a:after {
                content: "";
                font-family: 'icons';
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                vertical-align: top;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                vertical-align: baseline;
            }

        .downloads-wrapper .card .file {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            text-decoration: none;
            width: 100%;
        }

            .downloads-wrapper .card .file:before {
                font-size: 1.8rem;
                margin-right: 1rem;
                padding-right: 0;
            }

            .downloads-wrapper .card .file .file-name,
            .downloads-wrapper .card .file .file-subtitle {
                display: block;
            }

            .downloads-wrapper .card .file .file-name {
                font-size: 1rem;
            }

            .downloads-wrapper .card .file .file-subtitle {
                text-align: right;
            }

            .downloads-wrapper .card .file .file-date {
                font-size: 1rem;
            }

            .downloads-wrapper .card .file:hover span {
                text-decoration: underline;
            }

            .downloads-wrapper .card .file .file-name {
                width: 100%;
            }

        .downloads-wrapper .card[class*="bg-"] hr {
            border-color: inherit;
        }

        .downloads-wrapper .card hr.top {
            padding-top: 1rem;
            margin-top: 0px;
            margin-bottom: -2px;
        }

        .downloads-wrapper .card hr.bottom {
            margin-bottom: -2px;
        }

    .downloads-wrapper .container.with-background {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .downloads-wrapper.bg-white .container-spacer-sm, .downloads-wrapper.nobg .container-spacer-sm {
        padding-right: 0;
        padding-left: 0;
    }

    .downloads-wrapper.bg-white * {
        color: #01689b;
    }

        .downloads-wrapper.bg-white *:hover {
            color: #01689b;
        }

.media-document {
    margin-top: 1rem;
}

    .media-document .card-columns {
        margin-bottom: 1rem;
    }

    .media-document .card {
        color: #01689b !important;
    }

        .media-document .card .file .file-subtitle:after {
            content: "";
            font-family: 'icons';
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            vertical-align: top;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            vertical-align: baseline;
        }

.chart-wrapper .ec, .chart-wrapper div[data-ec-key], .chart-wrapper .highcharts-container {
    width: 100%;
}

    .chart-wrapper .ec .highcharts-contextmenu hr, .chart-wrapper div[data-ec-key] .highcharts-contextmenu hr, .chart-wrapper .highcharts-container .highcharts-contextmenu hr {
        margin: .3em;
        border-top: 1px solid #cccccc;
    }

.chart-wrapper .highcharts-data-table {
    margin-top: 1em;
}

    .chart-wrapper .highcharts-data-table caption {
        color: #535353;
        caption-side: top;
        padding-left: 3px;
        min-width: 18em;
        border: 1px solid #cccccc;
        cursor: pointer;
    }

        .chart-wrapper .highcharts-data-table caption span.title {
            font-size: 1.1em;
            font-weight: bold;
        }

        .chart-wrapper .highcharts-data-table caption span.axis {
            display: block;
            font-size: .9em;
        }

        .chart-wrapper .highcharts-data-table caption .icon-kruis:before {
            font-size: 1.2rem;
            padding-right: 0;
        }

    .chart-wrapper .highcharts-data-table thead tr:nth-child(odd) {
        background-color: #ebebd9;
    }

    .chart-wrapper .highcharts-data-table tbody tr:nth-child(even) {
        background-color: #ebebd9;
    }

    .chart-wrapper .highcharts-data-table tr * {
        border: 1px solid #cccccc;
        padding: 0 3px;
    }

    .chart-wrapper .highcharts-data-table td.number {
        text-align: right;
    }

.chart-wrapper .explanation-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .chart-wrapper .explanation-right .ec:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.chart-wrapper .explanation-right .ec:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.chart-wrapper .explanation-right .explanation {
    margin-top: 0;
}

@media (min-width: 576px) {
    .chart-wrapper .explanation-right .explanation {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.chart-wrapper .explanation {
    margin-top: 1rem;
    padding: 20px;
    text-align: left;
    height: 100%;
}

.explain-wrapper {
    position: relative;
}

    .explain-wrapper .container {
        padding: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

        .explain-wrapper .container .close-button {
            background-color: #fff;
            float: right;
            width: 28px;
            height: 28px;
            text-align: center;
            vertical-align: middle;
            font-size: 1rem;
            font-weight: bold;
            line-height: 24px;
            margin-left: 20px;
            padding: 0px 6px;
            border-radius: 5px;
            border: none;
        }

            .explain-wrapper .container .close-button.text-brand-lightest, .explain-wrapper .container .close-button.text-azure-lightest, .explain-wrapper .container .close-button.text-dark-blue-lightest, .explain-wrapper .container .close-button.text-gray, .explain-wrapper .container .close-button.text-gray-lightest, .explain-wrapper .container .close-button.text-white {
                background-color: #000;
            }

            .explain-wrapper .container .close-button:hover {
                text-decoration: none;
            }

a.collapse-toggler {
    font-size: 1rem;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    min-height: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
}

    a.collapse-toggler:before {
        font-size: 1.2rem;
    }

.locations-wrapper h3, .locations-wrapper h4, .locations-wrapper h5, .locations-wrapper h6 {
    margin-bottom: 0;
}

.locations-wrapper .collapse-toggler {
    margin-bottom: 5px;
    position: relative;
}

    .locations-wrapper .collapse-toggler.collapsed:after {
        content: "";
    }

    .locations-wrapper .collapse-toggler:after {
        font-family: 'icons';
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        right: 2rem;
        padding-left: 0.75rem;
        text-decoration: none;
    }

.locations-wrapper .locationlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .locations-wrapper .locationlist ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: 1px solid #d6d7b2;
        margin-bottom: 1em;
        padding-bottom: 1em;
    }

        .locations-wrapper .locationlist ul li:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .locations-wrapper .locationlist ul li .location-img {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
            margin-right: 1em;
        }

        .locations-wrapper .locationlist ul li .location-text {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
        }

        .locations-wrapper .locationlist ul li .address {
            margin-top: .5em;
        }

.video-wrapper .collapse-toggler {
    margin-bottom: 5px;
    position: relative;
}

    .video-wrapper .collapse-toggler.collapsed:after {
        content: "";
    }

    .video-wrapper .collapse-toggler:after {
        font-family: 'icons';
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        right: 2rem;
        padding-left: 0.75rem;
        text-decoration: none;
    }

.video-wrapper .downloads-wrapper {
    margin-bottom: 0;
}

    .video-wrapper .downloads-wrapper .file .file-name {
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: nowrap;
        overflow: hidden;
        max-height: 1.2rem;
        margin-left: 0;
        margin-bottom: 2px;
    }

    .video-wrapper .downloads-wrapper .file .file-subtitle {
        text-align: right;
    }

        .video-wrapper .downloads-wrapper .file .file-subtitle:after {
            content: "";
            font-family: 'icons';
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            vertical-align: top;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            vertical-align: baseline;
        }

.sharing-wrapper {
    margin-bottom: 1rem;
}

    .sharing-wrapper hr {
        border-top: 2px solid #777c00;
    }

    .sharing-wrapper ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

        .sharing-wrapper ul li {
            display: inline-block;
        }

            .sharing-wrapper ul li a {
                width: 88px;
                margin-right: 2rem;
                margin-bottom: 1rem;
                text-decoration: none;
                line-height: 1;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .sharing-wrapper ul li a.icon:before, .sharing-wrapper ul li #priority.carousel .slide-nav-link a.slide-content:before, #priority.carousel .slide-nav-link .sharing-wrapper ul li a.slide-content:before {
                    font-size: 1rem;
                }

@media (min-width: 576px) {
    .sharing-wrapper .whatsapp {
        display: none;
    }
}

.sharing-wrapper .container.with-background {
    padding-right: 1rem;
    padding-left: 1rem;
}

#block-deeldezepagina {
    margin-bottom: 0px;
}

.afterburner {
    margin-top: 1rem;
}

    .afterburner .downloads-wrapper .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }

        .afterburner .downloads-wrapper .container .card-columns {
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3;
        }

@media (max-width: 767.98px) {
    .afterburner .downloads-wrapper .container .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.afterburner .downloads-wrapper .container.nobg * {
    color: inherit;
}

.afterburner .content-block .container {
    padding-right: 1rem;
    padding-left: 1rem;
}

.afterburner .content-block-wrapper .container.nobg {
    padding-right: 1rem;
    padding-left: 1rem;
}

.afterburner .links-wrapper hr {
    margin-top: 0;
}

.afterburner.bg-brand .card-wrapper h2.card-header {
    background: #d6d7b2;
}

.pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem;
    line-height: 1.5rem;
}

    .pager .previous span:before,
    .pager .next span:before {
        font-weight: bold;
    }

    .pager .previous {
        margin-right: auto;
    }

    .pager .next {
        margin-left: auto;
    }

        .pager .next .icon-angle-right {
            padding-left: 5px;
        }

    .pager .current:before {
        font-size: 1.5rem;
    }

.popover {
    width: 160px;
    padding-bottom: 1rem;
}

    .popover .popover-body {
        padding: 5px;
    }

        .popover .popover-body .time {
            padding: 2px 5px;
            border-radius: 3px;
            font-size: 1rem;
        }

            .popover .popover-body .time:before {
                margin-right: 3px;
            }

        .popover .popover-body .hover-title {
            font-size: 1rem;
            line-height: 1rem;
            margin-top: 5px;
            margin-bottom: 5px;
        }

.calendar-calendar {
    width: 100%;
}

@media (max-width: 575.98px) {
    .calendar-calendar {
        overflow: scroll;
    }
}

.calendar-calendar .month-view table.full thead tr th.days {
    font-weight: normal;
    border-color: #777c00;
    border-width: 2px;
    border-top: 0px;
    border-bottom: 0px;
}

.calendar-calendar .month-view table.full .date-box th,
.calendar-calendar .month-view table.full .date-box td,
.calendar-calendar .month-view table.full .single-day th,
.calendar-calendar .month-view table.full .single-day td,
.calendar-calendar .month-view table.full .multi-day th,
.calendar-calendar .month-view table.full .multi-day td {
    border-color: #999999;
    max-width: 111px;
}

    .calendar-calendar .month-view table.full .date-box th .inner .day,
    .calendar-calendar .month-view table.full .date-box td .inner .day,
    .calendar-calendar .month-view table.full .single-day th .inner .day,
    .calendar-calendar .month-view table.full .single-day td .inner .day,
    .calendar-calendar .month-view table.full .multi-day th .inner .day,
    .calendar-calendar .month-view table.full .multi-day td .inner .day {
        color: #000;
        padding: 0;
        margin-top: 1px;
    }

    .calendar-calendar .month-view table.full .date-box th .inner .item .view-item,
    .calendar-calendar .month-view table.full .date-box td .inner .item .view-item,
    .calendar-calendar .month-view table.full .single-day th .inner .item .view-item,
    .calendar-calendar .month-view table.full .single-day td .inner .item .view-item,
    .calendar-calendar .month-view table.full .multi-day th .inner .item .view-item,
    .calendar-calendar .month-view table.full .multi-day td .inner .item .view-item {
        margin-bottom: 3px;
    }

        .calendar-calendar .month-view table.full .date-box th .inner .item .view-item .calendar,
        .calendar-calendar .month-view table.full .date-box td .inner .item .view-item .calendar,
        .calendar-calendar .month-view table.full .single-day th .inner .item .view-item .calendar,
        .calendar-calendar .month-view table.full .single-day td .inner .item .view-item .calendar,
        .calendar-calendar .month-view table.full .multi-day th .inner .item .view-item .calendar,
        .calendar-calendar .month-view table.full .multi-day td .inner .item .view-item .calendar {
            width: 100%;
            max-width: 100%;
            margin: 0px;
        }

            .calendar-calendar .month-view table.full .date-box th .inner .item .view-item .calendar .contents a,
            .calendar-calendar .month-view table.full .date-box td .inner .item .view-item .calendar .contents a,
            .calendar-calendar .month-view table.full .single-day th .inner .item .view-item .calendar .contents a,
            .calendar-calendar .month-view table.full .single-day td .inner .item .view-item .calendar .contents a,
            .calendar-calendar .month-view table.full .multi-day th .inner .item .view-item .calendar .contents a,
            .calendar-calendar .month-view table.full .multi-day td .inner .item .view-item .calendar .contents a {
                color: #ffffff;
                background: #777c00;
                font-weight: normal;
                padding: 2px 5px;
                border-radius: 3px;
                font-size: 0.8rem;
                display: block;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .calendar-calendar .month-view table.full .date-box th .inner .item .view-item .calendar .contents .datetime,
            .calendar-calendar .month-view table.full .date-box th .inner .item .view-item .calendar .contents .endtime,
            .calendar-calendar .month-view table.full .date-box th .inner .item .view-item .calendar .contents img,
            .calendar-calendar .month-view table.full .date-box td .inner .item .view-item .calendar .contents .datetime,
            .calendar-calendar .month-view table.full .date-box td .inner .item .view-item .calendar .contents .endtime,
            .calendar-calendar .month-view table.full .date-box td .inner .item .view-item .calendar .contents img,
            .calendar-calendar .month-view table.full .single-day th .inner .item .view-item .calendar .contents .datetime,
            .calendar-calendar .month-view table.full .single-day th .inner .item .view-item .calendar .contents .endtime,
            .calendar-calendar .month-view table.full .single-day th .inner .item .view-item .calendar .contents img,
            .calendar-calendar .month-view table.full .single-day td .inner .item .view-item .calendar .contents .datetime,
            .calendar-calendar .month-view table.full .single-day td .inner .item .view-item .calendar .contents .endtime,
            .calendar-calendar .month-view table.full .single-day td .inner .item .view-item .calendar .contents img,
            .calendar-calendar .month-view table.full .multi-day th .inner .item .view-item .calendar .contents .datetime,
            .calendar-calendar .month-view table.full .multi-day th .inner .item .view-item .calendar .contents .endtime,
            .calendar-calendar .month-view table.full .multi-day th .inner .item .view-item .calendar .contents img,
            .calendar-calendar .month-view table.full .multi-day td .inner .item .view-item .calendar .contents .datetime,
            .calendar-calendar .month-view table.full .multi-day td .inner .item .view-item .calendar .contents .endtime,
            .calendar-calendar .month-view table.full .multi-day td .inner .item .view-item .calendar .contents img {
                display: none;
            }

.calendar-calendar .month-view table.full .date-box .today .inner .day,
.calendar-calendar .month-view table.full .single-day .today .inner .day,
.calendar-calendar .month-view table.full .multi-day .today .inner .day {
    display: block;
    color: #ffffff;
    background: #777c00;
    font-weight: normal;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-decoration: none;
}

#priority-sdv.carousel-sdv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-height: 512px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    #priority-sdv.carousel-sdv {
        background-color: #ebebd9;
        min-height: 180px;
    }
}

#priority-sdv.carousel-sdv a {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#priority-sdv.carousel-sdv .slick-list {
    min-height: 180px;
}

@media (min-width: 768px) {
    #priority-sdv.carousel-sdv .slick-list {
        max-height: 480px;
    }
}

#priority-sdv.carousel-sdv .focuspoint {
    overflow: visible;
}

#priority-sdv.carousel-sdv:hover .carouselControl {
    opacity: 1;
}

#priority-sdv.carousel-sdv .carouselControl {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 0;
    width: 22px;
    height: 22px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #000;
    border-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
    #priority-sdv.carousel-sdv .carouselControl {
        top: 15px;
        right: 30px;
    }
}

#priority-sdv.carousel-sdv .carouselControl:after {
    content: '';
    position: absolute;
    right: 4px;
    bottom: 3px;
    width: 12px;
    height: 14px;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    border-color: rgba(255, 255, 255, 0.9);
}

#priority-sdv.carousel-sdv .carouselControl:hover:after {
    border-color: rgba(255, 255, 255, 0.5);
}

#priority-sdv.carousel-sdv .carouselControl:focus {
    opacity: 1;
}

#priority-sdv.carousel-sdv .carouselControl.paused:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #fff;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}

#priority-sdv.carousel-sdv .carouselControl.paused:hover:after, #priority-sdv.carousel-sdv .carouselControl.paused:focus:after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
}

#priority-sdv.carousel-sdv .carousel-slide {
    margin: 0;
    padding: 0;
}

    #priority-sdv.carousel-sdv .carousel-slide img {
        height: 100%;
        min-width: 100%;
    }

    #priority-sdv.carousel-sdv .carousel-slide:not(:first-child):not(.slick-slide) {
        visibility: hidden;
    }

.js #priority-sdv.carousel-sdv.slick-dotted .slick-slide .slide-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {
    .js #priority-sdv.carousel-sdv.slick-dotted .slick-slide .slide-nav-link {
        display: none;
    }
}

.js #priority-sdv.carousel-sdv:not(.slick-dotted) .slick-slide .slide-nav-link {
    display: none;
}

#priority-sdv.carousel-sdv .slide-nav-link {
    margin: 0;
    padding: 0;
    display: none;
    cursor: pointer;
    z-index: 100;
}

    #priority-sdv.carousel-sdv .slide-nav-link .slide-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 15px;
        margin: 0 0 0 0;
        color: #01689b;
        word-wrap: break-word;
    }

        #priority-sdv.carousel-sdv .slide-nav-link .slide-title:hover, #priority-sdv.carousel-sdv .slide-nav-link .slide-title:focus {
            color: #154273;
        }

@media (min-width: 768px) {
    #priority-sdv.carousel-sdv .slide-nav-link .slide-title {
        font-size: 1.125rem;
        font-weight: bold;
    }
}

#priority-sdv.carousel-sdv ul.slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: flex;
    margin: 1px;
    margin-top: 0;
    padding: 0;
}

    #priority-sdv.carousel-sdv ul.slick-dots .slide-nav-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #priority-sdv.carousel-sdv ul.slick-dots li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff;
        margin: -1rem 0 0 0;
        position: relative;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

        #priority-sdv.carousel-sdv ul.slick-dots li button.active {
            display: none;
        }

        #priority-sdv.carousel-sdv ul.slick-dots li button.inactive {
            display: inherit;
        }

        #priority-sdv.carousel-sdv ul.slick-dots li.slick-active {
            background-color: #f3f3f3;
        }

            #priority-sdv.carousel-sdv ul.slick-dots li.slick-active :first-child {
                border: none;
            }

            #priority-sdv.carousel-sdv ul.slick-dots li.slick-active button.active {
                display: inherit;
            }

            #priority-sdv.carousel-sdv ul.slick-dots li.slick-active button.inactive {
                display: none;
            }

            #priority-sdv.carousel-sdv ul.slick-dots li.slick-active:before {
                content: "";
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                position: absolute;
                left: 50%;
                top: -16px;
                margin: 0 0 0 -8px;
                border: solid 8px transparent;
                border-bottom: solid 8px #f3f3f3;
            }

#priority-sdv.carousel-sdv .slide-img-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    #priority-sdv.carousel-sdv .slide-img-link {
        max-height: 480px;
    }
}

#priority-sdv.carousel-sdv .slide-img-link > div:first-child {
    height: 100%;
    min-height: 180px;
}

@media (max-width: 767.98px) {
    #priority-sdv.carousel-sdv .slide-img-link > div:first-child:not(.focuspoint) {
        position: relative;
        float: right;
        right: 50%;
    }

        #priority-sdv.carousel-sdv .slide-img-link > div:first-child:not(.focuspoint) img {
            width: auto;
        }
}

#priority-sdv.carousel-sdv .slide-img-link:focus .text-block {
    -webkit-box-shadow: 0 0 10px #777c00;
    box-shadow: 0 0 10px #777c00;
    border: 1px dotted #b4b4b4;
}

#priority-sdv.carousel-sdv .slide-img-link.small-header {
    max-height: 180px;
}

    #priority-sdv.carousel-sdv .slide-img-link.small-header .focuspoint {
        height: 180px !important;
    }

    #priority-sdv.carousel-sdv .slide-img-link.small-header .innercontainer {
        height: 180px;
    }

#priority-sdv.carousel-sdv .slide-img-link.medium-header {
    max-height: 230px;
}

    #priority-sdv.carousel-sdv .slide-img-link.medium-header .focuspoint {
        height: 230px !important;
    }

    #priority-sdv.carousel-sdv .slide-img-link.medium-header .innercontainer {
        height: 230px;
    }

#priority-sdv.carousel-sdv .slide-img-link.big-header {
    max-height: 100%;
}

@media (min-width: 768px) {
    #priority-sdv.carousel-sdv .slide-img-link.big-header {
        max-height: 480px;
    }
}

#priority-sdv.carousel-sdv .slide-img-link.big-header .innercontainer {
    height: 480px;
}

#priority-sdv.carousel-sdv .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: inherit;
    height: 100%;
}

@media (max-width: 991.98px) {
    #priority-sdv.carousel-sdv .container {
        position: initial;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    #priority-sdv.carousel-sdv .container .innercontainer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        max-height: 480px;
        max-width: 1170px;
    }
}

#priority-sdv.carousel-sdv .container .innercontainer.left, #priority-sdv.carousel-sdv .container .innercontainer.left-top {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 992px) {
    #priority-sdv.carousel-sdv .container .innercontainer.left [class*="col-"], #priority-sdv.carousel-sdv .container .innercontainer.left-top [class*="col-"] {
        padding-left: 0px;
    }
}

#priority-sdv.carousel-sdv .container .innercontainer.center, #priority-sdv.carousel-sdv .container .innercontainer.center-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#priority-sdv.carousel-sdv .container .innercontainer.right, #priority-sdv.carousel-sdv .container .innercontainer.right-top {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 992px) {
    #priority-sdv.carousel-sdv .container .innercontainer.right [class*="col-"], #priority-sdv.carousel-sdv .container .innercontainer.right-top [class*="col-"] {
        padding-right: 0px;
    }

        #priority-sdv.carousel-sdv .container .innercontainer.right [class*="col-"] .text-block, #priority-sdv.carousel-sdv .container .innercontainer.right-top [class*="col-"] .text-block {
            right: 0px;
        }
}

#priority-sdv.carousel-sdv .container .blockcontainer {
    display: block;
    position: relative;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

@media (min-width: 576px) {
    #priority-sdv.carousel-sdv .container .blockcontainer .text-block {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.75);
        padding: 1rem;
        width: calc(100% - 30px);
        word-wrap: break-word;
    }

        #priority-sdv.carousel-sdv .container .blockcontainer .text-block.left, #priority-sdv.carousel-sdv .container .blockcontainer .text-block.center, #priority-sdv.carousel-sdv .container .blockcontainer .text-block.right {
            bottom: 2rem;
        }

        #priority-sdv.carousel-sdv .container .blockcontainer .text-block.left-top, #priority-sdv.carousel-sdv .container .blockcontainer .text-block.center-top, #priority-sdv.carousel-sdv .container .blockcontainer .text-block.right-top {
            top: 2rem;
        }
}

#priority-sdv.carousel-sdv .container .blockcontainer .text-block .title,
#priority-sdv.carousel-sdv .container .blockcontainer .text-block .text {
    color: black;
}

@media (max-width: 767.98px) {
    #priority-sdv.carousel-sdv .slick-list {
        background-color: #ebebd9;
        min-height: 180px;
    }

        #priority-sdv.carousel-sdv .slick-list .carousel-slide .slide-img-link {
            overflow: hidden;
        }

            #priority-sdv.carousel-sdv .slick-list .carousel-slide .slide-img-link img {
                width: 100%;
                overflow: visible;
            }

            #priority-sdv.carousel-sdv .slick-list .carousel-slide .slide-img-link.small-header {
                max-height: 180px;
            }

            #priority-sdv.carousel-sdv .slick-list .carousel-slide .slide-img-link.medium-header {
                max-height: 230px;
            }

        #priority-sdv.carousel-sdv .slick-list .carousel-slide .container .innercontainer {
            position: relative;
        }

            #priority-sdv.carousel-sdv .slick-list .carousel-slide .container .innercontainer .text-block {
                position: relative;
                background-color: transparent;
                top: 0;
                padding-left: 0px;
                padding-right: 0px;
                width: 100%;
            }

    #priority-sdv.carousel-sdv ul.slick-dots {
        background-color: #ebebd9;
        font-size: 0;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: -2px;
    }

        #priority-sdv.carousel-sdv ul.slick-dots li {
            background-color: #b4b4b4;
            margin: 5px;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            #priority-sdv.carousel-sdv ul.slick-dots li.slick-active {
                background-color: #000;
            }

                #priority-sdv.carousel-sdv ul.slick-dots li.slick-active:before {
                    border: none;
                }
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.carousel-slider .slick-slide.container.double-linkblock {
    overflow: inherit;
}

#priority-sdv .slick-slide img {
    max-height: none;
    max-width: 100%;
}

@media (max-width: 991.98px) {
    #priority-sdv .slick-slide img {
        max-width: none;
        overflow: hidden;
    }
}

#priority-sdv .slick-slide .focuspoint img {
    max-width: none;
}

.slick-cloned {
    height: 0px;
}

    .slick-cloned.slick-active {
        height: inherit;
        overflow: inherit;
    }

.carousel-wrapper {
    overflow: hidden;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

    .carousel-wrapper .container {
        overflow: hidden;
        padding: 0px;
    }

        .carousel-wrapper .container .carousel-slider {
            /* Arrows */
        }

            .carousel-wrapper .container .carousel-slider .par {
                padding: 0px;
                margin-left: 15px;
                margin-right: 15px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                height: inherit;
            }

                .carousel-wrapper .container .carousel-slider .par .downloads,
                .carousel-wrapper .container .carousel-slider .par .text {
                    display: none;
                }

                .carousel-wrapper .container .carousel-slider .par.content-block-wrapper {
                    margin-bottom: 0;
                }

                    .carousel-wrapper .container .carousel-slider .par.content-block-wrapper.with-image {
                        min-height: 0px;
                    }

                .carousel-wrapper .container .carousel-slider .par .row {
                    margin-top: 0px;
                }

                .carousel-wrapper .container .carousel-slider .par .row-2 {
                    margin-top: 1rem;
                }

                .carousel-wrapper .container .carousel-slider .par .card {
                    margin-bottom: 0px;
                }

                    .carousel-wrapper .container .carousel-slider .par .card.card-button {
                        -webkit-transform: none;
                        -ms-transform: none;
                        -o-transform: none;
                        transform: none;
                    }

                .carousel-wrapper .container .carousel-slider .par .container-spacer, .carousel-wrapper .container .carousel-slider .par .container-spacer-sm {
                    padding-top: 0px;
                    padding-bottom: 0px;
                }

                    .carousel-wrapper .container .carousel-slider .par .container-spacer.content, .carousel-wrapper .container .carousel-slider .par .container-spacer-sm.content {
                        padding-top: 1rem;
                        padding-bottom: 1rem;
                    }

            .carousel-wrapper .container .carousel-slider .slick-prev,
            .carousel-wrapper .container .carousel-slider .slick-next {
                position: absolute;
                display: block;
                height: calc(100% + 1px);
                width: 50px;
                line-height: 0px;
                font-size: 2rem;
                cursor: pointer;
                background: #fff;
                color: transparent;
                top: 50%;
                -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                -o-transform: translate(0, -50%);
                transform: translate(0, -50%);
                border: none;
                outline: none;
                z-index: 1;
                opacity: 0;
            }

                .carousel-wrapper .container .carousel-slider .slick-prev:focus,
                .carousel-wrapper .container .carousel-slider .slick-next:focus {
                    opacity: 0.7;
                }

                .carousel-wrapper .container .carousel-slider .slick-prev.slick-disabled:before,
                .carousel-wrapper .container .carousel-slider .slick-next.slick-disabled:before {
                    opacity: 1;
                }

                .carousel-wrapper .container .carousel-slider .slick-prev:before,
                .carousel-wrapper .container .carousel-slider .slick-next:before {
                    font-size: 4rem;
                    font-weight: bold;
                    color: #535353;
                    opacity: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    padding-right: 0px;
                }

@media (max-width: 991.98px) {
    .carousel-wrapper .container .carousel-slider .slick-prev:before,
    .carousel-wrapper .container .carousel-slider .slick-next:before {
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .carousel-wrapper .container .carousel-slider .slick-prev,
    .carousel-wrapper .container .carousel-slider .slick-next {
        opacity: 0.7;
    }
}

.carousel-wrapper .container .carousel-slider .slick-prev {
    left: 0;
    padding: 13px;
    margin-left: 15px;
}

.carousel-wrapper .container .carousel-slider .slick-next {
    right: 0;
    padding: 15px;
    margin-right: 15px;
}

.carousel-wrapper .container .carousel-slider:hover .slick-prev,
.carousel-wrapper .container .carousel-slider:hover .slick-next,
.carousel-wrapper .container .carousel-slider:hover .pauseBtn {
    opacity: 0.7;
}

    .carousel-wrapper .container .carousel-slider:hover .slick-prev:before,
    .carousel-wrapper .container .carousel-slider:hover .slick-next:before,
    .carousel-wrapper .container .carousel-slider:hover .pauseBtn:before {
        opacity: 1;
    }

.carousel-wrapper.img-above .container .carousel-slider .par.contentblock .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .carousel-wrapper.img-above .container .carousel-slider .par.contentblock .card .card-header {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .carousel-wrapper.img-above .container .carousel-slider .par.contentblock .card .card-content {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

.tab-pane {
    width: 100%;
}

    .tab-pane .with-background {
        padding: 1rem;
    }

.card.tab {
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
}

    .card.tab .card-header {
        background: transparent;
        font-weight: normal;
        font-size: 1rem;
        padding: 0.75rem 0px;
    }

        .card.tab .card-header a.nav-link {
            background-color: transparent !important;
            color: #000;
        }

            .card.tab .card-header a.nav-link:after {
                font-size: 1rem;
                font-family: 'icons';
                float: right;
                font-style: normal;
                font-weight: bold;
                font-variant: normal;
                text-transform: none;
                vertical-align: middle;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "";
                padding-left: 0.75rem;
                text-decoration: none;
            }

            .card.tab .card-header a.nav-link.collapsed:after {
                content: "";
            }

        .card.tab .card-header.active a.nav-link {
            color: inherit;
        }

    .card.tab .card-body {
        width: 100%;
        padding: 0px;
    }

.nav-tabs .nav-item .nav-link {
    border: 1px solid #ddd;
}

    .nav-tabs .nav-item .nav-link.active {
        border-color: #ddd #ddd transparent;
    }

    .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
        text-decoration: underline;
    }

    .nav-tabs .nav-item .nav-link.bg-brand {
        background-color: #777c00;
    }

    .nav-tabs .nav-item .nav-link.bg-brand-lightest, .nav-tabs .nav-item .nav-link.dropdown-menu {
        background-color: #ebebd9;
    }

    .nav-tabs .nav-item .nav-link.bg-azure {
        background-color: #007bc7;
    }

    .nav-tabs .nav-item .nav-link.bg-azure-lightest {
        background-color: #d9ebf7;
    }

    .nav-tabs .nav-item .nav-link.bg-dark-blue {
        background-color: #01689b;
    }

    .nav-tabs .nav-item .nav-link.bg-dark-blue-lightest {
        background-color: #e5f0f9;
    }

    .nav-tabs .nav-item .nav-link.bg-gray {
        background-color: #b4b4b4;
    }

    .nav-tabs .nav-item .nav-link.bg-gray-lightest {
        background-color: #f3f3f3;
    }

    .nav-tabs .nav-item .nav-link.bg-white {
        background-color: #fff;
    }

.paragraph--type--newsletter-archive .rivm-style.item-list h2, .paragraph--type--newsletter-archive .rivm-style.item-list h3, .paragraph--type--newsletter-archive .rivm-style.item-list h4, .paragraph--type--newsletter-archive .rivm-style.item-list h5 {
    border-top: 2px solid #777c00;
    padding-top: .4em;
}

.paragraph--type--newsletter-archive ul.list-group.simple li a.list-group-item {
    border-bottom: none;
}

    .paragraph--type--newsletter-archive ul.list-group.simple li a.list-group-item[class^="icon-"], .paragraph--type--newsletter-archive ul.list-group.simple li a.list-group-item[class*=" icon-"] {
        padding-left: 25px;
    }

        .paragraph--type--newsletter-archive ul.list-group.simple li a.list-group-item[class^="icon-"]:before, .paragraph--type--newsletter-archive ul.list-group.simple li a.list-group-item[class*=" icon-"]:before {
            font-size: 1.3rem;
            right: auto;
            left: 0;
            top: 5px;
        }

.paragraph--type--newsletter-archive ul.list-group.simple li:first-child a.list-group-item {
    border-top: none;
}

.paragraph--type--newsletter-archive .container.results-to-hide {
    display: none;
}

.paragraph--type--newsletter-archive a.read-more {
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

span.newsletter-required:after {
    content: "*";
    color: #cc003d;
}

.navbar-branded.navbar-nav {
    position: relative;
}

@media (max-width: 767.98px) {
    .navbar-branded.navbar-nav.affix-top.sticky {
        max-height: 340px;
        overflow-y: auto;
    }

        .navbar-branded.navbar-nav.affix-top.sticky.navbar-border {
            border-bottom-color: #777c00;
        }
}

.navbar-branded.navbar-nav .nav-item.dropdown-megamenu {
    position: static !important;
}

@media (max-width: 991.98px) {
    .navbar-branded.navbar-nav .nav-item.dropdown-megamenu {
        position: relative !important;
    }
}

.navbar-branded.navbar-nav .nav-item.dropdown.active .nav-link {
    /* font-weight: bold; */
    color: #ffffff;
}

@media (min-width: 992px) {
    .navbar-branded.navbar-nav .nav-item.dropdown.active .nav-link {
        background-color: #ebebd9;
        color: #000000;
    }

        .navbar-branded.navbar-nav .nav-item.dropdown.active .nav-link, .navbar-branded.navbar-nav .nav-item.dropdown.active .nav-link:hover, .navbar-branded.navbar-nav .nav-item.dropdown.active .nav-link:focus {
            color: #000000;
        }
}

.dropdown-megamenu .dropdown-menu.megamenu-wrapper {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    background-color: #e9ecef;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

    .dropdown-megamenu .dropdown-menu.megamenu-wrapper .view-mode-first-column .double-linkblock.col {
        padding: 15px 0;
    }

@media (max-width: 767.98px) {
    .dropdown-megamenu .dropdown-menu.megamenu-wrapper {
        position: static !important;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }
}

.dropdown-item:hover, .dropdown-item:focus {
    background: none;
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .navbar-branded .navbar-nav .dropdown-menu {
        position: static !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        left: 0 !important;
        right: 0 !important;
        top: 100% !important;
        background-color: #e9ecef;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 1200px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }

    .navbar-branded .navbar-nav ul.dropdown-menu.show {
        padding: 0.5rem 0;
    }

        .navbar-branded .navbar-nav ul.dropdown-menu.show .dropdown-item {
            padding-left: 1rem;
            padding-right: 1rem;
        }
}

@media (min-width: 992px) {
    .navbar-branded .navbar-nav .nav-item.dropdown:hover, .navbar-branded .navbar-nav .nav-item.dropdown:focus {
        background-color: #ebebd9;
    }

        .navbar-branded .navbar-nav .nav-item.dropdown:hover > a {
            color: #000000;
        }

    .navbar-branded .navbar-nav .nav-item.dropdown button.dropdown-toggle {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-branded .navbar-nav .nav-item.dropdown button.dropdown-toggle.showsubnav-button {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        background-color: #ebebd9;
        border: 1px solid #fff;
    }

        .navbar-branded .navbar-nav .nav-item.dropdown button.dropdown-toggle.showsubnav-button:before {
            content: '';
            display: block;
            position: absolute;
            top: -10px;
            right: -15px;
            bottom: -10px;
            left: -15px;
            background-color: transparent;
            z-index: 0;
        }

        .navbar-branded .navbar-nav .nav-item.dropdown button.dropdown-toggle.showsubnav-button:after {
            content: "";
            font-family: 'icons';
            font-style: normal;
            font-weight: bold;
            font-variant: normal;
            text-transform: none;
            vertical-align: middle;
            color: #000000;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            display: inherit;
            width: inherit;
            height: inherit;
            margin-left: inherit;
            border: none;
        }
}

@media (max-width: 991.98px) {
    .navbar-branded .navbar-nav .nav-item.dropdown.show {
        margin-bottom: 15px;
    }

        .navbar-branded .navbar-nav .nav-item.dropdown.show button.dropdown-toggle.showsubnav-button {
            background-color: #e9ecef;
        }

            .navbar-branded .navbar-nav .nav-item.dropdown.show button.dropdown-toggle.showsubnav-button:after {
                content: "";
            }
}

.dropdown-menu {
    margin-top: 0;
    border: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    .nav-pills {
        margin-bottom: -1rem;
    }
}

.nav-pills .nav-item {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

    .nav-pills .nav-item:last-child {
        margin-right: 0;
    }

    .nav-pills .nav-item .nav-link {
        padding: 0.625rem;
        background-color: #f3f3f3;
        color: #000000;
        font-weight: bold;
        line-height: 1;
        text-decoration: none;
    }

        .nav-pills .nav-item .nav-link:hover, .nav-pills .nav-item .nav-link:focus {
            color: #000000;
            background-color: #ebebd9;
        }

        .nav-pills .nav-item .nav-link.active {
            background-color: #777c00;
            color: #ffffff;
        }

.button-menu.border-link .nav-pills .nav-item .nav-link {
    border: 2px solid #777c00;
    color: #000000;
    background-color: #ebebd9;
    padding: calc(0.625rem - 2px);
}

    .button-menu.border-link .nav-pills .nav-item .nav-link:hover, .button-menu.border-link .nav-pills .nav-item .nav-link:focus {
        color: #ffffff;
        background-color: #777c00;
    }

    .button-menu.border-link .nav-pills .nav-item .nav-link.active {
        background-color: #777c00;
        color: #ffffff;
    }

@media (max-width: 991.98px) {
    .nav-pills .nav-item {
        margin-right: 0;
    }

        .nav-pills .nav-item:last-child {
            margin-bottom: 0;
        }
}

.parentnav.js-stickybit-parent {
    position: relative;
}

.parentnav .navspan {
    z-index: 501;
    width: 100%;
}

.navbar-branded .navbar-nav .nav-item a[hide_label="1"] {
    font-size: 0;
}

    .navbar-branded .navbar-nav .nav-item a[hide_label="1"]:before {
        font-size: 1rem;
        padding-right: 0;
    }

    .navbar-branded .navbar-nav .nav-item a[hide_label="1"]:after {
        font-size: 1.25rem;
    }

.navbar-branded .navbar-nav .nav-item a.dropdown-toggle:after {
    vertical-align: middle;
}

.navbar-branded .navbar-nav.top-navigation {
    display: none;
}

@media (max-width: 991.98px) {
    .navbar-branded .navbar-nav.top-navigation {
        display: inherit;
        font-size: 0.8125rem;
        line-height: 2.21538462;
    }

        .navbar-branded .navbar-nav.top-navigation li:first-child a {
            border-top: 2px solid #fff;
        }
}

.navbar-branded.affix-top {
    z-index: 501;
}

    .navbar-branded.affix-top.js-is-sticky {
        width: 100%;
    }

    .navbar-branded.affix-top.js-is-stuck {
        position: fixed !important;
        top: 0 !important;
        bottom: inherit !important;
    }

.navbar-branded .search-wrapper.col {
    padding: 0px;
}

.navbar-branded-light .navbar-nav .navbar-toggler {
    font-size: 1rem;
}

    .navbar-branded-light .navbar-nav .navbar-toggler:before {
        font-family: 'icons';
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        padding-right: 5px;
    }

    .navbar-branded-light .navbar-nav .navbar-toggler.collapsed:before {
        content: "";
    }

.navbar-branded-light .navbar-nav .nav-item a {
    display: block;
}

    .navbar-branded-light .navbar-nav .nav-item a[hide_label="1"] {
        font-size: 0;
    }

        .navbar-branded-light .navbar-nav .nav-item a[hide_label="1"]:before {
            font-size: 1rem;
            padding-right: 0;
        }

.navbar-branded-light .navbar-nav.top-navigation {
    display: none;
}

@media (max-width: 991.98px) {
    .navbar-branded-light .navbar-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.navbar-branded-light.affix-top.sticky {
    position: fixed;
    top: 54px;
    width: 100%;
    z-index: 500;
}

@media (max-width: 991.98px) {
    .navbar-branded-light.affix-top.sticky {
        top: 48px;
    }
}

@media (max-width: 991.98px) {
    .navbar-branded .navbar-nav.use-dropdown .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        .navbar-branded .navbar-nav.use-dropdown .nav-link.dropdown-toggle:after {
            display: none;
        }
}

.navbar-topnav {
    text-align: right;
    position: relative;
}

    .navbar-topnav .topnavwrapper {
        position: absolute;
        right: 0;
        top: -53px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

@media (max-width: 991.98px) {
    .navbar-topnav .topnavwrapper {
        right: inherit;
        left: 0;
    }

        .navbar-topnav .topnavwrapper .top-navigation {
            display: none;
        }
}

.navbar-topnav .topnavwrapper a,
.navbar-topnav .topnavwrapper .dropbutton-arrow {
    color: #535353;
}

header.header.bg-brand + .navbar-topnav .topnavwrapper a,
header.header.bg-brand + .navbar-topnav .topnavwrapper .dropbutton-arrow {
    color: #ffffff;
    background-color: #777c00;
    background-color: transparent;
}

    header.header.bg-brand + .navbar-topnav .topnavwrapper a a,
    header.header.bg-brand + .navbar-topnav .topnavwrapper .dropbutton-arrow a {
        color: #ffffff;
    }

        header.header.bg-brand + .navbar-topnav .topnavwrapper a a:hover, header.header.bg-brand + .navbar-topnav .topnavwrapper a a:focus,
        header.header.bg-brand + .navbar-topnav .topnavwrapper .dropbutton-arrow a:hover,
        header.header.bg-brand + .navbar-topnav .topnavwrapper .dropbutton-arrow a:focus {
            color: #ffffff;
        }

.navbar-topnav .topnavwrapper div#block-dropdownlanguageselector,
.navbar-topnav .topnavwrapper ul.links {
    float: right;
    margin-top: 7px;
}

.navbar-topnav .topnavwrapper .dropbutton-wrapper {
    float: right;
}

    .navbar-topnav .topnavwrapper .dropbutton-wrapper div.dropbutton-widget {
        border: none;
        float: right;
        width: auto;
        background: none;
        margin-right: 15px;
    }

.navbar-topnav .topnavwrapper ul.dropdown-language-item {
    float: right;
}

    .navbar-topnav .topnavwrapper ul.dropdown-language-item a {
        font-size: .875rem;
        padding-left: 10px;
        padding-right: 10px;
    }

.navbar-topnav .top-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .navbar-topnav .top-navigation li a {
        font-size: .875rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-topnav .top-navigation li:last-child a {
        padding-right: 15px;
    }

a.toc-anchor {
    display: inline-block !important;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.with-sticky {
    position: relative;
}

div.with-sticky + aside {
    position: relative;
}

@media (max-width: 991.98px) {
    div.with-sticky + aside {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

div.with-sticky + aside .sticky-sidebar {
    max-width: 370px;
}

@media (min-width: 768px) {
    div.with-sticky + aside .sticky-sidebar.sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    div.with-sticky + aside .sticky-sidebar.bottom {
        position: absolute;
        bottom: 0;
        width: calc(100% - 15px);
        padding-right: 15px;
        top: inherit;
    }
}

div.with-sticky + aside .sticky-sidebar.stickynav {
    top: 55px !important;
}

ul.toc-ul-root {
    margin-bottom: 0.5rem;
}

    ul.toc-ul-root li {
        width: 100%;
        font-size: 1rem;
    }

        ul.toc-ul-root li > ul.nav {
            font-size: 0.9rem;
        }

    ul.toc-ul-root > li {
        margin-bottom: 0.5rem;
    }

        ul.toc-ul-root > li ul a {
            padding-left: 1rem;
        }

        ul.toc-ul-root > li ul ul a {
            padding-left: 2rem;
        }

    ul.toc-ul-root a {
        border-left: 2px solid transparent;
    }

        ul.toc-ul-root a.active {
            border-left: 2px solid #777c00;
            font-weight: 700;
        }

ul.sitemap-menu {
    list-style-type: none;
    margin-top: 1rem;
    padding-left: 0;
}

    ul.sitemap-menu li {
        line-height: 2;
    }

    ul.sitemap-menu a {
        color: #000;
    }

        ul.sitemap-menu a:hover {
            color: #01689b;
        }

    ul.sitemap-menu ul.sitemap-menu {
        margin-top: 0;
        padding-left: 1rem;
    }

.dropbutton-wrapper .dropbutton-widget .dropbutton {
    overflow: inherit;
}

    .dropbutton-wrapper .dropbutton-widget .dropbutton button,
    .dropbutton-wrapper .dropbutton-widget .dropbutton a {
        outline: unset;
    }

        .dropbutton-wrapper .dropbutton-widget .dropbutton button:focus,
        .dropbutton-wrapper .dropbutton-widget .dropbutton a:focus {
            outline-width: 1px;
            outline-style: auto;
            outline-color: black;
        }

ul.pagination li.page-item span[aria-hidden="true"] {
    display: none;
}

@media (max-width: 991.98px) {
    ul.pagination {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*!	
 * jQuery mmenu
 * mmenu.frebsite.nl
 *
 * Copyright (c) Fred Heusschen
 */
.mm-hidden {
    display: none !important;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mm-panels,
.mm-panels > .mm-panel {
    background: inherit;
    border-color: #777c00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.mm-panels {
    overflow: hidden;
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease, -o-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}

@media (max-width: 991.98px) {
    .mm-panel {
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.mm-panel_opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-panel_opened-parent {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
    z-index: 1;
}

.mm-panel_noanimation {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

    .mm-panel_noanimation.mm-panel_opened-parent {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

.mm-panels > .mm-panel:not(.mm-hidden) {
    display: block;
}

.mm-listitem_vertical > .mm-panel {
    -o-transform: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    display: none;
    padding: 10px 0 10px 10px;
}

html.mm-blocking #mm-blocker {
    display: block;
}

.mm-listitem_vertical > .mm-panel:after,
.mm-listitem_vertical > .mm-panel:before {
    border-color: transparent;
}

.mm-listitem_opened > .mm-panel {
    display: block;
}

.mm-listitem_vertical > .mm-btn_next {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    bottom: auto;
}

.mm-listitem_opened > .mm-btn_next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px;
}

.mm-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.mm-btn_fullwidth {
    width: 100%;
}

.mm-btn_clear:after,
.mm-btn_clear:before,
.mm-btn_close:after,
.mm-btn_close:before {
    content: '';
    border: 2px solid transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-btn_clear:before,
.mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
}

.mm-btn_clear:after,
.mm-btn_close:after {
    border-left: none;
    border-top: none;
    right: 25px;
}

.mm-btn_next:after,
.mm-btn_prev:before {
    font-size: 2.5rem;
    color: #000;
}

.mm-btn_prev:before {
    position: absolute;
    left: 0px;
    content: "";
    font-family: 'icons';
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
}

.mm-btn_next:after {
    content: "";
    font-family: 'icons';
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    line-height: 1.5;
    margin-top: -7px;
}

.mm-navbar {
    text-align: center;
    line-height: 40px;
    height: 60px;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
}

    .mm-navbar:hover, .mm-navbar:focus, .mm-navbar.hover {
        background-color: #d6d7b2;
    }

    .mm-navbar > * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        padding: 10px 10px 10px 1.5rem;
    }

    .mm-navbar a,
    .mm-navbar a:hover {
        text-decoration: none;
    }

.mm-navbar__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    font-weight: bold;
}

    .mm-navbar__title:hover {
        color: #000;
    }

.mm-navbar__btn:last-child {
    text-align: right;
    right: 0;
}

.mm-panel .mm-navbar {
    display: none;
}

.mm-panel_has-navbar .mm-navbar {
    display: block;
}

.mm-listitem,
.mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

    .mm-listitem,
    .mm-listitem .mm-btn_next,
    .mm-listitem .mm-btn_next:before,
    .mm-listitem:after,
    .mm-listview {
        font: inherit;
        font-size: 1rem;
    }

.mm-listview {
    text-decoration: none;
}

.mm-panels > .mm-panel > .mm-listview {
    position: relative;
}

    .mm-panels > .mm-panel > .mm-listview:first-child,
    .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
        margin-left: 0px;
    }

.mm-listitem {
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 0.5rem;
    margin: 0;
}

    .mm-listitem a.navigation-link {
        width: auto;
    }

@media (max-width: 991.98px) {
    .mm-listitem a.navigation-link {
        width: 100%;
    }
}

.mm-listitem a.mm-btn_next + a.navigation-link {
    width: auto;
    max-width: 90%;
}

@media (max-width: 991.98px) {
    .mm-listitem a.mm-btn_next + a.navigation-link {
        width: calc(100% - 46px);
        max-width: inherit;
    }
}

.mm-listitem:after {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.mm-listitem:after {
    left: 20px;
}

.mm-listitem .mm-btn_next {
    background: rgba(3, 2, 1, 0);
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .mm-listitem .mm-btn_next:hover, .mm-listitem .mm-btn_next:focus {
        background-color: #d6d7b2;
    }

    .mm-listitem .mm-btn_next:before {
        content: '';
        border-left-width: 0px;
        border-left-style: solid;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }

.mm-listitem .mm-btn_fullwidth:before {
    border-left: none;
}

.mm-listitem .mm-btn_fullwidth + a,
.mm-listitem .mm-btn_fullwidth + span {
    padding-right: 50px;
    margin-right: 0;
}

.mm-listitem_divider {
    margin: 0px -20px 0 -40px;
}

    .mm-listitem_divider:after {
        margin-top: 0px;
    }

.mm-menu {
    background: #fff;
}

    .mm-menu .mm-btn:after,
    .mm-menu .mm-btn:before {
        border-color: #777c00;
    }

    .mm-menu .mm-listview .mm-btn_next:after {
        border-color: #777c00;
    }

    .mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
    .mm-menu .mm-listitem_selected > span {
        background: rgba(255, 255, 255, 0.4);
    }

    .mm-menu .mm-listitem_opened > .mm-btn_next,
    .mm-menu .mm-listitem_opened > .mm-panel {
        background: rgba(0, 0, 0, 0.05);
    }

    .mm-menu .mm-listitem_divider {
        background: rgba(0, 0, 0, 0.05);
    }

.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    transition: -webkit-transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease, -o-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.mm-wrapper_opened {
    overflow-x: hidden;
    position: relative;
}

.mm-wrapper_background .mm-page {
    background: inherit;
}

.mm-menu_offcanvas {
    display: none;
    position: fixed;
    z-index: 0;
}

    .mm-menu_offcanvas.mm-menu_opened {
        display: block;
    }

        .mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
            z-index: 10;
        }

.mm-menu_offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(80vw, 0);
    -ms-transform: translate(80vw, 0);
    -o-transform: translate(80vw, 0);
    transform: translate(80vw, 0);
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 175px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 550px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }
}

.mm-page__blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.mm-wrapper_blocking {
    overflow: hidden;
}

    .mm-wrapper_blocking body {
        overflow: hidden;
    }

    .mm-wrapper_blocking .mm-page__blocker {
        display: block;
    }

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    min-width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}

.mm-keyboardfocus a:focus {
    outline: 0;
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(255, 255, 255, 0.5);
}

#desktop-submenu.hide {
    display: none;
}

.btn-outline-primary {
    margin-bottom: 1rem;
    color: #000;
}

#mobile-submenu {
    border: 2px solid #777c00;
}

@media (min-width: 576px) {
    #mobile-submenu {
        display: none;
    }
}

#mobile-submenu .mm-panel .mm-navbar .mm-prev {
    width: 100%;
    left: 0px;
}

#mobile-submenu .mm-panel .mm-listview .mm-btn_next {
    width: 64px;
}

#mobile-submenu .mm-panel .mm-listview .mm-counter {
    top: 50%;
}

#mobile-submenu .mm-panel ul li {
    padding-left: 1.5rem;
}

    #mobile-submenu .mm-panel ul li:before {
        display: none;
    }

    #mobile-submenu .mm-panel ul li .mm-btn_next:before {
        border-left: 3px solid #777c00;
    }

#mobile-submenu #close-mobile-submenu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
}

    #mobile-submenu #close-mobile-submenu:before {
        padding-right: 0px;
    }

#desktop-submenu .mm-panel .mm-navbar {
    font-size: 1.25rem;
}

#desktop-submenu .mm-panel .mm-listview .mm-btn_next {
    display: inline-block;
    width: 100%;
    z-index: 1;
}

    #desktop-submenu .mm-panel .mm-listview .mm-btn_next:after {
        position: absolute;
        right: 1rem;
    }

#desktop-submenu .mm-panel ul li a:not(.mm-next) {
    z-index: 2;
}

    #desktop-submenu .mm-panel ul li a:not(.mm-next):hover, #desktop-submenu .mm-panel ul li a:not(.mm-next):focus {
        text-decoration: underline;
    }

#desktop-submenu {
    overflow: hidden;
}

@media (min-width: 576px) {
    #mobile-submenu .mm-panels .mm-panel,
    #desktop-submenu .mm-panels .mm-panel {
        overflow: hidden;
    }
}

#mobile-submenu .mm-panels .mm-panel .mm-navbar,
#desktop-submenu .mm-panels .mm-panel .mm-navbar {
    border: none;
}

    #mobile-submenu .mm-panels .mm-panel .mm-navbar .mm-prev,
    #desktop-submenu .mm-panels .mm-panel .mm-navbar .mm-prev {
        height: 54px;
        width: 100%;
        left: 0px;
        margin-top: 4px;
    }

#mobile-submenu ul li,
#desktop-submenu ul li {
    padding: 9px;
}

    #mobile-submenu ul li:not(:last-child),
    #desktop-submenu ul li:not(:last-child) {
        margin-bottom: -2px;
    }

    #mobile-submenu ul li:hover,
    #desktop-submenu ul li:hover {
        text-decoration: none;
    }

    #mobile-submenu ul li:before,
    #desktop-submenu ul li:before {
        display: none;
    }

    #mobile-submenu ul li .mm-next.active, #mobile-submenu ul li .mm-next.active-tree,
    #desktop-submenu ul li .mm-next.active,
    #desktop-submenu ul li .mm-next.active-tree {
        background: #d6d7b2;
    }

    #mobile-submenu ul li ul,
    #desktop-submenu ul li ul {
        display: none;
    }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
}

    .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span,
    .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
        background: #d6d7b2;
    }

.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
    background: #d6d7b2;
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.mm-menu_autoheight {
    -webkit-transition: none .4s ease;
    -o-transition: none .4s ease;
    transition: none .4s ease;
    transition-property: height, -webkit-transform;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: height, -o-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -o-transform;
    transition-property: transform, height, -webkit-transform;
}

    .mm-menu_autoheight:not(.mm-menu_offcanvas) {
        position: relative;
    }

    .mm-menu_autoheight.mm-menu_position-bottom,
    .mm-menu_autoheight.mm-menu_position-top {
        max-height: 80%;
    }

.mm-menu_autoheight-measuring .mm-panel {
    display: block !important;
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
    display: none !important;
}

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
    bottom: auto !important;
    height: auto !important;
}

.mm-menu_keyboardfocus a:focus {
    outline: 0;
}

.mm-menu_keyboardfocus a:focus {
    background: rgba(255, 255, 255, 0.4);
}

.mm-counter {
    font-style: normal;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 24px;
}

    .mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) {
        width: 90px;
    }

        .mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + a,
        .mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + span {
            margin-right: 90px;
        }

    .mm-counter + .mm-btn_fullwidth + a,
    .mm-counter + .mm-btn_fullwidth + span {
        padding-right: 90px;
    }

.mm-listitem_vertical > .mm-counter {
    top: 12px;
    margin-top: 0;
}

.mm-listitem_vertical.mm-listitem_spacer > .mm-counter {
    margin-top: 40px;
}

.mm-listitem_nosubitems > .mm-counter {
    display: none;
}

.mm-counter {
    color: black;
}

.dataTables_wrapper.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

    .dataTables_wrapper.container-fluid .result .dataTables_info {
        padding-top: 0;
    }

    .dataTables_wrapper.container-fluid .row {
        margin-left: 0;
        margin-right: 0;
    }

        .dataTables_wrapper.container-fluid .row .col-sm-12 {
            padding-left: 0;
            padding-right: 0;
        }

    .dataTables_wrapper.container-fluid .tablewrapper .dataTable {
        margin-left: 0;
        margin-right: 0;
    }

        .dataTables_wrapper.container-fluid .tablewrapper .dataTable.table-striped tbody tr.dtrg-group {
            background-color: #cccccc;
        }

    .dataTables_wrapper.container-fluid .dataTable thead th {
        padding: 0 !important;
    }

        .dataTables_wrapper.container-fluid .dataTable thead th button {
            background: none;
            border: none;
            padding: 10px 30px 10px 18px;
            text-align: left;
            width: 100%;
            height: 100%;
        }

    .dataTables_wrapper.container-fluid .dataTable thead .sorting_asc:before,
    .dataTables_wrapper.container-fluid .dataTable thead .sorting:before,
    .dataTables_wrapper.container-fluid .dataTable thead .sorting_desc:before,
    .dataTables_wrapper.container-fluid .dataTable thead .sorting_asc_disabled:before,
    .dataTables_wrapper.container-fluid .dataTable thead .sorting_desc_disabled:before {
        content: '';
        font-family: 'icons';
        top: 0.6em;
    }

    .dataTables_wrapper.container-fluid .dataTable thead .sorting:after,
    .dataTables_wrapper.container-fluid .dataTable thead .sorting_asc:after,
    .dataTables_wrapper.container-fluid .dataTable thead .sorting_desc:after,
    .dataTables_wrapper.container-fluid .dataTable thead .sorting_asc_disabled:after,
    .dataTables_wrapper.container-fluid .dataTable thead .sorting_desc_disabled:after {
        content: '';
        font-family: 'icons';
        right: 0.2em;
        top: 0.6em;
    }

    .dataTables_wrapper.container-fluid .dataTable thead .sorting_asc,
    .dataTables_wrapper.container-fluid .dataTable thead .sorting_desc,
    .dataTables_wrapper.container-fluid .dataTable thead .sorting {
        background-image: none;
    }

.dataTables_scrollBody table.dataTable thead .sorting_asc:before,
.dataTables_scrollBody table.dataTable thead .sorting:before,
.dataTables_scrollBody table.dataTable thead .sorting_desc:before,
.dataTables_scrollBody table.dataTable thead .sorting_asc_disabled:before,
.dataTables_scrollBody table.dataTable thead .sorting_desc_disabled:before,
.dataTables_scrollBody table.dataTable thead .sorting:after,
.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
.dataTables_scrollBody table.dataTable thead .sorting_desc:after,
.dataTables_scrollBody table.dataTable thead .sorting_asc_disabled:after,
.dataTables_scrollBody table.dataTable thead .sorting_desc_disabled:after {
    display: none;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f9f9f9;
}

table.dataTable.hover tbody tr td,
table.dataTable.display tbody tr td {
    border: 1px solid #fff;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background: rgba(0, 0, 0, 0.05);
}

    table.dataTable.stripe tbody tr.odd td.sorting_1,
    table.dataTable.stripe tbody tr.odd th.sorting_1,
    table.dataTable.display tbody tr.odd td.sorting_1,
    table.dataTable.display tbody tr.odd th.sorting_1 {
        background: rgba(0, 0, 0, 0.09);
    }

    table.dataTable.stripe tbody tr.odd:hover,
    table.dataTable.display tbody tr.odd:hover {
        background: rgba(0, 0, 0, 0.08);
    }

        table.dataTable.stripe tbody tr.odd:hover td.sorting_1,
        table.dataTable.stripe tbody tr.odd:hover th.sorting_1,
        table.dataTable.display tbody tr.odd:hover td.sorting_1,
        table.dataTable.display tbody tr.odd:hover th.sorting_1 {
            background: rgba(0, 0, 0, 0.1);
        }

div.dataTables_wrapper div.dataTables_paginate {
    width: 100%;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button {
            border: none;
            margin-left: 0;
            padding: 0;
        }

            div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button:hover {
                background: none;
                border: none;
            }

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info {
    text-align: left;
    padding-top: 1em;
    padding-bottom: .5em;
}

div.dataTables_wrapper .col-md-5,
div.dataTables_wrapper .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

mark[data-markjs="true"] {
    background: yellow;
    padding: 0;
}

nav.navbar-filters button.navbar-toggler, nav.navbar-filters .filter-toggler {
    padding-left: 0;
    text-align: left;
}

    nav.navbar-filters button.navbar-toggler:after, nav.navbar-filters .filter-toggler:after {
        content: "";
        display: inline-block;
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    nav.navbar-filters button.navbar-toggler.collapsed:after, nav.navbar-filters .filter-toggler.collapsed:after {
        content: "";
    }

nav.navbar-filters.news {
    padding: 1rem;
}

    nav.navbar-filters.news .search-form-wrapper .search-form {
        padding: 0;
    }

    nav.navbar-filters.news .form-inline {
        padding: 0;
    }

    nav.navbar-filters.news .input-wrapper {
        padding: 0;
    }

@media (min-width: 576px) {
    nav.navbar-filters.news .input-wrapper {
        -webkit-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    }

        nav.navbar-filters.news .input-wrapper .input-group {
            width: auto;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }
}

#filterResponsive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.view-filters {
    margin-top: 0.75rem;
}

    .view-filters ul {
        list-style-type: none;
        padding-left: 0.75rem;
    }

        .view-filters ul li.facet-item a:before {
            content: '';
            display: inline-block;
            font-family: 'icons';
            font-weight: bold;
            margin-top: -1px;
            margin-right: 0.75rem;
        }

        .view-filters ul li.facet-item a:hover {
            text-decoration: underline;
        }

        .view-filters ul.item-list__checkbox li.facet-item {
            padding-left: 0;
        }

            .view-filters ul.item-list__checkbox li.facet-item a:before {
                display: none;
            }

            .view-filters ul.item-list__checkbox li.facet-item input {
                margin-right: 0.75rem;
            }

form legend {
    font-size: 1rem;
}

form .form-group {
    width: 100%;
}

    form .form-group label {
        margin-bottom: 0px;
    }

    form .form-group .form-text {
        margin-top: 0px;
    }

    form .form-group .form-accept {
        margin: .5em 0px;
    }

        form .form-group .form-accept input[type="checkbox"] {
            margin-right: 5px;
        }

    form .form-group .field--name-field-link-privacy-statement {
        display: inline-block;
    }

form fieldset table {
    margin-bottom: 0px;
}

form fieldset fieldset:not(:nth-child(2)) {
    margin-top: 1rem;
    margin-bottom: 0px;
}

form .form-required:after {
    content: "*";
    color: #cc003d;
}

form > .js-form-item {
    background-color: #f3f3f3;
    padding: 10px;
    position: relative;
}

form .alert {
    margin-bottom: 0;
}

    form .alert button.close {
        display: none;
    }

form a.webform-element-help {
    background: #777c00;
    border: 2px solid #777c00;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-family: "RO Sans", Calibri, Verdana, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 39px;
    width: 39px;
    height: 39px;
    padding: 0;
    position: absolute;
    right: 4px;
}

    form a.webform-element-help:link, form a.webform-element-help:visited {
        color: #000;
    }

    form a.webform-element-help:focus, form a.webform-element-help:active, form a.webform-element-help:hover {
        background: #464900;
        border: 2px solid #464900;
        cursor: pointer;
    }

form input[type="checkbox"] + label a.webform-element-help {
    margin-top: -18px;
}

form fieldset.form-type-range a.webform-element-help {
    margin-top: -23px;
}

form .explanation {
    display: none;
    padding-top: .5em;
    padding-bottom: .5em;
}

main .layout-content > *:last-child {
    margin-bottom: 2rem;
}

main .layout-content .afterburner {
    margin-bottom: 0;
}

    main .layout-content .afterburner > *:last-child {
        margin-bottom: 0;
    }

progress {
    /* Positioning */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    /* Dimensions */
    width: 100%;
    height: 5px;
    /* Reset the appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Get rid of the default border in Firefox/Opera. */
    border: none;
    /* Progress bar container for Firefox/IE10+ */
    background-color: transparent;
    /* Progress bar value for IE10+ */
    color: #777c00;
}

    progress.contrast {
        color: #363636;
    }

    progress::-webkit-progress-bar {
        background-color: transparent;
    }

    progress::-webkit-progress-value {
        background-color: #777c00;
    }

    progress.contrast::-webkit-progress-value {
        background-color: #363636;
    }

    progress::-moz-progress-bar {
        background-color: #777c00;
    }

    progress.contrast::-moz-progress-bar {
        background-color: #363636;
    }

.footer {
    margin-top: 0;
}

    .footer.bg-brand {
        color: #ffffff;
        background-color: #777c00;
    }

        .footer.bg-brand a {
            color: #ffffff;
        }

            .footer.bg-brand a:hover, .footer.bg-brand a:focus {
                color: #ffffff;
            }

        .footer.bg-brand h2 {
            color: inherit;
            border-bottom-color: inherit;
        }

        .footer.bg-brand a:hover, .footer.bg-brand a:focus {
            color: #ffffff;
            text-decoration: underline;
        }

.card-wrapper[class*=" bg-"] {
    padding-left: 1rem;
    padding-right: 1rem;
}

.card-wrapper.container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.card-wrapper.top .col.col-md-8, .card-wrapper.bottom .col.col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.card-wrapper .card-deck .card {
    height: 100%;
}

.card-wrapper .card-deck .linkblock,
.card-wrapper .card-deck .double-linkblock {
    padding-top: 0;
}

@media (min-width: 576px) {
    .card-wrapper .card-deck.card-wrapper-two .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.card-wrapper .card-deck.card-wrapper-two .contentblock .card-media img {
    width: 100%;
}

@media (min-width: 576px) {
    .card-wrapper .card-deck.card-wrapper .col.card-two {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.card-wrapper .card-deck.card-wrapper .col.card-two:first-child {
    margin-right: 301px;
}

@media (min-width: 768px) {
    .card-wrapper .card-deck.card-wrapper-four .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 576px) {
    .card-wrapper .card-deck .col.card-two {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.card-wrapper .linkblock img {
    width: 100%;
}

.card-wrapper.with-image {
    position: relative;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .card-wrapper.with-image .image-bg-wrapper {
        position: absolute;
        left: 0;
    }

@media (max-width: 991.98px) {
    .card-wrapper.with-image .image-bg-wrapper img {
        max-width: none;
    }
}

.card-wrapper.with-image .image-bg-wrapper .focuspoint {
    overflow: visible;
}

.card-wrapper.with-image .wrap-title {
    position: relative;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}

.card-wrapper.left .card-content::after, .card-wrapper.right .card-content::after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    [class^="card-wrapper"],
    [class*="card-wrapper"] {
        /* IE10+ specific styles go here */
    }

        [class^="card-wrapper"] .card-media,
        [class*="card-wrapper"] .card-media {
            min-height: 1%;
        }
}

[class^="card-wrapper"] .card-deck .contentblock .card .card-content,
[class^="card-wrapper"] .card-columns .contentblock .card .card-content,
[class*="card-wrapper"] .card-deck .contentblock .card .card-content,
[class*="card-wrapper"] .card-columns .contentblock .card .card-content {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

[class^="card-wrapper"].img-above .card-deck .contentblock .card,
[class^="card-wrapper"].img-above .card-columns .contentblock .card,
[class*="card-wrapper"].img-above .card-deck .contentblock .card,
[class*="card-wrapper"].img-above .card-columns .contentblock .card {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    [class^="card-wrapper"].img-above .card-deck .contentblock .card a.card-link,
    [class^="card-wrapper"].img-above .card-deck .contentblock .card .card-header,
    [class^="card-wrapper"].img-above .card-columns .contentblock .card a.card-link,
    [class^="card-wrapper"].img-above .card-columns .contentblock .card .card-header,
    [class*="card-wrapper"].img-above .card-deck .contentblock .card a.card-link,
    [class*="card-wrapper"].img-above .card-deck .contentblock .card .card-header,
    [class*="card-wrapper"].img-above .card-columns .contentblock .card a.card-link,
    [class*="card-wrapper"].img-above .card-columns .contentblock .card .card-header {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    [class^="card-wrapper"].img-above .card-deck .contentblock .card .card-content,
    [class^="card-wrapper"].img-above .card-columns .contentblock .card .card-content,
    [class*="card-wrapper"].img-above .card-deck .contentblock .card .card-content,
    [class*="card-wrapper"].img-above .card-columns .contentblock .card .card-content {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    [class^="card-wrapper"].img-above .card-deck .contentblock .card p.readmore,
    [class^="card-wrapper"].img-above .card-columns .contentblock .card p.readmore,
    [class*="card-wrapper"].img-above .card-deck .contentblock .card p.readmore,
    [class*="card-wrapper"].img-above .card-columns .contentblock .card p.readmore {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

.card-wrapper-masonry {
    margin-bottom: 1rem;
}

    .card-wrapper-masonry[class*=" bg-"] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card-wrapper-masonry .card-columns {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        orphans: 1;
        widows: 1;
        margin-right: -15px;
        margin-left: -15px;
    }

@media (min-width: 576px) {
    .card-wrapper-masonry .card-columns {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .card-wrapper-masonry .card-columns {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .card-wrapper-masonry .card-columns {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .card-wrapper-masonry .card-columns {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.card-wrapper-masonry .card-columns.masonry-two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media (max-width: 575.98px) {
    .card-wrapper-masonry .card-columns.masonry-two {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.card-wrapper-masonry .card-columns.masonry-three {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media (max-width: 767.98px) {
    .card-wrapper-masonry .card-columns.masonry-three {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 575.98px) {
    .card-wrapper-masonry .card-columns.masonry-three {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.card-wrapper-masonry .card-columns.masonry-four {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

@media (max-width: 991.98px) {
    .card-wrapper-masonry .card-columns.masonry-four {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 767.98px) {
    .card-wrapper-masonry .card-columns.masonry-four {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 575.98px) {
    .card-wrapper-masonry .card-columns.masonry-four {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.card-wrapper-masonry .card-columns .col {
    display: inline-block;
}

.card-wrapper-masonry .card-columns .card {
    height: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
}

    .card-wrapper-masonry .card-columns .card .card-media img {
        width: 100%;
    }

    .card-wrapper-masonry .card-columns .card .card-body {
        height: inherit;
    }

.card-wrapper-masonry .card-columns .linkblock,
.card-wrapper-masonry .card-columns .double-linkblock {
    padding: 0 15px;
}

    .card-wrapper-masonry .card-columns .linkblock .card-list.linkblock,
    .card-wrapper-masonry .card-columns .double-linkblock .card-list.linkblock {
        max-width: 100%;
    }

    .card-wrapper-masonry .card-columns .linkblock h2.card-title,
    .card-wrapper-masonry .card-columns .double-linkblock h2.card-title {
        font-weight: bold;
        min-height: 4.5em;
        float: left;
    }

    .card-wrapper-masonry .card-columns .linkblock .second,
    .card-wrapper-masonry .card-columns .double-linkblock .second {
        margin-bottom: 30px;
    }

    .card-wrapper-masonry .card-columns .double-linkblock .card-media {
        max-width: 200px;
    }

.card-wrapper-masonry.with-image {
    position: relative;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .card-wrapper-masonry.with-image .image-bg-wrapper {
        position: absolute;
        left: 0;
    }

@media (max-width: 991.98px) {
    .card-wrapper-masonry.with-image .image-bg-wrapper img {
        max-width: none;
    }
}

.card-wrapper-masonry.with-image .image-bg-wrapper .focuspoint {
    overflow: visible;
}

.card-wrapper-masonry.with-image .wrap-title {
    position: relative;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}

.card-wrapper-masonry.img-above .card-deck .par.contentblock .card .card-media,
.card-wrapper-masonry.img-above .card-columns .par.contentblock .card .card-media {
    min-height: 1%;
}

.sdv-onepager > .image-bg-wrapper > .focuspoint {
    height: 300px;
}

.sdv-onepager .image-bg-wrapper img {
    min-width: 100%;
}

@media (min-width: 992px) {
    .sdv-onepager .container-spacer,
    .sdv-onepager .container-spacer-sm {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.sdv-onepager .carousel-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.sdv-onepager .card-wrapper .container-spacer {
    padding-bottom: 0;
}

    .sdv-onepager .card-wrapper .container-spacer .par.col {
        margin-bottom: 2rem;
    }

.sdv-onepager .card-wrapper.with-image, .sdv-onepager .card-wrapper[class*=" bg-"],
.sdv-onepager .card-wrapper-masonry.with-image,
.sdv-onepager .card-wrapper-masonry[class*=" bg-"] {
    padding-left: 0;
    padding-right: 0;
}

.sdv-onepager .big-header-image {
    position: relative;
    overflow: hidden;
}

    .sdv-onepager .big-header-image .text-block {
        position: absolute;
        top: 35%;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .sdv-onepager .big-header-image .text-block > .image-bg-wrapper {
            width: 100%;
        }

            .sdv-onepager .big-header-image .text-block > .image-bg-wrapper > div {
                height: 100vh;
                overflow: hidden;
            }

                .sdv-onepager .big-header-image .text-block > .image-bg-wrapper > div > img {
                    height: 100%;
                    max-width: none;
                }

    .sdv-onepager .big-header-image .text-center {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 1rem;
        color: black;
    }

.sdv-onepager .content-block-wrapper,
.sdv-onepager .card-wrapper,
.sdv-onepager .downloads-wrapper,
.sdv-onepager .sharing-wrapper {
    margin-bottom: 0;
}

.sdv-onepager .slideshow-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .sdv-onepager .slideshow-wrapper .field--name-name {
        text-align: center;
    }

.sdv-onepager .sharing-wrapper {
    text-align: center;
}

    .sdv-onepager .sharing-wrapper ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.sdv-onepager .field--name-field-par-shared-content .content-block-wrapper .container-spacer-sm.nobg {
    padding-left: 15px;
    padding-right: 15px;
}

.sdv-onepager .paragraph--view-mode--onepager .field--name-field-par-shared-content .content-block-wrapper .container-spacer-sm.nobg {
    padding-left: 0;
    padding-right: 0;
}

.sdv-onepager .image-bg-wrapper {
    width: 100%;
}

.load-focuspoint.big-image > div.focuspoint > img {
    position: relative;
    max-height: 100%;
    max-width: 100%;
}

article.sdv-landingspagina.full .carousel-wrapper {
    margin-bottom: 1rem;
}

article.sdv-landingspagina.full .card-wrapper {
    margin-bottom: 0;
}

    article.sdv-landingspagina.full .card-wrapper .container-spacer {
        padding-bottom: 0;
    }

article.sdv-landingspagina.full .container > .row {
    margin-top: 1rem;
}

article.sdv-landingspagina.full .container .row #priority-sdv {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

article.sdv-landingspagina.full .container .row .links-wrapper .container-spacer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

article.sdv-landingspagina.full .container .row .downloads-wrapper .container-spacer {
    padding-left: 1rem;
    padding-right: 1rem;
}

article.sdv-landingspagina.full .container .row .downloads-wrapper .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    article.sdv-landingspagina.full .container .row .downloads-wrapper .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

article.sdv-landingspagina.full .col-lg-12 .row .col-lg-8 .news-wrapper .col-sm-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    article.sdv-landingspagina.full .col-lg-12 .row .col-lg-8 .news-wrapper .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

article.sdv-landingspagina.full .col-lg-12 .row .col-lg-8 .news-wrapper .col-sm-4 + .col-sm-4 + .col-sm-4 {
    display: none;
}

article.sdv-landingspagina.full .col-lg-12 .row .col-lg-8 .news-wrapper.rivm-style .col-sm-4 + .col-sm-4 + .col-sm-4 {
    display: block;
    margin-top: 2rem;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

article.sdv-nieuwsitem.full {
    margin-top: 1rem;
}

    article.sdv-nieuwsitem.full header {
        margin-top: 15px;
        font-size: 1.3rem;
    }

    article.sdv-nieuwsitem.full .submitted {
        margin-top: 15px;
    }

    article.sdv-nieuwsitem.full .image-nieuwsitem {
        margin-bottom: 1rem;
    }

    article.sdv-nieuwsitem.full aside hr {
        margin-top: 0;
    }

    article.sdv-nieuwsitem.full aside .links-wrapper .container-spacer {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    article.sdv-nieuwsitem.full .downloads-wrapper .container-spacer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

article.sdv-activity.full {
    margin-top: 1rem;
}

    article.sdv-activity.full .carousel-sdv {
        margin-bottom: 2rem;
    }

    article.sdv-activity.full .image-activity {
        margin-bottom: 1rem;
    }

    article.sdv-activity.full aside table td {
        border: 0;
        padding: 0 0.5rem;
        line-height: 2.5rem;
    }

        article.sdv-activity.full aside table td[class^='icon-'], article.sdv-activity.full aside table td[class*=' icon-'] {
            position: relative;
            padding-left: 1.7rem;
        }

            article.sdv-activity.full aside table td[class^='icon-']:before, article.sdv-activity.full aside table td[class*=' icon-']:before {
                position: absolute;
                left: 0;
                font-size: 1.5rem;
            }

.nieuws,
.documents {
    margin-top: 1rem;
}

@media (max-width: 991.98px) {
    .nieuws aside,
    .documents aside {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991.98px) {
    .nieuws aside h2,
    .documents aside h2 {
        display: none;
    }
}

.news-wrapper a {
    display: block;
}

.news-wrapper.rivm-style {
    margin-top: 0 !important;
}

    .news-wrapper.rivm-style .news-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 1rem;
        width: 100%;
    }

@media (max-width: 575.98px) {
    .news-wrapper.rivm-style .col-sm-4 {
        margin-bottom: 1rem;
    }
}

.news-wrapper.rivm-style .col-sm-4 a:hover {
    text-decoration: none;
}

.news-wrapper.rivm-style .col-sm-4 a:first-child .image-info {
    height: auto;
    padding: 1rem;
}

@media (max-width: 767.98px) {
    .news-wrapper.rivm-style .col-sm-4 a:nth-child(2) .image-info {
        padding-top: 20px;
    }
}

.news-wrapper.rivm-style .col-sm-4 .sr-only.morenews + a img {
    display: block;
}

.news-wrapper.rivm-style .col-sm-4 .sr-only.morenews + a .image-info {
    padding: 1rem;
    color: #ffffff;
    background-color: #777c00;
}

    .news-wrapper.rivm-style .col-sm-4 .sr-only.morenews + a .image-info a {
        color: #ffffff;
    }

        .news-wrapper.rivm-style .col-sm-4 .sr-only.morenews + a .image-info a:hover, .news-wrapper.rivm-style .col-sm-4 .sr-only.morenews + a .image-info a:focus {
            color: #ffffff;
        }

    .news-wrapper.rivm-style .col-sm-4 .sr-only.morenews + a .image-info:after {
        content: '';
    }

.news-wrapper.rivm-style .col-sm-4 a.newslist:first-child article.card.news {
    border-top: 2px solid #777c00;
}

.news-wrapper.rivm-style .col-sm-4 a.newslist article.card.news {
    border-bottom: 2px solid #777c00;
}

.news-wrapper.rivm-style .col-sm-4 a.newslist .image-info {
    color: inherit;
    background-color: inherit;
    padding: 10px 1.5rem 10px 0;
}

.news-wrapper.rivm-style .col-sm-4 a.newslist .card-body {
    height: auto;
}

    .news-wrapper.rivm-style .col-sm-4 a.newslist .card-body:after {
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        bottom: 10px;
        right: 0;
        font-size: 1.5rem;
        text-decoration: none;
        line-height: 1.1;
    }

.news-wrapper.rivm-style .col-sm-4 .card {
    margin-bottom: 0px;
}

    .news-wrapper.rivm-style .col-sm-4 .card.newsitem {
        height: 100%;
    }

        .news-wrapper.rivm-style .col-sm-4 .card.newsitem:hover {
            cursor: pointer;
        }

            .news-wrapper.rivm-style .col-sm-4 .card.newsitem:hover .card-title {
                text-decoration: underline;
            }

    .news-wrapper.rivm-style .col-sm-4 .card .card-media img {
        width: 100%;
        height: 100%;
        max-height: 216px;
    }

    .news-wrapper.rivm-style .col-sm-4 .card .card-media .image-info .card-title {
        color: inherit;
        font-weight: bold;
        font-size: 1.125rem;
        line-height: 1.5;
        margin-bottom: 0px;
    }

    .news-wrapper.rivm-style .col-sm-4 .card .card-body {
        height: auto;
    }

        .news-wrapper.rivm-style .col-sm-4 .card .card-body.first:after {
            font-family: 'icons';
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            vertical-align: middle;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            position: absolute;
            bottom: 10px;
            right: 1rem;
            font-size: 1.5rem;
            text-decoration: none;
        }

        .news-wrapper.rivm-style .col-sm-4 .card .card-body.first p {
            font-style: italic;
        }

            .news-wrapper.rivm-style .col-sm-4 .card .card-body.first p:after {
                content: "Verder lezen";
                font-family: inherit;
                font-style: normal;
                position: absolute;
                right: 3rem;
                bottom: 1rem;
                font-size: 1rem;
            }

html:lang(en) .news-wrapper.rivm-style .col-sm-4 .card .card-body.first p:after {
    content: "Read more";
}

.news-wrapper.rivm-style .col-sm-4 .card .card-footer.bg-brand-light {
    color: #000000;
    background-color: #d6d7b2;
}

    .news-wrapper.rivm-style .col-sm-4 .card .card-footer.bg-brand-light a {
        color: #000000;
    }

        .news-wrapper.rivm-style .col-sm-4 .card .card-footer.bg-brand-light a:hover, .news-wrapper.rivm-style .col-sm-4 .card .card-footer.bg-brand-light a:focus {
            color: #000000;
        }

.news-wrapper.rivm-style .icon-pijl-rechts {
    margin: 15px 0 0 15px;
}

.news-wrapper.standard {
    margin-left: 0px;
    margin-right: 0px;
}

    .news-wrapper.standard > .news-title {
        width: 100%;
    }

    .news-wrapper.standard > .row {
        width: calc(100% + 30px);
    }

    .news-wrapper.standard.icon-pijl-rechts {
        margin-top: 1rem;
    }

    .news-wrapper.standard .card {
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
    }

        .news-wrapper.standard .card:hover {
            cursor: pointer;
        }

            .news-wrapper.standard .card:hover .card-title {
                text-decoration: underline;
            }

        .news-wrapper.standard .card .card-media img {
            max-height: 190px;
            max-width: 385px;
        }

        .news-wrapper.standard .card .card-title {
            font-size: 1.125rem;
        }

        .news-wrapper.standard .card .card-body p {
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

    .news-wrapper.standard .featured .card .card-title {
        font-size: 1.75rem;
    }

    .news-wrapper.standard .featured:hover {
        text-decoration: none;
    }

.weblog {
    margin-top: 1rem;
}

    .weblog .results {
        margin-top: 1rem;
        font-size: 2rem;
    }

    .weblog aside.col-lg-4 hr.top {
        margin-top: 0;
    }

    .weblog a.icon-pijl-rechts {
        padding-left: 1.5rem;
        position: relative;
    }

        .weblog a.icon-pijl-rechts:before {
            position: absolute;
            left: 0px;
        }

    .weblog .form-group {
        padding: 0;
        background-color: transparent;
    }

        .weblog .form-group .form-submit {
            display: none;
        }

        .weblog .form-group .bef-links div:first-child {
            display: none;
        }

        .weblog .form-group .bef-links .bef-link-active {
            font-weight: bold;
            color: #154273;
        }

@media (max-width: 991.98px) {
    .weblog aside {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991.98px) {
    .weblog aside h2 {
        display: none;
    }
}

.blog-post {
    margin-top: 1rem;
}

    .blog-post .image-blog-post, .blog-post .profile-image {
        margin-bottom: 1rem;
    }

    .blog-post .profile-data {
        margin-bottom: 2rem;
    }

        .blog-post .profile-data a {
            margin-left: 0.5rem;
        }

        .blog-post .profile-data:before {
            margin-right: 0.5rem;
        }

    .blog-post .recent-blogs h2 {
        margin-bottom: 1rem;
    }

    .blog-post .recent-blogs .card-list {
        margin-bottom: 0;
    }

        .blog-post .recent-blogs .card-list footer {
            color: #535353;
        }

article.author.full .container .row {
    margin-top: 1rem;
}

@media (min-width: 576px) {
    article.author.full .container .row .col-lg-8 .card-wrapper.top .col,
    article.author.full .container .row .col-lg-8 .card-wrapper.bottom .col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

ol.webform-progress-bar {
    display: block;
}

    ol.webform-progress-bar li.webform-progress-bar__page:before {
        height: 25px;
        top: 2px;
        line-height: 25px;
        left: 30px;
    }

    ol.webform-progress-bar li.webform-progress-bar__page > b {
        padding: 0 0 0 60px;
    }

.form-item-keuzevakje,
.js-webform-radios-fieldset {
    background-color: #f3f3f3;
}

table.table-striped tr.odd .form-group {
    background-color: transparent;
}

input[type=number].form-range-output {
    height: inherit !important;
    line-height: inherit !important;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    margin: 8px 0;
    margin-left: 0;
}

    input[type="range"]:focus {
        outline: none;
    }

    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 4px;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0), 0px 0px 0px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px rgba(255, 255, 255, 0), 0px 0px 0px rgba(255, 255, 255, 0);
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #ffffff;
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
        border: 4px solid #777c00;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #ffffff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -8px;
    }

    input[type="range"]:focus::-webkit-slider-runnable-track {
        background: #ffffff;
    }

    input[type="range"]::-moz-range-track {
        width: 100%;
        height: 4px;
        cursor: pointer;
        box-shadow: 0px 0px 0px rgba(255, 255, 255, 0), 0px 0px 0px rgba(255, 255, 255, 0);
        background: #ffffff;
        border-radius: 0px;
        border: 0px solid #ffffff;
    }

    input[type="range"]::-moz-range-thumb {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
        border: 4px solid #777c00;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type="range"]::-ms-track {
        width: 100%;
        height: 4px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

input[type=range]::-ms-fill-lower {
    background: #f2f2f2;
    border: 0px solid #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0), 0px 0px 0px rgba(255, 255, 255, 0);
}

input[type=range]::-ms-fill-upper {
    background: #ffffff;
    border: 0px solid #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0), 0px 0px 0px rgba(255, 255, 255, 0);
}

input[type="range"]::-ms-thumb {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    border: 4px solid #777c00;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    height: 4px;
}

input[type="range"]:focus::-ms-fill-lower {
    background: #ffffff;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #ffffff;
}

input[type="range"] {
    width: 65%;
}

    input[type="range"]::-webkit-slider-runnable-track {
        width: 65%;
        height: 4px;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0), 0px 0px 0px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px rgba(255, 255, 255, 0), 0px 0px 0px rgba(255, 255, 255, 0);
        background: #ffffff;
        border-radius: 0px;
    }

    input[type="range"]::-webkit-slider-thumb {
        -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
        border: 4px solid #777c00;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #ffffff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -8px;
    }

    input[type="range"]:focus::-webkit-slider-runnable-track {
        background: #ffffff;
    }

    input[type="range"]::-moz-range-track {
        width: 65%;
        height: 4px;
        cursor: pointer;
        box-shadow: 0px 0px 0px rgba(255, 255, 255, 0), 0px 0px 0px rgba(255, 255, 255, 0);
        background: #ffffff;
        border-radius: 0px;
    }

    input[type="range"]::-moz-range-thumb {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
        border: 4px solid #777c00;
        height: 20px;
        width: 20px;
        border-radius: 50px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type="range"]::-ms-track {
        width: 65%;
        height: 4px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

input[type=range]::-ms-fill-lower {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0), 0px 0px 0px rgba(255, 255, 255, 0);
}

input[type=range]::-ms-fill-upper {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0), 0px 0px 0px rgba(255, 255, 255, 0);
}

input[type="range"]::-ms-thumb {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    border: 4px solid #777c00;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #ffffff;
    cursor: pointer;
    height: 4px;
}

input[type="range"]:focus::-ms-fill-lower {
    background: #ffffff;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #ffffff;
}

div.rateit.svg {
    width: 100%;
}

.webform-submission fieldset label {
    font-weight: 700;
}

    .webform-submission fieldset label:after {
        content: ':';
    }

.sdv-onderwerp-tabmenu ul {
    border-bottom: 2px solid #777c00;
    padding: 0;
}

    .sdv-onderwerp-tabmenu ul::after {
        display: block;
        clear: both;
        content: "";
    }

    .sdv-onderwerp-tabmenu ul li {
        border-radius: 4px 4px 0 0;
        background-clip: padding-box;
        float: left;
        display: block;
        list-style-type: none;
        margin-right: 2px;
        overflow: hidden;
    }

        .sdv-onderwerp-tabmenu ul li a {
            border: 1px solid #777c00;
            border-bottom: none;
            border-radius: 4px 4px 0 0;
            background-clip: padding-box;
            color: #000;
            line-height: 2;
            display: block;
            padding: 0 1em;
        }

            .sdv-onderwerp-tabmenu ul li a.active {
                color: #ffffff;
                background-color: #777c00;
            }

                .sdv-onderwerp-tabmenu ul li a.active a {
                    color: #ffffff;
                }

                    .sdv-onderwerp-tabmenu ul li a.active a:hover, .sdv-onderwerp-tabmenu ul li a.active a:focus {
                        color: #ffffff;
                    }

@media (max-width: 767.98px) {
    .sdv-onderwerp-tabmenu ul {
        border-bottom: none;
    }

        .sdv-onderwerp-tabmenu ul li {
            border-radius: 0;
            margin-right: 0;
            margin-bottom: 2px;
            width: 100%;
        }

            .sdv-onderwerp-tabmenu ul li a {
                border-radius: 0;
                width: 100%;
                border-bottom: 1px solid #777c00;
                font-size: 1.1em;
                line-height: 1.9;
            }
}

article.sdv-landingspagina .row.sdv-onderwerp-tabmenu + .row {
    margin-top: 0;
}

    article.sdv-landingspagina .row.sdv-onderwerp-tabmenu + .row .col-lg-12 .row {
        margin-top: 0;
    }

.sdv-onderwerp .container {
    margin-top: 1rem;
    overflow: hidden;
}

    .sdv-onderwerp .container .btn-primary, .sdv-onderwerp .container .onderwerpen.block-facets .glossaryaz.yes-results a, .onderwerpen.block-facets .glossaryaz.yes-results .sdv-onderwerp .container a {
        margin-bottom: 1rem;
    }

        .sdv-onderwerp .container .btn-primary:before, .sdv-onderwerp .container .onderwerpen.block-facets .glossaryaz.yes-results a:before, .onderwerpen.block-facets .glossaryaz.yes-results .sdv-onderwerp .container a:before {
            padding-right: 0px;
        }

.paragraph--type--par-related-content .nav-tabs {
    border-bottom: none;
    padding-left: 15px;
}

    .paragraph--type--par-related-content .nav-tabs li {
        margin-right: 3px;
    }

        .paragraph--type--par-related-content .nav-tabs li a {
            background: #777c00;
            color: #ffffff;
            display: inline-block;
            height: 30px;
            padding: 0 10px;
            line-height: 30px;
            text-decoration: none;
        }

            .paragraph--type--par-related-content .nav-tabs li a:hover, .paragraph--type--par-related-content .nav-tabs li a.active {
                background: #d6d7b2;
                color: #000000;
            }

        .paragraph--type--par-related-content .nav-tabs li.active a {
            background: #d6d7b2;
            color: #000000;
        }

.paragraph--type--par-related-content .view-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media (max-width: 767.98px) {
    .paragraph--type--par-related-content .view-content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 575.98px) {
    .paragraph--type--par-related-content .view-content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.paragraph--type--par-related-content .view-content .views-row {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

    .paragraph--type--par-related-content .view-content .views-row a {
        text-decoration: none;
    }

    .paragraph--type--par-related-content .view-content .views-row article {
        width: 100%;
        cursor: pointer;
    }

        .paragraph--type--par-related-content .view-content .views-row article:before {
            font-size: 2.5rem;
            margin-top: -12px;
        }

        .paragraph--type--par-related-content .view-content .views-row article h3 {
            color: inherit;
            font-size: 1rem;
            font-weight: 700;
        }

        .paragraph--type--par-related-content .view-content .views-row article .lead {
            font-size: 1rem;
        }

        .paragraph--type--par-related-content .view-content .views-row article div[class^="image-"],
        .paragraph--type--par-related-content .view-content .views-row article div.focuspoint {
            display: none;
        }

        .paragraph--type--par-related-content .view-content .views-row article #desktop-submenu,
        .paragraph--type--par-related-content .view-content .views-row article #mobile-submenu {
            display: none;
        }

        .paragraph--type--par-related-content .view-content .views-row article.downloads-wrapper {
            margin-bottom: 0;
            padding-left: 0;
        }

        .paragraph--type--par-related-content .view-content .views-row article .card-media {
            margin-right: 0px;
        }

        .paragraph--type--par-related-content .view-content .views-row article .card-media {
            display: none;
        }

.paragraph--type--par-related-content ul.pagination {
    border-top: 2px solid #d6d7b2;
}

    .paragraph--type--par-related-content ul.pagination .page-item .page-link {
        background: none;
        color: inherit;
        text-decoration: none;
    }

        .paragraph--type--par-related-content ul.pagination .page-item .page-link:hover {
            background: #e6e6e6;
            color: #000000;
        }

    .paragraph--type--par-related-content ul.pagination .page-item.active .page-link {
        background: #d6d7b2;
        color: #000000;
    }

.views-element-container div.view-onderwerp-inhoud,
.views-element-container div.view-onderwerp-media,
.views-element-container div.view-id-referenties {
    margin-top: 1rem;
}

    .views-element-container div.view-onderwerp-inhoud .card-list .card h3.card-title,
    .views-element-container div.view-onderwerp-inhoud .downloads-wrapper .card .file .file-name,
    .views-element-container div.view-onderwerp-media .card-list .card h3.card-title,
    .views-element-container div.view-onderwerp-media .downloads-wrapper .card .file .file-name,
    .views-element-container div.view-id-referenties .card-list .card h3.card-title,
    .views-element-container div.view-id-referenties .downloads-wrapper .card .file .file-name {
        font-size: 1.3rem;
    }

.tab-pane .views-element-container div.view-onderwerp-inhoud .card-list .card h3.card-title, .tab-pane
.views-element-container div.view-onderwerp-inhoud .downloads-wrapper .card .file .file-name, .tab-pane
.views-element-container div.view-onderwerp-media .card-list .card h3.card-title, .tab-pane
.views-element-container div.view-onderwerp-media .downloads-wrapper .card .file .file-name, .tab-pane
.views-element-container div.view-id-referenties .card-list .card h3.card-title, .tab-pane
.views-element-container div.view-id-referenties .downloads-wrapper .card .file .file-name {
    font-size: 1rem;
}

.views-element-container div.view-onderwerp-inhoud .card-list .card.news:before,
.views-element-container div.view-onderwerp-media .card-list .card.news:before,
.views-element-container div.view-id-referenties .card-list .card.news:before {
    font-size: 1.8rem;
    margin-right: 1rem;
    padding-right: 0;
    margin-top: -10px;
}

.views-element-container div.view-onderwerp-inhoud .card-media > img,
.views-element-container div.view-onderwerp-media .card-media > img,
.views-element-container div.view-id-referenties .card-media > img {
    display: none;
}

.layout-content .view-onderwerp-media article.downloads-wrapper hr.bottom {
    display: none;
}

.layout-content .view-onderwerp-media article.downloads-wrapper div.description {
    margin-bottom: 1rem;
}

.btn.back-btn {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .btn.back-btn {
        float: right;
        margin-top: -3rem;
    }
}

.downloads-wrapper ul.documentlist {
    padding-left: 0;
    margin-left: 0;
}

.document-page .carousel-sdv {
    margin-bottom: 2rem;
}

.document-page aside.col-lg-4 hr.top {
    margin-top: 0;
}

.document-page aside.col-lg-4 .document-metadata {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

a .document-page.teaser {
    margin-bottom: 1em;
    border-top: 2px solid #777c00;
    padding-top: 1em;
}

    a .document-page.teaser .document-metadata {
        padding-top: 0;
        padding-bottom: 0;
    }

        a .document-page.teaser .document-metadata p {
            text-decoration: none;
            color: #000;
        }

    a .document-page.teaser .content-dates {
        border-top: none;
        border-bottom: none;
    }

        a .document-page.teaser .content-dates::after {
            display: block;
            clear: both;
            content: "";
        }

        a .document-page.teaser .content-dates .content-date-created {
            float: right;
            padding-right: 0;
        }

a:hover .document-page.teaser .document-metadata p {
    text-decoration: none;
}

.onderwerpen {
    margin-bottom: 1rem;
}

    .onderwerpen.block-facets ul {
        padding-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .onderwerpen.block-facets ul :nth-child(28),
        .onderwerpen.block-facets ul :nth-child(29) {
            display: none;
        }

        .onderwerpen.block-facets ul.onderwerpen-overview {
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3;
            display: block;
            list-style-type: none;
            column-count: 3;
        }

@media (max-width: 767.98px) {
    .onderwerpen.block-facets ul.onderwerpen-overview {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 575.98px) {
    .onderwerpen.block-facets ul.onderwerpen-overview {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.onderwerpen.block-facets ul.onderwerpen-overview li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding-right: 15px;
}

.onderwerpen.block-facets ul.onderwerpen-overview :nth-child(28),
.onderwerpen.block-facets ul.onderwerpen-overview :nth-child(29) {
    display: inherit;
}

.onderwerpen.block-facets .glossaryaz {
    list-style: none;
    text-align: center;
    margin: 1rem 1rem 0 0;
    min-width: 1.5rem;
    min-height: 2rem;
    text-transform: capitalize;
    line-height: 2rem;
    font-weight: bold;
    padding: 0;
    font-family: sans-serif;
    font-size: 1.1em;
}

    .onderwerpen.block-facets .glossaryaz:first-child {
        min-width: 3rem;
    }

    .onderwerpen.block-facets .glossaryaz.yes-results {
        border: 0 none;
    }

        .onderwerpen.block-facets .glossaryaz.yes-results a {
            border: 0 none;
            display: block;
        }

    .onderwerpen.block-facets .glossaryaz.no-results {
        background: #eaeaea;
        border: 0 none;
        color: #aaaaaa;
    }

    .onderwerpen.block-facets .glossaryaz.is-active {
        border: 0 none;
    }

        .onderwerpen.block-facets .glossaryaz.is-active a {
            background: #d6d7b2;
            border: 0 none;
            color: #000000;
        }

.onderwerpen .results .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991.98px) {
    .onderwerpen .results .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.onderwerpen .results .row .item-list {
    width: 100%;
}

.onderwerpen .results .row h3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #777c00;
}

.afterburner > .paragraph--type--par-related-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .afterburner > .paragraph--type--par-related-content ul.nav-tabs.container {
        margin-top: 0px;
    }

.afterburner.bg-white > .paragraph--type--par-related-content, .afterburner:not([class*='bg-']) > .paragraph--type--par-related-content {
    padding-top: 0px;
    padding-bottom: 0px;
}

    .afterburner.bg-white > .paragraph--type--par-related-content ul.nav-tabs.container, .afterburner:not([class*='bg-']) > .paragraph--type--par-related-content ul.nav-tabs.container {
        margin-top: 15px;
    }

.paragraph--type--par-related-content .nav-tabs h2 {
    font-size: 1rem;
    line-height: 28px;
    margin-bottom: 0;
}

.view-onderwerp-inhoud ul.pager {
    list-style-type: none;
}

.locatie {
    margin-top: 1rem;
}

    .locatie .image-location {
        margin-bottom: 1rem;
    }

    .locatie .addresswrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .locatie .mapwrapper {
        height: 280px;
    }

        .locatie .mapwrapper h3.heading-location,
        .locatie .mapwrapper h4.heading-location,
        .locatie .mapwrapper h5.heading-location,
        .locatie .mapwrapper h6.heading-location {
            font-size: 1em;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 0;
        }

    .locatie aside.col-lg-4 > hr {
        margin-top: 0;
    }

@media (max-width: 991.98px) {
    .locatie aside.col-lg-4 {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

.publications-wrapper a.icon-pijl-rechts {
    text-decoration: none;
}

.publications-wrapper.with-background {
    padding-left: 1rem;
    padding-right: 1rem;
}

.publications-wrapper.nobg .view-publicaties ul li {
    border-bottom: 2px solid #777c00;
}

.publications-wrapper.nobg .view-publicaties .borderTop {
    border-top: 2px solid #777c00;
}

.publications-wrapper .view-publicaties .wrapper.borders {
    -webkit-box-align: strech;
    -webkit-align-items: strech;
    -ms-flex-align: strech;
    align-items: strech;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media (max-width: 767.98px) {
    .publications-wrapper .view-publicaties .wrapper.borders {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

        .publications-wrapper .view-publicaties .wrapper.borders .borderItem.last {
            display: none;
        }
}

@media (max-width: 575.98px) {
    .publications-wrapper .view-publicaties .wrapper.borders {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

        .publications-wrapper .view-publicaties .wrapper.borders .borderItem:first-child,
        .publications-wrapper .view-publicaties .wrapper.borders .borderItem.last {
            display: none;
        }
}

.col-lg-8 .publications-wrapper .view-publicaties .wrapper.borders {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media (max-width: 575.98px) {
    .col-lg-8 .publications-wrapper .view-publicaties .wrapper.borders {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.col-lg-8 .publications-wrapper .view-publicaties .wrapper.borders .borderItem.last {
    display: none;
}

.publications-wrapper .view-publicaties .borderTop {
    border-top: 2px solid;
}

.publications-wrapper .view-publicaties ul {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-left: 0px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

@media (max-width: 767.98px) {
    .publications-wrapper .view-publicaties ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 575.98px) {
    .publications-wrapper .view-publicaties ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.col-lg-8 .publications-wrapper .view-publicaties ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media (max-width: 575.98px) {
    .col-lg-8 .publications-wrapper .view-publicaties ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.publications-wrapper .view-publicaties ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 2px solid;
    border-color: inherit;
    padding-bottom: .5rem;
    width: 100%;
    margin-top: .5rem;
}

    .publications-wrapper .view-publicaties ul li a {
        font-weight: bold;
        font-size: 1.125rem;
        text-decoration: none;
        display: -ms-inline-grid;
        display: inline-grid;
        padding-right: 9%;
        width: 100%;
        position: relative;
    }

        .publications-wrapper .view-publicaties ul li a:after {
            content: '';
            font-family: icons;
            font-size: 1.6rem;
            line-height: 1;
            position: absolute;
            right: 0;
        }

        .publications-wrapper .view-publicaties ul li a:hover {
            text-decoration: underline;
        }

            .publications-wrapper .view-publicaties ul li a:hover:after {
                text-decoration: underline;
            }

            .publications-wrapper .view-publicaties ul li a:hover:after {
                text-decoration: none;
            }

main.container iframe.embed-responsive-item {
    margin-top: 2em;
}

main.fullscreen .layout-content::after {
    display: block;
    clear: both;
    content: "";
}

main.fullscreen .layout-content iframe.embed-responsive-item {
    float: left;
}

main.fullscreen .layout-content > *:last-child {
    margin-bottom: 0;
}

iframe.webapp {
    height: 100vh !important;
}

a#main-content + div:not(.tab-wrapper).container-spacer-sm:not(.with-background):first-child,
a#main-content + div:not(.tab-wrapper) .container-spacer-sm:not(.with-background):first-child {
    padding-top: 0;
}

a#main-content + div:not(.tab-wrapper).container-spacer-sm:not(.with-background).linkblock, a#main-content + div:not(.tab-wrapper).container-spacer-sm:not(.with-background).singlecard,
a#main-content + div:not(.tab-wrapper) .container-spacer-sm:not(.with-background).linkblock,
a#main-content + div:not(.tab-wrapper) .container-spacer-sm:not(.with-background).singlecard {
    padding-top: 0;
}

a#main-content + div:not(.tab-wrapper).container-spacer-sm:not(.with-background) .carousel-slider,
a#main-content + div:not(.tab-wrapper) .container-spacer-sm:not(.with-background) .carousel-slider {
    margin-top: 0;
}

a#main-content + div:not(.tab-wrapper).anchor-list {
    margin-top: 0;
    padding-top: 1rem;
}

    a#main-content + div:not(.tab-wrapper).anchor-list ul {
        margin-top: 0;
    }

a#main-content + div:not(.tab-wrapper).paragraph div .container .row:first-child,
a#main-content + div:not(.tab-wrapper).paragraph div div.links-wrapper:first-child hr,
a#main-content + div:not(.tab-wrapper).links-wrapper hr,
a#main-content + div:not(.tab-wrapper).container div.row:first-child,
a#main-content + div:not(.tab-wrapper) .container-spacer-sm div.row:first-child {
    margin-top: 0;
}

a#main-content + div:not(.tab-wrapper).carousel-wrapper {
    padding-top: 0;
}

a#main-content + div:not(.tab-wrapper).card-wrapper.with-image .container-spacer-sm, a#main-content + div:not(.tab-wrapper).card-wrapper[class*=" bg-"] .container-spacer-sm {
    padding-top: 1rem;
}

article .col-lg-12 .col-lg-12,
article .col-lg-12 .col-lg-8 {
    margin-top: 1rem;
}

aside.col-lg-4 > hr {
    margin-top: 1rem;
}

article.sdv-activity.full aside.col-lg-4 > hr,
article.bibcite-reference aside.col-lg-4 > hr {
    margin-top: 0;
}

aside.col-lg-4 div.contentblock:first-child,
aside.col-lg-4 div.linkblock:first-child {
    padding-top: 0;
}

aside.col-lg-4 div.video-wrapper:first-child div.container .block-audio-video:first-child {
    margin-top: -1rem;
}

aside.col-lg-4 div.container:first-child a.skip-link + span + iframe {
    margin-top: -1rem;
}

aside.col-lg-4 div.container:first-child h2.iframe-title + a.skip-link + span + iframe {
    margin-top: 0;
}

aside.col-lg-4 .contentblock {
    padding-left: 0;
    padding-right: 0;
}

aside.col-lg-4 .nav-pills {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

    aside.col-lg-4 .nav-pills .nav-item {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

iframe {
    max-width: 100%;
}

.views-element-container .sharing-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

article.bibcite-reference {
    margin-top: 1rem;
}

    article.bibcite-reference .content-dates dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0px;
    }

        article.bibcite-reference .content-dates dl dt {
            margin-right: 5px;
            font-weight: normal;
        }

        article.bibcite-reference .content-dates dl dd {
            margin-bottom: 0px;
        }

    article.bibcite-reference .abstract {
        padding: 1rem;
        border-bottom: 2px solid #777c00;
        margin-bottom: 1rem;
    }

    article.bibcite-reference .sub-items h2 {
        font-size: 1rem;
        font-weight: bold;
        padding: 5px 5px 5px 1rem;
        margin-bottom: 0px;
    }

    article.bibcite-reference .sub-items dl {
        margin-bottom: 0px;
    }

        article.bibcite-reference .sub-items dl dt:nth-of-type(odd),
        article.bibcite-reference .sub-items dl dd:nth-of-type(odd) {
            background-color: #ebebd9;
        }

        article.bibcite-reference .sub-items dl dt {
            padding: 5px 5px 5px 1rem;
        }

        article.bibcite-reference .sub-items dl dd {
            padding: 5px;
        }

        article.bibcite-reference .sub-items dl dt,
        article.bibcite-reference .publication dl dt {
            font-weight: normal;
        }

        article.bibcite-reference .sub-items dl dt,
        article.bibcite-reference .sub-items dl dd,
        article.bibcite-reference .publication dl dt,
        article.bibcite-reference .publication dl dd {
            display: inline-block;
            vertical-align: middle;
            width: 50%;
            margin-bottom: 0px;
        }

@media (max-width: 991.98px) {
    article.bibcite-reference aside {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1rem;
    }
}

article.bibcite-reference aside .bibcite-image,
article.bibcite-reference aside .authors,
article.bibcite-reference aside .links {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.selected {
    background-color: blue;
}

/*# sourceMappingURL=moss-green.css.map */
