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

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

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




html {
  font-size: 18px;
}

body {
  color: rgba(103, 103, 103, 1.0); 
  font-family: BrandonGrotesqueWeb-Regular, serif;
  overflow-x:hidden;
  font-weight: 400;
  font-size: 18px;
background-color: #fff;
}

p {}

a {
  color: rgba(175, 9, 21, 1.0);
  cursor: pointer;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
}

a:hover,
a:focus {
  color: rgba(103, 103, 103, 1.0);
}

a:active {
  color: rgba(215, 49, 61, 1.0);
}

h1 {
  color: rgba(68, 68, 68, 1.0); 
  font-family: Aleobold;
  font-size: 30px;
  font-weight: 400;
}


@media only screen and (max-width: 1000px) and (min-width: 690px) {
  h1 {
    font-size: 21.0px;
  }
}

@media(max-width: 690px) {
  h1 {
    font-size: 19.5px;
  }
}

h2 {
  color: rgba(68, 68, 68, 1.0);
  font-family: Aleobold;
  font-size: 40px;
  font-weight: 400;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  h2 {
    font-size: 34.0px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
  h2 {
    font-size: 32.0px;
  }
}

@media(max-width: 690px) {
  h2 {
    font-size: 30.0px;
  }
}

h3 {
  color: rgba(68, 68, 68, 1.0); 
  font-family: Aleobold;
  font-size: 36px;
  font-weight: 400;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  h3 {
    font-size: 36.72px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
  h3 {
    font-size: 34.56px;
  }
}

@media(max-width: 690px) {
  h3 {
    font-size: 25.56px;
  }
}

h4 {
  color: rgba(68, 68, 68, 1.0); 
  font-family: Aleobold;
  font-size: 28px;
  font-weight: 400;
}

@media(max-width: 690px) {
  h4 {
    font-size: 29.400000000000002px;
  }
}

h5 {
  color: rgba(68, 68, 68, 1.0);  
  font-family: Aleoregular;
  font-size: 22px;
  font-weight: 400;
}

h6 {
  color: #444;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 400;
}

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





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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(51, 71, 91, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(175, 31, 36, 1.0);
  border-color: rgba(175, 31, 36, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #af1f24;
  border-color: rgba(175, 31, 36, 1.0);
  color: #fff;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(215, 71, 76, 1.0);
  border-color: rgba(215, 71, 76, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input {
  border-color: rgba(203, 214, 226, 1.0);
  color: ;
  border-radius: 3px;
}

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

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

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

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

.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 {
  /*background-color: rgba(255, 255, 255, 1.0);*/
  border: 1px solid rgba(103, 103, 103, 1.0);
  color: rgba(103, 103, 103, 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(103, 103, 103, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(103, 103, 103, 1.0);
}





/* .custom-header-top-bg {
background-color: rgba(248, 248, 248, 1.0);
border-bottom-color:rgba(221, 221, 221, 1.0);
}
.custom-header-top-bg .hs-social-icons ul li i {
color:rgba(166, 166, 166, 1.0);
} */
.custom-header-top-bg .hs-social-icons ul li a:hover > i {
  color:rgba(175, 9, 21, 1.0);
}
/* .custom-header-top-bg .hs-social-icons ul li a {
border-left-color:rgba(221, 221, 221, 1.0);
} */
.hs-header-top-menu .hs-menu-wrapper ul li a {
  color:rgba(0, 0, 0, 0.55);
  border-left-color:rgba(221, 221, 221, 1.0);
}
.hs-header-top-menu .hs-menu-wrapper ul li a:hover {
  color:rgba(0, 0, 0, 0.8);
}
.hs-header-top-menu .hs-menu-wrapper ul li.active > a {
  color:rgba(0, 0, 0, 0.8);
}

/* .custom-header-bottom-bg {
background-color: rgba(255, 255, 255, 1.0);
} */



/* 

.header__container {
  max-width: 1425px;
} */

/* body .custom-menu-primary a{
  color: rgba(136, 136, 136, 1.0);
}
 */

body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 0.0);
}
/* body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);  
}
 */
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(175, 9, 21, 1.0);  
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  color: rgba(175, 9, 21, 1.0);    
}
body .custom-menu-primary .submenu.level-2 > li > a {
/*   color: rgba(204, 204, 204, 1.0);  */
  color: var(--clr-blk-1d);
}
/* body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
background-color: rgba(28, 28, 28, 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,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  color: var(--clr-equine-plum);
}

/* .hs-search_icon {
  color: rgba(0, 0, 0, 0.48);  
} */
.hs-search_icon:hover {
  color: rgba(175, 9, 21, 1.0);  
}
.close-icon {
  color: rgba(160, 160, 160, 1.0);  
}
.close-icon:hover {
  color: rgba(175, 9, 21, 1.0);  
}
/* .custom-header__search {
  background-color: rgba(255, 255, 255, 1.0);  
} */




.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: BrandonGrotesqueWeb-Regular;
}




@media (min-width:1000px) {
  body .custom-menu-primary .submenu.level-1 > li:hover > a,
  body .custom-menu-primary .submenu.level-1 > li:focus > a,
  .header__language-switcher-label-current:hover,
  .header__language-switcher-label-current:focus,
  .header__language-switcher .lang_list_class li:hover a,
  .header__language-switcher .lang_list_class li a:focus,
  body .custom-menu-primary .submenu.level-1 > li.has-submenu:hover > a:after{
    color: var(--clr-equine-plum)
  }
/*   body .custom-menu-primary .submenu.level-1 > li:last:child:hover > a{
    color: white!important
  } */
/*   body .custom-menu-primary .submenu.level-1 > li:hover,
  body .custom-menu-primary .submenu.level-1 > li:focus {
    /*     background-color: #fff */

  } */
/*   body .custom-menu-primary .submenu.level-1 > li > a:hover,
  body .custom-menu-primary .submenu.level-1 > li > a:focus { 
    background-color: none;
    color: #d0d0e1;
    text-decoration: none;
    border-bottom: 1px solid #d0d0e1;
  } */
  .custom-menu-primary .submenu.level-1 > li:last-child > a {
    color: rgba(255, 255, 255, 1.0);   
  }  
/*   .custom-menu-primary .submenu.level-1 > li:last-child > a:hover {
    color: rgba(255, 255, 255, 1.0);   
  }   */
  .custom-menu-primary .submenu.level-1 > li:last-child > a:before {
/*     background-color: rgba(175, 9, 21, 1.0);     */
    background-color: var(--clr-equine-plum)
  }
/*   .custom-menu-primary .submenu.level-1 > li:last-child > a:hover:before {
    background-color: rgba(175, 9, 21, 0.85);   
  } */
  .custom-menu-primary .submenu.level-1 > li > a.active-item{
    color: var(--clr-equine-plum);
    background-color: rgba(255, 255, 255, 0.0);
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item {
    max-width: fit-content;
    border-bottom: 2px solid;
    /*     background-color: rgba(28, 28, 28, 1.0);       */
    color: rgba(175, 9, 21, 1.0);     
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item:hover {
    background-color: rgba(39, 39, 39, 1.0);      
    color: rgba(175, 9, 21, 1.0);     
  }
}


@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

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






/* .hs-footer-top-bg {
background-color: rgba(165, 8, 8, 1.0);
color: rgba(255, 255, 255, 1.0);
} */
.hs-footer-top-bg h4 {
  color: var(--clr-blk-1d)
}
.hs-footer-top-bg a {
  color: var(--clr-blk-1d);
}
.hs-footer-top-bg a:hover {
  color: var(--clr-equine-plum)
}
.hs-footer-bottom-bg {
  background-color: rgba(0, 0, 0, 1.0);
  border-top-color: rgba(0, 0, 0, 0.18);
}
.footer__copyright {
  color: rgba(119, 119, 119, 1.0);
}
.hs-footer-bottom-bg .hs-social-icons ul li i {
  color: rgba(119, 119, 119, 1.0);
}
.hs-footer-bottom-bg .hs-social-icons ul li a:hover > i {
  color: rgba(255, 255, 255, 1.0);
}


.footer__container {
  max-width: 1425px;
}





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

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

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

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

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

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

/* .blog-pagination__link {
  color: #676767;
} */

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

.blog-post__title {
  color: #444;
  font-family:Aleobold;
  font-size: 40px;
  font-weight: ;
}

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

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

.hs-blog-listing,
.hs-blog-post {
/*   background-color: #f8f8f8; */
  background-color: background-color: var(--clr-white);
}


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

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

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


.blog-sidebar a {
  color: #676767;
}

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

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

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


.blog-post__meta a {
  color: #676767;
}

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

.blog-post__meta a:hover {
  color: #676767
}

.blog-post__links {
  border-top:  2px solid rgb(228, 230, 232);
}

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

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

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

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

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

.blog-recent-posts {
  background-color: rgb(238, 238, 238);
}










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 {
  max-width: 1425px;
  margin: 0 auto;
}




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



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

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

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