<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* ==========================================================================
   Global
   ========================================================================== */
   .wrapper-narrow {
    max-width: 65rem;
   }
   .abslink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   }
   .section.nobottompadding {
     padding-bottom: 0;
   }
   .section.notoppadding {
     padding-top: 0;
   }
   .notoppadding .section {
    padding-top: 0;
   }
   .nobottompadding .section {
    padding-bottom: 0;
   }
/* ==========================================================================
   Button Overrides
   ========================================================================== */
  .buttons-are-data-card.white--button .btn {
    border-color: #FFF;
    background: transparent;
    color: #FFF;
  }

/* ==========================================================================
   Tweets &amp; Blog Posts
   ========================================================================== */
.rel {
  position: relative;
  padding-bottom: 100%;
}
.relhalf {
  position: relative;
  padding-bottom: 100%;
}
.abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1rem;
  left: 0;
  overflow-y: hidden;
}
.greenbox-background {
  background-color: #0d762e;
}
.whitebox-background {
  background-color: #FFF;
}
.greybox-background {
  background-color: #464646;
  border: solid 20px #464646;
}
.whitebox-background .boxtitle,
.whitebox-background .boxdate {
  color: #0d762e;
}

.whitebox-background .abs a:link{
  text-decoration: none;
}

.greenbox-background .boxtitle,
.greenbox-background .boxdate {
  color: #FFF;
}
.boxdate {
  display: block;
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-size: 2rem;
  margin: 1rem;
}
.boxtitle {
  display: block;
  font-family: 'freight-text-pro', 'Helvetica', 'Arial', sans-serif;
  font-size: 2.25rem;
  margin: 2.5rem 1rem;
  text-decoration: underline;
}
.boxborder {
  border: solid 21px #0d762e;
}
.boxborder.rel {
  padding-bottom: 87.5%;
}

.section--tweets-blog-posts {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section--tweets-blog-posts .rel {
  margin-bottom: 1.5rem;
}
.section--tweets-blog-posts .whitebox-background {
  background-color: rgba(255,255,255,0.9);
}

.twitterbox {
  overflow: scroll;
}
.twitterbox.abs {
  right: 4.5rem;
}

.twitterbox {
  color: #FFF;
}

.twitterbox ul {
  list-style: none;
  margin: 0;
  padding-left: 1rem;
}

.twitterbox a:link,
.twitterbox a:visited {
  color: #FFF;
}

.fru-tweet__user {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.5rem;
  margin-top: 0;
  font-weight: bold;
}

.fru-tweet__user a:link,
.fru-tweet__user a:visited {
  text-decoration: none;
}

.fru-tweet__text {
  margin-bottom: 2rem;
}
.fru-tweet__text p {
  margin: 0 0 .5rem;
}

.fru-tweet__date {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-size: .75rem;
  margin-top: 0;
}

.box-icon {
  height: 2rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.box-alt-title {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-size: 2.25rem;
  color: #5fb97b;
  font-weight: 700;
  margin: 1.5rem 0 0 1.5rem;
  display: block;
}

.boxdate {
  font-weight: 600;
}

.boxtitle {
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}

@media only screen and (max-width: 40em) {
  /*.blog-cells-wrapper,
  .blog-content-cell,
  .blog-title-cell {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }*/
  .section--tweets-blog-posts .boxborder.rel {
    padding-bottom: 21.5%;
  }
  .section--tweets-blog-posts .boxborder.rel .abs {
    padding: 0;
  }
  .section--tweets-blog-posts .whitebox-background {
    padding-bottom: .5rem;
  }
  .section--tweets-blog-posts .whitebox-background .abs {
    position: inherit;
    padding: 1rem;
    right: auto;
    bottom: auto;
    left: auto;
    overflow-y: hidden;
  }
  .section--tweets-blog-posts .relhalf.greybox-background {
    padding-bottom: 31.5%;
  }
  .boxtitle {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 40em) {
  .boxborder {
    border: solid 2vw #0d762e;
  }
  .greybox-background {
    border: solid 2vw #464646;
  }
  .boxdate {
    font-size: 2.5vw;
  }
  .boxtitle {
    font-size: 2.75vw;
  }
  .relhalf {
    position: relative;
    padding-bottom: 42%;
  }
  .box-alt-title {
    font-size: 2.75vw;
  }
  .extended-cell .rel {
    padding-bottom: 47%;
  }
}

@media only screen and (min-width: 65em) {
  .boxborder {
    border: solid 21px #0d762e;
  }
  .boxdate {
    font-size: 2rem;
  }
  .boxtitle {
    font-size: 1.7rem;
  }
  .greybox-background {
    border: solid 20px #464646;
  }
  .relhalf {
    position: relative;
    padding-bottom: 42.5%;
  }
  .box-alt-title {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 1.5rem 0 0 1.5rem;
    display: block;
  }
  .extended-cell .rel {
    padding-bottom: 48.5%;
  }
}

/* ==========================================================================
   Impact
   ========================================================================== */
.image__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.article__header.no-image .impact__image {
  background: #006f41 !important;
}

.impact__heading,
.impact__subheading {
  position: relative;
  z-index: 2;
}

.impact__heading {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.section--cta-blocks .grid div:nth-of-type(2) h2,
.section--cta-blocks .grid div:nth-of-type(2) p {
  color: #FFF;
}
.section--cta-blocks .fa-angle-double-right {
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section--cta-blocks h2 {
  font-weight: 600;
}
/* ==========================================================================
   Call to action strip
   ========================================================================== */
  .section--cta-strip {
    position: relative;
  }
  .section--cta-strip[data-background="dark-grey"] {
    background-color: #464646;
  }

  .section--cta-strip[data-background="light-green"] {
    background-color: #5fb97b;
  }
F
  .section--cta-strip .btn {
    border-color: #FFF;
    position: relative;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
  }
  .section--cta-strip .btn:link,
  .section--cta-strip .btn:visited {
    color: #FFF;
  }
  .section--cta-strip .btn:focus,
  .section--cta-strip .btn:hover,
  .section--cta-strip .btn:active {
    color: #464646;
    background-color: #FFF;
  }

  .cta-strip--heading {
    font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
    font-size: 2em;
    font-weight: 500;
    color: #FFF;
    position: relative;
    z-index: 1;
  }
  .cta-strip--subheading {
    color: #FFF;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
  }

  .section--cta-strip .button-list {
    margin: 0;
    z-index: 99;
  }
/* ==========================================================================
   Carousel
   ========================================================================== */
  .section--logo-carousel .owl-carousel .owl-item img {
    max-height: 62px;
    width: auto;
    margin: 0 auto;
  }
  .section--logo-carousel .btn {
    margin-top: 4rem;
  }
  .logo-carousel--heading {
    margin-bottom: 0.5rem;
  }
  .logo-carousel--subheading {
    color: #0d762e;
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }

  .logo-carousel .owl-nav{
    pointer-events: none;
  }

  .section--logo-carousel .owl-prev{
    float: left;
    pointer-events: all;
  }

  .section--logo-carousel .owl-next{
    float: right;
    pointer-events: all;
  }

  .logo-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 98%;
  }
  .logo-carousel .owl-nav {
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 98%;
    display: none;
  }

  .logo-carousel .owl-nav .owl-prev {
    text-align: left;
  }

  .logo-carousel .owl-nav .owl-next {
    text-align: right;
  }

  @media only screen and (min-width: 40em) {
    .logo-carousel .owl-nav {
      display: block;
    }
  }

/*  .owl-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .owl-carousel .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }*/
  .section--logo-carousel .owl-stage {
    overflow-y: hidden;
  }
  .logo-carousel .fa {
/*    position: absolute;
    bottom: 2.5rem;*/
    font-size: 2.5rem;
    z-index: 3;
    color: #0d762e;
  }
/* ==========================================================================
   Testimonials
   ========================================================================== */
  .section--testimonials {
    xbackground-color: #5fb97b;
  }
  .single-testimonial-content {
    /* position: relative;
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 2s cubic-bezier(.25,1,.25,1);
    -moz-transition: all 2s cubic-bezier(.25,1,.25,1);
    -o-transition: all 2s cubic-bezier(.25,1,.25,1);
    transition: all 2s cubic-bezier(.25,1,.25,1);
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity; */
  }
  .single-testimonial-content.is-active {
    xvisibility: visible;
    xopacity: 1;
    xheight: auto;
  }
  .testimonials-content .testimonial-loading {
    /* position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); */
  }
  .section--testimonials-nav {
    /* text-align: right;
    position: absolute;
    top: 1rem;
    right: 3rem;
    z-index: 1; */
  }
  /* .section--testimonials-nav li {
    display: inline-block;
    padding-left: 1rem;
    cursor: pointer;
    color: #006f41;
    font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
  } */
  .single-testimonial--name,
  .single-testimonial--position {
    font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;

  }
  .single-testimonial--quote {
  }
  .single-testimonial--name {
    font-weight: 500;
  }
  .single-testimonial--position {
    font-weight: 500;
    font-size: 1.25rem;
  }
  .section--testimonials-nav li.is-active {
    color: #5fb97b;
  }
  .single-testimonial--right-column {
    background-color: #FFF;
    color: #006f41;
    padding: 6rem 2rem 1rem;
  }
  .single-testimonial--right-column.no-nav {
    padding-top: 2rem;
  }
  .single-testimonial-img-rel {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 1.5rem;
  }
  .single-testimonial-img-abs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

/* ==========================================================================
   Accordion
   ========================================================================== */
.section.section--accordion {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.accordion__container {
  border-top: 1px solid #006f41;
}
.section.section--accordion ul {
  color: #6a6a6a;
  margin-top: 0;
  padding-left: 3.35em;
}
.section--accordion ul li {
  margin: 1em 0;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  color: #222222;
}
.accordion__item {
  border-bottom: 1px solid #006f41;
  background-color: #F0F9F5;
  -webkit-transition: background-color 350ms linear;
  -ms-transition: background-color 350ms linear;
  transition: background-color 350ms linear;
}
.accordion__item:hover {
  background-color: #fff;
}
.accordion__item.is-active,
.accordion__item.is-active:hover {
  background-color: #f6f6f6;
}
.accordion__item.is-active .accordion__heading:hover .fa-close {
  color: #61b97f;
}
.section--accordion .accordion__collapse {
  display: none;
  padding: 0 0 1em 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.section--accordion .accordion__collapse p {
  font-size: 1.2rem;
}
.accordion__heading,
.accordion__heading:link,
.accordion__heading:visited {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 2em 1em;
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  -webkit-transition: background-color 350ms linear;
  -ms-transition: background-color 350ms linear;
  transition: background-color 350ms linear;
}

.accordion__item.is-active .accordion__heading {
  color: #006f41;
}
.accordion__item p:last-child {
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
.accordion__image {
  width: 100%;
  height: 16em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.accordion__text p:first-child,
.accordion__item p:first-child {
  margin-top: 0;

}
.accordion__text {
  color: #6a6a6a;
}
.accordion__text h3 {
  color: #606060;
  margin-bottom: 0;
  font-size: 1em;
  letter-spacing: 0;
}
.accordion__text p:nth-child(1) {
  margin-top: 0;
}
.accordion__item .fa {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000000;
  font-size: 1rem;
   -webkit-transition: color 350ms linear;
  -ms-transition: color 350ms linear;
  transition: color 350ms linear;
}
.accordion__item.is-active .fa {
  color: #006f41;
}

.accordion__heading .wrapper {
  xmax-width: 13rem;
}
@media only screen and (min-width: 40em) {
  .accordion__heading,
  .accordion__heading:link,
  .accordion__heading:visited {
    font-size: 1em;
  }
  .accordion__item .fa {
    font-size: 1em;
  }
  .accordion__collapse .grid .cell.lap-1-2:first-child {
    padding-left: 2.5rem;
  }

  .accordion__heading .wrapper {
   xmax-width: none;
  }
}
@media only screen and (min-width: 60em) {
  .accordion__heading,
  .accordion__heading:link,
  .accordion__heading:visited {
    font-size: 1.5em;
  }
  .accordion__item .fa {
    font-size: 1.3em;
  }
  .accordion__collapse .grid .cell.lap-1-2:first-child {
    padding-left: 3.25rem;
  }
}
/* ==========================================================================
   Career Accordion
   ========================================================================== */
.section--accordion.career--accordion .section__heading {
  color: #FFF;
  margin: 0 0 10px;
  padding: 3rem;
  background-color: #55b070;
}

.accordion__item .share-career {
  position: absolute;
  top: 50%;
  right: 6rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  font-size: 1rem;
}


/* ==========================================================================
   Board of Directors
   ========================================================================== */

.personnel-listings .grid-sizer,
.personnel-listings .personnel-listing {
  width: 100%;
}
.personnel-listings .gutter-sizer {
  width: 1%;
}

.personnel-listings .personnel-listing {
  height: 28rem;
  overflow: hidden;
  margin-top: 1%;

  text-align: center;

  color: #fff;
  background-color: #006f41;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.personnel-listings .personnel-listing__content {
  position: relative;
  z-index: 5;
  will-change: transform;
  vertical-align: middle;
  padding: .5rem 2rem;
}

.personnel-listing__content--below {
  padding: 0 2rem 2rem;
  display: none;
  color: #FFF;
  text-align: left;
  height: 18.5rem;
  overflow-y: auto;
  font-size: 1.5rem;
}

.personnel-listing__content--below a {
  color: #FFF;
}

.personnel-listing__content--below p:first-child {
  margin-top: 0;
}

.personnel-listing.is-active .personnel-listing__content--below {
  display: block;
}

.personnel-listing-abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 14%;
}

.personnel-listing.is-active .personnel-listing-abs {
  background-position: center 30%;
}

.personnel-listing--name {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  margin-bottom: .35rem;
  color: #FFF;
  letter-spacing: 2px;
}
.personnel-listing--position {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  color: #FFF;
  font-size: 0.8rem;
}

.personnel-listings--socialmedia {
  padding: 1rem 2rem;
  display: none;
}

.personnel-listing.is-active .personnel-listings--socialmedia {
  display: block;
}

.personnel-listings--socialmedia a {
  margin-left: 1rem;
}

.personnel-listings--socialmedia .fa {
  color: #FFF;
  font-size: 1.5rem;
}

/*.personnel-listing-rel {
  position: relative;
  padding-bottom: 80%;
}*/

.personnel-listing-rel {
  position: relative;
  padding-bottom: 20.5rem;
}

.personnel-listing.is-active .personnel-listing-rel {
  padding-bottom: 39.25%;
}

/* Two per row */
@media only screen and (min-width: 40em) {
  .personnel-listing-rel {
    position: relative;
    padding-bottom: 19.5rem;
  }
  .personnel-listings .grid-sizer,
  .personnel-listings .personnel-listing {
    width: 49%;
    height: 400px;
  }

  .personnel-listings .personnel-listing {
  /*height: auto;*/
  min-height: 20rem;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  }

  .personnel-listings .personnel-listing:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  cursor: pointer;
  }

  .personnel-listings .personnel-listing__content {
    padding: .5rem 2rem;
  }



  .personnel-listings .personnel-listing.is-active {
    width: 100%;
    height: 810px;
    cursor: pointer;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }

  .personnel-listings .personnel-listing.is-active .personnel-listing__content {
    padding: 2rem 6rem;
  }

  .personnel-listing--position{
    font-size: 1rem;
  }
}

@media only screen and (min-width: 50em){
  .personnel-listing-rel {
    position: relative;
    padding-bottom: 18rem;
  }
}


/* Three per row */
@media only screen and (min-width: 70em) {
  .personnel-listings .grid-sizer,
  .personnel-listings .personnel-listing {
    width: 32.666667%;
  }
  .personnel-listings .personnel-listing.is-active {
    width: 66.333333%;
  }
}
/* ==========================================================================
   Resources
   ========================================================================== */
.section--external-resources {
  background-color: #5fb97b;
}
.section--external-resources .section__title {
  color: #FFF;
  display: inline-block;
}
.section--external-resources .section__title hr {
  border-top: solid 1.25rem #FFF;
  margin-top: .5rem;
}
.resource--cell {
  max-width: 25rem;
  margin-bottom: 4rem;
}
.resource--title {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  color: #0d762e;
  font-weight: 900;
  font-size: 2rem;
  line-height: 2.25rem;
}
.resource--link {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-size: 2rem;
}
.resource--content {
  color: #FFF;
}
/* ==========================================================================
   Event Detail
   ========================================================================== */
.single-event .grid {
  margin-left: -3rem;
}
.single-event .cell {
  padding-left: 3rem;
}
.event-impact-rel {
  position: relative;
  padding-bottom: 45%;
}
.event-impact-abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.event-content,
.event-sidebar {
  padding: 2rem 0;
}
.event-content &gt; p {
  margin-top: 0;
}
.event-sidebar--detail-title {
  color: #FFF;
  text-transform: uppercase;
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  display: block;
}
.event-sidebar--share,
.event-sidebar--details {
  background-color: #006f41;
  border-radius: 10px;
}
.event-sidebar--share {
  padding: 3rem;
  text-align: center;
}
.event-sidebar--share .fa {
  vertical-align: top;
  font-size: 2rem;
  color: #FFF;
}
.event-sidebar--share-count {
  display: inline-block;
  vertical-align: top;
  color: #FFF;
  font-size: 2rem;
  margin-left: 1.5rem;
  margin-top: -.55rem;
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
}
.event-sidebar--detail {
  padding: 2rem;
}
.event-content--date {
  color: #006f41;
  font-size: 2rem;
  text-decoration: underline;
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 1rem;
}
.event-sidebar--detail-label {
  display: block;
  color: #FFF;
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.event-data {
  color: #d9d9d9;
  font-size: 1.05rem;
  line-height: 1.25rem;
  display: block;
  margin-bottom: .85rem;
}
.event-data a:link,
.event-data a:visited {
  color: #d9d9d9;
  font-size: 1.05rem;
  line-height: 1.25rem;
  margin-bottom: .75rem;
  text-decoration: underline;
}
.calendar-back {
  background-color: #006f41;
  padding: 2rem 0;
  color: #FFF;
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.calendar-back a {
  color: #FFF;
}
#calendar .fa-angle-double-right {
  position: inherit;
  bottom: auto;
}

#calendrier .fa-angle-double-right {
  position: inherit;
  bottom: auto;
}

#calendar input[type="checkbox"] {
    display:none;
}
#calendar input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-12px 10px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
#calendar input[type="checkbox"] + label span:before {
  font-family: FontAwesome;
  content: "\f096";
}
#calendar input[type="checkbox"]:checked + label span:before {
  font-family: FontAwesome;
  content: "\f046";
}
.event-content--image {
  margin-bottom: 1rem;
}

.event-data a {
  word-wrap: break-word;
}
.event-shareicons svg {
  margin: 0;
}

.event-shareicons svg rect {
   -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.event-shareicons svg:hover rect {
  fill: #006f41;
}

.event-sidebar,
.blog--share.event-sidebar--share {
  width: 236px;
  margin: 0 auto;
}

.event-shareicons {
  width: 236px;
  margin: 0 auto;
}

@media only screen and (min-width: 40em) {
  .event-sidebar,
  .blog--share.event-sidebar--share {
    margin: 0;
  }
  .event-shareicons {
    margin: 0;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 60em) {
  .event-sidebar,
  .blog--share.event-sidebar--share {
    float: none;
  }
}
/*.calendar-categories input[type=checkbox] { display:none; }
.calendar-categories input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

.calendar-categories input[type=checkbox] + label:before { content: "\f096"; }
.calendar-categories input[type=checkbox] + label:before { letter-spacing: 1px; }

.calendar-categories input[type=checkbox]:checked + label:before { content: "\f046"; }
.calendar-categories input[type=checkbox]:checked + label:before { letter-spacing: 5px; } */
/* ==========================================================================
   Gravity Form
   ========================================================================== */
.green-form .gform_wrapper .gfield_label,
.green-form .gform_wrapper .instruction,
.green-form .gform_wrapper label,
.green-form .gform_wrapper input[type="file"] {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  color: #016439;
}

.green-form .gform_wrapper input[type="file"] {
  border: solid 5px #53af6e;
}

.green-form hr {
  margin: .5rem 0 0;
  border-top: solid 10px #53af6e;
}

.green-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.green-form .gform_wrapper textarea {
  border: solid 5px #53af6e;
  border-radius: 0;
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  color: #016439;
}

.green-form .gform_wrapper textarea.large {
  resize: vertical;
  height: 150px;
}

.green-form .selectric {
  border-radius: 0;
  border: solid 5px #53af6e;
}

.green-form .selectric .label {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  color: #016439;
  font-size: 1.15rem;
  background: #FFF;
  font-weight: 600;
}

.green-form .selectric .button {
  background: #FFF;
  border: none;
}

.green-form .selectric .button {
  color: #016439;
}

.green-form .clear-multi .ginput_container {
  display: inline-block;
  vertical-align: top;
}
.green-form .clear-multi .ginput_container input::-webkit-input-placeholder {
  font-size: 1.05rem;
  font-weight: 700;
}
.green-form .clear-multi .ginput_container input::-moz-placeholder { /* Firefox 19+ */
  font-size: 1.05rem;
  font-weight: 700;
}
.green-form .clear-multi .ginput_container input:-ms-input-placeholder { /* IE 10+ */
  font-size: 1.05rem;
  font-weight: 700;
}
.green-form .clear-multi .ginput_container input:-moz-placeholder { /* Firefox 18- */
  font-size: 1.05rem;
  font-weight: 700;
}

.green-form .clear-multi .ginput_container label,
.green-form .clear-multi .ginput_container i {
  display: none;
}

.green-form input[type="radio"] {
    display:none;
}
.green-form input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-12px 10px 0 0;
    vertical-align:middle;
    cursor:pointer;
}
.green-form input[type="radio"] + label span:before {
  font-family: FontAwesome;
  content: "\f096";
}
.green-form input[type="radio"]:checked + label span:before {
  font-family: FontAwesome;
  content: "\f046";
}

html:not(.no-cssanimations) .green-form .gform_wrapper .gfield_label {
  display: block;
}

#ui-datepicker-div {
  background-color: #FFF;
}

.ui-datepicker-title select,
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 50%;
  display: inline-block;
  color: #0d762e;
}
.ui-datepicker-prev {
  padding-left: .15rem;
  cursor: pointer;
}
.ui-datepicker-next {
  text-align: right;
  padding-right: .15rem;
  cursor: pointer;
}

.ui-datepicker {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    3px 3px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         3px 3px 10px 0px rgba(50, 50, 50, 0.75);
  border: solid 1px #53af6e;
}

/* ==========================================================================
   Blog Landing
 
.blog .section {
  background-color: #f8f8f8;
}
.blog .blog-listings .grid-sizer,
.blog .blog-listings .blog-listing {
  width: 100%;
}
.blog .blog-listings .gutter-sizer {
  width: 2%;
}

.blog .blog-listings .blog-listing {
  height: 28rem;
  overflow: hidden;
  margin-top: 2%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.blog .blog-listing-rel {
  position: relative;
  padding-bottom: 80%;
}

.blog .blog-listing.is-active .blog-listing-rel {
  padding-bottom: 39.25%;
}

.blog .blog-listing-abs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 2rem;
}

.blog .blog-listing.is-active .blog-listing-abs {
  background-position: center 30%;
}

.blog .blog-listing-date {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.blog .article__heading {
  font-size: 2rem;
}

.blog .article {
  background-color: #0d762e;
}
.blog .article .article__heading a,
.blog .article .blog-listing-date {
  color: #FFF;
  position: relative;
  z-index: 1;
}

.blog .solid-green {
  background-color: #0d762e;
}
.blog .solid-green .article__heading a,
.blog .solid-green .blog-listing-date {
  color: #FFF;
}

.blog .solid-grey {
  background-color: #464646;
}
.blog .solid-grey .article__heading a,
.blog .solid-grey .blog-listing-date {
  color: #FFF;
}

.blog .solid-white {
  background-color: #FFF;
}
.blog .solid-white .article__heading a,
.blog .solid-white .blog-listing-date {
  color: #0d762e;
}

.blog .white-with-border {
  background-color: #FFF;
  border: solid 15px #5fb97b;
}
.blog .white-with-border .article__heading a,
.blog .white-with-border .blog-listing-date {
  color: #0d762e;
}

  ========================================================================== */

.btn.btn--load-more-posts {
  background-color: #085e3a;
  border-radius: 50%;
  border: none;
  height: 66px;
  width: 66px;
  padding: 2rem;
  /*border: solid 1px  #0d762e;*/
  position: relative;
  cursor: pointer;
}

.btn.btn--load-more-posts:hover,
.btn.btn--load-more-posts:focus,
.btn.btn--load-more-posts:active {
  background: none;
}

.btn.btn--load-more-posts .fa {
  color: #FFF;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.btn.btn--load-more-posts:hover .fa,
.btn.btn--load-more-posts:focus .fa,
.btn.btn--load-more-posts:active .fa {
  color: #0d762e;
}

.blog-back {
  background-color: #006f41;
  padding: 2rem 0;
  color: #FFF;
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.blog-back a:link,
.blog-back a:visited {
  color: #FFF;
  text-decoration: none;
}

.blog-back a:hover,
.blog-back a:focus,
.blog-back a:active {
  text-decoration: underline;
}

.section--related-blog-posts {
  background-color: #f3f3f3;
}

.section--related-blog-posts h2 {
  color: #5fb97b;
}

.blog--share.event-sidebar--share {
  padding: 4.5rem 0;
  text-align: center;
  border: solid 10px #5fb97b;
  width: 236px;
}

.event-sidebar--share-count {
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    font-size: 2rem;
    margin-left: 1.5rem;
    margin-top: -.55rem;
    font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 600;
    display: none;
}

.single blockquote:before {
  content: " ";
  width: 95px;
  height: 95px;
  background-color: #006f41;
  position: absolute;
  top: 0;
  left: -8rem;
  background-repeat: no-repeat;
  background-image: url('img/quote.jpg');
}

.single blockquote {
  background-color: #5fb97b;
  padding: .5rem 2.5rem;
  color: #FFF;
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  position: relative;
  margin: 0 0 0 8rem;
}

.blog-main{
  background-color: #f8f8f8;
}

.blog-main .abslink {
  z-index: 1;
}

.btn--menu.js-toggle-cat-navigation {
  z-index: 1;
}
/* Two per row
@media only screen and (min-width: 40em) {
  .blog .blog-listings .grid-sizer,
  .blog .blog-listings .blog-listing {
    width: 48%;
    height: 370px;
  }

  .blog .blog-listings .blog-listing {
  min-height: 20rem;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  }

  .blog .blog-listings .blog-listing:hover {
  -webkit-filter: brightness(.9);
          filter: brightness(.9);
  cursor: pointer;
  }

  .blog .blog-listings .blog-listing.is-double {
    width: 100%;
    cursor: default;
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }

}

@media only screen and (min-width: 70em) {
  .blog .blog-listings .grid-sizer,
  .blog .blog-listings .blog-listing {
    width: 31.666667%;
  }
  .blog .blog-listings .blog-listing.is-double {
    width: 65.333333%;
  }
}
========================================================================== */

.cat-nav h3 {
  margin: 1rem 0 0;
  text-transform: uppercase;
}

.cat-nav h3,
.cat-nav .btn--menu {
  display: inline-block;
  vertical-align: middle;;
}

.cat-nav .btn--menu {
  position: inherit;
  top: auto;
  right: auto;
  color: #0d762e;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
}

.cat-nav .btn--blog-title {
  padding-right: 1rem;
}

.blog-category-navigation {
  position: relative;
  width: 100%;
  top: auto;
  background: #f8f8f8;
  z-index: 1;
  padding: 1rem 0;
  padding: 0;
  height: 0;
}

.blog-category-navigation ul {
  margin: 0 -.75rem;
  padding: 0;
  list-style: none;
}

.blog-category-navigation li {
  display: inline-block;
}

.blog-category-navigation a {
  padding: .5rem 1.5rem;
  font-size: 1.5rem;
  display: block;
  font-weight: 600;
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
}

.nav-blog-category-navigation {
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: auto;
  width: 100%;
	transform: translateX(-5px) scaleX(0.8) scaleY(0.85);
}

.nav-blog-category-navigation.is-open,
.nav-blog-category-navigation.is-closed {
  -webkit-transition: all 0.2s cubic-bezier(.7,.2,.3,.8);
          transition: all 0.2s cubic-bezier(.7,.2,.3,.8);
}
.nav-blog-category-navigation.is-open {
  visibility: visible;
  opacity: 1;
  top: auto;
	transform: translateX(0) scaleX(1) scaleY(1);
}

.nav-blog-category-navigation.is-open .blog-category-navigation {
  height: auto;
  padding: 1rem 0;
}

.event-posted-in,
.event-posted-by {
    font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
    color: #0d762e;
    font-weight: 600;
}

.event-posted-in a:link,
.event-posted-in a:visited {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  color: #0d762e;
  text-decoration: none;
  font-weight: 600;
}
.event-posted-in a:hover,
.event-posted-in a:focus,
.event-posted-in a:active {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  color: #0d762e;
  text-decoration: underline;
}

.tag-wrapper {
    font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #5fb97b;
    font-weight: 600;
    border-top: solid 1px #5fb97b;
    border-bottom: solid 1px #5fb97b;
    padding: 1.5rem 0;
}

.tag-wrapper a:link,
.tag-wrapper a:visited {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  color: #5fb97b;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
}
.tag-wrapper a:hover,
.tag-wrapper a:focus,
.tag-wrapper a:active {
  font-family: 'sofia-pro', 'Helvetica', 'Arial', sans-serif;
  color: #5fb97b;
  text-decoration: underline;
}
.section--author-block h2 {
  margin-top: 0;
  line-height: 2.5rem;
  color: #464646;
}
.author-avatar img {
  border-radius: 50%;
}

.cat-nav h3.btn--blog-title {
  cursor: pointer;
  margin-top: 0;
}

/* ==========================================================================
   Contact Form embed
   ========================================================================== */
.contact-map__form .embed .lap-1-2 {
  width: 100%;
}

.contact-map__form .embed label {
  visibility: hidden;
}

.contact-map__form .embed input:not([type='submit']),
.contact-map__form .embed textarea {
  border: 6px solid #5fb97b;
  border-radius: 0;
  color: #006f41;
  font-weight: bold;
  font-family: 'sofia-pro', sans-serif;
}

.contact-map__form .embed ul.grid {
  padding-left: 0;
}

.contact-map__form .embed input[type='submit'] {
  margin-top: 1.5rem;
  display: inline-block;
  padding: 0.5rem 2rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  font-weight: bold;
  font-family: 'sofia-pro', sans-serif;
  text-decoration: none;
  background-color: #0d762e;
  color: white;
  outline: none;
  width: 100%;
  border: none;
}

@media only screen and (min-width: 40em) {
  .contact-map__form .embed .lap-1-2 {
    width: 49.6%;
  }
}
/* ==========================================================================
   Blog Category List
   ========================================================================== */
  .section--blog-category-list .btn {
    margin-top: 2rem;
  }
  .section--blog-category-list .blog-listing-date,
  .section--blog-category-list .article__heading {
    position: relative;
    z-index: 1;
  }
  .section--blog-category-list .abslink {
    z-index: 2;
  }

  .load-more {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 40px; height: 40px;
  top: 50%; left: 50%;
  margin: -20px 0 0 -20px;
}
  .load-more:before,
  .load-more:after {
    position: absolute;
    display: block;
    content: '';
    width: 30px; height: 30px;
    left: 50%; top: 50%;
    margin-top: -15px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #0d762e;
    border-right-color: #0d762e;
    border-radius: 0 0 5px 0;

    transform: translate(-50%, -50%) rotate(45deg);

    transition: all .4s ease-in-out;
  }
  .load-more.active:before {
    border-radius: 50%;
    animation:
      .8s rotate .4s linear forwards infinite;
  }
  .load-more.active:after {
    width: 38px; height: 38px;
    border-radius: 50%;
    animation:
      .8s rotate2 .4s linear forwards infinite;
  }
    @keyframes rotate {
      to {
        transform: translate(-50%, -50%) rotate(405deg);
      }
    }
    @keyframes rotate2 {
      to {
        transform: translate(-50%, -50%) rotate(-315deg);
      }
    }
  .load-more.disabled:before,
  .load-more.disabled:after {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(135deg) rotateY(180deg);
  }
/* ==========================================================================
   Emphaised Text Block
   ========================================================================== */
.section--emphasized-text-block h2 {
  font-size: 2.5rem;
}
/* ==========================================================================
   Add to Calendar
   ========================================================================== */
.event-sidebar--add-to-calendar {
  margin: 2rem 0;
}

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


/* Green */

.atc-style-green .atcb-link,
.atc-style-green .atcb-link:hover,
.atc-style-green .atcb-link:active,
.atc-style-green .atcb-link:focus {
    margin: 0;
    padding: .5rem;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background: rgb(0, 111, 65);
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    zoom: 1;
    width: 100%;
    font-family: 'sofia-pro','Helvetica','Arial',sans-serif;
}

.atc-style-green .atcb-list {
    width: 236px;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-green .atcb-list,
.atc-style-green .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-green .atcb-item,
.atc-style-green .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-green .atcb-item-link,
.atc-style-green .atcb-item-link:hover,
.atc-style-green .atcb-item-link:active,
.atc-style-green .atcb-item-link:focus
{
    color: #000;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-green .atcb-item-link:hover,
.atc-style-green .atcb-item-link:active,
.atc-style-green .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-green .atcb-item.hover,
.atc-style-green .atcb-item:hover {
    background: rgb(0, 111, 65);
}


/* ==========================================================================
   $ CUSTOM CSS 
   ========================================================================== */

@media screen and (max-width:414px){
.impact__image{
background-size: 150%!important;
}
}
</pre></body></html>