/* ******************************************************************************
*********************************************************************************
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,
.container{
  max-width: 1180px;
}

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

.dnd-section li {
  font-weight: 400
}

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

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





html {
  font-size: 18;
}

body {
  color: #222;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400
}

a {
  font-family: 'Open Sans', sans-serif;
  color: rgba(37, 86, 148, 1.0);
}

a:hover,
a:focus {
  color:#163257;
}

a:active {
  color: rgba(77, 126, 188, 1.0);
}

h1 {
  color: #255694;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 800;
}


h2 {
  color: #255694;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
}


h3 {
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 800;
}

h4 {
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 800;
}


h5 {
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 800;
}

h6 {
  color: #555;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
}







form,
.submitted-message {
  border-color: rgba(255, 255, 255, 0.0) ;
  font-family: 'Open Sans', sans-serif;
}

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

.hs-button,
.button--primary {
  background-color: rgba(255, 125, 89, 1.0);
  border-color: rgba(255, 125, 89, 1.0);
  border-radius: 0px;
  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: #ff7d59;
  border-color: #ff7d59;
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 165, 129, 1.0);
  border-color: rgba(255, 165, 129, 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);
  background-color: rgba(245, 248, 250, 1.0);
  color: ;
  border-radius: 0px;
}

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

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

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

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

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(113, 112, 111, 1.0);
}

table th,
table td {
  border-color: rgba(206, 205, 202, 1.0);
}





header.header{
  border-bottom-color:#255694;;
}

.header__topbar {
  background-color: rgba(37, 86, 148, 1.0);
}

.header__main {
  background-color: rgba(22, 52, 91, 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: #fff;
}

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

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

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

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

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

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

@media (min-width: 1001px) {

  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
    color: #fff;
    background-color:rgba(97, 162, 216, 1.0); 
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
    color: #fff;
    background-color:rgba(97, 162, 216, 1.0); 
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper{
    background-color: #f0f0f0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
    color: #222;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a:hover{
    background-color:rgba(227, 227, 227, 1.0); 
    color: #255694;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a{
    color: #222;
    background-color:rgba(255, 255, 255, 0.0);
  }
}



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

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





.footer {
  background-color: rgba(#null, 0.0);
  color: ;
}
.ft-connect{
  background-color: rgba(97, 162, 216, 1.0);  
}

.newsletter-sign-up h2, 
.follow-us-heading h2{
  color: #16345b;
}


.follow-us ul li a .cs-icon{
  background-color: rgba(37, 86, 148, 1.0);  
  color: #fff;
}
.follow-us ul li a:hover .cs-icon {
  background-color: rgba(27, 62, 107, 1.0);  
  color: #fff;
}

.newsletter-sign-up .cs-btn{
  background-color: rgba(37, 86, 148, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.newsletter-sign-up .cs-btn:hover{
  background-color: #1b3e6b;
  color: #FFFFFF;
}

.footer-main{
  background-color: rgba(37, 86, 148, 1.0);
  color: #fff;
}
.ft-nav h5, .ft-contact h5{
  color: #fff;
}
.ft-tagline{
  color: #b0d1eb;
}

.footer-main a{
  color: #fff;
}

.footer-main a:hover{
  color: rgba(255, 255, 255, 0.7000000000000001);
}


.footer-bottom{
  background-color: rgba(22, 52, 91, 1.0);
  color: #fff;
}
.footer-bottom a{
  color: #fff;
}

.footer-bottom a:hover{
  color: rgba(255, 255, 255, 0.7000000000000001);
}





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

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

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

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

.blog-pagination__link {
  color: #222;
}

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

.blog-post__title {
  color: #255694;
  font-family:'Open Sans', sans-serif;
  font-size: 20px;
  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: #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 .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;
}





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