/*
 Theme Name:   Philab Phi Theme Child
 Theme URI:    http://underscores.me/
 Author:       Remedia Group
 Author URI:   https://remediagroup.it
 Description:  Description
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  philab-phi-theme-child
*/

/* SKELETON OVERRIDES */

body {
  font-weight: 400;
  font-family: Arial, sans-serif;
  color: #003247;
  /*background-color: #e7e7e4;*/
  background-color: #fafafa;
  background-repeat: repeat;
  background-size: 2.1rem auto;
  overflow-x: hidden;
}

body.show-hta,
body.show-menu,
body.show-modal {
  overflow-y: hidden;
}

body::after {
  content: "";
  background-color: rgba(0, 50, 71, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.show-hta::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
  background-color: rgba(0, 50, 71, 0.8);
}

section,
footer {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show-hta section,
.show-hta footer {
  -webkit-transform: translateX(-5.5rem);
  transform: translateX(-5.5rem);
}

.container.wide {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "notesesa", sans-serif;
  letter-spacing: normal;
  margin-bottom: 2.1rem;
  font-weight: 700;
}

h1 {
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: normal;
}

h2 {
  font-size: 3.4rem;
  line-height: 1.5;
  letter-spacing: normal;
}

h3 {
  font-size: 2.9rem;
  line-height: 1.5;
  letter-spacing: normal;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: normal;
}

h5 {
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: normal;
}

h6 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: normal;
}

@media (min-width: 750px) {
  h1 {
    font-size: 5.5rem;
  }

  h2 {
    font-size: 4.9rem;
  }

  h3 {
    font-size: 4.2rem;
  }

  h4 {
    font-size: 3.4rem;
  }

  h5 {
    font-size: 2.9rem;
  }

  h6 {
    font-size: 2.1rem;
  }
}

p,
ul,
ol {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 2.1rem;
  letter-spacing: 0.02rem;
}

ul,
ol {
  margin-left: 2.9rem;
}

@media (min-width: 1000px) {
  ul,
  ol {
    margin-left: 3.4rem;
  }
}

a {
  /*color: #008542;*/
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  /*color: #284E36;*/
}

#canvas_captcha {
  width: 200px;
  height: 80px;
}

/* PLYR OVERRIDE */

:root {
  --plyr-color-main: #00ae9d;
  --plyr-video-controls-background: linear-gradient(
    rgba(0, 50, 71, 0),
    rgba(0, 50, 71, 0.7)
  );
}

.wp-block-video button {
  margin-bottom: 0;
}

figure.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1000px) {
  figure.wp-block-video.vertical {
    width: 50%;
  }
}
.wp-block-video .plyr--video,
.wp-block-video .plyr__video-wrapper,
.module-video-gallery .plyr--video,
.module-video-gallery .plyr__video-wrapper {
  background-color: rgba(0, 50, 71, 0.7);
}
/* 
.plyr__control.plyr__control--overlaid svg {
  width: 18px !important;
  height: 18px !important;
  border-style: solid !important;
  border-width: 10px 0 10px 20px !important;
  border-color: transparent transparent !important;
} */

.wp-block-video figcaption {
  padding-top: 1.3rem;
  padding-left: 0.2rem;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 1;
}

.wp-block-video figcaption a {
  text-decoration: none;
}

/* GENERAL RULES */

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

figure.float {
  display: inline-block;
  float: right;
}

.small img {
  width: auto;
}

.text-note {
  padding-left: 4.2rem;
  padding-right: 4.2rem;
}

strong {
  font-weight: 700;
}

hr {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(images/icons/select.svg);
  background-position: right center;
  background-size: auto 1.8rem;
  background-repeat: no-repeat;
  display: inline-block;
  height: 49px;
  padding: 0 29px;
  padding-right: 55px;
  color: #003247;
  text-align: center;
  font-size: 11px;
  line-height: 49px;
  letter-spacing: 0.35rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #a1b0b5;
  cursor: pointer;
  box-sizing: border-box;
}

input[type="search"] {
  background-image: url(images/icons/search-dark.svg);
  background-position: right center;
  background-size: auto 1.8rem;
  background-repeat: no-repeat;
  display: block;
  height: 49px;
  padding: 0 29px;
  padding-right: 55px;
  color: #003247;
  text-align: left;
  font-size: 11px;
  line-height: 49px;
  letter-spacing: 0.35rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #a1b0b5;
  box-sizing: border-box;
  width: 100%;
}

code {
  white-space: normal;
  display: block;
}

.caption {
  opacity: 0.7;
  font-size: 1.6rem;
}

.on-view {
  opacity: 0;
  -webkit-transform: translateY(1.3rem);
  transform: translateY(1.3rem);
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.on-view.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.toggle {
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.toggle:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

select.sort {
  font-size: 10px;
  letter-spacing: 0.2rem;
  padding-left: 13px;
  background-size: 2.5rem 1.5rem;
  padding-right: 3.4rem;
  margin-bottom: 0.3rem;
  min-width: 240px;
}

@media (min-width: 750px) {
  select.sort {
    font-size: 11px;
    letter-spacing: 0.35rem;
    padding-left: 29px;
    background-size: auto 1.8rem;
    padding-right: 55px;
    margin-bottom: 1.3rem;
  }
}

.page-template-page-publications select.sort {
  margin-bottom: 0;
}

.button.goto {
  font-size: 10px;
  letter-spacing: 0.2rem;
  padding: 0 13px;
}

@media (min-width: 750px) {
  .button.goto {
    font-size: 11px;
    letter-spacing: 0.35rem;
    padding: 0 29px;
  }
}

.goto .label,
.goto img {
  display: inline-block;
  width: auto;
}

.goto img {
  height: 1rem;
  margin-left: 0.8rem;
  -webkit-transform: translateY(0.1rem);
  transform: translateY(0.1rem);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (min-width: 750px) {
  .goto img {
    margin-left: 2.9rem;
  }
}

.goto.circle img {
  height: 1.5rem;
  margin-left: 0.7rem;
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@media (min-width: 750px) {
  .goto.circle img {
    margin-left: 2.4rem;
  }
}

.goto:hover img {
  -webkit-transform: translate(0.5rem, 0.1rem);
  transform: translate(0.5rem, 0.1rem);
}

.goto.circle:hover img {
  transform: rotate(180deg) translateY(-0.2rem) translateX(0);
}

.centered,
.has-text-align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.highlighted {
  color: #00ae9d;
}

.tag-list {
  list-style: none;
}

.tag-list li {
  display: inline-block;
  margin-left: 0.5rem;
}

.tag-list li:first-child {
  margin-left: none;
}

.tag-list li a::before {
  content: "#";
}

.back-to {
  position: fixed;
  bottom: 2.1rem;
  right: 2.1rem;
  z-index: 999;
}

.back-to div {
  margin-top: 1.1rem;
}

.back-to div:first-child {
  margin-top: 0;
}

.back-to a {
  text-decoration: none;
  font-size: 1.3rem;
}

.back-to img {
  width: 4.2rem;
  vertical-align: middle;
}

.back-to-top {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.5s, visibility 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
}

@media (min-width: 750px) {
  .back-to-top.show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
}

.back-to-top-trigger {
  cursor: pointer;
  font-size: 1.3rem;
}

.back-to-top-trigger img {
  width: 4.2rem;
  vertical-align: middle;
}

.wp-block-quote {
  font-family: "notesesa", sans-serif;
  color: #00ae9d;
  position: relative;
  padding-left: 4.2rem;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.page-template-page-explore-office .wp-block-quote {
  padding-left: 0;
}

.page-template-page-home .wp-block-quote,
.page-template-page-explore .wp-block-quote,
.page-template-page-focus-ai .wp-block-quote,
.page-template-page-qc4eo .wp-block-quote,
.page-template-page-destination-earth .wp-block-quote,
.page-template-page-phi-lab-challenges .wp-block-quote,
.page-template-page-about .wp-block-quote,
.page-template-page-explore-office .wp-block-quote,
.page-template-page-flag-ships .wp-block-quote,
.page-template-page-team .wp-block-quote,
.page-template-page-phi-sats-programme .wp-block-quote,
.page-template-page-invest .wp-block-quote,
.page-template-page-community .wp-block-quote {
  text-align: center;
  color: #003247;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .page-template-page-home .wp-block-quote,
  .page-template-page-explore .wp-block-quote,
  .page-template-page-focus-ai .wp-block-quote,
  .page-template-page-qc4eo .wp-block-quote,
  .page-template-page-destination-earth .wp-block-quote,
  .page-template-page-phi-lab-challenges .wp-block-quote,
  .page-template-page-about .wp-block-quote,
  .page-template-page-explore-office .wp-block-quote,
  .page-template-page-flag-ships .wp-block-quote,
  .page-template-page-team .wp-block-quote,
  .page-template-page-phi-sats-programme .wp-block-quote,
  .page-template-page-invest .wp-block-quote,
  .page-template-page-community .wp-block-quote {
    width: 100%;
  }
}

.wp-block-quote::before {
  content: '"';
  position: absolute;
  top: -6.8rem;
  left: -2.4rem;
  font-size: 14.4rem;
  opacity: 0.5;
}

.page-template-page-explore-office .wp-block-quote::before {
  display: none;
}

.page-template-page-home .wp-block-quote::before,
.page-template-page-about .wp-block-quote::before,
.page-template-page-explore-office .wp-block-quote::before,
.page-template-page-flag-ships .wp-block-quote::before,
.page-template-page-explore .wp-block-quote::before,
.page-template-page-focus-ai .wp-block-quote::before,
.page-template-page-qc4eo .wp-block-quote::before,
.page-template-page-destination-earth .wp-block-quote::before,
.page-template-page-phi-lab-challenges .wp-block-quote::before,
.page-template-page-phi-sats-programme .wp-block-quote::before,
.page-template-page-team .wp-block-quote::before,
.page-template-page-invest .wp-block-quote::before,
.page-template-page-community .wp-block-quote::before {
  display: none;
}

.wp-block-quote p {
  font-size: 2.9rem;
  line-height: 1.3;
}

.wp-block-quote cite {
  font-size: 1.6rem;
  color: #003247;
  opacity: 0.5;
}

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

/* HEADER */

/* header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  background-color: #003247;
  color: #FFF;
  height: 55px;
  border-bottom: 4px solid #00AE9D;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}

@media (min-width: 1200px) {
  header {
    position: absolute;
  }
}

.nav-tools {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-right: auto;
  font-size: 2.2rem;
  padding-left: 20px;
}

.nav-tools > * {
  margin-right: 15px;
}

@media (min-width: 550px) {
  .nav-tools > * {
    margin-right: 18px;
  }
}

@media (min-width: 750px) {
  .nav-tools > * {
    margin-right: 20px;
  }
}


.nav-tools .menu-toggle,
.nav-tools .search-toggle {
  display: inline-block;
  width: auto;
}

.nav-tools img {
  display: inline-block;
  height: 1em;
  width: 1em;
  overflow: visible;
  line-height: 0;
  vertical-align: -.125em;
}

.nav-tools .menu-toggle img {
  width: .875em;
}

.slogan {
  font-family: 'notesesa', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  display: none;
}

@media (min-width: 375px) {
  .slogan {
    display: block;
  }
}

@media (min-width: 400px) {
  .slogan {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .slogan {
    font-size: 2rem;
  }
}

.esa-logo {
  padding-right: 20px;
  line-height: 1;
}

.esa-logo img {
  height: 26px;
  width: auto;
  line-height: 0;
}

@media (min-width: 550px) {
  .esa-logo img {
    height: 30px;
  }
}
*/

.esa-header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
  background-color: #003247;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-color: #00ae9d;
  color: #fff;
  font-size: 20px;
  z-index: 99999;
}

@media (min-width: 640px) {
  .esa-header {
    height: 64px;
  }
}

@media (min-width: 1200px) {
  .esa-header {
    position: absolute;
  }
}

.esa-header button {
  height: auto;
  padding: 0;
  font-size: inherit;
  line-height: 1;
  border-radius: 0;
  letter-spacing: normal;
  border: none;
  margin-bottom: 0;
}

.esa-header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.esa-header__left > * {
  margin-right: 16px;
}

.esa-header__left > *:last-child {
  margin-right: 0;
}

.esa-header__right {
  margin-left: auto;
  line-height: 0;
}

.esa-header__title {
  display: none;
  width: 222px;
  height: 12px;
}

@media (min-width: 640px) {
  .esa-header__title {
    display: block;
  }
}

.esa-header__link {
  display: block;
}

.esa-header__logo {
  width: 78px;
  height: 28px;
}

@media (min-width: 640px) {
  .esa-header__logo {
    width: 89px;
    height: 32px;
  }
}

.esa-header__toggle {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  transition: all 0.25s ease;
}

.esa-header__toggle:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.esa-header__toggle:last-of-type {
  margin-right: 24px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .esa-header__toggle {
    margin-right: 10px;
  }
}

.esa-header .esa-header__icon {
  max-width: 20px;
  max-height: 20px;
}

.top-nav-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 8.9rem;
  z-index: -1;
  background-color: transparent;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  display: none;
}

@media (min-width: 1200px) {
  .top-nav-bg {
    display: block;
  }
}

.is-scrolling .top-nav-bg {
  background-color: #003247;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 997;
}

.top-nav-home {
  position: fixed;
  z-index: 999;
  left: 20px;
  width: auto;
  top: 9rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.is-scrolling .top-nav-home {
  top: 3.2rem;
}

@media (min-width: 1200px) {
  .top-nav-home {
    display: block;
  }
}

.top-nav-home a {
  font-family: "notesesa", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #fff;
  text-shadow: 0px 0px 21px rgba(0, 50, 71, 0.2);
  text-decoration: none;
}

.top-nav-home a:hover {
  color: #00ae9d;
}

.top-nav {
  position: fixed;
  z-index: 998;
  left: 20px;
  right: 20px;
  top: 8.9rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.is-scrolling .top-nav {
  top: 2.9rem;
}

@media (min-width: 1200px) {
  .top-nav {
    display: block;
  }
}

.top-nav ul {
  list-style: none;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: right;
}

.top-nav ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1.1rem;
  list-style: none;
  font-family: "notesesa", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0;
}

@media (min-width: 1280px) {
  .top-nav ul li {
    font-size: 1.4rem;
    margin-left: 1.1rem;
  }
}

@media (min-width: 1400px) {
  .top-nav ul li {
    font-size: 1.5rem;
    margin-left: 1.3rem;
  }
}

.top-nav ul li.home-item,
.top-nav ul li.phi-dep-item {
  display: none;
}

.top-nav ul li a {
  color: #fff;
  text-shadow: 0px 0px 21px rgba(0, 50, 71, 0.2);
  text-decoration: none;
}

.top-nav ul li.current-menu-item a {
  color: #00ae9d;
}

.top-nav ul li a:hover {
  color: #00ae9d;
}

form.quick-search {
  position: fixed;
  left: 0;
  top: 59px;
  margin-bottom: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

form.quick-search.show {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 750px) {
  form.quick-search {
    width: 70vw;
  }
}

@media (min-width: 1200px) {
  form.quick-search {
    width: 40vw;
  }
}

form.quick-search input[type="search"] {
  border-radius: 0;
  border: none;
  background: none;
  background-color: #052837;
  color: #fff;
}

form.quick-search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5;
  /* Firefox */
}

form.quick-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 0.5;
}

form.quick-search input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  opacity: 0.5;
}

form.quick-search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 49px;
  width: 49px;
  text-align: center;
  line-height: 0;
  letter-spacing: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #052837;
}

form.quick-search button img {
  height: 16px;
  width: 16px;
  vertical-align: middle;
}

/* NAV */

nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background-color: #003247;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.show-menu nav {
  visibility: visible;
  z-index: 99999;
  opacity: 1;
}

nav .close-toggle {
  display: block;
  height: 1em;
  width: 1em;
  overflow: visible;
  line-height: 0;
  vertical-align: -0.125em;
  position: fixed;
  z-index: 9999;
  top: 2.1rem;
  left: 2.1rem;
}

@media (min-width: 750px) {
  nav .close-toggle {
    top: 4.2rem;
    left: 4.2rem;
  }
}

nav .close-toggle img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav .close-toggle:hover img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

nav .container {
  max-width: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

nav h3 {
  color: #8ea0ac;
  opacity: 0.5;
}

.links {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.sitemap .links {
  padding-top: 0;
  padding-bottom: 0;
}

.links .useful-links {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.links .useful-links li {
  display: inline-block;
  margin-right: 1rem;
}

nav .button.goto,
.links .button.goto {
  border-color: rgba(142, 160, 172, 0.8);
  color: #8ea0ac;
}

.links .button.goto:hover {
  border-color: rgba(142, 160, 172, 1);
}

nav .links {
  padding-bottom: 0;
}

nav .links.links-main-menu {
  padding-top: 0;
}

/*nav .links:last-child h3 {
  display: none;
}*/

nav .latest {
  padding-top: 5vh;
}

nav .latest .button.goto {
  border-color: rgba(142, 160, 172, 0.8);
  color: #8ea0ac;
}

nav .latest .button.goto:hover {
  border-color: rgba(142, 160, 172, 1);
}

nav .main-menu {
  list-style: none;
  margin-top: 4.2rem;
  margin-left: 0;
}

nav .main-menu li {
  font-family: "notesesa", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
  position: relative;
  padding-left: 2.4rem;
}

nav .main-menu li.phi-dep-item {
  margin-top: 3.4rem;
}

nav .main-menu li.home-item {
  margin-bottom: 3.4rem;
}

nav .main-menu li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

nav .main-menu li a:hover {
  text-decoration: none;
  color: #00ae9d;
}

nav .main-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.3rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav .main-menu li:hover::before {
  background-color: #00ae9d;
}

nav .sub-menu {
  margin-left: 0;
}

nav .sub-menu li {
  font-size: 2.1rem;
  line-height: 1.3;
  padding-left: 1.5rem;
}

nav .sub-menu li::before {
  top: 0.8rem;
  height: 0.8rem;
  width: 0.8rem;
}

/* SECTION INTRO */

.module-video-gallery .swiper-pagination,
.module-photo-gallery .swiper-pagination {
  left: 0;
  right: 0;
  padding-top: 1rem;
}

.swiper-container-intro .swiper-pagination-bullet,
.module-video-gallery .swiper-pagination-bullet,
.module-photo-gallery .swiper-pagination-bullet {
  width: 1.3rem;
  height: 1.3rem;
  background-color: transparent;
  box-shadow: inset 0 0 0 0.1rem rgb(236, 239, 241);
  opacity: 0.8;
  margin-right: 0.5rem;
  -webkit-transition: box-shadow 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out;
  -ms-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
}

.swiper-container-intro .swiper-pagination-bullet,
.module-video-gallery .swiper-pagination-bullet,
.module-photo-gallery .swiper-pagination-bullet {
  box-shadow: inset 0 0 0 0.1rem #00ae9d;
}

.swiper-container-intro .swiper-pagination-bullet:hover,
.swiper-container-intro .swiper-pagination-bullet:focus {
  box-shadow: inset 0 0 0 0.2rem rgb(236, 239, 241);
  opacity: 1;
  -webkit-transition: box-shadow 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out;
  -ms-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  outline: none;
}

.module-video-gallery .swiper-pagination-bullet:hover,
.module-video-gallery .swiper-pagination-bullet:focus,
.module-photo-gallery .swiper-pagination-bullet:hover,
.module-photo-gallery .swiper-pagination-bullet:focus {
  box-shadow: inset 0 0 0 0.2rem #00ae9d;
  opacity: 1;
  -webkit-transition: box-shadow 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out;
  -ms-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  outline: none;
}

.swiper-container-intro .swiper-pagination-bullet::last-child,
.module-video-gallery .swiper-pagination-bullet::last-child,
.module-photo-gallery .swiper-pagination-bullet::last-child {
  margin-right: 0;
}

.swiper-container-intro
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.module-video-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active,
.module-photo-gallery
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: inset 0 0 0 1.7rem #00ae9d;
}

.module-photo-gallery .swiper-slide {
  text-align: center;
}

.module-photo-gallery .swiper-slide img {
  width: 95%;
}

.intro {
  margin-top: 55px;
}

@media (min-width: 640px) {
  .intro {
    margin-top: 63px;
  }
}

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

.page-template-page-invest .intro {
  background-position: bottom center;
}

.intro.intro-home,
.page-template-page-team .intro,
.page-template-page-research-lab .intro,
.page-template-page-phi-lab-challenges .intro {
  position: relative;
  z-index: 0;
}

.intro.intro-home {
  overflow: hidden;
}

section.intro.intro-video {
  position: relative;
  height: auto;
}

.intro-image-animated {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.start-animation .intro-image-animated {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 29s ease-out;
  transition: all 29s ease-out;
}

.intro.full h1 {
  z-index: 9;
  padding-top: 2.1rem;
  padding-bottom: 1.1rem;
}

.page-template-page-home .intro.full h1 {
  padding-top: 0;
  padding-bottom: 0;
}

.intro.full h1::before {
  content: "";
  position: absolute;
  opacity: 0.5;
  left: -10%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.5) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}

.page-template-page-home .intro.full h1::before {
  display: none;
}

.intro .container {
  max-width: 90%;
}

.intro.full .container {
  height: calc(80vh - 58px);
  position: relative;
  max-width: 90%;
  padding: 0;
}

@media (min-width: 1000px) {
  .intro.full .container {
    height: 70rem;
  }
}

.intro.full.intro-home .container {
  max-width: 100%;
}

@media (min-width: 1000px) {
  .intro.full.intro-home .container {
    max-width: 90%;
  }
}

.intro.intro-video .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.intro.intro-home .container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.page-template-page-team .intro .container,
.page-template-page-research-lab .intro .container,
.page-template-page-phi-lab-challenges .intro .container {
  position: relative;
  z-index: 3;
}

.intro.intro-home .container .row {
  width: 100%;
}

.single-post .intro,
.single-usecases .intro {
  height: 50vh;
}

.intro h1 {
  color: #fff;
  margin-top: 13vh;
  margin-bottom: 13vh;
  letter-spacing: 0.05rem;
  line-height: 1.2;
}

.page-template-page-list-documents .intro h1 {
  text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.22);
}

@media (min-width: 750px) {
  .intro h1 {
    font-size: 7.6rem;
  }
}

.page-template-page-home .intro h1 {
  margin-bottom: 50px;
}

.intro.full h1 {
  position: absolute;
  bottom: 5vh;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.2;
  color: #003247;
}

.intro.intro-home.full h1 {
  position: relative;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 2vh;
  width: 100%;
  text-align: center;
  line-height: 1.1;
  padding: 0;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 50, 71, 0.3);
}

@media (min-width: 750px) {
  .intro.intro-home.full h1 {
    font-size: 7.6rem;
  }
}

@media (min-width: 1300px) {
  .intro.intro-home.full h1 {
    font-size: 8.9rem;
  }
}

.intro.intro-video h1 {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  width: auto;
  line-height: 1.2;
  opacity: 0.9;
}

.single-activity-template .intro h1,
.activities-portfolio-template .intro h1 {
  margin-top: 8vh;
  margin-bottom: 8vh;
}

.intro.intro-home p.subtitle {
  font-size: 1.3rem;
  color: #003247;
  color: #fff;
  text-shadow: 0px 0px 13px rgba(0, 50, 71, 0.3);
  margin-top: 0;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

@media (min-width: 750px) {
  .intro.intro-home p.subtitle {
    font-size: 1.5rem;
    width: 80%;
    letter-spacing: 0.2rem;
  }
}

@media (min-width: 1300px) {
  .intro.intro-home p.subtitle {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
  }
}

.intro-video .video {
  width: 100%;
  text-align: center;
  position: relative;
}

#myVideo {
  width: 100%;
}

.volume-toggle .volume {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  bottom: 1.3rem;
  opacity: 0.5;
  left: 4.2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 750px) {
  .volume-toggle .volume {
    width: 3.4rem;
    height: 3.4rem;
    bottom: 2.1rem;
    left: 7.2rem;
  }
}

.volume-toggle .volume:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.volume-toggle .volume.on {
  display: none;
}

.volume-toggle.on .volume.off {
  display: none;
}

.volume-toggle.on .volume.on {
  display: block;
}

.pause-toggle .pause {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  bottom: 1.3rem;
  opacity: 0.5;
  left: 1.1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 750px) {
  .pause-toggle .pause {
    width: 3.4rem;
    height: 3.4rem;
    bottom: 2.1rem;
    left: 2.1rem;
  }
}

.pause-toggle .pause:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pause-toggle .pause.on {
  display: none;
}

.pause-toggle.on .pause.off {
  display: none;
}

.pause-toggle.on .pause.on {
  display: block;
}

/* BREADCRUMBS */

.breadcrumbs.module {
  padding-top: 5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
}

.page-template-page-phi-sats-programme .breadcrumbs.module {
  padding-top: 1.9rem;
}

.breadcrumbs.module .container {
  max-width: 90%;
}

.breadcrumbs a {
  text-decoration: none;
  color: #00ae9d;
  display: inline-block;
  border-bottom: 0.2rem solid transparent;
  padding-bottom: 0.25rem;
  line-height: 1.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.breadcrumbs a:hover,
.breadcrumbs a:active {
  color: #00ae9d;
  border-color: #00ae9d;
}

/* GRID */

.grid {
  margin: 0 auto;
  margin-bottom: 3vh;
}

.activities-portfolio-template .grid {
  padding-top: 8.9rem;
}

.grid-nav {
  margin-bottom: 3vh;
}

.grid-item,
.grid-sizer {
  width: 300px;
}

@media (min-width: 370px) {
  .grid-item,
  .grid-sizer {
    width: 340px;
  }
}

.page-id-89 .grid-item,
.page-id-89 .grid-sizer {
  margin-top: 4.2rem;
}

.page-id-89 .grid-nav .grid-item,
.page-id-89 .grid-nav .grid-sizer {
  margin-top: 0;
}

.card a {
  text-decoration: none;
  color: #003247;
}

.card.dark a {
  color: #8ea0ac;
}

.card {
  position: relative;
  margin: 21px;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.grid-nav .card {
  margin-left: 0;
  margin-right: 42px;
}

.activities .card::before {
  content: "";
  position: absolute;
  top: 0;
  height: 290px;
  left: 0;
  right: 0;
  background-color: #fff;
}

.card.dark {
  background-color: #003247;
}

.card:hover {
  -webkit-transform: translateY(-2.1rem);
  transform: translateY(-2.1rem);
}

.card .visual {
  height: 290px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.activities .card .visual {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: 90% auto;
}

.card .from-labels {
  position: absolute;
  top: 259px;
  left: 0.8rem;
  right: 0.8rem;
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.card .from-label {
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.02;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 0.3rem;
  background-color: #003247;
  color: #fff;
  margin-right: 0.5rem;
}

.card .from-label.from-label-phidep {
  background-color: #939598;
}

.card .from-label.from-label-philab {
  background-color: rgba(0, 174, 157, 1);
}

.card .from-label.from-label-incubed {
  background-color: #335e6f;
}

.card .from-label:last-child {
  margin-right: 0;
}

.card .date,
.card .short-title {
  padding-top: 21px;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 5px;
  text-transform: uppercase;
  opacity: 0.5;
  letter-spacing: 0.02;
  font-size: 1.3rem;
}

.card .short-title {
  color: rgba(0, 174, 157, 0.8) !important;
  opacity: 1;
  height: 1.9rem;
  overflow: hidden;
}

.card .title {
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 21px;
  height: 53px;
  overflow: hidden;
}

.card h4 {
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.page-template-page-team .card h4 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0;
  white-space: nowrap;
}

.card.dark h4 {
  color: #8ea0ac;
  letter-spacing: 0.02;
  font-weight: 400;
}

.card .tag {
  color: rgba(0, 174, 157, 1);
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 5px;
  height: 24px;
  overflow: hidden;
}

.activities .card .tag {
  height: auto;
  overflow: visible;
}

.card .button.goto {
  display: block;
  padding-left: 21px;
  padding-right: 0;
  border: none;
  position: relative;
  text-align: left;
}

.card .button.goto img {
  position: absolute;
  right: 21px;
  margin-left: 0;
  top: 18px;
}

.card:hover .button.goto img {
  -webkit-transform: translate(0.5rem, 0.1rem);
  transform: translate(0.5rem, 0.1rem);
}

/* MODULES */

.module {
  padding-top: 8vh;
  padding-bottom: 0;
}

@media (min-width: 750px) {
  .module {
    padding-top: 3vh;
  }
}

.page-id-739 .module {
  padding-top: 21vh;
  padding-bottom: 8vh;
}

.module.perfect-storm {
  padding-top: 8vh;
}

.module:last-child {
  padding-bottom: 8vh;
}

.activities-portfolio-template .module.activities {
  padding-top: 5vh;
}

/*.module.last {
  padding-bottom: 13vh;
}*/

.module.tab .row {
  border-top: 0.1rem solid rgba(0, 50, 71, 0.1);
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.module.tab .row:last-child {
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.how-to-apply-template .intro {
  margin-bottom: 5vh;
}

.how-to-apply-block {
  margin-bottom: 8vh;
}

.how-to-apply-block.last {
  margin-bottom: 0;
}

.module h1,
.module p,
figure,
.contents ul,
.contents ol {
  margin-bottom: 2vh;
}

figure.wp-block-table {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.contents p.has-small-font-size {
  font-size: 1.6rem;
}

.contents p.has-cyan-bluish-gray-color {
  color: rgb(171, 184, 195);
}

.home .contents.module h1 {
  font-size: 3.4rem;
  text-align: left;
}

@media (min-width: 750px) {
  .home .contents.module h1 {
    font-size: 4.2rem;
  }
}

@media (min-width: 1000px) {
  .home .contents.module h1 {
    font-size: 5.5rem;
    text-align: center;
  }
}

.contents thead {
  font-family: "notesesa", sans-serif;
  font-size: 2.1rem;
}

.module.bg {
  margin-top: 8vh;
  padding-bottom: 8vh;
  background-color: #e7eaec;
}

@media (min-width: 750px) {
  .module.bg {
    margin-top: 5vh;
    padding-bottom: 5vh;
  }
}

.module.how-to.v2 {
  padding-top: 21vh;
  padding-bottom: 21vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}

.module.focus-on-ai,
.module.home-team,
.module.bg-module {
  padding-top: 29vh;
  padding-bottom: 29vh;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}

.page-template-page-explore .module.focus-on-ai,
.page-template-page-home .module.focus-on-ai {
  margin-top: 13vh;
}

.module.bg-module {
  margin-top: 13vh;
  margin-bottom: 13vh;
}

.page-template-page-about .module.bg-module {
  margin-bottom: 0;
}

.module.home-team {
  margin-top: 13vh;
}

.module.focus-on-ai::after,
.module.home-team::after,
.module.bg-module::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 50, 71, 0.3);
}

.module.home-team::after,
.module.bg-module::after {
  background-color: rgba(0, 50, 71, 0.5);
}

.module.focus-on-ai .container,
.module.home-team .container,
.module.bg-module .container {
  position: relative;
  z-index: 3;
}

.module.focus-on-ai .button.goto,
.module.home-team .button.goto,
.module.bg-module .button.goto {
  background-color: #05ae9c;
  color: #fff;
  border: 0px;
}

.module.focus-on-ai .row,
.module.home-team .row,
.module.bg-module .row {
  padding-bottom: 0;
  border-bottom: none;
}

.module.how-to .row {
  padding-bottom: 13vh;
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.module.focus-on-ai h2,
.module.home-team h2,
.module.bg-module h2 {
  line-height: 1.1;
  margin-bottom: 3vh;
}

.infographics .row {
  position: relative;
}

.infographics.wwo .row {
  border-top: 0.1rem solid rgba(0, 50, 71, 0.1);
  padding-top: 3vh;
  padding-bottom: 0;
}

.infographics.wwo .row:last-child {
  padding-top: 0;
  border-top: none;
  border-bottom: none;
}

@media (min-width: 750px) {
  .infographics .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
  }

  .infographics.wwo .row {
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    padding-bottom: 3vh;
  }

  .infographics.wwo .row:last-child {
    margin-bottom: 0;
    border-top: 0.1rem solid rgba(0, 50, 71, 0.1);
    padding-top: 3vh;
  }

  .infographics .row.reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .infographics.wwo .columns {
    margin: 0 auto;
  }

  .what-we-are-looking-for-template .infographics .columns {
    margin: 0;
  }
}

.infographics h1 {
  margin-bottom: 0;
}

.infographics .paragraph h6 {
  margin-bottom: 0;
}

.infographics.wwo h1 {
  margin-bottom: 8vh;
}

.infographics.wwo h6 {
  font-size: 1.8rem;
}

@media (min-width: 1000px) {
  .infographics.wwo h6 {
    font-size: 2.1rem;
  }
}

.infographics .paragraph p {
  font-size: 1.6rem;
}

.infographics .goto {
  margin-bottom: 0;
  margin-top: 5vh;
}

.infographics .item {
  width: 80%;
  max-width: 29rem;
  margin: 0 auto;
}

.item.infographic {
  margin-bottom: 5vh;
}

.item.infographic .icon {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 1vh;
}

.page-template-page-focus-ai .item.infographic .icon {
  text-align: center;
}

.page-template-page-focus-ai .item.infographic .icon img {
  max-width: 21rem;
}

.item.infographic .subtitle {
  font-family: "notesesa", sans-serif;
  font-weight: 700;
  color: #00ae9d;
  line-height: 1.2;
}

.contents h4 {
  margin-bottom: 3vh;
}

.contents ul {
  list-style: none;
}

.contents ol {
  padding-left: 2.1rem;
}

.contents li {
  padding-left: 2.1rem;
  position: relative;
  margin-bottom: 0;
}

.contents ol li {
  padding-left: 0;
}

.contents li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #04324b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.3rem;
}

.contents ol li::before {
  padding-left: 0;
  display: none;
}

.contents .world-of-word {
  width: 80%;
  margin-bottom: 3vh;
}

@media (min-width: 750px) {
  .contents .world-of-word {
    width: 100%;
  }
}

/* SUCCESSES MODULE */

.successes-module .success-scheme {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .successes-module .success-scheme {
    width: 80%;
  }
}

@media (min-width: 1000px) {
  .successes-module .success-scheme {
    width: 100%;
  }
}

.successes-module .success-scheme .success-scheme-h {
  display: none;
}

@media (min-width: 1000px) {
  .successes-module .success-scheme .success-scheme-h {
    display: block;
  }

  .successes-module .success-scheme .success-scheme-v {
    display: none;
  }
}

.successes-module .tippy-button {
  position: absolute;
  background-color: rgba(250, 250, 250, 0);
  cursor: pointer;
  border-radius: 50%;
  border-top-right-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .successes-module .tippy-button:hover {
    background-color: rgba(250, 250, 250, 0.2);
  }
}

.successes-module .tippy-button::after {
  content: "";
  position: absolute;
  top: 5%;
  right: 2%;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(images/icons/info-dark.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.successes-module .tippy-button-one {
  width: 44%;
  height: 24.5%;
  top: 0.4%;
  left: 0.4%;
}

@media (min-width: 1000px) {
  .successes-module .tippy-button-one {
    width: 21%;
    height: 49.2%;
    top: 0.8%;
    left: 0;
  }
}

.successes-module .tippy-button-two {
  width: 44%;
  height: 24.5%;
  top: 0.4%;
  right: 8.4%;
}

@media (min-width: 1000px) {
  .successes-module .tippy-button-two {
    width: 21%;
    height: 49.2%;
    top: 0.8%;
    left: 22.6%;
    right: auto;
  }
}

.successes-module .tippy-button-three {
  width: 44%;
  height: 24.5%;
  top: 25.1%;
  left: 8.4%;
}

@media (min-width: 1000px) {
  .successes-module .tippy-button-three {
    width: 21%;
    height: 49.2%;
    top: 0.8%;
    left: 45.2%;
  }
}

.successes-module .tippy-button-four {
  width: 44%;
  height: 24.5%;
  top: 25.1%;
  right: 0.4%;
}

@media (min-width: 1000px) {
  .successes-module .tippy-button-four {
    width: 21%;
    height: 49.2%;
    top: 0.8%;
    right: 11.2%;
  }
}

.successes-module .tippy-button-five {
  width: 44%;
  height: 24.5%;
  bottom: 25.7%;
  left: 0.4%;
}

@media (min-width: 1000px) {
  .successes-module .tippy-button-five {
    width: 21%;
    height: 49.2%;
    bottom: 0.8%;
    left: 11.3%;
  }
}

.successes-module .tippy-button-six {
  width: 44%;
  height: 24.5%;
  bottom: 25.7%;
  right: 8.4%;
}

@media (min-width: 1000px) {
  .successes-module .tippy-button-six {
    width: 21%;
    height: 49.2%;
    bottom: 0.8%;
    left: 33.9%;
    right: auto;
  }
}

.successes-module .tippy-button-seven {
  width: 44%;
  height: 24.5%;
  bottom: 1%;
  left: 8.4%;
}

@media (min-width: 1000px) {
  .successes-module .tippy-button-seven {
    width: 21%;
    height: 49.2%;
    bottom: 0.8%;
    left: 56.5%;
  }
}

.successes-module .tippy-button-eight {
  width: 44%;
  height: 24.5%;
  bottom: 1%;
  right: 0.4%;
}

@media (min-width: 1000px) {
  .successes-module .tippy-button-eight {
    width: 21%;
    height: 49.2%;
    bottom: 0.8%;
    right: 0;
  }
}

/* TIPPY TOOLTIP */

.tippy-box {
  background-color: #003247;
  padding: 8px 8px;
}

.tippy-box[data-theme~="esa-dark"] {
  background: rgb(204, 214, 218);
  background: linear-gradient(
    137deg,
    rgba(204, 214, 218, 1) 0%,
    rgba(242, 245, 246, 1) 100%
  );
  color: rgb(0, 50, 71);
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02rem;
  border-top-left-radius: 1.8rem;
  border-top-right-radius: 1.8rem;
  border-bottom-left-radius: 1.8rem;
  border-bottom-right-radius: 1.8rem;
  font-weight: 400;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.tippy-box[data-theme~="esa-dark"] .tippy-content {
  padding: 1.3rem;
}

.tippy-box[data-theme~="esa-dark"] a {
  font-weight: 700;
  text-decoration: none;
}

.tippy-box .tippy-content a:hover {
  color: #ccc !important;
}

/* WHY SCHEME MODULE */

.why-scheme-wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.why-scheme-img {
  width: 90%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 3vh;
}

@media (min-width: 750px) {
  .why-scheme-img {
    width: 80%;
  }
}

@media (min-width: 1000px) {
  .why-scheme-img {
    width: 42%;
    margin-bottom: 0;
  }
}

.why-scheme-img .circle-scheme-outlines-h {
  display: none;
}

@media (min-width: 1000px) {
  .why-scheme-img .circle-scheme-outlines-h {
    display: block;
  }

  .why-scheme-img .circle-scheme-outlines {
    display: none;
  }
}

.why-scheme-img .why-scheme-trigger {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: none;
}

@media (min-width: 1000px) {
  .why-scheme-img .why-scheme-trigger {
    display: block;
  }
}

.why-scheme-img .why-scheme-trigger-first {
  top: 15%;
  left: 5%;
  width: 32%;
  height: 15%;
}

.why-scheme-img .why-scheme-trigger-second {
  top: 15%;
  right: 5%;
  width: 32%;
  height: 15%;
  text-align: right;
}

.why-scheme-img .why-scheme-trigger-third {
  bottom: 15%;
  left: 5%;
  width: 32%;
  height: 15%;
}

.why-scheme-img .why-scheme-trigger-fourth {
  bottom: 15%;
  right: 5%;
  width: 32%;
  height: 15%;
  text-align: right;
}

/*.why-scheme-img .why-scheme-trigger img {
  width: 2.1rem;
  height: auto;
}

.why-scheme-img .why-scheme-trigger-third img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.why-scheme-img .why-scheme-trigger-fourth img {
  position: absolute;
  bottom: 0;
  right: 0;
}*/

.why-scheme-block {
  width: 100%;
  margin-bottom: 2.1rem;
  background: rgb(0, 50, 71);
  background: linear-gradient(
    270deg,
    rgba(0, 50, 71, 0.3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1000px) {
  .why-scheme-block {
    width: 29%;
    position: absolute;
    opacity: 0;
    margin-bottom: 0;
  }
}

.why-scheme-block.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.why-scheme-block-first {
}

@media (min-width: 1000px) {
  .why-scheme-block-first {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-0.8rem);
    transform: translateX(-0.8rem);
  }
}

.why-scheme-block-second {
}

@media (min-width: 1000px) {
  .why-scheme-block-second {
    top: 0;
    right: 0;
    background: linear-gradient(
      90deg,
      rgba(0, 50, 71, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    -webkit-transform: translateX(0.8rem);
    transform: translateX(0.8rem);
  }
}

.why-scheme-block-third {
}

@media (min-width: 1000px) {
  .why-scheme-block-third {
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-0.8rem);
    transform: translateX(-0.8rem);
  }
}

.why-scheme-block-fourth {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .why-scheme-block-fourth {
    bottom: 0;
    right: 0;
    background: linear-gradient(
      90deg,
      rgba(0, 50, 71, 0.3) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    -webkit-transform: translateX(0.8rem);
    transform: translateX(0.8rem);
  }
}

.why-scheme-block h5 {
  padding: 2.1rem;
  padding-left: 0.8rem;
  padding-right: 4.2rem;
  margin-bottom: 0;
  position: relative;
  font-size: 2.1rem;
  cursor: pointer;
}

.why-scheme-block h5::after {
  content: "";
  position: absolute;
  right: 2.1rem;
  top: 2.4rem;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(images/icons/plus-dark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: all 0.3s ease;
  transform: all 0.3s ease;
  transform-origin: center center;
}

.why-scheme-block.expand h5 {
  padding-bottom: 0;
}

.why-scheme-block.expand h5::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 1000px) {
  .why-scheme-block h5 {
    display: none;
  }
}

.why-scheme-block ul {
  height: 0;
  padding-right: 2.1rem;
  padding-left: 2.4rem;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.why-scheme-block.expand ul {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  height: auto;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .why-scheme-block ul {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
    height: auto;
  }
}

.why-scheme-block ul li {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.3;
}

@media (min-width: 1000px) {
  .why-scheme-block ul li {
    margin-bottom: 0.3rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .why-scheme-block ul li {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
}

.why-scheme-block ul li:last-child {
  margin-bottom: 0;
}

/* DISCOVER MODULE */

.discover-module .discover {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.discover-module .discover-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
}

@media (min-width: 500px) {
  .discover-module .discover-item {
    width: 49%;
    margin-bottom: 1vw;
  }
}

@media (min-width: 1000px) {
  .discover-module .discover-item {
    width: 33%;
    margin-bottom: 0.2vw;
  }
}

.discover-module .discover-item.empty {
  opacity: 0;
  display: none;
}

@media (min-width: 550px) {
  .discover-module .discover-item.empty {
    opacity: 0;
    display: block;
  }
}

.discover-module .discover-image {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.discover-module .discover-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 50%;
  background: rgb(0, 50, 71);
  background: linear-gradient(
    0deg,
    rgba(0, 50, 71, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  left: 0;
  right: 0;
  z-index: 2;
}

.discover-module .discover-item:hover .discover-image {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.discover-module .discover-intro {
  position: absolute;
  bottom: 0;
  left: 1.3rem;
  right: 1.3rem;
  z-index: 3;
}

.discover-module .discover-intro h4 {
  font-size: 1.8rem;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 1000px) {
  .discover-module .discover-intro h4 {
    font-size: 2.1rem;
  }
}

@media (min-width: 1300px) {
  .discover-module .discover-intro h4 {
    font-size: 2.4rem;
  }
}

.discover-module .discover-item:hover .discover-intro h4 {
  -webkit-transform: translateY(-1.3rem);
  transform: translateY(-1.3rem);
}

.discover-module a h4 {
  color: #fafafa;
  text-decoration: none;
}

/* OUR PARTNERS MODULE  */

.our-partners-module {
  background-color: #fff;
  margin-top: 7vh;
  padding-bottom: 7vh;
}

.our-partners-module .partners-container {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  column-gap: 2rem;
  row-gap: 3rem;
  margin-top: 3vh;
}

@media (min-width: 550px) {
  .our-partners-module .partners-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 750px) {
  .our-partners-module .partners-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1000px) {
  .our-partners-module .partners-container {
    grid-template-columns: repeat(6, 1fr);
  }
}

.partner-item img {
  max-width: 220px;
}

@media (min-width: 750px) {
  .partner-item img {
    width: auto;
    max-width: 140px;
    max-height: 80px;
  }
}

.partner-item a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.partner-item a:hover img {
  transform: scale(1.05);
  opacity: 0.7;
}

/* MOTION GRAPHIC MODULE */

.page-template-page-home .motion-graphic-module.module {
  padding-top: 0;
}

.motion-graphic-module h3 {
  margin-bottom: 3vh;
}

.motion-graphic-module video {
  width: 100%;
  line-height: 0;
}

.page-template-page-about .motion-graphic-module video {
  margin-bottom: 3vh;
}

/* OFFICES MODULE */

.offices-module .row-infographic {
  margin-top: 3vh;
  margin-bottom: 5vh;
}

.offices-module .row-infographic .columns:first-child {
  margin-bottom: 3vh;
}

@media (min-width: 1000px) {
  .offices-module .row-infographic .columns:first-child {
    margin-bottom: 0;
  }
}

.offices-module .office-img {
  width: 80%;
  margin: 0 auto;
}

.offices-module h5 {
  text-align: center;
  color: #00ae9d;
}

.offices-module h5 a {
  text-decoration: none;
}

.offices-module p.office-intro {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.offices-module figure {
  margin: 0;
}

.offices-module figure img {
  display: inline-block;
  margin-right: 1%;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

@media (min-width: 750px) {
  .offices-module figure img:first-child {
    width: 50%;
  }

  .offices-module figure img:last-child {
    width: 36.6%;
  }
}

/* AXIS MODULE */

.axis-module .axis-infographics-image {
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.axis-block {
  width: 100%;
  margin-bottom: 2.1rem;
  background: rgb(0, 50, 71);
  background: linear-gradient(
    270deg,
    rgba(0, 50, 71, 0.3) 0%,
    rgba(0, 50, 71, 0.1) 100%
  );
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.axis-block h5 {
  padding: 2.1rem;
  padding-right: 4.2rem;
  margin-bottom: 0;
  position: relative;
  font-size: 2.1rem;
  cursor: pointer;
}

.axis-block h5::after {
  content: "";
  position: absolute;
  right: 2.1rem;
  top: 2.4rem;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(images/icons/plus-dark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: all 0.3s ease;
  transform: all 0.3s ease;
  transform-origin: center center;
}

.axis-block.expand h5 {
  padding-bottom: 0;
}

.axis-block.expand h5::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.axis-block p,
.axis-block ul {
  height: 0;
  padding-left: 2.1rem;
  padding-right: 4.2rem;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.axis-block.expand p,
.axis-block.expand ul {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  height: auto;
  overflow: hidden;
}

/* COMMUNITY AND PARTNERSHIP - PARTNERS */

.page-template-page-community .industrial-partnership-row {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.page-template-page-community .partners-block-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  border-bottom: 1px solid #194659;
}
/*.industrial-partnership-row h3{
   border-bottom: 1px solid #194659;
      margin-bottom: 0;
      padding-bottom: 2.1rem;
}*/
.industrial-partnership-row h6 {
  border-bottom: 1px solid #194659;
  margin-bottom: 0;
  padding-bottom: 2.1rem;
}

.partners-block-container {
  transform: translateY(-10rem);
}
/*
@media (min-width: 750px) {
 .page-template-page-community .partners-block-row {
   margin-top: 36px;
 }
}
 
@media (min-width: 1300px) {
 .page-template-page-community .partners-block-row {
   margin-top: 55px;
 }
}
 */
.page-template-page-community .partners-block h5 img {
  width: 150px;
  margin-right: 13px;
  margin-top: 3.3rem;
  padding: 0 0 2rem 0;
  /* -webkit-transform: translateY(-9px);
 transform: translateY(-9px); */
  line-height: 0;
  mix-blend-mode: multiply;
}

@media (min-width: 750px) {
  .page-template-page-community .partners-block-icon {
    width: 144px;
    margin-right: 21px;
    margin-top: 2.6rem;
    /* -webkit-transform: translateY(-36px);
   transform: translateY(-36px); */
  }
}

@media (min-width: 1300px) {
  .page-template-page-community .partners-block-icon {
    width: 182px;
    margin-right: 21px;
    margin-top: 2.4rem;
    /* -webkit-transform: translateY(-55px);
   transform: translateY(-55px); */
  }
}

.page-template-page-community .partners-block {
  width: 100%;
}

.partners-block {
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.partners-block h5 {
  margin-bottom: 0;
  position: relative;
  font-size: clamp(3rem, 4vw, 3.8rem);
  cursor: pointer;
  -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;
}

.partners-block h5:hover {
  color: #05ae9c;
}

.partners-block h5::after {
  content: "";
  position: absolute;
  right: 2.1rem;
  top: 4.5rem;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url(images/icons/plus-dark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: all 0.3s ease;
  transform: all 0.3s ease;
  transform-origin: center center;
}

.partners-block.expand h5 {
  padding-bottom: 0;
  color: #05ae9c;
}
.partners-block.expand h5:hover {
  padding-bottom: 0;
  color: #666;
}

.partners-block.expand h5::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.partners-block .expanded-content {
  height: 0;
  padding-left: 2.1rem;
  padding-right: 4.2rem;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.partners-block.expand .expanded-content {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  height: auto;
  overflow: hidden;
}

/* CLICKABLE ICONS MODULE */

.clickable-icons h2 {
  text-align: center;
  color: #008e7a;
}

.clickable-icons .modal-description {
  text-align: center;
}

.clickable-icons .row-icons-and-contents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-top: 8vh;
  padding-bottom: 5vh;
  border-top: 0.1rem solid rgba(0, 50, 71, 0.1);
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.page-template-page-explore .clickable-icons .row-icons-and-contents,
.page-template-page-community .clickable-icons .row-icons-and-contents {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0rem solid rgba(0, 50, 71, 0.1);
  border-bottom: 0rem solid rgba(0, 50, 71, 0.1);
}

.clickable-icons.perfect-storm .row-icons-and-contents {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0rem solid rgba(0, 50, 71, 0.1);
  border-bottom: 0rem solid rgba(0, 50, 71, 0.1);
}

.clickable-icons .icons-and-contents {
  width: 48%;
  display: block;
}

@media (min-width: 750px) {
  .clickable-icons .icons-and-contents {
    width: 24%;
  }
}

.clickable-icons .modal {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 50, 71, 0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.clickable-icons .modal.show {
  background-color: rgba(0, 50, 71, 0.8);
  opacity: 1;
  z-index: 1001;
  visibility: visible;
}

.clickable-icons .modal-contents {
  width: 90%;
  max-width: 55rem;
  height: 42rem;
  max-height: 80vh;
  background-color: #e7e7e4;
  border-radius: 0.8rem;
  opacity: 0;
  -webkit-transform: translateY(1.3rem);
  transform: translateY(1.3rem);
  -webkit-transition: all 0.6s ease 0.3s;
  transition: all 0.6s ease 0.3s;
}

.clickable-icons .show .modal-contents {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.clickable-icons .swiper-container {
  width: 100%;
  height: 100%;
}

.clickable-icons .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clickable-icons .modal-contents-container {
  padding: 3.4rem;
}

.clickable-icons .modal-contents-container h3 {
  margin-bottom: 0.8rem;
  line-height: 1.1;
}

.clickable-icons .modal-contents-container h5 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(0, 174, 157, 0.8);
  margin-bottom: 0;
}

.clickable-icons .modal-contents-container hr {
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}

.clickable-icons .modal-contents-container p:last-child {
  margin-bottom: 0;
}

.clickable-icons .modal-close {
  display: block;
  cursor: pointer;
  width: 3.4rem;
  height: 3.4rem;
  opacity: 0.8;
  margin-top: 1.3rem;
  background-image: url(images/icons/close-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clickable-icons .modal-close:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
  opacity: 1;
}

.clickable-icons .modal-trigger {
  text-align: center;
  cursor: pointer;
  margin-bottom: 3vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clickable-icons .modal-trigger:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}

.clickable-icons .modal-trigger img {
  width: 80%;
  max-width: 23.3rem;
}

/* INCUBED PROGRAMME MODULE */

.page-template-page-invest .incubed-programme.module {
  padding-top: 0;
}

.incubed-programme h3 {
}

.incubed-programme .row-descritpion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-top: 8vh;
  padding-bottom: 8vh;
  border-top: 0.1rem solid rgba(0, 50, 71, 0.1);
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.incubed-programme .row-descritpion img {
  width: 100%;
}

@media (min-width: 550px) {
  .incubed-programme .row-descritpion img {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .incubed-programme .row-descritpion img {
    width: 100%;
  }
}

.incubed-programme .row-descritpion strong {
  font-family: "notesesa", sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  color: #00ae9d;
  font-size: 2.1rem;
}

.incubed-programme .row-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5vh;
  padding-top: 8vh;
  padding-bottom: 8vh;
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.page-template-page-invest .incubed-programme .row-icons {
  padding-bottom: 0;
  border-bottom: 0;
  padding-top: 3vh;
  margin-bottom: 3vh;
}

.incubed-programme .icon-and-title {
  width: 48%;
  display: block;
  text-align: center;
}

@media (min-width: 750px) {
  .incubed-programme .icon-and-title {
    width: 33%;
  }
}

@media (min-width: 1000px) {
  .incubed-programme .icon-and-title {
    width: 19%;
  }
}

.incubed-programme .icon-and-title h6 {
  font-family: "notesesa", sans-serif;
  font-weight: 700;
  color: rgba(0, 50, 71, 0.5);
  line-height: 1.2;
  font-size: 1.5rem;
  text-align: center;
}

.incubed-programme .icon-and-title img {
  width: 80%;
  max-width: 14.4rem;
  margin-bottom: 1.3rem;
}

/* PHILAB TOOLS MODULE */

.philab-tools h3 {
}

.philab-tools .row-descritpion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-top: 8vh;
  padding-bottom: 8vh;
  border-top: 0.1rem solid rgba(0, 50, 71, 0.1);
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.philab-tools .row-descritpion img {
  width: 100%;
}

@media (min-width: 550px) {
  .philab-tools .row-descritpion img {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .philab-tools .row-descritpion img {
    width: 100%;
  }
}

.philab-tools .row-descritpion strong {
  font-family: "notesesa", sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  color: #00ae9d;
  font-size: 2.1rem;
}

.philab-tools .row-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 8vh;
}

.philab-tools .icon-and-contents {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 5vh;
}

@media (min-width: 550px) {
  .philab-tools .icon-and-contents {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .philab-tools .icon-and-contents {
    width: 30%;
  }
}

.philab-tools .icon-and-contents h5 {
  font-family: "notesesa", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.4rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.3rem;
  text-align: center;
  color: #00ae9d;
  width: 80%;
}

.philab-tools .icon-and-contents h6 {
  font-family: "notesesa", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5rem;
  text-align: center;
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.3rem;
}

.philab-tools .icon-and-contents p {
  line-height: 1.5;
  font-size: 1.6rem;
  text-align: center;
  color: rgba(0, 50, 71, 0.5);
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 2.1rem;
}

.philab-tools .icon-and-contents img.icon {
  width: 80%;
  max-width: 28.8rem;
  margin-bottom: 2.1rem;
}

/* SINGLE ACTIVITY */

.activity-label {
  margin-bottom: 2vh;
  font-size: 1.1rem;
  letter-spacing: 0.3rem;
  font-weight: bold;
  text-transform: uppercase;
}

/*.activity-intro .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}*/

.activity-logo {
  background: #fff;
  border: 0.1rem solid rgba(0, 50, 71, 0.1);
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*padding: 5vh;*/
}

.activity-logo::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.activity-logo .img-wrapper {
  height: 0;
  width: 80%;
  margin: 0 auto;
  line-height: 0;
  overflow: visible;
}

.activity-logo img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.activity-teaser {
  margin-top: 5vh;
  opacity: 0.8;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
}

.segment {
  padding-top: 2vh;
  padding-bottom: 2vh;
  border-top: 0.1rem solid rgba(0, 50, 71, 0.1);
}

/*.segment:last-child {
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}*/

.single-team .segment {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}
.segment .segment-title.activity-label {
  margin-bottom: 1vh;
}

.segment.cycle .segment-title.activity-label {
  margin-bottom: 0;
}

.segment ul {
  list-style: none;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.segment ul li {
  position: relative;
  padding-left: 3.9rem;
  margin-bottom: 1rem;
  line-height: 2.9rem;
  font-family: "notesesa", sans-serif;
}

.segment ul li:last-child {
  margin-bottom: 0;
}

.segment.cycle ul li {
  padding-left: 0;
}

.segment ul li img {
  position: absolute;
  left: 0;
  width: 2.9rem;
  height: auto;
}

.segment h3 {
  margin-bottom: 0;
}

.segment h6 {
  font-weight: 400;
  font-size: 2.1rem;
}

.activity-contents {
  padding-top: 8vh;
}

.activity-contents .row {
  /*width: 80%;
  margin: 0 auto;*/
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-top: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.activity-contents-title {
  text-align: right;
  opacity: 0.5;
  line-height: 1.1;
}

.activity-contents .team-info-item .ms {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 0;
  display: inline-block;
  margin-right: 1.3rem;
}

.activity-contents .team-info-item .countries {
  margin-bottom: 3.4rem;
}

.activity-contents .team-info-item .flag {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(0, 50, 71, 0.1);
  display: inline-block;
  overflow: hidden;
  margin-right: 0.5rem;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(1.1rem);
  transform: translateY(1.1rem);
}

.activity-contents .team-info-item .flag img {
  height: 3.4rem;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.7rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.activity-contents ul {
  padding-left: 1.8rem;
}

.team-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 3vh;
}

@media (min-width: 750px) {
  .team-details {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

.team-details.last {
  border-bottom: 0;
}

.team-logo {
  width: 14%;
  margin-right: 6%;
  max-width: 14.4rem;
}

.team-info-wrap {
  width: 80%;
}

@media (min-width: 750px) {
  .team-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}

.team-info-item {
  width: 100%;
}

@media (min-width: 750px) {
  .team-info-item {
    width: 30%;
  }
}

.team-info .activity-label {
  margin-bottom: 1.3rem;
}

.team-info p {
  font-size: 1.6rem;
  line-height: 1.3;
}

.team-info h6 {
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
}

.team-info .ms {
  -webkit-transform: translateY(-1.6rem);
  transform: translateY(-1.6rem);
}

.team-logo {
  background: #fff;
  border: 0.1rem solid rgba(0, 50, 71, 0.1);
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /*padding: 5vh;*/
}

.team-logo::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.team-logo .img-wrapper {
  height: 0;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  overflow: visible;
}

.team-logo img {
  width: 90%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.team-contact-item {
  margin-bottom: 2vh;
}

/*@media (min-width: 750px) {
  .team-contact-name {
    width: 20%;
  }
  .team-contact-address {
    width: 40%;
  }
  .team-contact-contacts {
    width: 30%;
  }
}*/

.team-contact-details .activity-label {
  margin-bottom: 0.3rem;
}

.team-contact-details h6 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1.8rem;
}

/* SINGLE ARTICLE */

article p,
article ul,
article ol,
article h3,
article h2,
article h4,
article h5,
article h6,
article figure,
article .button.goto {
  margin-bottom: 3vh;
}

article p.has-drop-cap {
  position: relative;
  padding-left: 3.4rem;
}

article p.has-drop-cap strong:first-child {
  position: absolute;
  color: #00a295;
  font-size: 2.1rem;
  left: 0;
  top: -0.3rem;
}

article .date,
article .tags-label,
.share-label {
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
}

.share-label {
  margin-bottom: 1.8rem;
}

li.share-icon img {
  width: 25px;
  height: auto;
  margin-bottom: -7px;
  margin-right: 23px;
}

.button.button-primary.social-share,
.button.button-primary.copy-link {
  background-color: transparent;
  border: none;
  padding: 0 29px 0 0;
  color: #003247;
}

article h1 {
  padding-bottom: 3vh;
  margin-bottom: 3vh;
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

article .tags {
  margin-top: 0.3rem;
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  font-size: 1.8rem;
  padding-bottom: 4vh;
  margin-bottom: 2vh;
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.share-list {
  margin-top: 0.3rem;
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  font-size: 1.8rem;
  padding-bottom: 0;
  margin-bottom: 2vh;
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.share-list {
  /*border-bottom: 0;*/
}

.page-template-page-team .share-list,
.page-template-page-research-lab .share-list,
.page-template-page-flag-ships .share-list,
.page-template-page-invest .share-list,
.page-template-page-phi-sats-programme .share-list,
.page-template-page-phi-lab-challenges .share-list,
.page-template-page-focus-ai .share-list,
.page-template-page-destination-earth .share-list,
.page-template-page-qc4eo .share-list,
.page-template-page-explore-office .share-list,
.page-template-page-why .share-list,
.page-template-page-explore .share-list,
.page-template-page-community .share-list,
.page-template-page-list-documents .share-list {
  margin-bottom: 0;
  padding-bottom: 0;
}

.share-subscribe {
  font-size: 1.7rem;
  margin-top: 0.3rem;
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  padding-bottom: 2vh;
  margin-bottom: 2vh;
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
  font-family: "notesesa", sans-serif;
  font-weight: 400;
}
article .tags {
  font-family: "notesesa", sans-serif;
  font-weight: 700;
}

article .tags li,
.share-list li {
  display: inline-block;
  margin-right: 0.3rem;
}

/* contents li rule override */
.share-list li {
  padding-left: 0;
}

.share-list li::before {
  display: none;
}

/* end of contents li rule override */

article .tags li a,
.share-list a {
  text-decoration: none;
}

.utilities,
.page-utilities {
  margin-top: 5vh;
  padding-top: 3vh;
  border-top: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.page-template .page-utilities {
  border-top: 0;
  padding-top: 0;
}

.share-list .button img {
  width: 1.6rem;
  -webkit-transform: translate(-0.4rem, 0.4rem);
  transform: translate(-0.4rem, 0.4rem);
}

/* hack for whatsapp aand mail in footer follow us section */

li.social-icon.whatsapp,
li.social-icon.email {
  display: none;
}
.button.copied {
  opacity: 0.5 !important;
  cursor: default;
}

@media (min-width: 1000px) {
  article figure.portrait img {
    width: 60%;
  }
}

.contents .video,
.wp-block-embed__wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.contents .video iframe,
.contents .video object,
.contents .video embed,
.wp-block-embed iframe,
.wp-block-embed object,
.wp-block-embed embed {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

article .caption,
article figcaption {
  padding: 1vh;
  opacity: 0.5;
  font-size: 1.5rem;
}

/* COMMUNITY PAGE */

.page-template-page-community .axis-module.module {
  padding-top: 3vh;
}

.page-template-page-community .axis-module .row {
  margin-bottom: 3vh;
}

.page-template-page-community .axis-module .row:last-child {
  margin-bottom: 0;
}

.page-template-page-community .axis-module .axis-block-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}

@media (min-width: 750px) {
  .page-template-page-community .axis-module .axis-block-row {
    margin-top: 36px;
  }
}

@media (min-width: 1300px) {
  .page-template-page-community .axis-module .axis-block-row {
    margin-top: 55px;
  }
}

.page-template-page-community .axis-module .axis-block-icon {
  width: 89px;
  margin-right: 13px;
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  line-height: 0;
}

@media (min-width: 750px) {
  .page-template-page-community .axis-module .axis-block-icon {
    width: 144px;
    margin-right: 21px;
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
  }
}

@media (min-width: 1300px) {
  .page-template-page-community .axis-module .axis-block-icon {
    width: 199px;
    margin-right: 21px;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }
}

.page-template-page-community .axis-module .axis-block {
  width: calc(100% - 102px);
}

@media (min-width: 750px) {
  .page-template-page-community .axis-module .axis-block {
    width: calc(100% - 165px);
  }
}

@media (min-width: 1300px) {
  .page-template-page-community .axis-module .axis-block {
    width: calc(100% - 220px);
  }
}

.page-template-page-community .axis-module ul li {
  margin-bottom: 0;
}

.page-template-page-community .axis-module .axis-block ul li {
  margin-bottom: 1rem;
}

/* EXPLORE OFFICE PAGE */

.page-template-page-explore-office .wp-block-quote {
  margin-bottom: 3vh;
}

/* PHI SATS PROGRAMME PAGE */

.page-template-page-phi-sats-programme .intro {
  position: relative;
}

.page-template-page-phi-sats-programme .intro.full .container {
  z-index: 2;
}

.page-template-page-phi-sats-programme .image-credits {
  padding-right: 2.1rem;
  opacity: 0.8;
  margin-top: 1.1rem;
  font-size: 1.3rem;
  text-align: right;
}

.page-template-page-phi-sats-programme .inline-image-block .image-block {
  display: inline;
  float: left;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}

@media (min-width: 1000px) {
  .page-template-page-phi-sats-programme .inline-image-block .image-block {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
  }
}

.page-template-page-phi-sats-programme .inline-image-block .image-block img {
  margin-right: 1.3rem;
}

@media (min-width: 1000px) {
  .page-template-page-phi-sats-programme .inline-image-block .image-block img {
    margin-right: 0;
  }
}

.page-template-page-phi-sats-programme .inline-image-block .caption {
  padding-left: 0.3rem;
  font-style: italic;
  margin-bottom: 1.3rem;
}

.page-template-page-phi-sats-programme .inline-image-block .text-block {
  display: inline;
}

/* FOCUS ON AI4EO PAGE */

.page-template-page-focus-ai .data-engine-scheme figcaption,
.page-template-page-about .data-engine-scheme figcaption {
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  opacity: 0.7;
  font-style: italic;
}

.page-template-page-about .data-engine-scheme figcaption {
  margin-top: 2.1rem;
}

.wp-block-image.full-width figure,
figure.full-width {
  margin: 0;
}

/* INVEST PAGE */

.page-template-page-invest .area-icon-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  margin-bottom: 2.1rem;
}

.page-template-page-invest .area-icon {
  display: block;
  margin: 0 auto;
  width: 50%;
  margin-bottom: 2vh;
}

@media (min-width: 750px) {
  .page-template-page-invest .area-icon {
    /*-webkit-transform: translateY(-10%);
    transform: translateY(-10%);*/
    width: 100%;
    margin-bottom: 0;
  }
}

.page-template-page-invest .area-title {
  text-align: center;
}

.page-template-page-invest .invest-area-module .area-title {
  margin-bottom: 0;
}

@media (min-width: 750px) {
  .page-template-page-invest .area-title {
    text-align: left;
  }
}

.page-template-page-invest .text-and-media {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.page-template-page-invest .invest-area-module .text-and-media {
  margin-top: 0;
  margin-bottom: 3vh;
}

@media (min-width: 1000px) {
  .page-template-page-invest .text-and-media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }

  .page-template-page-invest .incubed-area-module .text-and-media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
}

.page-template-page-invest .invest-area-module .text-and-media .columns {
  width: 100%;
  margin-left: 0;
}

.page-template-page-invest .text-and-media .columns:first-child {
  margin-bottom: 3vh;
}

.page-template-page-invest
  .incubed-area-module
  .text-and-media
  .columns:first-child {
  margin-bottom: 0;
}

.page-template-page-invest
  .incubed-area-module
  .text-and-media
  .columns:last-child {
  margin-bottom: 3vh;
}

@media (min-width: 1000px) {
  .page-template-page-invest .invest-area-module .text-and-media .columns {
    margin-left: 2%;
    margin-right: 0;
  }

  .page-template-page-invest
    .invest-area-module
    .text-and-media
    .columns:first-child {
    margin-left: 0;
    margin-bottom: 0;
  }

  .page-template-page-invest
    .incubed-area-module
    .text-and-media
    .columns:last-child {
    margin-bottom: 0;
  }

  .page-template-page-invest .invest-area-module .text-and-media .six.columns {
    width: 64.666666666%;
    margin-left: 26%;
    margin-right: 0;
  }

  .page-template-page-invest
    .invest-area-module
    .text-and-media
    .columns:first-child {
    margin-left: 0;
    margin-right: 0;
  }

  .page-template-page-invest
    .invest-area-module
    .text-and-media
    .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }

  .page-template-page-invest .invest-area-module .text-and-media .columns {
    width: 110%;
  }

  .page-template-page-invest
    .invest-area-module
    .text-and-media
    .columns:first-child {
    width: 90%;
  }
}

@media (min-width: 1000px) {
  .page-template-page-invest .text-and-media ul {
    margin-bottom: 0;
  }
}

.page-template-page-invest .text-and-media img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 750px) {
  .page-template-page-invest .incubed-area-module .text-and-media img {
    width: 90%;
  }
}

.page-template-page-invest .invest-area-module h6.image-title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  padding-left: 0.2rem;
}

.page-template-page-invest .invest-area-module .caption {
  margin-top: 0.3rem;
  font-size: 1.3rem;
  padding-left: 0.2rem;
  line-height: 1.3;
}

/* THE FLAG SHIPS PROGRAMME PAGE */

.page-template-page-flag-ships .row-infographic {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

@media (min-width: 1000px) {
  .page-template-page-flag-ships .row-infographic.even {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.page-template-page-flag-ships .row-infographic .columns {
  margin-left: 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .page-template-page-flag-ships .row-infographic .columns {
    margin-left: 4%;
  }

  .page-template-page-flag-ships .row-infographic .columns:first-child {
    margin-left: 0%;
  }

  .page-template-page-flag-ships .row-infographic .four.columns {
    width: 30.6666666667%;
  }

  .page-template-page-flag-ships .row-infographic .six.columns {
    width: 48%;
  }
}

.page-template-page-flag-ships .row-infographic figure {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 550px) {
  .page-template-page-flag-ships .row-infographic figure {
    width: 40%;
  }
}

@media (min-width: 1000px) {
  .page-template-page-flag-ships .row-infographic figure {
    width: 60%;
  }
}

.page-template-page-flag-ships .row-infographic .caption {
  text-align: center;
  font-size: 1.3rem;
}

.page-template-page-flag-ships .row-infographic h4 {
  text-align: center;
  margin-top: 2.1rem;
}

@media (min-width: 1000px) {
  .page-template-page-flag-ships .row-infographic h4 {
    text-align: left;
    margin-top: 0;
  }
}

.page-template-page-flag-ships .row-infographic p {
  font-size: 1.6rem;
}

.page-template-page-flag-ships .row-infographic .button.goto {
  margin-bottom: 0;
}

/* THE TEAM PAGE */

.page-template-page-team .module.team {
  padding-top: 18vh;
}

@media (min-width: 750px) {
  .page-template-page-team .module.team {
    padding-top: 13vh;
  }
}

@media (min-width: 1200px) {
  .page-template-page-team .module.team {
    padding-top: 11vh;
  }
}

.page-template-page-team .sort-form {
  margin-top: 7rem;
  -webkit-transform: translateY(-16rem);
  transform: translateY(-16rem);
  padding-right: 13px;
}
@media (min-width: 750px) {
  .page-template-page-team .sort-form {
    -webkit-transform: translateY(-8.2rem);
    transform: translateY(-8.2rem);
  }
}

@media (min-width: 370px) {
  .page-template-page-team .module .grid-item,
  .page-template-page-team .module .grid-sizer {
    width: 288px;
  }
}

@media (min-width: 370px) {
  .page-template-page-team .module .card {
    margin-left: 13px;
    margin-right: 13px;
  }
}

@media (min-width: 370px) {
  .page-template-page-team .module .card .visual {
    height: 312px;
  }
}

.page-template-page-team .module .card .title {
  padding-bottom: 0;
  height: 29px;
  overflow: hidden;
  margin-top: 2.1rem;
}

.page-template-page-team .module .card .short-title {
  color: #fff !important;
  padding-left: 13px;
  padding-right: 21px;
  padding-bottom: 3px;
  padding-top: 3px;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 270px;
  left: -12px;
  background-color: rgba(0, 174, 157, 1);
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

.page-template-page-team .module .core-team .card .short-title {
  background-color: rgba(0, 174, 157, 1);
}

.page-template-page-team .module .young-graduate-trainee .card .short-title {
  background-color: #008e7a;
}

.page-template-page-team .module .esa-research-fellow .card .short-title {
  background-color: #003247;
}

.page-template-page-team .module .visiting-researchers .card .short-title {
  background-color: #006762;
}

.page-template-page-team .module .visiting-professors .card .short-title {
  background-color: #335e6f;
}

.page-template-page-team .module .card .tag {
  color: #fff;
  padding-left: 13px;
  padding-right: 21px;
  padding-bottom: 0;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 238px;
  left: -12px;
  background-color: rgba(0, 174, 157, 1);
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  font-style: italic;
}

.page-template-page-team .module .card .tag.class-current-members {
  display: none;
}

.page-template-page-team .module .grid-item {
  cursor: pointer;
}

.page-template-page-team .modal {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 50, 71, 0);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.page-template-page-team .modal.show {
  background-color: rgba(0, 50, 71, 0.8);
  opacity: 1;
  z-index: 1001;
  visibility: visible;
}

.page-template-page-team .modal-contents {
  width: 90%;
  max-width: 55rem;
  height: 42rem;
  max-height: 80vh;
  background-color: #e7e7e4;
  border-radius: 0.8rem;
  opacity: 0;
  -webkit-transform: translateY(1.3rem);
  transform: translateY(1.3rem);
  -webkit-transition: all 0.6s ease 0.3s;
  transition: all 0.6s ease 0.3s;
}

@media (min-width: 1200px) {
  .page-template-page-team .modal-contents {
    max-width: 50%;
  }
}

.page-template-page-team .show .modal-contents {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.page-template-page-team .swiper-container {
  width: 100%;
  height: 100%;
}

.page-template-page-team .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-template-page-team .modal-contents-container {
  padding: 3.4rem;
}

.page-template-page-team .modal-contents-container h3 {
  margin-bottom: 0.8rem;
  line-height: 1.1;
}

.page-template-page-team .modal-contents-container h5 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(0, 174, 157, 0.8);
  margin-bottom: 0;
}

.page-template-page-team .core-team .modal-contents-container h5 {
  color: rgba(0, 174, 157, 1);
}

.page-template-page-team .young-graduate-trainee .modal-contents-container h5 {
  color: #008e7a;
}

.page-template-page-team .esa-research-fellow .modal-contents-container h5 {
  color: #003247;
}

.page-template-page-team .visiting-researchers .modal-contents-container h5 {
  color: #006762;
}

.page-template-page-team .visiting-professors .modal-contents-container h5 {
  color: #335e6f;
}

.page-template-page-team .modal-contents-container .tag {
  color: rgba(0, 174, 157, 1);
  font-style: italic;
}

.page-template-page-team .modal-contents-container hr {
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}

.page-template-page-team .modal-contents-container p:last-child {
  margin-bottom: 0;
}

.page-template-page-team .modal-close {
  display: block;
  cursor: pointer;
  width: 3.4rem;
  height: 3.4rem;
  opacity: 0.8;
  margin-top: 1.3rem;
  background-image: url(images/icons/close-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-template-page-team .modal-close:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
  opacity: 1;
}

/* USE CASES PAGE */

.page-template-page-use-cases .card .use-case-cat,
.page-template-page-explore .card .use-case-cat,
.page-template-page-explore-office .card .use-case-cat,
.single-usecases .card .use-case-cat,
.page-template-page-home .card .use-case-cat {
  padding-top: 21px;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 5px;
  text-transform: uppercase;
  opacity: 0.5;
  letter-spacing: 0.02;
  font-size: 1.3rem;
  color: rgba(0, 174, 157, 0.8) !important;
  opacity: 1;
  height: 1.9rem;
  overflow: hidden;
}

.single-usecases article .use-case-cat {
  position: relative;
  padding-left: 6.8rem;
  margin-bottom: 1rem;
  line-height: 5.5rem;
  font-family: "notesesa", sans-serif;
  font-size: 1.8rem;
}

.single-usecases article .use-case-cat::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5.5rem;
  height: 5.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.single-usecases article .use-case-cat.optic::before {
  background-image: url(images/icons/optic-icon.png);
}

.single-usecases article .use-case-cat.radar-sar::before {
  background-image: url(images/icons/radar-icon.png);
}

.single-usecases .people-involed {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  padding-bottom: 3vh;
  margin-bottom: 3vh;
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.single-usecases .people-involed .people {
  opacity: 0.5;
}

/* PUBLICATIONS PAGE */

.row-publication {
  padding-top: 2vh;
  margin-top: 1vh;
  border-top: 0.1rem solid rgba(0, 50, 71, 0.1);
  overflow-x: hidden;
}

.row-publication:first-child {
  margin-top: 3vh;
}

.row-publication:last-child {
  margin-bottom: 3vh;
}

.author-clear {
  text-align: left;
  margin-top: 3vh;
}

.author-clear a {
  font-family: "notesesa", sans-serif;
  font-size: 1.6rem;
  position: relative;
  padding-left: 2.4rem;
  text-decoration: none;
}

.author-clear a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("images/icons/close-dark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.publication-label {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.2rem;
  font-size: 1rem;
  opacity: 0.5;
  margin-bottom: 0.3rem;
  white-space: nowrap;
}

.publication-title h2 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 2.1rem;
}

@media (min-width: 1000px) {
  .publication-title h2 {
    font-size: 1.9rem;
  }
}

.publication-author-list ul,
.publication-author-phi ul {
  list-style: none;
  margin-left: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media (min-width: 1000px) {
  .publication-author-list ul,
  .publication-author-phi ul {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.publication-author-list ul li,
.publication-author-phi ul li {
  display: inline-block;
  margin-right: 0.3rem;
  margin-bottom: 0;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .publication-author-list ul li,
  .publication-author-phi ul li {
    line-height: 1.8;
  }
}

.publication-author-list ul li:last-child,
.publication-author-phi ul li:last-child {
  margin-right: 0;
}

.publication-author-list ul li a,
.publication-author-phi ul li a {
  cursor: pointer;
  text-decoration: none;
}

.publication-author-list ul li a::after,
.publication-author-phi ul li a::after {
  content: ",";
}

.publication-author-list ul li:last-child a::after {
  content: "";
}

.publication-author-phi ul li a {
  position: relative;
  padding-left: 2.4rem;
}

.publication-author-phi ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("https://philab.esa.int/wp-content/uploads/sites/3/2021/05/author-phi.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 750px) {
  .publication-author-phi ul li a {
    padding-left: 0;
  }

  .publication-author-phi ul li a::before {
    display: none;
  }
}

@media (min-width: 1200px) {
  .publication-author-phi ul li a {
    padding-left: 2.4rem;
  }

  .publication-author-phi ul li a::before {
    display: block;
  }
}

.publication-date p {
  font-family: "notesesa", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  position: relative;
  padding-left: 2.4rem;
}

.publication-date p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("https://philab.esa.int/wp-content/uploads/sites/3/2021/05/calendar.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 750px) {
  .publication-date p {
    padding-left: 0;
  }

  .publication-date p::before {
    display: none;
  }
}

@media (min-width: 1200px) {
  .publication-date p {
    padding-left: 2.4rem;
  }

  .publication-date p::before {
    display: block;
  }
}

.publication-on {
  margin-bottom: 2.1rem;
}

.publication-on p {
  font-family: "notesesa", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}

@media (min-width: 1000px) {
  .publication-on p {
    font-size: 1.9rem;
  }
}

.publication-on a {
  font-family: "notesesa", sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
  padding-left: 2.4rem;
}

.publication-on a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("https://philab.esa.int/wp-content/uploads/sites/3/2021/05/link-accent.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 750px) {
  .publication-on a {
    padding-left: 0;
  }

  .publication-on a::before {
    display: none;
  }
}

@media (min-width: 1200px) {
  .publication-on a {
    padding-left: 2.4rem;
  }

  .publication-on a::before {
    display: block;
  }
}

/* BUILDING CAPACITY PAGE */

.building-capacity .card {
  background-image: url(images/card-bg.jpg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

.building-capacity .card .visual,
.building-capacity .card .use-case-cat {
  display: none;
}

.building-capacity .card .title {
  height: 290px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-bottom: 0;
}

.building-capacity .card h4 {
  font-size: 2.4rem;
  line-height: 1.3;
}

.building-capacity .card .excerpt {
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 21px;
  height: 53px;
  overflow: hidden;
}

.building-capacity .card p {
  color: #fff;
  opacity: 0.7;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.single-buildingcapacity article.module {
  padding-top: 8vh;
}

.single-buildingcapacity .people-involed {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  padding-bottom: 3vh;
  margin-bottom: 3vh;
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.single-buildingcapacity .people-involed .people {
  opacity: 0.5;
}

.single-buildingcapacity .project {
  margin-top: 1.3rem;
}

.single-buildingcapacity .project span.label {
  opacity: 0.5;
}

.single-buildingcapacity .project span.value {
  color: #00ae9d;
}

/* OUTIRCH PAGE */

.page-template-page-outrich-and-partnerships article .tags {
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0);
}

/* DOCUMENTS PAGE */

.docs-item {
  margin-bottom: 5vh;
}

.docs-item h4 {
  margin-bottom: -0.5rem;
}

.docs-item .docs-category-name {
  font-size: 1.3rem;
  opacity: 0.5;
  text-transform: uppercase;
  padding-bottom: 2vh;
  margin-bottom: 2vh;
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.docs-files {
  list-style: none;
}

.docs-file {
  position: relative;
  padding-left: 3.4rem;
  color: #00ae9d;
  font-size: 1.8rem;
  font-family: "notesesa", sans-serif;
  font-weight: 700;
}

.docs-file a {
  text-decoration: none;
}

.docs-file::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(images/icons/doc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.docs-file span {
  display: block;
  opacity: 0.5;
  color: #003247;
  font-weight: 400;
  font-family: Arial, sans-serif;
}

.docs-file span.alert {
  text-transform: uppercase;
  font-size: 1.3rem;
}
.docs-file span.file-url {
  font-size: 1.3rem;
}

/* EVENTS PAGE */

.events-list .event-month {
  font-family: "notesesa", sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #00ae9d;
  width: 100%;
}

.month-block .single-event {
  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;
  padding: 1rem;
  border-bottom: #a1b0b5 dashed 1px;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .month-block .single-event {
    flex-direction: row;
  }
}

.month-block .single-event:last-child {
  border-bottom: none;
}

.events-list .event-date {
  font-family: "notesesa", sans-serif;
  letter-spacing: normal;
  font-size: 2.5rem;
  font-weight: 700;
  min-width: 9rem;
  margin-top: -0.2rem;
  margin-right: 1rem;
}

.events-list p {
  width: auto;
  font-size: 1.5rem;
}

/* NEWSLETTER ARCHIVE */
.accordion {
  /*
  background-color: #eee;
  color: #444;
  */
  cursor: pointer;
  /*
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  */
  transition: 0.4s;
  background-color: #fafafa;
}

.active,
.accordion:hover {
  background-color: #00ae9d;
  color: #fff;
}

.panel {
  /* padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;*/
}
@media (max-width: 1530px) {
  .page-id-1376 .grid-item:nth-child(n + 6) {
    display: none;
  }
}

@media (min-width: 1530px) {
  .page-id-1376 .grid-item:nth-child(n + 8) {
    display: none;
  }
}

.newsletter-block {
  overflow: visible;
  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: 1.5rem 0;
  margin-bottom: 1.5rem;
  border-bottom: dashed 1px #ccc;
  flex-direction: column;
}

.page-id-5054 .newsletter-block {
  flex-direction: row;
}

/* @media (min-width: 1000px) {
  .newsletter-block {
    flex-direction: row;
  }
} */

.newsletter-img img {
  width: 96%;
  aspect-ratio: 16/9;
  object-fit: cover;
  -webkit-transition: all 0.18s 0s ease;
  -moz-transition: all 0.18s 0s ease;
  -o-transition: all 0.18s 0s ease;
  transition: all 0.18s 0s ease;
  padding: 0;
  border: solid 6px #fff;
}

@media (min-width: 1000px) {
  .newsletter-img img {
    aspect-ratio: 16/9;
    object-fit: cover;
    padding: 0;
    border: solid 6px #fff;
    transform: translateY(0);
    box-shadow: 1.3px 0.7px 2.2px rgba(0, 0, 0, 0.006),
      3.2px 1.6px 5.3px rgba(0, 0, 0, 0.008), 6px 3px 10px rgba(0, 0, 0, 0.01),
      10.7px 5.4px 17.9px rgba(0, 0, 0, 0.012),
      20.1px 10px 33.4px rgba(0, 0, 0, 0.014),
      48px 24px 80px rgba(0, 0, 0, 0.02);
  }
  .newsletter-img a:hover img {
    transform: translateY(-0.2rem);
    box-shadow: 1.3px 0.7px 2.2px rgba(0, 0, 0, 0.02),
      3.2px 1.6px 5.3px rgba(0, 0, 0, 0.028), 6px 3px 10px rgba(0, 0, 0, 0.035),
      10.7px 5.4px 17.9px rgba(0, 0, 0, 0.042),
      20.1px 10px 33.4px rgba(0, 0, 0, 0.05), 48px 24px 80px rgba(0, 0, 0, 0.07);
  }
}

.newsletter-date {
  width: 100%;
  font-family: "notesesa", sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}
.newsletter-date a {
  text-decoration: none;
}

.newsletter-title {
  width: 100%;
  font-family: "notesesa", sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 2rem;
  padding-left: 0.5rem;
}

.newsletter-title a {
  text-decoration: none;
}

.newsletter-content {
  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: 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;
  flex-direction: column;
}

.newsletter-link {
  width: 100%;
  margin-top: 2.5rem;
}

.newsletters-selection:first-of-type {
  display: none !important;
}
/* CONTACT PAGE */

.page-template-page-contact .contents h3 {
  margin-bottom: 0;
}

.page-template-page-newsletter .contents h3 {
  margin-bottom: 5vh;
}

.page-template-page-contact .contents h5 {
  font-weight: 400;
  opacity: 0.5;
  margin-top: 5vh;
}

.page-template-page-contact .contents input[type="text"],
.page-template-page-contact .contents input[type="email"],
.page-template-page-newsletter .contents input[type="email"] {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 100%;
}

.page-template-page-contact .contents textarea {
  min-height: 10vh;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-template-page-contact .contents textarea:active,
.page-template-page-contact .contents textarea:focus {
  min-height: 30vh;
}

.page-template-page-contact .wpcf7-acceptance input {
  margin-bottom: 0;
}

.page-template-page-contact .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 1.3rem;
  display: inline;
}

.page-template-page-contact .newsletter-acceptance-disagree .wpcf7-list-item,
.page-template-page-contact .response-acceptance-disagree .wpcf7-list-item {
  margin-left: 2.1rem;
}

.page-template-page-contact .newsletter-acceptance .wpcf7-list-item-label,
.page-template-page-contact .response-acceptance .wpcf7-list-item-label {
  padding-left: 1.1rem;
  display: inline;
}

.wpcf7-not-valid-tip {
  color: #f5362e;
  font-size: 1.3rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  /* margin-bottom: 2.1rem; */
  display: inline-block;
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
}

.acceptance .wpcf7-not-valid-tip {
  padding-left: 0.3rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.wpcf7-acceptance-missing {
  color: #f5362e;
}

.page-template-page-contact .screen-reader-response {
  display: none;
}

.page-template-page-contact .screen-reader-response.visible {
  display: block;
  padding: 2.1rem;
  padding-top: 2vh;
  margin-top: 2.1rem;
  font-family: "notesesa", sans-serif;
  background-color: #00ae9d;
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
  border-bottom-left-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
}

.page-template-page-contact .screen-reader-response.visible p {
  font-size: 2.1rem;
  text-align: center;
}

/* NEWSLETTER POPUP */

.newsletter-alert {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsletter-alert.show {
  display: block;
  visibility: visible;
  opacity: 1;
}

.newsletter-alert-overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #033249;
  z-index: 9998;
  opacity: 0.8;
}

.newsletter-alert-contents {
  position: fixed;
  z-index: 9999;
  top: 13vh;
  left: 50%;
  background-color: #fafafa;
  width: 90%;
  margin-left: -45%;
  height: auto;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}

@media (min-width: 750px) {
  .newsletter-alert-contents {
    width: 40%;
    margin-left: -20%;
  }
}

@media (min-width: 1200px) {
  .newsletter-alert-contents {
    width: 30%;
    margin-left: -15%;
  }
}

.newsletter-alert-contents h6 {
  padding: 8.9rem;
  text-align: center;
  margin-bottom: 0;
}

.newsletter-alert-close {
  position: absolute;
  cursor: pointer;
  top: 1.3rem;
  right: 1.3rem;
  width: 3.4rem;
  height: 3.4rem;
  background-image: url(images/icons/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsletter-alert-close:hover {
  -webkut-transform: scale(1.05);
  transform: scale(1.05);
}

/* FOOTER */

footer {
  background-color: #003247;
  margin-top: 13vh;
}

.page-template-page-home footer,
.single-portfolio footer,
.single-post footer,
.single-usecases footer,
.single-buildingcapacity footer,
.page-template-page-publications footer {
  margin-top: 0;
}

footer h3,
footer h5 {
  color: #8ea0ac;
  opacity: 0.5;
}

footer h5.social-block {
  margin-top: 5.9rem;
}

.newsletter {
  background-color: #194659;
  padding-top: 3vh;
  padding-bottom: 5vh;
}

.newsletter h3 {
  padding-left: 0.2rem;
  opacity: 0.7;
}

.newsletter form,
.newsletter input,
.newsletter button {
  margin-bottom: 0;
}

.newsletter input {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 100%;
}

.newsletter input[type="checkbox"] {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0.5;
}

.newsletter .consent {
  position: relative;
  margin-top: 0.8rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.newsletter .consent-checkbox {
  line-height: 1;
}

.newsletter .consent-text {
  display: inline-block;
  padding-left: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.newsletter .consent-text a {
  text-decoration: none;
}

.newsletter .consent-text a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
}

.newsletter button {
  display: inline-block;
  background-color: rgba(0, 174, 157, 1);
  border-color: rgba(0, 174, 157, 1);
  margin-right: 0.3rem;
  margin-top: 4.4rem;
}

@media (min-width: 750px) {
  .newsletter button {
    margin-top: 0;
  }
}

.sitemap {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.sitemap h5 {
  margin-bottom: 1.3rem;
}

.sitemap ul {
  list-style: none;
  margin-left: 0;
}

.sitemap ul li {
  margin-bottom: 0.5rem;
}

.sitemap ul li.about-item,
.sitemap ul li.incubed {
  margin-top: 3.4rem;
}

.sitemap ul li a {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

.sitemap ul li a:hover,
.sitemap ul li a:active {
  color: #00ae9d;
  opacity: 1;
  text-decoration: none;
}

.sitemap ul.sub-menu {
  opacity: 0.8;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 1.3rem;
}

.sitemap ul.sub-menu li {
  position: relative;
  padding-left: 1.3rem;
}

.sitemap ul.sub-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  top: 1.2rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.sitemap .social-icons {
  line-height: 0;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sitemap .social-icon {
  width: 2.4rem;
  margin-right: 1.8rem;
  margin-bottom: 1.3rem;
}

.sitemap .social-icon img.facebook {
  -webkit-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}

footer .social-icon-link img {
  filter: brightness(100);
}

.copy {
  padding-bottom: 2vh;
  position: relative;
}

.copy h6 {
  color: rgba(142, 160, 172, 0.9);
  font-size: 1.3rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
  margin-bottom: 0;
}

.copy a {
  color: #00ae9d;
}

.copy a:hover {
  opacity: 0.8;
}

.footer-col-left ul li.menu-item:nth-child(n + 7) {
  display: none;
}
.footer-col-center {
  padding-top: 0;
}

@media (min-width: 1000px) {
  .footer-col-center {
    padding-top: 6.5rem;
  }
}

.footer-col-center ul li.menu-item:nth-child(-n + 6) {
  display: none;
}

/* FORMS */

.sort-form {
  -webkit-transform: translateY(-6.2rem);
  transform: translateY(-6.2rem);
  padding-right: 21px;
}

.page-template-page-publications .sort-form {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding-right: 0;
  margin-bottom: 0;
}

.search-module {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding-top: 2vh;
  padding-bottom: 2vh;
  background-color: #00ae9d;
  -webkit-box-shadow: 0px 0px 55px 0px rgba(34, 51, 66, 0.3);
  -moz-box-shadow: 0px 0px 55px 0px rgba(34, 51, 66, 0.3);
  box-shadow: 0px 0px 55px 0px rgba(34, 51, 66, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-module.downscroll {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.search-form,
.advanced-search-form {
  margin-bottom: 0.3rem;
}

.search-form input,
.search-form select,
.search-form button,
.advanced-search-form input,
.advanced-search-form select,
.advanced-search-form button {
  margin-bottom: 0.3rem;
}

/* Larger than desktop */
@media (min-width: 1000px) {
  .search-form,
  .advanced-search-form {
    margin-bottom: 1.3rem;
  }

  .search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .search-form input,
  .search-form select,
  .search-form button {
    margin-bottom: 0;
  }

  .advanced-search-form input,
  .advanced-search-form select,
  .advanced-search-form button {
    margin-bottom: 1.3rem;
  }

  .search-form input,
  .search-form select {
    margin-right: 0.3rem;
  }
}

.show-advanced-form .search-form {
  display: none;
}

.advanced-search-form {
  display: none;
}

.show-advanced-form .advanced-search-form {
  display: block;
}

.search-form .domain {
  display: none;
}

@media (min-width: 750px) {
  .search-form .domain {
    display: inline-block;
  }
}

.advanced-search-form .in-same-line input,
.advanced-search-form .in-same-line select {
  width: 100%;
}

@media (min-width: 1000px) {
  .advanced-search-form .in-same-line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 1.5rem;
  }

  .in-same-line input,
  .in-same-line select {
    margin-bottom: 0;
  }

  .in-same-line input {
    margin-right: 0.3rem;
  }

  .in-same-line select.contractor,
  .in-same-line select.sub-contractor,
  .in-same-line select.cycle {
    width: 100%;
  }

  .in-same-line select.contractor,
  .in-same-line select.sub-contractor {
    margin-right: 0.3rem;
  }
}

.search-module .tags {
  margin-top: 1.8rem;
}

.search-module .tags h6 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 2.1rem;
  margin-right: 0.5rem;
}

.search-module .tag-list {
  line-height: 1.2;
  font-size: 1.6rem;
  display: inline-block;
}

.search-module .tag-list a {
  color: #003247;
  opacity: 0.8;
}

.search-module .tag-list a:hover {
  opacity: 1;
}

a.advanced-search-toggle {
  color: #003247;
  cursor: pointer;
  letter-spacing: 0.35rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  position: relative;
  opacity: 0.8;
  padding-left: 2.4rem;
}

a.advanced-search-toggle::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(images/icons/plus.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -0.2rem;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.show-advanced-form a.advanced-search-toggle::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.advanced-search-toggle:hover {
  opacity: 1;
}

.custom-image-size figure {
  text-align: center;
}
.custom-image-size figure.aligncenter img {
  width: auto;
}

.max-width-300 figure {
  text-align: center;
}
.max-width-300 figure.aligncenter img {
  width: auto;
  max-width: 300px;
}

.max-width-600 figure {
  text-align: center;
}
.max-width-600 figure.aligncenter img {
  width: auto;
  max-width: 600px;
}

.max-width-900 figure {
  text-align: center;
}
.max-width-900 figure.aligncenter img {
  width: auto;
  max-width: 900px;
}

.max-width-1200 figure {
  text-align: center;
}
.max-width-1200 figure.aligncenter img {
  width: auto;
  max-width: 1200px;
}

.wp-block-media-text.has-media-on-the-right img {
  max-width: 50%;
  float: right;
  margin-left: 5rem;
}
.wp-block-media-text img {
  max-width: 50%;
  float: left;
  margin-right: 5rem;
}

/* ANIMATIONS */

@-webkit-keyframes floatMe {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-1.3rem);
    transform: translateY(-1.3rem);
  }

  50% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }

  75% {
    -webkit-transform: translateY(1.3rem);
    transform: translateY(1.3rem);
  }

  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}

@keyframes floatMe {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-1.3rem);
    transform: translateY(-1.3rem);
  }

  50% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }

  75% {
    -webkit-transform: translateY(1.3rem);
    transform: translateY(1.3rem);
  }

  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}

.honpot_field {
  display: none;
  position: absolute;
  left: -2000px;
}

#contact-form-submit-button {
  display: none;
}

#cookie-law {
  position: fixed;
  bottom: 2.1rem;
  border-radius: 1.3rem;
  z-index: 9999;
  background-color: #00ae9d;
  left: 2.1rem;
  right: 2.1rem;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

@media (min-width: 750px) {
  #cookie-law {
    left: 10%;
    right: 10%;
  }
}

@media (min-width: 1200px) {
  #cookie-law {
    left: 20%;
    right: 20%;
  }
}

#cookie-law p {
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #fafafa;
  font-family: "notesesa", sans-serif;
}

@media (min-width: 750px) {
  #cookie-law {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}

#cookie-law p a {
  color: #fafafa;
}

#cookie-law .compliance-buttons {
  text-align: center;
}

#cookie-law .compliance-buttons .button {
  margin: 0.5rem;
  border-color: #003247;
  display: block;
}

@media (min-width: 750px) {
  #cookie-law .compliance-buttons .button {
    display: inline-block;
  }
}
