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

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

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




html {
  font-size: 20px;

}

body {
  color: #1a1815;
  font-family: pillgothic300;
  font-weight: 400;
  font-size: 20px;

}

p {
  /*   font-family: pillgothic300; */

}
 
a {
  /*   font-family: pillgothic300; */
  color: rgba(234, 38, 39, 1.0);
}

.hs_cos_wrapper_type_rich_text p a,
.hs_cos_wrapper_type_rich_text li a {
  border-color: rgba(234, 38, 39, 1.0);
}

.hs_cos_wrapper_type_rich_text p a:hover,
.hs_cos_wrapper_type_rich_text li a:hover {
 
  border-color: rgba(158, 31, 35, 0.0);
}

link_hover_border_color

a:hover,
a:focus {
  color:#9e1f23;
}

a:active {
  color: rgba(255, 78, 79, 1.0);
}

h1 {
  color: ;
  font-family: pillgothic300-bold;
  font-size: 42px;
  font-weight: 400;
}

.form-title {
  font-family: pillgothic300-bold;
  font-size: 42px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h1,
  .form-title {
    font-size: 35.699999999999996px;
  }
}

h2 {
  color: ;
  font-family: pillgothic300-bold;
  font-size: 36px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h2 {
    font-size: 30.599999999999998px;
  }
}

h3 {
  color: ;
  font-family: pillgothic300-bold;
  font-size: 30px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h3 {
    font-size: 25.5px;
  }
}

h4 {
  color: ;
  font-family: pillgothic300-bold;
  font-size: 26px;
  font-weight: 400;
}

@media(max-width: 767px) {
  h4 {
    font-size: 22.099999999999998px;
  }
}

h5 {
  color: ;
  font-family: pillgothic300-bold;
  font-size: 22px;
  font-weight: 400;
}

h6 {
  color: ;
  font-family: pillgothic300-bold;
  font-size: 20px;
  font-weight: 400;
}

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





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


h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(26, 24, 21, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(234, 38, 39, 1.0);
  border-color: rgba(234, 38, 39, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  border-width: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(158, 31, 35, 1.0);
  border-color: rgba(234, 38, 39, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
 
.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 78, 79, 1.0);
  border-color: rgba(255, 78, 79, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label,
.hs-form-field > label {
  color: rgba(104, 94, 85, 1.0);
}
 
.hs-form legend {
  color: rgba(104, 94, 85, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  background-color: rgba(243, 242, 240, 1.0);
  border-color: rgba(180, 173, 166, 1.0);
  color: rgba(26, 24, 21, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(99, 156, 43, 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: ;
}

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

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

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(104, 94, 85, 1.0);
  color: rgba(104, 94, 85, 1.0);
}

thead th,
thead td {
  background-color: rgba(104, 94, 85, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
 
tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(104, 94, 85, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(104, 94, 85, 1.0);
}






.banner h1 {
  font-size: 42px;
}

.header_wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}

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

.header__container {
  max-width: 1170px;
}

@media (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(130, 118, 106, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(234, 38, 39, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.activer > a {
    color: rgba(130, 118, 106, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul  {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    color: rgba(130, 118, 106, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {
    color: rgba(234, 38, 39, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a {
    color: rgba(130, 118, 106, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
}



.header_quote_btn a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(234, 38, 39, 1.0);
}

.header_quote_btn a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(211, 34, 35, 1.0);
}


@media(max-width: 767px) {

}





/* .footer {
background-color: rgba(52, 47, 42, 1.0);
color: rgba(180, 173, 166, 1.0);
} */

.footer_main {
  background-color: rgba(52, 47, 42, 1.0);
  color: rgba(180, 173, 166, 1.0);
}

.footer__container {
  max-width: 1170px;
}

.footer_menu .hs-menu-wrapper > ul > li > a,
.footer_menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255, 255, 255, 1.0);
}


.footer_menu .hs-menu-wrapper > ul ul > li > a {
  color: rgba(205, 200, 195, 1.0);
}

.footer_menu .hs-menu-wrapper > ul ul > li > a:hover {
  color: rgba(255, 255, 255, 1.0);
}



.footer_bottom {
  background-color: rgba(26, 24, 21, 1.0);
  color: rgba(180, 173, 166, 1.0);
}

.footer_bottom a {
  color: rgba(205, 200, 195, 1.0);
}

.footer_bottom a:hover {
  color: rgba(205, 200, 195, 1.0);
}






.content-wrapper {
  max-width: 1170px;
  padding-top: 0px;
  padding-bottom: 40px;
}

.blog-post__date {
  border-color: ;
}

.blog-post__meta a,
.blog-post__meta a:hover,
.blog-recent-posts__post,
.blog-recent-posts__post:hover {
  color: ;
}

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

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

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

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

.blog-pagination__link {
  color: ;
}

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

.blog-post__title {
  color: ;
  font-family:pillgothic300-bold;
  font-size: 36px;
  font-weight: ;
}

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

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

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

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

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

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

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




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



@media (max-width: 1199px) {
  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 970.0000000002px;
  }
}

@media (max-width: 991px) {

  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 749.9999999934px;
  }
}

@media (max-width: 767px) {

}