







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */



















  






  






    






    





  
    








/* 1d. Buttons */










/* 1e. Forms */









/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */











body {
  font-size: 16x;
  color: #1a1e22;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
}

/* Paragraphs */

p {
  font-weight: 400;
}


/* Anchors */

a {
  color: #505964;
}

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

/* Headings */

h1 {
  font-family: 'Faustina',serif;
  font-size: 40px;
  color: #000000;
  font-weight: 400;
}

h2 {
  font-family: 'Faustina',serif;
  font-size: 36px;
  color: #000000;
  font-weight: 400;
}

h3 {
  font-family: 'Faustina',serif;
  font-size: 32px;
  color: #000000;
  font-weight: 400;
}

h4 {
  font-family: 'Faustina',serif;
  font-size: 28px;
  color: #000000;
  font-weight: 400;
}

h5 {
  font-family: 'Faustina',serif;
  font-size: 24px;
  color: #000000;
  font-weight: 400;
}

h6 {
  font-family: 'Faustina',serif;
  font-size: px;
  color: ;
  font-weight: ;
}

@media (max-width:1024px) {
  h1 {
    font-size: 46.4px;
  }
  h2 {
    font-size: 41.6px;
  }
  h3 {
    font-size: 38.4px;
  }
  h4 {
    font-size: 35.2px;
  }
  h5 {
    font-size: 32.0px;
  }
  h6 {
    font-size: 22.4px;
  }
}

@media (max-width:768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 25.6px;
  }
  h3 {
    font-size: 22.4px;
  }
  h4 {
    font-size: 19.2px;
  }
  h5 {
    font-size: 16.0px;
  }
  h6 {
    font-size: 12.8px;
  }
}

/* Blockquote */

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





/* Submit button */

form input[type=submit],
form .hs-button ,button,
.button {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-width: 1px;
  border-radius: 3px;  
  padding: 9px 12px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus , button:hover,
button:focus,
.button:hover,
.button:focus{
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active,
button:active,
.button:active{
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #ffffff;
  color: #ffffff;
}





form,
.submitted-message {
  font-size: 16px;
  color: #1a1e22;
  font-weight: 400
}

.body-container-wrapper .hs_cos_wrapper_type_form,
.body-container-wrapper .hs_cos_wrapper_type_google_search,
.body-container-wrapper .hs_cos_wrapper_type_email_subscriptions,
.body-container-wrapper .hs_cos_wrapper_type_password_prompt,
.body-container-wrapper .hs_cos_wrapper_type_password_reset,
.body-container-wrapper .hs_cos_wrapper_type_password_reset_request,
.body-container-wrapper .hs_cos_wrapper_type_member_register,
.body-container-wrapper .hs_cos_wrapper_type_member_login,
.body-container-wrapper .hs_cos_wrapper_type_blog_subscribe,
.body-container-wrapper .hs_cos_wrapper_type_email_simple_subscription,
.blog-comments form {
  background-color: rgba(92, 42, 139, 1.0);
}

/* Form title */

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

/* Form label */

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

/* Form help text */

form legend {
  color: rgba(255, 255, 255, 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 {
  background-color: rgba(92, 42, 139, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-width: 4px;
  border-radius: 3px;
}

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(255, 255, 255, 1.0)

;
}


/* Date picker */

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

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

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







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

th,
td {
  border-color: #000000;
  color: #000000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: #000000;
  color: #FFFFFF;
}

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





.header-btn a{
  border: 1px solid rgba(106, 46, 146, 1.0);
  background-color: rgba(255, 255, 255, 1.0); 
  color: rgba(106, 46, 146, 1.0);
}

.header-btn a:hover{
  border: 1px solid rgba(68, 19, 100, 1.0);
  background-color: rgba(255, 255, 255, 1.0); 
  color: rgba(68, 19, 100, 1.0);
}

.header-btn1 a{
  border: 1px solid rgba(106, 46, 146, 1.0);
  background-color: rgba(106, 46, 146, 1.0); 
  color: rgba(255, 255, 255, 1.0);
}

.header-btn1 a:hover{
  border: 1px solid rgba(68, 19, 100, 1.0);
  background-color: rgba(68, 19, 100, 1.0); 
  color: rgba(255, 255, 255, 1.0);
}

.header-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}

.navigation-primary > ul > li.active-branch >a{
  color: rgba(68, 19, 100, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.navigation-primary > ul > li > a{
  color: rgba(80, 89, 100, 1.0);
}

.navigation-primary > ul > li > a:hover{
  color: rgba(68, 19, 100, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary >ul >li >ul{
  background-color: rgba(35, 34, 114, 1.0);
}

.custom-menu-primary .navigation-primary >ul >li >ul >.header-container >.header-inner-row >.header-col >li >a,
.custom-menu-primary .navigation-primary >ul >li >ul >.header-container >.header-inner-row >.header-col >li >ul >li >a{
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary >ul >li >ul >.header-container >.header-inner-row >.header-col >li >a:hover,
.custom-menu-primary .navigation-primary >ul >li >ul >.header-container >.header-inner-row >.header-col >li >ul >li >a:hover{
  background-color: rgba(241, 241, 241, 0.0);
  color: rgba(201, 213, 219, 1.0);
}

.custom-menu-primary .navigation-primary >ul >li >ul >.header-container >.header-inner-row >.header-col >li.active-branch >a,
.custom-menu-primary .navigation-primary >ul >li >ul >.header-container >.header-inner-row >.header-col >li >ul >li >a{
  background-color: rgba(35, 34, 114, 1.0);
  color: rgba(201, 213, 219, 1.0);
}







.footer-wrapper{
  background-color: rgba(51, 61, 71, 1.0);
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
  color: rgba(198, 139, 237, 1.0);
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}










/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #1a1e22;
}

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

.blog-post__title {
  color: #000000;
  font-family:'Faustina',serif;
  font-size: 40px;
  font-weight: 400;
}

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

#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-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #441364;
}

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

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

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

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

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

.blog-sidebar a {
  color: #1a1e22;
}

.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(0, 0, 0, 0.10);
}

.blog-post__meta a {
  color: #1a1e22;
}

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

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

.blog-post__back-to-blog {
  color: #1a1e22;
}
form textarea {
  height: auto!important;
}
.blog-post__back-to-blog svg {
  fill: #1a1e22;
}

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

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

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











.card__price {
  font-family: 'Faustina',serif
    font-size: 32px;
  color: #000000;
  font-weight: 400
}









.footer__container, .content-wrapper, .header__container, .page-center, .dnd-section > .row-fluid {
  max-width: 73.5rem;
  margin:0 auto;
}



.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 0px;
}




@media (max-width: 61.9375rem){
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a {
    display: inline-block;
    line-height: 1.3em;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li:not(.hs-item-has-children) > a {
    color: rgba(68, 19, 100, 1);
    font-family: 'Titillium Web', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li:hover>a {
    color: rgba(68, 19, 100, 1);
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li.child-open>a:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F077";
    font-family: "icomoon";
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li.child-open>a {
    color: rgba(68, 19, 100, 1);
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li.hs-item-has-children >a:after {
    line-height: 0.0625rem;
    text-align: center;
    position: absolute;
    top: auto;
    left: auto;
    bottom: auto;
    right: 1.05rem;
    font-size: 10px;
    color: #505964;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li >ul {
    margin-left: -15px;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li >ul {
    padding-left: 45px;
    padding-bottom: 1.5em;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li.child-open>a:after {
    content: "\F077";
  }
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:after {
    right: 15px;
    margin-top: 0px;
  }

  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li.child-open1>ul {
    display: block;
    padding-bottom: 3px;
  }
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li.child-open1>a:after {
    content: "";
  }
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .child-trigger1 {
    position: absolute;
    top: 0px;
    right: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper {
    max-height: calc(100vh - 55px);
    overflow: hidden;
    overflow-y: auto;
  }
}
@media (max-width: 767px){
  .header-top .header__container {
    padding-top: 9px;
    padding-bottom: 3px;
  }
  .coh-column img {
    position: relative;
    top: 2px;
    left: 1px;
  }
  .menu-button {
    position: relative;
    top: -4px;
    right: -4px;
  }
  .header-group.header-no-nav .header-top .header__container {
    padding-top: 17px;
    padding-bottom: 12px;
  }

}

@media (max-width: 320px){
  .coh-column img {
    position: relative;
    top: 1px;
    left: 5px;
  }
  .header__logo a img {
    top: -1px;
    position: relative;
  }
  .menu-button {
    position: relative;
    top: 1px;
    right: -1px;
  }
  .header-top .header__container {
    padding-bottom: 7px;
  }
  .header-group.header-no-nav .header-top .header__container {
    padding-top: 17px;
    padding-bottom: 16px;
  }
}