





/* 1a. Containers */





/* 1c. Typography */














/* responsive font sizing */

@media(min-width: 767px) and (max-width: 1000px) {
  html {font-size:calc(16px * .9 );}
  body h1 {font-size:calc(64px * .8 );}
  body h2 {font-size:calc(40px * .8 );}
  body h3 {font-size:calc(30px * .8 );}
  body h4 {font-size:calc(24px * .8 );}
  body h5 {font-size:calc(20px * .8 );}
  body h6 {font-size:calc(16px * .8 );}
}

@media(max-width: 767px) {
  html {font-size:calc(16px * .8 );}
  body h1 {font-size:calc(64px * .7 );}
  body h2 {font-size:calc(40px * .7 );}
  body h3 {font-size:calc(30px * .7 );}
  body h4 {font-size:calc(24px * .7 );}
  body h5 {font-size:calc(20px * .7 );}
  body h6 {font-size:calc(16px * .7 );}
}

/* 1d. Buttons */





/* 1e. Forms */




















.content-wrapper {
  max-width: 1240px;
}

.dnd-section:not([class*='force-full']),
.content-wrapper--vertical-spacing {
  padding: 40px 30px;
}

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





html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
	body {
		overscroll-behavior: none;
	}
}

[class*='__container'] {
  margin: 0 auto;
}

/* Paragraphs */

p {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 400;
}

/* Anchors */

a {
  color: #1e7f60;
}

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

a:active {
  color: #46a788;
}

a,
a:hover,
a:focus,
a:active {
  
}

/* Headings */

h1,
.text-h1 {
  font-family: 'Baloo 2', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e7f60;
  font-size: 64px;
  line-height: 1.2;
}

h2,
.text-h2 {
  font-family: 'Baloo 2', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e7f60;
  font-size: 40px;
  line-height: 1.2;
}

h3,
.text-h3 {
  font-weight: 700; text-decoration: none; font-family: 'Baloo 2', sans-serif; font-style: normal;
  color: #1e7f60;
  font-size: 30px;
  line-height: 1.3;
}

h4,
.text-h4 {
  font-family: 'Baloo 2', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2B2B2B;
  font-size: 24px;
  line-height: 1.4;
}

h5,
.text-h5 {
  font-family: 'Baloo 2', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #2B2B2B;
  font-size: 20px;
  line-height: 1.5;
}

h6,
.text-h6 {
  font-family: 'Baloo 2', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #2B2B2B;
  font-size: 16px;
  line-height: 1.4;
}

/* Blockquote */

blockquote {
  border-left-color: ;
}





button,
.button,
.hs-button {
  border: 1px solid ;
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
}

.funraise-button.button {
  border: 1px solid  !important;
  border-radius: 8px !important;
  padding: 12px 24px !important;
  text-decoration: none !important;
  margin: 1rem 0 0 !important;
}





/* HubSpot Form CSS Variables - These override embedded form styles */
:root {
  /* Global form styles */
  --hsf-global__font-family: Nunito, sans-serif;
  --hsf-global__font-size: 16px;
  --hsf-global__color: #2B2B2B;
  
  /* Form background and container */
  --hsf-background__background-color: #FFFFFF;
  --hsf-background__padding: padding: 0px;
;
  --hsf-background__border-radius: 0px;
  
  /* Form headings */
  --hsf-heading__font-family: Baloo 2, sans-serif;
  --hsf-heading__color: #2B2B2B;
  
  /* Field labels */
  --hsf-field-label__font-family: Baloo 2, sans-serif;
  --hsf-field-label__font-size: 16px;
  --hsf-field-label__color: #2B2B2B;
  
  /* Field inputs (text, email, etc.) */
  --hsf-field-input__font-family: Nunito, sans-serif;
  --hsf-field-input__color: #2B2B2B;
  --hsf-field-input__background-color: #F4F5F5;
  --hsf-field-input__placeholder-color: #2B2B2B;
  --hsf-field-input__border-color: ;
  --hsf-field-input__border-width: ;
  --hsf-field-input__border-style: ;
  --hsf-field-input__border-radius: 0px;
  --hsf-field-input__padding: 12px 24px;
  
  /* Field textarea */
  --hsf-field-textarea__font-family: Nunito, sans-serif;
  --hsf-field-textarea__color: #2B2B2B;
  --hsf-field-textarea__background-color: #F4F5F5;
  --hsf-field-textarea__placeholder-color: #2B2B2B;
  --hsf-field-textarea__border-color: ;
  --hsf-field-textarea__border-width: ;
  --hsf-field-textarea__border-style: ;
  --hsf-field-textarea__border-radius: 0px;
  --hsf-field-textarea__padding: 12px 24px;
  
  /* Submit button - uses your button variant system */
  
  --hsf-button__font-family: Nunito, sans-serif;
  --hsf-button__font-size: 18px;
  --hsf-button__color: #FFFFFF;
  --hsf-button__background-color: #1e7f60;
  --hsf-button__border-color: #1e7f60;
  --hsf-button__border-width: 1px;
  --hsf-button__border-radius: 8px;
  --hsf-button__padding: 12px 24px;
  
  /* Row spacing */
  --hsf-row__vertical-spacing: 1.4rem;
  --hsf-module__vertical-spacing: 1.4rem;
}

/* Focus state overrides for inputs - CSS variables don't support :focus, so we need traditional CSS */
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  background-color: #FFFFFF !important; 
  border: border: 1px solid #EEEEEE;
 !important;
  outline: none !important;
}

/* Legacy form support - if you still have old forms, keep these */
form,
.submitted-message {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

form label {
  font-weight: 600 !important;
}

/* Form help text */
form legend {
  color: ;
}

/* Placeholder text fallback for older browsers */
::-webkit-input-placeholder,
::-moz-placeholder, 
:-ms-input-placeholder,
::placeholder {
  color: #2B2B2B !important;
  font-family: Nunito, sans-serif !important;
  font-size: 16px !important;
}


/* Date picker placeholder */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #2B2B2B !important;
  font-family: Nunito, sans-serif !important;
}

/* Error states */
ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
}

/* Date picker */

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

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

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

/* Submit button */

/* see _theme.css */





table {
  background-color: ;
  border-color: ;
}

th,
td {
  border-color: ;
  color: ;
}

thead th,
thead td {
  background-color: ;
  border-bottom-color: ;
  color: ;
}

tfoot td {
  background-color: ;
  color: ;
}





.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Nunito, sans-serif;
}

.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: ;
}

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

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

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

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Nunito, sans-serif;
}

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

@media(max-width: 767px) {

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





.footer {
  background-color: ;
}

/* 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: ;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
	.blog-post,
	.blog-header__inner,
	.blog-related-posts {
	  padding-bottom: 20.0px !important;
	}
}

/* Blog listing */

.blog-index__post-title-link {
  color: #1e7f60;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #2B2B2B;
}

/* Blog pagination */

.blog-pagination__link {
  color: #2B2B2B;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: ;
}

.blog-pagination__next-link svg,
.blog-pagination__prev-link svg {
  fill: #2B2B2B;
}

/* Blog post */

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

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

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

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

/* Blog related posts */

.blog-related-posts__title a {
  color: #1e7f60;
}

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #1e7f60;
}

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

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