/*------------------------------------*  #BOX-SIZING
\*------------------------------------*/
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

input,
button {
  font-family: inherit; }

/*------------------------------------*  #SHARED
\*------------------------------------*/
/**
 * Shared declarations for certain elements.
 */
strong {
  font-family: "Source Sans Pro", "Arial"; }

/*------------------------------------*  #PAGE
\*------------------------------------*/
/**
 * Page-level styling (e.g. HTML and BODY elements).
 */
html {
  font-size: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro", "Arial"; }

/*------------------------------------*  #MAIN
\*------------------------------------*/
/**
 * Basic styling for quoted text.
 */
main[class="in-article"] {
  margin-bottom: 32px; }

/*------------------------------------*  #HEADINGS
\*------------------------------------*/
/**
 * Simple default styles for headings 1 through 6.
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #303030; }

h1 {
  font-size: 2.25em;
  line-height: 1.3333333333; }

h2 {
  font-size: 1.75em;
  line-height: 1.1428571429; }

h3 {
  font-size: 1.5em;
  line-height: 1.3333333333; }

h4 {
  font-size: 1.25em;
  line-height: 1.6; }

h5 {
  font-size: 1.125em;
  line-height: 1.7777777778; }

h6 {
  font-size: 1em;
  line-height: 1; }

/*------------------------------------*  #PARAGRAPHS
\*------------------------------------*/
/**
 * Basic styling for paragraphs.
 */
p {
  font-size: 1em;
  line-height: 1.45;
  color: #636363; }
  @media (min-width: 62.5em) {
    p.middle {
      font-size: 24px; } }

/*------------------------------------*  #LINKS
\*------------------------------------*/
/**
 * Default styles for simple hyperlinks.
 */
a {
  text-decoration: none; }

/*------------------------------------*  #LISTS
\*------------------------------------*/
/**
 * Visually offset definition titles from their definitions.
 */
dt {
  font-weight: 700; }

/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/*------------------------------------*  #QUOTES
\*------------------------------------*/
/**
 * Basic styling for quoted text.
 */
blockquote p:last-of-type {
  margin-bottom: 0; }

.o-wrapper {
  max-width: 81.25rem;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto; }

.o-layout + .o-layout {
  margin-top: 32px; }

.o-layout.flex > * {
  margin-bottom: 16px; }

.o-layout.flex.media-wrapper > * {
  margin-bottom: 32px; }

@media (min-width: 48em) {
  .o-layout.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.o-layout.no-space {
  margin-left: 0; }
  .o-layout.no-space > * {
    margin-bottom: 0; }

@media (min-width: 48em) {
  .o-layout.o-layout--first-vip > *:first-child {
    margin-bottom: 16px; } }

.o-layout--small {
  max-width: 64rem; }

@media (min-width: 48em) {
  .o-layout--2-3.flex > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
    .o-layout--2-3.flex > *:not(:nth-child(2n)) {
      padding-right: 16px; } }

@media (min-width: 62.5em) {
  .o-layout--2-3.flex {
    margin-left: -16px; }
    .o-layout--2-3.flex > * {
      width: 33.33%;
      padding-left: 16px; }
      .o-layout--2-3.flex > *:not(:nth-child(2n)) {
        padding-right: 0; } }

@media (min-width: 48em) {
  .o-layout--half {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .o-layout--half > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      margin-bottom: 16px; }
    .o-layout--half.expand > * {
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; }
    .o-layout--half > *:not(:nth-child(2n)) {
      padding-right: 16px; }
    .o-layout--half.expand > *:not(:nth-child(2n)) {
      padding-right: 0; } }

@media (min-width: 62.5em) {
  .o-layout--half {
    margin-left: -16px; }
    .o-layout--half > * {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%;
      padding-right: 16px;
      padding-left: 16px;
      padding-right: 0;
      margin-bottom: 16px; } }

.o-layout--half.no-offset {
  margin-top: 1px; }
  .o-layout--half.no-offset > * {
    padding-right: 0;
    padding-left: 0; }
    .o-layout--half.no-offset > *:not(:last-child) {
      margin-bottom: 0; }
  .o-layout--half.no-offset > * + * {
    border-top: 1px solid #fff; }
    @media (min-width: 62.5em) {
      .o-layout--half.no-offset > * + * {
        border-top: 0;
        border-left: 1px solid #fff; } }

.o-layout--offset-top {
  padding-top: 32px; }

@media (min-width: 62.5em) {
  .o-layout--first-vip > :first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

@media (min-width: 62.5em) {
  .o-layout--test {
    display: -ms-flexbox;
    display: flex; } }

.o-layout--centered {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }

.o-layout--people {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @supports (display: grid) {
    .o-layout--people {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
      grid-gap: 5px; } }

.o-layout__item--primary.news {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.o-layout__item--secondary.news {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.o-layout__item--primary {
  margin-bottom: 32px; }
  @media (min-width: 62.5em) {
    .o-layout__item--primary {
      -ms-flex: 0 0 66%;
      flex: 0 0 66%;
      margin-bottom: 0; }
      .o-layout__item--primary.col-8 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
      .o-layout__item--primary.news {
        -ms-flex: 0 0 66%;
        flex: 0 0 66%; } }

.o-layout__item--secondary {
  margin-bottom: 32px; }
  @media (min-width: 62.5em) {
    .o-layout__item--secondary {
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
      padding-left: 16px; }
      .o-layout__item--secondary.col-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
      .o-layout__item--secondary.news {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%; }
      .o-layout--reversed .o-layout__item--secondary {
        padding-left: 0;
        padding-right: 16px; } }

.o-list__item:not(:last-child) {
  margin-bottom: 16px; }

.o-list--2x .o-list__item:not(:last-child) {
  margin-bottom: 32px; }

.c-page-title {
  display: block;
  min-width: 160px;
  color: #434343;
  padding-top: 14px;
  padding-bottom: 14px; }
  .c-page-title svg {
    width: 150px;
    width: calc(150px + 2vw);
    height: 40px; }
  .c-page-title:hover #wamda-star, .c-page-title:focus #wamda-star {
    fill: transparent;
    stroke: #5ab7b2;
    stroke-dasharray: 281;
    stroke-dashoffset: 281;
    animation: starStroke 0.5s ease-out forwards,  fillStar 0.5s 0.5s ease-out forwards; }
  .c-page-title:focus {
    position: relative;
    top: 1px; }

@keyframes starStroke {
  to {
    stroke-dashoffset: 0; } }

@keyframes fillStar {
  to {
    fill: #5ab7b2;
    stroke: transparent; } }

.c-page-title__slogan {
  display: none;
  font-size: 14px;
  color: #434343;
  font-weight: lighter;
  margin-top: 4px; }

@media (min-width: 500px) {
  .c-page-title svg {
    position: static; }
  .c-page-title__slogan {
    display: block; } }

@media (min-width: 500px) {
  .c-page-title {
    margin-right: 1rem; } }

@media (min-width: 1000px) {
  .c-page-title {
    position: static;
    padding-right: 16px;
    border-right: 1px solid #d8d8d8;
    padding-top: 24px;
    padding-bottom: 24px; } }

/*
[1]. Setting the input font size to 16px. This will prevent zooming when focus on iOS.
*/
.c-form--search {
  position: relative;
  height: 45px;
  width: 250px; }

.c-form--search-primary {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 93px; }
  .c-form--search-primary.is-active {
    display: block; }

.c-form__fieldset {
  border: 0;
  padding: 0; }

.c-form__fieldset--half:after {
  content: "";
  display: table;
  clear: both; }

.c-form__fieldset--half > * {
  float: left;
  width: 50%; }
  .c-form__fieldset--half > *:not(:last-child) {
    margin-bottom: 16px; }

.c-form__group--full {
  width: 100%;
  float: none; }

.c-form__input {
  font-family: "Source Sans Pro", "Arial";
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #c6c6c6;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
  /* [1] */
  padding: 10px;
  transition: border 0.2s ease-out; }
  .c-form__input::-webkit-input-placeholder {
    color: #636363; }
  .c-form__input:-moz-placeholder {
    color: #636363;
    opacity: 1; }
  .c-form__input::-moz-placeholder {
    color: #636363;
    opacity: 1; }
  .c-form__input:-ms-input-placeholder {
    color: #636363; }
  .c-form__input:focus {
    border-color: #009482;
    outline: 0; }

.c-form__input--secondary {
  background-color: transparent;
  border: 0;
  box-shadow: 0 3px 0 0 #d8d8d8;
  transition: box-shadow 0.2s ease-out; }
  .c-form__input--secondary:focus {
    box-shadow: 0 3px 0 0 #009482; }

.c-form__input--with-icon {
  padding-left: 46px; }
  .c-form__input--with-icon.email {
    background-image: url("../img/email.svg");
    background-repeat: no-repeat;
    background-position: left 8px center; }

.c-form__input--with-button {
  padding-right: 32px; }

.c-form--search__button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  border: 0;
  background: url("../img/search-button.svg") center right 7px/23px no-repeat; }

.c-form__checkbox {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  .c-form__checkbox:focus + label:before {
    border-color: #009482;
    box-shadow: 0 0 0 1px #009482; }
  .c-form__checkbox:checked + label {
    font-weight: 700; }
  .c-form__checkbox:checked + label:before {
    border: 2px solid #434343;
    background-color: #009482;
    background-image: url("../img/checkmark.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 50% 50%; }
  .c-form__checkbox + label {
    position: relative;
    color: #434343; }
    .c-form__checkbox + label:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      background-color: #fff;
      border: 1px solid #c6c6c6;
      margin-right: 8px; }

.c-form__message {
  display: block;
  margin-top: 8px;
  color: #009482; }

.c-form.is-active {
  display: -ms-flexbox;
  display: flex; }

#toggleSearch {
  width: 40px;
  height: 30px;
  position: absolute;
  border: 0;
  right: 10px;
  top: 20px;
  background: url("../img/search.svg") center right 6px/21px no-repeat;
  font-size: 0; }

@media (min-width: 500px) {
  #toggleSearch {
    top: 20px; } }

@media (min-width: 770px) {
  #toggleSearch {
    top: 50%;
    transform: translateY(-50%);
    width: 85px;
    height: 30px;
    border: 0;
    font-size: 14px;
    text-align: left; } }

@media (min-width: 850px) {
  #toggleSearch {
    right: 20px; } }

@media (min-width: 1070px) {
  #toggleSearch {
    display: none; }
  .search-wrapper {
    margin-left: auto; } }

@media (min-width: 1070px) {
  .c-form--search-primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    top: auto; } }

@media (min-width: 1170px) {
  .c-form--search-primary {
    width: 300px;
    max-width: calc(300px + 10vw); } }

/*
[1]. Hide the select arrow on Microsoft browsers.
*/
.c-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 110px;
  height: 45px;
  border-radius: 0;
  border: 1px solid #c6c6c6;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  font-size: 16px;
  transition: border 0.2s ease-out;
  font-family: "Source Sans Pro", "Arial";
  padding-right: 2rem;
  padding-left: 0.5rem;
  background-position: top 18px right 6px; }
  .c-select:focus {
    outline: 0;
    border-color: #009482;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35); }
  .c-select::-ms-expand {
    display: none;
    /* [1] */ }

@media (min-width: 770px) {
  .c-select {
    margin-left: auto; } }

@media (min-width: 1000px) {
  .c-select {
    margin-left: 12px; } }

.c-nav-primary ul {
  display: -ms-flexbox;
  display: flex;
  text-align: center; }

.c-nav-primary__item {
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .c-nav-primary__item:not(:last-child) {
    margin-right: 0.85rem; }
  .c-nav-primary__item a {
    display: inline-block;
    font-size: 14px;
    color: #434343; }
    .c-nav-primary__item a:hover, .c-nav-primary__item a:focus {
      color: #009482; }
      .c-nav-primary__item a:hover svg, .c-nav-primary__item a:focus svg {
        fill: currentColor; }
    .c-nav-primary__item a:focus {
      position: relative;
      top: 1px; }
    @media (min-width: 62.5em) {
      .c-nav-primary__item a {
        font-size: 16px; } }

.c-nav-primary__item__icon {
  display: block;
  width: 2em;
  margin-left: auto;
  margin-right: auto;
  fill: #636363; }
  @media (min-width: 770px) {
    .c-nav-primary__item__icon {
      display: inline-block;
      vertical-align: middle; } }

@media (min-width: 770px) {
  .c-nav-primary__item {
    margin-right: 16px; } }

@media (min-width: 1000px) {
  .c-nav-sub--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1; }
    .c-nav-sub--header ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
      flex: 1; } }

.c-nav-sub--header a:hover {
  color: #009482; }

.c-nav-sub--dark {
  background: #434343; }
  .c-nav-sub--dark a {
    display: inline-block;
    padding: 1rem; }
  @media (min-width: 62.5em) {
    .c-nav-sub--dark {
      display: block;
      padding: 1.5rem 1rem;
      padding-top: 2.5rem;
      padding-bottom: 1rem; } }

.c-nav-sub--brand {
  background: #009482; }

.c-nav-sub__item {
  margin-bottom: 1rem;
  color: #434343; }
  .c-nav-sub__item.is-active a {
    font-weight: bold; }
    .c-nav-sub__item.is-active a:after {
      transform: initial; }
  .c-nav-sub__item a {
    font-size: 1rem;
    color: inherit; }
  .c-nav-sub--dark .c-nav-sub__item {
    display: inline-block;
    color: #fff;
    margin-bottom: 0; }
  .c-nav-sub--brand .c-nav-sub__item {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    padding: 0.75rem 0.5rem; }
    @media (min-width: 62.5em) {
      .c-nav-sub--brand .c-nav-sub__item {
        padding: 1.3rem 0.5rem; } }
  @media (min-width: 1000px) {
    .c-nav-sub__item {
      display: inline;
      margin-right: 1rem;
      margin-bottom: 0; } }

@media (min-width: 1170px) {
  .c-nav-sub--header .c-nav-sub__item:nth-last-child(3) {
    margin-left: auto; } }

.c-social--colored {
  display: -ms-flexbox;
  display: flex; }
  .c-social--colored .c-social__item {
    display: inline-block;
    width: 36px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .c-social--colored .c-social__item svg {
      fill: #fff; }
    .c-social--colored .c-social__item:not(:last-child) {
      margin-right: 8px; }
  .c-social--colored a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1; }

.c-social--light .c-social__icon {
  fill: #fff; }

.c-social__item {
  display: inline; }
  .c-social__item:not(:last-child) {
    margin-right: 13px; }
  .c-social__item svg {
    width: 24px;
    fill: #636363; }
  .c-social__item a:hover {
    opacity: 0.8; }
  .c-social__item.facebook {
    background: #3b5998; }
  .c-social__item.twitter {
    background: #1da1f2; }
  .c-social__item.googleplus {
    background: #dd4b39; }
  .c-social__item.linkedin {
    background: #0077b5; }
  .c-social__item.youtube {
    background: #cd201f; }

@media (min-width: 1000px) {
  .site-header .c-social {
    margin-left: auto; } }

.site-header {
  position: relative;
  background-color: #fff;
  border-top: 3px solid #5ab7b2;
  min-height: 80px;
  border-bottom: 1px solid #d8d8d8;
  z-index: 100;
  transform: translateZ(0); }
  @media (min-width: 62.5em) {
    .site-header {
      border-bottom: 0; } }
  .site-header .primary {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 1rem;
    border-top: 1px solid lightgrey;
    padding-top: 10px; }
  .site-header .secondary {
    padding-left: 1rem;
    padding-right: 1rem; }
  .site-header > div:first-child {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem; }
  .site-header > div:nth-child(2) {
    background: #f4f4f4;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.17), inset 0 1px 0 0 #d8d8d8; }
  .site-header .site-header__controls {
    display: none; }
    @media (min-width: 1070px) {
      .site-header .site-header__controls {
        display: block;
        margin-left: 16px; } }
  .site-header .edit-button {
    padding: 1.1em 1em;
    margin-left: 0.7rem; }

.site-header__toggle {
  position: relative;
  border: 0;
  background: transparent;
  width: 50px;
  height: 60px;
  font-size: 13px;
  outline: 0;
  margin-right: 1rem; }
  .site-header__toggle.is-active .site-header__toggle__lines {
    background: transparent; }
    .site-header__toggle.is-active .site-header__toggle__lines:after {
      transform: rotate(-45deg) translate(4px, 3px); }
    .site-header__toggle.is-active .site-header__toggle__lines:before {
      transform: rotate(45deg) translate(8px, 14px); }

.site-header__toggle__lines {
  position: relative;
  top: 6px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 3px;
  background: grey;
  transition: background 0.2s ease-out; }
  .site-header__toggle__lines:after, .site-header__toggle__lines:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: grey;
    transition: transform 0.2s ease-out; }
  .site-header__toggle__lines:after {
    transform-origin: left center;
    top: 8px; }
  .site-header__toggle__lines:before {
    transform-origin: right center;
    top: -8px; }

.site-header__toggle__label {
  display: block;
  margin-top: 20px; }

.secondary {
  padding: 1.2rem 0;
  -ms-flex-order: 1;
  order: 1; }

.header-content {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #f4f4f4; }
  @media (min-width: 62.5em) {
    .header-content {
      position: static;
      background: transparent; } }
  .header-content .c-controls {
    display: none;
    margin-bottom: 16px; }
    @media (max-width: 999px) {
      .header-content .c-controls {
        display: block; } }

.header-content.is-active {
  display: block;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.17), inset 0 1px 0 0 #d8d8d8; }

@media (min-width: 770px) {
  .site-header .primary {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-bottom: 0;
    border-top: 0;
    padding-top: 0; } }

#toggleMenu {
  display: none; }

@media (max-width: 999px) {
  #toggleMenu {
    display: block; } }

@media (min-width: 62.5em) {
  .header-content {
    display: block; }
  .secondary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .secondary h2 {
      margin-bottom: 0; } }

/*
[1]. Spread the footer navigation links, with an equal space between them.
[2]. Diamond clip effect for the social links.
*/
.c-footer {
  background-color: #434343;
  padding-top: 32px;
  padding-top: 32px; }

.c-footer__brand img {
  display: inline-block;
  width: 160px;
  margin-bottom: 8px; }

.c-footer__brand p {
  color: #fff;
  font-size: 14px; }

@media (min-width: 700px) {
  .c-footer__brand {
    text-align: center; }
    .c-footer__brand img {
      width: 260px; }
    .c-footer__brand p {
      font-size: 16px; } }

.c-footer__nav {
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .c-footer__nav ul {
    display: -ms-flexbox;
    display: flex;
    /* [1] */
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* [1] */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c-footer__nav a {
    color: #e9e9e9;
    display: block; }
  @media (min-width: 700px) {
    .c-footer__nav {
      padding-top: 0;
      margin-bottom: 0; }
      .c-footer__nav a {
        font-size: 18px;
        padding-top: 24px; } }

.c-footer__nav__item {
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  font-size: 14px;
  margin-bottom: 16px; }
  @media (min-width: 700px) {
    .c-footer__nav__item {
      font-size: 16px;
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 0;
      text-align: center; }
      .c-footer__nav__item a {
        position: relative;
        top: -1px;
        border-top: 3px solid transparent;
        transition: border 0.2s ease-out, color 0.2s ease-out; }
        .c-footer__nav__item a:hover {
          color: #009482;
          border-top-color: currentColor; } }

.c-footer__social {
  margin-bottom: 16px; }
  .c-footer__social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 700px) {
      .c-footer__social ul {
        -ms-flex-pack: center;
        justify-content: center; } }
  @media (min-width: 700px) {
    .c-footer__social {
      margin-top: 3rem;
      margin-bottom: 3rem; }
      .c-footer__social ul {
        -ms-flex-pack: center;
        justify-content: center; } }

.c-footer__social__item {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease-out; }
  .c-footer__social__item svg {
    width: 100%;
    height: 100%;
    fill: #fff; }
  .c-footer__social__item:not(:last-child) {
    margin-right: 16px; }
  @media (min-width: 700px) {
    .c-footer__social__item {
      width: 32px;
      height: 32px; }
      .c-footer__social__item:not(:last-child) {
        margin-right: 32px; }
      .c-footer__social__item svg {
        position: relative;
        top: 5px;
        width: 32px;
        height: 32px; }
      .c-footer__social__item a {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .c-footer__social__item:hover {
    transform: scale(1.25); }

.c-footer__bar {
  background: #f4f4f4;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px; }

.c-footer__bar__wrapper p {
  color: #303030;
  margin-bottom: 16px; }

@media (min-width: 800px) {
  .c-footer__bar__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .c-footer__bar__wrapper p {
      margin-bottom: 0; } }

.c-footer__sublinks {
  display: -ms-flexbox;
  display: flex; }

.c-footer__sublinks__item:not(:last-child) {
  margin-right: 16px; }

.c-footer__sublinks__item a {
  color: inherit; }

/* 
[1]. Adding `max-width` to force the browser (Firefox) to take the width and not stretch 
when the image aspect ration is not 1:1
[2]. Since the width and height are equal, this will gurantee that the image won't look compressed.
Similar to the effect of `background-size: cover`
[3]. Making diamond effect work in Firefox. I used an external SVG file, since Firefox didn't accept adding it as an inline SVG in the DOM. 
[4]. For Chrome, Safari, and Opera. IE & Edge will get a normal square image.
*/
.c-avatar {
  width: 40px;
  max-width: 40px;
  /* [1] */
  height: 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  object-fit: cover;
  /* [2] */ }

@media (min-width: 1000px) {
  .c-avatar--middle {
    width: 55px;
    max-width: 55px;
    /* [1] */
    height: 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px; } }

@media (min-width: 1000px) {
  .c-avatar--2x {
    width: 80px;
    max-width: 80px;
    /* [1] */
    height: 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; } }

@media (min-width: 1000px) {
  .c-avatar--3x {
    width: 120px;
    max-width: 120px;
    /* [1] */
    height: 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px; } }

/*
[1]. Adding ampersand for multiple authors. 
[2]. Hover effect for the author image. This will morph the diamond to a square.
[3]. Applying differet top offset for multiple authors.
*/
.c-post-meta a {
  color: #434343; }

.c-post-meta__authors {
  position: relative;
  display: inline-block;
  margin-right: 8px; }
  @media (min-width: 48em) {
    .c-post-meta__authors {
      margin-right: 8px; } }
  .c-post-meta__authors .c-post-meta__avatar {
    width: 34px;
    height: 34px; }
  .c-post-meta__authors .c-post-meta__author {
    margin-right: 0; }
    .c-post-meta__authors .c-post-meta__author:not(:last-child):after {
      content: "&";
      /* [1] */
      display: inline-block;
      margin-left: 4px;
      margin-right: 4px; }
  .c-post-meta--featured .c-post-meta__authors {
    margin-bottom: 16px;
    margin-right: 0; }
    @media (min-width: 62.5em) {
      .c-post-meta--featured .c-post-meta__authors {
        margin-bottom: 0;
        margin-right: 8px; } }

.c-post-meta__author {
  display: inline-block;
  margin-right: 8px; }
  .c-post-meta__author:hover .c-post-meta__avatar {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    /* [2] */ }
  .c-post-meta__author a:hover {
    color: #009482; }

@media (min-width: 62.5em) {
  .c-post-meta__author--featured:nth-child(2) .c-post-meta__avatar {
    top: 50px;
    /* [3] */ }
  .c-post-meta__author--featured:nth-child(3) .c-post-meta__avatar {
    top: 80px;
    /* [3] */ } }

.c-post-meta__avatar {
  margin-right: 8px;
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease; }
  @media (min-width: 1000px) {
    .c-featured-post__meta .c-post-meta__avatar {
      position: relative;
      top: 16px;
      margin-right: 24px; } }

.c-post-meta__title {
  display: inline-block;
  margin-right: 8px; }
  .c-post-meta__title.location {
    padding-left: 30px;
    background: url("../img/location.svg") left center/22px no-repeat; }

.c-post-meta__date {
  color: #434343; }

@media (min-width: 62.5em) {
  .c-post-meta__authors--featured {
    margin-left: 40px;
    padding-left: 28px; }
    .c-post-meta__authors--featured .c-post-meta__avatar {
      position: absolute;
      right: 100%;
      margin-right: 0; }
    .c-post-meta__authors--featured .c-avatar {
      width: 40px;
      height: 40px; } }

.c-group-headline {
  position: relative;
  margin-bottom: 32px;
  border-bottom: 4px solid #d8d8d8;
  padding-bottom: 16px; }
  .c-group-headline h2 {
    font-size: 24px; }
  @media (min-width: 25em) {
    .c-group-headline {
      padding-bottom: 8px; }
      .c-group-headline h2 {
        margin-bottom: 0; } }
  .c-group__sub .c-group-headline {
    border-bottom-width: 2px;
    border-bottom-color: #e9e9e9; }
    .c-group__sub .c-group-headline h3 {
      font-size: 18px;
      color: #636363; }
    @media (min-width: 25em) {
      .c-group__sub .c-group-headline {
        padding-bottom: 4px; } }

.c-group-headline--small {
  margin-bottom: 16px; }

.c-group-headline--light h2 {
  color: #fff;
  border-bottom-color: #636363; }

.c-group-headline--with-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.c-subgroup-headline {
  position: relative;
  margin-bottom: 16px; }
  .c-subgroup-headline h2 {
    color: #636363;
    font-size: 18px;
    font-weight: 700px;
    border-top: 7px solid #d8d8d8;
    padding-top: 8px; }

.c-section {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.c-section--space-2x {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.c-section--dark {
  background-color: #303030; }

.c-section--light {
  background-color: #f4f4f4; }

.c-section--stars {
  background: url("../img/wamda-pattern2x.png");
  background-size: cover; }
  @media (min-width: 62.5em) {
    .c-section--stars {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.c-section--brand {
  background: #009482;
  color: #fff; }

.c-section--stars-dist {
  background: url("../img/wamda-pattern2x.png");
  background-size: 100%; }
  @media (min-width: 1000px) {
    .c-section--stars-dist {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

@media (min-width: 48em) {
  .media-wrapper > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .media-wrapper .c-media {
    -ms-flex-positive: 1;
    flex-grow: 1; } }

.c-media {
  position: relative;
  display: block; }
  @media (min-width: 650px) {
    .c-media {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; } }

.c-media--horizontal {
  display: block; }
  .c-media--horizontal > a {
    display: -ms-flexbox;
    display: flex; }
  .c-media--horizontal .c-media__title {
    font-size: 16px;
    margin-bottom: 8px; }
  .c-media--horizontal .c-media__thumb-wrapper {
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    height: 60px;
    margin-right: 8px; }
    @media (min-width: 62.5em) {
      .c-media--horizontal .c-media__thumb-wrapper {
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        height: 85px;
        margin-right: 16px; } }
  .c-media--horizontal .c-media__thumb {
    border: 4px solid #fff; }
  .c-media--horizontal .c-post-meta__date {
    font-size: 0.85rem; }

.c-media--event .c-media__title {
  margin-bottom: 0; }

.c-media--event__meta p + p {
  margin-top: 8px; }

.c-media__title {
  line-height: 1.5; }
  .c-media__title a {
    color: #303030; }
    .c-media__title a:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .c-media__title:hover a {
    color: #009482; }

.c-media__subtitle {
  font-size: 14px;
  margin-bottom: 8px; }

.c-media__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 70px; }

/***************** To refactor this later... ****************/
.c-media--video.dark .c-post-meta__date,
.c-media--video.dark .c-post-meta__author {
  color: #fff; }

.c-media--video.dark a:not(.c-media__topic) {
  color: inherit; }

.c-media__title {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px; }
  .c-media--video.dark .c-media__title {
    color: #fff; }
  @media (min-width: 62.5em) {
    .c-media__title {
      font-size: 20px;
      margin-bottom: 16px; } }

.c-media__thumb-wrapper {
  position: relative;
  height: 160px;
  margin-bottom: 8px; }
  @media (min-width: 62.5em) {
    .c-media__thumb-wrapper {
      margin-bottom: 16px; } }
  .c-media--video .c-media__thumb-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../img/playicon.svg") center/50px no-repeat; }
    @media (min-width: 62.5em) {
      .c-media--video .c-media__thumb-wrapper:after {
        background: url("../img/playicon.svg") center/90px no-repeat; } }
  .c-media--video.dark .c-media__thumb-wrapper {
    border: 1px solid #fff; }
  @media (min-width: 62.5em) {
    .c-media__thumb-wrapper {
      height: 220px; } }

.c-media__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.c-media__meta {
  margin-top: auto; }

.c-media__topic {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #303030;
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
  transition: background-color 0.2s ease-out;
  z-index: 10; }
  .c-media__topic:hover {
    background-color: #009482; }
  @media (min-width: 62.5em) {
    .c-media__topic {
      padding: 10px 14px; } }

.c-featured-post {
  position: relative;
  height: 300px; }
  @media (min-width: 62.5em) {
    .c-featured-post {
      height: 100%; } }
  .c-featured-post .c-media__title {
    margin-bottom: 0; }
  .c-featured-post .c-media__thumb-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .c-featured-post > div:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    transition: transform 0.3s ease-out; }
  .c-featured-post .c-media__title {
    font-size: 20px; }
    @media (min-width: 62.5em) {
      .c-featured-post .c-media__title {
        font-size: 40px;
        padding-right: 100px; } }
  .c-featured-post .c-media__title a {
    color: #fff; }
  .c-featured-post .c-post-meta {
    margin-bottom: 8px; }
  .c-featured-post .c-post-meta a {
    color: #fff; }
  .c-featured-post .c-post-meta__date {
    color: #fff; }
  .c-featured-post .c-media__thumb-wrapper:after {
    content: "";
    background: linear-gradient(to top, #071c2c, transparent);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    transition: opacity 0.3s ease-out; }
  .c-featured-post:hover .c-media__thumb-wrapper:after {
    opacity: 0.9; }
  .c-featured-post:hover > div:last-child {
    transform: translateY(-10px); }

@media (min-width: 62.5em) {
  .c-featured-small .c-media__thumb-wrapper {
    height: 280px; } }

.news-watch-wrapper {
  background: #e9e9e9;
  padding: 0.3rem 1rem; }

.c-ranked-post {
  position: relative;
  padding-left: 3.25rem;
  min-height: 80px; }
  @media (min-width: 62.5em) {
    .c-ranked-post {
      padding-left: 5rem;
      margin-bottom: 1rem; } }

.c-ranked-post__number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  font-weight: bold;
  line-height: 45px;
  width: 3rem;
  text-align: center;
  color: #e9e9e9; }
  @media (min-width: 62.5em) {
    .c-ranked-post__number {
      font-size: 110px;
      line-height: 72px;
      width: 5rem; } }
  .c-ranked-post__number:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255, 255, 255, 0.5) 2px, rgba(255, 255, 255, 0.5) 3px);
    z-index: 2;
    transform: translateZ(0); }

.c-ranked-post__title {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Roboto Slab", serif; }
  @media (min-width: 62.5em) {
    .c-ranked-post__title {
      font-size: 18px; } }

.button-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.button-wrapper.centered {
  text-align: center; }
  .button-wrapper.centered .c-button {
    display: inline-block; }

.c-button {
  display: inline-block;
  min-width: 130px;
  border: 0;
  background-color: #434343;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 0.75em 1em;
  transition: background-color 0.2s ease-out;
  font-family: "Source Sans Pro", "Arial"; }
  .c-button:focus {
    position: relative;
    top: 2px; }
  .c-button:hover {
    background: #009482; }

.c-button--small {
  min-width: 90px; }

.c-button--download {
  background-color: #fff;
  color: #303030;
  max-width: initial;
  min-width: initial; }
  .c-button--download:hover {
    color: #fff; }
    .c-button--download:hover svg {
      fill: #fff; }
  .c-button--download svg {
    fill: #303030;
    vertical-align: middle;
    margin-right: 8px; }

.c-button--light {
  background: #fff;
  color: #303030; }
  .c-button--light:hover {
    background: #009482;
    color: #fff; }

.c-button--middle {
  min-width: 150px; }
  @media (min-width: 48em) {
    .c-button--middle {
      font-size: 20px;
      padding: 0.85em 1em; } }

@media (min-width: 48em) {
  .c-button--2x {
    min-width: initial;
    font-size: 24px;
    width: 100%;
    padding: 0.85em 1em; } }

.c-button--disabled {
  background: #c6c6c6;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.c-link {
  display: inline-block;
  color: #303030; }

.c-link--light {
  color: #fff;
  background: url("../img/arrow-right-light.svg") top 0.5em left/1.75em no-repeat; }

.c-link--dark {
  background: url("../img/arrow-right-dark.svg") top 0.5em left/1.75em no-repeat; }

.c-link--with-icon {
  padding-bottom: 0.5em;
  padding-left: 2em;
  padding-top: .75em;
  min-height: 2.5em; }

.quote-wrapper {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto; }
  .quote-wrapper h2 {
    font-size: 24px;
    margin-bottom: 32px; }

.c-quote {
  background: url(../img/quote.svg) left top/30px no-repeat;
  padding-left: 3rem; }
  .c-quote > p {
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: lighter;
    color: #434343; }
  .c-quote p + p {
    margin-top: 16px; }
  @media (min-width: 1000px) {
    .c-quote {
      background: url(../img/quote.svg) left top 10px/40px no-repeat;
      padding-left: 3.5em; } }
  .c-quote + .c-quote {
    margin-top: 32px; }

.c-quote__meta {
  font-family: "Roboto Slab", serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  font-style: normal; }
  .c-quote__meta h3 {
    font-size: 16px; }
  .c-quote__meta p {
    font-size: 14px; }

.c-featured-event {
  font-family: "Roboto Slab", serif; }
  .c-featured-event.in-carousel {
    width: 500px; }
    @media (min-width: 1400px) {
      .c-featured-event.in-carousel {
        width: 700px; } }
    .c-featured-event.in-carousel .c-featured-event__title {
      font-size: 16px; }
    .c-featured-event.in-carousel .c-featured-event__location {
      font-size: 14px; }
    .c-featured-event.in-carousel .c-featured-event__date {
      font-size: 12px; }
    @media (min-width: 1000px) {
      .c-featured-event.in-carousel .c-featured-event__thumb {
        height: 270px; } }
  .c-featured-event a {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff; }
  .c-featured-event:hover .c-featured-event__date {
    background: #006155; }
  .c-featured-event:hover .c-featured-event__details {
    background: #009482; }

.c-featured-event__thumb {
  height: 160px;
  width: 100%;
  object-fit: cover; }
  @media (min-width: 1000px) {
    .c-featured-event__thumb {
      height: 345px; } }

.c-featured-event__meta {
  padding-left: 16px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.c-featured-event__details {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  background: #434343;
  transition: background 0.2s ease-out; }

.c-featured-event__date {
  background: #303030;
  text-align: center;
  transition: background 0.2s ease-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  font-size: 16px; }
  .c-featured-event__date span {
    display: block; }
    .c-featured-event__date span:first-child {
      font-size: 32px; }
  @media (min-width: 1000px) {
    .c-featured-event__date {
      -ms-flex: 0 0 120px;
      flex: 0 0 120px;
      font-size: 16px; }
      .c-featured-event__date span:first-child {
        font-size: 48px; } }

.c-featured-event__title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 4px; }
  @media (min-width: 1000px) {
    .c-featured-event__title {
      font-size: 25px; } }

.c-featured-event__location {
  font-size: 14px;
  color: #fff; }
  @media (min-width: 1000px) {
    .c-featured-event__location {
      font-size: 18px; } }

.c-share-link {
  color: #636363; }
  .c-share-link svg {
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.1s ease-out; }
  .c-share-link.twitter svg {
    fill: #1da1f2; }
  .c-share-link:hover svg {
    transform: rotate(10deg); }

.c-data-nugget--no-stat {
  padding-left: 76px;
  background: url("../img/data-nugget.svg") left 15px top/50px no-repeat; }
  @media (min-width: 62.5em) {
    .c-data-nugget--no-stat {
      background: url("../img/data-nugget.svg") left 15px top/60px no-repeat;
      padding-left: 85px; } }

.c-data-nugget__content {
  font-size: 18px;
  margin-bottom: 8px; }
  @media (min-width: 62.5em) {
    .c-data-nugget__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center; }
      .c-data-nugget__content > * {
        display: block;
        max-width: 79%; } }

.c-data-nugget__stat {
  font-size: 24px;
  font-weight: bold;
  color: #009482;
  margin-right: 4px; }
  @media (min-width: 62.5em) {
    .c-data-nugget__stat {
      font-size: 58px;
      margin-right: 16px; } }

/*
[1]. Since the report cover is positioned absolutely, this pseudo element will reserve a space on the left/right side of the cover. Floating is important to make the `shape-outside` effect work.
[2]. Shape outside points. 
[3]. Report cover fold effect.
[4]. Grey wrapper fold effect. 
*/
.c-report {
  position: relative;
  padding-bottom: 16px; }
  .c-report:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 62.5em) {
    .c-report {
      padding-left: 1rem;
      margin-top: 2rem;
      margin-bottom: 2rem;
      padding-bottom: 0;
      min-height: 330px; }
      .c-report:before {
        content: "";
        width: 270px;
        height: 334px;
        background: transparent;
        float: left ;
        /* [1] */ } }

.c-report__cover {
  position: relative;
  left: 0;
  top: -11px;
  width: 200px;
  height: 284px;
  width: 150px;
  height: 200px;
  border: 3px solid #009482;
  z-index: 1;
  transition: transform 0.2s ease-out; }
  .c-report__cover:after {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    width: 34px;
    height: 34px;
    border-right: 3px solid #009482;
    border-bottom: 3px solid #009482;
    background: linear-gradient(-45deg, white 50%, grey 50%, #e9e9e9 51%, #f4f4f4 54%, #f4f4f4);
    /* [3] */ }
    @media (min-width: 62.5em) {
      .c-report__cover:after {
        width: 54px;
        height: 54px; } }
  @media (min-width: 27.5em) {
    .c-report__cover {
      float: left ;
      margin-right: 16px; } }
  @media (min-width: 62.5em) {
    .c-report__cover {
      position: absolute;
      width: 250px;
      height: 334px; } }

.c-report__cover__thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.c-report__date,
.c-report__title,
.c-report__desc {
  font-family: "Roboto Slab", serif; }

.c-report__date {
  margin-bottom: 1rem; }

.c-report__title {
  position: relative;
  z-index: 100;
  font-size: 16px; }
  @media (min-width: 62.5em) {
    .c-report__title {
      font-size: 32px; } }
  .c-report__title:hover {
    color: inherit; }

.c-report__desc {
  font-size: 14px; }
  @media (min-width: 62.5em) {
    .c-report__desc {
      font-size: 20px; } }

.c-report__link:hover {
  color: #009482; }

.c-report__link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 62.5em) {
  .c-report__content {
    padding: 3rem 0;
    padding-bottom: 1rem;
    background: #e9e9e9; } }

.c-report__share {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .c-report__share span {
    margin-right: 1rem; }

.c-report__download {
  margin-bottom: 16px; }
  .c-report__download span {
    margin-right: 1rem; }
  .c-report__download .c-button:not(:last-child) {
    margin-right: 0.5rem; }
  @media (min-width: 62.5em) {
    .c-report__download {
      margin-bottom: 0; } }

.c-report__content__inner > div {
  margin-top: 16px; }
  @media (min-width: 62.5em) {
    .c-report__content__inner > div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 32px;
      padding-right: 5rem; } }

.c-newsletter {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto; }
  .c-newsletter:before {
    content: "";
    display: block;
    width: 170px;
    height: 130px;
    background: url("../img/mailbox.svg") no-repeat;
    background-size: 100%;
    background-position-y: center;
    margin-bottom: 16px; }
    @media (min-width: 48em) {
      .c-newsletter:before {
        width: 220px;
        height: 220px;
        margin-right: 32px;
        margin-bottom: 0; } }
  @media (min-width: 48em) {
    .c-newsletter:before {
      float: left ; } }
  @media (min-width: 800px) {
    .c-newsletter:before {
      width: 250px;
      height: 232px; } }

.c-newsletter--small:before {
  display: none; }

.is-register:before {
  opacity: 0;
  transform: rotate(7deg) translateY(-200px); }

.c-newsletter__title {
  font-size: 1.5rem;
  color: #434343;
  margin-bottom: 16px;
  font-family: "Roboto Slab", serif; }

/*
[1]. Remove the space caused by inline block elements..
[2]. In order to account for multiple links on 2 lines or more, each item will take a margin-bottom. To remove the additional space in the last row, we should add a negative margin with the same value we gave for each item.
*/
.c-inline-links {
  font-size: 0;
  /* [1] */
  color: #636363; }
  .c-inline-links ul {
    display: inline-block;
    font-size: 0; }

.c-inline-links--colored {
  margin-bottom: -16px;
  /* [2] */ }
  .c-inline-links--colored .c-inline-links__item + .c-inline-links__item:before {
    content: ",";
    margin-left: 0;
    margin-right: 4px; }

.c-inline-links--white {
  color: #fff; }

.c-inline-links__title {
  margin-right: 4px; }

.c-inline-links__item {
  display: inline-block;
  font-size: 16px; }
  .c-inline-links__item + .c-inline-links__item:before {
    content: "|";
    margin-left: 4px;
    margin-right: 4px; }
  .c-inline-links__item a {
    color: inherit; }
    .c-inline-links__item a:hover {
      color: #009482; }
  .c-inline-links--colored .c-inline-links__item {
    margin-bottom: 16px;
    /* [2] */ }
    .c-inline-links--colored .c-inline-links__item a {
      color: #009482; }
  .c-inline-links--white .c-inline-links__item a:hover {
    color: #fff; }

/*
[1]. Prevent logo stretch since flexbox is used.
*/
.c-sponsor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px; }

.c-sponsor__logo {
  width: 80px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  /* [1] */
  margin-right: 16px; }

/* 
[1]. If the bio componenet lives inside the article footer, add a border and padding
to the top of it.
*/
.bio-listing li:not(:last-child) {
  margin-bottom: 24px; }

.c-bio {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1000px) {
    .c-bio {
      font-size: 18px; } }
  .c-article__footer .c-bio {
    border-top: 3px solid #d8d8d8;
    /* [1] */
    padding-top: 16px;
    /* [1] */ }
  .c-bio + .c-bio {
    margin-top: 24px; }

.c-bio--team:hover .c-bio__avatar {
  box-shadow: none; }

.c-bio--hero__avatar {
  position: relative;
  max-width: 40px;
  height: 40px;
  margin-right: 16px;
  border: 4px solid #fff; }
  .c-bio--hero__avatar .c-avatar {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%; }
  @media (min-width: 48em) {
    .c-bio--hero__avatar {
      max-width: 100px;
      height: 100px;
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      margin-right: 32px; } }
  @media (min-width: 62.5em) {
    .c-bio--hero__avatar {
      max-width: 180px;
      height: 180px;
      -ms-flex: 0 0 180px;
      flex: 0 0 180px; } }

.c-bio__avatar {
  margin-right: 16px; }
  @media (min-width: 1000px) {
    .c-bio__avatar {
      margin-right: 24px; }
      .c-bio--small .c-bio__avatar {
        margin-right: 16px; } }
  .c-bio--small .c-bio__avatar {
    border: 1px solid #d8d8d8; }
  .c-bio--tiny .c-bio__avatar {
    border: 1px solid #d8d8d8;
    margin-right: 8px; }
  .c-bio--team .c-bio__avatar {
    transition: box-shadow 0.2s ease-in-out;
    box-shadow: 6px 9px 15px 0 rgba(0, 0, 0, 0.15); }

.c-bio__content {
  display: block;
  max-width: 85%; }
  .c-bio__content p {
    color: #636363; }
    .c-bio__content p:empty {
      display: none; }
  .c-bio__content a {
    color: #009482; }
  .c-bio__content p + p {
    margin-top: 16px; }

.c-bio__more {
  display: inline-block;
  margin-top: 24px;
  padding-right: 16px;
  background: url("../img/more-arrow.svg") center right/10px no-repeat; }

.c-bio--small .c-bio__title {
  font-size: 18px; }

.c-bio--tiny .c-bio__title {
  font-size: 16px; }

.c-bio__subtitle {
  font-weight: 700; }
  .c-bio--tiny .c-bio__subtitle {
    font-size: 14px; }

/* 
[1]. Add an outer glow effect to the article header content: author and title. 
*/
.c-article {
  margin-bottom: 32px; }

@media (min-width: 62.5em) {
  .c-article__wrapper {
    padding-right: 2rem; } }

.c-article__header {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: url("../img/wamda-pattern2x.png") center/cover, linear-gradient(to bottom, #f2f5f7, transparent);
  background-position: top center;
  text-align: left; }
  @media (min-width: 62.5em) {
    .c-article__header {
      margin-bottom: 1rem; } }

.c-article__header--video {
  text-align: center; }
  .c-article__header--video .c-article__title {
    margin-left: auto;
    margin-right: auto; }

.c-article__header__wrapper {
  text-shadow: 0 0 11px #f2f5f7, 0 0 19px #f2f5f7, 0 0 30px #f2f5f7;
  /* [1] */
  filter: drop-shadow(0 0 10px #f2f5f7);
  /* [1] */ }
  .c-article__header__wrapper > *:not(:last-child) {
    margin-bottom: 24px; }

.c-article__title {
  font-family: "Roboto Slab", serif;
  line-height: 1.4;
  font-size: calc(16px + 1vw);
  font-weight: 400;
  max-width: 880px;
  color: #434343; }

.c-article__thumb {
  position: relative;
  margin-bottom: 24px; }
  .c-article__thumb figcaption {
    color: #636363;
    margin-top: 8px;
    font-style: italic; }

@media (min-width: 62.5em) {
  .c-article__thumb--event {
    margin-bottom: 32px; } }

.c-article__video {
  height: 220px;
  background-color: #303030; }
  .c-article__video iframe {
    display: block;
    max-width: 100%;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem; }
  @media (min-width: 650px) {
    .c-article__video {
      height: 350px; }
      .c-article__video:before, .c-article__video:after {
        display: none; } }
  @media (min-width: 1000px) {
    .c-article__video {
      height: 542px; } }

.c-article__thumb__img {
  display: block;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 -2px 19px 0 rgba(0, 0, 0, 0.25); }

.c-article__content {
  margin-bottom: 16px; }

.c-separator {
  border: 0;
  height: 1px;
  background-color: #fff;
  opacity: 0.5; }

.c-separator--pattern {
  height: 32px;
  background: url("../img/pattern.png") center/12px;
  opacity: 0.2; }

.c-topics {
  position: relative;
  padding-left: 32px;
  margin-bottom: 32px; }
  .c-topics:before {
    content: "#";
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    font-size: 32px;
    font-weight: bold;
    color: #009482; }
  @media (min-width: 1000px) {
    .c-topics {
      font-size: 18px;
      padding-left: 0; }
      .c-topics:before {
        position: static;
        font-size: 64px; } }

.c-topics__item {
  display: inline-block;
  width: 40%;
  margin-right: 16px;
  margin-bottom: 8px; }
  .c-topics__item a {
    color: #434343; }
    .c-topics__item a:hover {
      color: #009482; }
  .c-topics__item:before {
    content: "#";
    margin-right: 4px;
    opacity: 0.25; }
  @media (min-width: 1000px) {
    .c-topics__item {
      width: auto;
      margin-bottom: 0; } }

.c-sub-header {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  background-color: #434343;
  background-image: url("../img/stars-big.png");
  background-size: cover; }
  .c-sub-header > * {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .c-sub-header h2,
  .c-sub-header p {
    color: inherit; }
  .c-sub-header p + h2 {
    margin-top: 8px; }
  .c-sub-header h2 {
    font-size: calc(16px + 1.5vw);
    font-family: "Roboto Slab", serif; }
    @media (min-width: 62.5em) {
      .c-sub-header h2 {
        padding-right: 160px; } }
  .c-sub-header svg {
    fill: #fff;
    width: 40px;
    height: 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-right: 8px;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  @media (min-width: 62.5em) {
    .c-sub-header {
      padding-top: 32px;
      padding-bottom: 32px; }
      .c-sub-header p {
        font-size: 20px;
        padding-left: 0; }
      .c-sub-header svg {
        width: 78px;
        height: 78px;
        -ms-flex: 0 0 78px;
        flex: 0 0 78px;
        margin-right: 16px; } }

.c-sub-header--with-filters h2 {
  margin-bottom: 8px; }

.c-sub-header--with-filters .c-select {
  border-color: transparent; }

@media (min-width: 48em) {
  .c-sub-header--with-filters .c-sub-header__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex; }
  .c-sub-header--with-filters h2 {
    margin-bottom: 0; } }

.c-sub-header--job h2 + .c-button {
  margin-top: 16px; }
  @media (min-width: 62.5em) {
    .c-sub-header--job h2 + .c-button {
      margin-top: 0; } }

.c-sub-header--job .c-button {
  display: inline-block; }

@media (min-width: 62.5em) {
  .c-sub-header--job .c-sub-header__content {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .c-sub-header--job .c-button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    padding: 0.75em 2em; } }

.c-sub-header__end span {
  margin-right: 8px; }

@media (min-width: 48em) {
  .c-sub-header__end {
    margin-left: auto; } }

.c-sub-header__end__item:not(:last-child) {
  margin-bottom: 16px; }

@media (min-width: 48em) {
  .c-sub-header__end__item {
    display: inline-block; }
    .c-sub-header__end__item:not(:last-child) {
      margin-right: 16px;
      margin-bottom: 0; } }

/*
[1]. Offset from bottom with the same value as the border width. 
*/
.c-tabs {
  font-size: 0;
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 32px; }
  .c-tabs a {
    color: #434343; }
  @media (max-width: 47.99em) {
    .c-tabs {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.c-tabs__item {
  position: relative;
  bottom: -2px;
  /* [1] */
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px solid #d8d8d8; }
  .c-tabs__item a {
    display: block;
    padding: 16px;
    border-bottom: 2px solid transparent;
    text-align: center; }
    .c-tabs__item a:hover {
      border-color: #009482; }
  .c-tabs__item.is-active a {
    color: #009482;
    border-color: currentColor;
    font-weight: 700; }
  @media (max-width: 47.99em) {
    .c-tabs__item {
      -ms-flex: 0 0 33%;
      flex: 0 0 33%; } }

.c-wamda-entr {
  margin-bottom: 24px;
  text-align: center; }
  .c-wamda-entr img {
    display: inline-block;
    width: 170px;
    margin-bottom: 8px; }

/* 
[1]. I used this to clear the floating, instead of using the clearfix hack.
[2]. Forcing Safari to render this element. 
[3]. Resetting overflow on larger viewports.
[4]. Place the register button character at the top right.
[5]. ^ When placing the register button absolutely, we need a way to reserve a space for it. Since the register button is along the other child elements, this pseudo element is transparent and floated to the right/left. This will reserve a space for us.
*/
.c-event {
  position: relative;
  z-index: 10; }

.c-event__wrapper {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../img/stars.png");
  overflow: auto;
  /* [1] */
  transform: translateZ(0);
  /* [2] */ }
  @media (min-width: 62.5em) {
    .c-event__wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 68%;
      min-height: 450px;
      background: none;
      padding-right: 1rem;
      padding-bottom: 2rem;
      overflow: inherit;
      /* [3] */
      /* [4] */ }
      .c-event__wrapper:before {
        content: "";
        position: absolute;
        right: 2%;
        top: -35px;
        width: 110%;
        height: 110%;
        background-color: #fff;
        background-image: url("../img/stars.png");
        box-shadow: 7px 15px 0 0 rgba(0, 0, 0, 0.08);
        z-index: -1;
        animation: eventHeader 0.4s ease-out forwards;
        transform: rotate(-3deg); }
      .c-event__wrapper .c-button {
        -ms-flex-item-align: start;
        align-self: flex-start; } }

@keyframes eventHeader {
  to {
    transform: rotate(2deg); } }

.c-event__title {
  font-family: "Roboto Slab", serif;
  color: #009482;
  font-size: 24px;
  margin-bottom: 8px; }
  @media (min-width: 48em) {
    .c-event__title {
      /* [5] */ }
      .c-event__title:after {
        content: "";
        width: 290px;
        height: 200px;
        float: right ;
        background: transparent; } }
  @media (min-width: 62.5em) {
    .c-event__title {
      font-size: 40px; }
      .c-event__title:after {
        display: none; } }

.c-event__date {
  display: inline-block;
  color: #434343;
  margin-bottom: 24px;
  font-size: 16px; }
  @media (min-width: 62.5em) {
    .c-event__date {
      font-size: 24px; } }

.c-event__desc {
  color: #434343;
  font-size: 16px;
  margin-bottom: 32px;
  max-width: 80%; }
  @media (min-width: 62.5em) {
    .c-event__desc {
      font-size: 24px; } }

@media (min-width: 48em) {
  .c-event__register {
    float: right ;
    margin-top: -330px;
    width: 280px;
    text-align: center; }
    .c-event__register:before {
      content: "";
      display: block;
      width: 230px;
      height: 309px;
      background: url("../img/event-badge.svg") center/100% no-repeat;
      position: absolute;
      right: 20px;
      top: -100px;
      z-index: 6;
      transform: translateY(0) scaleY(1);
      transition: transform 0.25s ease-out; } }

@media (min-width: 62.5em) {
  .c-event__register {
    position: absolute;
    left: 104%;
    top: 17%;
    transform: translateY(-50%);
    margin-top: 0; }
    .c-event__register:before {
      width: 200px;
      height: 258px; } }

@media (min-width: 81.25em) {
  .c-event__register {
    top: 15%;
    width: 330px; }
    .c-event__register:before {
      width: 300px;
      height: 377px; } }

.c-event__register.disabled {
  opacity: 0.5; }

.c-event__location {
  color: #434343;
  margin-bottom: 16px;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  background: url("../img/location.svg") left center/30px no-repeat; }
  @media (min-width: 62.5em) {
    .c-event__location {
      margin-top: auto;
      font-size: 20px; } }

.c-group {
  margin-bottom: 32px; }

.c-group__sub {
  margin-bottom: 16px; }

.c-group--small {
  margin-bottom: 16px; }
  .c-group--small h2 {
    font-size: 14px;
    border-top-width: 1px;
    padding-top: 6px; }
  .c-group--small:not(:last-child) {
    margin-bottom: 16px; }

.c-steps {
  margin-bottom: -1rem; }
  @media (min-width: 62.5em) {
    .c-steps {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.c-steps__item {
  display: -ms-flexbox;
  display: flex;
  color: #636363;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 62.5em) {
    .c-steps__item {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 50%; } }

.c-steps__item__circle {
  display: inline-block;
  width: 45px;
  height: 45px;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  border-radius: 50%;
  border: 2px solid #009482;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  margin-right: 16px; }

.c-steps__item__title {
  font-size: 18px;
  font-weight: 300;
  color: inherit; }

/* 
[1]. Added a minimum height, to make it act as a base height. 
[2]. flex-grow is set to 1, this mean that the brand item will stretch as much space available. 
[3]. Making the brand item a flex container, this will help in centering the image horizontally and vertically. 
[4]. Setting the height to auto will make the logo images take their normal height. We can't gurantee the expected aspect ratio of each logo, this is better that setting a fixed height and then getting a compressed logo.
*/
.c-brands {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -16px; }

.c-brands__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #d8d8d8;
  min-height: 134px;
  /* [1] */
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  /* [2] */
  width: calc(49% - 1rem);
  margin-bottom: 16px;
  margin-right: 16px;
  transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out; }
  .c-brands__item a {
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    /* [3] */
    -ms-flex-align: center;
    align-items: center;
    /* [3] */
    -ms-flex-pack: center;
    justify-content: center;
    /* [3] */
    padding: 16px; }
  .c-brands__item img {
    max-width: 80%;
    height: auto;
    /* [4] */ }
  .c-brands__item:hover {
    border-color: #009482;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 62.5em) {
    .c-brands__item {
      width: calc(32% - 1rem); } }
  @media (min-width: 81.25em) {
    .c-brands--4 .c-brands__item {
      width: calc(24% - 1rem); } }

/*
[1]. Center the child items vertically. 
*/
.c-callout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  /* [1] */
  max-width: 56em;
  margin-left: auto;
  margin-right: auto; }
  .c-callout p {
    color: inherit;
    font-size: 16px; }
  .c-callout a {
    display: inline-block; }
  @media (min-width: 62.5em) {
    .c-callout p {
      font-size: 24px; } }

.c-callout--vertical {
  max-width: 38em;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px; }
  .c-callout--vertical .c-callout__content > * + * {
    margin-top: 16px; }

.c-callout__img {
  width: 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  margin-right: 24px; }
  @media (min-width: 62.5em) {
    .c-callout__img {
      width: 200px;
      -ms-flex: 0 0 200px;
      flex: 0 0 200px; } }
  .c-callout--vertical .c-callout__img {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 16px; }

.c-callout__content > * + * {
  margin-top: 16px; }

.c-research {
  position: relative;
  margin-bottom: 16px;
  border-bottom: 6px solid #009482; }

.c-research__content {
  height: 300px;
  background: url("../img/research.jpg") center/cover no-repeat; }
  @media (min-width: 62.5em) {
    .c-research__content {
      height: 490px; } }

.c-research__title {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 148, 130, 0.9);
  padding: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 300; }
  .c-research__title:before {
    content: "";
    position: absolute;
    right: calc(100% + 6px);
    bottom: 0;
    width: 14px;
    height: 100%;
    background: rgba(0, 148, 130, 0.9); }
  @media (min-width: 62.5em) {
    .c-research__title {
      font-size: 50px; } }

.c-research__title__sub {
  display: block;
  font-weight: 300;
  font-size: 18px;
  margin-top: 8px; }

.c-zebra__item {
  padding-top: 1.5rem;
  padding-bottom: 1rem; }
  .c-zebra__item:nth-child(odd) .c-report__cover:after {
    background: linear-gradient(-45deg, white 50%, grey 50%, #e9e9e9 51%, #ffffff 54%, #ffffff); }
  .c-zebra__item:nth-child(odd) .c-report__content:after {
    background: linear-gradient(-45deg, #ffffff 50%, grey 0, grey 100%); }
  .c-zebra__item:nth-child(even) {
    background-color: #f4f4f4; }

.c-mini-article__title {
  color: #009482;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: "Roboto Slab", serif; }
  @media (min-width: 48em) {
    .c-mini-article__title {
      padding-right: 16px; } }
  .c-mini-article__title + .c-mini-article__subtitle {
    margin-top: -8px; }

.c-breadcrumbs {
  font-family: "Roboto Slab", serif;
  position: relative;
  background-color: #fff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media (min-width: 48em) {
    .c-breadcrumbs {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; } }
  .c-breadcrumbs ul {
    font-size: 0; }

/*
To refactor z-index and unifiy them between pages.
*/
.c-breadcrumbs--with-border {
  border-bottom: 1px solid #d8d8d8;
  z-index: 20; }

.c-breadcrumbs__item {
  font-size: 16px;
  display: inline-block;
  color: #636363; }
  .c-breadcrumbs__item a {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: inherit; }
  .c-breadcrumbs__item:not(:last-child):after {
    content: ">";
    margin-left: 8px;
    margin-right: 8px;
    color: inherit; }
  .c-breadcrumbs__item.is-active {
    color: #009482;
    font-weight: bold; }
  .c-breadcrumbs__item:hover:not(.is-active) a {
    color: #009482;
    text-decoration: underline; }
  @media (min-width: 48em) {
    .c-breadcrumbs__item {
      font-size: 18px; }
      .c-breadcrumbs__item a {
        padding-top: 1rem;
        padding-bottom: 1rem; } }

.c-hero {
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 1.4; }

.c-hero--centered {
  text-align: center; }

.c-hero--light {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 220px; }
  @media (min-width: 62.5em) {
    .c-hero--light {
      min-height: 320px; } }
  .c-hero--light .c-hero__title {
    border-top: 0;
    padding-top: 0; }
  .c-hero--light .o-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }

.c-hero--brand {
  background: linear-gradient(rgba(0, 148, 130, 0.9), rgba(7, 28, 44, 0.9)), url("../img/fund-cover.jpg") center/cover no-repeat; }

.c-hero--offset {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (min-width: 62.5em) {
    .c-hero--offset {
      padding-top: 64px;
      padding-bottom: 64px; } }

.c-hero__wrapper > *:not(:last-child) {
  margin-bottom: 16px; }
  @media (min-width: 62.5em) {
    .c-hero__wrapper > *:not(:last-child) {
      margin-bottom: 24px; } }

.c-hero__logo {
  display: inline-block;
  width: 150px;
  margin-bottom: 16px; }

.c-hero__title {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding-top: 24px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.45); }
  @media (min-width: 62.5em) {
    .c-hero__title {
      font-size: 24px; } }

.c-hero__desc {
  max-width: 40.125em;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.45); }
  .c-hero--centered .c-hero__desc {
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 62.5em) {
    .c-hero__desc {
      font-size: 24px; } }

.c-intro {
  padding: 24px 0;
  background-color: #f4f4f4; }
  .c-intro p {
    color: #303030;
    max-width: 42em; }
    @media (min-width: 62.5em) {
      .c-intro p {
        font-size: 24px; } }
  .c-intro * + * {
    margin-top: 16px; }
  .c-intro .c-link {
    display: inline-block; }

.c-intro--white {
  background-color: #fff; }

.c-intro__logo {
  display: block;
  width: 250px; }

.c-track + .c-track {
  margin-top: 32px; }

.c-track > * {
  padding: 16px; }
  @media (min-width: 62.5em) {
    .c-track > * {
      padding: 24px 32px; } }

.c-track__header {
  font-family: "Roboto Slab", serif;
  background: #434343;
  color: #fff; }
  .c-track__header span {
    display: block;
    font-weight: 300; }
  .c-track__header h3 {
    color: inherit;
    font-size: 16px;
    font-weight: 400; }
    @media (min-width: 62.5em) {
      .c-track__header h3 {
        font-size: 24px; } }

.c-track__content p {
  max-width: 900px;
  color: #fff;
  font-size: 16px; }
  @media (min-width: 62.5em) {
    .c-track__content p {
      font-size: 24px; } }

.c-track__content p + p {
  margin-top: 16px; }

.c-track__content.tint-1 {
  background: linear-gradient(to right, rgba(90, 189, 14, 0.75), #5abd0e), url("../img/tracks/track-1.jpg"); }

.c-track__content.tint-2 {
  background: linear-gradient(to right, rgba(251, 139, 36, 0.75), #FB8B24), url("../img/tracks/track-2.jpg"); }

.c-track__content.tint-3 {
  background: linear-gradient(to right, rgba(50, 67, 118, 0.75), #324376), url("../img/tracks/track-3.jpg"); }

.c-track__footer {
  background: #f4f4f4; }

.c-track__footer__title {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  margin-bottom: 16px; }

.c-track__people li:not(:last-child) {
  margin-bottom: 16px; }

@media (min-width: 62.5em) {
  .c-track__people {
    display: -ms-flexbox;
    display: flex; }
    .c-track__people li {
      margin-right: 16px; }
      .c-track__people li:not(:last-child) {
        margin-bottom: 0; } }

.c-track__people__name {
  color: #434343;
  font-weight: 700;
  margin-left: 8px; }

.c-roadshow__year {
  color: #636363;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 16px; }

.c-roadshow__item {
  border-bottom: 1px solid #d8d8d8; }
  .c-roadshow__item:not(:last-child) {
    margin-bottom: 32px; }

.c-roadshow__list {
  columns: 170px 5; }

.c-roadshow__title {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  color: inherit;
  transition: color 0.2s ease-out; }

.c-roadshow__subtitle {
  font-size: 18px;
  color: inherit;
  transition: color 0.2s ease-out; }

.c-roadshow__list__item {
  break-inside: avoid; }
  .c-roadshow__list__item a {
    display: block;
    padding-bottom: 24px;
    color: #636363;
    border-bottom: 2px solid transparent;
    transition: border 0.2s ease-out; }
    .c-roadshow__list__item a:hover {
      color: #009482;
      border-bottom-color: currentColor; }

.c-career-item {
  position: relative;
  transition: box-shadow 0.2s ease-out; }
  .c-career-item a {
    display: block;
    color: #636363;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 46px; }
  .c-career-item:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
    box-shadow: inset 0 0 0 0 transparent; }
  .c-career-item:hover {
    box-shadow: inset 0 -4px 0 0 #009482;
    border-color: #009482; }
    .c-career-item:hover .c-career-item__title {
      color: #009482;
      border-bottom-color: currentColor; }
    .c-career-item:hover:last-child {
      box-shadow: none; }
    .c-career-item:hover:after {
      background-position: -30px center; }
  .c-career-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-position: 0 center;
    background-size: 60px;
    background-repeat: no-repeat;
    background-image: url("../img/arrow-right.svg"); }
  @media (min-width: 62.5em) {
    .c-career-item a {
      padding: 24px 32px; } }

.c-career-item__title {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  color: inherit;
  transition: color 0.2s ease-out; }
  @media (min-width: 62.5em) {
    .c-career-item__title {
      font-size: 24px; } }

.c-career-item__location {
  color: inherit; }
  @media (min-width: 62.5em) {
    .c-career-item__location {
      font-size: 18px; } }

.c-career-category {
  font-size: 32px;
  color: #c6c6c6;
  font-weight: 300; }
  .c-career-category span {
    color: #009482;
    font-weight: 700; }
  @media (min-width: 62.5em) {
    .c-career-category {
      text-align: right; }
      .c-career-category span {
        display: block;
        font-size: 54px;
        line-height: 0.8; } }

.c-banner {
  font-family: "Roboto Slab", serif;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  background: #009482;
  border: 5px solid #fff;
  color: #fff;
  font-size: 18px;
  padding: 14px; }
  .c-banner p {
    color: inherit; }
  @media (min-width: 62.5em) {
    .c-banner {
      font-size: 24px;
      border-width: 10px; } }

.c-banner--offset {
  margin-top: -50px;
  margin-bottom: 32px; }

.c-person {
  text-align: center;
  margin-bottom: 16px; }
  .c-person a {
    display: block; }
  .o-layout--people .c-person {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%; }
    @media (min-width: 48em) {
      .o-layout--people .c-person {
        width: 33.33%; } }
    @media (min-width: 62.5em) {
      .o-layout--people .c-person {
        width: 25%; } }
    @media (min-width: 81.25em) {
      .o-layout--people .c-person {
        width: 16.66%; } }
    @supports (display: grid) {
      .o-layout--people .c-person {
        width: initial; } }
  .c-person:hover .c-person__name {
    transform: translateY(-20px); }
  .c-person:hover .c-person__avatar {
    filter: sepia(0.75); }

.c-person__avatar {
  display: inline-block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 4px;
  transition: -webkit-clip-path 0.2s ease-out;
  transition: clip-path 0.2s ease-out; }

.c-person__name {
  font-size: 18px;
  font-weight: 400;
  background: #fff;
  padding: 4px;
  transition: transform 0.2s ease-out; }

.c-timeline {
  margin-left: 25px;
  border-left: 6px solid #d8d8d8; }
  @media (min-width: 62.5em) {
    .c-timeline {
      margin-left: 25px; } }

.c-timeline__item {
  position: relative;
  padding-left: 24px;
  padding-bottom: 24px; }
  .c-timeline__item:not(:last-child) {
    margin-bottom: 32px; }
  @media (min-width: 62.5em) {
    .c-timeline__item {
      padding-left: 32px; } }
  .c-timeline__item:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 0;
    width: 30px;
    height: 30px;
    background: #009482;
    border-radius: 50%; }

.c-timeline__item__title {
  margin-bottom: 16px; }

.c-timeline__item__desc {
  max-width: 44em;
  font-size: 18px; }

.c-timeline__item__date {
  display: block;
  margin-bottom: 8px; }

.c-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -1rem; }

.c-pagination__item {
  display: inline-block;
  min-width: 30px;
  text-align: center;
  color: #303030;
  border: 1px solid #d8d8d8;
  margin-right: 8px;
  transition: background-color 0.2s ease-out;
  margin-bottom: 1rem; }
  .c-pagination__item:hover:not(.c-pagination__form) {
    background-color: #f4f4f4; }
  .c-pagination__item.disabled {
    opacity: 0.5;
    pointer-events: none; }
  .c-pagination__item.active {
    color: #fff;
    background-color: #009482;
    border-color: #009482;
    box-shadow: 0 1px 4px 0 rgba(0, 148, 130, 0.5); }
  .c-pagination__item a {
    display: block;
    padding: 0.5rem;
    color: inherit; }
  .c-pagination__item a:focus {
    outline: 0;
    border-color: #303030;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25); }

.c-pagination__label {
  display: none; }
  @media (min-width: 62.5em) {
    .c-pagination__label {
      display: initial; } }

@media (min-width: 62.5em) {
  .c-pagination__arrow {
    display: none; } }

.c-pagination__form {
  border: 0; }
  .c-pagination__form form {
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .c-pagination__form input,
  .c-pagination__form button {
    font-size: 16px;
    border: 1px solid #d8d8d8; }
  .c-pagination__form input {
    width: 60px;
    padding: 8px; }
    .c-pagination__form input:focus {
      outline: 0;
      border-color: #009482; }
  .c-pagination__form button {
    background: #fff;
    color: #303030;
    margin-left: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease-out; }
    .c-pagination__form button:focus {
      outline: 0;
      border-color: #303030;
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25); }
    .c-pagination__form button:hover {
      background-color: #f4f4f4; }

.c-controls__item {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #d8d8d8;
  color: #303030;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px; }
  @media (min-width: 1050px) {
    .c-controls__item {
      width: 45px;
      height: 45px;
      font-size: 16px;
      line-height: 45px; } }
  .c-controls__item + .c-controls__item {
    margin-left: 4px; }
  .c-controls__item.is-active {
    color: #fff;
    background-color: #009482;
    border-color: #009482;
    box-shadow: 0 1px 4px 0 rgba(0, 148, 130, 0.5); }
  .c-controls__item:hover:not(.is-active), .c-controls__item:focus:not(.is-active) {
    background-color: #f4f4f4; }
  .c-controls__item:focus {
    outline: 0;
    border-color: #303030; }

.c-links__item {
  transition: background 0.3s ease-out; }
  .c-links__item:not(:last-child) {
    border-bottom: 1px solid #d8d8d8; }
  .c-links__item a {
    display: block;
    color: #303030;
    padding: 8px 16px;
    transition: color 0.3s ease-out; }
  .c-links__item:hover {
    background: #f4f4f4; }

.c-links__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px; }

.c-gallary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .c-gallary img {
    object-fit: cover; }

.c-gallary__item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 4px; }
  @media (min-width: 62.5em) {
    .c-gallary__item {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%; } }

.s-article {
  line-height: 1.4; }
  .s-article > * {
    margin-bottom: 16px; }
  .s-article h3,
  .s-article h4,
  .s-article h5 {
    font-family: "Roboto Slab", serif;
    color: #009482;
    margin: 16px 0; }
    @media (min-width: 62.5em) {
      .s-article h3,
      .s-article h4,
      .s-article h5 {
        font-size: 24px;
        margin: 24px 0; } }
  .s-article li h3,
  .s-article li h4,
  .s-article li h5 {
    margin: 0 0 8px;
    color: #303030;
    font-size: 20px;
    font-family: "Source Sans Pro", "Arial"; }
  .s-article li > ul {
    margin-top: 8px; }
  .s-article p {
    font-size: 18px !important; }
    @media (min-width: 62.5em) {
      .s-article p {
        font-size: 20px !important; } }
    .s-article p::-moz-selection {
      background: #009482;
      color: #fff; }
    .s-article p::selection {
      background: #009482;
      color: #fff; }
    .s-article p span::-moz-selection {
      background: #009482;
      color: #fff; }
    .s-article p span::selection {
      background: #009482;
      color: #fff; }
  .s-article > div {
    color: #636363;
    font-size: 18px !important; }
    @media (min-width: 62.5em) {
      .s-article > div {
        font-size: 20px !important; } }
  .s-article a {
    position: relative;
    color: #009482;
    background-image: linear-gradient(120deg, rgba(90, 183, 178, 0.5) 0%, rgba(0, 148, 130, 0.5) 100%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 0 100%;
    transition: background-image 0.2s ease-in-out; }
    .s-article a:hover {
      background-image: linear-gradient(120deg, #5ab7b2 0%, #009482 100%); }
  .s-article *::-moz-selection {
    background-color: #009482;
    color: #fff; }
  .s-article *::selection {
    background-color: #009482;
    color: #fff; }
  .s-article figure {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 16px; }
  .s-article figcaption {
    color: #636363;
    margin-top: 8px; }
  .s-article img {
    max-width: 100%;
    height: auto; }
  .s-article ol,
  .s-article ul {
    color: #636363;
    list-style: initial;
    margin-left: 24px; }
    @media (min-width: 62.5em) {
      .s-article ol,
      .s-article ul {
        font-size: 20px; } }
  .s-article li:not(:last-child) {
    margin-bottom: 16px; }
  .s-article img[data-type="logo"] {
    display: block;
    width: initial;
    max-width: 140px; }
  .s-article iframe {
    max-width: 100% !important;
    height: 230px; }
    @media (min-width: 62.5em) {
      .s-article iframe {
        min-height: 300px; } }
  .s-article blockquote {
    padding: 16px;
    padding-left: 3rem;
    background: #f4f4f4 url(../img/quote.svg) left 12px top 24px/24px no-repeat; }

@media (min-width: 62.5em) {
  .s-article--small p,
  .s-article--small ol,
  .s-article--small ul {
    font-size: 20px; } }

.s-event-overview {
  color: #636363; }
  .s-event-overview h3 {
    color: inherit;
    font-size: 18px;
    margin-bottom: 4px; }
  .s-event-overview p {
    color: inherit;
    font-size: 18px;
    margin-bottom: 16px; }

.s-event-overview--list > * {
  padding-right: 16px; }

@media (min-width: 25em) {
  .s-event-overview--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.s-about {
  font-size: 18px;
  color: #636363;
  line-height: 1.4; }
  .s-about h3 {
    font-weight: 300;
    color: #636363; }
  .s-about a {
    color: #009482;
    text-decoration: underline; }
  .s-about hr {
    border: 0;
    height: 1px;
    background: #d8d8d8;
    margin: 1rem 0; }

.c-hero--mitml {
  background: linear-gradient(rgba(67, 67, 67, 0.5), rgba(67, 67, 67, 0.88)), url("../img/mitml-cover.jpg") center/cover no-repeat; }
  .c-hero--mitml .c-hero__logo {
    width: 200px; }

.c-hero--memakers {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/memakers-hero.jpg") center/cover no-repeat; }
  .c-hero--memakers .c-hero__logo {
    width: 90px; }

.c-hero--marriott {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/marriot-hero.jpg") center/cover no-repeat; }
  .c-hero--marriott .c-hero__logo {
    width: 220px; }
    .c-hero--marriott .c-hero__logo.sub {
      width: 110px; }

.c-nav-sub--marriott {
  background: #a0072b;
  /* UGLY CSS. Refactor later. :( */ }
  .c-nav-sub--marriott .c-nav-sub__item.u-bold {
    background: #6f051e; }
    @media (min-width: 62.5em) {
      .c-nav-sub--marriott .c-nav-sub__item.u-bold {
        padding-left: 16px;
        padding-right: 16px; } }

.c-section--marriot {
  background: url("../img/marriott-pattern.jpg") center/cover; }
  .c-section--marriot .c-media__topic:hover {
    background: #a0072b; }
  .c-section--marriot .c-media__title:hover a,
  .c-section--marriot .c-post-meta__author a:hover {
    color: #a0072b; }
  .c-section--marriot .c-timeline__item:before {
    background: #a0072b; }
  .c-section--marriot .c-button {
    background: #a0072b; }
    .c-section--marriot .c-button:hover {
      background: #6f051e; }
  .c-section--marriot .marriot-date {
    color: #a0072b; }

.marriot-video {
  background: #3B3838;
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden; }
  @media (min-width: 62.5em) {
    .marriot-video {
      padding-bottom: 32%; } }

.marriot-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 62.5em) {
    .marriot-video iframe {
      max-width: 60%; } }

.c-section--pepsico .c-timeline__item:before {
  background: #00529c; }

.c-hero--pepsico {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/pepsico-cover.jpg") center/cover no-repeat; }
  .c-hero--pepsico .c-hero__logo {
    width: 220px; }

.c-nav-sub--pepsico {
  background-color: #00529c; }

.c-hero--mnm {
  background: linear-gradient(rgba(0, 148, 130, 0.7), rgba(0, 148, 130, 0.7)), url("../img/mixnmentor.jpg") center/cover no-repeat; }
  .c-hero--mnm .c-hero__logo {
    width: 200px; }
    @media (min-width: 62.5em) {
      .c-hero--mnm .c-hero__logo {
        width: 400px; } }
  @media (min-width: 48em) {
    .c-hero--mnm {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 62.5em) {
    .c-hero--mnm {
      padding-top: 6rem;
      padding-bottom: 6rem; } }

.careers-list:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 3px solid #f4f4f4; }

@media (min-width: 62.5em) {
  .careers-list:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom-width: 6px; }
  .careers-list .o-layout__item--primary {
    margin-top: -24px; } }

.careers-list__title {
  margin-bottom: 16px; }

.careers-list__content {
  margin-bottom: 0; }

.careers-note {
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  font-size: 14px;
  color: #636363;
  text-align: center; }

.c-hero--about {
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  background: url("../img/about.jpg") center/cover no-repeat; }

@media (min-width: 81.25em) {
  .wamda-team {
    background: linear-gradient(90deg, #f4f4f4 calc(50% - 574px), #fff 0, #fff); } }

.c-hero--author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #434343;
  background-image: url(../img/stars-big.png);
  background-size: 1000px;
  padding: 32px 16px; }
  .c-hero--author .c-bio {
    max-width: 800px; }
  .c-hero--author p {
    color: #fff; }
  @media (min-width: 62.5em) {
    .c-hero--author {
      height: 350px;
      padding: 0; } }

.media-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 24px; }
  .media-filter .c-form--search {
    width: 500px; }
  .media-filter .c-select {
    margin-left: 16px; }
  .media-filter a {
    color: #434343; }
    .media-filter a:hover {
      color: #009482; }
  .media-filter div:last-child {
    margin-top: 16px; }
    @media (min-width: 31.6875em) {
      .media-filter div:last-child {
        margin-top: 0; } }

.search-filter {
  padding: 1rem 0;
  margin-bottom: -1rem; }
  @media (min-width: 25em) {
    .search-filter {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -1rem; } }
  @media (min-width: 48em) {
    .search-filter {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 0; } }

.search-filter__item {
  margin-bottom: 1rem; }
  @media (min-width: 25em) {
    .search-filter__item {
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      padding-right: 1rem; } }
  @media (min-width: 48em) {
    .search-filter__item {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; } }
  @media (min-width: 25em) {
    .search-filter__item:first-child {
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; } }
  @media (min-width: 48em) {
    .search-filter__item:first-child {
      -ms-flex: 3 0 auto;
      flex: 3 0 auto; } }
  .search-filter__item label {
    display: block;
    margin-bottom: 8px; }
  .search-filter__item select {
    margin-left: 0;
    width: 100%; }
  .search-filter__item input {
    height: 45px; }

.c-hero--fund {
  background: url("../img/wamda-capital-hero.jpg") center/cover no-repeat; }
  .c-hero--fund .c-hero__logo {
    width: 200px; }
  @media (min-width: 62.5em) {
    .c-hero--fund {
      padding-top: 8rem;
      padding-bottom: 8rem; } }

.events-carousel {
  margin-bottom: 64px !important; }

.videos-wrapper iframe {
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 16px; }

@media (min-width: 62.5em) {
  .videos-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px; }
    .videos-wrapper iframe {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-left: 16px; } }

.slick-slider * {
  min-height: 0 !important;
  min-width: 0 !important; }

.page-error {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 62.5em) {
    .page-error {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .page-error img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    max-width: 60%; }
  .page-error p {
    font-size: 24px; }

.sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.u-limit {
  max-width: 54rem; }

.u-limit-2 {
  max-width: 62rem; }

.u-push-top {
  margin-top: 16px; }

.u-push-top-large {
  margin-top: 32px; }

.u-push-bottom {
  margin-bottom: 16px; }

.u-push-bottom-large {
  margin-bottom: 32px; }

.u-offset-vertical {
  padding-top: 32px;
  padding-bottom: 32px; }

.u-offset-top {
  padding-top: 16px; }

.u-border-top {
  border-top: 3px solid #d8d8d8; }

.u-link-underline a {
  position: relative; }
  .u-link-underline a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transition: transform 0.2s ease-out; }
  .u-link-underline a:hover, .u-link-underline a:focus {
    outline: 0; }
    .u-link-underline a:hover:after, .u-link-underline a:focus:after {
      transform: scaleX(1); }
  .u-link-underline a:after {
    left: 0;
    transform-origin: left center; }

.u-backdrop-light {
  background: #f4f4f4; }

.u-bold {
  font-weight: 700; }

.u-center {
  text-align: center; }

.u-wrap-center {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 47.99em) {
  .u-hidden-small {
    display: none; } }

@media (min-width: 62.5em) {
  .u-hidden-medium {
    display: none; } }

.slick-prev,
.slick-next {
  width: 30px !important;
  height: 30px !important;
  outline: solid 1px red; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px !important;
    color: #000 !important; }

.slick-next.slick-arrow {
  right: 20px;
  text-shadow: 0px 0px 3px #fff; }

.slick-prev.slick-arrow {
  left: 20px;
  z-index: 100;
  text-shadow: 0px 0px 3px #fff; }

.slick-track {
  display: -ms-flexbox !important;
  display: flex !important; }
  .slick-track:before, .slick-track:after {
    display: none !important; }

.slick-slide {
  height: initial !important; }

.slick-dots {
  bottom: -42px !important; }

.slick-dots li button::before {
  font-size: 10px !important; }

.slick-slide img {
  border: 4px solid #fff; }

[dir='rtl'] .slick-prev {
  right: 20px !important; }

[dir='rtl'] .slick-next {
  left: 20px !important; }
