/* ******************************************************************************
*********************************************************************************
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 only screen and (min-width: 1000px){
  .dnd-section > .row-fluid {
    max-width: 1425px;
  }
  .footer__container {
  max-width: 1425px;
}
  .content-wrapper {
  max-width: 1425px;
}
}
.dnd-section {
  padding-bottom: 11px;
  padding-top: 11px;
}

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




html {
  font-size: 15px;
}

body {
  color: #676767;
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
}



a {
  color: rgba(169, 194, 63, 1.0);
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover,
a:focus {

  color: rgba(103, 103, 103, 1.0);
}

a:active {
  color: rgba(209, 234, 103, 0.0);
}

h1 {
  color: #575756;
  font-family: Roboto;
  font-size: 52px;
  font-weight: 500;
}

@media(max-width: 1000px) {
  h1 {
    font-size: 44.199999999999996px;
  }
}

h2 {
  color: #a9c23f;
  font-family: Roboto;
  font-size: 48px;
  font-weight: 500;
}

@media(max-width: 1000px) {
  h2 {
    font-size: 40.8px;
  }
}

h3 {
  color: #a9c23f;
  font-family: Roboto;
  font-size: 36px;
  font-weight: 500;
}

@media(max-width: 1000px) {
  h3 {
    font-size: 30.599999999999998px;
  }
}

h4 {
  color: #a9c23f;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
}

@media(max-width: 1000px){
  h4 {
    font-size: 23.8px;
  }
}

h5 {
  color: #a9c23f;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
}

h6 {
  color: #a9c23f;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
}







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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(169, 194, 63, 1.0);
  
}

.hs-button,
.button--primary  {
  background-color: rgba(169, 194, 63, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 4px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {

  background-color: rgba(169, 194, 63, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  opacity: 0.85;

}

.hs-button:active,
.button--primary:active {
  background-color: rgba(209, 234, 103, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(0, 0, 0, 0.0);
  border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(169, 194, 63, 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: #676767;
}

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

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

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

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

.fn-date-picker td .pika-button:hover {
  background-color: #676767 !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(103, 103, 103, 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);
}







.header__container {
  
  max-width: 1425px;
}
@media(min-width:1001px){
  .header-outer {
  background-color: rgba(255, 255, 255, 1.0);
}
  .header-menu .hs-menu-wrapper>ul>li>a {
  color: rgba(87, 87, 86, 1.0);
}
.header-menu .hs-menu-wrapper>ul>li:hover>a {
  color: rgba(87, 87, 86, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  text-decoration: unset;
}
  .header-menu .hs-menu-wrapper>ul>li>a:after{
     border-color: rgba(169, 194, 63, 1.0);
  }
.header-menu .hs-menu-wrapper>ul>li.active > a {
  color: rgba(87, 87, 86, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  
}
  .header-menu .hs-menu-wrapper>ul>li.active>a:after{
     border-color: rgba(169, 194, 63, 1.0);
  }
.header-menu .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(87, 87, 86, 1.0);
}
.header-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: rgba(169, 194, 63, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
  text-decoration: unset;
}
.header-menu .hs-menu-wrapper>ul>li>ul>li.active > a {
  color: rgba(169, 194, 63, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

  .header-menu .hs-menu-wrapper>ul>li>ul {
    background-color: rgba(242, 242, 242, 1.0);
    border-color: rgba(238, 238, 238, 1.0);
  }
  .header-menu .hs-menu-wrapper>ul.buttons li#search-btn a .icon-salient-search{
      color: rgba(87, 87, 86, 1.0);
  }
  .header-menu .hs-menu-wrapper>ul.buttons li#search-btn a:hover .icon-salient-search{
      color: rgba(169, 194, 63, 1.0);
  }
  .search-outer:before{
      background-color: rgba(255, 255, 255, 1.0);
  }
  .search-col form input[type="text"]{
     border-color: rgba(169, 194, 63, 1.0);
  }
  .close a:before{
      background-color: rgba(0, 0, 0, 0.05);
  }
  .search-outer .close-wrap .close-line{
   background-color: rgba(87, 87, 86, 1.0);
  }
  .search-col span{
    color: rgba(87, 87, 86, 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: #575756;
}

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

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: #575756;
}
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: #ffffff;
}
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: #ffffff
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #575756;
}

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

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

.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(87, 87, 86, 1.0);
}

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

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





.footer-group {
  background-color: rgba(87, 87, 86, 1.0);
  color: #ccc;
}

.footer-address-inner p , .social-title p{
   color: rgba(204, 204, 204, 1.0);
}
.menu-footer-menu-container .hs-menu-wrapper>ul>li>a{
   color: rgba(204, 204, 204, 1.0);
}
.menu-footer-menu-container .hs-menu-wrapper>ul>li>a:hover{
   color: rgba(204, 204, 204, 0.65);
}









/*             Blog Grid Listing and Post styles            */











body .icon svg {
  fill: #676767;
}

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

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

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

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

.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=, header=, forms=}
}