html {
  scroll-behavior: smooth; }

/*
.home.start{scroll-snap-type: y mandatory;}
.home.start #home-header{position:fixed; top:60px;}
*/
h1, h2, h3, h4, p, ul li, span, div {
  font-family: 'Poppins', sans-serif;
  color: white; }

h1 {
  font-size: 40px;
  font-weight: 200; }

h3 {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 13%; }

h2.center {
  text-align: center; }

section {
  width: 100%;
  margin: 0;
  padding: 0; }
  section.video-background {
    height: 56.25vw;
    width: 100%;
    position: relative; }
    section.video-background.shorter {
      height: 40vw;
      overflow-y: hidden; }
      section.video-background.shorter video {
        top: -13vw; }
    section.video-background h1 {
      width: 100%;
      text-align: center;
      padding-top: 10%;
      margin-top: 0; }
    section.video-background video {
      position: absolute;
      width: 100%;
      z-index: -1; }
  section.container {
    width: 90%;
    margin: 0 5%;
    min-height: 50vh;
    display: flex; }
    section.container.shorter {
      min-height: 30vh; }
    section.container.noflex {
      display: block; }
    section.container .g1of2 {
      width: calc(50% - 40px);
      margin: 0 10px;
      position: relative; }
    section.container .al, section.container .al h2, section.container .al p {
      text-align: left;
      margin-left: 20px; }
    section.container .ar, section.container .ar h2, section.container .ar p {
      text-align: right;
      margin-right: 20px; }
    section.container.ac {
      text-align: center; }
      section.container.ac h2 {
        width: 100%; }
    section.container div.fc {
      display: flex;
      align-items: center; }

html, body {
  padding: 0;
  margin: 0; }

header#nav {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  transform: translatez(0.1px);
  pointer-events: none;
  top: 0px; }
  header#nav.scrolled {
    background: rgba(0, 0, 0, 0.4); }
    header#nav.scrolled.open {
      background: none; }
  header#nav img {
    pointer-events: all; }
  header#nav ul {
    pointer-events: all;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-property: height,  opacity;
    transition-duration: .25s,  .25s;
    transition-delay: .25s,  0;
    transition-timing-function: ease-in, linear;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 170px;
    float: right;
    clear: right;
    background: black; }
    header#nav ul li {
      display: block;
      float: right;
      width: 170px;
      margin-top: 30px; }
      header#nav ul li a {
        display: block;
        color: #fff;
        margin: 10px 20px;
        text-decoration: none; }
        header#nav ul li a:hover {
          color: #DDD; }
    @media (max-width: 667px) {
      header#nav ul {
        width: 100%;
        background: rgba(0, 0, 0, 0.8); }
        header#nav ul li {
          width: 100%;
          text-align: center; } }
  header#nav.open #menu-icon div:nth-of-type(1) {
    transform: translatey(10px) rotate(30deg); }
  header#nav.open #menu-icon div:nth-of-type(2) {
    opacity: 0; }
  header#nav.open #menu-icon div:nth-of-type(3) {
    transform: translatey(-10px) rotate(-30deg); }
  header#nav.open ul {
    padding: 0 0 30px 0;
    opacity: 1;
    height: 440px;
    z-index: 1; }
  header#nav nav {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex; }
    header#nav nav img {
      width: 235px;
      height: auto;
      padding: 15px 20px 14px; }
    header#nav nav #menu-icon {
      pointer-events: all;
      -webkit-user-select: none;
      /* Safari */
      -ms-user-select: none;
      /* IE 10 and IE 11 */
      user-select: none;
      /* Standard syntax */
      display: block;
      position: absolute;
      top: 25px;
      right: 30px;
      width: 70px;
      height: 50px; }
      header#nav nav #menu-icon div {
        transform-origin: center;
        opacity: 1;
        width: 50px;
        height: 2px;
        position: absolute;
        left: 0;
        background-color: yellow;
        transition-property: transform, top, opacity;
        transition-duration: .25s, .25s, .25s;
        transition-delay: .25s, .25s, 0;
        transition-timing-function: ease-in, linear; }
        header#nav nav #menu-icon div:nth-of-type(2) {
          top: 10px; }
        header#nav nav #menu-icon div:nth-of-type(3) {
          top: 20px; }
    @media (max-width: 667px) {
      header#nav nav {
        padding: 0 5px; }
        header#nav nav img {
          width: 50%;
          padding: 5px 0px; }
        header#nav nav #menu-icon {
          top: 15px;
          right: 0px; } }

.end-boxes {
  display: flex;
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  gap: 5%; }
  .end-boxes a {
    text-decoration: none; }
    .end-boxes a:hover {
      opacity: .8; }
  .end-boxes div {
    width: 40vw;
    display: inline-block;
    height: 30vw;
    background-size: cover;
    position: relative; }
    @media (max-width: 667px) {
      .end-boxes div {
        height: 20vh; } }
    .end-boxes div h3 {
      text-decoration: none;
      color: white;
      font-size: 30px;
      width: 80%;
      margin: 20% auto 0;
      text-transform: none; }
    .end-boxes div span {
      display: inline-block;
      text-align: center;
      text-decoration: none;
      font-size: 25px;
      position: absolute;
      bottom: 15vw;
      right: calc(30% - 15px);
      transform: translateY(50%);
      width: 40%;
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.1);
      border: 1px solid #fff;
      border-radius: 30px;
      padding: 5px 15px;
      text-transform: uppercase; }
    .end-boxes div.bg1 {
      background-image: url("../images/contact-callout-bg.webp"); }
    .end-boxes div.bg2 {
      background-image: url("../images/careers-callout-bg.webp"); }
  @media (max-width: 667px) {
    .end-boxes div {
      margin: 10px auto;
      height: 150px;
      text-align: center;
      padding-bottom: 20px; }
      .end-boxes div span {
        width: 70%;
        font-size: 11px;
        right: 5%;
        display: block;
        margin: 0 auto;
        bottom: 85px; }
      .end-boxes div h3 {
        height: 80px;
        font-size: 14px;
        margin-bottom: 10px; } }
  @media (max-width: 320px) {
    .end-boxes div {
      width: 65vw; } }

footer a {
  color: #fff; }
footer.social {
  text-align: center;
  margin-top: 80px; }
  footer.social .insta-feed {
    width: 50%;
    display: flex;
    margin: 10px auto; }
    @media (max-width: 667px) {
      footer.social .insta-feed {
        display: block;
        width: 90%; } }
    footer.social .insta-feed img {
      width: 12.5%;
      margin: .5%; }
      @media (max-width: 667px) {
        footer.social .insta-feed img {
          width: 33%;
          margin: 20px; } }
  footer.social #footer-icons {
    margin: 10px 80px 80px 80px; }
    footer.social #footer-icons a {
      margin: 20px; }
      @media (max-width: 667px) {
        footer.social #footer-icons a {
          display: inline-block; } }
footer.end-nav {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-left: 5%;
  border-top: 1px solid #fff;
  padding: 40px 0; }
  @media (max-width: 667px) {
    footer.end-nav {
      display: block; } }
footer .links a {
  color: white;
  text-decoration: none; }
@media (max-width: 667px) {
  footer .links {
    text-align: center; }
    footer .links a {
      white-space: nowrap;
      width: 100%;
      display: inline-block;
      line-height: 30px; } }

.spacer {
  height: 200px; }
  .spacer.long {
    height: 100vh; }

/*home*/
#home {
  position: relative; }
  #home .end-boxes div {
    height: 15vh; }
    #home .end-boxes div span {
      bottom: 15vh; }

#home-holder {
  position: absolute;
  width: 1920px;
  left: .56%;
  top: calc( (56.25vw / 2 ) - 90px);
  transform-origin: left; }

#home-mobile {
  transform-origin: left; }

#home-text h2 {
  margin: 10px; }

/*#home-header{position:absolute; width:100%; height:56.25vw; overflow:hidden; top:56.25vw;}*/
#home-header {
  position: absolute;
  width: 100%;
  height: 112.5vw;
  overflow: hidden;
  top: 0; }
  @media (max-width: 667px) {
    #home-header {
      height: auto;
      min-height: 1300px; }
      #home-header video {
        display: none; } }

.home-headline-holder {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  text-align: center;
  display: flex;
  align-content: center;
  align-item: center;
  margin-bottom: 10vh; }
  .home-headline-holder div {
    margin: 0 auto; }
  @media (max-width: 667px) {
    .home-headline-holder {
      position: relative;
      margin-top: 70vh;
      height: auto;
      margin-bottom: 100px; } }
  @media (max-width: 667px) {
    .home-headline-holder h1 {
      font-size: 30px;
      margin: 50px 20px; } }

.home-spacer {
  height: 56.25vw;
  scroll-snap-align: start;
  position: relative; }

.consent-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  font-size: 12px; }
  .consent-bar .button {
    font-size: 12px;
    height: 30px;
    width: 25px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 20px; }
  .consent-bar div.text {
    width: 90%;
    display: inline-block;
    margin: 10px; }
  .consent-bar div {
    display: inline-block; }
  @media (max-width: 667px) {
    .consent-bar div.text {
      width: 90%; }
      .consent-bar div.text div {
        margin-top: 10px; } }

.close-consent {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px); }

section.home-image-carosel {
  height: 45vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0; }
  section.home-image-carosel .copy-holder {
    background: rgba(0, 0, 0, 0.3);
    height: 110px;
    position: absolute;
    top: calc(22.5vw - 55px);
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0; }
    section.home-image-carosel .copy-holder h2 {
      width: 27%;
      padding: 20px 0;
      border-right: 2px solid yellow;
      padding-right: 2%;
      margin: 0 2% 0 auto;
      text-align: right; }
    section.home-image-carosel .copy-holder p {
      width: 60%;
      margin-right: 10%;
      text-align: left; }
  section.home-image-carosel img {
    position: absolute;
    width: 100%;
    top: 0; }
  @media (max-width: 667px) {
    section.home-image-carosel {
      height: 90vh; }
      section.home-image-carosel .copy-holder {
        height: auto;
        flex-direction: column;
        top: 45vh;
        transform: translateY(-50%); }
        section.home-image-carosel .copy-holder h2 {
          width: 88%;
          margin-right: 0%;
          text-align: left;
          border-right: none;
          border-bottom: 2px solid yellow; }
        section.home-image-carosel .copy-holder p {
          width: 80%;
          margin-right: 0%; } }

#mobile-header_Background {
  width: 430px;
  height: 1797px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/mobile-header_Background.webp); }

#mobile-header-WHERE-SCIENCE-CREATIVITY-MEET {
  width: 220px;
  height: 97px;
  position: absolute;
  top: 115px;
  left: 106px;
  background: url(../images/mobile-header-WHERE-SCIENCE-CREATIVITY-MEET.webp);
  background-size: 220px;
  height: 97px;
  opacity: 0; }

#mh_0027 {
  width: 28px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 306px;
  background: url(../images/mh_0027.webp);
  opacity: 0; }

#mh_0026 {
  width: 27px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 291px;
  background: url(../images/mh_0026.webp);
  opacity: 0; }

#mh_0025 {
  width: 28px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 274px;
  background: url(../images/mh_0025.webp);
  opacity: 0; }

#mh_0024 {
  width: 30px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 255px;
  background: url(../images/mh_0024.webp);
  opacity: 0; }

#mh_0023 {
  width: 28px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 230px;
  background: url(../images/mh_0023.webp);
  opacity: 0; }

#mh_0022 {
  width: 28px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 214px;
  background: url(../images/mh_0022.webp);
  opacity: 0; }

#mh_0021 {
  width: 20px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 206px;
  background: url(../images/mh_0021.webp);
  opacity: 0; }

#mh_0020 {
  width: 28px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 190px;
  background: url(../images/mh_0020.webp);
  opacity: 0; }

#mh_0019 {
  width: 20px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 181px;
  background: url(../images/mh_0019.webp);
  opacity: 0; }

#mh_0018 {
  width: 28px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 165px;
  background: url(../images/mh_0018.webp);
  opacity: 0; }

#mh_0017 {
  width: 29px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 150px;
  background: url(../images/mh_0017.webp);
  opacity: 0; }

#mh_0016 {
  width: 27px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 134px;
  background: url(../images/mh_0016.webp);
  opacity: 0; }

#mh_0015 {
  width: 29px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 116px;
  background: url(../images/mh_0015.webp);
  opacity: 0; }

#mh_0014 {
  width: 29px;
  height: 31px;
  position: absolute;
  top: 188px;
  left: 99px;
  background: url(../images/mh_0014.webp);
  opacity: 0; }

#mh_0013 {
  width: 28px;
  height: 31px;
  position: absolute;
  top: 107px;
  left: 298px;
  background: url(../images/mh_0013.webp);
  opacity: 0; }

#mh_0012 {
  width: 28px;
  height: 31px;
  position: absolute;
  top: 107px;
  left: 281px;
  background: url(../images/mh_0012.webp);
  opacity: 0; }

#mh_0011 {
  width: 29px;
  height: 31px;
  position: absolute;
  top: 107px;
  left: 263px;
  background: url(../images/mh_0011.webp);
  opacity: 0; }

#mh_0010 {
  width: 28px;
  height: 31px;
  position: absolute;
  top: 107px;
  left: 247px;
  background: url(../images/mh_0010.webp);
  opacity: 0; }

#mh_0009 {
  width: 20px;
  height: 31px;
  position: absolute;
  top: 107px;
  left: 238px;
  background: url(../images/mh_0009.webp);
  opacity: 0; }

#mh_0008 {
  width: 29px;
  height: 31px;
  position: absolute;
  top: 107px;
  left: 221px;
  background: url(../images/mh_0008.webp);
  opacity: 0; }

#mh_0007 {
  width: 28px;
  height: 31px;
  position: absolute;
  top: 107px;
  left: 204px;
  background: url(../images/mh_0007.webp);
  opacity: 0; }

#mh_0006 {
  width: 27px;
  height: 31px;
  position: absolute;
  top: 107px;
  left: 180px;
  background: url(../images/mh_0006.webp);
  opacity: 0; }

#mh_0005 {
  width: 28px;
  height: 31px;
  position: absolute;
  top: 107px;
  left: 163px;
  background: url(../images/mh_0005.webp);
  opacity: 0; }

#mh_0004 {
  width: 33px;
  height: 31px;
  position: absolute;
  top: 107px;
  left: 146px;
  background: url(../images/mh_0004.webp);
  opacity: 0; }

#mh_0003 {
  width: 28px;
  height: 31px;
  position: absolute;
  top: 107px;
  left: 129px;
  background: url(../images/mh_0003.webp);
  opacity: 0; }

#mh_0002 {
  width: 34px;
  height: 31px;
  position: absolute;
  top: 107px;
  left: 106px;
  background: url(../images/mh_0002.webp);
  opacity: 0; }

#mh_0001_plus {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 147px;
  left: 199px;
  background: url(../images/mh_0001_plus.webp); }

.home section.video-background .end-area {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .home section.video-background .end-area a {
    width: 30%;
    display: flex;
    text-align: center;
    justify-content: center;
    text-decoration: none; }
  .home section.video-background .end-area span {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    width: 200px;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 20px; }
@media (max-width: 768px) {
  .home section.video-background .end-area a {
    width: 40%; } }
@media (max-width: 667px) {
  .home section.video-background {
    height: auto;
    background-image: url("../images/link-background.webp");
    background-size: cover;
    padding-bottom: 70px;
    padding-top: 70px;
    margin-bottom: 70px; }
    .home section.video-background video {
      display: none; }
    .home section.video-background .end-area {
      display: block; }
      .home section.video-background .end-area div {
        padding: 10px; }
      .home section.video-background .end-area a {
        display: block;
        font-size: 18px;
        width: 100%; } }

/* about */
.about-us {
  overflow-x: hidden; }
  .about-us section#about-us {
    margin-top: 80px;
    height: 80vh;
    display: flex;
    align-items: center;
    background-image: url("../images/header-about-us-d.webp");
    background-size: cover;
    background-position: center; }
    .about-us section#about-us h1 {
      color: #000;
      font-size: 30px;
      line-height: 35px; }
    .about-us section#about-us p {
      color: #000; }
    .about-us section#about-us #about-us-header {
      margin-left: 5%;
      width: 40%;
      height: auto; }
    @media (max-width: 768px) {
      .about-us section#about-us {
        height: 77vh;
        min-height: 51px;
        margin-top: 72px;
        background-image: url("../images/header-about-us-m.webp");
        background-position-y: 100%;
        align-items: flex-start; }
        .about-us section#about-us .no-tablet {
          display: none; }
        .about-us section#about-us #about-us-header {
          width: 90%; } }
  .about-us section.mobile p {
    margin: 20px; }
  .about-us section.section2 {
    background-image: url("../images/about-mobile-section2d.webp");
    background-size: cover;
    height: 60vh;
    background-position: center;
    display: flex;
    align-items: center; }
    .about-us section.section2 h2 {
      width: 30%;
      margin-left: 60%;
      font-weight: 200; }
    @media (max-width: 667px) {
      .about-us section.section2 {
        margin-top: 0;
        background-image: url("../images/about-mobile-section2m.webp");
        background-position-y: 100%;
        align-items: flex-start;
        background-size: cover;
        height: 90vh;
        min-height: 500px; }
        .about-us section.section2 h2 {
          width: 90%;
          margin-left: 5%;
          padding-top: 80px; } }
  .about-us section.video-background {
    /*height: 56.25vw; */ }
    .about-us section.video-background .copy-holder {
      background: rgba(0, 0, 0, 0.3);
      height: 100px;
      position: absolute;
      top: calc(40vh - 50px);
      width: 100%;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      left: 0; }
      .about-us section.video-background .copy-holder h2 {
        font-weight: 100;
        margin-left: 15%;
        width: 30%;
        padding: 0;
        border-right: 2px solid yellow;
        padding-right: 2%;
        margin-right: 2%;
        text-align: right; }
      .about-us section.video-background .copy-holder p {
        width: 60%;
        margin-right: 10%;
        text-align: left; }
      @media (max-width: 667px) {
        .about-us section.video-background .copy-holder {
          height: 40vh;
          top: 20vh; }
          .about-us section.video-background .copy-holder h2 {
            font-size: 20px;
            line-height: 23px;
            height: auto;
            flex-direction: column;
            top: 45vh; }
            .about-us section.video-background .copy-holder h2 h2 {
              width: 88%;
              margin-right: 0%;
              text-align: left;
              border-right: none;
              border-bottom: 2px solid yellow; }
            .about-us section.video-background .copy-holder h2 p {
              width: 80%;
              margin-right: 0%; } }
    @media (max-width: 667px) {
      .about-us section.video-background {
        height: 80vh;
        background-image: url("../images/eye.webp");
        background-size: cover; }
        .about-us section.video-background video {
          display: none; }
        .about-us section.video-background h2 {
          margin: 20px 10px; }
        .about-us section.video-background .copy-holder {
          height: auto;
          display: block;
          top: 40vh;
          transform: translateY(-50%); }
          .about-us section.video-background .copy-holder h2 {
            width: 90%;
            margin-left: 10%;
            margin-right: 0%;
            text-align: left;
            border-right: none;
            border-bottom: 2px solid yellow; }
          .about-us section.video-background .copy-holder p {
            width: 80%;
            margin-left: 10%;
            margin-right: 0%; } }
  .about-us .large-bios {
    margin-top: 200px;
    margin-bottom: 100px;
    max-width: 100%; }
    .about-us .large-bios h1 {
      text-align: center; }
    .about-us .large-bios .flex {
      display: flex;
      grid-gap: 10%;
      justify-content: center; }
    .about-us .large-bios .bio {
      width: 310px;
      position: relative;
      transform: translateZ(0.1px); }
      .about-us .large-bios .bio h2 {
        text-align: center;
        margin-bottom: 10px; }
        .about-us .large-bios .bio h2 span {
          font-size: .9rem; }
      .about-us .large-bios .bio small {
        text-align: center;
        font-size: 18px;
        width: 100%;
        display: block;
        margin-bottom: 10px; }
      .about-us .large-bios .bio img {
        width: 100%; }
      .about-us .large-bios .bio .buttons {
        padding-top: 30px;
        display: flex;
        justify-content: space-between; }
        .about-us .large-bios .bio .buttons img {
          width: 20px;
          height: 20px;
          padding-top: 3px; }
        .about-us .large-bios .bio .buttons .button {
          font-size: 18px;
          height: 30px;
          cursor: pointer;
          border: 1px solid #fff;
          width: 25px;
          text-align: center;
          border-radius: 30px;
          padding: 5px 20px; }
    @media (max-width: 667px) {
      .about-us .large-bios .bio {
        width: 40%; }
      .about-us .large-bios .bio .buttons .button {
        font-size: 14px;
        line-height: 28px; }
      .about-us .large-bios .preview {
        display: none; } }
  .about-us .all-bios {
    margin: 100px 50px;
    width: calc(100% - 100px); }
    .about-us .all-bios h1 {
      text-align: center; }
    .about-us .all-bios .flex {
      display: flex;
      grid-gap: 30px;
      justify-content: center;
      flex-wrap: wrap;
      grid-auto-rows: 1fr; }
    .about-us .all-bios small {
      text-align: left;
      font-size: 18px;
      width: 100%;
      display: block;
      margin-bottom: 10px; }
      .about-us .all-bios small.title {
        opacity: .7;
        padding-left: 10px;
        margin-bottom: 0; }
    .about-us .all-bios .bio {
      transform: translateZ(0.1px);
      width: 310px;
      position: relative;
      padding-bottom: 60px; }
      .about-us .all-bios .bio h2 {
        text-align: left;
        margin-bottom: 0px; }
        .about-us .all-bios .bio h2 span {
          font-size: .9rem; }
        .about-us .all-bios .bio h2 small {
          display: inline-block;
          font-size: .7em;
          width: auto; }
      .about-us .all-bios .bio img {
        width: 100%; }
      .about-us .all-bios .bio .buttons {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding-top: 30px;
        display: flex;
        justify-content: space-between; }
        .about-us .all-bios .bio .buttons img {
          width: 20px;
          height: 20px;
          padding-top: 3px; }
        .about-us .all-bios .bio .buttons .button {
          font-size: 18px;
          height: 30px;
          width: 25px;
          text-align: center;
          cursor: pointer;
          border: 1px solid #fff;
          border-radius: 30px;
          padding: 5px 20px; }
  .about-us .industry-veterans {
    padding-top: 100px;
    margin: 20px; }
  .about-us section.videos {
    margin: 100px 10%;
    width: 80%;
    display: flex; }
    @media (max-width: 667px) {
      .about-us section.videos {
        display: block; } }
    .about-us section.videos .video-holder {
      width: calc(100% - 280px); }
      .about-us section.videos .video-holder iframe {
        border: 1px solid white; }
      @media (max-width: 667px) {
        .about-us section.videos .video-holder {
          width: 100%; } }
    .about-us section.videos .video-controls {
      font-size: 14px;
      margin-left: 20px;
      width: 260px;
      overflow-y: scroll; }
      @media (max-width: 667px) {
        .about-us section.videos .video-controls {
          width: 100%;
          height: auto; } }
      .about-us section.videos .video-controls .video-btn-title {
        cursor: pointer; }
      .about-us section.videos .video-controls .selected {
        color: #E3E3E3;
        font-weight: 300;
        text-decoration: underline; }
      .about-us section.videos .video-controls div {
        margin-bottom: 10px; }

.expanded-bio {
  position: absolute;
  right: 0%;
  transform: translatez(0.1px);
  width: calc( 70% - 200px);
  top: 100%;
  background-color: rgba(0, 0, 0, 0.93);
  border: 1px solid #fff;
  display: flex;
  padding: 100px;
  z-index: 10; }
  @media (max-width: 1300px) {
    .expanded-bio {
      width: calc( 80% - 200px); } }
  @media (max-width: 768px) {
    .expanded-bio {
      width: calc( 95% - 100px);
      padding: 50px; }
      .expanded-bio .left {
        width: 20%; } }
  @media (max-width: 667px) {
    .expanded-bio {
      width: calc( 100% - 200px);
      flex-direction: column; }
      .expanded-bio .left .bio img {
        width: 100px; } }
  .expanded-bio h2 .title {
    font-size: .7em;
    opacity: .7; }
  .expanded-bio .left {
    display: flex;
    width: 100%;
    margin-right: 5%; }
    .expanded-bio .left img {
      width: 60%; }
  .expanded-bio .right {
    width: 100%; }
    .expanded-bio .right strong {
      font-weight: normal; }
  .expanded-bio .close img {
    position: absolute;
    top: 20px;
    right: 20px; }

/*opportunities */
.opportunities section.work-section {
  width: 100%;
  min-height: 300px;
  background-color: white;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: black; }
  .opportunities section.work-section .work-section-inner {
    margin-left: auto;
    margin-right: auto;
    width: fit-content; }
  .opportunities section.work-section .work-section-title {
    font-size: 1.5rem;
    color: black;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .opportunities section.work-section table {
    border-collapse: collapse; }
  .opportunities section.work-section tr td {
    padding-left: 8px;
    padding-right: 8px;
    color: black; }
  .opportunities section.work-section tr:nth-child(odd) {
    background-color: #ccc; }
  .opportunities section.work-section tr td:last-child {
    text-align: right;
    font-weight: 600;
    font-size: 0.8rem; }
  .opportunities section.work-section tr td a {
    color: black; }
  @media (max-width: 667px) {
    .opportunities section.work-section h2 {
      text-align: center; } }
.opportunities section#opportunities {
  margin-top: 80px;
  height: 80vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  background-image: url("../images/opportunities_header.webp");
  background-size: cover;
  background-position: center;
  /*
  @include rwd(1538)
  {
  	h1{margin:40px 13px 0 20px}
  	h3{margin-left:20px}
  	.button{margin-left:20px;}
  }
  
  @include rwd(1190)
  {
  	h1{ font-size:30px; line-height:35px}
  }
  */ }
  .opportunities section#opportunities h1 {
    color: #000;
    font-size: 50px;
    margin: 3vh 20px;
    font-weight: 100;
    text-align: center; }
  @media (max-width: 2225px) {
    .opportunities section#opportunities h1 {
      font-size: 30px;
      margin: 70px 20px; } }
  .opportunities section#opportunities h3 {
    text-align: left;
    color: #000; }
  .opportunities section#opportunities p {
    color: #000; }
  .opportunities section#opportunities .button {
    margin-left: 13%;
    margin-bottom: 50px;
    font-size: 18px;
    height: 30px;
    cursor: pointer;
    color: white;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 30px;
    color: #000;
    padding: 5px 30px; }
  .opportunities section#opportunities div {
    width: 62%; }
  @media (max-width: 667px) {
    .opportunities section#opportunities {
      background-image: url("../images/opportunities_header_mobile.webp");
      height: 60vh;
      min-height: 400px; }
      .opportunities section#opportunities div {
        width: 100%; }
      .opportunities section#opportunities h1 {
        font-size: 25px; }
      .opportunities section#opportunities h3 {
        font-size: 15px; }
      .opportunities section#opportunities .button {
        font-size: 14px;
        height: auto; } }
  @media (max-width: 320px) {
    .opportunities section#opportunities h1 {
      margin-top: 10px;
      margin-bottom: 0; }
    .opportunities section#opportunities h3 {
      margin: 5px 20px 10px; } }
.opportunities section.section2 {
  background-image: url("../images/opportunities_section3.webp");
  background-size: cover;
  height: 80vh;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center; }
  .opportunities section.section2 .copy-holder {
    background: rgba(0, 0, 0, 0.3);
    height: auto;
    position: absolute;
    top: calc(40vh );
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0; }
    .opportunities section.section2 .copy-holder h2 {
      margin: 20px 10%;
      font-weight: 200;
      font-size: 40px; }
    @media (max-width: 667px) {
      .opportunities section.section2 .copy-holder {
        height: auto;
        flex-direction: column;
        top: 20vh;
        transform: translateY(-50%); }
        .opportunities section.section2 .copy-holder h2 {
          width: 88%;
          margin-right: 0%;
          text-align: left;
          border-right: none;
          border-bottom: 2px solid yellow; }
        .opportunities section.section2 .copy-holder p {
          width: 80%;
          margin-right: 0%; } }
.opportunities section.black-section h2 {
  padding: 200px;
  text-align: center; }
  @media (max-width: 667px) {
    .opportunities section.black-section h2 {
      padding: 50px; } }
.opportunities section.section3 {
  background-image: url("../images/opportunities_section2.webp");
  background-size: cover;
  height: 80vh;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center; }
  .opportunities section.section3 .copy-holder {
    background: rgba(0, 0, 0, 0.3);
    height: 100px;
    position: absolute;
    top: calc(40vh - 50px);
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0; }
    .opportunities section.section3 .copy-holder h2 {
      font-weight: 100;
      margin-left: 15%;
      width: 30%;
      padding: 0;
      border-right: 2px solid yellow;
      padding-right: 2%;
      margin-right: 2%;
      text-align: right; }
    .opportunities section.section3 .copy-holder p {
      width: 60%;
      margin-right: 10%;
      text-align: left; }
    @media (max-width: 667px) {
      .opportunities section.section3 .copy-holder {
        display: block;
        top: 40vh;
        transform: translateY(-50%);
        height: auto; }
        .opportunities section.section3 .copy-holder h2 {
          width: 90%;
          margin-left: 10%;
          margin-right: 0%;
          text-align: left;
          border-right: none;
          border-bottom: 2px solid yellow; }
        .opportunities section.section3 .copy-holder p {
          width: 80%;
          margin-left: 10%;
          margin-right: 0%; } }
.opportunities section.bgb-motto {
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  height: 50vh; }
  .opportunities section.bgb-motto h3 {
    width: 80%;
    margin: 0 10%;
    text-align: center; }
    .opportunities section.bgb-motto h3 strong {
      font-weight: 900;
      text-shadow: -.5px -.5px 0 #fff, .5px -.5px 0 #fff, -.5px .5px 0 #fff, .5px .5px 0 #fff; }
  @media (max-width: 667px) {
    .opportunities section.bgb-motto {
      flex-direction: column; }
      .opportunities section.bgb-motto .left {
        width: 100%;
        text-align: center; }
        .opportunities section.bgb-motto .left img {
          margin: 0 auto;
          width: 50vw;
          height: auto; }
      .opportunities section.bgb-motto .right {
        margin-left: 25%;
        margin-top: 50px;
        padding-bottom: 100px; }
        .opportunities section.bgb-motto .right span {
          font-size: 20px;
          text-align: left; } }
.opportunities section.section4 {
  background-image: url("../images/opportunities_section4.webp");
  background-size: cover;
  height: 80vh;
  width: 100%;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center; }
  .opportunities section.section4 .copy-holder {
    background: rgba(0, 0, 0, 0.3);
    height: 100px;
    position: absolute;
    top: calc(40vh - 50px);
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0; }
    .opportunities section.section4 .copy-holder h2 {
      font-weight: 100;
      margin-left: 15%;
      width: 30%;
      padding: 0;
      border-right: 2px solid yellow;
      padding-right: 2%;
      margin-right: 2%;
      text-align: right; }
    .opportunities section.section4 .copy-holder p {
      width: 60%;
      margin-right: 10%;
      text-align: left; }
    @media (max-width: 667px) {
      .opportunities section.section4 .copy-holder {
        display: block;
        top: 40vh;
        height: auto;
        transform: translateY(-50%); }
        .opportunities section.section4 .copy-holder h2 {
          width: 90%;
          margin-left: 10%;
          margin-right: 0%;
          text-align: left;
          border-right: none;
          border-bottom: 2px solid yellow; }
        .opportunities section.section4 .copy-holder p {
          width: 80%;
          margin-left: 10%;
          margin-right: 0%; } }
.opportunities section.quotes {
  height: 40vh;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
  display: flex; }
  .opportunities section.quotes img {
    width: 40px;
    padding: 20px; }
  .opportunities section.quotes .pages {
    width: 93%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .opportunities section.quotes .pages div.offset {
      width: 100%;
      position: absolute;
      height: 100%;
      top: 0; }
    .opportunities section.quotes .pages div.offset.o0 {
      left: 0%;
      transition: left 0.5s linear; }
    .opportunities section.quotes .pages div.offset.o1 {
      left: -100%;
      transition: left 0.5s linear; }
    .opportunities section.quotes .pages div.offset.o2 {
      left: -200%;
      transition: left 0.5s linear; }
    .opportunities section.quotes .pages div.offset.o3 {
      left: -300%;
      transition: left 0.5s linear; }
    .opportunities section.quotes .pages div.offset.o4 {
      left: -400%;
      transition: left 0.5s linear; }
    .opportunities section.quotes .pages div.offset.o5 {
      left: -500%;
      transition: left 0.5s linear; }
  .opportunities section.quotes .page {
    width: 80%;
    margin: 0 10%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    flex-direction: column;
    justify-content: center; }
    .opportunities section.quotes .page h2::before {
      position: absolute;
      left: -30px;
      font-size: 2em;
      content: "\201C";
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
      line-height: 1em; }
      @media (max-width: 667px) {
        .opportunities section.quotes .page h2::before {
          left: -15px; } }
    .opportunities section.quotes .page h2::after {
      content: "\201D";
      font-size: 2em;
      font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
      line-height: 0em;
      bottom: 0;
      vertical-align: -.2em;
      display: inline-block;
      width: 0; }
    .opportunities section.quotes .page h2 {
      position: relative; }
    .opportunities section.quotes .page p span {
      opacity: .6; }
    .opportunities section.quotes .page.p1 {
      left: 100%; }
    .opportunities section.quotes .page.p2 {
      left: 200%; }
    .opportunities section.quotes .page.p3 {
      left: 300%; }
    .opportunities section.quotes .page.p4 {
      left: 400%; }
    .opportunities section.quotes .page.p5 {
      left: 500%; }
  @media (max-width: 667px) {
    .opportunities section.quotes {
      width: 100%;
      height: 50vh;
      padding: 10px 0; }
      .opportunities section.quotes .pages .page h2 {
        font-size: 12px; } }
  @media (max-width: 320px) {
    .opportunities section.quotes {
      height: 60vh;
      padding: 10px 0; }
      .opportunities section.quotes img {
        width: 20px; } }
.opportunities section.white {
  color: #000;
  background-color: white;
  margin: 0;
  padding: 100px 20%;
  width: 60%; }
  .opportunities section.white h2 {
    color: #000; }
  .opportunities section.white .job-list div.position-department {
    color: black;
    font-weight: bold;
    padding-right: 10px;
    font-size: 12px; }
  .opportunities section.white .job-entry {
    display: flex;
    justify-content: space-between; }
    .opportunities section.white .job-entry a {
      color: #000; }
    .opportunities section.white .job-entry div.clear {
      display: none; }
    .opportunities section.white .job-entry:nth-child(odd) {
      background-color: #ccc; }
  @media (max-width: 667px) {
    .opportunities section.white {
      padding: 20px 15px;
      width: calc(100% - 30px);
      margin: px; } }

/* spark */
.spark section.spark-header {
  margin-top: 80px;
  background-image: url("../images/spark-header-bg.webp");
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .spark section.spark-header img {
    height: 300px;
    padding: 50px; }
    @media (max-width: 667px) {
      .spark section.spark-header img {
        width: 80%;
        height: auto; } }
.spark section.spark-articles {
  padding: 100px 0 200px;
  align-items: center;
  justify-content: center;
  background-color: #1F1F1F; }
  .spark section.spark-articles div.container {
    width: 80%;
    margin: 0 10%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: minmax(300px, 600px);
    grid-gap: 20px 50px; }
    .spark section.spark-articles div.container a {
      display: block;
      width: 400px;
      max-width: 90%;
      padding: 40px 40px 0 40px;
      border: 1px solid #fff;
      background-color: #000;
      text-decoration: none;
      height: 100%;
      max-height: 500px;
      margin: 0 auto; }
      .spark section.spark-articles div.container a p {
        font-size: 20px;
        font-weight: bold;
        color: #FFFF00;
        text-decoration: none;
        width: 100%; }
      .spark section.spark-articles div.container a img {
        width: 100%; }
      .spark section.spark-articles div.container a:hover {
        opacity: .8; }
      @media (max-width: 667px) {
        .spark section.spark-articles div.container a {
          padding: 20px;
          width: calc(80% - 40px); } }
.spark section.spark-article-header {
  width: 60%;
  margin: 0 20%;
  text-align: center;
  padding: 80px 0; }
  @media (max-width: 667px) {
    .spark section.spark-article-header {
      width: calc(100% - 20px);
      margin: 10px; } }
  .spark section.spark-article-header h1 {
    font-size: 30px;
    text-align: center;
    margin: 20px; }
    @media (max-width: 667px) {
      .spark section.spark-article-header h1 {
        font-size: 25px; } }
.spark section.spark-article {
  width: 80%;
  margin: 0 10%;
  font-weight: 100; }
  .spark section.spark-article img {
    float: left;
    margin: 0 20px 20px 0;
    width: 250px; }
  .spark section.spark-article strong {
    font-weight: 900; }
.spark section ol.references {
  font-size: 10px;
  padding-left: 14px; }

/*contact */
@media (max-width: 667px) {
  .contact .contact-form {
    background-image: url("../images/contact-background.webp");
    background-size: cover; }
    .contact .contact-form video {
      display: none; } }
.contact section.contact-form {
  height: 100vh;
  width: 100%;
  min-height: 800px;
  overflow: hidden;
  margin-top: -60px; }
  .contact section.contact-form .form-area {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    background-color: rgba(0, 0, 0, 0.81);
    margin: 150px 50px 50px;
    display: flex; }
    .contact section.contact-form .form-area .left {
      position: relative;
      width: 40%;
      margin-left: 5%;
      margin-right: 5%;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-end;
      height: calc(100% - 100px); }
      .contact section.contact-form .form-area .left h1 {
        width: 100%;
        margin-bottom: 10px; }
      .contact section.contact-form .form-area .left img {
        position: absolute;
        bottom: 150px;
        right: 0; }
        @media (max-width: 1200px) {
          .contact section.contact-form .form-area .left img {
            bottom: auto;
            top: 50px; } }
    .contact section.contact-form .form-area .right {
      width: 50%;
      margin-right: 100px; }
      .contact section.contact-form .form-area .right div {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
        align-items: flex-end;
        width: 100%;
        height: 100px;
        border-bottom: 1px solid #fff;
        label-font-size: 18px;
        label-display: inline-block;
        label-padding-right: 10px; }
        .contact section.contact-form .form-area .right div input, .contact section.contact-form .form-area .right div textarea {
          width: 100%;
          background: none;
          color: white;
          font-size: 18px;
          border: none; }
        .contact section.contact-form .form-area .right div.textarea {
          border-bottom: none;
          flex-direction: column;
          height: 200px;
          padding-top: 50px; }
          .contact section.contact-form .form-area .right div.textarea label {
            width: 100%; }
          .contact section.contact-form .form-area .right div.textarea textarea {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
            box-sizing: border-box;
            resize: none;
            height: 190px;
            padding: 0; }
      .contact section.contact-form .form-area .right .submit-btn:hover {
        cursor: pointer;
        background-color: #7a7a7a; }
      .contact section.contact-form .form-area .right .error-msg {
        color: red; }
      .contact section.contact-form .form-area .right p.error-msg {
        margin-block-start: 0px;
        margin-block-end: 0px; }
    .contact section.contact-form .form-area input[type="submit"] {
      border: 1px solid white;
      background-color: transparent;
      margin-top: 20px;
      font-size: 18px;
      border: 1px solid #fff;
      border-radius: 30px;
      padding: 5px 40px;
      color: white; }
  @media (max-width: 830px) {
    .contact section.contact-form {
      height: auto; }
      .contact section.contact-form .form-area {
        flex-direction: column; }
        .contact section.contact-form .form-area .left {
          width: calc(100% - 100px);
          margin: 50px 50px 0; }
          .contact section.contact-form .form-area .left img {
            display: none; }
        .contact section.contact-form .form-area .right {
          width: calc(100% - 100px);
          margin: 0 50px 50px; } }
  @media (max-width: 667px) {
    .contact section.contact-form .form-area {
      margin: 110px 20px 0;
      width: calc(100% - 40px); }
      .contact section.contact-form .form-area .left {
        width: calc(100% - 40px);
        margin: 20px 20px 0; }
        .contact section.contact-form .form-area .left img {
          display: none; }
      .contact section.contact-form .form-area .right {
        width: calc(100% - 40px);
        margin: 0 20px 20px; } }
  .contact section.contact-form video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }

/* Capibilities */
.capibilities #st {
  transform-style: preserve-3d; }
.capibilities .capibilities-header {
  margin-top: 80px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: auto;
  background-image: url("../images/capibilities-header.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .capibilities .capibilities-header h1 {
    color: #000;
    font-size: 30px;
    margin-top: 20vh;
    width: 100%;
    text-align: center; }
  .capibilities .capibilities-header p {
    color: #000; }
  .capibilities .capibilities-header span.gap {
    width: 10%;
    display: inline-block; }
  @media (max-width: 667px) {
    .capibilities .capibilities-header span.gap {
      width: 1px; } }
.capibilities .capabilities-menu {
  width: 100%;
  height: 100px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transform: translateZ(0.2px);
  position: relative; }
  .capibilities .capabilities-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-family: 'Poppins', sans-serif;
    margin: 0 40px;
    padding: 5px 20px;
    border: 1px solid #000;
    border-radius: 30px;
    text-align: center; }
    .capibilities .capabilities-menu a.selected {
      border: 1px solid white; }
  @media (max-width: 667px) {
    .capibilities .capabilities-menu {
      display: none; } }
.capibilities .capes {
  position: relative;
  height: 80vh;
  overflow: hidden; }
  .capibilities .capes img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .capibilities .capes .copy-holder {
    position: absolute;
    top: calc(40vh);
    transform: translateY(-50%);
    width: 80%;
    margin-left: 10%;
    text-align: center;
    justify-content: center;
    left: 0; }
  @media (max-width: 667px) {
    .capibilities .capes {
      height: 90vh; } }
  .capibilities .capes#HEALTHCARE-ADVERTISING.selected .list div {
    background-image: url("../images/capibilities-section1.webp"); }
  .capibilities .capes#MEDICAL-COMMUNICATIONS.selected .list div {
    background-image: url("../images/capibilities-section2.webp"); }
  .capibilities .capes#STRATEGIC-CONSULTING.selected .list div {
    background-image: url("../images/capibilities-section3.webp"); }
  .capibilities .capes#MARKET-ACCESS.selected .list div {
    background-image: url("../images/capibilities-section4.webp"); }
  .capibilities .capes#HEALTHCARE-ADVERTISING .list, .capibilities .capes#MARKET-ACCESS .list, .capibilities .capes#STRATEGIC-CONSULTING .list, .capibilities .capes#MEDICAL-COMMUNICATIONS .list {
    display: none; }
  .capibilities .capes#HEALTHCARE-ADVERTISING.selected .main, .capibilities .capes#HEALTHCARE-ADVERTISING.selected .copy-holder, .capibilities .capes#MARKET-ACCESS.selected .main, .capibilities .capes#MARKET-ACCESS.selected .copy-holder, .capibilities .capes#STRATEGIC-CONSULTING.selected .main, .capibilities .capes#STRATEGIC-CONSULTING.selected .copy-holder, .capibilities .capes#MEDICAL-COMMUNICATIONS.selected .main, .capibilities .capes#MEDICAL-COMMUNICATIONS.selected .copy-holder {
    display: none; }
  .capibilities .capes#HEALTHCARE-ADVERTISING.selected .list, .capibilities .capes#MARKET-ACCESS.selected .list, .capibilities .capes#STRATEGIC-CONSULTING.selected .list, .capibilities .capes#MEDICAL-COMMUNICATIONS.selected .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    align-items: center;
    align-content: center;
    position: relative; }
    .capibilities .capes#HEALTHCARE-ADVERTISING.selected .list .close-btn, .capibilities .capes#MARKET-ACCESS.selected .list .close-btn, .capibilities .capes#STRATEGIC-CONSULTING.selected .list .close-btn, .capibilities .capes#MEDICAL-COMMUNICATIONS.selected .list .close-btn {
      position: absolute;
      top: 80px;
      right: 40px;
      width: 25px;
      height: 25px;
      left: auto;
      bottom: auto; }
    .capibilities .capes#HEALTHCARE-ADVERTISING.selected .list div, .capibilities .capes#MARKET-ACCESS.selected .list div, .capibilities .capes#STRATEGIC-CONSULTING.selected .list div, .capibilities .capes#MEDICAL-COMMUNICATIONS.selected .list div {
      background-attachment: fixed;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 20%;
      height: 20vh;
      border: 2px solid black; }
      .capibilities .capes#HEALTHCARE-ADVERTISING.selected .list div p, .capibilities .capes#MARKET-ACCESS.selected .list div p, .capibilities .capes#STRATEGIC-CONSULTING.selected .list div p, .capibilities .capes#MEDICAL-COMMUNICATIONS.selected .list div p {
        margin: 20px; }
  @media (max-width: 667px) {
    .capibilities .capes#HEALTHCARE-ADVERTISING.selected .list div, .capibilities .capes#MARKET-ACCESS.selected .list div, .capibilities .capes#STRATEGIC-CONSULTING.selected .list div, .capibilities .capes#MEDICAL-COMMUNICATIONS.selected .list div {
      width: 80%;
      height: 38px;
      font-size: 14px;
      line-height: 15px;
      border: 4px solid black; } }
  .capibilities .capes .button {
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px 20px;
    display: inline-block; }
.capibilities .pipeline {
  margin-top: 120px; }
  .capibilities .pipeline .video-row {
    display: flex;
    width: 100%;
    margin: 20px auto;
    align-items: center;
    justify-content: center; }
    @media (max-width: 667px) {
      .capibilities .pipeline .video-row {
        display: block;
        height: auto; }
        .capibilities .pipeline .video-row .video-c {
          display: none; } }
  .capibilities .pipeline .video-c {
    width: 40%;
    display: flex;
    align-items: right;
    justify-content: flex-end; }
  .capibilities .pipeline .mask {
    border-radius: 300px;
    width: 300px;
    height: 300px;
    margin: 0;
    transform: translateZ(0);
    overflow: hidden; }
  .capibilities .pipeline video {
    height: 300px;
    width: 300px;
    margin: 0; }
  @media (max-width: 667px) {
    .capibilities .pipeline div {
      height: auto; } }
  .capibilities .pipeline div.page1, .capibilities .pipeline div.page2, .capibilities .pipeline div.page3, .capibilities .pipeline div.page4 {
    width: 40%;
    display: flex;
    margin-right: 10%;
    height: 40vh;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }
    .capibilities .pipeline div.page1 h2, .capibilities .pipeline div.page2 h2, .capibilities .pipeline div.page3 h2, .capibilities .pipeline div.page4 h2 {
      text-align: left;
      margin: 20px; }
    .capibilities .pipeline div.page1 p, .capibilities .pipeline div.page2 p, .capibilities .pipeline div.page3 p, .capibilities .pipeline div.page4 p {
      margin: 20px; }
    @media (max-width: 667px) {
      .capibilities .pipeline div.page1, .capibilities .pipeline div.page2, .capibilities .pipeline div.page3, .capibilities .pipeline div.page4 {
        width: calc(100% - 40px);
        margin: 20px;
        display: block;
        text-align: center;
        height: auto; }
        .capibilities .pipeline div.page1 h2, .capibilities .pipeline div.page2 h2, .capibilities .pipeline div.page3 h2, .capibilities .pipeline div.page4 h2 {
          text-align: center; }
        .capibilities .pipeline div.page1 p, .capibilities .pipeline div.page2 p, .capibilities .pipeline div.page3 p, .capibilities .pipeline div.page4 p {
          text-align: center; } }
  @media (max-width: 667px) {
    .capibilities .pipeline {
      /*
      video{height:100vw; }
      div{margin-left:0; margin-top:100vw;}
      */ }
      .capibilities .pipeline video {
        display: none; }
      .capibilities .pipeline div {
        margin: 0;
        height: 30vh; } }
.capibilities .section7 {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: auto;
  background-image: url("../images/capibilities-section7.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .capibilities .section7 h2 {
    color: #FFF;
    font-size: 30px;
    margin: 10px 20%;
    width: 60%;
    text-align: center; }
  .capibilities .section7 p {
    color: #000; }
  .capibilities .section7 .copy-holder {
    background: rgba(0, 0, 0, 0.3); }
    @media (max-width: 667px) {
      .capibilities .section7 .copy-holder {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; } }
@media (max-width: 667px) {
  .capibilities .spacer.long {
    height: 0vh; } }
.capibilities .divisions {
  padding-top: 100px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .capibilities .divisions .icons {
    width: 40%; }
    .capibilities .divisions .icons img {
      width: 50px; }
  .capibilities .divisions .text {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 40%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10%; }
  @media (max-width: 667px) {
    .capibilities .divisions {
      height: auto;
      flex-direction: column; }
      .capibilities .divisions .icons {
        width: 100%;
        height: auto; }
      .capibilities .divisions .text {
        width: 80%;
        height: auto;
        margin: 0 auto;
        text-align: center; } }

.headerImage {
  position: relative;
  padding: 100px;
  margin: 90px 0 0 0;
  background-size: cover;
  background-image: url(../images/interior1_cf.jpg);
  display: flex;
  justify-content: center;
  align-content: center; }
  .headerImage h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%; }
  @media (max-width: 667px) {
    .headerImage {
      padding: 20px; }
      .headerImage h1 {
        font-size: 20px;
        text-align: center; } }

#careers .headerImage {
  background-image: url(../images/interior1_cf.jpg); }

#careerfair .headerImage {
  margin-bottom: 20px; }

#application .headerImage {
  background-image: url(../images/interior1_cf.jpg);
  margin-bottom: 30px; }

.headerImage .headerText {
  color: #ffffff;
  text-align: center; }

#careerfair .headerImage .headerText {
  top: 40%; }

.headerImage .creativeLogo {
  margin-top: 23px; }

.headerImage .creativeLogo img {
  display: block;
  margin: 0 auto; }

#grnhse_app {
  background-color: white; }

.mobile {
  display: none; }

.tablet {
  display: none; }

.terms-of-use section {
  width: 80%;
  margin: 200px 10%; }
  .terms-of-use section a {
    color: #ffff00;
    overflow-wrap: break-word;
    word-break: break-word; }

.press-releases {
  padding-top: 200px; }
  .press-releases a {
    overflow-wrap: break-word;
    word-break: break-word; }
  .press-releases section {
    width: 80%;
    margin: 20px 10%; }
    .press-releases section.press-link a {
      display: flex;
      justify-content: space-between;
      align-content: center;
      align-items: center;
      gap: 10;
      width: 100%; }
      .press-releases section.press-link a img {
        width: 300px; }
      .press-releases section.press-link a div {
        width: calc(100% - 320px);
        margin-left: 20px; }
      @media (max-width: 667px) {
        .press-releases section.press-link a {
          display: block; }
          .press-releases section.press-link a img {
            width: 80%;
            margin: 0 auto; }
          .press-releases section.press-link a div {
            width: calc(100% - 20px);
            margin: 10px 10px 100px 10px; } }
    .press-releases section a {
      text-decoration: none;
      color: white; }

.contact section.contact-form .form-area .right div.Toastify, .contact section.contact-form .form-area .right div div {
  border-bottom: none;
  height: auto; }
.contact section.contact-form .form-area .right div.Toastify__toast-body {
  width: 100%; }
  .contact section.contact-form .form-area .right div.Toastify__toast-body div {
    width: calc(100% - 60px); }
  .contact section.contact-form .form-area .right div.Toastify__toast-body div.Toastify__toast-icon {
    width: 50px; }

.Toastify {
  padding-top: 10px;
  border-bottom: none; }
  .Toastify svg {
    fill: white; }
  .Toastify button {
    display: none; }
  .Toastify div {
    color: white; }

.Toastify__toast-body div {
  color: white !important; }

.grecaptcha-badge {
  display: none; }

@media (max-width: 768px) {
  .tablet {
    display: block; } }
@media (max-width: 667px) {
  .desktop, .desktoponly {
    display: none; }

  .mobile {
    display: block; }

  h1 {
    font-size: 30px; } }
