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

/* Test */










@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');





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

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

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




html {
  font-size: 18;
}

body {
  color: #494A52;
  font-family: Oxygen;
  font-size: 18px;
font-weight: 400;
}

p {}

a {  
  color: rgba(88, 156, 174, 1.0);
}

a:hover,
a:focus {
  color:rgba(150, 137, 116, 1.0);
}



h1 {
  color: #333333;
  font-family: Oxygen;
  font-size: 34px;
      margin-bottom: 5px;
  font-weight: 400;
}

@media(max-width: 767px) {

}

h2 {
  color: #ab8b65;
  font-family: Oxygen;
      margin-bottom: 5px;
  font-size: 26px;
  font-weight: 400;
}

@media(max-width: 767px) {

}

h3 {
  color: #333333;
  font-family: Oxygen;
  font-size: 20px;
      margin-bottom: 5px;
  font-weight: 400;
}

@media(max-width: 767px) {

}

h4 {
  color: #ab8b65;
  font-family: Oxygen;
  font-size: 18px;
  font-weight: 400;
}

@media(max-width: 767px) {

}

h5 {
  color: #589cae;
  font-family: Oxygen;
  font-size: 16px;
  font-weight: 400;
}

h6 {
  color: #589cae;
  font-family: Oxygen;
  font-size: 14px;
  font-weight: 400;
}

blockquote {
  border-left: 4px solid #968974;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Oxygen;
}

h3.form-title {
  background-color: rgba(51, 51, 51, 0.0);
  color: rgba(51, 51, 51, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(195, 195, 195, 0.3);
  border-color: rgba(118, 118, 118, 1.0);
  border-radius: 2px;
  border-width: 1px;
  color: rgba(0, 0, 0, 1.0);
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(195, 195, 195, 0.45);
  border-color: rgba(118, 118, 118, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(235, 235, 235, 0.3);
  border-color: rgba(158, 158, 158, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input {
  border-color: rgba(210, 210, 210, 1.0);
  color: rgba(170, 169, 169, 1.0);
  border-radius: 0px;
}



form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus {
  border-color: rgba(51, 51, 51, 1.0);
}

.hs-input:focus,
.hs-search-field__input:focus {
  outline-offset: -2px;
  outline: -webkit-focus-ring-color auto 1px;  
}

.hs-button:focus {
  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: #494A52;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Oxygen;
}

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

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

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





th,
td {  
  border: 1px solid rgba(224, 222, 222, 1.0);
  color: rgba(51, 51, 51, 1.0);
}

table tbody tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 1.0);
}



table tbody tr:nth-child(even) {
  background-color: rgba(246, 246, 246, 1.0);
}

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

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

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









.custom-header-top-section {
  background-color: rgba(244, 244, 244, 1.0);
  border-bottom-color: rgba(229, 229, 229, 1.0);
}

.custom-header-btn button {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  border-right-color: rgba(255, 168, 8, 1.0);
}
.custom-header-btn button:hover {
  color: rgba(255, 168, 8, 1.0);
  text-decoration: none;
}


.hs-header-top-left {
  color: rgba(116, 116, 116, 1.0);
}

.fusion-social-networks .fusion-social-network-icon {
  color: rgba(190, 189, 189, 1.0);
}
.fusion-social-networks .fusion-social-network-icon:hover {
  color: rgba(190, 189, 189, 1.0);
}

.custom-header-mid-section {
  border-bottom-color: rgba(229, 229, 229, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}



.custom-header-bottom-section {
  border-bottom-color: rgba(229, 229, 229, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.fix-header .custom-header-bottom-section {
  background-color: rgba(255, 255, 255, 1.0);
}



.header__container {
  max-width: 960px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(51, 51, 51, 1.0);
}

.custom-menu-primary .submenu.level-1 > li > a {
  border-top-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .submenu.level-1 > li > a:hover {
  border-color: rgba(171, 139, 101, 1.0);
}

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



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(#null, 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:after {
  background-color: ;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(51, 51, 51, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: rgba(237, 237, 237, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item {
  background-color: rgba(232, 232, 232, 1.0);  
}



@media(min-width:801px) {
  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(171, 139, 101, 1.0);
  }
  body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
  body .custom-menu-primary .submenu.level-1 > li > a.active-item {
    color: rgba(171, 139, 101, 1.0); 
    border-color: rgba(171, 139, 101, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }  
  body .custom-menu-primary .submenu.level-1 > li.active-branch:hover > a{
    background-color: rgba(255, 255, 255, 0.0);
  } 
  body .custom-menu-primary .submenu.level-1>li.active-branch:hover {  
    color: rgba(171, 139, 101, 1.0);
  }

  .custom-menu-primary .submenu.level-2,
  .custom-menu-primary .submenu.level-3 {
    border-top-color: rgba(171, 139, 101, 1.0);
  }
  .custom-menu-primary .submenu.level-1 > li > a {
    border-top: 3px solid rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .submenu.level-1>li>a:hover {
    color: rgba(171, 139, 101, 1.0);
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
    border-bottom-color:rgba(220, 218, 219, 1.0);
    color: rgba(51, 51, 51, 1.0);
  }
  
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch:hover,
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch:focus{
    background-color: rgba(232, 232, 232, 1.0);
    color: rgba(171, 139, 101, 1.0);
  }

}


body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: ;
}

.submenu.level-2,
.submenu.level-3 {
  border-top-color:rgba(#null, 0.0);
}

.custom-menu-primary .submenu.level-2:hover,
.custom-menu-primary .submenu.level-3:hover{
  border-top-color:rgba(171, 139, 101, 1.0);
}

.submenu.level-2 .menu-item .menu-link {
  border-bottom-color:rgba(220, 218, 219, 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(232, 232, 232, 1.0);
  color: rgba(171, 139, 101, 1.0);
}

body .custom-menu-primary .submenu.level-3 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-3 .menu-item .menu-link:focus {
  background-color: rgba(232, 232, 232, 1.0);
  color: rgba(171, 139, 101, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch{
  background-color: rgba(232, 232, 232, 1.0);
  color: rgba(51, 51, 51, 1.0);
}



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

.header__language-switcher-label-current:after {
  border-top-color: rgba(#null, 0.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(#null, 0.0);
  }
}






.custom-footer-top {
  background-color: rgba(54, 56, 57, 1.0);
  border-top-color: rgba(233, 234, 238, 1.0);
  color: rgba(221, 221, 221, 1.0);
}

.custom-footer-bottom {
  background-color: rgba(40, 42, 43, 1.0);
  color: rgba(221, 221, 221, 1.0);
  border-top-color: rgba(75, 76, 77, 1.0);
}

.footer__copyright {
  color: rgba(221, 221, 221, 1.0);
}

.hs-footer-social-icon .fusion-social-networks .fusion-social-network-icon {
  color: rgba(70, 73, 74, 1.0);
}
.hs-footer-social-icon .fusion-social-networks .fusion-social-network-icon:hover {
  color: rgba(70, 73, 74, 1.0);
}


.footer__container {
  max-width: 960px;
}





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

.blog-post__date {
  border-color: #494A52;
}

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

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

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

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

.blog-pagination__link {

}

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

.blog-post__title {
  color: #ab8b65;
  font-family:Oxygen;
  font-size: 26px;
  font-weight: ;
}

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

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

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

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










body .icon svg {
  fill: #333333;
}

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

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

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

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

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

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




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