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

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

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



body, html {
  font-family: mr-eaves-xl-modern;
}

body {
  
  color:rgba(10, 10, 10, 1.0);
  
  font-size: 1rem;
  font-weight: 400;
}
a {
  color: rgba(10, 10, 10, 1.0);
}
a:hover,
a:focus {
  color: rgba(10, 10, 10, 1.0);
}

h1 {
  
  color:rgba(10, 10, 10, 1.0);
  
  font-family: mr-eaves-xl-modern;
  font-size: 1.5rem;
  font-weight: 400;
}


h2 {
  
  color:rgba(10, 10, 10, 1.0);
  
  font-family: mr-eaves-xl-modern;
  font-size: 1.25rem;
  font-weight: 400;
}


h3,.widget-type-google_search .field > label {
  
  color:rgba(10, 10, 10, 1.0);
  
  font-family: mr-eaves-xl-modern;
  font-size: 1.1874999999875rem;
  font-weight: 400;
}
h4 {
  
  color:rgba(10, 10, 10, 1.0);
  
  font-family: mr-eaves-xl-modern;
  font-size: 1.125rem;
  font-weight: 400;
}
h5 {
  
  color:rgba(10, 10, 10, 1.0);
  
  font-family: mr-eaves-xl-modern;
  font-size: 1.0625rem;
  font-weight: 400;
}
h6 {
  
  color:rgba(10, 10, 10, 1.0);
  
  font-family: mr-eaves-xl-modern;
  font-size: 1rem;
  font-weight: 400;
}

blockquote {
  border-left: 10px solid #F8FAFC;;
}
@media print,screen and (min-width: 40em) {
    .h1,h1 {
        font-size: 3rem;
    }

    .h2,h2 {
        font-size: 2.5rem
    }

    .h3,h3,.widget-type-google_search .field > label {
        font-size: 1.9375rem
    }

    .h4,h4 {
        font-size: 1.5625rem
    }

    .h5,h5 {
        font-size: 1.25rem
    }

    .h6,h6 {
        font-size: 1rem
    }
}




form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: mr-eaves-xl-modern;
}
.widget-type-form, 
.widget-type-blog_subscribe, 
.widget-type-google_search,
.widget-type-password_prompt,
.widget-type-email_simple_subscription,
.systems-page .form-container,
.blog-comments{
  background-color: rgba(255, 255, 255, 1.0) ;
}

h3.form-title,.widget-type-google_search .field > label {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(175, 152, 110, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(41, 123, 154, 1.0);
  border-color: rgba(248, 250, 252, 0.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}
form .hs-button,
form .button--primary {
  padding-right: calc(32px + 50px);
}
.submit-btn-frm > span{
  color: rgba(255, 255, 255, 1.0);
  right: 32px;
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color:rgba(30, 91, 114, 1.0);
  border-color: rgba(248, 250, 252, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
.submit-btn-frm .hs-button:hover+span{
  color: rgba(255, 255, 255, 1.0);
}


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

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

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input[type="password"]:focus{
  border-color: rgba(41, 123, 154, 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: #0a0a0a;
}
.hs-richtext {
  font-size: 1;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: mr-eaves-xl-modern;
}

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

thead th,
thead td {
  background-color: rgba(10, 10, 10, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(10, 10, 10, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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





.website-header-in,
.header-menu{
  background-color: rgba(255, 255, 255, 1.0);
}
.allownce-bar {
  background-color: rgba(255, 0, 0, 1.0);

}
.allownce-bar,
.allownce-bar h1, 
.allownce-bar h2, 
.allownce-bar h3, 
.allownce-bar h4, 
.allownce-bar h5, 
.allownce-bar h6{
  color: rgba(255, 255, 255, 1.0);
}
.allownce-bar a {
  color: rgba(255, 255, 255, 1.0);
}
.allownce-bar a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.secondary-menu .hs-menu-wrapper > ul li a {
  color: rgba(127, 127, 127, 1.0);
  background-color: rgba(241, 241, 241, 1.0);
}
.secondary-menu .hs-menu-wrapper > ul li a:hover {
  color: rgba(127, 127, 127, 1.0);
  background-color: rgba(241, 241, 241, 1.0);
}

.primary-menu .hs-menu-wrapper > ul > li > a{
  color: rgba(10, 10, 10, 1.0);
}
.primary-menu .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(10, 10, 10, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.primary-menu .hs-menu-wrapper > ul > li.active > a,
.primary-menu .hs-menu-wrapper > ul > li.active > a:hover,
.primary-menu .hs-menu-wrapper > ul > li.active-branch > a,
.primary-menu .hs-menu-wrapper > ul > li.active-branch > a:hover{
  color: rgba(10, 10, 10, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.primary-menu .hs-menu-wrapper > ul > li:hover > a:before{
  background-color: rgba(175, 152, 110, 1.0);

}
.primary-menu .hs-menu-wrapper > ul > li.active:hover > a:before,
.primary-menu .hs-menu-wrapper > ul > li.active-branch:hover > a:before,
.primary-menu .hs-menu-wrapper > ul > li.active > a:before,
.primary-menu .hs-menu-wrapper > ul > li.active-branch > a:before{
  background-color: rgba(175, 152, 110, 0.0);
}

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

.primary-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > ul li a{
  color: rgba(175, 152, 110, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.primary-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 0, 0, 1.0);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.primary-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > ul li.active > a,
.primary-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > ul li.active > a:hover,
.primary-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > ul li.active-branch > a,
.primary-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > ul li.active-branch > a:hover{
  color: rgba(175, 152, 110, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}




.website-footer {
  background-color: rgba(55, 54, 54, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.copyright-text{
  color: rgba(255, 255, 255, 1.0);
}
.website-footer h1, 
.website-footer h2, 
.website-footer h3, 
.website-footer h4, 
.website-footer h5, 
.website-footer h6{
  color: rgba(255, 255, 255, 1.0);
}
.website-footer a{
  color: rgba(255, 255, 255, 1.0);
}
.website-footer a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer__col+.footer__col,
.footer-col-social-menu a+a{
  border-left-color:rgba(#null, 0.0);
}
@media (max-width: 639px){
  .footer__col.footer-col-3 {
    border-top-color: rgba(#null, 0.0);
    border-bottom-color: rgba(#null, 0.0);
  }
}




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

.blog-post__date {
  border-color: #0a0a0a;
}

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

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

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

.blog-pagination__link {
  color: #0a0a0a;
}

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

.blog-post__title {
  color: #0a0a0a;
  font-family:mr-eaves-xl-modern;
  font-size: 2.5px;
  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);
}










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: 1360px;
  margin: 0 auto;
}




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