/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[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 .2s ease,border .2s ease,-webkit-transform .2s ease;
	transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
	transition: background .2s ease,border .2s ease,transform .2s ease;
	transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .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 .2s ease,border .2s ease,-webkit-transform .2s ease;
	transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
	transition: background .2s ease,border .2s ease,transform .2s ease;
	transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .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 .2s ease,border .2s ease,-webkit-transform .2s ease;
	transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
	transition: background .2s ease,border .2s ease,transform .2s ease;
	transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .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 .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease,-webkit-transform .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 .3s ease,color .3s ease,opacity .3s ease;
	transition: background .3s ease,color .3s ease,opacity .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 .3s ease;
	transition: opacity .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 .3s ease;
	transition: all .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 .2s .1s ease,-webkit-transform .2s .1s ease;
	transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
	transition: transform .2s .1s ease,opacity .2s .1s ease;
	transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .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 .2s ease;
	transition: width .2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
	-webkit-transition: width .2s ease;
	transition: width .2s ease;
}

.plyr__progress--buffer::-ms-fill {
	-webkit-transition: width .2s ease;
	transition: width .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;
}

html,
body {
	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;
}

q,
blockquote {
	font-style: italic;
	margin: 0;
	padding-left: 30px;
}

a {
	text-decoration: none;
}

input[type="submit"],
[class^="button--"],
[class*=" button--"] {
	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) input[type="submit"],
html:not(.montserrat--loaded)
  [class^="button--"],
html:not(.montserrat--loaded)
  [class*=" button--"] {
	letter-spacing: 0.8px;
}

.montserrat--loaded input[type="submit"],
.montserrat--loaded
  [class^="button--"],
.montserrat--loaded
  [class*=" button--"] {
	font-family: "Montserrat", sans-serif;
}

ul,
ol {
	list-style-type: none;
	margin: 0;
	padding: 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="tel"],
[type="text"],
[type="number"],
[type="url"],
textarea,
select {
	-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="tel"],
html:not(.montserrat--loaded)
  [type="text"],
html:not(.montserrat--loaded)
  [type="number"],
html:not(.montserrat--loaded)
  [type="url"],
html:not(.montserrat--loaded)
  textarea,
html:not(.montserrat--loaded)
  select {
	letter-spacing: 0.8px;
}

.montserrat--loaded [type="email"],
.montserrat--loaded
  [type="tel"],
.montserrat--loaded
  [type="text"],
.montserrat--loaded
  [type="number"],
.montserrat--loaded
  [type="url"],
.montserrat--loaded
  textarea,
.montserrat--loaded
  select {
	font-family: "Montserrat", sans-serif;
}

html:not(.montserrat--loaded) [type="email"],
html:not(.montserrat--loaded)
  [type="tel"],
html:not(.montserrat--loaded)
  [type="text"],
html:not(.montserrat--loaded)
  [type="number"],
html:not(.montserrat--loaded)
  [type="url"],
html:not(.montserrat--loaded)
  textarea,
html:not(.montserrat--loaded)
  select {
	font-weight: 700;
	letter-spacing: 0;
}

[type="email"],
[type="tel"],
[type="text"],
[type="number"],
[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%;
}

thead {
	border-top: solid 1px rgba(51, 51, 51, 0.1);
}

th {
	border-bottom: solid 2px rgba(51, 51, 51, 0.1);
}

td {
	border-bottom: solid 1px rgba(51, 51, 51, 0.1);
}

tr,
td,
th {
	vertical-align: middle;
}

td,
th {
	padding: 10px 20px;
	border-right: solid 1px rgba(51, 51, 51, 0.1);
}

td:first-child,
th:first-child {
	border-left: solid 1px rgba(51, 51, 51, 0.1);
}

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%;
}

.header,
.footer {
	display: table-row;
	max-width: 100%;
	height: 1px;
}

.styled-text p:not(:last-child),
.styled-text ul:not(:last-child),
.styled-text ol:not(:last-child),
.styled-text blockquote:not(:last-child),
.styled-text table: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--line-light,
.button--filled-white {
	color: #fff;
}

.button--line-light path,
.button--filled-white 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;
}

.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;
}

.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 li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.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;
}

.gform_footer:before,
.gform_footer:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.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;
}

.header {
	background-color: #23616D;
}

.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: 110px;
	height: 54px;
}

[class^="toggler--"] {
	background-color: transparent;
	border: 0;
	width: 40px;
	height: 54px;
	padding: 0;
	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;
}

.toggler--search {
	margin-left: 20px;
}

[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;
}

.header-menu__swoosh {
	background-color: #fff;
}

.main-menu {
	background-color: #fff;
	padding: 20px 30px;
}

.main-menu__link {
	font-weight: 500;
	color: #333;
	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 [class^="button--"] {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 18px;
	padding-left: 40px;
	font-size: 0.8125rem;
	margin-top: 4px;
}

.login-link [class^="button__icon--"] {
	width: 16px;
	height: 16px;
	margin-top: -8px;
	left: 16px;
}

.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 {
	max-width: 950px;
	margin-bottom: 20px;
}

.page-header__intro {
	max-width: 575px;
}

.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;
}

.cookiebar {
	display: none;
	background-color: #333;
	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__button--accept {
	color: #333;
}

.cookiebar__link,
.video-placeholder__link {
	border-bottom: solid 1px currentColor;
	display: inline-block;
}

.video-placeholder {
	border-radius: 4px;
	background-color: #333;
	font-size: 0.75rem;
	line-height: 1.25;
	position: relative;
}

.video-placeholder,
.video-placeholder a {
	color: #fff;
}

.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-toggler,
.search-submit {
	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;
}

[class^="block--"] {
	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 + div,
.block__text + a {
	margin-top: 2.5rem;
}

.block__text + ul,
.block__text + ol {
	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;
}

.link-list__item {
	display: inline-block;
	width: 100%;
}

.link-list__link {
	padding: 15px 45px 15px 0;
}

.block--cta {
	color: #fff;
	text-align: center;
}

.block--cta .block__text {
	font-size: 1.125rem;
	line-height: 1.5;
	font-style: italic;
	max-width: 700px;
	margin: 0 auto;
}

.block--cta .block__link {
	margin: 0 13px 10px;
}

.block--cta-large {
	padding-bottom: 3.75rem;
	margin-top: 0rem;
}

.block--cta-large:not(:last-child) {
	background-color: #23616D;
}

.block--cta-large:last-child {
	background-color: #7ABCB1;
	margin-bottom: 0;
}

.block--cta-large:last-child .block__swoosh path {
	fill: #7ABCB1 !important;
}

.block--cta-large .block__text {
	padding-top: 3.75rem;
}

.block--cta-small .container__inner {
	background-color: #23616D;
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
	padding-left: 30px;
	padding-right: 30px;
}

.block--form .block__text {
	font-size: 0.875rem;
}

.quote-block {
	margin-bottom: 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:before,
.block--quote-left_image .block__visual:after,
.block--quote-right_image .block__visual:before,
.block--quote-right_image .block__visual:after {
	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-color: rgba(51, 51, 51, 0.2);
	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;
}

.no-js .faq__content,
.faq__content[aria-hidden="false"] {
	height: auto;
}

.faq__content p,
.faq__content ul,
.faq__content ol {
	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__placeholder,
.image-grid__image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.block--grid {
	margin-bottom: 2.5rem;
}

.block--grid + .block--grid {
	margin-top: -3.75rem;
}

.grid {
	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: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.grid__block {
	overflow: hidden;
	margin-bottom: 1.25rem;
	padding: 0 20px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.grid__content {
	padding: 20px 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.grid__title {
	font-family: Arial, sans-serif;
	font-size: 1rem;
	line-height: 2;
	font-weight: 500;
}

html:not(.montserrat--loaded) .grid__title {
	letter-spacing: 0.8px;
}

.montserrat--loaded .grid__title {
	font-family: "Montserrat", sans-serif;
}

.grid__label {
	font-family: Arial, sans-serif;
	color: #23616D;
	margin-bottom: 0.3125rem;
}

html:not(.montserrat--loaded) .grid__label {
	letter-spacing: 0.8px;
}

.montserrat--loaded .grid__label {
	font-family: "Montserrat", sans-serif;
}

.grid__visual {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.grid__placeholder,
.grid__image {
	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__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;
}

.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;
}

.archive--news {
	margin-bottom: 3.75rem;
}

.archive__link {
	border-bottom: solid 2px rgba(51, 51, 51, 0.1);
	display: block;
	color: #333;
	padding: 35px 84px 35px 30px;
	position: relative;
	overflow: hidden;
}

.archive__link:before {
	content: '';
	background-color: #ECBF00;
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -4px;
}

.archive__article {
	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;
}

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;
}

.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.25rem;
	color: #fff;
	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;
}

.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: #23616D;
}

.block--video .plyr input[type=range]:active::-webkit-slider-thumb {
	background: #23616D;
}

.block--video .plyr input[type=range]:active::-moz-range-thumb {
	background: #23616D;
}

.block--video .plyr input[type=range]:active::-ms-thumb {
	background: #23616D;
}

.block--video .plyr--video .plyr__controls button.tab-focus:focus,
.block--video .plyr--video .plyr__controls button:hover {
	background: #23616D;
}

.block--video .plyr--audio .plyr__controls button.tab-focus:focus,
.block--video .plyr--audio .plyr__controls button:hover,
.block--video .plyr__play-large {
	background: #23616D;
}

.block--video .plyr__progress--played,
.block--video .plyr__volume--display {
	color: #23616D;
}

.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: #7ABCB1;
}

@media only screen and (min-width: 30em) {

.footer .container__inner {
	margin: 0 -15px;
}

[class^="footer__column--"] {
	padding-left: 15px;
	padding-right: 15px;
}

.footer__column--questions,
.footer__column--direct,
.footer__column--news,
.footer__column--contact {
	width: 50%;
}

.footer__column--legal li {
	float: left;
	padding-right: 30px;
}

}

@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%;
}

.grid__block {
	width: 50%;
}

}

@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;
}

}

@media only screen and (min-width: 48em) {

.gfield--half {
	width: calc(50% - 20px);
}

.gfield--half + .gfield:not(.gfield--half) {
	clear: both;
}

.gfield--first {
	float: left;
}

.gfield--last {
	float: right;
}

.page-header__intro {
	width: 50%;
}

.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%;
}

.block--grid + .block--grid {
	padding-top: 2.5rem;
}

.grid__block {
	width: 33.33333%;
}

.grid--2 .grid__block {
	width: 50%;
}

.footer__row--bottom {
	padding-top: 0;
}

.footer__columns {
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.footer__column--questions,
.footer__column--direct,
.footer__column--news,
.footer__column--contact {
	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;
}

.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) {

.header__outer:after {
	content: '';
	background-color: #23616D;
	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: 35px;
}

.utility-menu {
	padding: 0;
	position: absolute;
	width: auto;
	top: -63px;
	right: 0;
	left: -110px;
}

.utility-menu__items {
	float: right;
}

.utility-menu__item {
	float: left;
}

.utility-menu__item:not(:first-child) {
	padding-left: 30px;
}

.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--questions,
.footer__column--direct,
.footer__column--news {
	width: 100%;
}

.footer__column--contact {
	min-width: 200px;
	width: 200px;
}

.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: 75em) {

.main-menu__item:not(:first-child) {
	padding-left: 50px;
}

.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 ));
}

.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 ));
}

[class^="block--"] {
	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--cta-large {
	padding-bottom: calc( 3.75rem + 60 * ( ( 100vw - 320px ) / 1120 ));
}

.block--cta-large {
	margin-top: calc( 0rem + -120 * ( ( 100vw - 320px ) / 1600 ));
}

.block--cta-large .block__text {
	padding-top: calc( 3.75rem + 60 * ( ( 100vw - 320px ) / 1120 ));
}

.block--cta-small .container__inner {
	padding-top: calc( 3.75rem + 40 * ( ( 100vw - 320px ) / 1120 ));
}

.block--cta-small .container__inner {
	padding-bottom: calc( 3.75rem + 40 * ( ( 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 ));
}

.block--grid {
	margin-bottom: calc( 2.5rem + 40 * ( ( 100vw - 320px ) / 1120 ));
}

.block--grid + .block--grid {
	margin-top: calc( -3.75rem + -60 * ( ( 100vw - 320px ) / 1120 ));
}

.grid__title {
	font-size: calc( 1rem + 2 * ( ( 100vw - 320px ) / 1120 ));
}

.download__title {
	font-size: calc( 1rem + 2 * ( ( 100vw - 320px ) / 1120 ));
}

.pager {
	margin-bottom: calc( 3.75rem + 60 * ( ( 100vw - 320px ) / 1120 ));
}

.archive__title {
	font-size: calc( 1rem + 2 * ( ( 100vw - 320px ) / 1120 ));
}

.home .page-header__intro {
	font-size: calc( 1.25rem + 22 * ( ( 100vw - 320px ) / 1120 ));
}

.search .search-form .container {
	padding-top: calc( 1.875rem + 40 * ( ( 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: 59.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: 0rem;
}

.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;
}

.cookiebar {
	font-size: 0.875rem;
}

.video-placeholder {
	font-size: 0.875rem;
}

.search-input__input {
	font-size: 2.625rem;
}

[class^="block--"] {
	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--cta-large {
	padding-bottom: 7.5rem;
}

.block--cta-large .block__text {
	padding-top: 7.5rem;
}

.block--cta-small .container__inner {
	padding-top: 6.25rem;
}

.block--cta-small .container__inner {
	padding-bottom: 6.25rem;
}

.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;
}

.block--grid {
	margin-bottom: 5rem;
}

.block--grid + .block--grid {
	margin-top: -7.5rem;
}

.grid__title {
	font-size: 1.125rem;
}

.download__title {
	font-size: 1.125rem;
}

.pager {
	margin-bottom: 7.5rem;
}

.archive__title {
	font-size: 1.125rem;
}

.home .page-header__intro {
	font-size: 2.625rem;
}

.search .search-form .container {
	padding-top: 4.375rem;
}

}

@media screen and (min-width: 1920px) {

.block--cta-large {
	margin-top: -7.5rem;
}

}

@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: 59.9375em) {

.header-menu {
	background-color: #23616D;
	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 print {

* {
	background: transparent !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^='javascript:']:after,
a[href^='#']:after {
	content: '';
}

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

thead {
	display: table-header-group;
}

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

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

p,
h2,
h3 {
	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;
}

}

