/*!
Theme Name: WP Manifest
Theme URI: https://vitathemes.com/theme/wp-manifest/
Author: VitaThemes
Author URI: https://vitathemes.com
Description: Just another minimal WordPress theme
Version: 1.1.4
Tested up to: 5.7
Requires PHP: 5.6
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-manifest
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.

WP Manifest 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/
*/
/* red-hat-display-regular - latin */
@font-face {
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/red-hat-display-v4-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""), url("./fonts/red-hat-display-v4-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/red-hat-display-v4-latin-regular.woff2") format("woff2"), url("./fonts/red-hat-display-v4-latin-regular.woff") format("woff"), url("./fonts/red-hat-display-v4-latin-regular.ttf") format("truetype"), url("./fonts/red-hat-display-v4-latin-regular.svg#RedHatDisplay") format("svg");
	/* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/lato-v17-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local(""), url("./fonts/lato-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/lato-v17-latin-regular.woff2") format("woff2"), url("./fonts/lato-v17-latin-regular.woff") format("woff"), url("./fonts/lato-v17-latin-regular.ttf") format("truetype"), url("./fonts/lato-v17-latin-regular.svg#Lato") format("svg");
	/* Legacy iOS */
}

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

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

/* Wrapper
--------------------------------------------- */
/* Width Wrappers */
.expand-width-wrapper {
	margin: 0 1rem;
	clear: both;
}

/*--------------------------------------------------------------
# Objects
--------------------------------------------------------------*/
.o-wrapper {
	max-width: 72rem;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-right: 16px;
	padding-left: 16px;
}

@media (max-width: 74rem) {
	.expand-width-wrapper .o-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.o-wrapper {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}

@media only screen and (max-width: 560px) {
	.o-wrapper--header {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.o-wrapper--header {
		padding-right: 0;
		padding-left: 0;
	}
}

.o-col {
	flex-grow: 1;
	max-width: 100%;
	padding: 0 16px;
	flex-basis: 100%;
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.o-col {
		padding: 0;
	}
}

@media only screen and (max-width: 560px) {
	.o-col {
		padding: 0;
	}
}

.o-col--1\/1 {
	width: 100%;
	max-width: 100%;
}

.o-col--1\/2 {
	width: 50%;
	max-width: 50%;
}

.o-col--1\/3 {
	max-width: 33.333333%;
	width: 33.333333%;
}

.o-col--2\/3 {
	max-width: 66.666666%;
	width: 66.666666%;
}

.o-col--1\/5 {
	max-width: 25%;
	width: 25%;
}

@media only screen and (max-width: 560px) {
	.o-col--1\/3, .o-col--1\/2, .o-col--1\/5, .o-col--2\/3 {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.o-col--1\/5, .o-col--2\/3 {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
}

.o-page__header {
	margin: 0 0 80px;
}

.o-page--default {
	margin: 0 0 128px;
}

@media only screen and (max-width: 560px) {
	.o-page--default {
		margin: 0 0 64px;
	}
}

.o-page--home .o-page__header {
	margin: 32px 0 128px;
}

@media only screen and (max-width: 560px) {
	.o-page--home .o-page__header {
		margin: 64px 0;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.o-page--home .o-page__header {
		margin: 64px 0;
	}
}

.o-page__main {
	background-color: #fff;
	font-size: 19px;
	line-height: 30px;
	letter-spacing: 0.03em;
}

/*
* Page (With Sidebar)
*/
.o-page__sidebar {
	width: 36%;
	margin-right: 80px;
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.o-page__sidebar {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 560px) {
	.o-page__sidebar {
		width: 100%;
		margin-right: 0;
		order: 2;
	}
}

.o-page__main {
	width: 60%;
}

@media only screen and (max-width: 560px) {
	.o-page__main {
		width: 100%;
		order: 1;
	}
}

.o-page__title {
	font-size: 1.75em;
	margin-bottom: 64px;
	margin-top: 0;
	display: block;
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.o-page__title {
		font-size: 1.25em;
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 560px) {
	.o-page__title {
		font-size: 1.5em;
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 560px) {
	.o-wrapper > .o-page {
		margin-right: -1rem;
		margin-left: -1rem;
	}
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 15px 15px;
	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:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #000;
}

.hamburger-box {
	width: 30px;
	height: 22px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

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

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
	perspective: 60px;
}

.hamburger--3dx .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
	perspective: 60px;
}

.hamburger--3dx-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.o-search-icon {
	cursor: pointer;
	width: 19px;
	height: 19px;
	position: relative;
	display: inline-block;
}

.o-search-icon::before {
	width: 16px;
	height: 16px;
	border: 2px solid var(--headings-colors);
	border-radius: 12px;
	transition: 0.25s;
}

.o-search-icon::after {
	width: 8px;
	height: 0;
	border-bottom: 2px solid var(--headings-colors);
	transform: rotate(45deg) translateY(-2px);
	bottom: 0;
	right: 0;
	transition: 0.25s;
}

@media only screen and (max-width: 560px) {
	.o-search-icon {
		display: block;
		order: 3;
	}
}

.o-search-icon:hover::after, .o-search-icon:hover::before {
	border-color: var(--base-font-color);
}

.o-search-icon::after,
.o-search-icon::before {
	content: "";
	position: absolute;
	transform-origin: center;
	border-color: var(--headings-colors);
	display: block;
	transition: all 200ms ease-in-out;
	will-change: transform, width, border;
}

.o-search-icon--large {
	width: 28px;
	height: 28px;
}

.o-search-icon--large::before {
	width: 24px;
	height: 24px;
	border: 3px solid var(--headings-colors);
	border-radius: 12px;
}

.o-search-icon--large::after {
	width: 14px;
	height: 0;
	transform: rotate(45deg) translateY(-4px);
	border-bottom: 3px solid var(--headings-colors);
}

.o-popup {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.91);
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -10000px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, left 0s 0.25s, visibility 0.3s;
}

.o-popup.is-open {
	opacity: 1;
	visibility: visible;
	left: 0;
	transition: opacity 0.3s, left 0s 0s;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--base-font-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: var(--headings-colors);
}

h1, .h1 {
	font-size: 48px;
	line-height: 64px;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-family: "Red Hat Display", Arial;
}

@media only screen and (max-width: 560px) {
	h1, .h1 {
		font-size: 33px !important;
		line-height: 44px !important;
	}
}

h2, .h2 {
	font-weight: normal;
	font-size: 33px;
	line-height: 1.66;
	font-family: inherit;
}

h3, .h3 {
	font-size: 23px;
	line-height: 1.66;
	font-weight: 400;
	font-family: inherit;
}

h4, .h4 {
	font-size: 19px;
	line-height: 1.66;
	font-weight: 400;
	font-family: inherit;
}

h5, .h5 {
	font-size: 16px;
	line-height: 1.66;
	font-weight: 400;
	font-family: inherit;
}

h6, .h6 {
	font-size: 12px;
	line-height: 1.66;
	font-weight: 400;
	font-family: inherit;
}

* {
	word-wrap: break-word;
}

p {
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
	line-height: 1.66;
}

dfn,
cite,
em,
i {
	font-style: italic;
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
}

blockquote {
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
	margin-left: 0;
	border-left: 2px solid #7B7B7B;
	padding-left: 64px;
	color: var(--headings-colors);
	font-weight: bold;
	font-size: 19px;
	line-height: 32px;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 560px) {
	blockquote {
		padding-left: 24px;
	}
}

blockquote cite {
	color: var(--base-font-color);
}

address {
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
}

pre {
	background: #eee;
	line-height: 1.6;
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	color: var(--headings-colors);
}

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

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

big {
	font-size: 125%;
}

.is-dark-mode pre,
.is-dark-mode big,
.is-dark-mode code,
.is-dark-mode kbd,
.is-dark-mode tt,
.is-dark-mode var,
.is-dark-mode abbr,
.is-dark-mode acronym,
.is-dark-mode mark,
.is-dark-mode ins {
	color: #323232;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family: "Lato", Arial;
	line-height: 1.5;
	color: var(--base-font-color);
}

*:focus {
	outline: 1px dotted #666666;
}

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

ul,
ol {
	margin: 1.5rem 0;
	padding-left: 1em;
}

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

li {
	margin-bottom: 0.75em;
}

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

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

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

figure {
	margin: 1em 0;
}

.dashicons {
	color: inherit;
	vertical-align: middle !important;
}

.dashicons:hover {
	color: inherit;
}

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

/* Links
--------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
	transition: 0.25s;
	display: inline-block;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:hover .dashicons {
	color: inherit;
}

a:active, a:focus {
	text-decoration: none;
}

a:active::after, a:focus::after {
	opacity: 1;
}

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

.u-link-no-hover::after {
	content: unset;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	padding: 8px 32px;
	font-weight: bold;
	font-size: 16px;
	line-height: 166.3%;
	letter-spacing: 0.1em;
	cursor: pointer;
	display: inline-block;
	color: #FFFFFF;
	background-color: #565656;
	transition: 0.25s;
}

button svg,
input[type="button"] svg,
input[type="reset"] svg,
input[type="submit"] svg {
	fill: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #FFFFFF;
	background-color: #7B7B7B;
}

button:hover svg,
input[type="button"]:hover svg,
input[type="reset"]:hover svg,
input[type="submit"]:hover svg {
	fill: #FFFFFF;
}

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 {
	width: 100%;
	color: #000000;
	border: none;
	border-bottom: 1px solid #000000;
	border-radius: 0;
	padding: 8px 0 8px;
	font-weight: normal;
	font-size: 16px;
	line-height: 166.3%;
	letter-spacing: 0.1em;
	background: transparent;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	font-size: 12px;
	line-height: 28px;
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
	color: #565656;
}

select {
	color: #000000;
	border: none;
	border-bottom: 1px solid #000000;
	border-radius: 0;
	padding: 16px 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 166.3%;
	letter-spacing: 0.1em;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent url("./assets/arrow-down-alt2.svg") right center/20px no-repeat;
}

textarea {
	width: 100%;
	background: transparent;
}

input[type="submit"], form button {
	padding: 8px 32px;
	font-weight: bold;
	font-size: 16px;
	line-height: 166.3%;
	letter-spacing: 0.1em;
	cursor: pointer;
	display: inline-block;
	color: #FFFFFF;
	background-color: #565656;
	transition: 0.25s;
}

input[type="submit"] svg, form button svg {
	fill: #fff;
}

input[type="submit"]:hover, form button:hover {
	color: #FFFFFF;
	background-color: #323232;
}

input[type="submit"]:hover svg, form button:hover svg {
	fill: #FFFFFF;
}

.is-dark-mode input[type="text"],
.is-dark-mode input[type="email"],
.is-dark-mode input[type="url"],
.is-dark-mode input[type="password"],
.is-dark-mode input[type="search"],
.is-dark-mode input[type="number"],
.is-dark-mode input[type="tel"],
.is-dark-mode input[type="range"],
.is-dark-mode input[type="date"],
.is-dark-mode input[type="month"],
.is-dark-mode input[type="week"],
.is-dark-mode input[type="time"],
.is-dark-mode input[type="datetime"],
.is-dark-mode input[type="datetime-local"],
.is-dark-mode input[type="color"],
.is-dark-mode textarea,
.is-dark-mode select {
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}

.is-dark-mode input[type="text"]::placeholder,
.is-dark-mode input[type="email"]::placeholder,
.is-dark-mode input[type="url"]::placeholder,
.is-dark-mode input[type="password"]::placeholder,
.is-dark-mode input[type="search"]::placeholder,
.is-dark-mode input[type="number"]::placeholder,
.is-dark-mode input[type="tel"]::placeholder,
.is-dark-mode input[type="range"]::placeholder,
.is-dark-mode input[type="date"]::placeholder,
.is-dark-mode input[type="month"]::placeholder,
.is-dark-mode input[type="week"]::placeholder,
.is-dark-mode input[type="time"]::placeholder,
.is-dark-mode input[type="datetime"]::placeholder,
.is-dark-mode input[type="datetime-local"]::placeholder,
.is-dark-mode input[type="color"]::placeholder,
.is-dark-mode textarea::placeholder,
.is-dark-mode select::placeholder {
	color: #F4F4F4;
}

.is-dark-mode input[type="submit"]:hover, .is-dark-mode form button:hover {
	background-color: var(--base-font-color);
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	border: 1px solid #7B7B7B;
	float: left;
	position: absolute;
	top: calc(100% + 20px);
	left: -999em;
	z-index: 99999;
	padding: 15px 0;
}

@media only screen and (min-width: 1248px) {
	.main-navigation ul ul {
		padding: 8px 0;
	}
}

.main-navigation ul ul::before {
	width: 14px;
	height: 14px;
	content: '';
	border-top: 1px solid #7B7B7B;
	border-right: 1px solid #7B7B7B;
	transform: rotate(-45deg);
	position: absolute;
	top: -7.5px;
	left: auto;
	background-color: #fff;
}

@media only screen and (min-width: 1248px) {
	.main-navigation ul ul::before {
		left: 15px;
	}
}

.main-navigation ul ul ul::before {
	left: auto;
}

@media only screen and (min-width: 1248px) {
	.main-navigation ul ul ul::before {
		left: 40%;
	}
}

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

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

@media only screen and (min-width: 1248px) {
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li:focus > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
	}
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.focus > ul {
	left: 5%;
}

@media only screen and (min-width: 1248px) {
	.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 a {
	display: block;
	text-decoration: none;
}

.main-navigation a::after {
	content: unset;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.main-navigation ul {
		position: absolute;
		width: 100%;
		top: 67px;
		background-color: #FFFFFF;
		display: none;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 32px 0 0;
		left: 0;
		border-bottom: 2px solid #7B7B7B;
	}
	.main-navigation ul li {
		margin: 0 0 32px;
	}
	.main-navigation ul li:last-child {
		margin: 0;
	}
	.menu-toggle {
		display: block;
	}
}

@media only screen and (max-width: 560px) {
	.main-navigation ul {
		position: absolute;
		left: 0;
		width: 100%;
		top: 67px;
		background-color: #FFFFFF;
		display: none;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 32px 0 8px;
		border-bottom: 2px solid #7B7B7B;
	}
	.main-navigation ul li {
		margin: 0 0 32px;
	}
	.menu-toggle {
		display: block;
	}
}

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

li.menu-item-has-children {
	position: relative;
}

li.menu-item-has-children::before {
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	top: 100%;
	content: '';
}

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

.post:not(body),
.page:not(body) {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

.s-content p {
	margin: 0.75em 0 1em;
}

.s-content p a {
	text-decoration: underline;
}

.s-content p a:hover {
	color: var(--base-font-color);
}

.s-content h1:first-child, .s-content h2:first-child, .s-content h3:first-child, .s-content h4:first-child, .s-content h5:first-child, .s-content h6:first-child {
	margin-top: 0;
}

/* Comments
--------------------------------------------- */
.c-comments {
	width: 70%;
	margin: auto;
	margin-top: 96px;
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-comments {
		width: 90%;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 64px;
	}
}

@media only screen and (max-width: 560px) {
	.c-comments {
		width: 100%;
		margin-top: 64px;
	}
}

.c-comments .form-submit {
	margin: 0;
}

.comments-title {
	margin: 0 0 8px;
}

.comments-desc {
	margin: 0;
	color: var(--base-font-color);
}

.comments-header {
	margin: 0 0 64px;
}

@media only screen and (max-width: 560px) {
	.comments-header {
		margin-bottom: 48px;
	}
}

.comment-content a:not(.comment-reply-link) {
	word-wrap: break-word;
	color: var(--headings-colors);
}

.bypostauthor {
	display: block;
}

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

.comments > li > ol.children {
	border-bottom: 0;
}

.comments .comment-header {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.comments .comment-avatar {
	width: 70px;
	height: 70px;
	min-width: 70px;
	min-height: 70px;
	margin-right: 24px;
}

@media only screen and (max-width: 560px) {
	.comments .comment-avatar {
		min-width: 36px;
		min-height: 36px;
		width: 36px;
		height: 36px;
	}
}

.comments .time {
	font-size: 12px;
	color: var(--base-font-color-secondary);
}

.comments .comment-info {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}

.comments .avatar {
	vertical-align: middle;
	margin-right: 10px;
}

.comments .comment {
	padding: 20px 10px;
	margin: 5px 0;
}

.comments .comment-meta {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.comments .comment-metadata a * {
	font-size: 0.813em;
	text-decoration: none;
	color: #888888;
	font-weight: 400;
}

.comments:last-child {
	margin-bottom: 10px;
}

.comments .comment-author, .comments .comment-author a {
	margin-top: 0;
	margin-right: 24px;
	color: var(--headings-colors);
}

ol.children {
	list-style: none;
	margin-top: 15px;
	padding-left: 30px;
}

@media only screen and (max-width: 560px) {
	ol.children {
		margin-top: 15px;
		padding-left: 10px;
		margin-left: 5px;
	}
}

ol.children:last-child {
	border-bottom: 1px solid #d4d4d4;
}

.comment-navigation {
	margin-bottom: 40px;
}

.nav-links {
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
}

.comments > .comment:first-child {
	border-top: 0;
}

.comment-content p {
	margin-bottom: 16px;
	color: var(--base-font-color);
	font-size: 1.2rem;
}

.comment-content a {
	letter-spacing: 0.05em;
}

.comment-reply-link {
	text-align: center;
	color: var(--base-font-color-secondary);
	transition: 0.25s;
}

.comment-reply-link:hover {
	color: var(--headings-colors);
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 96px;
}

@media only screen and (max-width: 560px) {
	.comment-form {
		margin-bottom: 64px;
	}
}

.comment-field {
	width: 30%;
}

.comment-field label {
	display: flex;
	align-items: center;
	color: #565656;
	margin-bottom: 8px;
}

.comment-field input {
	max-width: 100%;
}

@media only screen and (max-width: 560px) {
	.comment-field {
		width: 100%;
	}
}

.comment-form-cookies {
	display: flex;
	align-items: baseline;
	color: var(--base-font-color-secondary);
}

.comment-form-cookies input {
	margin: 0 10px 0 0;
}

.comment-form-comment, .comment-form-cookies {
	width: 100%;
}

@media only screen and (max-width: 560px) {
	.comment-form-comment, .comment-form-cookies {
		margin-top: 16px;
	}
}

#cancel-comment-reply-link {
	margin-left: 2em;
}

.comment-edit-link {
	margin-right: 20px;
}

.comment-form-comment textarea {
	min-width: 100%;
	max-width: 100%;
}

.comments-list-title {
	margin-bottom: 8px;
}

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

@media only screen and (max-width: 560px) {
	.c-widget:last-child {
		margin: 0;
	}
}

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

.c-widget__title {
	letter-spacing: 0.05em;
	margin: 0 0 1.25rem;
}

.s-widget .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.s-widget .menu li {
	margin-bottom: 1.5em;
}

.s-widget a:hover {
	color: var(--base-font-color);
}

.s-widget .search-form {
	display: flex;
}

.s-widget .search-form .search-submit {
	margin-left: 8px;
}

.s-widget .search-form label {
	flex-grow: 1;
}

.search-form {
	display: flex;
}

.search-form .search-submit {
	margin-left: 8px;
}

.search-form label {
	flex-grow: 1;
}

/* Search Widget*/
.wp-block-search {
	display: flex;
	flex-wrap: wrap;
}

.wp-block-search .wp-block-search__label {
	width: 100%;
}

.wp-block-search .wp-block-search__input {
	flex-grow: 1;
	width: 60%;
	max-width: 60%;
}

.wp-block-search .wp-block-search__button {
	width: auto;
	padding: 8px 8px;
	min-width: 100px;
}

.wp-block-calendar, .wp-calendar-table {
	border-collapse: collapse;
	border-radius: 3px;
}

.wp-block-calendar caption, .wp-calendar-table caption {
	margin-bottom: 0.5em;
	color: #000000;
}

.wp-block-calendar th, .wp-calendar-table th {
	background-color: #CCCCCC;
	color: #000000;
}

.wp-block-calendar td a, .wp-calendar-table td a {
	color: #000000;
}

.wp-block-calendar td a:hover, .wp-calendar-table td a:hover {
	color: var(--base-font-color);
}

.wp-calendar-table, th, td {
	padding: 4px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	color: #7B7B7B;
}

.s-widget--search-form {
	max-width: 500px;
}

.is-dark-mode .wp-calendar-table, .is-dark-mode tr {
	background-color: #CCCCCC;
}

.is-dark-mode .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
	background-color: #F4F4F4;
}

.is-dark-mode table th {
	color: #000000;
}

.is-dark-mode table td {
	color: #323232;
}

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

/* Article
--------------------------------------------- */
/*-----------------------
# Article--single
-------------------------*/
.c-article--single .c-article__main {
	width: 70%;
	margin: auto;
	position: relative;
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-article--single .c-article__main {
		width: 90%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 560px) {
	.c-article--single .c-article__main {
		width: 100%;
	}
}

.c-article__header__meta {
	margin: 0 0 64px;
	color: var(--base-font-color-secondary);
}

@media only screen and (max-width: 560px) {
	.c-article__header__meta {
		margin: 0 0 40px;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-article__header__meta {
		margin: 0 0 40px;
	}
}

.c-article__header__meta__item {
	color: var(--base-font-color-secondary);
	letter-spacing: 0.1em;
	display: inline-block;
}

.c-article__header__meta__item:not(:last-child) {
	margin-right: 40px;
}

@media only screen and (max-width: 560px) {
	.c-article__header__meta__item:not(:last-child) {
		margin-bottom: 8px;
	}
}

.c-article__header__image {
	width: 100%;
	text-align: center;
}

.c-article__header__meta__item__icon {
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.c-article__header__categories {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	color: var(--base-font-color-secondary);
}

.c-article__header__categories li {
	margin-bottom: 8px;
	color: var(--base-font-color-secondary);
}

.c-article__header__categories__item {
	margin-right: 6px;
}

.c-article__header__categories__item:last-child {
	margin-right: 0;
}

.c-article__header__categories__item:not(:last-child)::after {
	content: ",";
}

.c-article__main__author {
	margin: 39px 0;
	display: flex;
	align-items: center;
}

.c-article__main__author__avatar {
	width: 70px;
	height: 70px;
	margin-right: 8px;
}

.c-article__main__author__name {
	color: var(--headings-colors);
}

.c-article__main__author__bio {
	width: 100%;
}

.c-article__main__tags {
	display: flex;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 16px;
}

.c-article__main__tags__list {
	font-size: 1rem;
	color: var(--base-font-color-secondary);
}

.c-article__main__tags__title {
	color: var(--headings-colors);
}

/*------------------------
# Scope
--------------------------*/
.s-article-content {
	color: var(--headings-colors);
}

.s-article-content ul {
	margin: 32px 0;
	padding: 0 0 0 16px;
}

.s-article-content ul li {
	margin-bottom: 16px;
}

.s-article-content ul li::marker {
	font-size: 0.85rem;
}

.s-article-content ul li:last-child {
	margin-bottom: 0;
}

.s-article-content a {
	text-decoration: underline;
}

.s-article-content a:hover {
	color: var(--base-font-color-secondary);
}

.is-dark-mode .c-article__header__meta__item {
	color: #CCCCCC;
}

/* Article
--------------------------------------------- */
/*-----------------------
# Article--single
-------------------------*/
.c-article--single .c-article__main {
	width: 70%;
	margin: auto;
	position: relative;
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-article--single .c-article__main {
		width: 90%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 560px) {
	.c-article--single .c-article__main {
		width: 100%;
	}
}

.c-article__header__meta {
	margin: 0 0 64px;
	color: var(--base-font-color-secondary);
}

@media only screen and (max-width: 560px) {
	.c-article__header__meta {
		margin: 0 0 40px;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-article__header__meta {
		margin: 0 0 40px;
	}
}

.c-article__header__meta__item {
	color: var(--base-font-color-secondary);
	letter-spacing: 0.1em;
	display: inline-block;
}

.c-article__header__meta__item:not(:last-child) {
	margin-right: 40px;
}

@media only screen and (max-width: 560px) {
	.c-article__header__meta__item:not(:last-child) {
		margin-bottom: 8px;
	}
}

.c-article__header__image {
	width: 100%;
	text-align: center;
}

.c-article__header__meta__item__icon {
	margin: 0 8px 0 0;
	vertical-align: middle;
}

.c-article__header__categories {
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	color: var(--base-font-color-secondary);
}

.c-article__header__categories li {
	margin-bottom: 8px;
	color: var(--base-font-color-secondary);
}

.c-article__header__categories__item {
	margin-right: 6px;
}

.c-article__header__categories__item:last-child {
	margin-right: 0;
}

.c-article__header__categories__item:not(:last-child)::after {
	content: ",";
}

.c-article__main__author {
	margin: 39px 0;
	display: flex;
	align-items: center;
}

.c-article__main__author__avatar {
	width: 70px;
	height: 70px;
	margin-right: 8px;
}

.c-article__main__author__name {
	color: var(--headings-colors);
}

.c-article__main__author__bio {
	width: 100%;
}

.c-article__main__tags {
	display: flex;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 16px;
}

.c-article__main__tags__list {
	font-size: 1rem;
	color: var(--base-font-color-secondary);
}

.c-article__main__tags__title {
	color: var(--headings-colors);
}

/*------------------------
# Scope
--------------------------*/
.s-article-content {
	color: var(--headings-colors);
}

.s-article-content ul {
	margin: 32px 0;
	padding: 0 0 0 16px;
}

.s-article-content ul li {
	margin-bottom: 16px;
}

.s-article-content ul li::marker {
	font-size: 0.85rem;
}

.s-article-content ul li:last-child {
	margin-bottom: 0;
}

.s-article-content a {
	text-decoration: underline;
}

.s-article-content a:hover {
	color: var(--base-font-color-secondary);
}

.is-dark-mode .c-article__header__meta__item {
	color: #CCCCCC;
}

/* Blog Carousel
--------------------------------------------- */
.c-blog-carousel {
	display: flex;
	margin-bottom: 128px;
}

@media only screen and (max-width: 560px) {
	.c-blog-carousel {
		flex-wrap: wrap;
		margin-bottom: 64px;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-blog-carousel {
		flex-wrap: wrap;
		margin-bottom: 64px;
	}
}

.c-blog-carousel__image, .c-blog-carousel__content {
	width: 50%;
}

@media only screen and (max-width: 560px) {
	.c-blog-carousel__image, .c-blog-carousel__content {
		width: 100%;
	}
}

.c-blog-carousel__image__cell, .c-blog-carousel__content__cell {
	width: 100%;
}

.c-article__image-link:hover::after {
	content: unset;
}

.c-blog-carousel__content__cell__category {
	color: #7B7B7B;
	transition: 0.2s;
}

.c-blog-carousel__content__cell__date {
	font-size: 1rem;
	color: var(--base-font-color-secondary);
}

.c-blog-carousel__content__cell__title {
	font-weight: normal;
	line-height: 166.3%;
	color: var(--headings-colors);
	transition: 0.25s;
}

@media only screen and (max-width: 560px) {
	.c-blog-carousel__content__cell__title {
		margin: 16px 0 8px;
	}
}

.c-blog-carousel__content__cell__title:hover {
	color: var(--base-font-color-secondary);
}

.c-blog-carousel__content__cell__excerpt {
	margin: 48px 0 32px;
	line-height: 1.66;
}

.c-blog-carousel__content {
	padding: 50px 48px 0 64px;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 560px) {
	.c-blog-carousel__content {
		padding: 16px 0 0 0;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-blog-carousel__content {
		padding: 32px 0 0 0;
	}
}

.c-blog-carousel__nav {
	display: flex;
	margin-top: auto;
	color: var(--headings-colors);
}

.c-blog-carousel__nav__link {
	font-size: 1.2rem;
	color: var(--headings-colors);
	margin-right: 24px;
}

.c-blog-carousel__nav__link:last-child {
	margin-right: 0;
}

.c-blog-carousel__nav__link.is-active {
	color: var(--base-font-color-secondary);
}

.c-blog-carousel__nav__link:hover {
	color: var(--base-font-color);
}

/* Button
--------------------------------------------- */
.c-btn {
	padding: 9px 32px;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
	cursor: pointer;
	display: inline-block;
}

.c-btn--primary {
	color: #FFFFFF;
	background-color: #565656;
	transition: 0.25s;
}

.c-btn--primary svg {
	fill: #fff;
}

.c-btn--primary .dashicons {
	color: inherit;
}

.c-btn--primary:hover {
	color: #FFFFFF;
	background-color: #323232;
}

.c-btn--primary:hover svg {
	fill: #FFFFFF;
}

.c-btn--primary:hover .dashicons {
	color: inherit;
}

.c-btn__icon {
	vertical-align: middle;
}

.wp-block-button.c-btn {
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.wp-block-button.c-btn a {
	padding: 8px 32px;
	cursor: pointer;
	display: inline-block;
}

.wp-block-button.c-btn.c-btn--primary a {
	color: #FFFFFF;
	background-color: #565656;
	transition: 0.25s;
}

.wp-block-button.c-btn.c-btn--primary a::after {
	content: unset;
}

.wp-block-button.c-btn.c-btn--primary a:hover {
	color: #FFFFFF;
	background-color: #323232;
	border-color: #323232;
}

.is-dark-mode .c-btn--primary {
	color: #FFFFFF;
}

.is-dark-mode .c-btn--primary:hover {
	color: #FFFFFF;
	background-color: #7B7B7B;
}

.is-dark-mode .c-btn--primary:hover .dashicons {
	color: inherit;
}

/* Component Base
--------------------------------------------- */
.c-component {
	display: block;
	width: 100%;
	margin: 0 0 128px 0;
	padding: 0;
}

@media only screen and (max-width: 560px) {
	.c-component {
		margin: 0 0 64px 0;
	}
}

.c-component.c-posts .c-posts__more-links {
	color: var(--base-font-color-secondary);
}

@media only screen and (max-width: 560px) {
	.c-component.c-posts .c-posts__more-links {
		font-size: 0.85rem;
	}
}

.c-component.c-posts .c-posts__more-links:hover {
	color: var(--headings-colors);
}

@media only screen and (max-width: 560px) {
	.c-component.c-posts .c-posts__title {
		width: 100%;
	}
}

/* Footer
--------------------------------------------- */
.c-footer {
	background-color: #FAFAFA;
	padding: 128px 0;
	color: var(--headings-colors);
}

@media only screen and (max-width: 560px) {
	.c-footer {
		padding: 64px 0;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-footer {
		padding: 64px 0;
	}
}

.c-footer__title {
	font-weight: normal;
	margin-bottom: 32px;
}

.c-footer__menu-items {
	margin: 0;
}

.s-footer-menu li {
	margin-bottom: 24px;
}

.s-footer-menu li:last-child {
	margin-bottom: 0;
}

.c-footer__copyright {
	align-self: flex-end;
	margin: 0;
}

@media only screen and (max-width: 560px) {
	.c-footer__main {
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-footer__main {
		flex-wrap: wrap;
	}
}

/* Header
--------------------------------------------- */
/*
* Header Styles
*/
.c-header {
	top: 0;
	position: relative;
	z-index: 90;
	width: 100%;
	color: #fff;
	transition: 0.25s;
	font-weight: 400;
}

.c-header__main {
	display: flex;
	padding: 32px 0 96px;
	align-items: center;
}

@media only screen and (max-width: 560px) {
	.c-header__main {
		padding: 24px 0;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-header__main {
		padding: 24px 0;
	}
}

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

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-header__menu {
		display: flex;
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 560px) {
	.c-header__menu {
		display: flex;
		justify-content: flex-end;
	}
}

.c-header__toggle {
	background-color: transparent;
	border: 0;
	color: #323232;
	padding: 0;
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.c-header__toggle .dashicons {
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	font-size: 40px;
}

.c-header__toggle:hover {
	background-color: transparent;
	color: #7B7B7B;
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-header__toggle {
		display: flex;
		order: 2;
	}
}

@media only screen and (max-width: 560px) {
	.c-header__toggle {
		display: flex;
		order: 2;
	}
}

.c-header__toggle--close-search {
	position: absolute;
	top: 35%;
	right: 27%;
	display: block;
	width: 50px;
	height: 45px;
}

@media only screen and (max-width: 560px) {
	.c-header__toggle--close-search {
		top: 30%;
		right: 20px;
	}
}

.c-header__toggle--close-search .hamburger-box {
	width: 36px;
	height: 35px;
}

.c-header__toggle--close-search .hamburger-inner, .c-header__toggle--close-search .hamburger-inner::before, .c-header__toggle--close-search .hamburger-inner::after {
	width: 40px;
}

.c-header__logo {
	min-width: 20%;
	margin-right: 32px;
}

.c-header__logo .custom-logo {
	max-width: 225px;
	max-height: 50px;
	width: auto;
	height: auto;
}

.c-header__site-title {
	margin: 0;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	font-family: var(--heading-typography-font-family);
	font-size: var(--text-typography-font-size);
	color: var(--headings-colors);
}

.c-header__site-title:visited, .c-header__site-title a:visited {
	color: var(--headings-colors);
}

.c-header__site-title:hover {
	color: var(--base-font-color);
}

.c-header__logo a::after {
	content: unset;
}

.c-header__menu-items {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
}

.s-header-menu ul li {
	margin-right: 0;
}

.s-header-menu li {
	margin-right: 53px;
	margin-bottom: 0;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 1248px) {
	.s-header-menu li {
		width: auto;
	}
}

.s-header-menu li:last-child {
	margin-right: 0;
}

.s-header-menu li ul li:last-child {
	margin-bottom: 0 !important;
}

.s-header-menu li::after {
	content: '';
	width: 35px;
	height: 1px;
	background-color: transparent;
	display: block;
	margin: 4px auto 0;
	opacity: 1;
	transition: 0.3s;
}

.s-header-menu li:hover > .sub-menu, .s-header-menu li:focus > .sub-menu {
	transition-delay: 0s;
	left: 5%;
}

@media only screen and (min-width: 1248px) {
	.s-header-menu li:hover > .sub-menu, .s-header-menu li:focus > .sub-menu {
		left: auto;
	}
}

.s-header-menu a:hover {
	color: var(--base-font-color-secondary);
}

.s-header-menu li.current-menu-item::after {
	background-color: var(--headings-colors);
}

.s-header-menu a {
	text-transform: uppercase;
	color: var(--headings-colors);
}

.s-header-menu a::after {
	content: unset;
}

.s-header-menu .sub-menu {
	flex-direction: column;
	margin-top: 0;
	top: calc(100% + 5px);
	background-color: #FFFFFF;
	width: 90%;
}

@media only screen and (min-width: 1248px) {
	.s-header-menu .sub-menu {
		width: auto;
	}
}

.s-header-menu .sub-menu li {
	padding: 10px 20px;
}

.s-header-menu .sub-menu a:hover {
	color: var(--base-font-color);
}

.c-header__search-toggle {
	width: 19px;
	height: 19px;
	font-size: 1.5rem;
	cursor: pointer;
	z-index: 5;
	background-color: transparent;
	border: none;
	appearance: none;
	padding: 0;
	color: var(--headings-colors);
	position: relative;
	line-height: 0;
}

.c-header__search-toggle:hover {
	background-color: transparent;
}

.c-header__search-toggle.c-header__search-toggle--close {
	position: absolute;
	display: none;
}

.c-header__search {
	position: relative;
	margin-left: 40px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

@media only screen and (max-width: 560px) {
	.c-header__search {
		margin-left: 0;
		margin-right: 10px;
		order: 1;
		position: unset;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-header__search {
		margin-left: 0;
		margin-right: 10px;
		order: 1;
		position: unset;
	}
}

.c-header__search__form {
	position: relative;
	bottom: 0;
	width: 100%;
	right: 0;
	max-width: 0;
	transition: 0s;
	transform: scale(0, 1);
	transform-origin: right center;
	display: none;
}

.c-header__search__form.is-open {
	display: block;
	min-width: 250px;
	transform: scale(1, 1);
	transition: 0.3s;
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-header__search__form.is-open {
		min-width: 250px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 560px) {
	.c-header__search__form.is-open {
		min-width: 250px;
		max-width: 100%;
		position: absolute;
		top: 100%;
	}
}

.c-header__search__form.is-open .search-field {
	max-width: 250px;
	padding: 0 26px 0 5px;
	transition: 0.35s;
}

@media only screen and (max-width: 560px) {
	.c-header__search__form.is-open .search-field {
		max-width: 250px;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-header__search__form.is-open .search-field {
		max-width: 250px;
	}
}

.s-header-search .search-form {
	align-items: flex-end;
	position: relative;
	width: 100%;
	max-width: 440px;
}

@media only screen and (max-width: 560px) {
	.s-header-search .search-form {
		right: 0;
		padding: 0 15px;
	}
	.s-header-search .search-form .search-field {
		max-width: unset;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.s-header-search .search-form {
		right: 0;
		padding: 0 15px;
	}
	.s-header-search .search-form .search-field {
		max-width: unset;
	}
}

.s-header-search .search-submit {
	font-size: 0;
	background-color: transparent;
	width: 28px;
	height: 28px;
	padding: 0;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.s-header-search .search-field {
	background-color: transparent;
	max-width: 0;
	min-width: 440px;
	font-size: 1.4375rem;
	padding: 12px 0;
	transition: 0s;
}

.s-header-search .search-field::placeholder {
	font-size: 1.4375rem;
}

@media only screen and (max-width: 560px) {
	.s-header-search .search-field {
		min-width: 150px;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.s-header-search .search-field {
		min-width: 150px;
	}
}

.c-header__404 .c-header__main {
	justify-content: center;
}

.is-dark-mode .sub-menu li a {
	color: #000;
}

/* Info
--------------------------------------------- */
.c-info {
	margin: 64px 0;
}

@media only screen and (min-width: 980px) {
	.c-info {
		margin: 160px 0;
	}
}

.c-info__main {
	display: flex;
}

@media only screen and (max-width: 560px) {
	.c-info__main {
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-info__main {
		flex-wrap: wrap;
	}
}

.c-info__col {
	width: 50%;
	max-width: 100%;
	line-height: 1.66;
	font-size: 1.1875rem;
}

.c-info__col:first-child {
	padding-right: 15px;
}

@media only screen and (max-width: 560px) {
	.c-info__col:first-child {
		margin-bottom: 48px;
	}
}

@media only screen and (min-width: 980px) {
	.c-info__col:last-child {
		padding-left: 15px;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-info__col {
		width: 100%;
	}
}

@media only screen and (max-width: 560px) {
	.c-info__col {
		width: 100%;
	}
}

.c-info__col__title {
	color: var(--headings-colors);
	margin: 0 0 48px;
	line-height: 1.66;
	font-size: 1.4375rem;
}

@media only screen and (max-width: 560px) {
	.c-info__col__title {
		margin: 0 0 20px;
	}
}

.c-info__col--desc p {
	margin: 0;
}

.c-info__col__link:hover .c-info__col__link__text {
	max-width: 116px;
}

.c-info__col__link__text {
	white-space: nowrap;
	max-width: 0;
	overflow: hidden;
	display: inline-block;
	transition: 0.3s;
	line-height: 0.85;
}

/* Post
--------------------------------------------- */
.c-post {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media only screen and (max-width: 560px) {
	.c-post {
		margin-bottom: 56px;
	}
}

.c-post__header {
	height: 250px;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 560px) {
	.c-post__header {
		height: 211px;
	}
}

.c-post__header:hover .c-post__header__img {
	transform: scale(1.1);
}

.c-post__header__link {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
}

.c-post__header__img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: 0.25s;
}

.c-post__header__img:hover {
	transform: scale(1.4);
}

.c-post__main {
	flex-grow: 1;
}

@media only screen and (max-width: 560px) {
	.c-post__main {
		flex-grow: unset;
	}
}

.c-post__main__excerpt {
	color: var(--base-font-color-secondary);
	line-height: 166.3%;
	letter-spacing: 0.05em;
	font-size: var(--text-typography-font-size);
	flex-grow: 1;
	margin-top: auto;
}

.c-post__main__excerpt__link {
	color: var(--headings-colors);
}

.c-post__main__excerpt__link:hover, .c-post__main__excerpt__link:hover span {
	color: var(--base-font-color-secondary);
}

.c-post__main__title {
	transition: 0.25s;
	line-height: 1.66em;
}

.c-post__main__title:hover {
	color: var(--base-font-color-secondary);
}

.c-post__header__category {
	font-size: 0.75em;
	color: var(--base-font-color-secondary);
}

.c-post__header__category:hover {
	text-decoration: underline !important;
}

.c-post__header__date {
	font-size: 0.75rem;
	line-height: 1.5em;
	color: var(--base-font-color-secondary);
}

@media only screen and (max-width: 560px) {
	.c-post__header__date {
		margin-top: 8px;
	}
}

.c-post--single {
	margin-bottom: 112px !important;
}

@media only screen and (max-width: 560px) {
	.c-post--single {
		margin-bottom: 56px !important;
	}
}

@media only screen and (max-width: 560px) {
	.c-post--single.portfolio {
		padding-top: 32px;
	}
}

.c-categories {
	margin-bottom: 48px;
}

.s-categories {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.s-categories li {
	margin-right: 64px;
	margin-bottom: 24px;
}

.s-categories li:last-child {
	margin-right: 0;
}

.s-categories a {
	color: #565656;
}

.s-categories a:hover {
	color: #000000;
}

.is-dark-mode a {
	color: #F4F4F4;
}

.is-dark-mode a:hover {
	color: var(--base-font-color);
}

.c-categories--post-cats {
	margin-bottom: 0;
	color: var(--base-font-color-secondary);
}

@media only screen and (max-width: 560px) {
	.c-categories--post-cats {
		width: 100%;
	}
}

.c-categories--dropdown {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media only screen and (max-width: 560px) {
	.c-categories--dropdown {
		flex-wrap: wrap;
		margin-bottom: 48px;
		width: 100%;
	}
	.c-categories--dropdown label {
		width: 100%;
	}
	.c-categories--dropdown select {
		max-width: 100%;
		width: 100% !important;
	}
}

.c-categories--dropdown label {
	margin-right: 40px;
	color: var(--headings-colors);
}

@media only screen and (max-width: 560px) {
	.c-categories--dropdown label {
		margin-right: 24px;
	}
}

.c-categories--dropdown select {
	max-width: 100%;
	width: auto;
	color: var(--base-font-color);
	cursor: pointer;
}

@media only screen and (min-width: 980px) {
	.c-categories--dropdown select {
		min-width: 407px;
	}
}

.s-categories--dropdown .widgettitle {
	display: none;
}

.c-post-pagination {
	width: 70%;
	margin: auto;
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-post-pagination {
		width: 90%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 560px) {
	.c-post-pagination {
		width: 100%;
	}
}

.c-post-pagination__title {
	margin-bottom: 0.5em;
	text-align: center;
}

.s-page-pagination .post-page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #CCCCCC;
	min-width: 2em;
	min-height: 2em;
	margin: 0.25em;
	transition: 0.25s;
	padding: 0.25em 0.5em;
	font-size: 1rem;
}

.s-page-pagination .post-page-numbers::after {
	content: unset;
}

.s-page-pagination a.post-page-numbers:hover {
	background-color: #CCCCCC;
	color: #000000;
}

.c-post-pagination__links {
	display: flex;
	justify-content: center;
}

/* Slider
--------------------------------------------- */
.c-slider__slide {
	max-width: 574px;
}

@media only screen and (max-width: 560px) {
	.c-slider__slide {
		width: 90%;
	}
	.c-slider__slide .c-slider__slide-link {
		width: 100%;
	}
}

.c-slider__slide-main {
	padding: 0 15px;
	transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 560px) {
	.c-slider__slide-main {
		padding: 0 8px;
	}
}

.c-slider__slide-main:hover .c-slider__image, .c-slider__slide-main:focus-within .c-slider__image {
	transform: scale(1.1);
}

.c-slider__image {
	max-height: 544px;
	max-width: 544px;
	text-decoration: none;
	transition: 0.2s ease-out;
}

@media only screen and (max-width: 560px) {
	.c-slider__image {
		max-height: 100%;
		max-width: 100%;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-slider__image {
		max-height: 400px;
		max-width: 400px;
	}
}

.c-slider__title {
	font-weight: normal;
	font-size: 1rem;
	transition: 0.25s;
	margin: 15px 0 0 0;
}

.c-slider__slide-link {
	color: var(--headings-colors);
	text-decoration: none;
}

.c-slider__slide-link:hover .c-slider__title {
	color: var(--base-font-color-secondary);
}

.c-slider__slide__image-wrapper {
	overflow: hidden;
	max-height: 544px;
	max-width: 544px;
}

.s-slider .flickity-button {
	background: rgba(255, 255, 255, 0.35);
	border-radius: 0;
	width: 72px;
	height: 72px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s-slider .flickity-button:hover {
	background: rgba(255, 255, 255, 0.8);
}

.s-slider .flickity-button:hover .flickity-button-icon {
	fill: var(--base-font-color);
}

.s-slider .flickity-button .flickity-button-icon {
	width: 50%;
	height: 50%;
	fill: var(--base-font-color-secondary);
}

.s-slider .flickity-button.previous .flickity-button-icon {
	top: 25%;
	left: 35%;
}

.s-slider .flickity-button.next .flickity-button-icon {
	top: 25%;
	right: 35%;
	left: unset;
}

/* Slider
--------------------------------------------- */
.c-social-share {
	position: absolute;
	left: -90px;
	display: flex;
	flex-direction: column;
	min-height: 20px;
}

@media screen and (max-width: 980px) {
	.c-social-share {
		flex-direction: row;
		position: relative;
		justify-content: flex-start;
		left: 0;
		margin-bottom: 24px;
	}
}

.c-social-share__link {
	margin-bottom: 24px;
	width: 100%;
	height: 16px;
}

@media screen and (max-width: 980px) {
	.c-social-share__link {
		width: auto;
		margin-bottom: 0;
		margin-right: 24px;
	}
}

.c-social-share__link__icon {
	height: 16px;
	vertical-align: middle;
	color: #7B7B7B;
}

.is-dark-mode .c-social-share__link__icon {
	color: #CCCCCC;
}

.is-dark-mode .c-social-share__link__icon:hover {
	color: #565656;
}

/* Portfolio
--------------------------------------------- */
.c-portfolio {
	display: flex;
	margin-bottom: 48px;
}

@media only screen and (max-width: 560px) {
	.c-portfolio {
		flex-wrap: wrap;
		margin-bottom: 64px;
	}
}

.c-portfolio__content {
	width: 50%;
}

@media only screen and (max-width: 560px) {
	.c-portfolio__content {
		width: 100%;
		order: 2;
	}
}

.c-portfolio__content__title {
	color: var(--headings-colors);
	margin: 0 0 24px;
	transition: 0.25s;
}

.c-portfolio__content__title::after {
	margin-top: 0.75em;
	content: '';
	width: 4.5em;
	height: 1px;
	background-color: #CCCCCC;
	display: block;
}

.c-portfolio__content__title:hover {
	color: var(--base-font-color-secondary);
}

.c-portfolio__content__categories {
	list-style: none;
	padding: 0;
	margin: 0 0 6px;
	display: flex;
}

.c-portfolio__content__categories__item {
	margin: 0 24px 10px 0;
}

.c-portfolio__content__categories__item:last-child {
	margin: 0 24px 10px 0;
}

.c-portfolio__content__read-more {
	margin-top: 40px;
}

.c-portfolio__content__categories__item__link {
	color: var(--headings-colors);
}

.c-portfolio__content__categories__item__link:hover {
	color: var(--base-font-color-secondary);
}

.c-portfolio__image {
	width: 50%;
	margin-bottom: 64px;
}

@media only screen and (max-width: 560px) {
	.c-portfolio__image {
		width: 100%;
		margin-bottom: 48px;
	}
}

.c-portfolio__image__img {
	width: 100%;
}

/*
* Portfolio
*/
.c-portfolio--single {
	display: block;
}

.c-portfolio--single .c-portfolio__content__title::after {
	content: unset;
}

.c-portfolio--single .c-portfolio__title {
	margin: 0 0 64px;
	color: var(--headings-colors);
}

.c-portfolio--single .c-portfolio__image {
	width: 100%;
	text-align: center;
}

.c-portfolio--single .c-portfolio__content {
	width: 100%;
	max-width: 736px;
	margin-right: auto;
	margin-left: auto;
	color: var(--headings-colors);
}

.c-portfolio__tagline {
	font-size: 1rem;
	margin: 0 0 48px;
	display: block;
	color: var(--base-font-color);
}

.c-archive--portfolio {
	padding-bottom: 80px;
}

@media only screen and (max-width: 560px) {
	.c-archive--portfolio {
		padding-bottom: 16px;
	}
}

.c-archive__title {
	margin-top: 0;
	margin-bottom: 96px;
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-archive__title {
		margin-bottom: 64px;
	}
}

@media only screen and (max-width: 560px) {
	.c-archive__title {
		margin-bottom: 64px;
	}
}

.c-archive__desc {
	font-size: 1.2rem;
	color: var(--headings-colors);
	margin: 0;
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.c-archive__desc {
		margin-bottom: 64px;
	}
}

@media only screen and (max-width: 560px) {
	.c-archive__desc {
		margin-bottom: 64px;
	}
}

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

.u-text-center {
	text-align: center;
}

.u-text-left {
	text-align: left;
}

.u-text-right {
	text-align: right;
}

@media only screen and (max-width: 560px) {
	.u-text-center-m {
		text-align: center;
	}
	.u-text-left-m {
		text-align: left;
	}
	.u-text-right-m {
		text-align: right;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.u-text-center-t {
		text-align: center;
	}
	.u-text-left-t {
		text-align: left;
	}
	.u-text-right-t {
		text-align: right;
	}
}

.u-vertical-middle {
	vertical-align: middle;
}

/* Color
--------------------------------------------- */
.u-color-primary-light {
	color: var(--headings-colors);
}

.u-color-dark-gray {
	color: var(--headings-colors);
}

/* Flex
--------------------------------------------- */
.u-flex {
	display: flex;
}

.u-dir-column {
	flex-direction: column;
}

.u-justify-center {
	justify-content: center;
}

.u-justify-between {
	justify-content: space-between;
}

.u-align-center {
	align-items: center;
}

.u-flex-wrap {
	flex-wrap: wrap;
}

.u-flex-nowrap {
	flex-wrap: nowrap;
}

.u-flex-grow {
	flex-grow: 1;
}

@media only screen and (max-width: 560px) {
	.u-flex-wrap-m {
		flex-wrap: wrap;
	}
	.u-align-start-m {
		align-items: flex-start;
	}
	.u-align-end-m {
		align-items: flex-end;
	}
	.u-dir-column-m {
		flex-direction: column;
	}
}

.u-row {
	display: flex;
	margin-right: -15px;
	margin-left: -15px;
}

/* Margin
--------------------------------------------- */
.u-margin-none {
	margin: 0;
}

.u-margin-bottom-small {
	margin-bottom: 16px;
}

.u-margin-bottom-medium {
	margin-bottom: 24px;
}

.u-margin-bottom-large {
	margin-bottom: 32px;
}

.u-margin-bottom-larger {
	margin-bottom: 48px;
}

.u-margin-bottom-xlarge {
	margin-bottom: 64px;
}

.u-margin-bottom-huge {
	margin-bottom: 96px;
}

.u-margin-bottom-massive {
	margin-bottom: 128px;
}

@media only screen and (max-width: 560px) {
	.u-margin-none-m {
		margin: 0;
	}
	.u-margin-bottom-small-m {
		margin-bottom: 16px;
	}
	.u-margin-bottom-larger-m {
		margin-bottom: 48px;
	}
	.u-margin-bottom-xlarge-m {
		margin-bottom: 64px;
	}
	.u-margin-bottom-massive-m {
		margin-bottom: 128px;
	}
}

@media only screen and (min-width: 561px) and (max-width: 980px) {
	.u-margin-none-t {
		margin: 0;
	}
}

.u-hide {
	display: none;
}

@media only screen and (max-width: 560px) {
	.u-hide {
		display: block;
	}
	.u-hide-m {
		display: none;
	}
}

/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/
.pagination {
	width: 100%;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
}

.pagination .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #CCCCCC;
	min-width: 2em;
	min-height: 2em;
	margin: 0.25em;
	transition: 0.25s;
	padding: 0.25em;
	font-size: 1rem;
}

.pagination .page-numbers::after {
	content: unset;
}

.pagination .page-numbers:hover {
	background-color: #CCCCCC;
	color: #000;
}

.pagination .page-numbers.current {
	background-color: #CCCCCC;
}

.pagination .page-numbers.current:hover {
	background-color: #CCCCCC;
	color: var(--headings-colors);
}

.pagination span.page-numbers:hover {
	background-color: transparent;
}

.not-found {
	text-align: center;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.not-found .big-title {
	font-weight: 500;
	font-size: 8.75rem;
	line-height: 1.4em;
	color: #E7E7E7;
	text-align: center;
	margin-top: 0;
	margin-bottom: 4rem;
}

@media only screen and (max-width: 560px) {
	.not-found .big-title {
		margin-bottom: 1rem;
	}
}

.not-found p {
	font-style: normal;
	font-weight: normal;
	font-size: 1.2rem;
	text-align: center;
}

.not-found .s-widget--search-form {
	margin-right: auto;
	margin-left: auto;
	margin-top: 4rem;
}

.is-dark-mode .not-found .big-title {
	color: #E7E7E7;
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
.wp-block-button__link, .wp-block-file .wp-block-file__button {
	padding: 8px 32px;
	font-weight: 400;
	font-size: 1rem;
	line-height: 166.3%;
	cursor: pointer;
	display: inline-block;
	color: #FFFFFF;
	background-color: #565656;
	transition: 0.25s;
	border-radius: 0;
	border: 1px solid #565656;
}

.wp-block-button__link svg, .wp-block-file .wp-block-file__button svg {
	fill: #fff;
}

.wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover {
	color: #FFFFFF;
	background-color: #323232;
	border-color: #323232;
}

.wp-block-button__link:hover svg, .wp-block-file .wp-block-file__button:hover svg {
	fill: #FFFFFF;
}

.is-style-outline .wp-block-button__link:hover {
	color: #FFFFFF;
	background-color: #323232;
	border-radius: 0;
	border-color: #323232;
}

.wp-block-file {
	margin: 1rem 0;
}

.is-dark-mode .wp-block-button__link:hover, .is-dark-mode .wp-block-file .wp-block-file__button:hover {
	color: #FFFFFF;
	background-color: var(--base-font-color);
	border-color: var(--base-font-color);
}

.is-dark-mode .is-style-outline .wp-block-button__link, .is-dark-mode .wp-block-button__link.is-style-outline {
	color: #FFFFFF;
}

p.is-style-no-margin {
	margin: 0 !important;
}

h1.is-style-no-margin, h2.is-style-no-margin, h3.is-style-no-margin, h4.is-style-no-margin, h5.is-style-no-margin, h6.is-style-no-margin {
	margin: 0 !important;
}

/*--------------------------------------------------------------
# Themes
--------------------------------------------------------------*/
.is-dark-mode footer.c-footer {
	background-color: #212121;
}

/*# sourceMappingURL=style.css.map */
