@charset "UTF-8";
/*
Theme Name:	VCE 2025
Description: Custom theme for the Vermont Center for Ecostudies
Version: 1.0
Author: Gabe Halberg / Dadra Design
Author URI: https://dadradesign.com
*/
*:not(select) {
  margin: 0;
  padding: 0;
  border: 0;
}

.clear {
  clear: both;
  line-height: 0;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: none;
}

/* disable default styling for various browsers */
input[type=search],
input:not([type=radio]):not([type=checkbox]),
textarea {
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important;
}

aside.sitewide-aside {
  position: relative;
  padding: 0 0 40px 0;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside {
    display: block !important;
    padding: 0;
  }
}
aside.sitewide-aside .sidebar-content-block {
  padding: 30px 0 !important;
  border-top: 1px solid #cfcfbc;
}
aside.sitewide-aside .sidebar-content-block:first-of-type {
  border: 0;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside .sidebar-content-block:first-of-type {
    padding-top: 0 !important;
  }
}
aside.sitewide-aside ul.sidebar-menu {
  display: none;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.95em;
    list-style-type: none;
  }
}
aside.sitewide-aside ul.sidebar-menu.has-sidebar-text-block {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfbc;
}
aside.sitewide-aside ul.sidebar-menu li {
  line-height: 1.3em;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu li {
    margin: 0 0 0 -10px;
    padding: 0;
    border: 0;
  }
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu li a {
    display: block;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #434628;
    border-radius: 6px;
    border: 1px solid transparent;
  }
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu li a:hover {
    color: #000 !important;
    background: #f9f9f0;
    border-color: #cfcfbc;
  }
}
aside.sitewide-aside h3 {
  font-size: 1.7em;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside h3 {
    font-size: 1.6em;
  }
}
aside.sitewide-aside .sidebar-text-block {
  margin: 25px 0 0 0;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside .sidebar-text-block p {
    font-size: 0.95em;
  }
}
aside.sitewide-aside .sidebar-text-block:first-of-type {
  margin: 0;
  padding-top: 40px;
  border-top: 1px solid #cfcfbc;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside .sidebar-text-block:first-of-type {
    padding: 10px 0 !important;
    border: 0;
  }
}
aside.sitewide-aside .sidebar-social {
  padding-bottom: 0 !important;
}
aside.sitewide-aside .sidebar-buttons {
  margin-top: 25px;
}

footer.no-subscribe {
  border-top: 1px solid #cfcfbc;
}
footer .footer-subscribe {
  background: url(images/bkgnd-diagonal-khaki-pale.jpg);
  overflow: hidden;
}
footer .footer-subscribe .content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}
@media screen and (min-width: 800px) {
  footer .footer-subscribe .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    padding: 0 40px;
    text-align: left;
  }
}
footer .footer-subscribe .footer-subscribe-text {
  max-width: 650px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 800px) {
  footer .footer-subscribe .footer-subscribe-text {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-subscribe .footer-subscribe-text {
    padding: 100px 0;
  }
}
footer .footer-subscribe h2 {
  font-size: 1.8em;
}
@media screen and (min-width: 650px) {
  footer .footer-subscribe h2 {
    font-size: 2.1em;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-subscribe h2 {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-subscribe h2 {
    font-size: 2.7em;
  }
}
footer .footer-subscribe a.footer-subscribe-img-wrap {
  position: relative;
}
footer .footer-subscribe img {
  display: block;
  max-width: 320px;
  margin: 0 auto -60px auto;
}
@media screen and (min-width: 650px) {
  footer .footer-subscribe img {
    max-width: 450px;
  }
}
@media screen and (min-width: 800px) {
  footer .footer-subscribe img {
    position: absolute;
    bottom: -10px;
    width: 500px;
    max-width: none;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-subscribe img {
    width: 550px;
  }
}
footer .footer-content {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 20px;
  font-size: 0.95em;
}
@media screen and (min-width: 650px) {
  footer .footer-content {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-content {
    padding: 70px 30px 50px 30px;
  }
}
footer .footer-content .content {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  footer .footer-content .content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 50px;
  }
}
@media screen and (min-width: 800px) {
  footer .footer-content .content .footer-col-group {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e2e2d2;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-content .content .footer-col-group {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}
@media screen and (min-width: 800px) {
  footer .footer-content .content .footer-col-group-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
footer .footer-content .content .footer-col-group-2 p {
  max-width: 650px;
}
@media screen and (min-width: 800px) {
  footer .footer-content .content .footer-col-group-3 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-content .content .footer-col-group-3 {
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 10px 0 20px 0;
    padding: 50px 0 10px 0;
    border-top: 1px solid #e2e2d2;
    border-bottom: 1px solid #e2e2d2;
  }
}
footer .footer-content .content .footer-col {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2d2;
}
@media screen and (min-width: 800px) {
  footer .footer-content .content .footer-col {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-content .content .footer-col {
    margin: 0;
  }
}
footer .footer-content .content .footer-col a#footer-logo {
  transition: none;
  display: block;
  width: 200px;
  height: 37px;
  margin: 0 0 40px 0;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat;
  background-size: 200px 37px;
}
@media screen and (min-width: 800px) {
  footer .footer-content .content .footer-col a#footer-logo {
    margin-bottom: 30px;
  }
}
footer .footer-content .content .footer-col .footer-col-head {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 700;
}
footer .footer-content .content .footer-col .footer-col-head a {
  color: inherit;
}
footer .footer-content .content .footer-col p {
  margin-bottom: 25px;
}
footer .footer-content .content .footer-col p.contact-411 {
  position: relative;
  margin-left: 27px;
  margin-bottom: 25px;
  line-height: 1.2em;
}
@media screen and (min-width: 800px) {
  footer .footer-content .content .footer-col p.contact-411 {
    margin-bottom: 15px;
  }
}
footer .footer-content .content .footer-col p.contact-411:last-of-type {
  margin-bottom: 0;
}
footer .footer-content .content .footer-col p.contact-411 i {
  display: block;
  position: absolute;
  top: 2px;
  left: -27px;
  width: 20px;
  text-align: center;
  color: #00554a;
}
footer .footer-content .content .footer-col p.contact-411 a {
  font-weight: inherit;
  color: inherit;
}
footer .footer-content .content .footer-col p.contact-411 a:hover {
  text-decoration: underline;
}
footer .footer-content .content .footer-col .button, footer .footer-content .content .footer-col input[type=submit] {
  margin: 0;
  padding: 10px 25px;
  border-width: 1px;
}
footer .footer-content .content .footer-col.footer-nav {
  padding-bottom: 0 !important;
}
footer .footer-content .content .footer-col ul.footer-menu {
  margin: 0;
}
@media screen and (min-width: 800px) {
  footer .footer-content .content .footer-col ul.footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
  }
}
footer .footer-content .content .footer-col ul.footer-menu li {
  margin: 0 0 12px 0;
  list-style-type: none;
}
footer .footer-content .content .footer-col ul.footer-menu li a {
  text-transform: uppercase;
  font-weight: 700;
  color: inherit;
}
footer .footer-content .content .footer-col ul.footer-menu li a:hover {
  text-decoration: underline;
}
footer .footer-content .content .footer-col ul.footer-menu li ul {
  margin: 12px 0 30px 0;
}
footer .footer-content .content .footer-col ul.footer-menu li ul li a {
  text-transform: none;
  font-weight: 400;
}
footer .footer-nonprofit-statement {
  font-size: 0.9em;
}
@media screen and (min-width: 1000px) {
  footer .footer-nonprofit-statement {
    max-width: 800px;
    margin: 30px auto 0 auto;
    text-align: center;
  }
}
footer .footer-copy {
  background: #e2e2d2;
}
footer .footer-copy .content {
  padding: 40px 20px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 500;
  color: #434628;
}
@media screen and (min-width: 800px) {
  footer .footer-copy .content {
    padding: 40px;
    display: flex;
    justify-content: space-between;
  }
}
footer .footer-copy .content p {
  margin: 0;
}
footer .footer-copy #dadra {
  margin-top: 30px;
}
@media screen and (min-width: 800px) {
  footer .footer-copy #dadra {
    margin: 0;
  }
}
footer .footer-copy #dadra a {
  color: #434628;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
}
footer .footer-copy #dadra a:hover {
  background: rgba(255, 255, 255, 0.75);
}

a.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  padding: 10px 20px;
  font-size: 0.8em;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  background: #000;
  border-radius: 5px;
  z-index: 20000;
  transition: none;
}
a.skip:active, a.skip:focus, a.skip:hover {
  top: 60px;
  left: 30%;
}
@media screen and (min-width: 1000px) {
  a.skip:active, a.skip:focus, a.skip:hover {
    top: 0;
    left: 45%;
  }
}

.shiftnav-wrap {
  margin-top: 0 !important;
}

#shiftnav-toggle-main {
  height: 60px;
  padding: 0 !important;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content {
  padding: 0 !important;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content a {
  display: block;
  width: 170px;
  height: 32px;
  margin: 15px 0 0 10px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat center center;
  background-size: 170px 32px;
}
#shiftnav-toggle-main .shiftnav-toggle-burger {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 4px 20px 0 0 !important;
  font-size: 2em;
}
#shiftnav-toggle-main .shiftnav-toggle-burger i:before {
  content: "\f0c9" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.shiftnav-open #shiftnav-toggle-main .shiftnav-toggle-burger i:before {
  content: "\f00d" !important;
}

.shiftnav-no-transforms .shiftnav.shiftnav-right-edge {
  right: -100% !important;
}
.shiftnav-no-transforms .shiftnav.shiftnav-right-edge.shiftnav-open-target {
  right: auto !important;
}

#shiftnav-main {
  width: 100%;
  max-width: 100%;
  background: #f9f9f0;
}
@media screen and (min-width: 1100px) {
  #shiftnav-main {
    display: none;
  }
}
#shiftnav-main .shiftnav-inner {
  padding: 0 !important;
  position: relative;
}
#shiftnav-main .shiftnav-panel-close {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 6px;
  right: 9px;
  width: 50px;
  height: 48px !important;
  padding: 0;
  line-height: 0 !important;
  font-size: 2.75em;
  color: #00554a;
  background: none;
}
#shiftnav-main .shiftnav-panel-close i {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 0 !important;
}
#shiftnav-main .shiftnav-menu {
  max-width: 650px;
  margin: 20px auto 0 auto;
}
#shiftnav-main .shiftnav-menu li ul {
  background: none !important;
}
#shiftnav-main .shiftnav-menu li ul li a {
  padding: 6px 40px !important;
  text-transform: none;
  font-weight: 400;
}
@media screen and (min-width: 650px) {
  #shiftnav-main .shiftnav-menu li ul li a {
    padding: 10px 40px !important;
    font-size: 1.5em !important;
  }
}
#shiftnav-main .shiftnav-menu a {
  display: inline-block;
  padding: 15px 20px !important;
  font-size: 1.25em !important;
  color: #00554a !important;
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: none !important;
}
@media screen and (min-width: 650px) {
  #shiftnav-main .shiftnav-menu a {
    font-size: 1.75em !important;
    font-weight: 600;
  }
}
#shiftnav-main .shiftnav-menu a:hover {
  text-decoration: underline;
}
#shiftnav-main .shiftnav-menu span.shiftnav-submenu-activation {
  font-size: 1.5em;
  color: #00554a !important;
  background: none !important;
}
#shiftnav-main .shiftnav-menu span.shiftnav-submenu-activation i.fa {
  top: 40%;
  left: 22.5%;
}
#shiftnav-main .mobile-nav-volunteer-donate-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  max-width: 650px;
  margin: 20px auto 30px auto;
  padding: 0 20px;
}
#shiftnav-main .mobile-nav-volunteer-donate-wrap a {
  padding: 15px 10px;
  text-align: center;
  font-size: 1.25em;
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
}
#shiftnav-main .mobile-nav-volunteer-donate-wrap a.mobile-nav-volunteer {
  color: #00554a;
  border: 1px solid #00554a;
}
#shiftnav-main .mobile-nav-volunteer-donate-wrap a.mobile-nav-volunteer:hover {
  color: #fff;
  background: #00554a;
}
#shiftnav-main .mobile-nav-volunteer-donate-wrap a.mobile-nav-donate {
  color: #fff;
  background: #c44100;
}
#shiftnav-main .mobile-nav-volunteer-donate-wrap a.mobile-nav-donate:hover {
  background: #d94800;
}
#shiftnav-main .shiftnav-menu-image {
  height: 60px;
  margin: 0 !important;
  padding: 15px 0 0 10px !important;
  background: #f9f9f0;
}
#shiftnav-main .shiftnav-menu-image a {
  display: inline-block;
}
#shiftnav-main .shiftnav-menu-image img {
  display: block;
  width: 170px !important;
}
#shiftnav-main .shiftnav-search {
  width: 100%;
  max-width: 650px;
  height: 52px !important;
  margin: 15px auto 20px auto;
  padding: 0 20px;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform .shiftnav-search-input {
  height: 52px !important;
  font-size: 1.5em !important;
  font-family: "noto-sans", sans-serif !important;
  border: 0 !important;
  background: #fff !important;
  border-radius: 6px !important;
  border: 1px solid #cfcfbc !important;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform .shiftnav-search-submit {
  height: 52px !important;
  margin: 0;
  padding: 0;
  font-size: 1.25em !important;
  color: #00554a !important;
  background: none !important;
  border: 0 !important;
}
#shiftnav-main .shiftnav-search .shiftnav-searchform .shiftnav-search-submit:hover {
  background: none;
}
#shiftnav-main .mobile-social {
  text-align: center;
}
#shiftnav-main .mobile-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0 5px;
  font-size: 2.5em;
  color: #00554a;
}

div#translate-mobile {
  width: 200px;
  margin: 20px auto;
  border-radius: 10px !important;
  border: 1px solid #00554a !important;
  overflow: visible !important;
}
div#translate-mobile:has(.prisna-wp-translate-languages-list-opened) {
  border-radius: 10px 10px 0 0 !important;
}
div#translate-mobile:hover {
  color: #fff !important;
  background: #00554a !important;
  border: 0 !important;
}
div#translate-mobile:hover .prisna-wp-translate-current-language span {
  color: #fff !important;
}
div#translate-mobile .prisna-wp-translate-container-custom {
  float: none !important;
  width: 100%;
  border-radius: 10px !important;
}
div#translate-mobile .prisna-wp-translate-container-custom .prisna-wp-translate-sub-container {
  float: none !important;
  width: 100%;
}
div#translate-mobile .prisna-wp-translate-current-language-arrow {
  top: 20px !important;
  right: 15px !important;
  border-width: 5px !important;
  border-color: #00554a transparent transparent !important;
}
div#translate-mobile .prisna-wp-translate-body {
  float: none !important;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  border: 0 !important;
  z-index: 1 !important;
  background: none !important;
}
div#translate-mobile em.prisna-wp-translate-current-language-arrow {
  display: none !important;
}
div#translate-mobile .prisna-wp-translate-current-language {
  width: 100% !important;
  padding: 0 !important;
  font-size: 1.1em !important;
  font-family: "noto-sans", sans-serif !important;
}
div#translate-mobile .prisna-wp-translate-current-language span {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
  padding: 25px 20px !important;
  text-align: center !important;
  font-size: 1em !important;
  font-family: "noto-sans", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #00554a !important;
  transition: all 0.15s ease;
}
div#translate-mobile .prisna-wp-translate-current-language span:after {
  font: var(--fa-font-solid);
  content: "\f078";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0.85em;
  padding-left: 5px;
}
div#translate-mobile .prisna-wp-translate-container {
  height: auto !important;
}
div#translate-mobile .prisna-wp-translate-sub-container {
  height: auto !important;
}
div#translate-mobile .prisna-wp-translate-sub-container a {
  padding: 15px 25px !important;
  font-family: "noto-sans", sans-serif !important;
}
div#translate-mobile .prisna-wp-translate-sub-container a span {
  font-size: 1.4em !important;
  font-family: "noto-sans", sans-serif !important;
}
div#translate-mobile .prisna-wp-translate-languages-list {
  position: absolute !important;
  top: 50px !important;
  width: 100% !important;
  margin: 0 !important;
  color: #fff !important;
  box-sizing: border-box !important;
  border-radius: 0 0 10px 10px !important;
  border: 1px solid #00554a !important;
  background: #00554a !important;
  box-shadow: none !important;
}
div#translate-mobile .prisna-wp-translate-languages-list p {
  padding: 0 !important;
  border: 0 !important;
}
div#translate-mobile .prisna-wp-translate-languages-list p.prisna-wp-translate-completed a {
  text-align: center !important;
  color: #fff !important;
}
div#translate-mobile .prisna-wp-translate-languages-list p.prisna-wp-translate-completed a span {
  text-align: center !important;
  color: #fff !important;
}
div#translate-mobile .prisna-wp-translate-languages-list p:hover {
  color: #fff !important;
  background: #007465 !important;
}
div#translate-mobile .prisna-wp-translate-languages-list p a {
  text-align: center !important;
  font-family: "noto-sans", sans-serif !important;
  color: #fff !important;
  background: none !important;
}
div#translate-mobile .prisna-wp-translate-languages-list p a span {
  text-align: center !important;
  color: #fff !important;
}
div#translate-mobile .prisna-wp-translate-languages-list-opened {
  border-radius: 10px 10px 0 0 !important;
}
div#translate-mobile .prisna-wp-translate-languages-list-opened .prisna-wp-translate-body {
  box-shadow: none !important;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
  background: none !important;
}

header.sitewide-header {
  position: absolute;
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  header.sitewide-header {
    position: fixed !important;
    top: 0;
    left: auto;
    width: 100%;
    height: 80px;
    background: #fff;
    overflow: visible;
    z-index: 1000000 !important;
  }
}
@media screen and (min-width: 1300px) {
  header.sitewide-header {
    height: 100px !important;
  }
}
header.sitewide-header #header-content {
  position: relative;
  box-sizing: border-box;
  max-width: 1640px;
  height: 80px;
  margin: 0 auto;
}
header.sitewide-header #header-content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1300px) {
  header.sitewide-header #header-content {
    height: 100px !important;
  }
}
header.sitewide-header #header-content a#logo {
  transition: none;
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 170px;
  height: 32px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat;
  background-size: 170px 32px;
  z-index: 1000;
}
@media screen and (min-width: 1200px) {
  header.sitewide-header #header-content a#logo {
    top: 22px;
    width: 200px;
    height: 37px;
    background-size: 200px 37px;
  }
}
@media screen and (min-width: 1300px) {
  header.sitewide-header #header-content a#logo {
    top: 30px;
    width: 220px;
    height: 41px;
    background-size: 220px 41px;
  }
}
header.sitewide-header #translate-placeholder {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 80px !important;
  padding: 0 10px !important;
  font-size: 0.65em;
  font-weight: 700;
  text-transform: uppercase;
  color: #00554a !important;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1300px) {
  header.sitewide-header #translate-placeholder {
    height: 100px !important;
  }
}
header.sitewide-header #translate-placeholder i {
  padding-left: 5px;
}

nav.ubermenu-main {
  padding-left: 210px;
}
@media screen and (min-width: 1200px) {
  nav.ubermenu-main {
    padding-left: 250px;
  }
}
@media screen and (min-width: 1300px) {
  nav.ubermenu-main {
    padding-left: 270px;
  }
}
@media screen and (min-width: 1400px) {
  nav.ubermenu-main {
    padding-left: 290px;
  }
}
nav.ubermenu-main > ul > li > .ubermenu-target {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 80px !important;
  padding: 0 5px !important;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  color: #00554a !important;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1200px) {
  nav.ubermenu-main > ul > li > .ubermenu-target {
    font-size: 0.825em;
  }
}
@media screen and (min-width: 1300px) {
  nav.ubermenu-main > ul > li > .ubermenu-target {
    height: 100px !important;
    padding: 0 15px !important;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 1400px) {
  nav.ubermenu-main > ul > li > .ubermenu-target {
    padding: 0 20px !important;
  }
}
nav.ubermenu-main > ul > li > .ubermenu-target:hover {
  color: #007465 !important;
}
nav.ubermenu-main > ul > li > .ubermenu-target:focus {
  outline: none;
}
nav.ubermenu-main > ul > li.ubermenu-active > .ubermenu-target {
  color: #007465 !important;
}
nav.ubermenu-main > ul > li.ubermenu-active > .ubermenu-target .ubermenu-sub-indicator {
  transition: all 0.15s ease;
}
nav.ubermenu-main .ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 30px !important;
}
nav.ubermenu-main .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  font-size: 0.8em;
  top: 50% !important;
  right: 16px !important;
  opacity: 0.6;
}
nav.ubermenu-main ul.ubermenu-submenu-type-flyout {
  margin-top: -10px !important;
  padding: 10px 0;
  background: #007465 !important;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px;
}
@media screen and (min-width: 1300px) {
  nav.ubermenu-main ul.ubermenu-submenu-type-flyout {
    margin-top: -20px !important;
  }
}
nav.ubermenu-main ul.ubermenu-submenu-type-flyout > li > a {
  padding: 0 10px !important;
  font-family: "noto-sans", sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  color: #fff;
  transition: all 0.15s ease;
}
nav.ubermenu-main ul.ubermenu-submenu-type-flyout > li > a span {
  display: block;
  padding: 12px 15px !important;
  border-radius: 10px;
}
nav.ubermenu-main ul.ubermenu-submenu-type-flyout > li > a:hover span {
  background: #008977 !important;
}

nav.ubermenu-secondary-nav {
  margin-right: 140px;
}
nav.ubermenu-secondary-nav > ul > li > .ubermenu-target {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 80px !important;
  padding: 0 10px !important;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  color: #00554a !important;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1200px) {
  nav.ubermenu-secondary-nav > ul > li > .ubermenu-target {
    padding: 0 15px !important;
    font-size: 0.825em;
  }
}
@media screen and (min-width: 1300px) {
  nav.ubermenu-secondary-nav > ul > li > .ubermenu-target {
    height: 100px !important;
    font-size: 0.85em;
  }
}
nav.ubermenu-secondary-nav > ul > li > .ubermenu-target:hover {
  color: #007465 !important;
}
nav.ubermenu-secondary-nav > ul > li > .ubermenu-target:focus {
  outline: none;
}
nav.ubermenu-secondary-nav > ul > li.ubermenu-active > .ubermenu-target {
  color: #007465 !important;
}
nav.ubermenu-secondary-nav > ul > li.nav-search .ubermenu-target {
  padding: 0 15px !important;
  font-size: 0.85em;
  background: none;
}
nav.ubermenu-secondary-nav > ul > li.nav-search .ubermenu-target:hover {
  cursor: pointer !important;
}
nav.ubermenu-secondary-nav > ul > li.nav-search ul.ubermenu-submenu {
  min-width: 0 !important;
  margin-top: -10px !important;
  padding: 0 !important;
  border: 1px solid #e2e2d2;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px;
}
@media screen and (min-width: 1300px) {
  nav.ubermenu-secondary-nav > ul > li.nav-search ul.ubermenu-submenu {
    margin-top: -20px !important;
  }
}
nav.ubermenu-secondary-nav > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block {
  width: 500px;
}
nav.ubermenu-secondary-nav > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block .ubermenu-search {
  width: 100% !important;
  padding: 0 0 0 20px !important;
  background: #fff !important;
}
nav.ubermenu-secondary-nav > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block form {
  height: auto !important;
  background: none !important;
}
nav.ubermenu-secondary-nav > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block form .ubermenu-search-input {
  max-width: none !important;
  padding: 25px 5px !important;
  font-size: 1.5em;
  font-family: "noto-sans", sans-serif !important;
  border: 0 !important;
}
nav.ubermenu-secondary-nav > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block form .ubermenu-search-submit {
  width: 70px !important;
  font-size: 0.9em;
  transition: all 0.15s ease;
}
nav.ubermenu-secondary-nav > ul > li.nav-search ul.ubermenu-submenu .ubermenu-content-block form .ubermenu-search-submit:hover {
  color: #666;
}
nav.ubermenu-secondary-nav > ul > li.nav-volunteer a, nav.ubermenu-secondary-nav > ul > li.nav-donate a {
  padding: 0 !important;
}
nav.ubermenu-secondary-nav > ul > li.nav-volunteer a span, nav.ubermenu-secondary-nav > ul > li.nav-donate a span {
  padding: 12px 10px;
  border-radius: 6px;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1200px) {
  nav.ubermenu-secondary-nav > ul > li.nav-volunteer a span, nav.ubermenu-secondary-nav > ul > li.nav-donate a span {
    padding: 12px 15px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1300px) {
  nav.ubermenu-secondary-nav > ul > li.nav-volunteer a span, nav.ubermenu-secondary-nav > ul > li.nav-donate a span {
    padding: 13px 22px;
  }
}
nav.ubermenu-secondary-nav > ul > li.nav-volunteer a:hover, nav.ubermenu-secondary-nav > ul > li.nav-donate a:hover {
  background: none !important;
}
nav.ubermenu-secondary-nav > ul > li.nav-volunteer {
  margin-right: 15px;
}
nav.ubermenu-secondary-nav > ul > li.nav-volunteer a span {
  color: #00554a;
  border: 1px solid #00554a;
}
nav.ubermenu-secondary-nav > ul > li.nav-volunteer a:hover span {
  color: #fff;
  background: #007465;
  border-color: #007465;
}
nav.ubermenu-secondary-nav > ul > li.nav-donate a span {
  color: #fff;
  background: #c44100;
  border: 1px solid #c44100;
}
nav.ubermenu-secondary-nav > ul > li.nav-donate a:hover span {
  background: #d94800;
  border-color: #d94800;
}

a.nav-subscribe {
  position: absolute;
  top: 0;
  right: 80px;
  width: 60px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00554a;
  z-index: 10000000000;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1300px) {
  a.nav-subscribe {
    height: 100px;
  }
}
a.nav-subscribe i {
  font-size: 1.1em;
}
a.nav-subscribe span {
  position: absolute;
  bottom: -8px;
  right: -15px;
  display: block;
  width: 70px;
  padding: 3px 10px;
  text-align: center;
  font-weight: 400;
  font-size: 0.8em;
  color: #fff;
  border-radius: 4px;
  background: #007465;
  z-index: 0;
  opacity: 0;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1300px) {
  a.nav-subscribe span {
    bottom: -2px;
  }
}
a.nav-subscribe span:before {
  position: absolute;
  top: -7px;
  left: 39px;
  content: "";
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #007465 transparent;
  z-index: 10000;
}
a.nav-subscribe:hover {
  color: #007465;
}
a.nav-subscribe:hover span {
  z-index: 1000;
  opacity: 1;
}

div#translate {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 80px !important;
  margin: 0;
  padding: 0 !important;
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: 500;
  color: #434628 !important;
  cursor: pointer;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1300px) {
  div#translate {
    height: 100px !important;
  }
}
div#translate .prisna-wp-translate-container {
  height: auto !important;
}
div#translate .prisna-wp-translate-container.prisna-wp-translate-languages-list-opened {
  color: #007465 !important;
  border: 0 !important;
}
div#translate .prisna-wp-translate-container.prisna-wp-translate-languages-list-opened .prisna-wp-translate-sub-container span {
  color: #007465 !important;
}
div#translate .prisna-wp-translate-container .prisna-wp-translate-sub-container {
  height: auto !important;
}
div#translate .prisna-wp-translate-body {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 80px !important;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}
@media screen and (min-width: 1300px) {
  div#translate .prisna-wp-translate-body {
    height: 100px !important;
  }
}
div#translate .prisna-wp-translate-current-language {
  box-sizing: border-box !important;
  max-height: none !important;
  padding: 0 15px !important;
  font-family: "noto-sans", sans-serif !important;
  font-size: 1em !important;
  transition: all 0.15s ease;
}
div#translate .prisna-wp-translate-current-language span {
  display: flex !important;
  align-items: center !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
div#translate .prisna-wp-translate-current-language span:after {
  font: var(--fa-font-solid);
  content: "\f078";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0.85em;
  padding-left: 5px;
}
div#translate em.prisna-wp-translate-current-language-arrow {
  display: none !important;
}
div#translate .prisna-wp-translate-sub-container a {
  height: auto !important;
  max-height: none !important;
  padding: 13px 25px !important;
  line-height: 10px !important;
  font-family: "noto-sans", sans-serif !important;
  font-size: 0.95em !important;
}
div#translate .prisna-wp-translate-current-language-arrow {
  position: relative !important;
  top: auto !important;
  right: 10px !important;
  margin: 5px 0 0 0 !important;
  border-width: 3px !important;
}
div#translate .prisna-wp-translate-languages-list-opened {
  border: 1px solid #ccc !important;
}
div#translate .prisna-wp-translate-languages-list-opened .prisna-wp-translate-body {
  box-shadow: none !important;
  position: relative !important;
}
div#translate .prisna-wp-translate-languages-list {
  position: absolute !important;
  top: 70px !important;
  right: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  padding: 10px !important;
  color: #fff !important;
  background: #007465 !important;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px;
}
div#translate .prisna-wp-translate-languages-list p {
  padding: 0 !important;
  color: #fff !important;
  border: 0 !important;
}
div#translate .prisna-wp-translate-languages-list a {
  display: block !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  color: #fff !important;
}
div#translate .prisna-wp-translate-languages-list a span {
  display: block !important;
  padding: 8px 15px 11px 15px !important;
  font-size: 0.95em !important;
  color: #fff !important;
  border-radius: 6px;
}
div#translate .prisna-wp-translate-languages-list a:link span.prisna-wp-translate-name {
  color: #fff !important;
}
div#translate .prisna-wp-translate-languages-list a:hover {
  color: #fff !important;
}
div#translate .prisna-wp-translate-languages-list a:hover span {
  background: #008977 !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  color: #434628;
  word-break: break-word;
}
@media screen and (min-width: 1000px) {
  body.translating #translate-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 85, 74, 0.9);
    z-index: 10000000000000000000;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  }
  body.translating #translate-loading span {
    text-transform: uppercase;
    font-family: "noto-sans", sans-serif;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 0.25em;
    color: #fff;
    animation: fadeIn 1s infinite alternate;
  }
}

.content-padding {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 800px) {
  .content-padding {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.content-padding.content-medium {
  max-width: 650px;
}
.content-padding.content-medium-large {
  max-width: 800px;
}
.content-padding.content-large {
  max-width: 1000px;
}
.content-padding.content-extra-large {
  max-width: 1200px;
}
.content-padding.content-wide {
  max-width: 1400px;
}
.content-padding.content-extra-wide {
  max-width: 1600px;
}

main {
  position: relative;
  display: block;
}

.main-content-wrap {
  margin: 30px auto;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  .main-content-wrap {
    margin: 50px auto;
  }
}
.main-content-wrap.has-sidebar {
  max-width: 1300px;
}
.main-content-wrap.no-sidebar.top-content-border {
  border-top: 1px solid #aaa;
}
@media screen and (min-width: 1000px) {
  .main-content-wrap.no-sidebar.top-content-border {
    border: 0;
  }
}
@media screen and (min-width: 1100px) {
  .main-content-wrap.no-crumbs.no-hero {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content-wrap.no-crumbs.no-hero {
    margin-top: 140px;
  }
}

.main-content {
  margin-top: 30px;
  padding-top: 0 !important;
}

.main-content.has-sidebar {
  display: grid;
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .main-content.has-sidebar {
    grid-template-columns: 2fr 5fr;
    grid-gap: 50px;
    padding: 0 40px;
  }
  .main-content.has-sidebar .heads {
    text-align: left;
  }
  .main-content.has-sidebar .heads,
  .main-content.has-sidebar .text-block,
  .main-content.has-sidebar .intro-block,
  .main-content.has-sidebar .tabs-wrap,
  .main-content.has-sidebar .accordion-wrap,
  .main-content.has-sidebar .personnel,
  .main-content.has-sidebar .button-row {
    margin-left: 0;
    margin-right: 0;
  }
  .main-content.has-sidebar .heads .content,
  .main-content.has-sidebar .text-block .content,
  .main-content.has-sidebar .intro-block .content,
  .main-content.has-sidebar .tabs-wrap .content,
  .main-content.has-sidebar .accordion-wrap .content,
  .main-content.has-sidebar .personnel .content,
  .main-content.has-sidebar .button-row .content {
    max-width: none;
  }
  .main-content.has-sidebar .cards .content {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 999px) {
  .main-content.has-sidebar aside {
    grid-row-start: 2;
  }
}
.main-content.has-sidebar .content-padding {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .main-content.has-sidebar {
    grid-gap: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content.has-sidebar {
    grid-gap: 80px;
  }
}

.main-content.no-sidebar {
  margin: 0 auto;
}

article.sitewide-article {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  article.sitewide-article {
    max-width: 815px;
  }
}
@media screen and (min-width: 1000px) {
  article.sitewide-article .heads,
  article.sitewide-article .text-block,
  article.sitewide-article .intro-block {
    margin-left: 0;
    margin-right: 0;
  }
}

#headroom {
  display: none;
}
@media screen and (min-width: 1100px) {
  #headroom {
    display: block;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1300px) {
  #headroom {
    margin-top: 100px;
  }
}

/*  small screen fixed positioning for wp toolbar on front end
================================================================*/
@media only screen and (max-width: 680px) {
  html #wpadminbar {
    position: absolute !important;
    top: -46px !important;
    z-index: 90000 !important;
  }
}
.accordion-wrap {
  position: relative;
  margin: 30px auto;
}
.accordion-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .accordion-wrap {
    margin: 40px auto;
  }
}
.accordion-wrap .accordion-trigger {
  position: relative;
  margin: 0 0 5px 0;
  padding: 20px 50px 20px 25px;
  color: #fff;
  font-weight: 500;
  background: #00554a;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger.ui-accordion-header-active {
  border-radius: 5px 5px 0 0;
}
.accordion-wrap .accordion-trigger .ui-icon {
  position: absolute;
  top: 22px;
  right: 20px;
  width: auto;
  height: auto;
  text-indent: 0;
  background-image: none;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger .ui-icon:after {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger.ui-state-active .ui-icon:after {
  transform: rotate(-45deg);
}
.accordion-wrap .accordion-trigger:hover {
  background: #006d5f;
}
.accordion-wrap .accordion-trigger:focus {
  outline: none;
}
.accordion-wrap .accordion-panel {
  margin: -10px 0 10px 0;
  padding: 30px 20px 10px 20px;
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 1000px) {
  .accordion-wrap .accordion-panel {
    padding: 30px 30px 10px 30px;
  }
}
.accordion-wrap .accordion-panel .text-block {
  margin-bottom: 0;
}
.accordion-wrap .accordion-panel .button-row {
  margin-bottom: 0;
}

.alert-bar {
  font-size: 0.95em;
}
.alert-bar .content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 20px 2px 20px;
  text-align: center;
}
.alert-bar span {
  display: inline-block;
  margin: 0 10px 5px 0;
  line-height: 1.3em;
}
.alert-bar .button, .alert-bar input[type=submit] {
  margin: 0 0 10px 0;
  padding: 10px 20px 11px 20px;
}
@-moz-document url-prefix() {
  .alert-bar .button, .alert-bar input[type=submit] {
    padding-bottom: 7px !important;
  }
}
.alert-bar.red {
  background: #aaa;
  color: #fff;
}
.alert-bar.red .button, .alert-bar.red input[type=submit] {
  background: rgba(0, 0, 0, 0.3) !important;
}
.alert-bar.red .button:before, .alert-bar.red input[type=submit]:before {
  display: none !important;
}
.alert-bar.red .button:hover, .alert-bar.red input[type=submit]:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.alert-bar.ivory {
  color: #434628;
  background: #aaa;
}
@media screen and (min-width: 1000px) {
  .alert-bar.ivory {
    border-bottom: 1px solid #aaa;
  }
}
.alert-bar.ivory .button, .alert-bar.ivory input[type=submit] {
  background: #aaa;
}
.alert-bar.pale-blue {
  color: #434628;
  background: #aaa;
}
.alert-bar.pale-blue .button, .alert-bar.pale-blue input[type=submit] {
  background: #434628;
}

blockquote {
  max-width: 800px !important;
  margin: 40px auto;
  font-size: 1em;
  font-weight: 700;
  color: #00554a;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1000px) {
  blockquote {
    padding-right: 40px;
    padding-left: 40px;
  }
}
blockquote:after {
  content: "";
  display: table;
  clear: both;
}
blockquote.has-quotation-mark {
  padding-left: 55px;
}
@media screen and (min-width: 650px) {
  blockquote.has-quotation-mark {
    padding-left: 70px;
  }
}
blockquote.has-quotation-mark p {
  position: relative;
}
blockquote.has-quotation-mark p:before {
  position: absolute;
  top: 15px;
  left: -45px;
  content: '"';
  font-size: 4em;
  font-weight: 700;
  color: #00554a;
}
@media screen and (min-width: 650px) {
  blockquote.has-quotation-mark p:before {
    left: -50px;
  }
}
blockquote p {
  position: relative;
  margin: 0;
  font-style: italic;
  font-size: 1.25em;
}
blockquote strong {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  color: #434628;
}

.blog-posts-from-categories {
  margin: 0 auto;
}
.blog-posts-from-categories h2.posts-from-categories-head {
  margin-bottom: 30px;
}
.blog-posts-from-categories .blog-cards-grid {
  margin: 0 auto 25px auto;
}

.main-content.no-sidebar .blog-posts-from-categories {
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .main-content.no-sidebar .blog-cards-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
    max-width: 1400px !important;
  }
}

#crumbs-wrap {
  display: none;
}
@media screen and (min-width: 1000px) {
  #crumbs-wrap {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 40px;
  }
}
#crumbs-wrap #crumbs {
  display: block;
  max-width: 1600px;
  margin: 0 auto;
  padding: 25px 0;
  color: #434628;
  border-bottom: 1px solid #d0d3b5;
}
#crumbs-wrap #crumbs a {
  display: inline-block;
  position: relative;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 500;
  color: #434628;
}
#crumbs-wrap #crumbs a:hover {
  text-decoration: underline;
}
#crumbs-wrap #crumbs a:last-of-type {
  font-weight: 900;
  text-decoration: none;
  cursor: default;
}
#crumbs-wrap #crumbs span {
  display: inline-block;
  margin: 0 13px;
  font-size: 0.9em;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 30px auto;
}
.button-row.buttons-center {
  justify-content: center;
}
.button-row.buttons-center .button, .button-row.buttons-center input[type=submit] {
  margin: 0 10px 20px 10px;
}
.button-row.button-width-wide .button, .button-row.button-width-wide input[type=submit] {
  padding-right: 70px;
  padding-left: 70px;
}
.button-row.button-width-extra-wide .button, .button-row.button-width-extra-wide input[type=submit] {
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (min-width: 650px) {
  .button-row.button-width-extra-wide .button, .button-row.button-width-extra-wide input[type=submit] {
    padding-right: 150px;
    padding-left: 150px;
  }
}
.button-row .button, .button-row input[type=submit] {
  margin: 0 20px 20px 0;
}

.button, input[type=submit],
input.button,
input.button[type=submit],
#submit {
  position: relative;
  display: inline-block;
  margin: 0 10px 20px 0 !important;
  padding: 15px 35px !important;
  text-align: center !important;
  color: #00554a !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-family: inherit !important;
  font-size: 0.85em !important;
  text-transform: uppercase !important;
  background: transparent !important;
  border-radius: 10px !important;
  border: 2px solid #00554a !important;
  cursor: pointer !important;
  transition: all 0.15s ease;
}
.button:hover, input[type=submit]:hover,
input.button:hover,
input.button[type=submit]:hover,
#submit:hover {
  background: #007465 !important;
  border-color: #007465 !important;
  color: #fff !important;
}
.button.button-white, input.button-white[type=submit],
input.button.button-white,
input.button[type=submit].button-white,
#submit.button-white {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.button.button-white:hover, input.button-white[type=submit]:hover,
input.button.button-white:hover,
input.button[type=submit].button-white:hover,
#submit.button-white:hover {
  background: #fff !important;
  color: #00554a !important;
}
.button.button-red, input.button-red[type=submit],
input.button.button-red,
input.button[type=submit].button-red,
#submit.button-red {
  color: #fff !important;
  background: #c44100 !important;
  border: 1px solid #c44100 !important;
}
.button.button-red:hover, input.button-red[type=submit]:hover,
input.button.button-red:hover,
input.button[type=submit].button-red:hover,
#submit.button-red:hover {
  background: #d94800 !important;
  border-color: #d94800 !important;
}

.cards {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1000px) {
  .cards {
    margin: 0 0 50px 0;
  }
}
.cards h2 {
  text-align: center;
}
.cards .cards-intro {
  max-width: 650px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.cards .cards-grid {
  display: grid;
  grid-gap: 30px;
  margin: 0 auto;
}
.cards .cards-grid.cards-columns-2 {
  max-width: 1000px;
}
@media screen and (min-width: 650px) {
  .cards .cards-grid.cards-columns-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1300px) {
  .cards .cards-grid.cards-columns-2 {
    grid-gap: 40px;
  }
}
.cards .cards-grid.cards-columns-3 {
  max-width: 1600px !important;
}
@media screen and (min-width: 800px) {
  .cards .cards-grid.cards-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .cards .cards-grid.cards-columns-3 {
    grid-gap: 40px;
  }
}
.cards .cards-grid.cards-columns-4 {
  max-width: 1000px;
}
@media screen and (min-width: 650px) {
  .cards .cards-grid.cards-columns-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .cards .cards-grid.cards-columns-4 {
    max-width: 1600px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.cards .cards-grid.head-only .card {
  position: relative;
  border: 0;
}
.cards .cards-grid.head-only .card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 20px 20px 20px;
  background-image: linear-gradient(to top, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 70%, transparent 100%);
}
.cards .cards-grid.head-only p, .cards .cards-grid.head-only span.button {
  display: none;
}
.cards .cards-grid.head-only h3 {
  margin: 0;
  text-align: center;
  color: #fff !important;
}
.cards .card {
  display: block;
  color: #434628;
  background: #fff;
  border: 1px solid #cfcfbc;
}
.cards .card img {
  display: block;
  margin: 0 20px 5px 0;
  transition: all 0.15s ease;
}
.cards .card .card-content {
  padding: 20px 20px 30px 20px;
  font-weight: 400;
  color: #434628;
}
@media screen and (min-width: 1000px) {
  .cards .card .card-content {
    padding: 25px 30px 35px 30px;
  }
}
.cards .card .card-content h3 {
  font-family: "calluna", serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.1em;
}
@media screen and (min-width: 575px) {
  .cards .card .card-content h3 {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 800px) {
  .cards .card .card-content h3 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1000px) {
  .cards .card .card-content h3 {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1200px) {
  .cards .card .card-content h3 {
    font-size: 1.7em;
  }
}
.cards .card .card-content p {
  margin: 0;
  color: #434628;
  font-size: 0.95em;
  line-height: 1.6em;
}
.cards .card .card-content .button, .cards .card .card-content input[type=submit] {
  margin: 25px 0 0 0;
  padding: 15px 25px;
  font-size: 0.8em;
}
@media screen and (min-width: 1000px) {
  .cards a.card:hover img {
    opacity: 0.85;
  }
}
.cards a.card:hover h3 {
  color: #006d5f;
}

@media screen and (min-width: 1000px) {
  .has-sidebar .cards .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .has-sidebar .cards .content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

article .cards {
  padding: 0;
}

@media screen and (min-width: 800px) {
  .columns .content {
    display: grid;
    grid-gap: 50px;
    margin: 40px auto;
  }
}
@media screen and (min-width: 1000px) {
  .columns .content {
    grid-gap: 90px;
  }
}
@media screen and (min-width: 800px) {
  .columns .content.halves {
    grid-template: auto/1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .columns .content.two-thirds-one-third {
    grid-template: auto/2fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .columns .content.one-third-two-thirds {
    grid-template: auto/1fr 2fr;
  }
}
@media screen and (min-width: 800px) {
  .columns .content.thirds {
    grid-template: auto/1fr 1fr 1fr;
  }
}
.columns .content:after {
  display: none;
}
@media screen and (min-width: 800px) {
  .columns .column > *:last-child {
    margin-bottom: 0;
  }
}
.columns .text-block,
.columns blockquote {
  margin: 0 0 40px 0;
}
.columns .text-block .content-padding,
.columns blockquote .content-padding {
  padding: 0;
}
.columns .text-block p:last-child {
  margin-bottom: 0;
}
.columns blockquote {
  padding: 0 30px;
}
.columns .column-img {
  display: block;
  margin: 0 0 30px 0;
  border: 0;
}
.columns .column-img img {
  display: block;
}
.columns .column-img a {
  position: relative;
  display: block;
}
.columns .column-img a span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.columns .column-img a span.img-text i {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 575px) {
  .columns .column-img a span.img-text i {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 800px) {
  .columns .column-img a span.img-text i {
    font-size: 2em;
  }
}
.columns .column-img a span.img-text p {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  word-wrap: break-word !important;
  font-family: "noto-sans", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 575px) {
  .columns .column-img a span.img-text p {
    padding: 0 20px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  .columns .column-img a span.img-text p {
    font-size: 0.95em;
  }
}
.columns .column-img a:hover span.img-text {
  opacity: 1;
}
.columns .column-img a span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
}
.columns .column-img a:hover span.overlay {
  opacity: 1;
}
.columns .button-row-horiz:last-child .button:last-of-type, .columns .button-row-horiz:last-child input[type=submit]:last-of-type {
  margin-bottom: 0;
}

.bkgnd-shaded {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url(images/bkgnd-diagonal-khaki-pale.jpg);
}
@media screen and (min-width: 1000px) {
  .bkgnd-shaded {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .bkgnd-shaded {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .bkgnd-shaded .hero-primary .content-wrap {
    background: url(images/bkgnd-diagonal-khaki-pale.jpg) !important;
  }
}

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

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

.subtract-margin-top-10 {
  margin-top: -10px !important;
}

.subtract-margin-top-20 {
  margin-top: -20px !important;
}

.subtract-margin-top-30 {
  margin-top: -30px !important;
}

.subtract-margin-top-40 {
  margin-top: -40px !important;
}

.subtract-margin-top-50 {
  margin-top: -50px !important;
}

.subtract-margin-top-60 {
  margin-top: -60px !important;
}

.subtract-margin-top-70 {
  margin-top: -70px !important;
}

.subtract-margin-top-80 {
  margin-top: -80px !important;
}

.subtract-margin-top-90 {
  margin-top: -90px !important;
}

.subtract-margin-top-100 {
  margin-top: -100px !important;
}

.subtract-margin-bottom-10 {
  margin-bottom: -10px !important;
}

.subtract-margin-bottom-20 {
  margin-bottom: -20px !important;
}

.subtract-margin-bottom-30 {
  margin-bottom: -30px !important;
}

.subtract-margin-bottom-40 {
  margin-bottom: -40px !important;
}

.subtract-margin-bottom-50 {
  margin-bottom: -50px !important;
}

.subtract-margin-bottom-60 {
  margin-bottom: -60px !important;
}

.subtract-margin-bottom-70 {
  margin-bottom: -70px !important;
}

.subtract-margin-bottom-80 {
  margin-bottom: -80px !important;
}

.subtract-margin-bottom-90 {
  margin-bottom: -90px !important;
}

.subtract-margin-bottom-100 {
  margin-bottom: -100px !important;
}

.add-margin-top-10 {
  margin-top: 10px !important;
}

.add-margin-top-20 {
  margin-top: 20px !important;
}

.add-margin-top-30 {
  margin-top: 30px !important;
}

.add-margin-top-40 {
  margin-top: 40px !important;
}

.add-margin-top-50 {
  margin-top: 50px !important;
}

.add-margin-top-60 {
  margin-top: 60px !important;
}

.add-margin-top-70 {
  margin-top: 70px !important;
}

.add-margin-top-80 {
  margin-top: 80px !important;
}

.add-margin-top-90 {
  margin-top: 90px !important;
}

.add-margin-top-100 {
  margin-top: 100px !important;
}

.add-margin-bottom-10 {
  margin-bottom: 10px !important;
}

.add-margin-bottom-20 {
  margin-bottom: 20px !important;
}

.add-margin-bottom-30 {
  margin-bottom: 30px !important;
}

.add-margin-bottom-20 {
  margin-bottom: 20px !important;
}

.add-margin-bottom-30 {
  margin-bottom: 30px !important;
}

.add-margin-bottom-40 {
  margin-bottom: 40px !important;
}

.add-margin-bottom-70 {
  margin-bottom: 70px !important;
}

.add-margin-bottom-80 {
  margin-bottom: 80px !important;
}

.add-margin-bottom-90 {
  margin-bottom: 90px !important;
}

.add-margin-bottom-100 {
  margin-bottom: 100px !important;
}

.events-list {
  max-width: 1000px;
  margin: 0 auto 30px auto;
  padding: 0 20px 20px 20px;
}
.events-list .event-wrap {
  padding: 60px 0 10px 0;
  border-top: 1px solid #e2e2d2;
}
.events-list .event-wrap:last-of-type {
  border-bottom: 1px solid #e2e2d2;
}
@media screen and (min-width: 650px) {
  .events-list .event {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 30px;
  }
}
.events-list .event img {
  display: block;
}
@media screen and (min-width: 650px) {
  .events-list .event img {
    margin: 4px 0 0 0;
  }
}
.events-list .event .event-text-content {
  padding: 35px 0 10px 0;
}
@media screen and (min-width: 650px) {
  .events-list .event .event-text-content {
    padding: 0;
  }
}
.events-list .event .event-date-details {
  display: grid;
  grid-template-columns: 60px auto;
  grid-gap: 25px;
  align-items: start;
}
.events-list .event .event-date {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  width: 70px;
  margin: 4px 0 0 0;
  box-sizing: border-box;
  padding: 10px 6px;
  text-align: center;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  background: #00554a;
  transition: all 0.15s ease;
}
.events-list .event .event-date .event-calendar-date {
  padding: 3px 0;
  font-size: 2em;
  line-height: 1em;
  font-weight: 900;
}
.events-list .event .event-details {
  color: #434628;
}
.events-list .event .event-details h3 {
  margin: 4px 0 3px 0;
  padding-left: 2px;
  font-size: 1.1em;
  font-weight: 900;
  font-family: "noto-sans", sans-serif;
  line-height: 1.3em;
}
.events-list .event .event-details .event-location i,
.events-list .event .event-details .event-time i {
  width: 1em;
  padding-right: 5px;
  text-align: center;
  color: #00554a;
}
.events-list .event .event-details .event-location i {
  padding-right: 6px;
  padding-left: 2px;
}
.events-list .event .event-details .event-time i {
  width: 1.3em;
  font-size: 0.9em;
}
.events-list .event .event-desc {
  margin: 25px 0 0 0;
}
.events-list .no-events {
  margin-bottom: 0;
}

.has-sidebar .events-list {
  padding-right: 0;
  padding-left: 0;
}

.fancybox__container {
  z-index: 1000000 !important;
}

.featured-projects {
  margin: 0 0 30px 0;
  padding-top: 30px;
}
.featured-projects.bkgnd-shaded {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .featured-projects {
    margin: 0 0 50px 0;
  }
}
.featured-projects h2 {
  margin: 0 0 50px 0 !important;
  text-align: center;
}
.featured-projects .featured-projects-grid {
  display: grid;
  grid-gap: 30px;
  margin: 0 auto 50px auto;
}
@media screen and (min-width: 650px) {
  .featured-projects .featured-projects-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .featured-projects .featured-projects-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .featured-projects .featured-projects-grid {
    grid-gap: 40px;
  }
}
.featured-projects .project-card {
  display: block;
  color: #434628;
  background: #fff;
  border: 1px solid #cfcfbc;
}
.featured-projects .project-card img {
  display: block;
  margin: 0 20px 5px 0;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1000px) {
  .featured-projects .project-card:hover img {
    opacity: 0.85;
  }
}
.featured-projects .project-card:hover h3 {
  color: #006d5f;
}
.featured-projects .project-card .content {
  padding: 20px 20px 30px 20px;
  font-weight: 400;
  color: #434628;
}
@media screen and (min-width: 1000px) {
  .featured-projects .project-card .content {
    padding: 25px 30px 35px 30px;
  }
}
.featured-projects .project-card .content h3 {
  font-size: 1.5em;
  line-height: 1.1em;
  transition: all 0.15s ease;
}
.featured-projects .project-card .content p {
  margin: 0 0 18px 0;
  color: #434628;
  font-size: 0.95em;
  line-height: 1.6em;
}
.featured-projects .project-card .content span.more-link {
  display: inline-block;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 700;
  color: #00554a;
  transition: all 0.15s ease;
}
.featured-projects .project-card .content span.more-link:hover {
  color: #006d5f;
}
.featured-projects .button-row {
  margin-bottom: 0 !important;
  justify-content: center;
}
.featured-projects .button-row .button, .featured-projects .button-row input[type=submit] {
  margin: 0 10px 20px 10px;
}

@media screen and (min-width: 1200px) {
  .has-sidebar .featured-projects-grid {
    grid-template-columns: 1fr 1fr;
  }
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-family: "noto-sans", sans-serif;
  font-size: 1.1em;
  color: #434628;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
}

textarea {
  border-radius: 6px 6px 0 6px !important;
}

label {
  margin: 0 0 7px 0;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}

.ctct-inline-form * {
  font-family: inherit !important;
}
.ctct-inline-form h2 {
  margin: 0 0 20px 0 !important;
  font-family: "calluna", serif !important;
  font-size: 1.75em !important;
  line-height: 1.1em !important;
}
@media screen and (min-width: 650px) {
  .ctct-inline-form h2 {
    font-size: 2em !important;
  }
}
.ctct-inline-form input[type=text],
.ctct-inline-form input[type=email],
.ctct-inline-form input[type=password],
.ctct-inline-form textarea {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box !important;
  padding: 10px 20px !important;
  font-family: "noto-sans", sans-serif !important;
  font-size: 1.3em !important;
  color: #434628 !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}
.ctct-inline-form button.ctct-form-button {
  display: inline-block !important;
  width: auto !important;
  padding: 15px 35px !important;
  text-align: center;
  color: #00554a !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-family: inherit !important;
  font-size: 0.85em !important;
  text-transform: uppercase !important;
  background: transparent !important;
  border-radius: 10px !important;
  border: 2px solid #00554a !important;
  cursor: pointer !important;
  transition: all 0.15s ease;
}
.ctct-inline-form button.ctct-form-button:hover {
  background: #007465 !important;
  border-color: #007465 !important;
  color: #fff !important;
}

.form-wrap {
  max-width: 800px;
  margin: 40px auto;
}

.has-sidebar .form-wrap {
  margin: 40px 0;
}

.gform_wrapper select {
  padding: inherit !important;
}

select {
  width: 100%;
  padding: 10px !important;
}

.post-password-form {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px;
}
.post-password-form input[type=password] {
  margin-bottom: 10px;
  padding: 15px 10px;
}

.grid-wrap {
  margin: 30px auto 40px auto;
}
@media screen and (min-width: 1000px) {
  .grid-wrap {
    margin: 40px auto 50px auto;
  }
}
.grid-wrap .grid-content {
  box-sizing: content-box;
  color: #434628;
}
.grid-wrap .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 575px) {
  .grid-wrap .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid-wrap .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1300px) {
  .grid-wrap .grid {
    grid-gap: 30px;
  }
}
.grid-wrap .grid .grid-item {
  display: block;
  box-sizing: border-box;
  font-size: 0.95em;
  text-align: center;
  line-height: 1.05em;
  text-decoration: none;
  color: #434628;
}
.grid-wrap .grid .grid-item img {
  display: block;
  transition: all 0.15s ease;
}
.grid-wrap .grid .grid-item h4 {
  margin: 0;
  font-size: 1em !important;
  color: #434628;
}
.grid-wrap .grid .grid-item em {
  font-weight: 400;
  font-size: 0.875em;
}
.grid-wrap .grid.img-grid a.grid-item:hover img {
  opacity: 0.9;
}
.grid-wrap .grid.img-grid a.grid-item:hover h4 {
  color: #434628;
}
.grid-wrap .grid.img-grid img {
  margin-bottom: 8px;
}
.grid-wrap .grid.logo-grid {
  justify-items: center;
  align-items: center;
}
.grid-wrap .grid.logo-grid img {
  max-width: 100% !important;
  width: auto !important;
  margin: 0 auto;
}

.hero-primary {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}
.hero-primary:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .hero-primary {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 1500px) {
  .hero-primary {
    grid-template-columns: 7fr 3fr;
  }
}
@media screen and (min-width: 1680px) {
  .hero-primary {
    grid-template-columns: 8fr 3fr;
  }
}
@media screen and (min-width: 1000px) {
  .hero-primary.text-left {
    grid-template-columns: 1fr 2fr;
  }
  .hero-primary.text-left .photo-credit {
    right: 0;
    left: auto;
  }
  .hero-primary.text-left .content {
    grid-row-start: 1;
  }
  .hero-primary.text-left .content-wrap {
    margin: 0 -80px 0 0 !important;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1680px) {
  .hero-primary.text-left .content-wrap {
    padding-right: 60px !important;
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .hero-primary.text-left {
    grid-template-columns: 3fr 7fr;
  }
}
@media screen and (min-width: 1680px) {
  .hero-primary.text-left {
    grid-template-columns: 3fr 8fr;
  }
}
.hero-primary .photo-credit {
  display: none;
}
@media screen and (min-width: 1000px) {
  .hero-primary .photo-credit {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1px 5px;
    font-size: 0.65em;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
  }
}
.hero-primary img {
  display: block;
}
@media screen and (min-width: 1000px) {
  .hero-primary img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-primary .content {
  position: relative;
  padding: 0 20px;
  z-index: 1000;
}
@media screen and (min-width: 650px) {
  .hero-primary .content {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .hero-primary .content {
    padding: 40px 0;
  }
}
.hero-primary .content .content-wrap {
  max-width: 800px;
  margin: -30px auto 10px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 650px) {
  .hero-primary .content .content-wrap {
    margin-top: -50px;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1000px) {
  .hero-primary .content .content-wrap {
    margin: 0 0 0 -80px;
    padding: 30px 40px 20px 40px;
    box-shadow: none;
  }
}
@media screen and (min-width: 1500px) {
  .hero-primary .content .content-wrap {
    padding: 50px 60px 40px 60px;
  }
}
@media screen and (min-width: 1680px) {
  .hero-primary .content .content-wrap {
    padding-right: 0;
  }
}
.hero-primary .content .content-wrap h1 {
  margin: 0 0 15px 0;
}
@media screen and (min-width: 1000px) {
  .hero-primary .content .content-wrap h1 {
    margin: 0 0 25px 0;
    font-size: 2.25em;
  }
}
@media screen and (min-width: 1200px) {
  .hero-primary .content .content-wrap h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1500px) {
  .hero-primary .content .content-wrap h1 {
    font-size: 2.6em;
  }
}
.hero-primary .content .button-row {
  margin-top: 25px;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .hero-primary .content .button-row {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1680px) {
  .has-sidebar .hero-primary.text-left .content-wrap {
    padding-left: 40px !important;
  }
}
@media screen and (min-width: 1680px) {
  .has-sidebar .hero-primary .content .content-wrap {
    padding-right: 40px;
  }
}

.hero-secondary {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
.hero-secondary.height-tall {
  min-height: 350px;
}
@media screen and (min-width: 800px) {
  .hero-secondary.height-tall {
    min-height: 450px;
  }
}
@media screen and (min-width: 1000px) {
  .hero-secondary.height-tall {
    min-height: 550px;
  }
}
.hero-secondary.height-medium {
  min-height: 300px;
}
@media screen and (min-width: 800px) {
  .hero-secondary.height-medium {
    min-height: 400px;
  }
}
.hero-secondary.height-short {
  min-height: 250px;
}
@media screen and (min-width: 800px) {
  .hero-secondary.height-short {
    min-height: 350px;
  }
}
.hero-secondary .photo-credit {
  display: none;
}
@media screen and (min-width: 1000px) {
  .hero-secondary .photo-credit {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1px 5px;
    font-size: 0.65em;
    color: #fff;
    z-index: 10000000;
  }
}
.hero-secondary img {
  position: absolute;
  opacity: 0;
  z-index: 0;
}
.hero-secondary .content {
  position: relative;
  width: 100%;
  padding: 50px 30px 30px 30px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  z-index: 100;
}
.hero-secondary .content h1 {
  margin: 0;
  font-size: 2em;
  color: #fff;
}
@media screen and (min-width: 650px) {
  .hero-secondary .content h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1000px) {
  .hero-secondary .content h1 {
    font-size: 2.75em;
  }
}
@media screen and (min-width: 1200px) {
  .hero-secondary .content h1 {
    font-size: 3em;
  }
}
.hero-secondary .content h2 {
  max-width: 800px;
  margin: 10px auto 0 auto;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400 !important;
  font-family: "noto-sans", sans-serif;
  color: #fff;
}
@media screen and (min-width: 650px) {
  .hero-secondary .content h2 {
    margin: 15px auto 0 auto;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  .hero-secondary .content h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1200px) {
  .hero-secondary .content h2 {
    font-size: 1.4em;
  }
}
.hero-secondary .content .button, .hero-secondary .content input[type=submit] {
  margin: 30px 0 0 0;
}

.icons-with-text {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .icons-with-text {
    margin-bottom: 60px;
  }
}
.icons-with-text .content {
  max-width: 900px;
  margin: 0 auto;
}
.icons-with-text h2.prominent-head {
  text-align: center;
}
.icons-with-text .icons-text-blocks-wrap {
  display: grid;
  grid-gap: 30px;
  margin: 50px auto 0 auto;
}
@media screen and (min-width: 650px) {
  .icons-with-text .icons-text-blocks-wrap {
    grid-gap: 50px;
  }
}
.icons-with-text .icon-text-block {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 20px;
}
@media screen and (min-width: 650px) {
  .icons-with-text .icon-text-block {
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .icons-with-text .icon-text-block {
    grid-template-columns: 1fr 5fr;
  }
}
.icons-with-text .icon-text-block p:last-of-type, .icons-with-text .icon-text-block ul:last-of-type {
  margin-bottom: 0;
}

.img-gallery-wrap {
  margin: 30px auto;
}
@media screen and (min-width: 650px) {
  .img-gallery-wrap {
    margin: 40px auto;
  }
}
.img-gallery-wrap h2 {
  position: relative;
  margin: 0 0 20px 0;
}

.img-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1px;
}
@media screen and (min-width: 800px) {
  .img-gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.img-gallery-grid .img-gallery-item {
  position: relative;
}
.img-gallery-grid .img-gallery-item img {
  display: block;
}
.img-gallery-grid .img-gallery-item span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-gallery-grid .img-gallery-item span.img-text i {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 575px) {
  .img-gallery-grid .img-gallery-item span.img-text i {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 800px) {
  .img-gallery-grid .img-gallery-item span.img-text i {
    font-size: 2em;
  }
}
.img-gallery-grid .img-gallery-item span.img-text p {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  word-wrap: break-word !important;
}
@media screen and (min-width: 575px) {
  .img-gallery-grid .img-gallery-item span.img-text p {
    padding: 0 20px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  .img-gallery-grid .img-gallery-item span.img-text p {
    font-size: 0.95em;
  }
}
.img-gallery-grid .img-gallery-item:hover span.img-text {
  opacity: 1;
}
.img-gallery-grid .img-gallery-item span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-gallery-grid .img-gallery-item:hover span.overlay {
  opacity: 1;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc {
  display: none !important;
}

.img-rows-awesome {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 650px) {
  .img-rows-awesome {
    margin: 30px 0 0 0;
  }
}
.img-rows-awesome .img-row {
  position: relative;
  box-sizing: border-box;
}
.img-rows-awesome .img-row .img-wrap {
  display: inline-block;
  margin-bottom: 30px;
}
.img-rows-awesome .img-row .img-wrap .awesome-caption {
  padding: 5px 20px 0 20px;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.2em;
  color: #434628;
}
.img-rows-awesome .img-row .img-wrap .awesome-caption span {
  font-size: 0.85em;
  color: #434628;
}
.img-rows-awesome .img-row img {
  display: block;
}
.img-rows-awesome .img-row .one-up-mega-wide {
  max-width: 2000px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .img-rows-awesome .img-row .one-up-mega-wide .awesome-caption {
    max-width: 70%;
  }
}
@media screen and (min-width: 1500px) {
  .img-rows-awesome .img-row .one-up-mega-wide .awesome-caption {
    max-width: 50%;
  }
}
@media screen and (min-width: 2040px) {
  .img-rows-awesome .img-row .one-up-mega-wide .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .one-up-horiz {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 1200px) {
  .img-rows-awesome .img-row .one-up-horiz .awesome-caption {
    max-width: 70%;
  }
}
@media screen and (min-width: 1240px) {
  .img-rows-awesome .img-row .one-up-horiz .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .one-up-vert {
  margin: 0 auto;
  max-width: 720px;
}
@media screen and (min-width: 760px) {
  .img-rows-awesome .img-row .one-up-vert .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .two-up-horiz,
.img-rows-awesome .img-row .two-up-vert {
  max-width: 580px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .two-up-horiz,
  .img-rows-awesome .img-row .two-up-vert {
    display: grid;
    grid-template: auto/1fr 1fr;
    grid-gap: 10px 10px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 800px) {
  .img-rows-awesome .img-row .two-up-horiz,
  .img-rows-awesome .img-row .two-up-vert {
    grid-gap: 20px 20px;
  }
}
@media screen and (min-width: 1220px) {
  .img-rows-awesome .img-row .two-up-horiz .awesome-caption,
  .img-rows-awesome .img-row .two-up-vert .awesome-caption {
    padding: 5px 0 0 0;
  }
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .two-up-horiz .img-wrap:nth-child(2) .awesome-caption,
  .img-rows-awesome .img-row .two-up-vert .img-wrap:nth-child(2) .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .three-up-horiz {
  max-width: 580px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .three-up-horiz {
    display: grid;
    grid-template: auto/1fr 1fr 1fr;
    grid-gap: 10px 10px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 800px) {
  .img-rows-awesome .img-row .three-up-horiz {
    grid-gap: 20px 20px;
  }
}
@media screen and (min-width: 440px) {
  .img-rows-awesome .img-row .three-up-horiz .awesome-caption {
    padding: 5px 0 0 0;
  }
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .three-up-horiz .awesome-caption {
    padding: 5px 20px 0 20px;
  }
}
@media screen and (min-width: 1220px) {
  .img-rows-awesome .img-row .three-up-horiz .awesome-caption {
    padding: 5px 0 0 0;
  }
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .three-up-horiz .img-wrap:nth-child(n+2):nth-child(-n+3) .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome .img-row .three-up-vert {
  max-width: 390px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .three-up-vert {
    display: grid;
    grid-template: auto/1fr 1fr 1fr;
    grid-gap: 10px 10px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 800px) {
  .img-rows-awesome .img-row .three-up-vert {
    grid-gap: 20px 20px;
  }
}
@media screen and (min-width: 440px) {
  .img-rows-awesome .img-row .three-up-vert .awesome-caption {
    padding: 5px 0 0 0;
  }
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .three-up-vert .awesome-caption {
    padding: 5px 20px 0 20px;
  }
}
@media screen and (min-width: 1220px) {
  .img-rows-awesome .img-row .three-up-vert .awesome-caption {
    padding: 5px 0 0 0;
  }
}
@media screen and (min-width: 650px) {
  .img-rows-awesome .img-row .three-up-vert .img-wrap:nth-child(n+2):nth-child(-n+3) .awesome-caption {
    padding: 5px 0 0 0;
  }
}
.img-rows-awesome a {
  position: relative;
  display: block;
}

.img-rows {
  margin: 30px auto;
}
@media screen and (min-width: 650px) {
  .img-rows {
    margin: 40px auto;
  }
}
.img-rows h2 {
  margin: 0 0 20px 0;
}
.img-rows .img-row {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.img-rows .img-row img {
  display: block;
}
.img-rows .img-row .full {
  display: grid;
  grid-template: auto/1fr;
}
.img-rows .img-row .two-thirds-one-third {
  display: grid;
  grid-template: auto/2fr 1fr;
  grid-gap: 0 1px;
}
.img-rows .img-row .one-third-two-thirds {
  display: grid;
  grid-template: auto/1fr 2fr;
  grid-gap: 0 1px;
}
.img-rows .img-row .halves {
  display: grid;
  grid-template: auto/1fr 1fr;
  grid-gap: 0 1px;
}
.img-rows .img-row .thirds {
  display: grid;
  grid-template: auto/1fr 1fr 1fr;
  grid-gap: 0 1px;
}
.img-rows a {
  position: relative;
}
.img-rows a span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-rows a span.img-text i {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 575px) {
  .img-rows a span.img-text i {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 800px) {
  .img-rows a span.img-text i {
    font-size: 2em;
  }
}
.img-rows a span.img-text p {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  word-wrap: break-word !important;
}
@media screen and (min-width: 575px) {
  .img-rows a span.img-text p {
    padding: 0 20px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  .img-rows a span.img-text p {
    font-size: 0.95em;
  }
}
.img-rows a:hover span.img-text {
  opacity: 1;
}
.img-rows a span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-rows a:hover span.overlay {
  opacity: 1;
}

img,
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption,
.img-link {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.alignleft {
  display: block;
  width: auto !important;
  margin: 5px 0 20px 0;
}
@media screen and (min-width: 450px) {
  .alignleft {
    float: left;
    max-width: 50%;
    margin: 5px 30px 10px 0;
  }
}

.alignright {
  display: block;
  width: auto !important;
  margin: 5px 0 20px 0;
}
@media screen and (min-width: 450px) {
  .alignright {
    float: right;
    max-width: 50%;
    margin: 5px 0 10px 30px;
  }
}

.aligncenter {
  display: block;
  margin: 40px auto;
}

.alignnone {
  display: block;
  margin: 40px 0;
}

.wp-caption {
  width: auto !important;
  margin-bottom: 25px !important;
}

.wp-caption img {
  max-width: 100%;
}

p.wp-caption-text {
  margin: 0;
  font-size: 0.75em;
  text-align: right;
  line-height: 1.2em;
  color: #434628;
}

aside .alignleft,
aside .alignright,
aside .aligncenter,
aside .alignnone,
aside .wp-caption,
aside .img-link {
  margin-bottom: 40px;
}

.image {
  max-width: 1000px;
  margin: 0 auto 50px auto;
}
.image a {
  display: block;
  margin: 0 auto;
}
.image a.img-square {
  max-width: 900px;
}
.image a.img-vert {
  max-width: 700px;
}
.image img {
  display: block;
  margin: 0 auto;
}
.image .img-caption {
  display: block;
  margin-top: 7px;
  text-align: right;
  font-size: 0.75em;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "noto-sans", sans-serif;
  color: #434628;
}

.fluid-width-video-wrapper {
  clear: both;
  margin: 40px 0;
}

.embed-container {
  clear: both;
  position: relative;
  margin: 25px 0;
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  max-width: 800px !important;
  margin: 0 0 30px 0;
  padding: 50px 20px !important;
}
@media screen and (min-width: 575px) {
  .modal {
    padding: 50px !important;
  }
}
@media screen and (min-width: 800px) {
  .modal {
    padding: 50px 150px !important;
  }
}
.modal p {
  line-height: 1.2em;
}
.modal strong {
  font-weight: 900;
}

.close-modal,
.close-modal-bottom {
  display: block;
  background: none !important;
  text-indent: -9999px !important;
}
.close-modal:after,
.close-modal-bottom:after {
  position: absolute !important;
  top: 0;
  right: 0;
  display: block !important;
  content: "\f057" !important;
  font-family: FontAwesome !important;
  font-size: 1.8em;
  color: #aaa;
  text-indent: 0 !important;
  transition: all 0.15s ease;
}
.close-modal:hover:after,
.close-modal-bottom:hover:after {
  color: #666;
}

.close-modal {
  top: 15px !important;
  right: 15px !important;
}

.close-modal-bottom {
  position: absolute;
  right: 15px !important;
  bottom: 30px !important;
}

.newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000000;
}
@media screen and (min-width: 1000px) {
  .newsletter-popup {
    padding: 0 50px;
  }
}
.newsletter-popup.show {
  opacity: 1;
  visibility: visible;
}
.newsletter-popup.show .newsletter-popup-content {
  transform: scale(1);
}
.newsletter-popup .newsletter-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.newsletter-popup .newsletter-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 2em;
  line-height: 1;
  color: inherit;
  cursor: pointer;
  opacity: 0.6;
  background: transparent;
  border: none;
  z-index: 100 !important;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1000px) {
  .newsletter-popup .newsletter-popup-close {
    right: 20px;
  }
}
.newsletter-popup .newsletter-popup-close:hover {
  opacity: 1;
}
.newsletter-popup .newsletter-popup-content-wrap {
  position: relative;
  max-width: 575px;
  width: 90%;
  padding: 20px 20px 30px 20px;
  font-size: 0.95em;
  text-align: center;
  transform: scale(0.9);
  transition: transform 0.3s ease;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 575px) {
  .newsletter-popup .newsletter-popup-content-wrap {
    padding: 40px;
    font-size: 1em;
  }
}
@media screen and (min-width: 650px) {
  .newsletter-popup .newsletter-popup-content-wrap {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1000px) {
  .newsletter-popup .newsletter-popup-content-wrap {
    width: 100%;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1000px) {
  .newsletter-popup .newsletter-popup-content-wrap .newsletter-popup-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.newsletter-popup .newsletter-popup-content-wrap img {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto 10px auto;
}
@media screen and (min-width: 575px) {
  .newsletter-popup .newsletter-popup-content-wrap img {
    margin: 0 auto 30px auto;
  }
}
@media screen and (min-width: 1000px) {
  .newsletter-popup .newsletter-popup-content-wrap img {
    max-width: none;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .newsletter-popup .newsletter-popup-content-wrap .newsletter-popup-text {
    grid-row-start: 1;
    text-align: left;
  }
}
.newsletter-popup .newsletter-popup-content-wrap h2 {
  margin: 0 0 10px 0;
  font-size: 1.75em;
}
@media screen and (min-width: 650px) {
  .newsletter-popup .newsletter-popup-content-wrap h2 {
    margin: 0 0 17px 0;
  }
}
@media screen and (min-width: 1000px) {
  .newsletter-popup .newsletter-popup-content-wrap h2 {
    margin: 0 0 20px 0;
    font-size: 2.25em;
  }
}
.newsletter-popup .newsletter-popup-content-wrap p {
  line-height: 1.5em;
}
@media screen and (min-width: 650px) {
  .newsletter-popup .newsletter-popup-content-wrap p {
    margin: 0 0 25px 0;
    font-size: 0.95em;
  }
}
@media screen and (min-width: 1000px) {
  .newsletter-popup .newsletter-popup-content-wrap p {
    line-height: 1.7em;
  }
}
.newsletter-popup .newsletter-popup-content-wrap .button, .newsletter-popup .newsletter-popup-content-wrap input[type=submit] {
  margin: 0 !important;
}
@media screen and (min-width: 1000px) {
  .newsletter-popup .newsletter-popup-content-wrap .button, .newsletter-popup .newsletter-popup-content-wrap input[type=submit] {
    font-size: 0.825em !important;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.newsletter-popup.show .newsletter-popup-content-wrap {
  animation: slideUp 0.4s ease forwards;
}

.internal-nav-menu {
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 50px auto;
  box-sizing: border-box;
  padding: 5px 20px;
  line-height: 1.8em;
  border-top: 1px solid #d0d3b5;
  border-bottom: 1px solid #d0d3b5;
  background: #fff;
}
.internal-nav-menu.fixed {
  position: sticky;
  top: 60px;
  z-index: 100000;
}
@media screen and (min-width: 1100px) {
  .internal-nav-menu.fixed {
    top: 80px;
  }
}
@media screen and (min-width: 1300px) {
  .internal-nav-menu.fixed {
    top: 100px;
  }
}
.internal-nav-menu a {
  text-transform: uppercase;
  font-size: 0.85em;
  text-decoration: none !important;
}
.internal-nav-menu span {
  display: inline-block;
  margin: 0 3px;
  opacity: 0.5;
}
.internal-nav-menu span:last-child {
  display: none;
}

@media screen and (min-width: 1000px) {
  .has-sidebar .internal-nav-menu {
    justify-content: flex-start;
    padding: 5px 0;
  }
}
.has-sidebar .internal-nav-menu.fixed {
  top: 125px;
}
@media screen and (min-width: 1000px) {
  .has-sidebar .internal-nav-menu.fixed {
    top: 60px;
    right: 0;
  }
}
@media screen and (min-width: 1100px) {
  .has-sidebar .internal-nav-menu.fixed {
    top: 80px;
  }
}
@media screen and (min-width: 1300px) {
  .has-sidebar .internal-nav-menu.fixed {
    top: 100px;
  }
}

.pagination {
  max-width: 1400px;
  margin: 0 auto 50px auto;
  font-size: 0.9em;
}

.wp-pagenavi {
  margin: 0 auto;
  color: #434628;
}
.wp-pagenavi .pages {
  margin-right: 10px;
  padding-left: 0;
  font-weight: 400;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  width: auto;
  font-weight: 500;
  color: #434628;
  border-radius: 3px;
  border: 0;
}
.wp-pagenavi a:hover {
  background: #006d5f;
  color: #fff;
}
.wp-pagenavi .current {
  padding: 6px 9px 5px 9px;
  background: #006d5f;
  color: #fff;
}

.press-releases {
  max-width: 1000px;
  margin: 0 auto 30px auto;
  padding: 0 20px 20px 20px;
}
.press-releases h2 {
  margin: 0 0 40px 0;
}
.press-releases .press-release {
  margin-bottom: 30px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e2e2d2;
}
.press-releases .press-release:last-of-type {
  margin: 0;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 650px) {
  .press-releases .press-release {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 30px;
    margin-bottom: 35px;
    padding: 0 0 30px 0;
  }
}
.press-releases .press-release img {
  display: block;
  transition: all 0.15s ease;
}
@media screen and (min-width: 650px) {
  .press-releases .press-release img {
    margin: 6px 0 5px 0;
  }
}
.press-releases .press-release img:hover {
  opacity: 0.85;
}
.press-releases .press-release .content {
  padding: 25px 0 0 0;
}
@media screen and (min-width: 650px) {
  .press-releases .press-release .content {
    padding: 0;
  }
}
.press-releases .press-release .date {
  margin: 0 0 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  .press-releases .press-release .date {
    font-size: 0.8em;
  }
}
.press-releases .press-release h3 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
  font-weight: 700;
  font-family: "noto-sans", sans-serif;
  line-height: 1.3em;
}
@media screen and (min-width: 1000px) {
  .press-releases .press-release h3 {
    font-size: 1.3em;
  }
}
.press-releases .press-release p {
  margin: 0;
}
.press-releases .press-release .more-link {
  display: inline-block;
  font-size: 0.85em;
  text-transform: uppercase;
  transition: all 0.15s ease;
}

.has-sidebar .press-releases {
  padding-right: 0;
  padding-left: 0;
}

.publications-with-dropdown-select {
  margin: 0 0 50px 0;
}
.publications-with-dropdown-select .content {
  max-width: 800px;
  margin: 0 auto;
  padding: 25px 20px 35px 20px;
  border: 1px solid #cfcfbc;
}
@media screen and (min-width: 650px) {
  .publications-with-dropdown-select .content {
    padding: 35px 30px 45px 30px;
  }
}
@media screen and (min-width: 650px) {
  .publications-with-dropdown-select .content.has-image {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 50px;
  }
}
.publications-with-dropdown-select .content.has-image select {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 650px) {
  .publications-with-dropdown-select .content.has-image select {
    margin: 0;
  }
}
.publications-with-dropdown-select .content.no-border {
  padding-bottom: 20px;
  border: 0;
}
.publications-with-dropdown-select .content.centered-content {
  text-align: center;
}
.publications-with-dropdown-select select {
  width: auto;
  min-width: 200px;
  margin: 0;
  font-size: 1.1em;
}
@media screen and (min-width: 1000px) {
  .publications-with-dropdown-select select {
    font-size: 0.9em;
  }
}
.publications-with-dropdown-select .image {
  margin: 0;
}

.mobile-menu-wrap.fixed {
  margin-bottom: 95px;
}
.mobile-menu-wrap.fixed .mobile-menu-toggle {
  position: fixed;
  top: 60px;
  width: 100%;
}
.mobile-menu-wrap.fixed nav.mobile-menu {
  position: fixed;
  top: 122px;
  width: 100%;
  max-height: 65vh !important;
  overflow: scroll;
  z-index: 1000000000;
}

.mobile-menu-toggle {
  position: relative;
  display: block;
  margin: 0;
  box-sizing: border-box;
  padding: 20px 60px 20px 30px;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff !important;
  background: #00554a;
  cursor: pointer;
  z-index: 100000;
}
@media screen and (min-width: 1000px) {
  .mobile-menu-toggle {
    display: none;
  }
}
.mobile-menu-toggle:after {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 22px;
  font-family: FontAwesome;
  content: "\f078";
  font-weight: 100;
}
.mobile-menu-toggle.active:after {
  content: "\f077";
}

nav.mobile-menu {
  display: none;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  nav.mobile-menu {
    display: none !important;
  }
}
nav.mobile-menu ul.sidebar-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  background: #00554a;
}
nav.mobile-menu ul.sidebar-menu li {
  margin: 0;
  padding: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
nav.mobile-menu ul.sidebar-menu li a {
  display: block;
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.95em;
  color: #fff;
}
.social {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.social a {
  display: block;
  margin: 0 20px 0 0;
  font-size: 48px;
  color: #00554a;
}
@media screen and (min-width: 1000px) {
  .social a {
    font-size: 2.5em;
  }
}
.social a:hover {
  color: #007465;
}
.social a span {
  position: absolute;
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.staff-members .content {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1400px;
  margin: 30px auto;
}
@media screen and (min-width: 1000px) {
  .staff-members .content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.staff-members .content:after {
  content: "";
  display: table;
  clear: both;
}
.staff-members .staff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 20px;
  margin: 0 0 40px 0;
}
@media screen and (min-width: 650px) {
  .staff-members .staff-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .staff-members .staff-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1300px) {
  .staff-members .staff-grid {
    grid-gap: 35px 48px;
  }
}
.staff-members .staff-grid a.staff-member {
  font-weight: 400;
  color: #434628;
  transition: all 0.15s ease;
}
.staff-members .staff-grid a.staff-member:hover img {
  opacity: 0.85;
}
.staff-members .staff-grid img {
  display: block;
  margin: 0 0 10px 0;
  transition: all 0.15s ease;
}
.staff-members .staff-grid h3 {
  margin: 0 0 5px 0;
  font-size: 1em;
  font-family: "noto-sans", sans-serif;
  color: #434628;
}
@media screen and (min-width: 1300px) {
  .staff-members .staff-grid h3 {
    font-size: 1.1em;
  }
}
.staff-members .staff-grid h4 {
  display: block;
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  color: #434628;
  font-size: 0.95em;
}
@media screen and (min-width: 1300px) {
  .staff-members .staff-grid h4 {
    font-size: 1em;
  }
}

.text-block table,
.dt-container table {
  width: 100%;
  margin: 30px 0;
  font-size: 0.9em;
  background: #f5f5f5;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.text-block table thead,
.text-block table tfoot,
.dt-container table thead,
.dt-container table tfoot {
  vertical-align: top;
  font-weight: 900;
  color: #fff;
  background: #00554a !important;
  border: 0;
}
.text-block table tr,
.dt-container table tr {
  border: 0;
}
@media screen and (max-width: 649px) {
  .text-block table tr,
  .dt-container table tr {
    border-bottom: 1px solid #f5f5f5;
  }
}
.text-block table tr:nth-of-type(2n+2),
.dt-container table tr:nth-of-type(2n+2) {
  background: #fff;
}
.text-block table td, .text-block table th,
.dt-container table td,
.dt-container table th {
  vertical-align: top;
}
@media screen and (min-width: 650px) {
  .text-block table td, .text-block table th,
  .dt-container table td,
  .dt-container table th {
    padding: 15px 25px !important;
  }
}
.text-block table td,
.dt-container table td {
  width: auto !important;
}
@media screen and (max-width: 649px) {
  .text-block table td:before,
  .dt-container table td:before {
    padding: 10px 15px;
    color: #fff;
    background: #00554a !important;
  }
  .text-block table td span,
  .dt-container table td span {
    padding: 10px 15px;
  }
}
.text-block table ul,
.dt-container table ul {
  margin: 0 !important;
  list-style-position: inside;
}

.tabs-wrap {
  position: relative;
  margin: 30px auto;
}
.tabs-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .tabs-wrap {
    margin: 40px auto;
  }
}
.tabs-wrap .tabs-nav {
  display: block;
  position: relative;
  margin: 0 0 -1px 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 0;
  border-radius: 10px 10px 0 0;
  z-index: 100;
}
.tabs-wrap .tabs-nav li {
  display: block;
  position: relative;
  top: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
}
.tabs-wrap .tabs-nav li:last-of-type {
  margin: 0;
}
.tabs-wrap .tabs-nav li a {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  height: 100%;
  margin-right: 1px;
  margin-bottom: -20px;
  padding: 10px 20px 30px 20px;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  background: #00554a;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.2);
}
.tabs-wrap .tabs-nav li a:hover {
  background: #006d5f;
}
.tabs-wrap .tabs-nav li a:before {
  margin-left: -5px;
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f0da";
  font-weight: 400 !important;
}
.tabs-wrap .tabs-nav li.ui-tabs-active a {
  font-weight: 700;
  color: #434628;
  cursor: text;
  background: #fff;
  border-color: #ccc;
  border-bottom-color: #fff;
}
.tabs-wrap .tabs-nav li.ui-tabs-active a:before {
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f0d7";
  font-weight: 400 !important;
}
@media screen and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs {
    display: flex !important;
    align-items: stretch;
  }
}
@media screen and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs li a {
    display: block;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 0.9em;
    box-shadow: none;
  }
}
@media screen and (min-width: 650px) and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs li a:before {
    padding-right: 0 !important;
    content: none !important;
  }
}
.tabs-wrap .tabs-panel {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 0;
}
.tabs-wrap .tabs-panel:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .tabs-wrap .tabs-panel {
    padding: 30px;
  }
}
.tabs-wrap .tabs-panel p:last-of-type {
  margin: 0;
}
.tabs-wrap .tabs-panel .button-row {
  margin-bottom: 0;
}

.heads {
  margin: 0 auto 30px auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .heads {
    margin-bottom: 50px;
  }
}
.heads h1 {
  margin: 0;
}
.heads h2 {
  max-width: 800px;
  margin: 10px auto 0 auto;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 400 !important;
  font-family: "noto-sans", sans-serif;
}
@media screen and (min-width: 650px) {
  .heads h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  .heads h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 1200px) {
  .heads h2 {
    font-size: 1.4em;
  }
}
.heads.left {
  text-align: left;
}

.text-block {
  max-width: 800px;
  margin: 0 auto 30px auto;
}
.text-block:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .text-block {
    margin: 0 auto 40px auto;
  }
}
.text-block p:last-child {
  margin-bottom: 0;
}
.text-block .button-row {
  margin-bottom: 0;
}

.highlight {
  padding: 30px !important;
  background: #f9f9f0;
  border: 1px solid #e2e2d2;
}
.highlight p:last-child {
  margin-bottom: 5px;
}
.highlight ul:last-child, .highlight ol:last-child {
  margin-bottom: 0;
}

.intro-block {
  max-width: 1000px;
  margin: 0 auto 30px auto;
  font-size: 1.3em;
  font-family: "calluna", serif;
  color: #00554a;
}
@media screen and (min-width: 1000px) {
  .intro-block {
    font-size: 1.75em;
  }
}
.intro-block.has-dropcap {
  max-width: 880px;
  text-align: left !important;
  font-size: 1.2em;
  font-family: "noto-sans", sans-serif;
  color: #434628;
}
@media screen and (min-width: 1000px) {
  .intro-block.has-dropcap {
    font-size: 1.3em;
  }
}
.intro-block.has-dropcap p {
  line-height: 1.5em;
}
.intro-block.has-dropcap p:first-of-type:first-letter {
  float: left;
  padding: 10px 8px 0 0;
  font-size: 3.25em;
  color: #00554a;
  font-family: "calluna", serif;
  font-weight: 900;
}
.intro-block.left {
  text-align: left;
}
.intro-block.center {
  text-align: center;
}
.intro-block p {
  line-height: 1.4em;
}
.intro-block p:last-child {
  margin: 0;
}

h1 {
  margin: 0 0 25px 0;
  line-height: 1.1em;
  font-size: 1.6em;
  font-weight: 900;
  font-family: "calluna", serif;
  color: #00554a;
}
@media screen and (min-width: 650px) {
  h1 {
    font-size: 2.1em;
  }
}
@media screen and (min-width: 1000px) {
  h1 {
    margin: 0 0 25px 0;
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 3.1em;
  }
}

h2 {
  margin: 0 0 20px 0;
  line-height: 1.1em;
  font-size: 1.5em;
  font-family: "calluna", serif;
  font-weight: 900;
  color: #00554a;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1400px) {
  h2 {
    font-size: 2em;
  }
}
h2.prominent-head {
  font-size: 1.8em;
}
@media screen and (min-width: 650px) {
  h2.prominent-head {
    font-size: 2.1em;
  }
}
@media screen and (min-width: 1000px) {
  h2.prominent-head {
    margin: 0 0 25px 0;
    font-size: 2.25em;
  }
}
@media screen and (min-width: 1200px) {
  h2.prominent-head {
    font-size: 2.7em;
  }
}
h2.standalone-head {
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.head-center {
  text-align: center;
}

.pre-head {
  margin: 0 0 20px 0;
  font-size: 0.9em;
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.6em;
}

h3 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 1.4em;
  font-family: "calluna", serif;
  font-weight: 900;
  color: #00554a;
}
@media screen and (min-width: 650px) {
  h3 {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1000px) {
  h3 {
    font-size: 1.8em;
  }
}

h4 {
  margin: 0 0 15px 0;
  line-height: 1.2em;
  font-size: 1em;
  font-family: "calluna", serif;
  font-weight: 900;
  color: #00554a;
}
@media screen and (min-width: 1000px) {
  h4 {
    font-size: 1.1em;
  }
}

p {
  margin: 0 0 20px 0;
  line-height: 1.7em;
}

strong {
  font-weight: 700;
}

a {
  color: #00554a;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.15s ease;
}
a:hover {
  color: #006d5f;
}

/*.anchor-target::before {
	position: relative;
    display: block;
    content: "";
    height: 1px;
    width: 1px;
    padding-top: 40px;
    margin-top: -40px;
   	visibility: hidden;
    z-index: -1000;

    @include responsive-min($large) {
    	padding-top: 70px;
   		margin-top: -70px;
    }
}*/
h1 a, h2 a, h3 a, h4 a {
  font-weight: inherit;
  color: inherit;
}

main ul,
main ol {
  display: table;
  margin: 20px 1.2em 10px 1.2em;
}

main ul li,
main ol li {
  margin: 0 0 12px 0;
  line-height: 1.5em;
}

main ul ul,
main ol ol,
main ul ol,
main ol ul {
  margin: 10px 0 10px 1em;
}

main ul ul li,
main ol ul li {
  list-style-type: square;
}

main ol ol li,
main ul ol li {
  list-style-type: lower-alpha;
}

hr {
  clear: both;
  height: 0 !important;
  margin: 30px 0 !important;
  border-top: 1px solid #434628 !important;
  background: #434628 !important;
  opacity: 0.3;
}

.blog-cards-grid .card {
  font-size: 0.9em;
}
@media screen and (min-width: 1000px) {
  .blog-cards-grid .card {
    font-size: 1em;
  }
}
.blog-cards-grid .card:hover h2 {
  color: #006d5f;
}
.blog-cards-grid .card h2 {
  margin: 0 0 15px 0;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .blog-cards-grid .card h2 {
    font-size: 1.5em;
  }
}
.blog-cards-grid .card .date-author {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media screen and (min-width: 1000px) {
  .blog-cards-grid .card .date-author {
    font-size: 0.75em;
  }
}
.blog-cards-grid .card img {
  width: 100%;
  aspect-ratio: 760/560;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#comments {
  clear: both;
}
#comments #respond {
  margin: 30px 0;
}
@media screen and (min-width: 1000px) {
  #comments #respond {
    padding-top: 30px;
    border-top: 1px solid #e2e2d2;
  }
}
#comments #respond h3#reply-title {
  margin: 0 0 10px 0;
  font-size: 2em;
}
#comments #respond .comment-notes {
  font-style: italic;
  font-weight: 300;
  font-size: 0.9em;
  color: #666;
  line-height: 1.4em;
}
#comments #respond input[type=text],
#comments #respond input[type=email],
#comments #respond input[type=password],
#comments #respond textarea {
  margin-bottom: 20px;
  border-radius: 6px !important;
}
#comments #respond textarea {
  border-radius: 6px 6px 0 6px !important;
}
#comments #respond .comment-form-cookies-consent {
  margin: 30px 0;
}
#comments #respond .comment-form-cookies-consent input {
  margin-right: 4px;
}
#comments #respond .comment-form-cookies-consent label {
  text-transform: none;
  font-weight: 400;
  font-size: 0.9em;
}
#comments #respond #submit {
  margin-top: 20px;
}
#comments #respond #submit:hover {
  background: #006d5f;
}
#comments #comments {
  margin: 0;
  font-size: 0.95em;
}
#comments #comments p {
  margin: 0 0 10px 0;
}
#comments #comments .comments-count {
  margin: 20px 0;
  font-size: 2em;
}
#comments #comments #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.5em;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "noto-sans", sans-serif;
  color: #00554a;
}
#comments #comments #cancel-comment-reply-link:hover {
  color: #006d5f;
}
#comments ol.commentlist {
  display: block;
  margin: 0 0 10px 0;
}
#comments ol.commentlist li {
  margin: 0;
  padding: 20px 20px 0 0;
  list-style-type: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#comments ol.commentlist li.comment div.vcard {
  position: relative;
}
#comments ol.commentlist li.comment div.vcard cite.fn {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  color: #434628;
}
#comments ol.commentlist li.comment div.vcard cite.fn a {
  font-weight: 500;
}
#comments ol.commentlist li.comment div.vcard img.avatar {
  float: left;
  margin: 0 14px 10px 0;
}
#comments ol.commentlist li.comment div.comment-meta {
  margin-bottom: 10px;
  font-size: 0.9em;
}
#comments ol.commentlist li.comment div.comment-meta a {
  color: #434628 !important;
  font-weight: normal;
}
#comments ol.commentlist li.comment div.reply a {
  display: inline-block;
  margin: 10px 0 20px 0;
  padding: 3px 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.04em;
  color: #fff;
  background: #00554a;
  border-radius: 6px;
}
#comments ol.commentlist li.comment div.reply a:hover {
  background: #006d5f;
}
#comments ol.commentlist li.comment div.reply a:after {
  display: inline-block;
  content: " ↑";
  margin: 0 0 0 5px;
}
#comments ol.commentlist li.comment ul.children {
  display: block;
  list-style: none;
  padding: 0 !important;
  margin: 0 0 0 20px !important;
}
#comments ol.commentlist li.comment ul.children li {
  border: 0;
}
#comments ol.commentlist li.comment ul.children li.bypostauthor {
  padding: 20px 20px 0 20px;
}

.page-template-blog-landing .main-content-wrap,
.archive .main-content-wrap {
  max-width: 2000px !important;
}
@media screen and (min-width: 1000px) {
  .page-template-blog-landing .main-content-wrap,
  .archive .main-content-wrap {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .page-template-blog-landing .main-content-wrap,
  .archive .main-content-wrap {
    margin-top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-blog-landing .main-content-wrap,
  .archive .main-content-wrap {
    margin-top: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-blog-landing .main-content-wrap .main-content,
  .archive .main-content-wrap .main-content {
    grid-template-columns: 1fr 4fr;
  }
}
@media screen and (min-width: 2000px) {
  .page-template-blog-landing .main-content-wrap .main-content,
  .archive .main-content-wrap .main-content {
    grid-template-columns: 2fr 9fr;
  }
}
.page-template-blog-landing .main-content-wrap article,
.archive .main-content-wrap article {
  max-width: none;
}
.page-template-blog-landing h1,
.archive h1 {
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .page-template-blog-landing h1,
  .archive h1 {
    margin: 0 0 50px 0;
  }
}
.page-template-blog-landing .cards-grid,
.archive .cards-grid {
  margin-top: 30px;
}
@media screen and (min-width: 575px) {
  .page-template-blog-landing .cards-grid,
  .archive .cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-blog-landing .cards-grid,
  .archive .cards-grid {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-blog-landing .cards-grid,
  .archive .cards-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-blog-landing .cards-grid,
  .archive .cards-grid {
    grid-gap: 40px;
  }
}
.page-template-blog-landing .cards-grid .card,
.archive .cards-grid .card {
  font-size: 0.9em;
}
@media screen and (min-width: 1000px) {
  .page-template-blog-landing .cards-grid .card,
  .archive .cards-grid .card {
    font-size: 1em;
  }
}
.page-template-blog-landing .cards-grid .card:hover h2,
.archive .cards-grid .card:hover h2 {
  color: #006d5f;
}
.page-template-blog-landing .cards-grid .card h2,
.archive .cards-grid .card h2 {
  margin: 0 0 15px 0;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .page-template-blog-landing .cards-grid .card h2,
  .archive .cards-grid .card h2 {
    font-size: 1.5em;
  }
}
.page-template-blog-landing .cards-grid .card .date-author,
.archive .cards-grid .card .date-author {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media screen and (min-width: 1000px) {
  .page-template-blog-landing .cards-grid .card .date-author,
  .archive .cards-grid .card .date-author {
    font-size: 0.75em;
  }
}

@media screen and (min-width: 450px) {
  .archive.author h1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.archive.author h1 img.avatar {
  display: block;
  width: 50px;
  margin: 0 auto 10px auto;
  border-radius: 50%;
}
@media screen and (min-width: 450px) {
  .archive.author h1 img.avatar {
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 650px) {
  .archive.author h1 img.avatar {
    width: 65px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .archive.author h1 img.avatar {
    width: 75px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .archive.author h1 img.avatar {
    width: 100px;
  }
}

.mobile-blog-sidebar-toggle {
  position: relative;
  display: block;
  margin: 0;
  box-sizing: border-box;
  padding: 20px 60px 20px 30px;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff !important;
  background: #00554a;
  cursor: pointer;
  z-index: 100000;
}
@media screen and (min-width: 1000px) {
  .mobile-blog-sidebar-toggle {
    display: none;
  }
}
.mobile-blog-sidebar-toggle:after {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 22px;
  font-family: FontAwesome;
  content: "\f078";
  font-weight: 100;
}
.mobile-blog-sidebar-toggle.active:after {
  content: "\f077";
  top: 24px;
}

aside.blog-sidebar {
  font-size: 0.9em;
}
@media screen and (min-width: 1000px) {
  aside.blog-sidebar {
    font-size: 1em;
  }
}
@media screen and (max-width: 999px) {
  aside.blog-sidebar {
    display: none;
    padding: 0 20px 10px 20px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25) !important;
  }
}
@media screen and (min-width: 1000px) {
  aside.blog-sidebar {
    margin-top: 15px;
  }
}
aside.blog-sidebar a.back-to-blog {
  display: block;
  max-width: 400px;
  margin: 20px auto 0 auto;
  padding: 15px;
  text-align: center;
  font-size: 0.85em;
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #434628;
  border-radius: 10px;
  border: 1px solid #8e9175;
}
@media screen and (min-width: 1000px) {
  aside.blog-sidebar a.back-to-blog {
    margin: 20px 0 30px 0;
    font-size: 0.75em;
  }
}
aside.blog-sidebar a.back-to-blog:hover {
  color: #fff;
  background: #007465;
  border-color: #007465;
  opacity: 1;
}
aside.blog-sidebar .blog-categories {
  padding-bottom: 10px !important;
}
aside.blog-sidebar .blog-sidebar-subscribe .button, aside.blog-sidebar .blog-sidebar-subscribe input[type=submit] {
  margin: 0 0 5px 0 !important;
}

.post-template-single-post-awesome .awesome-cover {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .post-template-single-post-awesome .awesome-cover figure {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1300px) {
  .post-template-single-post-awesome .awesome-cover figure {
    margin-top: -100px;
  }
}
.post-template-single-post-awesome .awesome-cover figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 1099px) {
  .post-template-single-post-awesome .awesome-cover figure img {
    height: auto !important;
  }
}
.post-template-single-post-awesome .awesome-cover figure .awesome-caption {
  padding: 5px 20px;
  font-size: 0.8em;
  font-weight: 400;
  color: #434628;
}
@media screen and (min-width: 800px) {
  .post-template-single-post-awesome .awesome-cover figure .awesome-caption {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .post-template-single-post-awesome .awesome-cover figure .awesome-caption {
    width: 50%;
  }
}
.post-template-single-post-awesome .awesome-cover figure .awesome-caption span {
  font-size: 0.85em;
  color: #434628;
}
.post-template-single-post-awesome .awesome-cover h1 {
  max-width: 630px;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: 1.2em;
  font-size: 2em;
  text-align: center;
}
@media screen and (min-width: 650px) {
  .post-template-single-post-awesome .awesome-cover h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1300px) {
  .post-template-single-post-awesome .awesome-cover h1 {
    font-size: 3em;
  }
}
.post-template-single-post-awesome .awesome-cover.awesome-cover-none h1 {
  max-width: 1400px;
  box-sizing: border-box;
  padding: 30px 20px 0 20px;
}
@media screen and (min-width: 650px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-none h1 {
    padding: 30px 40px 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-none h1 {
    padding: 50px 40px 0 40px;
  }
}
.post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen {
  display: grid;
}
.post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads {
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 650px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1 {
    position: absolute;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    text-align: center;
  }
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-top, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-top, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-top {
    top: 12%;
  }
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-middle, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-middle, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-middle {
    top: 35%;
  }
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-bottom, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-bottom, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-bottom {
    bottom: 17.5%;
  }
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-white {
    color: #fff;
  }
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-black {
    color: #434628;
  }
}
@media screen and (min-width: 1000px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1 {
    margin: 0 !important;
  }
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-top, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-middle, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-bottom {
    left: 5% !important;
  }
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-top, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-middle, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-bottom {
    left: 50%;
    width: 600px;
    margin-left: -300px !important;
  }
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-top, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-middle, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-bottom {
    right: 5% !important;
    left: auto;
  }
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-white {
    color: #fff;
  }
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-black {
    color: #434628;
  }
}
@media screen and (min-width: 1600px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-left-bottom, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-center-bottom, .post-template-single-post-awesome .awesome-cover.awesome-cover-full-screen .awesome-heads h1.title-right-bottom {
    bottom: 15%;
  }
}
@media screen and (min-width: 800px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen {
    display: grid;
    grid-template-columns: [col] 1fr [col] 1fr;
  }
}
.post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen figure {
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen figure {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1300px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen figure {
    margin-top: -100px;
  }
}
.post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen img {
  margin-bottom: -40%;
}
@media screen and (min-width: 800px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen img {
    margin-bottom: 0;
  }
}
.post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen.img-right figure {
  grid-column: col 2/span 1;
  grid-row: row 1;
}
.post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen.img-right .awesome-heads {
  grid-column: col 1/span 1;
  grid-row: row 1;
}
.post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen.img-right .awesome-caption {
  text-align: right;
}
.post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen.img-right .awesome-caption:before {
  left: -100%;
}
.post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen .awesome-caption {
  position: relative;
  width: 100%;
  margin-top: 40%;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen .awesome-caption {
    margin-top: 0;
  }
  .post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen .awesome-caption:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 200%;
    height: 1px;
    background: #ccc;
  }
}
.post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen .awesome-heads {
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 650px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen .awesome-heads {
    padding: 30px 40px 0 40px;
  }
}
@media screen and (min-width: 800px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen .awesome-heads {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: -5%;
    padding: 0 50px;
  }
}
@media screen and (min-width: 650px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen .awesome-heads .awesome-summary {
    text-align: center;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 800px) {
  .post-template-single-post-awesome .awesome-cover.awesome-cover-split-screen .awesome-heads .awesome-summary {
    font-weight: 300;
  }
}
.post-template-single-post-awesome .awesome-summary {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  line-height: 1.4em;
  color: #434628;
}
@media screen and (min-width: 800px) {
  .post-template-single-post-awesome .awesome-summary {
    text-align: left;
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1200px) {
  .post-template-single-post-awesome .awesome-summary {
    font-size: 1.5em;
  }
}
.post-template-single-post-awesome .awesome-byline-date {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding: 30px 20px;
}
.post-template-single-post-awesome .awesome-byline-date strong {
  display: block;
  margin-bottom: 5px;
}
.post-template-single-post-awesome .awesome-byline-date strong a {
  text-decoration: none;
  color: #434628;
  border-bottom: 1px solid #ccc;
}
.post-template-single-post-awesome .awesome-byline-date strong a:hover {
  border-bottom-color: #434628;
}
.post-template-single-post-awesome .awesome-byline-date span {
  font-size: 0.9em;
  font-weight: 400;
  color: #434628;
}
.post-template-single-post-awesome .awesome-byline-date .awesome-comments-count {
  float: right;
  display: inline-block;
  margin-top: 3px;
  border-radius: 4px;
}
.post-template-single-post-awesome .awesome-byline-date .awesome-comments-count a {
  position: relative;
  display: block;
  padding: 2px 15px;
  text-decoration: none;
  font-weight: 300 !important;
  color: #fff;
  background: #ccc;
  border-radius: 4px;
}
.post-template-single-post-awesome .awesome-byline-date .awesome-comments-count a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ccc;
  border-bottom: 0;
  border-left: 0;
  margin-left: -3px;
  margin-bottom: -6px;
}
.post-template-single-post-awesome .awesome-article {
  margin: 0 auto 30px auto;
}
.post-template-single-post-awesome .awesome-article .awesome-text-block {
  max-width: 650px;
  margin: 0 auto;
  padding: 10px 20px;
}
.post-template-single-post-awesome .awesome-article .awesome-text-block p {
  font-size: 1.05em;
  font-weight: 400;
  color: #434628;
}
@media screen and (min-width: 1200px) {
  .post-template-single-post-awesome .awesome-article .awesome-text-block p {
    font-size: 1.15em;
    font-weight: 400;
    color: #434628;
  }
}
.post-template-single-post-awesome .awesome-article .awesome-text-block p:last-of-type {
  margin: 0;
}
.post-template-single-post-awesome .awesome-article .awesome-text-block.awesome-drop-cap p:first-child:first-letter {
  float: left;
  display: inline-block;
  padding: 9px 8px 8px 0;
  font-size: 4.5em;
  font-weight: 500;
  font-family: "calluna", serif;
  color: #00554a;
}
@-moz-document url-prefix() {
  .post-template-single-post-awesome .awesome-article .awesome-text-block.awesome-drop-cap p:first-child:first-letter {
    margin-top: -2px;
    padding: 0 8px 0 0;
  }
}
.post-template-single-post-awesome .awesome-article .button-row {
  max-width: 650px;
  margin: 0 auto 30px auto;
  padding: 0 20px;
}
.post-template-single-post-awesome .awesome-article .fluid-width-video-wrapper {
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 2000px) {
  .post-template-single-post-awesome .awesome-article .fluid-width-video-wrapper {
    padding-top: 1050px !important;
  }
}
.post-template-single-post-awesome #comments {
  max-width: 650px !important;
  margin: 0 auto;
}

.single-post .main-content-wrap {
  max-width: 800px;
  margin: 20px auto;
}
@media screen and (min-width: 1000px) {
  .single-post .main-content-wrap {
    max-width: 1300px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .single-post .main-content-wrap {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1300px) {
  .single-post .main-content-wrap {
    margin-top: 140px;
  }
}
.single-post .main-content {
  margin-top: 0;
}
.single-post .main-content article {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  .single-post .main-content article {
    margin-top: 0;
  }
}
.single-post h1 {
  margin: 5px 0 25px 0;
}
@media screen and (min-width: 1400px) {
  .single-post h1 {
    font-size: 2.8em !important;
  }
}
.single-post .date-author-comments {
  margin: 0 0 25px 0;
  text-transform: uppercase;
  font-size: 0.8em;
}
.single-post .date-author-comments a {
  font-weight: 600;
}
.single-post .author-bio {
  margin: 85px 0 30px 0;
  padding: 20px;
  text-align: center;
  background: #f9f9f0;
  border: 1px solid #e2e2d2;
}
.single-post .author-bio img {
  display: inline-block;
  width: 110px;
  margin: -75px 0 10px 0;
  border-radius: 50%;
  transition: all 0.15s ease;
}
.single-post .author-bio a.avatar-link img:hover {
  opacity: 0.85;
}
.single-post .author-bio .author-name {
  margin: 0 0 10px 0;
  font-weight: 900;
  font-size: 1.1em;
}
.single-post .author-bio .author-name a {
  font-weight: 900;
}
.single-post .author-bio .author-name a:hover {
  text-decoration: underline;
}
.single-post .author-bio p {
  margin: 0;
}
.single-post .author-bio.author-bio-sidebar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .single-post .author-bio.author-bio-sidebar {
    display: block;
  }
}
.single-post .author-bio.author-bio-sidebar p {
  font-size: 0.95em;
}
.single-post .author-bio.author-bio-main {
  margin: 100px 0 50px 0;
}
@media screen and (min-width: 800px) {
  .single-post .author-bio.author-bio-main {
    padding: 20px 40px 30px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .single-post .author-bio.author-bio-main {
    display: none;
  }
}

.home .home-intro {
  padding: 30px 20px 40px 20px;
}
@media screen and (min-width: 800px) {
  .home .home-intro {
    padding: 40px 40px 50px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-intro {
    padding: 40px;
  }
}
@media screen and (min-width: 1500px) {
  .home .home-intro {
    padding: 50px 40px;
  }
}
.home .home-intro .content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .home .home-intro .content {
    max-width: 1000px;
  }
}
.home .home-intro .content h2 {
  margin: 0 0 15px 0;
  font-size: 1.5em;
  line-height: 1.15em;
}
@media screen and (min-width: 650px) {
  .home .home-intro .content h2 {
    font-size: 1.65em;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-intro .content h2 {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-intro .content h2 {
    font-size: 2em;
  }
}
.home .home-intro .content p {
  margin: 0;
  line-height: 1.6em;
}
@media screen and (min-width: 650px) {
  .home .home-intro .content p {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-intro .content p {
    font-size: 1.3em;
  }
}
.home .home-blog {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .home .home-blog {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-blog {
    padding-top: 50px;
  }
}
.home .home-blog h2.blog-head {
  max-width: 1400px;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 1.8em;
}
@media screen and (min-width: 650px) {
  .home .home-blog h2.blog-head {
    font-size: 2.1em;
  }
}
@media screen and (min-width: 800px) {
  .home .home-blog h2.blog-head {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-blog h2.blog-head {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-blog h2.blog-head {
    font-size: 2.7em;
    margin-bottom: 50px;
  }
}
.home .home-blog .cards-grid {
  margin-top: 30px;
}
@media screen and (min-width: 575px) {
  .home .home-blog .cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-blog .cards-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .home .home-blog .cards-grid {
    grid-gap: 40px;
  }
}
.home .home-flexible-content {
  padding: 50px 0 40px 0;
}
.home .home-impact {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home .home-impact .content {
  position: relative;
  max-width: 450px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
  z-index: 100;
}
@media screen and (min-width: 800px) {
  .home .home-impact .content {
    max-width: 1600px;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-impact .content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 90px;
    padding-top: 80px;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .home .home-impact .content {
    grid-template-columns: 3fr 7fr;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.home .home-impact .content h2 {
  margin: 0 0 30px 0;
  font-size: 1.8em;
  color: #fff;
}
@media screen and (min-width: 650px) {
  .home .home-impact .content h2 {
    font-size: 2.1em;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-impact .content h2 {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-impact .content h2 {
    font-size: 2.7em;
  }
}
.home .home-impact .content h2 a {
  color: inherit;
}
.home .home-impact .content .set-apart {
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 650px) {
  .home .home-impact .content .set-apart {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-impact .content .set-apart {
    margin: 0;
    padding: 0 50px 0 0;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.home .home-impact .content .set-apart .button, .home .home-impact .content .set-apart input[type=submit] {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 650px) {
  .home .home-impact .content .set-apart .button, .home .home-impact .content .set-apart input[type=submit] {
    margin: 0;
  }
}
.home .home-impact .content .set-apart-items {
  display: grid;
  grid-gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 650px) {
  .home .home-impact .content .set-apart-items {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 800px) {
  .home .home-impact .content .set-apart-items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-impact .content .set-apart-items {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .home .home-impact .content .set-apart-items {
    grid-gap: 0;
  }
}
.home .home-impact .content a.set-apart-item {
  margin: 0;
  padding: 10px;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #fff;
  border-radius: 10px;
  transition: all 0.15s ease;
}
@media screen and (min-width: 800px) {
  .home .home-impact .content a.set-apart-item {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-impact .content a.set-apart-item {
    display: grid;
    grid-template-columns: 70px auto;
    grid-gap: 20px;
    align-items: center;
    height: 70px;
    margin-left: -10px;
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1400px) {
  .home .home-impact .content a.set-apart-item {
    font-size: 1.5em;
  }
}
.home .home-impact .content a.set-apart-item:hover {
  background: rgba(0, 0, 0, 0.2);
}
.home .home-impact .content a.set-apart-item:hover img {
  filter: brightness(130%);
}
.home .home-impact .content a.set-apart-item .set-apart-icon-wrap {
  margin-bottom: 10px;
}
@media screen and (min-width: 650px) {
  .home .home-impact .content a.set-apart-item .set-apart-icon-wrap {
    display: flex;
    align-items: center;
    height: 70px;
  }
}
.home .home-impact .content a.set-apart-item img {
  display: block;
  width: 70px;
  margin: 0 auto;
  transition: all 0.15s ease;
}
.home .home-impact .content .impact .button-row {
  justify-content: center;
  max-width: none;
}
@media screen and (min-width: 1000px) {
  .home .home-impact .content .impact .button-row {
    justify-content: flex-start;
  }
}
.home .home-impact .content .impact .button-row .button:last-of-type, .home .home-impact .content .impact .button-row input[type=submit]:last-of-type {
  margin-right: 0;
}
.home .home-impact .content .impact-items {
  display: grid;
  grid-gap: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 800px) {
  .home .home-impact .content .impact-items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 50px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-impact .content .impact-items {
    margin-bottom: 50px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-impact .content .impact-items {
    grid-gap: 10px 90px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 1400px) {
  .home .home-impact .content .impact-items {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px 60px;
  }
}
.home .home-impact .content .impact-items a.impact-item {
  padding: 10px 10px 20px 10px;
  color: #fff;
  border-radius: 10px;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1200px) {
  .home .home-impact .content .impact-items a.impact-item {
    padding: 10px 20px 20px 20px;
  }
}
.home .home-impact .content .impact-items a.impact-item:hover {
  background: rgba(0, 0, 0, 0.2);
}
.home .home-impact .content .impact-items a.impact-item span {
  display: block;
  margin: 0 0 10px 0;
  font-family: "calluna", serif;
  font-weight: 900;
  font-size: 3.5em;
}
.home .home-impact .content .impact-items a.impact-item p {
  margin: 0;
  line-height: 1.6em;
}
.home .home-impact .content .button, .home .home-impact .content input[type=submit] {
  color: #fff !important;
  border: 2px solid #fff !important;
}
.home .home-impact .content .button:hover, .home .home-impact .content input[type=submit]:hover {
  background: #fff !important;
  color: #00554a !important;
}
.home .home-impact span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 85, 74, 0.9);
  z-index: 10;
}
.home .what-we-do {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .home .what-we-do {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .home .what-we-do {
    padding-top: 50px;
  }
}
.home .what-we-do h2.what-we-do-head {
  margin: 0 auto !important;
  text-align: center;
  font-size: 1.8em;
}
@media screen and (min-width: 650px) {
  .home .what-we-do h2.what-we-do-head {
    font-size: 2.1em;
  }
}
@media screen and (min-width: 800px) {
  .home .what-we-do h2.what-we-do-head {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .home .what-we-do h2.what-we-do-head {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 1200px) {
  .home .what-we-do h2.what-we-do-head {
    font-size: 2.7em;
    margin-bottom: 50px;
  }
}
.home .what-we-do p.what-we-do-desc {
  max-width: 650px;
  margin: 20px auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .home .what-we-do p.what-we-do-desc {
    font-size: 1.1em;
  }
}
.home .what-we-do .featured-projects-grid {
  max-width: 1400px;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 1000px) {
  .home .what-we-do .featured-projects-grid {
    margin: 40px auto 0 auto;
  }
}
.home .home-events {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home .home-events .content {
  position: relative;
  max-width: 650px;
  padding-top: 100px;
  padding-bottom: 150px;
  color: #fff;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .home .home-events .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 120px;
    max-width: 1200px;
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .home .home-events .content {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.home .home-events .content h2 {
  font-size: 1.8em;
  color: #fff;
}
@media screen and (min-width: 650px) {
  .home .home-events .content h2 {
    font-size: 2.1em;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-events .content h2 {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 1200px) {
  .home .home-events .content h2 {
    font-size: 2.7em;
  }
}
.home .home-events .content h2 a {
  color: inherit;
}
.home .home-events .content h3 {
  color: #fff;
}
.home .home-events .content .events-list {
  margin-bottom: 0 !important;
  padding: 30px 0;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .home .home-events .content .events-list {
    padding-top: 0;
  }
}
.home .home-events .content .events-list a.event {
  display: block;
  margin: 0 0 30px 0;
  font-size: 0.95em;
}
.home .home-events .content .events-list a.event .event-date {
  background: none;
  border: 1px solid #fff;
}
.home .home-events .content .events-list a.event .event-date .event-calendar-date {
  padding: 3px 0;
  font-size: 2em;
  line-height: 1em;
  font-weight: 900;
}
.home .home-events .content .events-list a.event:hover .event-date {
  color: #00554a;
  background: #fff;
}
.home .home-events .content .events-list a.event .event-details {
  font-weight: 400;
  color: #fff;
}
.home .home-events .content .events-list a.event .event-details h3 {
  margin-top: 1px;
  font-weight: 700;
}
.home .home-events .content .events-list a.event .event-details i {
  color: #fff;
}
.home .home-events .content .no-events {
  padding: 0 0 20px 0 !important;
  background: none;
  border: 0;
}
.home .home-events span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 85, 74, 0.6);
  z-index: 10;
}

.page-template-projects-landing .main-content-wrap {
  margin-top: 0;
  padding: 0;
}
.page-template-projects-landing .main-content {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .main-content {
    display: grid;
    grid-template-columns: 300px auto;
    grid-gap: 70px;
    padding: 40px !important;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .main-content {
    grid-template-columns: 330px auto;
    grid-gap: 90px;
  }
}
.page-template-projects-landing aside {
  position: relative;
  margin: 0;
  font-family: "noto-sans", sans-serif;
  font-weight: 500;
  color: #434628;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing aside {
    margin: 0 0 0 0;
    padding: 0;
    background: none;
  }
}
.page-template-projects-landing aside .reset-filters-button {
  display: block;
  width: 100%;
  background: #00554a !important;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing aside .reset-filters-button {
    width: auto;
    color: #00554a !important;
    background: none !important;
  }
}
.page-template-projects-landing .results-count-filter-toggle-wrap {
  display: grid;
  grid-template-columns: auto 145px;
  align-items: center;
  padding: 0 0 0 20px;
  background: #e2e2d2;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .results-count-filter-toggle-wrap {
    display: none;
  }
}
.page-template-projects-landing .results-count-filter-toggle-wrap .reset-filters-icon {
  display: none;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .results-count-filter-toggle-wrap .reset-filters-icon {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 1em;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    transition: all 0.15s ease;
  }
  .page-template-projects-landing .results-count-filter-toggle-wrap .reset-filters-icon:hover {
    color: #fff;
    background: #c44100;
  }
}
.page-template-projects-landing .results-count-filter-toggle-wrap .reset-filters-icon.facetwp-loading {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-projects-landing .results-count {
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .results-count {
    margin-right: 10px;
    padding-right: 20px;
    font-weight: 400;
    border-right: 1px solid #aaa;
  }
}
.page-template-projects-landing .results-count .facetwp-facet-projects_results_count {
  margin: 0;
  display: inline-block;
}
.page-template-projects-landing .results-count-reset-filters-wrap {
  position: relative;
  display: none;
  z-index: 1000;
  font-size: 0.95em;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .results-count-reset-filters-wrap {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    font-family: "noto-sans", sans-serif;
  }
}
.page-template-projects-landing .results-count-reset-filters-wrap .reset-filters-button {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .results-count-reset-filters-wrap .reset-filters-button {
    margin: 0 !important;
    padding: 5px 10px !important;
    text-transform: none !important;
    font-family: "noto-sans", sans-serif !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    color: #434628 !important;
    background: none !important;
    border: 0 !important;
    border-radius: 30px !important;
  }
  .page-template-projects-landing .results-count-reset-filters-wrap .reset-filters-button:hover {
    color: #000 !important;
    background: #eeeee0 !important;
  }
}
.page-template-projects-landing .results-count-reset-filters-wrap .reset-filters-button i {
  display: inline-block;
  margin-bottom: 1px;
  margin-left: -7px;
  padding: 0 7px;
  font-size: 1.3em;
  font-weight: 500;
}
.page-template-projects-landing .results-count-reset-filters-wrap .reset-filters-button i.facetwp-loading {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-projects-landing .reset-filters-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00554a !important;
}
.page-template-projects-landing .reset-filters-button i {
  margin-left: -7px;
  padding: 0 7px;
  font-size: 1.2em;
}
.page-template-projects-landing .reset-filters-button i.facetwp-loading {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-projects-landing a.filters-toggle-activate {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 0 0 0 20px;
  padding: 25px 20px;
  font-size: 0.9em;
  font-weight: 500;
  color: #434628 !important;
  border-left: 1px solid #aaa;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing a.filters-toggle-activate {
    display: none;
  }
}
.page-template-projects-landing a.filters-toggle-activate:after {
  padding-left: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f1de";
  font-weight: 300;
  font-size: 1.4em;
}
@media screen and (min-width: 650px) {
  .page-template-projects-landing a.filters-toggle-activate:after {
    right: 40px;
  }
}
.page-template-projects-landing .back-to-filters-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 50%;
  margin: 0;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1000;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .back-to-filters-button.visible {
    opacity: 1;
    z-index: 1000;
  }
}
.page-template-projects-landing .back-to-filters-button i {
  padding-left: 10px;
  font-size: 1.25em;
}
.page-template-projects-landing .back-to-filters-button {
  display: none;
  font-size: 0.95em;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .back-to-filters-button {
    display: inline-block;
    width: 315px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-projects-landing .back-to-filters-button {
    width: 365px;
  }
}
.page-template-projects-landing .back-to-filters-button.visible {
  position: fixed;
  bottom: 50%;
  opacity: 1;
  z-index: 10000;
}
.page-template-projects-landing .back-to-filters-button i {
  padding-left: 10px;
}
.page-template-projects-landing .filters {
  display: none;
  box-sizing: border-box;
  padding: 80px 20px 70px 20px;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .filters {
    display: block !important;
    padding: 0;
    background: none;
  }
}
.page-template-projects-landing .filters.active {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #e2e2d2;
}
.page-template-projects-landing .filters .filters-toggle-close-x {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  right: 10px;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 1.5em;
  background: #00554a;
  border-radius: 50%;
  z-index: 100000;
}
.page-template-projects-landing .filters .filters-toggle-close-x span {
  display: inline-block;
  text-indent: -9999px;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .filters .filters-toggle-close-x {
    display: none;
  }
}
.page-template-projects-landing .filters .reset-filters-icon-off-canvas {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
  right: 70px;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 1.35em;
  background: #00554a;
  border-radius: 50%;
  z-index: 100000;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .filters .reset-filters-icon-off-canvas {
    display: none;
  }
}
.page-template-projects-landing .filters .reset-filters-icon-off-canvas.facetwp-loading {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-projects-landing .filters .filters-buttons-wrap .view-results-button .facetwp-facet-projects_results_count_in_button {
  margin: 0;
  display: inline !important;
}
.page-template-projects-landing .filters .filters-buttons-wrap .button, .page-template-projects-landing .filters .filters-buttons-wrap input[type=submit] {
  box-sizing: border-box;
  padding: 15px 30px;
  font-size: 0.9em;
  color: #fff !important;
  background: #00554a !important;
  border: 0;
}
.page-template-projects-landing .filters .filters-buttons-wrap .button:hover, .page-template-projects-landing .filters .filters-buttons-wrap input[type=submit]:hover {
  background: #007465 !important;
}
.page-template-projects-landing .filters .filters-buttons-wrap .view-results-button {
  position: fixed;
  width: calc(100vw - 40px);
  bottom: -5px;
  left: 20px;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .filters .filters-buttons-wrap .view-results-button {
    display: none;
  }
}
.page-template-projects-landing .filters .facet-filter-head {
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .filters .facet-filter-head {
    margin: 0 0 10px 0;
  }
}
.page-template-projects-landing .filters .facetwp-facet {
  margin-bottom: 30px;
}
.page-template-projects-landing .filters select {
  font-size: 0.9em;
  color: #434628;
  width: 100%;
}
.page-template-projects-landing .filters .facetwp-facet-search {
  margin: 0 0 40px 0;
}
.page-template-projects-landing .filters .facetwp-facet-search .facetwp-input-wrap {
  width: 100%;
}
.page-template-projects-landing .filters .facetwp-facet-search input {
  position: relative;
  width: 100% !important;
  max-width: none;
  box-sizing: border-box !important;
  padding: 20px 70px 20px 15px !important;
  font-family: "noto-sans", sans-serif !important;
  font-size: 0.95em !important;
  color: #434628 !important;
  border: 1px solid #aaad91 !important;
  background: #fff !important;
}
.page-template-projects-landing .filters .facetwp-facet-search input::-moz-placeholder {
  opacity: 1 !important;
}
.page-template-projects-landing .filters .facetwp-facet-search input::placeholder {
  opacity: 1 !important;
}
.page-template-projects-landing .filters .facetwp-facet-search input:focus::-moz-placeholder {
  opacity: 0 !important;
}
.page-template-projects-landing .filters .facetwp-facet-search input:focus::placeholder {
  opacity: 0 !important;
}
.page-template-projects-landing .filters .facetwp-facet-search i.facetwp-icon {
  right: 0 !important;
  width: 40px;
  height: 20px;
  padding: 24px 5px 22px 0;
  text-align: center;
  opacity: 0.7 !important;
  cursor: pointer !important;
  z-index: 1000;
}
.page-template-projects-landing .filters .facetwp-facet-search i.facetwp-icon:before {
  background: none;
  content: "\f002";
  font-family: FontAwesome;
  color: #434628 !important;
  font-style: normal;
  animation: 0 !important;
}
.page-template-projects-landing .filters .facetwp-facet-search i.clear {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 40px;
  height: 100%;
  padding: 0 10px 0 15px;
  line-height: 1;
  cursor: pointer;
  background: transparent url("/wp-content/plugins/facetwp/assets/images/icon-close.png") 6px 51% no-repeat;
  background-size: 14px 14px;
  opacity: 0.7;
  z-index: 1000;
}
.page-template-projects-landing .filters .facetwp-facet-search .f-loading + input + i.clear,
.page-template-projects-landing .filters .facetwp-facet-search .loading + i.clear {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .filters .facetwp-type-checkboxes {
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .filters .checklist-wrap {
    margin: 0 0 30px 0;
  }
}
.page-template-projects-landing .filters .facetwp-checkbox,
.page-template-projects-landing .filters .facetwp-radio {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 0.95em;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .filters .facetwp-checkbox,
  .page-template-projects-landing .filters .facetwp-radio {
    font-size: 0.9em;
  }
}
.page-template-projects-landing .filters .facetwp-checkbox .checkbox-content-wrap,
.page-template-projects-landing .filters .facetwp-checkbox .radio-content-wrap,
.page-template-projects-landing .filters .facetwp-radio .checkbox-content-wrap,
.page-template-projects-landing .filters .facetwp-radio .radio-content-wrap {
  position: relative;
  display: inline-block;
  padding: 6px 0 6px 38px;
  cursor: pointer;
}
.page-template-projects-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-checkbox,
.page-template-projects-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-radio,
.page-template-projects-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-checkbox,
.page-template-projects-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-radio,
.page-template-projects-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-checkbox,
.page-template-projects-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-radio,
.page-template-projects-landing .filters .facetwp-radio .radio-content-wrap span.custom-checkbox,
.page-template-projects-landing .filters .facetwp-radio .radio-content-wrap span.custom-radio {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  transform-origin: center;
  background: #fff;
  border: 1px solid #8e9175;
  border-radius: 50%;
  vertical-align: -5px;
  margin-right: 15px;
  transition: background-color 50ms 100ms, transform 250ms cubic-bezier(0.78, -1.22, 0.17, 10);
}
.page-template-projects-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-checkbox:before,
.page-template-projects-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-radio:before,
.page-template-projects-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-checkbox:before,
.page-template-projects-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-radio:before,
.page-template-projects-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-checkbox:before,
.page-template-projects-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-radio:before,
.page-template-projects-landing .filters .facetwp-radio .radio-content-wrap span.custom-checkbox:before,
.page-template-projects-landing .filters .facetwp-radio .radio-content-wrap span.custom-radio:before {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: white !important;
  position: absolute;
  transform: rotate(45deg);
  top: 10px;
  left: 7px;
  transform-origin: 0% 0%;
}
.page-template-projects-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-checkbox:after,
.page-template-projects-landing .filters .facetwp-checkbox .checkbox-content-wrap span.custom-radio:after,
.page-template-projects-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-checkbox:after,
.page-template-projects-landing .filters .facetwp-checkbox .radio-content-wrap span.custom-radio:after,
.page-template-projects-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-checkbox:after,
.page-template-projects-landing .filters .facetwp-radio .checkbox-content-wrap span.custom-radio:after,
.page-template-projects-landing .filters .facetwp-radio .radio-content-wrap span.custom-checkbox:after,
.page-template-projects-landing .filters .facetwp-radio .radio-content-wrap span.custom-radio:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #fff !important;
  position: absolute;
  transform: rotate(305deg);
  top: 13px;
  left: 8px;
  transform-origin: 0% 0%;
}
@media (pointer: fine) {
  .page-template-projects-landing .filters .facetwp-checkbox .checkbox-content-wrap:hover span.custom-checkbox:before,
  .page-template-projects-landing .filters .facetwp-checkbox .checkbox-content-wrap:hover span.custom-radio:before,
  .page-template-projects-landing .filters .facetwp-checkbox .radio-content-wrap:hover span.custom-checkbox:before,
  .page-template-projects-landing .filters .facetwp-checkbox .radio-content-wrap:hover span.custom-radio:before,
  .page-template-projects-landing .filters .facetwp-radio .checkbox-content-wrap:hover span.custom-checkbox:before,
  .page-template-projects-landing .filters .facetwp-radio .checkbox-content-wrap:hover span.custom-radio:before,
  .page-template-projects-landing .filters .facetwp-radio .radio-content-wrap:hover span.custom-checkbox:before,
  .page-template-projects-landing .filters .facetwp-radio .radio-content-wrap:hover span.custom-radio:before {
    width: 5px !important;
  }
  .page-template-projects-landing .filters .facetwp-checkbox .checkbox-content-wrap:hover span.custom-checkbox:after,
  .page-template-projects-landing .filters .facetwp-checkbox .checkbox-content-wrap:hover span.custom-radio:after,
  .page-template-projects-landing .filters .facetwp-checkbox .radio-content-wrap:hover span.custom-checkbox:after,
  .page-template-projects-landing .filters .facetwp-checkbox .radio-content-wrap:hover span.custom-radio:after,
  .page-template-projects-landing .filters .facetwp-radio .checkbox-content-wrap:hover span.custom-checkbox:after,
  .page-template-projects-landing .filters .facetwp-radio .checkbox-content-wrap:hover span.custom-radio:after,
  .page-template-projects-landing .filters .facetwp-radio .radio-content-wrap:hover span.custom-checkbox:after,
  .page-template-projects-landing .filters .facetwp-radio .radio-content-wrap:hover span.custom-radio:after {
    width: 10px !important;
  }
}
.page-template-projects-landing .filters .facetwp-checkbox:hover span.custom-checkbox:before,
.page-template-projects-landing .filters .facetwp-checkbox:hover span.custom-radio:before,
.page-template-projects-landing .filters .facetwp-radio:hover span.custom-checkbox:before,
.page-template-projects-landing .filters .facetwp-radio:hover span.custom-radio:before {
  background: #00554a !important;
}
.page-template-projects-landing .filters .facetwp-checkbox:hover span.custom-checkbox:after,
.page-template-projects-landing .filters .facetwp-checkbox:hover span.custom-radio:after,
.page-template-projects-landing .filters .facetwp-radio:hover span.custom-checkbox:after,
.page-template-projects-landing .filters .facetwp-radio:hover span.custom-radio:after {
  background-color: #00554a !important;
}
.page-template-projects-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap span.custom-checkbox,
.page-template-projects-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap span.custom-radio,
.page-template-projects-landing .filters .facetwp-checkbox.checked .radio-content-wrap span.custom-checkbox,
.page-template-projects-landing .filters .facetwp-checkbox.checked .radio-content-wrap span.custom-radio,
.page-template-projects-landing .filters .facetwp-radio.checked .checkbox-content-wrap span.custom-checkbox,
.page-template-projects-landing .filters .facetwp-radio.checked .checkbox-content-wrap span.custom-radio,
.page-template-projects-landing .filters .facetwp-radio.checked .radio-content-wrap span.custom-checkbox,
.page-template-projects-landing .filters .facetwp-radio.checked .radio-content-wrap span.custom-radio {
  border-color: #00554a;
  background: #00554a;
  transform: scale(1.05);
}
.page-template-projects-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap span.custom-checkbox:after,
.page-template-projects-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap span.custom-radio:after,
.page-template-projects-landing .filters .facetwp-checkbox.checked .radio-content-wrap span.custom-checkbox:after,
.page-template-projects-landing .filters .facetwp-checkbox.checked .radio-content-wrap span.custom-radio:after,
.page-template-projects-landing .filters .facetwp-radio.checked .checkbox-content-wrap span.custom-checkbox:after,
.page-template-projects-landing .filters .facetwp-radio.checked .checkbox-content-wrap span.custom-radio:after,
.page-template-projects-landing .filters .facetwp-radio.checked .radio-content-wrap span.custom-checkbox:after,
.page-template-projects-landing .filters .facetwp-radio.checked .radio-content-wrap span.custom-radio:after {
  width: 10px;
  background-color: #fff !important;
  transition: width 150ms ease 100ms;
}
.page-template-projects-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap span.custom-checkbox:before,
.page-template-projects-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap span.custom-radio:before,
.page-template-projects-landing .filters .facetwp-checkbox.checked .radio-content-wrap span.custom-checkbox:before,
.page-template-projects-landing .filters .facetwp-checkbox.checked .radio-content-wrap span.custom-radio:before,
.page-template-projects-landing .filters .facetwp-radio.checked .checkbox-content-wrap span.custom-checkbox:before,
.page-template-projects-landing .filters .facetwp-radio.checked .checkbox-content-wrap span.custom-radio:before,
.page-template-projects-landing .filters .facetwp-radio.checked .radio-content-wrap span.custom-checkbox:before,
.page-template-projects-landing .filters .facetwp-radio.checked .radio-content-wrap span.custom-radio:before {
  width: 5px;
  background-color: #fff !important;
  transition: width 150ms ease 100ms;
}
@media (pointer: fine) {
  .page-template-projects-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap:hover span.custom-checkbox,
  .page-template-projects-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap:hover span.custom-radio,
  .page-template-projects-landing .filters .facetwp-checkbox.checked .radio-content-wrap:hover span.custom-checkbox,
  .page-template-projects-landing .filters .facetwp-checkbox.checked .radio-content-wrap:hover span.custom-radio,
  .page-template-projects-landing .filters .facetwp-radio.checked .checkbox-content-wrap:hover span.custom-checkbox,
  .page-template-projects-landing .filters .facetwp-radio.checked .checkbox-content-wrap:hover span.custom-radio,
  .page-template-projects-landing .filters .facetwp-radio.checked .radio-content-wrap:hover span.custom-checkbox,
  .page-template-projects-landing .filters .facetwp-radio.checked .radio-content-wrap:hover span.custom-radio {
    background-color: #00554a;
  }
  .page-template-projects-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap:hover span.custom-checkbox:after,
  .page-template-projects-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap:hover span.custom-radio:after,
  .page-template-projects-landing .filters .facetwp-checkbox.checked .radio-content-wrap:hover span.custom-checkbox:after,
  .page-template-projects-landing .filters .facetwp-checkbox.checked .radio-content-wrap:hover span.custom-radio:after,
  .page-template-projects-landing .filters .facetwp-radio.checked .checkbox-content-wrap:hover span.custom-checkbox:after,
  .page-template-projects-landing .filters .facetwp-radio.checked .checkbox-content-wrap:hover span.custom-radio:after,
  .page-template-projects-landing .filters .facetwp-radio.checked .radio-content-wrap:hover span.custom-checkbox:after,
  .page-template-projects-landing .filters .facetwp-radio.checked .radio-content-wrap:hover span.custom-radio:after {
    width: 10px;
    background-color: #fff;
  }
  .page-template-projects-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap:hover span.custom-checkbox:before,
  .page-template-projects-landing .filters .facetwp-checkbox.checked .checkbox-content-wrap:hover span.custom-radio:before,
  .page-template-projects-landing .filters .facetwp-checkbox.checked .radio-content-wrap:hover span.custom-checkbox:before,
  .page-template-projects-landing .filters .facetwp-checkbox.checked .radio-content-wrap:hover span.custom-radio:before,
  .page-template-projects-landing .filters .facetwp-radio.checked .checkbox-content-wrap:hover span.custom-checkbox:before,
  .page-template-projects-landing .filters .facetwp-radio.checked .checkbox-content-wrap:hover span.custom-radio:before,
  .page-template-projects-landing .filters .facetwp-radio.checked .radio-content-wrap:hover span.custom-checkbox:before,
  .page-template-projects-landing .filters .facetwp-radio.checked .radio-content-wrap:hover span.custom-radio:before {
    width: 5px;
    background-color: #fff;
  }
}
.page-template-projects-landing .facetwp-selections {
  position: relative;
  margin: 0 0 20px 0;
  font-family: "noto-sans", sans-serif;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .facetwp-selections {
    margin: 25px 0;
  }
}
.page-template-projects-landing .facetwp-selections .selections-label {
  margin: 0 0 10px 0;
  font-size: 0.95em;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .facetwp-selections .selections-label {
    padding-top: 25px;
    border-top: 1px solid #d0d3b5;
  }
}
.page-template-projects-landing .facetwp-selections ul {
  margin: 0;
}
.page-template-projects-landing .facetwp-selections ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 10px 15px;
  list-style-type: none;
  border-radius: 50px;
  background: #e2e2d2;
}
.page-template-projects-landing .facetwp-selections ul li[data-facet=projects_category] .facetwp-selection-label {
  display: none;
}
.page-template-projects-landing .facetwp-selections .facetwp-selection-label {
  margin-right: 5px;
  text-transform: uppercase;
  font-family: "noto-sans", sans-serif;
  font-weight: 500;
  font-size: 0.8em;
}
.page-template-projects-landing .facetwp-selections .facetwp-selection-value {
  margin: 0 7px 0 0 !important;
  padding: 3px 2px 3px 10px !important;
  font-size: 0.9em;
  font-weight: 700;
  color: #434628;
  background: #eeeee0;
  border: 1px solid #8e9175;
  border-radius: 50px;
  transition: all 0.15s ease;
}
.page-template-projects-landing .facetwp-selections .facetwp-selection-value:last-of-type {
  padding: 0;
}
.page-template-projects-landing .facetwp-selections .facetwp-selection-value:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin: 0 0 0 5px;
  content: "\f00d" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600 !important;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: #8e9175;
  border-radius: 100%;
}
.page-template-projects-landing .facetwp-selections .facetwp-selection-value:hover {
  color: #fff;
  background: #8e9175;
}
.page-template-projects-landing .facetwp-selections .facetwp-selection-label + .facetwp-selection-value {
  margin-left: 4px;
}
.page-template-projects-landing .facetwp-selections .facetwp-selection-value:last-child {
  margin-right: 0;
}
.page-template-projects-landing .projects-wrap {
  position: relative;
  padding: 30px 20px;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .projects-wrap {
    padding: 0;
  }
}
.page-template-projects-landing .projects-wrap .projects-loader {
  position: absolute;
  top: 200px;
  right: 45%;
  font-size: 4em;
  opacity: 0;
  color: #00554a;
  transition: all 0.5s ease;
  z-index: 0;
}
@media screen and (min-width: 800px) {
  .page-template-projects-landing .projects-wrap .projects-loader {
    right: 46%;
  }
}
@media screen and (min-width: 1300px) {
  .page-template-projects-landing .projects-wrap .projects-loader {
    right: 45%;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-projects-landing .projects-wrap .projects-loader {
    right: 46%;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-projects-landing .projects-wrap .projects-loader {
    right: 46.5%;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-projects-landing .projects-wrap .projects-loader {
    right: 47.5%;
  }
}
@media screen and (min-width: 2000px) {
  .page-template-projects-landing .projects-wrap .projects-loader {
    right: 48%;
  }
}
.page-template-projects-landing .projects-wrap.facetwp-loading .results-count-reset-filters-wrap,
.page-template-projects-landing .projects-wrap.facetwp-loading .facetwp-selections,
.page-template-projects-landing .projects-wrap.facetwp-loading .facetwp-template {
  opacity: 0;
  transition: all 0.5s ease;
}
.page-template-projects-landing .projects-wrap.facetwp-loading .projects-loader {
  opacity: 1;
  z-index: 1000;
  animation: rotation 1.5s infinite ease;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-projects-landing .projects-cards {
  display: grid;
  grid-gap: 30px;
}
@media screen and (min-width: 650px) {
  .page-template-projects-landing .projects-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .projects-cards {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .page-template-projects-landing .projects-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-projects-landing .projects-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-template-projects-landing .projects-cards .project-card {
  display: block;
  font-weight: 400;
  font-family: "noto-sans", sans-serif;
  color: #434628;
  background: #fff;
  border: 1px solid #aaad91;
}
.page-template-projects-landing .projects-cards .project-card:hover h2 {
  color: #006d5f;
}
.page-template-projects-landing .projects-cards .project-card:hover img {
  opacity: 0.85;
}
.page-template-projects-landing .projects-cards .project-card img {
  display: block;
  transition: all 0.15s ease;
}
.page-template-projects-landing .projects-cards .project-card .content {
  padding: 20px;
}
.page-template-projects-landing .projects-cards .project-card h2 {
  margin: 0 0 15px 0;
  font-size: 1.5em;
  color: #00554a;
  transition: all 0.15s ease;
}
.page-template-projects-landing .projects-cards .project-card .project-status {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
  font-size: 0.9em;
}
.page-template-projects-landing .projects-cards .project-card .project-status i {
  padding-right: 5px;
  font-size: 1.5em;
}
.page-template-projects-landing .projects-cards .project-card .project-status i.fa-circle-play {
  color: #007465;
}
.page-template-projects-landing .projects-cards .project-card .project-status i.fa-circle-check {
  color: #434628;
}
.page-template-projects-landing .projects-cards .project-card p {
  margin: 0 0 15px 0;
  font-size: 0.9em;
}
.page-template-projects-landing .projects-cards .project-card .project-spec {
  display: block;
  margin-bottom: 7px;
  line-height: 1.3em;
  font-size: 0.9em;
}
.page-template-projects-landing .projects-cards .project-card .project-spec:last-of-type {
  margin-bottom: 20px;
}
.page-template-projects-landing .no-results {
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .page-template-projects-landing .no-results {
    padding-top: 50px;
  }
}
.page-template-projects-landing .no-results .button, .page-template-projects-landing .no-results input[type=submit] {
  display: inline-flex;
  margin: 0;
}

body.search #searchform {
  position: relative;
  max-width: 100%;
  height: 70px;
  margin: 0 0 30px 0;
  border: 1px solid #ccc;
}
body.search #searchform input#searchfield[type=text] {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 14px 80px 14px 15px;
  font-family: "noto-sans", sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  color: #333;
  border: 0 !important;
}
body.search #searchform button#searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 1em;
  color: #666 !important;
  cursor: pointer;
  background: none;
}
body.search article {
  max-width: 800px !important;
  margin: 0 auto;
  padding-top: 40px !important;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1000px) {
  body.search article {
    padding-right: 40px;
    padding-left: 40px;
  }
}
body.search article:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  body.search article {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1200px) {
  body.search article {
    padding-top: 80px !important;
  }
}
body.search article h1 {
  margin: 0 0 20px 0;
  font-size: 1.3em;
}
body.search article a.search-result {
  display: block;
  margin: 0;
  padding: 20px 0;
  font-weight: 300;
  font-size: 0.9em;
  border-bottom: 1px solid #ccc;
}
body.search article a.search-result:after {
  content: "";
  display: table;
  clear: both;
}
body.search article a.search-result:hover h3 {
  color: #006d5f;
  text-decoration: underline;
}
body.search article a.search-result img {
  float: left;
  display: block;
  max-width: 100px;
  vertical-align: top;
  margin: 3px 20px 5px 0;
}
body.search article a.search-result h3 {
  margin: 0 0 5px 0;
  font-size: 1.1em;
  font-weight: 500;
  font-family: "noto-sans", sans-serif;
  color: #00554a;
}
body.search article a.search-result p {
  margin: 0;
  font-size: 0.95em;
  color: #434628;
}
body.search .pagination {
  margin-top: 30px;
  background: none;
}

.single-press-release .heads {
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #cfcfbc;
}
@media screen and (min-width: 1000px) {
  .single-press-release .heads {
    margin: 0 0 30px 0;
  }
}
.single-press-release .back-to-newsroom {
  display: inline-block;
  margin: 0 0 25px 0;
  padding: 7px 20px;
  text-align: center;
  font-size: 0.65em;
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #434628;
  border-radius: 10px;
  border: 1px solid #8e9175;
  opacity: 0.85;
}
@media screen and (min-width: 1000px) {
  .single-press-release .back-to-newsroom {
    font-size: 0.75em;
  }
}
.single-press-release .back-to-newsroom:hover {
  color: #fff;
  background: #007465;
  border-color: #007465;
  opacity: 1;
}
.single-press-release h1 {
  margin: 0 0 20px 0;
}
.single-press-release .date {
  margin: 0 0 10px 0;
  font-size: 0.75em;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  .single-press-release .date {
    font-size: 0.8em;
  }
}

.project-template-single-project .all-projects,
.project-template-single-project-child .all-projects {
  display: block;
  width: 150px;
  margin: 25px auto 0 auto;
  padding: 7px 0;
  text-align: center;
  font-size: 0.65em;
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #434628;
  border-radius: 10px;
  border: 1px solid #8e9175;
  opacity: 0.85;
}
@media screen and (min-width: 1000px) {
  .project-template-single-project .all-projects,
  .project-template-single-project-child .all-projects {
    display: none;
  }
}
.project-template-single-project .all-projects:hover,
.project-template-single-project-child .all-projects:hover {
  color: #fff;
  background: #007465;
  border-color: #007465;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .project-template-single-project .has-stats-block #crumbs-wrap,
  .project-template-single-project-child .has-stats-block #crumbs-wrap {
    margin: 0;
  }
}
.project-template-single-project .has-stats-block #crumbs-wrap #crumbs,
.project-template-single-project-child .has-stats-block #crumbs-wrap #crumbs {
  max-width: 1220px;
  border: 0;
}
.project-template-single-project aside,
.project-template-single-project-child aside {
  padding-top: 8px;
}
.project-template-single-project .heads,
.project-template-single-project-child .heads {
  margin-bottom: 0;
  padding-top: 30px;
}
@media screen and (min-width: 1000px) {
  .project-template-single-project .heads,
  .project-template-single-project-child .heads {
    padding-top: 40px;
  }
}
.project-template-single-project .heads h1,
.project-template-single-project-child .heads h1 {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .project-template-single-project .heads h1,
  .project-template-single-project-child .heads h1 {
    margin: 0 0 20px 0;
  }
}
.project-template-single-project .stats-block-wrap,
.project-template-single-project-child .stats-block-wrap {
  margin: 15px 0;
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 1000px) {
  .project-template-single-project .stats-block-wrap,
  .project-template-single-project-child .stats-block-wrap {
    margin-top: 0;
    padding: 0 40px;
  }
}
.project-template-single-project .stats-block-head,
.project-template-single-project-child .stats-block-head {
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 700;
  background: #e2e2d2;
}
.project-template-single-project .stats-block,
.project-template-single-project-child .stats-block {
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 30px 40px 30px;
  background: #f9f9f0;
  border: 1px solid #e2e2d2;
}
@media screen and (min-width: 800px) {
  .project-template-single-project .stats-block,
  .project-template-single-project-child .stats-block {
    padding: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .project-template-single-project .stats-block,
  .project-template-single-project-child .stats-block {
    margin: 0 auto 40px auto;
  }
}
@media screen and (min-width: 1100px) {
  .project-template-single-project .stats-block,
  .project-template-single-project-child .stats-block {
    padding: 25px 30px;
  }
}
.project-template-single-project .stats-block.project-child-stats-block,
.project-template-single-project-child .stats-block.project-child-stats-block {
  padding: 30px;
}
@media screen and (min-width: 1100px) {
  .project-template-single-project .stats-block.project-child-stats-block,
  .project-template-single-project-child .stats-block.project-child-stats-block {
    padding: 25px 30px;
  }
}
.project-template-single-project .stats-block .content,
.project-template-single-project-child .stats-block .content {
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .project-template-single-project .stats-block .content,
  .project-template-single-project-child .stats-block .content {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 40px;
    align-items: start;
  }
}
.project-template-single-project .stats-block .stats,
.project-template-single-project-child .stats-block .stats {
  display: grid;
  font-size: 0.875em;
}
.project-template-single-project .stats-block .project-stats,
.project-template-single-project-child .stats-block .project-stats {
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 575px) {
  .project-template-single-project .stats-block .project-stats,
  .project-template-single-project-child .stats-block .project-stats {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .project-template-single-project .stats-block .project-stats,
  .project-template-single-project-child .stats-block .project-stats {
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 800px) {
  .project-template-single-project .stats-block .project-stats,
  .project-template-single-project-child .stats-block .project-stats {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .project-template-single-project .stats-block .project-stats,
  .project-template-single-project-child .stats-block .project-stats {
    gap: 50px;
  }
}
@media screen and (min-width: 1300px) {
  .project-template-single-project .stats-block .project-stats,
  .project-template-single-project-child .stats-block .project-stats {
    gap: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .project-template-single-project .stats-block .project-stats .stat,
  .project-template-single-project-child .stats-block .project-stats .stat {
    max-width: 12.5%;
  }
}
.project-template-single-project .stats-block .conservation-stats,
.project-template-single-project-child .stats-block .conservation-stats {
  grid-gap: 20px;
}
@media screen and (min-width: 575px) {
  .project-template-single-project .stats-block .conservation-stats,
  .project-template-single-project-child .stats-block .conservation-stats {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media screen and (min-width: 800px) {
  .project-template-single-project .stats-block .conservation-stats,
  .project-template-single-project-child .stats-block .conservation-stats {
    display: flex;
    gap: 50px;
  }
}
.project-template-single-project .stats-block .conservation-stats .stat-number,
.project-template-single-project-child .stats-block .conservation-stats .stat-number {
  font-weight: 700;
}
.project-template-single-project .stats-block .conservation-stats .stat-number.growth,
.project-template-single-project-child .stats-block .conservation-stats .stat-number.growth {
  color: #187b37;
}
.project-template-single-project .stats-block .conservation-stats .stat-number.decline,
.project-template-single-project-child .stats-block .conservation-stats .stat-number.decline {
  color: #c44100;
}
.project-template-single-project .stats-block .volunteer-details,
.project-template-single-project-child .stats-block .volunteer-details {
  grid-gap: 20px;
}
@media screen and (min-width: 575px) {
  .project-template-single-project .stats-block .volunteer-details,
  .project-template-single-project-child .stats-block .volunteer-details {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media screen and (min-width: 800px) {
  .project-template-single-project .stats-block .volunteer-details,
  .project-template-single-project-child .stats-block .volunteer-details {
    display: flex;
    gap: 50px;
  }
}
.project-template-single-project .stats-block .volunteer-details .stat-number,
.project-template-single-project-child .stats-block .volunteer-details .stat-number {
  font-weight: 700;
}
.project-template-single-project .stats-block .volunteer-details .stat-number.growth,
.project-template-single-project-child .stats-block .volunteer-details .stat-number.growth {
  color: #187b37;
}
.project-template-single-project .stats-block .volunteer-details .stat-number.decline,
.project-template-single-project-child .stats-block .volunteer-details .stat-number.decline {
  color: #c44100;
}
.project-template-single-project .stats-block .stat,
.project-template-single-project-child .stats-block .stat {
  line-height: 1.3em;
}
.project-template-single-project .stats-block .stat strong,
.project-template-single-project-child .stats-block .stat strong {
  display: block;
  margin: 0 0 7px 0;
  font-size: 1.105em;
}
.project-template-single-project .stats-block .stat a,
.project-template-single-project-child .stats-block .stat a {
  font-weight: 400;
  text-decoration: underline;
  color: inherit;
}
.project-template-single-project .stats-block .stat .staff-member-link,
.project-template-single-project-child .stats-block .stat .staff-member-link {
  display: inline;
}
.project-template-single-project .stats-block .stat .staff-member-link:last-of-type span,
.project-template-single-project-child .stats-block .stat .staff-member-link:last-of-type span {
  display: none;
}
.project-template-single-project .stats-block .stat .project-status,
.project-template-single-project-child .stats-block .stat .project-status {
  display: flex;
  align-items: center;
}
.project-template-single-project .stats-block .stat .project-status i,
.project-template-single-project-child .stats-block .stat .project-status i {
  padding-right: 5px;
  font-size: 1.2em;
}
.project-template-single-project .stats-block .stat .project-status i.fa-circle-play,
.project-template-single-project-child .stats-block .stat .project-status i.fa-circle-play {
  color: #007465;
}
.project-template-single-project .stats-block .stat .project-status i.fa-circle-check,
.project-template-single-project-child .stats-block .stat .project-status i.fa-circle-check {
  color: #434628;
}
.project-template-single-project .stats-block .button, .project-template-single-project .stats-block input[type=submit],
.project-template-single-project-child .stats-block .button,
.project-template-single-project-child .stats-block input[type=submit] {
  margin: 0;
}

.single-staff #crumbs-wrap #crumbs {
  max-width: 800px;
}
.single-staff .back-to-team {
  display: block;
  width: 150px;
  margin: 25px auto;
  padding: 7px 0;
  text-align: center;
  font-size: 0.65em;
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #434628;
  border-radius: 10px;
  border: 1px solid #8e9175;
  opacity: 0.85;
}
@media screen and (min-width: 1000px) {
  .single-staff .back-to-team {
    font-size: 0.75em;
  }
}
.single-staff .back-to-team:hover {
  color: #fff;
  background: #007465;
  border-color: #007465;
  opacity: 1;
}
.single-staff .staff-content {
  max-width: 800px;
  margin: 30px auto;
}
.single-staff .staff-content:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .single-staff .staff-content {
    margin: 40px auto 30px auto;
  }
}
@media screen and (min-width: 650px) {
  .single-staff .staff-content .staff-img-contact {
    float: left;
    width: 45%;
    margin: 0 50px 0 0;
  }
}
.single-staff .staff-content .image {
  margin-bottom: 30px;
}
.single-staff .staff-content img {
  display: block;
  margin: 2px 20px 10px 0;
}
@media screen and (min-width: 650px) {
  .single-staff .staff-content img {
    width: auto;
    margin: 7px 30px 15px 0;
  }
}
.single-staff .staff-content .staff-contact.highlight {
  margin-bottom: 30px;
}
.single-staff .staff-content .staff-contact.highlight ul li:last-of-type {
  margin: 0;
}
.single-staff .staff-content .staff-additional-text-wrap {
  clear: both;
}
.single-staff .staff-content .text-block {
  margin-top: 40px;
}

/*# sourceMappingURL=style.css.map */