/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 1170px;
}

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

.page-center {
  max-width: 1170px;
}





body {
  color: #464646;
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight:400;
}

p {
  font-family: Montserrat-Regular;
  font-weight: 400
}

a {
  color: rgba(30, 117, 223, 1.0);
}

a:hover {
  color: rgba(30, 117, 223, 1.0);
}

h1 {
  color: #464646;
  font-family: Montserrat-Bold;
  font-size: 1.875rem;
  font-weight: 400;
}


h2 {
  color: #464646;
  font-family: Montserrat-Bold;
  font-size: 1.875rem;
  font-weight: 400;
}



h3 {
  color: #293F65;
  font-family: Montserrat-Medium;
  font-size: 1.375rem;
  font-weight: 400;
}


h4 {
  color: #293F65;
  font-family: Montserrat-SemiBold;
  font-size: 1.125rem;
  font-weight: 400;
}


h5 {
  color: #464646;
  font-family: Montserrat-Bold;
  font-size: 0.875rem;
  font-weight: 400;
}

h6 {
  color: #464646;
  font-family: Montserrat-Bold;
  font-size: 0.875rem;
  font-weight: 400;
}

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





form,
.submitted-message {
  font-family: Montserrat-Regular;
}
form{
  background-color: rgba(41, 63, 101, 1.0);
  
  padding:25px;
  
}

form h3{
  color: rgba(255, 255, 255, 1.0);
}
h3.form-title {
  background-color: rgba(41, 63, 101, 1.0);
  color: rgba(255, 255, 255, 1.0);
  
  padding:10px 25px;
  margin-bottom:0;
  
}
.hs-button,
.button--primary {
  background-color: rgba(238, 194, 22, 1.0);
  border-color: rgba(238, 194, 22, 1.0);
  border-radius: 1.25rem;
  border-width: 1px;
  color: rgba(41, 63, 101, 1.0);
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(238, 194, 22, 1.0);
  border-color: rgba(238, 194, 22, 1.0);
  color:rgba(41, 63, 101, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 234, 62, 1.0);
  border-color: rgba(255, 234, 62, 1.0);
  color: rgba(41, 63, 101, 1.0);
}

.hs-form label,
.hs-form .hs_error_rollup .hs-error-msgs  label,
.hs-form-field > label,
.hs-form-field>label+a,
a#hs_login_reset{
  color: rgba(255, 255, 255, 1.0);
}

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

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
input[type="password"]{
  border-color: rgba(103, 118, 146, 1.0);
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(52, 73, 111, 1.0);
  
  
  
  box-shadow: 0 1px 2px rgba(0, 0, 0,0), inset 0px -12px 0px -12px rgba(0, 0, 0,0);
}


form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus,
input[type="password"]:focus{
  border-color: rgba(0, 133, 139, 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,
.hs-search-field__input:-moz-placeholder{
  color: #464646;
}
.hs-input:-moz-placeholder,
.hs-search-field__input:-moz-placeholder{
  color: rgba(174, 182, 196, 1.0);
}

.hs-input::-webkit-input-placeholder,
.hs-search-field__input::-webkit-input-placeholder{
  color: rgba(174, 182, 196, 1.0);
}
.hs-richtext {
  font-size: 16;
}

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

.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;
}
.hs-form .hs-error-msgs label{
  color: rgba(238, 194, 22, 1.0);
}
input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error{
  border-color: rgba(238, 65, 62, 1.0);
}




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(73, 74, 82, 1.0);
  color: rgba(#null, 0.0);
}

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






.header-top,
.header-top .hs-menu-wrapper > ul > li:first-child > a{
  background-color: rgba(#null, 0.0);
}

.header-top .hs-menu-wrapper > ul > li:first-child > a{
  color: rgba(41, 63, 101, 1.0);
}
.header-top .hs-menu-wrapper > ul > li:first-child > a:hover{
  color: rgba(238, 194, 22, 1.0);
}
.header-top .hs-menu-wrapper > ul > li > a{
  color: rgba(41, 63, 101, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(238, 194, 22, 1.0);
}
.header-top .hs-menu-wrapper > ul > li > a:hover, 
.header-top .hs-menu-wrapper > ul > li > a:focus{
  color: rgba(41, 63, 101, 1.0);
  background-color: rgba(238, 194, 22, 1.0);
  border-color: rgba(238, 194, 22, 1.0);
}
.logo-nav-bar{
  background-color: rgba(20, 39, 65, 1.0);
}

.primary-nav .hs-menu-wrapper > ul > li > a{
  color: rgba(255, 255, 255, 1.0);
}
.primary-nav .hs-menu-wrapper > ul > li:hover > a{
  color: rgba(238, 194, 22, 1.0);
}
.primary-nav .hs-menu-wrapper > ul > li > ul{
  background-color: rgba(20, 39, 65, 1.0);
}
.primary-nav .hs-menu-wrapper > ul > li > ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.primary-nav .hs-menu-wrapper > ul > li > ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(20, 39, 65, 1.0);
}
.primary-nav .hs-menu-wrapper > ul > li > ul > li > a+ul > li > a {
  border-bottom-color:rgba(90, 173, 173, 1.0);
}
.primary-nav .hs-menu-wrapper > ul > li > ul > li > a+ul > li > a:hover {
  border-bottom-color:rgba(#null, 0.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: ;
}

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

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

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

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

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







.footer-top{
  background-color: rgba(41, 63, 101, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-top h1,
.footer-top h2,
.footer-top h3,
.footer-top h4,
.footer-top h5,
.footer-top h6{
  color: rgba(255, 255, 255, 1.0);
}
.footer-middle{
  background-color: rgba(20, 39, 65, 1.0);
}
.footer-middle .hs-menu-wrapper > ul > li > a,
.footer-middle,
.footer-menu .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(#null, 0.0);
}

.footer-second-menu .hs-menu-wrapper > ul > li,
.footer-menu .hs-menu-wrapper > ul > li{
    border-left-color:rgba(90, 173, 173, 1.0);
}
.footer-middle .hs-menu-wrapper a{
  color: rgba(255, 255, 255, 1.0);
}
.footer-middle .hs-menu-wrapper a:hover{
  color: rgba(238, 194, 22, 1.0);
}
.footer-mobile-menu .hs-menu-wrapper > ul > li a,
.footer-mobile-menu .hs-menu-wrapper > ul > li a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer-menu .hs-menu-wrapper > ul > li > a:hover,
.footer-second-menu .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(#null, 0.0);
}
.footer-bottom{
  background-color: rgba(41, 63, 101, 1.0);
  color: #fff;
}
.footer-bottom .hs-menu-wrapper a{
  color: #fff;
}
.footer-bottom .hs-menu-wrapper a:hover{
  color: #fff;
}




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

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

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

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

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

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

.blog-pagination__link {
  color: #464646;
}

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

.blog-post__title {
  color: #464646;
  font-family:Montserrat-Bold;
  font-size: 1.875px;
  font-weight: ;
}

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











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 .team-member__description {
  background-color: #F8FAFC;
}

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




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

#hs_cos_wrapper_module_1668008994505 .hs-richtext,
.blue-bg .hs-richtext {
  color: #fff !important;
}

#hs_cos_wrapper_module_1668008994505 form,
#hs_cos_wrapper_module_1668008994505 fieldset {
  max-width: none;

/* overrides for email preferences form */
/* TODO remove from here to line 592 to display all options */
/*#email-prefs-form #content .item { 
  display: none;
}
#email-prefs-form #content .item ~ .item { 
  display: block;
}
*/
#email-prefs-form h1, 
#email-prefs-form h2 { 
  color: #293f65; 
  margin: 1rem auto;
  text-align: center;
}

#email-prefs-form h2 { font-size: 1.33rem; }
#email-prefs-form .header {
  font-weight: bold;
  font-size: 1.1rem;
  color: #293f65;
  margin: 2rem 0;
}
#email-prefs-form .item { 
  margin: 1rem 1rem 1rem 2rem;
  background-color: #f9f8fe;
  padding: 1.25rem;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  border-radius: 1.25rem;
  border: solid 2px #f9f8fe;
  -moz-box-shadow: 0 1px 5px 0 rgba(159,159,159,0.8);
  -webkit-box-shadow: 0 1px 5px 0 rgba(159,159,159,0.8);
  box-shadow: 0 1px 5px 0 rgba(159,159,159,0.4);
}
#email-prefs-form .item .checkbox-row {
  color: #1d9781;
  font-weight: bold;
}
#email-prefs-form .item .checkbox-row input {
    accent-color: #1d9781;
    height: 20px;
    width: 20px;
    margin-right: 0.5rem;
}
#email-prefs-form .subscribe-options .header {
  margin: 1rem 0;
  color: #293f65;
  font-weight: bold;
}
#email-prefs-form .subscribe-options {
  text-align: center;
  margin: 2rem auto;
}
#email-prefs-form #submitbutton {
  display: block;
  margin: 2rem auto;
}
#email-prefs-form .localization-language {
  visibility: hidden;
}