@charset "UTF-8";

/*!
Theme Name: Karin
Theme URI: http://underscores.me/
Author: Anne-Marie de Haan
Author URI: https://amdehaan.nl
Description: Custom theme for (W)EET WAT JE DOET
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: karin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Karin is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
	position: relative;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

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

	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 18px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	font-family: Nunito, sans-serif;
	margin: 0 0 10px;
}

h1 {
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
}

h2 {
	font-size: 22px;
	color: #26408a;
	text-transform: uppercase;
}

.ab-block-accordion + h2,
p + h2,
ul + h2 {
	padding-top: 16px;
}

h3 {
	color: #26408a;
	font-size: 18px;
	text-transform: uppercase;
}

.section-title {
	font-family: Nunito, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0;
}

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

	.section-title {
		font-size: 32px;
	}
}

.section-subtitle {
	color: #26408a;
	text-transform: uppercase;
	font-size: 16px;
}

blockquote,
figure,
ol,
p,
ul {
	margin: 0 0 1.5em;
	padding: 0;
}

p.intro {
	font-size: 16px;
}

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

	p.intro {
		font-size: 22px;
	}
}

p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.no-margin {
	margin: 0;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.tabs-header {
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	background-color: #fff;
}

.tabs-header.fixed {
	padding: 0;
	top: 90px;
	position: fixed;
	background-color: #f4f4f6;
}

.tabs {
	list-style: none;
	max-width: 760px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
	display: flex;
	justify-content: space-evenly;
}

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

	.tabs {
		padding-left: 48px;
		padding-right: 48px;
	}
}

.tabs a {
	padding: 16px 0;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #000;
	opacity: 0.6;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 2px solid #f4f4f6;
}

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

	.tabs a {
		font-size: 15px;
	}
}

.tabs a.is-tab-selected {
	color: #ea7406;
	outline: none;
	border-bottom: 2px solid #ea7406;
	opacity: 1;
}

.tabs li a:hover,
.tabs li a.inactive:hover {
	border-bottom: 2px solid #ea7406;
	color: #ea7406;
	outline: none;
}

.tab-container {
	clear: both;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 80px 15px 0;
}

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

	.tab-container {
		padding-top: 96px;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #ea7406;
}

a:visited {
	color: #ea7406;
}

a:hover,
a:focus,
a:active,
a.nice-select.open {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active,
a.nice-select.open {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ea7406;
	border-radius: 5px;
	background-color: #ea7406;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	padding: 10px 24px;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #26408a;
	background-color: #26408a;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none;
}

.js-video-button {
	font-size: 16px;
	padding: 0;
	color: #ea7406;
	background-color: transparent;
	border: none;
}

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

	.js-video-button {
		font-size: 18px;
	}
}

.js-video-button:hover {
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 5px 10px;
	box-shadow: 4px 4px 0 0 rgba(20, 20, 20, 0.1);
	outline-offset: -2px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #26408a;
}

textarea {
	width: 100%;
}

::-moz-placeholder {
	font-size: 16px;
	color: #777;
	opacity: 1;
}

::-webkit-input-placeholder {
	font-size: 16px;
	color: #777;
}

.bodyproject .gform_wrapper,
.bodyproject .gform_confirmation_wrapper {
	background: #f4f4f6;
	padding: 40px 6.10687% 40px 6.10687%;
	margin-bottom: 40px;
}

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

	.bodyproject .gform_wrapper,
	.bodyproject .gform_confirmation_wrapper {
		padding: 76px 12.21374% 60px 12.21374%;
		margin-bottom: 60px;
	}
}

.bodyproject .gform_wrapper form.gf_simple_horizontal {
	width: 100%;
}

.bodyproject .gform_wrapper li.hidden_label input {
	margin-top: 0;
}

.gform_wrapper select {
	line-height: 1.5;
	height: 48px;
}

.bodyproject .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 5px 10px;
}

.bodyproject .gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
	margin-top: 2px;
}

.bodyproject .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.bodyproject .gform_wrapper li.gf_list_inline ul.gfield_radio li {
	margin-right: 16px;
}

.bodyproject .gform_wrapper .gfield_radio li label {
	margin-left: 6px;
}

.bodyproject .gform_wrapper .percentbar_blue {
	background-color: #26408a;
}

.bodyproject .gfield_select {
	color: #666;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 5px 10px;
	box-shadow: 4px 4px 0 0 rgba(20, 20, 20, 0.1);
	outline-offset: -2px;
	float: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	overflow: hidden;
	min-height: 100vh;
}

.container {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}

.flex-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1040px;
	margin: 0 auto;
}

.half-column {
	padding-left: 15px;
	padding-right: 15px;
	flex-shrink: 1;
	flex-basis: 50%;
	max-width: 50%;
}

.small-column {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	max-width: 100%;
	padding: 15px 0;
}

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

	.small-column {
		padding: 15px;
		flex-shrink: 1;
		flex-basis: 45%;
		max-width: 45%;
	}
}

.big-column {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	max-width: 100%;
	padding: 15px 0;
}

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

	.big-column {
		padding: 15px;
		flex-shrink: 1;
		flex-basis: 55%;
		max-width: 55%;
	}
}

.dotted {
	border-bottom: 10px dotted #fff;
}

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

	.dotted {
		border: none;
	}
}

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

	.dotted {
		border-right: 10px dotted #fff;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Site Header
--------------------------------------------- */
.site-header {
	background-color: transparent;
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
}

.site-header-inner {
	height: 90px;
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 24px;
}

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

	.site-header-inner {
		padding: 0 0 0 48px;
	}
}

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

	.site-header-inner {
		padding: 0 0 0 48px;
	}
}

.site-header.shrink {
	background-color: #26408a;
	box-shadow: rgba(2, 12, 27, 0.2) 0 10px 20px -10px;
}

.admin-bar .site-header {
	top: 32px;
}

.site-branding svg {
	transition: 0.8s;
	position: absolute;
	top: -34px;
	height: auto;
	width: 115px;
}

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

	.site-branding svg {
		top: -30px;
		width: 150px;
	}
}

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

	.site-branding svg {
		top: -24px;
		width: 175px;
	}
}

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

	.site-branding svg {
		width: 200px;
	}
}

.site-branding svg #beeldmerk {
	fill: #ea7406;
}

.site-branding svg #tekst {
	fill: #fff;
}

.shrink .site-branding svg {
	width: 100px;
	position: unset;
	top: 0;
}

.menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 90px;
	width: 90px;
	background-color: #ea7406;
}

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

	.menu-toggle {
		display: none;
	}
}

.hamburger-menu {
	width: 24px;
	height: 15px;
}

.hamburger-menu span {
	position: absolute;
	left: 0;
	display: block;
	height: 3px;
	border-radius: 3px;
	background-color: #fff;
}

.hamburger-menu span:first-child {
	top: 0;
	width: 24px;
}

.hamburger-menu span:nth-child(2) {
	top: 6px;
	width: 24px;
}

.hamburger-menu span:last-child {
	top: 12px;
	width: 16px;
}

.toggled-on .hamburger-menu span:first-child {
	top: 6px;
	width: 20px;
	transform: rotate(45deg);
}

.toggled-on .hamburger-menu span:last-child {
	top: 6px;
	width: 20px;
	transform: rotate(-45deg);
}

.site-navigation-header {
	display: flex;
	justify-content: flex-end;
}

.site-navigation-header .menu-toggle {
	background-color: #26408a;
}

/* Navigation
--------------------------------------------- */
.mobile-navigation {
	position: fixed;
	z-index: 150;
	top: 0;
	left: 100%;
	transform: translateX(0);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	height: 100vh;
	background-color: #ea7406;
	transition: transform 500ms ease-in-out;
	width: 28rem;
}

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

	.mobile-navigation {
		width: 48rem;
	}
}

.mobile-navigation.toggled-on {
	transform: translateX(-28rem);
}

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

	.mobile-navigation.toggled-on {
		transform: translateX(-48rem);
	}
}

.mobile-navigation::after {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.65);
	opacity: 0;
	-webkit-transition: -webkit-transform 0ms 500ms, opacity 500ms;
	-webkit-transition: transform 0ms 500ms, opacity 500ms;
	transition: transform 0ms 500ms, opacity 500ms;
}

.mobile-navigation.toggled-on::after {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.65);
	opacity: 1;
	-webkit-transition: -webkit-transform 0ms 0ms, opacity 500ms;
	-webkit-transition: transform 0ms 0ms, opacity 500ms;
	transition: transform 0ms 0ms, opacity 500ms;
}

.mobile-navigation ul {
	margin: 50px 0 0;
	list-style-type: none;
	padding-left: 24px;
	padding-right: 24px;
}

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

	.mobile-navigation ul {
		padding-left: 48px;
		padding-right: 48px;
	}
}

.mobile-navigation li a {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	justify-content: flex-end;
	padding: 8px 0;
}

.mobile-navigation li a:hover {
	color: #26408a;
}

.main-navigation {
	display: none;
}

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

	.main-navigation {
		display: block;
	}
}

.main-navigation ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	list-style: none;
	padding: 0 0 20px;
}

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

	.main-navigation ul {
		flex-direction: row;
		padding: 0;
	}
}

.main-navigation li a {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	justify-content: flex-start;
}

.main-navigation li a:hover {
	color: #ea7406;
}

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

	.main-navigation li a {
		padding: 0 8px;
	}
}

.main-navigation li {
	display: flex;
	padding: 8px;
	align-items: center;
}

.main-navigation li.button {
	background-color: #ea7406;
	border-radius: 24px 0 0 24px;
	margin-left: 10px;
	padding: 14px 18px;
	font-weight: 700;
}

.main-navigation li.button a:hover {
	color: #26408a;
}

.footer-navigation ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	list-style: none;
	padding: 0 0 20px;
}

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

	.footer-navigation ul {
		flex-direction: row;
		padding: 0;
	}
}

.footer-navigation li a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	justify-content: flex-start;
}

.footer-navigation li a:hover {
	color: #ea7406;
}

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

	.footer-navigation li a {
		padding: 0 8px;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.home-header {
	background-color: #26408a;
	height: 475px;
	position: relative;
	padding-left: 24px;
	padding-right: 24px;
	display: flex;
	align-items: flex-end;
}

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

	.home-header {
		padding-left: 48px;
		padding-right: 48px;
		height: 76vh;
		min-height: 580px;
	}
}

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

	.home-header {
		height: 70vh;
		min-height: 550px;
	}
}

.home-header-topgradient {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
	height: 30%;
	z-index: 25;
}

.home-header .post-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	max-width: none !important;
	margin: 0 !important;
	opacity: 0.8;
}

.home-header .post-thumbnail img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 65%;
}

.home-header-container {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}

.home-text-container {
	position: relative;
	background-color: #26408a;
	padding: 20px;
	border-radius: 10px;
}

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

	.home-text-container {
		padding: 30px;
	}
}

.home-header-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 20px;
}

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

	.home-header-content {
		padding: 0 10px;
		width: 65%;
		margin-bottom: 40px;
	}
}

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

	.home-header-content {
		width: 50%;
	}
}

.home-header-title {
	color: #26408a;
	font-family: Nunito, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
}

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

	.home-header-title {
		font-size: 32px;
	}
}

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

	.home-header-title {
		font-size: 36px;
	}
}

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

	.home-header-title {
		font-size: 40px;
	}
}

.home-header-subtitle {
	color: #ea7406;
	font-family: Nunito, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 12px;
}

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

	.home-header-subtitle {
		font-size: 32px;
	}
}

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

	.home-header-subtitle {
		font-size: 36px;
	}
}

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

	.home-header-subtitle {
		font-size: 40px;
	}
}

.home-header-subtitle span {
	color: #fff;
}

.home-header-description {
	color: #fff;
	line-height: 1.3;
	font-size: 16px;
}

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

	.home-header-description {
		font-size: 18px;
	}
}

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

	.home-header-description {
		font-size: 20px;
	}
}

.home-entry-content {
	margin: 0 auto;
	padding: 0 10px;
	font-size: 16px;
}

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

	.home-entry-content {
		font-size: 22px;
	}
}

.home-header-button {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.home-header-button svg {
	width: 100px;
	height: 100px;
}

.home-header-promo a:hover,
.home-header-promo a:focus {
	color: #fff;
}

#trailer {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

.page-header {
	background-color: #26408a;
	padding-top: 160px;
	position: relative;
	padding-left: 24px;
	padding-right: 24px;
}

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

	.page-header {
		padding-left: 48px;
		padding-right: 48px;
	}
}

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

	.page-header {
		padding-top: 175px;
	}
}

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

	.page-header {
		padding-top: 200px;
	}
}

.page-header.narrow {
	padding-bottom: 90px;
}

.page-header .post-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	max-width: none !important;
	margin: 0 !important;
	opacity: 0.8;
}

.page-header .post-thumbnail img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-header-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}

.page-header-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 40px;
}

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

	.page-header-content {
		padding: 0 10px;
	}
}

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

	.page-text-container {
		width: 100%;
	}
}

.page-header-title {
	color: #fff;
	font-family: Nunito, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
}

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

	.page-header-title {
		font-size: 32px;
	}
}

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

	.page-header-title {
		font-size: 48px;
	}
}

.page-header-subtitle {
	color: #ea7406;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.25;
}

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

	.page-header-subtitle {
		font-size: 18px;
	}
}

.page-header-description {
	color: #fff;
	font-size: 16px;
}

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

	.page-header-description {
		font-size: 18px;
	}
}

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

	.page-header-description {
		width: 75%;
	}
}

.training-header-section {
	background-color: #26408a;
	padding-top: 160px;
	padding-bottom: 90px;
	position: relative;
	padding-left: 24px;
	padding-right: 24px;
}

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

	.training-header-section {
		padding-left: 48px;
		padding-right: 48px;
	}
}

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

	.training-header-section {
		padding-top: 175px;
	}
}

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

	.training-header-section {
		padding-top: 200px;
	}
}

.training-header-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

.training-header-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 960px;
	margin: 0 auto 20px;
}

.training-text-container {
	flex-shrink: 1;
	flex-basis: 70%;
	max-width: 70%;
}

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

	.training-text-container {
		flex-basis: 80%;
		max-width: 80%;
	}
}

.training-img-container {
	flex-shrink: 1;
	flex-basis: 20%;
	max-width: 20%;
}

.training-img-container img {
	width: 100%;
	max-height: 100px;
}

.training-title {
	color: #fff;
	font-family: Nunito, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

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

	.training-title {
		font-size: 32px;
	}
}

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

	.training-title {
		font-size: 48px;
	}
}

.training-subtitle {
	color: #ea7406;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.25;
}

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

	.training-subtitle {
		font-size: 18px;
	}
}

.training-description {
	color: #fff;
	font-size: 16px;
}

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

	.training-description {
		font-size: 18px;
	}
}

.training-content {
	border-radius: 10px;
	position: relative;
	background-color: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}

.training-header-section + .page-section {
	margin-top: -90px;
}

.trainer-header-section {
	background-color: #26408a;
	padding-top: 160px;
	padding-bottom: 90px;
	position: relative;
	padding-left: 24px;
	padding-right: 24px;
}

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

	.trainer-header-section {
		padding-left: 48px;
		padding-right: 48px;
	}
}

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

	.trainer-header-section {
		padding-top: 175px;
	}
}

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

	.trainer-header-section {
		padding-top: 200px;
	}
}

.trainer-header-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

.trainer-header-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 760px;
	margin: 0 auto 20px;
}

.trainer-title {
	color: #26408a;
	font-family: Nunito, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

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

	.trainer-title {
		font-size: 32px;
	}
}

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

	.trainer-title {
		font-size: 48px;
	}
}

.trainer-subtitle {
	color: #ea7406;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.25;
}

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

	.trainer-subtitle {
		font-size: 18px;
	}
}

.trainer-citaat {
	font-family: Nunito, sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

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

	.trainer-citaat {
		font-size: 24px;
	}
}

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

	.trainer-citaat {
		font-size: 32px;
	}
}

.trainer-content {
	border-radius: 10px;
	position: relative;
	background-color: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}

.trainer-header-section + .page-section {
	margin-top: -90px;
}

.trainer-content-container {
	clear: both;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px 40px;
}

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

	.trainer-content-container {
		padding: 20px 15px 60px;
	}
}

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

	.trainer-content-container {
		max-width: 760px;
	}
}

.page-section {
	margin-top: 40px;
	padding-left: 24px;
	padding-right: 24px;
}

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

	.page-section {
		margin-top: 56px;
		padding-left: 48px;
		padding-right: 48px;
	}
}

.page-section.margin-bottom {
	margin-bottom: 40px;
}

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

	.page-section.margin-bottom {
		margin-bottom: 56px;
	}
}

.page-section.color-fill {
	background-color: #f4f4f6;
	padding-top: 20px;
	padding-bottom: 40px;
}

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

	.page-section.color-fill {
		padding-top: 36px;
		padding-bottom: 56px;
	}
}

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

	.page-section.color-fill {
		padding-top: 60px;
		padding-bottom: 80px;
	}
}

.page-section.color-fill.primary {
	background-color: #26408a;
}

.page-section.color-fill.accent {
	background-color: #ea7406;
}

.page-header + .page-section.color-fill.primary {
	margin-top: 0;
	padding-top: 0;
}

.page-header + .page-section.color-fill.accent {
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-header + .narrow {
	margin-top: -90px;
}

.page-container {
	border-radius: 10px;
	position: relative;
	background-color: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}

.updated:not(.published) {
	display: none;
}

.big-entry-content {
	padding: 0 10px;
}

.entry-content,
.entry-summary {
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.group-overview {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.group-tile {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	max-width: 100%;
	margin: 10px 0;
}

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

	.group-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 50%;
		max-width: 50%;
	}
}

.group-tile-inner {
	margin: 10px 0;
	display: flex;
	background: #26408a;
	border-radius: 10px;
	flex-direction: column;
	padding: 20px;
	height: 100%;
	box-shadow: 2rem 2rem 5rem rgba(0, 0, 0, 0.1);
}

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

	.group-tile-inner {
		margin: 10px;
	}
}

.group-image {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 30px;
}

.group-image img {
	margin-right: 20px;
	height: 75px;
}

.group-image figcaption {
	font-family: Nunito, sans-serif;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.3;
}

.group-items {
	margin: 0;
	padding: 0;
	color: #fff;
	list-style: none;
}

.group-items li {
	padding: 10px 0;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.group-items li:last-child {
	padding-bottom: 0;
}

.group-items li a {
	color: #fff;
	text-decoration: none;
	position: relative;
	display: block;
}

.group-items li a::after {
	content: "";
	background: url(images/arrow.svg);
	width: 20px;
	height: 15px;
	top: 6px;
	right: 5px;
	position: absolute;
	transition: 0.3s;
}

.group-items li a:hover::after {
	right: 0;
	transition: 0.3s;
}

.blok-intro {
	padding: 0 10px;
}

.blok-title {
	color: #fff;
	padding: 40px 0 0;
	margin: 0;
}

.blok-description {
	color: #fff;
}

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

	.blok-description {
		width: 75%;
	}
}

.blok-overview {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.blok-tile {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	max-width: 100%;
	margin: 10px 0;
}

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

	.blok-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 50%;
		max-width: 50%;
	}
}

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

	.blok-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}
}

.blok-tile a {
	text-decoration: none;
}

.blok-tile-inner {
	margin: 10px 0;
	display: flex;
	background: #fff;
	border-radius: 10px;
	flex-direction: column;
	padding: 20px;
	height: 100%;
	box-shadow: 2rem 2rem 5rem rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
	transition-delay: 0s;
}

.blok-tile-inner:hover {
	transform: scale(1.02);
}

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

	.blok-tile-inner {
		margin: 10px;
	}
}

.blok-tile-description {
	color: #000;
	font-size: 14px;
}

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

	.blok-tile-description {
		font-size: 16px;
	}
}

.blok-item-url {
	color: #ea7406;
	text-decoration: none;
	position: relative;
	display: block;
	margin-top: 1.5em;
}

.blok-item-url::after {
	content: "";
	background: url(images/arrow-accent.svg);
	width: 20px;
	height: 15px;
	top: 6px;
	right: 5px;
	position: absolute;
	transition: 0.3s;
}

.blok-item-url:hover {
	color: #fff;
}

.blok-item-url:hover::after {
	background: url(images/arrow.svg);
	right: 0;
	transition: 0.3s;
}

.blok-image img {
	height: 75px;
	width: auto;
}

.usp-overview {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.usp-tile {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	max-width: 100%;
	margin: 10px 0;
	text-align: center;
}

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

	.usp-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 50%;
		max-width: 50%;
	}
}

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

	.usp-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
}

.usp-tile-inner {
	margin: 10px 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

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

	.usp-tile-inner {
		margin: 10px;
	}
}

.usp-image svg,
.usp-image img {
	height: 60px;
}

.usp-title {
	color: #ea7406;
	min-height: 42px;
}

.usp-content {
	color: #26408a;
	font-weight: 700;
}

.image-banner {
	background-color: #ea7406;
	margin-top: 40px;
}

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

	.image-banner {
		margin-top: 56px;
	}
}

.image-banner .post-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	max-width: none !important;
	margin: 0 !important;
}

.image-banner .post-thumbnail img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.image-banner-content {
	display: flex;
	align-items: flex-end;
	width: 100%;
	min-height: 450px;
}

.image-banner-content h3 {
	color: #fff;
	background-color: #26408a;
	padding: 24px;
	margin-bottom: 0;
	max-width: 600px;
	line-height: 1.4;
}

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

	.image-banner-content h3 {
		margin-bottom: 48px;
		padding: 24px 48px;
	}
}

.customer-content {
	display: flex;
	flex-direction: column;
}

.customer-content h3 {
	font-family: Roboto, sans-serif;
	color: #000;
	font-weight: 400;
	text-transform: unset;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto 24px 5px;
}

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

	.customer-content h3 {
		font-size: 22px;
		margin-left: 10px;
	}
}

.logo-overview {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.logo-tile {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 50%;
	max-width: 50%;
}

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

	.logo-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
}

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

	.logo-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 25%;
		max-width: 25%;
	}
}

.logo-tile-inner {
	margin: 0 15px;
}

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

	.logo-tile-inner {
		margin: 5px 30px;
	}
}

.testimonials {
	max-width: 760px;
	margin: 0 auto;
}

.testimonial-content {
	background-color: #fff;
	border-radius: 12px;
	padding: 16px 20px;
	font-size: 16px;
	margin: 0 16px 40px;
	position: relative;
	z-index: 1;
}

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

	.testimonial-content {
		padding: 32px 48px;
		font-size: 18px;
	}
}

.triangel {
	position: absolute;
	right: 25%;
	bottom: -30px;
	z-index: 0;
}

h3.testimonial-author {
	color: #000;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	text-transform: unset;
	padding: 0 24px;
	margin: 0 auto;
}

.training-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.training-list-title {
	color: #fff;
	padding: 40px 10px 0;
	margin: 0;
}

.training-list-title:first-of-type {
	padding-top: 0;
}

.training-tile {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	max-width: 100%;
	margin: 10px 0;
}

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

	.training-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 50%;
		max-width: 50%;
	}
}

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

	.training-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
}

.training-tile a {
	text-decoration: none;
}

.training-tile-inner {
	margin: 10px 0;
	display: flex;
	background: #fff;
	border-radius: 10px;
	flex-direction: column;
	padding: 20px;
	height: 100%;
	box-shadow: 2rem 2rem 5rem rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
	transition-delay: 0s;
}

.training-tile-inner:hover {
	transform: scale(1.02);
}

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

	.training-tile-inner {
		margin: 10px;
	}
}

.highlight .training-tile-inner {
	background-color: #26408a;
	border: 6px dotted #fff;
}

.training-tile img {
	height: 75px;
	width: auto;
}

.training-tile-title {
	padding-top: 0;
	color: #26408a;
	text-transform: uppercase;
}

.training-tile-subtitle {
	color: #26408a;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
}

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

	.training-tile-subtitle {
		font-size: 16px;
	}
}

.training-tile-description {
	color: #000;
	font-size: 14px;
}

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

	.training-tile-description {
		font-size: 16px;
	}
}

.highlight .training-tile-title,
.highlight .training-tile-subtitle,
.highlight .training-tile-description {
	color: #fff;
}

.trainer-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em 0;
}

.trainer-tile {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 50%;
	max-width: 50%;
}

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

	.trainer-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 33.33333%;
		max-width: 33.33333%;
	}
}

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

	.trainer-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 25%;
		max-width: 25%;
	}
}

.trainer-tile a {
	text-decoration: none;
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: ease-out;
	transition-delay: 0s;
}

.trainer-tile a:hover {
	transform: scale(1.02);
}

.trainer-tile-inner {
	margin: 10px;
	display: flex;
	flex-direction: column;
}

.trainer-tile-inner img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	border-radius: 10px;
}

.trainer-tile-title {
	color: #ea7406;
	padding-top: 0;
	font-size: 14px;
}

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

	.trainer-tile-title {
		font-size: 16px;
	}
}

.trainer-tile-subtitle {
	color: #000;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
}

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

	.trainer-tile-subtitle {
		font-size: 16px;
	}
}

.zorgaanbieder-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.zorgaanbieder-list-title {
	color: #fff;
	padding: 40px 10px 0;
	margin: 0;
}

.zorgaanbieder-list-title:first-of-type {
	padding-top: 0;
}

.zorgaanbieder-tile {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	max-width: 100%;
	margin: 10px 0;
}

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

	.zorgaanbieder-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 50%;
		max-width: 50%;
	}
}

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

	.zorgaanbieder-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 33.3333%;
		max-width: 33.3333%;
	}
}

.zorgaanbieder-tile a {
	text-decoration: none;
}

.zorgaanbieder-tile-inner {
	margin: 10px 0;
	display: flex;
	background: #f4f4f6;
	border-radius: 10px;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	height: 100%;
}

.zorgaanbieder-tile-inner:hover {
	transform: scale(1.02);
}

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

	.zorgaanbieder-tile-inner {
		margin: 10px;
	}
}

.zorgaanbieder-tile img {
	height: 100px;
	width: auto;
	border-radius: 50%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.zorgaanbieder-tile-title {
	padding-top: 0;
	color: #ea7406;
	text-transform: uppercase;
	text-align: center;
}

.zorgaanbieder-tile-subtitle {
	color: #26408a;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}

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

	.zorgaanbieder-tile-subtitle {
		font-size: 16px;
	}
}

.zorgaanbieder-details {
	color: #26408a;
	font-size: 12px;
	list-style: none;
	margin: 0;
	text-align: center;
}

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

	.zorgaanbieder-details {
		font-size: 14px;
	}
}

.zorgaanbieder-details .list-address {
	font-weight: 700;
}

.zorgaanbieder-details .list-web {
	margin-top: 10px;
}

.zorg-filter {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: flex-start;
}

li.filter {
	padding: 0 10px;
}

.mission .flex-container {
	background-color: #ea7406;
	padding: 30px;
	border-radius: 15px;
}

.mission .mission-content {
	padding-left: 15px;
	color: #fff;
	font-weight: 700;
}

.mission .logo {
	width: 100%;
	max-width: 350px;
	height: auto;
}

.mission .logo #beeldmerk {
	fill: #fff;
}

.mission .logo #tekst {
	fill: #26408a;
}

.contact-overview {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-tile {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
	max-width: 100%;
	margin: 10px 0;
}

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

	.contact-tile {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: 50%;
		max-width: 50%;
	}
}

.contact-tile-inner {
	margin: 10px 0;
	background: #ea7406;
	border-radius: 10px;
	box-shadow: 2rem 2rem 5rem rgba(0, 0, 0, 0.1);
	height: 100%;
}

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

	.contact-tile-inner {
		margin: 10px;
	}
}

.contact-tile-inner.horizontal {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.contact-tile-inner.vertical {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-image {
	padding: 20px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 40%;
	max-width: 40%;
	border-right: 3px dotted #fff;
}

.contact-image svg {
	width: 100%;
	height: auto;
}

.contact-content {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 60%;
	max-width: 60%;
	padding: 20px;
}

.contact-content h3,
.contact-list h3 {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.3;
}

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

	.contact-content h3,
	.contact-list h3 {
		font-size: 18px;
	}
}

ul.contact-list {
	list-style: none;
	margin: 0;
}

ul.contact-list li {
	padding: 16px 0;
	border-bottom: 3px dotted #fff;
	position: relative;
	padding-left: 50px;
}

ul.contact-list li a {
	color: #26408a;
	text-decoration: none;
}

ul.contact-list li::before {
	content: "";
	width: 30px;
	height: 26px;
	left: 5px;
	position: absolute;
}

ul.contact-list li.list-mobile::before {
	background: url(images/mobile.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

ul.contact-list li.list-mail::before {
	background: url(images/mail.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

ul.contact-list li.list-address::before {
	background: url(images/address.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

ul.contact-list li:last-of-type {
	border: none;
}

/* Site Foooter
--------------------------------------------- */
.site-footer {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 32px 24px;
}

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

	.site-footer {
		padding-left: 48px;
		padding-right: 48px;
	}
}

.site-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

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

	.site-info {
		flex-direction: row;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Slick Carousel
--------------------------------------------- */

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track::before,
.slick-track::after {
	content: "";
	display: table;
}

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url(images/ajax-loader.gif) center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 30%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
	opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
	opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
	font-family: dashicons;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -24px;
}

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

	.slick-prev {
		left: -40px;
	}
}

.slick-prev::before {
	content: "";
}

.slick-next {
	right: -4px;
}

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

	.slick-next {
		right: -25px;
	}
}

.slick-next::before {
	content: "";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
	opacity: 1;
}

.slick-dots li button::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: dashicons;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
	color: #000;
	opacity: 0.75;
}

/* Atomic Blocks
--------------------------------------------- */
.ab-block-accordion .ab-accordion-title {
	background: transparent;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

details > summary::marker {
	color: #ea7406;
}

details > summary::-webkit-details-marker {
	color: #ea7406;
}

/* Nice Select
--------------------------------------------- */
.nice-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-weight: 400;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all 0.2s ease-in-out;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999;
}

.nice-select::after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open::after {
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled::after {
	border-color: #ccc;
}

.nice-select.wide,
.nice-select.large {
	width: 100%;
}

.nice-select.wide .list,
.nice-select.large .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 14px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small::after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin: 0;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: 50% 0;
	transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: 700;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/* Modal Video
--------------------------------------------- */

/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *::before,
.vbox-overlay *::after {
	-webkit-backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vbox-overlay * {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.vbox-overlay {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999999;
}

/* ----- navigation ----- */
.vbox-title {
	width: 100%;
	height: 40px;
	float: left;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	padding: 6px 50px;
	overflow: hidden;
	position: fixed;
	display: none;
	left: 0;
	z-index: 89;
}

.vbox-close {
	cursor: pointer;
	position: fixed;
	top: -1px;
	right: 0;
	width: 50px;
	height: 40px;
	padding: 6px;
	display: block;
	background-position: 10px center;
	overflow: hidden;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	z-index: 99;
}

.vbox-left {
	cursor: pointer;
	position: fixed;
	left: 0;
	height: 40px;
	overflow: hidden;
	line-height: 28px;
	font-size: 12px;
	z-index: 99;
	display: flex;
	align-items: center;
}

.vbox-num {
	display: inline-block;
	margin: 6px 0 6px 15px;
}

/* ----- Social share ----- */
.vbox-share {
	line-height: 28px;
	font-size: 12px;
	overflow: hidden;
	position: fixed;
	left: 0;
	z-index: 98;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}

.vbox-share svg {
	max-height: 28px;
	width: 28px;
	z-index: 10;
	margin-left: 12px;
	margin-top: 6px;
	margin-bottom: 6px;
	vertical-align: middle;
}

/* ----- navigation ARROWS ----- */
.vbox-next,
.vbox-prev {
	position: fixed;
	top: 50%;
	margin-top: -15px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	width: 45px;
	height: 45px;
	z-index: 99;
}

.vbox-next span,
.vbox-prev span {
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	border-top-color: #b6b6b6;
	border-right-color: #b6b6b6;
	text-indent: -100px;
	position: absolute;
	top: 8px;
	display: block;
}

.vbox-prev {
	left: 15px;
}

.vbox-next {
	right: 15px;
}

.vbox-prev span {
	left: 10px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.vbox-next span {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
	width: 420px;
	height: 315px;
	height: 70vh;
	padding: 10px;
	background: #000;
	margin: 0 auto;
	overflow: auto;
	text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
	max-width: 100%;
	width: 100%;
	border: none;
	height: 260px;
	height: 70vh;
}

.venoframe.vbvid {
	height: 260px;
}

@media (min-width: 768px) {

	.venoframe,
	.vbox-inline {
		width: 90%;
		height: 360px;
		height: 70vh;
	}

	.venoframe.vbvid {
		width: 640px;
		height: 360px;
	}
}

@media (min-width: 992px) {

	.venoframe,
	.vbox-inline {
		max-width: 1200px;
		width: 80%;
		height: 540px;
		height: 70vh;
	}

	.venoframe.vbvid {
		width: 960px;
		height: 540px;
	}
}

/*
Please do NOT edit this part!
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
	overflow: hidden;
}

.vbox-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 20;
	max-height: 100%;
}

.vbox-content {
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 20px 4%;
}

.vbox-container img {
	max-width: 100%;
	height: auto;
}

.vbox-figlio {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	max-width: 100%;
	text-align: initial;
}

img.vbox-figlio {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.vbox-content.swipe-left {
	margin-left: -200px !important;
}

.vbox-content.swipe-right {
	margin-left: 200px !important;
}

.vbox-animated {
	transition: margin 300ms ease-out;
}

/* ---------- preloader ----------
 * SPINKIT
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,
.sk-rotating-plane {
	width: 40px;
	height: 40px;
	margin: 40px auto;
}

.sk-rotating-plane {
	background-color: #333;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {

	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@keyframes sk-rotatePlane {

	0% {
		-webkit-transform: perspective(120px) rotateX(0) rotateY(0);
		transform: perspective(120px) rotateX(0) rotateY(0);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.sk-double-bounce {
	position: relative;
}

.sk-double-bounce .sk-child {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-doublebounce 2s infinite ease-in-out;
	animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child,
.sk-spinner-pulse,
.sk-three-bounce .sk-child {
	background-color: #333;
	border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-doubleBounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.sk-wave {
	margin: 40px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.sk-wave .sk-rect {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-wavestretchdelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {

	0%,
	100%,
	40% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

@keyframes sk-waveStretchDelay {

	0%,
	100%,
	40% {
		-webkit-transform: scaleY(0.4);
		transform: scaleY(0.4);
	}

	20% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
}

.sk-wandering-cubes {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.sk-wandering-cubes .sk-cube {
	background-color: #333;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-wanderingcube 1.8s ease-in-out -1.8s infinite both;
	animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots,
.sk-spinner-pulse {
	width: 40px;
	height: 40px;
	margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {

	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
		transform: translateX(30px) rotate(-90deg) scale(0.5);
	}

	50% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg);
	}

	50.1% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg);
	}

	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes sk-wanderingCube {

	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
		transform: translateX(30px) rotate(-90deg) scale(0.5);
	}

	50% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
		transform: translateX(30px) translateY(30px) rotate(-179deg);
	}

	50.1% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
		transform: translateX(30px) translateY(30px) rotate(-180deg);
	}

	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.sk-spinner-pulse {
	-webkit-animation: sk-pulsescaleout 1s infinite ease-in-out;
	animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {

	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes sk-pulseScaleOut {

	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.sk-chasing-dots {
	position: relative;
	text-align: center;
	-webkit-animation: sk-chasingdotsrotate 2s infinite linear;
	animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	-webkit-animation: sk-chasingdotsbounce 2s infinite ease-in-out;
	animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes sk-chasingDotsRotate {

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-chasingDotsBounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-chasingDotsBounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.sk-three-bounce {
	margin: 40px auto;
	width: 80px;
	text-align: center;
}

.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child::before,
.sk-fading-circle .sk-circle::before {
	display: block;
	border-radius: 100%;
	content: "";
	background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {

	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-three-bounce {

	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.sk-circle {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-circle .sk-child::before {
	margin: 0 auto;
	width: 15%;
	height: 15%;
	-webkit-animation: sk-circlebouncedelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-circle .sk-circle2::before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-circle .sk-circle3::before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-circle .sk-circle4::before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-circle .sk-circle5::before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-circle .sk-circle6::before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-circle .sk-circle7::before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-circle .sk-circle8::before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-circle .sk-circle9::before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-circle .sk-circle10::before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-circle .sk-circle11::before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-circle .sk-circle12::before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-circleBounceDelay {

	0%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 40px auto;
}

.sk-cube-grid .sk-cube {
	width: 33.33%;
	height: 33.33%;
	background-color: #333;
	float: left;
	-webkit-animation: sk-cubegridscaledelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

	0%,
	100%,
	70% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3d(0, 0, 1);
		transform: scale3d(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {

	0%,
	100%,
	70% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3d(0, 0, 1);
		transform: scale3d(0, 0, 1);
	}
}

.sk-fading-circle {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle::before {
	margin: 0 auto;
	width: 15%;
	height: 15%;
	-webkit-animation: sk-circlefadedelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2::before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3::before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-fading-circle .sk-circle4::before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5::before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6::before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7::before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8::before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9::before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10::before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11::before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12::before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

	0%,
	100%,
	39% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {

	0%,
	100%,
	39% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.sk-folding-cube {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sk-folding-cube .sk-cube::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	-webkit-animation: sk-foldcubeangle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2::before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3::before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4::before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
