/* ******************************************************************************
*********************************************************************************
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,
.page-center,
.content-wrapper {
  max-width: 1270px;
}
.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}
.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #333;
}



body {
  color: #797882;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height:1.667;
}
p {
  font-family: Open Sans;
  font-weight: 400
}
a {
  font-family: Open Sans;
  color: rgba(121, 120, 130, 1.0);
  cursor: pointer; 
}
a:hover,
a:focus {
  color: rgba(121, 120, 130, 1.0); 
}
a:active {
  color: rgba(161, 160, 170, 1.0);
}

h1 {
  color: #1F3075;
  font-family: Open Sans;
  font-size: 62px;
  font-weight: 700;
}
h2 {
  color: #1F3075;
  font-family: Open Sans;
  font-size: 54px;
  font-weight: 400;
}
h3 {
  color: #1F3075;
  font-family: Open Sans;
  font-size: 40px;
  font-weight: 400;
}
h4 {
  color: #1F3075;
  font-family: Open Sans;
  font-size: 30px;
  font-weight: 400;
}
h5 {
  color: #1F3075;
  font-family: Open Sans;
  font-size: 28px;
  font-weight: 400;
}
h6 {
  color: #1F3075;
  font-family: Open Sans;
  font-size: 23px;
  font-weight: 400;
}





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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(31, 48, 117, 1.0);
  
}

.hs-button,
.button--primary {
  background-color: rgba(43, 70, 242, 1.0);
  border-color: rgba(43, 70, 242, 1.0);
  border-radius: 60px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(31, 48, 117, 1.0);
  border-color: rgba(43, 70, 242, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.hs-form .field > label,
.hs-form-field > label {
  color: rgba(31, 48, 117, 1.0);
}

.hs-form legend {
  color: rgba(31, 48, 117, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border:1px solid rgba(223, 226, 229, 1.0);
  color: ;
  border-radius: 8px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(223, 226, 229, 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: #797882;
}

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

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

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

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

tfoot td {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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





.header {
  background-color: rgba(43, 70, 242, 1.0);
}
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #F8FAFC;
}
.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: #F8FAFC;
}
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #F8FAFC;
} 
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: #fff;
} 
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: #fff;
  color: #F8FAFC;
} 
.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(248, 250, 252, 1.0);
}
body  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(248, 250, 252, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul > li:focus > a {
  color: rgba(248, 250, 252, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul a {
  color: rgba(248, 250, 252, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul li > a:hover {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(248, 250, 252, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: rgba(248, 250, 252, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
  color: rgba(248, 250, 252, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}





.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(31, 48, 117, 1.0); 
}
.footer a{
  color: rgba(31, 48, 117, 1.0); 
}
.footer a:hover{
  color: rgba(31, 48, 117, 1.0); 
}
.copyright{
  color: rgba(31, 48, 117, 1.0); 
}







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

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

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

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

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

.blog-pagination__link {
  color: #797882;
}

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

.blog-post__title {
  color: #1F3075;
  font-family:Open Sans;
  font-size: 54px;
  font-weight: ;
}

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

#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);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(238, 240, 242);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: #F8FAFC;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__tag-link:hover{
  color: #797882;
}

.blog-post__read-more svg {
  fill: #797882;
}

.blog-post__read-more a:hover svg {
  fill: #797882;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
  color: #797882;
}

.blog-sidebar a:hover {
  color: #797882;
}

.blog__subscription-block {
  background-color: rgb(238, 240, 242);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__meta a {
  color: #797882;
}

.blog-post__body, .blog-post__tags a {
  color: #797882;
}

.blog-post__meta a:hover {
  color: #797882
}

.blog-post__links {
  border-top:  2px solid rgb(31, 31, 31);
}

.blog-post__back-to-blog {
  color: #797882;
}

.blog-post__back-to-blog:hover {
  color: #797882;
}

.blog-post__back-to-blog svg {
  fill: #797882;
}

a.blog-post__back-to-blog:hover svg {
  fill: #797882;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(31, 31, 31);
}

.comment.depth-1 {
  border-left: 2px solid rgb(31, 31, 31);
}

.section.post-footer .hs-input {
  border-color: rgb(31, 31, 31);
}

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}










body .icon svg {
  fill: #000;
}
body .tns-nav button.tns-nav-active {
  background-color: #000;
}
body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #000;
}
body .social-links__icon {
  background-color: #000;
}
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: #333;
}





.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}
@media(max-width: 1024px) {
  h1 {
    font-size: 45.88px;
  }
  h2 {
    font-size: 35.64px;
  }
  h3 {
    font-size: 30.0px;
  }
  h4 {
    font-size: 20.400000000000002px;
  }
  h5 {
    font-size: 21.0px;
  }
  h6 {
    font-size: 16.099999999999998px;
  }
}
@media(max-width: 767px) {
  h1 {
    font-size: 40.300000000000004px;
  }
  h2 {
    font-size: 32.4px;
  }
  h3 {
    font-size: 26.0px;
  }
  h4 {
    font-size: 22.2px;
  }
  h5 {
    font-size: 18.2px;
  }
  h6 {
    font-size: 16.099999999999998px;
  }
  body {
    font-size: 16.02px;
  }
}


.systems-page .breadcrumb{padding-bottom:30px;}

.breadcrumb ul {
  display: block;
  margin: 0;
  list-style: none;
  padding: 0
}

.breadcrumb ul li {
  display: inline-block
}

.breadcrumb ul li a {
  color: #acabb4;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 5px
}

.breadcrumb ul li.active a,.breadcrumb ul li a {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -.01em;
  text-transform: capitalize;
}

.breadcrumb ul li.active a {
  color: #1f3075
}

.breadcrumb ul li:not(:last-child) a:before {
  background-image: url("https://21233403.fs1.hubspotusercontent-na1.net/hubfs/21233403/Vector%20%283%29.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 6px
}