/*
Theme Name: Singapore 22
Author: Adam Scot / adam@portabello.eu
*/

/*! 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.
 */

iframe {
max-width: 100%;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

img {
	object-fit: contain;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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


html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection,
::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.hidden {
	display: none !important;
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	/* 1 */
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

.invisible {
	visibility: hidden;
}


/** GLOBAL VARIABLES **/

:root {
  --global-padding: 6.2vw;
  --accentLight: #ffddac;          /** MID ORANGE **/
  --baseLight: #fff;               /* WHITE */
  --accent: #a2463e;               /** DARK RED II */
  --highlight: #E49852;            /** ORANGE **/
  --bg-b: #000;                   /** WEBSITE BACKGROUND **/

}


.st0 {fill: var(--color1);}
.st1 {fill: var(--color3);}
.st2 {fill: var(--color2);}
.st3 {fill: var(--baseLight);}
/** ELEMENTARY ELEMENTS **/

hr {
	margin: 2.5rem 0;
	border-top: 3px solid #fff;
	border-style: double;
	opacity: .3;
}

img {
	width: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	background: #11151a;
	color: #fff;
	border-top: 8px solid var(--color3);
}

.main-content {
	padding: 0 var(--global-padding);
}

h1,
.h1 {
	font-family: 'Merriweather', serif;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.5;
}

h3,
.h3,
dt {
	font-size: 1.375rem;
  font-weight: 500;
margin-bottom: .5rem;
}

h4,
.h4 {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.375rem;
}

a {
	color: inherit;
	text-decoration: none;
}

dd {
  margin-left: 0;
  margin-bottom: 2rem;
}

.textual-page p,
.textual-page ul li,
.textual-page ol li
dd {
	font-family: 'Merriweather', serif;
	line-height: 1.5;
}

.event-place,
.event-date {
  display: block;
}

.event-place {
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: .6rem;
}
.event-date {
  font-size: 16px;
}

/** BACKGROUND IMAGE **/

#app,
.main-footer {
	position: relative;
	z-index: 10;
}

.placeholder::after {
	background: linear-gradient(0deg, var(--bg-b) 0%, rgba(0, 212, 255, 0) 100%);
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 8px;
}

.placeholder {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	position: absolute;
	top: 8px;
	width: 100%;
	z-index: 0;
	opacity: .5
}

.placeholder img {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	transition: opacity 1s linear;
	min-height: 100vh;
	width: 100%;
	object-fit: cover;
}

.placeholder img.loaded {
	opacity: 1;
}

.img-small {
	filter: blur(50px);
	/* this is needed so Safari keeps sharp edges */
	transform: scale(1);
}

p a {
	border-bottom: 1px solid;
}

.venue-image {
	display: none;
}


/** HEADER & NAVIGATION **/

header[id="main-header"] {
	transition: background ease-in-out .2s;
	position: relative;
	z-index: 20;
	padding: var(--global-padding);
	padding-top: 2rem;
}

.main-menu {
	margin: 0;
	list-style: none;
	padding: 2vw 0 0;
}

.enhanced-logo {
	display: none;
}

.main-menu > .menu-item {
	color: #fff;
	text-decoration: none;
	padding: .75rem 0;
	display: block;
	font-size: 1.25rem;
}

.main-menu--register {
	border: 2px solid #fff;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	text-align: center;
	margin: 1rem 0 .5rem 0;
	font-size: 1rem !important;
}

.main-menu>li:nth-child(1) {
	margin-top: 1rem;
}


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

}
.menu-item-has-children:before,
.menu-item-has-children:after {
  content: " ";
  display: block;
  width: .5rem;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 1.75rem;
  transition: transform ease-in-out .2s;
}

.menu-item-has-children:before {
  transform: translateX(-1rem) rotate(45deg);
}

.menu-item-has-children:after {
  transform: translateX(-.7rem) rotate(-45deg);
}

.active.menu-item-has-children:before {
  transform: translateX(-1rem) rotate(-45deg);
}

.active.menu-item-has-children:after {
  transform: translateX(-.7rem) rotate(45deg);
}


.polyglot-conference--logo {
	width: 14rem;
	height: 2.25rem;
}

.sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: all ease-in-out .2s;
	list-style: none;
	padding: 0;
}

.sub-menu a:link,
.sub-menu a:hover,
.sub-menu a:visited {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .05rem;
  padding: .5rem 0;
  display: block;
}

.active .sub-menu {
	max-height: 100vh;
	overflow: visible;
	border-top: 1px solid;
  padding-top: .5rem;

}

li.sub-navigation--element {
	margin: 1rem 0;
}


/** ENHANCED MENU FOR USERS WITH JS **/

.js .main-menu {
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	transform: translateY(10px);
	opacity: 0;
	will-change: max-height;
	transition: max-height .2s ease-out, opacity .2s ease-in-out .1s;
}

header[id="main-header"].is-active {
	background: var(--bg)
}

.is-active .main-menu {
	transform: translateY(0);
	opacity: 1;
	max-height: 100vh;
	visibility: visible;
}

.toggle-menu,
#to-top {
	display: none;
	position: fixed;
	top: calc(var(--global-padding) + 44px);
	right: var(--global-padding);
	border-radius: 14px;
	background: var(--bg-b);
	color: #fff;
	border: 2px solid #fff;
	font-size: .825rem;
	padding: .5rem 1rem;
	font-weight: 600;
}

.js .toggle-menu {
	display: block;
}

.is-active .toggle-menu {
	font-size: 0;
	background: var(--bg);
}

.is-active .toggle-menu:after {
	content: "Close";
	font-size: .825rem;
}

.is-active+#to-top.not-in-view {
	z-index: 20;
	display: block;
}


/** HOMEPAGE **/

.homepage-intro {
	text-align: center;
}

.home-ctas {
	display: grid;
	grid-gap: 1rem;
}

.home-cta--img {
	width: calc(100vw - var(--global-padding) * 2);
	height: calc(100vw - var(--global-padding) * 2);
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 5px 6px 11px #2f2a2a80;
}

.home-cta-object-description {
	text-align: center;
}

.home-cta-object {
	color: inherit;
	text-decoration: none;
}

.social-links {
	display: block;
	margin-left: 1rem;
}

.social-link {
	text-decoration: none;
}

.social-icon:hover {
	opacity: 1;
}

.social-icon {
	width: 1.5rem;
	margin: 0 .25rem;
	filter: invert(1);
	opacity: .6;
}


/** FOOTER **/

.main-footer {
	padding: var(--global-padding);
	background: #222;
	text-align: center;
}

.footer-nav a {
	display: block;
	color: var(--baseLight);
	border-color: var(--baseLight);
	margin: .5rem;
	text-decoration: none;
}

.footer-nav {
	margin: 0;
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: auto auto;
}

.footer-nav--register {
	grid-column-start: 1;
	grid-column-end: 3;
	border: 2px solid;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: .5rem;
	margin-top: 1rem;
}

.footer-logo {
	width: 9rem;
	height: auto;
	margin: 1rem 0 2rem 0;
	opacity: 1;
}

.legal {
	text-transform: uppercase;
	font-size: .625rem;
	font-weight: bold;
	margin-top: 1rem;
}


/** EXPLORE **/

.event-info {
	text-align: center;
	border-top: 1px solid #ffffff40;
	margin-top: 2rem;
	padding-bottom: 2rem
}

.event-info .footer-nav--register {
	margin-left: 1rem;
}

.explore {
	background: var(--color1);
	padding: var(--global-padding);
    text-align: center;
    z-index: 1;
    position: relative;

}

.explore_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.explore_list li a:link,
.explore_list li a:visited,
.explore_list li a:hover,
.explore--link {
	margin: .5rem 0;
  display: block;
	border-bottom: 2px solid #fff;
	font-weight: 600;
  color: #fff !important;
	font-size: 1.125rem;
}

.social-links {
	margin-top: 0;
}

.homepage-intro h4 {
	margin: 0;
}
.event-info .footer-nav--register {
	display: block;
	margin: 0;
	margin-top: 1rem;
}

.event-info h4 {
	font-size: 1.25rem;
	margin-top: .5rem;
}


/** ORGANIZERS PAGE **/

.organizer-image {
	width: 10rem;
	float: left;
	margin: 0 1rem 1rem 0;
	border-radius: 1rem;
}


#sidebar .social-links {
	margin-top: 2rem;
}
.bio-block {
	margin-bottom: 8rem;
}


/** SPEAKERS & AGENDA **/

.speaker-name {
	display: block;
	font-size: .875rem;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: .25rem;
}


/** SPONSORS **/

.sponsors-list {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
	margin-top: 4rem;
}

.sponsor {
	background: #fff;
	text-align: center;
	padding: 1rem;
	border-radius: 1rem;
}

.sponsor--name {
	margin: 0;
	color: var(--base);
	text-transform: uppercase;
}

.sponsor--image {
	width: 100%;
	height: 10rem;
	object-fit: contain;
}

.event-circle {
  display: block;
      width: 100%;
      padding-bottom: 100%;
      background: url(../../../wp-content/uploads/2023/04/budapest_bg.jpg);
      border-radius: 100%;
      background-size: cover;
      border: 4px solid rgba(250,250,250,1);
      margin-bottom: 2rem;
	    background-position: right;
}


}



.blog-snippet {
    background: rgba(256,256,256,.3);
    display: block;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: .5rem;
    transition: background ease-in-out .2s;
}

.blog-snippet:hover {
  background: rgb(206, 110, 140)
}

.blog-snippet span {
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: .875rem;
    font-weight: 600;
}

.blog-snippet h3 {
    margin: 0;
}

#sidebar {
  display: none;
}

.press-snippet {
  display: block;
border-bottom: 1px solid;
padding-bottom: 1rem;
margin-bottom: 2rem;
}

.press-snippet:hover {
  color: var(--base);
}

.press-snippet h3 {
  font-family: 'Merriweather', serif;
}

.menu-item:hover > a:link {
  color: var(--accent);
}

@media only screen and (min-width: 50rem) {
	:root {
		--global-padding: 3.2vw;
	}


	body {
	padding-top: 1rem;
}

	.menu-live-container {
	background: var(--base);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

	.menu-live-container .main-menu {
		float: right;

	}

		.menu-live-container .main-menu a:link {
		padding: 0;

	}


	.menu-live-container .main-menu > .menu-item > a {
		text-transform: none;
	}

		.menu-live-container .main-menu > .menu-item > a:hover {
		color: white;
		text-decoration: underline;
	}


	.menu-live-container .main-menu > .menu-item:hover > a {
    color: #fff;
    text-decoration: underline;
}

  h1, .h1 {
    font-size: 2rem;
}

#sidebar {
  display: block;
  text-align: center;
}


  .menu-item-has-children:before,
  .menu-item-has-children:after {
    display: none;
  }
	/** ELEMENTARY ELEMENTS **/
	.venue-image {
		display: block;
		border-radius: 50%;
		max-width: 16rem;
		margin: auto;
	}

  .main-content.textual-page {
		display: grid;
		grid-template-columns: 220px auto;
		grid-template-areas: "aside main";
		grid-gap: 4rem;
    max-width: 70rem;
	}
	.main-text {
		grid-area: main;
	}
	.explore {
		margin: 2rem 10rem 0 10rem;
		border-top-left-radius: 3rem;
		border-bottom-right-radius: 3rem;
	}
	.explore+.main-footer {
		margin-top: 1rem;
	}


	/** EXPLORE **/
	.event-info {
		border-top: none;
	}

	/** HEADER & NAVIGATION **/
	header[id="main-header"] {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	.main-menu li:nth-child(1) {
		margin-top: 0;
	}
	.main-menu {
		display: flex;
		align-items: center;
	}
	.js .toggle-menu {
		display: none;
	}
	.js .main-menu {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		overflow: visible;
		max-height: none;
		padding: 0;
	}
	.main-menu > .menu-item {
margin: 0 1rem;
    align-self: baseline;
    text-align: center;
	}



	.polyglot-conference--logo {
		display: none;
	}
	.enhanced-logo {
		width: 10rem;
		display: block;
		height: auto;
	}
	.main-menu > .menu-item > a {
		color: #fff;
		text-decoration: none;
		padding: .75rem 0;
		display: block;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

  .main-menu > .menu-item:hover > a {
    color: var(--color2);
  }
	.main-menu--register {
		padding: .5rem 1rem !important;
	}

	.main-menu li:hover .main-menu .menu-item a  {
		color: var(--yellow);
		border-color: var(--yellow);
	}


  .main-menu:hover .sub-menu {
  	max-height: 100vh;
  	overflow: visible;
  	border-top: 1px solid;
    padding-top: .5rem;

  }

	.sub-menu {
		display: block;
		position: absolute;
		left: 50%;
		margin: 0;
		list-style: none;
		background: #fff;
		width: 14rem;
		opacity: 0;
		transform: translateY(-1rem);
		border-radius: 5px;
		padding: 0;
		transform: translateY(-1rem) translateX(-50%);
		border: 1px solid #ddd;
		visibility: hidden;
	}
	.sub-menu::before {
		content: " ";
		width: 1rem;
		height: 1rem;
		display: block;
		background: #fff;
		position: absolute;
		transform: translate(6.5rem, -50%) rotate(45deg);
		border-left: 1px solid #ddd;
		border-top: 1px solid #ddd;
    top: 0;
	}
	.main-menu li:hover .sub-menu {
		opacity: 1;
		transform: translateY(0) translateX(-50%);
		visibility: visible;
	}

.sub-menu .menu-item {
		border-bottom: 1px solid #ddd;
		margin: 0;
    text-transform: none !important
	}
	.sub-menu .menu-item:last-child {
		border-bottom: none;
	}
.sub-menu .menu-item a {
		color: #333;
		margin: 0;
		padding: .75rem;
		text-align: center;
		font-size: .875rem;
		display: block;
    text-transform: none;
    letter-spacing: normal;
	}
	.sub-navigation--element:hover .sub-navigation--link {
		color: var(--base);
	}

	.menu-item {
		position: relative;
	}
	/** HOMEPAGE **/
	.homepage-intro {
		padding: 0 10%;
	}
	.social-links {
		display: inline-block;
	}
	.home-ctas {
		grid-template-columns: 1fr 1fr 1fr;
		justify-items: center;
	}
	.home-cta--img {
		height: calc( (100vw - (var(--global-padding)*2)) / 3);
		width: calc( (100vw - (var(--global-padding)*2)) / 3);
		max-width: calc(50rem / 3);
		max-height: calc(50rem / 3);
	}
	.home-cta-object {
		transition: all .2s ease-in-out;
		filter: saturate(0.8);
	}
	.home-cta-object:hover {
		transform: scale(1.05);
		filter: saturate(1);
	}
	/** FOOTER **/
	.main-footer {
		border-top-left-radius: 6rem;
		margin-left: var(--global-padding);
		padding-top: 4rem;
	}
	.footer-nav a {
		position: relative;
		display: inline-block;
		overflow: hidden;
	}
	.footer-nav a:after {
		content: " ";
		border-bottom: 2px solid;
		display: block;
		width: 100%;
		height: 2px;
		transform: translateX(-110%);
		transition: transform ease-in-out .1s;
	}
	.footer-nav .menu-item:hover a:after {
		transform: translateX(0%);
	}
	.main-footer {
		margin-top: 4rem;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.legal {
		flex-basis: 100%;
		margin-top: 2rem;
		padding-top: 1rem;
	}
	.footer-logo {
		width: 13rem;
	}
	.footer-logo--link {
		display: flex;
		width: 50%;
		max-width: 25rem;
		flex-direction: column;
	}
	.footer-navigation {
		width: 50%;
		max-width: 25rem;
		text-align: left;
	}
	/** SPONSORS **/
	.sponsors-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.footer-logo--link {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 60rem) {
	.main-content {
		max-width: 70rem;
		margin: auto;
	}
	.enhanced-logo {
		width: 12rem;
		display: block;
		height: auto;
	}
	header[id="main-header"] {
		flex-direction: row;
		max-width: 80rem;
		margin: auto;
	}


}


.blocks-gallery-grid,
.blocks-gallery-grid li {
list-style: none !important;
}


header:before {
	content: "";
	display: block;
	background: var(--color1);
	width: 100%;
	height: 8px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 999999;
	right: 0;
}

.footer-logo--link img {
  width: 210px;
}

.secondary-footer-logo{
  background: white;
  border-radius: 10px;
  margin-top: 16px;
  margin-bottom: 24px;
}
