







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */























































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */











body {
  font-size: 17px;
  color: #404040;
  font-weight: 400;
  font-family: Open Sans;
}

/* Paragraphs */

p {
  font-weight: 400;
}

/* Anchors */

a {
  color: #39b19f;
}

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

/* Headings */

h1 {
  font-family: Open Sans;
  font-size: 36px;
  color: #404040;
  font-weight: 600;
}

h2 {
  font-family: Open Sans;
  font-size: 30px;
  color:;
  font-weight: 600;
}

h3 {
  font-family: Open Sans;
  font-size: 24px;
  color:#009187;
  font-weight: 700;
}

h4 {
  font-family: Open Sans;
  font-size: 18px;
  color:;
  font-weight: 600;
}

h5 {
  font-family: Open Sans;
  font-size: 16px;
  color:;
  font-weight: 600;
}

h6 {
  font-family: Open Sans;
  font-size: 14px;
  color:;
  font-weight: 600;
}

/* Blockquote */

blockquote {
  border-left: 10px solid #404040;;
}





/* Submit button */

form input[type=submit],
form .hs-button ,button,
.button {
  background-color: rgba(39, 153, 137, 1.0);
  border-color: rgba(39, 153, 137, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-width: 0px;
  border-radius: 3px;  
  padding: 12px 24px;
}

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(39, 153, 137, 1.0);
  border-color: rgba(39, 153, 137, 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(39, 153, 137, 1.0);
  border-color: #279989;
  color: #ffffff;
}





form,
.submitted-message {
  font-size: 17px;
  color: #404040;
  font-weight: 400
}


/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(39, 153, 137, 1.0);
}

/* Form label */

form label {
  color:  rgba(39, 153, 137, 1.0);
}

/* Form help text */

form legend {
  color: rgba(39, 153, 137, 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: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-width: 1px;
  border-radius: 2px; 
  border-color: #767676;
}

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

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #404040;
}

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

/* Date picker */

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

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

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








th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(64, 64, 64, 1.0);
  color: rgba(64, 64, 64, 1.0);
}

thead th,
thead td {
  background-color: rgba(64, 64, 64, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(64, 64, 64, 1.0);
}







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

.search-trigger i.svg-icon-wrapper svg path{
  fill: rgba(68, 68, 68, 1.0);
}

.search-trigger:hover i.svg-icon-wrapper svg path{
  fill: rgba(57, 177, 159, 1.0);
}

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

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

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

body .navigation-primary  ul ul{
  background-color: rgba(51, 51, 51, 1.0);
}

body .navigation-primary  ul ul li a {
  color: rgba(179, 179, 179, 1.0);
}
body .navigation-primary  ul ul li a:hover {
  background-color: rgba(51, 51, 51, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
body .navigation-primary  ul ul li.active-branch a, .custom-menu-primary .navigation-primary ul ul li a.active-item {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(179, 179, 179, 1.0);
}

@media (min-width:1141px){
  header.header.header-wrapper.fixed-header .header-bg{
    border-bottom: 1px solid rgba(237, 237, 237, 1.0);
  }
}





footer.footer{
  background-color: rgba(61, 64, 69, 1.0);
}

.contact-wrapper h1, .quote-wrapper h1, .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child>a, .social-icon-wrapper h1{
  color: rgba(255, 255, 255, 1.0);
}

.contact-wrapper span, .quote-wrapper p{
  color: rgba(181, 181, 181, 1.0);
}

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

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

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

.footer a:hover{
  color: rgba(57, 177, 159, 1.0);
}

#sub-footer{
  background-color: rgba(67, 71, 77, 1.0);
}

.copyright-wrapper p{
  color: rgba(140, 142, 145, 1.0);
}


.social-icon a .mk-svg-icon{
  fill: rgba(235, 235, 235, 0.5);
}

.social-icon a:hover .mk-svg-icon{
  fill: rgba(255, 255, 255, 1.0);
}





/* Blog Header */


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

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

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

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

.blog-pagination__link {
  color: #404040;
}

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

.blog-post__title {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-family:Graphik;
  font-size: 52px;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

.blog-post__meta a {
  color: #404040;
}

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

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

.blog-post__back-to-blog {
  color: #404040;
}

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

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











.card__price {
  font-family: Graphik
    font-size: 36px;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  font-weight: 600
}









@media (min-width:1420px){
  .footer__container, .content-wrapper, .header__container, .page-center, .dnd-section > .row-fluid {
    max-width: 1420px;
  }
}


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