.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading li,
.wf-loading a {
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active p,
.wf-active li,
.wf-active a {
  visibility: visible;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.wf-inactive h1,
.wf-inactive h2,
.wf-inactive h3,
.wf-inactive h4,
.wf-inactive h5,
.wf-inactive h6,
.wf-inactive p,
.wf-inactive li,
.wf-inactive a {
  visibility: visible;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "aaux-next", 'Avenir', 'Helvetica', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "aaux-next", 'Avenir', 'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  color: #6dbd33;
  margin-bottom: 1rem;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  line-height: 1.4em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
p,
li {
  font-family: "aaux-next", 'Avenir', 'Helvetica', sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.7em;
  color: #443b45;
  padding: 0;
  margin: 0 0 1rem;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
p a,
li a {
  text-decoration: none;
  color: #443b45;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 1.85rem;
}
@media only screen and (min-width: 900px) {
  h1 {
    font-size: 2.2rem;
  }
}
h2 {
  font-size: 1.65rem;
}
@media only screen and (min-width: 900px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: 1.45rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1.15rem;
}
.overline-title {
  font-size: 1rem;
  margin-bottom: 0.55rem;
  color: #443b45;
  font-family: 'OakesGrotesk-Medium' !important;
}
button {
  border: 0;
  font-family: "aaux-next", 'Avenir', 'Helvetica', sans-serif;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.button {
  text-decoration: none;
  color: #443b45;
  font-family: "aaux-next", 'Avenir', 'Helvetica', sans-serif;
  cursor: pointer;
  font-size: 1.1rem;
}
.text-btn {
  display: inline-block;
  border-bottom: 1px solid #443b45;
  margin-top: 1rem;
  padding-bottom: 5px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.text-btn:hover {
  color: #6dbd33;
  border-bottom-color: #6dbd33;
}
.solid-btn {
  display: inline-block;
  position: relative;
  background: -webkit-linear-gradient(70deg, #8dc01c, #52ae31);
  background: linear-gradient(20deg, #8dc01c, #52ae31);
  padding: 0.75rem 1.2rem;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}
.solid-btn:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(70deg, #92ce0f, #6dbd33);
  background: linear-gradient(20deg, #92ce0f, #6dbd33);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.solid-btn:hover:after {
  opacity: 1;
}
.solid-btn-text {
  position: relative;
  z-index: 2;
  font-family: "aaux-next", 'Avenir', 'Helvetica', sans-serif;
  display: inline-block;
}
.inline-btn {
  display: inline-block;
  color: #624e64;
  font-size: 1.05rem;
}
.inline-btn:before {
  content: "/";
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 1.05rem;
  font-family: "aaux-next", 'Avenir', 'Helvetica', sans-serif;
}
.inline-btn:hover {
  color: #6dbd33;
}
@media only screen and (min-width: 500px) {
  .inline-btn {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0.6rem;
  }
}
form .form-item {
  margin-bottom: 2.5rem;
}
label {
  display: block;
  font-size: 0.95rem;
  font-family: "aaux-next", 'Avenir', 'Helvetica', sans-serif;
  margin-bottom: 0.75rem;
  color: #443b45;
}
input,
textarea {
  font-family: "aaux-next", 'Avenir', 'Helvetica', sans-serif;
  font-size: 1.05rem;
  color: #443b45;
}
input:focus,
textarea:focus {
  border-color: #624e64;
}
input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "aaux-next", 'Avenir', 'Helvetica', sans-serif;
  width: 100%;
  border-radius: 2px;
  padding: 0.45rem 0.6rem;
  background-color: #fff;
}
input:focus {
  outline: 0;
  color: #624e64;
}
.contact-form input {
  border: 2px solid #e6e6e6;
  padding: 0.9rem 0.75rem;
}
.contact-form input:focus {
  border-color: #624e64;
}
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 100%;
  height: 8rem;
  min-height: 6rem;
  max-height: 25rem;
  padding: 1rem;
  outline: 0;
  border: 2px solid #e6e6e6;
  color: #443b45;
  font-size: 1.05rem;
  line-height: 1.5em;
}
input[type="submit"] {
  display: inline-block;
  background-color: #6dbd33;
  width: auto;
  color: #fff;
  padding: 0.85rem 1rem;
  font-size: 1.2rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="submit"]:hover {
  background-color: #62aa2e;
}
.hidden-honeypot {
  display: none !important;
}
.form-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 900px) {
  .form-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 900px) {
  .form-column .form-item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 16px;
  vertical-align: baseline;
  overflow-x: hidden;
  line-height: 1;
  position: relative;
}
body.mobile-menu-active {
  overflow-y: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}
.wf-loading body {
  visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.wf-active body,
.wf-inactive body {
  visibility: visible;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
img {
  display: block;
  font-size: 0;
  vertical-align: top;
  width: 100%;
}
figure {
  margin: 0;
  padding: 0;
}
figure img {
  max-width: 100%;
  width: auto;
}
figcaption {
  font-family: "aaux-next", 'Avenir', 'Helvetica', sans-serif;
  color: #b1b1b1;
  font-weight: 300;
  font-size: 1rem;
  padding-left: 1rem;
  margin-top: 1rem;
}
blockquote {
  margin: 0;
  padding: 0;
}
.wrap {
  width: 92%;
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 6%;
}
.wrap.full-width-page {
  width: 100%;
  padding: 0 10%;
}
@media only screen and (min-width: 740px) {
  .wrap.full-width-page {
    padding: 0 8%;
  }
}
.lead-more-wrap {
  max-width: 1112px;
}
header {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  padding: 1.5rem 0;
  overflow: visible;
}
.header-logo-contain {
  position: relative;
  width: 100%;
  max-width: 1170px;
  padding: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 740px) {
  .header-logo-contain {
    padding: 0 8%;
  }
}
.header-logo {
  display: inline-block;
  max-width: 138px;
}
.header-logo img {
  width: 100%;
}
#header-nav-trigger {
  position: relative;
  margin-top: 1.1rem;
  padding: 0 0 0 0;
  width: 35px;
  height: 26px;
  cursor: pointer;
  text-align: right;
  background: none;
  border: none;
  outline: none;
  z-index: 999;
  float: right;
}
#header-nav-trigger .bar {
  height: 4px;
  width: 40px;
  margin-bottom: 5px;
  background: #6dbd33;
}
#header-nav-trigger .bar.b-01 {
  width: 35px;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
#header-nav-trigger .bar.b-02 {
  width: 35px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header-nav-trigger .bar.b-03 {
  width: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 780px) {
  #header-nav-trigger {
    display: none;
  }
}
#header-nav-trigger.active .bar {
  background: #fff;
}
#header-nav-trigger.active .bar.b-01 {
  width: 38px;
  -webkit-transform: rotate(-45deg) translateY(3.4px) translateX(-7.9px);
          transform: rotate(-45deg) translateY(3.4px) translateX(-7.9px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-nav-trigger.active .bar.b-02 {
  width: 38px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-nav-trigger.active .bar.b-03 {
  width: 38px;
  -webkit-transform: rotate(45deg) translateY(-5px) translateX(-9px);
          transform: rotate(45deg) translateY(-5px) translateX(-9px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-nav-trigger-text {
  display: inline-block;
  position: absolute;
  right: 2.75rem;
  top: 4px;
  color: #797979;
  font-family: 'OakesGrotesk-Light' !important;
  width: 100px;
}
#header-nav-trigger.active .header-nav-trigger-text {
  color: #fff;
}
.header-nav-trigger-text .close-text {
  display: none;
}
#header-nav-trigger.active .header-nav-trigger-text .close-text {
  display: inline;
  color: #fff;
}
.header-mobile-nav-contain {
  background: -webkit-linear-gradient(135deg, #8dc01c, #52ae31);
  background: linear-gradient(-45deg, #8dc01c, #52ae31);
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 16.5rem;
  padding: 7.5rem 1.5rem 2rem 1.5rem;
  -webkit-transform: translateX(16.5rem);
          transform: translateX(16.5rem);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  z-index: 9;
  overflow-y: scroll;
}
@media only screen and (min-width: 780px) {
  .header-mobile-nav-contain {
    display: none;
  }
}
.header-mobile-nav-contain.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (min-width: 780px) {
  .header-mobile-nav-contain.active {
    display: none;
  }
}
li.top-level {
  font-size: 1.1rem;
  margin: 0;
}
li.top-level:not(:last-of-type) {
  margin-bottom: 1.15rem;
}
li.top-level a {
  color: #fff;
  font-size: 1.4rem;
}
a.mobile-menu-overlay-toggle {
  height: 0;
  width: 0;
  -webkit-transition: none;
  transition: none;
}
body.mobile-menu-active a.mobile-menu-overlay-toggle {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0,0,0,0.35);
  z-index: 1;
  cursor: pointer;
}
.header-desktop-navigation {
  display: none;
}
@media only screen and (min-width: 780px) {
  .header-desktop-navigation {
    display: block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.desktop-navigation-items li {
  display: inline-block;
  font-family: 'OakesGrotesk-Light' !important;
  font-size: 0.95rem;
  margin: 0;
}
.desktop-navigation-items li:not(:last-of-type) {
  margin-right: 0.85rem;
}
@media only screen and (min-width: 900px) {
  .desktop-navigation-items li:not(:last-of-type) {
    margin-right: 1.45rem;
  }
}
.desktop-navigation-items li a {
  position: relative;
  color: #797979;
}
.desktop-navigation-items li a:hover:before,
.desktop-navigation-items li a.active:before {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: -50px;
  left: 0;
  background-color: #6dbd33;
}
.main-content {
  position: relative;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 780px) {
  .main-content {
    padding-bottom: 4rem;
  }
}
.main-content-wrap {
  padding: 0 2%;
  position: relative;
}
@media only screen and (min-width: 780px) {
  .main-content-wrap {
    padding: 0 5%;
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .main-content-wrap {
    max-width: 1195px;
    padding: 0 4%;
  }
}
@media only screen and (min-width: 1000px) {
  .main-content-wrap {
    padding: 0 6%;
  }
}
.main-content-wrap:first-of-type:before {
  display: block;
  position: absolute;
  height: 80px;
  width: 80px;
  background: -webkit-linear-gradient(135deg, #8dc01c, #52ae31);
  background: linear-gradient(-45deg, #8dc01c, #52ae31);
  border-radius: 50%;
  left: -20px;
  top: 160px;
  z-index: -1;
}
@media only screen and (min-width: 740px) {
  .main-content-wrap:first-of-type:before {
    top: 210px;
  }
}
@media only screen and (min-width: 780px) {
  .main-content-wrap:first-of-type:before {
    left: -2%;
    width: 120px;
    height: 120px;
  }
}
.main-content-column {
  background-color: #fff;
  border-top: 4px solid #624e64;
  margin-top: 7rem;
  padding-top: 2.5rem;
  max-width: 55rem;
}
@media only screen and (min-width: 780px) {
  .main-content-column {
    margin-top: 9rem;
  }
}
.main-content-column.post-link-block {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.main-content-column-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.35rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 780px) {
  .main-content-column-title {
    margin-bottom: 2.5rem;
  }
}
.main-content-column-title.push-btm {
  margin-bottom: 2.5rem;
}
.single-content-column {
  border-top: 1px solid #e6e6e6;
  padding-top: 2rem;
}
.single-content-column .content-block {
  padding: 0;
}
footer {
  margin-top: 7rem;
  border-top: 4px solid #624e64;
  background-color: #3d373e;
  padding: 3.5rem 0 2.5rem;
}
@media only screen and (min-width: 740px) {
  footer {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 740px) {
  body.homepage footer {
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 1000px) {
  body.homepage footer {
    margin-top: 12rem;
  }
}
body.errorPage footer {
  margin-top: 0;
}
.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 780px) {
  .footer-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 500px) {
  .footer-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.75rem;
  }
}
@media only screen and (min-width: 780px) {
  .footer-columns {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    margin-top: 0;
  }
}
.footer-columns .footer-column {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.footer-column {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 780px) {
  .footer-about {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    margin-right: 8%;
    max-width: 250px;
  }
}
@media only screen and (min-width: 780px) and (min-width: 900px) {
  .footer-about {
    margin-right: 12%;
  }
}
@media only screen and (min-width: 780px) and (min-width: 1300px) {
  .footer-about {
    margin-right: 9rem;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-navigation {
    max-width: 190px;
  }
}
@media only screen and (min-width: 1000px) {
  .footer-contact {
    -ms-flex-preferred-size: 60% !important;
        flex-basis: 60% !important;
    max-width: 340px;
  }
}
.footer-column-title {
  font-family: 'OakesGrotesk-Regular';
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
}
.footer-column-body {
  color: #e6e6e6;
  font-size: 0.925rem;
  line-height: 1.5em;
  max-width: 580px;
}
.footer-column-body:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1000px) {
  .footer-column-break-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-column-list li {
  font-size: 1.05rem;
  color: #e6e6e6;
  margin-bottom: 0.1rem;
}
.footer-column-list li:last-of-type {
  margin-bottom: 0;
}
.footer-column-list li a {
  color: #fff;
  boder-bottom: 1px solid transparent;
}
.footer-column-list li a:hover {
  border-bottom: 1px solid #fff;
}
.break-column:nth-of-type(2n) {
  margin-top: 1rem;
}
@media only screen and (min-width: 1000px) {
  .break-column:nth-of-type(2n) {
    margin-top: 0;
  }
}
.footer-credits {
  border-top: 1px solid #a5a5a5;
  padding-top: 1.5rem;
  margin-top: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 740px) {
  .footer-credits {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-credit {
  color: #c5c5c5;
  margin-bottom: 0;
  font-size: 1rem;
}
.footer-credit a {
  color: #c5c5c5;
  border-bottom: 1px solid transparent;
}
.footer-credit a:hover {
  border-bottom: 1px solid #c5c5c5;
}
.footer-logo {
  display: inline-block;
  max-width: 128px;
  margin-top: 1.25rem;
}
.landing-image {
  height: 100%;
  min-height: 480px;
  padding: 3rem 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 740px) {
  .landing-image {
    min-height: 520px;
  }
}
@media only screen and (min-width: 900px) {
  .landing-image {
    min-height: 600px;
  }
}
.landing-box-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 710px) {
  .landing-box-contain {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.landing-box {
  background-color: #fff;
  padding: 1.5rem 1.85rem 2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
@media only screen and (min-width: 500px) {
  .landing-box {
    max-width: 360px;
  }
}
.featured-hero {
  position: relative;
  margin-bottom: 7rem;
}
@media only screen and (min-width: 710px) {
  .featured-hero {
    margin-bottom: 5.5rem;
    padding-bottom: 15.3rem;
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 780px) {
  .featured-hero {
    padding-bottom: 20.5rem;
  }
}
@media only screen and (min-width: 900px) {
  .featured-hero {
    padding-bottom: 16rem;
  }
}
@media only screen and (min-width: 1000px) {
  .featured-hero {
    padding-bottom: 17rem;
  }
}
@media only screen and (min-width: 1300px) {
  .featured-hero {
    padding-bottom: 19.6rem;
  }
}
@media only screen and (min-width: 710px) {
  .featured-hero:before {
    content: " ";
    display: block;
    position: absolute;
    height: 80px;
    width: 80px;
    background: -webkit-linear-gradient(135deg, #8dc01c, #52ae31);
    background: linear-gradient(-45deg, #8dc01c, #52ae31);
    border-radius: 50%;
    left: -40px;
    top: 160px;
    z-index: -1;
  }
}
@media only screen and (min-width: 710px) and (min-width: 740px) {
  .featured-hero:before {
    left: -50px;
  }
}
@media only screen and (min-width: 710px) and (min-width: 780px) {
  .featured-hero:before {
    left: -75px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 710px) and (min-width: 1300px) {
  .featured-hero:before {
    left: -30px;
  }
}
.featured-hero-contain {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  padding: 0 8%;
}
.featured-hero-content {
  max-width: 700px;
  background-color: #fff;
  padding: 1rem 1.5rem;
  margin-top: -4.5rem;
}
@media only screen and (min-width: 710px) {
  .featured-hero-content {
    margin-top: 0;
    background-color: transparent;
    padding: 0;
    max-width: 500px;
  }
}
@media only screen and (min-width: 1000px) {
  .featured-hero-content {
    margin-top: 0.5rem;
  }
}
.featured-hero-content-title.title-case {
  text-transform: uppercase;
}
.featured-hero-content-body {
  font-size: 1.15rem;
}
@media only screen and (min-width: 710px) {
  .featured-hero-content-body {
    max-width: 435px;
  }
}
@media only screen and (min-width: 740px) {
  .featured-hero-content-body {
    max-width: 455px;
  }
}
@media only screen and (min-width: 1000px) {
  .featured-hero-content-body {
    max-width: 435px;
  }
}
@media only screen and (min-width: 1300px) {
  .featured-hero-content-body {
    max-width: 450px;
  }
}
.featured-hero-image-mobile {
  width: 100%;
  height: 210px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.featured-hero-image-mobile:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(75deg, #77b924, #4fad32);
  background: linear-gradient(15deg, #77b924, #4fad32);
  opacity: 0.75;
}
@media only screen and (min-width: 710px) {
  .featured-hero-image-mobile {
    display: none;
  }
}
.featured-hero-image {
  top: 90px;
  right: -310px;
  position: absolute;
  width: 130%;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
  display: none;
}
@media only screen and (min-width: 710px) {
  .featured-hero-image {
    display: block;
  }
}
@media only screen and (min-width: 780px) {
  .featured-hero-image {
    top: 160px;
    right: -75px;
    height: 520px;
  }
}
@media only screen and (min-width: 1000px) {
  .featured-hero-image {
    top: 0;
    right: -20%;
    height: 680px;
  }
}
@media only screen and (min-width: 1100px) {
  .featured-hero-image {
    top: -20px;
    right: -130px;
    height: 730px;
  }
}
@media only screen and (min-width: 1300px) {
  .featured-hero-image {
    right: -100px;
    height: 770px;
  }
}
@media only screen and (min-width: 710px) {
  .featured-hero-image:after {
    content: " ";
    display: block;
    border-radius: 50%;
    background: -webkit-linear-gradient(135deg, #8dc01c, #52ae31);
    background: linear-gradient(-45deg, #8dc01c, #52ae31);
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 10px;
    right: 18%;
  }
}
@media only screen and (min-width: 780px) {
  .featured-hero-image:after {
    bottom: 30px;
  }
}
@media only screen and (min-width: 900px) {
  .featured-hero-image:after {
    right: 14%;
    bottom: 5px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 1000px) {
  .featured-hero-image:after {
    right: 22%;
    bottom: 25px;
  }
}
@media only screen and (min-width: 1300px) {
  .featured-hero-image:after {
    right: 18%;
    bottom: 50px;
  }
}
.interior-hero {
  background-color: #876c8a;
  height: 16rem;
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: hard-light;
}
@media only screen and (min-width: 740px) {
  .interior-hero {
    height: 20rem;
  }
}
.interior-hero:before {
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(top, #624e64, #7b527f);
  background: linear-gradient(to bottom, #624e64, #7b527f);
  z-index: 0;
  position: absolute;
  opacity: 0.75;
}
.interior-hero:after {
  content: " ";
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #624e64, #7b527f);
  background: linear-gradient(to bottom, #624e64, #7b527f);
  position: absolute;
  bottom: -60px;
  right: -50px;
  opacity: 0.95;
}
@media only screen and (min-width: 1000px) {
  .interior-hero:after {
    width: 250px;
    height: 250px;
    bottom: -140px;
  }
}
.interior-hero-overlap {
  width: 100%;
  height: 100%;
  position: relative;
}
.interior-hero-overlap .interior-hero-svg {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: -10px;
}
.interior-hero-overlap .interior-hero-svg .interior-overlap {
  fill: #fff;
}
.interior-hero-overlap:before {
  content: " ";
  display: block;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #624e64, #7b527f);
  background: linear-gradient(to bottom, #624e64, #7b527f);
  position: absolute;
  width: 200px;
  height: 200px;
  top: -90px;
  left: -70px;
  opacity: 0.875;
}
.full-width-hero {
  width: 100%;
  padding: 5rem 0 2rem;
}
.full-width-hero h1,
.full-width-hero h5,
.full-width-hero p {
  max-width: 720px;
}
.content-date {
  margin-bottom: 0;
  color: #624e64;
}
.page-summary-box-contain {
  padding: 0 1.4rem;
  margin-bottom: 1.8rem;
}
@media only screen and (min-width: 500px) {
  .page-summary-box-contain {
    padding: 0 1.85rem;
  }
}
@media only screen and (min-width: 780px) {
  .page-summary-box-contain {
    padding: 0;
    width: 245px;
    float: right;
    margin-left: 2.2rem;
    margin-top: -4.2rem;
    margin-right: -1rem;
  }
}
@media only screen and (min-width: 1000px) {
  .page-summary-box-contain {
    margin-right: -3rem;
  }
}
@media only screen and (min-width: 1100px) {
  .page-summary-box-contain {
    margin-right: -8.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .page-summary-box-contain.contact-box-summary {
    width: 285px;
    margin-right: -7.5rem;
  }
}
.page-summary-box-contain.simple-box-summary {
  margin-top: 1.75rem;
}
@media only screen and (min-width: 780px) {
  .page-summary-box-contain.simple-box-summary {
    margin-top: -0.65rem;
  }
}
@media only screen and (min-width: 1100px) {
  .page-summary-box-contain.simple-box-summary {
    margin-right: -5.5rem;
    width: 245px;
  }
}
.page-summary-box-title {
  background: -webkit-linear-gradient(135deg, #8dc01c, #52ae31);
  background: linear-gradient(-45deg, #8dc01c, #52ae31);
  padding: 0.75rem 0.75rem 0.55rem;
  display: inline-block;
  line-height: 1;
  font-size: 0.95rem;
  color: #fff;
  vertical-align: bottom;
  font-family: 'OakesGrotesk-Medium' !important;
}
@media only screen and (min-width: 780px) {
  .page-summary-box-title {
    margin-bottom: 0;
    margin-left: 0.7rem;
  }
}
@media only screen and (min-width: 780px) {
  .page-summary-box-content {
    background-color: #fff;
    padding: 2rem 1rem 1.2rem 1rem;
    margin-top: -1rem;
    border: 1px solid #f5f5f5;
  }
}
.page-summary-box-content.simple-box-summary {
  background: #fff;
  padding-top: 1.8rem;
  margin-top: -1.6rem;
}
.page-summary-box-content.simple-box-summary li {
  color: #443b45;
  border: 0;
}
.page-summary-box-content.simple-box-summary li a {
  color: #fff;
}
.page-summary-box-content.simple-box-summary li a:hover {
  color: #fff;
}
.simple-box-summary ul li {
  border: 0 !important;
  margin-bottom: 0.35rem;
  padding: 0;
}
.partner-logo {
  display: inline-block;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 780px) {
  .partner-logo {
    margin-bottom: 1.25rem;
  }
}
.partner-logo img {
  max-width: 100%;
}
.page-summary-box-content-items:not(:last-of-type) {
  margin-bottom: 1.2rem;
}
.page-summary-box-content-items li {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.25rem;
  border-bottom: 1px solid #f5f5f5;
  line-height: 1.35em;
}
.page-summary-box-content-items li:last-of-type {
  margin-bottom: 0;
}
.page-summary-box-content-items li a:hover {
  color: #6dbd33;
}
.page-summary-box-content-items li.title {
  color: #624e64;
  margin-bottom: 0.55rem;
  font-size: 0.95rem;
  font-family: 'OakesGrotesk-Medium' !important;
}
.contact-box-summary .page-summary-box-content-items li {
  color: #624e64;
  margin: 0;
  padding: 0;
  margin-bottom: 0.4rem;
  border-bottom: 0;
  font-size: 1.1rem;
}
.contact-box-summary .page-summary-box-content-items li.contact-separate {
  margin-top: 1rem;
  padding-top: 0.8rem;
}
@media only screen and (min-width: 780px) {
  .contact-box-summary .page-summary-box-content-items li.contact-separate {
    border-top: 1px solid #e6e6e6;
  }
}
.contact-box-summary .page-summary-box-content-items li:last-of-type {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}
@media only screen and (min-width: 780px) {
  .contact-box-summary .page-summary-box-content-items li:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 780px) {
  .page-summary-box-content-items li {
    font-size: 1.05rem;
    line-height: 1.3em;
    padding-left: 0;
    border-bottom: 0;
    color: #624e64;
  }
  .page-summary-box-content-items li:not(:last-of-type) {
    border-bottom: 1px solid #e6e6e6;
  }
  .page-summary-box-content-items li a {
    color: #fff;
  }
  .page-summary-box-content-items li a:hover {
    color: #624e64;
  }
}
@media only screen and (min-width: 780px) {
  .contact-box-summary .page-summary-box-content-items li {
    border-bottom: 0;
  }
  .contact-box-summary .page-summary-box-content-items li a {
    color: #624e64;
    border-bottom: 1px solid transparent;
  }
  .contact-box-summary .page-summary-box-content-items li a:hover {
    color: #6dbd33;
    border-bottom: 1px solid #6dbd33;
  }
}
.home-lead-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 500px) {
  .home-lead-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home-lead-heading-title {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.25rem;
}
.home-lead-heading-title:after {
  content: " ";
  position: absolute;
  display: block;
  width: 125px;
  height: 1px;
  background-color: #6dbd33;
  bottom: 0;
  left: -10px;
}
@media only screen and (min-width: 740px) {
  .home-lead-heading-title:after {
    left: -25px;
    width: 135px;
  }
}
@media only screen and (min-width: 1000px) {
  .home-lead-heading-title:after {
    left: -40px;
  }
}
@media only screen and (min-width: 1300px) {
  .home-lead-heading-title:after {
    left: -70px;
    width: 145px;
  }
}
.about-lead {
  margin: 7.5rem 0 10rem;
  background-color: #624e64;
  padding: 0.25rem 0 3.5rem;
  position: relative;
}
@media only screen and (min-width: 740px) {
  .about-lead {
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .about-lead {
    margin: 18rem 0 15rem;
    padding-top: 2.2rem;
  }
}
.about-lead-overlap-top {
  width: 100%;
  height: 55px;
  position: absolute;
  top: -53px;
}
@media only screen and (min-width: 740px) {
  .about-lead-overlap-top {
    height: 80px;
    top: -78px;
  }
}
@media only screen and (min-width: 1000px) {
  .about-lead-overlap-top {
    height: 110px;
    top: -108px;
  }
}
.about-lead-overlap-svg-top {
  height: 55px;
  width: 100%;
  position: relative;
  fill: #624e64;
}
@media only screen and (min-width: 740px) {
  .about-lead-overlap-svg-top {
    height: 80px;
  }
}
@media only screen and (min-width: 1000px) {
  .about-lead-overlap-svg-top {
    height: 110px;
  }
}
.about-lead-overlap-bottom {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: -58px;
}
@media only screen and (min-width: 1000px) {
  .about-lead-overlap-bottom {
    height: 120px;
    bottom: -118px;
  }
}
.about-lead-overlap-svg-bottom {
  width: 100%;
  height: 60px;
  position: relative;
  fill: #624e64;
}
@media only screen and (min-width: 1000px) {
  .about-lead-overlap-svg-bottom {
    height: 120px;
  }
}
.about-lead-contain {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 740px) {
  .about-lead-contain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1000px) {
  .about-lead-contain {
    padding: 0 10%;
  }
}
.about-lead-image {
  position: relative;
  z-index: 1;
  max-width: 380px;
  width: 100%;
  margin: -4.5rem auto 2.25rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media only screen and (min-width: 740px) {
  .about-lead-image {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    margin-top: -5.5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .about-lead-image {
    max-width: 435px;
    margin-top: -6rem;
  }
}
.about-lead-image img {
  border-radius: 50%;
}
.about-lead-image:before,
.about-lead-image:after {
  content: " ";
  display: block;
  position: absolute;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  bottom: -20px;
  right: -10px;
  background: -webkit-linear-gradient(top, #624e64, #7b527f);
  background: linear-gradient(to bottom, #624e64, #7b527f);
  z-index: -1;
}
@media only screen and (min-width: 740px) {
  .about-lead-image:before {
    bottom: -40px;
    right: -38px;
  }
}
@media only screen and (min-width: 1000px) {
  .about-lead-image:before {
    bottom: -30px;
    right: -90px;
    width: 180px;
    height: 180px;
  }
}
.about-lead-image:after {
  bottom: -75px;
  right: auto;
  left: 80px;
  width: 65px;
  height: 65px;
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
}
@media only screen and (min-width: 740px) {
  .about-lead-image:after {
    width: 95px;
    height: 95px;
    bottom: -100px;
    left: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .about-lead-image:after {
    width: 105px;
    height: 105px;
    bottom: -110px;
  }
}
.about-lead-content {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 740px) {
  .about-lead-content {
    width: 56%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 1000px) {
  .about-lead-content {
    max-width: 375px;
  }
}
.about-lead-content p {
  color: #fff;
  font-size: 1.15rem;
}
.about-lead-content p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.about-lead-content-title {
  text-transform: uppercase;
  font-size: 1.75rem;
}
@media only screen and (min-width: 1000px) {
  .about-lead-content-title {
    font-size: 2rem;
  }
}
.content-block {
  margin-bottom: 0.5rem;
  padding: 0 1.4rem;
  max-width: 700px;
}
@media only screen and (min-width: 500px) {
  .content-block {
    padding: 0 1.85rem;
  }
}
@media only screen and (min-width: 900px) {
  .content-block {
    padding: 0 2.25rem;
  }
}
@media only screen and (min-width: 1000px) {
  .content-block {
    padding: 0 2.55rem;
  }
}
.content-block.image-block {
  padding: 0;
  max-width: 730px;
  width: 100%;
}
.content-block p a {
  border-bottom: 1px solid #443b45;
}
.content-block p a:hover {
  border-bottom: 1px solid #624e64;
}
.text-block h1,
.rte h1,
.text-block h2,
.rte h2,
.text-block h3,
.rte h3,
.text-block h4,
.rte h4,
.text-block h5,
.rte h5,
.text-block h6,
.rte h6 {
  font-family: 'OakesGrotesk-Medium' !important;
  margin-bottom: 1.2rem;
  margin-top: 2.5rem;
}
.text-block h1,
.rte h1 {
  font-size: 1.3rem;
}
.text-block h2,
.rte h2 {
  font-size: 1.25rem;
}
.text-block h3,
.rte h3 {
  font-size: 1.2rem;
}
.text-block h4,
.rte h4 {
  font-size: 1.1rem;
}
.text-block h5,
.rte h5 {
  font-size: 1rem;
}
.text-block h6,
.rte h6 {
  font-size: 0.95rem;
}
.page-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 780px) {
  .page-title {
    width: 68%;
    max-width: 700px;
  }
}
@media only screen and (min-width: 900px) {
  .page-title {
    width: 72%;
  }
}
@media only screen and (min-width: 1000px) {
  .page-title {
    width: 80%;
  }
}
.image-block {
  margin: 3.5rem 0 4.2rem;
}
.image-block figure img {
  width: 100%;
}
.quote-block {
  margin: 2.2rem 0 3rem;
  padding-bottom: 1.2rem;
}
@media only screen and (min-width: 500px) {
  .quote-block {
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 900px) {
  .quote-block {
    padding-left: 4.5rem;
  }
}
.quote-block .blockquote {
  max-width: 530px;
  margin: 0;
  padding: 0;
}
.quote-block .blockquote-background {
  border-bottom: 14px solid #b4e244;
  position: relative;
}
.quote-block .blockquote-background.small-quote {
  border-bottom: 12px solid #b4e244;
}
.quote-block .blockquote-text {
  position: relative;
  font-size: 1.55rem;
  line-height: 1.35em;
  font-family: "aaux-next", 'Avenir', 'Helvetica', sans-serif;
  font-weight: 700;
  top: 15px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 0.2rem;
}
.quote-block .blockquote-text.small-quote {
  font-size: 1.15rem;
  color: #443b45;
  top: 12px;
}
.quote-block .blockquote-author {
  color: #b1b1b1;
  margin: 2rem 0 0;
  display: block;
}
.normal-quote .blockquote {
  position: relative;
  padding-left: 1rem;
  font-family: 'OakesGrotesk-Regular';
}
.normal-quote .blockquote:before {
  content: " “ ";
  position: absolute;
  display: block;
  font-size: 4.5rem;
  color: #b4e244;
  line-height: 1;
  left: -28px;
  top: 5px;
}
.normal-quote .blockquote-author {
  padding-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.content-summary {
  color: #6dbd33;
  font-size: 1.25rem;
}
.rte ul {
  margin: 1rem 0 2rem;
  padding-left: 1rem;
}
.rte ul li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
}
.rte ul li:before {
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #6dbd33;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}
.sidebar-block {
  padding: 1.5rem 1.75rem 2rem 1.75rem;
  background: -webkit-linear-gradient(42deg, #e83c73, #e95327 42%, #f6a61d);
  background: linear-gradient(48deg, #e83c73, #e95327 42%, #f6a61d);
  margin: 3.4rem 1.85rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
@media only screen and (min-width: 780px) {
  .sidebar-block {
    float: right;
    width: 250px;
    margin-right: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-right: -1rem;
    margin-left: 2.2rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1000px) {
  .sidebar-block {
    margin-right: -3rem;
  }
}
@media only screen and (min-width: 1100px) {
  .sidebar-block {
    margin-right: -8.5rem;
  }
}
.sidebar-block p {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.3em;
}
.sidebar-block p:last-of-type {
  margin-bottom: 0;
}
.sidebar-block-title {
  color: #fff;
  font-family: 'OakesGrotesk-Medium' !important;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.75rem;
  font-size: 1.2rem;
}
.sidebar-block-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.sidebar-block-news:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(58deg, #6ac6ed 18%, #37a7d9 43%, #5adee6);
  background: linear-gradient(32deg, #6ac6ed 18%, #37a7d9 43%, #5adee6);
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.875;
}
@media only screen and (min-width: 780px) {
  .sidebar-block-news {
    min-height: 240px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sidebar-block-news .sidebar-block-title,
.sidebar-block-news .sidebar-block-overline {
  position: relative;
  z-index: 2;
}
.sidebar-block-news .sidebar-block-overline {
  color: #fff;
  font-family: 'OakesGrotesk-Medium' !important;
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}
.sidebar-block-news .sidebar-block-title {
  border-bottom: 0;
  margin: 0;
  padding: 0;
  font-size: 1.15rem;
  font-family: 'OakesGrotesk-Medium' !important;
}
.sidebar-block-news .sidebar-block-title a {
  color: #0b4768;
}
.sidebar-block-news .sidebar-block-title a:hover {
  color: #fff;
}
.link-block-full {
  background-color: #8dbe29;
  width: 100%;
  padding: 2rem 0 2.5rem;
  margin: 5.5rem 0;
  position: relative;
}
@media only screen and (min-width: 740px) {
  .link-block-full {
    padding: 2.8rem 0 3.8rem;
    margin: 9rem 0 10.5rem;
  }
}
.link-block-overlap-top,
.link-block-overlap-bottom {
  width: 100%;
  height: 30px;
  position: absolute;
  top: -29px;
}
@media only screen and (min-width: 900px) {
  .link-block-overlap-top,
  .link-block-overlap-bottom {
    height: 45px;
    top: -44px;
  }
}
.link-block-overlap-top .link-block-overlap-svg-top,
.link-block-overlap-bottom .link-block-overlap-svg-top,
.link-block-overlap-top .link-block-overlap-svg-bottom,
.link-block-overlap-bottom .link-block-overlap-svg-bottom {
  height: 30px;
  width: 100%;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 900px) {
  .link-block-overlap-top .link-block-overlap-svg-top,
  .link-block-overlap-bottom .link-block-overlap-svg-top,
  .link-block-overlap-top .link-block-overlap-svg-bottom,
  .link-block-overlap-bottom .link-block-overlap-svg-bottom {
    height: 45px;
  }
}
.link-block-overlap-top .link-block-overlap-svg-top .overlap-top,
.link-block-overlap-bottom .link-block-overlap-svg-top .overlap-top,
.link-block-overlap-top .link-block-overlap-svg-bottom .overlap-top,
.link-block-overlap-bottom .link-block-overlap-svg-bottom .overlap-top,
.link-block-overlap-top .link-block-overlap-svg-top .overlap-bottom,
.link-block-overlap-bottom .link-block-overlap-svg-top .overlap-bottom,
.link-block-overlap-top .link-block-overlap-svg-bottom .overlap-bottom,
.link-block-overlap-bottom .link-block-overlap-svg-bottom .overlap-bottom {
  fill: #8dbe29;
}
@media only screen and (min-width: 900px) {
  .link-block-overlap-top .link-block-overlap-svg-bottom,
  .link-block-overlap-bottom .link-block-overlap-svg-bottom {
    height: 60px;
  }
}
.link-block-overlap-bottom {
  top: auto;
  bottom: -29px;
}
@media only screen and (min-width: 900px) {
  .link-block-overlap-bottom {
    bottom: -59px;
    height: 60px;
  }
}
.link-block-full-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  max-width: 890px;
  margin: 0 auto;
}
@media only screen and (min-width: 740px) {
  .link-block-full-contain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 75%;
  }
}
.link-block-full-title {
  color: #fff;
  font-family: 'OakesGrotesk-Medium' !important;
  padding-left: 1rem;
  margin-bottom: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}
.link-block-boxed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  background-color: #8dbe29;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.link-block-boxed:not(:last-of-type) {
  margin-bottom: 2.75rem;
}
@media only screen and (min-width: 740px) {
  .link-block-boxed {
    width: 48%;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 900px) {
  .link-block-boxed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 46%;
  }
}
.link-block-boxed:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.45);
}
.link-block-boxed-image {
  width: 100%;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 900px) {
  .link-block-boxed-image {
    width: 30%;
  }
}
.link-block-boxed-content {
  padding: 1rem 1rem 1.35rem 1rem;
}
.link-block-boxed-content h4,
.link-block-boxed-content p {
  color: #fff;
}
@media only screen and (min-width: 900px) {
  .link-block-boxed-content {
    width: 70%;
  }
}
.link-block-boxed-content-title {
  margin-bottom: 0.35rem;
  font-size: 1.15rem;
  font-family: 'OakesGrotesk-Medium' !important;
}
.link-block-boxed-content-body {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5em;
}
.partners-lead {
  margin: 3rem 0;
}
.partners-lead.lead-more {
  margin-bottom: 8.5rem;
}
.partners-lead-wrap {
  padding: 0 6%;
}
.partners-lead-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 4rem 0;
}
@media only screen and (min-width: 740px) {
  .partners-lead-contain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.partners-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  padding: 1.35rem 1.05rem 1.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 235px;
}
.partners-box:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 740px) {
  .partners-box:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.partners-box:nth-of-type(2n) {
  margin-bottom: 0;
}
.partners-box:nth-of-type(3n) {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .partners-box:nth-of-type(3n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 740px) {
  .partners-box {
    margin-bottom: 0;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    min-height: 240px;
  }
}
@media only screen and (min-width: 1000px) {
  .partners-box {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.partners-box-content {
  background-color: rgba(255,255,255,0.95);
  padding: 0.75rem;
  text-decoration: none;
}
.partners-box-content:hover .partners-box-content-title {
  color: #624e64;
}
@media only screen and (min-width: 740px) {
  .partners-box-content {
    width: 85%;
  }
}
@media only screen and (min-width: 1000px) {
  .partners-box-content {
    width: 100%;
  }
}
.partners-box-content-title {
  font-family: 'OakesGrotesk-Medium' !important;
  margin-bottom: 0.25rem;
  font-size: 1.105rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.partners-box-content-body {
  margin-bottom: 0;
  font-size: 1.035rem;
  line-height: 1.4em;
  color: #797979;
}
.partners-section {
  border: 1px solid #e6e6e6;
  margin: 2.5rem 0;
}
.partner-block-wrap {
  padding: 0 9%;
  margin: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 780px) {
  .partner-block-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
  }
}
.partner-block:not(:last-of-type) {
  border-bottom: 1px solid #e6e6e6;
}
.partner-block-logo {
  margin-bottom: 2.25rem;
}
.partner-block-logo img {
  max-width: 200px;
}
@media only screen and (min-width: 780px) {
  .partner-block-logo {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding-right: 3.5rem;
    padding-top: 7rem;
  }
}
@media only screen and (min-width: 900px) {
  .partner-block-logo {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%;
    padding-left: 0.5rem;
    padding-right: 5rem;
    padding-top: 8rem;
  }
}
@media only screen and (min-width: 780px) {
  .partner-block-content {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    padding: 3.5rem 0 3.5rem 3.5rem;
    border-left: 1px solid #e6e6e6;
  }
}
@media only screen and (min-width: 900px) {
  .partner-block-content {
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
    padding: 4.5rem 0 5.5rem 5rem;
    max-width: 580px;
  }
}
.partner-block-content-title {
  color: #443b45;
  font-family: 'OakesGrotesk-Medium' !important;
  margin-bottom: 1.5rem;
}
.partner-block-content-body {
  font-size: 1.075rem;
  line-height: 1.6em;
}
@media only screen and (min-width: 1000px) {
  .partner-more .partners-box {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }
}
.partner-more .partners-box:nth-of-type(3n) {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .partner-more .partners-box-content {
    width: 85%;
  }
}
.contact-block {
  margin: 2rem 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-block:nth-of-type(1n) {
  margin-top: 4.5rem;
}
@media only screen and (min-width: 740px) {
  .contact-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact-block-title {
  font-family: 'OakesGrotesk-Medium' !important;
  font-size: 1.15rem;
  margin-bottom: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  color: #624e64;
}
.contact-block-items {
  border-top: 1px solid #e6e6e6;
  padding-top: 1.25rem;
  padding-right: 0;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 740px) {
  .contact-block-items {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
.contact-block-items li {
  margin-bottom: 0.2rem;
}
.contact-block-items li a {
  color: #624e64;
  border-bottom: 1px solid #624e64;
}
.contact-block-items li a:hover {
  border-bottom: 1px solid #443b45;
  color: #443b45;
}
.contact-block-items li.title {
  color: #624e64;
  font-family: 'OakesGrotesk-Medium' !important;
  font-size: 1rem;
}
.contact-block-items li.contact-role {
  color: #31920e;
}
.news-lead {
  margin: 4.5rem 0 13rem;
}
@media only screen and (min-width: 1000px) {
  .news-lead {
    margin-bottom: 15.5rem;
  }
}
.news-lead.lead-more {
  margin-bottom: 8.5rem;
}
.news-lead-wrap {
  padding: 0 6%;
}
.news-lead-contain {
  margin: 4.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 740px) {
  .news-lead-contain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.news-lead-contain.news-page {
  margin: 1rem 0 0;
}
@media only screen and (min-width: 740px) {
  .news-lead-contain.news-page .news-box {
    margin-bottom: 3rem !important;
  }
}
.news-lead-contain.news-page .news-box:before {
  content: " ";
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  height: 60px;
  width: 60px;
}
.news-lead-contain.news-page .news-box:empty {
  margin: 0 !important;
  height: 0 !important;
  box-shadow: 0 0 0 0;
  padding: 0;
  background: transparent;
}
.news-lead-contain.news-page .news-box:empty:before {
  content: " ";
  display: none;
}
.news-page-contain {
  width: 100%;
  padding: 0 7%;
}
@media only screen and (min-width: 740px) {
  .news-page-contain {
    padding: 0 6%;
  }
}
.news-box {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  padding: 1.75rem 1.585rem 2rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.news-box:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.news-box:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 740px) {
  .news-box:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.news-box:nth-of-type(2n) {
  margin-bottom: 0;
}
.news-page-contain .news-box:nth-of-type(2n) {
  margin-bottom: 3rem;
}
.news-box:nth-of-type(3n) {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .news-box:nth-of-type(3n) {
    display: block;
  }
}
.news-page-contain .news-box:nth-of-type(3n) {
  display: block;
}
.news-box:before {
  content: " ";
  display: block;
  position: absolute;
  top: -40px;
  right: -40px;
  height: 80px;
  width: 80px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: -webkit-linear-gradient(top, #8dc01c, #52ae31 75%);
  background: linear-gradient(to bottom, #8dc01c, #52ae31 75%);
}
@media only screen and (min-width: 740px) {
  .news-box {
    width: 46%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .news-box {
    width: 30%;
  }
}
@media only screen and (min-width: 740px) {
  .format1,
  .format2 {
    width: 47%;
  }
}
@media only screen and (min-width: 1000px) {
  .format3 {
    width: 30%;
  }
}
.news-box-date {
  margin-bottom: 2.25rem;
}
.news-box-title {
  font-family: 'OakesGrotesk-Medium' !important;
  font-size: 1.115rem;
  margin-bottom: 0.5rem;
}
.news-box-title a {
  color: #624e64;
}
.news-box-title a:hover {
  color: #4e3e50;
}
.news-box-body {
  color: #797979;
  margin-bottom: 0.5rem;
  line-height: 1.4em;
  font-size: 1.05rem;
}
.empty-news-body {
  margin-left: 2.5%;
}
@media only screen and (min-width: 1000px) {
  .news-more .news-box {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }
}
.news-more .news-box:nth-of-type(3n) {
  display: none;
}
.content-pagination {
  margin-top: 2rem;
  padding-left: 1.5rem;
  border-top: 1px solid #e6e6e6;
  padding-top: 1.5rem;
}
.content-pagination p {
  line-height: 1;
  display: inline-block;
  margin-bottom: 0;
}
.content-pagination p a {
  color: #624e64;
  font-size: 1.15rem;
}
.pagination-separate {
  display: inline-block;
  padding: 0 0.65rem;
  color: #624e64;
  font-size: 1.1rem;
  vertical-align: text-top;
}
.contact-form-contain {
  padding: 0 1.85rem;
  max-width: 660px;
  margin: 3.5rem 0 0;
}
@media only screen and (min-width: 900px) {
  .contact-form-contain {
    margin-top: 4rem;
    padding: 0 2.25rem;
  }
}
@media only screen and (min-width: 1000px) {
  .contact-form-contain {
    padding: 0 0 0 2.55rem;
  }
}
.contact-form-contain-title {
  font-family: 'OakesGrotesk-Medium' !important;
  margin-bottom: 2rem;
  color: #624e64;
}
.contact-text {
  margin-bottom: 1rem;
}
.contact-text p {
  font-size: 1.25rem;
}
.contact-text p:not(:first-of-type) {
  font-size: 1.1rem;
}
.success-title {
  font-size: 1.8rem;
  color: #624e64;
}
.success-text p {
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #443b45;
}
/*# sourceMappingURL=style.css.map */