





/* 1a. Containers */





/* 1c. Typography */















/* 1d. Buttons */





/* 1e. Forms */




















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

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

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





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

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #101010;
  line-height: 1.6;
}

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

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 300;
}

/* Anchors */

a {
  color: #00664F;
}

a:hover,
a:focus {
  color: #003e27;
}

a:active {
  color: #288e77;
}

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

/* Headings */

h1 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #101010;
  font-size: 56px;
  line-height: 1.2;
}

h2 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #101010;
  font-size: 40px;
  line-height: 1.3;
}

h3 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #101010;
  font-size: 30px;
  line-height: 1.5;
}

h4 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #101010;
  font-size: 24px;
  line-height: 1.5;
}

h5 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #101010;
  font-size: 20px;
  line-height: 1.5;
}

h6 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #101010;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.3;
  }

  h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  h3 {
    font-size: 24px;
    line-height: 1.5;
  }

  h4 {
    font-size: 20px;
    line-height: 1.5;
  }

  h5 {
    font-size: 16px;
    line-height: 1.5;
  }

  h6 {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* Blockquote */

blockquote {
  border-left-color: ;
}





button,
.button,
.hs-button {
  border: 1px solid ;
  border-radius: 0px;
  padding: 16px 32px;
  text-decoration: none;
}

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






form { 
  background-color: #ffffff;
  padding: 32px;
;
  border-radius: px;
}
form h2, form .form-title { color: #101010;font-size: 30px;font-family: 'Open Sans', sans-serif;; }
form input, form textarea { padding: 16px 32px !important; color: #101010;font-size: 16px;font-family: 'Open Sans', sans-serif; background-color: #F4f5f5; border: 1px solid ; }
form label { color: #101010;font-size: 16px;font-family: 'Open Sans', sans-serif; font-weight: 600;; }
form input::placeholder { color: #a1a1a1;font-size: 16px;font-family: 'Open Sans', sans-serif;; }
form input:focus { background-color: #FFFFFF; border: 0px none ;
 }

form,
.submitted-message {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form help text */

form legend {
  color: ;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  color: #101010;font-size: 16px;font-family: 'Open Sans', sans-serif; 
  background-color: #F4f5f5; 
  border-radius: 0px;
  border: 0px none ;

}

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; 
  border: 0px none ;

}

form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=number]:focus-visible,
form input[type=file]:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  background-color: #FFFFFF; 
  border: 0px none ;

}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #a1a1a1;font-size: 16px;font-family: 'Open Sans', sans-serif;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #a1a1a1;font-size: 16px;font-family: 'Open Sans', sans-serif;
}

/* 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: Open Sans, 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: Open Sans, 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: 80px 0;
}

/* Blog listing */

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

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

/* Blog pagination */

.blog-pagination__link {
  color: #101010;
}

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

/* Blog post */

.blog-post__meta a {
  color: #101010;
}

.blog-post__tag-link {
  color: #101010;
}

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

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

/* Blog related posts */

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

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #00664F;
}

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

#comments-listing .comment-reply-to:active {
  color: #288e77;

}