/*!
Theme Name: tiili-info
Theme URI: http://underscores.me/
Author: Kuuki Marketing Lab
Author URI: https://www.kuuki.fi/
Description: Tiili-info teema
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tiili-info
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

tiili-info 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;
	font-weight: 600;
	font-family: 'InterSemibold';
}

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */

@font-face {
	font-family: 'Frank Ruhl Libre', serif;
	src: url('fonts/frankruhllibre-bold-webfont.woff2') format("woff2"),
		url('fonts/frankruhllibre-bold-webfont.woff') format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/inter-regular-webfont.woff2') format("woff2"),
		url('fonts/inter-regular-webfont.woff') format("woff");
	font-weight: 400;
	font-style: italic
}


@font-face {
	font-family: 'InterSemibold';
	src: url('fonts/inter-semibold-webfont.woff2') format("woff2"),
		url('fonts/inter-semibold-webfont.woff') format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'InterBold';
	src: url('fonts/inter-bold-webfont.woff2') format("woff2"),
		url('fonts/inter-bold-webfont.woff') format("woff");
	font-weight: 700;
	font-style: normal;
}

:root {
	--black: #000000;
	--white: #ffffff;
	--coal: #333333;
	--grey: #ECEDED;
	--darkgrey: #445055;
	--brick: #c65300;
	--link: #c65300;
	--link-hover: #108091;
	--text: #445055;
	--themefont: 'Inter', Arial, Helvetica, sans-serif;
	--headingfont: 'Frank Ruhl Libre';
	--block-padding-top: 64px;
	--block-padding-bottom: 64px;
	--block-padding-top-mobile: 34px;
	--block-padding-bottom-mobile: 34px;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.6;
	background: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	text-rendering: geometricPrecision;
	font-family: var(--themefont);
	font-weight: 400;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--headingfont);
	color: var(--coal);
	clear: both;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.25;
}

h1 {
	font-size: 40px;
}

.block-hero-carousel h1 {
	font-size: 50px;
}

h2 {
	font-size: 32px;
}

body.single article h2 {
	font-size: 26px;
}

h3 {
	font-size: 26px;
}

body.single article h3 {
	font-size: 20px;
}

h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong {
	font-family: var(--headingfont);
}

h4 {
	font-size: 16px;
}

p {
	margin-bottom: 1.5em;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white ul,
.text-white span,
.text-white a {
	color: var(--white);
}

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

blockquote {
	margin: 0 1.5em;
}

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

/* Elements
--------------------------------------------- */

body.disable-scroll {
	overflow: hidden;
}

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

ul,
ol {
	list-style: disc;
	padding: 0;
}

ul {
	list-style: disc;
}

nav ul {
	list-style: none;
}

.site-main .entry-content ul {
	list-style: disc;
    list-style-position: outside;
	padding-left: 20px;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--link);
	text-decoration: underline;
	-webkit-text-decoration-color: var(--color-link-text);
	text-decoration-color: var(--color-link-text);
	text-underline-offset: 6px;
	transition: all .18s cubic-bezier(.19, 1, .22, 1);
}

a:hover,
a:focus,
a:active {
	color: var(--link-hover);
}

a:focus {
	outline: thin dotted;
	color: var(--link);
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: var(--white);
	border: 2px solid var(--brick);
	color: var(--coal);
	cursor: pointer;
	display: inline-flex;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: all .18s cubic-bezier(.25, .46, .45, .94);
	white-space: nowrap;
	width: auto;
	box-shadow: none;
	font-size: 16px;
	line-height: 16px;
	font-family: 'InterSemibold';
	font-weight: 600;
	padding: 12px 20px 12px 20px;
	margin-bottom: 10px;
}

a.button:after {
	content: '';
	background-image: url(svg/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-flex;
	width: 15px;
	height: 15px;
	margin-left: 7px;
	margin-right: 0;
	position: relative;
}

a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: var(--brick);
	border: 2px solid var(--brick);
	color: var(--white);
}

a.button:hover:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(85deg) brightness(104%) contrast(101%);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border: 2px solid var(--brick);
}

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 #ccc;
	padding: 8px;
}

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

select {
	border: 1px solid #ccc;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 16px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
	background-position: right 10px center;
	background-repeat: no-repeat;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.nav-container {
	position: fixed;
	width: 100%;
	background-color: var(--white);
	z-index: 99999;
	transition: all .3s ease-in-out;
}

.nav-container.sticky-nav {
	background-color: var(--white);
	box-shadow: 0 0 25px #00000017;
	transition: all .3s ease-in-out;
}

.site-main {
	padding-top: 90px;
}

.sticky-lg-top {
	top: 80px!important;
}

.site-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1340px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	z-index: 15;
	padding-left: 15px;
	padding-right: 15px;
	transition: all 0.3s ease-in-out;
}

.site-header .site-branding {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: -10px
}

button.search-toggle,
button.search-toggle:hover,
button.search-toggle:active,
button.search-toggle:focus {
	border: 0px solid;
	background: none;
	padding: 5px;
}

.site-header svg#search-icon {
	fill: var(--coal);
	width: 18px;
}

.site-header svg#search-icon:hover {
	fill: var(--brick);
}

.nav-container .header-search {
	visibility: hidden;
	pointer-events: none;
	z-index: -1;
	position: absolute;
	opacity: 0;
	transition: .15s linear all;
	left: 0;
	right: 0;
	top: 65px;
	background-color: var(--white);
	box-shadow: 0px 6px 7px rgb(0 0 0 / 3%);
	padding: 30px;
}

.nav-container .header-search.active {
	opacity: 1;
	transition: .15s linear all;
	z-index: 3;
	pointer-events: all;
	visibility: visible;
}

.nav-container .header-search input.search-field {
	padding: 10px 18px;
	width: 100%;
}

.nav-container .header-search p {
	margin: 0;
}

.nav-container .header-search label {
	width: 100%;
}

.nav-container input.search-submit {
	margin-bottom: 0;
	border-radius: 0 3px 3px 0px;
	padding: 14px 10px;
}

p.site-title {
	margin: 0;
	padding: 15px;
}

.floating-menu {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation ul li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	position: relative;
	border-bottom: 1px solid #984000;
}

.main-navigation a {
	color: var(--black);
	text-decoration: none;
	font-weight: 600;
	font-family: 'InterSemibold';
}

.main-navigation ul li.button a {
	color: var(--white);
}

.main-navigation ul li.button.button-ghost a {
	color: var(--purple);
}

.main-navigation li.is-external>a:after {
	content: '';
	background-image: url(svg/external-link.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-flex;
	width: 15px;
	height: 15px;
	margin-left: 7px;
	margin-right: 0;
	position: relative;
}

.main-navigation ul ul {
	display: none;
	margin-top: 0px;
	margin-left: 10px;
}

.main-navigation ul ul ul {
	display: none;
	margin-left: 25px;
}

.main-navigation ul.sub-menu li a {
	color: var(--coal);
}

.main-navigation ul.sub-menu li a:hover {
	color: var(--black);
}

.main-navigation ul.sub-menu.has-sub-menu ul.sub-menu {
	position: absolute;
	top: 10px;
	left: 170px;
}

button.dropdown-toggle,
button.menu-button {
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	content: "";
	z-index: 99;
	position: relative;
	right: 0px;
	border-radius: 0;
	padding: 0 10px;
}

button.dropdown-toggle {
	position: absolute;
	right: 0px;
	top: -3px;
	padding: 5px 0px 5px 0px;
	color: var(--black);
}

.menu-button:before,
.menu-button.toggled-on:before {
	margin-right: 5px;
}

.no-js .menu-button {
	display: none;
}


/*! Mobile menu */

@media (max-width: 991px) {

	.site-header-menu .main-navigation {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		pointer-events: none;
		transition: all 0.3s ease-in-out;
		-webkit-transform: translateY(-100vh);
		-ms-transform: translateY(-100vh);
		transform: translateY(-100vh);
		left: 0;
		right: 0;
		background-color: var(--brick);
		height: 100vh;
		margin: 0;
		top: 65px;
		overflow: auto;
		padding-bottom: 75px;
		-webkit-overflow-scrolling: touch;
		z-index: 9;
	}

	.site-header-menu.toggled-on .main-navigation {
		pointer-events: none;
		transition: all 0.3s ease-in-out;
		visibility: visible;
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}

	.main-navigation .menu-items {
		padding: 20px 20px 20px 20px;
	}

	.main-navigation ul ul {
		margin-top: 10px;
	}

	.main-navigation ul {
		font-size: 20px;
		font-family: var(--headingfont);
	}

	.main-navigation ul li {}

	.main-navigation ul.sub-menu li a,
	.main-navigation ul li a,
	a:not([href]):not([class]),
	a:not([href]):not([class]):hover {
		color: var(--white);
	}

	.main-navigation ul.sub-menu li {
		border-bottom: none;
		padding: 0;
		font-size: 15px;
	}

	.main-navigation li.current_page_item>a,
	.main-navigation ul.sub-menu li.current_page_item>a {
		color: var(--white);
	}

	ul.sub-menu.toggled-on {
		display: block;
	}

}

/*! Hamburgers */

.hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger.toggled-on .hamburger-inner,
.hamburger.toggled-on .hamburger-inner::before,
.hamburger.toggled-on .hamburger-inner::after {
	background-color: var(--black);
}

.hamburger-box {
	width: 2.5rem;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -0.1rem;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 2.5rem;
	height: 0.17rem;
	background-color: var(--black);
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.has-dark-hero.nav-container .hamburger-inner,
.has-dark-hero.nav-container .hamburger-inner::before,
.has-dark-hero.nav-container .hamburger-inner::after {
	background-color: var(--white);
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -0.5rem;
}

.hamburger-inner::after {
	bottom: -1rem;
}

.hamburger--collapse .hamburger-inner,
.hamburger .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after,
.hamburger .hamburger-inner::after {
	top: -1rem;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before,
.hamburger .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.toggled-on .hamburger-inner,
.toggled-on.hamburger .hamburger-inner {
	transform: translate3d(0, -0.7rem, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.toggled-on .hamburger-inner::after,
.toggled-on.hamburger .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.toggled-on .hamburger-inner::before,
.toggled-on.hamburger .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* Screen readers */
.screen-readers {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-break: normal !important;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

/* Desktop media query */
@media only screen and (min-width: 992px) {
	button.menu-button {
		display: none;
	}

	.menu-container {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
	}


	.site-header-menu {
		display: flex;
		position: relative;
		align-items: center;
	}

	.site-header-menu .main-navigation {
		opacity: 1;
	}

	.main-navigation {
		padding: 0;
	}

	.main-navigation {
		align-items: center;
		background-color: transparent;
		display: flex;
		margin: 0;
		padding: 0;
		position: relative;
		text-transform: uppercase;
	}

	.main-navigation ul li>a {
		color: var(--coal);
		font-size: 15px;
	}

	.main-navigation ul li.button>a {
		color: var(--white);
	}

	.main-navigation ul li.button.button-ghost>a {
		color: var(--purple);
	}

	.main-navigation ul li.button {
		margin-left: 15px;
		padding: 8px 10px 5px !important;
	}

	.main-navigation ul li.button>a:hover {
		color: var(--white);
	}

	.main-navigation ul li>a:hover {
		color: var(--brick);
	}

	.main-navigation ul.sub-menu li a {
		color: var(--coal);
		display: flex;
		font-family: 'InterSemibold';
		font-size: 13px;
		text-transform: none;
	}

	.main-navigation li.current-menu-parent>a,
	.main-navigation li.current_page_item>a,
	.main-navigation ul.sub-menu li.current_page_item>a,
	.main-navigation ul.sub-menu li a:hover,
	.main-navigation ul.sub-menu li.current-menu-item a {
		color: var(--brick);
	}

	.main-navigation li.current_page_item>a {
		color: var(--brick);
	}



	.main-navigation ul li {
		position: relative;
		margin: 0;
		padding: 10px 0px 10px 15px;
		border-bottom: none;
		display: inline-block;
	}

	.main-navigation li.mobile-only {
		display: none;
	}

	.lang-item.menu-item {
		text-transform: uppercase;
	}

	.main-navigation ul.sub-menu {
		position: absolute;
		display: none;
		top: 100%;
		border-radius: 5px;
		left: 5%;
		margin-left: 0;
		padding: 10px;
		background-color: #fff;
		box-shadow: 0 0 25px #00000017;
		padding-top: .5rem;
		padding-bottom: 0.5rem;
		z-index: 999;
		column-count: 1;
		width: 190px;
	}

	.main-navigation .two-col ul.sub-menu {
		width: 450px;
		column-count: 2;
		gap: 20px;
	}

	.main-navigation ul li.two-col:hover {
		display: inline-block;
		flex-direction: unset;
	}

	.main-navigation ul.sub-menu::before {
		border-color: transparent transparent #fff;
		border-style: solid;
		border-width: 0 5px 5px;
		top: -5px;
		content: '';
		display: block;
		height: 0;
		left: 15px;
		position: absolute;
		transform: scale(1);
		transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
		width: 0;
	}

	.main-navigation ul.sub-menu.has-sub-menu ul.sub-menu::before {
		border-color: transparent transparent #fff;
		border-style: solid;
		border-width: 0 5px 5px;
		top: 5px;
		content: '';
		display: block;
		height: 0;
		left: -8px;
		position: absolute;
		transform: scale(1);
		transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
		width: 0;
		transform: rotate(270deg);
	}

	.main-navigation .pll-parent-menu-item {
		margin-left: 30px;
	}

	.main-navigation .pll-parent-menu-item:before {
		content: '';
		background: url(svg/globe.svg) no-repeat center;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 30px;
		margin-top: 3px;
	}

	.main-navigation .pll-parent-menu-item button.dropdown-toggle {
		display: none;
	}

	.main-navigation .pll-parent-menu-item ul.sub-menu {
		width: 60px;
	}

	.no-js .main-navigation ul ul li,
	.main-navigation ul ul li {
		padding: 10px 10px 5px;
		display: block;
	}

	.main-navigation ul .has-sub-menu>li {
		padding-right: 40px;
		display: flex;
	}

	.no-js .main-navigation ul ul ul,
	.main-navigation ul ul ul {
		top: 0px;
		left: 100%;
		margin-left: 0;
		margin-top: 0px;
		padding: 0;
	}

	ul.sub-menu .dropdown-toggle {
		position: absolute;
		right: 10px;
		top: 4px;
	}

	.main-navigation ul .dropdown-toggle:after,
	.main-navigation ul ul .dropdown-toggle:after,
	.main-navigation ul .dropdown-toggle.toggled-on:after,
	.main-navigation ul ul .dropdown-toggle.toggled-on:after {
		font-weight: normal;
	}

	button.dropdown-toggle {
		position: inherit;
		right: auto;
		top: 3px;
	}

	.main-navigation ul.sub-menu.toggled-on,
	.main-navigation ul li:hover>ul {
		display: inline-flex;
		flex-direction: column;
	}

	.main-navigation ul li.two-col:hover>ul,
	.main-navigation ul li.two-col.sub-menu.toggled-on {
		display: inline-block;
		flex-direction: unset;
	}

}

.main-navigation ul .dropdown-toggle:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 16.59L6.41 11L5 12.41L12 19.41L19 12.41L17.59 11L12 16.59Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: 20px;
	height: 22px;
	border: none
}

.main-navigation ul ul .dropdown-toggle:after {
	content: url(svg/chevron-right.svg);
}

.main-navigation ul .dropdown-toggle.toggled-on:after {
	display: inline-block;
	background-size: contain;
	transform: rotate(180deg);
}

.main-navigation ul ul .dropdown-toggle.toggled-on:after {
	content: url(svg/chevron-left.svg);
}

select.pll-switcher-select {
	background-color: initial;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 8px 8px;
	border: 0;
	font-family: var(--headingfont);
	color: var(--purple);
	line-height: 1;
	text-transform: uppercase;
	background: none;
	text-align: right;
	padding: 15px 10px;
	font-size: 0;
}

.lang-select {
	background: url(svg/globe.svg) no-repeat center;
	width: 30px;
	height: 30px;
}

/* 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;
	z-index: 2;
	position: relative;
	text-align: left;
	font-size: 14px;
	font-style: italic;
}


.site-footer {
	padding-top: var(--block-padding-top);
	padding-bottom: var(--block-padding-bottom);
	position: relative;
}

.site-footer .container:after {
	content: "";
	position: absolute;
	top: 4rem;
	right: 0;
	width: 40%;
	bottom: 0;
	background-color: var(--grey);
	z-index: 1;
}

.site-footer .widget {
	z-index: 2;
	position: relative;
}

.site-footer a {
	text-decoration: none;
}

.site-footer a:hover {
	color: var(--white);
	text-decoration: underline;
    -webkit-text-decoration-color: var(--color-link-text);
    text-decoration-color: var(--color-link-text);
    text-underline-offset: 4px;
    transition: all .18s cubic-bezier(.19, 1, .22, 1);
}


/* Accessibility
--------------------------------------------- */
.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;
}

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

/* Theme styles */

.block {
	position: relative;
	padding-bottom: var(--block-padding-bottom);
	padding-top: var(--block-padding-top);
	background-position: center;
	background-size: cover;
}

.block-hero {
	padding-top: 32px;
}

.block.no-padding-bottom {
	padding-bottom: 0px;
}

.block.no-padding-top {
	padding-top: 0px;
}

.negative-margin-bottom {
	margin-bottom: -64px;
}

.negative-margin-top {
	margin-top: -64px;
}

p.no-margin-bottom {
	margin-bottom: 0;
}

.block-hero-bg-img.double-padding-bottom {
	padding-bottom: 128px;
}

.block-hero-bg-img {
	padding-top: 128px;
}

.block.block-hero-bg-img.no-padding-top.no-padding-bottom.double-padding-bottom {
	padding-top: var(--block-padding-top);
	padding-bottom: var(--block-padding-bottom);
}

.white-bg {
	background-color: var(--white);
}

.grey-bg {
	background-color: var(--grey);
}

.darkgrey-bg {
	background-color: var(--darkgrey);
}

.brick-bg {
	background-color: var(--brick);
}

.lift-image {
	aspect-ratio: 1200/800;
	background-size: cover;
}

.hero-img {
	aspect-ratio: 1300/515;
	background-size: cover;
}

.slider-img {
	aspect-ratio: 1200/690;
	background-size: cover;
}

.article-image {
	aspect-ratio: 1200/628;
	background-size: cover;
	position: relative;
}

.hero-img img,
.article-image img,
.lift-image img,
.slider-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.entry-content {
	position: relative;
}

a.global-link {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


.two-images {
	position: relative;
}


.lift-image.bottom {
	position: absolute;
	width: 75%;
	top: -64px;
}

.lift-image.top {
	position: absolute;
	width: 75%;
	right: 0;
	top: 0px;
}

.block.margin-64 {
	margin-bottom: 64px;
	margin-top: 64px;
}

.page-lift h2,
.page-lift h3 {
	transition: all 0.2s ease-in-out;
	font-size: 26px;
}

.page-lift:hover h2,
.page-lift:hover h3 {
	transition: all 0.2s ease-in-out;
	color: var(--brick);
}

.block-hero-carousel {
	max-width: calc(100% - 8rem);
	margin: 50px auto auto;
}

.block-hero-carousel .carousel-text {
	position: absolute;
	max-width: 500px;
	min-width: 500px;
	z-index: 99;
}

.block-hero-carousel .container:before {
	content: "";
	position: absolute;
	top: -64px;
	left: -60px;
	bottom: 0;
	width: calc(100% - 65px);
	background-color: var(--grey);
	z-index: -1;
	height: 100%;
}

.block-hero-carousel .carousel-button {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.splide__slide.is-active .carousel-button {
	opacity: 1;
}

.block-hero-carousel .carousel-button a {
	margin: 0;
	height: 64px;
	background: var(--brick);
	color: var(--white);
	line-height: inherit;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.block-hero-carousel .carousel-button a:after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(85deg) brightness(104%) contrast(101%);
}

.block-hero-carousel .carousel-button a:hover {
	background: var(--black);
	border: 2px solid var(--black);
	color: var(--white);
}

.block-hero-bg .offset-top {
	margin-top: -80px;
	position: relative;
}

.block-hero-bg h1 {
	margin-top: 0
}

#breadcrumbs {
	text-transform: uppercase;
	font-size: 14px;
}

#breadcrumbs a {
	text-decoration: none;
}

.block-hero-carousel .splide__arrows {
	position: absolute;
	bottom: 30px;
	right: 25px;
	z-index: 1;
}

button.splide__arrow {
	border-radius: 50%;
}

.block-hero-carousel .splide__slide .carousel-text {
	opacity: 0;
	transition: all 0.5s ease-in-out;
	transform: translate(0px, -40px);
}

.block-hero-carousel .splide__slide.is-active .carousel-text {
	opacity: 1;
	transform: translate(0px, 0px);
}

.block-hero-carousel .splide__slide .slider-img {
	opacity: 0;
	transition: all 0.5s ease-in-out;
	transform: translate(0px, 40px);
}

.block-hero-carousel .splide__slide.is-active .slider-img {
	opacity: 1;
	transform: translate(0px, 0px);
}

.block-hero-carousel button[disabled] {
	opacity: 0.4;
}

.block-breadcrumbs #breadcrumbs {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.block-article-hero:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	background-color: var(--grey);
	height: calc(100% - 150px);
	top: 0;
	z-index: -1;
}

.block-hero-offset {
	padding-bottom: 94px;
}

.block-hero-offset .offset-elements {
	position: relative;
}

.block-hero-offset .offset-elements .left {
	position: relative;
	z-index: 2;
	margin-top: 40px;
	margin-bottom: -40px;
}

.block-hero-offset .offset-elements .padded-element {
	padding: 60px;
	height: 100%;
	margin-right: -60px;
}

.block-hero-offset .offset-elements .right {
	position: relative;
}

.wp-block-image img {
	width: 100%;
}

.article-image-caption {
	padding: 10px 20px;
	background: #0000007d;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	color: var(--white);
}

.wp-block-image figcaption {
	margin-bottom: 1em;
	margin-top: 0.5em;
	margin-top: -30px;
	background: var(--grey);
	z-index: 2;
	position: relative;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 50px;
	font-size: 14px;
}

nav.sibling-pages-list ul,
nav.child-pages ul {
	list-style: none;
}

nav.sibling-pages-list ul li,
nav.child-pages ul li {
	font-weight: 600;
	font-family: 'InterSemibold';
	font-size: 13px;
}

.child-pages-item {
	background-size: cover;
	background-repeat: no-repeat;
	aspect-ratio: 1200/650;
	position: relative;
	transition: all 0.2s ease-in-out;
	top: 0px;
	cursor: pointer
}

.child-pages-item:hover {
	top: -3px;
	box-shadow: 0px 10px 10px rgba(34, 34, 34, .1);
}

nav.sibling-pages-list ul {
	margin: 0;
}

nav.sibling-pages-list ul li {
	display: inline-block;
	position: relative;
    text-align: center;
}

.parent-pageid-1238 nav.sibling-pages-list ul li {
	max-width: 120px;
}

.parent-pageid-1238 .block-siblings {
	/* margin-top: -30px ;*/
}

.block-siblings {
	z-index: 9999;
	/* margin-top: -20px;*/
}

nav.sibling-pages-list ul li a {
	text-decoration: none;
	color: var(--brick);
	padding: 10px 5px;
    background-color: var(--white);
	display: block;
	line-height: 1.4;
}

nav.sibling-pages-list ul li.current_page_item a:hover {
	background-color: var(--white);
}

nav.sibling-pages-list ul li.current_page_item a:after { 
	content: "";
    position: absolute;
    left: 0;
	right: 0;
    margin: auto;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid var(--white);
    clear: both;
    transition-duration: 0.3s;
}

nav.sibling-pages-list ul li a:hover {
   color: var(--link-hover);
}

.side-nav nav ul li {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--grey);
	font-family: 'InterSemibold';
}

.child-pages ul li a {
	text-decoration: none;
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
	padding: 15px;
}

.child-pages ul li a:hover {
	color: #fff;
}

.child-pages a:after {
	content: '';
	background-image: url(svg/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-flex;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	margin-right: 0;
	position: relative;
	transition: all 0.3s linear;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(161deg) brightness(101%) contrast(100%);
}

.side-nav nav ul li a {
	text-decoration: none;
}

.sticky {
	display: block;
}

.is-sticky .sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 170px;
}

.has-shadows {
	-webkit-filter: drop-shadow(0px 0px 25px rgba(34, 34, 34, .2));
	filter: drop-shadow(0px 0px 25px rgba(34, 34, 34, .2));
}

.has-small-shadows {
	-webkit-filter: drop-shadow(0px 7px 5px rgba(34, 34, 34, 0.1));
	filter: drop-shadow(0px 7px 5px rgba(34, 34, 34, 0.1));
}

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

ul.references-list li {
	margin-bottom: 15px;
	line-height: 1.5;
}

span.reference-info {
	font-family: 'InterSemibold';
	font-size: 13px;
	text-transform: uppercase;
	display: block;
}

.tags-links a,
.cat-links a {
	text-transform: uppercase;
	display: inline-block;
	border: 2px solid;
	padding: 10px;
	text-decoration: none;
	color: var(--coal);
	font-size: 14px;
	font-weight: 600;
	font-family: 'InterSemibold';
}

.tags-links a:hover,
.cat-links a:hover {
	color: var(--brick);
}

.shade {
	background: linear-gradient(270deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 55%) 40%, rgb(0 0 0) 130%);
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.searchandfilter ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0!important;
}

.searchandfilter ul li {
	margin: 0 10px;
}

.social-share .share-buttons {
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: space-evenly;
}

.social-share .share-buttons a {
	display: flex;
	padding: 0 10px;
	text-align: center;
	transition: background .3s ease-in-out;
	box-shadow: none !important;
	margin-right: 10px;
}

.social-share .share-buttons svg {
	fill: var(--brick);
	width: 20px;
	height: 20px;
}

.site-footer .widget.widget_block.widget_media_image {
	display: inline-flex;
	margin-right: 30px;
}

.site-footer .widget.widget_block.widget_media_image figure {
	margin: 0;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map img {
	max-width: inherit !important;
}

.searchandfilter input[type=checkbox],
.searchandfilter input[type=radio] {
	display: none;
}

.searchandfilter select.sf-input-select,
.searchandfilter input[type=checkbox]+label,
.searchandfilter input[type=radio]+label {
	display: inline-block;
	color: var(--coal);
	padding: 12px;
	background-color: var(--white);
	border: 2px solid var(--brick);
	cursor: pointer;
	font-size: 14px;
	font-family: 'InterSemibold';
}


.searchandfilter input[type=checkbox]+label:hover,
.searchandfilter input[type=checkbox]:checked+label,
.searchandfilter input[type=radio]+label:hover,
.searchandfilter input[type=radio]:checked+label {
	background-color: var(--brick);
	color: var(--white);
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
	box-shadow: 0px 10px 10px rgb(0 0 0 / 15%);
}

.entry-meta time.updated {
	display: none;
}

html {
	scroll-padding-top: 160px;
}

.chosen-container-multi .chosen-choices {
	padding: 7px;
    border: 2px solid var(--brick);
	display: flex;
    flex-direction: column;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
	text-align: left;
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field {

}

.entry-content.anchor-content img {
	width: 100%!important;
}

.logged-in.admin-bar .sticky-lg-top {
	top: 30px!important;
}

#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: var(--coal);
	color: #fff;
	padding: 7px 10px;
	text-decoration: none;
	opacity: 0;
	transition: opacity 0.3s;
	z-index: 999;
}

#back-to-top svg {
	width: 20px;
}

#back-to-top.show {
	display: block;
	opacity: 1;
}

#back-to-top.show:hover {
	opacity: 0.8;
}

#cmplz-document {
	margin: auto;
    padding-top: 64px;
    padding-bottom: 64px;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	justify-content: center;
}

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

#back-to-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	transition: opacity 0.3s, transform 0.3s;
	transform: translateY(20px);
}

#back-to-top.show {
	opacity: 1;
	transform: translateY(0);
}
}

form#search-filter-form-967 {
    display: none;
}


.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1399px) {
	.lift-image.top {
		top: 34px;
	}
}

@media (max-width: 1199px) {
	.lift-image.bottom {
		top: -34px;
	}

	.lift-image.top {
		top: 64px;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.main-navigation ul li>a {
		font-size: 13px
	}

	.main-navigation ul li.hide-on-tablet {
		display: none;
	}

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

@media (max-width: 992px) {
	
	.sticky-top {
		top: 60px;
		z-index: 1;
	}
	
	.lift-image.bottom {
		position: relative;
		margin-bottom: 35px;
	}

	.lift-image.top {
		top: 0;
	}

	.block.margin-64 {
		margin-bottom: 0;
		margin-top: 0;
	}

	.block {
		padding-bottom: var(--block-padding-bottom-mobile);
		padding-top: var(--block-padding-top-mobile);
	}

	.block-hero-carousel {
		max-width: 100%
	}

	.block-hero-carousel .carousel-text {
		position: relative;
	}

	h1 {
		font-size: 36px;
	}

	.block-hero-carousel {
		margin: 0
	}

	.block-hero-carousel .carousel-button {
		position: relative;
		margin-top: 30px;
	}

	.block-hero-carousel .carousel-button a {
		display: inline-flex;
	}

	.side-nav {}
	
	.site-footer .container:after {
		left: 0;
		right: 0;
		width: 100%;
		top: inherit;
		position: absolute;
		height: 335px;	
	}

	button.search-toggle {
		margin-right: 10px;
	}

	.block-hero-offset .offset-elements .padded-element {
		margin-right: auto;
	}

	.block-hero-offset .offset-elements .padded-element {
		padding: 30px;
	}

	.block-hero-offset .offset-elements .left {
		margin-bottom: auto;
		margin-top: 0;
	}

	html {
		scroll-padding-top: 100px;
	}

}

@media (max-width: 767px) {
	h1,
	.block-hero-carousel h1 {
		font-size: 36px;
	}

	.block-hero-carousel .carousel-text {
		max-width: inherit;
		min-width: inherit;
	}

	.block-hero-carousel .container:before {
		top: 0;
		height: calc(100% - 150px);
		width: 100%;
		left: 0;
	}

	.block-hero-carousel {
		padding-top: 0
	}

	.block-hero-bg .offset-top {
		margin-top: -40px;
	}

	.home #page {
		overflow: hidden;
	}

	.searchandfilter ul {
		flex-direction: column;
	}

	nav.child-pages ul li,
	nav.child-pages ul li a {
		width: 100%;
	}
	
	.parent-pageid-1238 nav.sibling-pages-list ul li {
		max-width: inherit;
	}
	
	nav.sibling-pages-list ul {
   		margin: 0;
    	white-space: nowrap;
    	overflow-y: hidden;
    	overflow-x: scroll;
		scroll-behavior: smooth;
  		-webkit-overflow-scrolling: touch;
	}
	
	nav.sibling-pages-list ul::-webkit-scrollbar {
  		width: 5px;
  		height: 8px;
  		background-color: var(--black);
	}
	
	nav.sibling-pages-list ul::-webkit-scrollbar-thumb {
  		background-color: var(--brick);
	}
	
	nav.sibling-pages-list ul:after {
		content: '';
    	position: absolute;
    	right: 0;
    	width: 40%;
    	background: rgb(255,255,255);
    	background: linear-gradient(90deg, rgba(255,255,255,0) -12%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,1) 100%);
    	height: 100%;
	}
	
	.site-footer .container:after {
	
	}
}


@media (max-width: 600px) {
	.site-footer .container:after {
		
	}
}


@media (max-width: 400px) {
	.site-footer .container:after {
		height: 385px;
	}
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1
}

.splide--rtl {
	direction: rtl
}

.splide__track--ttb>.splide__list {
	display: block
}

.splide__container {
	box-sizing: border-box;
	position: relative
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
	display: none
}

.splide__progress__bar {
	width: 0
}

.splide {
	position: relative;
	visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative
}

.splide__slide img {
	vertical-align: bottom
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

.splide__container {
	box-sizing: border-box;
	position: relative
}

.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block
}

.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
	display: none
}

.splide__progress__bar {
	width: 0
}

.splide {
	position: relative;
	visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible
}

.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative
}

.splide__slide img {
	vertical-align: bottom
}

.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0
}

@keyframes splide-loading {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(1turn)
	}
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
	opacity: 1;
	z-index: 1
}

.splide--rtl {
	direction: rtl
}

.splide__track--ttb>.splide__list {
	display: block
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1
}

.splide__arrow svg {
	fill: #000;
	height: 0.8em;
	width: 0.8em
}

.splide__arrow:hover:not(:disabled) {
	opacity: .9
}

.splide__arrow:disabled {
	opacity: .3
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__arrow--prev {
	left: 1em
}

.splide__arrow--prev svg {
	transform: scaleX(-1)
}

.splide__arrow--next {
	right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__pagination {
	bottom: .5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: .7;
	padding: 0;
	position: relative;
	transition: transform .2s linear;
	width: 8px
}

.splide__pagination__page.is-active {
	background: var(--brick);
	transform: scale(1.4);
	z-index: 1
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: .9
}

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__progress__bar {
	background: #ccc;
	height: 3px
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
	outline: 0
}

@supports(outline-offset:-3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf
	}
}

@supports(outline-offset:-3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px
	}
}

@media screen and (-ms-high-contrast:none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf
	}

	.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
		border-color: #0bf
	}
}

.splide__toggle {
	cursor: pointer
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
	border: 3px solid transparent;
	cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
	border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg)
}

.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: .5em;
	top: 0
}

.block-hero-carousel button.splide__arrow.splide__arrow--next {
	right: 0;
}

.block-hero-carousel button.splide__arrow.splide__arrow--prev {
	left: -70px;
}

.splide-page-lift .splide__arrows {
	position: absolute;
	top: -45px;
	right: 0;
}

.splide-page-lift .splide__arrow--prev {
    left: -90px;
}