/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 1070px;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #282828;
}
.page-center {
  max-width: 1070px;
}




html {
  font-size: 1;
}

body {
  color: #282828;
  font-family: Poppins;
  font-weight: 400;
  font-size: 1rem;
}



a {
  color: rgba(68, 43, 98, 1.0);
  cursor: pointer;

}

a:hover,
a:focus {

  color: rgba(93, 59, 133, 1.0);
}

a:active {
  color: rgba(108, 83, 138, 0.0);
}

h1 {
  color: #282828;
  font-family: Poppins;
  font-size: 4.25rem;
  font-weight: 700;
}

@media(max-width:1000px) {
  h1 {
    font-size: 2.7625rem;
  }
}

h2 {
  color: #442b62;
  font-family: Poppins;
  font-size: 1.75rem;
  font-weight: 400;
}

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

h3 {
  color: #000;
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: 400;
}

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

h4 {
  color: #282828;
  font-family: Poppins;
  font-size: 1.3125rem;
  font-weight: 400;
}

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

h5 {
  color: #282828;
  font-family: Poppins;
  font-size: 0.83em;
  font-weight: 400;
}

h6 {
  color: #282828;
  font-family: Poppins;
  font-size: 0.67em;
  font-weight: 400;
}







form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  font-family: Poppins;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(68, 43, 98, 1.0);
  
}
.footer-section-left h5:last-child strong:after , .footer-section-right .hs-rss-description p:after{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(68, 43, 98, 1.0);
  color: rgba(68, 43, 98, 1.0);
}
.hs-button,
.button--primary {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(68, 43, 98, 1.0);
  border-radius: 8px;
  border-width: 4px;
  color: rgba(68, 43, 98, 1.0);
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.footer-section-left h5:last-child strong:hover:after , .footer-section-right .hs-rss-description p:hover:after{
  background-color: rgba(68, 43, 98, 1.0);
  border-color: rgba(68, 43, 98, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {

  background-color: rgba(68, 43, 98, 1.0);
  border-color: rgba(68, 43, 98, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 255, 1.0);

  border-color: rgba(108, 83, 138, 1.0);
  color: rgba(68, 43, 98, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(187, 187, 187, 1.0);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(187, 187, 187, 1.0);
}

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

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

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

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(40, 40, 40, 1.0);
  color: rgba(40, 40, 40, 1.0);
}

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

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

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






.header__container {
  max-width: 1070px;
}
@media (min-width:1000px){
  .fixed-header .header_group {
  background-color: rgba(255, 255, 255, 1.0);
}
.fixed-header .header_group{
  border-bottom-color: rgba(227, 225, 212, 1.0);
}
  .fixed-header .site-nav .hs-menu-wrapper>ul>li>a {
    color: rgba(68, 43, 98, 1.0);

  }
  .fixed-header .site-nav .hs-menu-wrapper>ul>li>a:hover {
    color: rgba(82, 190, 206, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
    text-decoration: unset;
  }
  .fixed-header .site-nav .hs-menu-wrapper>ul>li.active > a {
    color: rgba(82, 190, 206, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .site-top-nav .hs-menu-wrapper>ul>li>a {
/*     color: rgba(255, 255, 255, 1.0); */
    color: #442b62;

  }
  .site-top-nav .hs-menu-wrapper>ul>li>a:hover {
/*     color: rgba(255, 255, 255, 0.7000000000000001); */
    color: #442b62;
    opacity: 0.7;
    background-color: rgba(255, 255, 255, 0.0);
    text-decoration: unset;
  }
  .site-top-nav .hs-menu-wrapper>ul>li.active > a {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .site-nav .hs-menu-wrapper>ul>li>a {
/*     color: rgba(238, 238, 238, 1.0); */
    color: #442b62;

  }
  .site-nav .hs-menu-wrapper>ul>li>a:hover {
/*     color: rgba(255, 255, 255, 1.0); */
    color: #442b62;
    background-color: rgba(255, 255, 255, 0.0);
    text-decoration: unset;
  }
  .site-nav .hs-menu-wrapper>ul>li.active > a {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li {
    background-color: rgba(255, 255, 255, 1.0);
  }
  .site-nav .hs-menu-wrapper>ul>li>ul:before{
    border-color: transparent transparent rgba(255, 255, 255, 1.0);
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>ul{
    border-left-color:rgba(244, 244, 244, 1.0);
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li>a , .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a ,
  .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li:first-child>a , .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a {
    color: rgba(40, 40, 40, 1.0);
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li>a:hover , .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover , .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a:hover {
    color: rgba(68, 43, 98, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
    text-decoration: unset;
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li.active > a , .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li.active>a , .site-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li.active>a {
    color: rgba(68, 43, 98, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li.latest-from-aico{
    border-top-color: rgba(255, 255, 255, 1.0);
    background-color: rgba(244, 244, 244, 1.0);
  }
.site-nav .hs-menu-wrapper>ul>li>ul>li.latest-from-aico>a{
  color: rgba(68, 43, 98, 1.0);
  }
  .site-nav .hs-menu-wrapper>ul>li>ul>li.latest-from-aico>a:hover{
  color: rgba(40, 40, 40, 1.0);
  }
  .menu-item-description{
     color: rgba(40, 40, 40, 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: #eee;
}

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

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(238, 238, 238, 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(238, 238, 238, 1.0);
  }
}





.footer   {
  background-color: rgba(244, 244, 244, 1.0);
  color: rgba(40, 40, 40, 1.0);
}
.footer-bottom-wrap{
 
  background-color: rgba(255, 255, 255, 1.0);
}
.footer__container {
  max-width: 1070px;
}
.footer-bottom-menu .hs-menu-wrapper>ul>li>a , .footer-bottom-menu .hs-menu-wrapper>ul>li>a:hover , .footer-copyright p a , .footer-bottom-top-col p a , 
.footer-section-right .hs-rss-title span , .footer-section-left p{
  color: rgba(68, 43, 98, 1.0);
}
.footer-copyright p a:hover , .footer-bottom-top-col p a:hover , .footer-section-right:hover .hs-rss-title span , .footer-section-left:hover p{
  color: rgba(93, 59, 133, 1.0);
}
.footer-copyright p{
  color: rgba(40, 40, 40, 1.0);
}
.footer-bottom-top{
  border-bottom-color: rgba(68, 43, 98, 1.0);
}
.container--narrow{
  border-bottom-color: rgba(68, 43, 98, 1.0);
}
.footer-contact h4, .footer-bottom-top-col h4{
  color: rgba(40, 40, 40, 1.0);
}
.footer-section-left h3, .footer-section-right h3{
  color: rgba(68, 43, 98, 1.0);
  border-bottom-color: rgba(68, 43, 98, 1.0);
}
.footer-section-left , .footer-section-right{
  border-top-color: rgba(68, 43, 98, 1.0);
}
.footer-section-right{
  border-left-color: rgba(68, 43, 98, 1.0);
}
.footer-section-left, .footer-section-right{
  background-color: rgba(255, 255, 255, 1.0);
}




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

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

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

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

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

.blog-pagination__link {
  color: #282828;
}

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

.blog-post__title {
  color: #442b62;
  font-family:Poppins;
  font-size: 1.75px;
  font-weight: ;
}

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

#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(#null);
}

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

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__tag-link:hover{
  color: #5d3b85;
}

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

.blog-post__read-more a:hover svg {
  fill: #5d3b85;
}

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

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

.blog-sidebar a:hover {
  color: #5d3b85;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

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

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

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

.blog-post__body, .blog-post__tags a {
  color: #282828;
}

.blog-post__meta a:hover {
  color: #5d3b85
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

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

.blog-post__back-to-blog:hover {
  color: #5d3b85;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #5d3b85;
}

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

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #282828;
}

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

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

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

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

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

/* .banner-area {
background-image: none !important;
}

.hero-top-title {
color: #442b62 !important;
} */





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


/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* This changes the background color for all Landing pages */
body {
 background-color: #F4F4F4;
 }


/* This positions the Captcha element on the left, so all forms look beautifully aligned left */
.grecaptcha-badge {
margin-left: 0;
}


/* This removes the Waves row element above the Footer */
.footer-wave-row {
  display:none;   
}
   

.footer-bottom-wrap {
  background-color: #F4F4F4;
  border-top: 1px solid #442b62;
  padding:0;
  max-width: 1070px;
  margin-top:0;
  margin-left: auto;
  margin-right: auto;  
}

.dnd_area-row-0-background-color{
    background-color: #F4F4F4;
}

/* This changes Submit button in all forms */
.hs-button {
    border: 1px solid;
    border-color: #007687 #008194 #008194;
    background-color: #00aec7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00aec7), to(#008194));
    background-image: -moz-linear-gradient(top, #00aec7, #008194);
    background-image: linear-gradient(top, #00aec7, #008194);
    padding: 10px 5px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    color: white;
    font-size: .9375rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    margin: 15px 0 !important;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    display: block;
    width: 100% !important;
    cursor:pointer;
}

.hs-button:hover {
    background-color: #0098ad;
    background-image: none;
    color: white;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.hs-button:active {
    background-color: #008194;
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}