
.btn-outline-secondary:hover, .btn-secondary:hover, .btn-wrapper.btn-outline-secondary-wrapper :is(.cta_button,.cta-button,[data-hubspot-cta-id],
input[type=submit],input[type=button]):hover, .btn-wrapper.btn-secondary-wrapper :is(.cta_button,.cta-button,[data-hubspot-cta-id],
input[type=submit],input[type=button]):hover {
  filter: none !important;
}
.blog-hero {
  position: relative;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 10px 30px;
  margin-bottom:20px;
}
.blog-hero-content {
  padding: 30px 20px 0;
  text-align: center;
}
.blog-featured-image img{
  padding: 0;
  aspect-ratio: 16 / 9;
  box-shadow: 15px 25px 60px 0px rgba(0, 0, 0, 0.10);
  border-radius: 6px;
  margin: 100px 0;
  object-fit: cover;
  max-width:1400px;
  width:100%;
}
.blog-hero .article-img img.img-fluid {
  border-radius: 3px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: all 0.5s ease;
}
.blog-hero-content h4 {
  color: var(--primary);
  margin-bottom:30px;
}
.blog-hero-content a {
  color: var(--primary);
  font-weight: 500;
  font-size: 18px;
}
.blog-hero-content a:hover{
  background:#a6e2c7;
}
.blog-hero-content .tags {
  justify-content: center;
  margin-bottom: 10px;
}
.blog-hero-content .tag, .blog-hero-content .data, .article-panel .tag, .article-panel .data{
  color:#426846;
}
.article-panel {
  position: relative;
  height: 100%;
  min-height: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article-panel:first-of-type {
  height: auto;
}
.article-panel .tags {
  margin-bottom: 10px;
  margin-top: 15px;
}
.article-meta {
  padding: .75rem 2rem;
  background: #fff;
}

.article-meta span {
  font-size: 13px;
}

.article-meta span.bull {
  color: #fff;
  padding: 0 .25rem;
}

.article-meta span.reading-minutes,
.article-panel>a,
.article-panel>a:hover {
  color: color: #fff;
}
.article-panel .article-content {
  padding: 1.25rem;
  background: #fff;
  position: relative;
}
.article-panel .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  border-radius: 6px;
  transition: all 0.5s ease;
}
.article-panel:hover .article-img img,.blog-hero:hover .article-img img{
  transform: scale(1.2);
}
.article-panel h3 {
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
  display: block;
  letter-spacing: 0;
}
.article-panel:hover h3,.blog-hero:hover h4 {
  text-decoration:underline;
}
.article-img {
  overflow: hidden;
  border-radius: 6px;
}
.article-panel h3 a {
  color: #313543;
}
.blog--post {
  padding: 100px 0;
}
.tags {
  display: flex;
  gap: 5px;
  color: var(--primary);
  align-items: center;
  margin-bottom:20px;
}

.tag {
  line-height: 1;
  font-size: 0.8rem;
}
.subscribe-blog .content-wrapper p.heading {
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 500;
}
.tag,.data,.tag a {
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary);
}

.article-panel .data a {
  color: #2c4a8a;
}
.tag--filter {
  padding: 30px 0;
}
.latest-posts>div {
  margin-bottom: 75px;
}
.filter-tag ul {
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.filter-tag ul li {
  display: inline-block;
}
.blog-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 100px;
}
.blog-pagination a,span.elipses {
  white-space: nowrap;
  margin: 0 5px;
  text-decoration: none;
  padding: 0;
  color: var(--primary);
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  transition: all 0.2s ease;
  width: 45px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-pagination .col {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  align-content: center;
}
a.next-link,a.prev-link {
  border: 1px solid var(--primary);
  min-width: 108px;
  height: 50px;
  gap: 10px;
  padding: 0 25px;
  width: 100%;
}
.blog-pagination a.next-link:hover,.blog-pagination a.prev-link:hover {
  border: 1px solid var(--primary);
  background:var(--primary);
  color:var(--white);
}
a.next-link img.h-img,a.prev-link img.h-img {
  display: none;
}
.blog-pagination a.next-link:hover img.h-img,.blog-pagination a.prev-link:hover img.h-img {
  display: block;
}
.blog-pagination a.next-link:hover img.n-img,.blog-pagination a.prev-link:hover img.n-img {
  display: none;
}
.filter-tag li a,.clear-all a {
  background: #fff;
  padding: 0 15px;
  display: flex;
  border-radius: 6px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1), 0 5px 30px 0 rgba(0, 0, 0, .05);
  font-size: 16px;
  font-weight: 500;
  height: 43px;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  border: 1px solid transparent;
}
.sub-btn .cta-group {
  justify-content: flex-end;
}
.tag--filter {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.filter-tag a:hover,.filter-tag a.active {
  background: var(--primary);
  color: var(--white);
  border: 1px solid #B5F4DA;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10), 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}
.blog-heading h1 {
  letter-spacing: 0;
  margin-bottom:23px;
}
.clear-all a {
  gap: 10px;
  min-width:120px;
}
.post--title h2 {
  margin-bottom: 0;
}
.blog-content p,.blog-content span,.blog-content ul li,.blog-content ol li,.blog-content p a,.blog-content {
  font-size: 20px;
  color: var(--dark);
}
.blog-content p a {
  text-decoration: underline;
}
.social-share-urls {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  position: sticky;
  top: 100px;
}
.social-share-urls a {
  background: var(--primary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0;
}
.social-share-urls a:hover {
  filter: brightness(150%);
}

.subscribe {
  border-radius: 6px;
  border: 2px solid rgba(66, 104, 70, 0.50);
  background: rgba(29, 67, 33, 0.05);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subscribe-text p {
  margin-bottom: 0;
  color: var(--primary);
  font-weight: 500;
}
.subscribe-text small {
  font-size: 14px;
  color: var(--primary);
}
.notify-btn a.cta-button {
  gap: 10px;
}
.subscribe-blog {
  border-radius: 6px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10), 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  margin-top: 0;
  padding:30px 40px;
  z-index: 1;
}
.subscribe-blog .col-content p {
  font-size: 14px;
}
.subscribe-blog:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(0deg, var(--Colors-green-t70, rgba(29, 67, 33, 0.70)) 0%, var(--Colors-green-t70, rgba(29, 67, 33, 0.70)) 100%), linear-gradient(0deg, var(--Colors-green-t50, rgba(29, 67, 33, 0.50)) 0%, var(--Colors-green-t50, rgba(29, 67, 33, 0.50)) 100%), var(--Colors-green-light, #426846);
  background-blend-mode: multiply, color, normal, normal;
  border-radius: 6px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10), 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}
.blog-pagination-center {
  border-radius: 6px;
  background: rgba(29, 67, 33, 0.05);
  padding: 5px;
  display:flex;
}
.blog-pagination a.active{
  background: var(--primary);
  color: #fff;
}
.blog-pagination a:hover{
  background: rgba(29, 67, 33, 0.10);
}
.clear-all a:hover{
  background: var(--primary);
  color: var(--white);
}

.mobile-filter-btn {
  display: none;
  background: #fff;
  color: var(--primary);
  border: none;
  padding: 10px 20px;
  height: 43px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.10), 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}
.mobile-filter-btn:hover{
  background:var(--secondary);
}
.left-post-sticky {
  position: sticky;
  top: 20px; 
  padding-bottom:100px;
}
img.m-icon {
  display: none;
}
.pagination-desktop {
  display: flex;
}

.pagination-mobile {
  display: none;
}
span.desktop-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.clear-all {
  margin-left: auto;
}
.clear-all a:hover path {
  fill: #fff;
}
svg.m-icon {
  display: none;
}

@media (max-width: 767px) {
  .pagination-mobile {
    display: flex;
  }
  span.desktop-text {
    gap: 0;
  }
}



@media(max-width: 991px) {
  img.m-icon,svg.m-icon {
    display: block;
  }
  img.d-icon,svg.d-icon {
    display: none;
  }
  .sub-btn .cta-group {
    justify-content: flex-start;
  }
  .social-share-urls {
    justify-content: flex-start;
    position: static;
    top: 0;
    margin-top: 30px;
  }
  .subscribe {
    margin-top: 10px;
  }  
  .left-post-sticky {
    padding-bottom:30px;
    position:static;
  }
  .mobile-filter-btn {
    display: block;
  }
  .filter-popup-content .blog-filter {
    border-radius: 20px 20px 0 0;
  }
  .filter-popup-overlay {
    display: none;
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(29, 67, 33, 0.50);
    z-index: 9999;
    justify-content: center;
    align-items: center;
  }
  .filter-popup-content {
    background: transparent;
    width: 100%;
    max-height: 90%;
    overflow-y: auto;
    padding: 0;
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(30%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  .filter-popup-overlay.show .filter-popup-content {
    transform: translateY(0);
    opacity: 1;
  }
  .filter-popup-close {
    position: absolute;
    top: 10px;
    right: 0;
    border: none;
    left: 0;
    font-size: 0;
    cursor: pointer;
    width: 50px;
    height: 5px;
    border-radius: 6px;
    background: var(--Colors-green-t35, rgba(29, 67, 33, 0.35));
    margin: 0 auto;
    display:none;
  }
  .mobile--tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
  }
  .mobile--tag p {
    color: #426846;
    font-size: 14px;
    margin-bottom:0;
  }
  .tag--filter,.filter-popup-content .mobile--tag {
    display: none;
  }
  .filter-popup-content .tag--filter {
    display: block;
    padding: 100px 15px 50px 15px;
  }
  .tag--filter h4 {
    border-bottom: 1px solid rgba(90, 102, 117, 0.20);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .filter-tag ul {
    display: block;
  }
  .filter-tag ul li {
    margin-bottom: 5px;
  }
  .clear-all{
    border-top: 1px solid rgba(90, 102, 117, 0.20);
    padding-top: 30px;
    margin-top: 30px;
  }
}

@media(max-width: 767px) {
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
    min-height: 2.5rem;
  }
  .subscribe-text {
    text-align: center;
    margin-bottom: 10px;
  }
  .subscribe-blog{
    padding:30px;
  }
  .latest-posts>div {
    margin-bottom: 30px;
  }
  .blog-pagination {
    padding-bottom: 60px;
  }
  a.next-link, a.prev-link{
    font-size:0;
    width: 62px;
    min-width: 62px;
    gap:0;
    padding:0;
  }
}


.author-section {
  padding: 1.875rem 0 0.625rem;
}
.author-section p {
  font-size: 0.75em;
  font-weight: 400;
  margin-bottom: 1em;
}
.author-section .avatar {
  position: relative;
  margin-top: 0.625rem;
}
.author-section .avatar img {
  width: 64px;
  height: auto;
  border-radius: 100%;
  margin-right: 1.2em;
  position: relative;
}
.author-section .author-link:not(.hover) {
  color: #1D4321;
}
.author-section .social-profiles a {
  margin-right: 0.5em;
}
a.author-link {
  display: inline-block;
}
.avatar img {
  border-radius: 50%;
  border: 1px #333;
  max-width: 50px;
}
.blog-comments {
  margin-bottom: 3.125rem;
}
.blog-comments .blog-comments-trigger {
  position: relative;
  text-align: center;
  display: block;
}
.blog-comments .blog-comments-wrapper {
  display: none;
}
.blog-comments .blog-comments-wrapper .comment-reply-to {
  margin-bottom: 20px;
}
.blog-comments .blog-comments-wrapper form {
  padding: 2rem 0 4rem;
}
.blog-comments .blog-comments-wrapper .hs-form fieldset {
  max-width: 100%;
}
.blog-comments .blog-comments-wrapper .hs-form fieldset.form-columns-2 .field+.field {
  margin-left: 0;
}
.blog-comments .blog-comments-wrapper .hs-form fieldset textarea {
  width: 100%;
}
.author-profile {
  padding: 6.25rem 0 3.125rem;
}
.author-profile .author-profile-info {
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.author-profile .author-profile-info .avatar {
  margin-bottom: 0.625rem;
}
.author-profile .author-profile-info .author-name {
  display: block;
  font-size: 1.375rem;
}
.author-profile .avatar {
  width: 90px;
  height: auto;
  border-radius: 100%;
}
.author-profile .author-profile-socials {
  margin-top: 3.125rem;
}
@media (min-width: 767px) {
  .author-profile .author-profile-socials {
    margin: 0;
  }
  .author-profile .author-profile-info {
    margin: 0;
  }
  .author-profile .author-profile-info .avatar {
    margin: 0;
  }
  .author-profile .author-profile-bio {
    padding: 0 1rem;
  }
}

.blog-comments {
  margin-bottom: 3.125rem;
}

.blog-comments .blog-comments-trigger {
  position: relative;
  text-align: center;
  display: block;
}

.blog-comments .blog-comments-wrapper {
  display: none;
}

.blog-comments .blog-comments-wrapper .comment-reply-to {
  margin-bottom: 20px;
}

.blog-comments .blog-comments-wrapper form {
  padding: 2rem 0 4rem;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset {
  max-width: 100%;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset.form-columns-2 .field+.field {
  margin-left: 0;
}

.blog-comments .blog-comments-wrapper .hs-form fieldset textarea {
  width: 100%;
}

.blog-related-posts {
  padding: 3.125rem 0;
}
.blog-related-posts .row>div {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .blog-related-posts .row>div {
    margin-bottom: 0;
  }
}
.blog-related-posts .article-panel:first-of-type {
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .blog-related-posts .article-panel:first-of-type {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .blog-related-posts .article-panel .article-img {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    height: auto;
    padding: 0;
  }

  .blog-related-posts .article-panel .article-content {
    position: relative;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.blog-related-posts .article-panel h3 {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.blog-related-posts .article-panel .article-content {
  padding: 2rem;
}
.blog-related-posts .article-panel:first-of-type {
  margin: 1rem 0;
}
.blog-related-posts .readmore {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1D4321;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  transition: all 0.2s ease;
}
.blog-related-posts .article-panel .article-img:hover .readmore {
  opacity: 1;
}
.blog-related-posts .article-panel h3 a:hover {
  color: #1D4321;
}

.blog-related-posts .data .meta {
  margin: 0;
}

.sr-sticky-breadcrumb {
  position: relative;
  z-index: 10;
  font-size: 1rem;
}
.sr-sticky-breadcrumb-heading {
  padding: 0.75rem 0;
  transition: all ease-in-out 300ms;
  color: #fff;
}
.sr-sticky-breadcrumb-heading a {
  color: #fff;
}
.sr-sticky-breadcrumb-heading a:hover {
  color: #1D4321;
}
.sr-sticky-breadcrumb-trigger {
  color: #fff;
}
.sr-sticky-breadcrumb-trigger a {
  color: #fff;
}
.sr-sticky-breadcrumb-trigger a:hover {
  color: #1D4321;
}
.sr-sticky-breadcrumb-categories {
  text-align: center;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  color: #fff;
  box-shadow: 0 50px 60px 0 rgba(0,0,0,0.1);
}
.sr-sticky-breadcrumb-categories .container {
  padding: 1.25rem;
}
.sr-sticky-breadcrumb-categories strong {
  margin: 0 0 0.93rem;
  color: #fff;
}
.sr-sticky-breadcrumb-categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sr-sticky-breadcrumb-categories ul li {
  list-style: none;
  display: inline-block;
}
.sr-sticky-breadcrumb-categories ul li a {
  margin: 1rem;
  color: #fff;
}

.sr-sticky-breadcrumb-categories ul li a:hover {
  color: #1D4321;
}
.blog-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 576px) {
  .blog-container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 768px) {
  .blog-container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-container {
    max-width: 1440px;
  }
}