/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/** Fonts **/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/** Base **/

[data-global-resource-path*="header.html"] .header {
	background-color: initial !important;
}

::selection {
  background: #008A19;
}

/** Overrides **/
.hs_cos_wrapper svg {
  fill: unset !important;
}

/** Typography **/
body {
	font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 20px !important;
	color: #222;
	font-size: 16px;
  font-weight: 300 !important;
  line-height: 1.5;
	background-color: #fff;
}

body p {
	line-height: 1.5;
}

a {
	color: #008A19;
	text-decoration: none;
	transition: color 0.3s;
}

a:hover {
	color: #222;
}

p,
.widget-type-email_subscriptions p {
	font-size: 15px;
	font-weight: 300 !important;
}

h1,
h2,
h3 {
  font-family: "PLayfair Display", "Helvetica Neue", Times, serif !important;
	font-weight: 400 !important;
	line-height: 1.2;
	color: #222 !important;
	margin-bottom: 15px !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: #222 !important;
}

h1, .widget-type-email_subscriptions h1 {
	font-size: 52px !important;
	font-weight: 400 !important;
	margin-bottom: 15px !important;
}

.explore-blog-post-hero-case-study h1 {
	margin-bottom: 25px !important;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px !important;
}


.tagline {
    color: #ccc !important;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.featured-blog-text,
.featured-hero-text {
	margin-top: 40px;
  color: #fff;
  max-width: 60%;
}

.featured-blog-text h2, .featured-blog-text h3, .featured-blog-text p, .featured-blog-text a.read-more {
  color: #fff !important;
}

.featured-blog-text h3,
.featured-hero-text h3 {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px !important;
	text-transform: uppercase !important;
  font-weight: 400;
  margin-bottom: 10px !important;
}

.featured-blog-text h2,
.featured-hero-text h2 {
  font-size: 30px;
}

h4 {
	font-size: 18px !important;
  color: #222 !important;
  font-weight: 600 !important;
  letter-spacing: -0.36px;
  margin-bottom: 15px !important;
}

.footer-wrapper .footer-menu h4 {
  margin-bottom: 10px !important;
}

.explore-blog-post-related-posts h4 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
}


@media screen and (max-width: 1024px) {
  
}

@media screen and (max-width: 800px) {
 
  .explore-blog-listings-2 .blog-card-body .blog-card-text, .explore-blog-listings-2 h3 {
		text-align: center;
	}
  
  .footer-wrapper .footer-menu h4 {
    text-align: center;
    margin-bottom: 15px !important;
  }
  
	.email-prefs .item p,
  .widget-type-email_subscriptions p,
  .footer-wrapper .legal-wrapper p,
  {
		text-align: left;
	}

}

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

	h1,
  .widget-type-email_subscriptions h1 {
		font-size: 32px;
		line-height: 1.1;
		margin-bottom: 10px;
	}

	h2 {
		font-size: 28px;
	}
  
  .featured-blog-text h2,
  .featured-hero-text h2 {
    font-size: 24px;
  }

	.widget-type-email_subscriptions h2 {
		font-size: 18px;
		font-weight: 300;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	h3, .explore-blog-post-related-posts h4 {
		font-size: 20px !important;
	}

	.explore-blog-listings-2 h3 {
		font-size: 24px !important;
		margin-bottom: 10px !important;
	}

	h4 {
		font-size: 16px !important;
	}

  .featured-blog-text, .featured-hero-text {
    max-width: 100%;
  }

}

/** Utilities **/
.align-right {
	float: right;
}

/** Structure **/

.row-fluid .span10 {
	width: 82.905982906% !important;
	margin: 0px !important;
}

.row-fluid .span11 {
	width: 91.45299145300001% !important;
	margin: 0px !important;
}

.header-container,
.body-container,
.footer-container {
	max-width: 1498px;
	padding: 0px 24px;
	margin: 0px auto;
}

.main-wrapper {
	margin-top: 110px;
	margin-bottom: 80px;
}

.blog-post__body {
  margin-top: 40px;
}

@media screen and (max-width: 1513px) {
  
  .header-container,
  .body-container,
  .footer-container {
    max-width: 1248px;
  }

}

@media screen and (max-width: 600px) {
	.body-container,
  .footer-container,
  .header-container {
		padding: 0 16px;
	}
	
  .main-wrapper {
    margin-top: 90px !important;
  }

  
}

/** Header **/

.header-container-wrapper {
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 66px;
    padding: 10px 0;
}

.hs-blog-post .header-container-wrapper {
	padding: 11px 0 0 0;
}

.header-nav-group {
	float: right !important;
}

a#hs-link-logo {
  display: block;
  width: 200px;
  height: 41px;
  overflow: hidden;
}

#hs-link-logo img {
	max-width: 190px;
	width: 100%;
	height: auto;
  margin-top: 4px;
}

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

  a#hs-link-logo {
    width: 40px;
  }
  
}

/** Nav Menus **/

.nav-wrapper {
    position: relative;
    left: 45px;
    top: -.2px;
}

.menu-horizonal .hs-menu-wrapper ul {
	display: inline-block !important;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 12px 0 0 0;
  font-weight: 400;
}

.menu-horizonal .hs-menu-wrapper ul > li {
	display: inline-block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0px 15px 0 0;
}

.main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1 {
	padding: 0 20px 22px 20px;
	border-bottom: 2px solid transparent;
}

.main-nav .hs-menu-wrapper ul > li.hs-menu-depth-1:hover {
	border-bottom: 2px solid transparent;
	overflow: visible;
}

.menu-horizonal .hs-menu-wrapper ul > li a {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	text-decoration: none;
	color: #222;
	text-align: center;
  letter-spacing: -0.32px;
}

.menu-horizonal .hs-menu-wrapper ul > li a:hover {
    color: #008A19;
    text-decoration: underline;
}

.menu-horizonal .hs-menu-wrapper>ul>li>ul {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 4px 4px 0 #00000040;
    color: #222;
    display: none!important;
    left: 4px!important;
    min-width: 160px;
    padding: 15px 16px 7px;
    position: absolute!important;
    top: 44px!important;
    z-index: 20;
}

.menu-horizonal .hs-menu-wrapper > ul > li:hover > ul {
	display: block !important;
}

.menu-horizonal .hs-menu-wrapper > ul > li:hover > ul > li {
	margin-top: 4px;
	margin-bottom: 8px;
	width: 100%;
	line-height: 40px;
	text-overflow: ellipsis;
}

.menu-horizonal .hs-menu-wrapper > ul > li:hover > ul > li a {
	text-align: left;
}

.menu-horizonal .hs-menu-wrapper > ul > li:hover > ul > li a:hover {
	text-decoration: underline;
}

.menu-horizonal.main-nav ul {
	float: right;
}

.cta-wrapper {
  margin-top: 5px;
  margin-left: 5px !important;
}

.dropdown {
	display: inline-block;
	position: relative;
}

.dropdown-content {
	display: none;
	position: absolute;
	width: 100%;
	overflow: auto;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown-content a {
	display: block;
	color: #000000;
	padding: 5px;
	text-decoration: none;
}

.dropdown-content a:hover {
	color: #ffffff;
	background-color: #00a4bd;
}


/* Mobile Menu */

.main-menu,
.courtesy-menu {
	display: none !important;
}

.mobile-menu {
	display: block;
	overflow: auto;
	margin: 0 !important;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	max-width: 100%;
	z-index: 2010;
	transform: translateX(200%);
	transition: transform 0.25s cubic-bezier(1, -0.06, 0, 0.92);
  overflow: hidden;
}

.mobile-menu .logo {
	display: block;
	margin: 0;
	text-align: center;
}

.mobile-menu .logo svg {
	height: 40px;
}

.mobile-menu > ul a {
  padding: 0;
  line-height: 27px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
}

.mobile-menu > ul {
    background-color: #fff;
    display: block;
    height: 100%;
    list-style: none !important;
    margin: 64px 0 0;
    border-top: 1px solid #e8e8e8;
    padding: 40px 24px 0 24px;
}

.mobile-menu > ul > li {
	display: block;
	width: 100%;
	position: relative;
}

.mobile-menu > ul > li > a {
	display: block !important;
	white-space: inherit !important;
	max-width: 100% !important;
	text-overflow: inherit !important;
	line-height: auto;
	text-decoration: none;
	border-top: 3px solid transparent;
	padding: 5px 0 10px 0;
}

.mobile-menu > ul > li > ul {
	display: block !important;
	position: relative !important;
	opacity: 1 !important;
	visibility: inherit !important;
	max-height: 0px;
	border-top: 0 none;
	box-shadow: none;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: max-height 0.125s ease-in-out !important;
	transition: max-height 0.125s ease-in-out !important;
}

.mobile-menu > ul > li > ul li a {
    padding: 0;
    width: 100% !important;
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    padding: 0px;
}

.mobile-menu .hs-item-has-children {
	float: none !important;
}

.mobile-menu .hs-item-has-children:after {
	content: "";
	display: table;
	width: 100%;
	height: 0;
	clear: both;
}

.mobile-menu .hs-item-has-children > * {
	-webkit-box-flex: 1;
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
}

.mobile-menu .hs-item-has-children > a {
	display: inline-block;
	float: left;
	width: 80%;
}

.mobile-menu .hs-item-has-children > button {
	-webkit-appearance: none !important;
	background-color: transparent;
	border: 0;
	display: inline-block;
	padding: 20px 0 20px;
	outline: none !important;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
  margin: 0px;
  max-width: 100%;
}

.mobile-menu .hs-item-has-children > button svg {
	height: 10px;
	width: 10px;
	float: right;
  fill: #222 !important;
}

.mobile-menu .hs-item-has-children > button.active {
}

.mobile-menu .hs-item-has-children > button.active svg {
	transform: rotate(180deg);
}

.mobile-menu .hs-item-has-children > button.active + ul {
	max-height: 1000px !important;
}

.mobile-menu .hs-item-has-children > ul.hs-menu-children-wrapper {
	width: 100%;
	display: block;
}

.mobile-menu .hs-item-has-children > ul.hs-menu-children-wrapper ul {
	display: none;
}

.menu-overlay {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.mobileMenuTrigger svg {
  height: 20px;
  width: 20px;
  opacity: .4 !important;
  fill: #000;
}

.mobileMenuTrigger {
  background-color: transparent!important;
  border: 0;
  display: block;
  height: 10px;
  outline: none;
  padding: 0;
  position: fixed;
  right: 24px;
  top: 6px;
  width: auto;
  z-index: 2020;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.menu-open .mobileMenuTrigger {
  background: transparent;
  box-shadow: 0 0 0 transparent;
  position: fixed
  opacity: .5;
}

.menu-open {
	overflow: hidden;
}

.menu-open .mobile-menu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menu-open .menu-overlay {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	left: 0;
	z-index: 2000;
	opacity: 1;
}

.menu-open .mobileMenuTrigger {
	position: fixed;
	top: 6px;
	right: 24px;
	background: transparent;
	box-shadow: 0 0 0 transparent;
}

.menu-open .mobileMenuTrigger svg {
  opacity: .8;
}

.hs-menu-depth-2.hs-item-has-children ul {
	display: none;
}


@media screen and (min-width: 1080px) {
	.courtesy-menu,
  .main-menu {
		display: block !important;
	}


	.mobileMenuTrigger,
  .mobile-menu,
  .main-menu .hs-item-has-children > button {
		display: none;
	}
}

@media screen and (max-width: 1079px) {
  
  .mobile-menu > ul {
      padding: 20px 20px 0 25px;
  }
  
}


@media screen and (max-width: 600px) {
	.mobile-menu > ul {
		padding: 20px 20px 0 20px;
	}

  .mobileMenuTrigger,
  .menu-open .mobileMenuTrigger {
		right: 16px;
	}
}


/** Footer **/

.footer-container-wrapper {
    background-color: #fff;
    padding-top: 55px;
}


.footer-wrapper .footer-header {
	font-weight: bold;
}

.footer-wrapper .footer-menu {
  margin-bottom: 5px;
}

.footer-wrapper .footer-menu ul {
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer-wrapper .footer-menu ul li a {
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    letter-spacing: -.32px;
}

.footer-wrapper ul.social-icons > li {
	float: left;
	margin: 0;
	padding-right: 16px;
}

.footer-wrapper ul.social-icons > li img {
	filter: invert(48%) sepia(2%) saturate(9%) hue-rotate(316deg) brightness(97%) contrast(81%);
  width: 22px !important;
}

.footer-wrapper .badges {
	margin-top: 24px;
}

.footer-wrapper .legal-wrapper {
	margin-top: 20px;
	margin-bottom: 70px;
}

.footer-wrapper .legal-wrapper p,
.footer-wrapper .legal-wrapper .menu-horizonal ul > li a {
	font-size: 12px !important;
	font-weight: 300;
}

.footer-wrapper .legal-wrapper .menu-horizonal ul > li a {
	color: #008A19;
}

.footer-wrapper .legal-wrapper .menu-horizonal ul > li a:hover {
	color: #222;
}

.footer-wrapper .legal-wrapper p strong {
	font-weight: 400;
}

.footer-wrapper .address, .footer-wrapper .badge {
    float: right !important;
}

.footer-wrapper .address {
    margin-left: 0px !important;
}

.footer-wrapper .address p {
    font-size: 16px;
    font-weight: normal !important;
    letter-spacing: -.32px;
}

footer .hs-footer-company-copyright {
	font-size: 12px !important;
	font-weight: 300;
}

footer {
	margin-top: -5px;
}

@media screen and (max-width: 1024px) {
	.footer-wrapper .legal-wrapper {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 800px) {
  
   .footer-wrapper ul.social-icons > li {
      padding-right: 0px;
      float: none;
  }
  
  .footer-wrapper .footer-menu {
    margin-bottom: 24px;
  }  

  .footer-wrapper .footer-menu ul[role=menu] {
    text-align: center;
    width: 100%;
  }
  
  .footer-wrapper .footer-menu ul.social-icons {
    margin: 0px auto;
    display: block;
    width: fit-content;
  }
  
}

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

  .footer-wrapper ul.social-icons > li {
      float: left;
      padding-right: 16px;
  }
  
  .footer-wrapper ul.social-icons > li:last-child {
      padding-right: 0px;
  } 
  
  .footer-wrapper .footer-menu, .footer-wrapper .legal-wrapper {
    width: 100% !important;
  }


  .footer-wrapper .address, .footer-wrapper .badge {
    float: none !important;
  }
  
}


/** Buttons **/

.hs-button, .hs-button.primary, .button, .cta_button {
    background-color: #008A19;
    background-image: none;
    border: 1px solid #008A19;
    border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.045);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 14px;
    text-decoration: none;
    touch-action: manipulation;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    user-select: none;
    white-space: nowrap;
    letter-spacing: normal;

 }

.explore-blog-post-subscribe-form form input[type=submit], .explore-blog-post-subscribe-form form .hs-button {
    background-color: #008A19;
    background-image: none;
    border: 1px solid #008A19;
}

.hs-menu-item .hs-button {
    top: -7px;
    position: relative;
    height: 32px;
    font-size: 16px;
    padding: 7px 15px;
}

.hs-button.secondary {
	background-color: transparent;
	border-color: #008A19;
	color: #008A19;
}

.hs-button:hover, .hs-button.secondary:hover {
	background-color: #00c339;
	border-color: #00c339;
	color: #fff;
}


.login .hs_cos_wrapper,
.signup .hs_cos_wrapper {
	float: right;
}

.login {
    left: 2.5px;
    position: relative;
}

.login .hs_cos_wrapper {
    position: relative;
    margin-right: 11px;
}

.button,
.cta_button {
  background-color: #008A19 !important;
	font-size: 15px !important;
	letter-spacing: 1px !important;
	padding: 8px 15px;
  text-transform: capitalize!important;
  color: #fff !important;
}

@media screen and (max-width: 1079px) {
 
  .button,
  .cta_button,
  button {
		display: block;
		margin: 15px auto;
		max-width: 135px;
	}
  
  .hs-button {
    margin-top: 0px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: 400;
  }
  
  .hs-button.secondary {
    margin-top: 5px;
    margin-bottom: -5px;
  }


}

@media screen and (max-width: 1079px) {
	.header-nav-group,
  .cta-wrapper {
		display: none !important;
	}
}

/** Manage Subscription **/

.widget-type-email_subscriptions br {
	display: none;
}

.widget-type-email_subscriptions .page-header {
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid #ccc;
}

.widget-type-email_subscriptions .page-header h2 {
	font-size: 18px;
}

.widget-type-email_subscriptions p.header {
	font-size: 18px;
	font-weight: 600 !important;
	margin-left: 0 !important;
	margin-bottom: 5px;
}

.email-prefs .item .item-inner {
	padding: 10 px 15px;
}

.email-prefs .item .item-inner.selected {
	background-color: #178f613d;
	color: #fff;
}

.email-prefs .checkbox-row input {
	position: relative;
	top: 8px;
}

.email-prefs .checkbox-row input[type="checkbox"],
.subscribe-options input[type="checkbox"] {
	accent-color: #178f61;
}

.email-prefs .item p {
	margin: 0 34px;
}

.email-prefs .checkbox-row span.fakelabel span {
	margin-left: 15px;
	font-size: 18px;
}

.email-prefs .checkbox-row input {
	margin: 0 0 0 4px;
	transform: scale(1.4);
}

.subscribe-options {
	margin-bottom: 12px;
	overflow: hidden;
	margin-top: 30px;
}

.subscribe-options input[type="checkbox"] {
	margin: 0;
	transform: scale(1.4);
	top: 2px;
	position: relative;
}

.subscribe-options label {
	margin-left: 3px;
}

.subscribe-options label span {
	font-size: 15px;
	font-weight: 300;
	margin-left: 11px;
}

@media screen and (max-width: 600px) {
	.widget-type-email_subscriptions .page-header {
		margin-bottom: 28px;
		padding-bottom: 20px;
	}

	.email-prefs .checkbox-row span.fakelabel span {
		max-width: 80%;
		font-size: 16px;
	}

	.email-prefs .item p {
		margin: 0px 0 0 32px;
		line-height: 1.5;
	}

	.email-prefs .checkbox-row input {
		top: 6px;
	}
}


/** Chat **/

.intercom-lightweight-app-launcher,
  iframe.intercom-launcher-frame,
  .intercom-lightweight-app,
  #intercom-frame,
  #intercom-container {
    z-index: 990 !important;
}

/** Blog **/

.body-container--blog-post .content-wrapper {
    max-width: 1280px;
    padding: 0px 40px;
}

.blog-header__inner, .blog-post, .blog-related-posts {
    padding: 60px 0 80px 0 !important;
}

.body-container--blog-index .dnd_area-row-0-padding {
  padding-top: 180px !important;
  padding-bottom: 120px !important;
  max-width: 1450px;
  margin: 0px auto;
}

.explore-blog-listings-2 ul.list-inline.author-date,
.blog-card-topic,
.blog-card-date {
	display: none;
}

.button .hs_cos_wrapper_type_icon,
.button-outline .hs_cos_wrapper_type_icon {
	display: none !important;
}

.explore-blog-listings-2 .flex {
	align-items: start !important;
}

.explore-blog-listings-2 .blog-card-body {
	padding-top: 20px !important;
	text-align: left !important;
}

.explore-blog-post-related-posts .flex {
	align-items: flex-start !important;
}

.explore-blog-listings-2 .heading-flex .heading-col {
	display: none;
}

.explore-blog-listings-2 .blog-card-readmore {
	margin-top: 23px;
}

ul.filter-list {
	margin: 5px 0 0 0;
}

.filter-list .button {
	background-color: #fff;
	border: 0px;
	color: #008A19;
	font-weight: 500;
}

.filter-list .button:hover {
	text-decoration: underline !important;
	background-color: #fff;
	border: 0px;
	color: #008A19;
	font-weight: 500;
}

.filter-list .button.active {
	text-decoration: underline !important;
	background-color: #fff !important;
	border-color: transparent !important;
	color: #008A19 !important;
}

.explore-blog-listings-2 .heading-flex .heading-col.text-phone-left {
	display: block;
	width: 100%;
	text-align: left !important;
}

section.blog-index {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	align-content: flex-start;
	flex-direction: row;
	column-gap: 2%;
}

article.blog-index__post.blog-index__post--card {
	flex: 32%;
	margin-bottom: 45px;
	max-width: 32%;
}

ul.list-inline.tagline-wrap {
	display: none !important;
}

.explore-blog-post-hero-case-study {
	padding-top: 110px !important;
	padding-bottom: 0px !important;
  background: #ffffff!important;
}

.explore-blog-post-hero-case-study .max-width-1000 {
  max-width: 1200px!important;
}

.explore-blog-post-hero-case-study .max-width-1000 img {
  width: 100%;
}

.explore-blog-post-related-posts {
   background: #ffffff!important;
  padding-top: 0px !important;
}

.blog-index__post-image-wrapper.blog-index__post-image-wrapper--card {
	margin-bottom: 20px !important;
	max-height: 235px;
	overflow: hidden;
}

.blog-index__post-post-summary.blog-index__post-post-summary--card {
	margin-bottom: 20px;
}

.blog-tag-filter__drop-down {
	border: 1px solid #767676 !important;
	border-radius: 3px !important;
}

nav.blog-pagination {
    margin-bottom: 100px;
    margin-top: 30px;
    margin: 30px auto 100px auto;
    width: fit-content;
}

.blog-pagination__link {
	border: 1.5px solid #008A19;
	color: #008A19 !important;
	padding: 10px 15px;
	margin: 0px 5px;
}

.blog-pagination__link.blog-pagination__link--active, .blog-pagination__link:hover {
	color: #ffffff !important;
  background-color:  #008A19 !important;
}

@media screen and (max-width: 600px) {
  
	section.blog-index {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		align-content: flex-start;
		flex-direction: row;
		column-gap: 0;
	}

  .explore-blog-post-hero-case-study {
    padding-top: 90px!important;
  }
  
  .blog-header__inner, .blog-post, .blog-related-posts {
    padding: 20px 0 80px 0 !important;
  }
  
   
  .body-container--blog-post .content-wrapper {
    padding: 0px;
  }
  
  
  nav.blog-pagination {
    margin-bottom: 80px;
    margin-top: 20px;
  }
  
	ul.filter-list {
		text-align: center;
	}

	.filter-list .button {
		background-color: #fff;
		margin: 0 0 15px;
		height: 10px;
		line-height: 1;
		padding: 0px 5px;
	}

	.filter-list .list-inline-item:not(:last-child) {
		padding-bottom: 0;
	}

	article.blog-index__post.blog-index__post--card {
		flex: 100%;
		margin-bottom: 30px;
		max-width: 100%;
	}
  
  .explore-blog-post-hero-case-study .max-width-1000 {
    padding: 0 0 10px 0;
  }
  
  
}