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

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

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




html {
  font-size: 1;
}

body {
  color: #616670;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400
}

p {}

a {
  color: rgba(27, 140, 205, 1.0);
}

a:hover,
a:focus {
  color: rgba(19, 99, 145, 1.0);
}

a:active {
  color: rgba(67, 180, 245, 1.0);
}

h1 {
  color: #528b4a;
  font-family: Montserrat;
  font-size: 2rem;
  font-weight: 300;
}


h2 {
  color: #18535a;
  font-family: Montserrat;
  font-size: 1.8rem;
  font-weight: 400;
}


h3 {
  color: #222526;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 400;
}

h4 {
  color: #222526;
  font-family: Montserrat;
  font-size: 1.3rem;
  font-weight: 700;
}

h5 {
  color: #222526;
  font-family: Montserrat;
  font-size: 1.3rem;
  font-weight: 700;
}

h6 {
  color: #222526;
  font-family: Montserrat;
  font-size: 1.3rem;
  font-weight: 700;
}

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





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

h3.form-title {
  background-color: rgba(34, 37, 38, 1.0);
  color: rgba(97, 102, 112, 1.0);
}

.hs-button,
.button--primary,
.blog-comments .hs-button {
  background-color: rgba(102, 102, 102, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  box-shadow: 0 3px 0 rgba(51, 51, 51, 1.0);
  border-radius: 5px;
  border-width: 0px;
  color: rgba(243, 243, 243, 1.0);
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus,
.blog-comments .hs-button:hover,
.blog-comments .hs-button:focus {  
   background-color: rgba(119, 119, 119, 1.0);
  box-shadow: 0 1px 0 rgba(51, 51, 51, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(243, 243, 243, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(142, 142, 142, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(243, 243, 243, 1.0);
}

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

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

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

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(34, 37, 38, 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: #616670;
}

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

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

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

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

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





th,
td {
  color: rgba(34, 37, 38, 1.0);
}
table tbody, table tfoot, table thead {
  background-color: rgba(254, 254, 254, 1.0);
  border: 1px solid rgba(238, 238, 238, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(34, 37, 38, 1.0);
}

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

table tbody tr:nth-child(even) {
    background-color: rgba(254, 254, 254, 1.0);
}







.custom-header-bg {
  background-color: rgba(10, 57, 87, 1.0);
}
.hs-header-cta-btn-grp-inner {
   background-color: rgba(24, 83, 90, 1.0);
}
.hs-header-cta {
  background-color: rgba(114, 194, 103, 1.0);
  color: rgba(255, 255, 255, 1.0);
  box-shadow: 0 3px 0px rgba(82, 139, 74, 1.0);
}
.hs-header-cta:hover, .hs-header-cta:focus {
  background-color: rgba(136, 204, 127, 1.0);
  color: rgba(255, 255, 255, 1.0);
  box-shadow: 0 1px 0px rgba(82, 139, 74, 1.0);
}


.hs-header-language-grp,
.header__language-switcher .lang_list_class {
    background-color: rgba(204, 204, 204, 1.0);
}
.hs-header-language-grp a,
.header__language-switcher .lang_list_class li a{
    color: rgba(27, 140, 205, 1.0);
}
.hs-header-language-grp a:hover,
.header__language-switcher .lang_list_class li a:hover{
    color: rgba(19, 99, 145, 1.0);
}


.header__container {
  max-width: 1200px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name{
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a {
  color: rgba(255, 255, 255, 1.0);
}

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: rgba(255, 255, 255, 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:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(24, 83, 90, 1.0);
}


body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
.submenu.level-1 > li > a.active-item {
  color: rgba(255, 255, 255, 1.0);
}



body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item {
  background-color: rgba(24, 83, 90, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #18535a;
}

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: rgba(24, 83, 90, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.submenu.level-1 > .has-submenu > .menu-arrow {
  border-top-color: rgba(102, 102, 102, 1.0);
}
.submenu.level-1 > .has-submenu:hover > .menu-arrow {
  border-top-color: rgba(114, 194, 103, 1.0);
}


body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #fff;
  background-color: #fff;
}

@media (min-width:768px) {
   body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item {
     background-color: rgba(255, 255, 255, 0.0);
    color: rgba(255, 255, 255, 1.0);
  }
  body .custom-menu-primary .submenu.level-1 > li.active-branch .submenu.level-2 .menu-item .menu-link:hover,
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 1.0);
  }
}



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

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

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

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





.footer {}
.hs-footer-top-bg {
  background-color: rgba(10, 57, 87, 1.0);
  color: rgba(221, 221, 221, 1.0);
}
.hs-footer-column form .hs-richtext.hs-main-font-element p {
  color: rgba(221, 221, 221, 1.0);
}
.hs-footer-top-bg h2,
.hs-footer-top-bg h3,
.hs-footer-top-bg h4,
.hs-footer-column.hs-footer-mid-col .hs_cos_wrapper_type_text {
  color: rgba(255, 255, 255, 1.0);
}

.hs-footer-mid-col .social-icons a {
    border-color: rgba(221, 221, 221, 1.0);
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
}
.hs-footer-mid-col .social-icons a:hover {
    background-color: rgba(17, 17, 17, 1.0);
    color: rgba(221, 221, 221, 1.0);
}

.hs-footer-left-col .hs_cos_wrapper_type_rich_text p > span {
  color: rgba(114, 194, 103, 1.0);
}

.hs-footer-right-col .hs-form-field .hs-input {
  background-color: rgba(45, 50, 51, 1.0);
}

.hs-footer-right-col .actions input {
  background: rgba(119, 119, 119, 1.0);
}


.hs-footer-bottom-bg {
  background-color: rgba(23, 25, 26, 1.0);
  color: rgba(78, 85, 89, 1.0);
}
.footer__copyright .hs_cos_wrapper_type_text {
  color: rgba(78, 85, 89, 1.0);
}
.footer__copyright a {
  color: rgba(78, 85, 89, 1.0);
}
.footer__copyright a:hover {
  color: rgba(78, 85, 89, 1.0);
}



.footer__container {
  max-width: 1200px;
}





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

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

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

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

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

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

.blog-pagination__link {
  color: #616670;
}

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

.blog-post__title {
  color: #18535a;
  font-family:Montserrat;
  font-size: 1.8px;
  font-weight: ;
}

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

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

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

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

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

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

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




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