@import url("reset.css");
@import url("unsemanticProduction.css");
@import url("MyFontsWebfontsKit.css");
@import url("fontawesome.min.css");
@import url("fa-brands.min.css");
@import url("fa-light.min.css");
@import url("fa-solid.min.css");
@import url("//fast.fonts.net/cssapi/d11fcb1c-85e1-4cdc-a3fe-7ef61e05dca4.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.min.css");

@import url("//cdn.plyr.io/3.7.2/plyr.css");
@import url("//api.tiles.mapbox.com/mapbox-gl-js/v1.2.0/mapbox-gl.css");

/* @group Font Refs. */

/*
font-family:'NHaasGroteskDSW01-25Th';
font-family:'NeueHaasGroteskDisp W01';
font-family:'NHaasGroteskDSW01-65Md';


font-family: AlmarenaDisplayLight;
font-family: AlmarenaDisplayRegular;
font-family: AlmarenaDisplayBold;

   */

/*
Charcoal #131618
Platinum #e3e3e5
*/

/* @end */

/* @group General */

:root {
  --white: #fff;
  --almond: #eee0d0;
  --silver: #c4c8cc;
  --coral: #ff4d4c;
  --slate: #3e3d47;
  --wine: #5c2230;
  --sun: #f3953f;
  --moss: #b5ceb4;
  --beetle: #004136;
  --plyr-color-main: #c4c8cc;
  --hilite: #000;
}

html {
  /*overflow-x: hidden !important;*/
  overflow-y: scroll;
}

body {
  font-family: "AlmarenaDisplayRegular", sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  background-color: var(--white);
}

/* Fonts */

h1,
h2,
h3,
h4,
h5 {
  font-family: "AlmarenaDisplayBold", sans-serif;
  color: var(--slate);
  line-height: 1.25em;
  margin-right: 10%;
}

h1 {
  font-size: 4em;
  line-height: 1.15em;
  margin-bottom: 36px;
}

h2 {
  font-size: 3em;
  margin-botton: 48px;
}

/*.grid-hero-text h2 {
	font-size: 2.4em;
}*/

/*.sectorH2partner {
	margin-top: 8px;
}*/

h3 {
  font-size: 2.6em;
  margin-bottom: 18px;
}

h4 {
  font-size: 2.2em;
  margin-bottom: 18px;
  line-height: 1.2em;
}

h5,
h6 {
  font-family: "AlmarenaDisplayRegular", sans-serif;
  font-size: 1.6em;
  line-height: 1.3em;
  margin-bottom: 18px;
  color: var(--slate);
  /* for paragraphs */
  margin-right: 16%;
}

h6 {
  font-size: 1.2em;
}

#hs-eu-cookie-confirmation {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

p,
.grid-outer ul,
.grid-outer ol,
.grid-container-white ul,
.grid-container-white ol {
  margin-right: 16%;
  margin-bottom: 18px;
  line-height: 1.5em;
  color: var(--slate);
  font-size: 1.1em;
}

.grid-outer ul,
.grid-outer ol,
.grid-container-white ul,
.grid-container-white ol {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}

.grid-outer ol li:before,
.grid-container-white ol li:before,
.grid-outer ul li:before,
.grid-container-white ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
}

.grid-outer ul li,
.grid-container-white ul li {
  margin-bottom: 12px;
}

.grid-outer ol,
.grid-container-whiteol {
  counter-reset: zcounter;
}

.grid-outer ol li:before,
.grid-container-white ol li:before {
  content: counter(zcounter);
  counter-increment: zcounter;
}

a {
  text-decoration: none;
  transition-duration: 0.5s;
  color: var(--hilite);
  border-bottom: 2px solid transparent;
}

a:hover {
  text-decoration: none;
  color: var(--hilite);
  /* border-bottom: 3px solid var(--slate); */
}

b,
strong {
  color: var(--slate);
  font-family: "AlmarenaDisplayBold";
}

::selection {
  color: var(--white);
  background: var(--slate);
}
::-moz-selection {
  color: var(--white);
  background: var(--slate);
}

*:focus {
  outline: none;
}

/* @end */

/* @group Navigation */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition-duration: 0.5s;
  background: transparent !important;
  padding-top: 24px;
  height: auto;
}

#mLink {
  position: relative;
  display: block;
  float: left;
}

#mLink p {
  font-family: "AlmarenaDisplayBold";
  float: right;
  font-size: 1em;
  opacity: 1;
  transition-duration: 0.5s;
  color: var(--white);
  margin-left: 8px;
  margin-right: 0;
  margin-top: 5px;
}

header .modalaccess .exp {
  /*text-transform: uppercase;*/
  font-family: "AlmarenaDisplayBold";
  position: absolute;
  top: -12px;
  right: -62px;
  font-size: 0.95em;
}

header .modalaccess {
  margin-top: 32px;
  transition-duration: 0.5s;
  cursor: pointer;
}

header .modalaccess:hover * {
  color: var(--slate) !important;
}

header .social {
  margin-top: 42px;
  transition-duration: 0.5s;
}

header .fab,
header .fal {
  color: white;
  transition-duration: 0.5s;
}

header .fab:hover {
  color: var(--slate);
}

header a,
header a:hover {
  border-bottom: 0px solid transparent !important;
}

#investors img {
  width: 60%;
  float: left;
  margin-top: 5px;
  margin-bottom: 36px;
}

.grid-logo h1 {
  font-family: "NHaasGroteskDSW01-25Th", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  font-size: 2.8em;
  line-height: 0.6em;
  transition-duration: 0.5s;
  margin: 24px 0 0 0;
  display: block;
}

.social .fab {
  float: right;
  /*margin-left: 16px;*/
}

/* @end */

/* @group Nav Shrink */

.shrink {
  background: transparent;
  padding-top: 6px;
}

.shrink * {
  color: var(--hilite) !important;
}

.shrink .modalaccess {
  margin: 14px 0 0 0;
}

.shrink .social {
  margin: 23px 0 0 0;
}

.shrink .grid-logo h1 {
  opacity: 0;
  display: none;
}

.shrink span.exp {
  opacity: 0;
}

.shrink #mLink p {
  opacity: 0;
}

/* @end */

/* @group Home Movie */

.poster {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -100;

  /*cursor: url('../img/onyva.png'), auto;*/
}

.home-movie {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 0;
  height: 0;
  margin-bottom: 48px;
  /*cursor: url('../img/onyva.png'), auto !important;*/
}

.home-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*cursor: url('../img/onyva.png'), auto !important;*/
}

/* @end */

/* @group Project */

.backstretch,
.grid-peachypancakes {
  /*cursor: url('../img/onyva.png'), auto;*/
}

h2.projecttitle {
  /*text-shadow: 1px 1px 3px #333333;*/
  color: var(--white);
  line-height: 1.15em;
}

.grid-innerpt {
  margin-bottom: 24px;
}

.grid-projecttitle h2 i {
  color: var(--white);
  margin-right: 0;
}

p.tripletitle {
  padding-top: 18px;
}

.grid-lucyblock {
  max-width: 1430px !important;
}

.grid-icon h4,
.grid-icon p {
  padding: 16px 16px 16px 16px;
}

.grid-icon p {
  padding: 0 16px 16px 16px;
}

/* Project page title grid */

.grid-projecttitle {
  background: transparent;
}

/* Project Quote */

.quote {
  margin: 0;
  padding: 0 8% 0 0;
  quotes: "\201C""\201D""\2018""\2019";
}

.noquote {
  margin: 0;
  padding: 0 8% 0 0;
}

.quote p:before,
.quote p:after {
  color: var(--hilite);
  content: open-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 12px;
  vertical-align: -0.3em;
}

.quote p:after {
  content: close-quote;
  margin-left: 12px;
  vertical-align: -0.4em;
}

.quote p,
.noquote p {
  font-size: 2.2em;
  margin-bottom: 18px;
  font-family: "AlmarenaDisplayBold", sans-serif;
  color: var(--slate);
  line-height: 1.2em;
  margin-right: 0;
}

p.quoted {
  margin-top: 12px;
  color: var(--slate);
}

/* Sector question */

.question {
  color: var(--hilite);
  font-family: "AlmarenaDisplayRegular", sans-serif;
  margin-bottom: 32px;
}

.grid-stats ul,
.grid-stats p {
  margin-top: 4px;
  margin-right: 8%;
  font-size: 1em;
  margin-bottom: 0;
}

.grid-stats ul {
  margin-top: 0;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin-left: 0;
  padding-left: 1.2em;
  position: relative;
}

.grid-stats ul li {
  /*padding-left: 1.0em;
    text-indent: -1.0em;*/
  margin-bottom: 0;
  list-style-type: none;
  list-style-image: none;
}

/*
.grid-stats ul li:before {
  content: "–";
  padding-right: 7px;
}*/

.grid-stats ul li:before {
  content: "–";
  position: absolute;
  left: 0;
}

.grid-awards {
  margin: 24px 0;
}

.grid-awards h4 {
  color: var(--white);
  padding-left: 10px;
}

.grid-awards p {
  margin-top: 0;
  margin-right: 16%;
  /*font-size: 1em;*/
  color: var--slate;
  font-family: "AlmarenaDisplayBold";
}

.sharing {
  width: 100%;
  text-align: left;
  padding: 20px 0 0 0;
}

.sharing a {
  transition-duration: 0.5s;
  border-bottom: none;
  color: var(--slate);
  margin-right: 10px;
}

.sharing a:last {
  margin-right: 0;
}

.sharing a:hover {
  color: var(--hilite);
  border-bottom: none;
}

.grid-share .sharing {
  text-align: left !important;
}

.backto {
  margin-top: 14px;
}

.backto a {
  border-bottom: none !important;
}

/* @end */

/* @group Galleria Title */

.grid-galleria-title h2 {
  color: var(--white);
  font-size: 3em;
  text-shadow: 1px 1px 3px var(--slate);
}

span.sub {
  font-family: "AlmarenaDisplayRegular", sans-serif !important;
  margin-left: 0;
  color: var(--white);
  font-size: 0.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* @end */

/* @group Lucy Blocks */

.overtext_outer {
  position: relative;
}

.overtext {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 40%;
  padding-top: 6%;
  margin: 0 auto;
}

.overtext h1,
.overtext h2,
.overtext h3,
.overtext h4,
.overtext h5 {
  transition-duration: 0.5s;
  color: var(--white);
  background: inherit;
  display: inline;
  padding: 0.1em 0.6rem;
  margin-right: 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.45em;
}

.overtext h1 {
  padding: 0.1em 0.9rem;
}

.overtext p {
  float: right;
  margin-top: 24px;
  margin-right: 0;
}

.overtext_left {
  left: 10%;
  width: 40%;
}

.overtext_left p {
  float: left;
}

.overtext_research h1,
.overtext_research h2,
.overtext_research h3,
.overtext_research h4,
.overtext_research h5 {
  color: var(--slate);
  display: inline;
  background: var(--hilite);
  line-height: 1.25em;
  box-shadow: 6px 0 0 var(--hilite), -6px 0 0 var(--hilite);
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.overtext_research h4,
.overtext_research h5 {
  line-height: 1.5em;
}

.lucytext {
  padding: 36px 18px 18px 36px;
  background-repeat: no-repeat !important;
  background-position: left -80px bottom -80px !important;
  background-size: 360px !important;
}
.lucytextright {
  padding: 36px 18px 18px 36px;
}

.itsme {
  color: var(--slate) !important;
}

p.lucy_para_left,
p.lucy_para_right,
.overtext_research p {
  color: var(--white);
  margin-right: 0%;
  padding: 0;
  width: 90%;
  float: left !important;
  /*font-size: 1.6vw;
	line-height: 1.3em;*/
}

p.lucy_para_right,
.overtext_research p.research_para_right {
  float: right !important;
}

p.lucy_para_left,
p.lucy_para_right {
  color: var(--slate);
}

.overtext h1 {
  font-size: 4.2vw;
}
.overtext h2 {
  font-size: 3.4vw;
}
.overtext h3 {
  font-size: 2.8vw;
}
.overtext h4 {
  font-size: 2.4vw;
}
.overtext h5 {
  font-size: 2vw;
}

. .grid-lucyblock-research:hover h1,
.grid-lucyblock-research:hover h2,
.grid-lucyblock-research:hover h3,
.grid-lucyblock-research:hover h4,
.grid-lucyblock-research:hover h5 {
  background: var(--white);
  box-shadow: 6px 0 0 var(--white), -6px 0 0 var(--white);
}

.lblock0 {
  padding-left: 60px !important;
}

.lblock1 {
  padding-right: 0;
}

.lblock2 {
  padding-left: 0;
}

/* @end */

/* @group Image Blocks */

/* Project Sector text */

a > .imageblock:hover > .imagetitle_sector {
  color: var(--hilite);
}

.loc {
  font-family: "AlmarenaDisplayRegular";
  color: var(--silver);
}

img.fw {
  width: 100%;
}

p.imagetitle {
  line-height: 1.3em;
  font-family: "AlmarenaDisplayBold" !important;
  color: var(--slate);
}

.outerp {
  position: relative;
}

.imagetitle-home {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 12px;
  bottom: 20px;
  background: transparent;
  height: auto;
  padding-left: 20px;
  padding-right: 10px;
  margin-right: 0;
  margin-bottom: 0;
  font-family: "AlmarenaDisplayRegular" !important;
  color: var(--white) !important;
}

.imagetitle-home span {
  font-family: "AlmarenaDisplayRegular" !important;
}

p.imagetitle_sector {
  margin: 12px 0 0 0;
  font-family: "AlmarenaDisplayBold";
  color: var(--slate);
  transition-duration: 0.5s;
  line-height: 1.3em;
}

p.imagetitle_special {
  margin-top: 2%;
  margin-bottom: 2%;
}

.grid-home-title {
  margin-top: -4px;
  background: var(--slate);
  padding: 12px;
}

.grid-home-title h3 {
  font-size: 1.6em !important;
  margin-bottom: 6px;
}

.grid-home-title h3,
.grid-home-title p {
  color: var(--white);
}

.grid-container-home .grid-33:hover h4.imagetitleh4 {
  color: var(--hilite);
}

.imagetitleh4-outer {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  /*background: #0c2340;*/
}

h4.imagetitleh4 {
  transition-duration: 0.5s;
  color: var(--slate) !important;
  font-family: "AlmarenaDisplayBold";
  font-size: 1.6em;
  line-height: 1.2em;
  padding: 16px 16px 0 0;
}

h4.imagetitleh4 span {
  font-size: 0.9em;
  font-family: "AlmarenaDisplayRegular" !important;
  line-height: 0.8em !important;
}

.grid-research-block {
  position: relative;
  margin-bottom: 24px;
}

.grid-research-block h3,
.grid-research-block h5 {
  transition-duration: 0.5s;
}

.grid-research-block h5 {
  margin-top: 12px;
}

.grid-research-block:hover h3,
.grid-research-block:hover h5 {
  color: var(--hilite);
}

.outerpResearch {
  position: absolute;
  left: 24px;
  bottom: 12px;
}

.outerpResearch p {
  color: var(--white);
  margin-bottom: 0;
}

.grid-research-block h3 {
  margin-right: 12px;
  font-size: 2.4em;
  line-height: 1.2em;
}

.relatedProjectImage {
  width: 100%;
  padding-bottom: 65.2%;
  height: 0;
}

.grid-sector-intro {
  margin-top: 6px;
}

/* @end */

.grid-related {
  margin-bottom: 0;
  background-repeat: no-repeat !important;
  background-position: left -40px bottom -80px !important;
  background-size: 480px !important;
}

/* @group Social Rows */

.grid-twit-img .media img {
  width: 100%;
}

.grid-insta h4 a {
  border-bottom: none;
}

.grid-twits a,
.grid-twits a:hover,
#iTextHolder p a,
#iTextHolder p a:hover {
  border-bottom: none;
}

.instafeed-image-square {
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.instafeed-image-square img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

#igramtxt p {
  padding-top: 16px;
  /*padding: 16px 16px 16px 0 ;*/
  margin-right: 6%;
  color: var(--slate);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.social-block p a {
  font-family: "AlmarenaDisplayBold";
  /* border-bottom: 3px solid var(--white); */
  overflow-wrap: anywhere;
}

.social-block p a:hover {
  color: var(--hilite);
  /* border-bottom: 3px solid var(--slate); */
}

.lifeChunk {
  position: relative;
  margin-bottom: 2px;
}

.lifeLink .outerp {
  width: auto;
}

.lifeLink .emph {
  transition-duration: 0.5s;
}

.lifeLink .emph {
  position: absolute;
  background-color: var(--hilite);
  bottom: 0;
  left: 1px;
  right: 1px;
  height: 6px;
}

.lifeLink:hover .emph {
  background-color: var(--slate);
}

p.tweet {
  margin-right: 6%;
}

/* @end */

/* @group Stats Boxes */

.grid-stat {
  width: 100%;
  height: auto;
  background: var(--slate);
  display: block;
  float: left;
}

.grid-stat-inner {
  display: block;
  padding: 24px 0 32px 0;
}

.grid-stat .numb {
  text-align: center;
  color: var(--white);
  font-size: 4vw;
  font-family: "AlmarenaDisplayLight";
  margin-bottom: 12px;
}

.grid-stat .fact {
  text-align: center;
  color: var(--silver);
  font-size: 1.1em;
  font-family: "AlmarenaDisplayBold";
}

/* Full width images color choice */

.grid-full-width-text h1,
.grid-full-width-text h2,
.grid-full-width-text h3,
.grid-full-width-text h4,
.grid-full-width-text h5,
.grid-full-width-text p {
  color: inherit !important;
}

.grid-container-super p a,
.grid-container-super h1 a,
.grid-container-super h2 a,
.grid-container-super h3 a,
.grid-container-super h4 a,
.grid-container-super h5 a {
  color: var(--white);
  /* border-bottom: 3px solid var(--hilite); */
}

.grid-container-super p a:hover,
.grid-container-super h1 a:hover,
.grid-container-super h2 a:hover,
.grid-container-super h3 a:hover,
.grid-container-super h4 a:hover,
.grid-container-super h5 a:hover {
  color: var(--hilite);
  /* border-bottom: 3px solid var(--white); */
}

/* @end */

/* @group Research Link */

.grid-research-lnk h1,
.grid-research-lnk h2,
.grid-research-lnk h3,
.grid-research-lnk h4 {
  color: var(--silver);
}

.grid-research-lnk p {
  color: var(--white);
}

.grid-research-lnk:hover h1,
.grid-research-lnk:hover h2,
.grid-research-lnk:hover h3,
.grid-research-lnk:hover h4,
.grid-research-lnk:hover p {
  transition-duration: 0.5s;
  color: var(--hilite);
}

/* @end */

/* @group Grid Modifications */

.grid-container-super {
  position: relative;
  max-width: 100% !important;
  /*margin-bottom: 24px;*/
}

.grid-container-super h1,
.grid-container-super h2,
.grid-container-super h3,
.grid-container-super h4,
.grid-container-super p {
  /*color: white;*/
  margin-bottom: 12px;
}

.grid-container-super h1 a,
.grid-container-super h2 a,
.grid-container-super h3 a,
.grid-container-super h4 a,
.grid-container-super p a {
  color: var(--hilite);
  /* border-bottom: 0px solid var(--silver); */
}

.grid-container-super h1 a:hover,
.grid-container-super h2 a:hover,
.grid-container-super h3 a:hover,
.grid-container-super h4 a:hover,
.grid-container-super p a:hover {
  color: var(--white);
  /* border-bottom: 0px solid var(--silver); */
}

.grid-container-main p,
.grid-container-main h1,
.grid-container-main h2,
.grid-container-main h3,
.grid-container-main h4 {
  margin-top: 64px;
}

/* @end */

/* @group Footer */

.grid-container-footer-outer {
  width: 100% !important;
  min-height: 400px;
  left: -2400px;
}

.show-footer {
  left: 0;
}

.grid-container-footer {
  margin: 0 auto;
  max-width: 100%;
  padding: 45px 0 32px 0;
  background: var(--slate);
  border-top: 1px solid var(--silver);
  background-repeat: no-repeat;
  background-position: right -80px bottom -180px;
  background-size: 780px;
}

.grid-container-footer h4 {
  color: var(--white);
}

.grid-container-footer p {
  color: var(--white);
  margin-bottom: 24px;
}

.grid-container-footer p strong {
  color: var(--white);
}

.grid-container-footer p a {
  font-family: "AlmarenaDisplayBold";
  color: var(--white);
  border-bottom: 0px solid transparent;
}

.grid-container-footer p a:hover {
  color: var(--hilite);
  border-bottom: 0px solid transparent;
}

.grid-touch p {
  font-family: "AlmarenaDisplayBold", sans-serif;
  font-size: 2.4em;
  color: var(--hilite);
  margin-bottom: 30px;
  margin-right: 0;
}

#mapouterContact {
  /*margin-top: 28px;*/
  overflow: hidden !important;
  opacity: 0;
  border-radius: 50%;
  position: relative;
  float: left;
  width: 100%;
  border: 3px solid var(--slate);
  padding-bottom: 100%;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

#mapContact {
  transition-duration: 0.5s;
  border-radius: 50%;
  position: absolute;
  width: 128%;
  height: 128%;
  margin-top: -16%;
  margin-left: -16%;
  cursor: pointer;
  overflow: hidden !important;
}

.footer-creds p,
.footer-creds p a {
  color: var(--slate);
}

#creditable:hover span:after {
  content: ": Cartwright Pickard + redbox";
}

.mapLinkMobile {
  display: none;
}

/* @end */

/* @group Map */

.map {
  cursor: pointer;
}

.grid-map {
  overflow: hidden;
}

.grid-map-show {
  height: 480px;
}

#mapouter_project {
  border-radius: 50%;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 8px;
  padding-bottom: 100%;
  border: 3px solid var(--silver);
  overflow: hidden !important;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

#map_project {
  transition-duration: 0.5s;
  border-radius: 50%;
  position: absolute;
  width: 110%;
  height: 110%;
  margin: -5% 0 0 -5%;
  cursor: pointer;

  overflow: hidden !important;
}

#mapouter_project a,
#mapouter_project a:hover,
#mapouterContact a,
#mapouterContact a:hover {
  border-bottom: 0px solid transparent;
}

.leaflet-control-container {
  display: none !important;
}

#map:hover {
  border: 3px solid var(--silver);
}

.mapLink {
  font-family: "AlmarenaDisplayBold";
}

.mapLink:hover {
  transition-duration: 0.5s;
  cursor: pointer;
  color: var(--hilite);
}

/* @end */

/* @group FeatherLight */

/*.enhance {
	opacity: 0;
}
.enhance:hover {
	opacity: 1;
}*/

.enhance {
  cursor: pointer;
}

.grid-news-chunk {
  display: block;
  float: left;
  background: var(--silver);
  margin-bottom: 20px;
  height: auto;
  min-height: 400px;
}

.grid-news-home {
  min-height: auto;
}

.grid-news-chunk .grid-home-title .title * {
  color: var(--white);
}

.grid-news-chunk * h4 {
  line-height: 1.2em !important;
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.6em;
}

.grid-news-chunk .grid-home-title {
  padding-left: 18px;
}

@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: var(--white);
    background: rgba(255, 255, 255, 0);
  }
  .featherlight:last-of-type {
    background: rgba(255, 255, 255, 1);
  }
  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
    max-height: 98%;
    background: var(--white);
    cursor: pointer;
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight .featherlight-close-icon {
    display: none;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    border: 0;
  }
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  /*.featherlight .featherlight-content {
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;
		padding: 10px 10px 0;
	}*/
}

/* @end */

/* @group Stats Box */

.statbox_inner {
  float: left;
  height: 100%;
  width: 100%;
  margin: 24px 0;
  border: 1px solid var(--silver);
}

.statbox h4 {
  float: left;
  margin: 18px 0;
  font-size: 7em;
  color: var(--slate);
  text-align: center;
  width: 100%;
  color: var(--slate);
  font-family: "AlmarenaDisplayBold";
}

.statbox p {
  float: left;
  margin-bottom: 18px;
  width: 100%;
  text-align: center;
  color: var(--slate);
}

/* @end */

/* @group Ani Modal */

.grid-modal-start {
  margin-top: 43px;
  margin-bottom: 24px;
}

#cpModal {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: right -80px top -60px;
}

#cpModal h3 {
  color: var(--hilite);
}

#cpModal h5 {
  margin-bottom: 0;
}

#cpModal h5 a {
  border-bottom: none;
  color: var(--slate);
}

#cpModal h5 a:hover {
  color: var(--hilite);
}

/*.modal_col .select {
	color:#999 !important;
}*/

.heading {
  color: var(--slate) !important;
}

.close-cpModal {
  cursor: pointer;
  transition-duration: 0.5s;
  font-size: 2em;
  color: var(--slate);
}

.close-cpModal:hover {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.holder {
  float: left;
  width: 100%;
  margin: 40px 0;
  position: relative;
}

#cpModal input[type="text"] {
  font-family: "AlmarenaDisplayRegular", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: var(--hilite);
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
}

::-webkit-input-placeholder {
  color: var(--slate);
}
::-moz-placeholder {
  color: var(--slate);
}
:-ms-input-placeholder {
  color: var(--slate);
}
:-moz-placeholder {
  color: var(--slate);
}

.fx0 {
  border: 0;
  padding: 7px 0;
  border-bottom: 2px solid var(--silver);
}

.fx0 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--slate);
  transition: 0.5s;
}

.fx0:focus ~ .focus-border {
  width: 100%;
  transition: 0.5s;
}

.fx0:not(:root:root) {
  border-bottom: 2px solid var(--slate) !important;
}

h3.boost,
h3.boost a {
  color: var(--white);
  font-family: "AlmarenaDisplayRegular", sans-serif !important;
}

h3.boostoa,
h3.boostoa a {
  color: var(--white);
  font-family: "AlmarenaDisplayBold", sans-serif !important;
}

.boost-header {
  color: var(--hilite);
  font-family: "AlmarenaDisplayBold", sans-serif !important;
}

:focus {
  outline: none;
}

.select {
  color: var(--hilite) !important;
}

#searcher:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f007";
}

.socialLinks {
  margin-top: 16px;
}

.socialLinks_mobile {
  margin-top: 24px;
}

.socialLinks a {
  margin-right: 18px;
  color: var(--slate);
  border-bottom: none;
}

.socialLinks a:hover {
  color: var(--hilite);
  border-bottom: none;
}

.modalMobile {
  display: none;
}

/* Mobile Menu */

.m_menu {
}

ul.m_menu {
  margin-right: 0;
}

ul.m_menu li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  padding-bottom: 8px;
}

ul.m_menu li a {
  color: var(--slate);
  border-bottom: none;
  margin: 0;
  padding: 0;
}

a.mobile_rowb {
  font-family: "AlmarenaDisplayBold";
  color: var(--hilite) !important;
  display: block;
  padding-bottom: 10px !important;
}

li.mobile_heading_main {
  margin-bottom: 10px !important;
}

li.mobile_heading_main a {
  font-family: "AlmarenaDisplayBold", sans-serif;
}

/* @end */

/* @group Blazy */

.b-lazy {
  -webkit-transition: opacity 256ms ease;
  -moz-transition: opacity 256ms ease;
  -o-transition: opacity 256ms ease;
  transition: opacity 256ms ease;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

/* @end */

/* @group Video */

#player {
  margin-bottom: 64px;
  margin-bottom: 32px;
  margin-bottom: 18px;
}

/* @end */

/* @group Audio */

.mejs__container {
  margin-top: 6px;
  background: var(--silver) !important;
  border-radius: 12px;
}

.mejs__container *,
.mejs__horizontal-volume-slider * a {
  border-bottom: none !important;
  font-family: "AlmarenaDisplayRegular";
}

/* @end */

/* @group Search */

ul.navigation_list li {
  list-style-image: none !important;
  list-style-type: none !important;
}

ul.navigation_list li a {
  color: var(--slate);
  font-size: 1.6em;
  line-height: 1.4em;
  transition-duration: 0.5s;
  border-bottom: none;
}

ul.navigation_list li a:hover {
  color: var(--hilite);
  border-bottom: none;
}

.extratext {
  display: none;
}

mark,
span.highlight {
  background: transparent !important;
  color: var(--silver) !important;
}

/* @end */

p.cliP {
  font-family: "AlmarenaDisplayBold", sans-serif;
  margin-bottom: 4px;
}

.cvRole,
.cvRole a {
  color: var(--hilite);
  border-bottom: none;
}

.grid-textblock p a {
  font-family: "AlmarenaDisplayBold", sans-serif;
}

.grid-textblock p a:hover {
  text-decoration: none;
  color: var(--hilite);
  border-bottom: 2px solid var(--hilite);
}

.lowertext {
  margin-top: 18px;
}

.grid-rel:hover p {
  color: var(--hilite);
}

/* @group Jobs */

.grid-job {
  transition-duration: 0.3s;
  padding: 18px;
}

.grid-job:hover {
  background: var(--slate);
}

.grid-job .title h4 {
  font-family: "AlmarenaDisplayBold", sans-serif;
    overflow-wrap: anywhere;
  color: var(--white);
  display: inline;
  font-size: 1.5em;
  line-height: 1.1em;
}

.grid-job .title h4 span {
    overflow-wrap: anywhere;
}

.grid-job p {
  margin-top: 24px;
  font-family: "AlmarenaDisplayRegular";
  color: var(--white);
  line-height: 1.2em;
}

/* @end */

/* @group Home Special */

.grid-home .grid-home-title .title {
  padding: 0 0 6px 0;
  margin: 0 0 0 0;
  width: 100%;
  max-width: 80%;
}

.grid-home-title .title h2,
.grid-home-title .title h3,
.grid-home-title .title h4 {
  color: var(--slate);

  /*background: #0c2340;*/
  /*display: inline;
	padding: 0 1rem;

	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;*/
  /*display: inline;
  	background: #0c2340;
  	box-shadow: 10px 0 0 #0c2340, -10px 0 0 #0c2340;*/
}
.grid-home-title .title * span {
  /* border-bottom: 3px solid var(--silver); */
  transition-duration: 0.5s;
  line-height: 1.25em !important;
}

.newsTitle {
  font-size: 0.9em;
  max-width: 95% !important;
  padding-top: 12px !important;
  padding-bottom: 16px !important;
}
.newsTitle h4 {
  margin-right: 5%;
}

.newsTitleLatest {
  font-size: 0.8em;
  max-width: 95% !important;
  padding-top: 12px !important;
  padding-bottom: 16px !important;
}

.newsTitleLatest h4 {
  margin-right: 2%;
}

.newsTitleLatest h4 * span {
  line-height: 0.8em !important;
}

.grid-home-title .title h2,
.grid-home-title .title h3 {
  margin-top: 20px;
}

.grid-home-title p {
  margin-left: 0;
  margin-bottom: 24px;
}

.grid-home a {
  border-bottom: none;
}

.grid-home-title a {
  border-bottom: none;
  color: var(--slate);
}

.grid-home:hover .title * span {
  color: var(--hilite) !important;
  /*background: var(--hilite);
  	box-shadow: 10px 0 0 var(--hilite), -10px 0 0 var(--hilite);*/
}

p.homedat {
  font-family: "AlmarenaDisplayBold", sans-serif;
  margin: 10px 0 2px 0;
}

.grid-careers-title {
  margin: -24px 0 0 22px;
}

p.author {
  font-size: 1.6em;
  margin-bottom: 6px;
}

.grid-author {
  margin-top: 6px;
}

.grid-author:hover * strong {
  transition-duration: 0.5s;
  color: var(--silver) !important;
}

.authorImage {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.grid-blog-link h5,
.grid-blog-link p {
  font-family: "AlmarenaDisplayBold" !important;
  color: var(--white);
  padding: 8px 12px 0 12px;
  margin-bottom: 0;
}

.grid-blog-link p {
  font-family: "AlmarenaDisplayRegular", sans-serif !important;
  padding: 0 12px 12px 12px;
  line-height: 1.3em !important;
}

.grid-careers-title .title h2,
.grid-careers-title .title h3,
.grid-careers-title .title h4 {
  color: var(--white);
  transition-duration: 0.5s;
  background: var(--slate);
  /*display: inline;


	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;*/
  line-height: 1.3em;
  display: inline;
  background: var(--slate);
  box-shadow: 6px 0 0 var(--slate), -6px 0 0 var(--slate);
}

/* @end */

/* Shadow text */

.shadow_holder_outer {
  position: relative;
}

.shadow_holder {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 12px;
  bottom: 20px;
  background: transparent;
  height: auto;
}
.shadow_holder p {
  padding-left: 20px;
  padding-right: 10px;
  margin-right: 0;
  margin-bottom: 0;
  font-family: "AlmarenaDisplayBold" !important;
  color: var(--white) !important;
  text-shadow: 1px 1px 6px var(--slate);
}

@media (min-width: 1920px) {
  .grid-stat .numb {
    font-size: 3vw;
  }
}

@media (max-width: 1280px) {
  .grid-full-width-text h5 {
    font-size: 1.4em;
  }
}

@media (max-width: 1024px) {
  .fact {
    font-size: 1em !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  .grid-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-container-block {
    margin-bottom: 18px;
  }

  .grid-outer {
    padding-bottom: 32px;
  }

  #cpModal h3 {
    font-size: 1.8em;
  }

  #cpModal h5 {
    font-size: 1.2em;
  }

  #cpModal input[type="text"] {
    font-size: 1.2em;
  }

  h2.projecttitle {
    font-size: 2.2em;
  }

  h1 {
    font-size: 3em;
  }

  /*.grid-container-block-demi h4 {
		margin-bottom: 0;
	}*/

  .grid-container-main h3 {
    margin-top: 24px;
  }

  h3 {
    font-size: 1.8em;
  }
  h4 {
    font-size: 1.4em;
  }

  h5 {
    font-size: 1.2em;
    margin-right: 4%;
  }

  p {
    margin-right: 4%;
    font-size: 1.05em;
  }

  .grid-container-footer p {
    font-size: 0.9em;
  }

  .imagetitle_sector,
  .imagetitle-bump {
    margin-bottom: 24px !important;
  }

  .grid-related {
    margin-bottom: 0;
  }

  .quote p,
  .noquote p {
    font-size: 1.6em;
    margin-right: 2%;
  }

  #mapouter_project {
    /*border-radius: 0;*/
    border: 3px solid var(--silver);
  }

  .grid-full-width-text h4,
  .grid-full-width-text h5 {
    font-size: 1.2em;
  }

  .sharing {
    padding: 18px 0;
  }

  .backto {
    margin-top: 4px;
  }
  /*#map_project {
		border-radius: 0;
	}*/

  /*#mapouterContact {
    	border-radius: 0;
	}

	#mapContact {
		border-radius: 0;
	}*/
}

@media (max-width: 767px) {
  .lucytext {
    margin-bottom: 20px !important;
  }

  .lblock0 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lblock1 {
    padding-right: 0 !important;
    padding-left: 20px !important;
  }

  .lblock2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lblocka {
    margin-bottom: 20px !important;
  }

  .lblockx {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .lblockz {
    margin-bottom: 0 !important;
  }

  .lblock99 {
    padding-left: 0px !important;
  }

  .grid-blog-link {
    padding-bottom: 20px;
  }

  .grid-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-container-block {
    margin-bottom: 18px;
  }

  .grid-container-super,
  .grid-fullwidth {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .grid-logo h1 {
    font-size: 2em;
    margin-top: 32px;
  }

  .grid-container-white {
    padding-top: 24px;
  }

  #mLink p {
    display: none;
  }

  .social .fab {
    font-size: 1em;
    margin-left: 6px;
  }

  .overtext {
    position: relative;
    float: left;
    left: 5%;
    width: 80%;
    padding-top: 0;
    margin: 0 auto;
    /*margin-bottom: 24px;*/
  }

  /*.overtext h1,
	.overtext h2,
	.overtext h3,
	.overtext h4,
	.overtext h5 {
		padding: 0 0.8rem;
	}*/

  .overtext h1 {
    font-size: 3.2em;
  }
  .overtext h2 {
    font-size: 2.8em;
  }
  .overtext h3 {
    font-size: 2.4em;
  }
  .overtext h4 {
    font-size: 2em;
  }
  .overtext h5 {
    font-size: 1.4em;
  }
  .overtext p {
    font-size: 1.05em;
  }

  p.lucy_para_left,
  p.lucy_para_right {
    color: var(--slate);
    width: 90%;
    margin-bottom: 48px;
  }

  .imagetitle_special {
    margin-bottom: 0;
  }

  .imageblock {
    margin-bottom: 12px;
  }

  .lifeChunk {
    margin-bottom: 2px !important;
  }

  .grid-container-super .grid-100 img {
    width: 200%;
    margin-left: -40%;
    overflow: hidden !important;
  }

  .grid-stat .numb {
    font-size: 8vw;
  }

  .grid-stat {
    margin-bottom: 24px;
  }

  p.quoted {
    margin-bottom: 0;
  }

  #mapouterContact,
  #mapContact {
    display: none;
  }

  .mapLinkMobile {
    display: block;
  }

  #investors {
    margin-bottom: 24px;
  }

  .mapLink {
    display: none;
  }

  #player {
    margin-top: 24px;
  }

  #mapouter_project {
    margin-left: 10%;
    margin-top: 32px;
    width: 80%;
    padding-bottom: 80%;
    margin-bottom: 36px;
  }

  #map_project {
    width: 110%;
    height: 110%;
    margin: -5% 0 0 -5%;
  }

  .imageblock:last-child {
    margin-bottom: 0;
  }

  .grid-subtitle h1,
  .grid-subtitle h2,
  .grid-subtitle h3,
  .grid-subtitle h4,
  .grid-subtitle h5 {
    margin: 24px 0 12px 0;
  }

  .lowertext {
    margin-top: 6px;
  }

  .sharing {
    padding: 36px 0;
  }
}

@media (max-width: 640px) {
  .grid-full-width-text h1,
  .grid-full-width-text h2,
  .grid-full-width-text h3,
  .grid-full-width-text h4,
  .grid-full-width-text h5,
  .grid-full-width-text p {
    margin-top: 36px;
    font-size: 4vw;
  }

  .grid-full-width-text p {
    display: none;
  }

  .overtext_research p {
    width: 95%;
  }

  .modalMobile {
    display: block;
  }

  .modalDesktop {
    display: none;
  }
}

@media (max-width: 480px) {
  /*.overtext h1,
	.overtext h2,
	.overtext h3,
	.overtext h4,
	.overtext h5 {
		padding: 0 0.6rem;
	}*/

  /*.overtext {
  		padding-top:5%;
  	}*/

  .grid-modal-start {
    margin-top: 20px;
  }

  .home-movie {
    margin-bottom: 30px;
  }

  /*.grid-container-block {
    	margin-bottom: 0;
	}*/

  header {
    padding-top: 0;
  }

  .modal_col {
    margin-bottom: 12px;
  }

  .grid-logo h1 {
    font-size: 2em;
    margin-top: 40px;
  }

  .quote {
    padding-right: 0;
    margin-bottom: 24px;
  }

  .quote p,
  .noquote p {
    font-size: 1.2em;
    margin-right: 0;
  }

  .plyr,
  img.fw {
    margin-bottom: 12px;
  }

  .grid-lifeat img {
    margin-bottom: 0 !important;
  }

  h1 {
    font-size: 2.4em;
  }

  h2 {
    font-size: 2.2em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.25em;
  }

  .grid-textblock h5 {
    margin-top: 18px;
    margin-top: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-right: 0%;
  }

  h4 {
    margin-bottom: 24px;
  }

  p,
  .grid-outer ul,
  .grid-outer ol,
  .grid-container-white ul,
  .grid-container-white ol {
    margin-right: 0;
  }

  .bump {
    display: none;
  }

  #globo {
    min-height: 340px !important;
  }

  .question {
    margin-bottom: 16px;
  }

  .fact {
    font-size: 1em !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  /*.grid-stat {
		float: left;
		margin-bottom: 60px;
		padding-top: 36px;
		padding-bottom: 0;
	}*/

  .iTextHolder {
    margin-bottom: 32px;
  }

  .footer-creds {
    margin-top: 24px;
  }

  .grid-careers-title {
    margin: -24px 0 24px 12px;
  }

  /*.grid-stat {
		width:100%;
		height:75%;
		padding: 24px 0 24px 0;
		margin-bottom: 24px;
	}*/

  /*.imageblock,
	.grid-imageblock {
		padding-left: 0;
		padding-right: 0;
	}*/

  .imagetitle-home {
    bottom: 32px;
  }

  p.imagetitle_sector {
    margin: 0 0 0 0;
  }

  .imagetitle_peep {
    margin: 0 0 12px 0 !important;
  }

  h2.projecttitle {
    font-size: 1.6em;
  }

  .ex_question {
    margin-bottom: 24px;
    /*margin-bottom: 0;*/
  }

  .grid-relproject .imagetitle_sector {
    margin-left: 0;
    margin-top: 12px;
  }

  ul.navigation_list li a {
    font-size: 1.2em;
  }

  .grid-full-width-text h1,
  .grid-full-width-text h2,
  .grid-full-width-text h3,
  .grid-full-width-text h4,
  .grid-full-width-text h5,
  .grid-full-width-text p {
    margin-top: 24px;
    font-size: 4.2vw;
  }

  span.sub {
    display: none;
  }

  .imagetitle-lifeat {
    bottom: 8px !important;
    padding-left: 10px !important;
    font-size: 0.95em !important;
  }

  /*.grid-full-width-text p {
		margin-top: 12px;
		font-size: 3vw;
		//display: none !important;
	}*/
}

/* iPhone 5S */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .grid-logo h1 {
    font-size: 1.4em;
  }

  h2.projecttitle {
    margin-right: 10%;
    font-size: 1.4em !important;
  }

  /*.overtext h5 {
    	font-size: 1.1em  !important;
	}

	.overtext h1,
	.overtext h2,
	.overtext h3,
	.overtext h4,
	.overtext h5 {
		padding: 0 0.6rem;
	}*/
}
