/*!
Theme Name: STS Space Transportation
Theme URI: http://underscores.me/
Author: ReMedia srl
Author URI: https://www.remediagroup.it/
Description: Custom wordpress template for ESA STS Space Transportation website
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: esa-sts
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 somamething cool, have fun, and share what you've learned.

STS Space Transportation 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%;
  scroll-behavior: smooth;
  scroll-padding-top: 195px;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "notesesa", sans-serif;
}
/*
.single.single-post h2,
.page-content h2,
.single.single-esa-patent h2,
.single .tribe-events-single-event-description h2
.single.single-tribe_events h2 span{
  font-size: 2.5rem;
  border-bottom: 1px solid var(--light-green);
  margin-bottom: 2rem;
  margin-top: 4rem;
  padding-bottom: 0.5rem;
  color: var(--light-green);
}

.page-template-page-home h2{
  border: none;
  color: #fff;
  text-align: center;
  padding: 0;
  margin-bottom: 1rem;
}

.page-template-page-news h2,
.page-template-page-opportunities h2{
  border: none;
  color: #fff;
  text-align: left;
  padding: 0;
  margin-bottom: 1rem;
}*/

p {
  margin-bottom: 1.5em;
}
.page-content p {
  opacity: 0.8;
}
.page-content-bigger p {
  font-size: 1.2rem;
  opacity: 0.8;
}
.page-content-bigger h2 {
  margin-bottom: 2rem;
  font-size: 3.4rem;
  font-weight: bold;
}
.page-content-bigger h3 {
  margin-bottom: 2rem;
  font-weight: bold;
}
.page-content-bigger h6 {
  margin-bottom: 2rem;
}
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;
}

.mark,
mark {
  padding: 0 !important;
}

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

.wp-block-table thead {
  background-color: var(--grey);
  color: var(--deep-space);
}
.wp-block-table td,
.wp-block-table th {
  border: 0.01rem solid var(--light-grey);
}
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: #fff;
}

a:visited {
  color: #fff;
}

a:hover,
a:focus,
a:active {
  color: var(--orange);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: unset;
  background-color: unset;
  border-color: unset;
  box-shadow: none;
}
a:focus {
  outline: none;
}

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

a.collapse-button {
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}

/* a.collapse-button::after {
    content: "\F229";
    margin: 0 1.5rem;
  
    transform-origin: center;
    display: block;
    width: auto;
    height: 1.2rem;
    display: inline-block;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  } */
a.collapse-button::after {
  transform: rotate(180deg);
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-left: 0.6rem;
  margin-bottom: 0.2rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

a.collapse-button.collapsed::after {
  transform: rotate(0deg);
}

.nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: var(--orange) !important;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--light-green);
}

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

.esa-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.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;
}

/* Multilevel navigation */
.dropdown-menu .dropdown-toggle:hover {
  cursor: pointer;
}
.dropdown-menu {
  /* position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;

  margin: 0;
    margin-top: 0px;
  font-size: 1rem; */
  padding: 0.2rem 0;
  color: #fff;
  background-color: var(--boxes-bg);
  border: none;
  border-radius: 0;
}
.dropdown-menu .menu-item {
  padding: 0.2rem 0;
}
.dropdown-menu .dropdown-menu .menu-item {
  padding: 0;
}
.dropdown-menu.depth_0 {
  border-left: var(--grey) 2px solid;
  margin-left: 0.8rem;
}
.dropdown-item {
  /* display: block;
  width: 100%; */
  padding: 0;
  /* clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; */
}
.dropdown-menu li a {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 !important;
  padding: 0.3rem 1rem !important;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.dropdown-menu li a:hover {
  background-color: var(--boxes-bg-hover);
  color: rgba(255, 255, 255, 0.95);
}
.dropdown-menu .dropdown-menu {
  display: block;
}

ul.dropdown-menu li.dropdown-menu {
  position: relative !important;
}
.dropdown-menu .dropdown-menu .sub-menu {
  display: none;
  position: relative;
}

.dropdown-menu .dropdown-menu .sub-menu.show {
  display: block;
}

.dropdown-menu .dropdown-menu .sub-menu .dropdown-item {
  background-color: var(--deep-space-shade);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.dropdown-menu .dropdown-menu .sub-menu .dropdown-item:hover {
  background-color: var(--deep-space);
  color: rgba(255, 255, 255, 0.95);
}

s {
  color: var(--orange);
}

.dropdown-item.active {
  background-color: var(--deep-space);
  color: var(--orange);
}

.dropdown-menu .dropdown-menu .sub-menu .dropdown-item.active {
  color: var(--orange);
  font-weight: bold;
}

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

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

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

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

.page-links {
  clear: both;
  margin: 0;
  /* 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;
}
.wp-block-image figcaption {
  margin-bottom: 2rem;
}
figure figcaption,
figure figcaption a {
  font-size: 0.8rem;
  color: #ccc;
  margin-top: 0.5rem;

  font-style: italic;
  text-align: center;
  text-decoration: none;
}
/*--------------------------------------------------------------
# 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;
}

/* Custom theme styles */

:root {
  --orange: #ffa800;
  --deep-space: #003247;
  --deep-space-shade: #001f2c;
  --boxes-bg: #002635;
  --boxes-bg-hover: #003247;
  --grey: #8197a6;
  --light-grey: #d0d8de;
  --green: #335e6f;
  --light-green: #19d9d0;
  --light-green-shade: rgba(25, 217, 208, 0.35);
  --notes-esa: "notesesa", sans-serif;
}
.light-green {
  color: var(--light-green);
}
@font-face {
  font-family: "notesesa";
  src:
    url("fonts/notesesabold.woff2") format("woff2"),
    url("fonts/notesesabold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "notesesa";
  src:
    url("fonts/notesesa.woff2") format("woff2"),
    url("fonts/notesesa.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
.notesesa {
  font-family: "notesesa";
}

body {
  background-color: var(--deep-space-shade);
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  overflow-x: hidden;
}

/* .container {
  max-width: 100rem;
} */
h1.page-title {
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  margin-bottom: 0.8rem;
  margin-top: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.h2,
h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem) !important;
  line-height: normal !important;
}
.h3,
h3 {
  font-size: 2rem !important;
  line-height: 2.4rem !important;
}
.single-post h1.page-title {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 0.8rem;
  margin-top: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.wp-block-button__link {
  color: unset !important;
  background-color: unset !important;
  border-radius: unset !important;
  box-shadow: unset !important;
  text-decoration: unset !important;
  padding: unset !important;
  font-size: unset !important;
}

.btn-outline-transparent {
  font-family: "notesesa";
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 1vw, 1rem);
  background: transparent;
  /* background-color: rgba(25, 217, 208, 0.1); */
  /* border-color: var(--light-green); */
  border-color: var(--orange);
  border-radius: 1rem;
  padding: 0.8rem 1.1rem;
  margin: 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  color: #fff;
  outline: none;
}
.btn-outline-transparent:hover {
  background-color: rgba(255, 204, 78, 0.28);
  /* background-color: rgba(25, 217, 208, 0.28); */
  border-color: #fff;
  outline: none;
  color: #fff;
}
.btn-outline-secondary {
  font-family: "notesesa";
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-size: 1rem;
  background-color: rgba(255, 204, 78, 0.28);
  /* background-color: rgba(25, 217, 208, 0.28); */
  border-color: var(--orange);
  /* border-color: var(--light-green); */
  border-radius: 1rem;
  padding: 0.8rem 1.1rem;
  margin: 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  color: #fff;
}
.btn-outline-secondary:hover {
  /* background-color: rgba(25, 217, 208, 0.35); */
  background-color: rgba(255, 204, 78, 0.35);
  border-color: var(--orange);
  /* border-color: var(--light-green); */
  color: #fff;
}
.entry-content .btn-outline-secondary,
.tribe-events-single .btn-outline-secondary {
  min-width: 320px;
}

button.reset-search {
  color: #fff;
  border: none;
  outline: none;
  background-color: transparent;
  padding-inline: 0.5rem;
  opacity: 0.8;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
button.reset-search:hover {
  opacity: 1;
}

a.go-back-btn {
  text-transform: uppercase;
  font-family: "notesesa";
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  padding-left: 2.6rem;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
a.go-back-btn:hover {
  padding-left: 2rem;
  color: var(--orange);
  /* color: var(--light-green); */
}

a.go-back-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 2rem;
  height: 1.8rem;
  background-image: url(images/arrow-left-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
/* a.go-back-btn:hover::before {
  filter: invert(56%) sepia(75%) saturate(475%) hue-rotate(128deg)
    brightness(120%) contrast(90%);
} */

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1111045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: var(--deep-space-shade);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  width: 100vw !important;
}

@media (min-width: 1200px) {
  .offcanvas {
    width: 50vw !important;
    max-width: 700px;
  }
}

.offcanvas-backdrop {
  z-index: 111040;
  background-color: var(--boxes-bg-hover);
}

.offcanvas-backdrop.show {
  opacity: 0.8;
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
/* @media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }/
}*/
/* ============ mobile view .end// ============ */
.navbar {
  background-color: var(--deep-space-shade);
  position: fixed;
  top: 56px;
  z-index: 1000;
  width: 100%;
}
@media (min-width: 640px) {
  .navbar {
    top: 64px;
  }
}
.navbar-collapse {
  position: absolute;
  top: 3rem;
  right: 0;
  padding-right: 1.5rem;
  padding-top: 3rem;
  min-width: min(100vw, 24rem);

  min-height: 100vh;
  transform: translateX(100%);
  background: var(--deep-space-shade);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.navbar-collapse.show {
  transform: translateX(0);
}
@media (min-width: 1400px) {
  .navbar-collapse {
    position: relative;
    top: unset;
    right: unset;
    padding-right: unset;
    padding-top: unset;
    min-width: unset;
    min-height: unset;
    transform: translateX(0);
  }
}
.navbar .navbar-brand {
  font-family: "notesesa";
  text-transform: uppercase;
  font-size: clamp(0.7rem, 1vw, 0.8rem);
}
.navbar .navbar-brand.second-brand {
  padding: 0 0 0 1rem;
  margin: 0;
  border-left: 1px solid var(--orange);
}
.navbar .nav-separator {
  display: none;
  padding: 0;
  margin: 0 0.5rem;
  border-left: 1px solid var(--orange);
  max-height: 1.2rem;
  width: 1px;
}
@media (min-width: 1400px) {
  .navbar .nav-separator {
    display: inline-block;
  }
}

.navbar .navbar-nav {
  font-family: "notesesa";
  font-size: 1rem;
  color: #fff;
  align-items: flex-start;
}
@media (min-width: 1400px) {
  .navbar .navbar-nav {
    font-size: 1rem;
    margin-left: 2em;
    align-items: center;
  }
}
.navbar .nav-label a.nav-link {
  color: rgba(255, 255, 255, 0.42);
  cursor: default;
}
.navbar .nav-label a.nav-link:hover {
  color: rgba(255, 255, 255, 0.42);
  cursor: default;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}
.navbar .navbar-nav > li a {
  letter-spacing: 0.04rem;
  margin: 0 0.4rem;
  text-transform: uppercase;
}

.navbar .navbar-nav > li a.stretched-link {
  margin: 0;
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
}

.nav-left {
  width: 100%;
  justify-content: space-between;
}

@media (min-width: 1400px) {
  .nav-left {
    width: auto;
    justify-content: flex-start;
  }
}
/* 
.megamenu-card-item {
  background-color: var(--deep-space-shade);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  border-radius: 0.4rem;
  padding-left: 1.3rem;
  margin-bottom: 0.5rem;
}

.megamenu-card-item-title::before {
  font: var(--fa-font-solid);
  content: "\f054";
  color: var(--orange);
  position: absolute;
  left: 0.1rem;
  top: 0.36rem;
  font-size: 0.8rem;
}

.megamenu-card-item .megamenu-card-item-title {
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.megamenu-card-item:hover .megamenu-card-item-title {

  color: var(--orange);

}
.megamenu-card-item-title {
  font-size: 1.1rem;
  font-family: "notesesa", sans-serif;
  letter-spacing: 0.04rem;
  color: #fff;
}
.megamenu-card-item-description {
  font-family: Arial;
  color: var(--grey);
  font-size: 1rem;
  margin: 0;
  display: none;
}
.megamenu-group-title {
  font-family: Arial;
  color: var(--grey);
  font-size: 1.3rem;
} */
/* end mega menu */

/* HEADROOM PLUGIN */
/* 
.headroom {
  -webkit-transition: all 0.6s 0s ease !important;
  -moz-transition: all 0.6s 0s ease !important;
  -o-transition: all 0.6s 0s ease !important;
  transition: all 0.6s 0s ease !important;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 64px;
}

.headroom--pinned {
  top: 64px;
}

.headroom--unpinned {
  top: -160px;
} */

/* Scroll to top */
#scrollToTopBtn {
  transform: translateY(150px);
  display: flex;
  position: fixed;
  bottom: 80px;
  right: 4px;
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem !important;
  width: auto;
  height: auto;
  backdrop-filter: blur(10px);
  z-index: 1000;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (min-width: 576px) {
  #scrollToTopBtn {
    bottom: 24px;
    right: 73px;
  }
}
@media (min-width: 992px) {
  #scrollToTopBtn {
    bottom: 20px;
  }
}

/* breadcrumb */

.breadcrumb {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
  font-family: "notesesa", sans-serif;
}

.breadcrumb a {
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.breadcrumb i {
  color: var(--orange);
  /* color: var(--light-green); */
  margin: 0 0.5rem;
}

/* Pages common styles */
.center-block {
  max-width: 66rem;
}
.page-header {
  position: relative;
  overflow: hidden;
  background-color: var(--boxes-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0 0 1.5rem 1.5rem;
  margin-bottom: 3rem;
  padding-top: 9rem;
  padding-bottom: 2rem;
}

.page-header .video-hero,
.page-header .img-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  object-fit: cover;
  border-radius: 0 0 1.5rem 1.5rem;
}
#video-toggle {
  position: absolute;
  z-index: 150;
  bottom: 1rem;
  right: 3rem;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 6rem;
  aspect-ratio: 1;
  width: 3rem;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  cursor: pointer !important;
}
#video-toggle:hover {
  cursor: pointer;
  border-color: var(--orange);
}
.video-toggle-button svg.play {
  transform: translateX(-3px);
}
.video-toggle-button svg.pause,
.video-toggle-button.paused svg.play {
  display: block;
}
.video-toggle-button svg.play,
.video-toggle-button.paused svg.pause {
  display: none;
}

.page-header .orange-gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgb(255, 168, 0);
  background: -moz-linear-gradient(
    150deg,
    rgba(255, 168, 0, 0.2189076314119398) 0%,
    rgba(0, 31, 44, 0) 100%
  );
  background: -webkit-linear-gradient(
    150deg,
    rgba(255, 168, 0, 0.2189076314119398) 0%,
    rgba(0, 31, 44, 0) 100%
  );
  background: linear-gradient(
    150deg,
    rgba(255, 168, 0, 0.2189076314119398) 0%,
    rgba(0, 31, 44, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa800",endColorstr="#001f2c",GradientType=1);
  z-index: 2;
}

.page-header .dark-gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgb(0, 31, 44);
  background: -moz-linear-gradient(
    330deg,
    rgba(0, 31, 44, 0.8) 0%,
    rgba(0, 31, 44, 0.3) 100%
  );
  background: -webkit-linear-gradient(
    330deg,
    rgba(0, 31, 44, 0.8) 0%,
    rgba(0, 31, 44, 0.3) 100%
  );
  background: linear-gradient(
    330deg,
    rgba(0, 31, 44, 0.8) 0%,
    rgba(0, 31, 44, 0.3) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001f2c",endColorstr="#001f2c",GradientType=1);
  z-index: 1;
}
.page-header img.header-background-opaque {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 0;
  object-fit: cover;
}
#background-video,
.background-video {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  z-index: 0;
  border-radius: 0 0 1.5rem 1.5rem;
}
.page-content,
.entry-content {
  margin: 1.5em 0 0;
}

.page-content ul,
.page-content-bigger ul {
  margin-left: 0;
}
.page-content ul li,
.page-content-bigger ul li {
  font-family: "notesesa", sans-serif;
  opacity: 0.8;
  line-height: 2.4rem;
  font-size: 1.3rem;
  list-style: disc;
}

.wp-block-columns ul li {
  list-style: disc;
}

ol[type="a"] {
  list-style-type: lower-alpha;
  margin-bottom: 1rem;
}
ol[type="a"] ol[type="O"] {
  margin-bottom: 1rem;
}
ol[type="a"] li {
  margin-bottom: 0.5rem;
}

ol[type="I"] {
  list-style-type: upper-roman;
}

/* .page-content ul li::before,
.page-content-bigger ul li::before {
  content: "\2022";
  font-size: 0.8rem;
  vertical-align: middle;
  line-height: 1rem;
  position: relative;
  left: -1rem;
  bottom: 0.3rem;
} */

.badges img {
  max-height: 192px;
  width: auto;
}
.badges h4 {
  border-top: 1px solid var(--orange);
  /* border-top: 1px solid var(--light-green); */

  padding-top: 1.5rem;
}

.orange-text {
  color: var(--orange);
}

/* HOME PAGE */
.page-header.home-header {
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.page-header .container {
  z-index: 10;
  position: relative;
}
.from-idea {
  background-color: var(--boxes-bg);
  padding: 2rem 3rem;
  border-radius: 1.2rem;
  background-image: url("images/home-rect-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}

/* PAGE SHARE */

.page-share a {
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page-share a:hover {
  opacity: 0.66;
}

.page-share .right-arrow-btn {
  text-transform: uppercase;
  font-family: "notesesa";
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  margin-right: 3.6rem;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.page-share .right-arrow-btn::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -4px;
  width: 2rem;
  height: 1.8rem;
  background-image: url(images/long-arrow-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

/* NEWS */

.blog-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 3rem;
}

.blog-cards-container .card {
  /* max-width: 18rem; */
}

.blog-cards-container .card .card-body {
  min-height: 14.5rem;
}

.blog-right-col input[type="text"] {
  background-color: var(--boxes-bg);
  border: 1px solid #fff;
  border-radius: 0.9rem;
  padding: 0.8rem 0.5rem 0.8rem 2.5rem;
  background-image: url(images/lens-search.svg);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: 1rem;
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  width: 100%;
}

.blog-right-col input[type="text"]:focus {
  background-color: var(--boxes-bg-hover);
  color: #fff;
  outline: 0;
  border: 1px solid var(--orange);
  /* border: 1px solid var(--light-green); */
}

.blog-right-col .btn-outline-transparent {
  width: 100%;
  margin: 0;
  padding: 0.8rem;
  border-radius: 0.9rem;
}

.highlights h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
}
.swiper-events,
.swiper-highlights {
  width: 100%;
  height: 100%;
}

.swiper-events .swiper-slide,
.swiper-highlights .swiper-slide {
  max-width: 70vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (min-width: 768px) {
  .swiper-events .swiper-slide,
  .swiper-highlights .swiper-slide {
    max-width: 100vw;
  }
}

/* .swiper-sentinel-header.row::after {
	display: none;
  } */

.swiper-events .swiper-button-next::after,
.swiper-events .swiper-button-prev::after,
.swiper-highlights .swiper-button-next::after,
.swiper-highlights .swiper-button-prev::after {
  display: none;
}

.swiper-events .swiper-button-prev,
.swiper-events .swiper-button-next,
.swiper-highlights .swiper-button-prev,
.swiper-highlights .swiper-button-next {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.swiper-events .swiper-arrow-container .swiper-arrow-content,
.swiper-highlights .swiper-arrow-container .swiper-arrow-content {
  height: 3rem;
  width: 11rem;
}
.swiper-events .swiper-button-prev,
.swiper-highlights .swiper-button-prev {
  background-image: url(images/arrow-left-white.svg) !important;
}

.swiper-events .swiper-button-next,
.swiper-highlights .swiper-button-next {
  background-image: url(images/arrow-right-white.svg) !important;
}

.highlights-filters {
  gap: 1.5rem;
}

.highlights-filters a,
.highlights-filters a.disabled:hover {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 0 0.5rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.highlights-filters a.selected {
  border-bottom: 2px solid var(--grey);
}
.highlights-filters a:hover {
  text-decoration: none;
  border-bottom: 2px solid var(--grey);
  color: #fff;
}
.highlights-filters a.disabled {
  color: var(--grey);
  cursor: default;
}

.card {
  border: 0;
  border-color: transparent;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: var(--boxes-bg);
  min-height: 400px;
  width: 100%;
  /* max-width: 288px; */
  /* padding: 2rem; */
}
.card img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  background-color: var(--boxes-bg-hover);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.card img:hover {
  transform: scale(1.03);
  transform-origin: bottom center;
  opacity: 0.88;
}
.card-body {
  min-height: 9rem;
}
.card-body h5.card-title {
  font-family: Arial, Helvetica, sans-serif;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-body h5.card-title a,
.card-body a {
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.card-body h6.card-category,
.card-body h6.card-date {
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
}

.card-body h6.card-category {
  /* color: var(--light-green); */
  color: var(--orange);
  font-size: 1rem;
}

.blog-cards-container .card .card-body .card-industries {
  position: absolute;
  bottom: 1rem;
  max-height: 3.6rem;
}

.card-body .card-industries a {
  display: inline-block;
  font-family: "notesesa";
  background-color: var(--boxes-bg-hover);
  letter-spacing: 0.03rem;
  font-size: 0.8rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  padding: 0.2rem 0.4rem;
  border-radius: 0.3rem;
  line-height: 1.3rem;
  margin: 0 0.3rem 0.3rem 0;
}
.card-body .card-industries a:hover {
  background-color: var(--grey);
  color: #fff;
}

.news-pagination {
  width: 100%;
  text-align: center;
  margin-top: 3.5rem;
}

.dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: var(--boxes-bg);
  opacity: 0.75;
  z-index: 1;
}

.blog-filter-title {
  font-family: "notesesa";
  opacity: 0.8;
  text-transform: uppercase;
}
.post-category-name {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  border: none;
  padding: 0;
  color: #fff;
  opacity: 0.8;
}

blockquote {
  border-left: 2px solid;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  border-image: linear-gradient(
      to bottom,
      #19d9d0 25%,
      #fcd62b 25%,
      #fcd62b 50%,
      #1ad0ee 50%,
      #1ad0ee 75%,
      #f7314d 75%
    )
    5;
  padding-left: 2rem;
  font-size: 1.8rem;
  margin-left: 0;
}
/* FOOTER */

footer {
  background-color: var(--boxes-bg);
  font-family: "notesesa";
}

footer a {
  text-decoration: none;
}
footer .footer-link {
  margin-left: 1.5rem;
}

.mt-filter-wrapper a.collapse-button {
  font-size: 1.15rem;
}

h6.mt-filter-title {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
/* checkbox style */
.mt-checkbox {
  display: block;
  position: relative;
  padding-left: 1.6rem;
  padding-right: 0;
  font-size: 1rem;
  margin: 0.5rem 0;
  cursor: pointer;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  font-family: "notesesa";
}
.mt-filter-wrapper .mt-checkbox {
  padding-right: 2.6rem;
  padding-left: 0;
}
.mt-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  right: 1rem;
  left: unset;
  height: 18px;
  width: 18px;
  background-color: #002635;
  border: solid 1px #8197a6;
}

.mt-checkbox input ~ .checkmark:hover {
  background-color: #003247;
}

.mt-checkbox input:checked ~ .checkmark {
  background-color: rgba(129, 151, 166, 0.8);
  border: solid 1px #8197a6;
}

.mt-checked {
  color: var(--orange);
  /* color: var(--light-green); */
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mt-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.mt-checkbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid 2px #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-years-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.2rem;
}

.filter-year {
  --year-base-width: 2.8rem;
  --year-selected-width: 3.65rem;
  --year-height: 1.3rem;

  font-family: "notesesa", sans-serif;
  font-size: 0.9rem;
  background-color: var(--deep-space);
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  width: var(--year-base-width);
  height: var(--year-height);
  transition: all 0.4s ease;
}

.filter-year:hover {
  background-color: var(--grey);
}

.filter-year.year-selected {
  background-color: var(--orange);
  width: var(--year-selected-width);
}

.filter-year.year-selected::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 3px;
  width: 0.8rem;
  height: 0.8rem;
  background: url(images/close-small.svg) center/contain no-repeat;
}

.filter-year input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.filter-year label {
  position: absolute;
  inset: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 0.55rem;
  z-index: 1000;
}
/* OPPORTUNITIES */

.event-accordion {
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 1.5rem;
  overflow: hidden;
  background-color: var(--boxes-bg);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .event-accordion {
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

.event-chips-container {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  flex-direction: row;
}

.event-accordion-left {
  width: 100%;
}
.event-chips-container .event-chip {
  font-family: "Notesesa";
  font-size: 0.8rem;
  background-color: var(--deep-space);
  color: #fff;
  padding: 0.2rem 0.6rem;
  margin: 0.2rem 0.5rem 0.2rem 0;
  text-transform: uppercase;
  border-radius: 2px;
}
.event-accordion-left p.event-title {
  margin: 1rem 0;
  padding: 0 2rem 0 0.5rem;
}

.event-start-date {
  width: 10rem;
}

.event-start-date p {
  font-family: "Notesesa";
  font-size: 0.8rem;
  background-color: var(--deep-space);
  color: #fff;
  padding: 0.2rem 0.6rem;
  margin: 0.2rem 0.5rem 0.2rem 0;
  text-transform: uppercase;
  border-radius: 2px;
  margin: 0;
  padding: 0.3rem 0.6rem;
  width: fit-content;
}

.event-description a.event-link:hover {
  /* color: var(--light-green); */
  color: var(--orange);
}

.event-description a.event-link::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -4px;
  width: 2rem;
  height: 1.8rem;
  background-image: url(images/arrow-right-green.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0);
  filter: brightness(1000%);

  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.event-description a.event-link:hover::after {
  transform: translateX(0.5rem);
  filter: brightness(100%);
}

#openCallsOpportunities .event-accordion:hover {
  background-color: var(--boxes-bg-hover);
}
.select-warning {
  text-transform: uppercase;
  font-family: "Notesesa";
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.09rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 2rem 0;
  margin-bottom: 3rem;
}

.ordering {
  margin-left: 0;
  margin-right: 0;

  display: flex;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .ordering {
    margin-left: auto;
    margin-right: 1rem;
  }
}
.ordering button {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.ordering button:active {
  outline: 0;
  border: none;
  box-shadow: none;
}
.ordering button img {
  margin-left: 1rem;
}
.ordering button:active img {
  opacity: 0.8;
}
.ordering .btn.btn-primary.select-btn {
  font-family: "NotesEsa";
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: var(--light-grey);
  text-transform: uppercase;
}

.accordion-country,
.accordion-sector {
  font-family: "notesesa";
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  padding: 0.4rem 0.7rem;
  background-color: var(--boxes-bg-hover);
  text-transform: uppercase;
  margin-right: 0.5rem;
  letter-spacing: 0.05rem;
  min-width: 86px;
  text-align: center;
}

/* PAGINATION */

ul.pagination {
  margin-left: 0.5rem;
}
ul.pagination .page-item .page-link[aria-label="Previous"] span,
ul.pagination .page-item .page-link[aria-label="Next"] span {
  display: grid;
  place-items: center;
}
ul.pagination .page-item .page-link[aria-label="Previous"] img {
  width: 1rem;
  height: 1rem;
  transform: rotate(90deg);
}
ul.pagination .page-item .page-link[aria-label="Next"] img {
  width: 1rem;
  height: 1rem;
  transform: rotate(-90deg);
}
ul.pagination .page-item[disabled="false"]:hover {
  cursor: pointer;
}
ul.pagination .page-item .page-link,
ul.pagination .page-item.disabled .page-link {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  padding: 0.3rem 0.9rem;
  font-family: "notesesa";
  display: grid;
  height: 100%;
}
ul.pagination .page-item.active .page-link,
ul.pagination .page-item .page-link:hover {
  color: var(--orange);
  /* color: var(--light-green); */
}

/* CONTACTS */
.contact-card-grid {
  width: 100%;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  justify-content: center;
  align-items: center;
}
.contact-card {
  width: 100%;
  display: grid;
  place-items: flex-end;
  align-items: flex-end;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  min-height: 30rem;
  cursor: pointer;
}

.contact-card a {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: var(--notes-esa);
  display: flex;
  align-items: center;
  gap: 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.contact-card .contact-card-bg {
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 1;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  z-index: -1;
}
.contact-card:hover .contact-card-bg {
  opacity: 0.8;
}
#offcanvasContactsLabel {
  text-align: center;
  width: 100%;
}

.wpcf7-form p label,
.wpcf7-form p label,
.wpcf7-form p label {
  font-family: "notesesa";
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
  padding: 0 1rem;
}

/* #wpcf7-f454-o2 .wpcf7-form p label input[type="text"],
#wpcf7-f454-o2 .wpcf7-form p label input[type="email"],
#wpcf7-f454-o2 .wpcf7-form p label select,
#wpcf7-f454-o2 .wpcf7-form p label textarea,
#wpcf7-f453-o1 .wpcf7-form p label input[type="text"],
#wpcf7-f453-o1 .wpcf7-form p label input[type="email"],
#wpcf7-f453-o1 .wpcf7-form p label select,
#wpcf7-f453-o1 .wpcf7-form p label textarea, 
#wpcf7-f329-o3 .wpcf7-form p label input[type="text"],
#wpcf7-f329-o3 .wpcf7-form p label input[type="email"],
#wpcf7-f329-o3 .wpcf7-form p label select,
#wpcf7-f329-o3 .wpcf7-form p label textarea */
#conditional-text-field input[type="text"],
.wpcf7-form p label input[type="text"],
.wpcf7-form p label input[type="email"],
.wpcf7-form p label select,
.wpcf7-form p label textarea {
  background-color: var(--boxes-bg);
  border-radius: 0.3rem;
  border: 1px solid var(--grey);
  padding: 0.3rem;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
/* #wpcf7-f454-o2 .wpcf7-form p label input[type="text"]:focus,
#wpcf7-f454-o2 .wpcf7-form p label input[type="email"]:focus,
#wpcf7-f454-o2 .wpcf7-form p label select:focus,
#wpcf7-f454-o2 .wpcf7-form p label textarea:focus,
#wpcf7-f453-o1 .wpcf7-form p label input[type="text"]:focus,
#wpcf7-f453-o1 .wpcf7-form p label input[type="email"]:focus,
#wpcf7-f453-o1 .wpcf7-form p label select:focus,
#wpcf7-f453-o1 .wpcf7-form p label textarea:focus,
#wpcf7-f329-o3 .wpcf7-form p label input[type="text"]:focus,
#wpcf7-f329-o3 .wpcf7-form p label input[type="email"]:focus,
#wpcf7-f329-o3 .wpcf7-form p label select:focus,
#wpcf7-f329-o3 .wpcf7-form p label textarea:focus, */

.wpcf7-form p label input[type="text"]:focus,
.wpcf7-form p label input[type="email"]:focus,
.wpcf7-form p label select:focus,
.wpcf7-form p label textarea:focus {
  background-color: var(--boxes-bg-hover);
  border: 1px solid var(--orange);
  /* border: 1px solid var(--light-green); */
  outline: 0;
}

#wpcf7-f454-o2 .wpcf7-textarea,
#wpcf7-f453-o1 .wpcf7-textarea,
#wpcf7-f329-o3 .wpcf7-textarea {
  height: 6rem;
}

#wpcf7-f453-o1 .interest-checkbox .wpcf7-list-item,
#wpcf7-f329-o3 .interest-checkbox .wpcf7-list-item {
  display: block;
}
#wpcf7-f453-o1 .interest-checkbox .wpcf7-list-item label,
#wpcf7-f329-o3 .interest-checkbox .wpcf7-list-item label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  text-transform: none;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: var(--deep-space-shade);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--light-grey);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  padding: 0.5rem;
  display: grid;
  place-content: center;
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  /* box-shadow: inset 1em 1em var(--light-green); */
  box-shadow: inset 1em 1em var(--orange);
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.wpcf7-not-valid-tip {
  color: #ff5951;
}

input[type="submit"].wpcf7-submit {
  font-family: "notesesa";
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-size: 1rem;
  background-color: rgba(25, 217, 208, 0);
  border-color: #fff;
  border-radius: 1rem;
  padding: 0.8rem 1.5rem;
  margin: 1rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  color: #fff;
  outline: none;
  width: fit-content;
}
input[type="submit"].wpcf7-submit:hover {
  background-color: rgba(25, 217, 208, 0.28);
  border-color: #fff;
  outline: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  height: 100vh;
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  background-color: var(--deep-space-shade);
  display: grid;
  place-items: center;
  margin: 0;
  color: var(--light-green);
  font-family: "notesesa";
  font-size: 1.6rem;
  opacity: 0.95;
  text-transform: uppercase;
  font-weight: normal;
  /* animation: response-fadeout 1s ease 2s 1 normal forwards; */
}
.contactus .btn-close.btn-close-white.text-reset {
  z-index: 1000000;
}
/* @keyframes response-fadeout {
  0% {
    opacity: 0.95;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
} */

.wpcf7 form .wpcf7-response-output {
  display: none;
}
.feedback-message-sent {
  content: "\00D7";
  position: absolute;
  top: 2rem;
  right: 4rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 1000000;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: #ff5951;
  border: 1px solid #ff5951;
  display: block;
  background-color: var(--deep-space-shade);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  color: #dc3232;
  border: none;
  display: block;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  display: grid;
}

/* EVENTS */
.events-cards-container h2.events-month {
  color: #fff !important;
  font-family: var(--notes-esa);
  text-transform: uppercase;
  border-left: 2px solid;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  border-image: linear-gradient(
      to bottom,
      #19d9d0 25%,
      #fcd62b 25%,
      #fcd62b 50%,
      #1ad0ee 50%,
      #1ad0ee 75%,
      #f7314d 75%
    )
    5;
  padding-left: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 3rem 0 1rem 0;
}

.events-cards-container .card {
  min-height: unset;
  height: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .events-cards-container .card {
    flex-direction: row;
  }
}

.events-cards-container .short-date-container {
  background: var(--green);
  width: 2.6rem;
  height: fit-content;
  border-radius: 2rem;
  margin: 1rem;
  padding: 0.8rem 0.2rem;
  text-align: center;
  line-height: 1.1;
}

.events-cards-container .card-body {
  max-width: 74%;
}
/* @media (min-width: 992px) {
  .events-cards-container .card-body {
    max-width: 40rem;
  }
} */

.events-cards-container .card-body h6.mt-date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  margin-top: 1rem;
}
.events-cards-container .card-body a:hover .event-title {
  opacity: 0.8;
}
.events-cards-container .card-body a .event-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.events-cards-container .card-body h5.event-venue {
  font-family: var(--notes-esa);
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;

  margin-bottom: 1rem;
}
.events-cards-container .card-body .event-excerpt {
  font-size: 0.9rem;
  opacity: 0.8;
}
.events-cards-container .short-date-container .short-date {
  font-family: "notesesa";
  font-size: 1rem;
  color: #fff;
}

.events-cards-container .event-image {
  width: auto;
  height: auto;

  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .events-cards-container .event-image {
    min-height: 15rem;
    min-width: 11rem;
    max-width: 12rem;
  }
}
.events-cards-container .event-image:hover {
  opacity: 0.8;
  cursor: pointer;
}

button.event-navigation-arrow {
  background-color: transparent;
  border: none;
  padding-left: 0;
  color: #fff;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
button.event-navigation-arrow:hover {
  color: var(--orange);
  /* color: var(--light-green); */
}
button.event-navigation-arrow svg {
  transform: translateY(-0.1rem);
}
button.event-navigation-arrow:hover svg {
  fill: var(--orange);
  /* fill: var(--light-green); */
}
button:disabled.event-navigation-arrow {
  opacity: 0.5;
}
button:disabled.event-navigation-arrow:hover,
button:disabled.event-navigation-arrow:hover svg {
  fill: #fff;
  cursor: not-allowed;
  color: #fff;
}

button.today-button {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.8rem;
  padding: 0.4rem 0.6rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
button.today-button:hover {
  background-color: var(--orange);
  /* background-color: var(--light-green); */
  color: var(--boxes-bg-hover);
}
.event-bottom-navigation {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}

.tribe-events-single-head-info .single-event-dates {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--boxes-bg);
  width: fit-content;
  padding: 0.5rem;
  border-radius: 0.3rem;
}

.tribe-events-single-head-info .single-event-dates::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23fff'><path d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857z'/><path d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.5rem;
}

/* EVENTS PAGE */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0;
  padding-bottom: 0;
}
.tribe-events .tribe-events-c-top-bar__nav-list-item {
  list-style-type: none;
}

.tribe-events .tribe-events-calendar-list__event-header {
  padding-top: 0.2rem;
}

.tribe-events-calendar-month__calendar-event-title.tribe-common-h8.tribe-common-h--alt {
  font-size: 1rem;
  line-height: 1;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: unset;
  padding-left: 0;
}

.event-category-chip-label {
  font-family: "notesesa";
  font-size: 1rem;
}
.event-category-chip {
  width: fit-content;
  font-family: "notesesa";
  font-size: 0.7rem;
  background-color: var(--green);
  color: #fff;
  padding: 0.2rem 0.6rem !important;
  margin: 0.2rem 0.5rem 0.2rem 0 !important;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
}

/* EVENTS CALENDAR */

.tribe-common--breakpoint-full.tribe-events
  .tribe-events-c-top-bar__datepicker-desktop,
.tribe-events .tribe-events-calendar-list__event-datetime,
.tribe-common a,
.tribe-common abbr,
.tribe-common acronym,
.tribe-common address,
.tribe-common applet,
.tribe-common article,
.tribe-common aside,
.tribe-common audio,
.tribe-common b,
.tribe-common big,
.tribe-common blockquote,
.tribe-common canvas,
.tribe-common caption,
.tribe-common center,
.tribe-common cite,
.tribe-common code,
.tribe-common dd,
.tribe-common del,
.tribe-common details,
.tribe-common dfn,
.tribe-common div,
.tribe-common dl,
.tribe-common dt,
.tribe-common em,
.tribe-common embed,
.tribe-common fieldset,
.tribe-common figcaption,
.tribe-common figure,
.tribe-common footer,
.tribe-common form,
.tribe-common h1,
.tribe-common h2,
.tribe-common h3,
.tribe-common h4,
.tribe-common h5,
.tribe-common h6,
.tribe-common header,
.tribe-common i,
.tribe-common iframe,
.tribe-common img,
.tribe-common ins,
.tribe-common kbd,
.tribe-common label,
.tribe-common legend,
.tribe-common li,
.tribe-common main,
.tribe-common mark,
.tribe-common menu,
.tribe-common nav,
.tribe-common object,
.tribe-common ol,
.tribe-common output,
.tribe-common p,
.tribe-common pre,
.tribe-common q,
.tribe-common ruby,
.tribe-common s,
.tribe-common samp,
.tribe-common section,
.tribe-common small,
.tribe-common span,
.tribe-common strike,
.tribe-common strong,
.tribe-common sub,
.tribe-common summary,
.tribe-common sup,
.tribe-common table,
.tribe-common tbody,
.tribe-common td,
.tribe-common tfoot,
.tribe-common th,
.tribe-common thead,
.tribe-common time,
.tribe-common tr,
.tribe-common tt,
.tribe-common u,
.tribe-common ul,
.tribe-common var,
.tribe-common video {
  color: #fff !important;
}
.tribe-common .tribe-common-l-container {
  padding-left: 0;
}
@media (min-width: 992px) {
  .tribe-common .tribe-common-l-container {
    padding-left: 2rem;
  }
}
.tribe-events .tribe-events-calendar-list__event-title-link {
  color: #fff !important;
  font-family: "notesesa";
}
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime,
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  background: var(--green) !important;
  width: 2.6rem !important;
  height: auto !important;
  border-radius: 2rem !important;
  float: right !important;
  margin-top: 2rem !important;
  margin-right: 1rem !important;
  padding: 0.4rem 0 !important;
}

tribe-events-calendar-list__event-date-tag-weekday,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
  font-family: "notesesa";
  /* color: var(--deep-space-shade) !important; */
  font-weight: bold;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-header--has-event-search
  .tribe-events-c-events-bar {
  background-color: var(--deep-space-shade) !important;
  border-radius: 1rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
  background-color: var(--deep-space-shade) !important;
  border-radius: 1rem;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-search__input-group {
  background-color: var(--deep-space-shade) !important;
  border-radius: 1rem 0 0 1rem;
  border-right: 1px solid #fff !important;
  margin-right: 2rem;
}
.tribe-events .tribe-events-c-events-bar__search-container {
  background-color: var(--deep-space-shade) !important;
  border-radius: 1rem;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--tabs
  .tribe-events-c-view-selector__content {
  background-color: var(--deep-space-shade) !important;
  border-radius: 1rem;
}

.tribe-events
  .tribe-events-c-events-bar
  .tribe-common-form-control-text__input {
  color: #fff !important;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-common-c-btn.tribe-events-c-search__button {
  border: 1px solid #fff;
  background-color: var(--deep-space-shade) !important;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-common-c-btn.tribe-events-c-search__button:hover {
  background-color: var(--orange) !important;
  /* background-color: var(--light-green) !important; */
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common
  a.tribe-common-c-btn-border-small {
  border: 1px solid #fff;
  color: #fff !important;
  background-color: var(--deep-space-shade) !important;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common
  a.tribe-common-c-btn-border-small:hover {
  background-color: var(--orange) !important;
  /* background-color: var(--light-green) !important; */
}

.tribe-events
  .tribe-events-c-view-selector__list-item--active
  .tribe-events-c-view-selector__list-item-text,
.tribe-events .tribe-events-c-view-selector__list-item-text {
  color: #fff !important;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--tabs
  .tribe-events-c-view-selector__list-item--active
  .tribe-events-c-view-selector__list-item-link::after {
  display: none;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--tabs
  .tribe-events-c-view-selector__list-item {
  border-radius: 1rem;
  background-color: var(--deep-space-shade) !important;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  margin: 0.5rem 0.1rem;
  list-style-type: none;
}
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-c-view-selector--tabs
  .tribe-events-c-view-selector__list-item:hover {
  background-color: var(--green) !important;
  color: #fff !important;
}

.tribe-common .tribe-common-anchor-thin:visited,
.tribe-common .tribe-common-anchor-thin:active,
.tribe-common .tribe-common-anchor-thin:focus {
  color: #fff !important;
}

.tribe-common .tribe-common-anchor-thin:hover {
  color: #fff !important;
  /* cursor: pointer; */
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-row,
.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-latest-past__event-row {
  margin-bottom: 3rem;
  background-color: var(--boxes-bg) !important;
  border-radius: 0.8rem;
  min-height: 9rem;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2,
.tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
  color: #fff !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tribe-common--breakpoint-medium.tribe-events
  .tribe-events-calendar-list__event-description {
  margin-bottom: 2rem;
}

.tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold,
.tribe-events-calendar-list__event-venue-address {
  font-family: "notesesa";
  text-transform: uppercase;
  font-size: 1.3rem;
}

.tribe-events-calendar-list__event-title-link {
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif !important;
  text-transform: uppercase;
}

.tribe-common--breakpoint-medium.tribe-common
  .tribe-common-g-row--gutters
  > .tribe-common-g-col {
  padding-right: 0;
}

.tribe-events-calendar-list__event-featured-image-link {
  transition: var(--tec-transition-opacity) !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: auto;
  background-color: var(--boxes-bg-hover) !important;
}

.tribe-events-calendar-day__event-featured-image-link,
.card img.tribe-events-calendar-list__event-featured-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tribe-events .tribe-events-calendar-day__event-featured-image-link,
.tribe-events .tribe-events-calendar-list__event-featured-image {
  display: block;
  object-fit: cover;
  height: 100%;
}

.tribe-events .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}

.single-tribe_events table thead {
  background-color: #335e6f;
}

.single-tribe_events .entry-content,
.single-tribe_events .page-content {
  margin-top: 0;
  padding: 0;
}
.single-tribe_events #tribe-events-pg-template {
  margin-top: 0;
  padding: 0;
}

#tribe-events-pg-template {
  max-width: 100vw;
}

.tribe-events-event-image img {
  display: block;
  width: 100%;
  border-radius: 0.8rem;
  margin-top: 2rem;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  background-color: var(--deep-space-shade);
  border: 1px solid #fff !important;
  color: #fff !important;
}
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border:hover,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:hover,
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus {
  background-color: var(--orange) !important;
  /* background-color: var(--light-green) !important; */
}

.single-tribe_events .page-header {
  display: none;
}

.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-events .tribe-events-calendar-month__day-date-daynum {
  color: #fff;
  font-family: "notesesa", sans-serif;
  text-transform: uppercase;
}
.tribe-events
  .tribe-events-calendar-month__day--past
  .tribe-events-calendar-month__day-date-link:focus,
.tribe-events
  .tribe-events-calendar-month__day--past
  .tribe-events-calendar-month__day-date-link,
.tribe-events .tribe-events-calendar-month__day-date-link,
.tribe-events .tribe-events-calendar-month__day-date-link:focus {
  color: var(--orange) !important;
  /* color: var(--light-green) !important; */
  font-family: "notesesa", sans-serif;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.tribe-events
  .tribe-events-calendar-month__day--past
  .tribe-events-calendar-month__day-date-link:hover,
.tribe-events .tribe-events-calendar-month__day-date-link:hover {
  color: var(--orange);
  /* color: var(--light-green); */
  font-family: "notesesa", sans-serif;
  text-transform: uppercase;
  opacity: 0.8;
}
.tribe-events-calendar-month__calendar-event-tooltip-datetime,
.tribe-events-calendar-month__calendar-event-tooltip-datetime
  .tribe-event-date-start,
.tribe-events-calendar-month__calendar-event-tooltip-datetime
  .tribe-event-date-end,
h3.tribe-events-calendar-month__calendar-event-tooltip-title tribe-common-h7,
a.tribe-events-calendar-month__calendar-event-tooltip-title-link.tribe-common-anchor-thin,
.tribe-events-calendar-month__calendar-event-tooltip-description.tribe-common-b3
  p {
  color: var(--green) !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium,
.tribe-common .tribe-common-h--alt {
  color: #fff !important;
  font-family: "notesesa", sans-serif;
  text-transform: uppercase;
  border-left: 2px solid;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  border-image: linear-gradient(
      to bottom,
      #19d9d0 25%,
      #fcd62b 25%,
      #fcd62b 50%,
      #1ad0ee 50%,
      #1ad0ee 75%,
      #f7314d 75%
    )
    5;
  padding-left: 2rem;
  font-size: 2.2rem;
  font-weight: bold;
}

.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list {
  background-color: var(--boxes-bg-hover);
}
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item {
  background-color: var(--boxes-bg-hover);
}
.single-tribe_events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item:hover,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__list-item:hover {
  background-color: var(--green) !important;
  color: #fff !important;
}

.tribe-common a,
.tribe-common a:active,
.tribe-common a:focus,
.tribe-common a:visited {
  color: #fff !important;
}
.tribe-common a:hover {
  color: #fff !important;
  /* cursor: pointer; */
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  color: #fff !important;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta a {
  color: var(--orange) !important;
  /* color: var(--light-green) !important; */
}

.post-type-archive-tribe_events .page-content h3 {
  border: none;
  margin-left: 0;
  padding-left: 0;
}

.tribe-events-venue-map {
  width: 100%;
}

.tribe-events-single-event-description.tribe-events-esa-content table,
.tribe-events-single-event-description.tribe-events-esa-content p {
  font-size: 1.2rem;
}

h3.tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7
  a.tribe-events-calendar-month__calendar-event-tooltip-title-link.tribe-common-anchor-thin,
.tribe-events-calendar-month__multiday-event-hidden-title.tribe-common-h8,
.tribe-events-calendar-month__multiday-event-bar-title.tribe-common-h8 {
  color: var(--boxes-bg-hover) !important;
}

.tribe-events .datepicker {
  background-color: var(--deep-space);
}

.tribe-events .datepicker .day,
.tribe-events .datepicker .month,
.tribe-events .datepicker .year {
  color: #fff !important;
}

.tribe-events .datepicker .day.current,
.tribe-events .datepicker .month.current,
.tribe-events .datepicker .year.current {
  background-color: var(--green) !important;
}

.tribe-events .datepicker .datepicker-switch {
  color: #fff !important;
  background-color: transparent !important;
  width: 100%;
}
.tribe-events .datepicker .datepicker-switch:hover {
  background-color: var(--green) !important;
}

.tribe-events .datepicker .day:hover {
  background-color: var(--green) !important;
}

.tribe-events .datepicker .day.active {
  background-color: var(--deep-space-shade) !important;
}
.tribe-events .datepicker .dow {
  text-align: center !important;
}
.tribe-common abbr[title] {
  text-decoration: none !important;
}
.tribe-events .datepicker .day.focused,
.tribe-events .datepicker .day:focus,
.tribe-events .datepicker .day:hover,
.tribe-events .datepicker .month.focused,
.tribe-events .datepicker .month:focus,
.tribe-events .datepicker .month:hover,
.tribe-events .datepicker .year.focused,
.tribe-events .datepicker .year:focus,
.tribe-events .datepicker .year:hover {
  background: var(--deep-space-shade) !important;
}

.tribe-events
  .tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link--prev
  .tribe-common-c-btn-icon__icon-svg
  path,
.tribe-events
  .tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link--next
  .tribe-common-c-btn-icon__icon-svg
  path,
.tribe-events button.tribe-common-c-btn-icon--caret-right svg path,
.tribe-events button.tribe-common-c-btn-icon--caret-left svg path {
  fill: #fff !important;
}

.tribe-events
  button[disabled].tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link--prev
  .tribe-common-c-btn-icon__icon-svg
  path,
.tribe-events
  button[disabled].tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link--next
  .tribe-common-c-btn-icon__icon-svg
  path,
.tribe-events
  button:disabled.tribe-common-c-btn-icon--caret-left.tribe-events-c-top-bar__nav-link--prev
  .tribe-common-c-btn-icon__icon-svg
  path,
.tribe-events
  button:disabled.tribe-common-c-btn-icon--caret-right.tribe-events-c-top-bar__nav-link--next
  .tribe-common-c-btn-icon__icon-svg
  path,
.tribe-events button[disabled].tribe-common-c-btn-icon--caret-right svg path,
.tribe-events button[disabled].tribe-common-c-btn-icon--caret-left svg path,
.tribe-events button:disabled.tribe-common-c-btn-icon--caret-right svg path,
.tribe-events button:disabled.tribe-common-c-btn-icon--caret-left svg path {
  fill: #666 !important;
}

.tribe-events-event-meta {
  background-color: var(--boxes-bg);
  border-radius: 0.6rem;
  padding: 0.6rem;
}
.tribe-events-event-meta .widget-title {
  font-family: "NotesEsa";
  font-size: 0.875rem !important;
  letter-spacing: 0.016em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.tribe-events .tribe-events-view-loader {
  background-color: rgba(0, 31, 44, 0.8) !important;
  backdrop-filter: blur(2px);
}
.tribe-common .tribe-common-c-loader__dot circle {
  fill: #fff !important;
}
.page-header-single-event {
  position: relative;
  display: grid;
  align-content: center;
  border-radius: 0 0 1.5rem 1.5rem;
  margin-bottom: 3rem;
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-header-single-event .container {
  z-index: 10;
}

.event-label {
  font-family: "NotesEsa";
  font-size: 0.875rem;

  letter-spacing: 0.016em;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.8);
}
.tribe-events-single-head-info h2 {
  font-size: clamp(1rem, 8vw, 3rem);
}
.single-event-dates {
  font-family: "NotesEsa";
  font-size: 0.875rem;

  letter-spacing: 0.016em;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.8);
}
a.single-event-address {
  font-family: "NotesEsa";
  font-size: 0.875;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #19d9d0;
  text-decoration: none;
  display: flex;
  align-content: center;
  align-items: flex-start;
}

a.single-event-address:hover {
  text-decoration: underline;
}

.events-sidebar .event-sidebar-box {
  background-color: var(--boxes-bg);
  border-radius: 0.6rem;
}
.event-tags-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  gap: 0.4rem;
}

a.event-tag {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 0.1rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5rem;
  font-family: "NotesEsa";
  font-size: 0.6875rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: var(--boxes-bg);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
a.event-tag:hover {
  background-color: var(--boxes-bg-hover);
}

a.previous-events {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
a.previous-events:hover {
  color: var(--orange);
  /* color: var(--light-green); */
  text-decoration: underline;
}
.event-partners-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
.event-partners-container {
  background-color: var(--light-grey);
  border-radius: 0.6rem;
  display: grid;
  place-items: center;
  padding: 1rem 1.5rem;
  min-height: 5rem;
  max-width: 135px;
  height: auto;
}
.event-partners-container img {
  mix-blend-mode: darken;
}

.event-speaker-wrapper {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 3fr));
  */
  gap: 1.5rem;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}

.event-speaker-wrapper .event-speaker-picture-container {
  width: 100%;
}

@media (min-width: 576px) {
  .event-speaker-wrapper .event-speaker-picture-container {
    max-width: 220px;
  }
}
@media (min-width: 992px) {
  .event-speaker-wrapper .event-speaker-picture-container {
    max-width: 170px;
  }
}
/* .event-speaker-wrapper div.modal {
  max-width: 100%;
  width: 100%;
} */
.event-speaker-wrapper .event-speaker-item {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  border-radius: 1.5rem;
  background-color: var(--boxes-bg);
  margin-top: 2rem;
}
.event-speaker-wrapper .event-speaker-item:hover {
  cursor: pointer;
}

.event-speaker-wrapper .event-speaker-item .event-speaker-item-img-frame {
  max-height: 400px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .event-speaker-wrapper .event-speaker-item .event-speaker-item-img-frame {
    max-height: 240px;
  }
}
.event-speaker-wrapper
  .event-speaker-item
  .event-speaker-item-img-frame
  .event-speaker-item-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 330px;
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (min-width: 992px) {
  .event-speaker-wrapper
    .event-speaker-item
    .event-speaker-item-img-frame
    .event-speaker-item-img {
    background-position: 50% -2rem;
  }
}

.event-speaker-wrapper
  .event-speaker-item:hover
  .event-speaker-item-img-frame
  .event-speaker-item-img {
  transform: scale(1.2);
}

.event-speaker-wrapper .event-speaker-item .event-speaker-item-name {
  font-size: 1.1rem;
  color: #fff;
  margin: 1rem 0 0.5rem 1rem;
}
.event-speaker-wrapper .event-speaker-item .event-speaker-item-role {
  font-family: "NotesEsa";
  margin: 0 0 1rem 1rem;

  font-size: 0.6875rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;

  color: #ffffff;
}

.event-speaker-wrapper .modal {
  background-color: rgba(0, 31, 44, 0.8);
  z-index: 100000;
}

.event-speaker-wrapper .modal-content {
  background-color: var(--boxes-bg);
  position: relative;
  padding: 1.5rem;
  border-radius: 2rem;
}
.event-speaker-wrapper .modal-content .modal-body {
  height: fit-content;
  padding: 0;
}
.event-speaker-wrapper .modal-content .modal-body h4 {
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  margin: 2rem 0 1rem 0;
  padding-left: 0.5rem;
}
.event-speaker-wrapper .modal-content .modal-body h6 {
  text-transform: uppercase;
  margin-bottom: 2rem;
  padding-left: 0.5rem;
}

.event-speaker-wrapper .modal-content .modal-body p {
  font-size: 1.25rem;
  letter-spacing: 0.01em;

  color: rgba(255, 255, 255, 0.8);
}
.event-speaker-wrapper .modal-content .btn-close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 10000;
}

.event-speaker-wrapper .modal-content .speaker-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .event-speaker-wrapper .modal-content .speaker-description {
    flex-direction: row;
  }
}

.event-speaker-wrapper .modal-content .speaker-bio {
  width: 100%;
  padding: 0 1rem 0 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}
.event-speaker-wrapper .modal-content .speaker-picture-container {
  width: 100%;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .event-speaker-wrapper .modal-content .speaker-picture-container {
    width: 40%;
  }
}
.event-speaker-wrapper .modal-content .speaker-picture {
  width: 100%;
  min-height: 290px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0.5rem;
}
/* @media (min-width: 992px) {
  .event-speaker-wrapper .modal-content .speaker-bio {
    width: 70%;
  }
  .event-speaker-wrapper .modal-content .speaker-picture {
    width: 30%;
  }
} */

.event-speaker-pagination {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  gap: 4rem;
  margin-top: 3rem;
  padding-bottom: 1rem;
}

.event-speaker-pagination a {
  font-family: "NotesEsa";
  font-size: 1rem;
  letter-spacing: 0.016em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.event-speaker-pagination a:hover {
  text-decoration: underline;
}
.event-speaker-pagination a.disabled {
  opacity: 0.4;
}
.event-speaker-pagination a.disabled:hover {
  cursor: default;
  text-decoration: none;
}
.event-empty-instance {
  font-family: "NotesEsa";
  font-size: 1rem;
  letter-spacing: 0.016em;
  margin-top: 1rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
/* Event flexible content */
.custom-bg-column {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.two-columns-text p {
  margin: 0;
  padding: 0;
}

.presentations-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.presentations-grid-item {
  font-family: "Notesesa", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  min-height: 9rem;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  padding: 1rem;
  border-radius: 0.7rem;
  border: 1px solid var(--deep-space);
  background-color: var(--deep-space);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.presentations-grid-item:hover {
  color: rgba(255, 255, 255, 1);
  border: 1px solid var(--orange);
  /* border: 1px solid var(--light-green); */
}

.presentation-title {
  width: 100%;
}

.presentations-grid-item img {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 1.8rem;
  opacity: 0.7;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.presentations-grid-item:hover img {
  max-width: 2rem;
  opacity: 1;
}

.speakers-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.speakers-section h2 {
  color: #fff;
}
.speakers-section h5 {
  color: var(--green);
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.speakers-section .speaker-role {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 1.8rem;
  letter-spacing: 0.05rem;
  display: block;
  color: var(--highlight);
}

.speakers-section p {
  font-size: 1.6rem;
}
.speaker-circle {
  aspect-ratio: 1;
}

.swiper.swiper-speakers {
  width: 100%;
  height: 100%;
}

.swiper-speakers .swiper-slide {
  text-align: center;
  /* font-size: 18px;
  background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-speakers .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 100rem;
}

.speaker-thumbnail {
  aspect-ratio: 1/1;
  border-radius: 100rem;
}
.speaker-thumbnail:hover {
  cursor: pointer;
}
.swiper-speakers h5 {
  color: var(--orange);
  /* color: var(--light-green); */
  margin: 0;
  font-size: 1.6rem;
}
.swiper-speakers .speaker-role {
  color: #fff;
  font-size: 0.9rem;
}

.swiper-speakers .swiper-button-next::after,
.swiper-speakers .swiper-button-prev::after {
  display: none;
}

.swiper-speakers .swiper-button-prev,
.swiper-speakers .swiper-button-next {
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 1;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.swiper-speakers .swiper-button-prev {
  background-image: url(images/arrow-left-white.svg) !important;
}

.swiper-speakers .swiper-button-next {
  background-image: url(images/arrow-right-white.svg) !important;
}

.swiper-speakers .swiper-button-prev {
  transform: translateX(-1rem);
}

.swiper-speakers .swiper-button-next {
  transform: translateX(1rem);
}
.swiper-speakers .swiper-button-prev:hover,
.swiper-speakers .swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-speakers .swiper-pagination-bullet {
  background-color: #f0f0f0 !important;
}
.swiper-speakers .swiper-pagination-bullet-active {
  background-color: var(--orange) !important;
  /* background-color: var(--light-green) !important; */
}

.events-sidebar .event-sidebar-box {
  background-color: var(--boxes-bg);
  border-radius: 0.6rem;
}

/* SEARCH RESULTS PAGE */

#searchModal .modal-body {
  background-color: var(--boxes-bg);
}

#searchModal .modal-header {
  background-color: var(--boxes-bg);
  border: none;
  margin-top: 60px;
}
#searchModal .btn-close {
  border: 2px solid;
  border-radius: 50%;
  padding: 0.7rem;
  aspect-ratio: 1;
}
#searchModal .btn-close:hover {
  border: 2px solid var(--orange);
}

#searchModal .modal-body .search-container {
  display: grid;
  place-items: center;
  height: 50vh;
}
#searchModal .modal-body .search-container btn-close {
  aspect-ratio: 1;
}
#searchModal .modal-body .search-container form {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  #searchModal .modal-body .search-container form {
    flex-direction: row;
  }
}

.form-control,
.search-field input,
input#search {
  font-size: 1.4rem;
  color: var(--grey);
  padding: 0.3rem 1rem;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0.8rem;
  width: clamp(100%, 30vw, 80vw);
  outline: 0;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.form-control:focus,
.search-field input:focus,
input#search:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--orange);
  outline: 0;
}
.search-results h1.page-title {
  font-size: clamp(2.5rem, 4vw, 3.7rem);
}
.search-results .card {
  background-color: var(--boxes-bg);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.search-results .card:hover {
  background-color: var(--boxes-bg-hover);
}

.search-results .navigation.pagination {
  margin-top: 2rem;
}

.search-results .nav-links {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "notesesa";
}

.search-results .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.6rem;
  border: 1px solid #fff;
  border-radius: 0.6rem;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.search-results .page-numbers.current {
  background-color: rgba(255, 204, 78, 0.28);
  border-color: var(--orange);
  color: #fff;
}

.search-results .page-numbers:hover {
  color: var(--orange);
  border-color: var(--orange);
  background-color: rgba(255, 204, 78, 0.15);
}

.search-results .page-numbers.dots {
  border-color: transparent;
  background-color: transparent;
}

.search-results .card-text.search-excerpt {
  opacity: 0.8;
}

.card .search-results-thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 12rem;
  background-size: 170%;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.card:hover .search-results-thumbnail {
  background-size: 180%;
}

.search-meta-info {
  font-family: "notesesa";
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.filter-search-radio-container {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  gap: 1.2rem;
}
.search-meta-info .card-body h5.card-title {
  font-size: 1.6rem;
}
.filter-by-label {
  color: var(--orange);
  font-family: "notesesa", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.filter-search-container {
  background-color: var(--boxes-bg);
  border-radius: 0.6rem;
  margin-top: 2rem;
  padding: 1rem;
  width: 100%;
}
.filter-search-radio {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  width: 100%;
}
.filter-search-radio label {
  /* margin-left: 0.3rem;
  margin-right: 0.8rem; 
   margin: 0.5rem 0; */
  padding-right: 0;
  font-size: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-family: "notesesa", sans-serif;
}

.filter-search-radio input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--deep-space-shade);
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1em;
  height: 1em;
  border: 0.08em solid var(--light-grey);
  border-radius: 0.08em;
  transform: translateY(-0.075em);
  padding: 0.5rem;
  display: grid;
  place-content: center;
}
.filter-search-radio input[type="radio"]::before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--orange);
}
.filter-search-radio input[type="radio"]:checked::before {
  transform: scale(1);
}

#filter-with-vue {
  padding-bottom: 6rem;
}
#filter-with-vue ul {
  margin: 0;
  padding: 0 0 3rem 0;
  border-bottom: 1px solid var(--grey);
}
#filter-with-vue ul li {
  list-style-type: none;
  margin-bottom: 0;
  border-bottom: 1px solid var(--green);
  padding: 1rem;
}
#filter-with-vue ul li:last-child {
  border-bottom: 0 solid var(--green);
  margin-bottom: 2rem;
}

#filter-with-vue ul li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
#filter-with-vue ul li a:hover {
  color: var(--orange);
}

.searched-text {
  color: var(--orange);
}

h2.search-result-category {
  padding-top: 1rem;
  font-weight: bold;
  color: var(--orange);
  font-family: "notesesa", sans-serif;
}
.form-control + .form-control {
  margin-top: 1em;
}
.modal-backdrop {
  z-index: 999;
}

/* PORTFOLIO */

.portfolio-label {
  font-family: "notesesa", sans-serif;
  color: var(--orange);

  text-transform: uppercase;
}

/* CUSTOM TABLE STYLE */
table ol,
table ul {
  margin: 0;
}
.page-template-page-news table {
  width: 100% !important;
  background-color: #001f2c !important;
  border-collapse: collapse !important;
  border-width: 1px !important;
  border-color: var(--light-green-shade) !important;
  border-style: solid !important;
  border-bottom-width: 3px !important;
  border-top-width: 3px !important;
  color: #ffffff !important;
  font-size: 75% !important;
}

.page-template-page-news table td,
.page-template-page-news table th {
  border-width: 1px !important;
  border-color: var(--light-green-shade) !important;
  border-style: solid !important;
  padding: 10px !important;
}

.mce-item-table td.custom-table-highlighted,
table td.custom-table-highlighted {
  background-color: rgba(25, 217, 208, 0.35);
}
.mce-item-table td.custom-table-heading,
table td.custom-table-heading {
  background-color: rgba(25, 217, 208, 0.35) !important;
  font-family: "notesesa", sans-serif !important;
  font-weight: bold !important;
  font-size: 1.15rem !important;
}

.manage-consent-1 {
  font-size: 12px !important;
  padding: 6px !important;
  height: fit-content !important;
}
