/* ******************************************************************************
*********************************************************************************
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: 50%;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #b1863d;
}
.page-center {
  max-width: 50%;
}




body {
  color: #4d4b48;
  font-family: Soehne;
  font-size: 24px;
  font-weight: 400;
}

a {
  color: rgba(19, 16, 11, 1.0);
}

a:hover,
a:focus {
  color: rgba(19, 16, 11, 1.0);
}

a:active {
  color: rgba(59, 56, 51, 1.0);
}

h1 {
  color: #13100b;
  font-family: Soehne;
  font-size: 84px;
  font-weight: 700;
}
h2 {
  color: #13100b;
  font-family: Tobias;
  font-size: 72px;
  font-weight: 100;
}

h3 {
  color: #13100b;
  font-family: Soehne;
  font-size: 48px;
  font-weight: 700;
}

h4 {
  color: #13100b;
  font-family: Soehne;
  font-size: 36px;
  font-weight: 700;
}

h5 {
  color: #13100b;
  font-family: Soehne;
  font-size: 28px;
  font-weight: 700;
}

h6 {
  color: #13100b;
  font-family: Soehne;
  font-size: 26px;
  font-weight: 700;
}

blockquote {
  border-left: 3px solid #b1863d;;
}

@media (max-width: 2499px) and (min-width: 400px){
  h1 {
    font-size: calc( 36px + (84 - 36) * ( 100vw - 400px ) / (2500 - 400) );
      }
  h2 {
    font-size: calc( 36px + (72 - 36) * ( 100vw - 400px ) / (2500 - 400) );
      }
  h3 {
    font-size: calc( 36px + (48 - 36) * ( 100vw - 400px ) / (2500 - 400) );
      }
  h4 {
    font-size: calc( 36px + (36 - 36) * ( 100vw - 400px ) / (2500 - 400) );
      }
  h5 {
    font-size: calc( 36px + (28 - 36) * ( 100vw - 400px ) / (2500 - 400) );
      }
  h6 {
    font-size: calc( 36px + (26 - 36) * ( 100vw - 400px ) / (2500 - 400) );
      }

}





form,
.submitted-message {
  font-family: Soehne;
}

h3.form-title {
  background-color: rgba(245, 244, 241, 1.0);
  color: rgba(19, 16, 11, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(165, 28, 48, 1.0);
  border-color: rgba(165, 28, 48, 1.0);
  border-radius: 50%;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(41, 39, 36, 1.0);
  border-color: rgba(41, 39, 36, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(205, 68, 88, 1.0);
  border-color: rgba(205, 68, 88, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(77, 75, 72, 1.0);
}

.hs-form legend {
  color: rgba(77, 75, 72, 1.0);
}

form input,
form select,
form textarea,
.hs-input, input[type="password"] {
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-radius: 999rem;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, input[type="password"]:focus {
  border-color: rgba(177, 134, 61, 0.5);
}

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

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

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

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

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

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





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

thead th,
thead td {
  background-color: rgba(0, 0, 0, 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, .mainHeader {
  background-color: rgba(245, 244, 241, 1.0);
}
.header__container {
  max-width: 50px;
}
body .custom-menu-primary a{
  color: rgba(19, 16, 11, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a {
  background-color: rgba(245, 244, 241, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a{
  background-color: rgba(245, 244, 241, 0.0);
  color: rgba(19, 16, 11, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch > a,
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(19, 16, 11, 1.0);
  background-color: rgba(245, 244, 241, 0.0);
}

body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(245, 244, 241, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  color: rgba(19, 16, 11, 1.0);
  background-color: rgba(245, 244, 241, 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{
  background-color: rgba(245, 244, 241, 0.0);
  color: rgba(19, 16, 11, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(19, 16, 11, 1.0);
  background-color: rgba(245, 244, 241, 0.0);
}
.nav__cta-link{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(19, 16, 11, 1.0);
}
.nav__cta-link:hover, .nav__cta-link:focus {
  background-color: rgba(19, 16, 11, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.nav__menu-trigger, .mobileOpen .nav__menu-trigger:hover, .mobileOpen .nav__menu-trigger:focus, .mobileOpen .nav__menu-trigger{
  background-color: rgba(255, 255, 255, 1.0);
}
.nav__menu-trigger:hover {
  background-color: rgba(19, 16, 11, 1.0);
}

/***************************** Flyout **************************/

.navigationHeader {
  background-color: rgba(19, 16, 11, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.menu-aside__title{
  color: rgba(255, 255, 255, 1.0);
}
body .fixedMenu a{
  color: rgba(255, 255, 255, 1.0);
}
body .fixedMenu .submenu.level-1 > li > a {
  background-color: rgba(19, 16, 11, 0.0);
}
body .fixedMenu .submenu.level-1 > li:hover > a,
body .fixedMenu .submenu.level-1 > li:focus > a{
  background-color: rgba(19, 16, 11, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
body .fixedMenu .submenu.level-1 > li.active-branch > a,
body .fixedMenu .submenu.level-1 > li > a.active-branch {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(19, 16, 11, 0.0);
}

body .fixedMenu .submenu.level-2 {
  background-color: rgba(19, 16, 11, 1.0);
}
body .fixedMenu .submenu.level-2 .menu-item .menu-link {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(19, 16, 11, 1.0);
}
body .fixedMenu .submenu.level-2 .menu-item .menu-link:hover,
body .fixedMenu .submenu.level-2 .menu-item .menu-link:focus{
  background-color: rgba(19, 16, 11, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
body .fixedMenu .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(19, 16, 11, 0.0);
}










.footer-section--light {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(19, 16, 11, 1.0);
}
.footer__main-cta__title {
  color: rgba(19, 16, 11, 1.0);
}

.footer__container {
  max-width: 50px;
}

.footer-section--dark{
  background-color: rgba(19, 16, 11, 1.0);
  background-image: -webkit-gradient(linear,left top,right bottom,from(rgba(41, 39, 36, 1.0)),color-stop(66%,rgba(19, 16, 11, 1.0)),to(rgba(19, 16, 11, 1.0)));
  background-image: linear-gradient(to bottom right,rgba(41, 39, 36, 1.0) 0%,rgba(19, 16, 11, 1.0) 66%,rgba(19, 16, 11, 1.0) 100%);
}

.footer-section__utility, .footer-section--dark .footer-section__content, .footer__about-dce__desc p, .footerNavigation ul li p{
  color: rgba(178, 177, 175, 1.0);
}
.footer__copyright{
  color: rgba(178, 177, 175, 1.0);
}
.legalMenu .hs-menu-wrapper ul li a{
  color: rgba(178, 177, 175, 1.0);
}

.legalMenu .hs-menu-wrapper ul li a:hover{
  color: rgba(178, 177, 175, 1.0);
}
.footerNavigation ul li h3 a > svg{
  color: rgba(177, 134, 61, 1.0);
}
.footerNavigation ul li h3, .footer__about-dce-hgroup h2{
  color: rgba(255, 255, 255, 1.0);
}












.content-wrapper {
  max-width: 50%;
}

.blog-post__date {
  border-color: #4d4b48;
}

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

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

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

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

.blog-pagination__link {
  color: #4d4b48;
}

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

.blog-post__title {
  color: #13100b;
  font-family:Soehne;
  font-size: 72px;
  font-weight: ;
}

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

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

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(#null);
}

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

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__tag-link:hover{
  color: #13100b;
}

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

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

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: #4d4b48;
}

.blog-sidebar a:hover {
  color: #13100b;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

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

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #4d4b48;
}

.blog-post__body, .blog-post__tags a {
  color: #4d4b48;
}

.blog-post__meta a:hover {
  color: #13100b
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #4d4b48;
}

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

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

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

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

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #4d4b48;
}

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

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

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

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





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


@media (min-width: 2500px){
  body {
    font-size: 24px;
  }

}

@media (max-width: 2499px) and (min-width: 400px){
  body {
    font-size: calc( 17px + (24 - 17) * ( 100vw - 400px ) / (2500 - 400) );
      }

}

@media (max-width: 399px){
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 17px;
  }
}

ul {
 margin-bottom: 1rem; 
}

ul li::marker {
  color: #a51c30;
]