/*!
Theme Name: Flora Fawn
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ff
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.

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1a1d30;
	font-family: "Outfit", "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #292146;
	margin-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: 700;
}

h1 {
	font-size: 48px;
	line-height: 60px;
}

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

	h1 {
		font-size: 34px;
		line-height: 42px;
	}
}

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

	h1 {
		font-size: 28px;
		line-height: 35px;
	}
}

h2 {
	font-size: 40px;
	line-height: 50px;
}

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

	h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

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

	h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

h3 {
	font-size: 32px;
	line-height: 40px;
}

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

	h3 {
		font-size: 28px;
		line-height: 36px;
	}
}

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

	h3 {
		font-size: 22px;
		line-height: 28px;
	}
}

h4 {
	font-size: 25px;
	line-height: 32px;
	font-weight: 600;
}

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

	h4 {
		font-size: 22px;
		line-height: 30px;
	}
}

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

	h4 {
		font-size: 20px;
		line-height: 26px;
	}
}

h5 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
}

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

	h5 {
		font-size: 18px;
		line-height: 25px;
	}
}

h6 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05rem;
}

h4 a,
h5 a,
h6 a {
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
	font-size: 18px;
	font-weight: 300;
}

p strong {
	font-weight: 600;
}

.copy-lg p {
	font-size: 20px;
}

@media screen and (max-width: 1024px) {

	.copy-lg p {
		font-size: 18px;
	}
}

p.has-ff-smaller-font-size {
	font-size: 16px;
}

@media screen and (max-width: 1024px) {

	p.has-ff-smaller-font-size {
		font-size: 15px;
	}
}

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 {
	background: #fff;
}

.content-wrapper {
	max-width: 1180px;
	margin: auto;
	width: 100%;
	padding: 0 40px;
}

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

	.content-wrapper {
		padding: 0 25px;
	}
}

.ff-padding {
	padding: 40px 0;
}

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

	.ff-padding {
		padding: 60px 0;
	}
}

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

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

.no-padding {
	padding: 0;
}

.background--accent1 {
	background-color: #deffda;
}

.background--accent2 {
	background-color: #ffeaef;
}

.background--accent2 .ff-btn,
.background--accent2 .wp-block-button__link {
	background-color: #ff4b85;
	border-color: #ff4b85;
	color: #fff;
}

.background--accent2 .ff-btn:hover,
.background--accent2 .wp-block-button__link:hover {
	border-color: #292146;
	background-color: #292146;
}

.background--accent2 .ff-btn--secondary,
.background--accent2 .wp-block-button.is-style-outline .wp-block-button__link {
	border-color: #ff4b85;
	color: #292146;
}

.background--accent2 .ff-btn--secondary:hover,
.background--accent2 .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #fff;
	border-color: #292146;
}

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

	.hide-on-mobile {
		display: none;
	}
}

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

	.hide-on-desktop {
		display: none;
	}
}

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

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

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

/* Links
--------------------------------------------- */
a {
	color: #292146;
	font-weight: 600;
	transition: all 0.25s ease-in-out;
}

a:visited {
	color: #292146;
}

a:hover,
a:focus,
a:active {
	color: #00e757;
}

a:focus {
	outline: 1px dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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-color: #aaa #524040 #bbb;
}

.ff-btn,
.wp-block-button__link {
	background-color: #00e757;
	border: 2px solid #00e757;
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 1rem;
	color: #292146;
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease-in-out;
}

.ff-btn:hover,
.wp-block-button__link:hover {
	background-color: #292146;
	border-color: #292146;
	color: #fff;
}

.ff-btn--secondary,
.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent;
	border-color: #00e757;
	color: #292146;
}

.ff-btn--secondary:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: #292146;
	color: #fff;
	border-color: #292146;
}

.wp-block-buttons {
	margin-bottom: 1.5rem;
}

.wp-block-buttons .wp-block-button {
	margin: 0;
}

.wp-block-buttons .wp-block-button + .wp-block-button {
	margin-left: 10px;
}

@media screen and (max-width: 575px) {

	.wp-block-buttons .wp-block-button__link {
		display: block;
	}

	.wp-block-buttons .wp-block-button + .wp-block-button {
		margin-left: 0;
	}
}

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;
	border-radius: 3px;
	padding: 3px;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
svg {
	width: 100%;
}

svg .heart path {
	animation: grow 0.8s ease alternate infinite;
}

@keyframes grow {

	65% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.125);
	}
}

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

/* Header
--------------------------------------------- */
.site-header {
	padding: 10px 0;

	/* Icon 1 */

	/* Icon 3 */
}

.site-header .content-wrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.site-header .content-wrapper .site-branding .custom-logo-link {
	display: flex;
	max-width: 175px;
	align-items: center;
	margin-right: 25px;
}

@media screen and (max-width: 1024px) {

	.site-header .content-wrapper .site-branding .custom-logo-link {
		max-width: 150px;
	}
}

.site-header .content-wrapper .site-branding img {
	display: block;
}

.site-header #menu-toggle {
	padding: 0;
	border: 0;
	background-color: transparent;
	position: absolute;
	top: 23px;
	right: 40px;
	z-index: 2;
}

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

	.site-header #menu-toggle {
		right: 25px;
	}
}

.site-header #menu-toggle-icon {
	width: 24px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}

.site-header #menu-toggle-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #292146;
	border-radius: 1.5px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.site-header #menu-toggle-icon span:nth-child(1) {
	top: 0;
}

.site-header #menu-toggle-icon span:nth-child(2),
.site-header #menu-toggle-icon span:nth-child(3) {
	top: 8px;
}

.site-header #menu-toggle-icon span:nth-child(4) {
	top: 16px;
}

.site-header #menu-toggle-icon.open span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}

.site-header #menu-toggle-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.site-header #menu-toggle-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.site-header #menu-toggle-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#masthead {
	background-color: #292146;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 99;
}

.logged-in #masthead {
	margin-top: 32px;
}

@media screen and (max-width: 782px) {

	.logged-in #masthead {
		margin-top: 46px;
	}
}

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

	.logged-in #masthead {
		margin-top: 0;
	}
}

#site-body {
	padding-top: 63px;
}

@media screen and (max-width: 1024px) {

	#site-body {
		padding-top: 50px;
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	flex-grow: 1;
	align-items: center;
	font-size: 14px;
}

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

.main-navigation ul ul {
	border: 1px solid #dadada;
	border-radius: 6px;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover ul,
.main-navigation ul li:focus ul,
.main-navigation ul li.focus ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation li:focus {
	outline: 1px dotted;
}

.main-navigation li:hover,
.main-navigation li:active {
	outline: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation a .top-title,
.main-navigation a .subtitle,
.main-navigation a .label {
	display: none;
}

.main-navigation a .top-title {
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(41, 33, 70, 0.5);
	letter-spacing: 0.1em;
}

.main-navigation a .subtitle,
.main-navigation a .label {
	position: relative;
	top: -5px;
	margin-bottom: -5px;
}

.main-navigation a .subtitle {
	font-size: 13px;
	color: rgba(41, 33, 70, 0.5);
	font-weight: 400;
}

.main-navigation a .label {
	font-size: 10px;
	background-color: #f7f7f7;
	padding: 4px 6px;
	margin-left: 10px;
}

.main-navigation .sub-menu li .top-title {
	padding-bottom: 10px;
}

.main-navigation .sub-menu li a .top-title,
.main-navigation .sub-menu li a .title {
	display: block;
}

.main-navigation .sub-menu li a .subtitle,
.main-navigation .sub-menu li a .label {
	display: inline-block;
}

.main-navigation .sub-menu li a[target="_blank"] {
	position: relative;
}

.main-navigation .sub-menu li a[target="_blank"] .title {
	display: inline-block;
}

.main-navigation .sub-menu li a[target="_blank"] svg {
	width: 8px;
	margin-left: 4px;
	position: relative;
	top: -2px;
}

.main-navigation .sub-menu li + li {
	margin-top: 10px;
}

.main-navigation .sub-menu li + li .top-title {
	padding-top: 25px;
}

.main-navigation .ff-menu__mobile .nav-menu {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}

.main-navigation .ff-menu__mobile .nav-menu li a {
	padding: 15px 0;
}

.main-navigation .ff-menu__mobile .nav-menu li a[data-menu-toggle] {
	position: relative;
}

.main-navigation .ff-menu__mobile .nav-menu li a[data-menu-toggle]::after {
	content: url(img/chevron-lg.svg);
	display: block;
	position: absolute;
	top: 17px;
	right: 0;
	margin-left: 6px;
}

.main-navigation .ff-menu__mobile .nav-menu li li a[data-menu-toggle]::after {
	display: none;
}

.main-navigation .ff-menu__mobile .nav-menu li + li {
	border-top: 2px solid rgba(89, 104, 105, 0.3);
}

.main-navigation .ff-menu__mobile .nav-menu li li {
	font-size: 16px;
}

.main-navigation .ff-menu__nav-sub-level {
	display: none;
	position: absolute;
	top: -64px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 0 40px;
}

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

	.main-navigation .ff-menu__nav-sub-level {
		padding: 0 25px;
	}
}

.main-navigation .ff-menu__nav-sub-level.toggled {
	display: block;
}

.main-navigation .ff-menu__nav-sub-level .ff-menu__back {
	height: 64px;
	background: #f6f6f6;
	margin: 0 -40px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	font-size: 18px;
}

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

	.main-navigation .ff-menu__nav-sub-level .ff-menu__back {
		margin: 0 -25px;
		padding: 0 25px;
	}
}

.main-navigation .ff-menu__nav-sub-level .ff-menu__back .ff-menu__link--back {
	display: flex;
	align-items: center;
}

.main-navigation .ff-menu__nav-sub-level .ff-menu__back .ff-menu__link--back::before {
	content: url(img/chevron-lg.svg);
	display: inline-block;
	margin-right: 6px;
	margin-top: -6px;
	transform: rotate(180deg);
}

.main-navigation .ff-menu__nav-sub-level .ff-menu__title {
	font-size: 18px;
	color: #292146;
	font-weight: 600;
	margin-top: 40px;
	display: block;
	margin-bottom: 20px;
}

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

	.main-navigation .ff-menu__nav-sub-level .ff-menu__title {
		margin-top: 25px;
	}
}

.main-navigation .ff-menu__nav-sub-level .sub-menu {
	position: relative;
	box-shadow: none;
	left: 0;
	top: 0;
	float: none;
	font-size: 16px;
	border: 0;
}

.main-navigation .ff-menu__nav-sub-level .sub-menu li a[target="_blank"] span::after {
	top: 10px;
}

.main-navigation .ff-menu__nav-sub-level.visible {
	display: block;
}

.main-navigation .country-selector {
	align-items: center;
	position: relative;
}

.main-navigation .country-selector .flag {
	width: 16px;
}

@media screen and (max-width: 1024px) {

	.main-navigation .country-selector .flag {
		width: 24px;
	}
}

.main-navigation .country-selector__mobile {
	margin-right: 45px;
}

.main-navigation .country-selector__mobile .country-selector__dropdown {
	right: 0;
}

.main-navigation .country-selector__toggle {
	position: relative;
	background-color: transparent;
	padding: 0;
	border: 0;
	display: flex;
	align-items: center;
}

.main-navigation .country-selector__toggle .arrow {
	margin-left: 2px;
}

.main-navigation .country-selector__toggle[aria-expanded="true"] .arrow {
	transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {

	.main-navigation .country-selector__toggle .flag {
		width: 24px;
	}

	.main-navigation .country-selector__toggle .arrow {
		width: 16px;
		margin-left: 5px;
	}
}

.main-navigation .country-selector__toggle:hover .country-selector__dropdown,
.main-navigation .country-selector__toggle:focus .country-selector__dropdown {
	display: block;
}

.main-navigation .country-selector__dropdown {
	position: absolute;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 6px;
	padding: 20px;
	display: none;
	width: 125px;
	top: 100%;
}

.main-navigation .country-selector__dropdown a {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1024px) {

	.main-navigation .country-selector__dropdown a span {
		font-size: 18px;
	}
}

.main-navigation .country-selector__dropdown a .flag {
	margin-right: 5px;
}

@media screen and (max-width: 1024px) {

	.site-header {
		position: relative;
	}

	.main-navigation {
		flex-grow: 0;
	}

	.ff-menu__desktop,
	.ff-menu__container {
		display: none;
	}

	/* Small menu. */
	.menu-toggle,
	.main-navigation.toggled .ff-menu__container {
		display: block;
	}

	.main-navigation.toggled .ff-menu__container {
		position: absolute;
		top: 64px;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: calc(100vh - 64px);
		min-height: 500px;
		background-color: #fff;
		padding: 0 40px;
		opacity: 1;
		z-index: 1;
	}
}

@media screen and (max-width: 1024px) and (max-width: 768px) {

	.main-navigation.toggled .ff-menu__container {
		padding: 0 25px;
	}
}

@media screen and (max-width: 1024px) {

	.main-navigation.toggled .ff-menu__buttons {
		display: flex;
		margin-top: 10px;
	}

	.main-navigation.toggled .ff-menu__buttons .ff-btn {
		flex: 1 0 0;
		text-align: center;
		font-size: 16px;
	}

	.main-navigation.toggled .ff-menu__buttons .ff-btn + .ff-btn {
		margin-left: 15px;
	}
}

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

	.main-navigation.toggled .ff-menu__buttons {
		flex-direction: column;
	}

	.main-navigation.toggled .ff-menu__buttons .ff-btn--secondary {
		order: 2;
		margin-top: 15px;
		margin-left: 0;
	}

	.main-navigation.toggled .ff-menu__buttons .ff-btn + .ff-btn {
		margin-left: 0;
	}
}

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

	.menu-toggle,
	.ff-menu__mobile {
		display: none;
	}

	.ff-menu__desktop {
		display: flex;
	}

	.country-selector__desktop {
		display: block;
	}

	.ff-menu__container {
		display: flex;
		justify-content: flex-end;
		flex-grow: 1;
		align-items: center;
	}

	.ff-menu__container .menu {
		display: flex;
		margin-right: 20px;
	}

	.ff-menu__container .menu li a {
		padding: 8px 0;
		color: #fff;
		font-size: 18px;
	}

	.ff-menu__container .menu li li a {
		padding: 0;
	}

	.ff-menu__container .menu li + li {
		margin-left: 25px;
	}

	.ff-menu__container .menu li.menu-item-has-children a {
		display: inline-block;
	}

	.ff-menu__container .menu li.menu-item-has-children::after {
		content: url(img/chevron.svg);
		display: inline-block;
	}

	.ff-menu__container .menu li.menu-item-has-children li::after {
		display: none;
	}

	.ff-menu__container .menu li.menu-item-has-children li + li {
		margin-left: 0;
	}

	.ff-menu__container .menu .sub-menu {
		padding: 20px;
	}

	.ff-menu__buttons {
		display: flex;
		align-items: center;
	}

	.ff-menu__buttons .ff-btn {
		font-size: 14px;
		padding: 6px 14px;
		margin-left: 12px;
	}
}

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

body.menu-open {
	overflow: hidden;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}*/
.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

/* Custom Blocks
--------------------------------------------- */
.hero__content-inner :last-child {
	margin-bottom: 0;
}

.hero__content-inner h6,
.hero__content-inner h1 {
	margin-bottom: 15px;
}

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

	.hero__content-inner h6,
	.hero__content-inner h1 {
		margin-bottom: 20px;
	}
}

.hero__content-inner h1,
.hero__content-inner h2,
.hero__content-inner h3,
.hero__content-inner h4,
.hero__content-inner h5 {
	font-size: 48px;
	font-weight: 800;
	line-height: 60px;
}

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

	.hero__content-inner h1,
	.hero__content-inner h2,
	.hero__content-inner h3,
	.hero__content-inner h4,
	.hero__content-inner h5 {
		font-size: 34px;
		line-height: 42px;
	}
}

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

	.hero__content-inner h1,
	.hero__content-inner h2,
	.hero__content-inner h3,
	.hero__content-inner h4,
	.hero__content-inner h5 {
		font-size: 28px;
		line-height: 35px;
	}
}

.hero__content-inner p {
	font-weight: 600;
}

.hero__content-inner .wp-block-buttons {
	margin-top: 40px;
}

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

	.hero__content-inner .wp-block-buttons {
		margin-top: 50px;
	}
}

.hero__content-inner .wp-block-image {
	max-width: 575px;
	margin-bottom: 0;
	margin-top: 25px;
}

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

	.hero__content-inner .wp-block-image {
		margin-top: 40px;
	}
}

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

	.hero__content-inner .wp-block-image.hide-desktop {
		display: none;
	}
}

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

	.hero__content-inner .wp-block-image.hide-desktop {
		display: block;
	}
}

@media screen and (max-width: 575px) {

	.hero__content-inner .wp-block-image.hide-mobile {
		display: none;
	}
}

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

	.hero__content-inner .wp-block-image.hide-mobile {
		display: none;
	}
}

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

	.hero__image {
		margin-top: 30px;
	}
}

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

	.hero .content-wrapper {
		display: flex;
	}

	.hero__column {
		flex: 0 0 50%;
	}

	.hero__image,
	.hero__content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.hero__content-inner {
		padding-right: 25px;
	}
}

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

	.hero__content-inner {
		padding-right: 50px;
	}
}

.hero.homepage-hero {
	overflow: hidden;
}

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

	.hero.homepage-hero .hero__image img {
		max-width: 115%;
		width: 115%;
		margin-left: -5%;
	}
}

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

	.hero.homepage-hero .hero__image img {
		max-width: 120%;
		width: 120%;
		margin-left: -10%;
	}
}

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

	.hero.homepage-hero .hero__content-inner {
		padding-right: 80px;
	}
}

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

	.container.width-medium .container__content {
		max-width: 75%;
		margin: auto;
	}
}

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

	.container.width-medium .container__content {
		max-width: 66%;
	}
}

.container__content h1,
.container__content h2,
.container__content h3,
.container__content h4,
.container__content h5,
.container__content h6 {
	margin-bottom: 0;
}

.container__content h1 + p,
.container__content h1 + ul,
.container__content h1 + ol,
.container__content h1 + .wp-block-image,
.container__content h2 + p,
.container__content h2 + ul,
.container__content h2 + ol,
.container__content h2 + .wp-block-image,
.container__content h3 + p,
.container__content h3 + ul,
.container__content h3 + ol,
.container__content h3 + .wp-block-image,
.container__content h4 + p,
.container__content h4 + ul,
.container__content h4 + ol,
.container__content h4 + .wp-block-image,
.container__content h5 + p,
.container__content h5 + ul,
.container__content h5 + ol,
.container__content h5 + .wp-block-image,
.container__content h6 + p,
.container__content h6 + ul,
.container__content h6 + ol,
.container__content h6 + .wp-block-image {
	margin-top: 15px;
}

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

	.container__content h1 + p,
	.container__content h1 + ul,
	.container__content h1 + ol,
	.container__content h1 + .wp-block-image,
	.container__content h2 + p,
	.container__content h2 + ul,
	.container__content h2 + ol,
	.container__content h2 + .wp-block-image,
	.container__content h3 + p,
	.container__content h3 + ul,
	.container__content h3 + ol,
	.container__content h3 + .wp-block-image,
	.container__content h4 + p,
	.container__content h4 + ul,
	.container__content h4 + ol,
	.container__content h4 + .wp-block-image,
	.container__content h5 + p,
	.container__content h5 + ul,
	.container__content h5 + ol,
	.container__content h5 + .wp-block-image,
	.container__content h6 + p,
	.container__content h6 + ul,
	.container__content h6 + ol,
	.container__content h6 + .wp-block-image {
		margin-top: 20px;
	}
}

.container__content h1 + h1,
.container__content h1 + h2,
.container__content h1 + h3,
.container__content h1 + h4,
.container__content h1 + h5,
.container__content h1 + h6,
.container__content h2 + h1,
.container__content h2 + h2,
.container__content h2 + h3,
.container__content h2 + h4,
.container__content h2 + h5,
.container__content h2 + h6,
.container__content h3 + h1,
.container__content h3 + h2,
.container__content h3 + h3,
.container__content h3 + h4,
.container__content h3 + h5,
.container__content h3 + h6,
.container__content h4 + h1,
.container__content h4 + h2,
.container__content h4 + h3,
.container__content h4 + h4,
.container__content h4 + h5,
.container__content h4 + h6,
.container__content h5 + h1,
.container__content h5 + h2,
.container__content h5 + h3,
.container__content h5 + h4,
.container__content h5 + h5,
.container__content h5 + h6,
.container__content h6 + h1,
.container__content h6 + h2,
.container__content h6 + h3,
.container__content h6 + h4,
.container__content h6 + h5,
.container__content h6 + h6 {
	margin-top: 15px;
}

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

	.container__content h1 + h1,
	.container__content h1 + h2,
	.container__content h1 + h3,
	.container__content h1 + h4,
	.container__content h1 + h5,
	.container__content h1 + h6,
	.container__content h2 + h1,
	.container__content h2 + h2,
	.container__content h2 + h3,
	.container__content h2 + h4,
	.container__content h2 + h5,
	.container__content h2 + h6,
	.container__content h3 + h1,
	.container__content h3 + h2,
	.container__content h3 + h3,
	.container__content h3 + h4,
	.container__content h3 + h5,
	.container__content h3 + h6,
	.container__content h4 + h1,
	.container__content h4 + h2,
	.container__content h4 + h3,
	.container__content h4 + h4,
	.container__content h4 + h5,
	.container__content h4 + h6,
	.container__content h5 + h1,
	.container__content h5 + h2,
	.container__content h5 + h3,
	.container__content h5 + h4,
	.container__content h5 + h5,
	.container__content h5 + h6,
	.container__content h6 + h1,
	.container__content h6 + h2,
	.container__content h6 + h3,
	.container__content h6 + h4,
	.container__content h6 + h5,
	.container__content h6 + h6 {
		margin-top: 20px;
	}
}

.container__content ul,
.container__content ol {
	padding-left: 25px;
	margin-left: 0;
	font-size: 15px;
}

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

	.container__content ul,
	.container__content ol {
		padding-left: 40px;
	}
}

.container__content ul li,
.container__content ol li {
	margin: 10px 0;
}

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

	.container__content ul li,
	.container__content ol li {
		margin: 15px 0;
	}
}

.container__content .wp-block-buttons {
	margin-top: 30px;
}

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

	.container__content .wp-block-buttons {
		margin-top: 40px;
	}
}

.container__content :last-child {
	margin-bottom: 0;
}

.container.text-center .container__content {
	text-align: center;
}

.container.text-center .wp-block-buttons {
	justify-content: center;
}

.two-tile .content-wrapper {
	display: flex;
}

.two-tile__content-inner :last-child {
	margin-bottom: 0;
}

.two-tile__image img {
	border-radius: 10px;
}

.two-tile h1,
.two-tile h2,
.two-tile h3,
.two-tile h4,
.two-tile h5,
.two-tile h6 {
	margin-bottom: 15px;
	font-size: 32px;
	line-height: 40px;
	font-weight: 800;
}

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

	.two-tile h1,
	.two-tile h2,
	.two-tile h3,
	.two-tile h4,
	.two-tile h5,
	.two-tile h6 {
		font-size: 28px;
		line-height: 36px;
	}
}

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

	.two-tile h1,
	.two-tile h2,
	.two-tile h3,
	.two-tile h4,
	.two-tile h5,
	.two-tile h6 {
		font-size: 22px;
		line-height: 28px;
	}
}

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

	.two-tile h1,
	.two-tile h2,
	.two-tile h3,
	.two-tile h4,
	.two-tile h5,
	.two-tile h6 {
		margin-bottom: 20px;
	}
}

.two-tile .wp-block-buttons {
	margin-top: 30px;
}

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

	.two-tile .wp-block-buttons {
		margin-top: 40px;
	}
}

@media screen and (max-width: 575px) {

	.two-tile .wp-block-buttons {
		align-items: flex-start;
	}
}

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

	.two-tile .content-wrapper {
		flex-direction: column;
	}

	.two-tile__image {
		margin-bottom: 40px;
	}

	.two-tile__content {
		order: 2;
	}
}

@media screen and (max-width: 575px) {

	.two-tile__image {
		margin-bottom: 30px;
	}
}

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

	.two-tile__column {
		flex: 0 0 50%;
	}

	.two-tile__content,
	.two-tile__image {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.two-tile__content-inner {
		padding-right: 25px;
	}

	.two-tile.image-left .two-tile__content {
		order: 2;
	}

	.two-tile.image-left .two-tile__content-inner {
		padding-left: 25px;
		padding-right: 0;
	}
}

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

	.two-tile__content-inner {
		padding-right: 40px;
	}

	.two-tile.image-left .two-tile__content-inner {
		padding-left: 40px;
		padding-right: 0;
	}
}

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

	.two-tile__content-inner {
		padding-right: 20%;
	}

	.two-tile.image-left .two-tile__content-inner {
		padding-left: 20%;
		padding-right: 0;
	}
}

.two-tile ul,
.two-tile ol,
.stacked-image-text ul,
.stacked-image-text ol {
	padding-left: 1.875rem;
	margin-left: 0;
	font-size: 15px;
	margin-top: 30px;
}

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

	.two-tile ul,
	.two-tile ol,
	.stacked-image-text ul,
	.stacked-image-text ol {
		margin-top: 40px;
	}
}

.two-tile ul strong,
.two-tile ol strong,
.stacked-image-text ul strong,
.stacked-image-text ol strong {
	color: #292146;
	font-weight: 700;
	font-size: 16px;
}

.two-tile ul li,
.two-tile ol li,
.stacked-image-text ul li,
.stacked-image-text ol li {
	margin: 15px 0;
}

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

	.two-tile ul li,
	.two-tile ol li,
	.stacked-image-text ul li,
	.stacked-image-text ol li {
		margin: 20px 0;
	}
}

.two-tile ul,
.stacked-image-text ul {
	list-style: none;
}

.two-tile ul li,
.stacked-image-text ul li {
	position: relative;
}

.two-tile ul li::before,
.stacked-image-text ul li::before {
	content: "";
	background-color: #00e757;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	position: absolute;
	left: -30px;
	top: 7px;
}

.two-tile.list-check ul,
.stacked-image-text.list-check ul {
	padding-left: 40px;
}

.two-tile.list-check ul li::before,
.stacked-image-text.list-check ul li::before {
	background-color: transparent;
	background-image: url(img/check-icon.svg);
	background-size: 100% auto;
	width: 24px;
	height: 24px;
	top: 0;
	left: -40px;
}

.two-tile ol,
.stacked-image-text ol {
	padding-left: 40px;
	counter-reset: list-counter;
}

.two-tile ol li,
.stacked-image-text ol li {
	counter-increment: list-counter;
	list-style: none;
	position: relative;
}

.two-tile ol li::before,
.stacked-image-text ol li::before {
	content: counter(list-counter);
	color: #fff;
	background-color: #00e757;
	font-size: 14px;
	line-height: 14px;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	position: absolute;
	left: -40px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

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

	.two-tile.html-image-override .two-tile__content,
	.stacked-image-text.html-image-override .two-tile__content {
		order: 1;
	}

	.two-tile.html-image-override .two-tile__image,
	.stacked-image-text.html-image-override .two-tile__image {
		order: 2;
		margin-bottom: 0;
		margin-top: 40px;
	}
}

.content-columns {
	position: relative;
	overflow: hidden;
}

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

	.content-columns .content-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-left: 16px;
		padding-right: 16px;
	}

	.content-columns .content-wrapper .column {
		flex: 0 0 50%;
	}
}

.content-columns .content-wrapper .column {
	margin: 10px 0;
	padding: 0 24px;
}

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

	.content-columns .content-wrapper .column {
		margin: 10px 0 30px;
	}
}

@media screen and (max-width: 575px) {

	.content-columns .content-wrapper .column {
		padding: 0;
	}

	.content-columns .content-wrapper .column:last-child {
		margin-bottom: 0;
	}
}

.content-columns .content-wrapper .column__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.content-columns .content-wrapper .column__content :last-child {
	margin-bottom: 0;
}

.content-columns .content-wrapper .column__content figure {
	height: 50vw;
	display: flex;
	align-items: center;
	margin: 0;
	margin-bottom: 24px;
}

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

	.content-columns .content-wrapper .column__content figure {
		height: 25vw;
		max-height: 340px;
	}
}

.content-columns .content-wrapper .column__content figure img {
	max-height: 100%;
	object-fit: contain;
	object-position: center left;
}

.content-columns .content-wrapper .column__content h1,
.content-columns .content-wrapper .column__content h2,
.content-columns .content-wrapper .column__content h3,
.content-columns .content-wrapper .column__content h4,
.content-columns .content-wrapper .column__content h5,
.content-columns .content-wrapper .column__content h6 {
	flex-grow: 0;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}

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

	.content-columns .content-wrapper .column__content h1,
	.content-columns .content-wrapper .column__content h2,
	.content-columns .content-wrapper .column__content h3,
	.content-columns .content-wrapper .column__content h4,
	.content-columns .content-wrapper .column__content h5,
	.content-columns .content-wrapper .column__content h6 {
		font-size: 18px;
		line-height: 25px;
	}
}

.content-columns .content-wrapper .column__content ul,
.content-columns .content-wrapper .column__content ol {
	margin: 0;
}

.content-columns .content-wrapper .column__content p + ul,
.content-columns .content-wrapper .column__content p + ol {
	margin-top: -20px;
}

.content-columns .content-wrapper .column__content .wp-block-buttons {
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
}

@media screen and (max-width: 575px) {

	.content-columns .content-wrapper .column__content .wp-block-buttons {
		flex-direction: row;
	}

	.content-columns .content-wrapper .column__content .wp-block-buttons .wp-block-button + .wp-block-button {
		margin-top: 0;
		margin-left: 15px;
	}
}

.content-columns .content-wrapper .column__content .wp-block-buttons .wp-block-button__link {
	padding: 0;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #292146;
	color: #292146;
	border-radius: 0;
}

.content-columns .content-wrapper .column__content .wp-block-buttons .wp-block-button__link:hover {
	color: #00e757;
	border-color: #00e757;
}

.content-columns .content-wrapper .column__content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
	color: #00e757;
	border-color: #00e757;
}

.content-columns .content-wrapper .column__content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: #292146;
	border-color: #292146;
}

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

	.content-columns.has-3-columns .column {
		flex: 0 0 33.33%;
	}

	.content-columns.has-3-columns .column figure {
		height: 15vw;
		max-height: 200px;
	}
}

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

	.content-columns.has-4-columns .column {
		flex: 0 0 25%;
	}

	.content-columns.has-4-columns .column figure {
		height: 10vw;
		max-height: 150px;
	}
}

.content-columns.text-center .column figure {
	justify-content: center;
}

.content-columns.text-center .column__content {
	text-align: center;
}

.content-columns.text-center .column__content .wp-block-buttons {
	justify-content: center;
}

.accordion {
	padding: 20px 0;
}

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

	.accordion {
		padding: 30px 0;
	}
}

.accordion .accordion-item {
	border-top: 1px solid #e6e8ed;
	border-bottom: 1px solid #e6e8ed;
	overflow: hidden;
}

.accordion .accordion-item__title {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #292146;
	padding: 24px 16px;
	background-color: transparent;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	border: 0;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

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

	.accordion .accordion-item__title {
		font-size: 18px;
		line-height: 25px;
	}
}

.accordion .accordion-item__title .icon {
	width: 16px;
	height: 16px;
	position: relative;
	flex: 0 0 16px;
	margin-left: 65px;
}

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

	.accordion .accordion-item__title .icon {
		margin-left: 48px;
	}
}

.accordion .accordion-item__title .icon::before,
.accordion .accordion-item__title .icon::after {
	height: 2px;
	top: 7px;
	width: 100%;
	position: absolute;
	left: 0;
	background-color: #00e757;
	content: "";
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.accordion .accordion-item__title .icon::after {
	transform: rotate(90deg);
}

.accordion .accordion-item__content {
	max-height: 0;
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.accordion .accordion-item__content-inner {
	padding: 24px 16px;
	padding-top: 0;
	padding-right: 97px;
}

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

	.accordion .accordion-item__content-inner {
		padding-right: 80px;
	}
}

.accordion .accordion-item__content-inner p {
	font-size: 16px;
}

.accordion .accordion-item__content-inner p:first-child {
	margin-top: 0;
}

.accordion .accordion-item.active .accordion-item__content {
	max-height: 1000px;
	overflow-y: scroll;
}

.accordion .accordion-item.active .accordion-item__title .icon::after {
	opacity: 0;
}

.accordion .accordion-item + .accordion-item {
	border-top: 0;
}

/* Footer
--------------------------------------------- */
.footer {
	background-color: #292146;
	color: #fff;
}

.footer a {
	color: #00e757;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
}

.footer__top {
	padding: 32px 0 0;
}

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

	.footer__top {
		display: flex;
		justify-content: space-between;
	}
}

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

	.footer__top {
		padding: 32px 0;
	}
}

.footer__logo {
	margin-bottom: 30px;
}

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

	.footer__logo {
		margin-bottom: 0;
	}
}

.footer__menus {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}

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

	.footer__menus {
		flex-basis: 82%;
	}
}

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

	.footer__menus {
		flex-basis: 62%;
	}
}

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

	.footer__menus {
		flex-wrap: nowrap;
		flex-basis: 77%;
	}
}

.footer__menus .footer-menu {
	flex: 0 0 50%;
	margin-bottom: 30px;
	padding-right: 10px;
}

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

	.footer__menus .footer-menu {
		flex: 0 0 33%;
	}
}

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

	.footer__menus .footer-menu {
		flex: 1 0 0;
		margin-bottom: 0;
	}
}

.footer__menus .footer-menu .footer-menu-title {
	font-size: 13px;
	font-weight: 600;
}

.footer__menus .footer-menu ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.footer__menus .footer-menu ul li a {
	margin-top: 12px;
	display: block;
}

.footer__menus .footer-menu ul li a[target="_blank"] {
	position: relative;
}

.footer__menus .footer-menu ul li a[target="_blank"] svg {
	width: 10px;
	margin-left: 8px;
}

.footer__bottom {
	border-top: 1px solid #2a5e64;
	color: #fff;
	opacity: 0.7;
	font-size: 11px;
	font-weight: 400;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

	.footer__bottom {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}

.footer__bottom a,
.footer__bottom p {
	font-size: 14px;
}

.footer__bottom a {
	color: #98afb1;
	font-weight: 400;
}

.footer__bottom p {
	margin: 0;
}

.footer__bottom .site-info {
	display: flex;
}

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

	.footer__bottom .site-info {
		order: 2;
	}
}

.footer__bottom .menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__bottom .menu li {
	margin-left: 20px;
}

.footer__widgets {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 575px) {

	.footer__widgets {
		flex-direction: column;
		align-items: flex-start;
	}
}

.social {
	display: flex;
	align-items: center;
}

.social .social-link {
	width: 25px;
	height: 25px;
	transition: all 0.25s ease-in-out;
}

.social .social-link:hover {
	opacity: 0.6;
}

.social .social-link img {
	width: 100%;
}

.social .social-link + .social-link {
	margin-left: 15px;
}

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

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