/*!
Theme Name: Open Entpreneurship
Theme URI: http://underscores.me/
Author: Peopel & Partners
Author URI: https://peoplepartners.dk
Description: Custom made for Open Entrepreneurship
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: open_entrepeneurship
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.

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

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

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

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

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

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

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

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

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

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

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

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


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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 25px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
# 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 {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

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



/* OE custom style
--------------------------------------------- */


/* Global styles
--------------------------------------------- */

:root {
	--font-sans: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.custom-logo-link {
	position: absolute;
	left: 80px;
	top: 120px;
	z-index: 4;
	width: 400px;
}

@media (max-width: 600px) {
	.custom-logo-link {
		left: 5vw;
		top: 5vw;
		width: 250px;
	}
}

h1, h2, h3 {
	font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #07133d;
}

h1 {
	line-height: 1.1;
	font-size: 50px;
}

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

h3 {
	line-height: 1.25;
	font-size: 25px;
}

h3, h4, h5, h6, p, li, a, div {
	font-family: Inter;
	line-height: 1.5;
	color: #07133d;
}

.hero-subtitle, .hero-title, .blue-background h1, .blue-background h2, .blue-background h3, .blue-background h4, .blue-background h5, .blue-background h6, .blue-background p, .blue-background li, .blue-background a, .blue-background div, .vertical p, .vertical h3, .quote-content h3, .quote-content p, .quote-content h1, .footer-quote, .footer-copyright p {
	color: white;
}

/*
h4, h5, h6, p, li, a, div {
	font-weight: 300;
}
*/
h1, h2, .btn {
	font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 400;
}

h3 {
	font-weight: 600;
}


#masthead {
	position: absolute;
	top: 120px;
	right: 80px;
	z-index: 9999;
	padding: 20px;
}


@media (max-width: 600px) {
	#masthead {
		top: 5vw;
		right: 5vw;
	}
}


.burger-menu {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 9px;
	align-items: flex-end;
}

.burger-menu .line {
	height: 9px;
	background-color: white;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.burger-menu:hover .line {
	background-color:#020D3D;
}

.burger-menu .line.top {
	width: 42px;
}

.burger-menu .line.mid {
	width: 55px;
}

.burger-menu .line.bottom {
	width: 35px;
}

/* Overlay Navigation */
.main-navigation-overlay {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	transition: right 0.5s ease;
	pointer-events: none;
}

.main-navigation-overlay.active {
	right: 0;
	pointer-events: auto;
}

.navigation-circle {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	width: 900px;
	height: 900px;
	background-color: #C16D1A;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
	box-sizing: border-box;
	padding-left: 150px;
}

.navigation-circle li a {
	font-family: "Space Grotesk";
	font-weight: 500;
}

@media (max-width: 1200px) {
	.navigation-circle {
		width: 800px;
		height: 800px;
		padding-left: 120px;
	}


}

@media (max-width: 768px) {
	.navigation-circle {
		width: 150vw;
		height: 150vw;
		padding-left: 0;
	}
}

.navigation-circle ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	z-index: 1;
	padding-right: 65%;
}

.navigation-circle ul li {
	margin-bottom: 5px;
	width: fit-content;
	text-align: right;
}

.navigation-circle ul li a {
	font-size: 18px;
	font-weight: 300;
	color: white;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.navigation-circle ul li a:hover {
	opacity: 0.7;
}

/* Close Button */
.close-menu {
	position: absolute;
	top: 15%;
	left: 40%;
	cursor: pointer;
	z-index: 2;
}

@media (max-width: 768px) {
	.navigation-circle ul {
		padding-right: 60%;
	}
	.navigation-circle ul li a {
		font-size: 22px;
	}
	.close-menu {
		top: 18%;
		left: 35%;
	}
}

.close-circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 4px solid #FFF;
	box-sizing: border-box;
}

.close-x {
	position: relative;
	width: 30px;
	height: 30px;
	top: -2px;
}

.close-x::before,
.close-x::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #FFF;
	border-radius: 20px;
}
.close-circle:hover {
	border: 4px solid #020D3D;
}

.close-circle:hover .close-x::before, .close-circle:hover .close-x::after  {
	background-color: #020D3D;
}

.close-x::before {
	transform: rotate(45deg);
}

.close-x::after {
	transform: rotate(-45deg);
}

/* Background Overlay */
.menu-overlay-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0);
	z-index: 9998;
	transition: background-color 0.5s ease;
	pointer-events: none;
}

.menu-overlay-bg.active {
	background-color: rgba(0, 0, 0, 0.7);
	pointer-events: auto;
}


body.menu-open {
	overflow: hidden;
}

.module:not(.textbox, .banner-template) {
	position: relative;
	min-height: 100vh;
}
.visual-element {
	max-height: 100vh;
	min-height: 100vh;
}

.module .wrapper {
	display: flex;
	flex-wrap: wrap;
}

.aspect-ratio {
}

.beige-background {
	background-color: #e5dbd4;
}

.beige-background a{
	color: black;
}

.beige-background a:hover{
	color: #c37418;
}

.orange-background {
	background-color: #c37418;
}

.btn-wrapper {
	position: relative;
	height: 50px;
}
.btn {
	justify-content: center;
	padding: 10px 40px;
	border-radius: 25px;
	display: flex;
	position: absolute;
	z-index: 2;
	color: white;
	max-width: 300px;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: fit-content;
	white-space: nowrap;
	overflow: hidden;
	font-size: 15px;
}

.btn-orange {
	background-color: #C16D1A;
}

.btn-blue {
	background-color:  #07133d;
}

.btn-orange:hover {
	background-color: #A25912;
}

.btn-blue:hover {
	background-color: #0a1e62;
	color: #FFF !important;
}

.blue-background {
	background-color: #07133d;
	color: #FFF;
}

.blue-background a{
	color: white;
}

.blue {
	background-color: #07133d;
}

.white {
	color: #FFF;
}

.black {
	color: #000;
}

/* Footer */
.site-footer {
    padding: 60px 0 20px;
    font-family: 'Space Grotesk', sans-serif;
    color: #FFF;
	/** background-image: url('https://oe.devpeople.dk/wp-content/uploads/2025/12/Logotapet_grey_transparent.svg'); **/
	background-color: #C37418;
}

.site-footer a:visited {
	color: white;
}

.footer-container {
    margin: auto;
    width: 90%;
}

.footer-quote {
    text-align: center;
    font-size: clamp(20px, 4vw, 24px);
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.4;
}

.footer-middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 20px;
}

.footer-actions a .btn {
    position: inherit;
    width: fit-content;
}

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

.footer-navigation li {
    margin-bottom: 10px;
}

.footer-navigation a {
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    transition: opacity 0.3s ease;
	font-weight: 300;
}

.footer-navigation a:hover {
    opacity: 0.8;
}

.button-cta {
    background-color: #c4761a;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    gap: 20px;
}

.footer-socials .social-icon img {
	width: 50px;
	height: auto;
	position: relative;
	left: -5px;
}

.footer-socials .social-icon {
    font-size: 24px;
    margin-right: 15px;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
}

.footer-copyright {
    font-size: 14px;
    color: #FFF;
}

.footer-copyright a {
    color: #FFF;
}

@media (max-width: 768px) {
    .footer-middle {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-socials {
        margin-bottom: 15px;
    }
    
    .footer-socials .social-icon {
        margin: 0 10px;
    }
}

h1 {
	font-size: clamp(32px, 8vw, 50px);
	margin: unset;
	position: relative;
	z-index: 3;
}

h2 {
	font-size: clamp(24px, 5vw, 32px);
}

h3 {
	font-size: 20px;
	line-height: 1.2;
	margin: unset;
}
.person-card h3 {
	font-size: 16px;
	font-family: "Space Grotesk";
	color: #07133d;
	margin-top: 10px;
	font-weight: 600;
}

p {
	font-size: 15px;
	z-index: 2;
	position: relative;
}

div {
	font-size: 18px;
}

li, label {
	font-size: 14px;
}



a:visited {
	color: inherit;
}

a {
	text-decoration: unset;
	/* color: white; */
}

p a {
	text-decoration: underline;
}


.beige-background p a:hover, .beige-background a:hover div {
	color: #C37418;
}

.orange-background p a:hover, .orange-background  a:hover div {
	color: #07133D;
}

.blue-background p a:hover, .blue-background  a:hover div {
	color: #C37418;
}

.btn-orange:hover  {
	color: #FFF !important;
}

/*
.text-content a .btn {
	position: relative;
	margin-top: 40px;
	display: flex;
	z-index: 2;
}
*/
.banner-template {
	padding-bottom: 25px;
	height: fit-content;
}


.banner-template .overlay {
	height: 100%;
	background: #3c4c6c;
	opacity: 0.55;
}

.module .banner {
	min-height: 40vh;
	background-size: cover;
	color: #FFF;
	display: flex;
	align-items: center;      /* vertical centering */
	justify-content: center;  /* horizontal centering (optional) */
	margin-bottom: 40px;
	position: relative;
}

.module .banner h1 {
	color: #FFF;
	text-align: center;
}

.tripleCircleTextbox .wrapper {
	width: 90%;
	margin: auto;
}

.module.tripleCircleTextbox h1 {
	margin-bottom: 0px;
}


.banner-template.module .textContent {
	margin: 0 5%;
	width: 90%;
}

.full-width {
	width: 100%;
}

.news-single .wrapper {
	max-width: 915px;
	margin: auto !important;
}

.news-single .tripleCircleTextbox .wrapper    {
	max-width: unset;
	margin: auto !important;
}


.one-half {
	width: 45%;
	position: relative;
	order: 2;
	flex-grow: 1;
	padding-top: 5%;
}

.two-thirds {
	width: 60%;
	position: relative;
	flex-grow: 1;
	order: 2;
	margin: 5% 5% 5% 5%;
}

.one-third {
	width: 30%;
	position: relative;
	flex-grow: 1;
	order: 2;
}

.textboxSquareImage .wrapper h1 {
	margin: 40px 0 60px 0;
}

.textboxSquareImage .wrapper h3 {
	margin-bottom: 60px;
}


.one-half.reversed:last-child {
	order: 1;
}

.one-half.text-element {
	margin: 0 5% 0 0;
}

.textboxSquareImage  .one-half.text-element {
	margin: 0 0 0 5%;
}

.one-half .circle-container {
	position: relative;
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
}

@media (max-width: 800px) {
	.one-half .circle-container {
		padding-top: 100px;
	}
	.textboxSquareImage  .one-half.text-element {
		margin: unset;
	}

}

.one-half .circle-image {
	position: relative;
	aspect-ratio: 1 / 1;
	height: 100%;
	z-index: 2;
	text-align: center;
}

.one-half .circle-shadow-above {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: -2%;
	transform: translateX(3%);
	aspect-ratio: 1 / 1;
	height: 50%;
	border-radius: 100%;
	z-index: 1;
}

.circle-shadow-below {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 35%;
	transform: translateX(-41%);
	aspect-ratio: 1 / 1;
	height: 50%;
	border-radius: 100%;
	z-index: 1;
}

.circle-image img {
	border-radius: 100%;
	height: 50%;
	object-fit: cover;
	aspect-ratio: 1/1;
}


.overlay {
	position: absolute;
	width: 100%;
	opacity: 0.15;
}

.partner-logos {
	display: flex;
	position: relative;
	max-width: 1920px;
	margin: auto;
	gap: 20px;
	padding: 40px 20px;
}


.university-logos h1 {
	margin: 0 5%;
	text-align: right;
	position: relative;
	padding-top: 5%;
}

.university-logos .circle {
	height: 250px;
	border-radius: 100%;
	width: 250px;
	position: absolute;
	top: -175px;
	left: -50px;
	z-index: 1;
}


.logo-circle {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 300px;
}

.logo-circle::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 18px 30px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

@media (max-width: 1200px) {

	.university-logos {
		padding: 5% 0;
		height: 650px;
	}


	.partner-logos {
		display: flex;
		gap: 1.5rem;
		padding: 2rem 1rem;
		flex-wrap: wrap;
	}

	.logo-circle {
		aspect-ratio: 1 / 1;
		/* Disable complex movement animations on small screens for better UX */
		transform: none !important;
		position: relative;
	}

	.university-logos h1 {
		text-align: center;
		top: 0;
		font-size: 32px;
		padding: 0 15px;
	}

}

@media (max-width: 800px) {
	.logo-circle {
		width: 45%;
		flex-grow: 1;
		height: unset;
	}

	.one-half.text-element {
		margin: unset;
	}
}

@media (min-width: 1201px) {
	@keyframes pulse-bg {
		0%, 100% { transform: scale(0.8); }
		50% { transform: scale(1.3); }
	}

	.logo-circle::before {
		animation: pulse-bg 14s ease-in-out infinite;
	}

}


.logo-wrapper {
	width: 65%;
	height: 65%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.logo-wrapper img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
}

.logo-circle:nth-child(1)::before { animation-delay: 0s; }
.logo-circle:nth-child(2)::before { animation-delay: -2s; }
.logo-circle:nth-child(3)::before { animation-delay: -4s; }
.logo-circle:nth-child(4)::before { animation-delay: -6s; }
.logo-circle:nth-child(5)::before { animation-delay: -8s; }
.logo-circle:nth-child(6)::before { animation-delay: -10s; }
.logo-circle:nth-child(7)::before { animation-delay: 0s; }
.logo-circle:nth-child(8)::before { animation-delay: -2s; }

@media (min-width: 1201px) {
	.logo-circle:nth-child(1) { transform: translate(150px, 350px); }
	.logo-circle:nth-child(2) { transform: translate(350px, 0px); }
	.logo-circle:nth-child(3) { transform: translate(445px, 450px); }
	.logo-circle:nth-child(4) { transform: translate(605px, 225px); }
	.logo-circle:nth-child(5) { transform: translate(850px, 125px); }
	.logo-circle:nth-child(6) { transform: translate(910px, 375px); }
	.logo-circle:nth-child(7) { transform: translate(1190px, 190px); }
	.logo-circle:nth-child(8) { transform: translate(1350px, 450px); }
}

.textboxSquareImage .one-half.square-image-container {
	display: flex;
	align-content: center;
}

.textboxSquareImage .blue-side-circle {
	position: absolute;
	aspect-ratio: 1 / 1;
	top: 5%;
	background-color: #020D3D;
	border-radius: 100%;
	z-index: 1;
	height: 88%;
	right: -70%;
}

.textboxSquareImage .reversed .blue-side-circle {
	right: 70%;
}


.textboxSquareImage.blue-background .blue-side-circle {
	background-color: #c37418;
}

.textboxSquareImage .visual-element {
	padding-top: 0 !important;
}


.textboxSquareImage .square-image-container .image {
	height: 100%;
	width: 100%;
	align-content: center;
	text-align: center;
	position: relative;
}
.textboxSquareImage .square-image-container .image img {
	z-index: 2;
	position: relative;
	width: 60%;
	aspect-ratio: 3/2;
}

@media (max-width: 800px) {
	.textboxSquareImage .square-image-container .image {
		margin-top: unset;
		width: 100%;
		text-align: center;
	}
	.textboxSquareImage .square-image-container .image img {
		z-index: 2;
		position: unset;
		width: 80%;
		height: unset;
		margin: auto;
		text-align: center;
	}
}

.textboxSquareImage .divider {
	position: relative;
	width: 90%;
	margin: auto;
	min-width: unset;
}

.textboxSquareImage .square-image-container.reversed {
	justify-content: unset;
}

.verticals h1 {
	margin: 5% 0;
}
.verticals-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1800px;
	margin: auto;
	height: 100%;
	width: 90%;
}

.verticals-section h1 {
	width: 100%;
}

.icon {
	width: clamp(80px, 15vw, 150px);
	aspect-ratio: 1 / 1;
	margin: 50px auto 50px auto;
}
.vertical {
	width: 22%;
	background-color: #7f8695;
	color: #FFF;
	height: 58vh;
}

.vertical h3 {
	text-align: center;
	text-transform: uppercase;
}

.vertical p {
	margin: 25px 40px;
}
@media (max-width: 1200px) {
	.vertical {
		width: 48%;
		margin-bottom: 5%;
	}
}

@media (max-width: 768px) {
    .vertical {
        width: 100%;
        margin-bottom: 30px;
    }
    .vertical p {
        margin: 20px 30px;
    }
}


.hero-section {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Video background */
.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

/* Dark overlay on video */
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(60, 76, 108, 0.77); /* dark navy overlay */
	background: rgba(4, 25, 69, 0.77);
	z-index: 2;
}


.hero-circle--top-right {
	background-size: cover;
	background-image: url("https://oe.devpeople.dk/wp-content/uploads/2026/01/Cirkel_hero_overst.png");
	width: 100%;
	height: 100%;
	z-index: 3;
	position: absolute;
	background-position: 100% 50%;
	top: 0;
	right: 0;
}


.hero-circle--bottom-left {
	background-size: cover;
	background-image: url("https://oe.devpeople.dk/wp-content/uploads/2026/01/Cirkel_hero_nederst.png");
	width: 100%;
	height: 100%;
	z-index: 3;
	position: absolute;
	background-position: 0 0;
	left: 0;
	bottom: 0;
}


/* Content container */
.hero-content {
	position: relative;
	z-index: 3;
	width: 65%;
	text-align: left;
	padding: 40px;
	color: white;
}

/* Title */
.hero-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0 0 20px 0;
	letter-spacing: -0.02em;
}

/* Subtitle */
.hero-subtitle {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	opacity: 0.95;
}

.quoteModule {
	overflow: hidden;
	position: relative;
}

.quoteModule .background-image {
	position: absolute;
	opacity: 0.3;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.quoteModule .background-image img {
	width: 100%;
}


.quoteModule .overlay {
	opacity: 1;
	background-color: #020D3D;
	position: absolute;
	z-index: 1;
	height: 100%;
}

.quote-content {
	width: 80%;
}
.quote-content .text-content {
	width: 100%;
	margin: 5% 5%;

}

.quote-content .text-content h3 {
	position: relative;
	z-index: 2;
	margin: 40px 0 0 0;
}

.quote-icon-wrapper {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}


.quoteModule .content {
	color: #FFF;
	display: flex; /* Added to support side-by-side or stacked layout */
	flex-wrap: wrap;
	height: 100vh;
}

.quote-content h1 {
	margin: 0 0 5% 0;
}

.quoteModule .text {
	margin-top: 5%;
	width: 75%;
}


@media (max-width: 768px) {
    .quote-content {
        width: 100%;
    }
    .quote-icon-wrapper {
        width: 100%;
        margin-top: 20px;
    }
    .quoteModule .text {
        width: 90%;
        margin: unset;
    }
}


@media (max-width: 1600px) {


	.hero-circle--top-right {
		height: 70%;
	}
}


@media (max-width: 800px) {

	.module, .visual-element {
		height: unset;
		min-height: unset;
	}


	.hero-title {
		font-size: 36px;
	}

	.hero-subtitle {
		font-size: 16px;
	}

	.hero-circle--top-right {
		height: 35%;
	}

	.hero-circle--bottom-left {
		bottom: 0;
		height: 60%;
	}

	.one-half {
		height: 100%;
		width: 100%;
	}
	.module .wrapper {
		aspect-ratio: unset;
		padding-top: 5%;
	}

	.circle-shadow-below, .circle-shadow-above {
		display: none;
	}
	.verticals-section .vertical {
		width: 100%;
		margin-bottom: 25px;
	}

	.textboxSquareImage .blue-side-circle {
		height: 160%;
		top: -30%;
	}



	.quote-content .text-content {
		width: 100%;
		margin: auto;
	}

	.quoteModule .background-image img {
		max-height: unset;
		max-width: unset;
		height: 100%;
		width: auto;
	}

	.quote-icon-wrapper {
		width: 80%;
		margin: auto;
	}

	.module .wrapper {
		width: 90%;
		margin: auto;
	}

	.quote-content {
		width: 80%;
		margin: auto;
	}

	.university-logos .circle {
		height: 150px;
		width: 150px;
		top: -130px;
	}
	.textboxSquareImage {
		min-height: unset !important;
	}

	.one-half.reversed {
		order: 3 !important;
	}

	.blue-side-circle {
		display: none;
	}


}



/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.event-archive {
    background-color: #051439;
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
	padding-top: 300px;
}

.events-carousel-module .wrapper {
	width: 90%;
	margin: auto;
}

.carousel-wrapper {
	display: flex;
	width: 90%;
}

.events-carousel-module .carousel-header {
    position: relative;
	height: 33.33vh;
	align-content: center;
}


.events-carousel-module .carousel-title {
    text-align: right;
    font-size: clamp(32px, 8vw, 50px);
    font-family: 'Space Grotesk', sans-serif;
    color: #000F3B;
    position: relative;
    z-index: 2;
	width: 100%;
}

.events-carousel-module .carousel-main {
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	justify-content: center;
	height: 66.66vh;
}

.events-carousel-module .carousel-container {
    overflow: hidden;
	width: 80%;
    flex: 0 0 80%;
}

.carousel-container a:hover .event-date {
	text-decoration: underline;
}

.events-carousel-module .carousel-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
	gap: 40px;
}

.events-carousel-module .carousel-item {
    flex: 0 0 calc((100% - 80px) / 3);
    text-align: center;
}

.events-carousel-module .placeholder-circle {
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.events-carousel-module .carousel-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.events-carousel-module .carousel-item-image {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
    aspect-ratio: 1/1;
}

.events-carousel-module .circle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.events-carousel-module .event-date {
    font-family: 'Inter';
    font-size: 15px;
    color: #ffffff;
}

.events-carousel-module .carousel-controls {
	display: flex;
	align-items: center;
	width: 25%;
	flex-grow: 1;
	justify-content: flex-end;
}

.events-carousel-module .carousel-nav button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.events-carousel-module .carousel-nav button:hover svg path {
    stroke: #A25912;
}

.events-carousel-module .carousel-cta {
	position: absolute;
	right: 5%;
	bottom: 20%;
}

@media (max-width: 768px) {

	.events-carousel-module.module {
		min-height: unset;
	}

    .events-carousel-module .carousel-header {
        padding: 20px 0;
		height: unset;
    }
    .events-carousel-module .carousel-title {
        text-align: center;
    }

	.events-carousel-module .carousel-main {
		height: unset;
	}



    .events-carousel-module .carousel-cta {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }


}

.events-carousel-module .carousel-cta .btn {
    position: static;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    padding: 15px 40px;
    border-radius: 30px;
}

@media (max-width: 1024px) {
    .events-carousel-module .carousel-item {
        flex: 0 0 calc((100% - 80px) / 2);
    }
    .events-carousel-module .carousel-title {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .events-carousel-module .carousel-item {
        flex: 0 0 100%;
    }

	.carousel-wrapper {
		width: 100%;
		flex-wrap: wrap;
	}

    .events-carousel-module .carousel-controls {
        flex-direction: column-reverse;
        align-items: center;
        gap: 30px;
    }
    .events-carousel-module .carousel-title {
        font-size: 36px;
    }

	.events-carousel-module .carousel-container {
		flex: unset;
		width: 100%;
	}
}

.event-archive .wrapper, .events-module .wrapper {
    margin: 0 5%;
}

.archive-header {
    margin-bottom: 60px;
	z-index: 20;
	position: relative;
}

.archive-header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
	border-bottom: 1px solid rgb(193, 109, 26);
    padding-bottom: 20px;
}

.archive-title {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 50px;
	font-weight: 400;
	color: white;
}

.event-search .search-field {
    background-color: #ffffff;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    width: 300px;
    color: #000;
}

.archive-filters {
    display: flex;
    gap: 40px;
}

.filter-link {
    color: #ffffff;
    text-decoration: underline;
    font-size: 15px;
    opacity: 0.8;
}

.filter-link:hover, .filter-link.active, .filter-link:visited {
    opacity: 1;
	color: white;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 200px;
}

.event-card {
    width: 100%;
}

.event-card-image img {
	width: 100%;
	object-fit: cover;
	display: block;
	aspect-ratio: 3/2;
	height: auto;
}

.event-card-content {
    padding-top: 5px;
}

.event-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
	margin-top: 10px;
}

.event-date {
    font-size: 14px;
    font-style: italic;
	color: #FFF;
}

.events-grid  .btn-read-more:visited {
    color: #FFF;
}

.btn-read-more {
    background-color: #C16D1A;
    color: #ffffff;
    padding: 5px 30px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 15px;
}

.btn-read-more:hover {
    background-color: #051439;
    border: 1px solid #C16D1A;
}

.event-card-title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.3;
	margin-top: 0;
}

.event-card-title a {
    color: #ffffff;
    text-decoration: none;
}

.event-card-excerpt {
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.9;
	color: white;
    font-weight: 300;
}


/* News Archive Styles */
.news-archive, .search-archive {
    padding-top: 300px;
    padding-bottom: 80px;
}

.news-archive .wrapper, .search-archive .wrapper {
	width: 90%;
	margin: auto;
}

.news-archive .archive-title, .search-archive .archive-title {
    color: #051439;
}

.news-grid {
    gap: 80px; /* Reduced gap compared to events-grid 200px */
}

.news-card .event-date {
    color: #051439;
}

.news-card .event-card-title a {
    color: #051439;
    font-weight: 700;
}

.news-card .event-card-excerpt {
    color: #051439;
    opacity: 1;
}


.news-archive .event-search .search-field, .search-archive .event-search .search-field {
    background-color: #f1f1f1; /* Light grey/off-white for the search field in beige background */
    border-radius: 50px; /* More rounded as in design */
    padding: 10px 30px;
}

.news-archive .event-search .search-field::placeholder, .search-archive .event-search .search-field::placeholder {
    font-style: italic;
    opacity: 0.7;
}

.news-archive .archive-header .header-top, .search-archive .archive-header .header-top {
    border-bottom: 1px solid #051439;
}

.news-archive .btn-read-more:hover {
    background-color: #051439;
    border: 1px solid #051439;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}


@media (max-width: 768px) {
    .news-archive, .search-archive {
        padding-top: 100px;
    }
    .news-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

	.archive-filters {
		gap: unset;
	}

	.events-grid {
		gap: 25px;
	}
	.event-archive {
		padding-top: 100px;
	}
    .events-grid {
        grid-template-columns: 1fr;
    }

    .archive-header .header-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .event-search .search-field {
        width: 100%;
    }
    .archive-title {
        font-size: 48px;
    }

	.event-card {
		width: 100%;
	}

	.event-card-meta {
		margin-top: 5px;
	}
}

.event-facts-section {
    background-color: #051439;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.event-facts-section .wrapper {
	margin: 0 5%;
	padding: 40px 0;
}

.single-event .event-facts-section .wrapper {
	max-width: 90%;
}

.event-facts-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
	position: relative;
}

.event-facts-content {
    flex: 1;
    min-width: 300px;
	max-width: 50%;
}

.facts-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(24px, 5vw, 32px);
    margin-bottom: 40px;
    color: #ffffff;
    text-decoration: underline;
    font-weight: 300;
}

.facts-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.facts-names-column,
.facts-values-column {
    display: flex;
    flex-direction: column;
}

.facts-values-column {
	width: 30%;
	flex-grow: 1;
}

.fact-name-item,
.fact-value-item {
    min-height: 1.5em; /* Ensure rows align even if one side is empty */
    display: flex;
    align-items: center;
	color: #FFF;
}

.fact-name-item.has-spacing,
.fact-value-item.has-spacing {
    margin-bottom: 10px;
}

.fact-name-item.is-bold,
.fact-value-item.is-bold {
    font-weight: 700;
}

.fact-name {
    white-space: nowrap;
	font-size: 16px;
}

.fact-value {
	font-size: 16px;
	width: 100%;
	text-align: right;
}

.event-facts-sidebar {
	display: flex;
	height: 100%;
	position: absolute;
	right: 0;
	width: 45%;
	justify-content: end;
}


.event-thumbnail {
	height: 100%;
	align-items: anchor-center;
	display: flex;
}

.event-facts-sidebar .btn-wrapper {
	display: flex;
	justify-content: end;
	height: 100%;
	align-items: anchor-center;
	width: 300px;
}

.event-thumbnail .rounded-image {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
	max-width: 250px;
}

.cta-button {
    background-color: #c4721d;
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.3s ease;
    text-align: center;
}

.cta-button:hover {
    background-color: #a35d18;
    color: #ffffff;
}

.back-link {
    margin-top: 40px;
    width: 100%;
	text-align: right;
	z-index: 1000;
}

.back-link a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 15px;
	font-family: "Space Grotesk";
}

.back-link a:hover {
	color: #a35d18;
}

.event-cta {
	color: #FFF;
	font-size: 15px;
	font-weight: 300;
	font-family: "Space Grotesk";
}

@media (max-width: 968px) {
    .event-facts-grid {
        flex-direction: column;
        align-items: center;
    }

	.event-facts-sidebar .btn-wrapper {
		justify-content: center;
	}

	.event-facts-sidebar .btn {
		left: unset;
	}
    
    .event-facts-content {
        width: 100%;
        min-width: auto;
    }
    
    .event-facts-sidebar {
        max-width: 100%;
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		position: unset;
    }

	.facts-names-column,
	.facts-values-column {
		width: 45%;
	}

	.event-facts-content {
		max-width: 90%;
	}

    .facts-list {
        flex-direction: row;
        gap: 20px;
    }

    .fact-name {
        white-space: normal;
    }

    .back-link {
        text-align: center;
    }

	.event-thumbnail {
		width: 100%;
		justify-content: center;
		margin-bottom: 20px;
	}

	.quoteModule .content {
		min-height: unset;
		height: fit-content;
	}

	.quoteModule {
		min-height: unset !important;
	}

	.quote-icon-wrapper, .quote-content {
		margin: 0 auto;
	}

	.module.tripleCircleTextbox h1 {
		margin-bottom: 60px;
	}


	.persons-nav ul li {
		width: 30%;
	}

	.persons-nav ul li a {
		font-size: 20px !important;
	}

	.facts-list {
		display: flex;
		flex-direction: unset;
		flex-wrap: wrap;
		gap: unset;
	}

	.fact-name {
		padding-right: 20px;
		width: 100%;
	}

	.fact-name:not(:first-child) {
		margin-top: 15px;
	}
	.fact-value {
		text-align: left;
	}
}


.divider-module {
	position: relative;
	height: 0;
	z-index: 5;
}

.divider {
	height: 2px;
	margin: auto;
	border-top: 2px #c37418 solid;

}

.news-carousel-module .carousel-header {
    background-color: #EFE9E1; /* Match the beige in the image */
}

.news-carousel-module .carousel-title {
    color: #051439;
    font-weight: 500;
}

.news-carousel-module .carousel-cta .btn {
    background-color: #D98324;
    border-color: #D98324;
    text-transform: none;
    font-weight: 400;
}

.news-carousel-module .carousel-cta {
    position: static;
    margin-bottom: 20px;
}

@media (min-width: 769px) {
    .mobile-only {
        display: none !important;
    }
}

.news-footer-section {
    background-color: #051439;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
	height: 500px;
	position: relative;
}

.news-footer-section .wrapper {
	max-width: unset;
    height: 100%;
	width: 90%;
}

.news-footer-section * {
    color: #ffffff;
}

.news-footer-section > .wrapper {
    padding: 60px 0;
    box-sizing: border-box;
}

.news-footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    height: 100%;
}

.news-meta-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 100%;
    justify-content: center;
}

.news-meta-info .value {
    display: block;
    font-size: 20px;
}

.news-meta-info .news-actions {
    margin-top: 15px;
}

.news-meta-info .meta-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.news-meta-info .action-link,
.news-meta-info .share-link {
    display: block;
    color: #ffffff;
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
}

.news-meta-info .action-link:hover,
.news-meta-info .share-link:hover {
    color: #D98324;
}

.news-carousel-container {
    flex: 1;
    overflow: hidden;
    height: 100%;
}

.news-carousel-container .carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}

.news-carousel-container .carousel-item {
    flex: 0 0 calc((100% - 60px) / 3);
    text-align: center;
    height: 100%;
}

.news-carousel-container .carousel-item-link {
    text-decoration: none;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-carousel-container .carousel-item-image {
	position: relative;
	height: auto;
	flex: 1;
	aspect-ratio: 1/1;
	margin-bottom: 25px;
	max-height: calc(100% - 55px);
	display: flex;
	justify-content: center;
}

.news-carousel-container .circle-img {
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    background-color: #88B04B;
}


.news-carousel-container .news-title {
    font-size: 18px;
    line-height: 1.2;
}

.news-footer-right {
    flex: 0 0 150px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.carousel-nav-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.carousel-nav-container .nav-label {
    font-size: 24px;
    margin-bottom: 5px;
}

.carousel-nav-container .carousel-next {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.carousel-next:hover {
	cursor: pointer;
}

.carousel-nav-container .carousel-next:hover svg path {
    stroke: #ffffff;
}

.news-footer-right .carousel-cta .btn {
	background-color: #D98324;
	border-radius: 30px;
	padding: 10px 30px;
	font-size: 18px;
	white-space: nowrap;
	border: none;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	bottom: 50px;
	right: 5%;
}

.news-footer-right .carousel-cta .btn:hover {
    background-color: #a35d18;
}

@media (max-width: 1024px) {
    .news-footer-container {
        flex-wrap: wrap;
    }
    .news-carousel-container {
        order: 3;
        width: 100%;
        flex: 0 0 100%;
    }
    .news-meta-info, .news-footer-right {
        flex: 1;
    }
    .news-carousel-container .carousel-item {
        flex: 0 0 calc((100% - 30px) / 2);
    }
}

@media (max-width: 768px) {
    .news-footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .news-meta-info, .news-footer-right {
        width: 100%;
        align-items: center;
    }
    .news-carousel-container .carousel-item {
        flex: 0 0 100%;
    }
    .news-footer-right {
        order: 4;
    }
}

.news-footer-carousel-module .carousel-cta .btn {
    background-color: #D98324;
    border-color: #D98324;
    text-transform: none;
    font-weight: 400;
}

.news-meta-info {
    display: flex;
    gap: 5px;
}

.meta-item .label {
    display: block;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.7;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.meta-item .value {
    font-size: 18px;
    font-weight: 300;
}

.news-actions {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.action-link {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.action-link:hover {
    color: #D98324;
}

.share-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.share-label {
    font-weight: 600;
    margin-right: 5px;
}

.share-link {
    color: #ffffff;
    transition: color 0.3s ease;
}

.share-link:hover {
    color: #D98324;
}

@media (max-width: 768px) {
    .news-footer-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-meta-info {
        flex-direction: column;
        gap: 20px;
    }

    .news-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .news-footer-carousel-module .carousel-wrapper {
        flex-wrap: wrap;
    }

    .news-footer-carousel-module .carousel-container {
        width: 100%;
        flex: unset;
    }

    .news-footer-carousel-module .carousel-item {
        flex: 0 0 100%;
    }

    .news-footer-carousel-module .carousel-controls {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: flex !important;
        justify-content: center;
        margin-top: 20px;
    }

	.textbox p img {
		width: 100%;
	}

	.divider {
		width: 80%;
	}

	.hero-content {
		width: 100%;
	}

	.tripleCircleTextbox .text-content, .tripleCircleTextbox .text-element, .textboxSquareImage .text-element {
		margin: unset !important;
	}

	.tripleCircleTextbox .one-half .circle-container {
		height: 500px;
	}

	.tripleCircleTextbox .circle-image img {
		height: 90%;
	}

	.textboxSquareImage .wrapper {
		width: 90%;
		margin: auto;
	}

	.textboxSquareImage .wrapper h3, .textboxSquareImage .wrapper h1, .collaborate-container h2 {
		margin-left: auto;
		margin-right: auto;
	}

	.vertical {
		padding-bottom: 50px;
		height: fit-content;
	}

	.collaborate-container {
		gap: unset !important;
	}

	.collaborate-container h2 {
		width: 80% !important;
		margin-left: auto !important;;
		margin-right: auto !important;;
		position: unset !important;
	}

	.collaborate-left {
		margin-top: unset !important;
	}

	.textbox .wrapper {
		width: 90%;
		margin: auto;
	}
	.textboxSquareImage .wrapper h1 {
		margin: 0px 0 40px 0;
	}
}



/* Single News Meta in Banner */
.news-meta-banner {
    font-style: italic;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}
