/* ------------------------------------ *\
    #BORDER BOX
\* ------------------------------------ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/* ------------------------------------ *\
    #CUSTOM FONTS
\* ------------------------------------ */
/* ------------------------------------ *\
    #CUSTOM FONTS
\* ------------------------------------ */
@font-face {
  font-family: 'PTSans';
  src: url("/static/fonts/PT_Sans-Web-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'PTSansBold';
  src: url("/static/fonts/PT_Sans-Web-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'PlayfairDisplay';
  src: url("/static/fonts/PlayfairDisplay-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url("/static/fonts/BarlowSemiCondensed-Bold.ttf") format("truetype");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

/* ------------------------------------ *\
    #PAGE
\* ------------------------------------ */
html {
  background: #f3f3f3;
  color: #000;
  font-family: "PTSans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0; }

.l-page__mega {
  height: auto; }

/* ------------------------------------ *\
    #TYPOGRAPY
\* ------------------------------------ */
p {
  margin: 0 0 20px; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

hr {
  margin: 0 0 20px;
  border: solid #7f7f7f;
  border-width: 0 0 1px; }

sub {
  font-size: 0.75em;
  vertical-align: baseline; }

/* ------------------------------------ *\
    #WRAP
\* ------------------------------------ */
.o-wrap {
  overflow: hidden;
  max-width: 79.6875rem;
  margin: 0 auto; }

/* ------------------------------------ *\
    #CONTAINER
\* ------------------------------------ */
.o-container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1315px; }

/* ------------------------------------ *\
    #LIST UNSTYLED
\* ------------------------------------ */
.o-list-unstyled {
  list-style: none;
  padding: 0; }

/* ------------------------------------ *\
    #LIST INLINE
\* ------------------------------------ */
.o-list-inline {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

/* ------------------------------------ *\
    #ASPECT
\* ------------------------------------ */
.o-aspect {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  position: relative; }
  .o-aspect::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%; }
  .o-aspect > * {
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .o-aspect > iframe,
  .o-aspect > embed,
  .o-aspect > video {
    height: 100%; }

.o-aspect--16x9::before {
  padding-top: 56.25%; }

.o-aspect--5x4::before {
  padding-top: 80%; }

.o-aspect--4x3::before {
  padding-top: 75%; }

.o-aspect--3x2::before {
  padding-top: 66.66667%; }

/* ------------------------------------ *\
    #LAYOUT
\* ------------------------------------ */
@media (min-width: 1024px) {
  .o-layout {
    display: flex;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 145px; } }

@media (min-width: 1024px) {
  .o-layout--with-sidebar {
    display: flex;
    display: grid;
    grid-template-columns: 230px 1fr;
    grid-gap: 30px;
    margin-top: 0; } }

.o-layout__sidebar {
  display: none; }
  @media (min-width: 1024px) {
    .o-layout__sidebar {
      display: block;
      flex: 0 0 auto;
      width: 230px; } }

@media (min-width: 1024px) {
  .o-layout__content {
    flex-grow: 1; } }

.o-layout__content--advisors {
  margin-top: 45px; }
  @media (min-width: 1024px) {
    .o-layout__content--advisors {
      flex-grow: 1; } }

.o-layout__content--profile {
  background-color: #FFF;
  margin-top: 145px; }
  @media (min-width: 1024px) {
    .o-layout__content--profile {
      background-color: transparent;
      display: flex;
      display: grid;
      grid-template-columns: 100px 1fr;
      grid-gap: 0;
      padding: 0;
      margin-top: 0; } }

.o-layout__content--podcast {
  margin-top: 190px; }
  @media (min-width: 1024px) {
    .o-layout__content--podcast {
      margin-top: 45px; } }

/* ------------------------------------ *\
    #PROFILE
\* ------------------------------------ */
.o-profile {
  font-family: "PTSans", "Arial", sans-serif; }
  @media (min-width: 1024px) {
    .o-profile {
      padding: 0; } }

@media (min-width: 1024px) {
  .o-profile__details {
    display: grid;
    grid-template-columns: 450px 1fr;
    grid-column-gap: 50px;
    padding-top: 40px; } }

@media (min-width: 1024px) {
  .o-profile__content {
    padding: 0 120px; } }

.c-advisors__card {
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid black; }
  @media (min-width: 768px) {
    .c-advisors__card {
      display: flex; } }

.c-advisors__card-thumb {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .c-advisors__card-thumb {
      max-width: 25%;
      width: 275px;
      flex: 0 0 auto;
      margin-bottom: 0;
      margin-right: 25px; } }
  @media (min-width: 1024px) {
    .c-advisors__card-thumb {
      margin-right: 50px; } }

@media (min-width: 768px) {
  .c-advisors__card-body {
    flex: 1 1 auto;
    padding-top: 20px; } }

.c-advisors__card-title {
  color: #ea2227;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "BarlowSemiCondensed", sans-serif; }

.c-advisors__card-name {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase; }

/* ------------------------------------ *\
    #BUTTONS
\* ------------------------------------ */
.c-btn {
  display: inline-block;
  padding: 0.625em 1.25em;
  border: 0;
  background: transparent;
  color: #231f20;
  fill: currentColor;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.15s;
  cursor: pointer; }
  .c-btn:hover, .c-btn:active, .c-btn:focus {
    background: transparent;
    text-decoration: none; }

/**
 * Modifiers for the buttons
 */
.c-btn--primary {
  background: transparent;
  color: #ea2227;
  font-family: "BarlowSemiCondensed", sans-serif;
  border: 2px solid #ea2227; }
  .c-btn--primary:hover, .c-btn--primary:active, .c-btn--primary:focus {
    background: #ea2227;
    color: #fff;
    cursor: pointer; }

.c-btn--secondary {
  font-weight: normal;
  font-size: 0.625rem; }

.c-btn--landing {
  height: 2.1875rem;
  width: 12.5rem;
  line-height: 3em;
  letter-spacing: 0.1em;
  padding: 0;
  font-size: 0.625rem; }

.c-btn--listing {
  border-width: 1px;
  padding: 15px 60px;
  letter-spacing: 0.1em; }

.c-btn--small {
  font-size: 0.625rem;
  width: 130px;
  height: 25px;
  line-height: 25px;
  padding: 0; }

.c-btn--filter {
  width: 85px;
  height: 28px;
  line-height: 28px;
  padding: 0; }

/* ------------------------------------ *\
    #CAROUSEL
\* ------------------------------------ */
.c-carousel {
  background: transparent;
  margin: 0;
  /* space for prev/next buttons */
  overflow: hidden; }
  @media (min-width: 768px) {
    .c-carousel {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      height: auto;
      justify-content: space-between; } }
  .c-carousel .c-nav-arrow {
    background-color: transparent;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='32px' height='23px' viewBox='0 0 32 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EShape%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Icon-/-Arrow-White' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-6.000000, -11.000000)'%3E%3Cpath d='M27.205,11.333 C26.776,10.889 26.062,10.889 25.618,11.333 C25.189,11.762 25.189,12.476 25.618,12.904 L33.665,20.951 L7.111,20.951 C6.492,20.952 6,21.444 6,22.063 C6,22.682 6.492,23.19 7.111,23.19 L33.665,23.19 L25.618,31.222 C25.189,31.666 25.189,32.381 25.618,32.809 C26.062,33.253 26.777,33.253 27.205,32.809 L37.157,22.857 C37.601,22.428 37.601,21.714 37.157,21.286 L27.205,11.333 Z' id='Shape' fill='%23000000' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 30px 20px;
    min-width: 20px;
    background-repeat: no-repeat;
    border: none;
    width: 52px;
    height: 52px;
    cursor: pointer; }
    .c-carousel .c-nav-arrow:focus {
      outline: none; }

.c-carousel *:focus {
  outline: none; }

.c-carousel__members {
  height: 13.625em; }
  @media (min-width: 768px) {
    .c-carousel__members {
      height: auto; } }

.c-carousel__members-card {
  height: 13.625em;
  position: relative; }
  @media (min-width: 768px) {
    .c-carousel__members-card {
      flex: 0 0 auto;
      width: 33%;
      align-content: center;
      height: 15.9375em;
      text-align: center; } }

.c-carousel__podcast {
  height: 23.75em;
  justify-content: space-around; }
  @media (min-width: 768px) {
    .c-carousel__podcast {
      height: 31.25em; } }

.c-carousel__podcast-card {
  min-width: 0; }
  @media (min-width: 768px) {
    .c-carousel__podcast-card {
      flex: 0 0 32%;
      align-content: center;
      text-align: center; } }
  .c-carousel__podcast-card .c-icon__country,
  .c-carousel__podcast-card .c-icon__category {
    width: 3.625em;
    height: 3.625em; }
  .c-carousel__podcast-card .c-btn {
    display: none; }

.c-carousel__card-image {
  height: 100%;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.15s; }
  @media (min-width: 768px) {
    .c-carousel__card-image:hover {
      background-size: 110%; } }

.c-carousel__card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background-image: linear-gradient(transparent, #7f7f7f);
  padding: 1em;
  overflow: hidden; }
  .c-carousel__card-info span {
    padding: 0.125em 0.25em;
    position: relative;
    left: -0.75em;
    padding-left: 0.75em; }
  .is-influencer .c-carousel__card-info {
    background-image: linear-gradient(transparent, #b1b0d2); }
    .is-influencer .c-carousel__card-info span {
      background: #b1b0d2; }
  .is-designer .c-carousel__card-info {
    background-image: linear-gradient(transparent, #efbed6); }
    .is-designer .c-carousel__card-info span {
      background: #efbed6; }
  .is-executive .c-carousel__card-info {
    background-image: linear-gradient(transparent, #f5967b); }
    .is-executive .c-carousel__card-info span {
      background: #f5967b; }
  .is-retailer .c-carousel__card-info {
    background-image: linear-gradient(transparent, #97b6c6); }
    .is-retailer .c-carousel__card-info span {
      background: #97b6c6; }
  .is-supply-chain .c-carousel__card-info {
    background-image: linear-gradient(transparent, #a6dbd7); }
    .is-supply-chain .c-carousel__card-info span {
      background: #a6dbd7; }

.c-carousel__card-name {
  font-size: 0.875rem;
  margin-bottom: 0.125em; }
  @media (min-width: 1024px) {
    .c-carousel__card-name {
      font-size: 1.125rem; } }

.c-carousel__card-title {
  font-size: 0.625rem; }
  @media (min-width: 1024px) {
    .c-carousel__card-title {
      font-size: 0.75rem; } }

.c-carousel__profile {
  height: 18.75em; }
  @media (min-width: 768px) {
    .c-carousel__profile {
      height: auto; } }

.c-carousel__profile-card {
  flex: 0 0 100%;
  align-content: center; }
  @media (min-width: 768px) {
    .c-carousel__profile-card {
      flex: 0 0 25%;
      padding: 0 1em; } }
  .c-carousel__profile-card p {
    width: 9.375em;
    margin: 0 auto; }

.c-carousel__profile-card-image {
  width: 9.375em;
  margin: 0 auto; }

/* ------------------------------------ *\
    #CATEGORIES
\* ------------------------------------ */
.c-categories {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 40px; }
  @media (min-width: 768px) {
    .c-categories {
      flex-flow: row nowrap;
      padding: 0; } }

.c-category__item {
  height: auto;
  flex: 1 1 33%;
  justify-content: center; }
  @media (min-width: 1024px) {
    .c-category__item {
      flex: 1 1 20%;
      margin-left: 2.75em;
      margin-right: 2.75em; } }
  .c-category__item:hover {
    text-decoration: none; }

.c-category__icon {
  width: 4em;
  height: 4em;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .c-category__icon {
      width: 5.625em;
      height: 5.625em; } }
  .c-category__icon:hover, .c-category__icon.active {
    fill: #fff;
    text-decoration: none; }
  .c-category__icon--supply-chain:hover, .c-category__icon--supply-chain.active {
    background: #a6dbd7;
    border: #a6dbd7; }
  .c-category__icon--retailer:hover, .c-category__icon--retailer.active {
    background: #97b6c6;
    border: #97b6c6; }
  .c-category__icon--designer:hover, .c-category__icon--designer.active {
    background: #efbed6;
    border: #efbed6; }
  .c-category__icon--influencer:hover, .c-category__icon--influencer.active {
    background: #b1b0d2;
    border: #b1b0d2; }
  .c-category__icon--executive:hover, .c-category__icon--executive.active {
    background: #f5967b;
    border: #f5967b; }

.c-category__label {
  width: 100%;
  margin: 10px 0;
  font-size: 0.75rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .c-category__label {
      font-size: 1.125rem;
      margin: 20px 0; } }

.c-category__icon--wrapper .c-category__icon--hover {
  display: none; }

.c-category__icon--wrapper:hover .c-category__icon {
  display: none; }

.c-category__icon--wrapper:hover .c-category__icon--hover {
  display: inline-block; }

.c-category__icon--wrapper:hover .c-category__icon--active
.c-category__icon--wrapper .c-category__icon--active {
  display: inline-block; }

/* ------------------------------------ *\
    #COUNTRIES
\* ------------------------------------ */
.c-countries {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  @media (min-width: 768px) {
    .c-countries {
      flex-flow: row nowrap; } }

.c-countries--landing .c-countries__item--label {
  visibility: hidden; }

.countries__item {
  height: auto;
  flex: 0 1 calc(1/3 * 100%);
  justify-content: center; }
  @media (min-width: 1024px) {
    .countries__item {
      flex-basis: content; } }
  .countries__item:hover {
    text-decoration: none; }

/* ------------------------------------ *\
    #FILTER
\* ------------------------------------ */
.c-filter {
  display: flex;
  padding: 0 20px;
  margin: 0; }

.c-filter--no-flex {
  display: block; }

.c-filter__search {
  padding: 20px; }

.c-filter__search--input {
  padding: 0; }
  .c-filter__search--input input {
    width: 100%;
    padding: 4px;
    border: 1px solid #231f20; }

.c-filter__heading {
  padding: 20px; }

.c-filter__categories .c-category__icon {
  border-width: 1px;
  height: 100%; }

.c-filter__item {
  display: grid;
  grid-template-columns: 50px 130px;
  grid-column-gap: 10px; }

.c-filter__item--btn {
  display: flex; }
  .c-filter__item--btn.active {
    color: #ea2227; }

.c-filter__extra {
  display: none; }

.c-filter__hr {
  margin: 0 20px; }

.c-filter--landing .c-filter {
  justify-content: center; }

.c-filter--landing .c-filter__item {
  display: flex;
  flex: 0 0 calc(1/3 * 100%);
  grid-template-columns: none;
  grid-column-gap: 0; }
  @media (min-width: 768px) {
    .c-filter--landing .c-filter__item {
      flex: 0 0 calc(1/7 * 100%); } }

.c-filter--landing .c-filter__item--icon {
  height: 69px; }

.c-filter--landing .c-filter__item--label {
  display: none; }

.c-filter__item--icon-country {
  display: flex;
  height: 50px; }

.c-filter__item--icon {
  width: 100%;
  margin: 0; }
  .c-filter__item--icon svg {
    margin: 5px; }

.c-filter__item--icon-country:hover .c-filter__item--icon--default {
  display: none; }

.c-filter__item--icon--hover {
  display: none; }

.c-filter__item--icon-country:hover .c-filter__item--icon--hover {
  display: flex; }

.c-filter__item--icon-country:hover .c-filter__item--icon--active {
  display: flex; }

.c-filter__item--label {
  margin: 0;
  vertical-align: middle;
  height: 50px;
  line-height: 1.25;
  font-weight: 400;
  font-size: 0.875rem;
  display: flex;
  align-items: center; }

.c-filter--cursor-pointer {
  cursor: pointer; }

.c-filter__label {
  margin-right: 10px; }

.c-filter__link {
  margin: 0 10px; }
  .c-filter__link:hover, .c-filter__link:active, .c-filter__link:focus {
    color: #ea2227;
    cursor: pointer; }

.c-filter--no-flex .c-filter__link {
  margin-left: 0; }

.c-filter__link--active {
  color: #ea2227; }

/* ------------------------------------ *\
    #FOOTER
\* ------------------------------------ */
.c-footer {
  padding: 20px 0;
  background-color: #231f20;
  color: #fff; }

.c-footer__logo {
  max-width: 250px;
  display: block;
  margin: 20px auto; }

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

.c-footer__link {
  display: block;
  margin-bottom: 0.25rem; }
  @media (min-width: 768px) {
    .c-footer__link {
      display: inline-block;
      margin: 0 0.75rem; } }
  .c-footer__link:hover {
    text-decoration: underline; }
  .c-footer__link:last-of-type {
    margin-bottom: 0; }

/* ------------------------------------ *\
    #FORM GROUP
\* ------------------------------------ */
.c-form-group {
  margin-bottom: 10px; }

.c-form-group__label {
  display: flex;
  cursor: pointer;
  padding: 5px 0;
  transition: color 0.15s; }
  .c-form-group.has-error .c-form-group__label {
    color: #f00; }

.c-form-group__input {
  display: block;
  padding: 0.625em;
  margin-bottom: 10px;
  width: 100%;
  font-family: "PTSans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  transition: border 0.15s; }
  .c-form-group__label .c-form-group__input {
    margin: 0.3125em 0.3125em 0 0; }
  .c-form-group.has-error .c-form-group__input {
    border-color: #f00; }

.c-form-group__input--inline {
  flex: 0 0 auto;
  display: inline-block;
  width: auto; }

.c-form-group__help-block {
  display: block;
  font-size: 0.75em;
  margin: 0 0 20px; }

.c-form-group__validation {
  display: block;
  padding: 0.625em;
  border: 1px solid #7f7f7f;
  background-color: #a5a5a5;
  color: #7f7f7f;
  font-weight: bold;
  position: relative;
  transition: 0.15s; }
  .c-form-group.has-error .c-form-group__validation {
    border-color: #f00;
    background-color: #ff4d4d;
    color: #fff; }

/* ------------------------------------ *\
    #HEADER
\* ------------------------------------ */
.c-header {
  top: 0;
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  position: fixed;
  backface-visibility: visible;
  z-index: 200;
  width: 100%; }
  @media (min-width: 1024px) {
    .c-header {
      max-width: 79.6875rem; } }

.c-header.is-visible,
.c-header.is-fixed {
  display: fixed; }

.c-header__nav {
  top: 0;
  padding: 0;
  margin-bottom: 0;
  height: 45px; }
  @media (min-width: 1024px) {
    .c-header__nav {
      max-width: 79.6875rem; } }

.c-header__logo {
  max-width: 200px;
  height: 60px;
  margin: 20px; }

/* ------------------------------------ *\
    #HEADINGS
\* ------------------------------------ */
.c-heading__section {
  position: relative;
  border-bottom: 1px solid #231f20;
  margin-bottom: 60px; }

.c-heading__section--text {
  text-align: center;
  background: #f3f3f3;
  position: relative;
  top: 0.625em;
  padding: 0 20px;
  display: inline-block;
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    .c-heading__section--text {
      font-size: 1.875rem; } }

.c-heading__module {
  position: relative;
  border-bottom: 1px solid #ea2227;
  font-size: 1em;
  margin: 0 20px; }

.c-heading__module--podcast {
  top: -40px; }

.c-heading__module--text {
  text-align: center;
  background: white;
  position: relative;
  top: 0.625em;
  padding: 0 20px;
  font-family: "BarlowSemiCondensed", sans-serif;
  letter-spacing: 0.125em; }
  @media (min-width: 768px) {
    .c-heading__module--text {
      font-size: 1.125rem; } }

.c-heading__module--sponsor {
  border-bottom: 1px solid #231f20; }
  .c-heading__module--sponsor .c-heading__module--img {
    top: 1.25em; }

.c-heading__module--sponsor-first {
  border-bottom: 1px solid #ea2227; }
  .c-heading__module--sponsor-first .c-heading__module--text {
    color: #ea2227; }

.c-heading__module--img {
  text-align: center;
  background: white;
  position: relative;
  top: 2.5em;
  height: 5.625em;
  padding: 0 10px; }

.c-heading-lead {
  font-size: 0.75rem;
  line-height: 2.33333; }
  @media (min-width: 768px) {
    .c-heading-lead {
      font-size: 1.125rem;
      line-height: 1.55556;
      padding: 0 50px; } }

.c-heading--index {
  margin-top: 190px;
  min-height: 120px; }

.c-heading-72 {
  font-size: 2.25rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .c-heading-72 {
      font-size: 4.5rem; } }

.c-heading-36 {
  font-size: 1.375rem;
  line-height: 1.22222; }
  @media (min-width: 768px) {
    .c-heading-36 {
      font-size: 2.25rem; } }

.c-heading-30 {
  font-size: 1.25rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .c-heading-30 {
      font-size: 1.875rem; } }

.c-heading-24 {
  font-size: 1.125rem;
  line-height: 1.20833; }
  @media (min-width: 768px) {
    .c-heading-24 {
      font-size: 1.5rem; } }

.c-heading-18 {
  font-size: 0.75rem;
  line-height: 1.22222; }
  @media (min-width: 768px) {
    .c-heading-18 {
      font-size: 1.125rem; } }

.c-heading-12 {
  font-size: 0.75rem;
  font-weight: 700; }

.c-hero {
  margin-top: 145px; }

.c-icon__country {
  display: flex; }

.c-icon__country .c-icon__country--hover {
  display: none; }

.c-icon__country:hover .c-icon__country--default {
  display: none; }

.c-icon__country:hover .c-icon__country--hover {
  display: inline-block; }

.c-logo--rivet {
  background-color: #231f20;
  width: 170px;
  height: 84px;
  background-repeat: no-repeat;
  background-size: 116px 36px;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='173' height='58' viewBox='0 0 173 58'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M0,21.5258893 L13.7377141,16.1838899 L13.7377141,57.0440643 L0,57.0440643 L0,21.5258893 Z M23.8107411,30.8998455 C19.7164286,30.8998455 16.3989886,27.5812613 16.3989886,23.4875209 C16.3989886,19.3943526 19.7164286,16.0757685 23.8107411,16.0757685 C27.9039094,16.0757685 31.2224935,19.3943526 31.2224935,23.4875209 C31.2224935,27.5812613 27.9039094,30.8998455 23.8107411,30.8998455 Z M38.6559847,57.0440643 L38.6559847,22.054483 L52.3936988,16.7119115 L52.3936988,57.0440643 L38.6559847,57.0440643 Z M45.1283965,14.8235049 C41.0346561,14.8235049 37.716644,11.5049208 37.716644,7.41175247 C37.716644,3.31801207 41.0346561,0 45.1283965,0 C49.2221369,0 52.540149,3.31801207 52.540149,7.41175247 C52.540149,11.5049208 49.2221369,14.8235049 45.1283965,14.8235049 Z M59.5188437,17.0643072 L73.8732504,17.0643072 L85.8495577,44.0992407 L80.3010406,57.2202622 L77.3954918,57.2202622 L59.5188437,17.0643072 Z M97.3521902,17.0053839 L91.215012,31.435876 C91.7916596,30.0354461 91.915227,28.8821509 91.9049297,27.7214187 C91.8534433,22.0539109 87.4839647,17.4624687 81.9091323,17.0940549 L81.8650829,17.0053839 L97.3521902,17.0053839 Z M118.88094,57.75 C105.407523,57.75 98.8023903,47.975022 98.8023903,36.7035062 C98.8023903,25.4314183 107.696951,17.2416492 118.264247,16.3612319 L118.264247,17.2416492 C114.38961,18.2107376 112.716874,22.1734737 112.716874,32.3002754 C112.716874,42.515176 117.383258,47.7112973 125.221203,47.7112973 C129.888731,47.7112973 133.939566,46.3022863 136.493291,44.2765827 L136.493291,45.5974948 C134.908082,50.0888246 130.064357,57.75 118.88094,57.75 Z M115.358126,33.0033507 L115.358126,32.0348344 L124.969492,28.3060753 C124.969492,19.8520094 122.755005,17.7685267 120.465577,17.2405051 L120.465577,16.3595157 C131.737665,16.9762083 136.140323,25.2540763 136.140323,33.0033507 L115.358126,33.0033507 Z M159.106688,57.7488559 C151.533611,57.7488559 146.777984,53.9617455 146.777984,45.067757 L146.777984,21.7318349 L141.318138,21.7318349 L141.318138,17.0643072 L146.866083,17.0643072 L146.866083,8.05304411 L160.515699,2.79857156 L160.515699,17.0643072 L171.699687,17.0643072 L171.699687,21.7318349 L160.515699,21.7318349 L160.515699,43.658746 C160.515699,48.5899984 162.277105,51.1437236 167.03216,51.1437236 C169.14539,51.1437236 171.875313,50.527603 172.844402,49.8233836 L172.844402,50.9680978 C170.906797,54.4028123 166.151742,57.7488559 159.106688,57.7488559 Z'/%3E%3C/svg%3E"); }

.c-logo--wide {
  background-size: 100%;
  background-color: transparent; }

.c-logo--flexible {
  padding-top: 24.23077%;
  background-size: 100% 100%; }
  .is-fixed .c-logo--flexible {
    padding-top: 30%; }
    .pmc-ip-authenticated .is-fixed .c-logo--flexible {
      padding-top: 16%; }

@media (min-width: 1024px) {
  body .is-fixed .c-top-bar__rivet {
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 110px;
    text-align: center; } }

.c-top-bar__rivet .c-logo--rivet {
  background-color: transparent;
  width: 170px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: 110px 35px;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='173' height='58' viewBox='0 0 173 58'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M0,21.5258893 L13.7377141,16.1838899 L13.7377141,57.0440643 L0,57.0440643 L0,21.5258893 Z M23.8107411,30.8998455 C19.7164286,30.8998455 16.3989886,27.5812613 16.3989886,23.4875209 C16.3989886,19.3943526 19.7164286,16.0757685 23.8107411,16.0757685 C27.9039094,16.0757685 31.2224935,19.3943526 31.2224935,23.4875209 C31.2224935,27.5812613 27.9039094,30.8998455 23.8107411,30.8998455 Z M38.6559847,57.0440643 L38.6559847,22.054483 L52.3936988,16.7119115 L52.3936988,57.0440643 L38.6559847,57.0440643 Z M45.1283965,14.8235049 C41.0346561,14.8235049 37.716644,11.5049208 37.716644,7.41175247 C37.716644,3.31801207 41.0346561,0 45.1283965,0 C49.2221369,0 52.540149,3.31801207 52.540149,7.41175247 C52.540149,11.5049208 49.2221369,14.8235049 45.1283965,14.8235049 Z M59.5188437,17.0643072 L73.8732504,17.0643072 L85.8495577,44.0992407 L80.3010406,57.2202622 L77.3954918,57.2202622 L59.5188437,17.0643072 Z M97.3521902,17.0053839 L91.215012,31.435876 C91.7916596,30.0354461 91.915227,28.8821509 91.9049297,27.7214187 C91.8534433,22.0539109 87.4839647,17.4624687 81.9091323,17.0940549 L81.8650829,17.0053839 L97.3521902,17.0053839 Z M118.88094,57.75 C105.407523,57.75 98.8023903,47.975022 98.8023903,36.7035062 C98.8023903,25.4314183 107.696951,17.2416492 118.264247,16.3612319 L118.264247,17.2416492 C114.38961,18.2107376 112.716874,22.1734737 112.716874,32.3002754 C112.716874,42.515176 117.383258,47.7112973 125.221203,47.7112973 C129.888731,47.7112973 133.939566,46.3022863 136.493291,44.2765827 L136.493291,45.5974948 C134.908082,50.0888246 130.064357,57.75 118.88094,57.75 Z M115.358126,33.0033507 L115.358126,32.0348344 L124.969492,28.3060753 C124.969492,19.8520094 122.755005,17.7685267 120.465577,17.2405051 L120.465577,16.3595157 C131.737665,16.9762083 136.140323,25.2540763 136.140323,33.0033507 L115.358126,33.0033507 Z M159.106688,57.7488559 C151.533611,57.7488559 146.777984,53.9617455 146.777984,45.067757 L146.777984,21.7318349 L141.318138,21.7318349 L141.318138,17.0643072 L146.866083,17.0643072 L146.866083,8.05304411 L160.515699,2.79857156 L160.515699,17.0643072 L171.699687,17.0643072 L171.699687,21.7318349 L160.515699,21.7318349 L160.515699,43.658746 C160.515699,48.5899984 162.277105,51.1437236 167.03216,51.1437236 C169.14539,51.1437236 171.875313,50.527603 172.844402,49.8233836 L172.844402,50.9680978 C170.906797,54.4028123 166.151742,57.7488559 159.106688,57.7488559 Z'/%3E%3C/svg%3E"); }

.c-logo--sponsor {
  width: 200px; }

@media (min-width: 768px) {
  .c-member__list {
    padding: 1em;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    align-content: flex-start; } }

.c-member__card {
  flex: 0 0 33%;
  padding: 2em;
  background-color: #fff;
  transition: transform(0.4s);
  position: relative;
  margin-bottom: 40px;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.12);
  min-width: 0; }
  @media (min-width: 768px) {
    .c-member__card {
      box-shadow: none;
      margin-bottom: 20px; }
      .c-member__card:hover {
        box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.12);
        z-index: 1;
        transition: 0.4s; } }

.c-member__card--image {
  display: flex;
  height: 13.375em;
  background: linear-gradient(#ccc, #fff);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  position: relative;
  transition: 0.15s; }
  @media (min-width: 768px) {
    .c-member__card--image {
      height: 13.25em;
      margin: 0 auto 12px; } }

.c-member__card--play {
  margin: 0 auto;
  height: 13.75em;
  width: 20em;
  overflow: hidden; }

.c-member__card--details {
  width: 100%; }

.c-member__card--name,
.c-member__card--position {
  margin: 0; }

.c-member__card--position {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.c-member__card--icons {
  width: 100%; }

.c-member__card--icons .o-list-inline {
  margin-top: 10px;
  margin-bottom: 10px; }

.c-member__card--country,
.c-member__card--category {
  display: block;
  width: 2.125em;
  height: 2.125em;
  margin: 0 5px; }

.c-member__card--overview {
  margin-top: 0.3125em; }
  @media (min-width: 1024px) {
    .c-member__card--overview {
      height: 5.625em; } }

.c-member__card--country:hover .c-icon__country--default,
.c-member__card--category:hover .c-icon__category--default,
.c-member__card--country .c-icon__country--hover,
.c-member__card--category .c-icon__category--hover {
  display: none; }

.c-member__card--country:hover .c-icon__country--hover,
.c-member__card--category:hover .c-icon__category--hover {
  display: inline; }

.c-mobile__search {
  display: none;
  position: absolute;
  top: 9.0625em;
  left: 0;
  width: 75%;
  z-index: 20;
  padding: 20px;
  color: #231f20;
  height: 470px;
  overflow: auto; }
  @media (min-width: 768px) {
    .c-mobile__search {
      top: 9.0625em; } }
  @media (min-width: 1024px) {
    .c-mobile__search {
      display: none;
      visibility: hidden;
      opacity: 0; } }

.c-mobile__search--heading {
  padding: 0 20px; }

.c-mobile__search--input {
  padding: 0 20px; }

.c-mobile__search--overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 9.0625em;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #231f20;
  opacity: 0.5;
  z-index: 19;
  display: none; }
  @media (min-width: 768px) {
    .c-mobile__search--overlay {
      top: 9.0625em; } }
  @media (min-width: 1024px) {
    .c-mobile__search--overlay {
      display: none;
      visibility: hidden;
      opacity: 0; } }

/* ------------------------------------ *\
    #MODULES
\* ------------------------------------ */
.c-module {
  background-color: #fff;
  padding: 1em;
  box-shadow: 4px 4px 8px -1px rgba(0, 0, 0, 0.15); }

.c-module--no-shadow {
  padding: 1em;
  box-shadow: none; }

@media (min-width: 1024px) {
  .c-module--landing {
    margin: 0 100px; } }

.c-module--sponsor {
  padding: 20px;
  box-shadow: none; }
  @media (min-width: 1024px) {
    .c-module--sponsor {
      padding: 20px 80px; } }
  .c-module--sponsor h1 {
    font-family: "PlayfairDisplay", "Times New Roman", serif;
    text-transform: uppercase; }

@media (min-width: 1024px) {
  .c-module--sponsor:first-child {
    padding-top: 40px; } }

.c-module--sponsor-content {
  font-size: 0.875rem;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .c-module--sponsor-content {
      font-size: 1rem;
      padding: 0 80px; } }
  .c-module--sponsor-content a {
    text-decoration: underline;
    color: #ea2227; }
    .c-module--sponsor-content a:hover, .c-module--sponsor-content a:active, .c-module--sponsor-content a:focus {
      text-decoration: none; }
  .c-module--sponsor-content img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto 20px; }
  .c-module--sponsor-content p:last-child {
    margin-bottom: 0; }

.c-module--podcast {
  padding: 20px 40px;
  background: #DCE3E7;
  border: 6px solid #FFFFFF;
  box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, 0.15); }
  @media (min-width: 1024px) {
    .c-module--podcast a {
      display: flex;
      flex-direction: row;
      flex: 0 0 100%; } }
  @media (min-width: 1024px) {
    .c-module--podcast .c-module__podcast--item {
      flex: 0 0 50%;
      align-items: center; } }
  .c-module--podcast .c-module__podcast--logo {
    width: 7.5em;
    margin: 0 auto; }
  .c-module--podcast .c-heading__module--podcast {
    top: 0; }
  .c-module--podcast .c-heading__module--img {
    top: 0;
    background: transparent; }

/* ------------------------------------ *\
    #NAVIGATION
\* ------------------------------------ */
.c-nav {
  height: 45px;
  line-height: 45px;
  font-size: 0.9375rem;
  position: relative; }

.c-nav__menu {
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  transform: translateY(-10px); }
  .c-nav.is-open .c-nav__menu {
    opacity: 1;
    visibility: visible;
    transform: none; }
  @media (min-width: 768px) {
    .c-nav__menu {
      display: flex;
      background: none;
      position: static;
      align-items: center;
      height: inherit;
      opacity: 1;
      visibility: visible;
      transform: none; } }

.c-nav__options {
  height: 45px;
  margin: 0;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0; }

.c-nav__item {
  font-size: 0.75rem;
  flex: 0 0 auto; }
  @media (min-width: 480px) {
    .c-nav__item {
      font-size: 0.9375rem; } }

.c-nav__link {
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 0 15px; }
  .c-nav__link:hover, .c-nav__link:active, .c-nav__link:focus {
    text-decoration: none;
    border-left: 5px solid #ea2227;
    height: 45px; }
    @media (min-width: 768px) {
      .c-nav__link:hover, .c-nav__link:active, .c-nav__link:focus {
        border-left: 0;
        border-bottom: 5px solid #ea2227; } }

.c-nav__link--active {
  text-decoration: none;
  border-left: 5px solid #ea2227;
  height: 45px; }
  @media (min-width: 768px) {
    .c-nav__link--active {
      border-left: 0;
      border-bottom: 5px solid #ea2227; } }

.c-nav__button {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  height: 45px;
  width: 45px; }

.c-nav__toggle {
  height: 45px;
  width: 45px; }

.c-nav__toggle-bar {
  display: block;
  width: 22.5px;
  height: 2px;
  background: currentColor;
  margin: 2px; }

.c-nav__mobile--search {
  height: 45px;
  width: 45px;
  color: #fff; }

.c-podcast {
  display: flex;
  flex-direction: column; }

.c-podcast__top {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .c-podcast__top {
      flex-direction: row; } }

.c-podcast__image {
  flex: 0 0 auto;
  width: 100%; }
  @media (min-width: 1024px) {
    .c-podcast__image {
      width: 40%; } }

.c-podcast__details {
  flex: 0 0 auto;
  width: 100%; }
  @media (min-width: 1024px) {
    .c-podcast__details {
      width: 50%;
      padding-left: 20px; } }

.c-podcast__content {
  flex: 0 0 auto;
  width: 100%; }

/* ------------------------------------ *\
    #PROFILE
\* ------------------------------------ */
.c-profile__nav--rivet50 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #7f7f7f;
  margin: 0;
  padding: 1.25em;
  font-size: 0.6875rem;
  position: relative; }
  @media (min-width: 1024px) {
    .c-profile__nav--rivet50 {
      padding: 0 80px 0 0;
      font-size: 0.875rem;
      justify-content: flex-start; } }

.c-profile__nav-arrow--next,
.c-profile__nav-arrow--prev {
  display: block;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  background-position: center;
  stroke: #7f7f7f; }
  .c-profile__nav-arrow--next:hover,
  .c-profile__nav-arrow--prev:hover {
    stroke: #ea2227;
    fill: #ea2227; }

.c-profile__nav-item--rivet50 {
  flex: 1 0 33%;
  align-self: center; }
  @media (min-width: 1024px) {
    .c-profile__nav-item--rivet50 {
      flex: none; } }
  .c-profile__nav-item--rivet50:hover, .c-profile__nav-item--rivet50:active {
    color: #ea2227; }
  .c-profile__nav-item--rivet50 a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.875rem; }
  .c-profile__nav-item--rivet50.left {
    text-align: right;
    padding-right: 10px; }
    .c-profile__nav-item--rivet50.left a {
      justify-content: space-between; }
      @media (min-width: 1024px) {
        .c-profile__nav-item--rivet50.left a {
          justify-content: flex-start; } }
  .c-profile__nav-item--rivet50.center {
    border-left: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
    padding: 0 1em;
    text-align: center; }
    @media (min-width: 1024px) {
      .c-profile__nav-item--rivet50.center {
        width: 120px; } }
  .c-profile__nav-item--rivet50.right {
    text-align: left;
    padding-left: 10px; }
    .c-profile__nav-item--rivet50.right a {
      justify-content: space-between; }
      @media (min-width: 1024px) {
        .c-profile__nav-item--rivet50.right a {
          justify-content: flex-start; } }

.c-profile__nav-item-rivet50--prev {
  padding-left: 10px; }

.c-profile__nav-item-rivet50--next {
  padding-right: 10px; }

@media (min-width: 768px) {
  .c-profile__list {
    padding: 1em;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; } }

.c-profile__share {
  display: none; }
  @media (min-width: 1024px) {
    .c-profile__share {
      display: grid;
      background-color: transparent;
      padding-top: 60px; } }
  .c-profile__share .c-share-container ul.c-share-buttons {
    margin: 0 auto; }
  .c-profile__share .c-share-container ul.c-share-buttons li {
    display: flex;
    width: 2.875em;
    height: 2.875em;
    line-height: 2.875em;
    justify-content: center;
    align-content: center;
    border-radius: 50%; }

.c-profile__name {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 0; }
  @media (min-width: 1024px) {
    .c-profile__name {
      font-family: "PlayfairDisplay", "Times New Roman", serif;
      font-size: 4.5rem;
      line-height: 5rem; } }
  @media (min-width: 1200px) {
    .c-profile__name {
      font-size: 6.25rem;
      line-height: 1;
      padding-right: 0.625em; } }

.c-profile__details {
  padding: 0 30px; }
  @media (min-width: 1024px) {
    .c-profile__details {
      padding: 40px 0 0; } }

.c-profile__content {
  color: #595959;
  padding: 0 30px;
  font-size: 0.875rem; }
  @media (min-width: 1024px) {
    .c-profile__content {
      font-size: 1rem;
      grid-column-start: 2;
      grid-column-end: end-2;
      padding: 20px 80px; } }
  .c-profile__content blockquote {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: "PlayfairDisplay", "Times New Roman", serif;
    font-weight: 400;
    padding: 40px 0;
    margin: 0 0 40px;
    border-top: 1px solid #231f20;
    border-bottom: 1px solid #231f20; }
    @media (min-width: 768px) {
      .c-profile__content blockquote {
        font-size: 3rem;
        line-height: 3.25rem; } }
  .c-profile__content hr {
    margin: 30px 0; }
    @media (min-width: 1024px) {
      .c-profile__content hr {
        margin: 50px 0; } }

.c-profile__image {
  height: 21.875em;
  background: linear-gradient(#ccc, #fff);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .c-profile__image {
      height: 28.125em;
      margin-bottom: 0; } }

.c-profile__item--icons {
  display: inline-block;
  width: 100%; }

.c-profile__item--country,
.c-profile__item--category {
  display: block;
  width: 3.75em;
  height: 3.75em;
  margin: 0; }
  @media (min-width: 1024px) {
    .c-profile__item--country,
    .c-profile__item--category {
      width: 4.6875em;
      height: 4.6875em; } }

.c-profile__item--category {
  margin-left: 1em; }

.c-profile__item--country .c-icon__country--hover,
.c-profile__item--category .c-icon__category--hover {
  display: none; }

.c-profile__item--country:hover .c-icon__country--default,
.c-profile__item--category:hover .c-icon__category--default {
  display: none; }

.c-profile__item--country:hover .c-icon__country--hover,
.c-profile__item--category:hover .c-icon__category--hover {
  display: block; }

.c-related-news {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .c-related-news {
      flex-wrap: nowrap; } }

.c-related-news__item {
  flex: 0 0 100%;
  align-content: stretch; }
  @media (min-width: 768px) {
    .c-related-news__item {
      flex: 0 0 30%; } }

.c-related-news__item--image {
  height: 200px;
  max-width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.c-slider {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .c-slider .slider-frame {
    width: 75%;
    margin: 0 auto !important; }

.c-slider__nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 62px;
  height: 100%; }

.c-slider__nav--prev {
  left: -10px; }

.c-slider__nav--next {
  right: -19px; }

.c-slider__nav-arrow {
  display: flex;
  align-items: center;
  height: calc(100% - 20px);
  width: 62px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.8) 53.26%, #F6F6F6 100%);
  height: 100%;
  position: relative; }

.c-slider__nav--next {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.8) 53.26%, #F6F6F6 100%);
  justify-content: flex-end; }

.c-nav-arrow {
  border: none;
  background-size: 30px 20px;
  min-width: 20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='32px' height='23px' viewBox='0 0 32 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 48.2 (47327) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EShape%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Icon-/-Arrow-White' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-6.000000, -11.000000)'%3E%3Cpath d='M27.205,11.333 C26.776,10.889 26.062,10.889 25.618,11.333 C25.189,11.762 25.189,12.476 25.618,12.904 L33.665,20.951 L7.111,20.951 C6.492,20.952 6,21.444 6,22.063 C6,22.682 6.492,23.19 7.111,23.19 L33.665,23.19 L25.618,31.222 C25.189,31.666 25.189,32.381 25.618,32.809 C26.062,33.253 26.777,33.253 27.205,32.809 L37.157,22.857 C37.601,22.428 37.601,21.714 37.157,21.286 L27.205,11.333 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  width: 52px;
  height: 52px;
  cursor: pointer; }
  .c-nav-arrow:focus {
    outline: none; }

.c-nav-arrow--prev {
  transform: rotate(180deg);
  background-position: 50% 50%; }

.c-nav-arrow--next {
  background-position: 50% 50%; }

.c-social__link--fa {
  border: 1px solid #808080;
  border-radius: 50%;
  height: 1.875em;
  width: 1.875em;
  margin: 0 5px;
  transition: 0.15s; }
  .c-social__link--fa:hover {
    background-color: #ea2227;
    border-color: #ea2227;
    color: white;
    fill: white; }
    .c-social__link--fa:hover .svg-inline--fa {
      color: white;
      fill: white; }
  .c-social__link--fa:first-child {
    margin-left: 0; }
  .c-social__link--fa:last-child {
    margin-right: 0; }
  .c-social__link--fa .svg-inline--fa {
    color: #231f20;
    position: relative;
    top: 2px; }
    .c-social__link--fa .svg-inline--fa:hover {
      background-color: #ea2227;
      border-color: #ea2227;
      color: white;
      fill: white; }

.c-years__landing {
  margin: 0 auto; }

.c-years__filter {
  display: inline-flex;
  margin: 0; }

.c-years__label {
  margin: 0 40px;
  font-size: 0.75rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .c-years__label {
      font-size: 1.5rem;
      margin: 0 50px; } }
  .c-years__label:hover, .c-years__label:active, .c-years__label:focus {
    color: #ea2227;
    cursor: pointer; }

.c-infographics {
  display: flex;
  flex-wrap: wrap; }

.c-infographics__item {
  flex: 0 0 auto;
  width: 200px;
  padding: 17px;
  max-width: 50%; }

.c-infographics__title {
  margin: 0; }

/* ------------------------------------ *\
    #COLOR UTILITIES
\* ------------------------------------ */
.u-color-body {
  color: #333; }

.u-color-headings {
  color: #00587d; }

.u-color-primary {
  color: #ea2227; }

.u-color-link {
  color: #000000; }

.u-color-grey {
  color: #7f7f7f; }

.u-color-black {
  color: #231f20; }

.u-color-white {
  color: #fff; }

.u-color-designer {
  color: #efbed6; }

.u-color-executive {
  color: #f5967b; }

.u-color-influencer {
  color: #b1b0d2; }

.u-color-retailer {
  color: #97b6c6; }

.u-color-supply {
  color: #a6dbd7; }

.u-color-copy {
  color: #595959; }

.u-color-mint {
  color: #dbf3f0; }

.u-color-body-background {
  background-color: #333; }

.u-color-headings-background {
  background-color: #00587d; }

.u-color-primary-background {
  background-color: #ea2227; }

.u-color-link-background {
  background-color: #000000; }

.u-color-grey-background {
  background-color: #7f7f7f; }

.u-color-black-background {
  background-color: #231f20; }

.u-color-white-background {
  background-color: #fff; }

.u-color-designer-background {
  background-color: #efbed6; }

.u-color-executive-background {
  background-color: #f5967b; }

.u-color-influencer-background {
  background-color: #b1b0d2; }

.u-color-retailer-background {
  background-color: #97b6c6; }

.u-color-supply-background {
  background-color: #a6dbd7; }

.u-color-copy-background {
  background-color: #595959; }

.u-color-mint-background {
  background-color: #dbf3f0; }

/* ------------------------------------ *\
    #FONT UTILITIES
\* ------------------------------------ */
.u-font-italic {
  font-style: italic; }

.u-font-base {
  font-family: "PTSans", Arial, sans-serif; }

.u-font-heading {
  font-family: "PlayfairDisplay", "Times New Roman", serif; }

.u-font-secondary {
  font-family: "BarlowSemiCondensed", sans-serif; }

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

.u-font-60 {
  font-size: 2.0625rem; }
  @media (min-width: 1024px) {
    .u-font-60 {
      font-size: 3.75rem; } }

.u-font-48 {
  font-size: 1.75rem; }
  @media (min-width: 1024px) {
    .u-font-48 {
      font-size: 3rem; } }

.u-font-36 {
  font-size: 1.5rem; }
  @media (min-width: 1024px) {
    .u-font-36 {
      font-size: 2.25rem; } }

.u-font-30 {
  font-size: 1.375rem; }
  @media (min-width: 1024px) {
    .u-font-30 {
      font-size: 1.875rem; } }

.u-font-24 {
  font-size: 1rem; }
  @media (min-width: 1024px) {
    .u-font-24 {
      font-size: 1.5rem; } }

.u-font-20 {
  font-size: 0.9375rem; }
  @media (min-width: 1024px) {
    .u-font-20 {
      font-size: 1.25rem; } }

.u-font-18 {
  font-size: 1.125rem; }

.u-font-16 {
  font-size: 1rem; }

.u-font-14 {
  font-size: 0.875rem; }

.u-font-12 {
  font-size: 0.75rem; }

.u-font-9 {
  font-size: 0.5625rem; }

.u-letter-spacing-400 {
  letter-spacing: 0.4em; }

.u-letter-spacing-200 {
  letter-spacing: 0.2em; }

.u-letter-spacing-100 {
  letter-spacing: 0.1em; }

.u-no-wrap {
  white-space: nowrap; }

/* ------------------------------------ *\
    #TEXT UTILITIES
\* ------------------------------------ */
.u-text-center {
  text-align: center; }

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

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

.u-text-uppercase {
  text-transform: uppercase; }

.u-text-btn {
  color: inherit;
  font: inherit;
  display: inline;
  background: none;
  border: none;
  padding: 0; }

/* ------------------------------------ *\
    #IMAGE UTILITIES
\* ------------------------------------ */
.u-img-respond {
  max-width: 100%;
  height: auto; }

.u-img-full {
  width: 100%;
  height: auto; }

/* ------------------------------------ *\
    #SPACING UTILITIES
\* ------------------------------------ */
.u-spacing-none {
  margin-bottom: 0; }

.u-spacing-10 {
  margin-bottom: 10px; }

.u-spacing-20 {
  margin-bottom: 20px; }

.u-spacing-30 {
  margin-bottom: 30px; }

.u-spacing-40 {
  margin-bottom: 40px; }

.u-spacing-50 {
  margin-bottom: 50px; }

.u-spacing-60 {
  margin-bottom: 60px; }

@media (min-width: 480px) {
  .u-spacing-none\@xs {
    margin-bottom: 0; }
  .u-spacing-10\@xs {
    margin-bottom: 10px; }
  .u-spacing-20\@xs {
    margin-bottom: 20px; }
  .u-spacing-30\@xs {
    margin-bottom: 30px; }
  .u-spacing-40\@xs {
    margin-bottom: 40px; }
  .u-spacing-50\@xs {
    margin-bottom: 50px; }
  .u-spacing-60\@xs {
    margin-bottom: 60px; } }

@media (min-width: 768px) {
  .u-spacing-none\@sm {
    margin-bottom: 0; }
  .u-spacing-10\@sm {
    margin-bottom: 10px; }
  .u-spacing-20\@sm {
    margin-bottom: 20px; }
  .u-spacing-30\@sm {
    margin-bottom: 30px; }
  .u-spacing-40\@sm {
    margin-bottom: 40px; }
  .u-spacing-50\@sm {
    margin-bottom: 50px; }
  .u-spacing-60\@sm {
    margin-bottom: 60px; } }

@media (min-width: 1024px) {
  .u-spacing-none\@md {
    margin-bottom: 0; }
  .u-spacing-10\@md {
    margin-bottom: 10px; }
  .u-spacing-20\@md {
    margin-bottom: 20px; }
  .u-spacing-30\@md {
    margin-bottom: 30px; }
  .u-spacing-40\@md {
    margin-bottom: 40px; }
  .u-spacing-50\@md {
    margin-bottom: 50px; }
  .u-spacing-60\@md {
    margin-bottom: 60px; } }

@media (min-width: 1200px) {
  .u-spacing-none\@lg {
    margin-bottom: 0; }
  .u-spacing-10\@lg {
    margin-bottom: 10px; }
  .u-spacing-20\@lg {
    margin-bottom: 20px; }
  .u-spacing-30\@lg {
    margin-bottom: 30px; }
  .u-spacing-40\@lg {
    margin-bottom: 40px; }
  .u-spacing-50\@lg {
    margin-bottom: 50px; }
  .u-spacing-60\@lg {
    margin-bottom: 60px; } }

@media (min-width: 1500px) {
  .u-spacing-none\@xl {
    margin-bottom: 0; }
  .u-spacing-10\@xl {
    margin-bottom: 10px; }
  .u-spacing-20\@xl {
    margin-bottom: 20px; }
  .u-spacing-30\@xl {
    margin-bottom: 30px; }
  .u-spacing-40\@xl {
    margin-bottom: 40px; }
  .u-spacing-50\@xl {
    margin-bottom: 50px; }
  .u-spacing-60\@xl {
    margin-bottom: 60px; } }

/* ------------------------------------ *\
    #VISIBILITY UTILITIES
\* ------------------------------------ */
.u-hidden {
  display: none; }

@media (min-width: 480px) {
  .u-hidden\@xs {
    display: none; } }

@media (min-width: 768px) {
  .u-hidden\@sm {
    display: none; } }

@media (min-width: 1024px) {
  .u-hidden\@md {
    display: none; } }

@media (min-width: 1200px) {
  .u-hidden\@lg {
    display: none; } }

@media (min-width: 1500px) {
  .u-hidden\@xl {
    display: none; } }

.u-show {
  display: block; }

@media (min-width: 480px) {
  .u-show\@xs {
    display: block; } }

@media (min-width: 768px) {
  .u-show\@sm {
    display: block; } }

@media (min-width: 1024px) {
  .u-show\@md {
    display: block; } }

@media (min-width: 1200px) {
  .u-show\@lg {
    display: block; } }

@media (min-width: 1500px) {
  .u-show\@xl {
    display: block; } }

.u-show-flex {
  display: flex; }

@media (min-width: 480px) {
  .u-show-flex\@xs {
    display: flex; } }

@media (min-width: 768px) {
  .u-show-flex\@sm {
    display: flex; } }

@media (min-width: 1024px) {
  .u-show-flex\@md {
    display: flex; } }

@media (min-width: 1200px) {
  .u-show-flex\@lg {
    display: flex; } }

@media (min-width: 1500px) {
  .u-show-flex\@xl {
    display: flex; } }

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

.c-share-container {
  display: block;
  margin: 0; }
  .c-share-container ul.c-share-buttons {
    padding: 0;
    margin: 20px auto 0; }
    .c-share-container ul.c-share-buttons li {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: 1px solid #D3D3D3;
      margin: 0 auto 10px;
      transition: border-color .3s ease-in-out, background-color .3s ease-in-out; }
      .c-share-container ul.c-share-buttons li a {
        background: transparent; }
      .c-share-container ul.c-share-buttons li a.btn-facebook, .c-share-container ul.c-share-buttons li a.btn-twitter, .c-share-container ul.c-share-buttons li a.btn-email, .c-share-container ul.c-share-buttons li a.btn-linkedin {
        background: transparent; }
        .c-share-container ul.c-share-buttons li a.btn-facebook svg, .c-share-container ul.c-share-buttons li a.btn-twitter svg, .c-share-container ul.c-share-buttons li a.btn-email svg, .c-share-container ul.c-share-buttons li a.btn-linkedin svg {
          transition: fill .3s ease-in-out; }
      .c-share-container ul.c-share-buttons li:hover, .c-share-container ul.c-share-buttons li:active, .c-share-container ul.c-share-buttons li:focus {
        background: #ea2227;
        border-color: #ea2227; }
        .c-share-container ul.c-share-buttons li:hover a.btn-facebook svg, .c-share-container ul.c-share-buttons li:hover a.btn-twitter svg, .c-share-container ul.c-share-buttons li:hover a.btn-email svg, .c-share-container ul.c-share-buttons li:hover a.btn-linkedin svg, .c-share-container ul.c-share-buttons li:active a.btn-facebook svg, .c-share-container ul.c-share-buttons li:active a.btn-twitter svg, .c-share-container ul.c-share-buttons li:active a.btn-email svg, .c-share-container ul.c-share-buttons li:active a.btn-linkedin svg, .c-share-container ul.c-share-buttons li:focus a.btn-facebook svg, .c-share-container ul.c-share-buttons li:focus a.btn-twitter svg, .c-share-container ul.c-share-buttons li:focus a.btn-email svg, .c-share-container ul.c-share-buttons li:focus a.btn-linkedin svg {
          fill: #fff;
          color: #fff; }
  @media (query(min, tablet)) {
    .c-share-container {
      display: inline-flex; }
      .c-share-container ul.c-share-buttons {
        margin-top: 0; } }

