h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5em !important; }

hr {
  border: 0 !important;
  border-top: 1px solid #ccc !important;
  margin: 3rem 0 !important; }

.o-button.o-button--video {
  display: flex;
  align-items: center; }

.o-button__icon {
  margin-right: .25rem;
  line-height: 0 !important;
  position: relative;
  font-size: 1.25rem; }

@media (max-width: 62.5rem) {
  .childItem .button > a {
    font-size: .9rem !important; } }

.c-profile-nav {
  display: flex;
  margin: 1rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }
  .c-profile-nav__card {
    position: relative;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    border: 0;
    border-right: 1px solid #ccc;
    background: transparent;
    text-align: left;
    line-height: 1.2em;
    cursor: pointer;
    opacity: .5;
    transition: .2s linear;
    }
    @media (max-width: 62.5rem) {
      .c-profile-nav__card {
        padding: .5rem; } }
    .c-profile-nav__card:after {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: .25rem;
      background: transparent;
      transition: .2s linear;
      }
      @media (max-width: 62.5rem) {
        .c-profile-nav__card:after {
          height: .3rem; } }
    .c-profile-nav__card--active {
      opacity: 1; }
      .c-profile-nav__card--active:after, .c-profile-nav__card--active > .c-profile-nav__card-image {
        background: #0086bf; }
    .c-profile-nav__card:hover {
      opacity: 1; }
      .c-profile-nav__card:hover:after, .c-profile-nav__card:hover > .c-profile-nav__card-image {
        background: #bbdde6; }
    .c-profile-nav__card:last-child {
      border-right: 0; }
    .c-profile-nav__card-image {
      width: 5rem;
      height: 5rem;
      padding-top: .5rem;
      margin-right: .5rem;
      background: #efefef;
      border-radius: 50%;
      object-fit: contain;
      object-position: bottom center;
      transition: .2s linear; }
      @media (max-width: 62.5rem) {
        .c-profile-nav__card-image {
          height: 4rem;
          width: 4rem;
          margin: 0 0 .5rem; } }
    @media (min-width: 62.5rem) {
      .c-profile-nav__card-content {
        flex: 1; } }
    @media (max-width: 62.5rem) {
      .c-profile-nav__card-content {
        width: 100%;
        text-align: center; } }
    .c-profile-nav__card-name {
      font-weight: bold; }
      @media (max-width: 62.5rem) {
        .c-profile-nav__card-name {
          font-size: .9rem; } }
    .c-profile-nav__card-title {
      font-size: .8rem;
      color: #777; }
      @media (max-width: 62.5rem) {
        .c-profile-nav__card-title {
          display: none; } }

.c-profile-window__holder {
  display: flex;
  align-items: flex-start;
  width: 100%;
  overflow: hidden; }
.c-profile-window__item {
  flex: none; 
  width: 100%;
  padding-right: 1px;
  margin-right: 1px; }

.c-profile {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 2rem;
  }
  .c-profile__picture-holder {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 33.33%;
    background: #0086bf; }
    @media (max-width: 62.5rem) {
      .c-profile__picture-holder {
        width: 100%;
        height: 15rem; } }
  .c-profile__picture {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
    padding-top: 2rem; }
    @media (max-width: 62.5rem) {
      .c-profile__picture {
        width: unset;
        height: 100%; } }
  .c-profile__video {
    position: relative;
    bottom: -1rem;
    z-index: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    }
  .c-profile__content {
    flex: 1;
    background: #eaf6fb;
    padding: 2rem;
    }
    @media (max-width: 62.5rem) {
      .c-profile__content {
        padding: 3rem 2rem 1rem 2rem; } }
  .c-profile__title {
    margin: 0;
    text-decoration: underline;
    }
    @media (max-width: 62.5rem) {
      .c-profile__title {
        text-align: center; } }

  .c-profile__sub-title {
    margin: 0 0 1rem;
    font-weight: bold;
    }
    @media (max-width: 62.5rem) {
      .c-profile__sub-title {
        text-align: center; } }
  .c-profile__label {
    display: block;
    font-size: .9rem;
    color: #777; }
  .c-profile__stat {
    margin: 0 0 1rem;
    }

.c-profile-content {
  margin: 0 0 3rem; }

.c-profile-content__story {
  padding-right: 1rem; }
@media (max-width: 45.5rem) {
  .c-profile-content__facts {
    order: -1;
    margin: 0 0 2rem; } }
.c-profile-content__facts-list {
  list-style: none;
  margin: 0; }
.c-profile-content__fact {
  display: flex;
  align-items: center;
  padding: 1rem;
  margin: 0 0 1rem;
  border: 1px solid #ccc;
  border-radius: .5rem;
  color: #777; }
  .c-profile-content__fact-icon {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    margin: 0 .5rem 0 0;
    border: 1px solid #2479ba;
    border-radius: 50%; }
    .c-profile-content__fact-icon--no-outline {
      border: 0; }
  .c-profile-content__fact-description {
    flex: 1; }
.c-profile-content__infographic-tablet-mobile {
  width: 32.5rem;
  display: block;
  margin: 0 auto; }

.c-profile-controls {
  display: flex;
  margin: 2rem 0 0;
  font-size: .9rem; }
  @media (max-width: 45.5rem) {
    .c-profile-controls {
      font-size: .8rem; } }
  .c-profile-controls__holder {
    flex: 1; }
    .c-profile-controls__holder--right {
      text-align: right; }
      .c-profile-controls__holder--right > a:after {
        content: ' >'; }
    .c-profile-controls__holder--left > a:before {
      content: '< '; }

.c-profile-ask {
  margin: 3rem 0 0; }

@media (max-width: 62.5rem) {
  .u-desktop-only {
    display: none; } }

@media (min-width: 62.5rem) {
  .u-tablet-mobile-only {
    display: none; } }

.u-text-blue {
  color: #005eb8; }

@media (min-width: 45.5rem) {
  .u-mobile-only {
    display: none !important;
  }
}

@media (max-width: 45.5rem) {
  .u-desktop-tablet-only {
    display: none !important;
  }
}