@charset "UTF-8";
/*
 Theme Name:   iSeek
 Theme URI:    https://iseek.ie
 Description:  iSeek Internet Solutions default starter theme, customised for our clients, providing them an outstanding website, they can be proud of. 
 Child theme to the amazing GeneratePress theme.
 Template:     generatepress
 Version:      1.0
*/
/* Color Options
--------------------------------------------- */
.has-green-ul-heritage-color {
  color: #003726;
}

.has-green-ul-heritage-background-color {
  background-color: #003726;
}

.has-green-modern-green-color {
  color: #00a850;
}

.has-green-modern-green-background-color {
  background-color: #00a850;
}

.has-green-ul-green-color {
  color: #005336;
}

.has-green-ul-green-background-color {
  background-color: #005336;
}

.has-mono-100-color {
  color: #809699;
}

.has-mono-100-background-color {
  background-color: #809699;
}

.has-mono-200-color {
  color: #5e6367;
}

.has-mono-200-background-color {
  background-color: #5e6367;
}

.has-mono-300-color {
  color: #5e6367;
}

.has-mono-300-background-color {
  background-color: #5e6367;
}

.has-mono-400-color {
  color: #16211f;
}

.has-mono-400-background-color {
  background-color: #16211f;
}

.has-dark-purple-color {
  color: #003;
}

.has-dark-purple-background-color {
  background-color: #003;
}

.has-ul-blue-color {
  color: #007dba;
}

.has-ul-blue-background-color {
  background-color: #007dba;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

.has-purple-color {
  color: #7b61ff;
}

.has-purple-background-color {
  background-color: #7b61ff;
}

.has-gold-color {
  color: #ffc700;
}

.has-gold-background-color {
  background-color: #ffc700;
}

.has-soft-grey-200-color {
  color: #f5f5f5;
}

.has-soft-grey-200-background-color {
  background-color: #f5f5f5;
}

.has-soft-grey-100-color {
  color: #f6f6f6;
}

.has-soft-grey-100-background-color {
  background-color: #f6f6f6;
}

.has-soft-grey-300-color {
  color: #f1f1f1;
}

.has-soft-grey-300-background-color {
  background-color: #f1f1f1;
}

.has-soft-grey-400-color {
  color: #e8e8e8;
}

.has-soft-grey-400-background-color {
  background-color: #e8e8e8;
}

.btn, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a, body .gform_wrapper.gravity-theme .donation-form .gform_footer input.button,
body .gform_wrapper.gravity-theme .donation-form .gform_footer input[type=submit],
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit], body .gform_wrapper.gravity-theme .gform_footer input.button,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit], .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a {
  padding: 15px 30px;
  border-radius: 8px;
  transition: 0.5s all;
  text-align: center;
  font-weight: bold;
  display: block;
  transition: 0.5s all;
  line-height: 1;
  border-radius: 0px 8px;
}
.btn.btn-green, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a, body .gform_wrapper.gravity-theme .donation-form .gform_footer input.btn-green.button,
body .gform_wrapper.gravity-theme .donation-form .gform_footer input.btn-green[type=submit],
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-green.button,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-green[type=submit], body .gform_wrapper.gravity-theme .gform_footer input.button,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit], .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a {
  background-color: #00a850;
  color: #fff;
  border: 2px solid #00a850;
}
.btn.btn-green:hover, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-green.button:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-green[type=submit]:hover, body .gform_wrapper.gravity-theme .gform_footer input.button:hover,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a:hover, .btn.btn-green:focus, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-green.button:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-green[type=submit]:focus, body .gform_wrapper.gravity-theme .gform_footer input.button:focus,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a:focus {
  background-color: #00823e;
  border-color: #00823e;
  color: #fff;
}
.btn.btn-green:active, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a:active,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-green.button:active,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-green[type=submit]:active, body .gform_wrapper.gravity-theme .gform_footer input.button:active,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:active, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a:active {
  background-color: #fff;
  border-color: #fff;
  color: #00a850;
}
.btn.btn-white, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-white,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-white.button,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-white[type=submit], body .gform_wrapper.gravity-theme .gform_footer input.btn-white.button,
body .gform_wrapper.gravity-theme .gform_footer input.btn-white[type=submit], .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-white {
  background-color: #fff;
  color: #00a850;
  border: 2px solid #fff;
}
.btn.btn-white:hover, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-white:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-white.button:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-white[type=submit]:hover, body .gform_wrapper.gravity-theme .gform_footer input.btn-white.button:hover,
body .gform_wrapper.gravity-theme .gform_footer input.btn-white[type=submit]:hover, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-white:hover, .btn.btn-white:focus, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-white:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-white.button:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-white[type=submit]:focus, body .gform_wrapper.gravity-theme .gform_footer input.btn-white.button:focus,
body .gform_wrapper.gravity-theme .gform_footer input.btn-white[type=submit]:focus, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-white:focus {
  background-color: #007dba;
  border-color: #007dba;
  color: #fff;
}
.btn.btn-white:active, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-white:active,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-white.button:active,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-white[type=submit]:active, body .gform_wrapper.gravity-theme .gform_footer input.btn-white.button:active,
body .gform_wrapper.gravity-theme .gform_footer input.btn-white[type=submit]:active, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-white:active {
  background-color: #00a850;
  border-color: #00a850;
  color: #fff;
}
.btn.btn-blue, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-blue,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-blue.button,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-blue[type=submit], body .gform_wrapper.gravity-theme .gform_footer input.btn-blue.button,
body .gform_wrapper.gravity-theme .gform_footer input.btn-blue[type=submit], .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-blue {
  background-color: #007dba;
  color: #fff;
  border: 2px solid #007dba;
}
.btn.btn-blue:hover, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-blue:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-blue.button:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-blue[type=submit]:hover, body .gform_wrapper.gravity-theme .gform_footer input.btn-blue.button:hover,
body .gform_wrapper.gravity-theme .gform_footer input.btn-blue[type=submit]:hover, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-blue:hover, .btn.btn-blue:focus, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-blue:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-blue.button:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-blue[type=submit]:focus, body .gform_wrapper.gravity-theme .gform_footer input.btn-blue.button:focus,
body .gform_wrapper.gravity-theme .gform_footer input.btn-blue[type=submit]:focus, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-blue:focus {
  background-color: #fff;
  border-color: #fff;
  color: #007dba;
}
.btn.btn-blue:active, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-blue:active,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-blue.button:active,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-blue[type=submit]:active, body .gform_wrapper.gravity-theme .gform_footer input.btn-blue.button:active,
body .gform_wrapper.gravity-theme .gform_footer input.btn-blue[type=submit]:active, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-blue:active {
  background-color: #00a850;
  border-color: #00a850;
  color: #fff;
}
.btn.btn-gold, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-gold,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit], body .gform_wrapper.gravity-theme .gform_footer input.btn-gold.button, body .gform_wrapper.gravity-theme .donation-form .gform_footer input.button,
body .gform_wrapper.gravity-theme .gform_footer input.btn-gold[type=submit],
body .gform_wrapper.gravity-theme .donation-form .gform_footer input[type=submit], .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-gold {
  background-color: #ffc700;
  border: 2px solid #ffc700;
  color: #16211f;
}
.btn.btn-gold:hover, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-gold:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit]:hover, body .gform_wrapper.gravity-theme .gform_footer input.btn-gold.button:hover, body .gform_wrapper.gravity-theme .donation-form .gform_footer input.button:hover,
body .gform_wrapper.gravity-theme .gform_footer input.btn-gold[type=submit]:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_footer input[type=submit]:hover, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-gold:hover, .btn.btn-gold:focus, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-gold:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit]:focus, body .gform_wrapper.gravity-theme .gform_footer input.btn-gold.button:focus, body .gform_wrapper.gravity-theme .donation-form .gform_footer input.button:focus,
body .gform_wrapper.gravity-theme .gform_footer input.btn-gold[type=submit]:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_footer input[type=submit]:focus, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-gold:focus {
  background-color: dark(#ffc700, 7.5%);
  border-color: dark(#ffc700, 7.5%);
  color: #16211f;
}
.btn.btn-gold:active, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-gold:active,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button:active,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit]:active, body .gform_wrapper.gravity-theme .gform_footer input.btn-gold.button:active, body .gform_wrapper.gravity-theme .donation-form .gform_footer input.button:active,
body .gform_wrapper.gravity-theme .gform_footer input.btn-gold[type=submit]:active,
body .gform_wrapper.gravity-theme .donation-form .gform_footer input[type=submit]:active, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-gold:active {
  background-color: #fff;
  border-color: #fff;
  color: #16211f;
}
.btn.btn-outline, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-outline,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-outline.button,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-outline[type=submit], body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.button,
body .gform_wrapper.gravity-theme .gform_footer input.btn-outline[type=submit], .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-outline {
  background-color: #fff;
  border: 2px solid #5e6367;
  color: #5e6367;
}
.btn.btn-outline:hover, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-outline:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-outline.button:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-outline[type=submit]:hover, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.button:hover,
body .gform_wrapper.gravity-theme .gform_footer input.btn-outline[type=submit]:hover, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-outline:hover, .btn.btn-outline:focus, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-outline:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-outline.button:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-outline[type=submit]:focus, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.button:focus,
body .gform_wrapper.gravity-theme .gform_footer input.btn-outline[type=submit]:focus, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-outline:focus {
  background-color: #809699;
  border-color: #809699;
  color: #16211f;
}
.btn.btn-outline:active, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a.btn-outline:active,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-outline.button:active,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.btn-outline[type=submit]:active, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.button:active,
body .gform_wrapper.gravity-theme .gform_footer input.btn-outline[type=submit]:active, .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a.btn-outline:active {
  background-color: #809699;
  border-color: #809699;
  color: #fff;
}
@media (min-width: 768px) {
  .btn, .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a, body .gform_wrapper.gravity-theme .donation-form .gform_footer input.button,
  body .gform_wrapper.gravity-theme .donation-form .gform_footer input[type=submit],
  body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button,
  body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit], body .gform_wrapper.gravity-theme .gform_footer input.button,
  body .gform_wrapper.gravity-theme .gform_footer input[type=submit], .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a {
    display: inline-block;
  }
}

body .top-bar {
  display: none;
}
@media (min-width: 768px) {
  body .top-bar {
    background-color: #005336;
    padding: 9px 0 16px 0;
    color: #fff;
    text-align: left;
    display: block;
  }
  body .top-bar .inside-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  body .top-bar .inside-top-bar .widget .top-bar-cta {
    font-size: 14px;
  }
  body .top-bar .inside-top-bar .widget .top-bar-cta a .svg-inline--fa {
    margin-left: 10px;
  }
  body .top-bar .inside-top-bar .widget .top-bar-cta a:hover, body .top-bar .inside-top-bar .widget .top-bar-cta a:focus, body .top-bar .inside-top-bar .widget .top-bar-cta a:active {
    color: #ececec;
  }
  body .top-bar .inside-top-bar .widget .social-menu {
    display: flex;
  }
  body .top-bar .inside-top-bar .widget .social-menu .menu-item {
    padding: 0 20px;
  }
  body .top-bar .inside-top-bar .widget .social-menu .menu-item:not(:last-child):after {
    content: "|";
    color: #003726;
  }
  body .top-bar .inside-top-bar .widget .social-menu .menu-item a {
    color: #fff;
    font-size: 14px;
  }
  body .top-bar .inside-top-bar .widget .social-menu .menu-item a:hover, body .top-bar .inside-top-bar .widget .social-menu .menu-item a:focus, body .top-bar .inside-top-bar .widget .social-menu .menu-item a:active {
    color: #ececec;
  }
  body .top-bar .inside-top-bar .widget .social-menu .menu-item a .svg-inline--fa {
    font-size: 1.5rem;
  }
  body .top-bar .inside-top-bar .widget:first-child {
    margin-left: 0;
  }
  body .top-bar .inside-top-bar .widget:last-child {
    margin-left: auto;
    margin-right: 0;
  }
}

#mobile-header.main-navigation {
  background-color: #16211f;
  padding: 19px 20px 19px 25px;
  width: auto !important;
}
#mobile-header.main-navigation .site-logo.mobile-header-logo {
  margin-left: 0;
}
#mobile-header.main-navigation .site-logo.mobile-header-logo .is-logo-image {
  width: 176px;
}
#mobile-header.main-navigation .menu-toggle {
  color: #00a850;
  display: flex;
  align-items: center;
  padding: 0;
}
#mobile-header.main-navigation .menu-toggle:before {
  content: "";
  background: url(images/more.svg) no-repeat center/30px 30px;
  height: 30px;
  width: 30px;
  order: 2;
}
#mobile-header.main-navigation .menu-toggle span {
  text-transform: uppercase;
  order: 1;
  margin-right: 10px;
}

.main-navigation .main-nav > ul.menu > li.menu-item:not(.menu-button):hover > a, .main-navigation .main-nav > ul.menu > li.menu-item:not(.menu-button):focus > a, .main-navigation .main-nav > ul.menu > li.menu-item:not(.menu-button):active > a {
  position: relative;
}
.main-navigation .main-nav > ul.menu > li.menu-item:not(.menu-button):hover > a:after, .main-navigation .main-nav > ul.menu > li.menu-item:not(.menu-button):focus > a:after, .main-navigation .main-nav > ul.menu > li.menu-item:not(.menu-button):active > a:after {
  content: "";
  height: 2px;
  background-color: #ffc700;
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
}
.main-navigation .main-nav > ul.menu > li.menu-item.menu-button {
  margin-left: 26px;
}
.home.one-container .site-main > :last-child {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .home.one-container .site-main > :last-child {
    margin-bottom: 70px;
  }
}

body {
  overflow-x: hidden;
  font-size: 14.5px;
  font-weight: 500;
}
body #content {
  padding-left: 20px;
  padding-right: 20px;
}
body #content .entry-content:not(:first-child) {
  margin-top: 40px;
}
body .blog-page-header,
body .page .entry-header,
body .member .entry-header, body.archive .page-header, body.single-project .entry-header {
  padding: 75px 20px;
  background-color: #003726;
  background-image: url(images/inner-hero-graphic.svg);
  background-repeat: no-repeat;
  background-size: auto 182px;
  background-position: bottom right 20px;
  background-blend-mode: soft-light;
  margin-bottom: 35px;
}
body .blog-page-header .page-title,
body .blog-page-header .entry-title,
body .page .entry-header .page-title,
body .page .entry-header .entry-title,
body .member .entry-header .page-title,
body .member .entry-header .entry-title, body.archive .page-header .page-title,
body.archive .page-header .entry-title, body.single-project .entry-header .page-title,
body.single-project .entry-header .entry-title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
body .blog-page-header .hero-content,
body .page .entry-header .hero-content,
body .member .entry-header .hero-content, body.archive .page-header .hero-content, body.single-project .entry-header .hero-content {
  color: #e8e8e8;
  font-size: 17.5px;
  text-align: center;
  padding: 0 10%;
}
body .page .entry-header,
body .member .entry-header, body.archive .page-header, body.single-project .entry-header {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
}
body.archive #breadcrumbs, body.single-project #breadcrumbs {
  margin-bottom: 45px;
}
body.archive .sidebar, body.single-project .sidebar {
  display: none;
}
body.archive .entry-content .project-type-list .project-type-menu, body.single-project .entry-content .project-type-list .project-type-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.archive .entry-content .project-type-list .project-type-menu .menu-item:not(:last-child), body.single-project .entry-content .project-type-list .project-type-menu .menu-item:not(:last-child) {
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
body.archive .entry-content .project-type-list .project-type-menu .menu-item a, body.single-project .entry-content .project-type-list .project-type-menu .menu-item a {
  color: #007dba;
  text-decoration: underline;
  font-size: 24px;
  display: block;
}
body .member .entry-content .member-image {
  margin-bottom: 20px;
}
body .member .entry-content .member-image .member-image-wrapper {
  width: 375px;
  height: 375px;
  position: relative;
  margin: 0 auto;
}
body .member .entry-content .member-image .member-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .member .entry-content .content p:first-child {
  color: #00a850;
  font-size: 17.5px;
  margin-bottom: 20px;
  font-weight: 600;
}
body .member .entry-content .content .contact {
  margin-top: 25px;
  margin-bottom: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
body .member .entry-content .content .contact .text {
  color: #5e6367;
  font-weight: 600;
  font-size: 17.5px;
  margin-bottom: 15px;
}
body .member .entry-content .content .contact .contact-detail {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
body .member .entry-content .content .contact .contact-detail .svg-inline--fa {
  color: #00a850;
  width: 15px;
  margin-right: 20px;
}
body .member .entry-content .content .contact .contact-detail a {
  color: #005336;
  font-weight: 600;
  font-size: 17.5px;
}
body #breadcrumbs span span a {
  color: #809699;
  font-weight: 600;
  margin-right: 10px;
}
body #breadcrumbs span span .svg-inline--fa {
  margin-right: 10px;
  color: #809699;
  font-size: 0.75rem;
}
body #breadcrumbs span span span.breadcrumb_last {
  color: #00a850;
  font-weight: 600;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
  body #content {
    padding-left: 0;
    padding-right: 0;
  }
  body #content .entry-content:not(:first-child) {
    margin-top: 45px;
  }
  body.archive .entry-content .project-type-list .project-type-menu .menu-item a, body.single-project .entry-content .project-type-list .project-type-menu .menu-item a {
    font-size: 30px;
    color: #16211f;
    font-weight: 500;
    text-decoration: none;
  }
  body.archive .entry-content .project-type-list .project-type-menu .menu-item a:hover, body.archive .entry-content .project-type-list .project-type-menu .menu-item a:focus, body.archive .entry-content .project-type-list .project-type-menu .menu-item a:active, body.single-project .entry-content .project-type-list .project-type-menu .menu-item a:hover, body.single-project .entry-content .project-type-list .project-type-menu .menu-item a:focus, body.single-project .entry-content .project-type-list .project-type-menu .menu-item a:active {
    color: #007dba;
    text-decoration: underline;
  }
  body.archive .sidebar, body.single-project .sidebar {
    display: block;
  }
  body.archive .sidebar .widget, body.single-project .sidebar .widget {
    margin-bottom: 25px;
  }
  body.archive .sidebar .widget .project-type-sidebar, body.single-project .sidebar .widget .project-type-sidebar {
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
  }
  body.archive .sidebar .widget .project-type-sidebar .widget-title, body.single-project .sidebar .widget .project-type-sidebar .widget-title {
    font-size: 18px;
    color: #16211f;
  }
  body.archive .sidebar .widget .project-type-sidebar .project-type-menu .menu-item, body.single-project .sidebar .widget .project-type-sidebar .project-type-menu .menu-item {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body.archive .sidebar .widget .project-type-sidebar .project-type-menu .menu-item:not(:last-child), body.single-project .sidebar .widget .project-type-sidebar .project-type-menu .menu-item:not(:last-child) {
    margin-bottom: 15px;
  }
  body.archive .sidebar .widget .project-type-sidebar .project-type-menu .menu-item a, body.single-project .sidebar .widget .project-type-sidebar .project-type-menu .menu-item a {
    font-size: 16px;
    color: #5e6367;
  }
  body.archive .sidebar .widget .sidebar-cta, body.single-project .sidebar .widget .sidebar-cta {
    padding: 25px;
    background-color: #f5f5f5;
  }
  body.archive .sidebar .widget .sidebar-cta .sidebar-cta-title, body.single-project .sidebar .widget .sidebar-cta .sidebar-cta-title {
    padding-left: 34px;
    color: #005336;
    margin-bottom: 10px;
    font-weight: bold;
  }
  body.archive .sidebar .widget .sidebar-cta .sidebar-cta-text, body.single-project .sidebar .widget .sidebar-cta .sidebar-cta-text {
    color: #5e6367;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 21px;
  }
  body.archive .sidebar .widget .sidebar-cta .btn, body.archive .sidebar .widget .sidebar-cta .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a, .site-footer .footer-above-widget-area .social-menu body.archive .sidebar .widget .sidebar-cta .menu-item:first-child > a,
  body.archive .sidebar .widget .sidebar-cta .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button,
  body.archive .gform_wrapper.gravity-theme .donation-form .gform_page_footer .sidebar .widget .sidebar-cta input.button,
  body.archive .sidebar .widget .sidebar-cta .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit],
  body.archive .gform_wrapper.gravity-theme .donation-form .gform_page_footer .sidebar .widget .sidebar-cta input[type=submit], body.archive .sidebar .widget .sidebar-cta .gform_wrapper.gravity-theme .gform_footer input.button, body.archive .gform_wrapper.gravity-theme .gform_footer .sidebar .widget .sidebar-cta input.button,
  body.archive .sidebar .widget .sidebar-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit],
  body.archive .gform_wrapper.gravity-theme .gform_footer .sidebar .widget .sidebar-cta input[type=submit], body.archive .sidebar .widget .sidebar-cta .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a, .main-navigation body.archive .sidebar .widget .sidebar-cta .main-nav > ul.menu > li.menu-item.menu-button > a, body.single-project .sidebar .widget .sidebar-cta .btn, body.single-project .sidebar .widget .sidebar-cta .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a, .site-footer .footer-above-widget-area .social-menu body.single-project .sidebar .widget .sidebar-cta .menu-item:first-child > a,
  body.single-project .sidebar .widget .sidebar-cta .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button,
  body.single-project .gform_wrapper.gravity-theme .donation-form .gform_page_footer .sidebar .widget .sidebar-cta input.button,
  body.single-project .sidebar .widget .sidebar-cta .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit],
  body.single-project .gform_wrapper.gravity-theme .donation-form .gform_page_footer .sidebar .widget .sidebar-cta input[type=submit], body.single-project .sidebar .widget .sidebar-cta .gform_wrapper.gravity-theme .gform_footer input.button, body.single-project .gform_wrapper.gravity-theme .gform_footer .sidebar .widget .sidebar-cta input.button,
  body.single-project .sidebar .widget .sidebar-cta .gform_wrapper.gravity-theme .gform_footer input[type=submit],
  body.single-project .gform_wrapper.gravity-theme .gform_footer .sidebar .widget .sidebar-cta input[type=submit], body.single-project .sidebar .widget .sidebar-cta .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a, .main-navigation body.single-project .sidebar .widget .sidebar-cta .main-nav > ul.menu > li.menu-item.menu-button > a {
    display: block;
    color: #fff;
  }
  body .blog-page-header,
  body .page .entry-header,
  body .member .entry-header, body.archive .page-header, body.single-project .entry-header {
    padding: 145px 0px;
    background-size: auto 373px;
    background-position: bottom right 319px;
    margin-bottom: 65px;
  }
  body .blog-page-header .hero-content,
  body .page .entry-header .hero-content,
  body .member .entry-header .hero-content, body.archive .page-header .hero-content, body.single-project .entry-header .hero-content {
    font-size: 19px;
    padding: 0 25%;
  }
  body .blog-page-header .inside-entry-header,
  body .page .entry-header .inside-entry-header,
  body .member .entry-header .inside-entry-header, body.archive .page-header .inside-entry-header, body.single-project .entry-header .inside-entry-header {
    padding-left: 16%;
    padding-right: 16%;
  }
  body .blog-page-header .inside-entry-header .hero-content,
  body .page .entry-header .inside-entry-header .hero-content,
  body .member .entry-header .inside-entry-header .hero-content, body.archive .page-header .inside-entry-header .hero-content, body.single-project .entry-header .inside-entry-header .hero-content {
    padding: 0 10%;
  }
  body .member .entry-header {
    text-align: left;
    padding: 160px 0;
  }
  body .member .entry-header .entry-title,
  body .member .entry-header .hero-content {
    text-align: left;
    padding: 0;
  }
  body:not(.turn-off-indent):not(.home) .page .entry-content,
  body:not(.turn-off-indent):not(.home) .page #breadcrumbs {
    padding-left: 16%;
    padding-right: 16%;
  }
  body:not(.turn-off-indent):not(.home) .page .entry-content .vp-portfolio__item-wrap,
  body:not(.turn-off-indent):not(.home) .page #breadcrumbs .vp-portfolio__item-wrap {
    width: 20% !important;
  }
  body .member .entry-content {
    display: flex;
  }
  body .member .entry-content .member-image {
    flex: 1;
    order: 2;
    margin-bottom: 0px;
  }
  body .member .entry-content .content {
    flex: 1;
    order: 1;
  }
  body .member .entry-content .content p:first-child {
    font-size: 19px;
    font-weight: 500;
  }
  body .member .entry-content .content p {
    font-weight: 500;
  }
  body .member .entry-content .content .contact .contact-detail {
    display: flex;
    align-items: center;
  }
}

body.blog .post:not(:last-child) {
  margin-bottom: 25px;
}
body.blog .post .inside-article {
  padding-bottom: 0;
}
body.blog .post .inside-article a {
  padding: 25px;
  display: block;
  transition: 0.5s all;
  background-color: #f1f1f1;
}
body.blog .post .inside-article a .entry-title {
  color: #16211f;
  margin-bottom: 15px;
  font-size: 20px;
  transition: 0.5s all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.blog .post .inside-article a .entry-summary {
  color: #5e6367;
  margin-bottom: 25px;
  font-size: 14.5px;
  transition: 0.5s all;
}
body.blog .post .inside-article a .entry-meta {
  padding-left: 60px;
  position: relative;
}
body.blog .post .inside-article a .entry-meta:before {
  content: "";
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #fff url(images/news_badge.jpg) no-repeat center/48px 48px;
  position: absolute;
  border: solid 2px #00a850;
  left: 0;
  transition: 0.5s all;
}
body.blog .post .inside-article a .entry-meta .posted-by {
  color: #5e6367;
  font-weight: 600;
  font-size: 14.5px;
  transition: 0.5s all;
}
body.blog .post .inside-article a .entry-meta .posted-on {
  color: #809699;
  font-weight: 500;
  font-size: 14px;
  transition: 0.5s all;
}
body.blog .post .inside-article a:hover, body.blog .post .inside-article a:focus, body.blog .post .inside-article a:active {
  background-color: #005336;
}
body.blog .post .inside-article a:hover .entry-title, body.blog .post .inside-article a:focus .entry-title, body.blog .post .inside-article a:active .entry-title {
  color: #fff;
}
body.blog .post .inside-article a:hover .entry-summary, body.blog .post .inside-article a:focus .entry-summary, body.blog .post .inside-article a:active .entry-summary {
  color: #fff;
}
body.blog .post .inside-article a:hover .entry-meta:before, body.blog .post .inside-article a:focus .entry-meta:before, body.blog .post .inside-article a:active .entry-meta:before {
  border: solid 2px #fff;
}
body.blog .post .inside-article a:hover .entry-meta .posted-by, body.blog .post .inside-article a:focus .entry-meta .posted-by, body.blog .post .inside-article a:active .entry-meta .posted-by {
  color: #fff;
}
body.blog .post .inside-article a:hover .entry-meta .posted-on, body.blog .post .inside-article a:focus .entry-meta .posted-on, body.blog .post .inside-article a:active .entry-meta .posted-on {
  color: #e8e8e8;
}
body.blog #nav-below .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
body.blog #nav-below .nav-links .page-numbers {
  padding: 0;
}
body.blog #nav-below .nav-links .page-numbers:not(.dots) {
  height: 44px;
  width: 44px;
  background-color: #fff;
  border: solid 2px #809699;
  border-radius: 50%;
  font-size: 24px;
  color: #5e6367;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
body.blog #nav-below .nav-links .page-numbers:hover, body.blog #nav-below .nav-links .page-numbers:focus, body.blog #nav-below .nav-links .page-numbers:active {
  border-color: #00a850;
  color: #00a850;
}
body.blog #nav-below .nav-links .page-numbers.current {
  border-color: #00a850;
  color: #fff;
  background-color: #00a850;
}
body.blog #nav-below .nav-links .page-numbers.prev, body.blog #nav-below .nav-links .page-numbers.next {
  background-color: #007dba;
  border: solid 2px #007dba;
  border-radius: 50%;
  background-image: url(images/arrow-left-regular.svg);
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-position: center;
}
body.blog #nav-below .nav-links .page-numbers.prev span, body.blog #nav-below .nav-links .page-numbers.next span {
  display: none;
}
body.blog #nav-below .nav-links .page-numbers.prev:hover, body.blog #nav-below .nav-links .page-numbers.prev:focus, body.blog #nav-below .nav-links .page-numbers.prev:active, body.blog #nav-below .nav-links .page-numbers.next:hover, body.blog #nav-below .nav-links .page-numbers.next:focus, body.blog #nav-below .nav-links .page-numbers.next:active {
  background-color: #00a850;
  border-color: #00a850;
}
body.blog #nav-below .nav-links .page-numbers.next {
  background-image: url(images/arrow-right-regular.svg);
}
body.single-post header.entry-header {
  padding: 35px 20px;
  background-color: #003726;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
}
body.single-post header.entry-header #breadcrumbs {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #00a850;
  margin-bottom: 40px;
}
body.single-post header.entry-header #breadcrumbs span span a {
  color: #fff;
}
body.single-post header.entry-header #breadcrumbs span span .svg-inline--fa {
  color: #fff;
}
body.single-post header.entry-header .entry-title {
  color: #fff;
  margin-bottom: 35px;
}
body.single-post header.entry-header .entry-meta {
  padding-left: 60px;
  position: relative;
}
body.single-post header.entry-header .entry-meta:before {
  content: "";
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #fff url(images/news_badge.jpg) no-repeat center/48px 48px;
  position: absolute;
  border: solid 2px #00a850;
  left: 0;
}
body.single-post header.entry-header .entry-meta .posted-by {
  color: #fff;
  font-weight: 500;
  font-size: 14.5px;
}
body.single-post header.entry-header .entry-meta .posted-on {
  color: #e8e8e8;
  font-weight: 500;
  font-size: 14px;
}
body.single-post .posts {
  margin-top: 119px;
}
body.single-post .addtoany_share_save_container.addtoany_content {
  display: flex;
  align-items: center;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 0;
}
body.single-post .addtoany_share_save_container.addtoany_content .addtoany_header {
  color: #5e6367;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 0;
}
body.single-post .addtoany_share_save_container.addtoany_content a[class^=a2a_button_] {
  display: inline-flex;
  align-items: center;
  padding: 5px 15px 5px 15px;
  border-radius: 4px;
  margin-right: 15px;
}
body.single-post .addtoany_share_save_container.addtoany_content a[class^=a2a_button_] .a2a_label {
  display: block;
  height: auto;
  -webkit-clip-path: unset;
          clip-path: unset;
  width: auto;
  position: unset !important;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
body.single-post .addtoany_share_save_container.addtoany_content a[class^=a2a_button_] .a2a_svg {
  display: flex;
  align-items: center;
  display: inline-block;
}
body.single-post .addtoany_share_save_container.addtoany_content a[class^=a2a_button_] .a2a_svg[style] {
  border-radius: 0 !important;
  background-color: transparent !important;
}
body.single-post .addtoany_share_save_container.addtoany_content a[class^=a2a_button_] .a2a_svg svg {
  height: 85%;
  width: auto;
}
body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_facebook {
  background-color: rgb(24, 119, 242);
}
body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_facebook:hover, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_facebook:focus, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_facebook:active {
  color: #fff !important;
  background-color: #0c65d8;
}
body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_facebook:hover .a2a_svg, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_facebook:focus .a2a_svg, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_facebook:active .a2a_svg {
  color: #fff !important;
  background-color: transparent;
}
body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_facebook:hover > span, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_facebook:focus > span, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_facebook:active > span {
  opacity: 1 !important;
}
body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_twitter {
  background-color: rgb(29, 155, 240);
}
body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_twitter:hover, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_twitter:focus, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_twitter:active {
  color: #fff !important;
  background-color: #0e87d8;
}
body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_twitter:hover .a2a_svg, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_twitter:focus .a2a_svg, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_twitter:active .a2a_svg {
  color: #fff !important;
  background-color: transparent;
}
body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_twitter:hover > span, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_twitter:focus > span, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_twitter:active > span {
  opacity: 1 !important;
}
body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_linkedin {
  background-color: rgb(0, 123, 181);
}
body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_linkedin:hover, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_linkedin:focus, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_linkedin:active {
  color: #fff !important;
  background-color: #00618f;
}
body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_linkedin:hover .a2a_svg, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_linkedin:focus .a2a_svg, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_linkedin:active .a2a_svg {
  color: #fff !important;
  background-color: transparent;
}
body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_linkedin:hover > span, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_linkedin:focus > span, body.single-post .addtoany_share_save_container.addtoany_content a.a2a_button_linkedin:active > span {
  opacity: 1 !important;
}
@media (min-width: 768px) {
  body.blog .post {
    flex: 0 1 calc(50% - 28px);
  }
  body.blog .post:not(:last-child) {
    margin-bottom: 65px;
  }
  body.blog .post:nth-child(odd) {
    margin-right: 56px;
  }
  body.blog .post .inside-article {
    display: flex;
  }
  body.blog .post .inside-article a {
    padding: 40px 45px;
    display: flex;
    flex-flow: column;
  }
  body.blog .post .inside-article a .entry-title {
    font-size: 24px;
    -webkit-line-clamp: 2;
  }
  body.blog .post .inside-article a .entry-summary {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
  }
  body.blog .post .inside-article a .entry-meta {
    margin-top: auto;
  }
  body.blog .post .inside-article a .entry-meta .posted-by {
    font-weight: 500;
    font-size: 16px;
  }
  body.blog #nav-below .nav-links {
    justify-content: center;
  }
  body.blog #nav-below .nav-links .page-numbers:not(:last-child) {
    margin-right: 20px;
  }
  body.blog #nav-below .nav-links .page-numbers:not(.dots) {
    height: 44px;
    width: 44px;
    background-color: #fff;
    border: solid 2px #809699;
    border-radius: 50%;
    font-size: 24px;
    color: #5e6367;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  body.blog #nav-below .nav-links .page-numbers:hover, body.blog #nav-below .nav-links .page-numbers:focus, body.blog #nav-below .nav-links .page-numbers:active {
    border-color: #00a850;
    color: #00a850;
  }
  body.blog #nav-below .nav-links .page-numbers.current {
    border-color: #00a850;
    color: #fff;
    background-color: #00a850;
  }
  body.blog #nav-below .nav-links .page-numbers.prev, body.blog #nav-below .nav-links .page-numbers.next {
    background-color: #007dba;
    border: solid 2px #007dba;
    border-radius: 50%;
    background-image: url(images/arrow-left-regular.svg);
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: center;
  }
  body.blog #nav-below .nav-links .page-numbers.prev span, body.blog #nav-below .nav-links .page-numbers.next span {
    display: none;
  }
  body.blog #nav-below .nav-links .page-numbers.prev:hover, body.blog #nav-below .nav-links .page-numbers.prev:focus, body.blog #nav-below .nav-links .page-numbers.prev:active, body.blog #nav-below .nav-links .page-numbers.next:hover, body.blog #nav-below .nav-links .page-numbers.next:focus, body.blog #nav-below .nav-links .page-numbers.next:active {
    background-color: #00a850;
  }
  body.blog #nav-below .nav-links .page-numbers.next {
    background-image: url(images/arrow-right-regular.svg);
  }
  body.single-post header.entry-header {
    padding: 65px 0px;
  }
  body.single-post header.entry-header .inside-entry-header {
    padding-left: 16%;
    padding-right: 16%;
  }
  body.single-post .inside-article {
    padding-bottom: 0 !important;
  }
  body.single-post .entry-content {
    padding-left: 16%;
    padding-right: 16%;
  }
  body.single-post .posts {
    margin-top: 43px;
  }
  body.single-post .posts .inside-posts .posts-wrapper {
    transform: translateY(-43px);
    margin-bottom: -22px;
  }
  body.single-post .posts .inside-posts .posts-wrapper .post {
    padding: 40px 45px 45px 45px;
  }
  body.single-post .posts .inside-posts .posts-wrapper .post.featured {
    border: 1px solid #005336;
  }
  body.single-post .posts .inside-posts .posts-wrapper .post.latest {
    border: 1px solid #00a850;
  }
  body.single-post .posts .inside-posts .posts-wrapper .post:hover.featured, body.single-post .posts .inside-posts .posts-wrapper .post:focus.featured, body.single-post .posts .inside-posts .posts-wrapper .post:active.featured {
    border-color: #e8e8e8;
  }
  body.single-post .posts .inside-posts .posts-wrapper .post:hover.latest, body.single-post .posts .inside-posts .posts-wrapper .post:focus.latest, body.single-post .posts .inside-posts .posts-wrapper .post:active.latest {
    border-color: #e8e8e8;
  }
}

.margin-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.paragraph-large {
  font-size: 17.5px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .paragraph-large {
    font-size: 19px;
    font-weight: 500;
  }
}

.entry-content > ol,
.block-editor-block-list__layout > ol {
  list-style-type: upper-roman;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: new-counter;
}
.entry-content > ol li,
.block-editor-block-list__layout > ol li {
  counter-increment: new-counter;
  padding: 10px 10px 10px 60px;
  background-color: #f1f1f1;
  color: #005336;
  position: relative;
  border-radius: 0px 8px;
  margin-bottom: 15px;
}
.entry-content > ol li a,
.block-editor-block-list__layout > ol li a {
  color: #005336;
}
.entry-content > ol li:before,
.block-editor-block-list__layout > ol li:before {
  content: counter(new-counter);
  color: #5e6367;
  padding: 0 15px;
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  border-right: 1px solid #809699;
}
.entry-content > ol.roman-numerals li:before,
.block-editor-block-list__layout > ol.roman-numerals li:before {
  content: counter(new-counter, upper-roman);
}

.block-editor-block-list__layout > ol {
  margin-left: auto;
  margin-right: auto;
}

.entry-content > ol[class^=circle-number],
.block-editor-block-list__layout > ol[class^=circle-number] {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 35px;
}
.entry-content > ol[class^=circle-number].circle-number-1,
.block-editor-block-list__layout > ol[class^=circle-number].circle-number-1 {
  counter-reset: new-counter 0;
}
.entry-content > ol[class^=circle-number].circle-number-2,
.block-editor-block-list__layout > ol[class^=circle-number].circle-number-2 {
  counter-reset: new-counter 1;
}
.entry-content > ol[class^=circle-number].circle-number-3,
.block-editor-block-list__layout > ol[class^=circle-number].circle-number-3 {
  counter-reset: new-counter 2;
}
.entry-content > ol[class^=circle-number].circle-number-4,
.block-editor-block-list__layout > ol[class^=circle-number].circle-number-4 {
  counter-reset: new-counter 3;
}
.entry-content > ol[class^=circle-number].circle-number-5,
.block-editor-block-list__layout > ol[class^=circle-number].circle-number-5 {
  counter-reset: new-counter 4;
}
.entry-content > ol[class^=circle-number].circle-number-6,
.block-editor-block-list__layout > ol[class^=circle-number].circle-number-6 {
  counter-reset: new-counter 5;
}
.entry-content > ol[class^=circle-number].circle-number-7,
.block-editor-block-list__layout > ol[class^=circle-number].circle-number-7 {
  counter-reset: new-counter 6;
}
.entry-content > ol[class^=circle-number] li,
.block-editor-block-list__layout > ol[class^=circle-number] li {
  counter-increment: new-counter;
  background-color: transparent;
  border-radius: unset;
  padding: 10px 10px 10px 51px;
  color: #16211f;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.entry-content > ol[class^=circle-number] li strong,
.block-editor-block-list__layout > ol[class^=circle-number] li strong {
  display: contents;
}
.entry-content > ol[class^=circle-number] li:not(:last-child),
.block-editor-block-list__layout > ol[class^=circle-number] li:not(:last-child) {
  margin-bottom: 5px;
}
.entry-content > ol[class^=circle-number] li:before,
.block-editor-block-list__layout > ol[class^=circle-number] li:before {
  content: counter(new-counter);
  color: #5e6367;
  font-size: 18px;
  position: absolute;
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: #e8e8e8;
  border-radius: 50%;
  border: none;
}

.table-style {
  margin: 45px 0 35px 0;
}
.table-style table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.table-style table tbody tr td {
  border: 1px solid #e8e8e8;
  padding: 15px;
}
.table-style table tbody tr td:first-child {
  width: 75%;
}
.table-style table tbody tr td:last-child {
  width: 25%;
}

.double-theme-button-link-wrapper {
  margin: 20px 0 35px 0;
}
.double-theme-button-link-wrapper .btn:first-child:not(:only-child), .double-theme-button-link-wrapper .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a:first-child:not(:only-child), .site-footer .footer-above-widget-area .social-menu .double-theme-button-link-wrapper .menu-item:first-child > a:first-child:not(:only-child),
.double-theme-button-link-wrapper body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button:first-child:not(:only-child),
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .double-theme-button-link-wrapper input.button:first-child:not(:only-child),
.double-theme-button-link-wrapper body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit]:first-child:not(:only-child),
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .double-theme-button-link-wrapper input[type=submit]:first-child:not(:only-child), .double-theme-button-link-wrapper body .gform_wrapper.gravity-theme .gform_footer input.button:first-child:not(:only-child), body .gform_wrapper.gravity-theme .gform_footer .double-theme-button-link-wrapper input.button:first-child:not(:only-child),
.double-theme-button-link-wrapper body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:first-child:not(:only-child),
body .gform_wrapper.gravity-theme .gform_footer .double-theme-button-link-wrapper input[type=submit]:first-child:not(:only-child), .double-theme-button-link-wrapper .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a:first-child:not(:only-child), .main-navigation .double-theme-button-link-wrapper .main-nav > ul.menu > li.menu-item.menu-button > a:first-child:not(:only-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .double-theme-button-link-wrapper .btn:first-child:not(:only-child), .double-theme-button-link-wrapper .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a:first-child:not(:only-child), .site-footer .footer-above-widget-area .social-menu .double-theme-button-link-wrapper .menu-item:first-child > a:first-child:not(:only-child),
  .double-theme-button-link-wrapper body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button:first-child:not(:only-child),
  body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .double-theme-button-link-wrapper input.button:first-child:not(:only-child),
  .double-theme-button-link-wrapper body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit]:first-child:not(:only-child),
  body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .double-theme-button-link-wrapper input[type=submit]:first-child:not(:only-child), .double-theme-button-link-wrapper body .gform_wrapper.gravity-theme .gform_footer input.button:first-child:not(:only-child), body .gform_wrapper.gravity-theme .gform_footer .double-theme-button-link-wrapper input.button:first-child:not(:only-child),
  .double-theme-button-link-wrapper body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:first-child:not(:only-child),
  body .gform_wrapper.gravity-theme .gform_footer .double-theme-button-link-wrapper input[type=submit]:first-child:not(:only-child), .double-theme-button-link-wrapper .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a:first-child:not(:only-child), .main-navigation .double-theme-button-link-wrapper .main-nav > ul.menu > li.menu-item.menu-button > a:first-child:not(:only-child) {
    margin-bottom: 0px;
    margin-right: 20px;
  }
}

.home-hero {
  height: 532px;
  position: relative;
  z-index: 1;
}
.home-hero .home-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.home-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to bottom, #005336, #005336);
}
.home-hero .inside-home-hero {
  position: relative;
  z-index: 5;
}
.home-hero .inside-home-hero .content {
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
.home-hero .inside-home-hero .content .home-hero-title {
  color: #fff;
  margin-bottom: 20px;
}
.home-hero .inside-home-hero .content .home-hero-text {
  color: #fff;
  margin-bottom: 30px;
}
.home-hero .inside-home-hero .content .btn, .home-hero .inside-home-hero .content .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a, .site-footer .footer-above-widget-area .social-menu .home-hero .inside-home-hero .content .menu-item:first-child > a,
.home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .home-hero .inside-home-hero .content input.button,
.home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit],
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .home-hero .inside-home-hero .content input[type=submit], .home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .gform_footer input.button, body .gform_wrapper.gravity-theme .gform_footer .home-hero .inside-home-hero .content input.button,
.home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .gform_footer input[type=submit],
body .gform_wrapper.gravity-theme .gform_footer .home-hero .inside-home-hero .content input[type=submit], .home-hero .inside-home-hero .content .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a, .main-navigation .home-hero .inside-home-hero .content .main-nav > ul.menu > li.menu-item.menu-button > a {
  color: #16211f;
}
.home-hero .inside-home-hero .content .btn:hover, .home-hero .inside-home-hero .content .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a:hover, .site-footer .footer-above-widget-area .social-menu .home-hero .inside-home-hero .content .menu-item:first-child > a:hover,
.home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .home-hero .inside-home-hero .content input.button:hover,
.home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit]:hover,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .home-hero .inside-home-hero .content input[type=submit]:hover, .home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .gform_footer input.button:hover, body .gform_wrapper.gravity-theme .gform_footer .home-hero .inside-home-hero .content input.button:hover,
.home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover,
body .gform_wrapper.gravity-theme .gform_footer .home-hero .inside-home-hero .content input[type=submit]:hover, .home-hero .inside-home-hero .content .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a:hover, .main-navigation .home-hero .inside-home-hero .content .main-nav > ul.menu > li.menu-item.menu-button > a:hover, .home-hero .inside-home-hero .content .btn:focus, .home-hero .inside-home-hero .content .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a:focus, .site-footer .footer-above-widget-area .social-menu .home-hero .inside-home-hero .content .menu-item:first-child > a:focus,
.home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .home-hero .inside-home-hero .content input.button:focus,
.home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit]:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .home-hero .inside-home-hero .content input[type=submit]:focus, .home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .gform_footer input.button:focus, body .gform_wrapper.gravity-theme .gform_footer .home-hero .inside-home-hero .content input.button:focus,
.home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus,
body .gform_wrapper.gravity-theme .gform_footer .home-hero .inside-home-hero .content input[type=submit]:focus, .home-hero .inside-home-hero .content .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a:focus, .main-navigation .home-hero .inside-home-hero .content .main-nav > ul.menu > li.menu-item.menu-button > a:focus, .home-hero .inside-home-hero .content .btn:active, .home-hero .inside-home-hero .content .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a:active, .site-footer .footer-above-widget-area .social-menu .home-hero .inside-home-hero .content .menu-item:first-child > a:active,
.home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button:active,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .home-hero .inside-home-hero .content input.button:active,
.home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit]:active,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .home-hero .inside-home-hero .content input[type=submit]:active, .home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .gform_footer input.button:active, body .gform_wrapper.gravity-theme .gform_footer .home-hero .inside-home-hero .content input.button:active,
.home-hero .inside-home-hero .content body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:active,
body .gform_wrapper.gravity-theme .gform_footer .home-hero .inside-home-hero .content input[type=submit]:active, .home-hero .inside-home-hero .content .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a:active, .main-navigation .home-hero .inside-home-hero .content .main-nav > ul.menu > li.menu-item.menu-button > a:active {
  color: #fff;
}
@media (min-width: 768px) {
  .home-hero {
    height: 506px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #003726;
  }
  .home-hero .home-hero-image {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    -o-object-fit: unset;
       object-fit: unset;
    z-index: 1;
  }
  .home-hero:after {
    display: none;
  }
  .home-hero .inside-home-hero {
    position: relative;
    z-index: 5;
  }
  .home-hero .inside-home-hero .content {
    padding-top: 85px;
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
  }
}

.posts {
  background-color: #e8e8e8;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
}
.posts .inside-posts .posts-wrapper {
  transform: translateY(-84px);
  margin-bottom: -84px;
}
.posts .inside-posts .posts-wrapper .post {
  padding: 25px;
  display: block;
  transition: 0.5s all;
}
.posts .inside-posts .posts-wrapper .post.featured {
  background-color: #005336;
  margin-bottom: 23px;
}
.posts .inside-posts .posts-wrapper .post.latest {
  background-color: #00a850;
  margin-bottom: 20px;
}
.posts .inside-posts .posts-wrapper .post .tag {
  margin-bottom: 15px;
}
.posts .inside-posts .posts-wrapper .post .tag span {
  display: inline-block;
  padding: 2px 7px;
  color: #16211f;
  font-weight: 600;
  font-size: 14.5px;
  text-align: center;
  border-radius: 0px 8px;
  background-color: #ffc700;
  transition: 0.5s all;
}
.posts .inside-posts .posts-wrapper .post .post-title {
  color: #fff;
  margin-bottom: 15px;
  transition: 0.5s all;
}
.posts .inside-posts .posts-wrapper .post .post-excerpt {
  color: #fff;
  margin-bottom: 25px;
  transition: 0.5s all;
}
.posts .inside-posts .posts-wrapper .post .post-meta {
  padding-left: 60px;
  position: relative;
}
.posts .inside-posts .posts-wrapper .post .post-meta:before {
  content: "";
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #fff url(images/news_badge.jpg) no-repeat center/48px 48px;
  position: absolute;
  border: solid 2px #fff;
  left: 0;
  transition: 0.5s all;
}
.posts .inside-posts .posts-wrapper .post .post-meta .posted-by {
  color: #fff;
  font-weight: 600;
  font-size: 14.5px;
  transition: 0.5s all;
}
.posts .inside-posts .posts-wrapper .post .post-meta .posted-on {
  color: #e8e8e8;
  font-weight: 500;
  font-size: 14px;
  transition: 0.5s all;
}
.posts .inside-posts .posts-wrapper .post:hover.featured, .posts .inside-posts .posts-wrapper .post:focus.featured, .posts .inside-posts .posts-wrapper .post:active.featured {
  background-color: #fff;
}
.posts .inside-posts .posts-wrapper .post:hover.latest, .posts .inside-posts .posts-wrapper .post:focus.latest, .posts .inside-posts .posts-wrapper .post:active.latest {
  background-color: #fff;
}
.posts .inside-posts .posts-wrapper .post:hover .tag span, .posts .inside-posts .posts-wrapper .post:focus .tag span, .posts .inside-posts .posts-wrapper .post:active .tag span {
  color: #fff;
  background-color: #00a850;
}
.posts .inside-posts .posts-wrapper .post:hover .post-title, .posts .inside-posts .posts-wrapper .post:focus .post-title, .posts .inside-posts .posts-wrapper .post:active .post-title {
  color: #16211f;
}
.posts .inside-posts .posts-wrapper .post:hover .post-excerpt, .posts .inside-posts .posts-wrapper .post:focus .post-excerpt, .posts .inside-posts .posts-wrapper .post:active .post-excerpt {
  color: #5e6367;
}
.posts .inside-posts .posts-wrapper .post:hover .post-meta:before, .posts .inside-posts .posts-wrapper .post:focus .post-meta:before, .posts .inside-posts .posts-wrapper .post:active .post-meta:before {
  border: solid 2px #00a850;
}
.posts .inside-posts .posts-wrapper .post:hover .post-meta .posted-by, .posts .inside-posts .posts-wrapper .post:focus .post-meta .posted-by, .posts .inside-posts .posts-wrapper .post:active .post-meta .posted-by {
  color: #5e6367;
}
.posts .inside-posts .posts-wrapper .post:hover .post-meta .posted-on, .posts .inside-posts .posts-wrapper .post:focus .post-meta .posted-on, .posts .inside-posts .posts-wrapper .post:active .post-meta .posted-on {
  color: #809699;
}
.posts .inside-posts .posts-page {
  text-align: center;
}
.posts .inside-posts .posts-page span {
  display: block;
  color: #5e6367;
  font-weight: 600;
  font-size: 14.5px;
  margin-bottom: 10px;
}
.posts .inside-posts .posts-page .posts-page-link {
  color: #5e6367;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}
.posts .inside-posts .posts-page .posts-page-link .svg-inline--fa {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .posts {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 35px;
  }
  .posts .inside-posts .posts-wrapper {
    transform: translateY(-51px);
    margin-bottom: -26px;
    display: flex;
    justify-content: space-between;
  }
  .posts .inside-posts .posts-wrapper .post {
    flex: 0 1 calc(50% - 28px);
    padding: 45px;
    display: block;
    display: flex;
    flex-flow: column;
  }
  .posts .inside-posts .posts-wrapper .post.featured {
    margin-bottom: 0px;
    margin-right: 56px;
  }
  .posts .inside-posts .posts-wrapper .post.latest {
    background-color: #00a850;
    margin-bottom: 0px;
  }
  .posts .inside-posts .posts-wrapper .post .post-meta {
    margin-top: auto;
  }
  .posts .inside-posts .posts-page {
    text-align: center;
  }
  .posts .inside-posts .posts-page span {
    display: inline;
    margin-right: 15px;
  }
}

.video-panel {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 45px;
}
.video-panel:not(:first-child) {
  padding-top: 35px;
}
.video-panel .inside-video-panel .video-panel-title {
  color: #00a850;
  margin-bottom: 35px;
}
.video-panel .inside-video-panel .video-wrapper .column.main-content {
  margin-bottom: 35px;
  font-size: 14.5px;
}
.video-panel .inside-video-panel .video-wrapper .column.main-content em {
  color: #00a850;
  font-style: normal;
}
.video-panel .inside-video-panel .video-wrapper .column.main-content h2,
.video-panel .inside-video-panel .video-wrapper .column.main-content h3,
.video-panel .inside-video-panel .video-wrapper .column.main-content h4,
.video-panel .inside-video-panel .video-wrapper .column.main-content h5,
.video-panel .inside-video-panel .video-wrapper .column.main-content h6 {
  margin-bottom: 15px;
  color: #16211f;
}
.video-panel .inside-video-panel .video-wrapper .column.main-content.light h2,
.video-panel .inside-video-panel .video-wrapper .column.main-content.light h3,
.video-panel .inside-video-panel .video-wrapper .column.main-content.light h4,
.video-panel .inside-video-panel .video-wrapper .column.main-content.light h5,
.video-panel .inside-video-panel .video-wrapper .column.main-content.light h6 {
  color: #5e6367;
}
.video-panel .inside-video-panel .video-wrapper .column.main-content P {
  margin-bottom: 0;
}
.video-panel .inside-video-panel .video-wrapper .column.main-content p:not(:last-child) {
  margin-bottom: 30px;
}
.video-panel .inside-video-panel .video-wrapper .column.main-content ul {
  margin: 35px 0;
  padding: 0;
  list-style-type: none;
}
.video-panel .inside-video-panel .video-wrapper .column.main-content ul li {
  margin-bottom: 12.5px;
  color: #005336;
  padding-left: 31px;
  position: relative;
}
.video-panel .inside-video-panel .video-wrapper .column.main-content ul li:before {
  content: "";
  background-color: #00a850;
  position: absolute;
  left: 3px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.video-panel .inside-video-panel .video-wrapper .column.main-content ul li:after {
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #00a850;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.video-panel .inside-video-panel .video-wrapper .column.main-content a {
  font-weight: bold;
  padding-right: 20px;
  display: inline-block;
  color: #00a850;
  background: url(images/chevron-right-regular-green.svg) no-repeat center right/10px auto;
}
.video-panel .inside-video-panel .video-wrapper .column.video.has-video .video_wrapper {
  position: relative;
  height: 230px;
  border-bottom: 5px solid #00a850;
  box-shadow: 8.1px 8.1px 0 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}
.video-panel .inside-video-panel .video-wrapper .column.video.has-video .video_wrapper .video-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all ease;
}
.video-panel .inside-video-panel .video-wrapper .column.video.has-video .video_wrapper a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-panel .inside-video-panel .video-wrapper .column.video.has-video .video_wrapper a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  background-color: #32b540;
  opacity: 0;
  z-index: 2;
  transition: 0.5s all ease;
}
.video-panel .inside-video-panel .video-wrapper .column.video.has-video .video_wrapper a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  height: 47.1px;
  width: 47.1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 168, 80, 0.5);
  border-radius: 50%;
  background-image: url(images/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 3;
}
.video-panel .inside-video-panel .video-wrapper .column.video.has-video .video_wrapper a:hover:before {
  opacity: 1;
}
.video-panel .inside-video-panel .video-wrapper .column.video.has-video .video_wrapper a:hover .video-image {
  transform: scale(1.2);
}
.video-panel .inside-video-panel .video-wrapper .column.video.has-video .video-panel-below-image-content {
  font-weight: 500;
  font-size: 14px;
}
.video-panel .inside-video-panel .video-wrapper .column.video.has-video .video-panel-below-image-content em {
  color: #00a850;
  font-style: normal;
}
@media (min-width: 768px) {
  .video-panel {
    background-image: url(images/section-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 65px;
  }
  .video-panel:not(:first-child) {
    padding-top: 45px;
  }
  .video-panel .inside-video-panel .video-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .video-panel .inside-video-panel .video-wrapper .column.main-content {
    order: 1;
    padding-right: 8.3%;
    flex: 1;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .video-panel .inside-video-panel .video-wrapper .column.main-content.order-2 {
    order: 2;
    padding-left: 8.3%;
    padding-right: 0;
  }
  .video-panel .inside-video-panel .video-wrapper .column.video {
    order: 2;
    flex: 1;
  }
  .video-panel .inside-video-panel .video-wrapper .column.video.order-1 {
    order: 1;
  }
  .video-panel .inside-video-panel .video-wrapper .column.video.has-video .video_wrapper {
    height: 336px;
    margin-bottom: 35px;
  }
  .video-panel .inside-video-panel .video-wrapper .column.video .video-panel-below-image-content {
    font-weight: 500;
    font-size: 14px;
  }
  .video-panel .inside-video-panel .video-wrapper .column.video .video-panel-below-image-content em {
    color: #00a850;
    font-style: normal;
  }
}

.home .video-panel .inside-video-panel .video-panel-title {
  color: #16211f;
  text-align: center;
}
@media (min-width: 768px) {
  .home .video-panel .inside-video-panel .video-panel-title {
    margin-bottom: 60px;
  }
}

.green-cta {
  background-color: #00a850;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 29px;
  padding-bottom: 35px;
  color: #fff;
}
.green-cta .inside-green-cta > .svg-inline--fa {
  width: 30px;
  height: auto;
  margin-bottom: 14px;
}
.green-cta .inside-green-cta .green-cta-text {
  font-size: 14.5px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 21px;
}
.green-cta .inside-green-cta .green-cta-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #fff;
  width: 44px;
}
.green-cta .inside-green-cta .green-cta-link .green-cta-link-text {
  color: #fff;
  margin-bottom: 5px;
}
.green-cta .inside-green-cta .green-cta-link a {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
}
.green-cta .inside-green-cta .green-cta-link a .svg-inline--fa {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .green-cta {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 39px;
    padding-bottom: 45px;
  }
  .green-cta .inside-green-cta {
    display: flex;
    align-items: center;
  }
  .green-cta .inside-green-cta > .svg-inline--fa {
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .green-cta .inside-green-cta .green-cta-text {
    font-size: 16px;
    padding-bottom: 0px;
    padding-right: 38px;
    position: relative;
    margin-bottom: 0px;
    margin-right: 59px;
  }
  .green-cta .inside-green-cta .green-cta-text:after {
    left: auto;
    bottom: 0;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
  }
  .green-cta .inside-green-cta .green-cta-link .green-cta-link-text {
    white-space: nowrap;
  }
}

.two-columned-cta {
  background-color: #003;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 64px;
}
.two-columned-cta .background-image-left {
  display: none;
}
.two-columned-cta .background-image-right {
  display: none;
}
.two-columned-cta .two-columned-cta-title {
  color: #fff;
  margin-bottom: 35px;
  text-align: center;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content {
  margin-bottom: 59px;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .content {
  margin-bottom: 38px;
  color: #fff;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .content em {
  font-style: normal;
  color: #ffc700;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .quote {
  position: relative;
  color: #fff;
  padding-left: 40px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 36px;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .quote:before {
  content: "❝";
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 32px;
  line-height: 1;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .quote:after {
  content: "❞";
  font-size: 32px;
  line-height: 1;
  margin-left: 10px;
  position: absolute;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .source {
  display: flex;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .source .source-image {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  margin-right: 12px;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .source .source-name {
  margin-bottom: 36px;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .source .source-name .name {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .source .source-name .logo-title {
  display: flex;
  align-items: center;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .source .source-name .logo-title .logo {
  width: 60px;
  display: inline-block;
  margin-right: 10px;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .source .source-name .logo-title .title {
  color: #e8e8e8;
  font-size: 14px;
  font-weight: 500;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 35px;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box {
  padding-left: 19px;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box:first-child, .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box:nth-child(3) {
  border-right: 1px solid rgba(196, 196, 196, 0.2);
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box:first-child, .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box:nth-child(2) {
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  padding-bottom: 20px;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box:nth-child(3), .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box:nth-child(4) {
  padding-top: 20px;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box .icon {
  width: 47px;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box .statistic {
  color: #fff;
  font-weight: 800;
  font-size: 32px;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box .statistic-explanation {
  color: #e8e8e8;
  font-weight: bold;
  font-size: 16px;
}
.two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .subtext {
  color: #809699;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .two-columned-cta {
    background-color: transparent;
    background-image: linear-gradient(65deg, #003 30%, rgba(0, 0, 51, 0) 108%), linear-gradient(to right, #003 60%, rgba(0, 0, 51, 0));
    padding-top: 65px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 89px;
    position: relative;
    z-index: 2;
  }
  .two-columned-cta .background-image-left {
    mix-blend-mode: soft-light;
    display: block;
    position: absolute;
    left: 0;
    top: 134px;
    max-height: 75%;
    z-index: 1;
  }
  .two-columned-cta .background-image-right {
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .two-columned-cta .two-columned-cta-title {
    margin-bottom: 45px;
    position: relative;
    z-index: 5;
  }
  .two-columned-cta .inside-two-columned-cta {
    position: relative;
    z-index: 5;
    display: flex;
  }
  .two-columned-cta .inside-two-columned-cta .column {
    flex: 1;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content {
    margin-bottom: 0px;
    padding-right: 125px;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .content {
    margin-bottom: 25px;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote {
    margin-bottom: 47px;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .quote {
    padding-top: 15px;
    padding-bottom: 21px;
    margin-bottom: 15px;
    background-color: #010127;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .quote:before {
    top: 15px;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .source {
    display: flex;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .source .source-name {
    margin-bottom: 36px;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-content .two-columned-cta-quote .source .source-name .name {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box {
    padding-left: 0px;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box:first-child, .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box:nth-child(2) {
    padding-bottom: 30px;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box:nth-child(3), .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box:nth-child(4) {
    padding-top: 30px;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box:nth-child(even) {
    padding-left: 45px;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box:nth-child(odd) {
    padding-right: 30px;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box .icon {
    width: 69px;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .grid .box .statistic {
    font-size: 48px;
  }
  .two-columned-cta .inside-two-columned-cta .column.two-columned-cta-grid .subtext {
    padding: 0 84px 0 59px;
  }
}

.page-links {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}
.page-links .page-links-title {
  color: #003726;
  margin-bottom: 35px;
}
.page-links .links .link {
  display: block;
  border-radius: 5px;
  border: solid 2px #e8e8e8;
  background-color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  transition: 0.5s all ease;
}
.page-links .links .link:not(:last-child) {
  margin-bottom: 20px;
}
.page-links .links .link .icon {
  margin-right: 12px;
}
.page-links .links .link .page-title {
  color: #5e6367;
  margin-bottom: 0;
}
.page-links .links .link .svg-inline--fa {
  color: #5e6367;
  font-size: 1rem;
  margin-left: auto;
}
.page-links .links .link:hover, .page-links .links .link:focus, .page-links .links .link:active {
  box-shadow: 0 0 0 4px rgba(0, 168, 80, 0.35);
  border: solid 2px #00a850;
}

.members {
  margin-bottom: 15px;
}
.members .members-title {
  color: #5e6367;
  margin-bottom: 25px;
}
.members .members-grid {
  display: flex;
  flex-wrap: wrap;
}
.members .members-grid .member {
  display: block;
  flex: 0 1 calc(50% - 10px);
  margin-bottom: 20px;
}
.members .members-grid .member:nth-child(odd) {
  margin-right: 20px;
}
.members .members-grid .member .member-photo {
  height: 174px;
  width: 174px;
  position: relative;
  margin-bottom: 12.5px;
}
.members .members-grid .member .member-photo img {
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.members .members-grid .member .member-photo .label {
  color: #fff;
  background: #00a850;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 0.5 all ease;
  opacity: 0;
  text-align: center;
  z-index: 5;
}
.members .members-grid .member .member-photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00a850;
  mix-blend-mode: multiply;
  transition: 0.5 all ease;
  opacity: 0;
}
.members .members-grid .member .member-name {
  color: #16211f;
  font-weight: 600;
  font-size: 14.5px;
  margin-bottom: 0;
}
.members .members-grid .member .member-title {
  font-size: 14.5px;
  color: #5e6367;
}
.members .members-grid .member:hover .member-photo .label, .members .members-grid .member:hover .member-photo:after, .members .members-grid .member:focus .member-photo .label, .members .members-grid .member:focus .member-photo:after, .members .members-grid .member:active .member-photo .label, .members .members-grid .member:active .member-photo:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .members {
    margin-bottom: 20px;
  }
  .members .members-grid .member {
    flex: 0 1 calc(25% - 20px);
    margin-bottom: 25px;
  }
  .members .members-grid .member:nth-child(odd) {
    margin-right: 0px;
  }
  .members .members-grid .member:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .members .members-grid .member .member-photo {
    height: 283px;
    width: 283px;
    margin-bottom: 20px;
  }
  .members .members-grid .member .member-photo .label {
    padding: 15px 0;
  }
  .members .members-grid .member .member-name {
    font-weight: 500;
    font-size: 18px;
  }
  .members .members-grid .member .member-title {
    font-size: 16px;
    font-weight: 500;
  }
}

.testimonial-panel {
  margin-top: 45px;
  margin-bottom: 45px;
}
.testimonial-panel.has-company-info {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.testimonial-panel .testimonial-panel-company-logo {
  max-width: 155px;
  margin-bottom: 35px;
}
.testimonial-panel .testimonial-panel-title {
  color: #003726;
  margin-bottom: 35px;
}
.testimonial-panel .testimonial-panel-company-description h5 {
  font-weight: 600;
  font-size: 17.5px;
  color: #000;
  margin-bottom: 20px;
}
.testimonial-panel .testimonial-panel-testimonial:not(:only-child) {
  margin-top: 45px;
  margin-bottom: 25px;
}
.testimonial-panel .testimonial-panel-testimonial .textimonial-text {
  border-radius: 5px;
  border: solid 2px #e8e8e8;
  padding: 15px 20px;
  color: #5e6367;
  margin-bottom: 20px;
}
.testimonial-panel .testimonial-panel-testimonial .source {
  display: flex;
  align-items: center;
}
.testimonial-panel .testimonial-panel-testimonial .source .source-image {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  margin-right: 12px;
  border: 4px solid #00a850;
}
.testimonial-panel .testimonial-panel-testimonial .source .source-name-title .name {
  font-size: 19px;
  font-weight: 500;
}
.testimonial-panel .testimonial-panel-testimonial .source .source-name-title .title {
  color: #5e6367;
  font-weight: 500;
}
.testimonial-panel .testimonial-panel-subtext {
  font-size: 18px;
  font-weight: 500;
  color: #007dba;
}
@media (min-width: 768px) {
  .testimonial-panel .testimonial-panel-company-description h5 {
    font-weight: 500;
    font-size: 19px;
  }
  .testimonial-panel .testimonial-panel-testimonial:not(:only-child) {
    margin-top: 35px;
  }
  .testimonial-panel .testimonial-panel-testimonial .textimonial-text {
    width: 75%;
    margin-bottom: 25px;
  }
}

.large-testimonial-panel {
  padding: 35px 20px;
  background-color: #003;
}
.large-testimonial-panel .large-testimonial-panel-background-image {
  display: none;
}
.large-testimonial-panel .inside-large-testimonial-panel .large-testimonial-panel-testimonial .large-testimonial-panel-textimonial-text {
  color: #fff;
  font-size: 17.5px;
  font-weight: 600;
  margin-bottom: 25px;
}
.large-testimonial-panel .inside-large-testimonial-panel .large-testimonial-panel-testimonial .large-testimonial-panel-textimonial-text em {
  color: #ffc700;
  font-style: normal;
}
.large-testimonial-panel .inside-large-testimonial-panel .large-testimonial-panel-testimonial .source {
  font-size: 14px;
  font-weight: 500;
  color: #5e6367;
}
.large-testimonial-panel .inside-large-testimonial-panel .large-testimonial-panel-testimonial .source p:last-child,
.large-testimonial-panel .inside-large-testimonial-panel .large-testimonial-panel-testimonial .source p:only-child {
  margin-bottom: 0;
}
.large-testimonial-panel .inside-large-testimonial-panel .large-testimonial-panel-testimonial .source em {
  color: #ffc700;
  font-style: normal;
}
@media (min-width: 768px) {
  .large-testimonial-panel {
    padding: 105px 0px 98px 0px;
    background-color: transparent;
    background-image: linear-gradient(87deg, #003 64%, rgba(0, 0, 51, 0) 126%), linear-gradient(to right, #003 60%, rgba(0, 0, 51, 0));
    background-blend-mode: soft-light;
    position: relative;
    z-index: 2;
  }
  .large-testimonial-panel .large-testimonial-panel-background-image-left {
    mix-blend-mode: soft-light;
    display: block;
    position: absolute;
    left: 0;
    top: 134px;
    max-height: 75%;
    z-index: 1;
  }
  .large-testimonial-panel .large-testimonial-panel-background-image-right {
    mix-blend-mode: multiply;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: -1;
  }
  .large-testimonial-panel .inside-large-testimonial-panel .large-testimonial-panel-testimonial {
    width: 50%;
    padding-right: 8%;
  }
  .large-testimonial-panel .inside-large-testimonial-panel .large-testimonial-panel-testimonial .large-testimonial-panel-textimonial-text {
    font-size: 19px;
    font-weight: 500;
  }
}

.donation-cta {
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
}
.donation-cta .inside-donation-cta .column.text {
  margin-bottom: 20px;
}
.donation-cta .inside-donation-cta .column.text .donation-cta-title {
  color: #00a850;
  margin-bottom: 35px;
  font-weight: 600;
}
.donation-cta .inside-donation-cta .column.text .donation-cta-text a:not([class]) {
  font-weight: bold;
  text-decoration: underline;
}
.donation-cta .inside-donation-cta .column.text .donation-cta-text ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  counter-reset: new-counter;
  margin-top: 35px;
}
.donation-cta .inside-donation-cta .column.text .donation-cta-text ol li {
  counter-increment: new-counter;
  padding: 10px 10px 10px 51px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: inherit;
  color: inherit;
}
.donation-cta .inside-donation-cta .column.text .donation-cta-text ol li:not(:last-child) {
  margin-bottom: 5px;
}
.donation-cta .inside-donation-cta .column.text .donation-cta-text ol li:before {
  content: counter(new-counter);
  color: #5e6367;
  font-size: 18px;
  position: absolute;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: #e8e8e8;
  border-radius: 50%;
}
.donation-cta .inside-donation-cta .column.text .btn, .donation-cta .inside-donation-cta .column.text .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a, .site-footer .footer-above-widget-area .social-menu .donation-cta .inside-donation-cta .column.text .menu-item:first-child > a,
.donation-cta .inside-donation-cta .column.text body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .donation-cta .inside-donation-cta .column.text input.button,
.donation-cta .inside-donation-cta .column.text body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit],
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .donation-cta .inside-donation-cta .column.text input[type=submit], .donation-cta .inside-donation-cta .column.text body .gform_wrapper.gravity-theme .gform_footer input.button, body .gform_wrapper.gravity-theme .gform_footer .donation-cta .inside-donation-cta .column.text input.button,
.donation-cta .inside-donation-cta .column.text body .gform_wrapper.gravity-theme .gform_footer input[type=submit],
body .gform_wrapper.gravity-theme .gform_footer .donation-cta .inside-donation-cta .column.text input[type=submit], .donation-cta .inside-donation-cta .column.text .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a, .main-navigation .donation-cta .inside-donation-cta .column.text .main-nav > ul.menu > li.menu-item.menu-button > a {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .donation-cta {
    padding-left: 0px;
    padding-right: 0px;
  }
  .donation-cta .inside-donation-cta {
    display: flex;
  }
  .donation-cta .inside-donation-cta .column {
    flex: 1;
  }
  .donation-cta .inside-donation-cta .column.text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 0px;
    padding-right: 8%;
  }
}

.equality-cta {
  background-color: #003;
  padding: 45px 20px 53px 20px;
}
.equality-cta .equality-cta-background-image {
  display: none;
}
.equality-cta .inside-equality-cta .equality-cta-content {
  color: #fff;
}
.equality-cta .inside-equality-cta .equality-cta-content > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.equality-cta .inside-equality-cta .equality-cta-content > ul > li {
  margin-bottom: 25px;
  color: #fff;
  padding-left: 31px;
  position: relative;
}
.equality-cta .inside-equality-cta .equality-cta-content > ul > li:not(:first-child) {
  padding-top: 25px;
  border-top: 1px solid #fff;
}
.equality-cta .inside-equality-cta .equality-cta-content > ul > li:before {
  content: "";
  background-color: #ffc700;
  position: absolute;
  left: 3px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 32px;
}
.equality-cta .inside-equality-cta .equality-cta-content > ul > li:after {
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #ffc700;
  position: absolute;
  left: 0;
  top: 29px;
}
.equality-cta .inside-equality-cta .equality-cta-content > ul > li:first-child:before {
  top: 5px;
}
.equality-cta .inside-equality-cta .equality-cta-content > ul > li:first-child:after {
  top: 2px;
}
.equality-cta .inside-equality-cta .equality-cta-content > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.equality-cta .inside-equality-cta .equality-cta-content > ul > li > ul > li {
  color: #fff;
  padding-left: 31px;
  position: relative;
  padding-top: 25px;
}
.equality-cta .inside-equality-cta .equality-cta-content > ul > li > ul > li:after {
  content: "";
  height: 13px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 29px;
}
.equality-cta .inside-equality-cta .equality-cta-content em {
  font-style: normal;
  color: #ffc700;
}
.equality-cta .inside-equality-cta .equality-cta-content a {
  color: #fff;
  text-decoration: underline;
}

.image-testimonial-panel {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 45px;
  padding-top: 35px;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-panel-title {
  color: #00a850;
  margin-bottom: 35px;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content {
  margin-bottom: 20px;
  font-size: 14.5px;
  color: #5e6367;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content em {
  color: #00a850;
  font-style: normal;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content h2,
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content h3,
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content h4,
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content h5,
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content h6 {
  margin-bottom: 15px;
  color: #5e6367;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content P {
  margin-bottom: 0;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content p:not(:last-child) {
  margin-bottom: 30px;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content ul {
  margin: 35px 0;
  padding: 0;
  list-style-type: none;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content ul li {
  margin-bottom: 12.5px;
  color: #005336;
  padding-left: 31px;
  position: relative;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content ul li:before {
  content: "";
  background-color: #00a850;
  position: absolute;
  left: 3px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .content ul li:after {
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #00a850;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .image-testimonial-panel-below-testimonial {
  font-weight: 500;
  color: #5e6367;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .image-testimonial-panel-below-testimonial a {
  text-decoration: underline;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .testimonial-panel-testimonial .testimonial-text {
  background-color: #007dba;
  color: #fff;
  padding: 25px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  border-radius: 5px;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .testimonial-panel-testimonial .source {
  display: flex;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .testimonial-panel-testimonial .source .source-image {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  margin-right: 12px;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .testimonial-panel-testimonial .source .source-name {
  margin-bottom: 36px;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .testimonial-panel-testimonial .source .source-name .name {
  font-size: 19px;
  font-weight: 500;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .testimonial-panel-testimonial .source .source-name .logo-title {
  display: flex;
  align-items: center;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .testimonial-panel-testimonial .source .source-name .logo-title .logo {
  width: 60px;
  display: inline-block;
  margin-right: 10px;
}
.image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content .testimonial-panel-testimonial .source .source-name .logo-title .title {
  color: #5e6367;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .image-testimonial-panel {
    background-image: url(images/section-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 65px;
    padding-top: 45px;
  }
  .image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column {
    flex: 1;
  }
  .image-testimonial-panel .inside-image-testimonial-panel .image-testimonial-wrapper .column.main-content {
    padding-right: 8.3%;
    margin-bottom: 0px;
    font-size: 16px;
  }
}

.donation-form-currency-choice .donation-form-currency-choice-title {
  margin-bottom: 12px;
  font-weight: bold;
}
.donation-form-currency-choice .donation-form-currency-choice-text {
  color: #5e6367;
  margin-bottom: 31px;
}
.donation-form-currency-choice .donation-form-currency-choice-links .currency-link {
  display: inline-flex;
  border-radius: 8px;
  background-color: #00a850;
  color: #fff;
  width: 142px;
  flex-flow: column;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 13px;
  position: relative;
  transition: 0.5s all ease;
  margin-bottom: 25px;
}
.donation-form-currency-choice .donation-form-currency-choice-links .currency-link img {
  width: 66px;
  margin-bottom: 16px;
}
.donation-form-currency-choice .donation-form-currency-choice-links .currency-link:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 11px;
  border: solid 2px #fff;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.5s all ease;
}
.donation-form-currency-choice .donation-form-currency-choice-links .currency-link:hover, .donation-form-currency-choice .donation-form-currency-choice-links .currency-link:focus, .donation-form-currency-choice .donation-form-currency-choice-links .currency-link:active {
  background-color: #005336;
}
.donation-form-currency-choice .donation-form-currency-choice-links .currency-link:hover:after, .donation-form-currency-choice .donation-form-currency-choice-links .currency-link:focus:after, .donation-form-currency-choice .donation-form-currency-choice-links .currency-link:active:after {
  background-color: #fff;
}
.donation-form-currency-choice .donation-form-currency-choice-links .currency-content {
  margin-bottom: 40px;
}
.donation-form-currency-choice .donation-form-currency-choice-links .currency-content p:last-child {
  margin-bottom: 0;
}
.donation-form-currency-choice .donation-form-currency-choice-links .currency-content:first-of-type {
  padding-bottom: 40px;
  position: relative;
}
.donation-form-currency-choice .donation-form-currency-choice-links .currency-content:first-of-type:after {
  content: "";
  height: 1px;
  width: 50%;
  background-color: #00a850;
  position: absolute;
  left: 0;
  bottom: 0;
}

.donation-side-cta {
  display: none;
}
@media (min-width: 768px) {
  .donation-side-cta {
    display: block;
    position: relative;
    padding-bottom: 99px;
  }
  .donation-side-cta .donation-side-cta-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .donation-side-cta:after {
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 81%), linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .donation-side-cta .donation-side-cta-title-text {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
    margin-bottom: 0;
    padding: 69px 0px 29px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .donation-side-cta .donation-side-cta-title {
    height: 130px;
    position: relative;
    mix-blend-mode: multiply;
    z-index: 1;
    margin-bottom: 478px;
  }
  .donation-side-cta .donation-side-cta-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background: #00a850;
    z-index: -1;
  }
  .donation-side-cta .donation-side-cta-testimonial {
    padding: 0 68px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
    position: relative;
    z-index: 5;
  }
  .donation-side-cta .donation-side-cta-source {
    padding: 0 68px;
    color: #00a850;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
  }
  .donation-side-cta .donation-side-cta-text {
    padding: 0 68px;
    font-size: 16px;
    font-weight: 500;
    color: #809699;
    position: relative;
    z-index: 5;
  }
}

.supporter-logos .owl-theme .owl-dots {
  margin-top: 25px !important;
}
.supporter-logos .owl-theme .owl-dots .owl-dot span {
  background-color: #005336;
  height: 15px;
  width: 15px;
}
.supporter-logos .owl-theme .owl-dots .owl-dot:hover span, .supporter-logos .owl-theme .owl-dots .owl-dot:focus span, .supporter-logos .owl-theme .owl-dots .owl-dot:active span, .supporter-logos .owl-theme .owl-dots .owl-dot.active span {
  background: #00a850;
}
.supporter-logos .supporters .owl-stage {
  display: flex;
}
.supporter-logos .supporters .owl-stage .item {
  height: 100%;
}
.supporter-logos .supporters .owl-stage .item .supporter-logo {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.supporter-logos .supporters .owl-stage .item .supporter-logo img {
  max-height: 80px;
  width: auto;
}

.acf-block-preview .supporter-logos .supporters {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(8, 1fr);
}
.acf-block-preview .supporter-logos .supporters .supporter-logo {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.acf-block-preview .supporter-logos .supporters .supporter-logo img {
  max-height: 80px;
  width: auto;
}

.acf-block-component a.button {
  color: #fff !important;
}

body .gform_wrapper.gravity-theme .gform_heading {
  margin-bottom: 35px;
}
body .gform_wrapper.gravity-theme .gform_heading .gform_description {
  color: #5e6367;
  font-size: 18px;
}
body .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 35px;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label {
  color: #5e6367;
  font-weight: 500;
  font-size: 16px;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label .gfield_required {
  color: red;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme .gform_fields .gfield textarea,
body .gform_wrapper.gravity-theme .gform_fields .gfield select {
  padding: 17px;
  border-radius: 8px;
  border: solid 2px #e8e8e8;
  background-color: #fff;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper.gravity-theme .gform_fields .gfield textarea:focus,
body .gform_wrapper.gravity-theme .gform_fields .gfield select:focus {
  box-shadow: 0 0 0 4px rgba(0, 168, 80, 0.45);
}
body .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_checkbox {
  display: flex;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_checkbox input[type=checkbox] {
  -webkit-appearnce: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #16211f;
  color: #fff;
  border-radius: 4px;
  margin: 0 8px 0 0;
  width: 15px;
  height: 15px;
  position: relative;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_checkbox input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 18px;
  position: absolute;
  top: -10px;
  left: 2px;
  color: #16211f;
}
body .gform_wrapper.gravity-theme .gform_footer input.button,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  display: block;
  width: 100%;
}
body .gform_wrapper.gravity-theme .donation-form {
  position: relative;
  margin-bottom: 100px;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields {
  row-gap: 25px;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.page-heading h4 {
  font-size: 24px;
  color: #16211f;
  font-weight: bold;
  margin-bottom: 10px;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.page-heading h4 span {
  margin-left: 15px;
  color: #5e6367;
  font-size: 16px;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar {
  display: none;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_description {
  font-size: 14px;
  font-weight: normal;
  color: #5e6367;
  padding-top: 10px;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_label {
  color: #000;
  margin-bottom: 15px;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield textarea,
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield select {
  padding: 12px 18px;
  background-color: #fff;
  color: #4a5568;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield textarea:focus,
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield select:focus {
  box-shadow: 0 0 0 4px rgba(0, 168, 80, 0.45);
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield select::-moz-placeholder {
  color: #4a5568;
  font-weight: 500;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield textarea::placeholder,
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield select::placeholder {
  color: #4a5568;
  font-weight: 500;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .chosen-container {
  padding: 12px 18px;
  background: #f5f5f5;
  border: 2px solid #809699;
  border-radius: 8px;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -16px 10px;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .chosen-container.chosen-with-drop {
  box-shadow: 0 0 0 4px rgba(0, 168, 80, 0.45);
  background: #fff;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .chosen-container .chosen-single {
  background: transparent;
  color: #4a5568;
  font-weight: 500;
  border: none;
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .chosen-container .chosen-drop {
  left: -1px;
  right: -1px;
  width: auto;
  margin-top: -6px;
  box-shadow: 0 4px 0 4px rgba(0, 168, 80, 0.45);
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .chosen-container .chosen-drop .chosen-search {
  display: none;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .chosen-container .chosen-drop .chosen-results {
  max-height: unset;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .chosen-container .chosen-drop .chosen-results .active-result {
  background: #fff;
  padding: 14px 18px;
  color: #4a5568;
  font-weight: 500;
  font-size: 16px;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .chosen-container .chosen-drop .chosen-results .active-result:not(:last-child) {
  border-bottom: 2px solid #e8e8e8;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .chosen-container .chosen-drop .chosen-results .active-result:hover, body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .chosen-container .chosen-drop .chosen-results .active-result:focus, body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .chosen-container .chosen-drop .chosen-results .active-result:active {
  background: #e8e8e8;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_checkbox {
  display: flex;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_checkbox input[type=checkbox] {
  -webkit-appearnce: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #16211f;
  color: #fff;
  border-radius: 50%;
  margin: 0 8px 0 0;
  width: 15px;
  height: 15px;
  position: relative;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_checkbox input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 18px;
  position: absolute;
  top: -10px;
  left: 2px;
  color: #00a850;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_checkbox label {
  max-width: unset;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_radio {
  display: flex;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_radio .gchoice input[type=radio] {
  display: none;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_radio .gchoice input[type=radio]:checked ~ label {
  border-color: #00a850;
  background-color: #00a850;
  color: #fff;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_radio .gchoice label {
  display: block;
  border: solid 2px #e8e8e8;
  margin-right: 10px;
  padding: 10px;
  color: #4a5568;
  transition: 0.5s all ease;
  max-width: unset;
  white-space: nowrap;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_radio .gchoice label:hover, body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_radio .gchoice label:focus, body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield .gfield_radio .gchoice label:active {
  border-color: #00a850;
  background-color: #00a850;
  color: #fff;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.currency {
  display: none;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.add-a-note {
  display: flex;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.add-a-note .gfield_label {
  margin-bottom: 0;
  float: left;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.add-a-note .ginput_container {
  float: left;
  margin-left: 10px;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.add-a-note .ginput_container input {
  display: none;
}
body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.add-a-note .ginput_container label {
  display: inline-block;
  color: #00a850;
  text-decoration: underline;
  padding-left: 25px;
  max-width: unset;
  background: url(images/search.svg) no-repeat center left/20px 20px;
  cursor: pointer;
  white-space: nowrap;
}
body .gform_wrapper.gravity-theme .donation-form .gform_footer input.button,
body .gform_wrapper.gravity-theme .donation-form .gform_footer input[type=submit],
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button,
body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit] {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 768px) {
  body .gform_wrapper.gravity-theme .donation-form {
    padding-right: 50%;
  }
  body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 283px;
  }
  body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta {
    padding: 25px;
    background-color: #f5f5f5;
  }
  body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta .sidebar-cta-title {
    padding-left: 34px;
    color: #005336;
    margin-bottom: 10px;
    font-weight: bold;
  }
  body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta .sidebar-cta-text {
    color: #5e6367;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 21px;
  }
  body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta .btn, body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta .site-footer .footer-above-widget-area .social-menu .menu-item:first-child > a, .site-footer .footer-above-widget-area .social-menu body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta .menu-item:first-child > a, body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta .main-navigation .main-nav > ul.menu > li.menu-item.menu-button > a, .main-navigation body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta .main-nav > ul.menu > li.menu-item.menu-button > a, body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta .gform_footer input.button, body .gform_wrapper.gravity-theme .gform_footer .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta input.button,
  body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta .gform_footer input[type=submit],
  body .gform_wrapper.gravity-theme .gform_footer .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta input[type=submit], body .gform_wrapper.gravity-theme .donation-form .gform_footer .gform_fields .gfield.form-sidebar .sidebar-cta input.button,
  body .gform_wrapper.gravity-theme .donation-form .gform_footer .gform_fields .gfield.form-sidebar .sidebar-cta input[type=submit],
  body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta .gform_page_footer input.button,
  body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .gform_fields .gfield.form-sidebar .sidebar-cta input.button,
  body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar .sidebar-cta .gform_page_footer input[type=submit],
  body .gform_wrapper.gravity-theme .donation-form .gform_page_footer .gform_fields .gfield.form-sidebar .sidebar-cta input[type=submit] {
    display: block;
    color: #fff;
  }
  body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar.summary {
    max-width: 363px;
    border: 2px solid #e8e8e8;
    padding: 35px;
    border-radius: 8px;
  }
  body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar.summary h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 19px;
  }
  body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar.summary h6 {
    font-size: 16px;
    font-weight: 500;
    color: #5e6367;
    margin-bottom: 0;
  }
  body .gform_wrapper.gravity-theme .donation-form .gform_fields .gfield.form-sidebar.summary .answer {
    font-weight: bold;
    color: #16211f;
    margin-bottom: 25px;
  }
  body .gform_wrapper.gravity-theme .donation-form .gform_footer input.button,
  body .gform_wrapper.gravity-theme .donation-form .gform_footer input[type=submit],
  body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button,
  body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit] {
    width: auto;
  }
  body .gform_wrapper.gravity-theme .donation-form .gform_footer input.button:nth-of-type(2n),
  body .gform_wrapper.gravity-theme .donation-form .gform_footer input[type=submit]:nth-of-type(2n),
  body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input.button:nth-of-type(2n),
  body .gform_wrapper.gravity-theme .donation-form .gform_page_footer input[type=submit]:nth-of-type(2n) {
    margin-left: 15px;
  }
}

.site-footer {
  background-color: #005336;
  padding-top: 35px;
}
.site-footer .footer-above-widget-area {
  padding: 0 20px;
}
.site-footer .footer-above-widget-area .wp-block-image {
  margin-bottom: 15px;
}
.site-footer .footer-above-widget-area .wp-block-image img {
  width: 242px;
}
.site-footer .footer-above-widget-area .social-menu {
  display: flex;
  align-items: center;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-above-widget-area .social-menu .menu-item:not(:last-child) {
  margin-right: 15px;
}
.site-footer .footer-above-widget-area .social-menu .menu-item:first-child {
  margin-right: 35px;
  flex: 2;
}
.site-footer .footer-above-widget-area .social-menu .menu-item:not(:first-child) a {
  color: #fff;
}
.site-footer .footer-above-widget-area .social-menu .menu-item:not(:first-child) a:hover, .site-footer .footer-above-widget-area .social-menu .menu-item:not(:first-child) a:focus, .site-footer .footer-above-widget-area .social-menu .menu-item:not(:first-child) a:active {
  color: #ececec;
}
.site-footer .footer-above-widget-area .social-menu .menu-item:not(:first-child) a .svg-inline--fa {
  font-size: 1.5rem;
}
.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets div[class*=footer-widget]:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #003726;
  margin-bottom: 10px;
}
.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets div[class*=footer-widget] .widget .widget-title {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 500;
}
.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets div[class*=footer-widget] .widget .menu .menu-item:not(:last-child) {
  margin-bottom: 20px;
}
.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets div[class*=footer-widget] .widget .menu .menu-item a {
  font-size: 16px;
  font-weight: 600;
}
.site-footer .footer-below-widget-area {
  color: #fff;
  padding: 0 20px 35px 20px;
}
.site-footer .footer-below-widget-area p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
}
.site-footer footer.site-info {
  padding: 13px 20px;
}
.site-footer footer.site-info .inside-site-info .copyright-bar {
  font-size: 14px;
  text-align: left !important;
}
.site-footer footer.site-info .inside-site-info .copyright-bar .copyright {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 55px;
  }
  .site-footer .footer-above-widget-area {
    padding: 0;
    display: flex;
  }
  .site-footer .footer-above-widget-area aside:last-child {
    margin-left: auto;
  }
  .site-footer .footer-above-widget-area .wp-block-image {
    margin-bottom: 0;
  }
  .site-footer .footer-above-widget-area .wp-block-image img {
    width: 312px;
  }
  .site-footer .footer-above-widget-area .social-menu .menu-item:first-child {
    flex: 1;
  }
  .site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets div[class*=footer-widget]:not(:last-child) {
    padding-bottom: 0;
    border: none;
    border-right: 1px solid #003726;
    margin-bottom: 0;
  }
  .site-footer .footer-below-widget-area {
    padding: 0 0 35px 0;
  }
  .site-footer footer.site-info {
    padding: 13px 0 16px 0;
  }
  .site-footer footer.site-info .inside-site-info .copyright-bar {
    display: flex;
    justify-content: space-between;
  }
  .site-footer footer.site-info .inside-site-info .copyright-bar .copyright {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */


/* Additional CSS - 26/04/2024 - for the US Dollar Donation Forminator Pro form. */

.forminator-custom-form .forminator-field-html label {
	display:none !important;
}

.forminator-custom-form input {
	padding: 12px 18px !important;
    background-color: #fff !important;
    color: #4a5568 !important;
	border-radius: 8px !important;
	border: solid 2px #e8e8e8 !important;
}

.forminator-custom-form input.forminator-field--phone {
	padding-left: 50px !important;
}

.forminator-custom-form .forminator-select .selection .select2-selection--single[role="combobox"] {
	padding: 4px 6px !important;
	border-radius: 8px;
	border: solid 2px #e8e8e8!important;
    background-color: #fff !important;
}

.forminator-custom-form label.forminator-label,
.forminator-custom-form span.forminator-label{
	font-size:16px !important;
	font-weight:500 !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-3517.forminator-dropdown--default {
	border: solid 2px #e8e8e8 !important;
    background-color: #fff !important;
	border-top:0 !important;
}

.forminator-select.forminator-select-dropdown-container--open {
    margin-top: 20px !important;
}

.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover .select2-selection__arrow {
	color: #00a850 !important;
}

.forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role="combobox"] .select2-selection__arrow {
    color: #00a850 !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-3517.forminator-dropdown--default .select2-search input {
	border-color: #00a850 !important;
}

.forminator-checkbox .forminator-checkbox-box {
	color: #00a850 !important;
}

.forminator-checkbox input:checked + .forminator-checkbox-box {
	border-color: #00a850 !important;
    background-color: #fff !important;
}

.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
	background-color: #00a850 !important;
}


.forminator-custom-form .page-heading h4 span {
	margin-left: 15px;
    color: #5e6367;
    font-size: 16px;
}

.forminator-custom-form label#forminator-field-radio-1-label-1.forminator-radio.forminator-radio-inline, 
.forminator-custom-form label#forminator-field-radio-1-label-2.forminator-radio.forminator-radio-inline, 
.forminator-custom-form label#forminator-field-radio-1-label-3.forminator-radio.forminator-radio-inline, 
.forminator-custom-form label#forminator-field-radio-2-label-1.forminator-radio.forminator-radio-inline, 
.forminator-custom-form label#forminator-field-radio-2-label-2.forminator-radio.forminator-radio-inline {
    display: block;
	float:left;
	margin-right:15px;
    border: solid 2px #e8e8e8;
    margin-right: 10px;
    padding: 10px;
    color: #4a5568;
    transition: 0.5s all ease;
    width: 100px;
	height: 50px;
    white-space: nowrap;
    cursor: pointer;
}

@media (max-width: 768px) {
	.forminator-custom-form label#forminator-field-radio-1-label-1.forminator-radio.forminator-radio-inline, 
.forminator-custom-form label#forminator-field-radio-1-label-2.forminator-radio.forminator-radio-inline, 
.forminator-custom-form label#forminator-field-radio-1-label-3.forminator-radio.forminator-radio-inline, 
.forminator-custom-form label#forminator-field-radio-2-label-1.forminator-radio.forminator-radio-inline, 
.forminator-custom-form label#forminator-field-radio-2-label-2.forminator-radio.forminator-radio-inline {
	float: unset;
	display: inline-block;
	}
}

.forminator-custom-form label#forminator-field-radio-1-label-1.forminator-radio.forminator-radio-inline.radio-active, 
.forminator-custom-form label#forminator-field-radio-1-label-2.forminator-radio.forminator-radio-inline.radio-active, 
.forminator-custom-form label#forminator-field-radio-1-label-3.forminator-radio.forminator-radio-inline.radio-active, 
.forminator-custom-form label#forminator-field-radio-2-label-1.forminator-radio.forminator-radio-inline.radio-active, 
.forminator-custom-form label#forminator-field-radio-2-label-2.forminator-radio.forminator-radio-inline.radio-active  {
    border-color: #00a850;
    background-color: #00a850;
    color: #fff; 
}


label#forminator-field-radio-1-label-1 .forminator-radio-bullet, 
label#forminator-field-radio-1-label-2 .forminator-radio-bullet, 
label#forminator-field-radio-1-label-3 .forminator-radio-bullet, 
label#forminator-field-radio-2-label-1 .forminator-radio-bullet, 
label#forminator-field-radio-2-label-2 .forminator-radio-bullet {
	display: none;
}


label#forminator-field-radio-1-label-1 span.forminator-radio-label, 
label#forminator-field-radio-1-label-2 span.forminator-radio-label, 
label#forminator-field-radio-1-label-3 span.forminator-radio-label,
label#forminator-field-radio-2-label-1 span.forminator-radio-label,
label#forminator-field-radio-2-label-2 span.forminator-radio-label {
	margin-left:0;
	bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

label#forminator-field-radio-1-label-1:active, 
label#forminator-field-radio-1-label-2:active, 
label#forminator-field-radio-1-label-3:active, 
label#forminator-field-radio-2-label-1:active, 
label#forminator-field-radio-2-label-2:active, 
label#forminator-field-radio-1-label-1:hover, 
label#forminator-field-radio-1-label-2:hover, 
label#forminator-field-radio-1-label-3:hover, 
label#forminator-field-radio-2-label-1:hover, 
label#forminator-field-radio-2-label-2:hover, 
label#forminator-field-radio-1-label-1:focus, 
label#forminator-field-radio-1-label-2:focus, 
label#forminator-field-radio-1-label-3:focus, 
label#forminator-field-radio-2-label-1:focus, 
label#forminator-field-radio-2-label-2:focus {
	border-color: #00a850 !important;
    background-color: #00a850;

}

label#forminator-field-radio-1-label-1:active span.forminator-radio-label, 
label#forminator-field-radio-1-label-2:active span.forminator-radio-label, 
label#forminator-field-radio-1-label-3:active span.forminator-radio-label, 
label#forminator-field-radio-2-label-1:active span.forminator-radio-label, 
label#forminator-field-radio-2-label-2:active span.forminator-radio-label, 
label#forminator-field-radio-1-label-1:hover span.forminator-radio-label, 
label#forminator-field-radio-1-label-2:hover span.forminator-radio-label, 
label#forminator-field-radio-1-label-3:hover span.forminator-radio-label, 
label#forminator-field-radio-2-label-1:hover span.forminator-radio-label, 
label#forminator-field-radio-2-label-2:hover span.forminator-radio-label, 
label#forminator-field-radio-1-label-1:focus span.forminator-radio-label, 
label#forminator-field-radio-1-label-2:focus span.forminator-radio-label, 
label#forminator-field-radio-1-label-3:focus span.forminator-radio-label, 
label#forminator-field-radio-2-label-1:focus span.forminator-radio-label, 
label#forminator-field-radio-2-label-2:focus span.forminator-radio-label {

    color: #fff;
}

.forminator-pagination-footer .forminator-button.forminator-button-back, 
.forminator-pagination-footer .forminator-button.forminator-button-next {
	background-color: #ffc700 !important;
    border: 2px solid #ffc700 !important;
    color: #16211f !important;
	padding: 15px 30px !important;
	font-size: 16px !important;
	font-weight: bold !important;
    display: block;
    transition: 0.5s all !important;
    border-radius: 0px 8px !important;
}

.forminator-pagination-footer .forminator-button.forminator-button-submit {
	background-color: #00a850 !important;
    border: 2px solid #00a850 !important;
    color: #fff !important;
	padding: 15px 30px !important;
	font-size: 16px !important;
	font-weight: bold !important;
    display: block;
    transition: 0.5s all !important;
    border-radius: 0px 8px !important;
}
	