







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */














































/* 1d. Buttons */










/* 1e. Forms */









/* 1f. Tables */











/* 1g. Site header */















/* 1h. Site footer */











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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding-top:calc(4rem - 1.5rem);
    padding-bottom: calc(4rem - 1.5rem);
      }

.dnd-section > .row-fluid {
  max-width: 1680px;
}
@media (min-width: 768px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding-top:calc(4rem - 1rem);
      padding-bottom: calc(4rem - 1rem);
        }
}
@media (min-width: 1280px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}





body {
  color: rgba(0, 0, 0, 1.0);
  font-family: Manrope;
  font-weight: 500;
  font-size: 15px;
}

/* Paragraphs */

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
}

a:hover,
a:active {
  color: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}

/* Headings */

h1 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Manrope;
  font-weight: 800;
  font-size: 50px;
}


h2 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Manrope;
  font-weight: 800;
  font-size: 45px;
}

h3 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Manrope;
  font-weight: 800;
  font-size: 40px;
}



h4 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Manrope;
  font-weight: 800;
  font-size: 36px;
}


h5 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Manrope;
  font-weight: 800;
  font-size: 22px;
}

h6 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Manrope;
  font-weight: 800;
  font-size: 16px;
}

/* Blockquote */

blockquote {
  border-left-color: #9b9b9b;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(51, 54, 69, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(51, 54, 69, 1.0)

;
  border-radius: 128px;
  color: 

  
  
    
  


  rgba(252, 233, 117, 1.0)

;
  padding: 8px 40px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(73, 77, 98, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(73, 77, 98, 1.0)

;
  color: 

  
  
    
  


  rgba(252, 233, 117, 1.0)

;
}

button:active,
.button:active {
  background-color: rgba(91, 94, 109, 1.0);
  border-color: #5b5e6d;
  color: 

  
  
    
  


  rgba(252, 233, 117, 1.0)

;
}





form,
.submitted-message {
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(25, 29, 40, 1.0)

;
}

/* Form label */

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

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(36, 36, 36, 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 {
  border-color: 

  
  
    
  


  rgba(233, 233, 233, 1.0)

;
  color: #242424;
  border-radius: 4px;
  background-color: #fff
}

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(58, 211, 166, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 1.0);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: rgba(0, 0, 0, 1.0);
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(51, 54, 69, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(51, 54, 69, 1.0)

;
  border-radius: 128px;
  color: 

  
  
    
  


  rgba(252, 233, 117, 1.0)

;
  padding: 8px 40px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(73, 77, 98, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(73, 77, 98, 1.0)

;
  color: 

  
  
    
  


  rgba(252, 233, 117, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(91, 94, 109, 1.0);
  border-color: #5b5e6d;
  color: 

  
  
    
  


  rgba(252, 233, 117, 1.0)

;
}






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

th,
td {
  border-color: #eee;
  color: #000;
}

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

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






.header-menu .hs-menu-wrapper>ul li a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.header-menu .hs-menu-wrapper>ul>li>a,
.mobile-menu .hs-menu-wrapper>ul>li>a{
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}
.header-menu .hs-menu-wrapper>ul>li:first-child:hover>a span svg path,
.header-menu .hs-menu-wrapper>ul>li:not(:first-child):hover>a span svg path{
  stroke: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}

.header-menu .hs-menu-wrapper>ul>li.active>a,
.mobile-menu .hs-menu-wrapper>ul>li.active>a{
  color: rgba(58, 211, 166, 1.0);
}
.header-menu .hs-menu-wrapper>ul>li.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}
.header-menu .hs-menu-wrapper>ul>li {
  background-color: ;
}
.header-menu .hs-menu-wrapper>ul>li:hover{
  background-color: rgba(255, 255, 255, 0.0);
}
.header-menu .hs-menu-wrapper>ul>li>div>ul{
  background-color: rgba(255, 255, 255, 1.0);
}
.header-menu .hs-menu-wrapper>ul>li>div>ul>li>a,
.mobile-menu .hs-menu-wrapper>ul>li ul>li>a,
.mobile-menu .hs-menu-wrapper>ul>li ul>li:hover>a{
  color: rgba(0, 0, 0, 1.0);
}
.header-menu .hs-menu-wrapper>ul>li>div>ul>li:hover>a{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(58, 211, 166, 1.0);
}
.header-menu .hs-menu-wrapper>ul>li>div>ul>li.active>a {
  color: rgba(58, 211, 166, 1.0);
  background-color: rgba(245, 245, 245, 0.0);
}

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

body .navigation-primary a:active {
  color: ;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #000;
}

.header-menu .hs-menu-wrapper>ul>li>div>ul{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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


@media (min-width: 768px) {
  .header-menu .hs-menu-wrapper>ul>li:hover>a{
    color: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
  }
  ul.submenu.level-2>li>a:hover {
    color: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
  }
}
.mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover{
  color: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}
.mobile-menu .hs-menu-wrapper>ul>li>a:hover span svg path{
  stroke: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}
.buttons .get-started-btn a {
  background-color: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.buttons .get-started-btn a:hover {
  background-color:  

  
  
    
  


  rgba(79, 216, 175, 1.0)

;
}

.login-btn a {
  color:  

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.login-btn a:hover {
  color:  

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}





.site__footer {
  background-color: 

  
  
    
  


  rgba(51, 54, 69, 1.0)

;
}


.footer_menu .hs-menu-wrapper>ul:first-child>li>a,
.links-label p {
  color: 

  
  
    
  


  rgba(155, 155, 155, 1.0)

;
}

.footer_menu ul .hs-menu-depth-2 a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer_menu ul .hs-menu-depth-2 a:hover {
  color: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}


.copyright-text {
  color: 

  
  
    
  


  rgba(155, 155, 155, 1.0)

;
}

.privacy-links ul li a {
  color: 

  
  
    
  


  rgba(155, 155, 155, 1.0)

;
}

.privacy-links ul li a:hover {
  color: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}

ul.socialIcons li a svg {
  fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


ul.socialIcons li a:hover svg {
  fill: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}






/* Blog Header */
/* Blog Listing */

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

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: rgba(0, 0, 0, 1.0);
}

.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: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}

.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: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}

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

.blog-pagination__link {
  color: rgba(0, 0, 0, 1.0);
}

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

.blog-post__title {
  color: rgba(0, 0, 0, 1.0);
  font-family:Manrope;
  font-size: 50px;
  font-weight: ;
}

.blog-post__author {
  background-color: #9b9b9b;
}

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

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

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}

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

.blog-index__post-content a {
  color: rgba(0, 0, 0, 1.0);
}

.blog-post__read-more svg {
  fill: rgba(0, 0, 0, 1.0);
}

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

.blog-sidebar a {
  color: rgba(0, 0, 0, 1.0);
}

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

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

.blog-post__meta a {
  color: rgba(0, 0, 0, 1.0);
}

.blog-post__meta a:hover {
  color: 

  
  
    
  


  rgba(58, 211, 166, 1.0)

;
}

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

.blog-post__back-to-blog {
  color: rgba(0, 0, 0, 1.0);
}

.blog-post__back-to-blog svg {
  fill: rgba(0, 0, 0, 1.0);
}

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

.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);
}




.error-wrapper {
  background-image: url(https://resources.9spokes.com/hubfs/VirtualBanner.png) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  color: #23A781;
}
.error-wrapper h1 {
  color: #23A781 !important;
}
.error-wrapper .button {
  background: #23A781 !important;
  color: #000000 !important;
  border: 2px solid #23A781 !important;
}
.error-wrapper .button:hover {
  background: #23A781 !important;
  color: #000000 !important;
  border: 2px solid #23A781;
}

.tns-item img {
  max-width: 100%;
  height: auto;
}






.card__price {
  font-family: Manrope
    font-size: 40px;
  color: rgba(0, 0, 0, 1.0);
  font-weight: 
}