/* ******************************************************************************
*********************************************************************************
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 {
  padding-bottom: 40px;
  padding-top: 40px;
}

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




html {
  font-size: 16;
}

body {
  font-weight: 400;
  color: #4f555c ;
  font-family: Open Sans;
  font-size: 16px;
}

a {
  font-family: Open Sans;
  color: rgba(40, 150, 211, 1.0);
}

a:hover,
a:focus {
  color: rgba(175, 180, 186, 1.0);
}

a:active {
  color: rgba(80, 190, 251, 1.0);
}

.blog-post__body a.cta_button {
    display: inline-block;
}

h1 {
  color:  #003d79 ;
  font-family: Open Sans;
  font-size: 40px;
  font-weight: 300;
}
h2 {
  color:  #003d79 ;
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 400;
}
h3 {
  color:  #003d79 ;
  font-family: Open Sans;
  font-size: 28px;
  font-weight: 400;
}
h4 {
  color:  #003d79 ;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
}
h5 {
  color:  #003d79 ;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
}
h6 {
  color:   #003d79 ;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1023px){
  h1 {
    font-size: 28.0px;
  }
  h2 {
    font-size: 26.0px;
  }
  h3 {
    font-size: 23.99999999992px;
  }
  h4 {
    font-size: 21.99999999984px;
  }

}

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





form,
.submitted-message {
  font-family: Open Sans;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 61, 121, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(245, 128, 37, 1.0);
  border-color: rgba(245, 128, 37, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(245, 128, 37, 1.0);
  border-color: rgba(245, 128, 37, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.hs-form label {
  color: rgba(79, 85, 92, 1.0);
}

.hs-form legend {
  color: rgba(79, 85, 92, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password {
  border-color: rgba(211, 215, 220, 1.0);
  background-color: rgba(236, 239, 240, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus{
  border-color: rgba(79, 85, 92, 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: #4f555c;
}

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

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

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





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

table,
tbody + tbody {
  border-color: rgba(79, 85, 92, 1.0);
}





.header {
  background-color: rgba(0, 61, 121, 0.8);
}

body .header .menu-header > li .btn-secondary {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(40, 149, 210, 1.0);
  border-color: rgba(255, 255, 255, 0.2);
}
body .header .menu-header > li .btn-secondary:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 45, 89, 1.0);
  border-color: rgba(0, 45, 89, 1.0);
}
body .header .menu-header li a.btn-secondary:hover .icon {
  color: rgba(229, 123, 43, 1.0);
}

body .header .menu-header > li .btn-primary {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(245, 128, 37, 1.0);
  border-color: rgba(255, 255, 255, 0.2);
}
body .header .menu-header > li .btn-primary:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 45, 89, 1.0);
  border-color: rgba(0, 45, 89, 1.0);
}
body .header .menu-header li a.btn-primary:hover .icon {
  color: rgba(229, 123, 43, 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: rgba(255, 255, 255, 1.0);
}
body .submenu.level-1 > .has-submenu > .menu-arrow{
  border-top-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,
.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: rgba(255, 255, 255, 1.0);
}
body .submenu.level-1 > .has-submenu:hover > .menu-arrow{
  border-top-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary li.active-branch > a,
body .custom-menu-primary li.active > a,
body .custom-menu-primary li > a.active-item,
body .custom-menu-primary li > 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 .custom-menu-primary .submenu.level-1 > li.active,
body .custom-menu-primary .submenu.level-1 > li > a.active-item,
body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
body .custom-menu-primary .submenu.level-1 > li > a.active-menu,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(0, 45, 89, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(0, 45, 89, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch > a,
body .custom-menu-primary .submenu.level-1 > li.active > a,
body .custom-menu-primary .submenu.level-1 > li > a.active-item,
body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
body .custom-menu-primary .submenu.level-1 > li > a.active-menu{
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  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 {
  background-color: rgba(0, 45, 89, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(0, 45, 89, 1.0);
}

body .custom-menu-primary .submenu.level-2 li:hover,
body .custom-menu-primary .submenu.level-2 li: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(0, 45, 89, 0.0);
}
body .custom-menu-primary .submenu.level-2 li:hover a,
body .custom-menu-primary .submenu.level-2 li:focus a {
  color: rgba(229, 123, 43, 1.0);

}
body .custom-menu-primary .submenu.level-2 li > a.active-branch,
body .custom-menu-primary .submenu.level-2 li > a.active-item{
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 li > a.active-branch,
body .custom-menu-primary .submenu.level-2 li > a.active-item{
  background-color: rgba(0, 45, 89, 0.0);
}

body .custom-menu-primary .submenu.level-2 li>a.active-item:hover {
  color: rgba(229, 123, 43, 1.0);
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(0, 61, 121, 0.8);
  }

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





.footer {
  background-color: rgba(0, 45, 89, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer a{
  color: rgba(221, 221, 221, 1.0);
}
.footer a:hover{
  color: rgba(245, 128, 38, 1.0);
}
.footer__copyright{
  color: rgba(40, 150, 211, 1.0);
}
.footer .custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  color: rgba(40, 150, 211, 1.0);
}
.footer .custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: rgba(245, 128, 38, 1.0);
}
.footer .custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
  color: rgba(221, 221, 221, 1.0);
}
.footer .custom-footer-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {
  color: rgba(245, 128, 38, 1.0);
}
.footer .menu-social a{
  color: rgba(40, 150, 211, 1.0);
}
.footer .menu-social a:hover{
  color: rgba(245, 128, 38, 1.0);
}
.footer .menu-social .icon-linkedin {
  color: #007bb6;
}
.footer .menu-social .icon-linkedin {
  color: rgba(0, 123, 182, 1.0);
}
.footer .menu-social .icon-linkedin:hover {
  color: rgba(245, 128, 38, 1.0);
}






.blog-post__date {
  border-color: #4f555c;
}

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

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

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

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

.blog-pagination__link {
  color: #4f555c;
}

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

.blog-post__title {
  color: #003d79;
  font-family:Open Sans;
  font-size: 32px;
  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 {
  margin: 0 auto;
}

@media(min-width:768px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container{
    max-width: 720.0px;
  }
}
@media(min-width:1024px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container{
    max-width: 960.0px;
  }
}
@media(min-width:1280px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container{
    max-width: 1200px;
  }
}






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