@charset "UTF-8";
* {
  box-sizing: border-box; }

.u-disabled {
  opacity: .3;
  pointer-events: none; }

.u-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'; }

.u-button {
  padding: 15px 20px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease; }
  .u-button:hover {
    color: white;
    transition: all 0.3s ease; }

.u-circle {
  border-radius: 50%;
  overflow: hidden; }

.disabled {
  pointer-events: none;
  opacity: .4; }

.footer {
  padding-top: 40px; }

.main-menu {
  box-shadow: none; }

.top-bar {
  height: 50px;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 5px 5px 10px 5px; }
  .top-bar--transparent {
    background-color: transparent; }
  .top-bar__logo {
    min-width: 100px;
    flex: unset;
    display: block;
    margin: 0 auto;
    padding: 6px; }
    .top-bar__logo img {
      height: 32px; }

.top-bar__button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0; }
  .top-bar__button--left {
    left: 0;
    right: inherit; }
  .top-bar__button--no-hover:hover {
    color: #fff;
    background-color: transparent; }

.e-partner-logo--other--maca img {
  width: 70% !important; }
  @media (max-width: 39.9375em) {
    .e-partner-logo--other--maca img {
      width: 80% !important; } }

.top-section {
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative; }
  .top-section--maca::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: 125% 120px;
    background-image: url("../images/maca-logo.svg"); }
    @media (max-width: 39.9375em) {
      .top-section--maca::before {
        background-position: 150px 450px; } }
  .top-section--index {
    padding-top: 100px;
    padding-bottom: 0; }
  .top-section--gray {
    background-color: #008AB3;
    background-image: url("../images/top-bg.jpg");
    background-size: cover; }
    .top-section--gray .logo {
      width: 400px; }
  .top-section__logo {
    z-index: 10; }
  .top-section__color-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #008AB3;
    opacity: 0.8;
    z-index: 8; }
  .top-section .button--floating--index {
    display: block;
    margin: 0 auto;
    width: 280px;
    position: relative;
    z-index: 11;
    bottom: -95px;
    background-color: orange; }
    @media (max-width: 39.9375em) {
      .top-section .button--floating--index {
        bottom: -110px; } }

#homepage-banner {
  height: 425px; }
  #homepage-banner canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    z-index: 9; }

.page-section--sections {
  padding: 0;
  background-size: cover;
  background-position: center center; }
  .page-section--sections .row {
    max-width: initial; }
  .page-section--sections .column {
    padding: 60px;
    background-color: rgba(255, 255, 255, 0.9); }
    @media (max-width: 39.9375em) {
      .page-section--sections .column {
        padding: 20px; } }
  @media (max-width: 39.9375em) {
    .page-section--sections .title {
      text-align: center; } }
  .page-section--sections .title p {
    display: none; }
  .page-section--sections .title ul {
    display: none; }
  .page-section--sections .title h2 {
    font-size: 1.8rem;
    color: #008AB3;
    font-weight: 500; }
  .page-section--sections .text h2 {
    display: none; }
  .page-section--sections .text p {
    margin-top: 25px; }
  .page-section--sections .text ul {
    list-style: none; }
    .page-section--sections .text ul li {
      padding-top: 10px; }
  .page-section--sections a {
    text-decoration: none;
    border-bottom: 1px solid orange; }
    .page-section--sections a:hover {
      border-bottom: 2px solid #008AB3; }
  .page-section--sections--our-research strong {
    color: #008AB3; }
  .page-section--sections--our-research ul {
    padding-left: 20px;
    font-weight: 400; }
    .page-section--sections--our-research ul li {
      list-style: initial; }

.post-slider .slider {
  background-color: #5d5e5e; }
  @media (min-width: 64em) {
    .post-slider .slider .slick-track {
      height: 500px; } }
  .post-slider .slider .slide {
    background-color: #5d5e5e; }
    .post-slider .slider .slide .title {
      font-size: 1.6rem; }
    .post-slider .slider .slide h6 {
      font-size: 1rem; }
    .post-slider .slider .slide span {
      margin-top: 100px; }
    .post-slider .slider .slide img {
      display: none; }
    .post-slider .slider .slide #key-findings {
      font-size: 1.2rem; }
    .post-slider .slider .slide a {
      text-decoration: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .post-slider .slider .slide a:hover {
        border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
    .post-slider .slider .slide .button {
      border-bottom: none; }
      .post-slider .slider .slide .button:hover {
        border-bottom: none; }

.quote-slider .slider {
  background-color: #008AB3; }
  .quote-slider .slider .slick-arrow {
    top: 35%; }
  .quote-slider .slider .slide {
    background-color: #008AB3; }
    .quote-slider .slider .slide .member-container {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin: 30px auto 0;
      margin-bottom: 30px;
      height: 180px;
      width: 180px;
      overflow: hidden;
      border-radius: 50%; }
    .quote-slider .slider .slide .quote-container {
      padding-top: 30px;
      padding-left: 100px; }
      @media (max-width: 39.9375em) {
        .quote-slider .slider .slide .quote-container {
          padding: 0; } }
      .quote-slider .slider .slide .quote-container .quote p {
        font-size: 1.2rem;
        font-style: italic; }
        @media (max-width: 39.9375em) {
          .quote-slider .slider .slide .quote-container .quote p {
            font-size: 1.1rem; } }
      .quote-slider .slider .slide .quote-container .author {
        font-weight: bold; }

.collaborate {
  background-color: #5d5e5e;
  color: white;
  padding: 50px;
  text-align: center; }
  @media (max-width: 39.9375em) {
    .collaborate {
      padding: 30px; } }
  .collaborate h2 {
    display: none; }
  .collaborate p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 1em auto; }

.div--blue {
  background-color: #008AB3; }

.digest-form button {
  display: inline-block;
  margin: 0 -4px;
  height: 48px; }
.digest-form input[type="email"] {
  display: inline-block;
  height: 48px;
  max-width: 480px;
  padding: 14px 20px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.05); }
  .digest-form input[type="email"]::-webkit-input-placeholder {
    color: #fff; }
  .digest-form input[type="email"]:-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .digest-form input[type="email"]::-moz-placeholder {
    color: #fff;
    opacity: 1; }
  .digest-form input[type="email"]:-ms-input-placeholder {
    color: #fff; }
  .digest-form input[type="email"]::-ms-input-placeholder {
    color: #fff; }
  .digest-form input[type="email"]::placeholder {
    color: #fff; }

.div--maca {
  position: relative; }
  .div--maca::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: 125% -50px;
    background-image: url("../images/maca-logo.svg"); }
    @media (max-width: 39.9375em) {
      .div--maca::before {
        background-position: 120px -300px; } }

.twitter-feed {
  background-color: #008AB3; }
  .twitter-feed .row {
    max-width: initial; }
  @media (min-width: 1025px) {
    .twitter-feed .column {
      padding: 0 15px; } }
  @media (max-width: 63.9375em) {
    .twitter-feed .column {
      padding: 0 15px; } }
  @media (max-width: 39.9375em) {
    .twitter-feed .column {
      padding: 0; } }
  .twitter-feed #tweets {
    margin: 1% auto;
    max-width: 1920px; }
    @media (max-width: 39.9375em) {
      .twitter-feed #tweets {
        margin: 0;
        max-width: 100vw; } }
  .twitter-feed ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    .twitter-feed ul li {
      flex: initial;
      position: relative;
      list-style: none;
      overflow: hidden;
      padding: 10px;
      margin: 0.5%;
      min-height: 280px;
      background-color: #fff; }
      @media (min-width: 1025px) {
        .twitter-feed ul li {
          width: 24%; } }
      @media (max-width: 63.9375em) {
        .twitter-feed ul li {
          width: 48%; } }
      @media (max-width: 39.9375em) {
        .twitter-feed ul li {
          width: 100%;
          margin: 0;
          border-top: dotted 1px rgba(0, 0, 0, 0.2); } }
  .twitter-feed .user {
    display: block; }
    .twitter-feed .user img {
      border-radius: 50%;
      width: 50px; }
    .twitter-feed .user a {
      display: block; }
    .twitter-feed .user a > span {
      display: block;
      color: #008AB3;
      font-size: 0.8rem; }
    .twitter-feed .user a > span[data-scribe="element:verified_badge"] {
      display: none; }
    .twitter-feed .user a > span:first-child {
      width: 35px;
      float: left;
      margin-right: 10px; }
    .twitter-feed .user a > span:nth-child(2) {
      font-weight: bold; }
  .twitter-feed .retweet {
    font-size: 0.8rem;
    opacity: 0.8;
    margin-bottom: 10px; }
    .twitter-feed .retweet span {
      vertical-align: middle;
      margin: 0 8px 0 0;
      overflow: hidden;
      text-decoration: none;
      color: transparent;
      width: 20px;
      height: 20px;
      display: inline-block; }
      .twitter-feed .retweet span.twitter_retweet_icon {
        background: url(../images/twitter-retweet-gray.svg) no-repeat; }
  .twitter-feed .tweet {
    font-size: 0.9rem;
    margin: 10px;
    word-wrap: break-word;
    font-weight: 500; }
    .twitter-feed .tweet a {
      text-decoration: none;
      font-weight: 600;
      color: #008AB3; }
  .twitter-feed .timePosted {
    margin: 10px; }
    .twitter-feed .timePosted a {
      color: #008AB3;
      font-size: 0.8rem;
      text-decoration: none; }
      .twitter-feed .timePosted a:hover {
        text-decoration: underline; }
  .twitter-feed .interact {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.8); }
    .twitter-feed .interact a {
      margin: 8px 8px 0 8px;
      overflow: hidden;
      text-decoration: none;
      color: transparent;
      width: 37px;
      height: 37px;
      display: inline-block; }
      .twitter-feed .interact a.twitter_reply_icon {
        background: url(../images/twitter-comment.svg) no-repeat; }
      .twitter-feed .interact a.twitter_retweet_icon {
        background: url(../images/twitter-retweet.svg) no-repeat; }
      .twitter-feed .interact a.twitter_fav_icon {
        background: url(../images/twitter-favorite.svg) no-repeat; }
  .twitter-feed .media {
    margin: 0 -10px -10px -10px;
    max-height: 100px; }

.divider--twitter {
  background-color: #008AB3; }

.footer {
  background-color: #5d5e5e;
  padding: 0; }
  .footer .e-partner-logo {
    display: block;
    text-align: center; }
    .footer .e-partner-logo > img {
      padding: 10px 0;
      opacity: .5;
      transition: all .4s ease;
      width: 100%;
      border: dashed;
      border-color: transparent; }
      @media (min-width: 1025px) {
        .footer .e-partner-logo > img {
          width: 100%; } }
      @media (max-width: 63.9375em) {
        .footer .e-partner-logo > img {
          width: 40%; } }
      @media (max-width: 39.9375em) {
        .footer .e-partner-logo > img {
          width: 100%; } }
      .footer .e-partner-logo > img:hover {
        opacity: 1;
        transition: all .4s ease; }
    .footer .e-partner-logo--other {
      text-align: center; }
      @media (min-width: 1025px) {
        .footer .e-partner-logo--other > img {
          width: 39%; } }
      @media (max-width: 63.9375em) {
        .footer .e-partner-logo--other > img {
          width: 25%; } }
      @media (max-width: 39.9375em) {
        .footer .e-partner-logo--other > img {
          width: 50%; } }
      @media (min-width: 1025px) {
        .footer .e-partner-logo--other--large > img {
          width: 45%; } }
      @media (max-width: 63.9375em) {
        .footer .e-partner-logo--other--large > img {
          width: 20%; } }
      @media (max-width: 39.9375em) {
        .footer .e-partner-logo--other--large > img {
          width: 50%; } }
      @media (min-width: 1025px) {
        .footer .e-partner-logo--other--lg > img {
          width: 22%; } }
      @media (max-width: 63.9375em) {
        .footer .e-partner-logo--other--lg > img {
          width: 13%; } }
      @media (max-width: 39.9375em) {
        .footer .e-partner-logo--other--lg > img {
          width: 27%; } }
      @media (min-width: 1025px) {
        .footer .e-partner-logo--other--sm > img {
          width: 30%; } }
      @media (max-width: 63.9375em) {
        .footer .e-partner-logo--other--sm > img {
          width: 20%; } }
      @media (max-width: 39.9375em) {
        .footer .e-partner-logo--other--sm > img {
          width: 39%; } }
  .footer--darken {
    background-color: rgba(0, 0, 0, 0.3); }
  .footer h5 {
    padding: 10px 25px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .footer .about {
    padding-left: 0; }
  .footer__nav {
    padding: 10px 25px; }
    .footer__nav > a {
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      padding: 5px; }
      .footer__nav > a:hover {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.1); }
  .footer .button--outline-dark {
    background-color: rgba(0, 0, 0, 0.2);
    margin: 15px;
    margin-bottom: 25px; }
    .footer .button--outline-dark:hover {
      background-color: rgba(0, 0, 0, 0.4); }
  @media (max-width: 39.9375em) {
    .footer .partner-no-show {
      display: none; } }
  @media (max-width: 767px) {
    .footer .partner-no-show {
      display: none; } }
  @media (max-width: 63.9375em) {
    .footer .partner-no-show {
      display: none; } }
  .footer .center {
    text-align: center; }
  @media (max-width: 39.9375em) {
    .footer .on-small-center {
      text-align: center; } }
  @media (max-width: 63.9375em) {
    .footer .on-small-center {
      text-align: center; } }
  .footer .title-display {
    color: white;
    text-align: center; }
    @media (min-width: 1025px) {
      .footer .title-display {
        display: none; } }

.copyright__cc-badge {
  margin-top: 0; }

.team-page .top-section--people {
  background-color: #008AB3;
  margin-top: -50px; }
  .team-page .top-section--people h1 {
    margin-top: 50px;
    padding: 50px;
    text-transform: uppercase;
    font-size: 3rem;
    padding-bottom: 30px; }
  .team-page .top-section--people h4 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6); }
.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 (min-width: 64em) {
    .team-page__image {
      margin-left: 0; } }
  @media (max-width: 63.9375em) {
    .team-page__image {
      margin-left: 350px;
      margin-bottom: 5px;
      margin-top: 40px;
      height: 200px;
      width: 200px; } }
  @media (max-width: 39.9375em) {
    .team-page__image {
      margin-left: 80px;
      margin-bottom: 5px;
      margin-top: 30px;
      height: 180px;
      width: 180px; } }
.team-page__short-bio {
  padding: 40px 0; }
  .team-page__short-bio__name {
    font-weight: 600;
    font-size: 1.2rem; }
  .team-page__short-bio__affiliations p {
    margin-top: 0; }
.team-page__bio {
  margin-bottom: 25px; }
  .team-page__bio .e-expandable {
    transition: all .4s ease;
    padding-top: 10px;
    height: auto;
    transition: all .4s ease; }
    .team-page__bio .e-expandable > p:not(:first-child) {
      display: none; }
    .team-page__bio .e-expandable > *:only-of-type + .e-read-more {
      display: none; }
    .team-page__bio .e-expandable.js-active {
      transition: all .4s ease; }
      .team-page__bio .e-expandable.js-active > p {
        display: inline-block;
        width: 100%; }
      .team-page__bio .e-expandable.js-active > .row {
        display: flex; }
    .team-page__bio .e-expandable button {
      clear: both; }
  .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: 0; }
  .team-page__bio p {
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px; }
  .team-page__bio a {
    text-decoration: none;
    border-bottom: 1px solid orange; }
    .team-page__bio a:hover {
      border-bottom: 2px solid #008AB3; }
  .team-page__bio .twitter {
    border-bottom: none;
    color: #5d5e5e;
    font-size: 1.2rem;
    margin-bottom: 20px; }
    .team-page__bio .twitter:hover {
      border-bottom: none;
      color: #444444; }
.team-page__affiliations p {
  margin-bottom: 5px; }
.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: #006380; }
      .team-page__list li a:hover {
        background-color: rgba(0, 138, 179, 0.2); }

.projects-page .top-section--projects {
  background-color: #008AB3;
  margin-top: -50px; }
  .projects-page .top-section--projects h1 {
    margin-top: 50px;
    padding: 50px;
    text-transform: uppercase;
    font-size: 3rem;
    padding-bottom: 30px; }
  .projects-page .top-section--projects h4 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 230px;
    padding-right: 230px; }
    @media (max-width: 63.9375em) {
      .projects-page .top-section--projects h4 {
        padding: 0; } }
    @media (max-width: 39.9375em) {
      .projects-page .top-section--projects h4 {
        padding: 0; } }
.projects-page .divider--projects {
  text-align: center; }
  .projects-page .divider--projects h6 {
    padding: 20px; }
.projects-page .projects {
  color: white;
  background-color: white; }
  .projects-page .projects .project__info {
    line-height: 1.4;
    padding-right: 20px;
    text-align: right; }
    @media (max-width: 63.9375em) {
      .projects-page .projects .project__info {
        text-align: left; } }
    @media (max-width: 39.9375em) {
      .projects-page .projects .project__info {
        text-align: left; } }
    .projects-page .projects .project__info h6 {
      font-weight: bold; }
  @media (max-width: 39.9375em) {
    .projects-page .projects .project__row {
      padding: 0; } }
  .projects-page .projects .project__column {
    background-color: transparent !important;
    padding: 0; }
    @media (max-width: 63.9375em) {
      .projects-page .projects .project__column {
        margin-bottom: 20px; } }
    @media (max-width: 39.9375em) {
      .projects-page .projects .project__column {
        margin: 0; } }
  .projects-page .projects .project__card {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 300px;
    margin: 0;
    background-color: transparent;
    color: #333;
    padding: 20px;
    transition: background-color 0.2s ease-out; }
    .projects-page .projects .project__card p {
      position: absolute;
      bottom: 0;
      margin-bottom: 60px;
      line-height: 1.4;
      font-size: 1rem;
      padding-right: 20px; }
    .projects-page .projects .project__card h6 {
      color: #008AB3;
      margin-top: 30px;
      font-weight: 600;
      line-height: 1.4rem; }
    @media (max-width: 63.9375em) {
      .projects-page .projects .project__card {
        min-height: initial;
        width: initial;
        height: 350px; } }
    @media (max-width: 39.9375em) {
      .projects-page .projects .project__card {
        min-height: 200px;
        width: initial;
        height: 100%;
        margin: 0; }
        .projects-page .projects .project__card h6 {
          font-weight: 600; }
        .projects-page .projects .project__card p {
          position: relative; } }
    .projects-page .projects .project__card::after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: 0;
      left: 0;
      border-top: 20px solid rgba(0, 0, 0, 0.3);
      border-left: 20px solid rgba(0, 0, 0, 0.3);
      border-right: 20px solid transparent;
      border-bottom: 20px solid transparent; }
    .projects-page .projects .project__card::before {
      font-weight: bold;
      content: "LEARN MORE";
      color: orange;
      position: absolute;
      bottom: 20px;
      right: 20px; }
    .projects-page .projects .project__card:hover {
      background-color: rgba(0, 0, 0, 0.1); }
.projects-page .projects .project__card:hover::after {
  border-top: 20px solid #008AB3;
  border-left: 20px solid #008AB3; }
.projects-page .column {
  position: relative; }
.projects-page .js-open-modal {
  cursor: pointer; }
.projects-page .modal {
  margin-left: 0;
  left: 15vw;
  top: 5vh;
  height: 90vh;
  width: 70vw;
  z-index: 1000; }
  @media (max-width: 63.9375em) {
    .projects-page .modal {
      width: 90vw;
      left: 5vw; } }
  @media (max-width: 39.9375em) {
    .projects-page .modal {
      width: 100vw;
      left: 0;
      height: 95vh; } }
  .projects-page .modal__header {
    position: relative;
    height: 45vh;
    text-align: center;
    background-color: #008AB3;
    padding-left: 0; }
    .projects-page .modal__header::before {
      pointer-events: none;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.1;
      background-repeat: no-repeat;
      background-size: 600px;
      background-position: -300px -50px;
      background-image: url("../images/maca-logo.svg"); }
      @media (max-width: 39.9375em) {
        .projects-page .modal__header::before {
          background-position: -300px 0px; } }
    @media (max-width: 39.9375em) {
      .projects-page .modal__header {
        height: 50vh; } }
    .projects-page .modal__header h6 {
      font-size: 1rem; }
      @media (max-width: 39.9375em) {
        .projects-page .modal__header h6 {
          font-size: 0.8rem; } }
    .projects-page .modal__header--title {
      padding-top: 60px; }
      .projects-page .modal__header--title h4 {
        font-weight: 600;
        margin: 0;
        font-size: 1.2rem; }
        @media (max-width: 39.9375em) {
          .projects-page .modal__header--title h4 {
            font-size: 1.2rem;
            padding-left: 5px;
            padding-right: 5px; } }
    .projects-page .modal__header--status {
      max-width: 300px;
      margin: 0 auto; }
      .projects-page .modal__header--status p {
        text-transform: uppercase;
        padding: 15px;
        background-color: rgba(0, 0, 0, 0.15);
        color: rgba(0, 0, 0, 0.4); }
        .projects-page .modal__header--status p span {
          font-weight: bold; }
    .projects-page .modal__header--partner {
      padding-bottom: 5px !important;
      margin: 0; }
      .projects-page .modal__header--partner span {
        font-weight: 400; }
      @media (max-width: 39.9375em) {
        .projects-page .modal__header--partner {
          padding-left: 10px;
          padding-right: 10px; } }
    .projects-page .modal__header--lead {
      margin: 0; }
      .projects-page .modal__header--lead span {
        font-weight: 400; }
      @media (max-width: 39.9375em) {
        .projects-page .modal__header--lead {
          padding-left: 10px;
          padding-right: 10px; } }
    .projects-page .modal__header .floating-button {
      padding: 0;
      width: 100%;
      margin: 0 auto;
      position: absolute;
      top: 45vh; }
      @media (max-width: 39.9375em) {
        .projects-page .modal__header .floating-button {
          top: 50vh; } }
  .projects-page .modal__content {
    height: 50vh;
    color: #5d5e5e; }
    .projects-page .modal__content--desc {
      margin: 0;
      padding-bottom: 0 !important; }
    .projects-page .modal__content--cont {
      padding-bottom: 50px; }
      .projects-page .modal__content--cont h6 {
        margin: 0;
        padding-bottom: 0 !important; }
      .projects-page .modal__content--cont p {
        padding-bottom: 50px; }
        .projects-page .modal__content--cont p a {
          text-decoration: none;
          border-bottom: 1px orange solid; }
          .projects-page .modal__content--cont p a:hover {
            border-bottom: 2px #008AB3 solid; }

.m-c-lg {
  min-height: 400px;
  padding-bottom: 0; }
  @media (max-width: 63.9375em) {
    .m-c-lg {
      min-height: 200px;
      padding-bottom: 2.33em; } }
  @media (max-width: 39.9375em) {
    .m-c-lg {
      min-height: 200px;
      padding-bottom: 2.33em; } }

.checkerboard-top .row:nth-of-type(odd) .column:nth-of-type(odd),
.checkerboard-top .row:nth-of-type(odd) .columns:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.4); }
.checkerboard-top .row:nth-of-type(even) .column:nth-of-type(odd),
.checkerboard-top .row:nth-of-type(even) .columns:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.55); }
.checkerboard-top .row:nth-of-type(even) .column:nth-of-type(even),
.checkerboard-top .row:nth-of-type(even) .columns:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05); }

.checkerboard h6 {
  font-weight: bold;
  padding-bottom: 50px; }
.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.16); }
.checkerboard .row:nth-of-type(odd) .column:nth-of-type(even),
.checkerboard .row:nth-of-type(odd) .columns:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.11); }
.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.16); }
.checkerboard .row:nth-of-type(even) .column:nth-of-type(odd),
.checkerboard .row:nth-of-type(even) .columns:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.11); }

.checkerboard--switch h6 {
  font-weight: bold;
  padding-bottom: 50px; }
.checkerboard--switch .row:nth-of-type(odd) .column:nth-of-type(odd),
.checkerboard--switch .row:nth-of-type(odd) .columns:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.11); }
.checkerboard--switch .row:nth-of-type(odd) .column:nth-of-type(even),
.checkerboard--switch .row:nth-of-type(odd) .columns:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.16); }
.checkerboard--switch .row:nth-of-type(even) .column:nth-of-type(even),
.checkerboard--switch .row:nth-of-type(even) .columns:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.11); }
.checkerboard--switch .row:nth-of-type(even) .column:nth-of-type(odd),
.checkerboard--switch .row:nth-of-type(even) .columns:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.16); }

.research-page .top-section--research {
  background-color: #008AB3;
  margin-top: -50px; }
  .research-page .top-section--research h1 {
    margin-top: 50px;
    padding: 50px;
    text-transform: uppercase;
    font-size: 3rem;
    padding-bottom: 30px; }
    @media (max-width: 39.9375em) {
      .research-page .top-section--research h1 {
        padding-left: 0;
        padding-right: 0; } }
  .research-page .top-section--research h4 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 230px;
    padding-right: 230px; }
    .research-page .top-section--research h4 a {
      border-bottom: 1px orange solid; }
      .research-page .top-section--research h4 a:hover {
        text-decoration: none;
        border-bottom: 2px rgba(0, 0, 0, 0.21) solid; }
    @media (max-width: 63.9375em) {
      .research-page .top-section--research h4 {
        padding: 0; } }
    @media (max-width: 39.9375em) {
      .research-page .top-section--research h4 {
        padding: 0; } }

.page-section--agenda h2 {
  color: #5d5e5e;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 1.5rem; }
.page-section--agenda h3 {
  color: #5d5e5e;
  font-size: 1rem; }
@media (max-width: 39.9375em) {
  .page-section--agenda .scrollspy-container {
    display: none; } }
@media (max-width: 1024px) {
  .page-section--agenda .scrollspy-container {
    display: none; } }
.page-section--agenda .e-scrollspy {
  text-align: right;
  padding-top: 30px;
  display: block; }
  .page-section--agenda .e-scrollspy li {
    color: #5d5e5e;
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none; }
    .page-section--agenda .e-scrollspy li.active {
      color: #5d5e5e;
      font-size: 14px;
      padding: 11px 0;
      font-weight: 600; }
  .page-section--agenda .e-scrollspy.m-active {
    position: fixed;
    max-width: 22.5%; }
  .page-section--agenda .e-scrollspy.m-absolute {
    position: absolute;
    max-width: 22.5%; }
.page-section--agenda .e-expandable {
  height: auto;
  transition: all .4s ease;
  padding-bottom: 30px; }
  .page-section--agenda .e-expandable > *:not(:first-child) {
    display: none; }
  .page-section--agenda .e-expandable > *:only-of-type + .e-read-more {
    display: none; }
  .page-section--agenda .e-expandable .e-read-more {
    display: inline;
    cursor: pointer;
    font-weight: 600; }
    .page-section--agenda .e-expandable .e-read-more:hover {
      text-decoration: underline; }
  .page-section--agenda .e-expandable > :first-child {
    display: block;
    margin-top: 0; }
    .page-section--agenda .e-expandable > :first-child p {
      margin-top: 0; }
  .page-section--agenda .e-expandable .e-read-more {
    display: inline-block;
    color: #008AB3; }
  .page-section--agenda .e-expandable > *:only-of-type + .read-more {
    display: none; }
  .page-section--agenda .e-expandable.js-active > * {
    display: inline-block; }
  .page-section--agenda .e-expandable.js-active > .row {
    display: flex; }

.about-page .top-section--about {
  background-color: #008AB3;
  margin-top: -50px; }
  .about-page .top-section--about h1 {
    margin-top: 50px;
    padding: 50px;
    text-transform: uppercase;
    font-size: 3rem;
    padding-bottom: 30px; }
    @media (max-width: 63.9375em) {
      .about-page .top-section--about h1 {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 39.9375em) {
      .about-page .top-section--about h1 {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 50px; } }
  .about-page .top-section--about p {
    margin-top: 0;
    font-size: 1.2rem;
    padding-left: 100px;
    padding-right: 100px; }
    @media (max-width: 63.9375em) {
      .about-page .top-section--about p {
        padding: 0; } }
    @media (max-width: 39.9375em) {
      .about-page .top-section--about p {
        padding: 0; } }
  .about-page .top-section--about .logo {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 400px; }
  .about-page .top-section--about .button--floating--index {
    position: relative;
    bottom: -45px;
    display: block;
    margin: 0 auto; }
.about-page .divider--b {
  background-color: #2189b5; }
.about-page .divider--maca {
  padding-top: 60px;
  padding-bottom: 40px; }
.about-page .partner {
  display: block;
  width: 270px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.sidebar-list {
  width: 100%;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .sidebar-list a,
  .sidebar-list a:hover {
    text-decoration: none;
    font-weight: 600; }
  .sidebar-list ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .sidebar-list ul li {
      margin: 0;
      background-color: rgba(255, 255, 255, 0.025);
      padding-left: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .sidebar-list ul li a {
        display: block;
        padding: 10px 20px;
        color: white;
        position: relative; }
      .sidebar-list ul li a:not(:only-child):before {
        content: "+";
        position: absolute;
        left: 10px;
        font-size: 1.5rem;
        line-height: 1;
        opacity: .4; }
  .sidebar-list li li a {
    padding-right: 35px; }
  .sidebar-list li li li a {
    padding-right: 50px; }
  .sidebar-list .animate {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s; }
  .sidebar-list li ul {
    max-height: 0;
    height: auto;
    overflow: hidden; }
  .sidebar-list .js-active > ul {
    max-height: 10000px;
    height: auto; }
  .sidebar-list .js-active > a:not(:only-child):before {
    content: "–"; }
  .sidebar-list ul {
    background-color: rgba(255, 255, 255, 0.025); }
  .sidebar-list .search-wrapper {
    border: red;
    color: white; }
    .sidebar-list .search-wrapper .search input::-webkit-input-placeholder {
      color: white;
      text-align: center; }
    .sidebar-list .search-wrapper .search input:-moz-placeholder {
      color: white;
      text-align: center; }
    .sidebar-list .search-wrapper .search input::-moz-placeholder {
      color: white;
      text-align: center; }
    .sidebar-list .search-wrapper .search input:-ms-input-placeholder {
      color: white;
      text-align: center; }
    .sidebar-list .search-wrapper .search input input[type='submit'] {
      line-height: 0.8; }

.sidebar-list {
  background-color: #008AB3; }
  .sidebar-list a:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .sidebar-list li ul {
    -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4); }
  .sidebar-list li li {
    background-color: rgba(0, 0, 0, 0.1); }

.js-sidebar-tag__active {
  background-color: rgba(255, 255, 255, 0.3); }

.top-section--blog {
  background-color: #008AB3;
  margin-top: -50px; }
  .top-section--blog h1 {
    margin-top: 50px;
    padding: 50px;
    text-transform: uppercase;
    font-size: 3rem;
    padding-bottom: 30px; }
    @media (max-width: 63.9375em) {
      .top-section--blog h1 {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 39.9375em) {
      .top-section--blog h1 {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 50px; } }
  .top-section--blog h4 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6); }

.blog-header h1 {
  padding-top: 50px; }
.blog-header .header__top-left {
  background-color: #008AB3; }
  .blog-header .header__top-left .main-logo {
    text-align: center;
    padding: 0;
    margin: 0; }
    .blog-header .header__top-left .main-logo img {
      max-width: 300px; }
      @media (min-width: 64em) {
        .blog-header .header__top-left .main-logo img {
          max-width: 235px; } }
.blog-header .top-section {
  padding-top: 5vh;
  padding-bottom: 0; }
  .blog-header .top-section h3 {
    padding: 10px; }
  .blog-header .top-section--white {
    background-color: #fff;
    color: #5d5e5e; }

.sidebar-wrapper {
  background-color: #008AB3;
  padding: 0; }

aside {
  padding: 0; }

.blog-list-container {
  padding: 0 0.1px; }

#blog-wrapper {
  padding-left: 0; }
  #blog-wrapper .main-content {
    max-width: inherit; }
  #blog-wrapper .top-section {
    padding-top: 5vh;
    padding-bottom: 0; }
    #blog-wrapper .top-section h3 {
      padding: 10px; }
    #blog-wrapper .top-section--white {
      background-color: #fff;
      color: #5d5e5e; }

a {
  cursor: pointer; }

.blog-list > .row {
  margin-left: 0; }
.blog-list > .row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05); }
.blog-list__item {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.post {
  padding: 30px 60px 30px; }
  .post:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05); }
  .post h2 {
    font-size: 1.5rem;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3; }
  .post__meta {
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.4);
    font-style: italic;
    margin-top: 0; }
  .post a {
    text-decoration: none; }
  .post__author, .post__date {
    color: black; }
  .post__summary {
    word-wrap: break-word;
    font-size: 1.1rem; }
  .post__category {
    display: inline-block;
    padding: 6px 10px;
    font-style: normal;
    text-transform: uppercase;
    color: white;
    background-color: rgba(0, 138, 179, 0.5);
    margin-bottom: 5px; }
  .post__read-more {
    display: block;
    color: #008AB3; }
    .post__read-more:hover {
      color: #008AB3; }

.search-wrapper {
  color: white;
  padding: 5%; }
  .search-wrapper .search::-webkit-input-placeholder {
    color: white; }
  .search-wrapper .search:-moz-placeholder {
    color: white; }
  .search-wrapper .search::-moz-placeholder {
    color: white; }
  .search-wrapper .search:-ms-input-placeholder {
    color: white; }
  .search-wrapper .search input[type='submit'] {
    line-height: 0.8; }
  .search-wrapper .posts__control-group {
    text-align: center;
    margin: 4px;
    padding: 5px;
    color: white; }
    .search-wrapper .posts__control-group .posts__control-sort {
      color: white; }

.posts__control-group {
  text-align: right; }
  .posts__control-group .posts__control-sort {
    color: #5d5e5e; }
    .posts__control-group .posts__control-sort i {
      vertical-align: top; }

.posts__active-filters {
  background-color: #aaaaaa;
  color: white;
  margin-bottom: 10px;
  text-align: center; }
  .posts__active-filters p {
    margin: 0; }
  .posts__active-filters a {
    font-weight: 700;
    text-transform: underline; }

.clear-filters {
  background-color: transparent;
  padding: 0; }
  .clear-filters:hover {
    background-color: transparent;
    color: #dddddd; }

#posts .pagination {
  list-style: none;
  margin-bottom: 40px; }
  #posts .pagination li {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #008AB3; }
    #posts .pagination li a {
      display: inline-block;
      width: 100%;
      height: 100%;
      text-align: center;
      padding-top: 12.5px; }
      #posts .pagination li a:hover {
        text-decoration: none; }
    #posts .pagination li.active {
      font-weight: bold;
      background-color: rgba(0, 0, 0, 0.05); }
    #posts .pagination li.disabled {
      opacity: 1; }

#blog-single .top-section {
  background-color: #5d5e5e; }
#blog-single .blog-header h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 20px; }
#blog-single .blog-single__meta {
  font-weight: 400;
  text-transform: none; }
#blog-single .blog-single {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 1.2rem;
  font-weight: 400; }
  #blog-single .blog-single a {
    border-bottom: 1px solid #b2cad4;
    text-decoration: none; }
    #blog-single .blog-single a:hover {
      text-decoration: none;
      border-bottom: 1px solid #5d5e5e; }
  #blog-single .blog-single .no-border {
    border: none; }
    #blog-single .blog-single .no-border:hover {
      border: none; }
  #blog-single .blog-single h2,
  #blog-single .blog-single h3,
  #blog-single .blog-single h4 {
    color: #008AB3; }
  #blog-single .blog-single__highlight p {
    font-size: 3rem;
    font-weight: 100;
    text-align: left;
    color: rgba(0, 138, 179, 0.6);
    line-height: 1.3;
    margin-bottom: 80px; }
  #blog-single .blog-single h2 {
    font-size: 1.4rem; }
  #blog-single .blog-single h3 {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase; }
  #blog-single .blog-single h4 {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: none; }
  #blog-single .blog-single img {
    max-width: 100%;
    margin: 10px auto; }
  #blog-single .blog-single ul li {
    list-style: none;
    position: relative;
    margin-bottom: 8px; }
    #blog-single .blog-single ul li:before {
      width: 0;
      height: 0;
      content: "";
      position: absolute;
      left: -20px;
      top: 8px;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 7px solid #008AB3; }

#convenings-list-page .top-section h1 {
  margin-top: 50px;
  padding: 50px;
  text-transform: uppercase;
  font-size: 3rem;
  padding-bottom: 30px; }
  @media (max-width: 63.9375em) {
    #convenings-list-page .top-section h1 {
      padding: 0;
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 39.9375em) {
    #convenings-list-page .top-section h1 {
      padding: 0;
      padding-top: 50px;
      padding-bottom: 50px; } }
#convenings-list-page a {
  cursor: pointer; }
#convenings-list-page .sidebar {
  background-color: #009ac7;
  padding: 40px 0;
  height: 100%; }
#convenings-list-page .sidebar-menu a {
  display: block;
  padding: 10px 60px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .4px;
  text-align: right; }
#convenings-list-page .sidebar-menu a:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05); }
#convenings-list-page .sidebar-menu a:hover {
  background-color: #5d5e5e;
  text-decoration: none; }
#convenings-list-page .blog-list > .row {
  margin-left: 0; }
#convenings-list-page .blog-list > .row:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05); }
#convenings-list-page .blog-list__item--learn-more {
  color: orange;
  font-weight: bold; }
  #convenings-list-page .blog-list__item--learn-more:hover {
    text-decoration: underline; }
#convenings-list-page .post {
  padding: 30px 60px 30px; }
  #convenings-list-page .post h2 {
    font-size: 1.3rem;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0;
    color: #008AB3; }
  #convenings-list-page .post__meta {
    color: #5d5e5e;
    font-style: normal;
    margin-top: 0; }
  #convenings-list-page .post a {
    text-decoration: none; }
  #convenings-list-page .post__author, #convenings-list-page .post__date {
    font-weight: 600;
    color: #5d5e5e; }
  #convenings-list-page .post__desc {
    padding-bottom: 20px; }
  #convenings-list-page .post__category {
    display: inline-block;
    padding: 6px 10px;
    font-style: normal;
    text-transform: uppercase;
    color: white;
    background-color: rgba(0, 138, 179, 0.5);
    margin-bottom: 5px; }

.convening .top-section {
  height: 65vh;
  position: relative;
  background: no-repeat center center;
  background-image: url("../images/top-bg.jpg");
  background-size: cover; }
  .convening .top-section .titles {
    color: white;
    padding-top: 40px;
    position: relative;
    z-index: 0;
    width: 100% !important; }
    @media (max-width: 39.9375em) {
      .convening .top-section .titles {
        padding-top: 100px; } }
    @media (max-width: 767px) and (orientation: landscape) {
      .convening .top-section .titles {
        padding-top: 20px; } }
    .convening .top-section .titles h1 {
      text-transform: uppercase;
      font-size: 2.5rem;
      font-weight: 400; }
      @media (max-width: 63.9375em) {
        .convening .top-section .titles h1 {
          font-size: 35px; } }
      @media (max-width: 39.9375em) {
        .convening .top-section .titles h1 {
          font-size: 35px; } }
      @media (max-width: 767px) and (orientation: landscape) {
        .convening .top-section .titles h1 {
          color: green;
          font-size: 28px; } }
    .convening .top-section .titles h2 {
      text-transform: uppercase;
      font-size: 1.8rem;
      margin: 0; }
      @media (max-width: 39.9375em) {
        .convening .top-section .titles h2 {
          font-size: 20px; } }
      @media (max-width: 767px) and (orientation: landscape) {
        .convening .top-section .titles h2 {
          font-size: 18px; } }
    .convening .top-section .titles h4 {
      text-transform: none;
      font-size: 1.1rem;
      font-weight: 600;
      margin-top: 0;
      font-weight: normal; }
      @media (max-width: 39.9375em) {
        .convening .top-section .titles h4 {
          font-size: 15px;
          font-weight: bold;
          margin-bottom: 0; } }
    .convening .top-section .titles .dates {
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      padding: 5px 10px;
      font-size: 1.5rem; }
    .convening .top-section .titles span {
      text-transform: uppercase;
      font-weight: 600; }
    .convening .top-section .titles .location {
      font-weight: 600;
      margin: 0; }
  .convening .top-section__shade {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)); }
.convening .floating-button {
  position: absolute;
  width: 100%;
  bottom: -25px;
  z-index: 11; }
  .convening .floating-button--key-findings {
    bottom: 0; }
  .convening .floating-button .button {
    background-color: #008AB3;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600; }
    .convening .floating-button .button:hover {
      background-color: #00769a; }
.convening .sidebar {
  padding-right: 60px; }
  .convening .sidebar h3 {
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: right;
    margin-top: 1rem;
    font-size: 22px;
    font-weight: 500; }
    @media (max-width: 39.9375em) {
      .convening .sidebar h3 {
        text-align: left; } }
.convening__content {
  font-size: 1.2rem;
  font-weight: 300;
  color: rgba(51, 51, 51, 0.8);
  padding-bottom: 30px; }
.convening__participants {
  font-size: 1.2rem;
  font-weight: 300;
  color: rgba(51, 51, 51, 0.8);
  padding-bottom: 30px; }
  .convening__participants ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    list-style: none;
    padding-left: 0; }
    .convening__participants ul li {
      width: 48%;
      margin-right: 1%; }
      .convening__participants ul li strong {
        font-weight: 600; }
      @media (max-width: 39.9375em) {
        .convening__participants ul li {
          width: 100%; } }

.methodology-page .top-section--methodology {
  background-color: #008AB3;
  margin-top: -50px; }
  .methodology-page .top-section--methodology h1 {
    margin-top: 50px;
    padding: 50px;
    text-transform: uppercase;
    font-size: 3rem;
    padding-bottom: 30px; }
    @media (max-width: 63.9375em) {
      .methodology-page .top-section--methodology h1 {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 39.9375em) {
      .methodology-page .top-section--methodology h1 {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 50px; } }
  .methodology-page .top-section--methodology p {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 300px;
    padding-right: 300px; }
    @media (max-width: 63.9375em) {
      .methodology-page .top-section--methodology p {
        padding: 0; } }
    @media (max-width: 39.9375em) {
      .methodology-page .top-section--methodology p {
        padding: 0; } }
  .methodology-page .top-section--methodology .floating-button {
    z-index: 10;
    bottom: -20px; }
    .methodology-page .top-section--methodology .floating-button .button {
      background-color: orange; }
.methodology-page .checkerboard {
  background-color: #008AB3;
  color: white;
  text-align: center; }
  .methodology-page .checkerboard h6 {
    font-weight: bold;
    padding-bottom: 50px;
    font-size: 1.5rem;
    padding-top: 50px;
    margin-bottom: 0; }
  .methodology-page .checkerboard p {
    font-size: 1.1rem;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0; }
  .methodology-page .checkerboard .column {
    text-align: center;
    height: 450px; }
  .methodology-page .checkerboard .row:nth-of-type(odd) .column:nth-of-type(odd),
  .methodology-page .checkerboard .row:nth-of-type(odd) .columns:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.16); }
  .methodology-page .checkerboard .row:nth-of-type(odd) .column:nth-of-type(even),
  .methodology-page .checkerboard .row:nth-of-type(odd) .columns:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.11); }
  .methodology-page .checkerboard .row:nth-of-type(even) .column:nth-of-type(even),
  .methodology-page .checkerboard .row:nth-of-type(even) .columns:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.16); }
  .methodology-page .checkerboard .row:nth-of-type(even) .column:nth-of-type(odd),
  .methodology-page .checkerboard .row:nth-of-type(even) .columns:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.11); }
.methodology-page .column {
  position: relative; }
.methodology-page .js-open-modal {
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0; }
  .methodology-page .js-open-modal h6 {
    padding-right: 10px; }
.methodology-page .modal {
  margin-left: 0;
  left: 15vw;
  top: 5vh;
  height: 90vh;
  width: 70vw;
  z-index: 1000; }
  @media (max-width: 63.9375em) {
    .methodology-page .modal {
      width: 90vw;
      left: 5vw; } }
  @media (max-width: 39.9375em) {
    .methodology-page .modal {
      width: 100vw;
      left: 0;
      height: 95vh; } }
  .methodology-page .modal__header {
    position: relative;
    height: 40vh;
    text-align: center;
    background-color: #008AB3;
    padding-left: 0; }
    .methodology-page .modal__header::before {
      pointer-events: none;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.1;
      background-repeat: no-repeat;
      background-size: 600px;
      background-position: -300px -50px;
      background-image: url("../images/maca-logo.svg"); }
      @media (max-width: 39.9375em) {
        .methodology-page .modal__header::before {
          background-position: -300px 0px; } }
    @media (max-width: 39.9375em) {
      .methodology-page .modal__header {
        height: 40vh; } }
    .methodology-page .modal__header--title {
      padding-top: 60px; }
      .methodology-page .modal__header--title h4 {
        font-weight: 600;
        margin: 0;
        font-size: 1.2rem; }
        @media (max-width: 39.9375em) {
          .methodology-page .modal__header--title h4 {
            font-size: 1.2rem;
            padding-left: 5px;
            padding-right: 5px; } }
    .methodology-page .modal__header--status {
      max-width: 300px;
      margin: 0 auto; }
      .methodology-page .modal__header--status p {
        margin-top: 1em;
        text-transform: uppercase;
        padding: 15px;
        background-color: rgba(0, 0, 0, 0.15);
        color: rgba(0, 0, 0, 0.4); }
        .methodology-page .modal__header--status p span {
          font-weight: bold; }
    .methodology-page .modal__header--lead {
      font-size: 1rem !important;
      padding-top: 0 !important;
      padding-bottom: 30px !important;
      margin: 0; }
      .methodology-page .modal__header--lead span {
        font-weight: 400; }
    .methodology-page .modal__header .floating-button {
      padding: 0;
      width: 100%;
      margin: 0 auto;
      position: absolute;
      top: 40vh; }
      @media (max-width: 39.9375em) {
        .methodology-page .modal__header .floating-button {
          top: 40vh; } }
  .methodology-page .modal__content {
    height: 50vh;
    text-align: left;
    color: #5d5e5e; }
    .methodology-page .modal__content p {
      padding-left: 0;
      font-size: 1rem; }
    .methodology-page .modal__content--desc {
      margin: 0;
      padding-bottom: 10px !important;
      padding-top: 10px !important; }
    .methodology-page .modal__content--cont {
      padding-bottom: 50px; }
      .methodology-page .modal__content--cont h6 {
        margin: 0;
        padding-bottom: 10px !important;
        padding-top: 10px !important; }
      .methodology-page .modal__content--cont p {
        padding-bottom: 50px;
        padding-left: 0; }
        .methodology-page .modal__content--cont p a {
          text-decoration: none;
          border-bottom: 1px #008AB3 solid; }
          .methodology-page .modal__content--cont p a:hover {
            border-bottom: 2px #008AB3 solid; }
