<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@600;700&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Marcellus&amp;display=swap');

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

*, *:focus, *:hover {
  outline: 0px transparent !important;
}

img{
  height: auto;
  max-width: 100%;
}

.container {
  z-index: 2;
  position: relative;
}

.no-padding {
  padding: 0;
}

.bold {
  font-weight: 700;
}

.npr {
  padding-right: 0;
}

.npl {
  padding-left: 0;
}

.site-content {
  background-color: white;
}

/*__________________________
__________Global____________
*/

body, p, h1, h2, h3, h4, h5, h6, li {
  font-family: 'Work Sans', sans-serif;
  color:#494949;
}

p, li {
  color: #494949;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Marcellus', serif;
}

h1, .h1 {
  font-size: 48px;
  line-height: 60px;
}

h2, .h2 {
  color: #000000;
  font-size: 36px;
  line-height: 46px;
}

@media only screen and (max-width: 576px) {

  h2, .h2 {
    color: #000000;
    font-size: 30px;
    line-height: 44px;
  }

}

h3, .h3 {
  font-size: 28px;
  line-height: 38px;
}

h4, .h4 {
  font-size: 20px;
  line-height: 33px;
}

a {
  color: #569048;
}

a.e-btn {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  color: #579049;
  border: 2px solid #579049;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 36px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 1px;
  text-transform: uppercase;
}

a.e-btn:hover {
  background: #579049;
  color: #fff;
  transition: 0.3s;
}

.e-btn-container {
  padding: 30px 0px;
}

a.e-btn.e-btn-full {
  width: 100%;
}


/* ------ BLOCKS -------  */
.c-block {
  position: relative;
  z-index: 1;
}

.c-block__white {
  background-color: #ffffff;
}


.c-block__light-grey {
  background-color: #f5f5f5;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}


.c-block__accent {
  background-color: #579049;
  color: #ffffff;
}

.c-block__accent p, .c-block__accent h1, .c-block__accent h2, .c-block__accent h3, .c-block__accent h4, .c-block__accent h5, .c-block__accent h6, .c-block__accent p, .c-block__accent li {
  color: #ffffff;
}

.c-block__accent a.e-btn {
  background-color: #579049;
  color: #ffffff;
  border: 2px solid #ffffff;
  transition: 0.3s;
}

.c-block__accent a.e-btn:hover {
  background-color: #ffffff;
  color: #494949;
  border: 2px solid #ffffff;
  transition: 0.3s;
}

.c-block__dark {
  background-color: #494949;
  color: #ffffff;
}


.c-block__dark p, .c-block__dark h1, .c-block__dark h2, .c-block__dark h3, .c-block__dark h4, .c-block__dark h5, .c-block__dark h6, .c-block__dark p, .c-block__dark li {
  color: #ffffff;
}

.c-block__dark a.e-btn {
    background-color: #494949;
    color: #ffffff;
    border: 2px solid #ffffff;
    transition: 0.3s;
  }
  
  .c-block__dark a.e-btn:hover {
    background-color: #ffffff;
    color: #494949;
    border: 2px solid #ffffff;
    transition: 0.3s;
  }


/*
header
*/
.header-wrapper {
  background-color: #fff;
  width: 100%;
  height: 120px;
  border-bottom: 2px solid #569048;
}

.col-header {
  display: inline-block;
}

.site-branding img.site-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*
menu
*/
/* Main Navigation */

ul#primary-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
  display: inline-block;
}

ul#primary-menu &gt; li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  position: relative;
}

ul#primary-menu li a {
  background: none;
  color: #666666;
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  line-height: 30px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}

ul#primary-menu li a:hover {
  color: #569048;
  transition: all 0.3s;
}

ul#primary-menu &gt; li.menu-item-has-children &gt; a:after{
  font-family: FontAwesome;
  content: "\f0d7";
  display: block;
  float: right;
  position: absolute;
  right: 2px;
  top: 2%;
}

ul#primary-menu &gt; li a span {
  display: block;
}

ul#primary-menu li ul.sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
  width: 300px;
  z-index: 999;
  background-color: #f2f2f2;
}

ul#primary-menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

.main-navigation .woo-cart-item {
  display: none !important;
}

.main-navigation {
  margin-top: 44px;
}

/*
Cards
*/
.card .card-inner {
  background-color: #ffffff;
  margin-bottom: 35px;
}

.card .card-inner .entry {
  margin-bottom: 20px;
}

.card .card-inner .entry-thumb {
  position: relative;
  overflow: hidden;
}

.card .card-inner .entry-thumb .thumb-link img {
  vertical-align: bottom;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.card .card-inner .entry-thumb .thumb-link::before {
  content: "";
  display: block;
  background: rgba(171, 30, 36, 0.8);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.card .card-inner .entry-thumb .thumb-link::after {
  content: "...";
  font-size: 4.5rem;
  z-index: 1;
  display: block;
  height: 90px;
  width: 90px;
  letter-spacing: -2.6px;
  line-height: 90px;
  margin-left: -45px;
  margin-top: -45px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.card .card-inner .entry-thumb:hover .thumb-link::before {
  opacity: 1;
  visibility: visible;
}

.card .card-inner .entry-thumb:hover .thumb-link::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.card .card-inner .entry-thumb:hover .thumb-link img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.card .card-inner .entry-text {
  padding: 9px;
  background-color: white;
}

.card .card-inner .entry-header .entry-title {
  font-size: 20px;
  line-height: 1.32;
  margin-bottom: 1.8rem;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.card .entry-excerpt {
  min-height: 90px;
}

.card .portfolio-content {
  background: #f7f7f7;
  margin: 0px 10px;
  padding: 40px 20px;

}

.portfolio-separator {
  height: 4px;
  background: #7d779a;
  width: 40px;
}


.card .portfolio-title h3 {
  color: #494949;
  font-weight: 300;
  font-size: 38px;
  line-height: 44px;
  text-align: left;
}

.card .portfolio-button {
  margin-top: 30px;
}

.card .portfolio-button a.btn-block{
  display: initial;
}

.card .portfolio-button a.btn-primary{
  background: #579049;
  border: 1px solid #579049;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 20px;
  letter-spacing: 1px;
  cursor: pointer;
}

.card .portfolio-button a.btn-primary:hover{
  background: #41484E;
  border: 1px solid #41484E;
  font-size: 14px;
  color: #ffffff;
  transition: 0.3s;
}


/*Back to top*/
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #579049;
  color: #fff;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top:hover {
  background: #579049;
}

#back-to-top.show {
  opacity: 1;
}

/*
Widgets
*/
#secondary .widget ul, #colophon .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
Content
*/


/*
News Widget
*/

.latest-news .blog-img {
  padding: 0;
}

.latest-news .post-title h3 {
  margin-top: 0;
}

.latest-news .date {
  font-size: 12px;
}

.latest-news .date::before {
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 8px;
}

/* ===================================================================
*  Blog
*
* ------------------------------------------------------------------- */
.posted-on time::before {
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 3px;
}


body.blog .content-area {
  background: white;
}

#bricks {
  padding-top: 4.2rem;
}

#bricks .masonry {
  max-width: 1200px;
}

#bricks .pagination {
  margin-top: 6rem;
}

#bricks.with-top-sep {
  position: relative;
}

#bricks.with-top-sep::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -100px;
  width: 200px;
  height: 1px;
  background-color: #D1D1D1;
}

.bricks-wrapper:before,
.bricks-wrapper:after {
  content: "";
  display: table;
}

.bricks-wrapper:after {
  clear: both;
}

.bricks-wrapper .grid-sizer,
.bricks-wrapper .brick {
  width: 33.33333%;
}

.bricks-wrapper .brick {
  float: left;
  padding: 0 20px;
}

.bricks-wrapper .featu-grid {
  width: 50%;
}

.bricks-wrapper .featured-grid .entry-content {
  width: 100%;
  background: #151515;
}

@media only screen and (max-width: 1280px) {
  .bricks-wrapper .grid-sizer,
  .bricks-wrapper .brick {
    width: 33.33333%;
  }

  .bricks-wrapper .featured-grid {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) {
  .bricks-wrapper .brick {
    padding: 0 18px;
  }

}

@media only screen and (max-width: 960px) {
  .bricks-wrapper .grid-sizer,
  .bricks-wrapper .brick {
    width: 50%;
  }

  .bricks-wrapper .featured-grid {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .bricks-wrapper .brick {
    padding: 0 15px;
  }

}

@media only screen and (max-width: 600px) {
  #bricks .row {
    max-width: 460px;
  }

  .bricks-wrapper .grid-sizer,
  .bricks-wrapper .brick {
    width: 100%;
    padding: 0 10px;
    clear: both;
  }
}

@media only screen and (max-width: 400px) {
  .bricks-wrapper .brick {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

}

.js .animate-this {
  opacity: 0;
}

.oldie .animate-this
.no-cssanimations .animate-this {
  opacity: 1;
}

.bricks-wrapper .entry {
  margin-bottom: 40px;
}

.bricks-wrapper .entry-thumb {
  position: relative;
  overflow: hidden;
}

.bricks-wrapper .entry-thumb img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.bricks-wrapper .entry-thumb .thumb-link img {
  vertical-align: bottom;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bricks-wrapper .entry-thumb .thumb-link::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.bricks-wrapper .entry-thumb .thumb-link::after {
  content: "...";
  font-size: 4.5rem;
  z-index: 1;
  display: block;
  height: 90px;
  width: 90px;
  letter-spacing: -2.6px;
  line-height: 90px;
  margin-left: -45px;
  margin-top: -45px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.bricks-wrapper .entry-thumb:hover .thumb-link::before {
  opacity: 1;
  visibility: visible;
}

.bricks-wrapper .entry-thumb:hover .thumb-link::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.bricks-wrapper .entry-thumb:hover .thumb-link img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.bricks-wrapper .entry-text {
  padding: 1.8rem 2.8rem 3.6rem;
  background-color: white;
}

.bricks-wrapper .entry-header .entry-meta {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}

.bricks-wrapper .entry-header .entry-meta a,
.bricks-wrapper .entry-header .entry-meta a:visited {
  color: #494949;
}


.bricks-wrapper .entry-header .cat-links a:last-child::after {
  display: none;
}

.bricks-wrapper .entry-excerpt {
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #494949;
}

.blog-single {
  margin-bottom: 30px;
}

.blog-single .post-thumb img{
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: contain;
  margin-bottom: 30px;
}
.blog-single .entry-meta {
  font-size: 1.5rem;
  list-style: none;
  margin-left: 0;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #999999;
}

.blog-single .entry-meta a,
.blog-single .entry-meta a:visited {
  color: #494949;
}

.blog-single .entry-meta li {
  display: inline-block;
  padding-left: 0;
}

.blog-single .entry-meta .date {
  margin-right: 1rem;
}

.blog-single .entry-meta .cat a {
  margin-right: 5px;
}

.blog-single .entry-meta .cat a:last-child {
  margin-right: 0;
}

.blog-single .entry-meta .cat a::after {
  content: ",";
}

.blog-single .entry-meta .cat a:last-child::after {
  content: none;
}

.blog-single .tags {
  margin: 6rem 0 4.2rem;
}

.blog-single .tags span {
  color: #151515;
  margin-right: 1rem;
  font-size: 1.5rem;
}

.blog-single .tags a {
  color: #999999;
  margin-right: 1rem;
}

.blog-single .author-profile {
  margin-top: 9rem;
  padding-left: 9rem;
  position: relative;
}

.blog-single .author-profile a,
.blog-single .author-profile a:visited {
  color: #494949;
}

.blog-single .author-profile img {
  margin: 0.6rem 0 0 0 !important;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-single .author-profile p {
  margin-bottom: 1.2rem;
}

.blog-single .author-profile .author-social {
  list-style: none;
  margin-left: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.blog-single .author-profile .author-social li {
  display: inline-block;
  margin-right: 0.8rem;
  padding-left: 0;
}

.blog-single .author-profile .author-social a {
  color: #999999;
}

.blog-single .pagenav {
  padding-top: 1.5rem;
  margin: 12rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-single .pagenav div {
  padding-top: 1.5rem;
  float: left;
  width: 50%;
}

.blog-single .pagenav a {
  font-size: 2.1rem;
  line-height: 1.571;
  border: none;
  color: #494949;
}

.blog-single .pagenav a span {
  font-size: 1.5rem;
  line-height: 3rem;
  display: block;
  margin-bottom: 1.5rem;
  color: #999999;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-single .pagenav a:hover span {
  color: #494949;
}


@media only screen and (max-width: 768px) {
  .blog-single .entry-meta {
    font-size: 1.5rem;
  }

  .blog-single .pagenav div {
    float: none;
    width: 100%;
  }

  .blog-single .pagenav div:first-child {
    margin-bottom: 0.9rem;
  }

}

@media only screen and (max-width: 600px) {
  .blog-single .author-profile {
    padding-left: 0;
    text-align: center;
  }

  .blog-single .author-profile img {
    position: static;
    width: 6.6rem;
    height: 6.6rem;
    margin: 0 0 0.6rem 0 !important;
  }

  .blog-single .pagenav {
    text-align: center;
  }

}


/*
Social Menu Top Nav
*/




/* -------------------
Theme
-- STYLES
------------------- */

/*__________________________
__________Custom Header____________
*/

.header-inner {
  position: relative;
  height: 120px;
  z-index: 999;
}


/*_______________________________
__________ Plugin Adds ____________
*/



/* SLICK */
.slick-slide {
  margin: 10px 25px;
}


/* MEGAMENU */



/*__________________________
__________Components____________
*/


/** HOMEPAGE **/

.gr-home-banner {
  position: relative;
  width: 100%;
  height: 500px;
  color: #fff;
}

.gr-home-banner__slide {
  background-color: #569048;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
}

.gr-home-banner__slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }

.gr-home-banner__slide-content {
  display: table;
  width: 100%;
  height: 400px;
}

.gr-home-banner__slide-content &gt; .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.gr-home-banner__slide-content p.gr-home-banner__slide-content_small {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 50px;
}

.gr-home-banner__slide-content_bottom {
  display: table;
  width: 100%;
  height: 100px;
}

.gr-home-banner__slide-content h2{
  color: #fff;
  font-size: 66px;
  line-height: 70px;
  font-family: 'Cormorant Upright', serif;
  font-weight: 700;
  margin-bottom: 50px;
  font-style: italic;
}

.gr-home-banner__slide-content_bottom &gt; .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.gr-home-banner__slide-content_bottom p.gr-home-banner__slide-content_bottom_quote {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
}


.gr-home-introduction {
  padding-top: 50px;
  padding-bottom: 50px;
}

.gr-home-introduction h1{
    font-size: 44px;
    line-height: 54px;
  }

.gr-home-introduction__newsletter {
  padding: 2.8rem 2.8rem 2rem;
  overflow: hidden;
  border: 1px solid #F1F2F3;
  background: #f7f7f7;
}

.gr-home-introduction__newsletter .gfield_label{
  font-weight: 400 !important;
  font-size: 14px !important;
}

.gr-home-introduction__newsletter label#label_2_3_1{
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  padding-left: 10px;
}


.gr-home-introduction__newsletter .gform_footer input.button {
  width: 100%;
}


.gr-home-recent {
background-color: #f7f7f7;
}

.gr-home-recent__item {
  border: 1px solid #F1F2F3;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.gr-home-recent__item h3{
  color: #579049;
  font-size: 22px;
  text-transform: uppercase;
}

.gr-home-recent__item .gr-home-recent__inner {
    padding: 0 2.8rem 1.7rem;
}

.gr-home-recent__item h2.gr-home-recent__item-title{
  margin-top: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
}

.gr-home-recent__item h2.gr-home-recent__item-title span{
  margin-top: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
	text-transform: initial;
}

.gr-home-recent__item-p{
    margin-top: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
	text-transform: initial;
    color: white;
}

.gr-home-recent__item p.gr-home-recent__item-text{
  height: 175px;
}

.gr-home-recent__item img.gr-home-recent__item-image {
    width: 100%;
    height: 200px;
    object-position: center;
    object-fit: cover;
}

.gr-home-recent__item.gr-home-recent__image {
  background-color: #569048;
}

.gr-home-recent__item.gr-home-recent__image h3{
color: #fff;
}

.gr-home-recent__item.gr-home-recent__image h2.gr-home-recent__item-title{
  margin-top: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  height: auto;
  border-bottom: 1px solid #6eaa5f;
  padding-top: 3px;
  padding-bottom: 10px;
}

.gr-home-recent__item.gr-home-recent__image a.e-btn {
    background-color: #579049;
    color: #ffffff;
    border: 2px solid #ffffff;
  }

  .gr-home-recent__item.gr-home-recent__image a.e-btn:hover {
    background: #ffffff;
    color: #579049;
  }

  .gr-home-recent__webinar {
    padding: 0px;
    border: 1px solid #F1F2F3;
    margin-bottom: 20px;
  }

  .gr-home-recent__webinar-inner {
    padding: 0 2.8rem 1.7rem;
  }

  .gr-home-recent__webinar h3{
    color: #579049;
    margin-top: 22px;
  }

  .gr-home-recent__webinar h2.gr-home-recent__item-title{
    margin-top: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
  }



.gr-home-recent__video-container {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-bottom: 56%;
  position: relative;
  margin-bottom: 15px;
}

.gr-home-recent__video-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gr-home-events {
    margin-bottom: 20px;
  }

.gr-home-event {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}

.gr-home-event:nth-child(even) {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f5f5f5;
  }

.gr-home-event__title h2{
  margin-top: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.gr-home-event__date {
  display: inline-block;
  text-align: center;
  background-color: #579049;
  color: #fff;
  border: 2px solid #579049;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding: 3px 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  }

  a.e-btn-event {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    color: #579049;
    border: 2px solid #579049;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 36px;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
  }

.gr-home-logos {
  padding-top:30px;
  padding-bottom: 30px;
}

  img.gr-slide__image {
    height: 80px;
    object-fit: contain;
    object-position: center;
  }


/* TEXT WITH HEADINGS */

.default_text .c-text_w_headings__headings h2 {
  margin-top: 0px;
  text-align: left;
  color: #579049;
  font-weight: 600;
  text-transform: uppercase;
}

.c-block__light-grey.default_text .c-text_w_headings__headings h2 {
  color: #579049;
}

.c-block__accent.default_text .c-text_w_headings__headings h2 {
  color: #ffffff;
}

.c-block__dark.default_text .c-text_w_headings__headings h2 {
  color: #ffffff;
}


/* IMAGE &amp; TEXT */

.vertical-auto {
  margin-top: auto;
  margin-bottom: auto;
}

img.image_and_text__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  padding: 15px;
}

.image_and_text .rightside .c-block__sidebyside_content .introduction_text  {
  text-align: left;
  padding-right: 6%;
}

.image_and_text .introduction_text h2 {
  text-align: left;
  color: #579049;
}

.image_and_text .introduction_text {
  text-align: left;
}

.c-block__light-grey.image_and_text .introduction_text h2 {
  margin-top: 0px;
  color: #579049;
}


.c-block__accent.image_and_text .introduction_text h2 {
  margin-top: 0px;
  color: #ffffff;
}

.c-block__dark.image_and_text .introduction_text h2 {
  margin-top: 0px;
  color: #ffffff;
}


/* Page Grid Cards*/

.page_grid__card {
  margin: 10px 0px 30px;
  background-color: #579049;
  position: relative;
  border: 2px solid #579049;
  overflow: hidden;
  
}

.page_grid__container &gt; div:nth-child(even) &gt; .page_grid__card {
  background-color: #f7f7f7;
  border: 2px solid #f7f7f7;
}

.page_grid__image {
  position: relative;
  opacity: 1;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
  z-index: 1;
}

.page_grid__thumb a:before{
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
}

.page_grid__thumb a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

h2.page_grid__title {
  width: 90%;
  font-size: 30px;
  line-height: 44px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 3;
}

h2.page_grid__title{
  color: #ffffff;
}

/* Call To Action */

/* Staff Grid */

.staff_grid__card {
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.staff_grid__card-content-container {
    padding: 15px;
    height: 155px;
    width: 100%;
    display: table;
}
.staff_grid__card-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}


h3.staff_grid__name {
    text-align: center;
    margin-top: 0px;
    font-size: 24px;
    line-height: 30px;

}

h4.staff_grid__position {
    text-align: center;
    margin-top: 0px;
    font-size: 18px;
    line-height: 22px;
    color: #579049;
}

/* Call To Action */

.gr-cta-content{
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.gr-cta-content h2{
  text-align: center;
  margin: 0px 0px 30px;
}

.gr-cta-button {
  text-align: center;
}

/* Vimeo &amp; Text */

.gr-video-container {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-bottom: 56%;
  position: relative;
}

.gr-video-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.table-striped&gt;tbody&gt;tr:nth-of-type(even) {
  background-color: #ffffff;
  }


/*__________________________________
__________Pages - header____________
*/


.main-image-wrapper {
  background-color: #569048;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
}

.main-image-wrapper {
  display: table;
  width: 100%;
  height: 200px;
}

.main-image-wrapper &gt; .page-heading {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.main-image__title {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  margin: 50px 0px 50px;
}




/*__________________________
__________Blog______________
*/


.news-block__content {
  overflow: hidden;
  border: 1px solid #F1F2F3;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.blog .entry-text .date.blog-single-date {
  font-weight: 600;
  color: #579049;
  text-transform: uppercase;
}

.blog .bricks-wrapper .entry-text {
  padding: 1.8rem 2.8rem 2.7rem;
}

.blog .entry-text .entry-more a {
  color: #579049;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.news-block__content h1.entry-title {
    color: #494949;
    margin-top: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.news-block__content h1.entry-title a{
    color: #494949;
}

.page-template-page-justice-desk .news-block__content {
  overflow: hidden;
  border: 1px solid #F1F2F3;
}

.page-template-page-justice-desk .bricks-wrapper .entry-text {
  padding: 1.8rem 2.8rem 2.7rem;
}

.page-template-page-justice-desk .entry-text .entry-more a {
  color: #579049;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}



/*____________________________
__________Firefox_____________
*/
@-moz-document url-prefix() {
  .fixed-image {
    background: none;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  .fixed-image img {
    visibility: visible;
  }
}

/*__________________________
__________Footer_____________
*/

footer {
  margin-top: 30px;
  padding: 0px;
  background-color: #494949;
  position: relative;
  overflow: hidden;
}


/*** WIDGETS ***/

.footer-widgets {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer-widgets a:hover{
  text-decoration: none;
  color: #fff;
}

.footer-widgets h2.widget-title{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
}

.footer-widgets p{
  color: #fff;
}

ul#footer-menu {
	margin: 0;
	padding: 0;
  text-transform: uppercase;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
  background-color: #333333;
  padding: 10px;
}


#footer-menu li a{
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  padding: 0px 10px;
}

#footer-menu a:hover{
  color: #579049;
}


#footer-menu li {
	text-align: center;
	flex-grow: 1;
	position: relative;
	border-right: 1px #fff solid;
}

#footer-menu li:last-child {
	border-right: none;
}

.copyright-wrapper {
  text-decoration: none;
  padding: 10px 0px;
  background-color: #333333;
  position: relative;
}

.copyright-wrapper p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
}

#gr-branding a{
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
}

.footer-copyright{
  margin: 0px;
}

/*__________________________
__________Mega Menu____________
*/


/*__________________________
__________Team____________
*/

.team-member .team-inner {
  padding: 10px !important;
  text-align: center;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #ffffff !important;
}

.team-member .team-picture {
  width: 140px !important;
  height: 140px !important;
  background-position: center;
  background-size: contain;
  border: 2px solid #006871;
}

.team-member .team-inner h3{
  color: #006871;
  font-size: 20px;
  line-height:1.5em;
  font-weight: 700;
}

.team-member .team-inner h5{
  color: #008A3F;
  font-size: 14px;
  line-height:1.5em;
}

.team-member .btn-primary {
  color: #fff;
  background-color: #008A3F;
  border-color: #008A3F;
}

/*__________________________
__________CUSTOM CSS____________
*/

/*** Page Navigation ***/

.post-nav .pager li&gt;a, .post-nav .pager li&gt;span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  margin: 0px 2px;
}


/*** SOCIAL ICON ***/

.global-social {
  margin-top: 5px;
}

.global-social a{
  text-decoration: none;
}

.global-social ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.global-social ul li {
  background-image: none;
  padding: 0;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 3px;
}

.global-social ul li a .fa {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #579049;
  color: #ffffff;
  border: 1px solid #579049;
  border-radius: 50%;
  font-size: 17px;
  transition: all .3s

}

.global-social ul li a:hover .fa {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  transition: all .3s
}


/*__________________________
__________Menu Search Icon____________
*/

.menu-icon-font, .menu-icon-font a {
  font-family: FontAwesome !important;
}

/*__________________________
__________GRAVITY FORMS GENERAL_____________
*/

body .gform_wrapper {
  margin-top: 0px !important;
}

/*** FIELD STYLING ***/
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=email],
body .gform_wrapper textarea {
  padding: 10px 17px !important;
  width: 100%;
  margin: 0;
  font-size: 16px !important;
  border: 1px solid #cccccc !important;
  color: #616161 !important;
  font-weight: 500 !important;
}


body .gform_wrapper li.hidden_label input {
  margin-top: 0px !important;
}

body .gform_wrapper .gform_footer {
  padding-top: 0px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .address_country select {
  padding: 10px 17px !important;
  width: 100%;
  margin: 0;
  font-size: 16px !important;
  border: 1px solid #cccccc !important;
  color: #616161 !important;
  font-weight: 500 !important;
}


/*** BUTTON STYLING ***/
body .gform_wrapper .gform_footer input.button {
  background: #111111;
  border: 1px solid #111111;
  font-size: 15px;
  color: #ffffff;
  padding: 8px 34px;
  letter-spacing: 1px;
  cursor: pointer;
}

/*** BUTTON HOVER STYLING ***/
body .gform_wrapper .gform_footer input.button:hover {
  background: #579049;
  border: 1px solid #579049;
}

body .gform_wrapper span.ginput_total {
  font-size: 22px !important;
  font-weight: 500 !important;
}

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  color: #b3b3b3 !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #b3b3b3 !important;
  opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3 !important;
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #b3b3b3 !important;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #b3b3b3 !important;
  opacity: 1;
}


.gr-watermark {
  position: absolute;
  display: block;
  top: 200px;
  right: 50px;
  width: 246px;
  height: 1412px;
  background-image: url('../images/cross-large.png');
  z-index: 1;
  }

  @media only screen and (max-width: 576px) {
    .gr-watermark {
        display: none;
        }
  }


/* NEW STYLES 11/11/2021 */
.event_date_{
  color: white;
  font-size: 20px;
}
.single-event .main-image__title {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  margin: 50px 0px 19px;
}


.mob-retina-logo {
max-width: 112px !important;	
}</pre></body></html>