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








/* 



 */

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

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


.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #565a5c;
}
/* 


 
*/ 
 
html {
  font-size: 20;
} 
body { 
  color: #494A52; 
  font-family: gill-sans-nova;  
  font-size: 20px; 
   
}   
  
p {
  font-family: gill-sans-nova;
  font-weight: 500
}

a {
  color: rgba(169, 0, 97, 1.0);
  font-family: gill-sans-nova;
}

a:hover,
a:focus {
  color: rgba(78, 0, 28, 1.0);
}

a:active {
  color: rgba(158, 40, 108, 1.0);
}

h1 {
  color: #5b1f69;
  font-family: ;
  font-size: 34px;
  font-weight: 500;
} 
h2 {
  color: #5b1f69; 
  font-family: ;
  font-size: 30px;
  font-weight: ;
} 
h3 {
  color: #5b1f69;
  font-family: ;
  font-size: 20px;
  font-weight: 500;
}
h4 {
  color: #5b1f69;
  font-family: ;
  font-size: 20px;
  font-weight: 500;
}
h5 {
  color: #5b1f69;
  font-family: ;
  font-size: 20px;
  font-weight: 500;
}

h6 {
  color: #5b1f69;
  font-family: ;
  font-size: 20px;
  font-weight: 500;
}


blockquote {
  border-left: 5px solid #565a5c; 
}

/* 



 */

form,.submitted-message {
  /* border-color: rgba(#null, 0.0) ; */
  font-family: gill-sans-nova;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  border-bottom-color: rgba(#null, 0.0);
  color: rgba(91, 31, 105, 1.0);
}
.hs-richtext {
  color: #565a5c;
  font-size: 20;
} 
.hs-form .hs-form-field > label {
  color: rgba(91, 31, 105, 1.0);
} 

.hs-form legend {
  color: rgba(86, 90, 92, 1.0);
}

/*
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( 240, 240, 238, 1.0 ); 
  border-color: rgba(224, 225, 221, 1.0); 
  color: rgba(86, 90, 92, 1.0); 
  font-size:16px; 
}
  
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 {
  border-color: rgba(224, 225, 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: #565a5c;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: gill-sans-nova;
}

/* 
.hs-button,.button--primary {} 
 */

.lp-cta-wrapper .hs-cta-wrapper, 
.lp-cta-wrapper .hs-cta-wrapper .cta_button{
	display: inline-block;
}

.hs-button.primary, input[type="submit"], input[type="button"], .button--primary{
  background-color: rgba(169, 0, 97, 1.0);
  border: 1px solid rgba(118, 0, 68, 1.0);
  border-radius: 50px; 
  color: rgba(255, 255, 255, 1.0);
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 13px;
  padding-bottom: 13px;
}

/* .hs-button:hover,.hs-button:focus,
.button--primary:hover,.button--primary:focus {} */

.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(78, 0, 28, 1.0);
  border-color: rgba(78, 0, 28, 1.0);
  color: rgba(255, 255, 255, 1.0);  
}

/* 
.hs-button:active,.button--primary:active {} 
*/

.hs-button.primary:active, input[type="submit"]:active, input[type="button"]:active, .button--primary:active{
   background-color: rgba(209, 40, 137, 1.0);
  border-color: rgba(158, 40, 108, 1.0);
  color: rgba(255, 255, 255, 1.0);  
}

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

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

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

/* 



*/ 
th,td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(224, 225, 221, 1.0);
  color: rgba(86, 90, 92, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(224, 225, 221, 1.0);
}
thead th,thead td {
  background-color: rgba(240, 240, 238, 1.0);
  border-color: rgba(224, 225, 221, 1.0);
  color: rgba(91, 31, 105, 1.0);
}

tfoot td {
  background-color: rgba(224, 225, 221, 1.0);
  color: rgba(0, 0, 0, 1.0);
} 

/* 



 */

  
.custom-header-top{
  background-color: rgba(91, 31, 105, 1.0);
}
.custom-header-bottom{
  background-color: rgba(248, 250, 252, 1.0);
}
.header__container { 
  max-width: 1688px; 
} 

 
/********************************
  Header Navigation
********************************/ 
 
 body .custom-menu-primary .hs-menu-wrapper > ul > li > a {
   color: rgba(91, 31, 105, 1.0);
 }
 /* body .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
   color: rgba(255, 255, 255, 1.0);
 }  */
 body .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  background-color: rgba(91, 31, 105, 1.0);
  color: rgba(255, 255, 255, 1.0);
 }  
 body .custom-menu-primary .hs-menu-wrapper > ul ul,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul:before{
   background-color: rgba(91, 31, 105, 1.0); 
 }
 body .custom-menu-primary .hs-menu-wrapper > ul ul li{
   background-color: rgba(255, 255, 255, 0.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 {
    background-color: rgba(169, 0, 97, 1.0);
    color: rgba(255, 255, 255, 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(51, 0, 65, 1.0);
} 
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(131, 71, 145, 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: gill-sans-nova;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(91, 31, 105, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(91, 31, 105, 1.0);
  }
}

/* 



 */
 
.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: #565a5c;
} 
.footer__container {
  max-width: 1230px;
}
.custom-footer-link .hs-menu-wrapper>ul>li>a{  
  color: #5b1f69;
}
.custom-footer-link .hs-menu-wrapper>ul>li>ul li>a{
  color: #565a5c;
}
.custom-footer-link .hs-menu-wrapper>ul>li>ul li>a:hover{
  color: #a90061; 
} 
/* 



*/

/*
 .content-wrapper {
  margin: 0 auto;
  max-width: 1230px;
}
 */

.blog-post__date {
  border-color: #565a5c;
}

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

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

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

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

.blog-pagination__link {
  color: #565a5c;
}

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

.blog-post__title {
  color: #5b1f69;
  font-family:;
  font-size: 30px;
  font-weight: ;
}

.blog-post__author {
  background-color: #565a5c;
}

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

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

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

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

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: #565a5c;
} 
.page-center {
  margin: 0 auto;
  max-width: 1230px;
}
/* 



 */

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