@import url("//cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/unsemantic/1.2.3/unsemantic-grid-responsive.min.css");
@import url("hc-offcanvas-nav.css?22");
@import url("hamburger.css");
@import url("flight.css");

@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=2c2c4053-4a1d-4616-be11-fdbbc25c0fb5");

@font-face {
  font-family: "Helvetica Neue LT W05_45 Light";
  src: url("Fonts/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"),
    url("Fonts/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W01_55 Roman";
  src: url("Fonts/cd4d37bc-a3cb-4b93-a343-33976b64e272.woff2") format("woff2"),
    url("Fonts/854614dd-05d5-4a91-a8fc-119d3e4697f0.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W05_56 Italic";
  src: url("Fonts/4bd56f95-e7ab-4a32-91fd-b8704cbd38bc.woff2") format("woff2"),
    url("Fonts/4fe1c328-1f21-434a-8f0d-5e0cf6c70dfb.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W05_65 Medium";
  src: url("Fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"),
    url("Fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W05_66 Md It";
  src: url("Fonts/de68be2a-5d0e-4b8d-b3eb-940f75503e2a.woff2") format("woff2"),
    url("Fonts/31029e78-79a0-4940-b82d-2e3c238e1355.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W05_75 Bold";
  src: url("Fonts/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2") format("woff2"),
    url("Fonts/7b415a05-784a-4a4c-8c94-67e9288312f5.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT W05_76 Bd It";
  src: url("Fonts/13ab58b4-b5ba-4c95-afde-ab2608fbbbd9.woff2") format("woff2"),
    url("Fonts/5018b5b5-c821-4653-bc74-d0b11d735f1a.woff") format("woff");
  font-display: swap;
}

:root {
  --logo: #58585a;
  --logoClose: #88888a;
  /* --logoClose: #77777a;
  --logoClose: #66666a; */
  --plyr-color-main: #58585a;
  --silver: #b8b8b8;
  --text: #2b2b2b;
}

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

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

.noshow {
  display: none;
}

*,
html {
  scroll-behavior: smooth;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html,
body {
  font-size: 1em;
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
}

body {
  max-width: 2560px;
  animation: fadeInAnimation ease 0.8s;
  animation-iteration-count: 0.8s;
  animation-fill-mode: forwards;
}

.wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.entire {
  flex: 1;
}

*:focus {
  outline: 0;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.plyr__video-embed {
  display: none;
}

.videoA .plyr:first-of-type {
  margin-bottom: 6.75%;
}

.videoB {
  padding-right: 0;
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-400%);
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
}

.hamburger {
  display: none;
}

img.fw {
  width: 100%;
}

.brdrYes img {
  border: 1px solid #dadada;
}

strong,
bold,
b {
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: var(--text);
  line-height: 0;
}

em {
  font-family: "Helvetica Neue LT W05_56 Italic";
}

p.photo {
  margin-top: 24px;
}

small {
  font-size: 0.9em;
}

h1,
h2,
h3,
h4 {
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: var(--text);
  margin: 0 12% 18px 0;
  line-height: 1.25em;
}

h1 {
  font-size: 2.4em;
  margin-top: 48px;
  margin-bottom: 48px;
}

h1 i,
h2 i,
h3 i,
h1 em,
h2 em,
h3 em {
  font-family: "Helvetica Neue LT W05_66 Md It";
}

h4 em,
h4 i {
  font-family: "Helvetica Neue LT W05_56 Italic";
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: #88888a;
  transition-duration: 0.5s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: var(--text);
}

h1.pageTitle {
  margin-top: 58px;
  margin-bottom: 18px;
  font-size: 1.3em !important;
}

h1.pageTitle a {
  color: var(--logoClose);
  transition-duration: 0.5s;
}

h1.pageTitle a:hover {
  color: var(--text);
}

h1.pageTitle span a {
  color: var(--text) !important;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.55em;
}

h4 {
  font-size: 1.1em;
  padding-bottom: 0 !important;
  margin-bottom: 8px;
}

h5,
p.newsH {
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-size: 1.1em;
  padding-bottom: 0 !important;
  margin-bottom: 8px;
}

h4.exp {
  font-family: "Helvetica Neue LT W01_55 Roman";
}

h4.hLink {
  position: absolute;
  bottom: 10px;
  color: white;
  padding-left: 2px;
}

h3.sectorTitle {
  padding-top: 46px;
  color: var(--text);
}

h3.related {
  margin-top: 48px;
  margin-left: 8px;
}

h3.pTitle {
  margin-top: 14px;
  margin-left: 8px;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: var(--text);
}

p {
  color: var(--text);
  margin: 0 16% 23px 0;
  line-height: 1.4em;
  font-size: 1em;
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
  /* font-size: 0.95em; */
}

p i,
p em {
  font-family: "Helvetica Neue LT W05_56 Italic";
}
ul li a,
ol li a,
p a {
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: var(--text);
  transition-duration: 0.5s;
}
ul li a:hover,
ol li a:hover,
p a:hover {
  color: var(--logo);
}

p.pTitle {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 4%;
  font-family: "Helvetica Neue LT W05_65 Medium";
  transition-duration: 0.5s;
}

p.pTitle {
  color: var(--logoClose) !important;
}

.peopleChunk:hover p.pTitle {
  color: var(--text) !important;
}

p.pLink {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 4%;
  margin-bottom: 12px;
  font-family: "Helvetica Neue LT W05_65 Medium";
  color: var(--logo);
}

p.pLink {
  transition-duration: 0.5s;
  color: var(--logoClose);
}

p.pLink:hover {
  color: var(--text) !important;
}

p.paraB,
p.paraC {
  padding-left: 10px;
}

.pStats {
  opacity: 0;
  visibility: visible;
  margin-top: 122px;
  padding-left: 24px;
  padding-right: 10px;
  transition-duration: 0.5s;
}

.pStats p {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-right: 10%;
}

.pStats h4 {
  font-size: 1.2em;
  padding-top: 8px;
  padding-bottom: 0;
  margin-bottom: 12px;
}

.statsShow {
  opacity: 1;
}

p a {
  text-decoration: none;
  color: var(--text);
  font-family: "Helvetica Neue LT W05_65 Medium";
  line-height: 0;
  word-break: keep-all;
}

.grid-cv {
  margin-top: 48px;
  margin-right: 16px;
}

.grid-cv img {
  margin-bottom: 24px;
}
.grid-cv h3 {
  margin-bottom: 24px;
  margin-left: 16px;
  font-size: 1.4em;
}

p.cvPara {
  color: var(--text);
  font-size: 0.9em;
  margin-left: 16px;
  margin-right: 20%;
  word-break: break-word;
}

a {
  line-height: 0;
  text-decoration-color: #fff;
}
a,
a * {
  text-decoration: none !important;
}

nav.mMenu {
  display: none;
}

input.sinputNav {
  font-family: "Helvetica Neue LT W05_65 Medium";
  border: 0;
  width: 100%;
  /* float: left; */
  color: var(--text);
  font-size: 1.3em;
  /* padding: 0 0 0 0; */
  background: transparent;
  margin-top: -5px;
  border-bottom: 2px solid transparent;
}

input.sinputNav:focus {
  border-bottom: 1px solid var(--logo);
}

input.sinput {
  font-family: "Helvetica Neue LT W05_65 Medium";
  width: 100%;
  border: 0;
  float: left;
  color: var(--text);
  font-size: 1em;
  padding: 0;
  background: transparent;
}

input.sinputNav::placeholder {
  color: var(--logoClose);
  opacity: 1;
}

input.sinputNav::-ms-input-placeholder {
  color: var(--logoClose);
}

.mainNavigationWhite input.sinputNav::placeholder {
  color: white;
  opacity: 1;
}

.mainNavigationWhite input.sinputNav::-ms-input-placeholder {
  color: white;
}

.mainNavigationWhite.mainNavigationShow input.sinputNav::placeholder {
  color: var(--logoClose);
  opacity: 1;
}

.mainNavigationWhite.mainNavigationShow input.sinputNav::-ms-input-placeholder {
  color: var(--logoClose);
}

input.sinputNav:focus::-webkit-input-placeholder {
  color: transparent;
}
input.sinputNavt:focus::-moz-placeholder {
  color: transparent;
}
input.sinputNav:-moz-placeholder {
  color: transparent;
}
input.sinputNav:focus::-webkit-input-placeholder {
  opacity: 0;
}
input.sinputNav:focus::-moz-placeholder {
  opacity: 0;
}
input.sinputNav:-moz-placeholder {
  opacity: 0;
}

input.sinput::placeholder {
  color: var(-text);
  opacity: 1;
}

input.sinput::-ms-input-placeholder {
  color: var(-text);
}

span.simplesearch-highlight {
  font-family: "Helvetica Neue LT W05_66 Md It";
}

span.simplesearch-page a {
  color: var(--text) !important;
}

.grid-container-text ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
  color: var(--logo);
  margin: 0 24% 23px 0;
  line-height: 1.4em;
  font-size: 1em;
}

.grid-container-text ul li {
  margin-bottom: 22px;
}
.grid-container-text ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 500ms;
}

.grid-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.grid-container-text,
.grid-container-stats {
  /* margin-top: 36px; */
  padding-bottom: 24px;
  max-width: 1200px;
}

.grid-container-stats {
  /* margin-bottom: 48px; */
}

.grid-container-video {
  margin-bottom: 64px;
}

.grid-container-image {
  padding-bottom: 18px;
}

.grid-container-image * p.pTitle {
  transition-duration: 0.5s;
}

.grid-container-image:hover * p.pTitle {
  color: var(--text) !important;
}

.grid-container-grid,
.grid-container-project-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 0;
}

.grid-container-project-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-main {
  margin-bottom: 64px !important;
  background: white;
  max-width: 2022px;
}

.alpha {
  position: fixed;
  display: block;
  float: left;
  z-index: 40;
  width: 20%;
  /* border-right: 1px solid #eee; */
  height: auto;
  overflow-y: hidden !important;
}

.substanceLogo {
  position: fixed;
  top: 56px;
  left: 24px;
  max-width: 120px;
  z-index: 30000;
}

#substanceMap {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.temp a {
  color: #333333 !important;
}

.alpha h1 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.1em;
  margin: 36px 0 0 0;
  font-family: "Helvetica Neue LT W05_45 Light", sans-serif;
}

.alpha h1 span {
  font-family: "Helvetica Neue LT W05_65 Medium";
  letter-spacing: 0.7px;
}

.alpha h1 a {
  transition-duration: 0.5s;
  color: var(--logo);
  text-decoration: none;
}

.inverseLogo {
  color: #fff !important;
}

.betaContainer {
  display: block;
  min-height: 100vh;
}

.betaContainer .beta:last-child {
  margin-bottom: 266px;
}

.beta {
  display: block;
  float: right;
  margin-top: 40px;
  width: 80%;
  background: #fff;
}

.betamax {
  width: 100%;
  margin-bottom: 12px;
}

.mainNavigation {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20000;
  height: 0;
}

.mainNavigationCurtain {
  width: 100%;
  display: block;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  background: #eee;
}

.mainNavigationShow {
  visibility: visible;
  opacity: 1;
  height: 370px;
}

.mainNavigationInner {
  position: fixed;
  top: 0px;
  width: calc(53.5% - 20px);
  right: 0;
  z-index: 20;
  /* float: right; */
}

.mainNavigation ul {
  padding-top: 61px;
  /* padding-left: 20px; */
  padding-right: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 0.5fr;
}

.mainNavigation ul li a {
  font-family: "Helvetica Neue LT W05_65 Medium";
  font-size: 1.3em;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  color: var(--logoClose);
  opacity: 1;
}

.mainNavigation ul li a {
  color: var(--logoClose);
}

.mainNavigationWhite ul li a {
  color: white;
}

.mainNavigation.mainNavigationShow ul li a {
  color: var(--logoClose);
}

.mainNavigation ul li a.active,
.mainNavigation ul li a:hover {
  color: var(--text);
}

.mainNavigation ul li ul {
  padding-top: 12px;
  line-height: 1.3em;
  margin-left: 0;
  display: none;
}

.mainNavigationSubShow {
  display: block !important;
}

.mainNavigation ul li ul li a {
  font-size: 1em;
}

.mainNavigation ul li ul li.active a {
  color: var(--text);
}

.instaSearch {
  margin-top: 370px;
  width: 100%;
  height: calc(100vh- 370px);

  background: var(--silver);
  display: none;
}

mark.highlight {
  color: white !important;
}

.navigation_list_outer {
  width: calc(53.5% - 20px);
  float: right;
}

ul.navigation_list {
  float: left;

  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 24px;
  /* padding-left: 53px; */
  line-height: 1.4em;
}

.showSearch {
  padding-top: 86px;
  display: block;
}

ul.navigation_list li {
  display: block;
}

ul.navigation_list li a {
  color: var(--text);
  font-size: 0.9em !important;
  transition-duration: 0.5s;
}

ul.navigation_list li a:hover {
  color: var(--logo);
}

p.extract {
  font-size: 0.9em;
}

span.hidden {
  display: none;
}

.highlight {
  background: transparent;
  color: var(--orange);
}

.inlinevideo {
  width: 100%;
}

.grid-container-image-top {
  aspect-ratio: 16 / 9;
}

.grid-container-image .grid-100 {
  padding-left: 0;
  padding-right: 0;
}

.grid-container-image .grid-50:first-of-type {
  padding-left: 0;
}

.grid-container-image .grid-50:last-of-type {
  padding-right: 0;
}

.relatedChunk1,
.relatedChunk4,
.relatedChunk7,
.grid-container-image .cell-left {
  padding-left: 0;
  padding-right: 13.3333333px;
}
.relatedChunk2,
.relatedChunk5,
.relatedChunk8,
.grid-container-image .cell-center {
  padding-left: 6.66667px;
  padding-right: 6.66667px;
}

.relatedChunk3,
.relatedChunk6,
.relatedChunk9,
.grid-container-image .cell-right {
  padding-left: 13.3333333px;
  padding-right: 0;
}

.cell-left a p.pTitle,
.cell-center a p.pTitle,
.cell-right a p.pTitle {
}

.grid-content {
  opacity: 0;
  transform: translateY(64px);
  transition: transform 1s, opacity 1s;
  padding-bottom: 36px;
  background: white;
}

.grid-related {
  padding-bottom: 12px;
}

.grid-container-home-video {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.lead-image-news {
  padding-bottom: 8px;
}

.grid-load {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.grid-footer {
  padding-bottom: 64px;
}

.sectorChunk p,
.projectChunk p {
  transition-duration: 0.5s;
}

.sectorChunk:hover p,
.projectChunk:hover p {
  color: var(--text) !important;
}

.awardChunk h3 {
  margin-top: 32px;
  margin-bottom: 8px;
  margin-right: 50%;
}

.awardChunk h3 a {
  color: #000;
  transition-duration: 0.5s;
}

.awardChunk h3 a:hover {
  color: var(--logo);
}

.peopleChunk p {
  transition-duration: 0.5s;
}

.peopleChunk p span {
  font-size: 0.8em !important;
  /* vertical-align: super; */
}

.pageTitle.personTitle span {
  font-size: 0.7em !important;
  /* vertical-align: super; */
}

.peopleChunk:hover p {
  color: var(--text);
}

p.pList {
  margin-top: 12px;
  line-height: 1.4em;
}

p.pList a {
  transition-duration: 0.5s;
  color: var(--logoClose) !important;
}

p.pList a:hover {
  color: var(--text) !important;
}

.textChunk {
  grid-column-end: span 4;
}

img.portrait {
  width: 100%;
}

.grid-bio {
  padding-bottom: 36px;
}

.grid-iso {
  width: 81%;
  margin-left: 19.2%;
  padding-bottom: 64px;
  display: block;
  background: white;
}

.col-2 {
  padding-left: 20px;
}

.grid-sizer,
.grid-item {
  width: 32.333333%;
  padding: 0 0 1% 1%;
}

.mobileCard {
  display: none;
}
a.nType,
span.newsDate {
  color: var(--silver) !important ;
}

a.nType {
  text-transform: none;
  /* letter-spacing: 0.05em; */
  transition-duration: 0.5s;
}

a.nType:hover {
  color: var(--text) !important ;
}

@media only screen and (max-width: 1400px) {
  .mainNavigation ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 0.75fr;
  }
  h1.pageTitle {
    font-size: 1.2em !important;
  }

  .mainNavigation ul li a,
  input.sinputNav {
    font-size: 1.2em;
  }
  .mainNavigation ul li ul li a {
    font-size: 0.95em;
  }
}

@media only screen and (max-width: 1180px) {
  .mainNavigationInner {
    width: calc(81% - 20px);
  }
  .navigation_list_outer {
    width: calc(81% - 20px);
  }

  h1.pageTitle.pageTitleTop {
    visibility: hidden;
    /* height: 1px !important;
    overflow: hidden !important; */
  }
}

@media only screen and (min-width: 768px) and (max-width: 840px) {
  h1 {
    font-size: 1.9em;
  }
  h1,
  h2,
  h3,
  h4 {
    margin-right: 8%;
  }
  p {
    font-size: 0.95em;
  }
  .pStats h4 {
    font-size: 0.95em;
  }
  .pStats p {
    font-size: 0.85em;
  }
  .grid-content {
    padding-bottom: 18px;
  }
}

@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    margin-right: 5%;
  }

  h2,
  h3,
  h4 {
    margin-bottom: 12px;
  }

  p {
    margin-right: 0;
  }

  h1.pageTitle.pageTitleTop {
    visibility: hidden;

    margin-top: 27px;
  }

  .grid-sizer,
  .grid-item {
    width: 48%;
    padding: 0 1% 1% 1%;
  }

  .alpha,
  .instaSearch {
    display: none !important;
  }

  .pStats {
    visibility: hidden;
  }
  .grid-iso {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .mainNavigation {
    display: none;
  }
  .grid-container-image {
    padding-bottom: 0 !important;
  }

  h3 {
    margin-top: 12px;
  }

  .relatedChunk1 {
    padding-right: 0;
  }

  .relatedChunk2 {
    padding-left: 0;
    padding-right: 0;
  }

  .relatedChunk3 {
    padding-left: 0;
  }

  .alpha {
    position: fixed;
    display: block;
    float: left;
    z-index: 10000;
    width: 60%;
    top: 0;
    left: 0;
  }

  .substanceLogo {
    margin-left: 0px;
    margin-top: 10px;
    max-width: 100px;
    top: 10px;
    left: 10px;
    z-index: 100;
  }

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

  .grid-container-project-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mobileCard {
    display: block;
    right: -100%;
    position: fixed;
    top: 0;
    transition-duration: 0.6s;
    width: 100%;
    height: 100%;
    background: var(--logo);
    z-index: 10;
  }

  .mobileCardShow {
    right: 0;
  }

  ul.mMenu {
    margin: 100px 0;
    font-family: "Helvetica Neue LT W05_65 Medium";
    line-height: 1.3em;
    font-size: 1.2em;
  }

  ul.mMenu li a {
    color: #fff;
  }

  ul.mMenu li.mobileLi {
    margin-top: 18px !important;
  }

  ul.mMenu li.active a {
    color: var(--silver) !important;
  }

  ul.mMenu li ul {
    margin-bottom: 18px;
  }

  .backNavigation {
    height: 82px;
  }

  .beta {
    width: 100%;
    margin-left: 0;
  }
  h1 {
    font-size: 1.85em;
    margin-top: 24px;
    margin-bottom: 18px;
  }

  h1.pageTitle {
    margin-top: 80px;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.1em;
  }

  .personTitle {
    margin-top: 36px !important;
  }

  .grid-search-result {
    padding-bottom: 8px;
  }

  p {
    margin-right: 0;
  }

  .grid-container-image .grid-50 {
    padding-left: 0;
    padding-right: 0;
  }
  .cell-left,
  .cell-center,
  .cell-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer {
    width: 100%;
    left: 0;
    padding-bottom: 64px;
  }

  .grid-container-video {
    margin-bottom: 0;
  }

  .brdrYes img {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
  }

  h4.hLink {
    bottom: 4px !important;
    font-size: 0.9em !important;
    margin-right: 12%;

    text-shadow: 1px 1px #333;
  }

  .videoA .plyr:first-of-type {
    margin-bottom: 36px;
  }

  .videoA,
  .videoB {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-intro-content p {
    margin-top: 18px;
    padding-top: 18px;
    margin-bottom: 0;
  }
}
