@import url(https://fonts.googleapis.com/css?family=Open+Sans|Josefin+Sans:200,400,600,700&display=swap);
/* Typography
   ========================================================================== */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Josefin Sans', sans-serif; }

a {
  color: #000; }

h2, h1 {
  font-size: 2.5rem;
  text-transform: uppercase; }

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase; }

.elementor-widget-heading h3.elementor-heading-title {
  line-height: 1.5; }

h4 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px; }
  h4::before {
    content: "\0028  ";
    color: #d0af30; }
  h4::after {
    content: " \0029";
    color: #d0af30; }

h5 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: .75rem; }

.elementor-widget-heading h5.elementor-heading-title {
  padding-left: 65px;
  position: relative; }
  .elementor-widget-heading h5.elementor-heading-title::before {
    content: " ";
    position: absolute;
    display: block;
    left: 0px;
    top: 5px;
    width: 55px;
    height: 2px;
    background-color: #3d82b8; }

h6 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: .7rem;
  line-height: 2.25;
  font-weight: 700; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #606F75;
  font-size: 1rem; }

p {
  line-height: 1.75 !important; }

@media (max-width: 1024px) {
  .nav-menu {
    position: absolute !important;
    right: 0; }
  .cta-button .elementor-button {
    min-width: 150px; } }

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  position: fixed;
  top: 154px;
  z-index: 1;
  width: 100%;
  left: 0; }

.people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  text-align: center;
  gap: 20px; }
  .people-grid .people-item-link img {
    transition: .5s;
    width: 100%;
    height: 375px;
    object-fit: cover; }

.people-grid:hover img:not(:hover) {
  filter: brightness(80%); }

.people-item-link {
  display: block; }

.people-name {
  margin-bottom: 0; }

.people-title {
  margin-top: 0; }

a.resource-link {
  color: gray;
  transition: color 500ms; }
  a.resource-link:hover {
    color: #3d82b8; }

.resource-icon i {
  color: #3d82b8;
  font-size: 22px; }

.resource-item {
  padding: 5px 0px !important; }

.resource-divider {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #3d82b8;
  width: 100%; }

.resource-colum {
  padding: 10px; }

.resource-load-more {
  font-family: "Josefin Sans", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  fill: #54595f;
  color: #54595f;
  margin: 5px 0;
  cursor: pointer; }

.resource-load-more-items {
  display: none; }

.resource-load-more::after {
  content: " >";
  font-size: 20px;
  font-weight: 400; }

.resource-load-more:hover {
  color: #3d82b8; }

.adjacent-easement-image {
  height: 100%;
  width: 100%;
  filter: opacity(0.5) drop-shadow(0 0 0 blue);
  transition: 0.5s; }

.adjacent-easement-image:hover {
  filter: none;
  transition: 0.5s; }

.easement-adjacent-container {
  text-align: center;
  display: grid;
  position: absolute;
  z-index: 1;
  width: 100%; }

.easement-adjacent-tittle {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  margin-top: 80px; }

.easement-adjacent-element {
  height: 200px;
  width: 300px;
  position: relative; }

.easement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 20px; }
  @media (max-width: 700px) {
    .easement-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
      .easement-grid__title {
        font-size: 1.5rem; } }
  .easement-grid__item {
    background-color: pink;
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center center;
    padding: 2rem;
    text-align: center;
    color: white;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; }
  .easement-grid__item:hover .easement-grid__title {
    letter-spacing: 2px; }
  .easement-grid__item:hover .easement-grid__overlay {
    opacity: .5; }
  .easement-grid__overlay {
    transition: 500ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .7;
    z-index: 1; }
  .easement-grid__title {
    position: relative;
    z-index: 2;
    transition: 500ms; }

.owners-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 20px; }

.owners-text {
  padding: 5px;
  font-size: .9rem;
  line-height: 1.5;
  padding-left: 80px; }
  @media screen and (max-width: 960px) {
    .owners-text {
      padding-left: 5px; } }

.owners-name {
  text-align: left;
  font-size: 25px;
  padding: 10px; }

.owners-bio {
  text-align: left;
  font-size: 1rem;
  padding: 5px 5px 5px 0;
  margin-bottom: 10px; }

.owner-link {
  font-family: "Josefin Sans", Sans-serif;
  color: #54595f;
  font-weight: 700;
  line-height: 1;
  font-size: .85rem;
  display: block;
  text-transform: uppercase;
  width: 100px; }
  .owner-link::after {
    content: "\003e";
    margin: 2px 0 0 5px;
    font-size: 1rem; }

.owners-picture {
  padding: 5px;
  min-width: 50%;
  height: auto;
  min-height: 300px;
  padding-right: 80px; }
  @media screen and (max-width: 960px) {
    .owners-picture {
      padding-right: 5px; } }

.elementor .owners-picture img {
  height: 400px;
  object-fit: cover;
  object-position: center center;
  width: 100%; }

/* Headroom
   ========================================================================== */
.headroom {
  transition: 300ms !important;
  z-index: 999; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

.easement-single-gallery .slick-slide img {
  height: 300px;
  padding: 5px;
  object-fit: cover;
  object-position: center center; }

.elementor-heading-title {
  transition: 1s; }

.wide-hover:hover .elementor-heading-title {
  letter-spacing: 2px; }

.elementor .premium-icon-box-custom-image {
  max-width: 60px; }

.ctct-form {
  display: flex;
  height: auto;
  width: 100%;
  align-content: center;
  justify-content: center;
  background-color: white;
  border-radius: 50px; }

.ctct-form-wrapper .ctct-form-field {
  margin: 0; }

.ctct-form-field-email {
  width: 60%; }

.ctct-form-field-email input {
  width: 100%;
  border: 0px;
  border-radius: 20px;
  font-size: 13px; }

.ctct-form-wrapper .ctct-form .ctct-label-top label {
  display: none; }

.ctct-form-description {
  display: none; }

.ctct-form-field-submit input {
  border-radius: 20px;
  background-color: #3d82b8;
  color: white;
  border-color: white;
  width: 100%;
  font-size: 13px;
  transition: 300ms; }

.ctct-form-field-submit input:hover {
  color: #3d82b8;
  border-color: #3d82b8;
  background-color: white;
  transition: 300ms; }

.ctct-form-field-submit {
  width: 40%; }

.ctct-message {
  border-radius: 20px; }

.donate-button {
  color: white;
  border: 1px solid #d0af30;
  background-color: #d0af30;
  border-radius: 20px;
  padding: 12px 20px 7px;
  font-size: 18px;
  font-family: "Josefin Sans", Sans-serif;
  text-align: center;
  cursor: pointer; }

.donate-button:hover, .donate-button:focus {
  color: white;
  color: #d0af30;
  background-color: transparent; }

.donate-header {
  color: #d0af30;
  border: 1px solid #d0af30;
  border-radius: 20px;
  padding: 12px 20px 10px;
  font-size: 0.8125rem;
  font-family: "Josefin Sans",Sans-serif;
  text-align: center;
  cursor: pointer; }
  @media (max-width: 1021px) {
    .donate-header {
      min-width: 150px; } }

.donate-header:hover, .donate-header:focus {
  color: white;
  background-color: #d0af30; }

.ctct-form-wrapper .ctct-button {
  display: none; }

.resource-wrap {
  margin-top: 30px;
  padding: 30px; }

.donate-footer, .donate-footer:hover {
  color: #606f75;
  border: none;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  cursor: pointer;
  padding: 0;
  background: none;
  text-transform: capitalize; }

.grid-news .elementor-portfolio-item__overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4) !important; }
  .grid-news .elementor-portfolio-item__overlay:hover {
    background-color: rgba(248, 193, 39, 0.69) !important;
    -webkit-transition: ease .6s !important;
    -o-transition: ease .6s !important;
    transition: ease .6s !important; }

@media screen and (max-width: 768px) {
  .owner-slider-container {
    padding: 25px; } }

@media screen and (max-width: 768px) {
  ul#owner-slider li {
    padding: 40px; } }

/**
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@keyframes left-right {
  0% {
    transform: translateY(-20%) translateX(-10%); }
  100% {
    transform: translateY(0%) translateX(10%); } }

@keyframes right-left {
  0% {
    transform: translateY(0%) translateX(10%); }
  100% {
    transform: translateY(-20%) translateX(-10%); } }

/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("http://ylt.flywheelsites.com/wp-content/uploads/2019/07/sy-loader.gif") 50% 50% no-repeat;
  background-size: 32px;
  min-height: 40px; }
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }
  .sy-slides-wrap:hover .sy-controls {
    display: block; }

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .sy-list.horizontal {
    transition: left ease; }
  .sy-list.vertical {
    transition: top ease; }

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sy-slide.kenburns {
    width: 140%;
    left: -20%; }
    .sy-slide.kenburns.useCSS {
      transition-property: opacity; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
        animation-name: left-right;
        animation-fill-mode: forwards; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
        animation-name: right-left;
        animation-fill-mode: forwards; }
  .sy-slide.sy-active {
    z-index: 3; }
  .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .sy-slide > a > img {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      border: 0; }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0; }
  .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33; }
    .sy-controls li.sy-prev {
      left: 0;
      top: 0; }
      .sy-controls li.sy-prev a:after {
        background-position: -2% 0;
        background-color: transparent; }
    .sy-controls li.sy-next {
      right: 0;
      top: 0; }
      .sy-controls li.sy-next a:after {
        background-position: 102% 0;
        background-color: transparent; }
    .sy-controls li a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
      .sy-controls li a:link, .sy-controls li a:visited {
        opacity: 0.4; }
      .sy-controls li a:hover, .sy-controls li a:focus {
        opacity: 0.8;
        outline: none; }
      .sy-controls li a:after {
        content: "";
        background-image: url("http://ylt.flywheelsites.com/wp-content/uploads/2019/07/arrows.svg");
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        color: white;
        font-weight: 800;
        position: absolute;
        background-color: #3d82b8;
        width: 2.8em;
        height: 2.8em;
        left: 50%;
        top: 50%;
        margin-top: -1.4em;
        margin-left: -1.4em;
        border-radius: 50%; }
  @media only screen and (max-device-width: 600px) {
    .sy-controls {
      display: block; }
      .sy-controls li {
        min-width: 2.1em; }
        .sy-controls li a:after {
          width: 1.4em;
          height: 1.4em;
          margin-top: -0.7em;
          margin-left: -0.7em; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%; }
  .sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 1.2em; }
    .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
      color: #80B341;
      font-weight: 600;
      text-decoration: none; }
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
      text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
      .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        border-radius: 0; } }

/* pager bubbles */
.sy-pager {
  clear: both;
  display: none;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    border-radius: 50%; }
    .sy-pager li.sy-active a {
      background-color: #80B341; }
    .sy-pager li a {
      width: 100%;
      height: 100%;
      display: block;
      background-color: #ccc;
      text-indent: -9999px;
      background-size: 2em;
      border-radius: 50%; }
      .sy-pager li a:link, .sy-pager li a:visited {
        opacity: 1.0; }
      .sy-pager li a:hover, .sy-pager li a:focus {
        opacity: 0.6; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }
  .sy-filler.ready {
    transition: padding 600ms ease; }

