/* ******************************************************************************
*********************************************************************************
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 {
  padding-bottom: 79px;
  padding-top: 79px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}





body {
  font-family: Post Grotesk;
  font-weight: 300;
  color: rgba(102, 102, 102, 1.0);
  font-size: 15px;
}

@media(max-width: 991px) {
  body {
    font-size: 11.66666666655px;
  }
}

a {
  color: rgba(179, 166, 151, 1.0);
}

a:hover,
a:focus {
  color: rgba(163, 147, 129, 1.0);
}

a:active {
  color: rgba(219, 206, 191, 1.0);
}



h1 {
  font-family: Post Grotesk;
  font-size: 36px;
  font-weight: 400;
  color: rgba(33, 37, 41, 1.0);
}

@media(max-width: 991px) {
  h1 {
    font-size: 21.999999999960004px;
  }
}

h2 {
  font-family: Post Grotesk;
  font-size: 15px;
  font-weight: 600;
  color: rgba(33, 37, 41, 1.0);
}

@media(max-width: 991px) {
  h2 {
    font-size: 9.6px;
  }
}

h3 {
  font-family: Post Grotesk;
  font-size: 36px;
  font-weight: 400;
  color: rgba(33, 37, 41, 1.0);
}

@media(max-width: 991px) {
  h3 {
    font-size: 27.0px;
  }
}

h4 {
  font-family: Post Grotesk;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(33, 37, 41, 1.0);
}

h5 {
  font-family: Post Grotesk;
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(33, 37, 41, 1.0);
}

h6 {
  font-family: Post Grotesk;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(33, 37, 41, 1.0);
}

blockquote {
  border-color: rgba(248, 250, 252, 1.0);
}





h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(33, 37, 41, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(0, 0, 0, 1.0);
  border-radius: 5px;
  border-width: 1px;
  color: rgba(0, 0, 0, 1.0);
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(178, 158, 141, 1.0);
  border-color: rgba(178, 158, 141, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(40, 40, 40, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

.hs-form label {
  color: rgba(33, 37, 41, 1.0);
}

.hs-form legend {
  color: rgba(33, 37, 41, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-width: 1px;
  border-radius: 0px;
  color: rgba(73, 80, 87, 1.0);
  border-color: rgba(206, 212, 218, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(244, 239, 229, 1.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: #666666;
}

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

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

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

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

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





th,
td {

}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 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(204, 204, 204, 1.0);
}





.custom-header-top {
  background-color: rgba(236, 236, 236, 1.0);
}

.custom-top-menu .hs-menu-wrapper > ul > li > a {
  color: rgba(114, 119, 123, 1.0);
}

.custom-top-menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(179, 166, 151, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > a {
  color: rgba(34, 34, 34, 1.0);
  font-weight:300;
  letter-spacing:-0.3px;
}

.custom-menu-primary .navigation-primary > ul > li > a:hover {
  color: rgba(179, 166, 151, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary > ul > li.active-branch > a {
  color: rgba(34, 34, 34, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary > ul > li.child-open > a {
  color: rgba(34, 34, 34, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > ul {
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > ul > li > a,
.custom-menu-primary .navigation-primary > ul > li > ul > li ul li a {
  color: rgba(34, 34, 34, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > ul > li > a:hover,
.custom-menu-primary .navigation-primary > ul > li > ul > li ul li a:hover {
  color: rgba(34, 34, 34, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary > ul > li > ul > li.active-branch > a,
.custom-menu-primary .navigation-primary > ul > li > ul > li ul li.active-branch a {
  color: rgba(34, 34, 34, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.language-inner > span {
  color: rgba(114, 119, 123, 1.0);
}

.dropdown-menu {
  border-color: rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 1.0);
}

.countryselector .dropdown-menu .dropdown-item {
  color: rgba(33, 37, 41, 1.0);
}

.countryselector .dropdown-menu .dropdown-item:hover {
  color: rgba(163, 147, 129, 1.0);
  background-color: rgba(248, 249, 250, 1.0);
}

.custom-searchbox-wrap .searchbox i {
  color: rgba(34, 34, 34, 1.0);
}

.custom-searchbox-wrap .searchbox input[type="text"] {
  color: rgba(34, 34, 34, 1.0);
}

@media (min-width: 768px) {
  .custom-searchbox-wrap .searchbox {
    background-color: rgba(255, 255, 255, 1.0);
  }
}

@media (min-width: 992px) {
  .custom-header-bottom, 
  .custom-header-bottom > .page-center {
    background-color: rgba(255, 255, 255, 1.0);
  }
  .custom-searchbox-wrap .searchbox {
    
    border-style: solid;
    border-width:0.7px;
    border-color:#222222;
  }
  
  #header-search-input {
    color: #a9a9a9;
    font-weight: 400;
    letter-spacing: -0.3px;
  }
}





.custom-footer-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-footer-address p a{
  color: rgba(179, 166, 151, 1.0);
}
.custom-footer-address p a:hover{
  color: rgba(163, 147, 129, 1.0);
}

.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  color: rgba(34, 34, 34, 1.0);
}
.custom-footer-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover {
  color: rgba(34, 34, 34, 1.0);
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a {
   color: rgba(34, 34, 34, 1.0);
}
.custom-footer-menu .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(163, 147, 129, 1.0);
}
.custom-privacy-links ul > li > a,
.custom-footer-menu .hs-menu-wrapper > ul ul li a {
  color: rgba(34, 34, 34, 1.0);
}

.custom-privacy-links ul > li > a:hover,
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover {
  color: rgba(163, 147, 129, 1.0);
}

.custom-copyright {
  color: rgba(34, 34, 34, 1.0);
}

.custom-footer-top .page-center,
.custom-footer-bottom .page-center {
  border-color: rgba(229, 231, 223, 1.0);
}





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

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


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

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

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

.blog-pagination__link {
  color: #666666;
}

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


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



/*             Blog Grid Listing and Post styles            */



.hs-blog-listing,
.hs-blog-post {
  background-color: #FFFFFF;
}




.blog-post__read-more svg {
  fill: #666666;
}

.blog-post__read-more a:hover svg {
  fill: #a39381;
}



.blog__subscription-block {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: 450px;
}








.blog-post__back-to-blog {
  color: #666666;
}

.blog-post__back-to-blog:hover {
  color: #a39381;
}

.blog-post__back-to-blog svg {
  fill: #666666;
}

a.blog-post__back-to-blog:hover svg {
  fill: #a39381;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232);
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}












body .icon svg {
  fill: #494A52;
}

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

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

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

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

.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  max-width: 1418px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.dnd-section > .row-fluid {
  padding: 0 30px;
}




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