







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */








/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper, .dnd-section > .row-fluid, .page-center {
  max-width: 100%;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 15%;
  padding-right: 15%;
}
.header__container, .footer__continer, .content-wrapper {
  max-width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}


@media(max-width: 1024px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding-left: 5%;
    padding-right: 5%;
  }

}







body {
  font-size: 16px;
  color: #53565a;
  font-weight: 400;
  font-family: Montserrat;
}

/* Paragraphs */

p, ul, li {
  font-size: 16px;
}

/* Anchors */

a {
  color: #53565a;
}

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

/* Headings */

h1 {
  font-family: Montas;
  font-size: 32px;
  color: #53565a;
  font-weight: 400;
}

h2 {
  font-family: Montserrat;
  font-size: 24px;
  color: #53565a;
  font-weight: 500;
}

h3 {
  font-family: Montserrat;
  font-size: 20px;
  color: #53565a;
  font-weight: 500;
}

h4 {
  font-family: Montserrat;
  font-size: 18px;
  color: #53565a;
  font-weight: 500;
}

h5 {
  font-family: Montserrat;
  font-size: 16px;
  color: #53565a;
  font-weight: 500;
}

h6 {
  font-family: Montserrat;
  font-size: 14px;
  color: #53565a;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color: #53565a;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(102, 0, 0, 1.0)

;
  border: 1px solid #53565a;
  border-radius: 6px;
  color: #00FF03;
  padding: 15px 53px;
}

button:hover,
.button:hover {
  background-color: 

  
  
    
  


  rgba(6, 0, 255, 1.0)

;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(62, 0, 0, 1.0);
  border-color: #2b2e32;
  color: #fff;
}

button:active,
.button:active {
  background-color: rgba(142, 40, 40, 1.0);
  border-color: #7b7e82;
  color: #00FF03;
}





/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 2, 1, 1.0)

;
  color: #8E7CC3;
}

/* Form label */

form label {
  color: #37761D;
}

/* Form help text */

form legend {
  color: #53565a;
}

/* 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: #ccc;
  color: #53565a;
}

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



/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(102, 0, 0, 1.0)

;
  border: 1px solid #53565a;
  border-radius: 6px;
  color: #00FF03;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(62, 0, 0, 1.0);
  border-color: #2b2e32;
  color: #00FF03;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(142, 40, 40, 1.0);
  border-color: #7b7e82;
  color: #00FF03;
}





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

th,
td {
  border-color: #53565a;
  color: #53565a;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(83, 86, 90, 1)

;
  border-bottom-color: #53565a;
  color: #FFFFFF;
}

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





header.header, .mainHeader {
  background-color: rgba(255, 255, 255, 1.0);
}
body .header-navigation .hs-menu-wrapper > ul > li > a {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(83, 86, 90, 1.0);
}

body .header-navigation .hs-menu-wrapper > ul > li.active > a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(83, 86, 90, 1.0);
}

body .header-navigation .hs-menu-wrapper > ul > li > a:hover,
body .header-navigation .hs-menu-wrapper > ul > li > a:focus,
body .header-navigation .hs-menu-wrapper > ul > li.active > a:hover,
body .header-navigation .hs-menu-wrapper > ul > li.active > a:focus {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(172, 172, 172, 1.0);
}

body .header-navigation .hs-menu-wrapper > ul > li.active:after{
  background-color: rgba(236, 14, 140, 1.0);
}
body .header-navigation .hs-menu-wrapper > ul ul {
  background-color: rgba(255, 255, 255, 1.0);
}
body .header-navigation .hs-menu-wrapper > ul ul li a {
  color: rgba(83, 86, 90, 1.0);
}

body .header-navigation .hs-menu-wrapper > ul ul li.active-branch > a,
body .header-navigation .hs-menu-wrapper > ul ul li.active > a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(83, 86, 90, 1.0);
}

body .header-navigation .hs-menu-wrapper > ul ul li a:hover,
body .header-navigation .hs-menu-wrapper > ul ul li a:focus,
body .header-navigation .hs-menu-wrapper > ul ul li.active-branch > a:hover,
body .header-navigation .hs-menu-wrapper > ul ul li.active > a:hover{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(172, 172, 172, 1.0);
}

body .disclaimer-links .hs-menu-wrapper > ul > li > a {
  color: rgba(111, 107, 108, 1.0);
}
body .disclaimer-links .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(172, 172, 172, 1.0);
}










.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

.footer a{
  color: rgba(83, 86, 90, 1.0);
}

.footer a:hover{
  color: rgba(172, 172, 172, 1.0);
}





/* Blog Header */

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

/* 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: #53565a;
}

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

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

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

.blog-pagination__link {
  color: #53565a;
}

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

.blog-post__title {
  color: #53565a;
  font-family:Montas;
  font-size: 32px;
  font-weight: ;
}

.blog-post__author {
  background-color: #53565a;
}


/*             Blog Grid Listing and Post styles            */

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

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #53565a;
}

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

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

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

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

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

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

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

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

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

.blog-post__back-to-blog {
  color: #53565a;
}

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

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

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

.section.post-footer .hs-input {
  border-color: rgb(63, 66, 70);
}

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











.card__price {
  font-family: Montserrat
    font-size: 20px;
  color: #53565a;
  font-weight: 500
}


@media (max-width:767px) {
  p, ul, li {
    font-size: 14px;
  }
}