/* CCell styles */

/*---------------------------------------
   SECTION:  SITE WIDE STYLES
-----------------------------------------*/

:root {
    --black: #000;
    --yellow: #ffff00;
    --lightblue: #00eeff;   /* #1BCDFD;*/
    --blue:      #1b479f;
    --darkblue:  #003366; /*#162852;*/ /* #1b3764; */   /* #000033; */
    --vdarkblue: #000020; /* 000033; */
    --dropdown: #000020a8;
    --dropdownitem: #052c5b8f;

    --green: #5daa60;
    --white: #fff;
    --grey:  #eee;
    --maxwidth: 1200px;
    --margin: 15px;
    --nmargin: -15px;
    --spacing: 30px;
    --nspacing: -30px;
    --gridspacing: 10px;
}



body {
    background: #fff; 
    font-family: avenir, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin: 0;
    color: var(--black);
}


/* -----------------
   ---- Headers ---- 
   ----------------- */

h1, h2, h3, h4, h5 {
  font-family: muli, sans-serif; 
  color: var(--darkblue);
  margin: 0;
}

h1, h3, h5 {
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left; 
}

h2 {
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 2.4rem;
  text-align: center;
}

h3 { 
  font-size: 2rem; 
  line-height: 2.4rem;
  margin-bottom: 20px;
}

h4 {
  font-size: 1.8rem;
  line-height: 120%;
}

h5 {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
}

h6 {
  color: var(--green);
  font-size: 1.1rem;
  font-weight: 400;

  margin-top: 5px;
  margin-bottom: 0.5em;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
}

.header-loop h2 {
  display: none;
}

.header-loop h2:first-child {
  display: block;
}


input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: avenir, sans-serif;
  font-weight: normal;
  font-size: 15px;
} 

input:focus, select:focus, textarea:focus {
  outline: none !important;
  border: 1px solid var(--green);
}



/* -----------------
   ---- Waves ------
   ----------------- */

.ccwave {
  height: 400px;
  margin-bottom: 20px;
  width: 100%;
  left:0;
  position: absolute;
}

.ccwave svg {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -120px;
}

.ccwave svg path{
  stroke: white;
  fill: none;
}

.ccwave svg path.blur {
  stroke-width: 10px;
  stroke: #1485B0;
  filter: url('#dropshadow'); 
}

.ccwave svg path.sline {
  stroke-width: 1px;
  stroke: #fff5;
}

.ccwave svg path.sline2 {
  stroke-width: 1px;
  stroke: white;
}

.ccwave svg path.grey {
  stroke-width: 1px;
  stroke: #aaa2;
}

.ccwave svg path.dash {
  stroke-width: 2px;
  stroke-dasharray: 5 200;
  stroke: #1485B0;
}


/* -----------------
   --- Slideshow ---
   ----------------- */


.img-container {
  height: 500px;
  overflow: hidden;
  position: relative;

}

.img-container img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.img-container img.next {
  opacity: 1;
  z-index: 1;
}

.img-container img.prev {
  opacity: 1;
  z-index: 2;
}

.img-container img.fade-out {
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
  visibility: hidden;
}


/* -----------------
   ---- General ---- 
   ----------------- */

.green {
  background-color: var(--green) !important;
}

ul > li {
  text-align: left;
}

div > h4 { 
  margin-top:0;
}

.flood {
  font-family: flood-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

a {
	color: var(--darkblue);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*
img:hover {
  transform: scale(1.05); 
}*/

a:hover img{
  cursor: pointer;
  filter: brightness(120%);
}

.page-links a {
  color: black;
}

.page-links a:hover {
  text-decoration: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

quote {
  display: block;
  padding: var(--spacing);
  font-family: bree, sans-serif; /* bree */
  font-style: normal;
  font-weight: 400;
}

hr {
  height: 0;
  border: none;
  border-bottom: 1px solid var(--darkblue);
  width: 70px;
  margin: 1rem auto 1.5rem auto;
}

main {
  clear: both;
}

main > hr { 
  width: 400px;
  margin: 3rem auto 2rem auto !important;
}

p {
  text-align: justify;
}

.center, .center p, .center h3, .center td { 
  text-align: center !important;
}

.left {
  text-align: left !important;
  margin-bottom: var(--spacing);
}

.contain img {
  object-fit: contain !important;
  height: auto !important;
}

.contain h5 {
  font-size: 1em;
}

.fit {
  object-fit: contain !important;
}

.strong {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  color: var(--darkblue);
}

.strong p:first-of-type, p.strong {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-size: 130%;
  color: var(--darkblue);
}

.strong p:first-of-type {
  /*font-size: 130%;*/
  text-align: left;
}

h4 + form { 
  padding-top: var(--spacing);
}


.shadow {
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  /* Similar syntax to box-shadow */
}

/* Tables */
table {
  margin: 10px auto 25px;
  font-size: 80%;
  line-height: 130%;
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

th, td {
  padding: 2px 7px;
  border: 1px solid #00336655;
}



table.specs th {
  color: var(--white);
  background-color: var(--darkblue);
  padding: 5px 10px;
  border: none;
}

table.specs td {
  text-align: left;
  border: none;
}



/* Superscript without affecting line height */
sup { 
  vertical-align: top; 
  font-size: 75%;
  position: relative;
  top: -0.4rem;
}


div.keyfeatures > div {
  font-size: 100%;
  line-height: 150%;
  text-align: left;
}

div.keyfeatures h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

div.keyfeatures ul {
  margin: 0;
  margin-bottom: var(--spacing);
}

/* -----------------
   ---- Figures ---- 
   ----------------- */
figure:not(.video-full):not(.img-large), cocoen-component {
  border:none;
 /*  margin: 0 var(--nmargin); */
}

figure.video-full {
  margin: 0;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

figure.video-full video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

figure.img-large {
  width: 100%;
  height: auto;
  max-height: 600px;
  overflow: hidden;
  margin: 0;
}

figure.img-large img {
  margin-top: 5px;
  width: 100%;
  height: auto;
}

figcaption
{
  text-align: center;
  font-size:95%;
  font-weight: 400;
  margin:5px var(--spacing) 1em var(--spacing);
  font-style: italic;
}

figure img, figure video, .threefigures figure { 
  vertical-align: middle;
  border-style: none;
}

figure img.author {
  height:100px!important;
  width:100px!important;
  border-radius: 50px;
  /*border:1px solid var(--darkblue);*/
  object-fit: contain !important;
}

h4.glance-header {
  text-align: center;
}

figure.glance-data p {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 350;
  font-style:normal;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}

/* UN Sustainable Goals */
figure.sdg {
  margin-top:20px;
  text-align:center;
}

figure.sdg img {
  width:125px !important;
  height:125px !important;
  margin:5px;
}

figure.companylogo img {
  height: 100px;
  width: auto !important;

}



.threefigures > figure, .twofigures > figure {
    display:block;
    margin-bottom: var(--gridspacing) !important;
}


.QandA {
  background-color: #2d2d2d;
  color: white;
}

.QandA h5 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}



/* ---- Background Parallex Images ---- */

.prm-parallax {
  /* The image used */
  background-image: url("/assets/icons/background_prm.svg");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  -skrollr-animation-name:background_parallax
}


.prm-parallax .fourcolumn > div {
  background-color: var(--vdarkblue);
  padding:var(--gridspacing);
}


/* -------------------- 
   ---- Naviagation ---- 
   -------------------- */
header {
  position: sticky;
  z-index: 1030;
  top:0;
  right:0;
  left:0;
  height:0;
}

header > div {
  background-color: var(--vdarkblue);
  box-shadow: 0 0 0px 0 #ccc;
}

.home {
  background: rgba(0,0,32,0)
}

.navbar {
  max-width: var(--maxwidth);
  margin: 0 auto;
  padding:0 var(--margin);

  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "brand menu";
  grid-column-gap: var(--gridspacing);
  align-items: center;
  text-transform: uppercase;
}

[type=button]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

/* Branding */
.nav-brand {
  grid-area: brand;
  padding-top: .41rem;
  padding-bottom: .3125rem;
  align-self: start;
}

.nav-brand img {
  width:50px;
  margin-right:5px;
  /* margin-left: 15px; */
  vertical-align: middle;
}

/* Use by Listen to our ocean */
.nav-brand a {
  width:50px;
  margin-right:5px;
  vertical-align: middle;
  align-self: start;
  text-decoration: none;
  padding: 0;
  white-space: nowrap;
  color: var(--white);
  font-weight: 600;
  opacity: 1;
}

.nav-menu {
  grid-area: menu;
  justify-self: right;
  text-align: right;
  align-items: center;
  position: relative;
}

#nav-toggle {
  justify-self: center;
  display: none;
  align-items: center;
  position: relative;
}

#nav-toggle > div {
  margin: 2px 5px;
  padding: 2px 15px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

#nav-toggle a, .nav-toggle {
  text-decoration: none;
  padding: 0;
  white-space: nowrap;
  color: var(--white);
  font-weight: 600;
  opacity: 1;
  border: none;
}

#nav-toggle > div:not(.active) > a:hover {
  border-bottom: 1px solid var(--green);
  cursor: pointer;
}

#nav-toggle > div.active {
  background-color: var(--blue);
  border-radius: 5px;
}

#nav-toggle > div.active:after {
  border-bottom:none;
}

#nav-toggle.show {
  margin: 2px 5px;
  position: absolute;
  min-width:200px;
  display: grid;
  right: -12px;
  background-color: var(--dropdown);
  padding: 10px;
}

#nav-toggle > div.dropdown {
  cursor: pointer;
}

/* defined the down arrrow on dropdown selector */
.dropdown span {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 3px;
}

.dropdown.show {
  background-color: var(--dropdown);
  border-radius: 5px;
}

.dropdown-item {
  display: none;
  background-color: var(--dropdownitem);
}

.dropdown-item.show {
  display:block;
}

.dropdown-item a {
  display: block;
  clear: both;
  white-space: nowrap;
  margin:2px 0;
}

.dropdown-item a:hover {
  transform: scale(1.1);
}

.dropdown-item hr {
  clear:both;
  margin:auto;
}

/* Handling the point above which the whole nav bar fits on the page */
@media (min-width: 950px) {
  #nav-toggle, #nav-toggle.show {
    display: grid;
    grid-template-columns: min-content;
    grid-template-columns: repeat(7, min-content );
 
    position: unset;
    right: unset;
    background-image: none;
    padding: 0;
    box-shadow: none;
  }

  .nav-toggle {
    display: none;
  }

  .dropdown-item {
    position: absolute;
    top:45px;
    left:-37px;
    padding: 10px;
    z-index: 1040; 
    border-radius: 10px;
  }
}



/* ----------------- 
   ---- Buttons ---- 
   ----------------- */

button, a.button {
  padding: .40rem .95rem; 

  border-width: 2rem;
  border-radius: .2rem; 

  font-weight: 400;
  font-size: 14px;
    
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-wrap: none;

  color: var(--green);
  border: 1px solid var(--green);
  background-color: transparent; 
  text-decoration: none;

  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

  width: fit-content;
  margin:auto;
}

a.button.large {
  font-size: 110%;
}

p.button {
  text-align: center;
}

a.button:hover {
  background-color: var(--darkblue);
  color: var(--white);
  border: none;
}

a.button.blue:hover {
  background-color: var(--darkblue);
  color: var(--white);
  border: none;
}

button.green, a.button.green {
  color: var(--white);
  background-color: var(--green);
  margin-bottom: var(--spacing);
}

button.blue, a.button.blue {
  color: var(--white);
  background-color: var(--darkblue);
  margin-bottom: var(--spacing);
}



/* --------------------
   ---- ANIMATIONS ----
   -------------------- */

.twocolumn p {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.twocolumn p.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .twocolumn p {
    opacity: 1;
    transform: none;
    transition: none;
  }
}






/* ------------------
   ---- MAINPAGE ----
   ------------------ */

.mainpage {
  background-color: rgba( 0, 0, 31, 1);
}

.mainpage > div {
  margin:0 auto;
}

.mainpage img {
  margin: 50px 50px 0 0; 
  left:0;
  width: 150px;
}

.mainpage h1 {
  color:  var(--white);
  font-size: 20px;
  margin:10px 0;
  padding: 4px var(--margin);
  display: table;
  font-weight: 800;
}

.mainpage h2 {
  color: var(--white);
  padding-top: 10px;
  font-size: 16px;
  font-weight: normal;
  transition: opacity 1.5s ease-in-out;
  min-height: 2em; /* prevents layout shift */
}

.mainpage h2.subtitle.show {
  opacity: 1;
}


.mainpage p {
  color: white;
  text-transform: uppercase;
}

.mainpage.home {
  background: none;
  background-color: var(--vdarkblue);
  height: 100vh;  
}

.mainpage.home > div {
  padding-top: 30vh;
  margin: auto;
}

.mainpage.home > div:nth-child(2) {
  margin: 0 auto;
  position:relative;
  max-width: var(--maxwidth);
  text-align: center;
}

.mainpage.home h1 {
  font-size:300%;
  line-height: 100%;
  margin: auto;
  text-align: center;
}

.mainpage.home h1 b {
  color: yellow;
  font-weight: 400;
}

.mainpage.home img {
  left:0;
  width: 200px;
  max-width: 80%;
  margin: 0;
  margin-bottom: 50px;
}

.mainpage .video , .mainpage .image, .mainpage .banner {
  margin: 0 auto;
  position:relative;
  max-width: var(--maxwidth);
  max-height: 600px;
}

.mainpage .video > video , .mainpage .image > img {
  margin: 0 auto;
  object-fit: contain;
  width:100%;
}

.mainpage .video.news > video , .mainpage .image.news > img {
  max-height: 450px;
}



.mainpage .video > div, .mainpage > .image > div, .mainpage > .banner > div {
  position: absolute;
  bottom: var(--margin);
  /* left:var(--margin); */
}

.mainpage > .banner {
  background: -webkit-linear-gradient(left, 
    rgba( 0, 0, 31, 1) 0%, 
    rgba( 0, 0, 31, 1) 200px, 
    rgba( 0, 0, 31, 0) 400px, 
    rgba( 0, 0, 31, 0) 80%, 
    rgba( 0, 0, 31, 1) 100%), url('/assets/images/home/title_banner.jpg')no-repeat center;

  background: linear-gradient(left, 
    rgba( 0, 0, 31, 1) 0%, 
    rgba( 0, 0, 31, 0) 20%, 
    rgba( 0, 0, 31, 1) 100%), url('/assets/images/home/title_banner.jpg') no-repeat right;  

  height: 300px;
}



/* ----------------
   --- Services ---
   ---------------- */
.services figure {
  padding-top: 8px;
  padding-bottom: var(--margin);
  position: relative;
}

.services img, .services video { 
  height:170px;
  object-fit: cover;
  overflow-x: hidden;
}

.services p {
  position: absolute;
  top:0;
  margin: var(--margin);
  padding: 8px;
  display: none;
  background-color: #00336699;
  text-align: center;
  border-radius: 5px;
}

.services a {
  text-decoration: none;
}

.services a:hover p {
  display: block;
}


/* -----------------
   ---- Section ----
   ----------------- */

section { 
  padding: 3rem var(--margin);
  margin:auto;
  max-width: var(--maxwidth);
}

section.surround {
  background-color: var(--vdarkblue);
  color: var(--white);
  max-width: 100%;
}

section.surround.grey {
  background-color: var(--grey);
  color: var(--black);
  position: relative;
  z-index: 1;
}

section.surround.grey svg{
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}

section.surround.grey *{
  z-index: 10;
}

section.surround.greywave {
  background-color: var(--grey);
  background-image: url("/assets/icons/wave_background.svg");
  color: var(--black);
  background-repeat: no-repeat;
  background-size:cover
}

section.surround.dark {
  background-color: var(--vdarkblue);
  color: var(--white);
}

section.surround.invest {
  background-color: var(--green);
  color: var(--white);
  right: 0px;
  left: 0px;
  padding: 25px var(--spacing);
  margin: 0;
  position: fixed;  
  top: 60px;
  z-index: 1000;
}

section.surround.invest p, section.surround.invest h3 {
  text-align: left;
  margin: 0;
}

section.surround.invest .twocolumn div {
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
}

section.surround.invest .fourcolumn div {
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left
}

section.surround > div {
  max-width: var(--maxwidth);
  margin: auto;
  position: relative;
}

section.surround:not(.grey):not(.greywave) h3, 
section.surround:not(.grey):not(.greywave) h4, 
section.surround:not(.grey):not(.greywave) h5, 
section.surround:not(.grey):not(.greywave) a {
  color: var(--white);
}


/* ---------------------
   ---- Process-Bar ----
   --------------------- */

section.surround.process_bar {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  text-align: center;
  width: 100%;
  position: -webkit-sticky;
  position: sticky; 
  top: 54px;
}

section.process_bar svg {
  display: block;
  margin: auto;
  width: 85%;
}

section.process_bar line {
  stroke:var(--white);
  stroke-width:2;
}

section.process_bar circle.inner {
  r:10;
  transform: scale(0.25, 0.25);
  fill:var(--darkblue);
  stroke:none;
  --cc-scale-0: 0.25;
  --cc-scale-1: 1;
}

section.process_bar circle.outer {
  r:14;
  stroke:none;
  transform: scale(0.05, 0.05);
  --cc-scale-0: 0.05;
  --cc-scale-1: 1;
}

section.process_bar stop.outer {
  stop-color:var(--yellow);
}

section.process_bar .text
{
  cursor: pointer;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  text-align: center;

  margin-top: 0px;
  margin-bottom: 0.5em;
  color: var(--green);
  font-size: 18px;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}

section.process_bar div {
  width: 100%;
}

@media(max-width: 768px) {
  section.process_bar .text {
    display: none;
  }
  
  section.process_bar circle.inner {
    r:15;
  }

  section.process_bar circle.outer {
    r:21;
  }

  section.process_bar img {
  display: block;
  margin: auto;
  width: 30%;
  }
}

  

/* --------------------
   ---- Two Column ----
   -------------------- */

.twocolumn > div {
  padding: var(--gridspacing) 0; 
  margin-bottom: var(--gridspacing);
}

.twocolumn video, .threecolumn video {
  width: 100%;
}

.twocolumn:not(.coceonblock) img, .threecolumn img, .fourcolumn img {
  width:100%;
  max-height:500px; 
/*  height: 500px; */
  object-fit: cover;
  color: var(--vdarkblue);
}

.twocolumn.leftside {
  display: flex;
  flex-direction: column-reverse;
}

.twocolumn.innovation {
  text-align: center; /* Center images */
  border:1px solid var(--vdarkblue);
  border-radius: 10px;
  background-color: var(--vdarkblue);
  color:var(--white);
  padding: 50px;
}

.twocolumn.innovation h2 {
  text-align: left;
  font-style: normal;
  font-size: 230%;
} 

.twocolumn.innovation h5, .threecolumn.impact h5  {
  text-align: left;
  color:var(--yellow);
}

.twocolumn.innovation img {
  height: auto;
  min-width: 130px;
  width: 35%;
}

.twocolumn.innovation p {
  text-align: left;
}

.twocolumn.innovation div:nth-child(0) img {
  width: 100%;
  overflow: hidden;
  object-fit: none;
}

.twocolumn.innovation a {
  color:var(--white);
}


.twocolumn .sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 10vh;
}

.twocolumn.sticky {
  grid-template-columns: 1.5fr 1fr;
}




/* ----------------------
   ---- Three Column ----
   ---------------------- */
.threecolumn > div {
  text-align: center;
} 

.threecolumn h5 { 
  text-align: center;
}

.threecolumn.team { 
   margin-top: var(--gridspacing);
} 


.threecolumn.team p {
  text-align: center;
  padding: 0;
  margin: 0;
}

.threecolumn.team a  { 
  text-decoration: none;
}

.threecolumn img {
  max-height:200px;
}

.threecolumn.impact img {
  width: 400px;
}

.team img {
  height:160px !important;
  width:160px !important;
  object-fit: contain !important;
}

.partner img {
  max-width:300px !important;
  max-height:100px !important;
  object-fit: contain !important;
}




/* ----------------------
   ---- Four Column ----
   ---------------------- */
.fourcolumn > div {
  text-align: center;
} 

.fourcolumn h5 { 
  text-align: center;
}

.fourcolumn img {
  max-height:200px;
}





/* -------------------- 
   ---- Advantages ---- 
   -------------------- */

.threecolumn.advantage {
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: var(--gridspacing);
    grid-row-gap: var(--gridspacing);
}
.advantage div {
  background-color: var(--vdarkblue);
  padding: var(--spacing) var(--gridspacing);
  color: var(--white);
  text-align: center;

}

.advantage div span {
  font-size: 250%;
  color: var(--green);
  margin-top: auto;
  line-height: 120%;
}

.advantage div p { 
  text-align: center;
}



/* ----------------------
   ---- Blog Styling ----
   ---------------------- */

.blog_main {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.blog_main > figure {
  text-align: center;
}

.blog_main img {
  width: 100%;
}

.blog_main > div {
  margin: 0 var(--spacing); 
}

.blog_main strong, .blog strong {
  text-align: left;
  font-size: 80%;
}

.blog img {
  height: auto!important;
}

.blog_control {
  text-align: center;
  margin: 2rem 0;
  color: var(--white);
  /*background-color: var(--blue);*/
}

.blog_control a.button {
  margin-right: 5px;
}

.blog_control a.button:not(.white) {
  color: var(--white);
  background-color: var(--darkblue);
}

.blog_control a.button:hover {
  color: var(--black);
}



/* --------------------
   ---- Contact Us ----
   -------------------- */



.contactus {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.contactus form {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: var(--gridspacing);
}


.contactus h5 {
  text-align: center;
  margin-bottom: var(--spacing);
}

.contactus input, .contactus textarea, .contactus select {
  width: 100%;
  height: auto;
  padding: 1em;
  border:none;
  border-bottom: 1px solid #2a2a2a;
  background-color: transparent;
  color: #fff;
  font-size: 105%;
} 

.contactus input::placeholder, .contactus textarea::placeholder {
  text-transform: uppercase;
  font-weight: normal;
  color: #fff8;
}


.grey .contactus input, 
.grey .contactus textarea,
.grey .contactus select {
  color:#000;
}

.grey .contactus input::placeholder, 
.grey .contactus textarea::placeholder {
  color: var(--darkblue);
}



.contactus.investor-center {
  margin: -10px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
}

.contactus.investor-center button{
  margin-bottom: 10px;
}

.contactus small {
  display: block;
  text-align: left;
  margin-top: -20px;
}

.contactus textarea  {
  padding: 6px 10px; 
  justify-items: stretch;
  flex:1;
  border-radius: .25rem;
}

.contactus.sticky {
  width: 100%;
}

.contactus label {
  display: inline;
  text-align: start;
  margin-bottom: 5px!important;
  margin-left: 5px;
}

.contactus.questionaire label {
  display: inline;
}

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

.contactus.questionaire >div {
  margin-bottom: 2em;
}

.contactus.questionaire input[type="radio"] {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}






::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--white);
  font-size: 110%;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--white);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--white);;
}

input[type=checkbox] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  width: auto;
  margin: auto 5px;
}


.checkbox_group {
  font-size: 90%;
  line-height: 140%;
  margin-top: 0px!important;
  margin-bottom: 20px!important;
  padding: 0;
}


/* -------------------
   ----  Webinars ----
   ------------------- */

.threecolumn.webinars {
  grid-column-gap: 10px;
}

.threecolumn.webinars > div {
  cursor: pointer;
}

/* -------------------
   ---- Accordian ----
   ------------------- */

.accordion {
  width: 90%;
}

.accordion h5 {
  margin: 5px 0px;
  font-size: 18px;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 14px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion .active, .accordion h5:hover {
  background-color: #ccc;
}

.accordion span {
  display: block;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion h5:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion .active:after {
  content: "\2796"!important; /* Unicode character for "minus" sign (-) */
}


/* --------------------------
   ---- Featured in News ----
   -------------------------- */
  
.featured
{
  width: 100%;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: var(--spacing);
  grid-row-gap: var(--gridspacing);
}

.featured > div 
{
  display: flex;
  align-items: left;
  width: 100%;
}

.featured a
{
  margin: auto;
}

.featured img
{
  width: 100%;
  max-height: 80px;
  object-fit: contain !important;
}


/* --------------------------
   ---- Awards in News ----
   -------------------------- */
  
.awards
{
  width: 100%;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: var(--spacing);
  grid-row-gap: var(--gridspacing);
}

.awards > div 
{
  display: flex;
  align-items: left;
  width: 100%;
}

.awards a
{
  margin: auto;
}

.awards img
{
  width: 100%;
  max-height: 140px;
  object-fit: contain !important;
}



/* ----------------------
   ----- Talk to Us -----
   ---------------------- */

.threecolumn.talktous {
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: var(--spacing);
    grid-row-gap: var(--gridspacing);
}

.talktous img {
  object-fit: contain !important;
  height: auto !important;
}

.talktous h5 {
  margin-top: 50px;
  text-align: left;
}

.talktous p {
  margin: 0;
  text-align: left;
}

.talktous a {
  text-decoration: none;
}




/* ----------------------
   ----- Profile -----
   ---------------------- */

.profile > div:first-child {
  margin-bottom: var(--spacing);
}

.profile h1 {
  font-weight: 1000;
}

.profile h5 {
  margin: 0;
}

.twocolumn .profile > img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 10px;
  vertical-align: bottom;
}

.profile label {
  font-size: 70%;
  margin-top: var(--spacing);
}



/






/* ----------------------
   ----- Micro Deck -----
   ---------------------- */

.microdeck .team h4 {
  text-transform: uppercase;
}

.microdeck .team div:nth-child(2) {
  padding:10px;
  align-self: center;
  text-align: center;
}


.card {
  margin: auto;
  width: 450px;
  color: black;
  height: auto;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.65);
  border: 2px solid var(--yellow);
  border-radius: 10px;
  box-shadow: 0 5px 5px #666;
  position: relative;
  display:grid;
  text-align: center;
}

.card iframe {
  width: 450px;
  height: 300px
}

.card .benefits {
  display:grid;
  grid-template-columns: 100px 1fr;
  margin-bottom:20px;
}

.card a.button {
  color: var(--white);
  background-color: var(--blue);
}


.card img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  vertical-align: middle;
}

.card > div {
  padding:20px;
}

.card h3 {
  text-align: center;
  color: var(--darkblue);
  font-size: 32px;
  font-weight: bold;
}

.card h4 {
  text-align: center;
  color: var(--darkblue);
  font-size: 30px;
  margin-top:0px;
}

.card p {
  text-align: justify;
  font-size: 120%;
}

.card span {
  color: var(--yellow);
}

.card a.button {
  display:inline-block;
  margin-bottom:10px;
  margin:10px;
}

.card div.overlay {
  position: absolute;
  align-self: center;
  width:100%;
  text-align: center;
  padding:0;
}

.card div.overlay > p {
  color: var(--white);
  text-align: center;
}









/* -----------------
   ----- Alert -----
   ----------------- */
.alert {
  position: absolute;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  z-index: 1030;
}

.alert-success {
  width: 100%;
  max-width: none;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-notice {
  border: 5px solid transparent;
  border-color: #ffeeba;
}





/* -------------------
   ----- Summary -----
   ------------------- */

.summary div { text-align: center; }

.summary h3 span {
  font-family: sofia-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 130%;
}

.summary h3 {
  font-size: 90%;
}

.summary img {
  width:56px;
  background-color: var(--darkblue);
  border-radius: 28px;
}

.up-tri {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #005caa;
  position: absolute;
  top: -10px;
  left: 90px;
}

.blog-pop-up {
  position: absolute;
  top: 100px;
  right: -8px;
  width: 200px;
  background-color: white;
  border-radius: 15px;
  border: 3px solid #005caa;
  display: none;
  color: black;
}





/* -------------------
   ----- Sponsor -----
   ------------------- */

table.payment-summary td{
  text-align: left;
}

.sponsor h4 {
  text-align: center;
  margin: var(--margin) auto;
}

.sponsor-me-card {
  margin-left: auto;
  width: 300px;
  font-weight: bold;
  color: black;
  height: auto;
  padding: 10px 5px 5px 5px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.65);
  border: 4px solid var(--yellow);
  box-shadow: 0 3px 10px #666;
}

.sponsor-me-card img {
  width: 100%;
  height: auto;
}

.sponsor-me-card h3 {
  margin: 10px 0 0 0;
  font-weight: bold;
}

.sponsor-me-card p {
  margin: 0;
}

.sponsor-me-card a {
  display: block;
  background: #edec00;
  height: 40px;
  width: 175px;
  color: black!important;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  margin: 15px auto;
  border-radius: .3rem;
}

.sponsor-me-card i {
  position: absolute;
  right: 22px;
  top: 12px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  cursor: pointer;
}
.sponsor-me-card i:hover {
  opacity: 1;
}
.sponsor-me-card i:before, .sponsor-me-card i:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}
.sponsor-me-card i:before {
  transform: rotate(45deg);
}
.sponsor-me-card i:after {
  transform: rotate(-45deg);
}

@media(max-width: 768px) {
  .sponsor-me-card {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.sponsor input[type="checkbox"] {
  display: inline-block;
  width: 5%;
  margin: auto;
  vertical-align: middle;
}

.sponsor .form-check-label {
  width: 90%;
  display: inline-block;
}






/*---------------------------------------
   SPONSOR A CORAL
-----------------------------------------*/
input[type="radio"][id^="coral"] {
  display: none;
}

.sculpture-message {
  max-width: 600px;
  margin: auto;
}

.sculpture-message button {
  margin-top: 25px;
}

input[type="radio"][id^="sculpture"] {
  display: none;
}

label figure {
  margin-bottom: 0;
  padding-bottom: 20px;
}

label figure img {
  margin-bottom: 15px;
}

label {
  padding: 0;
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
}

label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.coral-description {
  display: none;
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(1,1,1,0.75);
  z-index: 10;
  overflow: hidden;
}

@media(min-width: 991px) {
  .coral-description {
    padding: 15px 10px;
  }
}

@media(max-width: 768px) {
  .coral-description {
    padding: 5px;
  }
}

/*
label:hover::after, label:active::after {
  content: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(1,1,1,0.75);
  z-index: 10;
  overflow: hidden;
}*/

label img {
  width: 100%;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.sponsor :checked + label {
  border: 2px solid #0C4479;
}

.sponsor :checked + label:before {
  content: "✓";
  font-weight: bolder;
  border-color: #0C4479;
  background-color: #0C4479;
  transform: scale(1);
  z-index: 1;
}


:checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}

.postcard {
  height: 100%!important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 381.18px;
  margin: auto;
}

.postcard .flip-card-front {
  background-color: white;
  padding: 5px;
}

.postcard .flip-card-back {
  background-color: white;
  padding: 5px;
  color: black;
}

.a5-ratio {
  width: 100%;
  padding-bottom: 70.59%;
  position: relative;
  margin: auto;
  max-width: 540px;
  max-height: 381.18px;
}

.message {
  width: 60%;
  padding: 10px;
  overflow: hidden;
  line-height: 23px;
}

.address {
  width: 40%;
  padding: 10px;
  padding-top: 60px;
  background-image: url(/assets/images/sponsor/stamp.gif);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 60px 80px;
  overflow: hidden;
}

.divider {
  width: 0;
  height: 70%;
  margin: auto 0;
  border-left: 1px solid grey;
}

.stamp {
  position: absolute;
  width: auto!important;
  height: 25%;
  bottom: 10px;
  right: 10px;
  transform: rotate(-30deg);
}

.card__corner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3em;
  height: 3em;
  background-color: var(--grey);
  box-shadow: 3px -3px 3px -1px #6c757d;
}

.card__corner .card__corner-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3em 3em 0;
  border-color: transparent #e6e7e8 transparent transparent;
}

/* ///////Flip Card////////*/
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 103px;
  perspective: 1000px;
  font-size: 80%;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  position: absolute;
  top: 0;
  width: 100%;
}

.flip-card-back {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  background-color: #0C4479;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.flip-card-back p {
  margin: auto;
}



/*--------------------------------------
  Investor portal
  -------------------------------------*/

.pdf-download {
  line-height: 45px;
}

.pdf-download > img {
  height: 40px!important;
  width: auto!important;
  vertical-align: middle!important;
  margin-right: 5px;
}

.loader {
  display: inline-block;
  border: 12px solid var(--grey); /* Light grey */
  border-top: 12px solid var(--darkblue); /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



@media (max-width: 768px) {
  section.investors {
    background: #fff!important;
    padding: 1rem 0!important;
  }
  section.investors div.col-12 {
    margin-top: 1rem!important;
    margin-bottom: 0rem!important;
  }
}

section.investors {
  padding-top: 5rem;
}

section.investors:nth-of-type(odd) {
  background: linear-gradient(90deg, #f7f7fa 50%, #fff 50%);
}

section.investors:nth-of-type(even) {
  background: linear-gradient(90deg, #fff 50%, #f7f7fa 50%);
}

.investors .simple-label label {
  display: inline;
}

.submenu {
  position: relative;
  top: -25px;
  padding-top: 0.5rem!important;
  z-index: 100;
  width: fit-content;
  max-width: 400px;
  height: 100px;
  margin: auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
}

section + .submenu {
  top:  -35px;
}

.submenu > a {
  float: left;
  width: 100px;
  text-decoration: none;
  text-align: center;
}

.submenu img {
  margin: 0;
  height:50px !important;
  width:50px !important;
  border-radius: 25px;
  border:1px solid var(--white);
  background-color: var(--darkblue);
  object-fit: contain !important;
}

.submenu figcaption {
  font-size: 80%;
  font-family: flow, sans-serif; /* sofia-pro, sans-serif; */
  line-height: 120%;
  margin: 0;
}


section + a:hover, section + a:focus {
    text-decoration: underline;
}



/* -------------------------------------
  Technology Page 
---------------------------------------- */

/*======= Pulsating dots ========*/
.pulse-button {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  background: rgb(12, 68, 121);
  box-shadow: 0 0 0 5px rgba(12, 68, 121, .5);
  -webkit-animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
  50% {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3);
  }
  100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
  }
}


.highlight
{
	 margin: 10px auto;
	 padding: 10px 20px;
	 max-width: 400px;
	 background-color: #e9ecef;
	 border-radius: 0px 15px;
   border-bottom-right-radius: 15px 15px;
	 overflow: hidden;
   text-align: left;
   box-shadow: 0 .5rem .5rem rgba(0,0,0,.15)!important;
}


.highlight p {
  font-style:italic; 
}

.highlight p:before {
	position: relative;
	content: '\201C';
	padding-right: 10px;
  font-style: normal;
	font-size: 50px;
	top:10px;
}

.highlight p:after {
  position: relative;
  content: '\201D';
  padding-left: 10px;
  font-style: normal;
  font-size: 50px;
  top: 10px;
}


.highlight ul {
  list-style: none;
}

.highlight li {
  padding: 0;
}

.highlight ul li:before {
  content: '✔︎';
  font-size: 80%;
  padding-right: 10px;
}






/* ------------------
   ----- Footer -----
   ------------------ */

footer {
    background-color: #2d2d2d;
    color: #fff;
    padding: 3px 10px 3px 10px;
    clear: both;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

footer h1 {
  text-align: center;
  color: #fff;
  padding-top: var(--spacing);
}

footer hr {
  border-bottom: 1px solid var(--white);
  margin-left:auto;
}

footer strong {
  color: var(--white);
}

footer a {
  color: var(--white);
  text-decoration: none;
}

footer a:hover {
  color: var(--yellow);
  text-decoration: underline;
}

footer .copyright {
    color: #ffffff;
    padding-top: 10px;
    margin-bottom: 25px;
    text-align: center;
}

footer span { margin: 5px 10px; }

.footer {
  display:grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 20px;
  margin-bottom: 20px;
}


.footer ul {
    margin: 0;
    list-style-type: none;
}

.footer .links ul {
  text-indent: 10px;
}

.footer li {
    text-align: left;
}



/* ------------------------------
   ----- Social Media Icons -----
   ----------------------------- */
ul.soc {
  display: block;
  list-style: none;
  text-align: center;
  padding: 0;
}

.soc li {
  display: inline-block;
  margin: 11px;
}
.soc a, .soc svg {
  display: block;
}
.soc a {
  position: relative;
  height: 40px;
  width: 40px;
}
.soc svg {
  height: 100%;
  width: 100%;
}

.soc .icon {
  color: #fcfcfc;
  fill: #fcfcfc;
}

.soc .icon:hover
{
  background: #fcfcfc;
  border-radius: 100%;
  color: #0e1a25;
  fill: #0e1a25;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.alert ul.soc {
  margin-bottom: 0;
  margin-top: 10px;
}

.alert .soc .icon {
  color: #0C4479;
  fill: #0C4479;
}

.alert .soc .icon:hover {
  background: #0C4479;
  color: white;
  fill: white;
}


button#ihavecookiesBtn {
    margin-left: 0px !important;
}




/* -------------------------
   ----- GDPR Cookiers -----
   ------------------------- */

#gdpr-cookie-message {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 1235px;
    background-color: var(--vdarkblue);
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    font-family: system-ui;
    z-index: 1100;
}

#gdpr-cookie-message h4, #gdpr-cookie-message h5 {
    color: var(--yellow);
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

#gdpr-cookie-message h4 {
    margin-bottom: -5px;
    line-height: 2rem;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 14px;
    line-height: 1.5em;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 4px;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: var(--yellow);
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 1px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
    color: var(--white);
    border-bottom-color: var(--yellow);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: var(--yellow);
    color: black;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    padding: 5px;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
    background: white;
    color: var(--black);
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: white;
    color: var(--black);
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

.policies a{
  color: #8b8b8b;
  margin: 10px;
}





/* ---------------------------
   ----- Form Validation -----
   --------------------------- */

.invalid-feedback{
  display:none;
  width:100%;
  margin-top:.25rem;
  font-size:80%;
  color:#dc3545
}

.invalid-tooltip{
  position:absolute;
  top:100%;
  z-index:5;
  display:none;
  max-width:100%;
  padding:.25rem .5rem;
  margin-top:.1rem;
  font-size:.875rem;
  line-height:1.5;
  color:#fff;
  background-color:rgba(220,53,69,.9);
  border-radius:.25rem
}

.form-control.is-invalid,.was-validated-custom .form-control:invalid{
  border-color:#dc3545;
  padding-right:calc(1.5em + .75rem);
  background-repeat:no-repeat;
  background-position:center right calc(.375em + .1875rem);
  background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated-custom .form-control:invalid:focus{
  border-color:#dc3545;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}

.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated-custom .form-control:invalid~.invalid-feedback,.was-validated-custom .form-control:invalid~.invalid-tooltip{
  display:block
}
.was-validated-custom textarea.form-control:invalid,textarea.form-control.is-invalid{
  padding-right:calc(1.5em + .75rem);
  background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid,.was-validated-custom .custom-select:invalid{
  border-color:#dc3545;
  padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);
}
.custom-select.is-invalid:focus,.was-validated-custom .custom-select:invalid:focus{
  border-color:#dc3545;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated-custom .custom-select:invalid~.invalid-feedback,.was-validated-custom .custom-select:invalid~.invalid-tooltip{
  display:block
}
.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated-custom .form-control-file:invalid~.invalid-feedback,.was-validated-custom .form-control-file:invalid~.invalid-tooltip{
  display:block
}
.form-check-input.is-invalid~.form-check-label,.was-validated-custom .form-check-input:invalid~.form-check-label{
  color:#dc3545
}
.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated-custom .form-check-input:invalid~.invalid-feedback,.was-validated-custom .form-check-input:invalid~.invalid-tooltip{
  display:block
}
.custom-control-input.is-invalid~.custom-control-label,.was-validated-custom .custom-control-input:invalid~.custom-control-label{
  color:#dc3545
}
.custom-control-input.is-invalid~.custom-control-label::before,.was-validated-custom .custom-control-input:invalid~.custom-control-label::before{
  border-color:#dc3545
}
.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated-custom .custom-control-input:invalid~.invalid-feedback,.was-validated-custom .custom-control-input:invalid~.invalid-tooltip{
  display:block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated-custom .custom-control-input:invalid:checked~.custom-control-label::before{
  border-color:#e4606d;
  background-color:#e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated-custom .custom-control-input:invalid:focus~.custom-control-label::before{
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated-custom .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{
  border-color:#dc3545
}
.custom-file-input.is-invalid~.custom-file-label,.was-validated-custom .custom-file-input:invalid~.custom-file-label{
  border-color:#dc3545
}
.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated-custom .custom-file-input:invalid~.invalid-feedback,.was-validated-custom .custom-file-input:invalid~.invalid-tooltip{
  display:block
}
.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated-custom .custom-file-input:invalid:focus~.custom-file-label{
  border-color:#dc3545;
  box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}





* ------------------------
   ----- V Small Screen -----
   ------------------------ */


@media (min-width: 450px) {

  .navbar {
    grid-template-columns: 275px 1fr;
  }

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

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



/* ------------------------
   ----- Small Screen -----
   ------------------------ */

@media (min-width: 576px) {

  :root {
    --margin: 30px;
    --nmargin: -30px;
  }

  .mainpage.home h1 {
    text-align: left;
  }
  

  figure, figure.video, cocoen-component {
    margin: 0 !important;
  }

  .twocolumn.innovation {
    display:grid;
    grid-template-columns: 1fr 1.5fr;
    grid-column-gap: var(--spacing);
    grid-row-gap: var(--gridspacing);
  }

  .threecolumn, .fourcolumn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: var(--gridspacing);
    grid-row-gap: var(--gridspacing);
  }

  .threecolumn img, .fourcolumn img {
    max-height:250px;
  }

  .advantage div span {
    font-size: 300%;
  }

  .contactus {
    max-width:600px !important; 
  }

  .contactus form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: var(--spacing);
    grid-row-gap: var(--gridspacing);
  }

  .contactus form  > div:nth-child(1) {
    grid-column: 1; 
  }

  .contactus form  > div:nth-child(2) {
    grid-column: 2; 
  }

  .contactus form  > div:nth-child(3) {
    grid-column: span 2; 
  }

  .contactus form  > div:nth-child(4) {
    grid-column: span 2; 
  }


  h6 {
    min-height: 22px;
  }

  .prm-parallax {
    background-size: 40%;
  }


  .threefigures {
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: var(--gridspacing);
    grid-row-gap: var(--gridspacing);
  }

  .threefigures > figure {
    margin: 0 !important;
  }

  .threefigures > figure:nth-child(1) {
    grid-column: span 2; 
    grid-row: 1; 
  }

  .threefigures > figure:nth-child(2) {
    grid-column: 1; 
    grid-row: 2;
  }

  .threefigures > figure:nth-child(3) {
    grid-column: 2; 
    grid-row: 2;
  }



 .twofigures {
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: var(--gridspacing);
  }

 .twofigures > figure:nth-child(1) {
    grid-column: 1; 
    grid-row: 1;
  }

  .twofigures > figure:nth-child(2) {
    grid-column: 2;
  }


  .card {
    width: 500px;
  }
  .card iframe {
    width: 500px;
    height: 400px;
  }

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

}




/* -------------------------
   ----- Medium Screen -----
   ------------------------- */

@media (min-width: 992px) {
  .mainpage h1 {
    text-align: left;
  }

  section.surround {
    padding-top: calc(2*var(--spacing));
  }

  section.surround:first-child {
    margin-top: 0;
  }

  section.surround.process_bar > div{
    width: 80%;
  }

  .strong { padding: 0; }

  .twocolumn {
    display:grid;
    grid-template-columns: 1fr 1.5fr;
    grid-column-gap: var(--spacing);
    grid-row-gap: var(--gridspacing);
  }

  .twocolumn.middle {
      grid-template-columns: 1fr;
  }

  .twocolumn.even {
    grid-template-columns: 1fr 1fr;
  }

  .twocolumn.middle > div {
    max-width:600px;
    margin: 0 auto!important;
  }

  .twocolumn.leftside {
    display: grid;
    flex-direction: unset;
  }

  .twocolumn.right {
    grid-template-columns: 1.5fr 1fr;
  }

  .twocolumn > div {
    margin:0;
  }

  .threecolumn, .threecolumn.talktous, .threecolumn.team {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: var(--spacing);
    grid-row-gap: var(--gridspacing);
  }

  .threecolumn.advantage {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: var(--gridspacing);
    grid-row-gap: var(--gridspacing);
  }

  .threecolumn img, .fourcolumn img {
    max-height:300px;
  }


  .threecolumn.team h5, .threecolumn.team p {
    text-align: center;
  }

  .threecolumn.impact > div {
    text-align: left;
  } 


  .fourcolumn {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: var(--spacing);
    grid-row-gap: var(--gridspacing);
  }

  .fourcolumn p {
    text-align: left;
    min-height: 100px;
  }


/*
  .threecolumn.impact h5 {
    text-align: left;
  }
*/
  .talktous h5, .talktous p {
    margin-top: 0;
    text-align: center;
  }

  .featured {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .awards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .profile h1 {
    padding-top: 300px;
  }

  /* Swap the order of the elements */
  .right > div:nth-child(odd) { 
    order:2;
    margin-right: var(--spacing);
  }

  .right > div:nth-child(even) { 
    order:1; 
    margin-left: var(--spacing);
  } 

  section.surround.invest {
    text-align: center;
  }

  section.surround.invest h3 {
    text-align: left;
  }

  section.surround.invest p {
    text-align: right; 
  }

  .threefigures {
    display:grid;
    grid-template-columns: 1.618fr 1fr;
    grid-column-gap: var(--gridspacing);
    grid-row-gap: var(--gridspacing);
  }

  .threefigures > figure:nth-child(1) {
    grid-column: 1; 
    grid-row: span 2; 
  }

  .threefigures > figure:nth-child(2) {
    grid-column: 2; 
    grid-row: 1;
    margin: 0;
  }

  .threefigures > figure:nth-child(3) {
    grid-column: 2; 
    grid-row: 2; 
    margin: 0;
  }

 .twofigures {
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: var(--gridspacing);
  }

 .twofigures > figure:nth-child(1) {
    grid-column: 1; 
    grid-row: 1; 
  }

  .twofigures > figure:nth-child(2) {
    grid-column: 2; 
    grid-row: 1;
  }



  .card {
    width: 700px;
  }

  .card iframe {
    width: 700px;
    height: 500px;
  }

}

