/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.plyr {
    position: relative;
    max-width: 100%;
    min-width: 200px;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
    direction: ltr;
}
.plyr,
.plyr *,
.plyr ::after,
.plyr ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.plyr:focus {
    outline: 0;
}
.plyr audio,
.plyr video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit;
}
.plyr input[type="range"] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: none;
    background: 0 0;
}
.plyr input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none;
}
.plyr input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -4px;
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition:
        background 0.2s ease,
        border 0.2s ease,
        -webkit-transform 0.2s ease;
    transition:
        background 0.2s ease,
        border 0.2s ease,
        -webkit-transform 0.2s ease;
    transition:
        background 0.2s ease,
        border 0.2s ease,
        transform 0.2s ease;
    transition:
        background 0.2s ease,
        border 0.2s ease,
        transform 0.2s ease,
        -webkit-transform 0.2s ease;
    -webkit-box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.plyr input[type="range"]::-moz-range-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -moz-user-select: none;
    user-select: none;
}
.plyr input[type="range"]::-moz-range-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition:
        background 0.2s ease,
        border 0.2s ease,
        -webkit-transform 0.2s ease;
    transition:
        background 0.2s ease,
        border 0.2s ease,
        -webkit-transform 0.2s ease;
    transition:
        background 0.2s ease,
        border 0.2s ease,
        transform 0.2s ease;
    transition:
        background 0.2s ease,
        border 0.2s ease,
        transform 0.2s ease,
        -webkit-transform 0.2s ease;
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
.plyr input[type="range"]::-ms-track {
    height: 8px;
    background: 0 0;
    border: 0;
    color: transparent;
}
.plyr input[type="range"]::-ms-fill-upper {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
}
.plyr input[type="range"]::-ms-fill-lower {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
    background: #3498db;
}
.plyr input[type="range"]::-ms-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    -webkit-transition:
        background 0.2s ease,
        border 0.2s ease,
        -webkit-transform 0.2s ease;
    transition:
        background 0.2s ease,
        border 0.2s ease,
        -webkit-transform 0.2s ease;
    transition:
        background 0.2s ease,
        border 0.2s ease,
        transform 0.2s ease;
    transition:
        background 0.2s ease,
        border 0.2s ease,
        transform 0.2s ease,
        -webkit-transform 0.2s ease;
    box-shadow:
        0 1px 1px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    margin-top: 0;
}
.plyr input[type="range"]::-ms-tooltip {
    display: none;
}
.plyr input[type="range"]:focus {
    outline: 0;
}
.plyr input[type="range"]::-moz-focus-outer {
    border: 0;
}
.plyr input[type="range"].tab-focus:focus {
    outline-offset: 3px;
}
.plyr input[type="range"]:active::-webkit-slider-thumb {
    background: #3498db;
    border-color: #fff;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.plyr input[type="range"]:active::-moz-range-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25);
}
.plyr input[type="range"]:active::-ms-thumb {
    background: #3498db;
    border-color: #fff;
    transform: scale(1.25);
}
.plyr--video input[type="range"].tab-focus:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5);
}
.plyr--audio input[type="range"].tab-focus:focus {
    outline: 1px dotted rgba(86, 93, 100, 0.5);
}
.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
}
.plyr__video-wrapper {
    position: relative;
    background: #000;
    border-radius: inherit;
}
.plyr__video-embed {
    padding-bottom: 56.25%;
    height: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0;
}
.plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.plyr__video-embed > div {
    position: relative;
    padding-bottom: 200%;
    -webkit-transform: translateY(-35.95%);
    transform: translateY(-35.95%);
}
.plyr .plyr__video-embed iframe {
    pointer-events: none;
}
.plyr video::-webkit-media-text-track-container {
    display: none;
}
.plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}
.plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 150%;
}
.plyr__captions span:empty {
    display: none;
}
.plyr--captions-active .plyr__captions {
    display: block;
}
.plyr--hide-controls .plyr__captions {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.plyr ::-webkit-media-controls {
    display: none;
}
.plyr__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    pointer-events: none;
}
.plyr__controls > * {
    pointer-events: all;
}
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > button {
    margin-left: 5px;
}
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls > button:first-child {
    margin-left: 0;
}
.plyr__controls .plyr__volume {
    margin-left: 5px;
}
.plyr__controls [data-plyr="pause"] {
    margin-left: 0;
}
.plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: 0 0;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition:
        background 0.3s ease,
        color 0.3s ease,
        opacity 0.3s ease;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        opacity 0.3s ease;
    color: inherit;
}
.plyr__controls button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
}
.plyr__controls button:focus {
    outline: 0;
}
.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
    display: none;
}
.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
}
.plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 50px 10px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: #3498db;
    color: #fff;
}
.plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: #fff;
    border: 1px solid #dbe3e8;
    color: #565d64;
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover {
    background: #3498db;
    color: #fff;
}
.plyr__play-large {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    background: #3498db;
    border: 4px solid currentColor;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor;
}
.plyr__play-large:focus {
    outline: 1px dotted rgba(255, 255, 255, 0.5);
}
.plyr .plyr__play-large {
    display: inline-block;
}
.plyr--audio .plyr__play-large {
    display: none;
}
.plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden;
}
.plyr--playing .plyr__controls [data-plyr="play"],
.plyr__controls [data-plyr="pause"] {
    display: none;
}
.plyr--playing .plyr__controls [data-plyr="pause"] {
    display: inline-block;
}
.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
    display: block;
}
.plyr--captions-active .plyr__controls .icon--captions-on + svg,
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg {
    display: none;
}
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"] {
    display: none;
}
.plyr--captions-enabled [data-plyr="captions"],
.plyr--fullscreen-enabled [data-plyr="fullscreen"] {
    display: inline-block;
}
.plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    -webkit-transform: translate(-50%, 10px) scale(0.8);
    transform: translate(-50%, 10px) scale(0.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition:
        opacity 0.2s 0.1s ease,
        -webkit-transform 0.2s 0.1s ease;
    transition:
        opacity 0.2s 0.1s ease,
        -webkit-transform 0.2s 0.1s ease;
    transition:
        transform 0.2s 0.1s ease,
        opacity 0.2s 0.1s ease;
    transition:
        transform 0.2s 0.1s ease,
        opacity 0.2s 0.1s ease,
        -webkit-transform 0.2s 0.1s ease;
}
.plyr__tooltip::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.7);
    border-left: 4px solid transparent;
    z-index: 2;
}
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}
.plyr button:hover .plyr__tooltip {
    z-index: 3;
}
.plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px;
}
.plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    -webkit-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
.plyr__progress {
    position: relative;
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.plyr__progress input[type="range"] {
    position: relative;
    z-index: 2;
}
.plyr__progress input[type="range"]::-webkit-slider-runnable-track {
    background: 0 0;
}
.plyr__progress input[type="range"]::-moz-range-track {
    background: 0 0;
}
.plyr__progress input[type="range"]::-ms-fill-upper {
    background: 0 0;
}
.plyr__progress .plyr__tooltip {
    left: 0;
}
.plyr .plyr__progress {
    display: inline-block;
}
.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 100px;
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
    background: 0 0;
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px;
}
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px;
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    border-radius: 100px;
}
.plyr__progress--played,
.plyr__volume--display {
    z-index: 1;
    color: #3498db;
    background: 0 0;
    -webkit-transition: none;
    transition: none;
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    transition: none;
}
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: none;
    transition: none;
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
    display: none;
}
.plyr__progress--buffer::-webkit-progress-value {
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.plyr__progress--buffer::-moz-progress-bar {
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.plyr__progress--buffer::-ms-fill {
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
    background: rgba(255, 255, 255, 0.25);
}
.plyr--video .plyr__progress--buffer {
    color: rgba(255, 255, 255, 0.25);
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background: rgba(198, 214, 219, 0.66);
}
.plyr--audio .plyr__progress--buffer {
    color: rgba(198, 214, 219, 0.66);
}
.plyr--loading .plyr__progress--buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(0, 0, 0, 0.15) 50%,
        rgba(0, 0, 0, 0.15) 75%,
        transparent 75%,
        transparent
    );
    color: transparent;
}
.plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198, 214, 219, 0.66);
}
.plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.plyr__time + .plyr__time {
    display: none;
}
.plyr__time + .plyr__time::before {
    content: "\2044";
    margin-right: 10px;
}
.plyr__volume {
    display: none;
}
.plyr .plyr__volume {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.plyr .plyr__volume input[type="range"] {
    position: relative;
    z-index: 2;
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr="mute"] {
    display: none !important;
}
.plyr--fullscreen-active {
    height: 100%;
    width: 100%;
    background: #000;
    border-radius: 0 !important;
}
.plyr--fullscreen-active video {
    height: 100%;
}
.plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}
.plyr--fullscreen-active .plyr__video-embed {
    overflow: visible;
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.plyr--fullscreen-fallback.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body,
html {
    height: 100%;
}
html {
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    color: #333;
    font-family: Georgia, serif;
    font-size: 0.875rem;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size-adjust: auto;
    min-width: 320px;
}
html:not(.bitter--loaded) body {
    font-weight: 500;
}
.bitter--loaded body {
    font-family: Bitter, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, sans-serif;
    font-weight: 500;
    margin: 0;
}
html:not(.montserrat--loaded) h1,
html:not(.montserrat--loaded) h2,
html:not(.montserrat--loaded) h3,
html:not(.montserrat--loaded) h4,
html:not(.montserrat--loaded) h5,
html:not(.montserrat--loaded) h6 {
    letter-spacing: 0.8px;
}
.montserrat--loaded h1,
.montserrat--loaded h2,
.montserrat--loaded h3,
.montserrat--loaded h4,
.montserrat--loaded h5,
.montserrat--loaded h6 {
    font-family: Montserrat, sans-serif;
}
html:not(.montserrat--loaded) h1,
html:not(.montserrat--loaded) h2,
html:not(.montserrat--loaded) h3,
html:not(.montserrat--loaded) h4,
html:not(.montserrat--loaded) h5,
html:not(.montserrat--loaded) h6 {
    font-weight: 700;
    letter-spacing: 0;
}
h1 {
    font-size: 1.75rem;
    line-height: 1.2381;
}
h2 {
    font-size: 1.25rem;
    line-height: 1.21429;
}
h3,
h4,
h5,
h6 {
    font-size: 1rem;
    line-height: 1.33333;
}
p {
    margin: 0;
}
blockquote,
q {
    font-style: italic;
    margin: 0;
    padding-left: 30px;
}
a {
    text-decoration: none;
}
[class*=" button--"],
[class^="button--"],
input[type="submit"] {
    font-family: Arial, sans-serif;
    line-height: 1.25;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 12px 22px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
html:not(.montserrat--loaded) [class*=" button--"],
html:not(.montserrat--loaded) [class^="button--"],
html:not(.montserrat--loaded) input[type="submit"] {
    letter-spacing: 0.8px;
}
.montserrat--loaded [class*=" button--"],
.montserrat--loaded [class^="button--"],
.montserrat--loaded input[type="submit"] {
    font-family: Montserrat, sans-serif;
}
input[type="submit"] {
    border-radius: 4px;
}
ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
dd,
dl,
dt {
    margin: 0;
}
img,
picture {
    display: block;
    max-width: 100%;
    height: auto;
}
svg {
    display: block;
}
label {
    font-family: Arial, sans-serif;
    font-weight: 500;
    display: block;
}
html:not(.montserrat--loaded) label {
    letter-spacing: 0.8px;
}
.montserrat--loaded label {
    font-family: Montserrat, sans-serif;
}
html:not(.montserrat--loaded) label {
    font-weight: 700;
    letter-spacing: 0;
}
[type="email"],
[type="number"],
[type="tel"],
[type="text"],
[type="url"],
select,
textarea {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(51, 51, 51, 0.2);
    box-shadow: inset 0 2px 4px 0 rgba(51, 51, 51, 0.2);
    border: solid 1px rgba(51, 51, 51, 0.2);
    border-radius: 0;
    font-size: 1rem;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Arial, sans-serif;
    font-weight: 500;
}
html:not(.montserrat--loaded) [type="email"],
html:not(.montserrat--loaded) [type="number"],
html:not(.montserrat--loaded) [type="tel"],
html:not(.montserrat--loaded) [type="text"],
html:not(.montserrat--loaded) [type="url"],
html:not(.montserrat--loaded) select,
html:not(.montserrat--loaded) textarea {
    letter-spacing: 0.8px;
}
.montserrat--loaded [type="email"],
.montserrat--loaded [type="number"],
.montserrat--loaded [type="tel"],
.montserrat--loaded [type="text"],
.montserrat--loaded [type="url"],
.montserrat--loaded select,
.montserrat--loaded textarea {
    font-family: Montserrat, sans-serif;
}
html:not(.montserrat--loaded) [type="email"],
html:not(.montserrat--loaded) [type="number"],
html:not(.montserrat--loaded) [type="tel"],
html:not(.montserrat--loaded) [type="text"],
html:not(.montserrat--loaded) [type="url"],
html:not(.montserrat--loaded) select,
html:not(.montserrat--loaded) textarea {
    font-weight: 700;
    letter-spacing: 0;
}
[type="email"],
[type="number"],
[type="tel"],
[type="text"],
[type="url"],
textarea {
    padding: 12px 22px;
}
select {
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
}
select::-ms-expand {
    display: none;
}
textarea {
    resize: vertical;
}
table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
td,
th,
tr {
    vertical-align: middle;
}
th {
    text-align: left;
}
.hide {
    display: none;
    visibility: hidden;
}
.sr-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.sr-text:focus {
    clip: auto !important;
    display: block;
    width: auto;
    height: auto;
    left: 5px;
    top: 5px;
    z-index: 100000;
}
.cf::after {
    clear: both;
    content: "";
    display: table;
}
.valign-p {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}
.valign-c {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.objectfit .fit-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.no-objectfit .fit-image {
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.svg-offset {
    overflow: hidden;
}
.svg-offset svg {
    margin-bottom: -2px;
}
html.menu--open {
    overflow: hidden;
}
.container {
    max-width: 1210px;
    padding: 0 30px;
    margin: 0 auto;
}
[class^="content--"] {
    margin-top: 2.5rem;
}
.wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.main {
    display: table-row;
    max-width: 100%;
    height: 100%;
}
.footer,
.header {
    display: table-row;
    max-width: 100%;
    height: 1px;
}
.styled-text blockquote:not(:last-child),
.styled-text ol:not(:last-child),
.styled-text p:not(:last-child),
.styled-text ul:not(:last-child) {
    margin-bottom: 1.25rem;
}
.styled-text a {
    color: #7abcb1;
    text-decoration: underline;
    text-decoration-ink: skip;
}
.button--line-dark {
    color: #333;
}
.button--line-dark path {
    fill: #333 !important;
}
.button--filled-white,
.button--line-light {
    color: #fff;
}
.button--filled-white path,
.button--line-light path {
    fill: #fff !important;
}
.button--filled-blue {
    background-color: #23616d;
}
.button--filled-white {
    background-color: #fff;
    color: #23616d;
}
.button--filled-white path {
    fill: #23616d !important;
}
.button--icon-right {
    padding-right: 54px;
}
.button--icon-left {
    padding-left: 54px;
}
[class*=" button__icon--"],
[class^="button__icon--"] {
    opacity: 0;
}
[class*=" button--solid"],
[class^="button--solid"] {
    font-weight: 500;
    font-size: 1rem;
    color: #1a1200;
    text-transform: none;
    border-radius: 4px;
}
.button--solid-yellow {
    background-color: #ecbf00;
}
.button--solid-white {
    background-color: #fff;
}
.button--link {
    background-color: transparent;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}
.styled-text li {
    padding-left: 30px;
}
img.lazyload,
img.lazyloading {
    opacity: 0;
}
img.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.gfield {
    margin-bottom: 2.5rem;
    position: relative;
}
.gfield_label {
    color: rgba(51, 51, 51, 0.3);
    position: absolute;
    top: 6px;
    left: 22px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.gfield--active .gfield_label {
    color: #fff;
    top: -32px;
    left: 0;
}
.gfield_html a {
    color: #fff;
    text-decoration: underline;
    text-decoration-ink: skip;
}
.gform_title {
    font-size: 1.25rem;
    line-height: 1.21429;
    margin-bottom: 0.625rem;
}
.gform_heading {
    text-align: center;
    padding-bottom: 1.25rem;
}
.gform_heading .gform_description {
    font-size: 1.125rem;
    line-height: 1.5;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 1.25rem;
}
.gform_body {
    padding-top: 1.25rem;
    margin-bottom: 2.5rem;
}
.gfield_required {
    display: none;
}
.validation_error,
.validation_message {
    background-color: #ecbf00;
    padding: 5px 10px;
}
.validation_error {
    margin-bottom: 1.25rem;
}
.gfield_description {
    font-size: 0.8125rem;
    line-height: 1.5;
    padding-top: 5px;
}
.gfield_error [type="email"],
.gfield_error [type="tel"],
.gfield_error [type="text"],
.gfield_error textarea {
    border-color: #ecbf00;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}
.gform_footer {
    float: left;
    position: relative;
    clear: both;
}
.gform_footer:after,
.gform_footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 4px;
}
.gform_footer:before {
    background-color: #fff;
    width: 100%;
}
.gform_footer:after {
    background-color: #ecbf00;
    width: 0;
}
.gform_button {
    background-color: transparent;
    color: #23616d;
    position: relative;
    z-index: 1;
}
.gfield_checkbox li,
.gfield_radio li {
    position: relative;
    padding-left: 30px;
}
.gfield_checkbox input,
.gfield_radio input {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0.375rem;
    left: 0;
}
.gfield_checkbox label,
.gfield_radio label {
    font-weight: 400;
}
.clear-multi {
    margin: 0 -5px;
}
.clear-multi::after {
    clear: both;
    content: "";
    display: table;
}
.clear-multi > div {
    float: left;
    width: 33.33333%;
    padding: 0 5px;
}
.header {
    background-color: #7abcb1;
}
.header__outer {
    position: relative;
}
.header__inner {
    background-color: #fff;
    font-family: Arial, sans-serif;
    padding: 23px 0;
    position: relative;
    z-index: 5;
}
html:not(.montserrat--loaded) .header__inner {
    letter-spacing: 0.8px;
}
.montserrat--loaded .header__inner {
    font-family: Montserrat, sans-serif;
}
.logo--header {
    float: left;
}
.logo__link {
    display: block;
    width: 127px;
    height: 54px;
}
[class^="toggler--"] {
    background-color: transparent;
    border: 0;
    width: 40px;
    height: 54px;
    padding: 0;
    margin-left: 20px;
    position: relative;
    float: right;
}
[class^="toggler--"]:before {
    content: none;
}
.toggler__line {
    background-color: #23616d;
    border-radius: 10px;
    width: 30px;
    height: 3px;
    margin-top: -1px;
    margin-left: -15px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.toggler__line:nth-child(1) {
    margin-top: -9px;
}
.toggler__line:nth-child(4) {
    margin-top: 7px;
}
[class^="toggler__icon--"] {
    width: 28px;
    height: 28px;
    margin: 0 auto;
}
[class^="toggler__icon--"] path {
    fill: #23616d !important;
}
body:not(.search) [aria-expanded="true"] .toggler__icon--open {
    display: none;
}
.toggler__icon--close {
    display: none;
}
body:not(.search) [aria-expanded="true"] .toggler__icon--close {
    display: block;
}
.donate__link {
    float: right;
    padding-right: 5px;
    margin-top: 5px;
}
.header-menu__swoosh {
    background-color: #fff;
}
.main-menu {
    background-color: #fff;
    padding: 20px 30px;
}
.main-menu__item--donate {
    padding: 20px 0;
}
.main-menu__link {
    font-weight: 500;
    color: #23616d;
    font-size: 1rem;
    line-height: 1.5;
    text-transform: uppercase;
    display: block;
    padding: 15px 0;
}
.utility-menu {
    padding: 0 30px 100px 30px;
}
.utility-menu__link {
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.23077;
    display: block;
    padding: 12px 0;
}
.login-link__link {
    position: relative;
    padding-left: 24px;
}
.login-link__icon {
    margin-top: -12px;
    position: absolute;
    top: 50%;
    left: -6px;
}
.page-header {
    background-color: #c9e4df;
    color: #23616d;
    padding-bottom: 13.75em;
    position: relative;
    overflow: hidden;
}
.page-header .container {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.page-header--image {
    height: 30rem;
    color: #fff;
}
.page-header--no-image {
    height: 20rem;
}
.page-header--intro {
    height: 30rem;
}
.page-header__inner {
    position: relative;
    z-index: 2;
    width: 100%;
}
.page-header__title {
    font-size: 2rem;
    max-width: 950px;
    margin-bottom: 20px;
}
.page-header__intro {
    max-width: 575px;
    font-size: 1rem;
}
.page-header__date {
    margin-bottom: 20px;
}
.page-header__visual {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-header__visual:after {
    content: "";
    background-color: rgba(51, 51, 51, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-header__swoosh {
    min-width: 100%;
    width: auto;
    height: 300px;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 1;
}
.page-header__actions {
    text-align: center;
    padding-top: 30px;
}
.page-header__action {
    width: 100%;
    max-width: 300px;
}
.cookiebar {
    display: none;
    background-color: #23616d;
    font-size: 0.75rem;
    line-height: 1.25;
    position: relative;
    text-align: center;
    z-index: 5;
    padding: 15px 0;
}
.cookiebar,
.cookiebar a {
    color: #fff;
}
.cookiebar__text {
    margin-bottom: 10px;
}
[class*=" cookiebar__button"] {
    margin-left: 20px;
    padding: 6px 11px;
    font-size: 0.875rem;
}
[class*=" cookiebar__button"].button--link {
    padding: 6px 0;
}
.video-placeholder [class*=" cookiebar__button"] {
    margin-left: 0;
}
.cookiebar__link,
.video-placeholder__link {
    border-bottom: solid 1px currentColor;
    display: inline-block;
}
.video-placeholder {
    border-radius: 4px;
    background: #c9e4df url(https://www.vriendenvandehoop.nl/assets/stylesheets/../images/swoosh-quote.svg) no-repeat
        left bottom;
    background-size: 100% auto;
    font-size: 0.75rem;
    line-height: 1.25;
    position: relative;
}
.video-placeholder,
.video-placeholder a {
    color: #333;
}
.video-placeholder a {
    display: inline-block;
}
.video-placeholder__inner {
    height: 0;
    padding-bottom: 60%;
}
.video-placeholder__text {
    padding: 30px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.video-placeholder__actions {
    padding-top: 20px;
}
.search-form {
    background-color: #fff;
    padding: 20px 0;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition:
        transform 0.35s ease,
        -webkit-transform 0.35s ease;
    z-index: 3;
}
.search-form[aria-hidden="true"] {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.search-form[aria-hidden="false"] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.search-form__inner {
    position: relative;
}
.search-submit,
.search-toggler {
    background-color: transparent;
    border: 0;
    padding: 15px 10px;
}
.search-toggler {
    margin-right: -10px;
}
.search-submit {
    position: absolute;
    bottom: 0;
    right: -10px;
}
.search-input__input {
    border: 0;
    font-size: 1.75rem;
    font-family: Arial, sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.25rem;
    float: left;
    width: 100%;
    padding: 14px 80px 14px 0;
}
html:not(.montserrat--loaded) .search-input__input {
    letter-spacing: 0.8px;
}
.montserrat--loaded .search-input__input {
    font-family: Montserrat, sans-serif;
}
.search-input__input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.3);
}
.search-input__input:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.3);
}
.search-input__input::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.3);
}
.search-input__input::placeholder {
    color: rgba(51, 51, 51, 0.3);
}
body:not(.search) [aria-expanded="true"] .search-toggler__icon--open {
    display: none;
}
.search-toggler__icon--close {
    display: none;
}
body:not(.search) [aria-expanded="true"] .search-toggler__icon--close {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
}
.search-toggler__icon--close .toggler__line {
    background-color: #757575;
    width: 20px;
    height: 2px;
    margin-left: -10px;
}
.block--meta .container__inner {
    background-color: #c9e4df;
    padding: 30px;
}
.meta__key {
    font-family: Arial, sans-serif;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}
html:not(.montserrat--loaded) .meta__key {
    letter-spacing: 0.8px;
}
.montserrat--loaded .meta__key {
    font-family: Montserrat, sans-serif;
}
html:not(.montserrat--loaded) .meta__key {
    font-weight: 700;
    letter-spacing: 0;
}
.meta__value:not(:last-child) {
    margin-bottom: 0.625rem;
}
.meta__link {
    color: #333;
    text-decoration: underline;
}
[class^="archive__link"] {
    border-bottom: solid 2px rgba(51, 51, 51, 0.1);
    display: block;
    color: #333;
    padding: 35px 84px 35px 30px;
    min-height: 140px;
    position: relative;
    overflow: hidden;
}
[class^="archive__link"]:before {
    content: "";
    background-color: #ecbf00;
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -4px;
    z-index: 2;
}
.archive__content {
    position: relative;
    z-index: 1;
}
.archive__title {
    font-size: 1rem;
    line-height: 1.33333;
}
.archive__date {
    display: block;
}
.archive__icon {
    margin-top: -12px;
    position: absolute;
    top: 50%;
    right: -54px;
}
.archive__type {
    background-color: #c9e4df;
    padding: 0 10px;
    font-family: Arial, sans-serif;
    font-size: 0.8125rem;
    display: inline-block;
    margin-bottom: 0.625rem;
    border-radius: 4px;
}
html:not(.montserrat--loaded) .archive__type {
    letter-spacing: 0.8px;
}
.montserrat--loaded .archive__type {
    font-family: Montserrat, sans-serif;
}
.archive__date,
.archive__text {
    padding-top: 0.625rem;
}
.archive__visual {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.no-objectfit .archive-image__image {
    max-width: 24;
}
[class^="block--"] {
    margin-bottom: 3.75rem;
}
[class^="block--"]:last-child {
    margin-bottom: 3.75rem;
}
.block--small .container__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.block__title {
    margin-bottom: 0.625rem;
}
.block__text + a,
.block__text + div {
    margin-top: 2.5rem;
}
.block__text + ol,
.block__text + ul {
    margin-top: 1.25rem;
}
.block__image {
    width: 100%;
}
.block__swoosh {
    background-color: #fff;
}
.block__list-item {
    border-bottom: solid 2px rgba(51, 51, 51, 0.1);
}
.block__list-button,
.block__list-link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    color: #333;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1;
    padding: 35px 55px 35px 0;
    display: block;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-decoration: none;
    vertical-align: middle;
}
html:not(.montserrat--loaded) .block__list-button,
html:not(.montserrat--loaded) .block__list-link {
    letter-spacing: 0.8px;
}
.montserrat--loaded .block__list-button,
.montserrat--loaded .block__list-link {
    font-family: Montserrat, sans-serif;
}
.block__list-icon {
    opacity: 0;
}
.block--text-image .block__content {
    margin-bottom: 2.5rem;
}
.block--text-image .block__visual {
    position: relative;
    overflow: hidden;
}
.block--text-image .block__visual:before {
    content: "";
    width: 100%;
    height: 0;
    padding-bottom: 86.15384615%;
    display: block;
}
.block--link-blocks .block__title {
    margin-bottom: 2.5rem;
}
.block--link-blocks + .block--link-blocks {
    margin-top: -3.75rem;
}
.link-block__item {
    margin-bottom: 1.25rem;
}
.link-block {
    color: #333;
    position: relative;
    display: block;
    padding: 20px 30px 40px;
    width: 100%;
}
.link-block:before {
    content: "";
    background-color: #ecbf00;
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.link-block__inner {
    position: relative;
    z-index: 1;
}
.link-block__title {
    font-size: 1rem;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 0.3125rem;
    display: block;
}
.link-block__text {
    padding-bottom: 1.25rem;
}
.block--link-lists .container__inner {
    background-color: #c9e4df;
    padding: 40px 30px;
    border-radius: 4px;
}
.link-list__item {
    display: inline-block;
    width: 100%;
}
.link-list__link {
    padding: 15px 45px 15px 0;
}
.block--cta .block__text,
.block--form .block__text {
    line-height: 1.5;
}
.block--cta .block__link,
.block--form .block__link {
    margin: 0 26px 10px 0;
}
.block--cta {
    padding-top: 60px;
    padding-bottom: 60px;
}
.block--cta .container__inner {
    position: relative;
}
.block--cta .container__inner:before {
    content: "";
    background-color: #c9e4df;
    display: block;
    width: 280px;
    height: 280px;
    margin-top: -140px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -180px;
}
.block--cta .block__content {
    position: relative;
    z-index: 1;
}
.block--cta .block__text {
    font-size: 1.125rem;
    max-width: 925px;
}
.block--form {
    color: #fff;
    text-align: center;
}
.block--form .container__inner {
    background-color: #7abcb1;
    border-radius: 4px;
    padding: 40px 30px;
}
.block--form .block__text {
    font-size: 0.875rem;
    max-width: 700px;
    margin: 0 auto;
}
.quote-block + .block__link {
    margin-top: 2.5rem;
}
.quote-block__inner {
    line-height: 1.8;
}
.quote-block__inner {
    font-style: italic;
    font-size: 1.25rem;
    display: block;
    margin-bottom: 0;
}
.block--quote-no_image {
    text-align: center;
}
.block--quote-no_image .quote-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
.block--quote-no_image .quote-block__inner {
    color: #23616d;
}
.block--quote-left_image,
.block--quote-right_image {
    padding-top: 5rem;
}
.block--quote-left_image .container__inner,
.block--quote-right_image .container__inner {
    position: relative;
}
.block--quote-left_image .quote-block,
.block--quote-right_image .quote-block {
    max-width: 700px;
}
.block--quote-left_image .quote-block__inner,
.block--quote-right_image .quote-block__inner {
    color: rgba(35, 97, 109, 0);
}
.block--quote-left_image .block__content,
.block--quote-right_image .block__content {
    position: absolute;
    top: -5rem;
    z-index: 1;
}
.block--quote-left_image .block__visual,
.block--quote-right_image .block__visual {
    position: relative;
    margin: 0 -30px;
    overflow: hidden;
}
.block--quote-left_image .block__visual:after,
.block--quote-left_image .block__visual:before,
.block--quote-right_image .block__visual:after,
.block--quote-right_image .block__visual:before {
    content: "";
    width: 100%;
    display: block;
}
.block--quote-left_image .block__visual:before,
.block--quote-right_image .block__visual:before {
    height: 0;
    padding-bottom: 70%;
}
.block--quote-left_image .block__visual:after,
.block--quote-right_image .block__visual:after {
    background: rgba(51, 51, 51, 0.2)
        url(https://www.vriendenvandehoop.nl/assets/stylesheets/../images/swoosh-quote.svg) no-repeat left bottom;
    background-size: 100% auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.block--quote-right_image .block__content {
    left: 0;
}
.faq__button {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.33333;
}
.faq__content {
    padding: 0 30px;
    height: 0;
    overflow: hidden;
}
.faq__content[aria-hidden="false"],
.no-js .faq__content {
    height: auto;
}
.faq__content ol,
.faq__content p,
.faq__content ul {
    margin-bottom: 1.25rem;
}
.block__title + .plyr {
    padding-top: 1.25rem;
}
.block--images + .block--images {
    margin-top: -3.75rem;
}
.image-grid.image-grid--1 {
    max-width: 700px;
    margin: 0 auto;
}
.image-grid__block {
    overflow: hidden;
    margin-bottom: 1.25rem;
}
.image-grid__visual {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.image-grid__image,
.image-grid__placeholder {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.download__title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.33333;
}
.download__text {
    max-width: 480px;
}
.pager {
    margin-bottom: 3.75rem;
}
.pager__item--prev {
    float: left;
}
.pager__item--next {
    float: right;
}
.pager__link--next:before {
    left: auto;
    right: 0;
}
.footer {
    background-color: #23616d;
    font-size: 0.8125rem;
    line-height: 1.23077;
}
.footer,
.footer a {
    color: #d9d9d9;
}
.footer li {
    padding: 5px 0;
}
.footer .button--solid-white {
    color: #23616d;
}
.footer__inner {
    overflow: hidden;
}
.footer__row--top {
    padding-top: 50px;
}
.footer__row--top [class^="footer__column--"] {
    padding-bottom: 50px;
}
.footer__row--bottom {
    background-color: #333;
    padding-top: 20px;
}
.footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}
[class^="footer__column--"] {
    width: 100%;
}
.footer__title {
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 500;
    line-height: 1.25;
    display: block;
    margin-bottom: 0.9375rem;
    text-transform: uppercase;
}
html:not(.montserrat--loaded) .footer__title {
    letter-spacing: 0.8px;
}
.montserrat--loaded .footer__title {
    font-family: Montserrat, sans-serif;
}
html:not(.montserrat--loaded) .footer__title {
    font-weight: 700;
    letter-spacing: 0;
}
.footer__column--legal,
.footer__column--social {
    padding-bottom: 20px;
}
.footer__logos {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}
.footer__logos img {
    margin: 0 10px;
}
.footer__logo-link {
    display: block;
}
.social__list {
    margin: 0 -10px;
}
.social__item {
    float: left;
    padding-right: 5px;
}
.footer .social__item {
    padding-top: 0;
    padding-bottom: 0;
}
.social__link {
    display: block;
    padding: 10px;
}
.newsletter__link {
    padding-top: 1.875rem;
}
.archive--news {
    margin-bottom: 3.75rem;
}
.archive--agenda {
    margin-bottom: 3.75rem;
}
.donation-page {
    padding-top: 2.25rem;
    margin-bottom: 3.75rem;
}
.donation-image {
    position: relative;
    overflow: hidden;
    margin-top: 3.75rem;
}
.donation-image__inner {
    position: relative;
}
.donation-image__inner:before {
    content: "";
    width: 100%;
    height: 0;
    padding-bottom: 123.6363636364%;
    display: block;
}
.donation-image__visual {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.no-objectfit .donation-image__image {
    max-height: 100%;
}
.donations__section--amount,
.donations__section--payment {
    border-bottom: solid 1px rgba(0, 0, 0, 0.06);
    margin-bottom: 1.875rem;
    padding-bottom: 0.625rem;
}
.donations__row--box {
    background-color: #c9e4df;
    font-size: 0.8125rem;
    padding: 30px;
    border-radius: 4px;
    margin-top: 1.875rem;
}
.donations__row--box a {
    color: currentColor;
}
.donations__row--info {
    font-size: 0.8125rem;
    padding-top: 1.875rem;
}
.donations__title {
    color: #23616d;
    margin-bottom: 3.125rem;
}
.donations__subtitle {
    font-size: 0.875rem;
    line-height: 1.375;
    margin-bottom: 0.8125rem;
}
.donations__required {
    font-family: Arial, sans-serif;
    font-size: 0.8125rem;
    padding-top: 10px;
}
html:not(.montserrat--loaded) .donations__required {
    letter-spacing: 0.8px;
}
.montserrat--loaded .donations__required {
    font-family: Montserrat, sans-serif;
}
[class^="donations__item"] {
    margin-bottom: 1.25rem;
}
[class^="donations__item"] input,
[class^="donations__item"] select {
    background-color: #fff;
    border-color: #dddcdb;
    -webkit-box-shadow: none;
    box-shadow: none;
}
[class^="donations__item"] select {
    border-radius: 4px;
}
[class^="donations__item"] label {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0.625rem;
}
[class^="donations__item"] .input--error {
    border-color: #d60000;
}
.donations__field--check,
.donations__field--radio {
    position: relative;
    padding-bottom: 0.625rem;
}
.donations__field--check > label,
.donations__field--radio > label {
    position: relative;
    padding-left: 30px;
    line-height: 1rem;
    margin-bottom: 0;
}
.donations__field--check > label:after,
.donations__field--check > label:before,
.donations__field--radio > label:after,
.donations__field--radio > label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.donations__field--check > label:before,
.donations__field--radio > label:before {
    border: solid 1px #dddcdb;
    background-color: transparent;
    -webkit-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.donations__field--check > label:after,
.donations__field--radio > label:after {
    background: transparent url(https://www.vriendenvandehoop.nl/assets/stylesheets/../images/icon-check.svg) no-repeat
        50% 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.donations__field--check > input,
.donations__field--radio > input {
    opacity: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.donations__field--check > input:focus + label:before,
.donations__field--radio > input:focus + label:before {
    border-color: #7abcb1;
}
.donations__field--check > input:checked + label:before,
.donations__field--radio > input:checked + label:before {
    background-color: #23616d;
    border-color: #23616d;
}
.donations__field--check > input:checked + label:after,
.donations__field--radio > input:checked + label:after {
    opacity: 1;
}
.donations__field--check[data-disabled="true"],
.donations__field--radio[data-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.3;
}
.donations__field--radio > label {
    font-family: Georgia, serif;
    border: solid 1px #dddcdb;
    border-radius: 4px;
    padding: 14px 15px 14px 45px;
}
html:not(.bitter--loaded) .donations__field--radio > label {
    font-weight: 500;
}
.bitter--loaded .donations__field--radio > label {
    font-family: Bitter, serif;
}
.donations__field--radio > label:after,
.donations__field--radio > label:before {
    left: 15px;
    top: 14px;
}
.donations__field--radio > label:before {
    border-radius: 9px;
}
.donations__field--radio > input {
    top: 14px;
    left: 15px;
}
.donations__field--radio > input:focus + label {
    border-color: #7abcb1;
}
.donations__field--check > label {
    font-size: 0.8125rem;
}
.donations__field--check > label:before {
    border-radius: 3px;
}
.donations--amount-value > div {
    float: left;
    padding-bottom: 0;
}
.donations--amount-value > div label {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    border-radius: 0;
    padding: 14px 15px;
    text-align: center;
}
html:not(.montserrat--loaded) .donations--amount-value > div label {
    letter-spacing: 0.8px;
}
.montserrat--loaded .donations--amount-value > div label {
    font-family: Montserrat, sans-serif;
}
.donations--amount-value > div label:after,
.donations--amount-value > div label:before {
    content: none;
}
.donations--amount-value input:checked + label {
    background-color: #23616d;
    border-color: #23616d;
    color: #fff;
}
.donations__section--amount > div:last-child {
    position: relative;
}
.donations__row--destination {
    position: relative;
}
.donations__row--contact {
    padding-bottom: 0.625rem;
}
.donations--amount-destination,
.donations--amount-interval,
.faux-select {
    position: relative;
}
.donations--amount-destination:after,
.donations--amount-destination:before,
.donations--amount-interval:after,
.donations--amount-interval:before,
.faux-select:after,
.faux-select:before {
    content: "";
    display: block;
    background-color: #333;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.donations--amount-destination:before,
.donations--amount-interval:before,
.faux-select:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 26px;
}
.donations--amount-destination:after,
.donations--amount-interval:after,
.faux-select:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
}
.donations--amount-interval:after,
.donations--amount-interval:before {
    background-color: #333;
    width: 8px;
}
.donations--amount-interval:before {
    right: 26px;
}
.donations--amount-interval:after {
    right: 20px;
}
.faux-select:after,
.faux-select:before {
    background-color: #23616d;
    width: 6px;
}
.faux-select:before {
    right: 4px;
}
.faux-select:after {
    right: 0;
}
.faux-select {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.donations__row--amount {
    margin-bottom: 1.25rem;
}
.donations__row-inner--amount {
    position: relative;
}
.donations--amount-other,
.donations--amount-value {
    margin-bottom: 0;
}
.donations--amount-other {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 8px;
}
.donations--amount-other:before {
    content: "€";
    display: block;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 46px;
    position: absolute;
    bottom: 0;
    left: 15px;
}
html:not(.montserrat--loaded) .donations--amount-other:before {
    letter-spacing: 0.8px;
}
.montserrat--loaded .donations--amount-other:before {
    font-family: Montserrat, sans-serif;
}
.donations--amount-other input {
    padding: 5px 12px 5px 26px;
}
.donations--amount-other .donations__error {
    display: none;
}
.donations--person-gender > div {
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 0;
}
.donations--person-gender > div:nth-child(2) {
    margin-right: 10px;
}
.donations--person-gender > div:nth-child(3) {
    margin-left: 10px;
}
.donations--payment-method > div:last-child label {
    padding-right: 72px;
}
.donations--payment-method > div:last-child:last-child:after {
    content: "";
    display: block;
    background: transparent url(https://www.vriendenvandehoop.nl/assets/stylesheets/../images/icon-ideal.png) no-repeat
        50% 50%;
    background-size: 32px 29px;
    width: 32px;
    height: 46px;
    position: absolute;
    right: 20px;
    top: 0;
}
.donations__section--amount .donations__row:nth-child(2),
.donations__section--amount .donations__subtitle {
    float: left;
}
.donations__section--amount .donations__subtitle {
    margin-right: 5px;
}
.donations__section--amount .donations__row:nth-child(3) {
    clear: both;
}
.donations--amount-destination select,
.donations--amount-destination + .faux-select {
    border: 0;
    border-radius: 0;
    color: #23616d;
    padding: 0;
    height: 22px;
    line-height: 22px;
    font-size: 0.875rem;
    padding-right: 24px;
}
.donations--amount-destination select {
    text-align: center;
    opacity: 0;
}
.donations--amount-destination + .faux-select {
    border-bottom: solid 1px #23616d;
    font-family: Arial, sans-serif;
    font-weight: 500;
}
html:not(.montserrat--loaded) .donations--amount-destination + .faux-select {
    letter-spacing: 0.8px;
}
.montserrat--loaded .donations--amount-destination + .faux-select {
    font-family: Montserrat, sans-serif;
}
html:not(.montserrat--loaded) .donations--amount-destination + .faux-select {
    font-weight: 700;
    letter-spacing: 0;
}
.donations__error {
    color: #d60000;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 0.8125rem;
    line-height: 1.4;
    padding-top: 5px;
}
html:not(.montserrat--loaded) .donations__error {
    letter-spacing: 0.8px;
}
.montserrat--loaded .donations__error {
    font-family: Montserrat, sans-serif;
}
.donations__button:disabled {
    background-color: #d9d9d9;
    color: #fff;
}
.donations__button:disabled:before {
    content: none;
}
.home .page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home .page-header__intro {
    letter-spacing: 0.2px;
    font-size: 1.5rem;
    line-height: 1.42857;
    text-align: center;
    margin: 0 auto;
    max-width: none;
}
.block--form .block__title {
    font-style: normal;
}
.search .page-header__title {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.search .page-header__title:focus {
    clip: auto !important;
    display: block;
    width: auto;
    height: auto;
    left: 5px;
    top: 5px;
    z-index: 100000;
}
.search .search-form {
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
    padding: 0;
    -webkit-transform: none;
    transform: none;
}
.search .search-form .container {
    padding-top: 1.875rem;
}
.search .search-form__form {
    margin-top: -14px;
}
.search .search-input__input {
    color: #fff;
    background-color: transparent;
    border-bottom: solid 2px #fff;
}
.search .search-input__input::-webkit-input-placeholder {
    color: #fff;
}
.search .search-input__input:-ms-input-placeholder {
    color: #fff;
}
.search .search-input__input::-ms-input-placeholder {
    color: #fff;
}
.search .search-input__input::placeholder {
    color: #fff;
}
.search .search-submit__icon path {
    fill: #fff !important;
}
.block--intro.block--text {
    margin-bottom: 3.75rem;
}
.block--intro .block__text {
    font-size: 1rem;
}
.no-objectfit .block--text-image .fit-image {
    max-width: 100%;
    max-height: 100%;
}
.no-objectfit .block--quote .fit-image {
    max-width: 100%;
    max-height: 100%;
}
.block--video .plyr input[type="range"]::-ms-fill-lower {
    background: #7abcb1;
}
.block--video .plyr input[type="range"]:active::-webkit-slider-thumb {
    background: #7abcb1;
}
.block--video .plyr input[type="range"]:active::-moz-range-thumb {
    background: #7abcb1;
}
.block--video .plyr input[type="range"]:active::-ms-thumb {
    background: #7abcb1;
}
.block--video .plyr--video .plyr__controls button.tab-focus:focus,
.block--video .plyr--video .plyr__controls button:hover {
    background: #7abcb1;
}
.block--video .plyr--audio .plyr__controls button.tab-focus:focus,
.block--video .plyr--audio .plyr__controls button:hover,
.block--video .plyr__play-large {
    background: #7abcb1;
}
.block--video .plyr__progress--played,
.block--video .plyr__volume--display {
    color: #7abcb1;
}
.block--video .js--plyr:focus + .plyr__play-large,
.block--video .js--plyr:hover + .plyr__play-large,
.block--video .plyr__play-large:focus,
.block--video .plyr__play-large:hover {
    background-color: #23616d;
}
@media only screen and (min-width: 30em) {
    .footer .container__inner {
        margin: 0 -15px;
    }
    [class^="footer__column--"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer__column--contact,
    .footer__column--direct,
    .footer__column--news,
    .footer__column--questions {
        width: 50%;
    }
    .footer__column--legal li {
        float: left;
        padding-right: 30px;
    }
    .donation-form .position--left {
        float: left;
        clear: both;
        padding-right: 10px;
    }
    .donation-form .position--center {
        float: left;
        padding: 0 10px;
    }
    .donation-form .position--right {
        float: right;
        padding-left: 10px;
    }
    .donation-form .width--25 {
        width: 25%;
    }
    .donation-form .width--30 {
        width: 30%;
    }
    .donation-form .width--35 {
        width: 35%;
    }
    .donation-form .width--40 {
        width: 40%;
    }
    .donation-form .width--50 {
        width: 50%;
    }
    .donations--amount-value > div {
        width: 25%;
    }
    .donations--amount-value > div:not(:last-child) label {
        border-right: 0;
    }
    .donations--amount-value > div:nth-child(2) label {
        border-radius: 4px 0 0 4px;
    }
    .donations--amount-value > div:nth-child(5) label {
        border-radius: 0 4px 4px 0;
    }
    .donations--amount-other {
        width: 25%;
    }
}
@media only screen and (min-width: 30em) and (max-width: 59.9375em) {
    .logo--footer {
        float: left;
    }
    .footer__logos {
        float: right;
        padding-top: 0;
    }
    .footer__logos img {
        height: 54px;
        width: auto;
    }
}
@media only screen and (max-width: 31.1875em), only screen and (min-width: 64em) {
    .donate__link {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (min-width: 31.25em) and (max-width: 63.9375em) {
    .main-menu__item--donate {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (min-width: 35em) {
    .image-grid.image-grid--2,
    .image-grid.image-grid--3 {
        margin: 0 -10px;
    }
    .image-grid--2 .image-grid__block,
    .image-grid--3 .image-grid__block {
        width: 50%;
        padding: 0 10px;
        float: left;
    }
    .image-grid--3 .image-grid__block:nth-child(1) {
        width: 100%;
    }
}
@media only screen and (min-width: 37.5em) {
    .cookiebar .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cookiebar {
        padding: 10px 0;
    }
    .cookiebar__actions {
        width: 220px;
        text-align: right;
    }
    .cookiebar__text {
        width: calc(100% - 220px);
        text-align: left;
        margin-bottom: 0;
    }
    .meta__key,
    .meta__value {
        float: left;
    }
    .meta__key {
        width: 180px;
        clear: both;
    }
    .meta__value {
        width: calc(100% - 180px);
    }
    .archive__link--with-image {
        padding-left: 230px;
    }
    .archive__visual {
        width: 200px;
        height: 140px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .archive__visual:before {
        content: "";
        background-color: #c9e4df;
        height: 0;
        display: block;
        width: 100%;
        padding-bottom: 70%;
    }
}
@media only screen and (min-width: 48em) {
    .gfield:not(.gfield--first) + .gfield--last {
        float: left;
    }
    .gfield--half {
        width: calc(50% - 20px);
    }
    .gfield--half + .gfield:not(.gfield--half) {
        clear: both;
    }
    .gfield--first {
        float: left;
        clear: both;
    }
    .gfield--last {
        float: right;
    }
    .page-header__intro {
        width: 50%;
    }
    .page-header__swoosh {
        height: 400px;
    }
    .block__list-button,
    .block__list-link {
        padding-left: 30px;
        padding-right: 85px;
    }
    .block--text-image .container__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .block--text-image .block__content {
        width: 43.47826%;
        margin-bottom: 0;
    }
    .block--text-image .block__visual {
        width: 56.52173913%;
        max-width: 650px;
    }
    .block--image-left .block__content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 2.5rem;
    }
    .block--image-left .block__visual {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .block--image-right .block__content {
        padding-right: 2.5rem;
    }
    .block--link-blocks + .block--link-blocks {
        padding-top: 2.5rem;
    }
    .link-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: 0 -20px;
    }
    .link-block__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 20px;
        margin-bottom: 0;
    }
    .link-blocks--2 .link-block__item {
        width: 50%;
    }
    .link-blocks--3 .link-block__item {
        width: 33.33333%;
    }
    .link-list {
        -webkit-column-gap: 40px;
        column-gap: 40px;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .link-list__link {
        padding-right: 60px;
        padding-left: 15px;
    }
    .block--quote-left_image,
    .block--quote-right_image {
        padding-top: 0;
    }
    .block--quote-left_image .block__content,
    .block--quote-right_image .block__content {
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .block--quote-left_image .block__visual,
    .block--quote-right_image .block__visual {
        max-width: 800px;
    }
    .block--quote-left_image .block__content {
        margin-left: 43.47826%;
    }
    .block--quote-left_image .block__visual {
        margin-right: 30.43478%;
        margin-left: 0;
    }
    .block--quote-right_image .block__content {
        margin-right: 43.47826%;
    }
    .block--quote-right_image .block__visual {
        margin-left: 30.43478%;
    }
    .block--images + .block--images {
        padding-top: 2.5rem;
    }
    .image-grid__block {
        margin-bottom: 0;
    }
    .image-grid--3 .image-grid__block,
    .image-grid--3 .image-grid__block:nth-child(1) {
        width: 33.33333%;
    }
    .footer__row--bottom {
        padding-top: 0;
    }
    .footer__columns {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
    .footer__column--contact,
    .footer__column--direct,
    .footer__column--news,
    .footer__column--questions {
        width: auto;
        max-width: 25%;
    }
    .footer__column--legal {
        max-width: calc(100% - 150px);
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .footer__column--social {
        width: 150px;
        padding-bottom: 0;
    }
    .donation-page__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .donation-image {
        width: calc(50% - 50px);
        margin-top: 0;
    }
    .donation-form {
        width: calc(50% + 50px);
        padding-right: 50px;
    }
    .home .page-header__intro {
        width: 100%;
    }
    .content--contact .link-blocks--2 .link-block__item {
        width: 33.33333%;
    }
    .block--quote-right_image .button--line-light {
        color: #333;
    }
    .block--quote-right_image .button--line-light path {
        fill: #333 !important;
    }
}
@media only screen and (min-width: 60em) {
    .footer__columns {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .footer__column--logo {
        min-width: 200px;
        width: 200px;
    }
    .footer__row {
        width: calc(100% - 200px);
        float: left;
    }
    .footer__column--direct,
    .footer__column--news,
    .footer__column--questions {
        width: 100%;
    }
    .footer__column--contact {
        min-width: 200px;
        width: 200px;
    }
}
@media only screen and (min-width: 64em) and (max-width: 71.1875em) {
    .main-menu__link {
        font-size: 0.875rem;
    }
}
@media only screen and (min-width: 64em) {
    .header__outer:after {
        content: "";
        background-color: #7abcb1;
        display: block;
        position: absolute;
        top: -40px;
        left: 0;
        height: 40px;
        width: 100%;
        z-index: 3;
    }
    .header__inner {
        margin-top: 40px;
    }
    [class^="toggler--"] {
        display: none;
        visibility: hidden;
    }
    .header-menu {
        float: right;
        max-width: calc(100% - 110px);
    }
    .header-menu__inner {
        position: relative;
    }
    .header-menu__swoosh {
        display: none;
        visibility: hidden;
    }
    .main-menu {
        padding: 0;
    }
    .main-menu__item {
        float: left;
    }
    .main-menu__item:not(:first-child) {
        padding-left: 25px;
    }
    .main-menu__item--donate.main-menu__item {
        padding: 5px 0 0 35px;
    }
    .utility-menu {
        padding: 0;
        position: absolute;
        top: -63px;
        right: 0;
    }
    .utility-menu__item {
        float: left;
    }
    .utility-menu__item:not(:first-child) {
        padding-left: 30px;
    }
    .admin-bar .header:after {
        top: 32px;
    }
}
@media only screen and (min-width: 70em) {
    .footer__row {
        width: calc(100% - 280px);
    }
}
@media only screen and (min-width: 71.25em) {
    .main-menu__item:not(:first-child) {
        padding-left: 35px;
    }
    .main-menu__item--donate.main-menu__item {
        padding-left: 45px;
    }
}
@media only screen and (min-width: 75em) {
    .footer .container__inner {
        margin: 0 -25px;
    }
    [class^="footer__column--"] {
        padding-left: 25px;
        padding-right: 25px;
    }
    .footer__column--logo {
        width: 280px;
        min-width: 280px;
    }
    .footer__column--contact {
        min-width: 220px;
        width: 220px;
    }
}
@media screen and (min-width: 320px) {
    body {
        font-size: calc(0.875rem + 2 * ((100vw - 320px) / 1120));
    }
    h1 {
        font-size: calc(1.75rem + 14 * ((100vw - 320px) / 1120));
    }
    h2 {
        font-size: calc(1.25rem + 8 * ((100vw - 320px) / 1120));
    }
    h3,
    h4,
    h5,
    h6 {
        font-size: calc(1rem + 2 * ((100vw - 320px) / 1120));
    }
    [class^="content--"] {
        margin-top: calc(2.5rem + -40 * ((100vw - 320px) / 1120));
    }
    .gform_title {
        font-size: calc(1.25rem + 8 * ((100vw - 320px) / 1120));
    }
    .gform_heading .gform_description {
        font-size: calc(1.125rem + 6 * ((100vw - 320px) / 1120));
    }
    .gfield_checkbox input,
    .gfield_radio input {
        top: calc(0.375rem + 2 * ((100vw - 320px) / 1120));
    }
    .page-header {
        padding-bottom: calc(13.75em + 80 * ((100vw - 320px) / 1120));
    }
    .page-header .container {
        padding-top: calc(1.875rem + 40 * ((100vw - 320px) / 1120));
    }
    .page-header .container {
        padding-bottom: calc(1.875rem + 40 * ((100vw - 320px) / 1120));
    }
    .page-header--image {
        height: calc(30rem + 320 * ((100vw - 320px) / 1120));
    }
    .page-header--no-image {
        height: calc(20rem + 140 * ((100vw - 320px) / 1120));
    }
    .page-header--intro {
        height: calc(30rem + 80 * ((100vw - 320px) / 1120));
    }
    .page-header__title {
        font-size: calc(2rem + 16 * ((100vw - 320px) / 1120));
    }
    .page-header__intro {
        font-size: calc(1rem + 4 * ((100vw - 320px) / 1120));
    }
    .cookiebar {
        font-size: calc(0.75rem + 2 * ((100vw - 320px) / 1120));
    }
    .video-placeholder {
        font-size: calc(0.75rem + 2 * ((100vw - 320px) / 1120));
    }
    .search-input__input {
        font-size: calc(1.75rem + 14 * ((100vw - 320px) / 1120));
    }
    .archive__title {
        font-size: calc(1rem + 2 * ((100vw - 320px) / 1120));
    }
    [class^="block--"] {
        margin-bottom: calc(3.75rem + 20 * ((100vw - 320px) / 1120));
    }
    [class^="block--"]:last-child {
        margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1120));
    }
    .block--link-blocks + .block--link-blocks {
        margin-top: calc(-3.75rem + -60 * ((100vw - 320px) / 1120));
    }
    .link-block__title {
        font-size: calc(1rem + 2 * ((100vw - 320px) / 1120));
    }
    .block--cta .block__text {
        font-size: calc(1.125rem + 6 * ((100vw - 320px) / 1120));
    }
    .block--form .block__text {
        font-size: calc(0.875rem + 2 * ((100vw - 320px) / 1120));
    }
    .quote-block__inner {
        font-size: calc(1.25rem + 16 * ((100vw - 320px) / 1120));
    }
    .block--quote-left_image,
    .block--quote-right_image {
        padding-top: calc(5rem + -40 * ((100vw - 320px) / 448));
    }
    .block--quote-left_image .block__content,
    .block--quote-right_image .block__content {
        top: calc(-5rem + 40 * ((100vw - 320px) / 448));
    }
    .faq__button {
        font-size: calc(1rem + 2 * ((100vw - 320px) / 1120));
    }
    .block--images + .block--images {
        margin-top: calc(-3.75rem + -60 * ((100vw - 320px) / 1120));
    }
    .download__title {
        font-size: calc(1rem + 2 * ((100vw - 320px) / 1120));
    }
    .pager {
        margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1120));
    }
    .archive--agenda {
        margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1120));
    }
    .donation-page {
        padding-top: calc(2.25rem + 36 * ((100vw - 320px) / 1120));
    }
    .donation-page {
        margin-bottom: calc(3.75rem + 60 * ((100vw - 320px) / 1120));
    }
    .donations__subtitle {
        font-size: calc(0.875rem + 2 * ((100vw - 320px) / 1120));
    }
    .donations--amount-destination select,
    .donations--amount-destination + .faux-select {
        font-size: calc(0.875rem + 2 * ((100vw - 320px) / 1120));
    }
    .home .page-header__intro {
        font-size: calc(1.5rem + 18 * ((100vw - 320px) / 1120));
    }
    .search .search-form .container {
        padding-top: calc(1.875rem + 40 * ((100vw - 320px) / 1120));
    }
    .block--intro .block__text {
        font-size: calc(1rem + 2 * ((100vw - 320px) / 1120));
    }
}
@media (min-width: 480px) {
    .plyr__controls .plyr__progress,
    .plyr__controls .plyr__time,
    .plyr__controls > button {
        margin-left: 10px;
    }
    .plyr .plyr__volume {
        display: block;
        max-width: 60px;
    }
}
@media (min-width: 768px) {
    .plyr__captions {
        font-size: 24px;
    }
    .plyr__time + .plyr__time {
        display: inline-block;
    }
    .plyr .plyr__volume {
        max-width: 100px;
    }
}
@media screen and (min-width: 768px) {
    .block--quote-left_image,
    .block--quote-right_image {
        padding-top: 2.5rem;
    }
    .block--quote-left_image .block__content,
    .block--quote-right_image .block__content {
        top: -2.5rem;
    }
}
@media only screen and (min-width: 783px) and (max-width: 63.9375em) {
    .menu--open .admin-bar .header__inner {
        top: 32px;
    }
    .menu--open .admin-bar .header__inner:after {
        top: 32px;
    }
}
@media (min-width: 1024px) {
    .plyr--fullscreen-active .plyr__captions {
        font-size: 32px;
    }
}
@media screen and (min-width: 1440px) {
    body {
        font-size: 1rem;
    }
    h1 {
        font-size: 2.625rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.125rem;
    }
    [class^="content--"] {
        margin-top: 0;
    }
    .gform_title {
        font-size: 1.75rem;
    }
    .gform_heading .gform_description {
        font-size: 1.5rem;
    }
    .gfield_checkbox input,
    .gfield_radio input {
        top: 0.5rem;
    }
    .page-header {
        padding-bottom: 18.75rem;
    }
    .page-header .container {
        padding-top: 4.375rem;
    }
    .page-header .container {
        padding-bottom: 4.375rem;
    }
    .page-header--image {
        height: 50rem;
    }
    .page-header--no-image {
        height: 28.75rem;
    }
    .page-header--intro {
        height: 35rem;
    }
    .page-header__title {
        font-size: 3rem;
    }
    .page-header__intro {
        font-size: 1.25rem;
    }
    .cookiebar {
        font-size: 0.875rem;
    }
    .video-placeholder {
        font-size: 0.875rem;
    }
    .search-input__input {
        font-size: 2.625rem;
    }
    .archive__title {
        font-size: 1.125rem;
    }
    [class^="block--"] {
        margin-bottom: 5rem;
    }
    [class^="block--"]:last-child {
        margin-bottom: 7.5rem;
    }
    .block--link-blocks + .block--link-blocks {
        margin-top: -7.5rem;
    }
    .link-block__title {
        font-size: 1.125rem;
    }
    .block--cta .block__text {
        font-size: 1.5rem;
    }
    .block--form .block__text {
        font-size: 1rem;
    }
    .quote-block__inner {
        font-size: 2.25rem;
    }
    .faq__button {
        font-size: 1.125rem;
    }
    .block--images + .block--images {
        margin-top: -7.5rem;
    }
    .download__title {
        font-size: 1.125rem;
    }
    .pager {
        margin-bottom: 7.5rem;
    }
    .archive--agenda {
        margin-bottom: 7.5rem;
    }
    .donation-page {
        padding-top: 4.5rem;
    }
    .donation-page {
        margin-bottom: 7.5rem;
    }
    .donations__subtitle {
        font-size: 1rem;
    }
    .donations--amount-destination select,
    .donations--amount-destination + .faux-select {
        font-size: 1rem;
    }
    .home .page-header__intro {
        font-size: 2.625rem;
    }
    .search .search-form .container {
        padding-top: 4.375rem;
    }
    .block--intro .block__text {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 782px) {
    .admin-bar .header:after {
        top: 46px;
    }
    .menu--open .admin-bar .header__inner {
        top: 46px;
    }
    .menu--open .admin-bar .header__inner:after {
        top: 46px;
    }
}
@media only screen and (max-width: 420px) {
    .ginput_recaptcha {
        height: 80px;
        position: relative;
    }
    .ginput_recaptcha > div {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 63.9375em) {
    .header-menu {
        background-color: #7abcb1;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 10;
        padding-top: 100px;
    }
    .header-menu__inner {
        overflow-y: scroll;
        max-height: 100%;
        height: 100%;
    }
    .main-menu__item--search {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (max-width: 37.4375em) {
    .archive__link--with-image.image {
        padding-top: 155px;
    }
    .no-image .archive__visual {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (max-width: 29.9375em) {
    .donations--amount-value > div {
        width: 50%;
    }
    .donations--amount-value > div:nth-child(2) label {
        border-top-left-radius: 4px;
    }
    .donations--amount-value > div:nth-child(3) label {
        border-top-right-radius: 4px;
    }
    .donations--amount-value > div:nth-child(4) label {
        border-bottom-left-radius: 4px;
    }
    .donations--amount-value > div:nth-child(5) label {
        border-bottom-right-radius: 4px;
    }
}
@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        overflow: visible !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}
@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}
