/* ******************************************************************************
*********************************************************************************
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 {
  padding: 0 35px;
  max-width: 1165px;
} 

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

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




html {
  font-size: 15;
}

body {
  color: #000000;
  font-family: GTAmerica;
  font-weight: 300;
  font-size: 15px;
}

p {
  font-family: GTAmerica;
  font-weight: 300;
}

a {
  font-family: GTAmerica;
  color: rgba(196, 131, 86, 1.0);
}

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

a:active {
  color: rgba(236, 171, 126, 1.0);
}

h1 {
  color: #000000;
  font-family: GTAmerica;
  font-size: 28px;
  font-weight: 700;
}
h1 {
  
  color: rgba(0, 0, 0, 1.0);
  
}

@media(max-width: 767px) {
  h1 {
    font-size: 23.8px;
  }
}

h2 {
  color: #c48356;
  font-family: GTAmerica;
  font-size: 20px;
  font-weight: 700;
}
h2 {
  
  color: rgba(196, 131, 86, 1.0);
  
}
@media(max-width: 767px) {
  h2 {
    font-size: 17.0px;
  }
}

h3 {
  color: #000000;
  font-family: GTAmerica;
  font-size: 20px;
  font-weight: 300;
}
h3 {
  
  color: rgba(0, 0, 0, 1.0);
  
}
@media(max-width: 767px) {
  h3 {
    font-size: 17.0px;
  }
}

h4 {
  color: #000000;
  font-family: GTAmerica;
  font-size: 15px;
  font-weight: 300;
}
h4 {
  
  color: rgba(0, 0, 0, 1.0);
  
}
@media(max-width: 767px) {
  h4 {
    font-size: 12.75px;
  }
}

h5 {
  color: #c48356;
  font-family: GTAmerica;
  font-size: 15px;
  font-weight: 300;
}
h5 {
  
  color: rgba(196, 131, 86, 1.0);
  
}
h6 {
  color: #000000;
  font-family: GTAmerica;
  font-size: 12px;
  font-weight: 300;
}
h6 {
  
  color: rgba(0, 0, 0, 1.0);
  
}

blockquote {
  border-left: 1px solid #c48356;
}





form,
.submitted-message {
  border-color: rgba(255, 255, 255, 1.0) ;
  font-family: GTAmerica;
  background-color: rgba(196, 131, 86, 0.1);
}

h3.form-title {
  background-color: rgba(196, 131, 86, 0.1);
  color: rgba(0, 0, 0, 1.0);
}

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

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(73, 74, 82, 1.0);
  color: #000000;
}

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

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

.hs-form legend {
  color: rgba(0, 0, 0, 1.0);
}
input#hs-pwd-widget-password,
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(0, 0, 0, 1.0);
  color: #000000;
  border-radius: 0px;
}
input#hs-pwd-widget-password:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(0, 0, 0, 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: #000000;
}

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

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

.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: #c48356 !important;
}





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

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(73, 74, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(73, 74, 82, 1.0);
}






.header__top {
  background-color: rgba(0, 42, 58, 1.0);
}
.header__item .nav a {
  color: rgba(255, 255, 255, 1.0);   
}
.header__item .nav a:hover {
  color: rgba(255, 255, 255, 1.0);   
}
.header__item .nav a:after {
  background-color: rgba(196, 131, 86, 1.0);    
}
.header__item a>svg {
  fill: rgba(255, 255, 255, 1.0);   
}
.header__item a.active>svg,
.header__item a.is-active-page>svg,
.header__item a.is-active>svg,
.header__item a:hover>svg {
  fill: rgba(196, 131, 86, 1.0);       
}



.header__main,
.header {
  background-color: rgba(251, 251, 251, 1.0);
}

.header__container {
  max-width: 1165px;
}

body .custom-menu-primary a {
  color: rgba(26, 25, 25, 1.0);
}
.hs-menu-wrapper>ul>li.hs-item-has-children svg {
  fill: rgba(26, 25, 25, 1.0);  
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a.child_active,
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li > a:focus {
  color: rgba(196, 131, 86, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a.child_active>svg,
.hs-menu-wrapper>ul>li.hs-item-has-children>a:hover>svg {
  fill: rgba(196, 131, 86, 1.0);  
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:after,
body .custom-menu-primary .submenu.level-1 > li > a:hover:after {
  border-color: rgba(196, 131, 86, 1.0);  
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
  background-color: rgba(196, 131, 86, 1.0);    
}

body .custom-menu-primary a.active-branch {
  color: rgba(196, 131, 86, 1.0);
}
body .custom-menu-primary a.active-branch:after {
  color: rgba(#null, 0.0);  
}
body .custom-menu-primary .submenu.level-1 > li.active-branch {
background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover,
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(196, 131, 86, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(196, 131, 86, 1.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  color: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a svg {
  fill: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover svg {
  fill: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li span:after {
  background-color: rgba(196, 131, 86, 1.0);
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul,
body .custom-menu-primary .submenu.level-3,
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(245, 245, 245, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li a p,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li a,
body .custom-menu-primary .submenu.level-2 li > a {
  color: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li a:hover p,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li a:hover,
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(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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

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

.search-modal__input {
  color: rgba(255, 255, 255, 1.0);
}
.search-modal__form {
  border-bottom-color: rgba(151, 151, 151, 1.0);
}
.search-modal__submit {
  fill: rgba(151, 151, 151, 1.0);
}
.search-modal__submit:hover {
  fill: rgba(151, 151, 151, 1.0);
}
.search-modal__input::-webkit-input-placeholder {
  color: rgba(191, 191, 191, 0.5);
}
.search-modal__input:-moz-placeholder {
  color: rgba(191, 191, 191, 0.5);
}

.search-modal__close {
  color: rgba(255, 255, 255, 1.0);
}
.search-modal__close:hover {
  color: rgba(255, 255, 255, 1.0);
}
.search-modal__close svg {
  fill: rgba(151, 151, 151, 1.0);
}
.search-modal__close:hover svg {
  fill: rgba(151, 151, 151, 1.0);
}
 








.footer {
  background-color: rgba(0, 42, 58, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer__container {
  max-width: 1165px;
}
.footer__copyright p {
  color: rgba(255, 255, 255, 1.0); 
}
.nav-list p {
  color: rgba(255, 255, 255, 1.0);
}
.grid__col a.icon-left svg {
  fill: rgba(255, 255, 255, 1.0);
}

.grid__col a {
  color: rgba(255, 255, 255, 1.0);
}
.grid__col a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.nav-list ul:before {
  background-color: rgba(255, 255, 255, 1.0);
}
.footer__copyright p {
 color: rgba(255, 255, 255, 1.0); 
}


.subscribe__form_wrap {
  background-color: rgba(255, 255, 255, 1.0); 
  border-top-color: rgba(198, 198, 198, 1.0); 
}
.subscribe__text h4 {
  color: rgba(196, 131, 86, 1.0); 
}
.subscribe__text p {
  color: rgba(0, 0, 0, 1.0); 
}









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

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

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

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

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

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #c48356;
  font-family:GTAmerica;
  font-size: 20px;
  font-weight: ;
}

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

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

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




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