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

.dnd-section,
.systems-page{
  padding-bottom: 60px;
  padding-top: 60px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.dnd-section li {
  font-weight: 400
}

@media screen and (max-width: 767px){
  .error-page{
    padding-bottom: 60px;
    padding-top: 60px;
  }

}





html {
  font-size: 18;
}

body {
  color: #000000;
  font-family: Raleway;
  font-size:16px;
}

@media screen and (min-width: 1100px){
  body {
    font-size: 18px;
}
}


p {
  font-family: Raleway;
  font-weight: 400
}

a {
  font-family: Raleway;
  color: rgba(52, 85, 209, 1.0);
}

a:hover,
a:focus {
  color:#3e3e3e;
}

a:active {
  color: rgba(92, 125, 249, 1.0);
}

h1 {
  color: #525252;
  font-family: Raleway;
  font-size: 55px;
  font-weight: 600;
}

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

h2 {
  color: #525252;
  font-family: Raleway;
  font-size: 36px;
  font-weight: 300;
}

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

h3 {
  color: #525252;
  font-family: Raleway;
  font-size: 21px;
  font-weight: 700;
}

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

h4 {
  color: #525252;
  font-family: Raleway;
  font-size: 21px;
  font-weight: 700;
}

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

h5 {
  color: #525252;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 700;
}

h6 {
  color: #525252;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 700;
}







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

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(82, 82, 82, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(35, 62, 152, 1.0);
  border-color: rgba(35, 62, 152, 1.0);
  border-radius: 15px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #233E98;
  border-color: #233E98;
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(75, 102, 192, 1.0);
  border-color: rgba(75, 102, 192, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password]{
  border-color: rgba(203, 214, 226, 1.0);
  border-radius: 15px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-input[type=password]:focus,
.hs-input[type=text]:focus,
.hs-search-field__input[type=text]:focus, 
input[type=password]:focus{
  border-color: rgba(82, 168, 236, 0.8);
}


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

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

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

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

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

.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(222, 226, 230, 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(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(222, 226, 230, 1.0);
}






.header__container,
.footer__container,
.content-wrapper{
  margin: 0 auto;
  padding: 0 20px
}

.header-main {
  background-color: rgba(255, 255, 255, 0.0);
}

.header__container{
  max-width: 1180px;
}

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 .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, 0.7000000000000001);
}

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: #FFFFFF;
}
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,
.custom-menu-primary .hs-menu-wrapper>ul>li>div>a.active-branch{
  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,
.custom-menu-primary .hs-menu-wrapper>ul>li:hover{
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #FFFFFF;
}

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

}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 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,
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(52, 85, 209, 1.0);
  color: #FFFFFF;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #1981c5;
  background-color: rgba(255, 255, 255, 0.0);
}

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

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

.custom-menu-primary .hs-menu-wrapper>ul>li>div>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>div>a:hover{
  color: rgba(255, 255, 255, 1.0);
}


.custom-menu-primary .hs-menu-wrapper>ul>li>div>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li.link-open>div>a{
  color: rgba(255, 255, 255, 0.7000000000000001);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>div>a.active-branch{
  color: rgba(255, 255, 255, 1.0);
    background-color: rgba(255, 255, 255, 0.0);

}

.custom-menu-primary .hs-menu-wrapper>ul>li>div>a.active-branch:before{
  background: #259ae3;
}

.custom-menu-primary .hs-menu-wrapper>ul>li .header__item-content{
  background-color: #FFFFFF;
}

.custom-menu-primary ul.hs-menu-children-wrapper>li>a{
  color: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary ul.hs-menu-children-wrapper>li>a.active-branch{
  color: rgba(25, 129, 197, 1.0); 
    background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary ul.hs-menu-children-wrapper>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(52, 85, 209, 1.0);
}




@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 0.0);
  }

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





.footer {
  background-color: rgba(35, 62, 152, 1.0);
  color: #525252;
}

.footer__container {
  max-width: 1180px;
}
ul.footer-menu li a{
  color: rgba(255, 255, 255, 1.0);
}

ul.footer-menu li a:hover {
  color: rgba(255, 255, 255, 0.7000000000000001);
}
.footer-content-menu ul.subfooter-menu li{
  color: #C3C6CE;
}

.footer-content-menu ul.subfooter-menu li a{
  color: rgba(195, 198, 206, 1.0);
}
.footer-content-menu ul.subfooter-menu li a:hover{
  color: rgba(195, 198, 206, 0.7000000000000001);
}

.saas-form-1 .header-content h2{
  color: #233E98;
}

.header-content h5{
    color: #525252;
}

.saas-form-1 .social-icons i{
  color: #233E98;
}

.saas-form-1 .social-icons i:hover{
  color: #233E98;
}

.subscribe-form form input[type=email] {
  border-color: rgba(203, 214, 226, 1.0);
  border-radius: 15px;
}
.subscribe-form form input[type=email]:focus {
  border-color: rgba(82, 168, 236, 1.0);
}
.subscribe-form form .actions .hs-button{
  background-color: rgba(35, 62, 152, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(35, 62, 152, 1.0);
}

.subscribe-form form .actions .hs-button:focus,
.subscribe-form form .actions .hs-button:hover{
  background-color: #233e98;
  color: #FFFFFF; 

}







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

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

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

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

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

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #525252;
  font-family:Raleway;
  font-size: 36px;
  font-weight: ;
}

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

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

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

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

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

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

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




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