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
















.dnd-section > .row-fluid {
  width: 80%;
  max-width: 1080px;
}

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

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




html {
  font-size: 16;
} 

body {
  color: #424242;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
}

p {
  font-family: Montserrat;
  font-weight: 500;
}

a {
  font-family: Montserrat;
  color: rgba(49, 125, 191, 1.0);
}

a:hover,
a:focus {
  color:#317dbf;
}

a:active {
  color: rgba(89, 165, 231, 1.0);
}

a[data-hs-anchor="true"] {
  position: relative;
  top: -100px;
}

h1 {
  color: #424242;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 300;
}

@media(max-width: 767px) {
  h1 {
    font-size: 35.699999999999996px;
  }
}

h2 {
  color: #424242;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 600;
}

@media(max-width: 767px) {
  h2 {
    font-size: 23.8px;
  }
}

h3 {
  color: #424242;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h3 {
    font-size: 18.7px;
  }
}

h4 {
  color: #424242;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h4 {
    font-size: 15.299999999999999px;
  }
}

h5 {
  color: #424242;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
}

h6 {
  color: #424242;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #878787;;
}





form,
.submitted-message {
  /*border-color: rgba(255, 255, 255, 1.0) ;*/
  font-family: Montserrat;
}

.hs-button,
.button--primary,
.cta_button {
  background-color: rgba(0, 22, 145, 1.0);
  border-color: rgba(0, 22, 145, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hs-button.alternate,
.button--primary.alternate,
.cta_button.alternate {
  background-color: #09A1FF;
  border-color: rgba(9, 161, 255, 1.0);
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus,
.cta_button:hover,
.cta_button:focus {
  background-color: #09A1FF;
  border-color: rgba(9, 161, 255, 1.0);
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active,
.cta_button:active {
  background-color: rgba(40, 62, 185, 1.0);
  border-color: rgba(40, 62, 185, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button.alternate:hover,
.hs-button.alternate:focus,
.hs-button.alternate:active,
.button--primary.alternate:hover,
.button--primary.alternate:focus,
.button--primary.alternate:active,
.cta_button.alternate:hover,
.cta_button.alternate:focus,
.cta_button.alternate:active {
  background-color: rgba(0, 22, 145, 1.0);
  border-color: rgba(0, 22, 145, 1.0);
}

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

.hs-form legend {
  color: rgba(51, 51, 51, 1.0);
}
input#hs-pwd-widget-password, 
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(51, 51, 51, 0.06);
  color: #999999;
  border-radius: 6px;
}
input#hs-pwd-widget-password:focus, 
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(51, 51, 51, 0.06);
}

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

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

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

.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: #878787 !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(73, 74, 82, 1.0);
  color: rgba(73, 74, 82, 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(73, 74, 82, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(73, 74, 82, 1.0);
}





.main_header {
  background-color: rgba(248, 250, 252, 1.0);
}
.header__container {
  max-width: 1080px;
}

body .custom-menu-primary a {
  color: rgba(#null, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li > a:focus {
  color: rgba(#null, 1.0);
}
body .custom-menu-primary a.active-branch {
  color: rgba(#, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch {
background-color: rgba(#, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li {}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(#, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(#, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  color: rgba(#, 1.0);
}


body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(#, 1.0);
  border-top-color: rgba(30, 115, 190, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {  
  color: rgba(#null, 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 {
  background-color: rgba(#, 1.0);
  color: rgba(#null, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(#, 1.0);
  background-color: rgba(#, 1.0);
}



@media(max-width: 767px) {

}





.footer {
  background-color: rgba(#null, 0.0);
  color: ;
}
.footer__container {
  max-width: 1080px;
}
.main_footer {
  background-color: rgba(33, 43, 56, 1.0);
}
.main_footer h2 {
  color: rgba(6, 220, 193, 1.0);
}
.footer_menu .hs-menu-wrapper>ul>li>ul li a {
  color: rgba(255, 255, 255, 1.0);
}
.footer_menu .hs-menu-wrapper>ul>li>ul li a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer_menu .hs-menu-wrapper ul.hs_social_media li a {
  color: rgba(255, 255, 255, 1.0);
}
.footer_menu .hs-menu-wrapper ul.hs_social_media li a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer_menu .hs-menu-wrapper .hs-menu-depth-1 > a {
  color: rgba(6,220,193,1.0);
}


.footer__copyright {
  background-color: rgba(33, 43, 56, 1.0);
  color: rgba(203, 202, 198, 1.0);
}
.footer__copyright a {
  color: rgba(255, 255, 255, 1.0);
}
.footer__copyright a:hover {
  color: rgba(255, 255, 255, 1.0);
}







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

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

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

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

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

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

.blog-pagination__link {
  color: #424242;
}

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

.blog-post__title {
  color: #424242;
  font-family:Montserrat;
  font-size: 28px;
  font-weight: ;
}

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

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

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




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