/* global */

html.annual-report-2017 {
  box-sizing: border-box;
}
.annual-report-2017 *, .annual-report-2017 *:before, .annual-report-2017 *:after {
  box-sizing: inherit;
  outline: none;
}
.annual-report-2017 * {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.annual-report-2017 body {
  margin: 0;
  padding: 0;
}

button::-moz-focus-inner {
  border: 0;
}

/* typography */

.annual-report-2017 h1, .annual-report-2017 h2, .annual-report-2017 h3, .annual-report-2017 h4, .annual-report-2017 h5, .annual-report-2017 h6 {
  margin: 0;
  padding: 16px 0;
  padding: 1rem 0;
  font-weight: 400;
}
.annual-report-2017 h1 {
  font-size: 48px;
  font-size: 3rem;
}
.annual-report-2017 h2 {
  font-size: 1.5rem;
}
@media (min-width: 480px) {
  .annual-report-2017 h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.annual-report-2017 h3 {
  font-size: 29.6px;
  font-size: 1.85rem;
}
.annual-report-2017 h4 {
  font-size: 28px;
  font-size: 1.75rem;
}
.annual-report-2017 h5 {
  font-size: 24px;
  font-size: 1.5rem;
}
.annual-report-2017 h6 {
  font-size: 22px;
  font-size: 1.375rem;
}
.annual-report-2017 p, .annual-report-2017 li {
  margin: 0;
  padding: 16px 0;
  padding: 1rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #3D415D;
}
.annual-report-2017 a {
  color: #3D415D;
  text-decoration: none;
  border-bottom: 2px solid #02D57C;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.annual-report-2017 a:hover {
  color: #02B067;
  border-bottom: 2px solid #02B067;
}
.annual-report-2017 a.brand-link,
.annual-report-2017 a.brand-link:hover {
  border-bottom: none;
}
.annual-report-2017 li {
  padding: 16px;
  padding: 1rem;
  line-height: 1.4;
  list-style-type: none;
}
.annual-report-2017 .button {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px;
  padding: 1rem;
  font-size: 13.6px;
  font-size: 0.85rem;
  border: 1px solid #8089C4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.annual-report-2017 .button:hover {
  color: white;
  background: #8089C4;
}
.annual-report-2017 blockquote {
  width: 100%;
  margin: 16px 0 0 0;
  margin: 1rem 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .annual-report-2017 blockquote {
    width: 70%;
  }
}
.annual-report-2017 blockquote p {
  padding: 16px 0;
  padding: 1rem 0;
  border-top: 8px solid white;
  color: white;
}
.annual-report-2017 a.ar-2017-publication-title {
  color: #C7FFD4;
  font-style: italic;
  border-bottom: 2px solid #C7FFD4;
}
.annual-report-2017 a.ar-2017-publication-title:hover {
  color: white;
  border-bottom: 2px solid white;
}

/* header and wrapper */

.ar-2017-header {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  position: fixed;
  z-index: 100;
  -webkit-transition: height 0.1875s;
  transition: height 0.1875s;
}
.ar-2017-header.ar-2017-scrolled-header {
  height: 60px;
}
.ar-2017-header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .ar-2017-header .menu {
    margin-right: 1rem;
  }
}
.ar-2017-header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.ar-2017-header .menu ul li {
  list-style-type: none;
  font-size: 13.6px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 8px;
  padding: 1rem 0.5rem;
}
@media (min-width: 480px) {
  .ar-2017-header .menu ul li {
    padding: 1rem;
  }
}
.ar-2017-header .menu ul li a.header-donate-link {
  color: #E2685A;
  border-bottom: none;
}
.ar-2017-header .menu ul li a.header-donate-link:hover {
  color: #FF8C80;
}
.ar-2017-header .menu ul li a.header-menu-link {
  color: #8089C4;
  border-bottom: none;
}
.ar-2017-header .menu ul li a.header-menu-link:hover {
  color: #A1ACF7;
}
.ar-2017-header .menu ul li a i {
  margin-right: 4px;
  margin-right: 0.25rem;
}
@media (min-width: 480px) {
  .ar-2017-header .menu ul li a i {
    margin-right: 0.5rem;
  }
}

.ar-2017-logo {
  width: 125px;
  height: 100px;
  margin-left: 16px;
  margin-left: 1rem;
  background-image: url("/wp-content/uploads/Landesa-logo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1875s;
  transition: all 0.1875s;
}
.ar-2017-scrolled-header .ar-2017-logo {
  width: 100px;
}
@media (min-width: 480px) {
  .ar-2017-header .ar-2017-logo {
    width: 150px;
  }
  .ar-2017-header.ar-2017-scrolled-header .ar-2017-logo {
    width: 125px;
  }
}
@media (min-width: 768px) {
  .ar-2017-logo {
    margin-left: 2rem;
  }
}

.ar-2017-wrapper {
  width: 100%;
  padding-top: 90px;
}
.ar-2017-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../images/hero-background.jpg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .ar-2017-hero {
    height: auto;
    background: none;
  }
}
.ar-2017-video {
  display: none;
}
@media (min-width: 768px) {
  .ar-2017-video {
    display: block;
    width: 100%;
    z-index: -10;
    background: url("../images/hero-background.jpg") no-repeat;
    background-size: cover;
  }
}
.ar-2017-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3D415D;
  z-index: 92;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
.ar-2017-hero .hero-content {
  position: absolute;
  bottom: 32px;
  bottom: 2rem;
  margin: 16px 0;
  margin: 1rem 0;
  z-index: 94;
}
@media (min-width: 480px) {
  .ar-2017-hero .hero-content {
    bottom: 64px;
    bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .ar-2017-hero .hero-content {
    bottom: 96px;
    bottom: 6rem;
  }
}
@media (min-width: 992px) {
  .ar-2017-hero .hero-content {
    bottom: 160px;
    bottom: 10rem;
  }
}
.ar-2017-hero .hero-content h2 {
  display: inline-block;
  padding: 16px 32px 16px 16px;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  background: #02D57C;
}
@media (min-width: 768px) {
  .ar-2017-hero .hero-content h2 {
    padding-right: 4rem;
    padding-left: 3rem;
    font-size: 1.75rem;
  }
}
.ar-2017-hero .hero-content h2 span {
  color: #FFF0B3;
}
.ar-2017-hero .hero-content h1 {
  padding: 16px 16px 16px 16px;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
}
@media (min-width: 768px) {
  .ar-2017-hero .hero-content h1 {
    padding-right: 4rem;
    padding-left: 3rem;
    font-size: 3.5rem;
  }
}

/* mobile menu */

.ar-2017-mobile-menu-wrapper {
  background-color: #A1ACF7;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -60%;
  width: 60%;
  z-index: 98;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 480px) {
  .ar-2017-mobile-menu-wrapper {
    right: -40%;
    width: 40%;
  }
}
@media (min-width: 768px) {
  .ar-2017-mobile-menu-wrapper {
    right: -20%;
    width: 20%;
  }
}
.ar-2017-mobile-menu-wrapper.open-mobile-menu {
  right: 0;
}
.ar-2017-mobile-menu-wrapper .mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 100px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.ar-2017-mobile-menu-wrapper .mobile-menu-list.ar-2017-scrolled-menu {
  margin-top: 60px;
}
.ar-2017-mobile-menu-wrapper .mobile-menu-list li:not(:first-of-type) {
  border-top: 1px solid #8089C4;
}
.ar-2017-mobile-menu-wrapper .mobile-menu-list li a,
.ar-2017-mobile-menu-wrapper .mobile-menu-list li a:hover {
  border-bottom: none;
}
.ar-2017-mobile-menu-wrapper .mobile-menu-list li a {
  color: white;
}
.ar-2017-mobile-menu-wrapper .mobile-menu-list li a:hover {
  color: #D9DEFF;
}

/* slideshow */

.ar-2017-slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background: white;
  border-top: 6px solid white;
}

/* image column */

.ar-2017-slideshow .slide-image-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .ar-2017-slideshow .slide-image-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
.ar-2017-slideshow .slide-image-wrapper .slide-image {
  width: 100%;
  height: 100%;
  min-height: 40vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .ar-2017-slideshow .slide-image-wrapper .slide-image {
    min-height: 800px;
  }
}
.ar-2017-slideshow .slide-image-wrapper .slide-image-1 {
  background-image: url("../images/piari-devi.jpg");
}
.ar-2017-slideshow .slide-image-wrapper .slide-image-2 {
  background-position: center top;
  background-image: url("../images/wb-patta-1.jpg");
}
.ar-2017-slideshow .slide-image-wrapper .slide-image-3 {
  background-position: 75% center;
  background-image: url("../images/shyama-diwadi.jpg");
}
.ar-2017-slideshow .slide-image-wrapper .slide-image-4 {
  background-position: center 10%;
  background-image: url("../images/family-patta-1.jpg");
}
.ar-2017-slideshow .slide-image-wrapper .slide-image-5 {
  background-position: 80% top;
  background-image: url("../images/lalla-budni.jpg");
}
@media (min-width: 1200px) {
  .ar-2017-slideshow .slide-image-wrapper .slide-image-5 {
    background-position: center top;
  }
}

/* text content column */

.ar-2017-slideshow .slide-content-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #FF7134;
}
@media (min-width: 768px) {
  .ar-2017-slideshow .slide-content-wrapper {
    width: 50%;
    min-height: 800px;
  }
}
.ar-2017-slideshow .slide-content-wrapper .slide-content {
  width: 80%;
  margin: 32px auto;
  margin: 2rem auto;
}
.ar-2017-slideshow .slide-content-wrapper .slide-content .eyebrow-bar {
  width: 100px;
  height: 10px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  background: #FFF0B3;
}

.slide-stat-breakdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1200px) {
  .slide-stat-breakdown-wrapper:not(.breakdown-wrapper-2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .slide-stat-breakdown-wrapper.breakdown-wrapper-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}
.slide-stat-breakdown-wrapper .slide-stat-breakdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 1200px) {
  .slide-stat-breakdown-wrapper:not(.breakdown-wrapper-2) .slide-stat-breakdown {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .slide-stat-breakdown-wrapper.breakdown-wrapper-2 .slide-stat-breakdown {
    padding-left: 1.5rem;
  }
}
.slide-stat-breakdown-wrapper .slide-stat-breakdown .slide-stat-chart {
  width: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.slide-stat-breakdown-wrapper .slide-stat-breakdown .slide-stat-chart.slide-stat-chart-1 {
  background-image: url("../images/pie-chart-1.svg");
}
.slide-stat-breakdown-wrapper .slide-stat-breakdown .slide-stat-chart.slide-stat-chart-2 {
  background-image: url("../images/pie-chart-2.svg");
}
.slide-stat-breakdown-wrapper .slide-stat-breakdown .slide-stat-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 8px;
  padding-left: 0.5rem;
}
.slide-stat-breakdown-wrapper .slide-stat-breakdown .slide-stat-labels .slide-stat-breakdown-women {
  padding-bottom: 0;
  font-weight: 00;
  color: #FFDA4A;
}
.slide-stat-breakdown-wrapper .slide-stat-breakdown .slide-stat-labels .slide-stat-breakdown-men {
  padding-top: 0;
  font-weight: 300;
  color: #FFF0B3;
}

.ar-2017-slideshow .slide-content-wrapper .slide-content h2,
.ar-2017-slideshow .slide-content-wrapper .slide-content p {
  margin: 0;
  padding: 8px 0;
  padding: 0.5rem 0;
}
.ar-2017-slideshow .slide-content-wrapper .slide-content h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
}
.ar-2017-slideshow .slide-content-wrapper .slide-content .secondary-slide-header {
  font-size: 24px;
  font-size: 1.5rem;
  color: #FFF0B3;
}
.ar-2017-slideshow .slide-content-wrapper .slide-content p.slide-explainer {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}
.ar-2017-slideshow .slide-content-wrapper .slide-content p.slide-explainer span {
  font-weight: 400;
  color: #FFDDC6;
}
.ar-2017-slideshow .slide-content-wrapper .slide-content p.slide-quote {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  color: #FFDDCA;
}
@media (min-width: 768px) {
  .ar-2017-slideshow .slide-content-wrapper .slide-content p.slide-quote {
    padding-bottom: 0.5rem;
  }
}
.ar-2017-slideshow .slide-content-wrapper .slide-content p.slide-quote .slide-quote-credit {
  font-size: 13.6px;
  font-size: 0.85rem;
}
.ar-2017-slideshow .slide-content-wrapper .slide-content hr {
  border: 0;
  height: 1px;
  margin: 8px 0;
  margin: 0.5rem 0;
  background: #3D415D;
  opacity: .125;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
}
@media (min-width: 768px) {
  .ar-2017-slideshow .slide-content-wrapper .slide-content h2,
  .ar-2017-slideshow .slide-content-wrapper .slide-content p {
    padding: 0.25rem 0;
  }
}
@media (min-width: 992px) {
  .ar-2017-slideshow .slide-content-wrapper .slide-content h2 {
    font-size: 3.5rem;
  }
  .ar-2017-slideshow .slide-content-wrapper .slide-content .secondary-slide-header {
    font-size: 2rem;
  }
  .ar-2017-slideshow .slide-content-wrapper .slide-content p.slide-explainer {
    font-size: 1.5rem;
  }
  .ar-2017-slideshow .slide-content-wrapper .slide-content p.slide-quote {
    font-size: 1.25rem;
  }
  .ar-2017-slideshow .slide-content-wrapper .slide-content p.slide-quote .slide-quote-credit {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .ar-2017-slideshow .slide-content-wrapper .slide-content h2,
  .ar-2017-slideshow .slide-content-wrapper .slide-content p {
    padding: 1rem 0;
  }
}

/* gallery controls */

.slick-prev,
.slick-next {
  top: auto;
  bottom: 0;
  width: 60px;
  height: 60px;
  z-index: 96;
}
.slick-prev {
  left: 10%;
}
@media (min-width: 992px) {
  .slick-prev {
    left: 20%;
  }
}
.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 64px;
  font-size: 4rem;
}
.slick-next {
  right: 10%;
}
@media (min-width: 992px) {
  .slick-next {
    right: 20%;
  }
}
.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 64px;
  font-size: 4rem;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  width: 60%;
  left: 50%;
  bottom: 36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .slick-dots {
    width: 50%;
  }
}
.slick-dots li {
  width: 40px;
  height: 40px;
}

.slick-dots li button {
  width: 40px;
  height: 40px;
}

.slick-dots li button:before {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: white;
}

.slick-dots li.slick-active button:before {
  color: white;
}

/* ceo letter */

.ar-2017-ceo-letter {
  width: 96%;
  max-width: 1400px;
  margin: 64px auto;
  margin: 4rem auto;
  padding: 32px;
  padding: 2rem;
  background: #02D57C;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .ar-2017-ceo-letter {
    width: 80%;
    padding: 4rem;
  }
}
@media (min-width: 992px) {
  .ar-2017-ceo-letter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.ar-2017-ceo-letter .ceo-headshot-wrapper {
  width: 200px;
  padding-right: 32px;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .ar-2017-ceo-letter .ceo-headshot-wrapper  {
    padding-top: 0;
  }
}
.ar-2017-ceo-letter .ceo-headshot-wrapper img {
  width: 100%;
}
.ar-2017-ceo-letter .ceo-headshot-wrapper h6 {
  color: white;
}

.ar-2017-ceo-letter .ceo-letter-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  width: 100%; 
  padding-top: 16px; 
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .ar-2017-ceo-letter .ceo-letter-text {
    padding-top: 0;
    padding-right: 4rem;
  }
}
.ar-2017-ceo-letter .ceo-letter-text h2 {
  padding-top: 0;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: white;
}
.ar-2017-ceo-letter .ceo-letter-text .drop-cap {
  display: block;
  float: left;
  font-size: 96px;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  color: #0C6E63;
  margin: -8px 8px 0 0;
  margin: -0.5rem 0.5rem 0 0;
}
.ar-2017-ceo-letter .ceo-letter-text p {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .ar-2017-ceo-letter .ceo-letter-text p {
    font-size: 1.25rem;
  }
}
.ar-2017-ceo-letter .ceo-letter-text .ceo-signature {
  width: 120px;
  height: 80px;
  margin-top: 16px;
  margin-top: 1rem;
  background-image: url("../images/letter-signature-chris.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.ar-2017-ceo-letter .ceo-letter-text .ceo-name {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  font-weight: 700;
}
.ar-2017-ceo-letter .ceo-letter-text .ceo-title {
  padding-top: 0;
  font-weight: 300;
}

.ar-2017-ceo-letter-banner {
  z-index: -1;
}
.ar-2017-ceo-letter-banner .banner-image {
  width: 100%;
  height: 100vh;
  margin-top: -200px;
  background-image: url("../images/africa-burundi-espinosa.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 8px solid #FFDA4A;
}
@media (min-width: 768px) {
  .ar-2017-ceo-letter-banner .banner-image {
    margin-top: -150px;
  }
}
@media (min-width: 1200px) {
  .ar-2017-ceo-letter-banner .banner-image {
    margin-top: -100px;
  }
}

/* financials */

.ar-2017-financials {
  width: 96%;
  max-width: 1400px;
  margin: 64px auto;
  margin: 4rem auto;
}
@media (min-width: 768px) {
  .ar-2017-financials {
    width: 80%;
  }
}
.ar-2017-financials h1 {
  font-weight: 300;
  color: #3D415D;
}
.ar-2017-financials .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
.ar-2017-financials .title h2 {
  font-weight: 300;
  color: #73778D;
}
.ar-2017-financials .title h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #1F9262;
}
.ar-2017-financials .financials-graph-header {
  font-weight: 300;
  color: #73778D;
}
.ar-2017-financials .graph-wrapper {
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 96px;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .ar-2017-financials .graph-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 20rem;
  }
}
.ar-2017-financials .graph-wrapper .graph {
  width: 100%;
  height: 30vh;
  background-size: contain;
  background-position: 10% 0;
  background-repeat: no-repeat;
  margin-right: 32px;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .ar-2017-financials .graph-wrapper .graph {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    height: 100%;
    background-position: center 0;
  }
}
.ar-2017-financials .graph-wrapper .graph.graph-1 {
  background-image: url("../images/revenues-chart.svg");
}
.ar-2017-financials .graph-wrapper .graph.graph-2 {
  background-image: url("../images/expenses-chart-1.svg");
}
.ar-2017-financials .graph-wrapper .graph.graph-3 {
  background-image: url("../images/expenses-chart-2.svg");
}
.ar-2017-financials .graph-wrapper .key {
  margin-top: 32px;
  margin-top: 2rem;
  padding-left: 32px;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .ar-2017-financials .graph-wrapper .key {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.ar-2017-financials .graph-wrapper .key li {
  margin: 0;
  padding: 12px 0;
  padding: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: center;
  align-items: center;
}
.ar-2017-financials .graph-wrapper .key li .graph-color {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  display: inline-block;
  height: 10px;
  margin-right: 8px;
  margin-right: .5rem;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-1 {
  background: #2F3B8D;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-2 {
  background: #5066FF;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-3 {
  background: #277FA8;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-4 {
  background: #59B2DB;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-5 {
  background: #9CDEFD;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-6 {
  background: #FE3B5F;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-7 {
  background: #FF8D4C;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-8 {
  background: #FFB78D;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-9 {
  background: #3F782E;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-10 {
  background: #02D57C;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-11 {
  background: #469D93;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-12 {
  background: #F7BC2D;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-13 {
  background: #FFDA4A;
}
.ar-2017-financials .graph-wrapper .key li .graph-color.color-14 {
  background: #FFEEA8;
}
.ar-2017-financials .graph-wrapper .key li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin: 0 0 0 8px;
  margin: 0 0 0 .5rem;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
}

.ar-2017-financials-banner .banner-image {
  width: 100%;
  height: 100vh;
  background-image: url("../images/children-india.jpg");
  background-size: cover;
  background-position: 25% 0;
  background-repeat: no-repeat;
  border-bottom: 8px solid #FFDA4A;
}
@media (min-width: 768px) {
  .ar-2017-financials-banner .banner-image {
    background-position: 100% 0;
  }
}

/* donors */

.ar-2017-donors {
  width: 100%;
  margin: 64px auto 0 auto;
  margin: 4rem auto 0 auto;
}
@media (min-width: 768px) {
  .ar-2017-donors {
    margin-bottom: 4rem;
  }
}
.ar-2017-donors h5 {
  color: #FF8D4C;
}
.ar-2017-donors .donor-row {
  margin: 0 auto;
  width: 96%;
}
@media (min-width: 768px) {
  .ar-2017-donors .donor-row {
    width: 80%;
    max-width: 1400px;
  }
}
.ar-2017-donors .donor-row h1 {
  font-weight: 300;
  color: #3D415D;
}
.ar-2017-donors .donor-row h2 {
  padding-top: 0;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  font-weight: 300;
  color: #73778D;
}
.ar-2017-donors .donor-row:after {
  content: "";
  display: block;
  clear: both;
}
.ar-2017-donors .donor-row .monthly-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ar-2017-donors .donor-row .monthly-note .leaf,
.ar-2017-donor-callout-text .reverse-leaf {
  width: 50px;
  height: 50px;
  margin-right: 16px;
  margin-right: 1rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.ar-2017-donors .donor-row .monthly-note .leaf {
  background-image: url("../images/leaf-icon-v2.svg");
}
.ar-2017-donor-callout-text .reverse-leaf {
  margin-top: 16px;
  margin-top: 1rem;
  background-image: url("../images/reverse-leaf-icon.svg");
}
.ar-2017-donors .donor-row .monthly-note p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #73778D;
}
.ar-2017-donors .donor-row .donor-column {
  width: 100%;
  float: left;
  padding: 32px 16px 32px 16px;
  padding: 2rem 1rem 2rem 1rem;
}
.ar-2017-donors .donor-row .donor-column.minimizable {
  padding-top: 0;
}
.ar-2017-donors .donor-row .donor-column:first-of-type {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ar-2017-donors .donor-row .donor-column.collapsable-bottom {
    padding-bottom: 0;
  }
  .ar-2017-donors .donor-row .donor-column.collapsable-top {
    padding-top: 0;
  }
  .ar-2017-donors .donor-row .donor-column.collapsable-bottom .ar-2017-donor-list {
    margin-bottom: 0;
  }
  .ar-2017-donors .donor-row .donor-column.collapsable-top .ar-2017-donor-list {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .ar-2017-donors .donor-row .donor-column {
    width: 50%;
    padding: 2rem 2rem 2rem 0;
  }
  .ar-2017-donors .donor-row .donor-column.minimizable {
    padding-top: 2rem;
  }
  .ar-2017-donors .donor-row .donor-column:first-of-type {
    padding-bottom: 2rem;
  }
}

/* vertical callout */

.ar-2017-donors .donor-banner-row-vertical {
  width: 100%;
  margin: 0 auto;
}
.ar-2017-donors .donor-banner-row-vertical .donor-banner-image-top {
  width: 100%;
  height: 100vh;
  background-image: url("../images/myanmar-two-women.jpg");
  background-size: cover;
  background-position: 85% center;
  background-repeat: no-repeat;
}
.ar-2017-donors .donor-banner-row-vertical .donor-banner-callout-bottom {
  width: 96%;
  margin: -50px auto 0 auto;
  padding: 48px 32px 32px 32px;
  padding: 3rem 2rem 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #02D57C;
}
@media (min-width: 768px) {
  .ar-2017-donors .donor-banner-row-vertical .donor-banner-callout-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 80%;
  }
}
.ar-2017-donors .donor-banner-row-vertical .donor-banner-callout-bottom .ar-2017-quotemarks {
  margin: 0 16px;
  margin: 0 1rem;
}
@media (min-width: 768px) {
  .ar-2017-donors .donor-banner-row-vertical .donor-banner-callout-bottom h4 {
    line-height: 1.4;
    padding-top: 0;
  }
}

/* horizontal callout 1 */

.ar-2017-donors .donor-banner-row-horizontal {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ar-2017-donors .donor-banner-row-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ar-2017-donors .donor-banner-row-horizontal .donor-banner-callout-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
  padding: 48px 16px 32px 16px;
  padding: 3rem 1rem 2rem 1rem;
  background: #02D57C;
}
@media (min-width: 768px) {
  .ar-2017-donors .donor-banner-row-horizontal .donor-banner-callout-left {
    min-height: 60vh;
    padding-left: 9%;
  }
}
.ar-2017-donors .donor-banner-row-horizontal .donor-banner-callout-left .ar-2017-quotemarks {
  margin: 0 16px;
  margin: 0 1rem;
}
.ar-2017-donors .donor-banner-row-horizontal .donor-banner-image-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-height: 60vh;
  margin: 0;
  background-image: url("../images/family-patta-2.jpg");
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}

/* horizontal callout 2 */

.ar-2017-donors .donor-banner-row-horizontal-2 {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ar-2017-donors .donor-banner-row-horizontal-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.ar-2017-donors .donor-banner-row-horizontal-2 .donor-banner-callout-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
  padding: 48px 16px 32px 16px;
  padding: 3rem 1rem 2rem 1rem;
  background: #02D57C;
}
@media (min-width: 768px) {
  .ar-2017-donors .donor-banner-row-horizontal-2 .donor-banner-callout-right {
    min-height: 60vh;
  }
}
.ar-2017-donors .donor-banner-row-horizontal-2 .donor-banner-callout-right .ar-2017-quotemarks {
  margin: 0 16px;
  margin: 0 1rem;
}
.ar-2017-donors .donor-banner-row-horizontal-2 .donor-banner-callout-right .ar-2017-donor-callout-text h4,
.ar-2017-donors .donor-banner-row-horizontal-2 .donor-banner-callout-right .ar-2017-donor-callout-text p {
  width: 80%;
}
.ar-2017-donors .donor-banner-row-horizontal-2 .donor-banner-image-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-height: 60vh;
  margin: 0;
  background-image: url("../images/women-circle-group.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

/* donor lists */

.ar-2017-donors .ar-2017-removable {
  display: none;
}
@media (min-width: 768px) {
  .ar-2017-donors .ar-2017-removable {
    display: inline-block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
}

.ar-2017-donor-list {
  border-left: 8px solid #FFDA4A;
  padding-left: 16px;
  padding-left: 1rem;
}
.ar-2017-donor-list li {
  padding: 8px 0;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .ar-2017-donor-list li {
    padding: 1rem 0;
  }
}
.ar-2017-donor-list li:first-of-type {
  padding-top: 0;
}
.ar-2017-donor-list li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .ar-2017-donors .donor-row .donor-column.collapsable-bottom .ar-2017-donor-list li:last-of-type {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
  }
  .ar-2017-donors .donor-row .donor-column.collapsable-top .ar-2017-donor-list li:first-of-type {
    padding-top: 0.5rem;
  }
}
.ar-2017-donor-list li .monthly {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  height: 25px;
  margin-right: 8px;
  margin-right: .5rem;
  background-image: url("../images/leaf-icon-v2.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ar-2017-donor-list li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13.6px;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .ar-2017-donor-list li p {
    font-size: 1rem;
  }
}

.ar-2017-quotemarks {
  width: 80px;
  height: 80px;
  background-image: url("../images/quotemarks.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.callout-text-with-leaf-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.callout-text-with-leaf {
  width: 100%;
}
.ar-2017-donor-callout-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  padding: 0 16px;
  padding: 0 1rem;
}
.ar-2017-donor-callout-text h4 {
  color: white;
}
.ar-2017-donor-callout-text .callout-name {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  font-weight: 400;
  color: #0C6E63;
}
.ar-2017-donor-callout-text .callout-company,
.ar-2017-donor-callout-text .callout-expanded {
  padding-top: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #0C6E63;
}
@media (min-width: 768px) {
  .ar-2017-donor-callout-text .callout-expanded {
    width: 60%;
  }
}

/* closing banner */

.ar-2017-closing-banner .banner-image {
  width: 100%;
  height: 100vh;
  background-image: url("../images/kenya-mother-child.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 8px solid #FFDA4A;
}

/* footer */

.ar-2017-footer {
  width: 100%;
}
.ar-2017-footer .pre-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 0;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .ar-2017-footer .pre-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
}
.ar-2017-footer .pre-footer .brand-link .ar-2017-logo {
  width: 150px;
  height: 100px;
}
.ar-2017-footer .pre-footer .pre-footer-buttons {
  padding: 0 0 16px 16px;
  padding: 0 0 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ar-2017-footer .pre-footer .pre-footer-buttons {
    padding: 0;
  }
}
.ar-2017-footer .pre-footer .footer-button {
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media (min-width: 480px) {
  .ar-2017-footer .pre-footer .footer-button {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ar-2017-footer .pre-footer .footer-button {
    margin-right: 2rem;
  }
  .ar-2017-footer .pre-footer .footer-button:first-of-type {
    margin-right: 1rem;
  }
}
.ar-2017-footer .pre-footer .footer-button.donate-button {
  color: #E2685A;
  border-color: #E2685A;
}
.ar-2017-footer .pre-footer .footer-button.donate-button:hover {
  color: white;
  background-color: #E2685A;
}
.ar-2017-footer .pre-footer .footer-button.download-button {
  color: #469D93;
  border-color: #469D93;
}
.ar-2017-footer .pre-footer .footer-button.download-button:hover {
  color: white;
  background-color: #469D93;
}
.ar-2017-footer hr {
  border: 0;
  height: 1px;
  margin: 0 16px;
  margin: 0 1rem;
  background: #73778D;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
@media (min-width: 768px) {
  .ar-2017-footer hr {
    margin: 0 2rem;
  }
}
.ar-2017-footer .main-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .ar-2017-footer .main-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem;
  }
}
.ar-2017-footer .main-footer ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  color: #73778D;
}
.ar-2017-footer .main-footer .footer-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ar-2017-footer .main-footer .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ar-2017-footer .main-footer .social-media {
  margin: 0;
}
@media (min-width: 768px) {
  .ar-2017-footer .main-footer .social-media {
    margin: 1rem 0;
  }
}
.ar-2017-footer .main-footer ul li a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-size: .75rem;
  color: #73778D;
  border-bottom: none;
}
.ar-2017-footer .main-footer ul li a:hover {
  color: #A1ACF7;
}
.ar-2017-footer .main-footer .social-media li a i {
  font-size: 20px;
  font-size: 1.25rem;
}
.ar-2017-footer p {
  padding: 16px;
  padding: 1rem;
  font-size: 12px;
  font-size: .75rem;
  color: #73778D;
  padding: 16px;
  padding: 1rem;
}
@media (min-width: 768px) {
  .ar-2017-footer p {
    width: 60%;
    padding: 1rem 2rem;
  }
}
