

@import url("https://use.typekit.net/jaz0bxn.css");







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */































































/* 1d. Buttons */













/* 1e. Forms */















/* 1f. Tables */












/* 1g. Site header */

/* header Top Bar */





/* header Main */



/* header Menu */







/* header child Menu */









/* 1h. Site footer */
 














.hs-private.hs-private.hs-private .hs-non-ls-module-hover-overlay__global-group.hs-non-ls-module-hover-overlay__global-group.updated-editor-styles {
  top: 0px !important;
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding-top: 80px ;
  padding-bottom: 80px ;
}

.dnd-section .dnd-column {
    padding: 0;
}

.content-wrapper {
  padding-top: 80px ;
  padding-bottom: 80px ;
}

.dnd-section > .row-fluid,
.content-wrapper,
.page-center {
  max-width: 1170px;
  padding: 0;
}

@media only screen and (max-width: 1139px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center {
    max-width: calc(1170px * 0.875 );
  }
} 









body {
  font-size: 21px;
  color: #000000;
  font-weight: regular;
  font-family: Source Sans Pro;
  margin: 137px 0 0 0;
}

@media (max-width: 1139px) {
  body {
    /*font-size: 18.669px;*/
  }
}

/* Paragraphs */

p {
 
}
 
/* Anchors */

a {
  color: #000000;
}

a:hover,
a:focus,
a:active {
  color: #000000;
}


/* Headings */

h1 {
  font-family: Source Sans Pro;
  font-size: 69px;
  color: 

  
  
    
  


  rgba(66, 66, 66, 1)

;
  font-weight: 700;
}

@media (max-width: 1139px) {
  h1 {
    font-size: 48.3px;
  }
}

  
h2 {
/*   font-family: freight-sans-pro, sans-serif; */
  font-size: 42px;
  color: #424242;
  font-weight: 600;
}

@media (max-width: 1139px) {
  h2 {
    font-size: 29.4px;
  }
} 

h3 {
  font-family: Source Sans Pro;
  font-size: 29px;
  color: #424242;
  font-weight: 600;
}

@media (max-width: 1139px) {
  h3 {
    font-size: 21.75px;
  }
}

h4 {
  font-family: Source Sans Pro;
  font-size: 22px;
  color: #424242;
  font-weight: regular;
}

@media (max-width: 1139px) {
  h4 {
    font-size: 17.6px;
  }
}

h5 {
  font-family: Source Sans Pro;
  font-size: 20px;
  color: #424242;
  font-weight: regular;
}

@media (max-width: 1139px) {
  h5 {
    font-size: 16.599999999999998px;
  }
}

h6 {
  font-family: Source Sans Pro;
  font-size: 18px;
  color: #424242;
  font-weight: regular;
}

/* Blockquote */

blockquote {
  border-left-color: #FDB913;
}







button,
.button {
  background-color: 

  
  
    
  


  rgba(75, 58, 166, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(75, 58, 166, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 14px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(75, 58, 166, 1.0)

;
  color: 

  
  
    
  


  rgba(75, 58, 166, 1.0)

;
}

button:active,
.button:active {
  background-color: rgba(115, 98, 206, 1.0);
  border-color: #7362ce;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





form,
.submitted-message {
  font-size: 21px;
  color: #000000;
  font-weight: regular
}

/* Form title */

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

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form inputs */


form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: 

  
  
    
  


  rgba(85, 85, 85, 1.0)

;
   border-radius: 0px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #000000;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

/* Date picker */

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

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

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

/* Submit button */


form input[type=submit],
.hs-button {
  background-color: 

  
  
    
  


  rgba(75, 58, 166, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(75, 58, 166, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  padding: 14px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(75, 58, 166, 1.0)

;
  color: 

  
  
    
  


  rgba(75, 58, 166, 1.0)

;
}



form input[type=submit]:active,
.hs-button:active {
  background-color: rgba(115, 98, 206, 1.0);
  border-color: #7362ce;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(75, 58, 166, 1.0)

;
  color: 

  
  
    
  


  rgba(75, 58, 166, 1.0)

;
}

.legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 0 !important;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #32157D;
}

th,
td {
  border-color: #32157D;
  color: #32157D;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(50, 21, 125, 1.0)

;
  border-bottom-color: #32157D;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #32157D;
}










.header_top {
  background-color: 

  
  
    
  


  rgba(58, 45, 129, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

.header_main {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  color: 

  
  
    
  


  rgba(99, 81, 194, 1.0)

;
  border-color: 

  
  
    
  


  rgba(99, 81, 194, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
 
.custom-menu-primary .hs-menu-wrapper > ul > li > a.active-branch {
  color: 

  
  
    
  


  rgba(99, 81, 194, 1.0)

;
  border-color: 

  
  
    
  


  rgba(99, 81, 194, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.custom-menu-primary .hs-menu-wrapper ul ul  {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.custom-menu-primary .hs-menu-wrapper ul ul li > a:hover {
  color: 

  
  
    
  


  rgba(99, 81, 194, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.custom-menu-primary .hs-menu-wrapper ul ul li > a[href="javascript:;"]:hover {
  color: #000000;
}

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

.custom-menu-primary .hs-menu-wrapper ul ul li a:before {
  background-color: 

  
  
    
  


  rgba(99, 81, 194, 1.0)

;
}

.hs-menu-wrapper ul li {
  margin: 0 40px 0 0;
  padding: 31px 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  opacity: 1;
  top: 85px;
  position: absolute;
  background: #fff;
  padding: 15px 0 30px 20px;
  left: -22px;
  box-shadow: 0 10px 15px #0000001A;
}

/* Changes for max-width */
.dnd_area-row-4-margin,
#hs_cos_wrapper_widget_1663174172593,
#hs_cos_wrapper_widget_1661908348055,
.dnd_area-row-3-background-color,
.dnd_area-row-2-background-color, 
.row-fluid-wrapper.row-depth-1.row-number-4.dnd_area-row-1-padding.dnd_area-row-1-background-color.dnd-section.dnd_area-row-1-margin,
.row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd_area-row-1-max-width-section-centering.dnd-section.dnd_area-row-1-background-image.dnd_area-row-1-margin,
.row-fluid-wrapper.row-depth-1.row-number-4.dnd_area-row-1-padding.dnd_area-row-1-background-color.dnd_area-row-1-max-width-section-centering.dnd-section,
.row-fluid-wrapper.row-depth-1.row-number-20.dnd_area-row-6-padding.dnd_area-row-6-vertical-alignment.dnd-section.dnd_area-row-6-background-color{
    align-content: center;
    align-items: center;
    max-width: 2440px;
    margin: 0 auto;
}




footer.footer {
  background-color: 

  
  
    
  


  rgba(50, 21, 125, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  align-content: center;
  align-items: center;
  max-width: 2440px;
  margin: 0 auto;
}

.footer__container {
  max-width: 1170px;
}


/* Footer Content */

footer.footer h1,
footer.footer h2,
footer.footer h3,
footer.footer h4,
footer.footer h5,
footer.footer h6 {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

.footer_copyright {
  color: 

  
  
    
  


  rgba(167, 157, 221, 1.0)

;
}





/* Blog Header */

.blog-header {
  background-color: rgb(245, 245, 245);
}

/* Blog Listing */


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

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

.blog-pagination__link,
.blog-pagination__link:hover {
  color: #000000;
}

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

.blog-post__title {
  color: 

  
  
    
  


  rgba(66, 66, 66, 1)

;
  font-family:Source Sans Pro;
  font-size: 69px;
  font-weight: 700;
}

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

#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            */

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

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #000000;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #000000;
}

.blog-index__post-content--small h2 {
  font-size: 29px;
}

.blog-index__post-content a {
  color: #000000;
}

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

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

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

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(245, 245, 245);
}

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

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

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

.blog-post__meta a:hover {
  color: #000000;
}

.blog-post__links-container {
  border-top:  2px solid rgb(233, 165, 0);
}

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

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

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

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

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

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}

.blog-topics-filter button.filter-btn.active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(75, 58, 166, 1.0)

;
  color: 

  
  
    
  


  rgba(75, 58, 166, 1.0)

;
}






.hs-search-results__title {
  color: #000;
/*   font-family: freight-sans-pro, sans-serif; */
  font-size: 1.55rem;
  margin-bottom: 0.35rem;
  text-decoration: none;
  font-weight: 500;
}
  
.systems-page {
  margin: 220px 0;
  max-width: 900px;
}

.hs-search-results__listing li {
  margin: 40px 0;
  padding: 0;
}

.hs-search-results__description {
  padding-top: 0;
  margin: 0 0 30px 0;
}





.card__price {
  font-family: Source Sans Pro
    font-size: 29px;
  color: #424242;
  font-weight: 600
}

.ul-check-marks {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}

.ul-check-marks li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ul-check-marks li ul {
  margin: 0 0 0 30px;
}


.ul-check-marks li:before {
  /* content: '\2713'; */
  content: '\f00c';
  color: #fff;
  margin: 0 8px 0 0;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  top: 4px;
}

.ul-check-marks.black li:before {
  content: '\2713';
  content: '\f00c';
  color: #000;
  margin: 0 8px 0 0;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  top: 4px;
}

.ul-x-marks {
  list-style: none;
  list-style: none;
  margin: 0;
/*   font-family: 'freight-sans-pro'; */
  padding-inline-start: 0;
}

.ul-x-marks li:before {
  content: 'X';
  color: #fff;
  font-weight: 600;
/*   font-family: 'freight-sans-pro'; */
  margin: 0 5px 0 0;
}

.hs-form-field{
  margin-bottom: 20px!important;
}




@media screen and (min-width: 1920px) {


}

  
@media screen and (max-width: 1919px) and (min-width: 1860px) {


}

@media screen and (max-width: 1859px) and (min-width: 1620px) {


}

  
@media screen and (max-width: 1632px) and (min-width: 1281px) {


}
  
@media screen and (max-width: 1619px) and (min-width: 1280px) {


}

@media screen and (max-width: 1279px) and (min-width: 1080px) {

  body {
    margin: 132px 0 0 0;
  }

}
  
@media screen and (max-width: 1079px) and (min-width: 768px) {

  body {
    margin: 116px 0 0 0;
  }

}

@media screen and (max-width: 767px) and (min-width: 501px) {

  body {
    margin: 116px 0 0 0;
  }

}


@media screen and (max-width: 500px) {

  body {
    margin: 116px 0 0 0;
  }

}

@media screen and (max-width: 1140px) {
  .ul-check-marks li{
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 480px) {
  .ul-check-marks li{
    flex-wrap: nowrap;
  }
}