/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */




















































































































/* HubSpot Form */

 /* Pixel */





/* HubSpot Field Labels */





/* HubSpot Helper Text */
 /*todo - no setup currently */



/* Google ReCaptcha */


/* HubSpot All Inputs */










/* HubSpot Selected And Checkbox Inputs */



/* HubSpot And Custom Dropdowns */
/* (!) NEED js-component! */







/* HubSpot Number */

 /* (!) NEED js-component! */

/* HubSpot Boolean */








/* HubSpot Datetime */


/* HubSpot Error */



/* HubSpot Button */










.body {
  overflow-x: hidden;
}





.dnd-section>.row-fluid, .page-center, .content-wrapper, .container {
  max-width: 1200px;
}


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

.dnd-section li {
  font-weight: 400
}
.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #CC171A;
}
@media (max-width: 767px){
  .error-page{
    padding-bottom: 50px;
    padding-top: 50px;
  }  
}




html {
  font-size: 1;
}

body {
  color: #575859;
  font-family: Mukta Mahee;
  font-weight: 400;
  font-size: 1rem;
}

p {
  font-family: Mukta Mahee;
  font-weight: 400
}

a {
  font-family: Mukta Mahee;
  color: rgba(27, 88, 213, 1.0);
  cursor: pointer;
  transition: all 300ms ease-in-out 0ms;
}

a:hover,
a:focus {
  color:#1B58D5;
}

a:active {
  color: rgba(67, 128, 253, 1.0);
}

h1 {
  color: #041737;
  font-family: Mukta Mahee;
  font-size: 34px;
  font-weight: 300;
}

h2 {
  color: #041737;
  font-family: Mukta Mahee;
  font-size: 28px;
  font-weight: 300;
}


h3 {
  color: #041737;
  font-family: Mukta Mahee;
  font-size: 24px;
  font-weight: 500;
}

h4 {
  color: #041737;
  font-family: Mukta Mahee;
  font-size: 20px;
  font-weight: 500;
}


h5 {
  color: #041737;
  font-family: Mukta Mahee;
  font-size: 18px;
  font-weight: 500;
}

h6 {
  color: #041737;
  font-family: Mukta Mahee;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 900px){
  h1 {    
    font-size: 65px;  
  }

  h2 {    
    font-size: 48px;  
  }


  h3 {    
    font-size: 30px;  
  }
}





form,
.submitted-message {
  border-color: rgba(255, 255, 255, 0.0);
  font-family: Mukta Mahee;
}

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

.hs-button,
.button--primary {
  background: linear-gradient(to right, #CC171A 0%, #CC171A 100%);
  border-color: rgba(204, 23, 26, 1.0);
  border-radius: 32px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 17px;
  padding-bottom: 18px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 100%);
  color: #CC171A;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(#null, 0.0);
  border-color: rgba(244, 63, 66, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(126, 126, 126, 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(228, 228, 228, 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(228, 228, 228, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(126, 126, 126, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #575859;
}

.hs-richtext {
  font-size: 1rem;
}
.legal-consent-container .hs-richtext {
  font-size: 0.8rem;
}
.legal-consent-container .hs-form-booleancheckbox {
  margin-bottom: 1.25rem;
}

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

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

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

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





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

thead th,
thead td {
  background-color: rgba(249, 249, 249, 1.0);
  color: rgba(126, 126, 126, 1.0);
}

tfoot td {
  background-color: rgba(242, 242, 242, 1.0);
  color: rgba(126, 126, 126, 1.0);
}

thead, tbody, tfoot {
  border: 1px solid rgba(242, 242, 242, 1.0);
}





header.header,
.body-top-header{
  background-color: rgba(255, 255, 255, 1.0);
}

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

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

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

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

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

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

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



.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: #041737;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  color: #041737;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li{
    border-color: #f9f9f9;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color:rgba(255, 255, 255, 1.0); 
  color: #CC171A;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a{
  color: #041737;
  background-color:rgba(255, 255, 255, 0.0);
}

.body-top-bar{
    background-color: rgba(249, 249, 249, 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(4, 23, 55, 1.0);
  }
}





.footer {
  background-color: rgba(4, 23, 55, 1.0);
  color: #fff;
}


.footer p{
  color: rgba(255, 255, 255, 0.9);
}


footer.footer .col-3 h4 strong{
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
}

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

.footer a:hover{
  color: rgba(255, 255, 255, 0.9);
  opacity: 0.7000000000000001;
}









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

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

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

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

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

.blog-pagination__link {
  color: #575859;
}

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

.blog-post__title {
  color: #041737;
  font-family:Mukta Mahee;
  font-size: 48px;
  font-weight: ;
}

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

#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(29, 0, 0, 0.10);
}

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

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

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

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

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

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

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

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

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

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

.blog-post__tags a {
  color: #575859;
}
.blog-post__body,
.blog-index__post{
  color: #041737
}


.blog-post__meta a:hover {
  color: #1B58D5
}

.blog-post__back-to-blog {
  color: #1B58D5;
}

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

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

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

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

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

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

.blog-recent-posts {
  background-color: rgb(248, 250, 252);
}

/* No Articles - Show Form */

.blog__subscription-block {
  background-color: transparent;
}
.blog__subscription-block .subscription-form {
  border-radius: 5px;
  box-shadow: -5px 0px 20px 0px rgba(73,75,77,0.10);
  background-color: #fff;
  padding: 24px 30px 30px 30px;
  width: 64%;
}
@media (max-width: 767px){
  .blog__subscription-block .subscription-form {
    padding: 1rem;
    width: 100%;
  }
  .blog__subscription-block .hs-submit {
    text-align: center;
  }
}
.blog__subscription-block .subscription-form,
.blog__subscription-block .subscription-form label {
  text-align: left;
}
.blog__subscription-block .hs_cos_wrapper_type_header h2 {
  margin-bottom: 2rem;
  text-align: center;
}










body .icon svg {
  fill: #041737;
}

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

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

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

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





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