@font-face {
  font-family: 'Pharma-RegularCond';
  src: url("../fonts/Pharma-RegularCond/Pharma-RegularCond.eot?#iefix") format("embedded-opentype"), url("../fonts/Pharma-RegularCond/Pharma-RegularCond.otf") format("opentype"), url("../fonts/Pharma-RegularCond/Pharma-RegularCond.woff") format("woff"), url("../fonts/Pharma-RegularCond/Pharma-RegularCond.ttf") format("truetype"), url("../fonts/Pharma-RegularCond/Pharma-RegularCond.svg#Pharma-RegularCond") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Pharma-BoldCond';
  src: url("../fonts/Pharma-BoldCond/Pharma-BoldCond.eot?#iefix") format("embedded-opentype"), url("../fonts/Pharma-BoldCond/Pharma-BoldCond.otf") format("opentype"), url("../fonts/Pharma-BoldCond/Pharma-BoldCond.woff") format("woff"), url("../fonts/Pharma-BoldCond/Pharma-BoldCond.ttf") format("truetype"), url("../fonts/Pharma-BoldCond/Pharma-BoldCond.svg#Pharma-BoldCond") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

body {
  position: relative;
  font-family: 'Pharma-RegularCond';
  font-size: 16px;
  margin: 0;
  /* Set this here so it appears for the page header*/
  background-color: #01172c; }

.header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 100vh;
  height: 100vh;
  max-height: 100vh;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.175), rgba(0, 0, 0, 0) 85vh), radial-gradient(circle 32vh, rgba(255, 255, 255, 0.04) 32vh, rgba(0, 0, 0, 0));
  background-color: #01172c;
  /* opacity: .25;*/ }

#info {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 5px;
  text-align: center; }

#content {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 0 0 0 0; }

a {
  color: #0a2034;
  text-decoration: none; }

#c {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

.list-item {
  display: inline; }
  .list-item .scene {
    width: 100vw;
    height: 100vh;
    display: block; }

.scene2 {
  width: 100vw;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 0;
  top: 0;
  background-color: #f3f3f3; }

img {
  max-width: 100%; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100vh;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 550px) {
    .container {
      min-height: 0; } }
  .container .block {
    max-width: 100%;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 990px) {
      .container .block {
        text-align: left;
        width: auto; } }
    @media screen and (min-width: 990px) {
      .container .block {
        width: 50%; } }
    @media screen and (min-width: 990px) {
      .container .block .block-inner {
        max-width: 470px; } }

.site-main {
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .site-main section {
    position: relative;
    min-height: 100vh;
    width: 100%;
    color: #0a2034; }
    @media only screen and (max-width: 550px) {
      .site-main section {
        padding-bottom: 3rem;
        min-height: 0;
        background-color: white; } }
    .site-main section h2 {
      font-size: 2rem;
      font-weight: 400;
      padding: 0;
      margin: 0; }
      @media screen and (min-width: 320px) {
        .site-main section h2 {
          font-size: 3.25rem; } }
      @media screen and (min-width: 670px) {
        .site-main section h2 {
          font-size: 5rem; } }
      @media screen and (min-width: 990px) {
        .site-main section h2 {
          font-size: 5rem; } }
  .site-main .header {
    padding: 1rem 2rem;
    min-height: 100vh;
    text-align: center;
    color: #fff;
    /* background-color of this section is shown with the body's bg and .header-bg*/
    background-image: url("../images/header-fallback.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: 6s ease-out 0s 1 fadeIn;
    animation: 6s ease-out 0s 1 fadeIn; }
    @media only screen and (max-width: 550px) {
      .site-main .header {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: 0;
        animation-delay: 0; } }
    .site-main .header img {
      width: 100%;
      max-width: 280px;
      margin: 1rem auto; }
      @media screen and (min-width: 320px) {
        .site-main .header img {
          max-width: 200px; } }
      @media screen and (min-width: 990px) {
        .site-main .header img {
          max-width: 250px; } }
      @media screen and (min-width: 1600px) {
        .site-main .header img {
          max-width: 338px; } }
    .site-main .header h1 {
      display: block;
      font-size: 2rem;
      position: absolute;
      right: 0;
      bottom: 1rem;
      left: 0;
      margin: 0 auto;
      max-width: 650px;
      font-weight: 400;
      padding: 0rem 2rem;
      width: 100%; }
      .site-main .header h1:after {
        display: block;
        content: '';
        width: 1px;
        height: 1.5rem;
        background-color: #fff;
        margin: 1rem auto 0; }
  .site-main .dna-section {
    background: transparent;
    /* background-image: url('../images/dna_com.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* background-color: #f3f3f3;*/ }
  .site-main .definition {
    color: #0a2034;
    font-size: 2rem;
    min-height: 0;
    padding: 100px 0 0 0; }
    @media only screen and (max-width: 550px) {
      .site-main .definition {
        padding-top: 4rem; } }
    .site-main .definition h2 span.small-word {
      position: relative;
      font-size: 2rem; }
      @media screen and (min-width: 990px) {
        .site-main .definition h2 span.small-word {
          top: -2.5rem; } }
    .site-main .definition p {
      line-height: 1.5;
      line-height: 2rem;
      font-size: 1.5rem; }
    .site-main .definition ul {
      padding: 0;
      list-style: none;
      font-size: 1.5rem; }
    .site-main .definition .container {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      min-height: 0; }
  .site-main .menu {
    font-size: 1.5rem;
    min-height: 0;
    padding: 200px 0 0 0; }
    @media only screen and (max-width: 990px) {
      .site-main .menu {
        padding-top: 100px; } }
    @media only screen and (max-width: 550px) {
      .site-main .menu {
        padding-top: 4rem; } }
    .site-main .menu .container {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      min-height: 0; }
    .site-main .menu .block:first-child {
      order: 1; }
      @media screen and (min-width: 990px) {
        .site-main .menu .block:first-child {
          order: 0; } }
    .site-main .menu p {
      margin: 0 0 2rem 0;
      line-height: 2rem; }
      .site-main .menu p:last-child {
        margin-bottom: 0; }
    .site-main .menu h3 {
      font-size: 1.7rem;
      margin: 0;
      font-weight: 400; }
    .site-main .menu img {
      margin: 2rem 0; }
    .site-main .menu .allpeople {
      display: block;
      position: relative;
      max-width: 563px;
      height: 546px; }
      @media only screen and (max-width: 990px) {
        .site-main .menu .allpeople {
          display: none; } }
    .site-main .menu .people1, .site-main .menu .people2, .site-main .menu .people3, .site-main .menu .people4, .site-main .menu .people5 {
      position: absolute; }
    .site-main .menu .people1 {
      width: 443px; }
    .site-main .menu .people2 {
      width: 80px; }
    .site-main .menu .people3 {
      width: 128px;
      right: 114px;
      top: 39px; }
    .site-main .menu .people4 {
      width: 84px;
      right: 0;
      top: 194px; }
    .site-main .menu .people5 {
      width: 82px;
      right: 219px;
      top: 438px; }
    .site-main .menu .combined-image {
      display: none; }
      @media only screen and (max-width: 990px) {
        .site-main .menu .combined-image {
          display: block;
          max-width: 500px;
          width: 100%;
          margin: 0 auto 4rem; } }
  .site-main .location {
    font-size: 2rem;
    min-height: 0;
    padding: 50px 0 50px 0;
    overflow: hidden; }
    @media only screen and (max-width: 670px) {
      .site-main .location {
        padding-top: 100px; } }
    @media only screen and (max-width: 550px) {
      .site-main .location {
        padding-top: 4rem; } }
    .site-main .location p {
      padding-left: .5rem;
      font-size: 1.5rem; }
    .site-main .location a {
      font-size: 1.5rem; }
    .site-main .location #map {
      width: 100%;
      max-width: 500px;
      height: 500px;
      border-radius: 100%; }
    .site-main .location img {
      margin: 0; }
      @media only screen and (min-width: 550px) {
        .site-main .location img {
          margin: 2rem;
          margin-right: 3rem;
          max-width: 90%; } }
    .site-main .location .container {
      min-height: 0;
      position: relative; }
    .site-main .location #svgCircle-3 {
      position: absolute;
      max-height: 500px;
      max-width: 500px;
      width: 100%;
      height: 100%;
      top: 0px;
      left: -30px; }
      @media only screen and (min-width: 550px) {
        .site-main .location #svgCircle-3 {
          top: -30px;
          left: -30px; } }
    .site-main .location #svgCircle-4 {
      position: absolute;
      max-height: 500px;
      max-width: 500px;
      width: 100%;
      height: 100%;
      left: 30px;
      top: 30px; }
      @media only screen and (min-width: 550px) {
        .site-main .location #svgCircle-4 {
          left: 60px;
          top: 30px; } }
  .site-main .locationCircle {
    min-height: 100vw;
    min-width: 80vw; }
    @media only screen and (min-width: 550px) {
      .site-main .locationCircle {
        min-height: 0;
        min-width: 0;
        width: 500px;
        height: 500px;
        margin: 0 auto; } }
  @media only screen and (min-width: 990px) {
    .site-main .locationLink {
      position: absolute; } }
  .site-main #dots {
    display: none; }
    @media only screen and (min-width: 550px) {
      .site-main #dots {
        display: none;
        position: relative;
        bottom: -3rem; } }
  .site-main .line-dots {
    width: 8px;
    height: 12px;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 5px;
    transition: all 1s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0.5; }
  .site-main .line-dots.active {
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5);
    opacity: 1; }
  .site-main .attendees {
    background-color: #01172c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    text-align: center;
    /*Search Attendees*/ }
    .site-main .attendees .container {
      max-width: none;
      flex-direction: column;
      width: 100vw;
      padding: 0;
      margin: 0; }
    .site-main .attendees .header-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 50px 0;
      width: 100%; }
    .site-main .attendees #my-network {
      width: 100%;
      height: 700px; }
      @media only screen and (max-width: 550px) {
        .site-main .attendees #my-network {
          height: 500px;
          max-height: 80vh;
          margin-top: 50px; } }
    .site-main .attendees .vis-network:focus {
      outline: none; }
    .site-main .attendees .my-network-wrapper {
      position: relative;
      width: 100%; }
      .site-main .attendees .my-network-wrapper .vis-tooltip {
        padding: 7px;
        color: black;
        background-color: rgba(255, 255, 255, 0.85);
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        font-family: 'Pharma-RegularCond';
        font-size: 1.125rem;
        line-height: 1.2; }
      .site-main .attendees .my-network-wrapper .navNetwork {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px;
        margin-top: 10px; }
        .site-main .attendees .my-network-wrapper .navNetwork .nextTranslate,
        .site-main .attendees .my-network-wrapper .navNetwork .preTranslate {
          cursor: pointer; }
        .site-main .attendees .my-network-wrapper .navNetwork .nextTranslate {
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 15px solid rgba(255, 255, 255, 0.5); }
          .site-main .attendees .my-network-wrapper .navNetwork .nextTranslate:hover {
            border-left: 15px solid white; }
        .site-main .attendees .my-network-wrapper .navNetwork .preTranslate {
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 15px solid rgba(255, 255, 255, 0.5);
          margin-right: 26px; }
          .site-main .attendees .my-network-wrapper .navNetwork .preTranslate:hover {
            border-right: 15px solid white; }
      .site-main .attendees .my-network-wrapper button {
        position: absolute;
        top: 50%;
        z-index: 11;
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        background: none;
        color: white;
        border: 0;
        font-family: 'Pharma-RegularCond';
        font-size: 1.2rem;
        cursor: pointer; }
        .site-main .attendees .my-network-wrapper button.prev {
          left: -1.5vw;
          display: none; }
          @media only screen and (max-width: 1200px) {
            .site-main .attendees .my-network-wrapper button.prev {
              left: 0; } }
          @media only screen and (max-width: 550px) {
            .site-main .attendees .my-network-wrapper button.prev {
              left: -5vw; } }
          .site-main .attendees .my-network-wrapper button.prev::before {
            content: '';
            position: absolute;
            top: 41%;
            left: -1rem;
            width: 1rem;
            height: 1px;
            background-color: white;
            transition: left .15s ease-in-out; }
            @media only screen and (max-width: 550px) {
              .site-main .attendees .my-network-wrapper button.prev::before {
                display: none; } }
          .site-main .attendees .my-network-wrapper button.prev:hover::before {
            left: -1.25rem; }
        .site-main .attendees .my-network-wrapper button.next {
          right: -1.5vw;
          display: none; }
          @media only screen and (max-width: 1200px) {
            .site-main .attendees .my-network-wrapper button.next {
              right: 0vw; } }
          @media only screen and (max-width: 550px) {
            .site-main .attendees .my-network-wrapper button.next {
              right: -5vw; } }
          .site-main .attendees .my-network-wrapper button.next::after {
            content: '';
            position: absolute;
            top: 41%;
            right: -1rem;
            width: 1rem;
            height: 1px;
            background-color: white;
            transition: right .15s ease-in-out; }
            @media only screen and (max-width: 550px) {
              .site-main .attendees .my-network-wrapper button.next::after {
                display: none; } }
          .site-main .attendees .my-network-wrapper button.next:hover::after {
            right: -1.25rem; }
        @media only screen and (max-width: 550px) {
          .site-main .attendees .my-network-wrapper button span.label {
            display: none; } }
        @media only screen and (min-width: 550px) {
          .site-main .attendees .my-network-wrapper button span.label-mobile {
            display: none; } }
    .site-main .attendees .search-wrapper {
      padding: 0 2rem; }
    .site-main .attendees .search {
      z-index: 10;
      width: 100%;
      max-width: 500px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
      .site-main .attendees .search #search-icon {
        display: inline-block;
        float: left;
        padding: 20px 0 10px 0; }
      .site-main .attendees .search #searchInput {
        width: 80%;
        font-size: 36px;
        padding: 10px;
        background-color: transparent;
        border: none;
        font-family: "Pharma-RegularCond";
        color: #ffffff;
        opacity: 0.2; }
        .site-main .attendees .search #searchInput:focus {
          outline: none; }
      .site-main .attendees .search #all-attendees-list {
        position: absolute;
        display: none;
        max-width: 500px;
        width: 100%;
        background-color: white;
        opacity: 0.95;
        margin-top: 20px;
        z-index: 10; }
        .site-main .attendees .search #all-attendees-list #attendees-list {
          list-style: none;
          padding: 0;
          margin: 0;
          color: #0a2034; }
          .site-main .attendees .search #all-attendees-list #attendees-list li {
            cursor: pointer;
            margin: 18px 0 0 0;
            padding-bottom: 18px;
            font-size: 24px;
            border-bottom: solid 1px rgba(0, 0, 0, 0.2); }
    .site-main .attendees .search-results {
      background-color: #01172c;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      display: none;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: white;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .site-main .attendees .search-results .close-button {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0; }
        .site-main .attendees .search-results .close-button .closeLinkSearch {
          position: absolute;
          right: 32px;
          top: 32px;
          width: 32px;
          height: 32px;
          opacity: 0.7; }
          .site-main .attendees .search-results .close-button .closeLinkSearch:hover {
            opacity: 1; }
          .site-main .attendees .search-results .close-button .closeLinkSearch::before, .site-main .attendees .search-results .close-button .closeLinkSearch::after {
            position: absolute;
            left: 15px;
            content: ' ';
            height: 33px;
            width: 2px;
            background-color: white; }
          .site-main .attendees .search-results .close-button .closeLinkSearch::before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          .site-main .attendees .search-results .close-button .closeLinkSearch::after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      .site-main .attendees .search-results .search-picture .clip-circle {
        max-width: 200px;
        border-radius: 100%;
        border-color: #ef9033;
        border-style: solid;
        border-width: 10px; }
      .site-main .attendees .search-results .search-picture img {
        width: 180px;
        height: 180px; }
      .site-main .attendees .search-results .search-attendees-details {
        font-size: 21px; }
        .site-main .attendees .search-results .search-attendees-details .search-name {
          font-size: 21px;
          color: #ef9033;
          padding: 10px; }
  .site-main .partners {
    min-height: 0;
    position: relative;
    padding-top: 3rem;
    background-color: #01172c;
    color: #fff; }
    .site-main .partners::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 0;
      background-image: url("../images/overlap-circles.png");
      background-size: 60vh;
      background-repeat: no-repeat;
      background-position: center;
      opacity: .3; }
    .site-main .partners .container-wrap {
      position: absolute;
      z-index: 1;
      width: 100%; }
    .site-main .partners .container {
      z-index: 1;
      min-height: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative; }
    .site-main .partners .block {
      width: 100%;
      max-width: none;
      text-align: center; }
    .site-main .partners h2 {
      margin-bottom: .75em; }
    .site-main .partners .partner-logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .site-main .partners .partner-logos a {
        display: block;
        /* cursor: pointer;*/ }
      .site-main .partners .partner-logos #lab-logo img {
        padding: 25px; }
      .site-main .partners .partner-logos > div {
        width: 50%;
        padding: 2rem 1rem;
        text-align: center; }
        @media screen and (min-width: 670px) {
          .site-main .partners .partner-logos > div {
            width: 25%; } }
        .site-main .partners .partner-logos > div img {
          max-width: 100%;
          cursor: pointer; }
  .site-main .creative-team {
    min-height: 0;
    position: relative;
    padding-top: 3rem;
    background-color: #01172c;
    color: #fff; }
    .site-main .creative-team .container {
      min-height: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .site-main .creative-team .block {
      width: 100%;
      max-width: none;
      text-align: center; }
    .site-main .creative-team h2 {
      margin-bottom: .75em; }
    .site-main .creative-team .creative-team-logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .site-main .creative-team .creative-team-logos > div {
        width: 50%;
        padding: 2rem 1rem;
        text-align: center;
        cursor: pointer; }
        @media screen and (min-width: 670px) {
          .site-main .creative-team .creative-team-logos > div {
            width: 25%; } }
        .site-main .creative-team .creative-team-logos > div img {
          max-width: 100%; }

#unconsciously-coupling {
  position: relative; }
  #unconsciously-coupling .circle1 {
    content: '';
    position: absolute;
    top: -15%;
    left: -20.5%;
    z-index: 1;
    /* display: block;*/
    display: none;
    width: 55%;
    padding-top: 55%;
    background-image: url("../images/overlap-circles1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .4; }
    @media screen and (min-width: 990px) {
      #unconsciously-coupling .circle1 {
        width: 110%;
        padding-top: 110%; } }
  #unconsciously-coupling #svgCircle-1 {
    position: absolute;
    max-height: 570px;
    max-width: 570px;
    width: 100%;
    height: 100%;
    top: 5%;
    left: 0; }
    @media screen and (min-width: 990px) {
      #unconsciously-coupling #svgCircle-1 {
        top: -15%;
        left: -32.5%; } }
  #unconsciously-coupling #svgCircle-2 {
    position: absolute;
    max-height: 570px;
    max-width: 570px;
    width: 100%;
    height: 100%;
    top: 15%;
    left: 0; }
    @media screen and (min-width: 990px) {
      #unconsciously-coupling #svgCircle-2 {
        top: -15%;
        left: -20.5%; } }
  #unconsciously-coupling::before {
    content: '';
    position: absolute;
    top: -15%;
    left: -32.5%;
    z-index: 1;
    display: none;
    width: 55%;
    padding-top: 55%;
    background-image: url("../images/overlap-circles2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .4; }
    @media screen and (min-width: 990px) {
      #unconsciously-coupling::before {
        width: 110%;
        padding-top: 110%; } }
  #unconsciously-coupling * {
    position: relative;
    z-index: 5; }

.site-footer {
  background-color: #01172c;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 2rem 0; }
  .site-footer a {
    color: #fff; }
  .site-footer .container {
    min-height: 0; }
  .site-footer img {
    max-width: 170px; }
  .site-footer .site-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    @media screen and (min-width: 670px) {
      .site-footer .site-footer__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .site-footer ul {
    list-style: none;
    padding: 0; }
    .site-footer ul li {
      display: inline-block;
      padding-left: 1rem; }
      .site-footer ul li:first-child {
        padding-left: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.Reveal_item {
  display: inline-block;
  transition: opacity 0.75s ease, -webkit-transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1), opacity 0.75s ease;
  transition: transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1), opacity 0.75s ease, -webkit-transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1);
  -webkit-transform: translateY(100%) rotate(5deg);
  transform: translateY(100%) rotate(5deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  position: relative;
  z-index: 1; }

.Reveal_item_menu {
  display: inline-block;
  transition: opacity 0.75s ease, -webkit-transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1), opacity 0.75s ease;
  transition: transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1), opacity 0.75s ease, -webkit-transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1);
  -webkit-transform: translateY(100%) rotate(5deg);
  transform: translateY(100%) rotate(5deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  position: relative;
  z-index: 1; }

.Reveal_item_location {
  display: inline-block;
  transition: opacity 0.75s ease, -webkit-transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1), opacity 0.75s ease;
  transition: transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1), opacity 0.75s ease, -webkit-transform 1.25s cubic-bezier(0.65, 0.02, 0.23, 1);
  -webkit-transform: translateY(100%) rotate(5deg);
  transform: translateY(100%) rotate(5deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  position: relative;
  z-index: 1; }

.Reveal_animate {
  -webkit-transform: translate(0) rotate(0);
  transform: translate(0) rotate(0);
  opacity: 1; }

.Reveal_row {
  display: block;
  overflow: hidden;
  vertical-align: top; }

/* Loading Page*/
.loadingPage {
  background-color: #01172c;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }
#map-svg,
#map-span,
#map-svg-path,
#map-circle-svg {
  pointer-events: none; }

#map-svg {
  font-size: 1.5rem;
  z-index: 100;
  position: fixed;
  display: none;
  text-align: center;
  top: 0;
  justify-content: center;
  align-items: center;
  max-width: 300px; }
  #map-svg span {
    position: absolute;
    top: 70px;
    left: 110px; }

#map-span {
  z-index: 1000; }

.attendees-page #site-header {
  position: relative;
  min-height: 50vh;
  text-align: center;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0) 85vh), radial-gradient(circle 32vh, rgba(255, 255, 255, 0.017) 32vh, rgba(0, 0, 0, 0));
  background-color: #01172c;
  padding: 0 1rem; }
.attendees-page .header-attendee {
  width: 100%;
  min-height: 0;
  text-align: center;
  padding-top: 20px; }
  .attendees-page .header-attendee img {
    width: 338px;
    height: 95px; }
.attendees-page .attendee-info {
  padding-top: 60px;
  width: 100%;
  z-index: 2;
  padding-bottom: 48px; }
  .attendees-page .attendee-info .person-name {
    color: #ef9033;
    font-size: 50px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center; }
    @media screen and (min-width: 670px) {
      .attendees-page .attendee-info .person-name {
        font-size: 100px;
        text-align: center; } }
    @media screen and (min-width: 990px) {
      .attendees-page .attendee-info .person-name {
        font-size: 100px;
        text-align: left; } }
  .attendees-page .attendee-info .person-details {
    text-align: left;
    display: inline-block; }
    @media screen and (min-width: 670px) {
      .attendees-page .attendee-info .person-details {
        margin-left: 40px; } }
    @media screen and (min-width: 990px) {
      .attendees-page .attendee-info .person-details {
        margin-left: 40px; } }
  .attendees-page .attendee-info .shape {
    display: inline-block; }
    .attendees-page .attendee-info .shape img {
      max-width: 200px;
      border-radius: 100%;
      border-color: #ef9033;
      border-style: solid;
      border-width: 10px;
      text-align: center; }
      @media screen and (min-width: 670px) {
        .attendees-page .attendee-info .shape img {
          text-align: left; } }
      @media screen and (min-width: 990px) {
        .attendees-page .attendee-info .shape img {
          text-align: left; } }
  .attendees-page .attendee-info .social-icons img {
    padding-top: 50px;
    padding-left: 14px;
    padding-right: 14px; }
.attendees-page .images-container {
  background-color: #fff;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 0;
  background-color: #f0f0f0; }
  .attendees-page .images-container .images-block-wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%; }
  .attendees-page .images-container .thumb {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    display: inline-block; }
  .attendees-page .images-container .image-block {
    width: 100%;
    text-align: center;
    padding: 1rem .5rem 0 .5rem; }
    @media screen and (min-width: 670px) {
      .attendees-page .images-container .image-block {
        width: 50%; } }
    @media screen and (min-width: 990px) {
      .attendees-page .images-container .image-block {
        width: 33%; } }
  .attendees-page .images-container .start-history {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-top: 69px;
    color: #01172c; }
  .attendees-page .images-container .start-images {
    padding-bottom: 26px; }
    .attendees-page .images-container .start-images img {
      padding-top: 55px;
      padding-left: 13px;
      padding-right: 13px;
      width: 100%; }
      @media screen and (min-width: 670px) {
        .attendees-page .images-container .start-images img {
          width: 50%; } }
      @media screen and (min-width: 990px) {
        .attendees-page .images-container .start-images img {
          width: 33%; } }
.attendees-page .person-company {
  color: #ffffff;
  font-size: 28px;
  line-height: 42px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center; }
  @media screen and (min-width: 670px) {
    .attendees-page .person-company {
      text-align: left; } }
  @media screen and (min-width: 990px) {
    .attendees-page .person-company {
      text-align: left; } }
.attendees-page .person-role {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center; }
  @media screen and (min-width: 670px) {
    .attendees-page .person-role {
      text-align: left; } }
  @media screen and (min-width: 990px) {
    .attendees-page .person-role {
      text-align: left; } }
.attendees-page .with-podge {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  margin-top: 80px;
  margin-bottom: 0px; }
  @media screen and (min-width: 670px) {
    .attendees-page .with-podge {
      font-size: 48px; } }
  @media screen and (min-width: 990px) {
    .attendees-page .with-podge {
      font-size: 48px; } }
.attendees-page .powered-by {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0px; }
.attendees-page .podge-timeline {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 60px; }
  .attendees-page .podge-timeline a {
    color: #ffffff; }

/*# sourceMappingURL=style.css.map */
