/* ******************************************************************************
*********************************************************************************
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: 1180px;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #222;
}
.content-wrapper,
.page-center {
  max-width: 1180px;
  margin: 0 auto;
}






html {
  font-size: 20;
}

body {
  color:rgba(17, 17, 17, 1.0);
  font-weight: 400;
  font-family:trade-gothic-regular,Helvetica,Arial,sans-serif;
  font-size: 20px;
}

p {
  font-family: trade-gothic-regular,Helvetica,Arial,sans-serif;
  font-weight: 400
}

a {
  font-family: trade-gothic-regular,Helvetica,Arial,sans-serif;
  color: rgba(221, 164, 91, 1.0);
  cursor: pointer;
}

a:hover,
a:focus ,
a:active{
  color:rgba(74, 70, 66, 1.0);
}

h1 {
  color: rgba(17, 17, 17, 1.0);
  font-family: trade-gothic-bold,Helvetica,Arial,sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  
}


h2 {
  color: rgba(17, 17, 17, 1.0);
  font-family: trade-gothic-bold,Helvetica,Arial,sans-serif;
  font-size: 1.6875rem;
  font-weight: 400;
  
}

h3 {
  color: rgba(17, 17, 17, 1.0);
  font-family: trade-gothic-bold,Helvetica,Arial,sans-serif;
  font-size: 1.375rem;
  
  font-weight: 400;
}

h4 {
  color: rgba(17, 17, 17, 1.0);
  font-family: trade-gothic-bold,Helvetica,Arial,sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  
}

h5 {
  color: rgba(17, 17, 17, 1.0);
  font-family: trade-gothic-bold,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  
}

h6 {
  color: rgba(17, 17, 17, 1.0);
  font-family: trade-gothic-bold,Helvetica,Arial,sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  
}

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





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: trade-gothic-regular,Helvetica,Arial,sans-serif;
}

h3.form-title {
  background-color: rgba(55, 118, 29, 0.0);
  color: rgba(0, 0, 0, 1.0);
  
}

.hs-button,
.button--primary {
  background-color: rgba(221, 164, 91, 1.0);
  color: rgba(74, 70, 66, 1.0);
  border-width: 0px;
  border-color: rgba(0, 0, 0, 1.0);
  border-radius: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(240, 203, 143, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

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

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

input#hs-pwd-widget-password,
.hs-search-field__input,
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(203, 214, 226, 1.0);
  color: ;
  -webkit-border-radius:  0px;
  -moz-border-radius:  0px;
  border-radius:  0px;
}

input#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: rgba(#null, 0.0);
}

.hs-error-msgs label {
  color: rgba(#null, 0.0);
}

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

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: rgba(17, 17, 17, 1.0);
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: trade-gothic-regular,Helvetica,Arial,sans-serif;
}

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

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

.fn-date-picker td .pika-button:hover {
  background-color: #222 !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(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 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 {
  background-color: rgba(244, 240, 235, 1.0);
}

.header__container {
  max-width: 1280px;
}

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

.custom-menu-primary nav.navigation-primary>ul> li > a:hover{
  color: rgba(221, 164, 91, 1.0);
  background-color: rgba(0, 0, 0, 0.0);
}

.custom-menu-primary nav.navigation-primary>ul ul {
  background-color: rgba(244, 240, 235, 1.0);
}



.custom-menu-primary nav.navigation-primary>ul ul > li > a{
  color: #000, 1.0);
}
.custom-menu-primary nav.navigation-primary>ul ul > li > a:hover{
  color: #000;
  background-color: rgba(74, 70, 66, 0.0);
}
.custom-menu-primary nav.navigation-primary>ul ul ul > li > a:hover{
  color: #000;
  background-color: transparent;
}

@media (min-width: 901px) {
  .custom-menu-primary nav.navigation-primary>ul ul>li.active_li>a {
    color: rgba(221, 164, 91, 1.0);
  }
}

.custom-menu-primary nav>ul>li.has-submenu:not(.mega-menu-li) > ul > li > a:hover {
  color: #000, 1.0);
}

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






footer.footer,
.copyright{
  background-color: rgba(213, 204, 180, 1.0);
}


footer.footer .col .textwidget,
.copyright,
.footer-social h4,
footer.footer .col h4.widget-title{
  color: rgba(0, 0, 0, 1.0);
}

footer.footer .column-two .hs-menu-wrapper>ul>li a,
footer.footer .col .textwidget a[href^="mailto"],
.copyright p a{
  color: rgba(0, 0, 0, 1.0);
}

footer.footer .column-two .hs-menu-wrapper>ul>li a:hover,
footer.footer .col .textwidget a[href^="mailto"]:hover,
.copyright p a:hover{
  color: rgba(74, 70, 66, 1.0);
}

.footer-social a i{
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer-social a i{
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer-social a i:hover{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(65, 65, 65, 1.0);
}

.footer__container {
  max-width: 1180px;
}

@media only screen and (min-width: 48.063em){
  .footer__container {
    max-width: 1200.0px;
  }
}





.blog-post__date {
  border-color: rgba(17, 17, 17, 1.0);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: rgba(17, 17, 17, 1.0);
}

.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: rgba(17, 17, 17, 1.0);
}

.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: rgba(17, 17, 17, 1.0);
}

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

.blog-pagination__link {
  color: rgba(17, 17, 17, 1.0);
}

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

.blog-post__title {
  color: rgba(17, 17, 17, 1.0);
  font-family:trade-gothic-bold,Helvetica,Arial,sans-serif;
  font-size: 1.6875px;
  font-weight: ;
}

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


/*             Blog Grid Listing and Post styles            */


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

.blog-post__tag-link:hover{
  color: #4a4642;
}

.blog-post__read-more svg {
  fill: rgba(17, 17, 17, 1.0);
}

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


.blog-sidebar a {
  color: rgba(17, 17, 17, 1.0);
}

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


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


.blog-post__meta a {
  color: rgba(17, 17, 17, 1.0);
}

.blog-post__body, .blog-post__tags a {
  color: rgba(17, 17, 17, 1.0);
}

.blog-post__meta a:hover {
  color: #4a4642
}


.blog-post__back-to-blog {
  color: rgba(17, 17, 17, 1.0);
}

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

.blog-post__back-to-blog svg {
  fill: rgba(17, 17, 17, 1.0);
}

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











body .icon svg {
  fill: #f4f0eb;
}

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

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

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

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






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