/*
 Theme Name:   Phi Theme Child
 Theme URI:    http://underscores.me/
 Author:       Remedia Group
 Author URI:   https://remediagroup.it
 Template:     phi-theme
 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:  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 {
  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 .3s ease-in-out;
  transition: all .3s ease-in-out;
}

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

.no-break {
  white-space: nowrap;
}

#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,
.module-video-gallery 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,
.module-video-gallery .plyr--video,
.module-video-gallery .plyr__video-wrapper {
  background-color: rgba(0, 50, 71, 0.7)
}

.wp-block-video figcaption,
.module-video-gallery figcaption,
.module-photo-gallery figcaption,
.page-template-page-sensors .infographics figcaption {
  padding-top: 1.3rem;
  padding-left: 0.2rem;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.page-template-page-sensors .infographics figcaption {
  text-align: center;
}

.module-photo-gallery figcaption {
  display: block;
  margin: 0 auto;
  width: 95%;
}

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

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

.button.goto.flat {
  background-color: #05AE9C;
  color: #fff;
  border: 0px;
}

@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-home {
  position: fixed;
  bottom: 2.1rem;
  right: 2.1rem;
  z-index: 999;
}

.page-template-page-home .back-to-home {
  display: none;
}

@media (min-width: 750px) {
  .back-to-home {
    bottom: 3.4rem;
    right: 3.4rem;
    ;
  }
}

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

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

.back-to-top {
  position: fixed;
  bottom: 6.1rem;
  right: 2.1rem;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity .5s, visibility .5s;
  -webkit-transition: opacity .5s, visibility .5s;
}

.page-template-page-home .back-to-top {
  bottom: 2.1rem;
}

@media (min-width: 750px) {
  .back-to-top {
    bottom: 8.2rem;
    right: 3.4rem;
  }

  .back-to-top.show {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }

  .page-template-page-home .back-to-top {
    bottom: 3.4rem;
  }
}

.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-home .wp-block-quote {
  text-align: center;
  color: #003247;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  margin-bottom: 8vh;
}

@media (min-width: 1000px) {
  .page-template-page-home .wp-block-quote {
    width: 80%;
  }
}

.wp-block-quote p {
  font-size: 2.4rem;
}

.page-template-page-home .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
  }
}

.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 .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: -.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(90deg);
  transform: rotate(90deg);
}

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

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

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

/* SECTION INTRO */

.module-video-gallery .swiper-pagination,
.module-photo-gallery .swiper-pagination {
  left: 0;
  right: 0;
  padding-top: 2.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 .3s ease-out;
  -moz-transition: box-shadow .3s ease-out;
  -ms-transition: box-shadow .3s ease-out;
  -o-transition: box-shadow .3s ease-out;
  transition: box-shadow .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 .3s ease-out;
  -moz-transition: box-shadow .3s ease-out;
  -ms-transition: box-shadow .3s ease-out;
  -o-transition: box-shadow .3s ease-out;
  transition: box-shadow .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 .3s ease-out;
  -moz-transition: box-shadow .3s ease-out;
  -ms-transition: box-shadow .3s ease-out;
  -o-transition: box-shadow .3s ease-out;
  transition: box-shadow .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: 59px;
}

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

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

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

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

.page-template-page-home .intro.full .container {
  height: calc(100vh - 59px);
}

@media (min-width: 1000px) {
  .page-template-page-home .intro.full .container {
    height: calc(90vh - 59px);
  }
}

.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: 80%;
  line-height: 1.2;
  padding-top: 2.1rem;
  padding-bottom: 1.1rem;
  color: #003247;
  z-index: 9;
}

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

h1.swiper-title {
  position: absolute;
  bottom: 5.5rem;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.2;
  z-index: 99;
  color: #fff;
  opacity: 0.9;
  text-align: center;
  letter-spacing: 0.1rem;
}

@media (min-width: 1000px) {
  h1.swiper-title {
    font-size: 7.6rem;
  }
}

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

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

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

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

.card .sub-site {
  color: #fff;
  padding-left: 13px;
  padding-right: 21px;
  padding-bottom: 3px;
  padding-top: 3px;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 277px;
  left: -8px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.card .sub-site.sub-site-incubed {
  background-color: rgba(0, 174, 157, 1);
}

.card .sub-site.sub-site-philab {
  background-color: #335e6f;
}

.card .sub-site.sub-site-phi {
  background-color: #939598;
}

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

.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-video-gallery columns {
  position: relative;
}

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

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

@media (min-width: 750px) {
  .contents figure.img-is-vertical img {
    max-width: 50%;
    margin: 0 auto;
  }
}

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

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

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

  .page-template-page-missions .infographics .row,
  .page-template-page-sensors .infographics .row {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }

  .page-template-page-sensors .infographics .row {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .infographics.wwo .row {
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3vh;
  }

  .infographics.wwo .row:last-child {
    margin-bottom: 0;
    padding-top: 3vh;
  }

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

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

@media (min-width: 750px) {
  .infographics.wwo .four.columns {
    width: 48%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .infographics.wwo .four.columns {
    width: 30.6666666667%;
    margin: 0 auto;
  }
}

.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: 1200px) {
  .infographics.wwo h6 {
    font-size: 2.1rem;
  }
}

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

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

.infographics .item {
  margin: 0 auto;
}

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

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

@media (min-width: 750px) {
  .item.infographic .icon {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .item.infographic .icon {
    width: 60%;
  }
}

.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 .3s ease-in-out;
  transition: all .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;
}

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

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

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

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

.page-template-page-copernicus .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;
}

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

.page-template-page-missions .page-utilities,
.page-template-page-sensors .page-utilities {
  margin-top: 0;
}

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

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

/* CONTACT PAGE */

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

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

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

.page-template-page-contact-page .contents input[type="text"],
.page-template-page-contact-page .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-template-page-contact-page .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-template-page-contact-page .contents textarea:active,
.page-template-page-contact-page .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-template-page-contact-page .wpcf7-acceptance input,
.page-id-546 .wpcf7-acceptance input,
.page-id-586 .wpcf7-acceptance input {
  margin-bottom: 0;
}

.page-template-page-contact-page .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-template-page-contact-page .newsletter-acceptance-disagree .wpcf7-list-item,
.page-template-page-contact-page .response-acceptance-disagree .wpcf7-list-item {
  margin-left: 2.1rem;
}

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

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

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

/* 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,
.page-template-page-missions footer,
.page-template-page-sensors 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;
}

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

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

.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: #e7eaec;
}

@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: #e7eaec;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hta .infographic {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 5vh;
  margin-bottom: 5vh;
  text-align: center;
}

.hta .infographic h3 {
  margin-bottom: 5vh;
  line-height: 1.2;
}

.hta .infographic svg {
  width: 100%;
  height: auto;
  max-width: 34rem;
}
/*#eop-phi, #eop-phi-a, #eop-phi-m, #eop-phi-mp, #eop-phi-mt, #eop-phi-mo, #eop-phi-mm, #eop-phi-l, #eop-phi-li, #eop-phi-le, #eop-phi-c, #eop-bs-be {
  cursor: pointer;
}*/

#eop-phi-buttons a:hover {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.4);
}

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

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