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

/* Test */



:root {
  --primary-color: #03A4B7;
  --secondary-color: #0178D4;
  --violet-color: #442B62;
  --timberwolf-color:  #D6D1CA;
  --whitesmoke-color:  #F5F5F3;
  --grey-color:  #464646;
  --black-color:  #000;
  --white-color:  #fff;
  --hover-color: #00829B;
  --error-color: #D71465;
  
  --padding-top-mobile: 60px;
  --padding-bottom-mobile: 60px;
  --padding-right-mobile: 25px;
  --padding-left-mobile: 25px;
  
  --padding-top: 100px;
  --padding-bottom: 100px;
  --padding-right: 80px;
  --padding-left: 80px;
  --boxshadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.08);
}
















































.dnd-section > .row-fluid {
  max-width: 1280px;
}

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




html {
  font-size: 24;
}

body {
  color: rgba(70, 70, 70, 1.0);
  font-family:"Calibri", sans-serif;
  line-height: 135%;
  font-weight: 400;
  font-size: 24px;
}

.dropshadow * {
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.35);
}

.hero-embed-video .hs-video-widget {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

@media(max-width: 768px) {
  .hero-embed-video .hs-video-widget {
    position: relative;
    z-index: 1;
    margin-top: -150px;
  }
}

@media(max-width: 1024px) {
  body {
    font-size: 20px;
    line-height: 150%;
  }
}

.p-small {
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

@media(max-width: 1024px) {
  .p-small {
    font-family: Calibri;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
  }
}

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

}

a:hover,
a:focus {

  color: rgba(0, 130, 155, 1.0);
}

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

h1 {
  color: #464646;
  font-family: Poppins;
  font-size: 50px;
  line-height: 120%;
  font-weight: 600;
}

@media(max-width:1024px) {
  h1 {
    font-size: 28px;
  }
}

.hs-blog-post h1 {
  font-size: 44px;
  margin-top: 2rem;
}

@media(max-width:1024px) {
  .hs-blog-post h1 {
    font-size: 24px;
  }
}

h2 {
  color: #464646;
  font-family: Poppins;
  font-size: 44px;
  line-height: 120%;
  font-weight: 600;
}

@media(max-width: 1024px) {
  h2 {
    font-size: 24px;
  }
}

.hs-blog-post h2 {
  font-size: 36px;
  margin-top: 2rem;
}

@media(max-width:1024px) {
  .hs-blog-post h2 {
    font-size: 20px;
  }
}

h3 {
  color: #464646;
  font-family: Poppins;
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
}

@media(max-width: 1024px) {
  h3 {
    font-size: 20px;
  }
}

.hs-blog-post h3 {
  font-size: 24px;
  margin-top: 2rem;
}

@media(max-width:1024px) {
  .hs-blog-post h3 {
    font-size: 18px;
  }
}

h4 {
  color: #464646;
  font-family: Poppins;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
}

@media(max-width: 1024px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  color: #464646;
  font-family: Poppins;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
}

@media(max-width: 1024px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  color: #464646;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
}







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

.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: var(--grey-color);
}

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 8px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(70, 70, 70, 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: 24;
}

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

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

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

.fn-date-picker td .pika-button:hover {
  background-color: #0178D4 !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: 1280px;
}
@media (min-width:1024px){
  .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: #464646;

  }
  .site-nav .hs-menu-wrapper>ul>li>a:hover {
    color: var(--hover-color);
    background-color: rgba(255, 255, 255, 0.0);
    text-decoration: unset;
  }
  .site-nav .hs-menu-wrapper>ul>li.active > a {
    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);
    z-index: 0;
    display: flex;
    position: relative;
  }
  
  .site-nav .hs-menu-wrapper>ul>li>ul>li a {
    width: -webkit-fill-available;
    margin: 0 10px;
  }
  
  .site-nav .hs-menu-wrapper>ul>li>ul>li a {
    position: relative; /* Establish positioning context */
  }
  
  .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;
}

.mobile-open {
  overflow: hidden;
}

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: CustomFont1;
}

.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: var(--white-color) !important;
  color: rgba(40, 40, 40, 1.0);
}
.footer-bottom-wrap{
 
  background-color: var(--white-color) !important;
}
.footer__container {
  max-width: 1280px;
}
.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: 1280px;
}

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

.blog-pagination__link {
  color: #282828;
}

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

.blog-post__title {
  color: #464646;
  font-family:Poppins;
  font-size: 44px;
  font-weight: ;
}

.blog-post__author {
  background-color: #0178D4;
}

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

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

.blog-post__tag-link:hover{
  color: #00829B;
}

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

.blog-post__read-more a:hover svg {
  fill: #00829B;
}

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

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

.blog-sidebar a:hover {
  color: #00829B;
}

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

.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: #00829B
}

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

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

.blog-post__back-to-blog:hover {
  color: #00829B;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #00829B;
}

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

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

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

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

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

.page-center {
  max-width: 1280px;
  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 - use primary button style */
.hs-button {
  background: #442b62;
  border-radius: 30px;
  display: inline-flex;
  font-family: Calibri;
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .32px;
  line-height: 150%;
  padding: 16px 40px 14px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: -webkit-fill-available;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {

  background-color: #36224e;
  border-color: 0;
  color: #fff;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(108, 83, 138, 1.0);
  color: #fff;
}