html,
body {
  background-color: #FFF;
  color: #4D4D4D;
  height: 100%;
  margin: 0 auto;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  font-weight: 200;
  padding: 0;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}
h1{
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  margin: 0;
  z-index: 2;
}
h2{
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 auto;
  padding: 25px 0 30px 0;
  z-index: 2;
}

h3{
  font-size: 16px;
  line-height: 18px;
  margin: 0 auto;
  z-index: 2;
}

button,
.button {
  display: inline-block;
  background-color: #45BD80;
  border: none;
  border-radius: 5px;
  color: #F8F6F6;
  font-size: 16px;
  padding: 12px 32px;
  -webkit-appearance: none;
  font-weight: 600;
  transition: all 0.1s ease 0s;
  text-align: center;
}

button {
  color: #F8F6F6 !important;
  font-size: 16px !important;
}

.button {
  font-size: 16px;
  line-height: 18px;
}

.button:hover,
button:hover,
.button:active,
button:active {
  background-color: #1E7046;
  color: #F8F6F6;
  cursor: pointer;
}

@media screen and (min-width: 500px) {
  .button {
    font-size: 20px;
    line-height: 30px;
  }
}

ul{
  list-style: none;
  position: relative;
  z-index: 1;
  padding: 0;
}

ul li {
  font-size: 16px;
  line-height: 23px;
  margin: 0 auto 30px auto;
  width: 90%;
}

p{
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin: 0 auto;
  /*max-width: 600px;*/
  /*text-align: center;*/
  padding: 0;
  /*position: relative;*/
  /*width: 90%;*/
  z-index: 1;
}

.prose h3 + p {
  margin-top: 10px;
}

.prose p + p {
  margin-top: 10px;
}

section{
  padding: 60px 0 50px;
}
.section-content {
  margin: auto;
  max-width: 750px;
  padding: 0 5%;
}


.building_block{
  background-color: #FFFFFF;
  vertical-align: top;
  border-radius: 5px;
  min-height: 215px;
  padding: 20px 15px;
  /*width: 250px;*/
  display: inline-block;
  margin: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.building_block p {
  color: #4D4D4D !important;
}

.building_block .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}

.building_block .subtext {
  text-align: center;
  line-height: 22px !important;
}

@media screen and (min-width: 300px) {
  .building_block {
    width: 250px;
  }
}

@media screen and (min-width: 500px) {
  h1{
    font-size: 35px;
    font-weight: 900;
    margin: 7% 0 0 0;
    line-height: 42px;
  }

  h2{
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    /*margin: 0 auto 40px auto;*/
    max-width: 600px;
    padding-top: 40px;
  }

  h3{
    font-size: 22px;
    line-height: 30px;
  }

  button {
    font-size: 20px !important;
    font-weight: 600 !important;
  }

  p {
    font-weight: 400;
  }

  ul li{
    width: calc(33% - 1.5em);
  }

}

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

.tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
.tile {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tiles--3-col {
  justify-content: space-around;
}
.tiles--3-col .tile {
  max-width: 300px;
}
@media screen and (min-width: 720px) {
  .tiles--3-col .tile {
    max-width: 30%;
  }
}

.how-it-works-tile {
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  /*background: tan;*/
}
.how-it-works-graphic {
  height: 100px;
  margin-bottom: 10px;
}
.how-it-works-graphic path,
.how-it-works-graphic rect {
  fill: #45BD80;
}
.how-it-works-content {
  flex: 1;
  margin-bottom: 10px;
}

.member-tile {
  display: flex;
  width: 250px;
  margin: 10px;
  border-radius: 5px;
  background: white;
  padding: 10px;
  text-align: center;
}
.member--fund {
  min-height: 250px;
}
.member--individual {
  padding: 20px 10px;
}
.member-tile-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-image {
  width: 150px;
  margin-bottom: 20px;
}


.bg-beige {
  background-color: #F8F6F6;
}
.bg-green-gray {
  background-color: #d7ddd3;
}
.bg-angle {
  position: relative;
  background: #57C38C;
  overflow: hidden;
}
.bg-angle-content {
  position: relative;
  z-index: 2;
}
.bg-angle::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 53%;
  background: #53C8CF;
  z-index: 1;
  transform: skewY(6.5deg);
  transform-origin: 0 0;
}


.m-t-2 {
  margin-top: 1rem;
}
.c-kipMain {
  color: #45BD80;
}
