/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















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

.dnd-section {
  padding-bottom: 20px;
  padding-top: 20px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #444444;
}
.page-center {
  max-width: 1280px;
}




html {
  font-size: 16;
}

body {
  color: #444444;
  font-weight: 100;
  font-size: 16px;
}

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

a:active {
  color: rgba(108, 108, 108, 1.0);
}

h1 a {
  color: inherit;
}

h5 {
  color: #444444;
  font-size: 13px;
  font-weight: 700;
}

h6 {
  color: #444444;
  font-size: 11px;
  font-weight: 700;
}

blockquote {
  border-left: 10px solid #444444;;
}






.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_google_search,
.form-container,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_email_simple_subscription{
  border:1px solid rgba(224, 224, 224, 1.0) ;
}

form,
.submitted-message {
  padding:10px;
}


h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(68, 68, 68, 1.0);
  padding:10px;
}

.hs-button,
.button--primary,
.hs-button:active,
.button--primary:active {
    padding: 1rem 2rem;
    background-color: #95e1bf;
    color: #21362c;
    text-decoration: none;
    border-radius: 0;
    transition: .1s;
    border: .2rem solid transparent;
    box-sizing: border-box;
    font-weight: 600;
    display: inline-block;
    font-size: 1.6rem;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: auto;
    font-size: 1.6rem;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
}


.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
    background-color: #a9e7cb;
}


.hs-form label {
  color: rgba(68, 68, 68, 1.0);
}

.hs-form legend {
  color: rgba(68, 68, 68, 1.0);
}

form input:not([type="submit"]),
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password{
  display: block;
  margin-top: .5rem;
  padding: 1rem;
  font-size: 1.6rem;
  width: 100%;
  max-width: 300px;
  border-radius: 0;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #444;
  background-color: #f9f9f9;
  border: 2px solid #f2f2f2;
  box-shadow: inset 0.1rem 0.1rem 0.1rem 0 rgb(0 0 0 / 20%);
  transition: .1s;
  font-weight: 500;
  height: auto;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus{
   border-color: #3479bd;
   outline: 0;
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #444444;
}

.hs-richtext {
  font-size: 16;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
  background-color: rgba(68, 68, 68, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}





.header,
.header-inner{
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1280px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #6f6f6f;
}

body .custom-menu-primary a{
  color: #4f4f4f;
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.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:rgba(111, 111, 111, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color:rgba(111, 111, 111, 1.0);

}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color:rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color:rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color:rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color:rgba(111, 111, 111, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color:rgba(111, 111, 111, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color:rgba(111, 111, 111, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color:rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color:rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color:rgba(255, 255, 255, 0.0);
  color:rgba(111, 111, 111, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  background-color:rgba(111, 111, 111, 1.0);
  color:rgba(255, 255, 255, 0.0);
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(111, 111, 111, 1.0);
}

.submenu.level-1 > li:hover,
.submenu.level-1 > li.active, 
.submenu.level-1 > li.active-branch{
  border-color: rgba(102, 153, 51, 1.0) !important;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(111, 111, 111, 1.0);
  }
}










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

.blog-post__date {
  border-color: #444444;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #444444;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #1c1c1c;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #6c6c6c;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #444444;
}

.blog-pagination__link {
  color: #444444;
}

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

.blog-post__title {
  color: #444444;
  font-size: 24px;
  font-weight: ;
}

.blog-post__author {
  background-color: #444444;
}

#comments-listing .comment-reply-to {
  color: rgba(73, 74, 82, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(33, 34, 42, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(113, 114, 122, 0.0);
}










body .icon svg {
  fill: #444444;
}

body .tns-nav button.tns-nav-active {
  background-color: #444444;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #444444;
}

body .social-links__icon {
  background-color: #444444;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(33, 34, 42, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(113, 114, 122, 0.0);
}

body .team-member__description {
  background-color: #444444;
}

.page-center {
  max-width: 1280px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}