/*
Theme Name: MedBioInformatics Theme
Theme URI: http://underscores.me/
Author: Krieen
Author URI: http://krieen.com
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: medbioinformatics
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.

MedBioInformatics 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.5;
	-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
--------------------------------------------- */
/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 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
--------------------------------------------- */
/* Forms
--------------------------------------------- */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	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;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

:root {
	font-size: 16px;
	--primary: #0D1760;
	--secondary: #58AF88;
	--on-primary: #03072e;
	--on-secondary: #3d8e6a;
	--primary-light: #0d17601b;
	--secondary-light: #58af881b;
	--on-primary-light: #0d176028;
	--on-secondary-light: #58af8828;
	--semi-white: rgba(255, 255, 255, 0.7);
	--gray-1: #030f2b;
	--gray-2: #323f57;
	--gray-3: #666f82;
	--gray-4: #9a9faa;
	--gray-5: #c0c3ca;
	--gradient: linear-gradient(45deg, var(--secondary) 0%, var(--primary) 100%);
	--gradient-button: linear-gradient(45deg, var(--secondary) 15%, var(--primary) 85%);
	--gradient-light: linear-gradient(45deg, var(--secondary-light) 0%, var(--primary-light) 100%);
	--pink: rgb(255, 215, 215);
	--header-height: 5em;
	--header-height-negative: -6em;
}

.primary-color {
	color: var(--primary) !important;
}

.secondary-color {
	color: var(--secondary) !important;
}

.gradient-color,
h1.gradient-color,
h2.gradient-color,
h3.gradient-color,
h4.gradient-color,
h5.gradient-color,
h6.gradient-color {
	width: fit-content;
	background-image: var(--gradient);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	padding-bottom: 2px;
}

.gradient-color.ready-to-appear,
h1.gradient-color.ready-to-appear,
h2.gradient-color.ready-to-appear,
h3.gradient-color.ready-to-appear,
h4.gradient-color.ready-to-appear,
h5.gradient-color.ready-to-appear,
h6.gradient-color.ready-to-appear {
	background-image: linear-gradient(45deg, var(--secondary) 0%, var(--primary) calc(100% / 3), #ffffff00 calc(100% / 3 * 2));
	background-position: right;
	background-size: 300%;
	transition: 2s;
}

.gradient-color.ready-to-appear.appear,
h1.gradient-color.ready-to-appear.appear,
h2.gradient-color.ready-to-appear.appear,
h3.gradient-color.ready-to-appear.appear,
h4.gradient-color.ready-to-appear.appear,
h5.gradient-color.ready-to-appear.appear,
h6.gradient-color.ready-to-appear.appear {
	background-position: left;
}

.gradient-background {
	background: var(--gradient) !important;
}

.white-background {
	background: white !important;
}

.semi-white-background {
	background: #fff6 !important;
}

.gray-1 {
	color: var(--gray-1) !important;
}

.gray-2 {
	color: var(--gray-2) !important;
}

.gray-3 {
	color: var(--gray-3) !important;
}

.gray-4 {
	color: var(--gray-4) !important;
}

.gray-5 {
	color: var(--gray-5) !important;
}

.pink {
	color: var(--pink) !important;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	color: var(--gray-1);
}

.post,
.page {
	margin: 0;
	padding: 0;
}

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

ul,
ol {
	list-style-type: circle;
	margin-left: 2em;
}

a {
	font-weight: 600;
	color: var(--primary);
	transition: 0.2s;
	text-decoration: underline;
	text-decoration-color: transparent;
}

a:hover {
	color: var(--on-primary);
}

hr {
	margin: 2em 0;
	border: none;
	height: 1px;
	background: var(--gray-4);
	width: 100%;
}

h2,
h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: var(--primary);
}

h2 {
	font-size: 2em;
}

h3 {
	color: var(--gray-1);
}

p {
	margin: 1em 0;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5em;
	width: 100%;
}

/* Animations */
.animate-letter-spacing {
	transition: letter-spacing 2s ease-in-out;
}

.animate-list {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 1em;
	padding: 0;
	margin: 1em 0;
	margin: 2em 0;
}

.animate-list > li.invisible {
	opacity: 0;
	transform: translateY(-1em);
}

.animate-list > li {
	position: relative;
	padding-left: 2.5em;
	transition: 0.5s;
	opacity: 1;
	transform: translateY(0);
}

.animate-list > li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.4em;
	height: 1.4em;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWRpZW50IiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojNThBRjg4O3N0b3Atb3BhY2l0eToxIiAvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3R5bGU9InN0b3AtY29sb3I6IzBEMTc2MDtzdG9wLW9wYWNpdHk6MSIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNMjEgNUwxMiAxNEw5IDExTTE2IDRINkM0Ljg5NTQzIDQgNCA0Ljg5NTQzIDQgNlYxOEM0IDE5LjEwNDYgNC44OTU0MyAyMCA2IDIwSDE4QzE5LjEwNDYgMjAgMjAgMTkuMTA0NiAyMCAxOFYxMiIgc3Ryb2tlPSJ1cmwoI2dyYWRpZW50KSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* Header */
#masthead {
	background-color: transparent;
	box-shadow: none;
	height: var(--header-height);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	transition: 0.3s;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#masthead ul {
	list-style: none;
	margin-left: 0;
}

#masthead .menu-item-has-children > a {
	cursor: default;
	pointer-events: none;
}

#masthead .header-border-bottom {
	background: var(--gradient);
	height: 0.2em;
	width: 0;
	transition: 0.3s;
}

#masthead.scrolled {
	background-color: #ffffffcc;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

#masthead.scrolled .header-border-bottom {
	width: 100%;
}

#masthead > .container,
#masthead #desktop-nav .sub-menu .container {
	display: flex;
	justify-content: space-between;
	padding-top: 1em;
	padding-bottom: 1em;
	height: 100%;
}

#masthead > .container .site-branding,
#masthead #desktop-nav .sub-menu .container .site-branding {
	height: 100%;
}

#masthead > .container .site-branding a,
#masthead #desktop-nav .sub-menu .container .site-branding a {
	height: 100%;
}

#masthead > .container .site-branding a img,
#masthead #desktop-nav .sub-menu .container .site-branding a img {
	height: 100%;
	object-fit: contain;
	width: auto;
}

#masthead > .container .main-navigation,
#masthead #desktop-nav .sub-menu .container .main-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#masthead > .container .main-navigation #menu-toggle,
#masthead #desktop-nav .sub-menu .container .main-navigation #menu-toggle {
	display: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

#masthead > .container .main-navigation #menu-toggle span,
#masthead #desktop-nav .sub-menu .container .main-navigation #menu-toggle span {
	color: var(--primary);
}

#masthead > .container .main-navigation li a,
#masthead #desktop-nav .sub-menu .container .main-navigation li a {
	padding: 0.5em;
	transition: 0.2s;
	color: var(--primary);
	display: flex;
	align-items: center;
}

#masthead > .container .main-navigation li a .dropdown-menu-chevron,
#masthead #desktop-nav .sub-menu .container .main-navigation li a .dropdown-menu-chevron {
	color: var(--primary);
	transition: 0.2s;
}

#masthead > .container .main-navigation li:hover a,
#masthead #desktop-nav .sub-menu .container .main-navigation li:hover a {
	color: var(--on-secondary);
}

#masthead > .container .main-navigation li:hover a .dropdown-menu-chevron,
#masthead #desktop-nav .sub-menu .container .main-navigation li:hover a .dropdown-menu-chevron {
	transform: rotate(180deg);
	color: var(--on-secondary);
}

#masthead > .container .main-navigation li.current-menu-item a,
#masthead #desktop-nav .sub-menu .container .main-navigation li.current-menu-item a {
	color: var(--secondary);
}

#masthead > .container .main-navigation li:last-child a,
#masthead #desktop-nav .sub-menu .container .main-navigation li:last-child a {
	padding-right: 0;
}

#masthead > .container .main-navigation .out-icon,
#masthead #desktop-nav .sub-menu .container .main-navigation .out-icon {
	width: 1em;
}

#masthead > .container .main-navigation #desktop-nav,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav {
	display: flex;
}

#masthead > .container .main-navigation #desktop-nav .menu-item.linkedin-icon a,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav .menu-item.linkedin-icon a {
	display: flex;
	align-items: center;
}

#masthead > .container .main-navigation #desktop-nav .menu-item.linkedin-icon a path,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav .menu-item.linkedin-icon a path {
	fill: var(--primary);
	transition: 0.2s;
}

#masthead > .container .main-navigation #desktop-nav .menu-item.linkedin-icon a:hover path,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav .menu-item.linkedin-icon a:hover path {
	fill: var(--secondary);
}

#masthead > .container .main-navigation #desktop-nav ul.menu,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav ul.menu {
	display: flex;
	gap: 1em;
}

#masthead > .container .main-navigation #desktop-nav ul.menu .sub-menu,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav ul.menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: var(--gradient);
	display: flex;
	justify-content: flex-end;
	padding: 0;
	gap: 1em;
	height: 0;
	overflow: hidden;
	transition: 0.2s;
}

#masthead > .container .main-navigation #desktop-nav ul.menu .sub-menu .container,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav ul.menu .sub-menu .container {
	padding-top: 0;
	padding-bottom: 0;
	justify-content: flex-end;
	gap: 2em;
	margin: auto;
}

#masthead > .container .main-navigation #desktop-nav ul.menu .sub-menu a,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav ul.menu .sub-menu a {
	color: transparent;
	transition: 0.2s;
	transition-delay: 0.1s;
	display: flex;
	align-items: center;
	gap: 0.3em;
}

#masthead > .container .main-navigation #desktop-nav ul.menu li,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav ul.menu li {
	display: flex;
	align-items: center;
}

#masthead > .container .main-navigation #desktop-nav ul.menu .menu-item-has-children:hover,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav ul.menu .menu-item-has-children:hover {
	height: var(--header-height);
}

#masthead > .container .main-navigation #desktop-nav ul.menu .menu-item-has-children:hover > .sub-menu,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav ul.menu .menu-item-has-children:hover > .sub-menu {
	padding: 2em 0;
	transition-delay: 0s;
}

#masthead > .container .main-navigation #desktop-nav ul.menu .menu-item-has-children:hover > .sub-menu a,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav ul.menu .menu-item-has-children:hover > .sub-menu a {
	color: var(--semi-white);
}

#masthead > .container .main-navigation #desktop-nav ul.menu .menu-item-has-children:hover > .sub-menu a:hover,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav ul.menu .menu-item-has-children:hover > .sub-menu a:hover {
	color: white;
}

#masthead > .container .main-navigation #desktop-nav ul.menu .menu-item-has-children:hover > .sub-menu .current-menu-item a,
#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav ul.menu .menu-item-has-children:hover > .sub-menu .current-menu-item a {
	color: white;
}

#masthead > .container .main-navigation #mobile-nav,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: var(--gradient);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	transition: 0.2s;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}

#masthead > .container .main-navigation #mobile-nav.expanded,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav.expanded {
	padding-top: 2em;
	padding-bottom: 2em;
}

#masthead > .container .main-navigation #mobile-nav.expanded a,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav.expanded a {
	color: var(--semi-white);
}

#masthead > .container .main-navigation #mobile-nav .menu-item-70:hover,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav .menu-item-70:hover {
	background: transparent !important;
}

#masthead > .container .main-navigation #mobile-nav .menu-item-70 a,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav .menu-item-70 a {
	display: flex;
	align-items: center;
}

#masthead > .container .main-navigation #mobile-nav .menu-item-70 a path,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav .menu-item-70 a path {
	fill: var(--semi-white);
	transition: 0.2s;
}

#masthead > .container .main-navigation #mobile-nav .menu-item-70 a:hover path,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav .menu-item-70 a:hover path {
	fill: white;
}

#masthead > .container .main-navigation #mobile-nav .menu-masthead-container,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav .menu-masthead-container {
	width: 100%;
}

#masthead > .container .main-navigation #mobile-nav ul,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav ul {
	display: flex;
	flex-direction: column;
}

#masthead > .container .main-navigation #mobile-nav ul ul,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav ul ul {
	margin-left: 2em;
}

#masthead > .container .main-navigation #mobile-nav ul li,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav ul li {
	transition: 0.2s;
}

#masthead > .container .main-navigation #mobile-nav ul li:not(.menu-item-has-children):hover,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav ul li:not(.menu-item-has-children):hover {
	background-color: var(--secondary-light);
}

#masthead > .container .main-navigation #mobile-nav ul li:not(:first-child),
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav ul li:not(:first-child) {
	border-top: 1px solid var(--semi-white);
	width: 100%;
}

#masthead > .container .main-navigation #mobile-nav ul ul li:first-child,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav ul ul li:first-child {
	border-top: 1px solid var(--semi-white);
}

#masthead > .container .main-navigation #mobile-nav ul .current-menu-item > a,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav ul .current-menu-item > a {
	color: white;
}

#masthead > .container .main-navigation #mobile-nav ul .current-menu-item > a > span,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav ul .current-menu-item > a > span {
	opacity: 1;
	transform: translateX(0);
}

#masthead > .container .main-navigation #mobile-nav ul li a,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav ul li a {
	color: transparent;
	transition: 0.2s;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 1em;
}

#masthead > .container .main-navigation #mobile-nav ul li a span.mobile-menu-chevron,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav ul li a span.mobile-menu-chevron {
	opacity: 0;
	transition: 0.2s;
	transform: translateX(2em);
}

#masthead > .container .main-navigation #mobile-nav ul li:not(.menu-item-has-children):hover a,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav ul li:not(.menu-item-has-children):hover a {
	color: white;
}

#masthead > .container .main-navigation #mobile-nav ul li:not(.menu-item-has-children):hover a span,
#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav ul li:not(.menu-item-has-children):hover a span {
	opacity: 1;
	transform: translateX(0);
}

@media screen and (max-width: 800px) {
	#masthead > .container .main-navigation #menu-toggle,
	#masthead #desktop-nav .sub-menu .container .main-navigation #menu-toggle {
		display: block;
	}
	#masthead > .container .main-navigation #desktop-nav,
	#masthead #desktop-nav .sub-menu .container .main-navigation #desktop-nav {
		display: none;
	}
	#masthead > .container .main-navigation #mobile-nav,
	#masthead #desktop-nav .sub-menu .container .main-navigation #mobile-nav {
		display: flex;
	}
}

/* Breadcrumb */
#breadcrumbs .breadcrumb_last {
	color: var(--gray-3);
	font-weight: 400;
}

/* Content */
body .content {
	margin-top: var(--header-height);
	padding-top: 1em;
	padding-bottom: 1em;
}

body .content li {
	margin-top: 0.2em;
}

.entry-content .wp-block-cover {
	margin-top: var(--header-height-negative);
	min-height: auto;
	padding: 0;
}

.entry-content .wp-block-cover video.wp-block-cover__video-background {
	position: static;
	min-height: 450px;
}

.entry-content .wp-block-cover .wp-block-cover__inner-container {
	position: absolute;
}

.entry-content .wp-block-cover .wp-block-cover__inner-container {
	pointer-events: none;
}

.wp-block-cover .wp-block-cover__background {
	pointer-events: none;
}

.entry-content .wp-block-group__inner-container {
	display: flex;
	justify-content: center;
}

.content img {
	border-radius: 0.3em;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	width: 100%;
}

.content video {
	width: 100%;
}

.content hr {
	margin: 2em 0;
	border: none;
	height: 2px;
	background: var(--gray-5);
	width: 100%;
}

.content .wp-element-button,
.content button[type=submit],
.content button.wpforms-submit[type=submit] {
	background: var(--gradient-button) left/200%;
	color: white;
	border: none;
	padding: 0.5em 1.5em;
	border-radius: 9999px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: transform 0.2s, background-position 1s;
	margin: 1em 0;
}

.content .wp-element-button:hover, .content .wp-element-button:active, .content .wp-element-button:focus,
.content button[type=submit]:hover,
.content button[type=submit]:active,
.content button[type=submit]:focus,
.content button.wpforms-submit[type=submit]:hover,
.content button.wpforms-submit[type=submit]:active,
.content button.wpforms-submit[type=submit]:focus {
	background: var(--gradient-button) right/200%;
	transform: scale(1.05);
}

.content .wp-element-button:focus:after,
.content button[type=submit]:focus:after,
.content button.wpforms-submit[type=submit]:focus:after {
	border: 2px solid var(--secondary);
	border-radius: 9999px;
}

.content .cards > *,
.content .card,
.content .quote {
	background: var(--gradient-light);
	padding: 1.5em;
	border-radius: 1.5em;
	box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.08);
	border: 1px solid var(--gray-5);
	transition: 0.2s;
	transform: perspective(50em) rotateX(0) rotateY(0);
}

.content .counter-block {
	flex-wrap: wrap !important;
	width: 100%;
	margin-top: 2em;
	gap: 1em;
	display: flex;
	align-items: stretch;
}

.content .counter-block > * {
	flex: 1 1 0;
	display: flex;
	flex-direction: column !important;
	justify-content: center;
	align-items: center !important;
	text-align: center;
	text-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	width: min-content;
}

.content .counter-block > * > .wp-block-group {
	display: flex;
	justify-content: center;
}

.content .counter-block > * h3 {
	width: fit-content;
	background: var(--gradient);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 2em;
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
}

.content .counter-block > * img {
	box-shadow: none;
	mix-blend-mode: multiply;
	max-height: 80px;
	max-width: 150px;
}

.content .wp-block-cover {
	margin-bottom: 2em;
}

.content .wp-block-group.is-vertical > figure img {
	box-shadow: none;
}

.content p {
	margin: 0.5em 0;
}

.content h2 {
	margin: 0.5em 0;
}

.content .testimonials .testimonial {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.content .testimonials .testimonial blockquote {
	font-style: italic;
}

.content .testimonials .testimonial .testimonial-name {
	margin-top: auto;
}

.content .testimonials .testimonial .testimonial-position {
	color: var(--gray-3);
	font-weight: 300;
}

.content .quote {
	font-style: italic;
	font-size: 1.15em;
}

.content .steps {
	display: flex;
	gap: 1em;
	align-items: stretch;
	flex-wrap: wrap !important;
}

.content .steps > * {
	flex: 1 1 calc(100% / 3 - 1em);
	transition: 1s;
}

@media screen and (max-width: 800px) {
	.content .steps > * {
		flex: 1 1 100%;
	}
}

.content .steps h3 {
	width: fit-content;
	background: var(--gradient);
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 3em;
}

.content .steps h4 {
	color: var(--primary);
	font-size: 1.5em;
}

.content .invisible {
	opacity: 0;
	transition: 0s;
}

.content .services-overview {
	margin-top: 1em;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 1em;
}

.content .services-overview img {
	mix-blend-mode: multiply;
}

.content .services-overview > * {
	display: flex;
	flex-direction: column;
	justify-content: start;
	flex: 0 0 calc(33.3333% - 0.66667em);
}

.content .services-overview > * figure:first-child {
	width: 100%;
	display: flex;
	justify-content: center;
}

.content .services-overview > * .wp-block-buttons {
	margin-top: auto;
}

.content .services-overview > * .wp-block-buttons a {
	margin: 0;
}

@media screen and (max-width: 800px) {
	.content .services-overview > * {
		flex: 0 0 calc(50% - 0.66666667em);
	}
}

@media screen and (max-width: 550px) {
	.content .services-overview > * {
		flex: 0 0 100%;
	}
}

.content .use-case {
	margin: 0.5em 0;
}

.content .use-case hr {
	margin: 0;
	margin-bottom: 1em;
}

.content .use-case img {
	box-shadow: none;
}

.content .use-case .tags {
	text-transform: uppercase;
	color: var(--gray-3);
	letter-spacing: 0.1em;
}

.content .use-case > .wp-block-group {
	display: flex;
	justify-content: left;
	align-items: start;
	gap: 1em;
	cursor: pointer;
}

.content .use-case > .wp-block-group > .expand-more {
	margin-left: auto;
	font-size: 2.2em;
	margin-top: 0.65em;
	user-select: none;
}

.content .use-case > .wp-block-group > figure {
	flex: 0 0 5em;
}

.content .use-case > .wp-block-group > figure img {
	width: 100%;
	mix-blend-mode: multiply;
}

.content .use-case > .wp-block-group > details {
	overflow: visible;
}

.content .use-case > .wp-block-group > details > *:not(summary) {
	margin-left: -6em;
	margin-bottom: 1em;
	width: auto;
}

.content .use-case > .wp-block-group > details .wp-block-group > figure {
	flex: 0 0 4em;
}

.content .use-case > .wp-block-group > details .wp-block-group > figure img {
	width: 100%;
	mix-blend-mode: multiply;
}

.content .use-case > .wp-block-group > details summary {
	font-weight: 700;
	font-size: 1.4em;
	list-style: none;
	margin: 1.2em 0 2.1em 0;
	color: var(--primary);
	user-select: none;
	display: block;
}

.content .services-overview > *,
.content .glide__slide {
	background-color: var(--primary-light);
	background: var(--gradient-light);
	padding: 1.5em;
	border-radius: 1.5em;
	box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	gap: 1em;
	transition: 0.2s;
	border: 1px solid var(--gray-5);
	transform: perspective(50em) rotateX(0) rotateY(0);
}

.glide__bullets {
	bottom: 0;
}

.glide__bullet.glide__bullet--active {
	background-color: var(--primary);
}

.glide__bullet {
	background-color: var(--primary-light);
	box-shadow: none;
}

.content .services-overview > * .wp-block-social-links,
.content .glide__slide .wp-block-social-links {
	margin-top: 1em;
}

.content .services-overview > * .wp-block-social-links .wp-social-link,
.content .wp-block-social-links .wp-social-link {
	background-color: var(--primary);
	transition: 0.2s;
}

.content .services-overview > * .wp-block-social-links .wp-social-link path,
.content .wp-block-social-links .wp-social-link path {
	color: white;
	transition: 0.2s;
}

.content .services-overview > * .wp-block-social-links .wp-social-link:hover,
.content .wp-block-social-links .wp-social-link:hover {
	background-color: var(--secondary);
}

#member-page > figure > img {
	max-width: 400px;
}

@media screen and (min-width: 800px) {
	#member-page > figure {
		display: flex;
		justify-content: start;
		align-items: start;
		flex-wrap: wrap;
		gap: 2em;
	}
	#member-page > figure > img {
		width: 35%;
		object-fit: contain;
	}
	#member-page > figure > figcaption {
		width: calc(65% - 2em);
	}
}

#member-page > figure .job-title {
	font-weight: 600;
}

.wp-block-group.is-nowrap {
	width: 100%;
}

.split-layout {
	display: flex;
	gap: 2em;
	flex-wrap: wrap !important;
	align-items: start !important;
}

.split-layout > * {
	flex: 1 0 calc(45% - 2em);
}

@media screen and (max-width: 800px) {
	.split-layout > * {
		flex: 0 0 100%;
	}
}

@media screen and (min-width: 800px) {
	.split-layout > *:first-child:not(figure) {
		flex: 0 0 calc(45% - 2em);
	}
	.split-layout > figure {
		flex: 0 0 55%;
	}
}

.full-width {
	width: 100%;
}

.single-job-offer .card h2 {
	margin-top: 0;
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.single-job-offer .card hr {
	margin: 1.2em 0;
	background: var(--gray-5);
}

.infographic {
	width: 100%;
}

/* .infographic video {
	max-height: 85vh;
} */

.post-listing {
	width: 100%;
	list-style: none;
	margin-left: 0;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.post-listing .post-listing-item {
	width: 100%;
}

.post-listing .post-listing-item a.title-link:hover {
	text-decoration-color: transparent;
}

.post-listing .post-listing-item a.go-to-link {
	display: flex;
	align-items: center;
	gap: 0.5em;
	text-decoration: none;
	margin-top: 1em;
}

.post-listing .post-listing-item a.go-to-link:hover {
	text-decoration: none;
}

.post-listing .post-listing-item a.go-to-link p {
	margin: 0;
}

.post-listing .post-listing-item a.go-to-link:hover p {
	text-decoration: underline;
}

.post-listing .post-listing-item h2 {
	margin-top: 0;
}

.post-listing .post-listing-item hr {
	margin: 1.2em 0;
	background: var(--gray-5);
}

body .glide {
	padding: 1.2em 1.5em;
	width: calc(100% + 3em);
	margin-left: -1.5em;
	overflow: hidden;
	position: relative;
}

body .glide ul {
	margin: 0;
}

body .glide .glide__track {
	overflow: visible;
}

body .glide .glide__track .overlay-inset-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

body .glide .glide__track .overlay-inset-shadow > * {
	position: absolute;
	height: 100%;
	width: 1.5em;
	z-index: 999;
}

body .glide .glide__track .overlay-inset-shadow .left {
	left: 0;
	background-image: linear-gradient(90deg, white 50%, #ffffff00 100%);
}

body .glide .glide__track .overlay-inset-shadow .right {
	right: 0;
	background-image: linear-gradient(-90deg, white 50%, #ffffff00 100%);
}

body .glide .glide__slides {
	overflow: visible;
	align-items: stretch;
}

body .glide .glide__slide {
	height: auto;
	gap: 0.5em;
}

body .glide .glide__slide img {
	border-radius: 0.5em;
	height: 16em;
	object-fit: cover;
	margin: 0;
}

body .glide .glide__slide .post-info {
	display: flex;
	align-items: center;
}

body .glide .glide__slide .post-info > :nth-child(2) {
	margin-right: 1em;
}

body .glide .glide__arrows .glide__arrow {
	background-color: transparent;
	box-shadow: none;
	border: none;
	padding: 0;
	border-radius: 50%;
	top: 50%;
	z-index: 1000;
}

body .glide .glide__arrows .glide__arrow span {
	color: var(--primary);
	font-size: 2em;
	padding: 0.1em;
	border-radius: 9999px;
	transition: 0.2s;
}

body .glide .glide__arrows .glide__arrow.glide__arrow--left {
	left: -0.5em;
}

body .glide .glide__arrows .glide__arrow.glide__arrow--right {
	right: -0.5em;
}

body .glide .glide__arrows .glide__arrow:hover span {
	color: var(--on-primary);
	transform: scale(1.1);
}

body .glide img {
	margin-bottom: 0.5em;
}

body .glide p {
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 0.5em;
}

/* Blog Post */
.post-thumbnail {
	padding-bottom: 0.1em;
	background: var(--gradient);
	border-radius: 0.5em;
	overflow: hidden;
	margin-bottom: 2em;
}

.post-thumbnail img {
	border-radius: 0;
}

.single-post .content h3, .single-post .content h4 {
	color: var(--secondary);
}

.single-post .content a:hover {
	text-decoration: underline;
}

article.type-post figure, article.type-post video {
	margin: 2em 0;
}

footer.entry-footer {
	display: flex;
	flex-direction: column;
	border-top: solid 2px var(--gray-5);
    border-bottom: solid 2px var(--gray-5);
    padding: 1em 0;
    margin: 2em 0;
}

body.single-post .entry-meta {
	margin-bottom: 1em;
}

.latest-publications .post-thumbnail img {
	background-color: white;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain !important;
	padding: 1em;
}

/* Aside */
aside {
	margin-top: 3em;
	margin-bottom: 2em;
}

aside .wp-block-search__inside-wrapper {
	display: flex;
	gap: 1em;
}

aside .wp-block-search__inside-wrapper input {
	border-radius: 999999px;
	padding: 0.5em 1.5em;
	height: fit-content;
}

aside .wp-block-search__inside-wrapper button {
	margin: 0 !important;
}

aside .wp-block-heading {
	margin-top: 1em;
}

aside .wp-block-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}

aside .wp-block-tag-cloud a {
    font-size: 0.8em !important;
	background-color: var(--primary-light);
    border-radius: 99999px;
    padding: 0.3em 0.8em;
    border: solid 1px var(--primary);
	margin: 0;
	text-decoration: none;
	transition: 0.2s;
}

aside .wp-block-tag-cloud a:hover {
	background-color: var(--primary);
	color: white;
	text-decoration: none !important;
}

aside ul {
	list-style: circle !important;
}

aside h2 {
	font-size: 1.5em;
}

aside li a {
	color: var(--gray-2);
	font-weight: 400;
}

aside li a:hover {
	text-decoration: underline;
}

.browse-more-section {
	margin: 0;
	display: none;
}

aside .browse-more-button {
	justify-content: center;
	margin-top: 1em;
	cursor: pointer;
	color: var(--gray-3);
	transition: 0.2s;
	margin-bottom: -0.5em;
	user-select: none;
}

aside .browse-more-button svg {
	transition: inherit;
}

aside .browse-more-button.expanded svg {
	transform: rotate(180deg);
}

aside .browse-more-button:hover {
	color: var(--gray-1);
}

.browse-more-button p {
	margin: 0;
	color: inherit;
}

.widget {
	margin: 0;
}

/* Careers */
/* Contact Form */
div.wpforms-container-full {
	width: 100%;
	margin: 0;
}

@media screen and (min-width: 800px) {
	div.wpforms-container-full .wpforms-field-container {
		display: grid;
		grid-template-columns: 1fr 2fr;
		grid-auto-rows: auto;
		gap: 1em;
	}
	div.wpforms-container-full .wpforms-field-container > * {
		grid-column: 1;
		margin: 0;
	}
	div.wpforms-container-full .wpforms-field-container textarea, div.wpforms-container-full .wpforms-field-container input {
		border-radius: 0.5em;
	}
	div.wpforms-container-full .wpforms-field-container .wpforms-field-textarea {
		grid-column: 2;
		grid-row: 1 / span 3;
	}
}

/* Footer */
#colophon {
	padding: 2em 0;
	margin-top: 2em;
}

#colophon .footer-logos .wp-block-group {
	display: flex;
	justify-content: center;
	gap: 1em;
	align-items: stretch;
	flex-wrap: wrap;
}

#colophon .footer-logos .wp-block-group > * {
	flex: 0 0 calc(100% / 6 - 1em);
	background-color: white;
	border-radius: 0.5em;
	padding: 0.5em;
	transition: 0.2s;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 700px) {
	#colophon .footer-logos .wp-block-group > * {
		flex: 0 0 calc(100% / 3 - 1em);
	}
}

@media screen and (max-width: 500px) {
	#colophon .footer-logos .wp-block-group > * {
		flex: 0 0 calc(100% / 2 - 1em);
	}
}

@media screen and (max-width: 300px) {
	#colophon .footer-logos .wp-block-group > * {
		flex: 0 0 100%;
	}
}

#colophon .footer-logos .wp-block-group > * > a {
	height: 100%;
 	width: 100%;
	max-height: 4em;
}

#colophon .footer-logos .wp-block-group img {
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

#colophon ul {
	list-style: none;
	margin-left: 0;
}

#colophon hr {
	height: 1px;
	background-color: var(--semi-white);
}

#colophon a:not(.wp-block-social-link-anchor) {
	color: var(--semi-white);
	transition: 0.2s;
}

#colophon a:not(.wp-block-social-link-anchor):hover {
	color: white;
}

#colophon .wp-block-social-links .wp-social-link {
	background-color: white;
}

#colophon .wp-block-social-links .wp-social-link path {
	color: var(--gray-3);
	transition: 0.2s;
}

#colophon .wp-block-social-links .wp-social-link:hover path {
	color: var(--primary);
}

#colophon section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: white;
}

#colophon section p {
	text-align: center;
}

#colophon section .footer-navigation {
	align-items: center;
	display: flex;
}

#colophon section .footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
}

@media screen and (max-width: 800px) {
	#colophon section {
		flex-direction: column;
		align-items: center;
		gap: 1em;
	}
}

#colophon section .footer-branding a {
	display: flex;
}

#colophon section .footer-branding img {
	height: 4em;
	object-fit: contain;
	width: auto;
}

/* Blog */
.archive-posts {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin: 0;
	list-style: none;
}

.archive-posts .post-thumbnail img {
	border-radius: 0.5em;
	height: 18em;
	object-fit: cover;
}

.archive-posts .entry-meta {
	margin-bottom: 1em;
}

.archive-posts > * {
	flex: 0 0 calc(100% / 2 - 0.5em);
	height: auto;
}

@media screen and (max-width: 800px) {
	.archive-posts > * {
		flex: 0 0 100%;
	}
}

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