/* WP BLOCKS STYLES */

.is-layout-flex {
  display: flex;
}

.are-vertically-aligned-center {
  align-items: center;
}

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

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

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

.page-id-559 .contents h3 a,
figcaption a {
  text-decoration: none;
}

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

.wp-block-video .plyr--video,
.wp-block-video .plyr__video-wrapper {
  background-color: rgba(0, 50, 71, 0.7);
}

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

/* GENERAL RULES */

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

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

.small img {
  width: auto;
}

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

figure figcaption {
  color: #aaa;
  font-size: 1.3rem;
  text-align: center;
}

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

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

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

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

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

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

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

.links .useful-links {
  list-style: none;
}

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

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

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.philab-item {
  margin-top: 3.4rem;
}

/*nav .main-menu li.phi-dep-item {
  margin-top: 2vh;
}*/

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

nav .main-menu li.phi-dep-item a {
  text-decoration: none;
  color: rgba(0, 174, 157, 0.7);
}

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.phi-dep-item::before {
  width: 2rem;
  height: 2rem;
  border-radius: 0%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(images/icons/home.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.7rem;
  left: -0.4rem;
  opacity: 0.5;
}

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

nav .main-menu li.phi-dep-item:hover::before {
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}

/* SECTION INTRO */

.intro {
  margin-top: 55px;
}

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

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

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

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

@media (min-width: 1000px) {
  .home .intro.full .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;
}

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

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

.intro.full h1 {
  position: absolute;
  bottom: 5vh;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.2;
  z-index: 9;
  padding-top: 2.1rem;
  padding-bottom: 1.1rem;
  color: #003247;
}

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

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

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

.home .intro.intro-video h1 {
  font-size: 3.4rem;
}

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

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

.home .intro.intro-video p.subtitle {
  font-size: 1.8rem;
  color: #fff;
  opacity: 0.9;
  margin-top: 2.1rem;
}

@media (min-width: 750px) {
  .home .intro.intro-video p.subtitle {
    font-size: 2.1rem;
  }
}

@media (min-width: 1000px) {
  .home .intro.intro-video p.subtitle {
    font-size: 2.4rem;
  }
}

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

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

.page-id-563 section.intro {
  margin-top: 0;
}

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

.home section.intro.intro-video {
  line-height: 0;
}

.home section.intro.intro-video::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 50, 71, 0.4);
}

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

video {
  max-width: 100%;
}
#myVideo {
  width: 100%;
}

.volume-toggle .volume {
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  right: 6.2rem;
  top: 2.1rem;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.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: 3.4rem;
  height: 3.4rem;
  top: 2.1rem;
  opacity: 0.5;
  right: 10.3rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.reload-toggle .reload {
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  top: 2.1rem;
  opacity: 0.5;
  right: 2.1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

section.community-and-partners-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  display: grid;
  place-items: center;
  margin-top: 6rem;
  opacity: 1;
}
section.community-and-partners-banner:hover {
  opacity: 0.8;
}

section.community-and-partners-banner a {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: bold;
  font-family: "notesesa", sans-serif;
  text-decoration: none;
  text-align: center;
  font-size: clamp(3rem, 5vw, 5rem);
  height: 33vh;
  width: 100%;
}

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

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

.card.dark h4 {
  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;
}

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

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

.activities-portfolio-template .module.activities {
  padding-top: 5vh;
}
.module.activities .grid {
  min-width: 100%;
}

/*.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: 3vh;
}

.module p.p-highlighted {
  padding: 2.1rem;
  border: 0.2rem solid #00ae9d;
  border-radius: 2.4rem;
  background-color: #fff;
  font-family: "notesesa", sans-serif;
  -webkit-transform: scale(1.1);
  transform: scale(1.05);
}

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

figure.timeline {
  margin-left: 0;
  margin-right: 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: 13vh;
  padding-bottom: 13vh;
  /*background-color: #e7e7e4;*/
  background-color: #e7eaec;
}

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

.module.how-to.v2 .button.goto {
  background-color: #05ae9c;
  color: #fff;
  border: 0px;
}

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

.module.how-to.v2 .row {
  padding-bottom: 0;
  border-bottom: none;
}

.module-investing-event {
  margin: 6vh 0;
}

.module-investing-event h2 {
  text-shadow: 2px 2px 4px #555555;
}

.module-investing-event .investing-event-text-box {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 1.6rem;
  padding: 5vh 4vw;
}

.module-investing-event p {
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: "notesesa", sans-serif;
  font-weight: 700;
  color: #003247;
}

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

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

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

.partners-list li {
  display: inline-block;
  position: relative;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-bottom: 3vh;
  padding-top: 3vh;
  margin-bottom: 0;
  width: 12.3rem;
  height: 12.3rem;
  cursor: pointer;
}

.partners-list li a {
  position: relative;
  z-index: 3;
  display: block;
  line-height: 0;
  margin-top: 50%;
  transform: translateY(-50%);
}

.partners-list li img {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.partners-list li:hover img {
  opacity: 0;
}

.partners-list li .about-partner {
  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;
  opacity: 0;
  position: absolute;
  z-index: 0;
  background-color: #003247;
  color: #00ae9d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  font-family: "notesesa", sans-serif;
  font-weight: 400;
  font-size: 2.1rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.partners-list li:hover .about-partner {
  opacity: 1;
}

.partners-list li .about-partner span {
  padding: 1.1rem;
}

.participating-ms {
  padding-bottom: 3vh;
  padding-top: 3vh;
}

.participating-ms .ms {
  display: inline-block;
  width: 50%;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 0;
}

@media (min-width: 550px) {
  .participating-ms .ms {
    width: 33%;
  }
}

@media (min-width: 1000px) {
  .participating-ms .ms {
    width: 25%;
  }
}

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

.participating-ms .flag img {
  height: 3.4rem;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.7rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

.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;
}
.activity-contents ol {
  margin-left: 2rem;
}
.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: auto;
  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;
}

/* FAQ PAGE */

.page-template-page-faq .module.faq-module {
  padding-top: 8vh;
}

.faq-contents .faq-category-title h1 {
  font-size: 2.9rem;
  padding-bottom: 1vh;
  cursor: pointer;
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1000px) {
  .faq-contents .faq-category-title h1 {
    font-size: 3.4rem;
  }
}

.faq-contents .faq-category-title h1::after {
  content: "›";
  font-size: 4.2rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  z-index: 0;
  -webkit-transform: rotate(90deg) translateX(-1.3rem) translateY(0.8rem);
  transform: rotate(90deg) translateX(-1.3rem) translateY(0.8rem);
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media (min-width: 1000px) {
  .faq-contents .faq-category-title h1::after {
    -webkit-transform: rotate(90deg) translateX(-0.5rem) translateY(0.8rem);
    transform: rotate(90deg) translateX(-0.5rem) translateY(0.8rem);
  }
}

.faq-contents.show-faq .faq-category-title h1::after {
  -webkit-transform: rotate(-90deg) translateX(0.8rem) translateY(-1.3rem);
  transform: rotate(-90deg) translateX(0.8rem) translateY(-1.3rem);
}

@media (min-width: 1000px) {
  .faq-contents.show-faq .faq-category-title h1::after {
    -webkit-transform: rotate(-90deg) translateX(0.5rem) translateY(-0.8rem);
    transform: rotate(-90deg) translateX(0.5rem) translateY(-0.8rem);
  }
}

.faq-contents .faq-category-title h1:hover {
  color: #00ae9d;
  padding-bottom: 1.5vh;
  margin-bottom: 3.5vh;
}

.faq-contents .faq-items {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-contents.show-faq .faq-items {
  height: auto;
  margin-bottom: 3vh;
}

.faq-contents .faq-item h4 {
  font-size: 2.4rem;
  margin-bottom: 1vh;
}

@media (min-width: 1000px) {
  .faq-contents .faq-item h4 {
    font-size: 2.9rem;
  }
}

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

.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 h1 {
  padding-bottom: 3vh;
  margin-bottom: 3vh;
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}
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 .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 .share-list,
.single-portfolio .share-list {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

/* NATIONAL DELEGATION PAGE */

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

.row-national-delegation .participating-ms {
  padding: 0;
}

.row-national-delegation .participating-ms h6 {
  display: inline-block;
  width: auto;
}

.row-national-delegation .delegates {
  padding-top: 1.3rem;
}

.row-national-delegation .delegates p {
  font-family: "notesesa", sans-serif;
  font-weight: 400;
}

.row-national-delegation .delegates ul {
  font-family: "notesesa", sans-serif;
  font-weight: 400;
}

.row-national-delegation .delegates ul li {
  padding-left: 0;
  margin-bottom: 0.8rem;
}

.row-national-delegation .delegates ul li::before {
  display: none;
}

.row-national-delegation .delegates a {
  display: block;
}

@media (min-width: 750px) {
  .row-national-delegation .delegates a {
    display: inline-block;
  }
}

.national-rquirements-table tr > th:nth-child(1) {
  width: 22%;
}

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

/* Opened Invest actions page */

.calls-container {
  box-shadow: 0.5px 0.7px 9.6px rgba(0, 0, 0, 0.043),
    1.1px 1.7px 17.5px rgba(0, 0, 0, 0.055),
    2.1px 3.3px 24.4px rgba(0, 0, 0, 0.061),
    3.8px 5.8px 32px rgba(0, 0, 0, 0.065),
    7.1px 10.9px 43.9px rgba(0, 0, 0, 0.068), 17px 26px 80px rgba(0, 0, 0, 0.07);
}
.calls-container .calls-item {
  position: relative;
  border-bottom: 1px solid rgba(0, 174, 157, 0.3);
  border-left: 6px solid #003247;
  padding: 3rem 4rem;
  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: center;
  -ms-align-content: center;
  align-content: center;
  flex-direction: column;
  background-color: #003247;
  -webkit-transition: all 0.6s 0s ease;
  -moz-transition: all 0.6s 0s ease;
  -o-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}
.calls-container .calls-item:hover {
  background-color: #002635;
  border-left: 6px solid #00ae9d;
}
.calls-container .calls-item a.call-link {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: absolute;
  inset: 0;
  z-index: 10;
}

.calls-container .calls-item .calls-item-header {
  font-family: "notesesa", sans-serif;
  font-weight: bold;
  color: #00ae9d;
  letter-spacing: 0.05rem;
  font-size: 1.8rem;
}
.calls-container .calls-item:hover .calls-item-header {
  color: #8ea0ac;
}
.calls-container .calls-item .calls-item-body {
  -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;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  width: 100%;
  text-transform: uppercase;
}
.calls-container .calls-item .calls-item-body p {
  font-family: "notesesa", sans-serif;
  color: #fff;
  font-size: 2rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.calls-container .calls-item:hover .calls-item-body p {
  color: #00ae9d;
}

.calls-container .calls-item .calls-item-footer {
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  color: #8ea0ac;
  font-family: "notesesa", sans-serif;
  font-weight: bold;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 750px) {
  .calls-container .calls-item .calls-item-footer {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    flex-direction: row;
    gap: 1rem;
  }
}

.calls-container .calls-item .calls-item-footer img {
  width: 2rem;
  align-self: flex-end;
  transform: translateX(0);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.calls-container .calls-item:hover .calls-item-footer img {
  transform: translateX(1.5rem);
}

/* PAGE OPPORTUNITIES */

section.opportunities {
  margin-top: 2rem;
}

.page-template-page-opportunities footer {
  margin-top: 0;
}

.opportunity-item {
  position: relative;
  background-color: rgba(128, 128, 128, 0.2);
  backdrop-filter: blur(10px);
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.opportunity-item:hover {
  transform: scale(1.01);
  background-color: rgba(160, 160, 160, 0.24);
}
.opportunity-item h4 {
  max-width: 84%;
  margin-bottom: 0.5rem;
  font-weight: bold;
  -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;
}
.opportunity-item:hover h4 {
  color: #00ae9d;
}

.opportunity-category {
  font-family: "notesesa", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.03rem;
  font-weight: 700;
  display: inline-block;
  background-color: #033249;
  color: #fff;
  border-radius: 3px;
  margin-right: 1rem;
  padding: 0.2rem 0.4rem;
}
.stretched-link {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.status-pill {
  border-radius: 2px;
  font-family: "notesesa", sans-serif;
  padding: 0.2rem 0.4rem;
  font-size: 1.1rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  transform: translateY(-1.4rem);
}
.status-pill.status-opened {
  background-color: #00ae9d;
  color: #fff;
}

.opportunity-item img.right-arrow {
  width: 40px;
  position: absolute;
  left: calc(100% - 40px - 1.5rem);
  bottom: 50%;
  transform: translateX(0) translateY(50%);
  -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;
}
.opportunity-item:hover img.right-arrow {
  transform: translateX(0.5rem) translateY(50%);
}
.opportunity-info-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .opportunity-info-grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.single .opportunity-info-grid-container {
  margin-block: 5vh;
  padding-bottom: 5vh;
  border-bottom: 0.1rem solid rgba(0, 50, 71, 0.1);
}

.opportunity-info-grid {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #00ae9d;
  padding-left: 1rem;
}
.opportunity-info-grid.more-info {
  margin-top: 1.3rem;
  padding: 0 3rem 0 0;
  border-left: 0;
}
.opportunity-info-label {
  font-family: "notesesa", sans-serif;

  font-size: 1.3rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  font-weight: 700;
}

.opportunity-info-buttons-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
/* 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;
}

.accordion img.accordion-arrow {
  width: 2.5rem;
  float: right;
  margin-right: 1rem;
  margin-top: 1.5rem;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  transform: rotate(0);
}

.accordion.active img.accordion-arrow,
.accordion:hover img.accordion-arrow {
  filter: brightness(100);
}

.accordion.active img.accordion-arrow {
  transform: rotate(180deg);
}

.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 {
  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-1434 .newsletter-block {
  flex-direction: row;
}

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

.newsletter-img img {
  width: 100%;
  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 {
    width: 100%;
    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: 2.4rem;
  font-weight: 700;
}
.page-template-page-news-and-events .newsletter-date {
  font-size: 1.7rem;
}

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

/* CONTACT PAGE */

.page-id-541 .contents h3,
.page-id-546 .contents h3,
.page-id-586 .contents h3 {
  margin-bottom: 0;
}

.page-id-739 .contents h3 {
  margin-bottom: 5vh;
}

.page-id-541 .contents h5,
.page-id-546 .contents h5,
.page-id-586 .contents h5 {
  font-weight: 400;
  opacity: 0.5;
  margin-top: 5vh;
}

.page-id-541 .contents input[type="text"],
.page-id-541 .contents input[type="email"],
.page-id-546 .contents input[type="text"],
.page-id-546 .contents input[type="email"],
.page-id-586 .contents input[type="text"],
.page-id-586 .contents input[type="email"],
.page-id-739 .contents input[type="email"] {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 100%;
}

.page-id-541 .contents .wpcf7-form-control-wrap.quiz-266 input[type="text"],
.page-id-546 .contents .wpcf7-form-control-wrap.quiz-266 input[type="text"] {
  display: inline-block;
  width: 4.9rem;
}

.page-id-541 .contents .wpcf7-form-control-wrap .wpcf7-quiz-label,
.page-id-546 .contents .wpcf7-form-control-wrap .wpcf7-quiz-label {
  display: inline-block;
  width: auto;
}

.page-id-541 .contents textarea,
.page-id-546 .contents textarea,
.page-id-586 .contents textarea {
  min-height: 10vh;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-id-541 .contents textarea:active,
.page-id-541 .contents textarea:focus,
.page-id-546 .contents textarea:active,
.page-id-546 .contents textarea:focus,
.page-id-586 .contents textarea:active,
.page-id-586 .contents textarea:focus {
  min-height: 30vh;
}

.page-id-541 .wpcf7-acceptance input,
.page-id-546 .wpcf7-acceptance input,
.page-id-586 .wpcf7-acceptance input {
  margin-bottom: 0;
}

.page-id-541 .wpcf7-acceptance .wpcf7-list-item-label,
.page-id-546 .wpcf7-acceptance .wpcf7-list-item-label,
.page-id-586 .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 1.3rem;
  display: inline;
}

.page-id-541 .newsletter-acceptance-disagree .wpcf7-list-item,
.page-id-546 .newsletter-acceptance-disagree .wpcf7-list-item,
.page-id-586 .newsletter-acceptance-disagree .wpcf7-list-item,
.page-id-541 .response-acceptance-disagree .wpcf7-list-item,
.page-id-546 .response-acceptance-disagree .wpcf7-list-item,
.page-id-586 .response-acceptance-disagree .wpcf7-list-item {
  margin-left: 2.1rem;
}

.page-id-541 .newsletter-acceptance .wpcf7-list-item-label,
.page-id-546 .newsletter-acceptance .wpcf7-list-item-label,
.page-id-586 .newsletter-acceptance .wpcf7-list-item-label,
.page-id-541 .response-acceptance .wpcf7-list-item-label,
.page-id-546 .response-acceptance .wpcf7-list-item-label,
.page-id-586 .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-id-541 .screen-reader-response,
.page-id-546 .screen-reader-response,
.page-id-586 .screen-reader-response {
  display: none;
}

.page-id-541 .screen-reader-response.visible,
.page-id-546 .screen-reader-response.visible,
.page-id-586 .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-id-541 .screen-reader-response.visible p,
.page-id-546 .screen-reader-response.visible p,
.page-id-586 .screen-reader-response.visible p {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 2vh;
}
.page-id-541 .screen-reader-response.visible ul,
.page-id-546 .screen-reader-response.visible ul,
.page-id-586 .screen-reader-response.visible ul {
  margin-bottom: 2vh;
}

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

.single-portfolio footer,
.single-post 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;
}

.page-template-page-newsletter-unsubscribe .newsletter,
.page-template-page-subscribe-newsletter .newsletter {
  display: none;
}

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

.sitemap ul li {
  margin-bottom: 0.5rem;
}

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

/* FORMS */

.sort-form {
  -webkit-transform: translateY(-6.2rem);
  transform: translateY(-6.2rem);
  padding-right: 21px;
}

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

.activity-form {
  padding: 0 1.5rem;
}
.activity-form select {
  width: 100%;
  margin-bottom: 1.5rem;
}
.submit-div {
  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-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  padding: 0 1.5rem;
}
.submit-div input[type="submit"] {
  background-color: #00ae9d;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 1rem 1rem;
}
.activity-form p {
  font-size: 1.3rem;
  padding: 0;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  opacity: 0.7;
}
.activity-form p.only-desktop {
  display: none;
}
@media (min-width: 750px) {
  .activity-form p.only-desktop {
    display: block;
  }
}
.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;
}

/* HOW TO APPLY MODULE */

.hta-toggle {
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  background-color: rgba(0, 174, 157, 1);
  padding: 1.5rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 750px) {
  .hta-toggle {
    padding: 1.8rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}

.hint-hta .hta-toggle {
  background-color: rgba(0, 174, 157, 0.8);
  right: 8px;
}

.show-hta .hta-toggle {
  right: 300px;
  background-color: #e7e7e4;
}

@media (min-width: 375px) {
  .show-hta .hta-toggle {
    right: 320px;
  }
}

@media (min-width: 420px) {
  .show-hta .hta-toggle {
    right: 370px;
  }
}

@media (min-width: 470px) {
  .show-hta .hta-toggle {
    right: 420px;
  }
}

@media (min-width: 550px) {
  .show-hta .hta-toggle {
    right: 500px;
  }
}

@media (min-width: 630px) {
  .show-hta .hta-toggle {
    right: 600px;
  }
}

.hta-toggle h6 {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0.8rem;
}

.hta-toggle img {
  display: block;
  width: 2.4rem;
  -webkit-transform: translateX(0.3rem);
  transform: translateX(0.3rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 750px) {
  .hta-toggle img {
    width: 3.4rem;
  }
}

.show-hta .hta-toggle img.open-hta {
  display: none;
  -webkit-transform: translateX(0.3rem) rotate (90deg);
  transform: translateX(0.3rem) rotate (90deg);
}

.hta-toggle img.close-hta {
  display: none;
}

.show-hta .hta-toggle img.close-hta {
  display: block;
}

.hta-toggle h6 span {
  font-size: 2.1rem;
}

.hta {
  background-color: rgba(0, 174, 157, 1);
  text-align: center;
  position: fixed;
  top: 59px;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 300px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 375px) {
  .hta {
    width: 320px;
  }
}

@media (min-width: 420px) {
  .hta {
    width: 370px;
  }
}

@media (min-width: 470px) {
  .hta {
    width: 420px;
  }
}

@media (min-width: 550px) {
  .hta {
    width: 500px;
  }
}

@media (min-width: 630px) {
  .hta {
    width: 600px;
  }
}

.hint-hta .hta {
  background-color: rgba(0, 174, 157, 0.8);
  -webkit-transform: translateX(592px);
  transform: translateX(592px);
}

.show-hta .hta {
  background-color: #e7e7e4;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hta .infographic {
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 5vh;
  margin-bottom: 5vh;
}

.hta .button.goto {
  margin-bottom: 5vh;
}

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

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

/* OVERRIDES */

.custom-image-size figure {
  text-align: center;
}
.custom-image-size figure.aligncenter img {
  width: auto;
}

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