





/* 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(48px * .8 );}
  body h2 {font-size:calc(40px * .8 );}
  body h3 {font-size:calc(32px * .8 );}
  body h4 {font-size:calc(24px * .8 );}
  body h5 {font-size:calc(16px * .8 );}
  body h6 {font-size:calc(14px * .8 );}
}

@media(max-width: 767px) {
  html {font-size:calc(16px * .8 );}
  body h1 {font-size:40px;line-height:48px;}
  body h2 {font-size:32px;line-height:38.4px;}
  body h3 {font-size:calc(32px * .6 );}
  body h4 {font-size:20px;line-height:28px;}
  body h5 {font-size:16px;line-height:24px;}
  body h6 {font-size:calc(14px * .6 );}

}

/* 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: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0e0e0e;
  line-height: 1.5;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  color: #0672cB;
}

a:hover,
a:focus {
  color: #004aa3;
}

a:active {
  color: #2e9af3;
}

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

/* Headings */

h1 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0e0e0e;
  font-size: 48px;
  line-height: 1.2;
}

h2 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0e0e0e;
  font-size: 40px;
  line-height: 1.2;
}

h3 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0e0e0e;
  font-size: 32px;
  line-height: 1.3;
}

h4 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #0e0e0e;
  font-size: 24px;
  line-height: 1.4;
}

h5 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #0e0e0e;
  font-size: 16px;
  line-height: 1.5;
}

h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #0e0e0e;
  font-size: 14px;
  line-height: 1.5;
}

/* Blockquote */

blockquote {
  border-left-color: ;
}





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

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






form { 
  background-color: rgba(255, 255, 255, 0%);
  padding: 0px;
;
  border-radius: 0px;
}
form h2, form .form-title { color: #0e0e0e;font-size: 30px;font-family: Roboto, sans-serif;; }
form input, form select, form textarea { padding: 14px 24px !important; color: #0e0e0e;font-size: 16px;font-family: Roboto, sans-serif; background-color: #ffffff; border: 1px solid ; }
form label { color: #0e0e0e;font-size: 16px;font-family: Roboto, sans-serif;; }
form input::placeholder { color: #0e0e0e;font-size: 16px;font-family: Roboto, sans-serif;; }
form input:focus { background-color: #FFFFFF;  }

ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
}

form,
.submitted-message {
  font-family: Roboto, 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: #0e0e0e;font-size: 16px;font-family: Roboto, sans-serif; 
  background-color: #ffffff; 
  border-radius: 0px;
  border: 2px solid #f0f0f0;

}

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

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

/* Custom Form Select Input */
form .select-selected {
  background-color: #ffffff; 
  border-radius: 0px;
  border: 2px solid #f0f0f0;

  padding: 14px 24px !important;
}
form .select-items div {
  color: #0e0e0e;font-size: 16px;font-family: Roboto, sans-serif;
  background-color: #ffffff; 
  padding: 14px 24px !important;
}
form .select-selected:focus {
  background-color: #FFFFFF; 
  
}
form .select-selected:focus-visible {
  background-color: #FFFFFF; 
  
}
/* End Custom Form Select Input */

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #0e0e0e;font-size: 16px;font-family: Roboto, sans-serif;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #0e0e0e;font-size: 16px;font-family: Roboto, 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: Roboto, 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: Roboto, sans-serif;
}

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

header span.hs_cos_wrapper_type_language_switcher{
  display: block;
  line-height: 0;
}

header:not(.header--no-navigation) .globe_class{
  filter: invert(1);
}

header:not(.header--no-navigation) .globe_class:hover .lang_list_class{
  filter: invert(1);
  width: 200px;
}

header .lang_list_class li{
  border: none;
  padding: 0.5rem !important;
  text-align: left;
}

header .lang_list_class li a{
  display: block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.75rem 1.5rem !important;
  transition: all 0.3s ease-out;
}

header .lang_list_class li a:hover{
  background-color: #F0F0F0;
  transition: all 0.3s ease-out;
}

@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: #0e0e0e;
}

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

/* Blog pagination */

.blog-pagination__link {
  color: #0e0e0e;
}

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

/* Blog post */

.blog-post__meta a {
  color: #0e0e0e;
}

.blog-post__tag-link {
  color: #0e0e0e;
}

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

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

/* Blog related posts */

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

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #0672cB;
}

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

#comments-listing .comment-reply-to:active {
  color: #2e9af3;

}