@charset "UTF-8";
html {
  font-size: 18px; }

body {
  background: url("./../../images/v2020/background-pattern.jpg") top center;
  background-size: cover;
  font-family: "Gotham-Book"; }

a {
  cursor: pointer; }

img {
  max-width: 100%; }

video {
  max-width: 100%; }

iframe {
  max-width: 100%; }

strong {
  font-family: "Gotham-Black";
  font-weight: normal; }

.btn {
  border-radius: 0;
  font-family: "Gotham-Black";
  text-transform: uppercase; }

.btn-pink {
  color: #ffffff;
  background-color: #EC008C;
  border-color: #EC008C; }
  .btn-pink:hover {
    color: #ffffff;
    background-color: #AF2161;
    border-color: #AF2161; }

.btn-blue {
  color: #ffffff;
  background-color: #2F3B61;
  border-color: #2F3B61; }
  .btn-blue:hover {
    color: #ffffff;
    background-color: #232c48;
    border-color: #232c48; }

.btn-global-pictogram {
  padding: 6px 5px 4px; }
  .btn-global-pictogram img {
    height: 34px;
    margin-top: 0 !important; }

.btn--tag {
  text-transform: none;
  transition: margin 0.2s; }
  .btn--tag:hover {
    margin-top: -3px;
    margin-bottom: 3px; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 30px;
  height: 99px; }

.carousel-control-prev-icon {
  background-image: url("./../../images/v2020/carousel-control-prev-icon.png"); }

.carousel-control-next-icon {
  background-image: url("./../../images/v2020/carousel-control-next-icon.png"); }

.rfc-header, .covid-template .how-can-help__header {
  font-family: "Rfc-Regular"; }
  .rfc-header--big {
    font-size: 66px; }
    @media (max-width: 767px) {
      .rfc-header--big {
        font-size: 38px; } }
    @media (max-width: 575px) {
      .rfc-header--big {
        font-size: 28px; } }
    @media (max-width: 375px) {
      .rfc-header--big {
        font-size: 24px; } }

#loading {
  background: #D9D9D9 url("./../../images/v2014/loading.gif") no-repeat center center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  opacity: 0.5; }

.rounded-circle img {
  border-radius: 50%; }

.cursor-pointer {
  cursor: pointer; }

.img-hover-zoom {
  overflow: hidden;
  position: relative; }
  .img-hover-zoom a img {
    transition: transform 0.5s ease, filter 0.5s ease; }
  .img-hover-zoom__title {
    bottom: 16px;
    font-size: 1.5rem;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    left: auto;
    right: auto;
    text-align: center;
    width: 100%;
    transition: bottom 0.5s ease, font-size 0.5s ease; }
    @media (max-width: 991px) {
      .img-hover-zoom__title {
        font-size: 0.75rem; } }
    .img-hover-zoom__title a {
      color: #ffffff;
      text-decoration: none; }
  .img-hover-zoom:hover img {
    transform: scale(1.1); }
  .img-hover-zoom:hover img.with-grayscale {
    filter: grayscale(50%); }
  .img-hover-zoom:hover .with-grayscale img {
    filter: grayscale(50%); }
  .img-hover-zoom:hover .img-hover-zoom__title {
    font-size: 1.75rem;
    bottom: 24px; }
    @media (max-width: 991px) {
      .img-hover-zoom:hover .img-hover-zoom__title {
        font-size: 0.75rem; } }

a.animated-underline-hover {
  color: #EC008C;
  text-decoration: none;
  background-image: linear-gradient(#EC008C, #EC008C), linear-gradient(transparent, transparent), linear-gradient(#EC008C, #EC008C);
  background-size: 20px 1px, 100% 1px, 0 1px;
  background-position: calc(20px * -1) 100%, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear, background-position 0.4s linear; }
  a.animated-underline-hover:hover {
    background-size: 20px 1px, 0 1px, 100% 1px;
    background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%; }

.with-animations-box:hover .img-hover-zoom img {
  transform: scale(1.1); }
.with-animations-box:hover a.animated-underline-hover {
  background-size: 20px 1px, 0 1px, 100% 1px;
  background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%; }

header {
  background: rgba(236, 0, 140, 0.7);
  color: #ffffff; }
  header .spacer {
    width: 16px; }
  header .logo__img {
    margin-top: 18px;
    margin-bottom: 18px; }
  header .container {
    position: relative; }

nav ul, .mobile-menu ul {
  list-style: none;
  padding-left: 0; }
  nav ul a, .mobile-menu ul a {
    color: #ffffff;
    font-family: "Gotham-Black"; }
    nav ul a:hover, .mobile-menu ul a:hover {
      color: #ffffff;
      text-decoration: none; }

nav ul.menu {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0; }
  nav ul.menu > li {
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center; }
    @media (min-width: 992px) and (max-width: 1199px) {
      nav ul.menu > li {
        margin-left: 10px;
        margin-right: 10px; } }
    nav ul.menu > li > a {
      padding-bottom: 20px; }
    nav ul.menu > li ul {
      display: none;
      text-align: left; }
    nav ul.menu > li:hover {
      padding-bottom: 16px;
      border-bottom: 4px solid #ffffff; }
      nav ul.menu > li:hover > ul {
        background: #EC008C;
        display: block;
        margin-top: 20px;
        margin-left: -20px;
        position: absolute;
        padding: 5px 0 15px;
        z-index: 1; }
        nav ul.menu > li:hover > ul li {
          padding-top: 5px; }
          nav ul.menu > li:hover > ul li:hover ul {
            background: #EC008C;
            display: block;
            margin-top: -28px;
            padding-top: 5px;
            padding-bottom: 15px;
            position: absolute;
            right: 100%; }
          nav ul.menu > li:hover > ul li a {
            display: block;
            padding-left: 20px;
            padding-right: 20px; }
            nav ul.menu > li:hover > ul li a:hover {
              font-weight: bold; }

.show-mobile-menu, .hide-mobile-menu {
  cursor: pointer; }

.show-mobile-menu, .hide-mobile-menu {
  position: absolute;
  font-size: 30px;
  top: 40px;
  right: 15px; }
  .show-mobile-menu .fas, .hide-mobile-menu .fas {
    color: #ffffff; }

.mobile-menu {
  background: #EC008C;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none; }
  .mobile-menu .container {
    position: relative; }
  .mobile-menu img {
    margin-top: 18px; }
  .mobile-menu ul.menu {
    font-size: 1.1em; }
    .mobile-menu ul.menu li {
      padding-top: 7px;
      padding-bottom: 7px;
      position: relative; }
      .mobile-menu ul.menu li.has-sub::after {
        font-family: FontAwesome;
        content: "";
        color: #ffffff;
        position: absolute;
        top: 7px;
        right: 0; }
      .mobile-menu ul.menu li.has-sub.shown ul {
        display: block;
        font-size: 1rem;
        padding-left: 20px;
        padding-top: 5px; }
      .mobile-menu ul.menu li.has-sub.shown::after {
        content: ""; }
    .mobile-menu ul.menu > li ul {
      display: none; }
  .mobile-menu hr {
    background: #ffffff; }
  .mobile-menu p {
    color: #ffffff; }
  .mobile-menu__icon .fa-bars {
    font-size: 30px; }

footer {
  background: #EC008C;
  color: #ffffff; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #ffffff; }
  footer .footer-menu {
    font-weight: normal;
    list-style: none;
    padding-left: 0;
    font-family: "Gotham-Black"; }
  footer .form-control {
    border-radius: 0; }
  footer .back-to-top-row {
    padding-top: 35px;
    padding-bottom: 35px; }
    footer .back-to-top-row .fa-chevron-up {
      font-size: 30px; }
  footer .social-icons {
    font-size: 30px;
    margin-left: 15px;
    display: flex; }
    footer .social-icons .cms_plugin {
      display: flex;
      flex-grow: 1; }
    footer .social-icons li {
      flex-grow: 1;
      list-style: none; }
  @media (max-width: 991px) {
    footer [class^="col-lg-"], footer [class*=" col-lg-"] {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    footer [class^="col-md-"], footer [class*=" col-md-"] {
      margin-bottom: 40px; } }
  @media (max-width: 575px) {
    footer [class^="col-sm-"], footer [class*=" col-sm-"] {
      margin-bottom: 40px; } }
  footer #footerPageSubscriptionForm label, footer #footerPageSubscriptionForm input[type=checkbox] {
    cursor: pointer; }

.btn.btn-default {
  color: #ffffff;
  background-color: #EC008C;
  border: 1px solid #EC008C;
  font-family: "ProximaNova-Bold"; }
  .btn.btn-default:hover {
    background-color: #EB57AF; }
  .btn.btn-default:focus {
    color: #ffffff;
    outline-color: #EB57AF;
    background-color: #EB57AF; }

.video {
  position: relative;
  background: #EC008CCC; }
  .video video {
    width: 100%; }
  .video .container {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .video .container h1 {
      border-bottom: 10px solid #fff;
      color: #ffffff;
      font-family: "Gotham-Black";
      font-weight: bold;
      padding-bottom: 5px;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .video .container h1 {
          font-size: 72px; } }
      @media (max-width: 767px) {
        .video .container h1 {
          font-size: 32px; } }
  .video.main-page__video a {
    display: block;
    max-width: 1280px;
    transition: 0.5s all ease-in-out;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto; }
    .video.main-page__video a:hover img {
      transform: scale(1.05); }
  .video.main-page__video img {
    width: 100%;
    transition: 0.5s all ease-in-out; }

.above-video {
  background: #EC008CCC;
  color: #ffffff; }
  .above-video .rfc-header, .above-video .covid-template .how-can-help__header, .covid-template .above-video .how-can-help__header {
    font-family: "Rfc-Regular";
    font-size: 66px; }
    @media (max-width: 767px) {
      .above-video .rfc-header, .above-video .covid-template .how-can-help__header, .covid-template .above-video .how-can-help__header {
        font-size: 38px; } }
    @media (max-width: 575px) {
      .above-video .rfc-header, .above-video .covid-template .how-can-help__header, .covid-template .above-video .how-can-help__header {
        font-size: 28px; } }
    @media (max-width: 375px) {
      .above-video .rfc-header, .above-video .covid-template .how-can-help__header, .covid-template .above-video .how-can-help__header {
        font-size: 24px; } }

.highlights {
  background: #EC008CCC;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px; }
  .highlights .rfc-header, .highlights .covid-template .how-can-help__header, .covid-template .highlights .how-can-help__header {
    font-family: "Rfc-Regular";
    font-size: 66px; }
    @media (max-width: 767px) {
      .highlights .rfc-header, .highlights .covid-template .how-can-help__header, .covid-template .highlights .how-can-help__header {
        font-size: 38px; } }
    @media (max-width: 575px) {
      .highlights .rfc-header, .highlights .covid-template .how-can-help__header, .covid-template .highlights .how-can-help__header {
        font-size: 28px; } }
    @media (max-width: 375px) {
      .highlights .rfc-header, .highlights .covid-template .how-can-help__header, .covid-template .highlights .how-can-help__header {
        font-size: 24px; } }
  .highlights .single-stat {
    text-align: center;
    text-transform: uppercase; }
    .highlights .single-stat__header {
      font-family: "Rfc-Regular";
      margin-top: 30px;
      margin-bottom: 15px; }

.testimonials {
  background: #ffffff;
  padding-top: 70px;
  padding-bottom: 70px; }
  .testimonials .carousel-item .container {
    display: flex;
    align-items: center; }
  @media (max-width: 767px) {
    .testimonials img {
      margin-bottom: 20px; } }

.partnering__squares .square h4, .newsroom__squares .square h4, .news h4 {
  font-family: "Gotham-Black";
  font-weight: normal;
  background: #2F3B61EE;
  padding: 8px;
  font-size: 20px;
  line-height: 26px;
  width: 95%;
  color: #ffffff; }

.partnering__squares .square, .newsroom__squares .square {
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  box-shadow: 7px 7px #EC008C;
  height: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  transition: all 0.2s ease-in-out;
  text-decoration: none; }
  .partnering__squares .square:hover, .newsroom__squares .square:hover {
    transform: scale(1.05); }
    .partnering__squares .square:hover h4, .newsroom__squares .square:hover h4 {
      background: #2F3B61FF; }

.partnering {
  background: #EC008CCC;
  color: #ffffff;
  padding-bottom: 60px; }
  .partnering .rfc-header, .partnering .covid-template .how-can-help__header, .covid-template .partnering .how-can-help__header {
    font-family: "Rfc-Regular";
    font-size: 66px;
    padding-top: 75px; }
    @media (max-width: 767px) {
      .partnering .rfc-header, .partnering .covid-template .how-can-help__header, .covid-template .partnering .how-can-help__header {
        font-size: 38px; } }
    @media (max-width: 575px) {
      .partnering .rfc-header, .partnering .covid-template .how-can-help__header, .covid-template .partnering .how-can-help__header {
        font-size: 28px; } }
    @media (max-width: 375px) {
      .partnering .rfc-header, .partnering .covid-template .how-can-help__header, .covid-template .partnering .how-can-help__header {
        font-size: 24px; } }
  .partnering--partners {
    background: #ffffff;
    color: #000000;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media (max-width: 991px) {
      .partnering--partners [class^="col-sm"], .partnering--partners [class*=" col-sm"] {
        margin-bottom: 30px; } }
    .partnering--partners .container {
      position: relative; }
    .partnering--partners .btn {
      position: absolute;
      left: 0;
      bottom: -91px; }
  .partnering__squares .col-md-4 {
    height: 350px;
    margin-bottom: 70px; }
  @media (max-width: 767px) {
    .partnering__squares .row {
      padding-top: 0;
      padding-bottom: 0; }
    .partnering__squares .col-sm-4 {
      margin-bottom: 20px; } }

.footprint {
  background: #ffffff; }
  .footprint .rfc-header, .footprint .covid-template .how-can-help__header, .covid-template .footprint .how-can-help__header {
    font-family: "Rfc-Regular";
    font-size: 66px;
    color: #EC008C;
    padding-top: 90px; }
    @media (max-width: 767px) {
      .footprint .rfc-header, .footprint .covid-template .how-can-help__header, .covid-template .footprint .how-can-help__header {
        font-size: 40px; } }
  .footprint .container {
    background: #ffffff url("./../../images/v2020/WorldMap.svg") no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 576px) {
      .footprint .container {
        min-height: 690px; } }

.news {
  background: #2F3B61CC; }
  .news .rfc-header, .news .covid-template .how-can-help__header, .covid-template .news .how-can-help__header {
    font-family: "Rfc-Regular";
    font-size: 66px;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .news .rfc-header, .news .covid-template .how-can-help__header, .covid-template .news .how-can-help__header {
        font-size: 40px; } }
  .news__single-news {
    max-width: 350px;
    margin-bottom: 70px; }
    .news__single-news:hover {
      transition: all 0.2s ease-in-out;
      transform: scale(1.05);
      cursor: pointer;
      text-decoration: none; }
  .news h4 {
    font-size: 26px;
    line-height: 32px;
    padding: 20px 20px 16px 20px;
    text-transform: uppercase;
    width: 85%; }

.our-story {
  background: rgba(42, 45, 56, 0.7);
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px; }
  .our-story__header {
    font-size: 68px;
    font-family: "Rfc-Regular"; }
  .our-story .container .our-story__year__header {
    padding-top: 44px;
    padding-bottom: 10px;
    font-family: "Rfc-Regular";
    font-size: 68px; }
    @media (max-width: 767px) {
      .our-story .container .our-story__year__header {
        padding-top: 74px; } }
  .our-story .container .our-story__year .our-story__col p:last-child {
    margin-bottom: 0; }
  .our-story .container .our-story__year:nth-child(even) .our-story__col > img {
    display: block; }
  .our-story .container .our-story__year:nth-child(even) .our-story__col > * {
    margin-left: auto;
    margin-right: 8px; }
    @media (max-width: 767px) {
      .our-story .container .our-story__year:nth-child(even) .our-story__col > * {
        margin-right: auto; } }
  @media (min-width: 768px) {
    .our-story .container .our-story__year:nth-child(even) .our-story__col {
      border-right: 5px solid #ffffff; } }
  .our-story .container .our-story__year:nth-child(odd) .our-story__col > * {
    margin-left: 8px; }
    @media (max-width: 767px) {
      .our-story .container .our-story__year:nth-child(odd) .our-story__col > * {
        margin-left: auto;
        margin-right: auto; } }
  @media (min-width: 768px) {
    .our-story .container .our-story__year:nth-child(odd) .our-story__col {
      border-left: 5px solid #ffffff;
      margin-left: 50%;
      margin-left: calc(50% - 5px); } }

.world-of-rfc {
  background: rgba(42, 45, 56, 0.7);
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
  font-size: 34px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .world-of-rfc {
      font-size: 24px; } }
  .world-of-rfc__header {
    font-size: 68px;
    font-family: "Rfc-Regular"; }
    @media (max-width: 767px) {
      .world-of-rfc__header {
        font-size: 30px; } }
  .world-of-rfc .world-map-image {
    width: 1110px;
    max-width: none; }
    @media (max-width: 1110px) {
      .world-of-rfc .world-map-image__container {
        overflow-x: scroll; } }
    .world-of-rfc .world-map-image__container > div {
      width: 1110px !important;
      overflow-y: hidden;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      .world-of-rfc .world-map-image__container > div .country {
        color: #EC008C;
        position: absolute;
        text-decoration: none;
        font-size: 20px; }
        .world-of-rfc .world-map-image__container > div .country img {
          width: 24px; }
        .world-of-rfc .world-map-image__container > div .country:hover img {
          width: 72px;
          margin-top: -5px;
          margin-left: -24px; }
        .world-of-rfc .world-map-image__container > div .country--sweden {
          top: 207px;
          left: 571px; }
        .world-of-rfc .world-map-image__container > div .country--russia {
          top: 147px;
          left: 795px; }
        .world-of-rfc .world-map-image__container > div .country--kazakhstan {
          top: 257px;
          left: 755px; }
        .world-of-rfc .world-map-image__container > div .country--bulgaria {
          top: 288px;
          left: 615px; }
        .world-of-rfc .world-map-image__container > div .country--croatia {
          top: 277px;
          left: 582px; }
        .world-of-rfc .world-map-image__container > div .country--czech-republic {
          top: 256px;
          left: 578px; }
        .world-of-rfc .world-map-image__container > div .country--norway {
          top: 196px;
          left: 551px; }
        .world-of-rfc .world-map-image__container > div .country--denmark {
          top: 224px;
          left: 557px; }
        .world-of-rfc .world-map-image__container > div .country--estonia {
          top: 201px;
          left: 607px; }
        .world-of-rfc .world-map-image__container > div .country--latvia {
          top: 217px;
          left: 605px; }
        .world-of-rfc .world-map-image__container > div .country--lithuania {
          top: 233px;
          left: 605px; }
        .world-of-rfc .world-map-image__container > div .country--ghana {
          top: 427px;
          left: 523px; }
        .world-of-rfc .world-map-image__container > div .country--ethiopia {
          top: 427px;
          left: 673px; }
        .world-of-rfc .world-map-image__container > div .country--tanzania {
          top: 481px;
          left: 655px; }
        .world-of-rfc .world-map-image__container > div .country--rwanda {
          top: 465px;
          left: 639px; }
        .world-of-rfc .world-map-image__container > div .country--chad {
          top: 401px;
          left: 595px; }
        .world-of-rfc .world-map-image__container > div .country--dr-congo {
          top: 469px;
          left: 611px; }
        .world-of-rfc .world-map-image__container > div .country--senegal {
          top: 401px;
          left: 473px; }

.why-we-exist {
  background: rgba(42, 45, 56, 0.7);
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px; }
  .why-we-exist__header {
    font-size: 68px;
    font-family: "Rfc-Regular"; }
    @media (max-width: 767px) {
      .why-we-exist__header {
        font-size: 30px; } }
    .why-we-exist__header--after-boxes {
      margin-top: 100px; }
      @media (max-width: 767px) {
        .why-we-exist__header--after-boxes {
          font-size: 44px; } }
    .why-we-exist__header--small {
      font-size: 40px;
      position: relative;
      min-height: 110px;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .why-we-exist__header--small {
          font-size: 30px; } }
    .why-we-exist__header--brain img {
      width: 90px; }
    .why-we-exist__header--brain span {
      position: absolute;
      left: 65px;
      top: 59px; }
    .why-we-exist__header--hand img {
      width: 60px;
      position: absolute;
      bottom: 0; }
    .why-we-exist__header--hand span {
      position: absolute;
      left: 44px;
      top: 11px; }
    .why-we-exist__header--heart img {
      width: 75px;
      position: absolute;
      left: 20px; }
    .why-we-exist__header--heart span {
      position: absolute;
      bottom: 0;
      left: 0; }
  .why-we-exist__paragraph {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .why-we-exist__paragraph {
        font-size: 20px; } }
  .why-we-exist__box {
    background: #EC008C;
    color: #ffffff;
    margin-bottom: 60px;
    padding: 44px 24px 5px;
    position: relative; }
    .why-we-exist__box:first-child {
      margin-top: 85px; }
    .why-we-exist__box:last-child {
      margin-bottom: -60px; }
    .why-we-exist__box h4 {
      background: #ffffff;
      color: #EC008C;
      display: inline-block;
      font-family: "Gotham-Black";
      font-weight: normal;
      padding: 10px 18px 8px;
      position: absolute;
      text-transform: uppercase;
      top: -25px; }
  .why-we-exist .folks {
    color: #212529; }

.why-we-exist__bg-image {
  background: #ffffff url("./../../images/v2020/why-we-exist/bg-image.jpg") no-repeat top center;
  background-size: cover; }

.our-programs__bg-pattern {
  background: #ffffff url("./../../images/v2020/our-programs/body-bg.jpg") no-repeat top center;
  background-size: cover; }

.our-programs {
  background: rgba(180, 222, 230, 0.8);
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px; }
  .our-programs--first {
    background: rgba(0, 75, 104, 0.7); }
  .our-programs__header {
    font-size: 68px;
    font-family: "Rfc-Regular"; }
    @media (max-width: 767px) {
      .our-programs__header {
        font-size: 30px; } }
  .our-programs__paragraph {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .our-programs__paragraph {
        font-size: 20px; } }
  .our-programs__box {
    margin-top: -30px; }
    .our-programs__box .row {
      background: #b4dee6;
      padding-bottom: 18px; }
      .our-programs__box .row:first-child {
        padding-top: 30px; }
      .our-programs__box .row:last-child {
        padding-bottom: 30px; }
      .our-programs__box .row p {
        margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .our-programs__box__icon {
        padding-right: 0; } }
    @media (max-width: 480px) {
      .our-programs__box__icon {
        padding-right: 0; } }
  .our-programs__light-blue {
    background: rgba(180, 222, 230, 0.7);
    color: #004b68; }
  .our-programs__arrow {
    background: rgba(180, 222, 230, 0.7);
    color: #004b68; }
    .our-programs__arrow .container {
      background: url("./../../images/v2020/our-programs/ArrowWhite.svg") no-repeat bottom center;
      background-size: contain;
      min-height: 900px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .our-programs__arrow .container {
          min-height: 640px; } }
      @media (max-width: 575px) {
        .our-programs__arrow .container {
          min-height: 360px; } }
      .our-programs__arrow .container .row {
        align-items: flex-end; }
        @media (min-width: 768px) and (max-width: 991px) {
          .our-programs__arrow .container .row {
            align-items: inherit; } }
        .our-programs__arrow .container .row .header-1 {
          margin-left: 60px;
          margin-bottom: 60px; }
          @media (max-width: 575px) {
            .our-programs__arrow .container .row .header-1 {
              margin-left: 0;
              margin-bottom: 0; } }
        .our-programs__arrow .container .row .header-ethiopia {
          margin-left: 120px;
          margin-bottom: 20px; }
          @media (max-width: 575px) {
            .our-programs__arrow .container .row .header-ethiopia {
              margin-left: 30px;
              margin-bottom: 5px; } }
        .our-programs__arrow .container .row .header-2 {
          margin-left: -50px;
          margin-top: 360px; }
          @media (max-width: 1199px) {
            .our-programs__arrow .container .row .header-2 {
              margin-top: 450px; } }
          @media (max-width: 991px) {
            .our-programs__arrow .container .row .header-2 {
              margin-top: 310px; } }
          @media (max-width: 767px) {
            .our-programs__arrow .container .row .header-2 {
              margin-top: 370px; } }
          @media (max-width: 575px) {
            .our-programs__arrow .container .row .header-2 {
              margin-top: 165px; } }
        .our-programs__arrow .container .row .header-3 {
          margin-top: 200px; }
          @media (max-width: 991px) {
            .our-programs__arrow .container .row .header-3 {
              margin-top: 260px; } }
          @media (max-width: 575px) {
            .our-programs__arrow .container .row .header-3 {
              margin-left: -30px;
              margin-top: 165px; } }
        .our-programs__arrow .container .row .header-4 {
          margin-bottom: 60px; }
          @media (max-width: 575px) {
            .our-programs__arrow .container .row .header-4 {
              margin-bottom: 0; } }
      .our-programs__arrow .container .one-line-header {
        margin-left: 60px;
        margin-top: 60px; }
        @media (max-width: 575px) {
          .our-programs__arrow .container .one-line-header {
            margin-left: 0;
            margin-top: 0; } }
    .our-programs__arrow .our-programs__header {
      position: relative;
      font-size: 50px; }
      @media (max-width: 1199px) {
        .our-programs__arrow .our-programs__header {
          font-size: 40px; } }
      @media (max-width: 991px) {
        .our-programs__arrow .our-programs__header {
          font-size: 26px; } }
      @media (max-width: 575px) {
        .our-programs__arrow .our-programs__header {
          font-size: 18px; } }
      .our-programs__arrow .our-programs__header a span {
        display: inline-block;
        left: 36px;
        position: relative;
        top: 22px;
        z-index: 2; }
        @media (max-width: 575px) {
          .our-programs__arrow .our-programs__header a span {
            left: 18px;
            top: 6px; } }
      .our-programs__arrow .our-programs__header a:before {
        content: "\a";
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #b4dee6;
        display: inline-block;
        margin: 0 10px;
        position: absolute;
        z-index: 1; }
        @media (max-width: 575px) {
          .our-programs__arrow .our-programs__header a:before {
            width: 16px;
            height: 16px; } }
      .our-programs__arrow .our-programs__header a:hover {
        text-shadow: 2px 2px #ffffff; }
        .our-programs__arrow .our-programs__header a:hover:before {
          background: #ffffff; }
  .our-programs__bg-image {
    background: #ffffff url("./../../images/v2020/our-programs/bg-image.jpg") no-repeat top center;
    background-size: cover;
    min-height: 800px; }
  .our-programs .folks {
    color: #212529; }

#rfc-2020-popup .our-programs__header {
  font-size: 44px; }
  @media (max-width: 767px) {
    #rfc-2020-popup .our-programs__header {
      font-size: 30px; } }

.get-involved, .ceo-letter {
  background: rgba(49, 83, 153, 0.8);
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px; }
  .get-involved a, .ceo-letter a {
    color: #ffffff; }
  .get-involved__header {
    font-size: 68px;
    font-family: "Rfc-Regular"; }
    @media (max-width: 767px) {
      .get-involved__header {
        font-size: 30px; } }
  .get-involved__paragraph {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .get-involved__paragraph {
        font-size: 20px; } }
  .get-involved__box {
    display: flex;
    align-items: flex-end; }
    .get-involved__box__content {
      background: #315399;
      color: #ffffff;
      margin-bottom: -30px;
      padding: 25px 30px; }
      @media (min-width: 768px) {
        .get-involved__box__content {
          font-size: 22px; } }
  .get-involved__bg-image {
    background: #ffffff url("./../../images/v2020/get-involved/bg-image.jpg") no-repeat top center;
    background-size: cover;
    min-height: 550px; }
  .get-involved__bg-light {
    background: #ffffff; }
    .get-involved__bg-light a, .get-involved__bg-light a:not([href]):not([tabindex]) {
      color: #315399; }
  @media (min-width: 768px) and (max-width: 991px) {
    .get-involved__icon {
      padding-right: 0; } }
  @media (max-width: 480px) {
    .get-involved__icon {
      padding-right: 0; } }
  .get-involved__icon img {
    width: 100%; }
  .get-involved__iben__col {
    padding-top: 50px; }
    .get-involved__iben__col p {
      margin-bottom: 0; }

.get-involved__body-bg {
  background: #ffffff url("./../../images/v2020/get-involved/body-bg.jpg") no-repeat top center;
  background-size: cover; }

.faq {
  background: rgba(236, 0, 140, 0.7);
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px; }
  .faq__header {
    font-size: 68px;
    font-family: "Rfc-Regular"; }
  .faq__section {
    margin-top: 25px;
    margin-bottom: 25px; }
    .faq__section__link {
      background: #2F3B61;
      text-transform: uppercase;
      padding: 20px 25px;
      font-family: "Gotham-Black";
      display: inline-block; }
    .faq__section__link span::after {
      font-family: FontAwesome;
      content: "";
      color: #ffffff;
      padding-left: 25px; }
    .faq__section__link.opened span::after {
      content: ""; }
    .faq__section__link:hover {
      background: #232c48; }
    .faq__section__content {
      display: none;
      margin-top: 25px; }

.our-partners {
  background: rgba(49, 83, 153, 0.8);
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 20px; }
  .our-partners__header {
    font-size: 68px;
    font-family: "Rfc-Regular"; }
    @media (max-width: 767px) {
      .our-partners__header {
        font-size: 30px; } }
  .our-partners__category__icon {
    max-width: 160px;
    max-height: 160px; }
  .our-partners__partner-item, .our-partners__partners-logos {
    background: #ffffff;
    border-bottom: 1px solid #D9D9D9;
    color: #212529;
    padding-top: 36px;
    padding-bottom: 36px; }
  .our-partners .champion-logos-container, .our-partners .catalyst-logos-container {
    background: #ffffff;
    padding-top: 20px; }
  .our-partners .catalyst-logos-container .row {
    padding-top: 20px;
    padding-bottom: 20px; }
  @media (max-width: 575px) {
    .our-partners .catalyst-logos-container img {
      max-width: 200px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  .our-partners .other-partners-container {
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 40px; }
  .our-partners #otherPartnersCarousel .row {
    padding-top: 50px;
    padding-bottom: 50px; }
  .our-partners #otherPartnersCarousel .carousel-item {
    margin-top: auto;
    margin-bottom: auto; }
  @media (max-width: 575px) {
    .our-partners #otherPartnersCarousel img {
      max-width: 200px;
      margin-top: 20px;
      margin-bottom: 20px; } }

.newsroom {
  background: rgba(0, 75, 104, 0.7);
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px; }
  .newsroom__header {
    font-size: 68px;
    font-family: "Rfc-Regular"; }
    @media (max-width: 767px) {
      .newsroom__header {
        font-size: 30px; } }
  .newsroom__squares .col-md-4 {
    height: 350px;
    margin-bottom: 70px; }
  @media (max-width: 767px) {
    .newsroom__squares .row {
      padding-top: 0;
      padding-bottom: 0; }
    .newsroom__squares .col-sm-4 {
      margin-bottom: 20px; } }
  .newsroom__squares .square {
    box-shadow: 7px 7px #b4dee6; }
    .newsroom__squares .square h4 {
      background: rgba(180, 222, 230, 0.8);
      color: #004b68;
      margin-bottom: 0; }
      .newsroom__squares .square h4:hover {
        background: #b4dee6; }
    .newsroom__squares .square:hover h4 {
      background: #b4dee6; }
    .newsroom__squares .square .middle-text {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding-left: 30px;
      padding-right: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px; }

.our-portfolio {
  background: rgba(0, 75, 104, 0.7);
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px; }
  .our-portfolio__header {
    font-size: 68px;
    font-family: "Rfc-Regular"; }
    @media (max-width: 767px) {
      .our-portfolio__header {
        font-size: 30px; } }
  .our-portfolio #wallOfFameCarousel .image-box {
    display: none; }
  @media (max-width: 767px) {
    .our-portfolio #wallOfFameCarousel .container-fluid--on-mobile {
      max-width: 100%; }
      .our-portfolio #wallOfFameCarousel .container-fluid--on-mobile .col-md-6 {
        padding-left: 0;
        padding-right: 0; }
      .our-portfolio #wallOfFameCarousel .container-fluid--on-mobile .image-box {
        display: block; }
        .our-portfolio #wallOfFameCarousel .container-fluid--on-mobile .image-box img {
          width: 100%; } }
  .our-portfolio #wallOfFameCarousel .carousel-item {
    background-size: cover;
    background-position: top center; }
    @media (min-width: 768px) {
      .our-portfolio #wallOfFameCarousel .carousel-item .row {
        flex-direction: column-reverse;
        min-height: 800px; } }
  .our-portfolio #wallOfFameCarousel .text-box {
    background: #004b68;
    color: #ffffff;
    padding: 85px 25px 10px;
    position: relative; }
    @media (min-width: 768px) {
      .our-portfolio #wallOfFameCarousel .text-box {
        margin-bottom: 40px; } }
    .our-portfolio #wallOfFameCarousel .text-box h4 {
      background: #ffffff;
      color: #004b68;
      display: inline-block;
      font-family: "Gotham-Black";
      padding: 15px 20px;
      position: absolute;
      text-transform: uppercase;
      top: -34px; }
      .our-portfolio #wallOfFameCarousel .text-box h4 span {
        display: block;
        font-family: "Gotham-Book";
        text-transform: none; }
  .our-portfolio .photo {
    position: relative;
    float: left;
    max-width: 224px; }
    @media (max-width: 1216px) {
      .our-portfolio .photo {
        float: none;
        margin: auto;
        max-width: 224px; } }
    .our-portfolio .photo > img {
      border-radius: 50%;
      display: block;
      border: 5px solid #ffffff;
      box-shadow: 0 0 10px #A1A1A1; }
    .our-portfolio .photo ul {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between;
      list-style: none;
      padding-left: 0;
      position: absolute;
      width: 100%;
      top: 0; }
      .our-portfolio .photo ul span {
        margin-top: 10px; }
    .our-portfolio .photo li img {
      margin: 8px; }
      @media (max-width: 480px) {
        .our-portfolio .photo li img {
          width: 32px; } }
  .our-portfolio .folks {
    padding-left: 0;
    background-color: #ffffff;
    color: #000000; }
  .our-portfolio .data h2 span {
    margin-top: 10px;
    font-weight: bold; }

@media (max-width: 767px) {
  .covid-template.highlights h3 {
    font-size: 1rem; } }
.covid-template .how-can-help__header {
  font-size: 32px; }
.covid-template__why {
  background: #ffffff;
  padding-top: 20px; }
  .covid-template__why strong {
    color: #212529; }

.ceo-letter {
  padding: 60px 8.333333%; }
  @media (max-width: 767px) {
    .ceo-letter__image {
      display: none; } }
  .ceo-letter__image img {
    width: 100%; }
  .ceo-letter a {
    color: #ffffff;
    font-weight: bold; }

.move-to-link {
  background: rgba(255, 255, 255, 0.8); }
  .move-to-link h2 {
    font-size: 24px; }

/* Pressroom related styles
 */
.pressroom__header h1, .pressroom__main-page h1, .pressroom__single-news h1, .pressroom__header h2, .pressroom__main-page h2, .pressroom__single-news h2, .pressroom__header h3, .pressroom__main-page h3, .pressroom__single-news h3, .pressroom__header h4, .pressroom__main-page h4, .pressroom__single-news h4, .pressroom__header h5, .pressroom__main-page h5, .pressroom__single-news h5, .pressroom__header h6, .pressroom__main-page h6, .pressroom__single-news h6 {
  font-family: "Gotham-Black"; }

.pressroom__single-news-shortcut h1, .pressroom__wide-container h1, .pressroom__single-news-shortcut h2, .pressroom__wide-container h2, .pressroom__single-news-shortcut h3, .pressroom__wide-container h3, .pressroom__single-news-shortcut h4, .pressroom__wide-container h4, .pressroom__single-news-shortcut h5, .pressroom__wide-container h5, .pressroom__single-news-shortcut h6, .pressroom__wide-container h6 {
  font-family: "Gotham-Medium"; }

.pressroom__header {
  align-items: center;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative; }
  @media (min-width: 768px) {
    .pressroom__header {
      min-height: 50vh;
      padding-top: 0; } }
  .pressroom__header--single-page {
    min-height: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    @media (min-width: 767px) {
      .pressroom__header--single-page .pressroom-link {
        margin-right: 100px; } }
    .pressroom__header--single-page .pressroom-link a {
      color: #ffffff;
      text-decoration: none; }
  .pressroom__header--wrap {
    background-color: #000000;
    color: #ffffff;
    position: relative; }
    .pressroom__header--wrap:before {
      content: " ";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.6;
      background-image: url("./../../images/v2014/sir2018/background-pattern.jpg");
      background-position: center center;
      background-size: cover; }
  .pressroom__header .container * {
    max-width: 760px; }
  .pressroom__header h1 {
    font-size: 3rem; }
    @media (max-width: 767px) {
      .pressroom__header h1 {
        font-size: 2rem; } }
.pressroom__main-page .rectangle-pictures__picture-2 {
  margin-bottom: 20px; }
.pressroom__single-news-shortcut {
  border-top: 2px solid #2F3B61;
  padding-top: 16px;
  padding-bottom: 16px; }
  .pressroom__single-news-shortcut:last-child {
    border-bottom: 2px solid #2F3B61; }
  .pressroom__single-news-shortcut h5 {
    color: #EC008C; }
  .pressroom__single-news-shortcut a {
    color: #EC008C; }
.pressroom__single-news {
  max-width: 720px; }
  @media (max-width: 767px) {
    .pressroom__single-news h1 {
      font-size: 2rem; } }
  .pressroom__single-news .breadcrumb {
    background: 0;
    font-size: 80%;
    margin: 0;
    padding: 0; }
    .pressroom__single-news .breadcrumb a {
      color: #212529; }
  .pressroom__single-news .icon {
    padding-left: 0; }
    .pressroom__single-news .icon span + span {
      display: flex; }
      @media (max-width: 767px) {
        .pressroom__single-news .icon span + span {
          display: none; } }
.pressroom__wide-container {
  max-width: 1600px; }
  @media (min-width: 1200px) {
    .pressroom__wide-container {
      padding-left: 90px;
      padding-right: 90px; } }
  @media (max-width: 767px) {
    .pressroom__wide-container {
      max-width: 360px; } }

.icon.icon__fixed {
  position: fixed;
  z-index: 1; }
  @media (min-width: 1200px) {
    .icon.icon__fixed {
      bottom: auto;
      left: 16px;
      top: 25%; }
      .icon.icon__fixed li {
        display: block; }
        .icon.icon__fixed li span + span {
          display: none; }
        .icon.icon__fixed li:hover span + span {
          display: flex; } }
  @media (max-width: 1199px) {
    .icon.icon__fixed {
      background: white;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0;
      padding-bottom: 6px;
      text-align: center;
      width: 100%; } }
  @media (max-width: 575px) {
    .icon.icon__fixed {
      text-align: left; } }
  .icon.icon__fixed--hidden {
    z-index: -1; }

.folks {
  list-style: none;
  overflow: hidden;
  margin-top: 16px;
  background-image: url("../../images/v2014/folks-border.png");
  background-repeat: repeat-y;
  background-position: center;
  border-bottom: 1px solid #D9D9D9; }
  @media (max-width: 480px) {
    .folks {
      background: none; } }
  .folks > li {
    float: left;
    width: 50%; }
    .folks > li:nth-of-type(odd) {
      clear: both; }
    .folks > li:nth-child(odd) div {
      border-left: 0; }
  @media (max-width: 480px) {
    .folks li {
      width: 100%; } }
  .folks li > div {
    border: solid #D9D9D9;
    border-width: 1px 1px 0 0;
    padding: 32px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .folks li > div {
        padding: 16px; } }
  .folks li.li-header.margin {
    margin-bottom: 54px; }
  .folks li.li-header div {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
    font-size: 24px;
    color: #EC008C;
    padding: 6px 0 0;
    border: 0;
    background-color: #ffffff;
    height: 48px;
    font-family: "ProximaNova-Bold";
    font-weight: normal;
    max-width: 80%; }
    @media (min-width: 1200px) {
      .folks li.li-header div {
        max-width: 1000px;
        width: 1000px; } }
    @media (max-width: 480px) {
      .folks li.li-header div {
        max-width: 278px;
        background: none;
        height: auto;
        font-size: 20px;
        padding-top: 0; } }
    .folks li.li-header div span {
      color: #A1A1A1; }
      .folks li.li-header div span:hover {
        color: #484848;
        cursor: pointer; }
    .folks li.li-header div .black {
      color: #000000;
      font-weight: 100; }
  @media (max-width: 480px) {
    .folks div {
      border-left: 0; } }
  .folks.contact-map {
    background: none;
    border: 0; }
    .folks.contact-map > li {
      width: 100%; }
    .folks.contact-map li > div {
      border: 0;
      padding-bottom: 0; }

.legend {
  padding: 32px; }
  .legend h2 {
    margin-bottom: 10px; }
  .legend p {
    clear: both;
    margin-bottom: 10px; }
    @media (min-width: 500px) {
      .legend p strong {
        margin-top: 6px;
        display: inline-block; } }
    .legend p img {
      float: left;
      margin: 0 10px 10px 0; }

#scroll {
  border: 16px solid #ffffff;
  font-weight: 100;
  font-family: "ProximaNova-Bold";
  color: #ffffff;
  font-size: 16px;
  padding: 16px;
  background: #EC008C url("../../images/v2014/scroll.png") no-repeat right;
  display: none; }
  @media (max-width: 767px) {
    #scroll {
      display: block; } }
  #scroll:hover {
    background-color: #EB57AF; }

@media (max-width: 480px) {
  .scrollLeft, .scrollRight {
    display: none !important; } }
#touch {
  width: 75%;
  float: right; }
  @media (min-width: 1500px) {
    #touch {
      width: 80%;
      float: right; } }
  @media (max-width: 767px) {
    #touch {
      float: none;
      width: auto;
      margin-top: 16px; } }
  #touch .folks.contact-map p {
    margin-top: 0; }
  #touch .folks.contact-map .data h2 span {
    float: none;
    margin-top: 5px; }
  #touch .folks.contact-map li:last-child a {
    background: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 16px; }
  #touch h2 {
    overflow: hidden;
    font-size: 24px;
    color: #000000; }
    #touch h2 img {
      float: left;
      margin: 2px 8px 0 0; }
      @media (max-width: 480px) {
        #touch h2 img {
          float: none;
          display: block;
          margin: 0 0 16px; } }
  #touch > a {
    margin-top: 16px;
    display: inline-block;
    font-weight: 100;
    font-family: "ProximaNova-Bold";
    color: #ffffff;
    font-size: 16px;
    padding: 8px 32px;
    background: #EC008C; }
    @media (max-width: 480px) {
      #touch > a {
        padding: 8px; } }
    #touch > a:hover {
      background: #EB57AF; }
  #touch ul {
    list-style: none;
    overflow: hidden;
    margin: 8px 0 0 -8px; }
  #touch li {
    float: left; }
    #touch li a {
      height: 36px;
      display: block;
      width: 36px;
      margin: 8px 0 0 8px;
      background: #EC008C url("../../images/v2014/share/share10.png") no-repeat center;
      border-radius: 18px; }
      #touch li a:hover {
        background-color: #EB57AF; }
    #touch li:first-child a {
      background-image: url("../../images/v2014/share/share9.png"); }
    #touch li:nth-child(3) a {
      background-image: url("../../images/v2014/share/share11.png"); }
    #touch li:nth-child(4) a {
      background-image: url("../../images/v2014/share/share12.png"); }
    #touch li:nth-child(5) a {
      background-image: url("../../images/v2014/share/share13.png"); }
    #touch li:nth-child(6) a {
      background-image: url("../../images/v2014/share/share14.png"); }
    #touch li:nth-child(7) a {
      background-image: url("../../images/v2014/share/share15.png"); }
    #touch li:last-child a {
      background-image: url("../../images/v2014/share/share16.png"); }
  #touch > img {
    width: 100%;
    height: auto; }

#contact_popup_descriptions p {
  margin-top: 20px; }
#contact_popup_descriptions span {
  float: left; }

.data {
  margin-left: -224px;
  width: 100%;
  float: left; }
  @media (max-width: 1216px) {
    .data {
      float: none;
      margin: 0; } }
  .data div {
    margin-left: 255px; }
    @media (max-width: 1216px) {
      .data div {
        margin: 16px 0 0; } }
  .data span {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    font-weight: 100;
    font-family: "ProximaNova-Regular";
    margin: -6px 0 10px 0; }
  .data h2 {
    font-size: 30px; }
    .data h2 + a {
      margin: 16px 0;
      padding-left: 32px;
      background: url("../../images/v2014/watch.png") no-repeat 0 center;
      font-weight: 100;
      font-family: "ProximaNova-Bold";
      color: #A1A1A1;
      display: inline-block;
      font-size: 14px; }
      .data h2 + a:hover {
        opacity: 0.8; }
  .data a:last-child {
    display: inline-block;
    margin-top: 16px;
    font-weight: 100;
    font-family: "ProximaNova-Bold";
    color: #ffffff;
    font-size: 17px;
    background: #EC008C;
    border-radius: 4px;
    padding: 16px; }
    @media (max-width: 1216px) {
      .data a:last-child {
        padding: 8px; } }

.blank div p.checkbox {
  border: none !important;
  background: none !important;
  margin-left: 10px;
  margin-bottom: 30px; }
@media (max-width: 480px) {
  .blank li {
    float: none;
    width: auto; } }

.team-member-switcher {
  display: block;
  background-color: white;
  font-size: 24px;
  font-weight: normal;
  font-family: "ProximaNova-Bold";
  text-align: center;
  padding: 20px 0;
  margin: -16px 6px -16px 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15); }
  .team-member-switcher a:hover {
    cursor: pointer; }
  .team-member-switcher a.unactive {
    color: #A1A1A1; }

#left {
  width: 70%;
  float: left; }
  @media (max-width: 767px) {
    #left {
      float: none;
      width: auto; } }
  #left > div {
    margin-right: 16px; }
    @media (max-width: 767px) {
      #left > div {
        margin: 0; } }

#right {
  width: 30%;
  float: right; }
  @media (max-width: 767px) {
    #right {
      float: none;
      width: auto; } }
  #right p {
    margin-top: 16px; }
  #right .page_menu {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
    -moz-margin-before: 1em;
    -moz-margin-after: 1em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 20px;
    list-style: inherit; }
  #right ul {
    list-style: none;
    padding-top: 8px;
    -webkit-padding-start: 20px; }
  #right li {
    margin-top: 8px; }
  #right .impact-menu ul li ul {
    padding-top: 0;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    display: none;
    list-style: disc; }
    #right .impact-menu ul li ul li {
      padding-left: 20px;
      margin-top: 0; }
      #right .impact-menu ul li ul li a {
        background-image: url("./../../../static/images/v2014/li-circle-green.png");
        font-family: inherit;
        padding-top: 8px;
        padding-bottom: 8px; }
      #right .impact-menu ul li ul li:hover, #right .impact-menu ul li ul li.selected {
        background-color: #D9D9D9;
        font-family: "ProximaNova-Bold"; }
  #right .impact-menu > ul, #right .impact-menu > .cms_plugin > ul {
    padding-top: 0; }
  #right .impact-menu > ul > li,
  #right .impact-menu > .cms_plugin > ul > li {
    list-style: none;
    margin-top: 0; }
  #right .impact-menu > ul > li:hover,
  #right .impact-menu > .cms_plugin > ul > li:hover {
    background-color: #D9D9D9; }
  #right .impact-menu > ul > li a,
  #right .impact-menu > .cms_plugin > ul > li a {
    background-image: url("./../../../static/images/v2014/li-green.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 35px;
    display: block;
    padding-bottom: 8px;
    padding-top: 8px; }
  #right .impact-menu > ul > li a.active,
  #right .impact-menu > .cms_plugin > ul > li a.active {
    background-image: url("./../../../static/images/v2014/li-green-down.png");
    background-color: #D9D9D9; }
  #right .impact-menu .page_menu {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    -moz-margin-before: 1em;
    -moz-margin-after: 1em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 0px;
    list-style: inherit;
    margin-top: 0; }
    #right .impact-menu .page_menu li {
      color: #17BA9D; }
    #right .impact-menu .page_menu a {
      color: #000000; }
      #right .impact-menu .page_menu a:hover {
        color: #000000; }
  #right a {
    color: #EC008C;
    font-weight: 100;
    font-family: "ProximaNova-Bold"; }
    #right a:hover {
      color: #EB57AF; }
  #right span {
    color: #A1A1A1; }
  #right iframe {
    display: block;
    width: 100%; }
  #right h1 {
    background: #EC008C;
    color: #ffffff;
    padding: 16px;
    font-size: 24px;
    margin: 16px 0 0; }
    @media (max-width: 767px) {
      #right h1 {
        margin-bottom: -16px; } }
  #right .box.impact-menu {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0; }

#navigation {
  list-style: none;
  text-align: center; }
  #navigation li {
    display: inline-block; }
    @media (max-width: 480px) {
      #navigation li:first-child, #navigation li:last-child {
        display: block; } }
    #navigation li:first-child a, #navigation li:last-child a {
      background: #484848; }
    #navigation li a:hover {
      background: #EC008C; }
  #navigation .active a {
    background: #EC008C; }
  #navigation a {
    display: block;
    padding: 8px 16px;
    background: #A1A1A1;
    font-weight: 100;
    font-family: "ProximaNova-Bold";
    margin-top: 16px;
    color: #ffffff; }
  #navigation .dots {
    display: block;
    padding: 8px 16px;
    background: #D9D9D9;
    font-weight: 100;
    font-family: "ProximaNova-Bold";
    margin-top: 16px;
    color: #ffffff; }

ul#news li:nth-of-type(odd) {
  clear: both; }

#news {
  list-style: none;
  overflow: hidden;
  margin-left: -16px; }
  #news li {
    float: left;
    width: 50%; }
    #news li > div {
      padding: 0 0 5px 16px; }
  #news img {
    margin-top: 16px; }
  #news h2 {
    font-size: 24px;
    margin-bottom: 16px; }
  #news a {
    color: #EC008C;
    font-weight: 100;
    font-family: "ProximaNova-Bold"; }
    #news a:hover {
      color: #EB57AF; }

#pagination {
  list-style: none;
  overflow: hidden; }
  #pagination li {
    float: left !important;
    margin-top: 16px; }
@media(max-width: 480px) {
  #pagination li {
    float: none;
    text-align: center; } }
    #pagination li + li {
      float: right !important; }
@media(max-width: 480px) {
  #pagination li + li {
    float: none;
    text-align: center; } }
      #pagination li + li a {
        padding: 0 13px 0 0; }
  #pagination a {
    padding-left: 13px;
    color: #EC008C;
    font-weight: 100;
    font-family: "ProximaNova-Bold"; }
    #pagination a:hover {
      color: #EB57AF; }

.icon {
  list-style: none;
  overflow: hidden;
  margin-left: -16px; }
  .icon li {
    display: inline-block;
    overflow: hidden;
    margin: 16px 0 0 16px; }
    .icon li:hover span {
      display: flex; }
    .icon li span {
      align-items: center;
      color: #ffffff;
      display: flex;
      justify-content: center; }
    .icon li a {
      display: flex;
      text-decoration: none; }
    .icon li.icon-facebook span:first-child {
      background: #354F88; }
    .icon li.icon-facebook span + span {
      background: #3B5998; }
    .icon li.icon-twitter span:first-child {
      background: #209bd5; }
    .icon li.icon-twitter span + span {
      background: #45B0E3; }
    .icon li.icon-linkedin span:first-child {
      background: #007BB6; }
    .icon li.icon-linkedin span + span {
      background: #148BCC; }
    .icon li.icon-email span:first-child {
      background: #484848; }
    .icon li.icon-email span + span {
      background: #A1A1A1; }
  .icon span:first-child {
    width: 44px;
    height: 44px; }
  .icon span + span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 100;
    font-family: "ProximaNova-Bold";
    padding: 0 16px 0; }
    @media (max-width: 767px) {
      .icon span + span {
        display: none !important; } }

#offer, .offer {
  list-style: none;
  overflow: hidden; }
  @media (max-width: 767px) {
    #offer, .offer {
      margin-left: -16px; } }

#offer li, .offer li {
  float: left;
  width: 20%; }
  @media (max-width: 767px) {
    #offer li, .offer li {
      width: 50%; } }

.blog__box h2 {
  margin-top: 12px; }
.blog__box .date {
  padding-top: 0;
  line-height: 18px;
  font-family: "ProximaNova-Regular"; }
  .blog__box .date a {
    font-family: "ProximaNova-Regular";
    color: inherit;
    text-decoration: underline; }

.blog__box.box.preview {
  font-size: 14px; }
  .blog__box.box.preview .date {
    font-size: 14px; }
  .blog__box.box.preview h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px; }
    .blog__box.box.preview h2 a {
      color: inherit; }
  .blog__box.box.preview .description p {
    display: inline; }
  .blog__box.box.preview .categories a {
    margin-top: 8px; }

@media (min-width: 992px) {
  .blog__main_picture_of_article.preview {
    float: left;
    max-width: 225px;
    margin-right: 16px;
    margin-top: 16px;
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .blog__main_picture_of_article.preview {
    margin-top: 16px; } }

.blog__post_categories__select {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  background: #F2F2F2;
  padding: 8px 5px; }

.blog__sidebar__list {
  list-style: none;
  -moz-padding-start: 20px;
  -webkit-padding-start: 20px; }
  .blog__sidebar__list li {
    margin-top: 8px; }
    .blog__sidebar__list li.tag {
      font-size: 18px;
      display: inline;
      margin-right: 10px; }
      .blog__sidebar__list li.tag.big {
        font-size: 22px; }
      .blog__sidebar__list li.tag.small {
        font-size: 15px; }
    .blog__sidebar__list li a {
      color: #EC008C;
      font-weight: 100;
      font-family: "ProximaNova-Bold"; }

.blog__related_posts .col-sm-6 img:first-child {
  margin-top: 16px; }
  @media (max-width: 768px) {
    .blog__related_posts .col-sm-6 img:first-child + .box {
      margin-top: 16px; } }
.blog__related_posts .col-sm-6 .box:first-child {
  margin-top: 16px; }

.popular_posts .col-xs-8 {
  padding-left: 0; }
  .popular_posts .col-xs-8 p {
    margin-top: 0;
    margin-bottom: 0; }

#carousel-latest-blog-posts {
  padding-bottom: 40px; }
  #carousel-latest-blog-posts .description-column {
    text-align: left; }
    #carousel-latest-blog-posts .description-column .dynamic-content {
      background-color: #D9D9D9;
      padding: 10px; }
      @media (max-width: 767px) {
        #carousel-latest-blog-posts .description-column .dynamic-content {
          height: 280px;
          overflow: hidden; } }
    #carousel-latest-blog-posts .description-column p {
      margin: 10px 0; }
    #carousel-latest-blog-posts .description-column .read-on {
      color: #ffffff; }
  #carousel-latest-blog-posts .background-blog-picture {
    background-image: url("/static/images/v2014/counter.jpg");
    background-size: cover;
    background-position: center center;
    height: 400px; }
    @media (max-width: 767px) {
      #carousel-latest-blog-posts .background-blog-picture {
        height: 200px; } }
  #carousel-latest-blog-posts .carousel-indicators {
    bottom: 0; }

#CookielawBanner {
  background: #2F3B61;
  color: #ffffff;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  max-width: 328px;
  font-size: 12px;
  line-height: 16px;
  padding: 1rem;
  z-index: 2; }
  #CookielawBanner h6 {
    font-family: #ffffff; }

.cookie-page {
  text-align: left;
  padding-bottom: 30px; }
  .cookie-page.page-header .container:last-child {
    border-bottom: 0; }
  .cookie-page .cookie-group-form {
    display: flex;
    align-items: center; }
    .cookie-page .cookie-group-form > * {
      margin-right: 1rem;
      margin-bottom: 1rem; }
  .cookie-page .cookie-group {
    margin-bottom: 1.5rem;
    margin-top: 0.5rem; }
  .cookie-page h3 {
    margin-bottom: 1rem; }

#CookielawBanner a {
  background: #EC008C;
  border-radius: 0;
  border: 0; }
  #CookielawBanner a:hover {
    background: #AF2161; }

.contact-person-details {
  margin-top: 20px;
  margin-bottom: 5px; }
@media(min-width: 768px) {
  .contact-person-details {
    display: flex;
    align-items: center; } }
@media(max-width: 767px) {
  .contact-person-details {
    text-align: center; } }
  .contact-person-details__photo {
    max-width: 224px; }
@media(max-width: 767px) {
  .contact-person-details__photo {
    margin: 0 auto 10px; } }
    .contact-person-details__photo img {
      border: 5px solid #ffffff;
      box-shadow: 0 0 10px #A1A1A1;
      border-radius: 50%; }
  .contact-person-details__data {
    margin-left: 20px; }
    .contact-person-details__data h2 {
      font-size: 24px;
      margin-top: 0; }
      .contact-person-details__data h2 span {
        display: block;
        font-size: 18px;
        font-family: "ProximaNova-Regular";
        float: none;
        text-transform: uppercase; }
    .contact-person-details__data a {
      color: #A1A1A1;
      font-family: "ProximaNova-Bold"; }
      .contact-person-details__data a:hover, .contact-person-details__data a:focus, .contact-person-details__data a:active {
        opacity: 0.8; }

.window {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  overflow: auto;
  display: block;
  z-index: 100; }
  .window > div {
    margin: 75px 16%;
    background: #ffffff;
    padding: 54px 44px;
    position: relative;
    z-index: 200;
    border: 4px solid #929292;
    border-radius: 4px; }
    @media (max-width: 1216px) {
      .window > div {
        margin: 32px;
        padding: 16px; } }
    .window > div > div {
      overflow: hidden; }

.close {
  width: 32px;
  height: 32px;
  right: -16px;
  position: absolute;
  background: url("./../../images/v2014/close.png") #ffffff;
  top: -16px;
  border: 3px solid #ffffff;
  border-radius: 100px;
  box-sizing: content-box;
  z-index: 2; }

.contact-persons .contact-map {
  float: left;
  width: 50%; }
  .contact-persons .contact-map h2 {
    margin-top: 20px; }
  .contact-persons .contact-map .data h2 + a {
    padding-left: 0;
    display: block;
    margin-bottom: 6px; }

#contact_popup_descriptions {
  margin-top: 27px; }
  #contact_popup_descriptions .flag {
    margin-right: 10px;
    height: 29px;
    float: left; }

#sailing {
  width: 25%;
  float: left; }
@media(min-width: 1500px) {
  #sailing {
    width: 20%;
    float: left; } }
@media(max-width: 767px) {
  #sailing {
    float: none;
    width: auto; } }
  #sailing div {
    margin-right: 16px; }
@media(max-width: 767px) {
  #sailing div {
    margin: 0; } }
  #sailing h2 {
    font-size: 13px;
    color: #A1A1A1;
    text-transform: uppercase;
    font-weight: normal; }
  #sailing ul {
    padding-top: 15px; }
  #sailing li.active:nth-child(odd) a {
    background: #EC008C url("./../../images/v2014/navigation.png") no-repeat 0 center; }
  #sailing li:nth-child(odd) a {
    background: #D9D9D9; }
  #sailing a {
    display: block;
    font-size: 18px;
    font-weight: 100;
    font-family: "ProximaNova-Bold";
    padding: 8px 8px 8px 15px;
    color: #000000;
    margin-top: 1px;
    background: #F2F2F2;
    text-decoration: none; }
  #sailing #map-countries {
    padding-left: 0; }
  #sailing .active a,
  #sailing li a:hover {
    background: #EC008C url("./../../images/v2014/navigation.png") no-repeat 0 center;
    color: #ffffff; }

#touch {
  width: 75%;
  float: right; }
  @media (min-width: 1500px) {
    #touch {
      width: 80%;
      float: right; } }
  @media (max-width: 767px) {
    #touch {
      float: none;
      width: auto;
      margin-top: 16px; } }
  #touch .folks.contact-map p {
    margin-top: 0; }
  #touch .folks.contact-map .data h2 span {
    float: none;
    margin-top: 5px; }
  #touch .folks.contact-map li:last-child a {
    background: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 16px; }
  #touch h2 {
    overflow: hidden;
    font-size: 24px;
    color: #000000; }
    #touch h2 img {
      float: left;
      margin: 2px 8px 0 0; }
      @media (max-width: 480px) {
        #touch h2 img {
          float: none;
          display: block;
          margin: 0 0 16px; } }
  #touch > a {
    margin-top: 16px;
    display: inline-block;
    font-weight: 100;
    font-family: "ProximaNova-Bold";
    color: #ffffff;
    font-size: 16px;
    padding: 8px 32px;
    background: #EC008C; }
    @media (max-width: 480px) {
      #touch > a {
        padding: 8px; } }
    #touch > a:hover {
      background: #EB57AF; }
  #touch ul {
    list-style: none;
    overflow: hidden;
    margin: 8px 0 0 -8px; }
  #touch li {
    float: left; }
    #touch li a {
      height: 36px;
      display: block;
      width: 36px;
      margin: 8px 0 0 8px;
      background: #EC008C url("./../../images/v2014/share/share10.png") no-repeat center;
      border-radius: 18px; }
      #touch li a:hover {
        background-color: #EB57AF; }
    #touch li:first-child a {
      background-image: url("./../../images/v2014/share/share9.png"); }
    #touch li:nth-child(3) a {
      background-image: url("./../../images/v2014/share/share11.png"); }
    #touch li:nth-child(4) a {
      background-image: url("./../../images/v2014/share/share12.png"); }
    #touch li:nth-child(5) a {
      background-image: url("./../../images/v2014/share/share13.png"); }
    #touch li:nth-child(6) a {
      background-image: url("./../../images/v2014/share/share14.png"); }
    #touch li:nth-child(7) a {
      background-image: url("./../../images/v2014/share/share15.png"); }
    #touch li:last-child a {
      background-image: url("./../../images/v2014/share/share16.png"); }
  #touch > img {
    width: 100%;
    height: auto; }

#contact_popup_descriptions p {
  margin-top: 20px; }
#contact_popup_descriptions span {
  float: left; }

.contact-countries-list li a:hover, .contact-countries-list li:nth-child(odd) a:hover, .contact-countries-list li.active a, .contact-countries-list li:nth-child(odd).active a {
  background: #EC008C url("./../../images/v2014/navigation.png") no-repeat 0 center;
  color: #ffffff; }

.contact-countries-list {
  list-style: none;
  padding-left: 0; }
  .contact-countries-list li a {
    background: #F2F2F2;
    color: #000000;
    display: block;
    margin-top: 1px;
    padding: 8px 8px 8px 15px;
    text-decoration: none; }
  .contact-countries-list li:nth-child(odd) a {
    background: #D9D9D9; }

#rfc-2020-popup > div, .rfc-2020-popup-modal > div {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  height: 100vh;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  #rfc-2020-popup > div .container, .rfc-2020-popup-modal > div .container {
    background: #ffffff;
    max-height: 100%;
    overflow: auto;
    padding: 35px 25px;
    position: relative; }
  #rfc-2020-popup > div.popup-main-page .container, .rfc-2020-popup-modal > div.popup-main-page .container {
    background: #EC008CCC;
    color: #ffffff; }
    #rfc-2020-popup > div.popup-main-page .container .btn, .rfc-2020-popup-modal > div.popup-main-page .container .btn {
      font-size: 30px; }
      @media (max-width: 991px) {
        #rfc-2020-popup > div.popup-main-page .container .btn, .rfc-2020-popup-modal > div.popup-main-page .container .btn {
          font-size: 24px; } }
#rfc-2020-popup .closePopup, .rfc-2020-popup-modal .closePopup {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 35px;
  z-index: 101; }
#rfc-2020-popup strong, .rfc-2020-popup-modal strong {
  color: #315399; }
#rfc-2020-popup .ul--blue, #rfc-2020-popup .ul--hash, .rfc-2020-popup-modal .ul--blue, .rfc-2020-popup-modal #rfc-2020-popup .ul--hash, #rfc-2020-popup .rfc-2020-popup-modal .ul--hash, .rfc-2020-popup-modal .ul--hash {
  padding-left: 18px;
  list-style: none; }
  #rfc-2020-popup .ul--blue li::before, #rfc-2020-popup .ul--hash li::before, .rfc-2020-popup-modal .ul--blue li::before, .rfc-2020-popup-modal #rfc-2020-popup .ul--hash li::before, #rfc-2020-popup .rfc-2020-popup-modal .ul--hash li::before, .rfc-2020-popup-modal .ul--hash li::before {
    content: "•";
    color: #315399;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
#rfc-2020-popup .ul--hash li::before, .rfc-2020-popup-modal .ul--hash li::before {
  content: "#"; }
#rfc-2020-popup .popup-header, .rfc-2020-popup-modal .popup-header {
  color: #004b68; }

.rfc-2020-popup-modal {
  background: #ffffff;
  color: #212529; }

body[class*="omo-BackGroundColor-"] {
  background-image: unset; }
  body[class*="omo-BackGroundColor-"] header .header-top {
    background: #EC008C; }
  body[class*="omo-BackGroundColor-"] .why-we-exist__box h4, body[class*="omo-BackGroundColor-"] .why-we-exist__box p {
    color: #212529 !important; }
  body[class*="omo-BackGroundColor-"] .why-we-exist__box h4 {
    padding: 0;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    top: 0; }
  body[class*="omo-BackGroundColor-"] .faq__section__link {
    color: #ffffff !important; }
  body[class*="omo-BackGroundColor-"] .folks li > div {
    border: 0; }
  body[class*="omo-BackGroundColor-"] .folks {
    background-image: none;
    border-bottom: 0; }
  body[class*="omo-BackGroundColor-"] .our-portfolio #wallOfFameCarousel .text-box h4 {
    position: relative;
    background: none;
    padding: 0;
    margin: 0;
    top: 0; }
  body[class*="omo-BackGroundColor-"] .our-portfolio #wallOfFameCarousel .text-box {
    padding-top: 25px; }
  body[class*="omo-BackGroundColor-"] .team-members__elem {
    border: 0; }

body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) {
  color: #212529; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .page, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .our-programs, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .our-programs--first, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .our-programs__bg-pattern, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .why-we-exist, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .our-story, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .form {
    color: #212529; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .get-involved__body-bg, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .get-involved__bg-light, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .get-involved, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .ceo-letter, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .ceo-letter, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .our-partners, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .our-portfolio {
    color: #212529; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .above-video, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .video, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) header, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .faq {
    color: #212529; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .highlights, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .partnering, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .footprint .rfc-header, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .footprint .covid-template .how-can-help__header, .covid-template body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .footprint .how-can-help__header {
    color: #212529; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .heading, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .heading a, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .heading h2 {
    color: #212529; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .heading h2 span {
    color: #212529 !important; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .page h1 span, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .page h2 span {
    color: #212529 !important; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .get-involved__bg-light a {
    color: #212529 !important; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .get-involved a, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .ceo-letter a, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .ceo-letter a {
    color: #212529 !important; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .get-involved__box__content {
    color: #212529 !important; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .heading a, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .center_column a, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .center_column h2, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .newsroom {
    color: #212529 !important; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .news .rfc-header, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .news .covid-template .how-can-help__header, .covid-template body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .news .how-can-help__header {
    color: #212529 !important; }
  body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .our-portfolio #wallOfFameCarousel p, body[class*="omo-BackGroundColor-"]:not(.omo-BackGroundColor-6) .our-portfolio #wallOfFameCarousel h4 {
    color: #212529; }

body.omo-BackGroundColor-6 .footprint, body.omo-BackGroundColor-6 .footprint .rfc-header, body.omo-BackGroundColor-6 .footprint .covid-template .how-can-help__header, .covid-template body.omo-BackGroundColor-6 .footprint .how-can-help__header {
  color: #212529 !important; }
body.omo-BackGroundColor-6 .our-programs__box .row {
  color: #212529 !important; }
body.omo-BackGroundColor-6 .our-portfolio #wallOfFameCarousel .text-box h4, body.omo-BackGroundColor-6 .our-portfolio #wallOfFameCarousel .text-box h4 span {
  color: #ffffff !important; }
body.omo-BackGroundColor-6 .get-involved__bg-light a {
  color: #ffffff !important; }
body.omo-BackGroundColor-6 .get-involved a, body.omo-BackGroundColor-6 .ceo-letter a, body.omo-BackGroundColor-6 .ceo-letter a {
  color: #ffffff !important; }
body.omo-BackGroundColor-6 .why-we-exist__box h4 {
  color: #ffffff !important; }
body.omo-BackGroundColor-6 .our-programs__arrow {
  color: #004b68 !important; }

.team-members {
  background: #ffffff;
  margin: 1rem auto; }
  .team-members__elem {
    border-bottom: 1px solid #D9D9D9;
    color: #212529;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .team-members__elem:nth-child(odd) {
      border-right: 1px solid #D9D9D9;
      clear: both; }
    .team-members__elem h3 {
      color: #212529;
      margin-bottom: 0; }
    .team-members__elem .img-circle {
      border-radius: 100%;
      border: 5px solid #ffffff;
      box-shadow: 0 0 10px #A1A1A1; }
    .team-members__elem .position-relative {
      max-width: 260px;
      margin-left: auto;
      margin-right: auto; }
      .team-members__elem .position-relative .flag-icon {
        top: 0; }
      .team-members__elem .position-relative .area-icon {
        bottom: 0; }
      .team-members__elem .position-relative .flag-icon, .team-members__elem .position-relative .area-icon {
        position: absolute;
        margin: 8px;
        left: 0; }
  .team-members__short-desc {
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px; }

.center_column .team-members__elem h3 {
  color: #212529; }
.center_column .team-members__elem .btn-default {
  color: #ffffff; }
  .center_column .team-members__elem .btn-default:hover, .center_column .team-members__elem .btn-default:active, .center_column .team-members__elem .btn-default:focus, .center_column .team-members__elem .btn-default:visited {
    color: #ffffff; }
.center_column .team-members__elem a {
  color: #EC008C;
  font-family: "ProximaNova-Regular"; }
  .center_column .team-members__elem a:hover, .center_column .team-members__elem a:active, .center_column .team-members__elem a:focus, .center_column .team-members__elem a:visited {
    color: #EC008C;
    text-decoration: underline; }
.center_column .modal__team-members .modal-body, .center_column .modal__team-members .modal-title {
  color: #212529; }

/*# sourceMappingURL=style.css.map */
