







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
	max-width: 1265px;
	padding-left: 40px;
	padding-right: 40px;
}
@media (max-width: 767px){
	.content-wrapper {
		padding-left: 24px;
		padding-right: 24px;
	}
}

.dnd-section,
.content-wrapper--vertical-spacing {
	padding: 0px 1rem;
}

.dnd-section > .row-fluid {
	max-width: 1265px;
}





html {
	font-size: 16px;
}

body {
	font-family: var(--primary-font);
	color: #2F2F2F;
	font-size: 16px;
}

/* Paragraphs */

p {
	font-family: var(--primary-font);
}

/* Anchors */

a {
	font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
	color: #43695b;

}

p a:not(.button) {
	text-decoration:underline;
}

a:hover,a:focus {
	;
	color: ;
}

a:hover {
	text-decoration:underline;
	scale:1.05;
}


a:active {
	font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
	color: #575757;
}

/* Headings */

h1,
.h1 {
	font-family: var(--primary-font);
	color: #2F2F2F;
	font-weight: 400;
	font-size: 50px;
	text-transform: none;
	line-height:1.1;
}

h2,
.h2 {
	font-family: var(--primary-font);
	color: #2F2F2F;
	font-weight: 400;
	font-size: 36px;
	text-transform: none;
	line-height:1.1;
}

h3,
.h3 {
	font-family: var(--primary-font);
	color: #2F2F2F;
	font-weight: 400;
	font-size: 30px;
	text-transform: none;
	line-height:1.1;
}

h4,
.h4 {
	font-family: var(--primary-font);
	font-weight: 400;
	color: #2F2F2F;
	font-size: 24px;
	text-transform: none;
	line-height:1.1;
}

h5,
.h5 {
	font-family: var(--primary-font);
	color: #000000;
	font-size: 20px;
	text-transform: none;
	line-height:1.1;
	font-weight:400;
}

h6,
.h6 {
	font-family: var(--primary-font);
	color: #2F2F2F;
	font-size: 16px;
	text-transform: none;
	line-height:1.1;
	font-weight:400;
}


@media all and (max-width: 994px){
	h1{
		font-size: 40px !important;
		line-height: 1;
	}
	h2{
		font-size: 30px !important;
		line-height: normal;
	}
	h3{
		font-size: 24px !important;
		line-height: normal;
	}
	h4{
		font-size: 20px !important;
		line-height: normal;
	}	h5{
		font-size: 18px !important;
		line-height: normal;
	}
	h6{
		font-size: 16px !important;
		line-height: normal;
	}
}

@media all and (min-width: 994px) and (max-width: 1400px){
	h1{
		font-size: 48px !important;
		line-height: normal;
	}
	h2{
		font-size: 38px !important;
		line-height: normal;
	}
	h3{
		font-size: 30px !important;
		line-height: normal;
	}
	h4{
		font-size: 24px !important;
		line-height: normal;
	}	h5{
		font-size: 20px !important;
		line-height: normal;
	}
	h6{
		font-size: 18px !important;
		line-height: normal;
	}

}

/* Blockquote */

blockquote {
	border-left-color: #2F2F2F;
}




form input[type=submit],
form .hs-button,
button,
.button,
.hs-blog-post-listing__post-button {
	border: 1.5px solid #43695B;

	padding-top: 14px;
padding-right: 26px;
padding-bottom: 15px;
padding-left: 26px;

	font-family: var(--primary-font);
	font-weight: 700;
	background-color: 

  
  
    
  


  rgba(67, 105, 91, 1.0)

;
	border-radius: 90px;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
}






form,
.submitted-message {
	font-family: var(--primary-font)
		border: 1px none #43695B;
;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: 

  
  
    
  


  rgba(67, 105, 91, 0.0)

;
	padding: 0px;
;
}

/* Form title */

.form-title {
	border: 1px none #2F2F2F;
;
	padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
	font-family: Merriweather; font-style: normal; font-weight: normal; text-decoration: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	font-size: 30px;
	color: #2F2F2F;
	background-color: 

  
  
    
  


  rgba(47, 47, 47, 1.0)

;
}


/* Labels */

form label {
	color: #2F2F2F;
}

/* Help text */

form legend {
	color: #2F2F2F;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	border: 2px solid #E7E9E2;

	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	color: #2F2F2F;
	border-radius: 14px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
	color: #2F2F2F;
	opacity: 1;
}

::-moz-placeholder {
	color: #2F2F2F;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #2F2F2F;
	opacity: 1;
}

::placeholder {
	color: #2F2F2F;
	opacity: 1;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
	color: #2F2F2F;
}

.fn-date-picker td.is-selected .pika-button {
	background: #2F2F2F;
}

.fn-date-picker td .pika-button:hover {
	background-color: #2F2F2F !important;
}

.fn-date-picker td.is-today .pika-button {
	color: #2F2F2F;
}

/* Submit button */







/* Table */

table {
	border: 1px solid #2F2F2F;

	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
	border: 1px solid #2F2F2F;

	padding: 18px;

	color: #2F2F2F;
}

/* Table header */

thead th {
	background-color: 

  
  
    
  


  rgba(47, 47, 47, 1.0)

;
	color: #FFFFFF;
}

/* Table footer */

tfoot td {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	color: #2F2F2F;
}





.header {
	background-color: #FFFFFF;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	color: #2F2F2F;
	font-family: var(--primary-font);
}

.menu__child-toggle-icon {
	border-top-color: #2F2F2F;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
	color: #070707;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
	border-top-color: #070707;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
	color: #575757;
}

.menu__child-toggle-icon:active {
	border-top-color: #575757;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
	background-color: #2F2F2F;
}

@media (min-width: 767px) {
	.menu .menu__submenu,
	.header__language-switcher .lang_list_class {
		border: 2px solid #2F2F2F;

		background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	}

	.menu__submenu--level-2 > .menu__item:first-child:before {
		border: 2px solid #2F2F2F;

		background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	}
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
	color: #2F2F2F;
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
	border-bottom-color: #2F2F2F;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
	background-color: #FFFFFF;
}

.header__language-switcher .lang_list_class.first-active::after {
	border-bottom-color: #FFFFFF;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	font-family: var(--primary-font);
}

.header__language-switcher-label-current:after {
	border-top-color: #2F2F2F;
}

@media(max-width: 767px) {
	.header__navigation {
		background-color: #FFFFFF;
	}

	.header__navigation-toggle svg,
	.menu-arrow svg {
		fill: #2F2F2F;
	}
}





.footer {
	background-color: #F9FAF7;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
	color: #2F2F2F;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
	padding: 0px 0;
}
.blog-post{
	padding: calc(0px + 90px) 0 0px 0;
}
@media (max-width: 767px){
	.blog-post{
		padding: calc(0px + 56px) 0 0px 0;
	}
}

/* Blog post */

.blog-post__meta a {
	color: #2F2F2F;
}

.blog-post__tag-link {
	color: #2F2F2F;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
	color: #070707;
}

.blog-post__tag-link:active {
	color: #575757;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
	font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
	text-transform: none;
}

.blog-related-posts__title-link {
	color: #2F2F2F;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
	color: #070707;
}

.blog-related-posts__title-link:active {
	color: #575757;
}

/* Blog comments */

.blog-comments {
	margin-bottom: 0px;
}

#comments-listing .comment-reply-to {
	color: #2f2f2f;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: #070707;
}

#comments-listing .comment-reply-to:active {
	color: #575757;
}





.hs-search-results__title {
	font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
	color: #2F2F2F;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
	text-transform: none;
}

.hs-blog-post-listing__post-title-link {
	color: #2F2F2F;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
	color: #070707;
}

.hs-blog-post-listing__post-title-link:active {
	color: #575757;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
	color: #2F2F2F;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
	color: #2F2F2F;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
	color: #070707;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
	color: #575757;
}

.hs-pagination__link-icon svg {
	fill: #2F2F2F;
}

/* Pricing card */

.card__price {
	font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
	color: #2F2F2F;
	font-size: 30px;
}

.card__body svg {
	fill: #2F2F2F;
}

/* Social follow */

.social-links__icon {
	background-color: #2F2F2F;
}

.social-links__icon:hover,
.social-links__icon:focus {
	background-color: #070707;
}

.social-links__icon:active {
	background-color: #575757;
	font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
	color: #2F2F2F;
	font-size: 30px;
}

button.button{
	border: 0.125rem solid #43695B;
	padding:1.3125rem 1.75rem;
	line-height:1;
	font-size:0.875rem;
	margin-bottom: 0.875rem!important;
	margin-right: 8px;
} 

hr{
	border-bottom-color: rgba(247, 247, 247)!important;
	border-bottom-width: 1px;
}


@media only screen and (max-width: 768px) {
	.btn {
		font-size:12px;
		line-height:12px;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 12px;
		padding-bottom: 12px;

	}
}

.blogpost ul{
	margin: 0px 0px 0px 16px; 
}

.blogpost ul#breadcrumbs{
	margin: 0px 0px 0px 0px;
}

.blogpost ul li::marker{
	color:#43695b;
	font-size:18px;
}

.blogpost	blockquote {
	border-left-color: #43695b;
	font-style: italic;
	padding-left: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.blogpost	blockquote p{
	margin-bottom:0px;
	margin-top:0px;
}


.blogpost .relatedPost .card{
	border-color:transparent;
	border-radius:14px;
}
.blogpost .relatedPost .card-body{
	background-color:#E7E9E2;
	padding-top:24px;
	padding-right:32px;
	padding-left:32px;
}
.blogpost .relatedPost .card-footer{
	border-top:none;
	background-color:#E7E9E2;
	padding-bottom:24px;
	padding-right:32px;
	padding-left:32px;
}

.blogpost .relatedPost .card-img-top{
	border-top-left-radius: 14px;
	border-top-right-radius: 14px
}
.blogpost .relatedPost .card-footer{
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}

.blogpost .relatedPost .bgImage{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width: 100%;

}
.blogpost .relatedPost .bgImage:after{
	content: "";
	display: block;
	padding-top: 56.25%;
}

@media only screen and (max-width: 500px) {
	.blogpost .relatedPost .card-body{
		padding-top:24px;
		padding-right:16px;
		padding-left:16px;
	}
	.blogpost .relatedPost .card-footer{
		padding-bottom:24px;
		padding-right:16px;
		padding-left:16px;
	}
}

@media only screen and (max-width: 768px) {
	.blogpost{
		margin-left:15px;
		margin-right:15px;
	}
}

.footer__menu .hs-menu-wrapper ul[role="menu"] a {
	color: #43695b
}
@media only screen and (min-width: 768px) {
	.desktopFullWidth{
		margin-left: -40px!important;
		margin-right: -40px!important;
	}
}
@media only screen and (max-width: 768px) {
	/* streches the element beyond the intented outer column on mobile */
	.mobileFullWidth {
		margin-left: -24px!important;
		margin-right: -24px!important;
	}
}

@media (min-width: 768px){
	.header-navigation__button-container.mobileMenu{
		display:none!important;
	}
}



.cursor{
	cursor: pointer;	
}



.hs-menu-item.hs-menu-depth-1{
	padding-top:8px;
	padding-bottom:8px;
}

.hs-menu-item.hs-menu-depth-2 {

}

@media only screen and (max-width: 768px) {
	.hs-menu-item.hs-menu-depth-1{
		padding-top:5px;
		padding-bottom:5px;
	}
}

input:disabled{
	background-color: #f1f1f1 !important;
}


div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
	font-family: "TeX Gyre Heros", sans-serif;) !important;
	font-size: 14px !important;
	font-style: normal !important;
	line-height: 1.5 !important;
	text-align: left !important;
}

@media (max-width: 768px) {

}



#hs-modal-content #hs-modal-accept-all, #hs-modal-content #hs-modal-save-settings {
  flex: unset!important;
  border-radius: var(--hs-banner-modal-button-corners,3em);
  min-width: 12em;
  height: 3.3em;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}


#hs-eu-cookie-confirmation #hs-eu-cookie-settings-button {
  flex: unset!important;
  cursor: pointer;
  border-radius: var(--hs-banner-button-corners,3em);
  min-width: 11em;
  height: 3.3em;
}