/*!
Theme Name: ESA Commercialisation Gateway
Theme URI: http://underscores.me/
Author: ReMedia Italia
Author URI: https://www.remediagroup.it/
Description: Wordpress Theme created for ESA Commercialisation Gateway 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: esacomm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 1.5em;
}

.page-content p {
  opacity: 0.8;
}
p.bigger-p {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}
.page-content-bigger p {
  /* font-size: clamp(1.2rem, 1.4vw, 1.4rem); */
  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;
}
.page-content h5 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.image-caption {
  font-size: 0.9rem;
  opacity: 0.8;
}
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  /* margin: 0 1.5em; */
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
  --------------------------------------------- */
a {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover,
a:focus,
a:active {
  color: var(--light-green);
}
.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(0deg);
  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(180deg);
}

.nav-link {
  color: #fff;
}

.nav-link.nav-active {
  color: var(--light-green) !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: #888;
  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: #f0f0f0;*/
  color: #888;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

/*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/

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

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

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.post,
.page {
  margin: 0;
}

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

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

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

.sme-additional-text blockquote p {
  font-family: "notesesa", sans-serif;
  font-weight: bold;
  opacity: 1;
}

.color-border,
.single-post h3,
.page-content h3 {
  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: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  font-size: clamp(1.8rem, 2vw, 2rem);
}

@media (min-width: 992px) {
  .color-border,
  .page-content h3 {
    padding-left: 2rem;
    margin-left: 0;
  }
}

.container .color-border,
.page-content h3 {
  margin-left: 0;
}

.page-id-4271 .page-content h3 {
  /* PAGE  space-tech-platform  */
  font-size: 1.7rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
  font-weight: normal;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/

/* Jetpack infinite scroll
  --------------------------------------------- */

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

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

/*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/

/* Accessibility
  --------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
  --------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Custom theme styles */

:root {
  --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);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "notesesa", sans-serif;
}

.h2,
h2 {
  font-size: 2.5rem;
}

h1.page-title {
  font-size: clamp(3rem, 5vw, 4.7rem);
  margin-bottom: 0.8rem;
  margin-top: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

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

.btn-outline-transparent {
  font-family: "notesesa";
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 1vw, 1rem);
  background-color: rgba(25, 217, 208, 0.1);
  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;
  outline: none;
}
.btn-outline-transparent:hover {
  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(25, 217, 208, 0.28);
  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);
  border-color: var(--light-green);
  color: #fff;
}

.home-journey-btn {
  animation: pulse-button 1.3s linear 0s infinite normal forwards;
  -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;
}
.home-journey-btn:hover {
  animation: none;
  transform: scale(1.04);
}
@keyframes pulse-button {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.04);
  }

  100% {
    transform: scale(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(--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%);
}

a.share-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.share-btn:hover {
  color: var(--light-green);
}

a.share-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 2rem;
  height: 1.8rem;
  background-image: url(images/share.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;
}

/* Pages common styles */

.page-header,
.page-header-single-event {
  position: relative;
  background-color: var(--boxes-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0 0 1.5rem 1.5rem;
}

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

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

.page-header img.header-background-opaque {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 0;
  object-fit: cover;
}

p.intro-text {
  font-size: 1.8rem;
}

/* .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
	max-width: 1200px;
  } */

/* accordion */

.accordion-button.top-header {
  background-color: var(--deep-space-shade);
}
.accordion-button.top-header .accordion-company {
  font-family: "notesesa";
  font-weight: bold;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
  letter-spacing: 0.05rem;
}

.accordion-button.top-header::after {
  display: none;
}

.accordion-button.top-header:hover {
  background-color: var(--deep-space-shade);
}

h2.accordion-header {
  font-weight: normal;
  margin-bottom: 0;
}
.accordion-item {
  background-color: transparent;
  border-radius: 0;
}

.accordion-button,
.accordion-item:last-of-type,
.accordion-button.collapsed {
  font-size: 1rem;
  color: #fff;
  text-align: left;
  background-color: transparent;
  border-bottom: 1px solid #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;
}
.accordion-button:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.accordion-button.collapsed:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #fff;
}
.accordion-button:hover {
  background-color: var(--boxes-bg);
}
.accordion-button::after {
  filter: brightness(100);
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  outline: 0;
  border: 0;
  color: #fff;
  background-color: var(--boxes-bg);
}

.accordion-collapse.show {
  border-bottom: 1px solid #fff;
}

.accordion-body {
  background-color: var(--boxes-bg);
}

.table {
  color: #fff;
}

.table td span {
  color: #fff !important;
}

.page-template-default table,
.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  color: #fff;
}

.single tbody,
.single td,
.single tfoot,
.single th,
.single thead,
.single tr {
  border-width: 1px 0 1px 0;
  border-color: rgba(255, 255, 255, 0.5);
}
/* mega menu */
.navbar {
  background-color: var(--deep-space-shade);
  border-bottom: 2px solid var(--green);
}
.navbar .megamenu {
  padding: 1rem;
  z-index: 10000;
}

.nav-item.dropdown.has-megamenu .dropdown-menu {
  background-color: var(--deep-space-shade);
  color: #fff;
}

.nav-item.dropdown.has-megamenu .dropdown-menu .megamenu-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .nav-item.dropdown.has-megamenu .dropdown-menu .megamenu-content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* gap: 2rem; */
  }
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

.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 .navbar-brand {
  font-family: "notesesa";
  text-transform: uppercase;
  font-size: clamp(0.7rem, 1vw, 0.8rem);
}

.navbar .navbar-nav {
  font-family: "notesesa";
  font-size: 0.9rem;
  color: #fff;
}
@media (min-width: 1500px) {
  .navbar .navbar-nav {
    font-size: 1rem;
  }
}
.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(--light-green);
  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 {
  /* background-color: var(--boxes-bg-hover); */
  color: var(--light-green);
}
.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 */

/* HOME*/

.main-site-title {
  /* background-color: var(--deep-space); */
  height: calc(85vh - 134px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-site-title h1 {
  font-size: clamp(1.5rem, 4vw, 4rem);
  text-transform: uppercase;
  text-align: center;
}

#preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
}

#background-video,
.background-video {
  width: 100vw;
  min-height: 85vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  z-index: -1;
}

.video-home-preview {
  /* background-image: url(images/preview-video-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 16/9;*/
  width: 100%;
  height: auto;
  position: relative;
  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;
}
.video-home-preview video {
  width: 100%;
}
.video-home-preview .video-home-button {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.video-home .modal-fullscreen .modal-content {
  background-color: var(--boxes-bg) !important;
  height: 100vh;
  padding-bottom: 10vh;
  padding-top: 5vh;
}

.video-home .modal-fullscreen .modal-content .modal-header {
  border: none;
}
.video-home .modal-fullscreen .modal-content h3 {
  text-transform: uppercase;
}

.modal-body {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  /* overflow: hidden; */
}
.modal-body iframe,
.modal-body object,
.modal-body embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.boxes-container {
  padding: 0;
  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: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  gap: 2rem;
}
.boxes {
  background-color: var(--boxes-bg);
  padding: 1rem 2rem;
  margin: 0 1rem;
  border-radius: 1.2rem;
  max-width: 22rem;
}

.boxes .number-big {
  font-size: 2.5rem;
  font-family: "notesesa";
  line-height: 2.2rem;
  letter-spacing: 0.08rem;
  font-weight: bold;
}

.boxes .number-description {
  font-size: 0.9rem;
}

.from-idea {
  background-color: var(--boxes-bg);
  /* padding: 2rem 3rem; */
  border-radius: 1.2rem;
  background-image: url("images/from-idea-bg-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}

.tools-business .tools-business-header {
  font-family: "notesesa";
  text-transform: uppercase;
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
}
.tools-business .tools-business-header img {
  margin-right: 0.5rem;
}
.tools-business .tools-business-header a {
  font-family: "notesesa";
  text-transform: uppercase;
  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: end;
  -ms-justify-content: end;
  justify-content: end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  margin-right: 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;
}
.tools-business .tools-business-header a::after {
  content: url(images/list-arrow.svg);
  font-size: 1rem;
  margin-left: 0.5rem;
}
.tools-business .tools-business-header a:hover {
  color: var(--light-green);
}

.tools-business ul {
  text-align: left;
  width: 100%;
  margin: 0;
  padding-left: 4rem;
}

/* @media (min-width: 1200px) {
  .tools-business ul {
    text-align: right;
  }
} */

.tools-business ul li {
  list-style: 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;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

/* @media (min-width: 1200px) {
  .tools-business ul li {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
} */

.tools-business ul li::after {
  content: url(images/list-arrow.svg);
  font-size: 1rem;
}

.tools-business ul li a {
  font-family: "notesesa", sans-serif;
  text-decoration: none;
  margin-right: 0.6rem;
  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;
}
.tools-business ul li a:hover {
  color: var(--light-green);
}

.highlights h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
}

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

.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-highlights .swiper-slide {
    max-width: 100vw;
  }
}

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

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

.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-highlights .swiper-arrow-container .swiper-arrow-content {
  height: 3rem;
  width: 11rem;
}
.swiper-highlights .swiper-button-prev {
  background-image: url(images/arrow-left-white.svg) !important;
}

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

.join-newsletter {
  background-color: var(--boxes-bg);
  background-image: url(images/join-newsletter-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}
.need-more-information-box {
  background-image: url(images/need-more-information-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0.8rem;
}

.commercialisation-brochure-box {
  background-color: var(--boxes-bg);
  background-image: url(images/brochure-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}
.commercialisation-brochure-box h3 {
  font-weight: bold;
}

.commercialisation-brochure-box p {
  max-width: 750px;
}
.join-network-box {
  background-color: var(--boxes-bg);
  background-image: url(images/brochure-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}
.learning-hub-brochure-box {
  background-color: var(--boxes-bg);
  background-image: url(images/ESA-Comm-banner4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}
.learning-hub-matchmaking {
  background-color: var(--boxes-bg);
  background-image: url(images/ESA-Comm-banner7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}

.inner-brochure-box {
  background-color: var(--boxes-bg);
  background-image: url(images/ESA-Comm-banner7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}
.inner-brochure-box h3 {
  font-weight: bold;
  margin-bottom: 1rem;
  padding-left: 0;
  border: none;
}

.inner-brochure-box p {
  max-width: 420px;
}
.join-network-box {
  background-color: var(--boxes-bg);
  background-image: url(images/brochure-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0;
  border-radius: 0.8rem;
}

.grid-services {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .grid-services {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  .grid-services {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.page-id-4062 table td {
  /* page european-space-index */
  vertical-align: top;
  padding-right: 1rem;
  font-family: "notesesa";
  font-size: 1.2rem;
}
/* 4250: BIC PAGE
  4267: TECHNOLOGY BROKER*/
/* .page-id-4250 .grid-services,
.page-id-4267 .grid-services {
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 768px) {
  .page-id-4250 .grid-services,
  .page-id-4267 .grid-services {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1400px) {
  .page-id-4250 .grid-services,
  .page-id-4267 .grid-services {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
} */

/* 
.grid-item-services {
  padding: 1rem;
  border-radius: 0.5rem;
} */
.grid-item-services-header p {
  font-size: 1.6rem;
  line-height: 1.7rem;
  margin-bottom: 0;
}

.grid-item-services-header img {
  max-height: 3.2rem;
}

/* 4250: BIC PAGE
  4267: TECHNOLOGY BROKER*/
.page-id-4250 .grid-item-services-header,
.page-id-4267 .grid-item-services-header {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.page-id-4250 .grid-item-services-header .col-10,
.page-id-4267 .grid-item-services-header .col-10 {
  padding-left: 0 !important;
  margin-top: 1rem !important;
}
.page-id-4250 .grid-item-services-header p,
.page-id-4267 .grid-item-services-header p {
  font-family: "notesesa";
  font-size: 1.5rem;
}

.grid-item-services-content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.services-sidebar .row h6 {
  opacity: 0.8;
}
.services-sidebar .actions-box > h6 {
  opacity: 1;
}
.services-sidebar .actions-box h6 {
  text-transform: uppercase;
}
.services-sidebar .actions-box h6.box-type {
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 3rem;
  background-color: var(--boxes-bg);
  padding: 0.4rem 0.7rem;
  width: fit-content;
  letter-spacing: 0.09rem;
  font-size: 0.85rem;
}

.services-sidebar .actions-box:hover h6.box-type {
  background-color: var(--boxes-bg-hover);
}
.services-sidebar .actions-box h6.box-title {
  text-transform: uppercase;
  font-weight: bold;
}

.services-sidebar .actions-box {
  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;
  border-radius: 0.6rem;
}
.services-sidebar .actions-box:hover {
  background-color: var(--boxes-bg);
}
.services-sidebar p {
  font-size: 1rem;
  opacity: 0.8;
}

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

.page-template-page-services .page-content ul li::before,
.page-template-page-services .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;
}

.additional-text p {
  opacity: 0.8;
}

.space-companies table {
  color: #fff;
  font-family: "notesesa";
}
.space-companies table tbody tr td {
  padding: 1.7rem 0.5rem;
}

.space-companies table .company-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
}
.space-companies table .ticker-code {
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  background-color: var(--boxes-bg);
  letter-spacing: 0.08rem;
  font-weight: bold;
}
.space-companies table .ticker-col {
  width: 18%;
  padding-bottom: 1.3rem;
  letter-spacing: 0.05rem;
  letter-spacing: 0.08rem;
}
.space-companies table .company-col {
  width: 72%;
  padding-bottom: 1.3rem;
  letter-spacing: 0.08rem;
}
.space-companies table .region-col {
  width: 10%;
  padding-bottom: 1.3rem;
  letter-spacing: 0.08rem;
}

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

.space-companies .dataTables_paginate .page-item .page-link,
.space-companies .dataTables_paginate .page-item.disabled .page-link,
.space-companies .dataTables_paginate .page-item.active .page-link,
ul.pagination .page-item .page-link,
ul.pagination .page-item.disabled .page-link,
ul.pagination .page-item.active .page-link {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  padding: 0.3rem 0.9rem;
  font-family: "notesesa";
  display: grid;
  height: 100%;
}
.space-companies .dataTables_paginate .page-item .page-link:hover,
ul.pagination .page-item .page-link:hover {
  color: var(--light-green);
}
.space-companies .dataTables_paginate .page-item.active .page-link,
ul.pagination .page-item.active .page-link {
  color: var(--light-green);
}

#space-companies-table_paginate {
  float: right;
}

.supported-by {
  background-color: var(--deep-space);
  border-radius: 0.8rem;
}

/* PHI-LABNET */

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

/* YOUR BUSINESS JOURNEY */
.your-journey-tabs .tab-content h5 {
  text-transform: uppercase;
  color: var(--grey);
}
section.business-journey-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-weight: 700;
}

section.business-journey-header p {
  font-size: clamp(1.8rem, 2vw, 3.2rem);
  font-weight: normal;
}
.your-journey-tabs .nav-pills {
  background-color: var(--deep-space-shade);
}
.your-journey-tabs ul.nav-pills li.nav-item {
  margin-bottom: 0.4rem;
}

.your-journey-tabs .tab-link {
  padding: 0 clamp(3rem, 4vw, 4rem) 0 0;
  font-family: "notesesa";
  font-size: clamp(0.8rem, 1.5vw, 1.5rem);
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: 0;
  color: #fff;
  letter-spacing: 0.06rem;
  -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;
}
.your-journey-tabs .tab-link.active a,
.your-journey-tabs .tab-link a:hover {
  color: var(--light-green);
  text-decoration: underline;
}
.your-journey-tabs p.tab-descriptions {
  font-size: 1.8rem;
}

.journey-tab-item-box {
  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;
  border-radius: 0.8rem;
}
.journey-tab-item-box:hover {
  background-color: var(--boxes-bg-hover);
}

.journey-tab-item-title {
  font-family: "notesesa", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.journey-tab-item-tag {
  display: grid;
  place-items: center;
  background-color: var(--green);
  border-radius: 10rem;
  font-family: "notesesa", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.06rem;
  height: 2rem;
  padding: 0 0.6rem;
  width: fit-content;
}
.intro-personas p,
.journey-tab-item-description p {
  font-size: 1.5rem;
  opacity: 0.8;
}
.journey-related-industries h2 {
  font-weight: bold;
  text-transform: uppercase;
}

.journey-related-industries h5 {
  font-weight: bold;
  text-transform: uppercase;
}
.journey-related-industries p {
  font-size: 1.5rem;
  letter-spacing: 0.01rem;
  opacity: 0.8;
}
.related-industry-grid {
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.related-industry-grid-item {
  background-color: var(--boxes-bg);
  border-radius: 0.8rem;
  padding: 0.8rem;
  -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;
}
.related-industry-grid-item:hover {
  background-color: var(--boxes-bg-hover);
}
.related-industry-grid-item-icon {
  background-color: var(--boxes-bg-hover);
  border-radius: 0.5rem;
  max-width: 4rem;
  padding: 0.5rem;

  aspect-ratio: 1;
  width: 100%;
}
.related-industry-grid-item-title {
  font-size: 1.2rem;
  line-height: 1.3rem;
}

/* INVESTOR NETWORK */

.current-member-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  column-gap: 5vw;
}
.current-member-item {
  border-bottom: 1px solid var(--light-grey);
}
.accordion-company {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0.4rem 0.7rem;
  width: 68%;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
}
.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;
}

.accordion-text {
  opacity: 0.8;
}
.accordion-text p {
  font-size: 0.9rem;
}

.accordion-link-text {
  width: 100%;
  display: block;
  font-family: "notesesa";
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  -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;
}
.accordion-link-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 2rem;
  height: 1.8rem;
  background-image: url(images/arrow-left-white.svg);
  transform: rotate(180deg);
  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;
}
.accordion-link:hover {
  cursor: pointer;
}
.accordion-link:hover .accordion-link-text {
  color: var(--light-green);
}

.accordion-link:hover .accordion-link-text::after {
  transform: translateX(0.8rem) rotate(180deg);
}
/* ABOUT */

.page-template-page-about h3 {
  margin-bottom: 1.5rem;
}

/* OPPORTUNITIES */
.opportunities-additional-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
}

/* ESA GRAND CHALLENGE */

.accordion-challenge-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  padding: 0.4rem 0.7rem;
  width: 80%;
}

.accordion-challenge-status {
  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;
}

/* BLOG PAGE */

.blog-filter-title {
  opacity: 0.8;
  font-family: "notesesa";
}
.blog-category-filter-container input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.blog-category-filter-container label {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-family: "notesesa";
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(0.8rem, 1.7vw, 1.2rem);
  letter-spacing: 0.05rem;
  border-bottom: 0px solid #fff;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.blog-category-filter-container label:hover {
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.blog-category-filter-container input[type="radio"]:focus + label {
  border-bottom: 1px solid #fff;
}

.blog-category-filter-container input[type="radio"]:checked + label {
  border-bottom: 1px solid #fff;
}

.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(--light-green);
}

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

.blog-industry-filter-container input[type="checkbox"] + label {
  color: rgba(255, 255, 255, 0.7);
  background-color: var(--boxes-bg);
  padding: 0.3rem 0.6rem;
  font-family: "notesesa";
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  border-radius: 0.4rem;
  margin: 0.4rem 0.4rem 0.4rem 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;
}

.blog-industry-filter-container input[type="checkbox"] + label:hover {
  background-color: var(--boxes-bg-hover);
}

.blog-industry-filter-container input[type="checkbox"]:checked + label {
  color: rgba(255, 255, 255, 1);
  background-color: var(--green);
}
.blog-industry-filter-container input[type="checkbox"] {
  display: none;
}

#search-form-apply-button.btn-outline-transparent,
#search-form-reset-button.btn-outline-transparent {
  width: clamp(100px, 48%, 100%);
}

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

  gap: 3rem;
}

/* SINGLE POST */

.post-category-name,
h3.post-category-name {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: bold;
  border: none;
  padding: 0;
}

.post-related-industries a {
  font-family: "notesesa";
  background-color: var(--boxes-bg-hover);
  letter-spacing: 0.04rem;
  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.3rem 0.6rem;
  border-radius: 0.3rem;
  line-height: 1.3rem;
  margin: 0 0.5rem 0.5rem 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.post-related-industries a:hover {
  background-color: var(--grey);
  color: #fff;
}

ul.post-tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.post-tags li {
  list-style: none;
  text-align: center;
  width: fit-content;
  display: inline-block;
  margin: 0 0.5rem 0.3rem 0;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  text-decoration: none;
  white-space: nowrap;
  font-family: "notesesa";
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 3rem;
  margin: 0 0.5rem 0.3rem 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;
}
ul.post-tags li:hover {
  border: 1px solid var(--light-green);
}
ul.post-tags li a {
  text-decoration: none;
  color: #ffffff;
}
ul.post-tags li a:hover {
  text-decoration: none;
  color: #ccc;
}

.post.type-post.format-standard .entry-content p {
  font-size: 1.2rem;
}
/* FOOTER */

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

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

/* TAGS */

.header-taglist {
  list-style: none;
  text-align: center;
  width: fit-content;
  display: inline-block;
  margin: 0 0.5rem 0.3rem 0;
  padding: 0.4rem 0.8rem;
  font-size: 2.4rem;
  text-decoration: none;
  white-space: nowrap;
  font-family: "notesesa";
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 3rem;
  margin: 0 0.5rem 0.3rem 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;
}

/* 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(--light-green);
}

#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;
  }
}
.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;
}
.search-field input:focus,
input#search:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--light-green);
  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 .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(--light-green);
  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(--light-green);
}
.filter-search-radio input[type="radio"]:checked::before {
  transform: scale(1);
}

#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(--light-green);
}

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

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

/* BIC map */

.bicmap-row {
  min-height: 75vh;
}
#bicmap {
  min-height: 75vh;
}

.ampopup-content {
  background-color: var(--boxes-bg) !important;
  color: #fff !important;
}

@media (max-width: 992px) {
  .ampopup-content {
    inset: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    position: fixed !important;
    padding: 0 !important;
  }
}
.ampopup-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 992px) {
  .ampopup-title {
    text-align: center !important;
  }
}

.ampopup-inside p {
  text-align: left;
}
#brokersmap .ampopup-inside img {
  min-height: 120px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.8rem;
}
#bicmap .ampopup-inside img {
  margin-bottom: 10px;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

#bicmap .ampopup-content,
#brokersmap .ampopup-content {
  max-width: 780px;
}

.ampopup-close {
  background-color: #fff !important;
}

/* Bic opportunities */
/* Broker map */

.brokersmap-row {
  min-height: 75vh;
}
#brokersmap {
  min-height: 75vh;
}
#brokersmap .ampopup-content {
  max-width: 600px;
}

/* PAGE SINGLE INDUSTRIES */

.stakeholders-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.stakeholders-image-container {
  background-color: var(--light-grey);
  border-radius: 0.6rem;
  display: grid;
  place-items: center;
  padding: 1rem 1.5rem;
  min-height: 5rem;
}

.stakeholders-image-container img {
  mix-blend-mode: multiply;
  width: auto;
  max-height: 3rem;
}

.industries-events-wrapper {
  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;
}

.industries-event-item {
  width: 100%;
  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;
  border-bottom: 1px solid #fff;
  padding: 1rem 1rem 1rem 0;
  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;
}

.industries-event-item:hover {
  background-color: var(--boxes-bg);
}

.industries-event-item-left {
  flex-basis: 100%;
}
.industries-event-date {
  font-family: "notesesa";
  padding: 0.4rem 0.7rem;
  background-color: var(--boxes-bg);
  text-transform: uppercase;
  margin-right: 0.5rem;
  letter-spacing: 0.05rem;
  min-width: 86px;
  text-align: center;
}

.industries-event-link img {
  width: 2rem;
  height: auto;
  transform: rotate(180deg) translateX(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;
}
.industries-event-item:hover .industries-event-link img {
  transform: rotate(180deg) translateX(-0.4rem);
}
.industries-event-link {
  display: grid;
  place-items: center;
}

.industries-event-name {
  text-decoration: none;
  color: #fff;
  padding: 0.4rem 0.7rem;
  text-transform: uppercase;
  -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;
}

.industries-event-item:hover:hover .industries-event-name {
  color: var(--light-green);
}

.related-market-trends-sidebar {
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0.5rem;
  position: relative;
}
.related-market-trends-sidebar-inner {
  margin-top: 3.8rem;
  padding: 0.5rem;
  background: rgba(0, 31, 44, 0.8);
  border-radius: 8px;
  -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;
}

.related-market-trends-sidebar:hover .related-market-trends-sidebar-inner {
  background: rgba(0, 31, 44, 1);
}
.related-market-trends-date {
  display: block;
  margin-bottom: 1rem;
  font-family: "NotesEsa";
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.related-events .event-accordion {
  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;
}

.related-events .event-accordion:hover {
  background-color: var(--boxes-bg-hover);
}
/* 
.related-events-sidebar {
  border-radius: 0.5rem;
  background-color: var(--boxes-bg);
  padding: 0.5rem;
  position: relative;
  -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;
}
.related-events-sidebar:hover {
  background-color: var(--boxes-bg-hover);
}
.related-events-sidebar .related-events-sidebar-arrow {
  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-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  width: 100%;
  margin-right: 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;
}

.related-events-sidebar:hover .related-events-sidebar-arrow {
  transform: translateX(0.4rem);
}

.related-events-date {
  display: block;
  margin-top: 0.8rem;
  font-family: "NotesEsa";
  font-size: 0.8rem;
  opacity: 0.8;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.related-events-title {
  font-family: "NotesEsa";
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
} */

/* CONTACT OFFCANVAS */
#offcanvasContactsLabel {
  text-align: center;
  width: 100%;
}

#wpcf7-f4136-o1 .wpcf7-form p label,
#wpcf7-f4180-o2 .wpcf7-form p label,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label {
  font-family: "notesesa";
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
  padding: 0 1rem;
}
#wpcf7-f4136-o1 .wpcf7-form p label input[type="text"],
#wpcf7-f4136-o1 .wpcf7-form p label input[type="email"],
#wpcf7-f4136-o1 .wpcf7-form p label select,
#wpcf7-f4136-o1 .wpcf7-form p label textarea,
#wpcf7-f4180-o2 .wpcf7-form p label input[type="text"],
#wpcf7-f4180-o2 .wpcf7-form p label input[type="email"],
#wpcf7-f4180-o2 .wpcf7-form p label select,
#wpcf7-f4180-o2 .wpcf7-form p label textarea,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label input[type="text"],
#wpcf7-f4180-p1928-o2 .wpcf7-form p label input[type="email"],
#wpcf7-f4180-p1928-o2 .wpcf7-form p label select,
#wpcf7-f4180-p1928-o2 .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-f4136-o1 .wpcf7-form p label input[type="text"]:focus,
#wpcf7-f4136-o1 .wpcf7-form p label input[type="email"]:focus,
#wpcf7-f4136-o1 .wpcf7-form p label select:focus,
#wpcf7-f4136-o1 .wpcf7-form p label textarea:focus,
#wpcf7-f4180-o2 .wpcf7-form p label input[type="text"]:focus,
#wpcf7-f4180-o2 .wpcf7-form p label input[type="email"]:focus,
#wpcf7-f4180-o2 .wpcf7-form p label select:focus,
#wpcf7-f4180-o2 .wpcf7-form p label textarea:focus,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label input[type="text"]:focus,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label input[type="email"]:focus,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label select:focus,
#wpcf7-f4180-p1928-o2 .wpcf7-form p label textarea:focus {
  background-color: var(--boxes-bg-hover);
  border: 1px solid var(--light-green);
  outline: 0;
}

#wpcf7-f4136-o1 .wpcf7-textarea {
  height: 6rem;
}

.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);
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.wpcf7-not-valid-tip {
  color: var(--light-green);
}

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.1rem;
  margin: 0 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: 50%;
}
input[type="submit"].wpcf7-submit:hover {
  background-color: rgba(25, 217, 208, 0.28);
  border-color: #fff;
  outline: none;
}

.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 3s ease 4s 1 normal forwards;
}
@keyframes response-fadeout {
  0% {
    opacity: 0.95;
  }

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

.wpcf7 form.invalid .wpcf7-response-output {
  color: #ffb900;
  border: none;
}

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

/* FAQ */

.faq-group {
  border-bottom: 1px solid var(--light-green);
}

.faq-search .search-input input[type="text"] {
  background-color: transparent;
  outline: 0;
  border: 0;
  color: #d0d8de;
  width: 100%;
}

.faq-search .search-input {
  background-color: var(--boxes-bg);
  border: 1px solid #fff;
  border-radius: 0.9rem;
  padding: 0.8rem 0.5rem 0.8rem 0.5rem;
  margin: 0 auto;
  /* background-image: url(images/lens-search.svg);
  background-repeat: no-repeat;
  background-position: 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: fit-content;
  min-width: 30vw;
  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;
  flex-direction: row;
}

.faq-search .search-input.focused {
  background-color: var(--boxes-bg-hover);
  color: #fff;
  outline: 0;
  border: 1px solid var(--light-green);
}

.faq-search button[type="submit"] {
  padding: 0.8rem 0.5rem 0.8rem 2.5rem;
  background-image: url(images/lens-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  outline: 0;
  border: 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;
}
.faq-search button[type="submit"]:hover {
  opacity: 0.5;
  cursor: pointer;
}

.faq-search h6 {
  text-align: center;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 3rem;
}
.faq-personas {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.faq-personas button {
  padding: 20px clamp(1.5rem, 3vw, 2rem) 0 0;
  font-family: "notesesa";
  font-size: clamp(0.7rem, 1.2vw, 1.1rem);
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: 0;

  color: #fff;
  letter-spacing: 0.06rem;
  -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;
}
.faq-personas button.active,
.faq-personas button:hover {
  color: var(--light-green);
  text-decoration: underline;
}

.accordion-faq .accordion-button {
  padding: 1rem 0;
  border-radius: 0;
}

.faq-filtered-by {
  font-family: "notesesa", sans-serif;
  color: var(--light-green);
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
button.reset-search {
  padding: 0.5rem;
  background-image: url(images/reset-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  outline: 0;
  border: 1px solid var(--light-grey);
  border-radius: 50%;
  color: var(--light-green);
  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;
  width: 1.2rem;
  height: 1.2rem;
  transform: translateY(-0.3rem);
  margin-left: 0.3rem;
}

button.reset-search:hover {
  border: 1px solid var(--light-green);
  opacity: 0.6;
}
/* captcha */

.grecaptcha-badge {
  visibility: hidden;
}

/* Info window */

.info-modal .info-icon {
  position: fixed;
  bottom: 1.5rem;
  right: 0.5rem;
  transform: scale(0.75);
  animation: pulse-icon 1s linear 0s infinite normal forwards;
  z-index: 10;
}
@media (min-width: 992px) {
  .info-modal .info-icon {
    transform: scale(1);
    bottom: 1rem;
    right: 0.5rem;
  }
}

@keyframes pulse-icon {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

.info-modal .modal-body {
  position: relative;
  padding-bottom: 30%;
  padding-top: 0;
  height: 0;
  /* overflow: hidden; */
}
.info-modal .modal-dialog {
  background-color: #fff;
  position: fixed;
  width: min(28rem, 90vw);
  margin: 0.5rem;
  pointer-events: none;
  right: 0.5rem;
  bottom: 1.5rem;
  min-height: 13rem;
  z-index: -1;
  opacity: 0;
  transform: translateY(4rem);
  -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) {
  .info-modal .modal-dialog {
    bottom: 5.5rem;
  }
}
.info-modal .modal-dialog.show {
  z-index: 1050;
  opacity: 1;
  transform: translateY(0);
}
.info-modal .modal-dialog .modal-content h5 {
  font-size: 1.62rem;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--deep-space-shade);
  text-align: center;
  width: 100%;
}

.info-modal .info-box {
  background-color: var(--deep-space);
  margin-bottom: 1rem;
  border-radius: 0.8rem;
  -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;
}

.info-modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 0;
  top: -2rem;
}

.rounded-circle {
  background-color: rgba(25, 217, 208, 0.3);
  animation: rotate-icon 4.5s linear 0s infinite normal forwards;
  width: auto;
  height: auto;
}
.rounded-circle:hover {
  background-color: rgba(25, 217, 208, 0.5);
}

@keyframes rotate-icon {
  0% {
    transform: rotate(0);
  }

  96% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.info-modal .info-box:hover {
  background-color: var(--boxes-bg);
  border-radius: 0.8rem;
}
.info-modal .info-box h6 {
  color: #fff;
  padding: 0.8rem;
  font-family: "NotesEsa";
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
/* 
#infoModal {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  z-index: -1;
  opacity: 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;
}
#infoModal.show {
  z-index: 1055;
  display: block;
  opacity: 1;
  top: 0;
} */

.info-arrow-container {
  margin-left: 1rem;
}
.info-modal .info-box .info-arrow-container img {
  transform: translateX(-50%);
  max-width: 220px;
  -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;
}

.info-modal .modal-content .modal-header {
  border: none;
}
.info-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  outline: 0;
}

/* STARTUPS */
section.startups .startup-results {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(350px, 3fr)); */
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 576px) {
  section.startups .startup-results {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  section.startups .startup-results {
    grid-template-columns: repeat(3, 1fr);
  }
}

.startup-item {
  border-radius: 0.8rem;
  background-color: var(--boxes-bg);
  padding: 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;
}
.startup-item:hover {
  background-color: var(--boxes-bg-hover);
}

.startup-item .startup-item-row {
  margin-bottom: 1rem;
}
.startup-item h4 {
  text-decoration: none;
  color: var(--light-green);
}

.startup-item .lable {
  font-size: 1rem;
  font-family: "notesesa", sans-serif;
  color: var(--grey);
  text-transform: uppercase;
}

.startup-filters {
  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: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
@media (min-width: 1200px) {
  .startup-filters {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}

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

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

.startup-filters select {
  background-color: var(--green);
  border: 1px solid var(--light-green);
  border-radius: 0.4rem;
  padding: 0.7rem 1.4rem 0.7rem 0.8rem;
  color: var(--light-grey);
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  margin-right: 0.2rem;
  width: 100%;
}

@media (min-width: 576px) {
  .startup-filters select {
    width: auto;
  }
}

.startup-filters h6 {
  width: 100%;
  font-weight: bold;
  color: var(--light-green);
}
@media (min-width: 1400px) {
  .startup-filters h6 {
    width: auto;
  }
}

.content-esa-startups-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
#pagination-pages {
  color: var(--light-green);
}
#pagination-pages button.pagination-page {
  font-family: "notesesa", sans-serif;
  font-size: 0.9rem;
  border: 1px solid var(--light-green);
  color: var(--light-green);
  background-color: transparent;
  margin: 0 0.3rem;
  border-radius: 0.4rem;
  -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;
}

#pagination-pages button.pagination-page:hover {
  background-color: var(--green);
}
#pagination-pages button.pagination-page.current-page {
  color: #fff;
  background-color: var(--green);
}

/* 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(--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(--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;
}
.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 .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 .tribe-events-calendar-day__event-featured-image-link,
.tribe-events .tribe-events-calendar-list__event-featured-image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.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(--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(--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(--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(--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:hover {
  background-color: var(--green);
}

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

.page-header-single-event {
  display: grid;
  align-content: center;
}

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

.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: 420px;
  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);
}
/******/

/* Bic How To Apply */

section.bic-how-to-apply {
  background-color: var(--deep-space);
  background-image: url(images/bic-how-to-apply-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

#applyBic .accordion-text p,
#applyBic .accordion-text ol {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  opacity: 0.8;
}

#applyBic .accordion-text ol {
  margin: 0;
}
#applyBic .accordion-text ol li {
  margin-bottom: 0.7rem;
}
/* Bic opportunities */

section.bic-opportunities select {
  background-color: var(--deep-space-shade);
  border: 1px solid var(--light-green);
  border-radius: 0.4rem;
  padding: 0.7rem 0.4rem 0.7rem 0.8rem;
  color: var(--light-green);
  font-family: "notesesa", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  margin-right: 0.2rem;
}

section.bic-opportunities .opportunities-filter-messages {
  text-align: center;
  position: relative;
  margin-top: 3rem;
}
section.bic-opportunities .opportunities-filter-messages::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1rem;
  background-image: url(images/question.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  transform: translateX(-50%);
}

section.bic-opportunities .filter-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 3fr));
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 0;
  margin: 0;
}

@media (min-width: 576px) {
  section.bic-opportunities .filter-results {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  section.bic-opportunities .filter-results {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.bic-opportunities .opportunities-filter-messages {
  padding-bottom: 1rem;
}

.bic-opportunities-item {
  border-radius: 0.8rem;
  background-color: var(--boxes-bg);
  padding: 1rem 1rem 0rem 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;
}
.bic-opportunities-item:hover {
  background-color: var(--boxes-bg-hover);
}

.bic-opportunities-item .bic-opportunities-item-row {
  margin-bottom: 1rem;
}
.bic-opportunities-item h5 {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.bic-opportunities-item .lable {
  font-size: 1rem;
  font-family: "notesesa", sans-serif;
  color: var(--grey);
  text-transform: uppercase;
}

.bic-opportunities-item .tag-industries {
  display: inline-block;
  font-family: "notesesa";
  background-color: var(--boxes-bg-hover);
  letter-spacing: 0.04rem;
  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;
}

/**/

.ampopup-inside ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.ampopup-inside ul li {
  text-align: left;
  background-color: var(--boxes-bg-hover);
  padding: 1rem;
  position: relative;
}
.ampopup-inside ul li::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: -4px;
  width: 2rem;
  height: 100%;
  background-image: url(images/arrow-left-white.svg);
  transform: rotate(180deg);
  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;
}
.ampopup-inside ul li:hover::after {
  right: 0.2rem;
}
.ampopup-inside ul li 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;
}

.accordion-step-title {
  font-family: "notesesa";

  font-size: clamp(1rem, 1.7vw, 1.7rem);
  letter-spacing: 0.05rem;
}
.accordion-step-number {
  font-family: "notesesa";
  font-size: clamp(1rem, 1.7vw, 1.7rem);
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: var(--light-green);
}

/* MARKET TRRENDS */
.page-template-page-market-trends .color-border,
.page-template-page-market-trends .page-content h4 {
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  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: 1rem;
  margin-left: 1rem;
  font-size: 1.6rem;
}
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;
}

.mt-selected-notice {
  color: var(--light-green);
  margin-left: 2rem;
}
.download-mt {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 4px;
  background-color: #002635;
  background-image: url(images/download-mt.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1000;
}

.card-body h6.mt-date {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.07rem;
}

.card-body h6.mt-subtitle {
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  color: var(--light-green);
}

.mt-start-download img {
  max-width: 5rem;
}
.page-template-page-market-trends .btn-close {
  color: #fff;
}
.mt-filter-wrapper {
  background-color: var(--boxes-bg);
  border-radius: 0.6rem;
  margin-top: 2rem;
  padding: 1rem;
}
.mt-filter-container {
  height: 100%;
}
.filters-icon {
  height: 1rem;
  width: 1.2rem;
}

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

/* 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";
}
.col-md-3.blog-right-col .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(--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);
}

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

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

.card-industries-wrapper {
  position: absolute;
  bottom: 1rem;
}
/* end checkbox style */

/* SCALE UP PAGE */
.scaleup-elements .grid-item-services-header img {
  max-height: 5rem;
}

.scaleup-elements .grid-item-services-header p a {
  color: var(--light-green);
  font-family: "notesesa", sans-serif;
  text-decoration: none;
  opacity: 1;
}
.scaleup-elements .grid-item-services-header p a:hover {
  text-decoration: underline;
}

h4.arrow-list {
  color: var(--light-green);
}
h4.arrow-list::before {
  transform: rotate(270deg);
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.4rem;
  display: inline-block;
  background-image: url(images/down-accordion.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* BASS PAGE */

.in-numbers-container {
  gap: 1.5rem;
}
.in-numbers-box {
  border: 1px solid var(--green);
  border-radius: 1rem;
}

h4.in-numbers {
  color: var(--light-green);
  font-family: "notesesa", sans-serif;
  font-size: 2rem;
}

/* SME PAGE */
.page-id-5716 .grid-item-services-content p {
  font-family: "notesesa", sans-serif;
  font-size: 1.5rem;
}

.page-id-5716 .provided-services-title h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  text-transform: unset !important;
  margin: 0;
  padding: 0;
  border: 0;
}
.page-id-5716 .provided-services-title h3 strong {
  font-weight: normal !important;
}

.sme-additional-text p {
  opacity: 0.8;
}

.page-id-4058 .provided-services-title h3 {
  margin: 0;
  padding: 0;
  border: 0;
}

.page-id-4058 .sme-additional-text h3 {
  font-weight: bold;
}

/** programmes / calls for opportunities **/

section.programmes h3 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 3rem;
}

section.programmes .programmes-row {
  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: 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;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 2rem;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  section.programmes .programmes-row {
    flex-direction: row;
  }
}
section.programmes .programmes-row .left-column,
section.programmes .programmes-row .right-column {
  width: 100%;
}
@media (min-width: 992px) {
  section.programmes .programmes-row .left-column,
  section.programmes .programmes-row .right-column {
    width: 50%;
  }
}
section.programmes .programmes-row .left-column .programme-name {
  font-family: "NotesEsa";
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  max-width: 30rem;
  border-left: 2px solid;
  padding-left: 2rem;
  margin-bottom: 2rem;
  display: block;
}

section.programmes .programmes-row .right-column .sub-programme-name {
  display: block;
  margin-bottom: 0.8rem;
  font-family: "NotesEsa";
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.programme-element-block {
  display: block;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem;
}
.programme-element-block:hover {
  background-color: var(--deep-space);
}
section.programmes .programmes-row .right-column p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  letter-spacing: 0.026em;
  margin-bottom: 2rem;
} /*
section.programmes .programmes-row .right-column .cta-custom-text {
  font-family: "NotesEsa";
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
}*/

section.programmes .programmes-row .right-column .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;
}
section.programmes .programmes-row .right-column p.programme-elements {
  color: rgba(255, 255, 255, 0.5);
  font-family: "NotesEsa";
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.programmes .sub-programme-block {
  margin-bottom: 2rem;
}
section.programmes .sub-programme-block a.view-open-calls {
  display: block;
  color: var(--light-green);
  font-family: "NotesEsa";
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -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;
}

section.programmes .sub-programme-block a:hover.view-open-calls {
  text-decoration: underline;
}
section.programmes .sub-programme-block:last-child a.view-open-calls {
  border: none;
}
.cta-custom-text {
  font-weight: bold;
  opacity: 1 !important;
  font-family: "NotesEsa";
  font-size: 1rem !important;
  text-transform: uppercase;
  color: #fff;
}

.cta-with-icon .img-container {
  width: 24px;
  display: grid;
  place-content: center;
}
.cta-with-icon .cta-with-icon-text a,
.cta-with-icon,
.latest-related-calls {
  font-family: "NotesEsa";
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--light-green);
  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: start;
  -ms-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  gap: 1rem;
}

.cta-with-icon {
  margin-bottom: 1rem;
}
.cta-with-icon img {
  max-height: 24px;
}
.cta-with-icon .cta-with-icon-text a {
  text-decoration: none;
}

a.latest-open-calls {
  position: relative;
}

a.latest-open-calls::after {
  transform: rotate(180deg);
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-image: url(images/down-accordion.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  -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.latest-open-calls.collapsed::after {
  transform: rotate(0deg);
}
.cta-with-icon .cta-with-icon-text a:hover {
  text-decoration: underline;
  position: relative;
}

section.programmes .programmes-row .right-column .btn {
  border-radius: 0.5rem;
}

.open-calls-container {
  position: relative;
  background-color: var(--boxes-bg);
  border-radius: 0.5rem;
  margin-top: 6rem;
  padding: 3rem 0;
  min-height: 35rem;
}

#events-filters {
  position: absolute;
  width: 98%;
  background-color: var(--boxes-bg);
  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: 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;
}

@media (min-width: 992px) {
  #events-filters {
    flex-direction: row;
    background-color: transparent;
  }
}
.select-programme-dropdown {
  width: 98%;
  margin-right: 2%;
  margin-bottom: 1rem;
  margin-left: 2%;
  z-index: 100;
}
@media (min-width: 992px) {
  .select-programme-dropdown {
    width: 98%;
    margin-right: 1rem;
    margin-left: 0;
    max-width: 18rem;
  }
}
.select-programme-dropdown button.select-btn {
  font-family: "NotesEsa";
  background-color: var(--boxes-bg);
  border: 1px solid var(--light-green);
  border-radius: 0;
  color: var(--light-green);
  letter-spacing: 1px;
  width: 100%;
  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;
}

.select-programme-dropdown button.select-btn:disabled {
  opacity: 0.3;
}
@media (min-width: 992px) {
  .select-programme-dropdown button.select-btn {
    max-width: 18rem;
  }
}
.select-programme-dropdown button.select-btn:hover {
  font-family: "NotesEsa";
  border: 1px solid var(--light-green);
  border-radius: 0;
  color: var(--light-green);
  background-color: var(--boxes-bg);
}

.select-programme-dropdown button.select-btn::after {
  transform: rotate(0deg);
  display: inline-block;
  vertical-align: 0;
  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;
}
.select-programme-dropdown button.select-btn[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.select-programme-dropdown button.select-btn[aria-expanded="true"] {
  background-color: var(--deep-space-shade);
}
#collapseSelectProgramme,
#collapseSelectProgrammeElement {
  margin: 0 2rem 0 0;
  padding: 1rem;
  background-color: var(--deep-space-shade);
  width: 100%;
}

@media (min-width: 992px) {
  #collapseSelectProgramme,
  #collapseSelectProgrammeElement {
    max-width: 18rem;
  }
}

.filter-programme-container {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.filter-programme-container button.btn-outline-transparent,
#collapseSelectProgrammeElement button.btn-outline-transparent {
  width: clamp(100px, 43%, 100%);
  margin: 0 0.5rem 1rem 0;
}

.filter-programme-container .mt-checkbox,
#collapseSelectProgrammeElement .mt-checkbox {
  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: 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;
  min-height: 1.8rem;
  margin-bottom: 0.5rem;
}

#collapseSelectProgrammeElement .checkmark {
  top: 0;
}
.filter-programme-level-1.filter-programme-level-1-disabled
  .programme-level-1-name {
  color: rgba(255, 255, 255, 0.2);
  cursor: default;
}
.filter-programme-level-1 {
  margin-bottom: 0.5rem;
  padding-bottom: 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;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.filter-programme-level-1 .collapsing {
  padding-bottom: 1rem;
}
.filter-programme-level-1 .collapse.show {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.filter-programme-level-2 .collapse.show {
  border: none;
}
.programme-level-1-toggle,
.programme-level-2-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  font-size: 1rem;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.8);
}
.programme-level-1-toggle .programme-level-1-name {
  width: calc(100% - 1.9rem);
  display: flex;
  justify-content: inherit;
  position: relative;
  padding-right: 1.3rem;
}
.dash {
  margin-right: 0.5rem;
}

.filter-programme-level-1-name {
  max-width: 95%;
  display: block;
  padding-left: 0.5rem;
}

.programme-level-1-toggle .mt-checkbox {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.child-programme-name {
  position: relative;
  width: calc(100% - 1.1rem);
  font-family: "notesesa";
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.4rem 0 0.4rem 1.6rem;
}

.programme-level-1-toggle .programme-level-1-name::after,
.programme-level-2-toggle .child-programme-name::after {
  position: absolute;
  right: 0.1rem;
  top: 0.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-image: url(images/down-accordion.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  -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;
}
.programme-level-1 {
  padding-left: 0.5rem;
  padding-right: 2.5rem;
}

.programme-level-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: calc(100% + 2.5rem);
}

.programme-level-2::before {
  position: absolute;
  left: 1.6rem;
  content: "\2014";
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.programme-level-3 {
  padding-left: 0.7rem;
  padding-right: 1.6rem;
  width: calc(100% + 2.5rem);
}
.programme-level-3::before {
  position: absolute;
  left: 0;
  content: "•";
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.programme-level-1-toggle.collapsed .programme-level-1-name::after,
.programme-level-2-toggle.collapsed .child-programme-name::after {
  transform: rotate(0);
}
.programme-dot {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.mt-checkbox-element {
  border-bottom: 1px solid var(--grey);
  font-family: "NotesEsa";
  font-size: 0.88rem;
  padding-bottom: 0.5rem;
  color: #fff;
  text-transform: uppercase;
}
.mt-checkbox-element span {
  max-width: 10.5rem;
}

#collapseSelectProgrammeElement
  label.mt-checkbox.mt-checkbox-element:first-of-type {
  margin-top: 0.6rem;
}

.filters-label {
  font-family: "NotesEsa";
  font-weight: bold;
  font-size: 1.15rem;
  letter-spacing: 0.026em;
  text-transform: uppercase;
  width: auto;
}
.filters-label::after {
  content: "";
  top: 0.1rem;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
  display: inline-block;
  background-image: url(images/filtersarrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.filter-programme-select-all {
  font-family: "NotesEsa";
  color: var(--light-green);
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 1rem 0;
  display: 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;
}
.filter-programme-select-all:hover {
  cursor: pointer;
}

.clear-all-btn {
  background: none;
  border: 0;
  outline: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Notesesa";
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
  height: fit-content;
  width: auto;
}
.clear-all-btn:hover {
  color: rgba(255, 255, 255, 0.5);
}

#collapseSelectProgrammeElement .mt-checkbox.mt-checkbox-element .select-all {
  font-size: 0.625rem;
  text-align: left;
}

#collapseSelectProgrammeElement .mt-checkbox.mt-checkbox-element .select-all {
  font-size: 0.625rem;
  text-align: right;
  font-family: arial;
  text-transform: initial;
  float: right;
  position: absolute;
  right: 3rem;
  top: 0.1rem;
}

#events-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#events-list .accordion-item:hover {
  background-color: var(--boxes-bg-hover);
}
#events-list .accordion-button:hover {
  background-color: var(--boxes-bg-hover);
}

#events-list .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;
}
#openCallsOpportunities .accordion-button,
#openCallsOpportunities .accordion-item:last-of-type,
#openCallsOpportunities .accordion-button.collapsed {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#openCallsOpportunities .accordion-button:not(.collapsed) {
  border-bottom: 0px solid var(--boxes-bg);
  box-shadow: none !important;
  background-color: unset;
}

.event-accordion {
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 1.5rem;
  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;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .event-accordion {
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

#openCallsOpportunities .event-accordion:hover {
  background-color: var(--boxes-bg-hover);
}
.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-right: 2rem;
}
.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 {
  padding-bottom: 2rem;
}
.event-description p {
  padding: 0 3rem 1rem 1.3rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.event-description:hover {
  background-color: transparent;
}

.event-description blockquote {
  margin-left: 1.3rem;
}

.event-description a.event-link {
  text-transform: uppercase;
  font-family: "notesesa";
  color: var(--light-green);
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  margin: 0 0 0 1.3rem;
  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;
}
.event-description a.event-link:hover {
  color: var(--light-green);
}

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

section.opportunity-for-smes .smes-row {
  padding-top: 2rem;
}
section.opportunity-for-smes h2,
section.opportunity-for-smes h4 {
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

section.opportunity-for-smes p,
section.opportunity-for-smes p a {
  color: rgba(255, 255, 255, 0.8);
}

/* BNNER EVENTS */

.scroll-left {
  height: 36px;
  overflow: hidden;
  position: relative;
}
.scrolling-text-container {
  overflow: hidden;
  position: absolute;
  width: 100vw;
  padding: 0.4rem 0;
  font-size: 1rem;
  background: rgba(25, 217, 208, 0.2);
  backdrop-filter: blur(3px);
  transform: translateY(-0.07rem);
  z-index: 1000;
}

.scrolling-text {
  width: fit-content;
  margin-left: 100%;
  white-space: nowrap;
  padding-right: 100%;
  animation-name: scroll;
  animation-duration: var(--anim-duration-base);
  /* animation-duration: 10s; */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.scrolling-text:hover {
  animation-play-state: paused;
}

/* Animazione del testo scorrevole */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.banner-event-item {
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  display: inline;
  margin: 0.5rem 0;
}
.cta-event-banner {
  color: #19d9d0;
  margin-left: 0.5rem;
  margin-right: 25vw;
  text-transform: uppercase;
}

.badge.badge-outlined {
  border: 1px solid #fcd62b;
  color: #fcd62b;
  margin-right: 0.5rem;
  font-family: "notesesa", sans-serif;
}

/* HEADROOM PLUGIN */

.headroom {
  -webkit-transition: all 1s 0s ease !important;
  -moz-transition: all 1s 0s ease !important;
  -o-transition: all 1s 0s ease !important;
  transition: all 1s 0s ease !important;
  position: sticky;
  z-index: 100000;
  top: 0;
}

.headroom--pinned {
  top: 0;
}

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

/* Scroll to top */
#scrollToTopBtn {
  transform: translateY(100px);
  display: flex;
  position: fixed;
  bottom: 80px;
  right: 4px;
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem !important;
  width: auto;
  height: auto;
  -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(--light-green);
  margin: 0 0.5rem;
}

/* Table */

table ol,
table ul {
  margin: 0;
}
.single 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;
}

.single table td,
.single 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;
}