







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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






body {
  font-size: 14px;
  color: #666e70;
  font-weight: 400;
  font-family: helvetica;
}

/* Paragraphs */


/* Anchors */

a, .a {
  color: #336666;
}

a:hover,
a:focus,
a:active,
.a:hover,
.a:focus {
  color: #339999;
}

/* Headings */

h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 54px;
  color: #21252b;
  font-weight: 700;
}

h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 30px;
  color: #21252b;
  font-weight: 700;
}

h3 {
  font-family: arial, helvetica, sans-serif;
  font-size: 26px;
  color: #21252b;
  font-weight: 400;
}

h4 {
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  color: #21252b;
  font-weight: 400;
}

h5 {
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  color: #21252b;
  font-weight: 400;
}

h6 {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #21252b;
  font-weight: 400;
}


@media(max-width: 479px){
  h1 {
    font-size: 46.730768399999995px;
  }

  h2 {
    font-size: 24.99999px;
  }

  h3 {
    font-size: 24.999988000000002px;
  }

  h4 {
    font-size: 23.0px;
  }




}

/* Blockquote */

blockquote {
  border-left-color: #21252b;
}





button,
.button,
.btn {
  background-color: 







rgba(#null, 1)

;
  border: 0px solid #60646c;
  border-radius: 30px;
  color: #FFFFFF;
  padding: 20px 45px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.btn:hover,
.btn:focus {
  background-color: rgba(#null, 0.0);
  border-color: #383c44;
  color: #FFFFFF;
}

button:active,
.button:active,
.btn:active {
  background-color: rgba(#null, 0.0);
  border-color: #888c94;
  color: #FFFFFF;
}





/* Form title */

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

/* Form label */

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

/* Form help text */

form legend {
  color: rgba(131, 136, 149, 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(17, 17, 27, 0.75);
  color: #666e70;
}

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

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
  border-color: rgba(17, 17, 27, 0.5);
}
/* Form placeholder text */

::-webkit-input-placeholder {
  color: #666e70;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #666e70;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button, .button, .btn {
  background: linear-gradient(0deg,rgba(0, 0, 0, 1.0) 0,rgba(#0000, 1.0));
  border-color: rgba(96, 100, 108, 1.0);
  border-radius: 30px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding: 20px 45px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.button:hover, .button:focus,
.btn:hover, .btn:focus {
  background: linear-gradient(0deg,rgba(151, 153, 160, 1.0) 0,rgba(120, 123, 131, 1.0));
  border-color: rgba(28, 63, 153, 1.0);
  color: rgba(0, 0, 0, 1.0);
}


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





table {
  background-color: 







rgba(255, 255, 255, 1.0)

;
  border-color: #666e70;
}

th,
td {
  border-color: #666e70;
  color: #666e70;
}

thead th,
thead td {
  background-color: 







rgba(102, 110, 112, 1)

;
  border-bottom-color: #666e70;
  color: #FFFFFF;
}

tfoot td {
  background-color: 







rgba(255, 255, 255, 1.0)

;
  color: #000000;
}





body header.header {
  background-color: rgba(96, 96, 96, 1.0);
}
body .top-header{
  background-color: rgba(96, 96, 96, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
body .top-header a{
  color: rgba(255, 255, 255, 1.0);
}
body .top-header a:hover{
  color: rgba(82, 82, 82, 1.0);
}

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

body .custom-menu-primary .hs-menu-wrapper ul li a {
  color: rgba(33, 37, 43, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul > li > a > span:before {
  border-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
body .custom-menu-primary .hs-menu-wrapper > ul > li:focus > a {
  color: rgba(51, 102, 102, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a > span:before,
body .custom-menu-primary .hs-menu-wrapper > ul > li:focus > a > span:before {
  border-color: rgba(51, 102, 102, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
body .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: rgba(51, 102, 102, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a > span:before,
body .custom-menu-primary .hs-menu-wrapper > ul > li.active > a > span:before {
  border-color: rgba(51, 102, 102, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: rgba(30, 33, 39, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: rgba(171, 179, 185, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch,
body .custom-menu-primary .hs-menu-wrapper > ul ul li.active{
  background-color: rgba(30, 33, 39, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a,
body .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
  color: rgba(171, 179, 185, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul li:hover,
body .custom-menu-primary .hs-menu-wrapper > ul ul li:focus {
  background-color: rgba(33, 38, 44, 1.0);
}
body .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a,
body .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
  color: rgba(51, 102, 102, 1.0);
}






.footer {
  background-color: rgba(248, 248, 248, 1.0);
  color: rgba(133, 141, 145, 1.0);
}
.footer a {
  color: rgba(102, 102, 102, 1.0);
}

.footer a:hover {
  color: rgba(204, 204, 204, 1.0);
}
.footer-menu .hs-menu-wrapper > ul > li > a[href="javascript:;"],
.footer h4{
  color: rgba(82, 82, 82, 1.0) !important;
}


















/* 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: #666e70;
}

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

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

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

.blog-pagination__link {
  color: #666e70;
}

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

.blog-post__title {
  color: #21252b;
  font-family:arial, helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #21252b;
}

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

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

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

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

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

.blog-post__read-more svg {
  fill: #666e70;
}

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

.blog-sidebar a {
  color: #666e70;
}

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

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

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

.blog-post__back-to-blog {
  color: #666e70;
}

.blog-post__back-to-blog svg {
  fill: #666e70;
}

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

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

.section.post-footer .hs-input {
  border-color: rgb(13, 17, 23);
}

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











.card__price {
  font-family: arial, helvetica, sans-serif
    font-size: 26px;
  color: #21252b;
  font-weight: 400
}

@media(max-width: 479px){
  body {
    font-size: 20px;
  }


}

.accordion, .accordion * {
 -webkit-box-sizing:border-box; 
 -moz-box-sizing:border-box; 
 box-sizing:border-box;
}
 
.accordion {
 overflow:hidden;
 box-shadow:0px 1px 3px rgba(0,0,0,0.25);
 border-radius:3px;
 background:#f7f7f7;
  color:black;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
 width:100%;
 padding:15px;
 display:inline-block;
 border-bottom:1px solid #1a1a1a;
 background:#666e70;
 transition:all linear 0.15s;
 /* Type */
 font-size:1.200em;
 text-shadow:0px 1px 0px #1a1a1a;
 color:#fff;
 text-decoration:none;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
 background:#c8c8c8;
 /* Type */
 text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
 border-bottom-color:white;
 padding-bottom:2px;
}
 
/*----- Section Content -----*/
.accordion-section-content {
 padding:15px;
 display:none;
}

.custom-menu-primary.nothuge .hs-menu-wrapper>ul>li>a
{
  line-height:inherit !important;
  color: white;
  font-size: 12px;
}