/*  Table of contents

  1. _dnd_areas
  2. _typography
  3. _forms
  4. _tabels
  5. _header
  6. _footer
  7. _blog
  8. _system_pages
  9. _modules
  */
 
/* global font code */
 


  
  
   
   

 


/* global h1 varibale code */

 
   
  
  
   
     



/* global h2 varibale code */
   

     
    
    
     




/* global h3 varibale code */


    
     
    
    
     




/* global h4 varibale code */


   
  
  
   



/* global h5 varibale code */

 
   
  
  
   



/* global h6 varibale code */


    
    
    
    





/* 



 */

.dnd-section {
  padding-bottom: 55px;
  padding-top: 55px;
}
/* 
.dnd-section > .row-fluid {
  max-width: 1400px;
} 
  */


.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
/* 


 
*/ 
  
html { 
  font-size: 22px;
} 
body { 
  background-color: rgba(229, 229, 229);
  color: #000000; 
  font-family: Walsheim-Light; 
  font-size: 22px;   
  font-weight: 400;  
}  
#site-wrapper {
  margin: 0 auto;
  max-width: 1400px;
}
  
p {
  font-family: Walsheim-Light;
  font-weight: 400
}

a {
  color: rgba(97, 64, 199, 1.0);
  font-family: Walsheim-Light;
}

a:hover,
a:focus {
  color: rgba(136, 120, 187, 1.0);
}

a:active {
  color: rgba(216, 200, 255, 1.0);
}
li{ 
  font-family: 400;  
}
h1 {
  color: #000000;
  font-family: Walsheim-Medium;
  font-size: 38px;
  font-weight: 400;
} 
h2 {
  color: #000000;
  font-family: Walsheim-Light;
  font-size: 33px;
  font-weight: 400;
}

h3 {
  color: #000000;
  font-family: Walsheim-Medium;
  font-size: 30px;
  font-weight: 400;
}
h4 {
  color: #000000;
  font-family: Walsheim-Medium;
  font-size: 25px;
  font-weight: 400;
}
h5 {
  color: #000000;
  font-family: Walsheim-Medium;
  font-size: 20px;
  font-weight: 400;
}

h6 {
  color: ;
  font-family: ;
  font-size: 14px;
  font-weight: ;
}

@media(max-width: 767px) {
 

  h1 {
    font-size: 100%;
    margin: 0.67em 0;
    font-weight: 200;
  }
  h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  h3 { 
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
 
  h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
  h6 {
    display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }

}

blockquote {
  border-left: 5px solid rgba(28, 13, 51,1.0); 
}

/* 



 */
 

@media(max-width:767px){
  form{
    max-width: none;
  }
}
 form{ 
  background-color: rgba(235, 235, 235, 1.0);
  border-top: 5px solid rgba(97, 64, 199, 1.0) ; 
} 
h3.form-title {
  background-color: rgba(255, 255, 255, 1.0); 
  border-bottom:  solid rgba(255, 255, 255, 1.0) ;
  color: rgba(68, 68, 68, 1.0);
}
.hs-richtext {
  color: #000000;
  font-size: 22;
} 
.hs-form .hs-form-field > label {
  color: rgba(102, 102, 102, 1.0);
}  
.hs-form legend {
  color: rgba(102, 102, 102, 1.0);
}
.submitted-message {
  border-color: rgba(97, 64, 199, 1.0) ;
  font-family: Walsheim-Light;
}

/*
form input,form select,form textarea,.hs-input {}
*/

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {  
  background-color: rgba( 255, 255, 255, 1.0 ); 
  border-color: rgba(221, 221, 221, 1.0); 
  color: rgba(102, 102, 102, 1.0);  
}

/* 
form input:focus,form select:focus,form textarea:focus,.hs-input:focus{} 
*/

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus { 
  background-color: rgba( 255, 255, 255, 1.0 ); 
  border-color: rgba(221, 221, 221, 1.0);
} 

.fn-date-picker .pika-table thead th {
  color: rgba(#null, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before  {
  color: #000000;
  opacity:1;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Walsheim-Light;
}

/* 
.hs-button,.button--primary {} 
 */

.hs-button.primary, input[type="submit"], input[type="button"], .button--primary{
  background-color: rgba(97, 64, 199, 1.0);
  border: 0px solid rgba(97, 64, 199, 1.0);
  border-radius: 3.5px; 
  color: rgba(255, 255, 255, 1.0);
  padding-left: 23.8px;
  padding-right: 23.8px;
  padding-top: 9.8px;
  padding-bottom: 9.8px;
}
 
.hs-button.primary:hover, input[type="submit"]:hover, input[type="button"]:hover, .button--primary:hover,
.hs-button.primary:focus, input[type="submit"]:focus, input[type="button"]:focus, .button--primary:focus{
  background-color: rgba(116, 77, 239, 1.0);
  border-color: rgba(#null, 0.0);
  color: rgba(255, 255, 255, 1.0); 
}
 
.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(235, 235, 235, 1.0);
  border: 1px solid rgba(97, 64, 199, 1.0);
  color: rgba(102, 102, 102, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(97, 64, 199, 1.0);
}
thead th,thead td {
  background-color: rgba(97, 64, 199, 1.0);
  border-color: rgba(97, 64, 199, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(97, 64, 199, 1.0);
  color: rgba(255, 255, 255, 1.0);
} 



/* 



 */


.custom-header-wrapper {
  background-color: rgba(28, 13, 51, 1.0);
}
  
.header {
  background-color: rgba(28, 13, 51, 1.0);
}
  
 
/********************************
  Header Navigation
********************************/ 
 
body .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(255, 255, 255, 1.0);
} 
body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover ,
body .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{ 
  color: rgba(0, 229, 250, 1.0);
}  
body .custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: rgba(28, 13, 51, 1.0); 
} 
body .custom-menu-primary .hs-menu-wrapper > ul ul li a{   
  color: rgba(255, 255, 255, 1.0);
} 
body .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
body .custom-menu-primary .hs-menu-wrapper > ul ul li a:focus { 
	color: rgba(0, 229, 250, 1.0);
}

@media(max-width:869px){ 
  body .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{ 
    color: #ff5921; 
  }  
  body .custom-menu-primary .hs-menu-wrapper > ul ul li a{  
    color: rgba(0, 229, 250, 1.0); 
  } 
  body .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  body .custom-menu-primary .hs-menu-wrapper > ul ul li a:focus { 
    color: rgba(0, 229, 250, 1.0);
  }
}
/********************************
  Header Language Switcher
********************************/

 
.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: rgba(215, 215, 215, 1.0);
} 
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 255, 255, 1.0);
} 
body .header__language-switcher .lang_list_class {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
}
  
body .header__language-switcher .lang_list_class li:hover {
  background-color: rgba(#null, 0.0);
}
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Walsheim-Light;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}

/* 



 */

.footer {
  background-color: rgba(28, 13, 51, 1.0);
  color: #FFFFFF;
}    

.custom-footer-link .hs-menu-wrapper > ul >li > a{  
  color: #6140C7;
}
.custom-footer-link .hs-menu-wrapper > ul >li > ul li>a{
  color: #FFFFFF;
}
.custom-footer-link .hs-menu-wrapper > ul >li > ul li>a:hover{
  color: #00E5FA; 
} 

/* 



*/

.content-wrapper {
  margin: 0 auto; 
}

.blog-post__date {
  border-color: #000000;
}

.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: #282828;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494A52;
}

.blog-pagination__link {
  color: #000000;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494A52;
}

.blog-post__title {
  color: #000000;
  font-family:Walsheim-Light;
  font-size: 33px;
  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;
} 
.page-center {
  margin: 0 auto; 
}
/*  



 */

.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
} 
@media(max-width:1089px){

  html,
  body {  
    font-size:17.6px;
  }  
}
@media(max-width:519px){

  html,
  body {  
    font-size:16px;
  }  
}