/* ******************************************************************************
*********************************************************************************
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,
.content-wrapper,
.page-center {
  max-width: 1080px;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #333;
} 





body {
  color: #666;
  font-family: Open Sans;
  font-weight: 500;
  font-size: 14px;
}


p {
  font-family: Open Sans;
  font-weight: 500
}

a {
  font-family: Open Sans;
  color: rgba(46, 163, 242, 1.0);
}

a:hover,
a:focus {
  color:#2EA3F2;
}

a:active {
  color: rgba(86, 203, 255, 1.0);
}

h1 {
  color: #FFFFFF;
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 400;
}

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

h2 {
  color: #000000;
  font-family: Open Sans;
  font-size: 30px;
  font-weight: 400;
}

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

h3 {
  color: #666;
  font-family: Open Sans;
  font-size: 28px;
  font-weight: 400;
}

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

h4 {
  color: #666;
  font-family: Open Sans;
  font-size: 26px;
  font-weight: 400;
}

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

h5 {
  color: #666;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
}

h6 {
  color: #666;
  font-family: Open Sans;
  font-size: 22px;
  font-weight: 400;
}






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

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

.hs-button, 
.button--primary {
  background-color: rgba(255, 255, 255, 0.0);
  border-radius: 50px;
  border: 1px solid;
  color: rgba(41, 128, 185, 1.0);
  border-color: rgba(41, 128, 185, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px ;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(41, 128, 185, 0.16);
  border-color: rgba(41, 128, 185, 1.0);
  color: rgba(41, 128, 185, 1.0);
}


.hs-button:focus, .button--primary:focus  {
  background-color: rgba(41, 128, 185, 0.16);
  border-color: rgba(41, 128, 185, 1.0);
  color: rgba(41, 128, 185, 1.0);
}

.hs-button:active, .button--primary:active  {
  background-color: rgba(41, 128, 185, 0.16);
  border-color: rgba(41, 128, 185, 1.0);
  color: rgba(41, 128, 185, 1.0);
}

.hs-form  .field > label,
.hs-form-field > label,
.hs-form-field label:not(.hs-error-msg) {
  color: rgba(102, 102, 102, 1.0);
}

.hs-form legend {
  color: rgba(51, 51, 51, 0.5);
}

.hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea { 
  border-color: rgba(125, 125, 125, 1.0) !important; 
  border-radius: 0px;
}
 
.hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  border-color: rgba(125, 125, 125, 1.0) !important;
}

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

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

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

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

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

.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(74, 74, 74, 1.0);
  color: rgba(74, 74, 74, 1.0);
}

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

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

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





.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #636363;
}

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

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #636363;
} 
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: #1e73be;
  color: #333333;
} 
.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(99, 99, 99, 1.0);
} 

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

@media(min-width: 981px) {
  .custom-menu-primary>div>ul>li>a{
    color : rgba(99, 99, 99, 1.0);
  }

  .mega_wrap .mega_wrap_inner>ul>li>a span,
  .custom-menu-primary>div>ul>li.resources .mega_wrap .mega_wrap_inner>ul ul li a span,
  .custom-menu-primary>div>ul>li.products .mega_wrap .mega_wrap_inner>ul ul li a span{
    color : rgba(147, 147, 147, 1.0);
  }

  .custom-menu-primary>div>ul>li:hover > a{
    color : rgba(30, 115, 190, 1.0);
  }

  .custom-menu-primary>div>ul>li:hover >a{
    background-color : rgba(255, 255, 255, 0.0);
  }  

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

  .custom-menu-primary >div  ul ul ,
  .mega_wrap{
    background-color : rgba(255, 255, 255, 1.0);
  }

  .mega_wrap{
    border-top:3px solid rgba(30, 115, 190, 1.0);
  }


  .custom-menu-primary >div  ul ul li a {
    color : rgba(30, 115, 190, 1.0);
  }

  .custom-menu-primary >div  ul ul li:hover> a {
    color : rgba(51, 51, 51, 1.0);
  }

  .custom-menu-primary >div  ul ul li:hover > a {
    background-color : rgba(30, 115, 190, 0.15);
  }

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

  .mega_wrap .mega_wrap_inner > ul > li > a {
    border-bottom: 1px solid rgba(244, 244, 244, 1.0);
  }

  .custom-menu-primary > div > ul > li.has-submenu:after,
  .custom-menu-primary > div > ul > li.has-submenu:before{
    background-color : rgba(99, 99, 99, 1.0);
  }

  .custom-menu-primary > div > ul > li.has-submenu:hover:after,
  .custom-menu-primary > div > ul > li.has-submenu:hover:before{
    background-color : rgba(30, 115, 190, 1.0);
  }
}

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

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





.footer {
  background-image: linear-gradient(103deg,#1D174C 9%,#1D174C 98%); 
  color: rgba(255, 255, 255, 1.0); 
}

.footer a{
  color: rgba(255, 255, 255, 1.0);
}

.footer a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.copyright{
  color: rgba(255, 255, 255, 1.0);
}

.copyright:before,
.footer-menu:before{
  border-top:1px solid rgba(255, 255, 255, 1.0);
}

.footer-social a{
  background-color: rgba(255, 255, 255, 0.26);
}

.footer-social a:before{
  color: rgba(255, 255, 255, 1.0);
}







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

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

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

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

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

.blog-pagination__link {
  color: #666;
}

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

.blog-post__title {
  color: #000000;
  font-family:Open Sans;
  font-size: 30px;
  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);
}










body .icon svg {
  fill: #666;
}

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

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

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

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=, header=, forms=}
}


ul#hsresults > li a {
    font-size: 21px;
    color: #121247;
    font-weight: 600;
    text-decoration: none;
}

ul#hsresults > li p {
    font-size: 16px;
    color: #737395;
    font-weight: 400;
}

.contain-wrapper .systems-page {
    padding: 2rem 0 6rem 0;
}

.systems-page .blog-search-form {
    display: none;
}

:focus {
    outline-color: #6977ea !important;
}