/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















@media (min-width: 1200px){
  .dnd-section > .row-fluid {
    max-width: 1140px;
  }
  .footer__container {
    max-width: 1140px;
  }
  .header__container {
    max-width: 1140px;
  }
  .content-wrapper {
    max-width: 1140px;
  }
}
.dnd-section {
  padding-bottom: 54px;
  padding-top: 54px;
}

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




html {
  font-size: 18px;
}

body {
  color: #999999;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
}



a {
  font-family: Roboto;
  color: rgba(166, 198, 129, 1.0);
}

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

a:active {
  color: rgba(206, 238, 169, 1.0);
}

h1 {
  color: #0c0c0c;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
  
}

@media(min-width: 768px) {
  h1 {
    font-size: 2.8125em;
  }
}

h2 {
  color: #7a7a7a;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
 font-weight: 700;
}

@media(min-width: 768px) {
  h2 {
    font-size: 2.25em;
  }
}

h3 {
  color: #7a7a7a;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.6875em;
  font-weight: 700;
}



h4 {
  color: #7a7a7a;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
}


h5 {
  color: #7a7a7a;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.88889em;
  font-weight: 700;
}

h6 {
  color: #7a7a7a;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 0.71111em;
  font-weight: 700;
}







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

h3.form-title {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(17, 17, 17, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(166, 198, 129, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
  border-radius: 5px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.newsletter-form .actions .hs-button.primary.large:hover,.newsletter-form .actions .hs-button.primary.large:focus{
  background-color: rgba(166, 198, 129, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);  
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #111;
  border-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);

}

.hs-button:active,
.button--primary:active {
  background-color: rgba(206, 238, 169, 1.0);
  border-color: rgba(40, 40, 40, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.hs-form legend {
  color: rgba(17, 17, 17, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 10px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(166, 198, 129, 1.0);
  outline: thin solid rgba(0, 115, 170, 0.15);
  outline-offset: -4px;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  color: #495057;
}

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

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

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

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

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

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





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

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

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

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





.nav-full {
  background-color: rgba(153, 27, 63, 1.0);
}
.menu-top-menu-container .hs-menu-wrapper>ul>li>a{
  color: #fff;  
}
.menu-top-menu-container .hs-menu-wrapper>ul>li:hover>a{
  color: #fff; 
  border-bottom-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.menu-top-menu-container .hs-menu-wrapper>ul>li.active>a{
  color: #fff; 
  border-bottom-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
@media (min-width: 768px){
 
  .menu-top-menu-container .hs-menu-wrapper>ul>li>ul>li>a{
    color: #fff;
  }
  .menu-top-menu-container .hs-menu-wrapper>ul>li>ul>li>a:hover{
    color: #fff; 
    background-color: rgba(255, 255, 255, 0.0);  

  }
  .menu-top-menu-container .hs-menu-wrapper>ul>li>ul>li.active>a{
    color: #fff; 
    background-color: rgba(255, 255, 255, 0.0);  

  }
}
@media (min-width: 1122px){
  .menu-top-menu-container .hs-menu-wrapper>ul>li>ul {
    background-color: rgba(153, 27, 63, 1.0);  
  }
}
body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #fff;
}

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 {
  color: #fff;
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #fff;
}
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: #fff;
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
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.active-branch {
  color: #fff;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #fff;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #fff;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: #991b3f;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #991b3f;
}

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 {
  background-color: #fff;
  color: #fff;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #fff;
  background-color: #fff;
}

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

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

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





.newsletter-bg{
  background-color: rgba(241, 95, 72, 1.0);  
}
.newsletter-form-text .hs-form label{
  color: #33475b; 
}

.newsletter-form-text input:focus{
  /*   border-color: rgba(#52a8eccc, 0.8);  */
  border-color: #52a8eccc; 
}
.newsletter-title>div>span>span{
  border-color: rgba(255, 255, 255, 1.0);  
  color: #fff; 
}
.site-footer{
  color: #fff; 
}
.site-footer a{
  color: #fff;  
}
.site-footer a:hover{
  color: #991b3f;  
}
.sm-line span:before, .sm-line span:after{
  background-color: rgba(255, 255, 255, 1.0); 
}






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

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

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

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

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

.blog-pagination__link {
  color: #999999;
}

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

.blog-post__title {
  color: #7a7a7a;
  font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25px;
  font-weight: ;
}

.blog-post__author {
  background-color: #7a7a7a;
}

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

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

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

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

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

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




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