/* --- GLOBAl --- */
/* ===============================================================
    FONTS
 =============================================================== */
@font-face {
  font-family: "BourtonScriptBold";
  src: url("../fonts/bourtonscriptbold.woff2") format("woff2"), url("../fonts/bourtonscriptbold.woff") format("woff"), url("../fonts/bourtonscriptbold.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Ofelia Std Medium";
  src: url("../fonts/ofeliastd medium.woff2") format("woff2"), url("../fonts/ofeliastd medium.woff") format("woff"), url("../fonts/ofeliastd medium.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "PublicaSans-Regular";
  src: url("../fonts/PublicaSans Regular.woff2") format("woff2"), url("../fonts/PublicaSans Regular.woff") format("woff"), url("../fonts/PublicaSans Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "PublicaSans-UltraLight";
  src: url("../fonts/PublicaSans UltraLight.woff2") format("woff2"), url("../fonts/PublicaSans UltraLight.woff") format("woff"), url("../fonts/PublicaSans UltraLight.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

* {
  -webkit-font-smoothing: antialiased; }
  *::before, *::after {
    -webkit-font-smoothing: antialiased; }

/* ===============================================================
    COLORS
 =============================================================== */
/* ===============================================================
    GLOBAL
 =============================================================== */
body {
  margin: 0;
  font-family: "PublicaSans-UltraLight";
  font-size: 22px;
  line-height: 1.7;
  color: #5e5e5e; }

ul,
ol {
  margin-left: 15px; }

@media screen and (max-width: 991px) {
  p,
  li {
    font-size: 18px; } }

a {
  color: #00a299;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    color: #006f69;
    text-decoration: none; }
  a:visited {
    color: #00a299; }

h3 {
  font-family: "PublicaSans-Regular";
  color: #00a299;
  font-size: 26px;
  margin-bottom: 20px; }

h4 {
  font-size: 22px;
  font-family: "PublicaSans-Regular";
  color: #00a299; }

/* --- LAYOUT --- */
/* --- Nav -- */
.main-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  z-index: 999;
  background: rgba(255, 255, 255, 0); }
  .main-nav.show {
    background: white; }
  @media screen and (max-width: 990px) {
    .main-nav {
      background: white; } }

.home .main-nav {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.navbar-light .navbar-nav .nav-link {
  color: #555; }

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent; }

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #00a299; }

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 0;
    padding-right: 0; } }

.navbar-nav .nav-item {
  margin-left: 5px;
  margin-right: 5px; }
  .navbar-nav .nav-item a {
    font-family: "Ofelia Std Medium";
    color: #524f4f;
    font-size: 13px;
    font-weight: normal;
    padding-left: 3px !important;
    padding-right: 3px !important; }
    .navbar-nav .nav-item a:hover {
      color: #00a299 !important; }

.dropdown:hover {
  display: block; }

.dropdown-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: none;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  padding: 5px 15px; }
  .dropdown-menu a {
    display: block;
    white-space: nowrap;
    color: #555;
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto";
    line-height: 15px;
    padding-top: 17px;
    padding-bottom: 17px;
    text-transform: none;
    padding-right: 30px !important;
    padding-left: 0 !important;
    border-color: #bbe0de !important;
    border-style: none none dotted none !important;
    border: solid 1px; }
    .dropdown-menu a:last-child {
      border-bottom: 0; }
    .dropdown-menu a:hover {
      background-color: transparent;
      color: #00a299; }
  @media screen and (max-width: 767px) {
    .dropdown-menu {
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: #f9f9f9; } }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown > .dropdown-toggle:active {
  pointer-events: none; }

@media screen and (max-width: 990px) {
  .logo {
    width: 230px; } }

@media screen and (max-width: 575px) {
  .logo {
    width: 200px; } }

.dropdown-toggle::after {
  display: inline-block;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  border: 0;
  vertical-align: 0;
  font-size: 12px;
  margin-left: 5px;
  margin-right: 8px; }

.menu-search .nav-link::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  border: 0;
  vertical-align: 0; }

.dropdown-toggle svg {
  margin-left: 8px;
  font-size: 12px; }

.navbar-expand-lg .navbar-nav > li > a {
  padding-bottom: 0; }

@media only screen and (max-width: 1288px) {
  body.home .navbar-expand-lg .navbar-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.site-footer {
  background-color: #00a299;
  padding-top: 50px;
  padding-bottom: 50px; }
  .site-footer > * {
    color: white; }
  .site-footer .nav--title {
    border-bottom: solid 1px white;
    line-height: 3;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "PublicaSans-UltraLight";
    color: #FFFFFF;
    margin-bottom: 10px; }
  .site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 2; }
    .site-footer ul li a {
      font-family: "PublicaSans-UltraLight";
      color: white;
      text-decoration: none;
      font-size: 14px; }
      .site-footer ul li a:hover {
        text-decoration: underline; }

.social-wrap .navbar li a {
  font-size: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 20px;
  color: #00a299; }

.display--title, .parallax-window h1 {
  font-family: "PublicaSans-UltraLight";
  font-size: 60px; }
  @media screen and (max-width: 767px) {
    .display--title, .parallax-window h1 {
      font-size: 40px; } }

.entry-title {
  color: #00a299;
  font-size: 40px;
  font-weight: 500;
  font-family: "PublicaSans-Regular";
  margin-bottom: 30px; }

.title-divider {
  height: 2px;
  width: 80px;
  background: #FFFFFF;
  margin: 15px auto; }

.inner-page,
.staff {
  padding-top: 200px; }
  @media screen and (max-width: 992px) {
    .inner-page,
    .staff {
      padding-top: 150px; } }

.inner-orf-page {
  padding-top: 140px; }

.page-intro h1 {
  color: #00a299;
  font-size: 36px;
  font-weight: 500;
  font-family: "PublicaSans-Regular";
  margin-bottom: 30px; }

.page-intro p, .page-intro ul li, .page-intro ol li {
  font-size: 26px; }
  @media screen and (max-width: 991px) {
    .page-intro p, .page-intro ul li, .page-intro ol li {
      font-size: 20px; } }

.entry-content h1 {
  color: #00a299;
  font-size: 36px;
  font-weight: 500;
  font-family: "PublicaSans-Regular";
  margin-bottom: 30px; }

.entry-content h2 {
  font-family: "PublicaSans-UltraLight";
  font-size: 30px;
  color: #00a299;
  margin-bottom: 20px; }

.entry-content p, .entry-content li {
  margin-bottom: 30px; }

@media screen and (min-width: 992px) {
  .entry-content.right-pad {
    padding-right: 40px; } }

.page-intro {
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .page-intro {
      padding-bottom: 60px; } }

.parallax-window {
  min-height: 600px;
  background: transparent;
  padding: 0 30px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .parallax-window {
      min-height: 350px; } }
  .parallax-window::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .parallax-window.orf {
    margin-top: 143px; }
    .parallax-window.orf::after {
      display: none; }
  .parallax-window .container {
    position: relative;
    z-index: 10; }
  .parallax-window h1 {
    color: #FFFFFF;
    text-align: center; }

.publication-header {
  background: white;
  min-height: unset; }
  .publication-header .post-title-header {
    max-width: 850px;
    color: #00a299; }

.publication--container {
  margin-bottom: 100px; }

.publication--image {
  margin: 1.5em 0 0;
  padding: 12px 20px 20px; }
  .publication--image img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    width: 100%;
    -webkit-box-shadow: 3px 4px 21px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 3px 4px 21px 0px rgba(0, 0, 0, 0.25); }

.para-content {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .para-content {
      padding-top: 40px;
      padding-bottom: 40px; } }

.hvr-fade {
  padding: 10px 30px; }

.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
  background-color: #00a299; }

.green h1, .green h2 {
  color: #00a299; }

.white h1, .white h2, .white h3, .white h4, .white p {
  color: white; }

.line-break {
  content: '';
  display: block;
  margin: 50px auto;
  width: 45%;
  height: 1px;
  background-color: #00a299; }
  @media screen and (max-width: 767px) {
    .line-break {
      margin: 25px auto; } }

.big-text-link {
  font-family: "PublicaSans-UltraLight";
  color: #00a299;
  font-size: 36px; }
  @media screen and (max-width: 767px) {
    .big-text-link {
      font-size: 26px; } }

.sec--title {
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .sec--title {
      margin-bottom: 20px; } }

.sec--footer {
  position: absolute;
  bottom: 10%;
  z-index: 10; }
  @media screen and (max-width: 1199px) {
    .sec--footer {
      bottom: 5%; } }
  @media screen and (max-width: 767px) {
    .sec--footer {
      position: relative; } }
  .sec--footer a {
    font-family: "Ofelia Std Medium";
    color: white;
    font-size: 26px; }

@media screen and (max-width: 767px) {
  .page-template-default {
    padding-top: 20px; } }

/* --- Open Rivers Fund --- */
.orf-nav {
  padding-bottom: 50px;
  border-bottom: solid 1px #eaeaea;
  width: 100%;
  margin: 50px 0; }
  @media screen and (max-wdith: 767px) {
    .orf-nav {
      margin-bottom: 30px;
      padding-bottom: 30px; } }
  .orf-nav .nav {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .orf-nav .nav li {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 15px; }
      .orf-nav .nav li a {
        font-family: "PublicaSans-Regular";
        font-size: 18px;
        font-weight: 500; }

/* --- PAGES --- */
#fullpage h1 {
  font-size: 65px; }
  @media screen and (max-width: 1199px) {
    #fullpage h1 {
      font-size: 50px; } }
  @media screen and (max-width: 992px) {
    #fullpage h1 {
      font-size: 42px; } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

.home--banner .lrg, .home--banner .sml {
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin: 0; }

.home--banner .lrg {
  font-family: "PublicaSans-UltraLight";
  font-size: 165px; }
  @media screen and (max-width: 767px) {
    .home--banner .lrg {
      font-size: 95px; } }

.home--banner .sml {
  font-family: "PublicaSans-Regular";
  font-size: 65px; }
  @media screen and (max-width: 767px) {
    .home--banner .sml {
      font-size: 35px; } }

.s1, .s2, .s3 {
  margin-bottom: 0;
  text-align: center; }

p.s1 {
  font-family: "BourtonScriptBold";
  font-size: 50px;
  line-height: 1; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    p.s1 {
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    p.s1 {
      font-size: 30px; } }

p.s2 {
  font-family: "PublicaSans-Regular";
  font-size: 45px;
  text-transfor: uppercase; }
  @media screen and (max-width: 1199px) {
    p.s2 {
      font-size: 36px; } }
  @media screen and (max-width: 767px) {
    p.s2 {
      font-size: 30px; } }

p.s3 {
  font-family: "PublicaSans-UltraLight";
  font-size: 40px;
  margin: 0 auto;
  line-height: 1.2; }
  @media screen and (min-width: 1200px) {
    p.s3 {
      width: 75%; } }
  @media screen and (max-width: 991px) {
    p.s3 {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    p.s3 {
      font-size: 30px; } }

.arrow-wrap {
  display: block;
  margin: 0 auto;
  max-width: 60px; }
  .arrow-wrap .arrow {
    -webkit-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out; }

/* --- Home Sections --- */
#section0 {
  background: url(../images/main-tree-slider-gloves-v2.jpg) no-repeat center top;
  background-size: cover;
  min-height: 765px; }
  @media screen and (max-width: 2200px) {
    #section0 {
      background-size: 2200px; } }
  @media screen and (max-width: 990px) {
    #section0 {
      background: url(../images/main-tree-slider-gloves_sml.jpg) no-repeat center;
      background-size: cover; } }

#section1 p {
  font-family: "PublicaSans-UltraLight";
  font-size: 36px;
  color: #818285; }
  @media screen and (max-width: 767px) {
    #section1 p {
      font-size: 24px; } }

#section2 .fp-bg {
  background: url(../images/LA-River---Aliso-Creek-Confluence-Park---TPL.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  overflow: hidden; }

#section2 .approach-block {
  padding: 10px;
  border-right: solid 1px white; }
  #section2 .approach-block:last-child {
    border-right: none; }
  #section2 .approach-block a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #section2 .approach-block a h2 {
      font-family: "PublicaSans-Regular"; }
      @media screen and (min-width: 1380px) {
        #section2 .approach-block a h2 {
          font-size: 40px; } }
      @media screen and (min-width: 992px) and (max-width: 1379px) {
        #section2 .approach-block a h2 {
          font-size: 30px; } }
    #section2 .approach-block a:hover h2 {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

#section3 .fp-bg {
  background-image: url(../images/sec3-bg.jpg);
  background-size: cover;
  background-position: center 80%; }

@media screen and (max-width: 1199px) {
  #section3 .sec--footer {
    bottom: 5%; } }

@media screen and (max-width: 768px) {
  #section3 .sec--title {
    position: absolute;
    z-index: 100;
    margin-top: 80px; }
  #section3 .sec--footer {
    position: absolute;
    bottom: 5%; }
  #section3 .fp-bg {
    display: none; }
  #section3 .sec3-a, #section3 .sec3-b {
    padding-top: 30px;
    padding-bottom: 30px; }
  #section3 .sec3-a {
    background: url(../images/RLF_Website_Homepage-33.png) no-repeat center;
    background-size: cover;
    height: 80vh; } }
  @media screen and (max-width: 768px) and (max-width: 1199px) {
    #section3 .sec3-a {
      height: 100vh; } }

@media screen and (max-width: 768px) {
  #section3 .sec3-b {
    background: url(../images/home_whales.jpg) no-repeat center;
    background-size: cover;
    height: 80vh; } }
  @media screen and (max-width: 768px) and (max-width: 1199px) {
    #section3 .sec3-b {
      height: 100vh; } }

@media screen and (max-width: 1199px) {
  .section-wrap--content {
    width: 90%; } }

@media screen and (min-width: 992px) {
  .section-wrap {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .section-wrap:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .zoom {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .zoom:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); } }

#section4 .fp-bg {
  background-image: url(../images/sec4-bg.jpg);
  background-size: cover;
  background-position: center 80%; }

@media screen and (max-width: 768px) {
  #section4 .fp-bg {
    display: none; }
  #section4 .sec--footer {
    position: absolute;
    bottom: 5%; }
  #section4 .sec4-a, #section4 .sec4-b {
    padding-top: 30px;
    padding-bottom: 30px; }
  #section4 .sec4-a {
    background: url(../images/home_dam.jpg) no-repeat center;
    background-size: cover;
    height: 80vh; } }
  @media screen and (max-width: 768px) and (max-width: 1199px) {
    #section4 .sec4-a {
      height: 100vh; } }

@media screen and (max-width: 768px) {
  #section4 .sec4-b {
    background: url(../images/RLF_Website_Homepage-12.png) no-repeat center;
    background-size: cover;
    height: 80vh; } }
  @media screen and (max-width: 768px) and (max-width: 1199px) {
    #section4 .sec4-b {
      height: 100vh; } }

#section5 p {
  font-family: "PublicaSans-UltraLight";
  font-size: 24px;
  color: #818285; }
  @media screen and (max-width: 767px) {
    #section5 p {
      font-size: 18px; } }

.location {
  border-right: solid 2px #00a299;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px; }
  .location:last-child {
    border-right: 0; }
  @media screen and (min-width: 576px) and (max-width: 991px) {
    .location:nth-child(2) {
      border-right: 0; } }
  @media screen and (max-width: 575px) {
    .location {
      border-right: 0;
      border-bottom: solid 2px #00a299;
      padding: 30px; } }
  .location p {
    font-size: 18px;
    margin-bottom: 10px; }
  .location strong {
    font-size: 20px;
    font-weight: 700;
    font-family: "PublicaSans-Regular"; }

.social-media {
  border-top: solid 1px #eaeaea;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center; }
  .social-media p {
    margin: 0 auto 60px;
    font-size: 24px; }
  .social-media .icos a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ab0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-right: 15px; }
    .social-media .icos a:hover {
      background-color: #929f03; }
    .social-media .icos a img {
      width: 35%; }

.docs {
  margin-top: 80px;
  margin-bottom: 80px; }
  .docs .block {
    margin-bottom: 40px; }
  .docs h3 {
    font-size: 22px;
    color: #5e5e5e; }
  .docs p {
    font-size: 20px; }
  .docs ul {
    list-style: none;
    margin: 0; }
    .docs ul li {
      margin-bottom: 10px; }

.staff {
  padding-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .staff {
      padding-bottom: 80px; } }
  .staff h1 {
    color: #00a299;
    font-size: 33px;
    font-weight: 500;
    font-family: "PublicaSans-Regular";
    line-height: 35px;
    margin-bottom: 30px;
    font-style: normal; }
  .staff p {
    font-size: 22px;
    line-height: 1.7;
    font-family: "PublicaSans-UltraLight";
    margin-bottom: 30px;
    padding-right: 20px; }
  .staff .member {
    padding: 20px 40px; }
    @media screen and (max-width: 991px) {
      .staff .member {
        padding: 20px 15px; } }
    @media screen and (min-width: 768px) {
      .staff .member {
        border-right: solid 2px #00a299; } }
    @media screen and (min-width: 768px) {
      .staff .member:nth-child(3n) {
        border-right: 0; } }
  .staff .staff-btn {
    -webkit-appearance: none;
    color: #5e5e5e;
    font-size: 23px;
    font-family: "PublicaSans-UltraLight";
    font-weight: 300;
    line-height: 1.1; }
    .staff .staff-btn span {
      font-size: 18px; }
    .staff .staff-btn:hover {
      color: #00a299; }

.staff-modal .modal-content {
  padding: 40px; }
  @media screen and (max-width: 767px) {
    .staff-modal .modal-content {
      padding: 20px; } }
  .staff-modal .modal-content .modal-header {
    padding: 0;
    border-bottom: 0; }
    .staff-modal .modal-content .modal-header h1 {
      margin-bottom: 20px; }
  .staff-modal .modal-content p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 500; }

.program-filters .toggle-buttons button {
  border: none;
  background-color: #00a299;
  color: white;
  width: calc(50% - 4px);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .program-filters .toggle-buttons button.mixitup-control-active {
    background-color: #005651; }
  @media screen and (max-width: 767px) {
    .program-filters .toggle-buttons button {
      width: 100%; } }

.program-filters .filter-buttons button {
  border: none;
  background-color: white;
  border-bottom: 2px solid #00a299;
  color: #5e5e5e;
  width: calc(33% - 2px);
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .program-filters .filter-buttons button.mixitup-control-active {
    background-color: #ececec; }
  @media screen and (max-width: 767px) {
    .program-filters .filter-buttons button {
      width: 100%; } }

.program-filters .toggle-buttons button,
.program-filters .filter-buttons button {
  cursor: pointer; }

.program-filters .toggle-buttons .reset-button,
.program-filters .filter-buttons .reset-button {
  width: 100%;
  padding: 10px;
  background-color: #00a299;
  color: white; }
  .program-filters .toggle-buttons .reset-button.mixitup-control-active,
  .program-filters .filter-buttons .reset-button.mixitup-control-active {
    background-color: #005651; }

.program-filters .search-field {
  width: calc(100% - 4px);
  border: 2px solid #DBDBDB;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 16px; }

.program-list {
  max-width: 1500px;
  margin: 0 auto; }

.programs {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.program {
  margin: 15px;
  width: calc((100% / 3) - 30px); }

@media screen and (max-width: 991px) {
  .program {
    width: calc((100% / 2) - 30px); } }

@media screen and (max-width: 767px) {
  .program {
    width: 100%; } }

.program__inner {
  width: 100%;
  min-height: 460px;
  padding: 30px;
  position: relative;
  cursor: pointer;
  background-image: url("/wp-content/uploads/2020/08/Solidarity-Farms-and-Pauma-Tribal-Farms-receive-the-Carbon-Sink-Farm-of-the-Year-Award.jpg");
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .program__inner:before {
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    content: "";
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3); }

.program__inner:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.program__inner .fa {
  width: 100%;
  margin-top: 0.25em; }

.program__expander .js-collapser {
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 26px;
  cursor: pointer; }

.program__inner--content {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 60px);
  text-align: left;
  z-index: 10;
  line-height: 1; }

.program__inner--title {
  line-height: 1.2;
  font-size: 0.8em; }

.program__expander {
  -webkit-transition: opacity 0.2s ease-in-out, max-height 0.2s ease-in-out, min-height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, max-height 0.2s ease-in-out, min-height 0.2s ease-in-out, margin-top 0.2s ease-in-out;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .program__expander .program__expander--content {
    margin: 50px 0;
    width: 100%; }

.program.is-collapsed .program__inner:after {
  content: "";
  opacity: 0; }

.program.is-collapsed .program__expander {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0; }

.program.is-expanded .program__inner {
  background-color: #1abc9c;
  position: relative; }
  .program.is-expanded .program__inner:before {
    background-color: rgba(0, 162, 153, 0.6); }

.program.is-expanded .program__expander {
  max-height: 1000px;
  min-height: 200px;
  overflow: visible;
  margin-top: 30px;
  opacity: 1; }

.program.is-expanded:hover .program__inner {
  -webkit-transform: scale(1);
          transform: scale(1); }

.program.is-inactive .program__inner {
  pointer-events: none;
  opacity: 0.5; }

.program.is-inactive:hover .program__inner {
  background-color: #949fb0;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media screen and (min-width: 992px) {
  .program:nth-of-type(3n+2) .program__expander {
    margin-left: calc(-100% - 30px); }
  .program:nth-of-type(3n+3) .program__expander {
    margin-left: calc(-200% - 60px); }
  .program:nth-of-type(3n+4) {
    clear: left; }
  .program__expander {
    width: calc(300% + 60px); } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .program:nth-of-type(2n+2) .program__expander {
    margin-left: calc(-100% - 30px); }
  .program:nth-of-type(2n+3) {
    clear: left; }
  .program__expander {
    width: calc(200% + 30px); } }

@media screen and (min-width: 992px) {
  .program.mix.middle-in-row .program__expander {
    margin-left: calc(-100% - 30px); }
  .program.mix.last-in-row .program__expander {
    margin-left: calc(-200% - 60px); }
  .program.mix.first-in-row .program__expander {
    margin-left: 0;
    width: calc(300% + 60px); } }

.list-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5em; }
  .list-program .list-program__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 300px;
            flex: 1 0 300px;
    min-height: 450px;
    background-size: cover; }
  .list-program .list-program__content {
    background-color: #f9f9f9;
    padding: 40px 50px; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

/* -------------------------------------- */
/* RLF Helpers */
/* -------------------------------------- */
span.nowrap {
  white-space: nowrap; }

.entry-content p a {
  font-weight: bold; }

/* -------------------------------------- */
/* Blog page styles */
/* -------------------------------------- */
.inner-news-page {
  margin-top: 50px; }

.img-overlay-container {
  position: relative; }

p.photo-credit {
  text-align: right;
  font-size: 0.6em;
  margin-top: -45px;
  color: #979797; }

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
  z-index: 0; }

h1.post-title-header {
  z-index: 1; }

p.post-date-header {
  text-align: center;
  z-index: 1;
  color: white;
  font-style: italic;
  font-size: 0.8em;
  margin-top: 10px;
  letter-spacing: 1.7px; }

body.post-template-default .entry-content {
  margin-bottom: 50px;
  padding-bottom: 100px;
  border-bottom: 1px solid #c4c4c4; }

body.post-template-default .entry-content h2 {
  font-weight: 600; }

body.post-template-default .entry-content blockquote.wp-block-quote {
  max-width: 90%;
  margin-left: 25px;
  padding-left: 25px;
  border-left: 2px solid #00a299; }

body.post-template-default .entry-content blockquote.wp-block-quote p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 10px; }

body.post-template-default .entry-content blockquote.wp-block-quote cite {
  font-size: 0.8em;
  line-height: 1em; }

@media (min-width: 768px) {
  body.post-template-default .entry-content blockquote.wp-block-quote p {
    max-width: 85%;
    font-size: 1.4em;
    line-height: 1.4em; } }

span.cat-links {
  display: none; }

footer.entry-footer .cat-links,
footer.entry-footer .tags-links {
  font-size: 0.7em;
  font-weight: 600;
  color: #a3a3a3;
  letter-spacing: 0.1em;
  margin-right: 30px;
  margin-top: 10px; }

footer.entry-footer .cat-links a:first-of-type,
footer.entry-footer .tags-links a:first-of-type {
  margin-left: 10px; }

footer.entry-footer .cat-links a,
footer.entry-footer .tags-links a {
  background: #e1e1e1;
  color: #999999;
  padding: 7px 17px;
  font-size: 0.9em; }

footer.entry-footer .cat-links a:hover,
footer.entry-footer .tags-links a:hover {
  background: #00a299;
  color: white; }

/* -------------------------------------- */
/* Blog archive styles */
/* -------------------------------------- */
.large-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px; }

.rlf-3col-grid-item {
  background-color: #f9f9f9; }

.rlf-grid-item-content {
  padding: 1.5em; }
  .rlf-grid-item-content p {
    font-size: 0.9em;
    line-height: 1.4em; }

.rlf-post-tags-container {
  background-color: #e7e7e7; }

.rlf-grid-item-content h2 {
  color: #00a299;
  font-size: 25px;
  font-weight: 600; }

p.rlf-post-tags {
  font-size: 0.6em;
  font-weight: 700;
  margin-bottom: 0; }

.rlf-post-tags-container {
  padding: 6px 10px; }

body.tag h2.rlf-post-title {
  font-size: 36px;
  margin-bottom: 0.3em; }

p.rlf-post-date {
  font-size: 0.7em;
  font-weight: 600;
  opacity: .8; }

/* -------------------------------------- */
/* Publication archive styles */
/* -------------------------------------- */
.post-type-archive-publications h1.entry-title {
  margin-bottom: 50px; }

.publication-item {
  background-color: #f7f7f7;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 992px) {
    .publication-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .publication-item .entry-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%; }
    .publication-item .entry-header img {
      -webkit-box-shadow: 3px 4px 21px 0px rgba(0, 0, 0, 0.25);
              box-shadow: 3px 4px 21px 0px rgba(0, 0, 0, 0.25);
      margin-bottom: 50px; }
      @media (min-width: 992px) {
        .publication-item .entry-header img {
          margin-bottom: 0; } }
    .publication-item .entry-header h1 {
      line-height: 1.1em; }
  .publication-item .entry-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    padding-left: 0px;
    margin: 0; }
    @media (min-width: 992px) {
      .publication-item .entry-content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66%;
                flex: 0 0 66%;
        padding-left: 50px;
        margin: 0; } }

.publication-list {
  margin-top: 50px; }

.button-group {
  margin-top: 25px;
  margin-bottom: 25px; }
  .button-group .button {
    margin-left: 5px;
    margin-right: 5px; }
    .button-group .button:first-of-type {
      margin-left: 0; }
    .button-group .button:last-of-type {
      margin-right: 0; }

.button {
  display: inline-block;
  border: 2px solid #26a9a1;
  padding: 2px 10px;
  color: #26a9a1;
  font-weight: bold;
  font-size: 16px; }

.tag-list {
  font-size: 12px;
  color: #a1a0a0; }
  .tag-list a {
    color: #a1a0a0; }

.topic-container .rlf-topics-dd select {
  width: 100%;
  padding: 7px;
  color: #00a299;
  font-weight: 600;
  font-size: 0.9em;
  border: 2px solid #dfdfdf;
  letter-spacing: 0.05em; }

.rlf-search.modal-search {
  position: relative; }
  .rlf-search.modal-search input {
    padding-left: 8px;
    color: #676767; }
    .rlf-search.modal-search input::-webkit-input-placeholder {
      color: #ccc; }
    .rlf-search.modal-search input::-moz-placeholder {
      color: #ccc; }
    .rlf-search.modal-search input::-ms-input-placeholder {
      color: #ccc; }
    .rlf-search.modal-search input::placeholder {
      color: #ccc; }

.rlf-search input {
  width: 100%;
  color: #00a299;
  font-weight: 600;
  font-size: 0.9em;
  padding-left: 10px;
  min-height: 44px;
  letter-spacing: 0.05em;
  border: 2px solid #dfdfdf; }
  .rlf-search input::-webkit-input-placeholder {
    color: #00a299; }
  .rlf-search input::-moz-placeholder {
    color: #00a299; }
  .rlf-search input::-ms-input-placeholder {
    color: #00a299; }
  .rlf-search input::placeholder {
    color: #00a299; }

.has-search .form-control-feedback {
  position: absolute;
  top: 2px;
  right: 25px;
  z-index: 2;
  display: block;
  width: 1.275rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa; }

.nav-links {
  display: block;
  width: 100%;
  text-align: center; }
  .nav-links .page-numbers {
    color: #aaaaaa;
    font-weight: 400;
    font-family: 'PublicaSans-Regular';
    margin: 0 5px;
    color: #aaaaaa;
    font-size: 0.7em; }
    .nav-links .page-numbers.next, .nav-links .page-numbers.prev {
      color: #aaaaaa;
      font-size: 12px; }
      .nav-links .page-numbers.next:hover, .nav-links .page-numbers.prev:hover {
        color: #00a299; }
  .nav-links span.page-numbers {
    color: #00a299; }

.alert-bar {
  background-color: #00a299;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 10px;
  line-height: 1.3;
  font-size: 16px; }
  .alert-bar:visited {
    background-color: #00867e;
    color: #fff; }
  .alert-bar:hover {
    background-color: #00867e;
    color: #fff; }

@media screen and (min-width: 768px) {
  .alert-bar {
    font-size: 22px; } }

.has-alert {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }
  .has-alert .navbar {
    padding: 1.83rem 1.88rem 0.5rem; }

.mb-6 {
  margin-bottom: 60px !important; }

.lrg__text {
  font-size: 24px !important;
  color: #818285; }
  @media (min-width: 768px) {
    .lrg__text {
      font-size: 2rem !important; } }

.row__reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

body.programs-template-default .post-date-header {
  display: none; }

body.page-template-front-page-new .section__fullpage {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

body.page-template-front-page-new a.button {
  padding: 4px 24px;
  font-size: 24px; }

body.page-template-front-page-new div.section {
  position: relative; }

body.page-template-front-page-new section.approach__section {
  margin-bottom: 200px; }

body.page-template-front-page-new .row.approach {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
  position: relative;
  margin: 0 0 60px 0; }
  body.page-template-front-page-new .row.approach h1 {
    color: white; }
  body.page-template-front-page-new .row.approach:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0f565278; }

body.page-template-front-page-new div.approach {
  background: url(https://resourceslegacyfund.org/wp-content/uploads/2021/03/LA-River-Aliso-Creek-Confluence-Park-TPL-image-sm.jpg) no-repeat center center;
  background-size: cover; }

body.page-template-front-page-new .approach-block {
  border-right: 1px solid #00a29969;
  margin-bottom: 20px; }
  body.page-template-front-page-new .approach-block:last-of-type {
    border: none; }

body.page-template-front-page-new .work__place__wrapper div:last-of-type {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    body.page-template-front-page-new .work__place__wrapper div:last-of-type {
      margin-bottom: 80px; } }

body.page-template-front-page-new .work__place_container {
  margin: 40px auto;
  max-width: 1660px; }
  @media (min-width: 768px) {
    body.page-template-front-page-new .work__place_container {
      margin: 80px auto; } }
  body.page-template-front-page-new .work__place_container .img__container {
    min-height: 30vh; }
  body.page-template-front-page-new .work__place_container .place__content__container {
    text-align: center;
    padding: 10% 2.6%; }
    body.page-template-front-page-new .work__place_container .place__content__container h2.placetitle {
      font-size: 3rem;
      font-weight: 600; }
    body.page-template-front-page-new .work__place_container .place__content__container p.placesubtitle {
      color: #00a299 !important;
      font-size: 1.2rem !important;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 8px;
      margin-bottom: 0; }
    body.page-template-front-page-new .work__place_container .place__content__container p.placetext {
      color: #00a299 !important;
      line-height: 1.3;
      margin-bottom: 40px; }

/*# sourceMappingURL=main.css.map */
