.main-menu {
  overflow-x: auto; }
  .main-menu::-webkit-scrollbar {
    width: 8px; }
  .main-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px inherit;
    -webkit-border-radius: 14px;
    border-radius: 10px; }
  .main-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 14px;
    background: inherit;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7); }
  .main-menu::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.7); }

.blocked-list__item {
  padding: 11px 20px;
  font-size: 1.1rem;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  max-width: 390px;
  display: inline-block; }
  @media (max-width: 40em) {
    .blocked-list__item {
      display: block; } }

select option {
  background: white !important;
  color: black !important; }

.sticky {
  background-color: rgba(0, 0, 0, 0.85); }
  .sticky .align-center {
    text-align: center; }
  .sticky__image {
    height: 125px;
    max-width: 200px; }
  .sticky a {
    text-decoration: none;
    color: #e5c810 !important;
    font-style: italic;
    cursor: pointer; }

.error-messages {
  color: #f44242; }

.field-required::after {
  content: "*";
  color: #f44242; }

.join-button {
  margin: 25px 0 0 0 !important;
  background-color: #e5c810;
  position: absolute;
  left: -180px; }
  .join-button:hover {
    left: 0px;
    background-color: #efd31f; }

@media (max-width: 1090px) {
  .join-button {
    margin: 0 !important;
    background-color: #e5c810;
    left: 0px;
    position: relative; }
    .join-button:hover {
      background-color: #efd31f; } }
.text-align-center {
  text-align: center; }

.top-bar--transparent {
  z-index: 100; }

.top-bar--transparent {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative; }
.top-bar .bottom-nav-text {
  font-size: .8rem; }
.top-bar__logo img {
  padding-right: 50px; }

.main-menu:not(.m-active) {
  box-shadow: none; }

.top-section {
  margin-top: -50px; }
  .top-section__band {
    background-color: rgba(229, 200, 16, 0.95); }
  .top-section__dcfb-band {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); }
  .top-section--dcfb-bg {
    background-image: url("/images/bgs/dcfb.jpg");
    background-size: cover;
    padding-bottom: 0; }
  .top-section--ep-bg {
    background-image: url("/images/bgs/ep.jpg");
    background-size: cover;
    padding-bottom: 0; }
  .top-section__ep_width {
    padding-left: 0.4rem;
    padding-right: 0.4rem; }
  .top-section--bg {
    background-image: url("/images/video/long-img.png");
    padding: 140px 0; }
  .top-section--yellow {
    background-color: #e5c810; }
  .top-section--gray {
    background-color: rgba(0, 0, 0, 0.7); }
  .top-section--yellow-list-page {
    margin-top: -50px;
    padding: 100px 0 50px;
    background-color: #e5c810; }
  .top-section__list-header {
    padding: 0;
    margin: 0; }
    @media (max-width: 40em) {
      .top-section__list-header {
        padding-right: 30px;
        padding-left: 30px;
        font-size: 1.7rem; } }
  .top-section__logo {
    z-index: 10;
    position: relative; }
  .top-section__main-img {
    margin-top: -50px;
    width: 55%; }
    @media (max-width: 40em) {
      .top-section__main-img {
        width: 90%; } }
  .top-section__header {
    font-size: 2rem;
    margin: -50px 0 0 0;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.7); }
    @media (max-width: 40em) {
      .top-section__header {
        font-size: 1.5rem;
        padding-bottom: 20px; } }
  .top-section__author {
    margin-top: 0;
    margin-bottom: 50px; }
  .top-section__sub-header {
    margin: 0;
    padding-bottom: 50px;
    color: rgba(0, 0, 0, 0.3); }
    @media (max-width: 40em) {
      .top-section__sub-header {
        padding-bottom: 20px; } }
  .top-section__dcfb-header {
    color: white; }
  .top-section__dcfb-author {
    color: white; }
  .top-section__dcfb-sub-header {
    color: white; }
  .top-section__under-video {
    z-index: -2;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333; }

.webgl .top-section__backup-logo {
  display: none; }

.no-webgl .top-section__logo {
  display: none; }
.no-webgl .top-section__backup-logo {
  width: 150px;
  padding-bottom: 10%;
  padding-top: 15%; }
@media (max-width: 40em) {
  .no-webgl .top-section__main-img {
    padding-top: 50px; } }

.dcfb-fold__button {
  color: rgba(0, 0, 0, 0.8);
  background-color: #e5c810;
  position: relative;
  top: -57.5px;
  margin: 10px; }
  @media (max-width: 40em) {
    .dcfb-fold__button {
      top: -47.5px; } }
  .dcfb-fold__button:hover {
    color: rgba(0, 0, 0, 0.8);
    background-color: #cdb30e; }
  .dcfb-fold__button--no-translate {
    top: 0;
    margin-bottom: 24px; }
.dcfb-fold__dcfb-cover {
  position: relative;
  top: 24px;
  left: -50px; }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .dcfb-fold__dcfb-cover {
      top: 0; } }
  @media (max-width: 40em) {
    .dcfb-fold__dcfb-cover {
      top: 0; } }

.button--outline {
  background-color: transparent;
  border: 1px solid white;
  color: white; }
  .button--outline:hover {
    background-color: rgba(196, 171, 14, 0.9);
    color: white; }

.button--outline-dark {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6); }
  .button--outline-dark:hover {
    background-color: rgba(229, 200, 16, 0.9);
    color: #867509; }

.button--main-color {
  background-color: #e5c810; }
  .button--main-color:hover {
    background-color: #d2b70f; }

.icon-box {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding: 20px 20px;
  margin: 5px;
  text-align: center;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .icon-box p {
    margin: 5px 0;
    line-height: 1.3; }
  .icon-box img {
    width: 60px; }

.checkerboard .row:nth-of-type(odd) .column:nth-of-type(odd),
.checkerboard .row:nth-of-type(odd) .columns:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }
.checkerboard .row:nth-of-type(even) .column:nth-of-type(even),
.checkerboard .row:nth-of-type(even) .columns:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05); }
.checkerboard__content {
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  height: 100%; }
.checkerboard__header {
  margin: 0 0 15px 0;
  font-weight: 600; }
.checkerboard__main {
  flex: 1;
  margin: 0; }
.checkerboard__footer {
  margin: 30px 0 0; }
  .checkerboard__footer > a {
    display: block;
    text-align: center; }

.callout-message {
  text-align: center;
  background-color: #333; }
  .callout-message h2 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 40px;
    color: white;
    letter-spacing: 1px; }
  .callout-message p {
    font-size: 1.5rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 40px;
    line-height: 1.3; }
  .callout-message .learn-more-btn {
    margin-top: 40px; }

.page-section.dcfb-callout-message {
  padding: 20px;
  position: relative;
  background-color: white; }
  .page-section.dcfb-callout-message p {
    color: rgba(0, 0, 0, 0.5); }
    .page-section.dcfb-callout-message p.left {
      text-align: left; }
  @media (max-width: 40em) {
    .page-section.dcfb-callout-message {
      padding: 10px; } }

.callout-message__dcfb-divider h2 {
  margin-bottom: 40px; }
.callout-message__dcfb-divider__fb-logo {
  max-width: 200px;
  margin-bottom: 40px; }

.page-section {
  padding: 0; }
  .page-section--gray {
    background-color: rgba(0, 0, 0, 0.7);
    color: white; }
  .page-section .more-info {
    font-size: 2rem;
    padding: 100px; }

.divider--long {
  padding: 60px 0; }
  .divider--long h3 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 0; }
  .divider--long h4 {
    text-align: center;
    font-size: 1.3rem;
    text-transform: none;
    margin-top: 10px;
    font-weight: 400;
    opacity: .6; }

.video-bg {
  position: relative;
  overflow: hidden; }
  .video-bg__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1; }

.divider {
  position: relative; }
  .divider--logo h2 {
    text-align: center; }
  .divider--logo img {
    max-width: 200px; }
  .divider--main-color-darker {
    background-color: #d2b70f !important; }
  .divider--yellow {
    background-color: #e5c810;
    color: rgba(0, 0, 0, 0.7); }
  .divider__h5 {
    padding: 20px; }
    @media (max-width: 40em) {
      .divider__h5 {
        text-align: center; } }
  .divider__p {
    padding: 100px 150px 20px;
    font-size: 1.7rem;
    text-align: center; }
    @media (max-width: 40em) {
      .divider__p {
        padding: 20px 30px 20px; } }
  .divider__img {
    width: 6%;
    height: 6%;
    padding-bottom: 50px; }
    @media (max-width: 40em) {
      .divider__img {
        width: 12%;
        padding-bottom: 50px; } }

.grid {
  text-align: center;
  margin: 0; }
  .grid__section {
    height: 100%; }
    .grid__section--large-gray {
      background-color: rgba(230, 230, 230, 0.7); }
      @media (max-width: 40em) {
        .grid__section--large-gray {
          background-color: white; } }
    @media (max-width: 40em) {
      .grid__section--small-gray {
        background-color: rgba(230, 230, 230, 0.7); } }
  .grid__header {
    margin: 0;
    padding-top: 40px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7); }
  .grid__subheading {
    padding: 10px 100px 50px;
    margin: 0; }
    @media (max-width: 40em) {
      .grid__subheading {
        text-align: center;
        padding: 20px 20px 50px; } }

.coming-soon__text {
  padding: 50px;
  width: 90%;
  font-size: 1.2rem; }
  .coming-soon__text .link {
    text-decoration: none;
    border-bottom: 2px solid #e5c810; }
    .coming-soon__text .link:hover {
      border-bottom: 2px solid rgba(0, 0, 0, 0.7); }
  @media (max-width: 40em) {
    .coming-soon__text {
      font-size: 1rem;
      padding: 20px; } }
.coming-soon__link {
  text-transform: none;
  text-align: center;
  padding-top: 20px; }

@media (min-width: 64.063em) and (max-width: 90em) {
  .dual-panel {
    position: relative; } }
.dual-panel--img-bg {
  background: url(../images/temporary.png) no-repeat center center;
  background-size: cover; }
.dual-panel__p {
  padding-top: 150px !important;
  padding: 100px;
  margin: 0; }
  @media (max-width: 40em) {
    .dual-panel__p {
      font-size: 1.2rem;
      padding: 30px;
      padding-top: 50px !important; } }
  .dual-panel__p--mod {
    padding-right: 100px;
    padding-left: 100px; }
    .dual-panel__p--mod--last {
      padding-bottom: 200px; }
.dual-panel__first-panel {
  background-color: #e5c810;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.7rem;
  text-align: right; }
  .dual-panel__first-panel__logo {
    width: 30%;
    padding-right: 100px;
    padding-bottom: 100px;
    padding-top: 100px; }
    @media (max-width: 40em) {
      .dual-panel__first-panel__logo {
        padding-right: 25px;
        padding-top: 70px;
        width: 25%; } }
  .dual-panel__first-panel--transparent {
    display: none; }
.dual-panel__second-panel {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100% !important;
  color: white;
  font-size: 1.2rem;
  text-align: left; }
  @media (max-width: 40em) {
    .dual-panel__second-panel {
      padding-bottom: 150px; } }
  @media (min-width: 64.063em) and (max-width: 90em) {
    .dual-panel__second-panel {
      position: absolute; } }
  .dual-panel__second-panel--yellow-opaque {
    background-color: #e5c810;
    opacity: 0.9;
    color: rgba(0, 0, 0, 0.7);
    height: 100%; }
  .dual-panel__second-panel .link {
    text-decoration: none;
    border-bottom: 2px solid #e5c810; }
    .dual-panel__second-panel .link:hover {
      border-bottom: 2px solid rgba(0, 0, 0, 0.7); }
.dual-panel h5 {
  margin: 0;
  padding-top: 150px;
  padding-left: 100px; }

.bg-panel {
  background-position: center;
  background-size: cover; }
  .bg-panel__content {
    background-color: rgba(215, 188, 15, 0.9); }
    @media (min-width: 64.063em) {
      .bg-panel__content {
        padding: 80px; } }
    @media (max-width: 64em) {
      .bg-panel__content {
        padding: 20px; } }
    .bg-panel__content__list {
      list-style: none;
      font-size: 1rem;
      padding-left: 0; }
      .bg-panel__content__list li {
        margin: 5px 0; }
    .bg-panel__content__list-header {
      font-weight: 600; }
  .bg-panel h3, .bg-panel h4 {
    margin: 0;
    color: white; }
  .bg-panel h3 {
    font-size: 1.6rem; }
  .bg-panel h4 {
    font-size: 1.3rem;
    font-weight: 300; }

p.large-text {
  font-size: 1.4rem;
  font-weight: 300; }
  p.large-text a {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  p.large-text a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer; }

.footer {
  background-color: #e5c810;
  padding: 0 0 30px 0; }
  .footer h5 {
    margin: 10px 0;
    color: #867509; }
  .footer__nav {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1rem;
    padding: 25px; }
    .footer__nav a {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 5px; }
      @media (max-width: 40em) {
        .footer__nav a {
          margin-left: -10px; } }
    .footer__nav a:hover {
      background-color: rgba(0, 0, 0, 0.05);
      text-decoration: none; }
  .footer__text {
    font-size: 1rem;
    color: #9d8a0b; }
    .footer__text p:first-of-type {
      margin-top: 0; }
  .footer__panel {
    padding: 10px 25px; }
    @media (max-width: 40em) {
      .footer__panel {
        padding: 10px 10px; } }
    .footer__panel--about a {
      text-decoration: none;
      border-bottom: 1px #b59e0d solid; }
      .footer__panel--about a:hover {
        background-color: #dbc00f; }
  .footer--darken {
    background-color: #d2b70f;
    width: 100%; }

.footer__panel--partners-small {
  font-size: 1.4rem; }
  @media (min-width: 64em) {
    .footer__panel--partners-small {
      display: none; } }

@media (max-width: 40em) {
  .footer__panel--about,
  .footer__panel--partners {
    display: none; } }

.footer-logos {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .footer-logos__item {
    flex: 1;
    max-width: 160px;
    margin: 15px;
    display: inline-block; }
    @media (max-width: 40em) {
      .footer-logos__item {
        padding-left: 10px;
        width: 160%;
        margin-right: none; } }
  .footer-logos--nyu {
    max-width: 200px; }
    @media (max-width: 40em) {
      .footer-logos--nyu {
        max-width: 180px; } }
  .footer-logos--on {
    max-width: 70%; }
    @media (max-width: 40em) {
      .footer-logos--on {
        max-width: 100%; } }

.dropdown-wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative; }
  .dropdown-wrapper .select {
    margin-bottom: 25px;
    margin-right: 10px; }
    .dropdown-wrapper .select select {
      width: 110%; }
  @media (max-width: 40em) {
    .dropdown-wrapper .button--icon-only {
      display: block; } }

.table-section__table {
  margin: 0; }
  .table-section__table tr:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  .table-section__table th {
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 30px; }
    @media (min-width: 64.063em) and (max-width: 90em) {
      .table-section__table th {
        font-size: 1.1rem; } }
  .table-section__table td {
    padding-left: 30px; }
@media (max-width: 40em) {
  .table-section .case__region, .table-section .case__sector, .table-section .case__type, .table-section .case__data-type {
    display: none; } }
@media (max-width: 40em) {
  .table-section .case__title {
    font-size: 16px; } }

.table-sortable--clear-all {
  height: 42px; }
  @media (max-width: 40em) {
    .table-sortable--clear-all:hover {
      background-color: transparent; } }
  @media (max-width: 40em) {
    .table-sortable--clear-all {
      background-color: transparent; } }
  @media (min-width: 64.063em) and (max-width: 90em) {
    .table-sortable--clear-all button {
      display: none; } }
  @media (max-width: 40em) {
    .table-sortable--clear-all button {
      margin-top: -10px;
      margin-left: 110px; } }
.table-sortable__head-cell {
  padding: 0;
  position: relative; }
  .table-sortable__head-cell span {
    padding: 15px 0;
    display: inline-block; }
.table-sortable__control-group {
  float: right;
  margin-right: 15px;
  color: white; }
.table-sortable__control {
  float: left;
  padding: 8px 10px 8px; }
  @media (max-width: 40em) {
    .table-sortable__control .close-icon {
      display: none; } }
  .table-sortable__control > i {
    vertical-align: middle; }
  .table-sortable__control--simple {
    display: inline-block; }
.table-sortable__search {
  position: absolute;
  top: 0;
  right: 40px;
  left: 25px;
  display: flex;
  overflow: hidden;
  transition: all .3s ease;
  max-width: 0;
  margin-top: -10px; }
  .table-sortable__search--active {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    transition: all .3s ease;
    max-width: 100%; }
  .table-sortable__search input[type='text'] {
    flex: 1;
    margin: 0;
    padding: 19px 15px;
    background-color: #cdb30e;
    color: white; }
    @media (max-width: 40em) {
      .table-sortable__search input[type='text'] {
        padding: 18px 15px; } }
    .table-sortable__search input[type='text']:focus {
      background-color: #c4ab0e; }
  .table-sortable__search button {
    padding: 15px 15px 13px;
    padding-left: 5px;
    border-radius: 0;
    background-color: #bfa70d; }
    .table-sortable__search button:hover {
      background-color: #b59e0d; }
@media (max-width: 40em) {
  .table-sortable td {
    padding-top: 8px;
    padding-bottom: 8px; } }

.table-sortable__head-cell form {
  margin-top: 0;
  padding: 0; }
.table-sortable__head-cell input,
.table-sortable__head-cell input:focus {
  padding: 19px 15px 18px; }

.case-page__header {
  background-size: cover;
  background-position: center;
  padding-bottom: 40px;
  padding-top: 80px;
  position: relative; }
  @media (min-width: 64em) {
    .case-page__header {
      padding-top: 140px; } }
  .case-page__header h1, .case-page__header h2, .case-page__header h3 {
    margin: 0; }
    .case-page__header h1 span, .case-page__header h2 span, .case-page__header h3 span {
      display: inline-block; }
      .case-page__header h1 span #span-link, .case-page__header h2 span #span-link, .case-page__header h3 span #span-link {
        text-decoration: none; }
  .case-page__header h1 {
    font-size: 3.4rem;
    font-weight: 300;
    margin-bottom: 20px; }
    @media (max-width: 40em) {
      .case-page__header h1 {
        font-size: 1.7rem; } }
    .case-page__header h1 span {
      padding: 10px 30px;
      background-color: rgba(229, 200, 16, 0.9); }
  .case-page__header h2 {
    font-size: 1.2rem;
    font-weight: 400;
    color: white; }
    @media (max-width: 40em) {
      .case-page__header h2 {
        font-size: 1rem; } }
    .case-page__header h2 span {
      margin-bottom: 5px;
      border: 1px solid white;
      padding: 7px 17px;
      background-color: rgba(0, 0, 0, 0.25); }
      @media (max-width: 40em) {
        .case-page__header h2 span {
          background-color: rgba(0, 0, 0, 0.5);
          padding-top: 7px; } }
  .case-page__header__shared {
    font-size: 2rem !important;
    font-weight: 400; }
  .case-page__header--button {
    bottom: -25px;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%; }
    .case-page__header--button .button {
      background-color: #e5c810;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
      padding-left: 40px;
      padding-right: 40px;
      font-weight: bold; }
      .case-page__header--button .button:hover {
        background-color: #c4ab0e; }
.case-page .share-panel {
  padding-top: 45px; }
  .case-page .share-panel h5 {
    margin: 0 0 15px 0;
    color: rgba(0, 0, 0, 0.4);
    text-transform: none; }
  .case-page .share-panel__item {
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 7px 20px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    text-decoration: none; }
.case-page--info {
  padding-top: 50px;
  padding-bottom: 50px; }
.case-page--purpose {
  background-color: rgba(0, 0, 0, 0.1);
  padding-bottom: 50px; }
.case-page--more-info {
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white; }
  .case-page--more-info__img {
    width: 70%;
    margin-left: 150px;
    padding-bottom: 20px; }

.regions h3 {
  text-align: center;
  font-weight: 200; }
.regions__map #region-map path {
  fill: white;
  fill-opacity: .1; }
.regions--worldwide #region-map path {
  fill: #e5c810;
  fill-opacity: 1; }
.regions--north-america #north-america path {
  fill: #e5c810;
  fill-opacity: 1; }
.regions--latin-america #latin-america path {
  fill: #e5c810;
  fill-opacity: 1; }
.regions--east-asia #east-asia path {
  fill: #e5c810;
  fill-opacity: 1; }
.regions--south-asia #south-asia path {
  fill: #e5c810;
  fill-opacity: 1; }
.regions--sub-saharan-africa #sub-saharan-africa path {
  fill: #e5c810;
  fill-opacity: 1; }
.regions--north-africa #north-africa path {
  fill: #e5c810;
  fill-opacity: 1; }
.regions--europe #europe path {
  fill: #e5c810;
  fill-opacity: 1; }

#creating-public-value,
#exchanging-data {
  padding: 0; }
  @media (min-width: 64.063em) {
    #creating-public-value .bg-panel__content,
    #exchanging-data .bg-panel__content {
      padding: 50px 80px; } }
  #creating-public-value ul,
  #exchanging-data ul {
    padding: 0; }
  #creating-public-value li,
  #exchanging-data li {
    margin-bottom: 5px;
    list-style: none; }

#creating-public-value {
  text-align: right; }

#exchanging-data .bg-panel__content {
  background-color: rgba(255, 255, 255, 0.9); }
#exchanging-data h3, #exchanging-data h4 {
  color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 40em) {
    #exchanging-data h3, #exchanging-data h4 {
      text-align: center; } }
#exchanging-data .icon-box {
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.8); }
  #exchanging-data .icon-box:hover {
    border-color: #e5c810;
    background-color: rgba(229, 200, 16, 0.1); }

#services .checkerboard__content {
  padding-left: 5%;
  padding-right: 5%; }
  @media (min-width: 64.063em) {
    #services .checkerboard__content {
      padding-left: 15%;
      padding-right: 15%; } }

.resources-page .top-section h1 {
  text-transform: uppercase; }
.resources-page .modal__content {
  max-height: 40vh; }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .resources-page .modal__content {
      height: auto;
      overflow-y: initial;
      padding: 30px 0; } }
  @media (max-width: 40em) {
    .resources-page .modal__content {
      height: auto;
      overflow-y: initial;
      padding: 30px 0; } }
@media (max-width: 40em) {
  .resources-page .modal {
    width: 100%;
    left: 0;
    margin: 0;
    overflow-y: scroll;
    height: 90vh; } }
.resources-page .modal__resource-type {
  float: left;
  padding: 15px 20px; }
  .resources-page .modal__resource-type > span {
    font-weight: 600;
    text-transform: uppercase;
    color: #a28e0b;
    margin-right: 8px;
    background-color: #d2b70f;
    padding: 5px; }

.results-section, .results-container {
  padding: 0; }

.select:before {
  color: white;
  z-index: 1;
  pointer-events: none; }

.filter-panel h4 {
  margin: 0 15px 0 0;
  padding: 16px 0;
  font-size: 1.4rem;
  text-align: right; }
.filter-panel .select,
.filter-panel .button {
  margin: 12px 5px; }
.filter-panel .button--icon-only {
  padding: 10px 12px; }

#list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.result-item {
  font-weight: 300;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-color: white;
  padding: 30px 30px 20px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none; }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .result-item {
      width: 50%;
      margin: 0; }
      .result-item a {
        text-decoration: none; }
        .result-item a:hover {
          text-decoration: underline; } }
  @media (min-width: 64.063em) {
    .result-item {
      width: calc(100% / 3);
      margin: 0; } }
  .result-item:hover {
    background-color: rgba(0, 0, 0, 0.05); }
    .result-item:hover:after {
      border-top: 12px solid #e5c810;
      border-left: 12px solid #e5c810; }
  .result-item:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 12px solid rgba(0, 0, 0, 0.3);
    border-left: 12px solid rgba(0, 0, 0, 0.3);
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent; }
  .result-item__name {
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none;
    min-height: 5rem; }
  .result-item__authors {
    font-size: .9rem;
    min-height: 3rem; }
    .result-item__authors a {
      font-size: .9rem;
      text-decoration: none !important;
      color: rgba(229, 200, 16, 0.6); }
      .result-item__authors a:hover {
        text-decoration: none;
        color: #e5c810; }
  .result-item__publication {
    font-size: .9rem;
    min-height: 2.5rem;
    margin-bottom: 15px; }
    .result-item__publication p {
      margin: 0;
      font-style: italic;
      color: rgba(0, 0, 0, 0.4); }
  .result-item__taxonomy {
    font-size: .8rem;
    display: flex;
    overflow: hidden;
    margin-bottom: 5px; }
    .result-item__taxonomy__key {
      width: 60px; }
    .result-item__taxonomy__value {
      flex: 1; }
    .result-item__taxonomy p {
      font-size: .7rem;
      text-transform: uppercase;
      display: inline-block;
      padding: 3px 8px;
      margin: 0;
      margin-bottom: 3px;
      margin-top: -1px;
      opacity: .7;
      background-color: rgba(0, 0, 0, 0.1); }

.js-active {
  overflow-y: scroll; }

#overlay {
  overflow-y: scroll; }

@media (min-width: 64em) {
  .canvas-page .top-section {
    padding-top: 140px;
    padding-bottom: 30px; } }
.canvas-page .phase-title {
  width: 100%;
  overflow: hidden;
  padding-top: 40px; }
  .canvas-page .phase-title h1 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 300; }
    @media (max-width: 40em) {
      .canvas-page .phase-title h1 {
        font-size: 1.7rem; } }
    @media (max-width: 380px) {
      .canvas-page .phase-title h1 {
        font-size: 1rem; } }
    .canvas-page .phase-title h1 span {
      display: inline-block;
      margin: 0 20px;
      opacity: .6;
      cursor: pointer;
      transition: all .3s;
      line-height: .7; }
      .canvas-page .phase-title h1 span em {
        display: block;
        font-size: 1rem;
        line-height: 1.6;
        font-style: normal;
        opacity: .6; }
      .canvas-page .phase-title h1 span:focus {
        outline: 0; }
      .canvas-page .phase-title h1 span:hover {
        opacity: 1; }
    .canvas-page .phase-title h1 .slick-current {
      font-weight: 100;
      opacity: 1;
      transform: scale(1.8);
      transform-origin: bottom;
      transition: all .3s;
      margin: 0 7rem; }
      @media (max-width: 40em) {
        .canvas-page .phase-title h1 .slick-current {
          margin: 0 3rem; } }
      .canvas-page .phase-title h1 .slick-current em {
        font-weight: 500; }
    .canvas-page .phase-title h1 .slick-list,
    .canvas-page .phase-title h1 .slick-track {
      overflow: visible; }

.phase-wrapper {
  display: none; }

.phase-intro {
  font-size: 1.6rem;
  background-color: #dbc00f;
  font-weight: 300;
  color: #867509;
  line-height: 1.4;
  text-align: center; }
  @media (max-width: 40em) {
    .phase-intro {
      font-size: 1.1rem;
      padding: 20px; } }

.phase-next {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px; }
  .phase-next-wrapper {
    text-align: left; }
    .phase-next-wrapper a {
      text-decoration: none; }
      .phase-next-wrapper a:hover {
        color: #e5c810; }
  .phase-next span {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3); }
  .phase-next h4 {
    margin: 0; }

.canvas-step__section {
  margin-top: 40px; }
.canvas-step__title {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 300;
  text-transform: capitalize !important; }
.canvas-step__step-number {
  display: block;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 800 !important; }
.canvas-step__section-title {
  text-align: right;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  margin-right: 30px;
  color: rgba(0, 0, 0, 0.5); }
  @media (max-width: 40em) {
    .canvas-step__section-title {
      text-align: left; } }
.canvas-step__content {
  font-size: 1.2rem; }
  .canvas-step__content > *:first-child {
    margin-top: 0; }
  .canvas-step__content ul, .canvas-step__content ol {
    padding-left: 0;
    list-style: none; }
  .canvas-step__content li > strong {
    font-weight: 600; }
  .canvas-step__content > ul > li {
    padding: 8px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .canvas-step__content > ul > li:first-of-type {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .canvas-step__content ul > li > ul {
    margin-left: 25px; }
  .canvas-step__content ul > li > ul > li {
    position: relative; }
    .canvas-step__content ul > li > ul > li:before {
      width: 0;
      position: absolute;
      left: -17px;
      height: 0;
      content: '';
      border-left: 7px solid #e5c810;
      border-bottom: 7px solid transparent;
      border-top: 7px solid transparent;
      top: 8px; }
  .canvas-step__content a {
    text-decoration: none;
    color: #b59e0d; }
    .canvas-step__content a:hover {
      background-color: rgba(229, 200, 16, 0.2); }
  .canvas-step__content h5 {
    margin-bottom: 0;
    margin-top: 40px;
    text-transform: none; }

.events-page {
  background-color: rgba(0, 0, 0, 0.1); }
  .events-page__list-header {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0; }
  .events-page__title {
    border-bottom: 2px #e5c810 solid; }
    .events-page__title:hover {
      text-decoration: none;
      border-bottom: 2px #e5c810 solid; }
  .events-page h5 {
    margin-bottom: -10px; }
  .events-page .top-section {
    padding-bottom: 60px; }
  .events-page .events-panels {
    color: rgba(0, 0, 0, 0.7); }
    .events-page .events-panels h5 {
      margin-bottom: -10px; }
    .events-page .events-panels__first {
      background-color: rgba(0, 0, 0, 0.1);
      padding: 50px;
      padding-bottom: 50px; }
    .events-page .events-panels__second {
      padding: 50px;
      padding-bottom: 50px; }

.no-events {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  margin: 0;
  padding: 40px; }

.result-item--event {
  display: flex;
  flex-direction: column; }
  .result-item--event:hover {
    background-color: white;
    cursor: pointer; }
  .result-item--event__name {
    font-size: 1.8rem;
    font-weight: 100;
    text-transform: none;
    line-height: 1.3;
    margin-bottom: 40px;
    flex: 1; }
  .result-item--event__location {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #e5c810; }

.fancy-date {
  text-align: right; }
  .fancy-date span {
    display: inline-block;
    padding-left: 10px;
    line-height: 1; }
  .fancy-date__stack {
    display: inline-block; }
    .fancy-date__stack > span {
      display: block; }
  .fancy-date__day {
    font-size: 6rem;
    line-height: 1;
    font-weight: 100;
    color: #e5c810; }
  .fancy-date__month {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px; }
  .fancy-date__weekday {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .5; }

#introduction .section {
  background-color: black; }
#introduction #download-container {
  background-color: transparent;
  text-align: right;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10; }
  #introduction #download-container .button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white; }
    #introduction #download-container .button:hover {
      background-color: rgba(229, 200, 16, 0.8);
      transition: all .4s ease; }
#introduction .slide {
  position: relative; }
  #introduction .slide #slide-instructions {
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0; }
    #introduction .slide #slide-instructions p {
      color: #e5c810;
      text-transform: uppercase;
      padding: 10px; }
    @media (min-width: 1200px) {
      #introduction .slide #slide-instructions {
        bottom: 8vh;
        position: absolute;
        width: 100%; } }

.fp-enabled body .top-bar {
  background-color: black !important;
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9;
  top: 0px;
  text-align: center;
  height: 50px;
  display: flex; }
.fp-enabled body #overlay {
  position: initial;
  overflow-y: scroll; }

#fp-nav {
  opacity: .5 !important; }

.fp-controlArrow {
  margin: 1% !important; }

.fp-controlArrow.fp-prev {
  left: 25px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent rgba(0, 0, 0, 0.3) transparent transparent !important; }

.fp-controlArrow.fp-next {
  right: 25px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.3) !important; }

.fp-tooltip {
  color: black !important; }

.modal {
  z-index: 1000; }

.floating-button {
  position: relative;
  padding-top: 40px; }
  .floating-button__wrapper {
    bottom: -30px;
    width: 100%;
    position: absolute;
    text-align: center; }

.button--floating {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold; }

.button--black {
  background-color: #333; }
  .button--black:hover {
    background-color: #666; }

.modal__content {
  max-height: 40vh; }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .modal__content {
      height: auto;
      overflow-y: initial;
      padding: 30px 0; } }
  @media (max-width: 40em) {
    .modal__content {
      height: auto;
      overflow-y: initial;
      padding: 30px 0; } }
@media (max-width: 40em) {
  .modal {
    width: 100%;
    left: 0;
    margin: 0;
    overflow-y: scroll;
    height: 90vh; } }
.modal--top-section {
  background-color: #e5c810;
  padding: 0; }
  .modal--top-section h1, .modal--top-section h2 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    text-transform: none; }
  .modal--top-section h1 {
    font-size: 2rem;
    padding-top: 80px;
    font-weight: 300;
    line-height: 1.2; }
  .modal--top-section h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.3);
    padding: 0 80px; }
.modal__publication {
  text-align: center;
  color: white;
  font-weight: 500; }
.modal__type {
  float: left;
  padding: 15px 20px; }
  .modal__type > span {
    font-weight: 600;
    text-transform: uppercase;
    color: #a28e0b;
    margin-right: 8px;
    background-color: #d2b70f;
    padding: 5px; }
.modal__location:last-child {
  padding-bottom: 30px; }
.modal__content {
  padding: 45px; }
  .modal__content:last-child {
    padding-bottom: 60px; }
  .modal__content h1 {
    font-size: 1.5rem;
    font-weight: 400; }

.team-page__list-header {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0; }
.team-page__member {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid; }
  .team-page__member--last {
    border: none; }
.team-page__image {
  border-radius: 50%;
  height: 220px;
  width: 220px;
  margin: 30px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 40em) {
    .team-page__image {
      margin-left: 80px;
      margin-bottom: 5px;
      margin-top: 30px;
      height: 180px;
      width: 180px; } }
  @media (min-width: 40.063em) and (max-width: 64em) {
    .team-page__image {
      margin-left: 350px;
      margin-bottom: 5px;
      margin-top: 40px;
      height: 200px;
      width: 200px; } }
.team-page__bio h3 {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: -5px; }
.team-page__bio h5 {
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  font-size: 18px;
  margin-top: 0; }
.team-page__bio p {
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  margin-bottom: 30px;
  font-size: 18px; }
.team-page__acknowledgments p {
  margin-top: 30px; }
.team-page__list {
  margin-bottom: 30px; }
  @media (max-width: 420px) {
    .team-page__list {
      padding-left: 0px; } }
  .team-page__list li {
    list-style-type: none;
    margin-bottom: 10px; }
    .team-page__list li a {
      text-decoration: none;
      color: #b59e0d; }
      .team-page__list li a:hover {
        background-color: rgba(229, 200, 16, 0.2); }

.framework-page__list-header {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0; }
.framework-page__message {
  padding-top: 30px;
  padding-bottom: 30px; }
  .framework-page__message--link {
    text-decoration: none;
    border-bottom: 1px #e5c810 solid; }
    .framework-page__message--link:hover {
      border-bottom: 1px #b59e0d solid; }
  .framework-page__message p {
    font-size: 1.2rem; }
  .framework-page__message .button {
    margin: 20px; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

select {
  -moz-appearance: none; }

select::-ms-expand {
  border: none;
  background-color: #454545;
  color: white;
  padding-right: 10px; }
