@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,300,400,500,700");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IM+Fell+Double+Pica&display=swap");
/** TODO(wtong): Remove this chunk if not required.*/
/** ready for copy/paste
$font-header-xjumbo; // 6em; // 96px
$font-header-jumbo; // 3.625em; // 58px
$font-header-large; // 2.75em; // 38px
$font-header-medium; // 2.125em; // 34px
$font-header-small; // 1.875em; // 30px

$font-headline-large; // 4.6875em; // 75px
$font-headline-medium; // 4.375em; // 70px

$font-subheader-jumbo; // 1.75em; // 28px
$font-subheader-large; // 1.5em; // 24px
$font-subheader-medium; // 1.4375em; // 23px
$font-subheader-small; // 1.375em; // 22px
$font-subheader-xsmall; // 1.3125em; // 21px

$font-xjumbo; // 1.25em; // 20px
$font-jumbo; // 1.125em; // 18px
$font-large; // 1.0625em; // 17px
$font-medium; // 1em; // 16px
$font-small; // 0.875em; // 14px
$font-xsmall; // 0.8125em; // 13px
$font-xxsmall; // 0.75em; // 12px
$font-tiny; // 0.625em; // 10px
*/
/**
 * TODO: modify em to rem.
 * Typography (copied from James's):
 */
.align-center {
  text-align: center; }

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

.width-70 {
  width: 70%; }

.display-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.margin-auto {
  margin: auto; }

.site-wrapper {
  align-items: center;
  margin: 0 auto; }
  @media (min-width: 600px) {
    .site-wrapper {
      padding: 0 10px; } }
  @media (min-width: 900px) {
    .site-wrapper {
      padding: 0; } }

.wrapper {
  box-sizing: border-box; }

.subnav-padding {
  padding-top: 38px; }

body {
  color: #444343;
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 64px; }

main {
  transition: filter .5s ease-in-out; }

p {
  margin: 0 0 1em 0;
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
  font-size: 1em;
  font-weight: 400; }
  p strong {
    font-weight: bold; }
  p em {
    font-style: italic; }

h1 {
  font-family: "Roboto Slab", "Times New Roman", "Times", serif;
  font-size: 1.75em;
  font-weight: 300; }
  @media (min-width: 900px) {
    h1 {
      font-size: 2.75em;
      font-weight: 300; } }

h2 {
  font-family: "Roboto Slab", "Times New Roman", "Times", serif;
  font-size: 1.375em;
  font-weight: 100; }
  @media (min-width: 600px) {
    h2 {
      font-size: 1.875em; } }
  @media (min-width: 900px) {
    h2 {
      font-size: 2.75em; } }

h3 {
  font-family: "Roboto Slab", "Times New Roman", "Times", serif;
  font-size: 1.375em;
  font-weight: 400; }

h4 {
  margin: 2em 0 1em 0;
  font-family: "Roboto Slab", "Times New Roman", "Times", serif;
  font-size: 1.375em;
  font-weight: 700; }

h5 {
  color: #fff;
  font-size: 1em; }

h6 {
  color: #fff;
  font-size: 0.875em;
  font-weight: 100; }

a {
  text-decoration: none;
  overflow-wrap: break-word; }

li {
  line-height: 1.65;
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif; }

img {
  max-width: 100%; }

blockquote {
  margin: 1em auto 2em;
  padding: 0 2em; }
  @media (min-width: 1200px) {
    blockquote {
      padding: 0 3em; } }
  blockquote p {
    font-size: 1.2em;
    font-style: italic;
    font-weight: 300; }

.content-width {
  max-width: 1600px;
  margin: 0 auto; }

/*.video-wrap {
  margin: 2em auto;
  max-width:1200px;
  width:100%;
}

.video-container {
	height:0;
	padding-bottom:56.25%; // 16:9 ratio
	padding-top:30px;
	position:relative;

  iframe{
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
  }
} */
.offset-anchor {
  content: " ";
  display: block;
  height: 102px;
  margin-top: -102px;
  pointer-events: none;
  visibility: hidden; }

.h3-outer {
  content: " ";
  display: block;
  height: 102px;
  margin-top: -102px;
  pointer-events: none;
  visibility: hidden; }
  .h3-outer:first-child {
    margin-top: -142px; }

.button {
  background: #cb572a;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-family: 'IM Fell Double Pica', serif;
  font-size: 1.125em;
  font-weight: 500;
  margin: 0 auto;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .button:hover, .button:focus {
    background: #e78159; }
  @media (min-width: 900px) {
    .button {
      cursor: pointer; } }

.no-scroll {
  overflow: hidden; }

.filters-mobile-container, .filters-desktop-container, .slide-mobile-container, .slide-desktop-container {
  margin-top: 15px; }

.container-responsive {
  margin: auto;
  width: 100%;
  min-height: 200px; }

@media only screen and (max-width: 1070px) {
  #filters-desktop {
    display: none; }
  #filters-mobile {
    display: block; } }

@media only screen and (max-width: 800px) {
  #slide-desktop {
    display: none; }
  #slide-mobile {
    display: block; } }

@media only screen and (max-width: 1188px) {
  #list-desktop {
    display: none; }
  #list-mobile {
    display: block; } }

@media only screen and (max-width: 1070px) {
  #detail-desktop {
    display: none; }
  #detail-mobile {
    display: block; } }

.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */ }

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none; }

.display-none {
  display: none; }

.floating-button {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  padding: 10px 20px;
  color: white;
  /* background: #A11692; */
  border-radius: 2em;
  background: #cb572a;
  box-shadow: 4px 4px 10px #aaaaaa;
  font-size: 18px;
  font-weight: 500;
  text-align: center; }

.campaign {
  background: url("../img/project-m-bg-clean-water.jpg"); }

.campaign-card {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 30px 0;
  position: relative;
  width: 100vw; }
  @media (min-width: 600px) {
    .campaign-card {
      height: 60vh;
      min-height: 400px;
      padding: 2em;
      width: 100%; } }
  @media (min-width: 900px) {
    .campaign-card {
      padding: 0;
      width: 100vw; } }
  @media (min-width: 1600px) {
    .campaign-card {
      height: 600px;
      width: 1600px; } }
  .campaign-card::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45));
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .campaign-card .more-btn {
    color: #fff;
    margin: 5% auto; }
    @media (min-width: 600px) {
      .campaign-card .more-btn {
        margin: 1em auto; } }

.donate-to {
  margin-top: 24px;
  max-width: 220px; }
  .donate-to.completed {
    background: #eee;
    color: #cb572a;
    cursor: auto; }

.stats-group {
  display: flex;
  flex-direction: column;
  margin: 0 auto; }

.stat-bar-group {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  max-width: 220px;
  padding: 0 30px 30px;
  position: relative;
  width: 100%; }

.stat-bar-box {
  border-radius: 4px;
  border: 2px solid #fff;
  height: 6px;
  overflow: hidden;
  width: 220px; }

.stat-bar {
  background-color: #cb572a;
  border-radius: 4px;
  height: 6px; }

.percentage {
  margin-left: 5px; }

.goal-group {
  display: flex;
  flex-direction: row;
  padding: 0 30px;
  width: 220px;
  z-index: 2; }
  .goal-group h6 {
    font-weight: 400; }
  .goal-group .target {
    margin-left: auto; }

.carousel-frame {
  max-width: 1600px;
  overflow: hidden;
  width: 100%; }

.carousel {
  display: flex;
  transition: transform 1s; }

.carousel-controls {
  display: flex; }
  .carousel-controls .control-button {
    background-position: 50% 50%;
    background-size: cover;
    height: 18vh;
    position: relative;
    width: 33.33%; }
    @media (min-width: 900px) {
      .carousel-controls .control-button {
        height: 200px; } }
    .carousel-controls .control-button svg {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%) scale(2); }
    .carousel-controls .control-button:not(.current-campaign) {
      cursor: pointer; }
      .carousel-controls .control-button:not(.current-campaign)::before {
        background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75));
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }

.masthead {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  left: 50%;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100; }
  .masthead::before, .masthead::after {
    content: "";
    display: block; }
  .masthead::after {
    clear: both; }
  @media (min-width: 900px) {
    .masthead {
      background-color: #fff;
      height: 64px; } }

.nav-bar {
  margin: 0 auto; }
  .nav-bar::before {
    background-color: #fff;
    content: "";
    height: 64px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0; }
  @media (min-width: 900px) {
    .nav-bar {
      background-color: #fff;
      height: 100%;
      max-width: 960px;
      width: 90%; }
      .nav-bar::before {
        display: none; } }
  @media (min-width: 1200px) {
    .nav-bar {
      max-width: 1200px; } }
  .nav-bar .logo {
    float: right;
    height: 31px;
    margin: 21px 6% 14px 0;
    position: relative;
    width: 150px;
    z-index: 10; }
    @media (max-width: 599px) {
      .nav-bar .logo {
        left: 24%;
        margin: 18px auto 17px;
        position: absolute;
        transform: translateX(-50%); } }
    @media (min-width: 600px) {
      .nav-bar .logo {
        left: 24%;
        margin: 18px auto 17px;
        position: absolute;
        transform: translateX(-50%); } }
    @media (min-width: 900px) {
      .nav-bar .logo {
        float: left;
        height: 44px;
        left: 0;
        margin: 10px 25px 0 0;
        position: relative;
        transform: none;
        width: 211px; } }
  .nav-bar .btn-donate {
    background: #cb572a;
    color: #fff;
    font-family: 'IM Fell Double Pica', serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.30s ease-in-out;
    z-index: 10;
    margin: 14px 14px 0 0; }
    @media (max-width: 599px) {
      .nav-bar .btn-donate {
        margin: 16px 16px 14px 0; } }
    @media (min-width: 600px) {
      .nav-bar .btn-donate {
        margin: 16px 16px 14px 0; } }
  .nav-bar .donate {
    background: #cb572a;
    border-radius: 2em;
    color: #fff;
    float: right;
    font-size: 0.75em;
    font-weight: 500;
    height: 26px;
    line-height: 2.25em;
    margin: 19px 6% 19px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.30s ease-in-out;
    width: 60px;
    z-index: 10;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased; }
    .nav-bar .donate:hover {
      background: #e78159; }
    @media (min-width: 900px) {
      .nav-bar .donate {
        cursor: pointer;
        font-size: 0.875em;
        line-height: 26px;
        margin: 19px -15px 0 25px;
        width: 74px; } }
  .nav-bar .menu-button {
    float: right;
    height: auto;
    margin: 19px 6% 0 0;
    position: relative;
    text-decoration: none;
    width: 34px;
    z-index: 10; }
    @media (min-width: 900px) {
      .nav-bar .menu-button {
        display: none; } }

.container-nav {
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height .5s ease-in-out;
  width: 100%; }
  @media (min-width: 900px) {
    .container-nav {
      display: block;
      height: auto;
      line-height: 2em;
      overflow: visible; } }

.primary-nav {
  height: calc(100vh - 64px);
  overflow: auto;
  position: relative;
  text-align: center;
  width: 100%; }
  @media (min-width: 900px) {
    .primary-nav {
      height: auto;
      overflow: visible; } }
  .primary-nav ul {
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 2em;
    position: relative; }
    @media (min-width: 900px) {
      .primary-nav ul {
        background: #fff;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding: 0 0;
        top: 0; } }
  .primary-nav li {
    border-bottom: 1px solid #fff;
    line-height: 2.4; }
    .primary-nav li:last-child {
      border-bottom: none; }
    @media (min-width: 900px) {
      .primary-nav li {
        border-bottom: none;
        float: left;
        margin: 0;
        padding: 19px 7px 0 7px;
        position: relative;
        vertical-align: middle; } }
    .primary-nav li a {
      color: #fff;
      font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
      font-size: 1.5em;
      font-weight: 400;
      text-align: center;
      text-decoration: none; }
      @media (min-width: 900px) {
        .primary-nav li a {
          color: #444343;
          font-size: 0.875em;
          font-weight: 500; } }
  @media (min-width: 900px) {
    .primary-nav .nav-tab {
      display: table;
      height: 26px;
      line-height: 1em; } }
  @media (min-width: 900px) {
    .primary-nav .nav-tab .table-cell {
      display: table-cell;
      vertical-align: middle; } }

.container-subnav-projects {
  background-color: #f5f5f5;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  height: 38px;
  position: relative;
  width: 100%;
  z-index: 100; }

.container-subnav {
  background-color: #f5f5f5;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  height: 38px;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 100; }

.container-subnav ol, ul {
  list-style: none; }

.subnav {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  width: 90%; }
  @media (min-width: 600px) {
    .subnav {
      width: 70%; } }
  @media (min-width: 900px) {
    .subnav {
      max-width: 840px;
      width: 70%; } }
  .subnav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 1600px; }
    @media (min-width: 600px) {
      .subnav ul {
        justify-content: flex-start; } }
    @media (min-width: 900px) {
      .subnav ul {
        float: left; } }
  .subnav li {
    font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-right: .8em;
    position: relative; }
    .subnav li:last-child {
      margin-right: 0; }
    @media (min-width: 600px) {
      .subnav li {
        margin-right: 2em; } }
    .subnav li a {
      color: #444343;
      font-size: 1em;
      text-align: center;
      text-decoration: none; }
      .subnav li a.active {
        color: #cb572a; }
      @media (min-width: 900px) {
        .subnav li a {
          font-size: 0.875em; } }
      .subnav li a:target {
        color: #cb572a; }

.subnav-wrapper {
  margin: 0 auto;
  width: 92%; }
  @media (min-width: 600px) {
    .subnav-wrapper {
      width: 70%; } }
  @media (min-width: 900px) {
    .subnav-wrapper {
      max-width: 840px; } }
  @media (min-width: 1200px) {
    .subnav-wrapper {
      max-width: 1200px; } }

.menu-open {
  height: 100%;
  overflow: hidden;
  position: relative; }
  .menu-open .masthead {
    height: 100vh; }
  .menu-open .container-nav {
    height: calc(100vh - 64px);
    transition: height .2s ease-in-out; }
  .menu-open .blured-content {
    filter: blur(4px);
    transition: filter .5s ease-in-out; }
  .menu-open .nav-bar {
    height: 100%; }

.active {
  color: #cb572a; }

.hero {
  align-items: center;
  background-image: url("../img/hero-dark.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 64px);
  justify-content: center;
  position: relative;
  width: 100%; }
  @media (min-width: 1600px) {
    .hero {
      height: 1000px; } }

.err404::before {
  background: linear-gradient(rgba(217, 106, 63, 0.25), rgba(217, 106, 63, 0.75));
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

@media (min-width: 1600px) {
  .err404::before {
    height: 1000px;
    margin: 0 auto; } }

.headline {
  color: #fff;
  font-weight: 500;
  margin: 0 auto 25px;
  max-width: 92%;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 7px #000; }
  @media (min-width: 1600px) {
    .headline {
      max-width: 1600px; } }
  .headline a {
    color: #fff;
    text-decoration: none;
    font-weight: 700; }

.video-popup {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 50%;
  overflow: hidden;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 200; }
  .video-popup img {
    height: 3.5em;
    margin: 1em;
    position: absolute;
    right: 0px;
    top: 50px;
    width: 3.5em;
    z-index: 201; }

.video-play {
  box-sizing: border-box;
  max-width: 150px; }

.video-hero {
  margin: 2%; }
  @media (min-width: 600px) {
    .video-hero {
      margin: 4em; } }

.hero-wrap {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }

.video-open {
  overflow: hidden; }
  .video-open .blured-content {
    filter: blur(4px);
    transition: filter .5s ease-in-out; }
  .video-open .video-popup {
    display: block; }

.hero .headline {
  margin-bottom: 0px; }

.hero p {
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  margin-top: 0.8em; }

.we-are-banners {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }

.our-mission {
  background-image: url("../img/our-mission-bg-m.jpg"); }
  @media (min-width: 900px) {
    .our-mission {
      background-image: url("../img/our-mission-bg-d.jpg"); } }

.our-impact {
  background-image: url("../img/our-impact-bg-m.jpg"); }
  @media (min-width: 900px) {
    .our-impact {
      background-image: url("../img/our-impact-bg-d.jpg"); } }

.our-approach {
  background-image: url("../img/our-approach-bg-m.jpg"); }
  @media (min-width: 900px) {
    .our-approach {
      background-image: url("../img/our-approach-bg-d.jpg"); } }

.impact-article {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 35px 0 25px; }
  @media (min-width: 900px) {
    .impact-article {
      max-width: 800px; } }
  .impact-article .impact-point {
    flex-direction: row;
    padding-top: 1em; }
    @media (min-width: 900px) {
      .impact-article .impact-point {
        padding-top: 3em; } }
    .impact-article .impact-point a {
      text-decoration: none; }
      @media (min-width: 600px) {
        .impact-article .impact-point a {
          bottom: 1em;
          position: relative; } }
    .impact-article .impact-point h4 {
      margin-top: 1em; }
    .impact-article .impact-point .img-to-left {
      float: left;
      margin-right: 3em; }
    .impact-article .impact-point .img-to-right {
      float: right;
      margin-left: 3em; }

.impact-image {
  height: auto;
  width: 100%; }
  @media (min-width: 900px) {
    .impact-image {
      max-width: 40%; } }

.top-page {
  color: #707070;
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
  font-size: 0.875em;
  margin-top: 3em; }

.privacy {
  background-color: #cb572a;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }

.facts {
  background-image: url("../img/banner-we-work-m.jpg"); }
  @media (min-width: 900px) {
    .facts {
      background-image: url("../img/banner-we-work-d.jpg"); } }

.community {
  background-image: url("../img/banner-we-work-m.jpg"); }
  @media (min-width: 900px) {
    .community {
      background-image: url("../img/banner-we-work-d.jpg"); } }

.history {
  background-image: url("../img/banner-we-are-m.jpg"); }
  @media (min-width: 900px) {
    .history {
      background-image: url("../img/banner-we-are-d.jpg"); } }

.partners {
  background-image: url("../img/banner-we-are-m.jpg"); }
  @media (min-width: 900px) {
    .partners {
      background-image: url("../img/banner-we-are-d.jpg"); } }

.leadership {
  background-image: url("../img/banner-we-are-m.jpg"); }
  @media (min-width: 900px) {
    .leadership {
      background-image: url("../img/banner-we-are-d.jpg"); } }

.banner {
  padding: 1em; }
  .banner h1 {
    color: #fff;
    padding: 1em 0 .75em;
    text-align: center; }
  @media (min-width: 900px) {
    .banner {
      padding: 3em; } }

.cms-load {
  margin: 0 auto; }
  @media (min-width: 900px) {
    .cms-load {
      max-width: 840px; } }

.article {
  background-color: #fff;
  margin: 0 auto 6em;
  position: relative;
  width: 92%; }
  @media (min-width: 600px) {
    .article {
      width: 70%; }
      .article li {
        margin-left: 0; } }
  @media (min-width: 900px) {
    .article {
      max-width: 840px; } }
  @media (min-width: 1200px) {
    .article {
      max-width: 1200px; } }
  .article h3 {
    margin: 2.5em auto 2em;
    text-align: center; }

.article-content {
  margin: 0 auto;
  padding-top: 40px;
  width: 90%; }
  @media (min-width: 600px) {
    .article-content {
      width: 70%; } }
  @media (min-width: 900px) {
    .article-content {
      max-width: 840px; } }

.article-image-container {
  margin: 2em auto;
  width: 100%; }

.header-infographic {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 1em;
  max-width: 360px; }
  @media (min-width: 600px) {
    .header-infographic {
      max-width: 500px; } }
  .header-infographic .infographic {
    align-content: flex-start;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    max-width: 80px;
    min-width: 60px; }
    @media (min-width: 600px) {
      .header-infographic .infographic {
        max-width: 160px; } }
    .header-infographic .infographic .img-container {
      justify-content: space-around;
      margin: 0 auto;
      max-width: 80px;
      min-width: 60px;
      width: 15vw; }
    .header-infographic .infographic .caption-container {
      justify-content: space-around;
      margin: -1.5em 0 0;
      max-width: 80px;
      min-width: 60px; }
      @media (min-width: 600px) {
        .header-infographic .infographic .caption-container {
          max-width: 140px; } }
    .header-infographic .infographic .caption {
      font-size: 0.75em;
      line-height: 1.4;
      margin: 0;
      overflow-wrap: break-word;
      padding: 5px 5%;
      text-align: center;
      width: auto; }
    .header-infographic .infographic a {
      color: #444343;
      text-decoration: none; }

.one-quarter {
  width: 25%; }

.one-third {
  width: 33%; }

.iframe_wrapper {
  height: 0;
  margin: 2em auto;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  width: 100%; }
  .iframe_wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.teaser-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 20px; }

.responsive-teaser {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 47.466vw;
  min-height: 200px;
  position: relative;
  width: 100%; }
  @media (min-width: 900px) {
    .responsive-teaser {
      height: 57.083vw;
      width: 33.333%; } }
  .responsive-teaser .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 900px) {
      .responsive-teaser .content {
        justify-content: flex-start; }
        .responsive-teaser .content:hover p {
          display: block;
          opacity: 1;
          transition: opacity .3s ease .1s; }
        .responsive-teaser .content:hover .headline {
          font-size: 2.7em;
          margin-top: 90%;
          transition: all .3s ease; } }
    @media (min-width: 900px) {
      .responsive-teaser .content .headline {
        margin-top: 99%;
        position: relative;
        transition: all .2s ease; } }
  .responsive-teaser p {
    color: #fff;
    line-height: 1.1;
    padding: 3% 5%;
    position: relative;
    text-align: center; }
    @media (min-width: 600px) {
      .responsive-teaser p {
        font-size: 1em;
        line-height: 1.4;
        padding: 1em 20% 0; } }
    @media (min-width: 900px) {
      .responsive-teaser p {
        margin-top: 0;
        opacity: 0;
        padding: .5em 10%;
        transition: opacity .3s ease .1s; } }

.teaser-mission {
  background-image: url("../img/teaser-m-mission.jpg"); }
  @media (min-width: 900px) {
    .teaser-mission {
      background-image: url("../img/teaser-d-mission.jpg"); } }

.teaser-impact {
  background-image: url("../img/teaser-m-impact.jpg"); }
  @media (min-width: 900px) {
    .teaser-impact {
      background-image: url("../img/teaser-d-impact.jpg"); } }

.teaser-approach {
  background-image: url("../img/teaser-m-approach.jpg"); }
  @media (min-width: 900px) {
    .teaser-approach {
      background-image: url("../img/teaser-d-approach.jpg"); } }

.take-action {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 900px) {
    .take-action {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .take-action {
      max-width: 1200px; } }
  @media (min-width: 1600px) {
    .take-action {
      max-width: 1600px; } }

.action-section {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column wrap;
  height: 90vw;
  justify-content: center;
  position: relative;
  width: 100%; }
  @media (min-width: 600px) {
    .action-section {
      height: 56.25vw; } }
  @media (min-width: 900px) {
    .action-section {
      height: 540px; } }
  @media (min-width: 1200px) {
    .action-section {
      height: 680px; } }

.action-donate {
  background-image: url("../img/take-action--donate@1.jpg"); }
  .action-donate .section-content {
    align-items: center; }

.action-campaign {
  background-image: url("../img/take-action--campaign@1.jpg"); }

.action-volunteer {
  background: #cb572a;
  height: auto; }
  @media (min-width: 600px) {
    .action-volunteer {
      height: 56.25vw; } }
  @media (min-width: 900px) {
    .action-volunteer {
      height: 540px; } }

.action-volunteer-extra {
  -moz-transition: max-height .6s ease-out .2s;
  -ms-transition: max-height .6s ease-out .2s;
  -o-transition: max-height .6s ease-out .2s;
  -webkit-transition: max-height .6s ease-out .2s;
  background: #d96a3f;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: max-height .6s ease-out .2s;
  width: 100%; }

.revealed {
  -moz-transition: max-height .6s ease-out .2s;
  -ms-transition: max-height .6s ease-out .2s;
  -o-transition: max-height .6s ease-out .2s;
  -webkit-transition: max-height .6s ease-out .2s;
  height: auto;
  max-height: none;
  transition: max-height .6s ease-out .2s; }
  @media (min-width: 900px) {
    .revealed {
      height: 540px;
      max-height: 540px; } }
  .revealed .hidden-container {
    -moz-transition: opacity .6s .3s;
    -ms-transition: opacity .6s .3s;
    -o-transition: opacity .6s .3s;
    -webkit-transition: opacity .6s .3s;
    opacity: 1;
    transition: opacity .6s .3s; }

.test-subnav-height {
  background: rgba(0, 0, 0, 0.6);
  height: 38px; }

.section-content {
  align-content: center;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 2em auto;
  position: relative;
  width: 90%; }
  .section-content h3 {
    color: #fff;
    padding: 0 0 1em 0; }
  .section-content p {
    color: #fff; }
  .section-content a {
    text-decoration: none; }
  .section-content .button {
    max-width: 110px; }
  @media (min-width: 600px) {
    .section-content {
      width: 70%; } }
  @media (min-width: 900px) {
    .section-content {
      max-width: 800px;
      margin: 3em auto; } }
  @media (min-width: 1200px) {
    .section-content {
      max-width: 960px; } }

.volunteer-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 1.5em; }
  @media (min-width: 600px) {
    .volunteer-content {
      flex-flow: row; } }

.hidden-container {
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  -webkit-transition: opacity .4s;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity .4s; }

.flex-row {
  flex-direction: row; }

.half-width {
  width: 100%;
  margin: 1em 0; }
  @media (min-width: 600px) {
    .half-width {
      width: 48%; } }

.hidden {
  display: none; }

.to-left {
  float: left;
  text-align: left; }

.centered {
  margin: 0 auto;
  text-align: center; }

@media (min-width: 600px) {
  .callout {
    max-width: 470px;
    min-width: 450px; } }

.more-btn {
  color: #f7b297;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 1em; }

.subnav a:active {
  color: #cb572a; }

.current {
  color: #cb572a;
  font-weight: bold; }

.markdown-content {
  background-color: #fff;
  margin: 2em auto 6em;
  position: relative;
  width: 92%; }
  @media (min-width: 600px) {
    .markdown-content {
      width: 70%;
      margin: 3.5em auto 6em; } }
  @media (min-width: 900px) {
    .markdown-content {
      max-width: 840px;
      margin: 5.5em auto 6em; } }
  .markdown-content h1 {
    margin: 1.75em auto 1.25em;
    text-align: center; }
  .markdown-content h2 {
    margin: 2em auto 1em;
    text-align: center; }
  .markdown-content h3 {
    margin: 2.5em auto 2em;
    text-align: center; }
  .markdown-content em {
    font-style: italic; }
  .markdown-content strong {
    font-weight: bold; }
  .markdown-content img {
    margin: 2em auto; }
  .markdown-content blockquote {
    margin: 1em auto 2em;
    padding: 0 2em; }
    @media (min-width: 1200px) {
      .markdown-content blockquote {
        padding: 0 3em; } }
    .markdown-content blockquote p {
      font-size: 1.2em;
      font-style: italic;
      font-weight: 300; }
  .markdown-content ul, .markdown-content ol {
    display: inline-block;
    list-style-position: outside;
    margin: -1em 1em 1em; }
  .markdown-content ul {
    list-style-type: disc; }
  .markdown-content ol {
    list-style-type: decimal; }
  .markdown-content pre, .markdown-content code {
    font-family: monospace;
    font-size: 1.2em;
    overflow: auto; }
  .markdown-content pre {
    margin-bottom: 1em; }
  .markdown-content hr {
    margin: 2em 0; }

.markdown-banner {
  align-items: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 340px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1600px;
  padding-top: 38px;
  position: relative;
  width: 100%; }
  @media (min-width: 900px) {
    .markdown-banner {
      height: 500px; } }
  .markdown-banner::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.45));
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
  .markdown-banner h1 {
    color: #fff;
    padding: 1em 0 .75em;
    text-align: center; }
  .markdown-banner .details {
    color: #fff;
    display: flex;
    flex-direction: row;
    margin-top: 24px;
    width: 92%;
    z-index: 2; }
    @media (min-width: 600px) {
      .markdown-banner .details {
        margin-top: 36px;
        width: 70%; } }
    @media (min-width: 900px) {
      .markdown-banner .details {
        max-width: 840px; } }
    @media (min-width: 1200px) {
      .markdown-banner .details {
        max-width: 1200px;
        margin-top: 48px; } }
    .markdown-banner .details .label {
      font-weight: 500; }
    .markdown-banner .details .date-detail {
      margin-left: auto;
      min-width: 100px; }

.banner-details {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 92%;
  z-index: 5; }
  @media (min-width: 600px) {
    .banner-details {
      width: 70%; } }
  @media (min-width: 900px) {
    .banner-details {
      max-width: 840px; } }
  @media (min-width: 1200px) {
    .banner-details {
      max-width: 1200px; } }

.project-info {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 2em auto;
  position: relative;
  width: 92%; }
  @media (min-width: 600px) {
    .project-info {
      margin: 3.5em auto;
      width: 70%; } }
  @media (min-width: 900px) {
    .project-info {
      max-width: 840px; } }
  @media (min-width: 1200px) {
    .project-info {
      max-width: 1200px; } }
  .project-info h5 {
    color: #000;
    font-weight: bold;
    margin-top: 15px; }
  .project-info ul {
    margin-top: 10px; }
    .project-info ul:first-of-type {
      margin-top: 0; }
  .project-info li {
    font-weight: 100;
    list-style-position: inside;
    list-style: disc;
    margin-left: 18px; }

.related-projects {
  background-color: #fff;
  margin: 2em auto 6em;
  position: relative;
  width: 92%; }
  @media (min-width: 600px) {
    .related-projects {
      margin: 3.5em auto 6em;
      width: 70%; } }
  @media (min-width: 900px) {
    .related-projects {
      margin: 5.5em auto 6em;
      max-width: 840px; } }
  @media (min-width: 1200px) {
    .related-projects {
      max-width: 1200px; } }
  .related-projects h5 {
    color: #000;
    font-weight: bold; }

.related-links .items-list {
  width: 100%; }
  .related-links .items-list ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .related-links .items-list li {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    margin-top: 1em;
    position: relative;
    width: 100%; }
    .related-links .items-list li::before {
      background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
      bottom: 0;
      content: '';
      display: block;
      height: 80%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: 1; }
    @media (min-width: 600px) {
      .related-links .items-list li {
        height: 200px;
        margin-right: 0;
        width: 100%; } }
    @media (min-width: 900px) {
      .related-links .items-list li {
        height: 250px;
        width: calc(33% - 10px); } }
    .related-links .items-list li:last-child {
      margin-right: 0; }
    @media (min-width: 600px) {
      .related-links .items-list li .title {
        font-size: 1em; } }
    @media (min-width: 900px) {
      .related-links .items-list li .title {
        font-size: 1.2em; } }

@media only screen and (max-width: 416px) {
  .container-card-page-list {
    width: 90%; } }

.cards-container {
  padding-top: 10px;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.card-page-list {
  height: 100%;
  width: 270px;
  overflow: hidden !important; }

.card-page-list-bg {
  height: 305px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #fff;
  transition: 0.5s; }

.card-page-list:hover .card-page-list-bg {
  transform: scale(1.05); }

.card-page-list-bg-gradient {
  height: 100%;
  margin-bottom: 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  position: relative; }

.card-page-list-link {
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  position: relative; }

.card-page-list-title {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
  padding: 0px 12px 10px 12px; }

.card-page-list-title-preview {
  color: #fff !important;
  font-size: 0.75em !important;
  line-height: 1.25;
  text-align: center;
  padding: 0px 12px 10px 12px;
  transition: 0.2s; }

.card-page-list:hover .card-page-list-title-preview {
  opacity: 85%; }

.card-page-list-title-inner-box {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
  padding: 0px 12px 10px 12px; }

.card-page-list-description {
  color: #fff;
  font-size: .8em;
  padding-left: 12px;
  padding-right: 12px; }

.card-page-list-description-box {
  transition: opacity 0.5s ease-out; }

.card-page-list-description-box-inactive {
  opacity: 0;
  height: 0;
  overflow: hidden; }

.card-page-list-description-box-active {
  opacity: 1;
  height: auto; }

.card-page-list-author {
  color: #fff;
  font-size: .9em;
  font-weight: 300;
  text-align: center;
  padding: 0px 12px 24px 12px; }

.card-page-list-footer {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0; }

.img-impact-link {
  border-radius: 50%;
  width: 100px;
  margin-bottom: 15px;
  transition: .3s; }

.img-impact-link:hover {
  width: 115px;
  margin-bottom: 0; }

.card-page-list-handle-mouse-event {
  margin-top: -305px;
  position: relative;
  z-index: 1;
  height: 305px; }

/****************************************************/
.filter-container {
  align-items: center;
  color: black;
  display: flex;
  flex-direction: row;
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
  font-size: 1em;
  margin: 0 auto;
  padding: 1em 0 0;
  position: relative;
  vertical-align: top;
  width: 92%; }
  @media (min-width: 600px) {
    .filter-container {
      width: 70%; } }
  @media (min-width: 900px) {
    .filter-container {
      max-width: 840px; } }
  @media (min-width: 1200px) {
    .filter-container {
      max-width: 1200px; } }

.filter-title {
  cursor: pointer;
  font-weight: bold;
  margin: 0 1em; }

.filter-menu {
  cursor: pointer;
  display: none; }
  .filter-menu a {
    color: #fff; }
  .filter-menu.show-filter-list {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    margin: 0 1em;
    padding: .5em 1em;
    position: fixed;
    z-index: 5; }

.filter-item {
  padding: .2em 0; }

i {
  border-bottom-width: 3px;
  border-color: #000;
  border-right-width: 3px;
  border-style: solid;
  display: inline-block;
  margin: 3px 5px;
  padding: 4px; }

/*.arrow-down {
  transform: rotate(45deg);
}

.arrow-up {
  transform: rotate(225deg);
  margin-top: 8px;
} */
.anchor-container {
  align-items: flex-start;
  background-color: #eee;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  color: #707070;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  margin: 0 auto;
  max-width: 1600px;
  padding: .5em 0;
  position: sticky;
  position: -webkit-sticky;
  top: 102px;
  width: 100%;
  z-index: 20; }
  @media (min-width: 600px) {
    .anchor-container {
      width: 70%; } }
  .anchor-container .anchor-list {
    display: none;
    font-size: .8em;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out; }
    .anchor-container .anchor-list li {
      margin-bottom: .6em; }
    .anchor-container .anchor-list a {
      color: #cb572a; }
    .anchor-container .anchor-list.show-anchors {
      display: block;
      height: auto;
      margin-left: 1.2em;
      max-height: 300px;
      overflow: auto;
      padding: 1.2em 1.2em 0;
      transition: max-height .2s ease-out; }
      @media (min-width: 600px) {
        .anchor-container .anchor-list.show-anchors {
          margin-left: auto; } }

.anchor-item {
  margin-bottom: .6em; }

.anchor-label {
  cursor: pointer;
  font-weight: 700;
  margin: 0 auto; }
  .anchor-label:hover i {
    border-color: #e78159;
    transition: border-color .1s ease-in; }
  .anchor-label i {
    border-color: #cb572a;
    margin-left: 10px;
    transition: border-color .1s ease-in; }

.sidenav-anchor-padding {
  content: " ";
  display: block;
  height: 202px;
  margin-top: -202px;
  pointer-events: none;
  visibility: hidden; }

.no-projects {
  text-align: center;
  margin: 100px auto 300px; }

.items-list {
  align-items: center;
  margin: 0 auto;
  padding: 0 0 3em;
  position: relative;
  width: 92%; }
  @media (min-width: 600px) {
    .items-list {
      width: 70%; } }
  @media (min-width: 900px) {
    .items-list {
      max-width: 840px; } }
  @media (min-width: 1200px) {
    .items-list {
      max-width: 1200px; } }
  .items-list ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
  .items-list li {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 1em;
    min-height: 200px;
    position: relative;
    width: 100%; }
    .items-list li::before {
      background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
      bottom: 0;
      content: '';
      display: block;
      height: 80%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: 1; }
    @media (min-width: 600px) {
      .items-list li {
        height: 200px;
        margin-right: 1em;
        width: calc(50% - 10px); } }
    @media (min-width: 900px) {
      .items-list li {
        height: 250px;
        width: calc(33% - 1em); } }
    @media (min-width: 1200px) {
      .items-list li {
        height: 300px;
        width: calc(25% - 1em); } }
    .items-list li:last-child {
      margin-right: auto; }
    .items-list li a {
      align-items: center;
      color: #fff;
      display: flex;
      flex-direction: column;
      text-align: center;
      text-decoration: none;
      text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
      width: 100%;
      z-index: 2; }
    .items-list li .title {
      color: #fff;
      font-size: 1.2em;
      line-height: 1.4;
      padding: 1em;
      text-align: center;
      z-index: 10; }

.story {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .story .content {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 5; }
  .story .title {
    font-size: 1.2em;
    margin: 0 auto;
    text-align: center; }
  .story .author {
    font-size: .9em;
    font-weight: 300;
    padding: 0 1em 1em;
    z-index: 10; }

.contact-page {
  background-color: #cb572a;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 900px) {
    .contact-page {
      margin: 0 auto; } }
  .contact-page .banner {
    background-image: url("../img/contact-bg-m.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 600px) {
      .contact-page .banner {
        background-image: url("../img/contact-bg-d.jpg");
        margin: 0 auto;
        padding: 3em; } }
  .contact-page .article {
    background-color: #cb572a;
    margin-top: 2em; }

@media (min-width: 900px) {
  .contact-form {
    display: block;
    margin: 0 auto;
    max-width: 600px; } }

.contact-form .message-form {
  margin: 0 auto;
  max-width: 400px;
  width: 90%; }
  .contact-form .message-form ul {
    list-style: none;
    margin: 0 auto; }
  .contact-form .message-form li {
    display: inline-block;
    margin: 0 0 .75em 0;
    max-width: 400px;
    width: 100%; }
    .contact-form .message-form li input, .contact-form .message-form li textarea {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: #e78159;
      border-radius: 5px;
      border: 1px solid #fff;
      box-shadow: none;
      box-sizing: border-box;
      color: #fff;
      font-family: "Roboto Slab", "Times New Roman", "Times", serif;
      font-size: 0.875em;
      font-weight: 300;
      height: 28px;
      margin-right: .5em;
      outline: none;
      padding: 0 1em;
      vertical-align: middle;
      width: 100%; }
      .contact-form .message-form li input::placeholder, .contact-form .message-form li textarea::placeholder {
        color: #feede0;
        color: #fff;
        font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
        font-size: 0.8125em;
        font-weight: 300;
        left: 5px;
        position: relative;
        top: -2px; }
      .contact-form .message-form li input:focus, .contact-form .message-form li textarea:focus {
        background: #cb572a;
        border: 2px solid #e78159; }
    .contact-form .message-form li textarea {
      background: #e78159;
      border-radius: 5px;
      display: block;
      height: 150px;
      margin-bottom: 1em;
      overflow: auto;
      padding: 1em;
      resize: none; }
      .contact-form .message-form li textarea::placeholder {
        top: 5px; }
      .contact-form .message-form li textarea::-webkit-scrollbar {
        -webkit-border-radius: 16px;
        border-radius: 16px;
        visibility: hidden;
        width: 32px; }
      .contact-form .message-form li textarea::-webkit-scrollbar-thumb {
        -webkit-border-radius: 14px;
        background-color: #cb572a;
        border-radius: 14px;
        border: 2px solid #e78159;
        min-height: 32px;
        width: 28px; }
  @media (min-width: 900px) {
    .contact-form .message-form .first-name {
      width: 40%; } }
  @media (min-width: 900px) {
    .contact-form .message-form .last-name {
      float: right;
      width: 55%; } }
  .contact-form .message-form .submit {
    background: #cb572a;
    color: #fff;
    font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    margin: 1em 0;
    text-decoration: none;
    transition: background-color 0.30s ease-in-out;
    width: 85px; }
    .contact-form .message-form .submit:hover, .contact-form .message-form .submit :focus {
      background: #e78159; }
  .contact-form .message-form .container-agree {
    color: #fff;
    font-size: 0.8125em;
    font-weight: 300;
    line-height: 1em; }
    .contact-form .message-form .container-agree label {
      padding: 2.5em 0; }
    .contact-form .message-form .container-agree .checkmark {
      text-align: justify; }

.response-msg {
  color: #e78159;
  margin: 1em auto 2em;
  max-width: 400px;
  width: 90%; }
  .response-msg .sucessful-msg {
    color: #fff;
    font-family: "Roboto Slab", "Times New Roman", "Times", serif; }

.container-footer {
  background-color: #fff;
  border-top: solid 1px #cb572a;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (max-width: 580px) {
    .container-footer .donate-box, .container-footer .donate-btn-box {
      width: 100%; } }
  .container-footer .btn-donate {
    background: #cb572a;
    color: #fff;
    font-family: 'IM Fell Double Pica', serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    max-height: 45px;
    max-width: 120px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.30s ease-in-out;
    z-index: 10; }
    @media only screen and (max-width: 580px) {
      .container-footer .btn-donate {
        margin: auto; } }
  .container-footer h3 {
    color: #444343;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.75em; }
  .container-footer p {
    font-size: 0.775em;
    line-height: 1.25em; }
  .container-footer span {
    font-size: 0.775em;
    line-height: 1.25em; }

.footer-info {
  margin: 0 auto;
  padding: 1em 0;
  width: 90%; }
  @media (min-width: 900px) {
    .footer-info {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .footer-info {
      max-width: 1200px; } }
  .footer-info .logo {
    display: block;
    height: 31px;
    margin-top: 1em;
    width: 150px; }
    @media only screen and (max-width: 580px) {
      .footer-info .logo {
        margin: auto; } }
    @media (min-width: 900px) {
      .footer-info .logo {
        height: 29px;
        width: 139px; } }

.subscription-group {
  margin: 1em 0; }
  @media only screen and (max-width: 1200px) {
    .subscription-group {
      width: 100%;
      margin: auto; } }
  @media only screen and (max-width: 580px) {
    .subscription-group {
      text-align: center; } }
  @media (min-width: 900px) {
    .subscription-group {
      display: inline-block;
      margin: 1em 0 1em 0;
      width: 50%; } }
  .subscription-group .subscription {
    box-sizing: border-box;
    display: inline-block; }
    .subscription-group .subscription ul {
      list-style: none;
      padding: 1.3em 0 0; }
    .subscription-group .subscription li {
      display: inline-block;
      margin-top: .85em; }
      .subscription-group .subscription li input {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: #eee;
        border-radius: 5px;
        border: 1px solid #cb572a;
        box-shadow: none;
        box-sizing: border-box;
        color: #444343;
        display: block;
        font-size: 0.875em;
        font-weight: 400;
        height: 28px;
        margin-right: .5em;
        outline: none;
        padding-left: .95em;
        width: 244px; }
        .subscription-group .subscription li input::placeholder {
          color: #707070;
          font-size: 0.8125em;
          font-weight: 300; }
        @media (max-width: 599px) {
          .subscription-group .subscription li input {
            width: 300px;
            height: 35px; } }
      .subscription-group .subscription li button {
        background: #a6a3a2;
        transition: background-color 0.30s ease-in-out;
        z-index: 5; }
      .subscription-group .subscription li .enabled {
        background: #cb572a;
        color: #fff; }
        @media (min-width: 900px) {
          .subscription-group .subscription li .enabled {
            cursor: pointer; } }
        .subscription-group .subscription li .enabled:hover, .subscription-group .subscription li .enabled :focus {
          background: #e78159; }
    .subscription-group .subscription .container-agree {
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none;
      cursor: pointer;
      display: block;
      font-size: 0.775em;
      line-height: 1.4;
      margin-top: 16px;
      position: relative;
      user-select: none; }
  .subscription-group .thank-you {
    display: none; }

.contact-group {
  display: inline-block;
  margin: 1em 0;
  position: relative; }
  .contact-group img {
    width: 20px; }
  .contact-group a {
    color: #707070;
    text-decoration: none; }
  .contact-group .connect-us {
    display: inline-block;
    height: 80px;
    margin-right: 4.625em; }
    @media only screen and (max-width: 580px) {
      .contact-group .connect-us {
        width: 80%;
        margin: auto; } }
  .contact-group .contact-us {
    display: inline-block;
    height: 80px; }
    @media only screen and (max-width: 580px) {
      .contact-group .contact-us {
        width: 80%; } }
  .contact-group .connect-icon {
    margin-top: 14px; }

.under {
  border-top: solid 1px #cb572a; }
  @media only screen and (max-width: 1200px) {
    .under {
      width: 100%; } }

.footnote {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1em 0;
  text-decoration: none;
  width: 90%; }
  @media (min-width: 900px) {
    .footnote {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .footnote {
      max-width: 1200px; } }

.floating-button {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  padding: 10px 20px;
  color: white;
  background: #A11692;
  border-radius: 2em;
  background: #cb572a;
  box-shadow: 4px 4px 10px #aaaaaa;
  font-size: 18px;
  font-weight: 500;
  text-align: center; }

.arrow-down {
  height: 1.25rem;
  right: 1.75rem;
  width: 1.25rem;
  transition: all 0.1s 0.1s; }

.rotate-180-deg {
  transform: rotate(180deg); }

@media only screen and (max-width: 1070px) {
  #formSearchProjects, #subnavProjects, #filters-desktop {
    display: none; }
  #formSearchProjectsMobile, #subnavProjectsMobile, #filters-mobile {
    display: block; } }

@media only screen and (max-width: 1130px) {
  .filters-bar {
    width: 60%; } }

@media only screen and (min-width: 1180px) {
  .filters-bar {
    width: 45%; } }

@media only screen and (max-width: 1250px) {
  .filters-bar {
    width: 60%; } }

@media only screen and (max-width: 1490px) {
  .filters-bar {
    width: 55%; } }

input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none; }

input[type=checkbox]:before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: transparent !important;
  background: #FFF;
  border: 2px solid black;
  font-size: 13px;
  margin-left: 3px; }

input[type=checkbox]:checked:before {
  color: #FFF !important;
  background: #cb572a; }

.filters-bar {
  margin: auto;
  height: 40px;
  display: flex;
  margin-top: 20px; }

.filters-box-btn {
  width: 25%;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 25px; }

.filters-btn {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 0px; }

.filters-btn-title {
  cursor: pointer;
  font-size: 0.875em;
  font-weight: 400;
  color: #444343;
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif; }

.filters-content-options {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 12px 15px 12px; }

.filters-content-options-row {
  padding-left: 8%; }

.filters-content-options-col {
  margin-bottom: 15px;
  display: flex; }
  .filters-content-options-col div {
    padding-left: 5px;
    display: flex;
    align-items: center; }
  .filters-content-options-col label {
    margin-right: 10px; }

.btn-orange:hover {
  background-color: #e78159; }

.btn-orange {
  background-color: #cb572a;
  color: #fff;
  height: 26px;
  font-family: 'IM Fell Double Pica', serif;
  font-size: 0.925em;
  font-weight: 500;
  line-height: 26px;
  border-radius: 5px;
  border: none;
  margin-left: 4px;
  padding-left: 14px;
  padding-right: 15px;
  transition: background-color 0.30s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-orange-reverse {
  background: none;
  transition: background-color 0.30s ease-in-out;
  color: #fff;
  color: inherit;
  height: 26px;
  font-size: 0.875em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid #cb572a;
  padding-left: 14px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-orange-lg {
  background-color: #cb572a;
  font-size: 1em;
  line-height: 26px;
  font-weight: 500;
  height: 30px;
  color: #fff;
  border-radius: 20px;
  margin-left: 4px;
  padding-left: 14px;
  padding-right: 15px;
  transition: background-color 0.30s ease-in-out;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center; }

.arrow-point-down {
  height: 1.25rem;
  right: 1.75rem;
  width: 1.25rem;
  transition: all 0.1s 0.1s; }

.arrow-point-up {
  transform: rotate(180deg); }

.filters-btn-box-arrow {
  margin-left: 5px; }

.label-year {
  font-size: 14px; }

.label-category, .label-status {
  font-size: 14px; }

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(203, 87, 42, 0.25); }

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f5f5f5;
  border-color: none;
  box-shadow: inset 0 -1px 0 #cb572a; }

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg); }

.accordion-button {
  background-color: #f5f5f5; }

.accordion-item {
  border: none; }

.accordion-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 4% 0 4% 0; }

#textual_search_mobile:focus, #textual_search_desktop:focus {
  box-shadow: 0 0 0 0 rgba(203, 87, 42, 0.25); }

#textual_search_mobile {
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif; }

#textual_search_mobile::placeholder {
  opacity: 0.6;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif; }

.input-search-desktop-box {
  border: 1px solid #cb572a;
  border-radius: 5px; }
  .input-search-desktop-box .input-group {
    background: #eee;
    border-radius: 5px; }
    .input-search-desktop-box .input-group input {
      border: none;
      padding-left: 15px;
      background: transparent; }
      .input-search-desktop-box .input-group input::placeholder {
        opacity: 0.7; }

.input-search-btn-box {
  border: none;
  background: #eee; }
  .input-search-btn-box button {
    border: none;
    background: #eee; }
  .input-search-btn-box span {
    color: #ced4da; }

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