







/* 1a. Containers */




/* 1b. Colors */



/* 1c. Typography */
























/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.dnd-section,
.content-wrapper--vertical-spacing {
  /*   padding: 80px 20px; */

  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width:767px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    /*   padding: 80px 20px; */

    padding-top: 80px;
    padding-bottom: 80px;
  }
  .hs-blog-listing .dnd-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
}
.hs-blog-listing .content-wrapper {
    padding: 0 !important;
}






body {
  font-size: 18px;
  font-weight: 500;
  font-family: Nunito;
  color: rgba(102, 102, 102, 1.0);
}


p{
  color: rgba(102, 102, 102, 1.0);
  font-size: 18px;
}


/* Anchors */

a {
  color: rgba(63, 64, 62, 1.0);
}

a:hover,
a:active {
  color: rgba(63, 64, 62, 0.7000000000000001);
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: Just Another Hand;
  color: rgba(19, 169, 136, 1.0);
}

h1 {
  font-size: 50px;
  font-weight: 400;
}

h2 {
  font-size: 40px;
  font-weight: 400;
}

h3 {
  font-size: 34px;
  font-weight: 400;
}

h4 {
  font-size: 30px;
  font-weight: 400;
}

h5 {
  font-size: 28px;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  font-weight: 400;
}

/* Blockquote */

blockquote {
  border-left-color:  rgba(19, 169, 136, 1.0);
}










/* Form title */

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

/* Form label */

.hs-form label {
  color: rgba(58, 58, 58, 1.0);
}

/* Form help text */

.hs-form legend {
  color: rgba(239, 107, 81, 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(230, 230, 230, 1.0);
  border-radius: 0px;
}

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

/* Form placeholder text */

::-webkit-input-placeholder {
  /*   color: ; */
}

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

/* Date picker */

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

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

.fn-date-picker td.is-today .pika-button {
  color: {color=#666, opacity=100, css=#666666};
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(233, 76, 80, 1.0);
  border-width: 2px;
  border-radius: 40px;
  color: rgba(233, 76, 80, 1.0);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
}

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(233, 76, 80, 1.0);
  border-color: rgba(233, 76, 80, 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(233, 76, 80, 1.0);
  border-color: rgba(233, 76, 80, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





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

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

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

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






.top-header{
  background-color: rgba(19, 169, 131, 1.0);
}

.sec-menu ul li a{
  color: rgba(255, 255, 255, 1.0);
}

.sec-menu ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
}

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

.header-menu .hs-menu-wrapper>ul>li>a{
  color: rgba(63, 64, 62, 1.0);
}

.header-menu .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(63, 64, 62, 1.0);
}
.header-menu .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(255, 255, 255, 0.87);
}

.header-menu .hs-menu-wrapper>ul>li>ul>li>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(63, 64, 62, 1.0);
}

.header-menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: rgba(0, 0, 0, 0.03);
  color: rgba(63, 64, 62, 0.7000000000000001);
}






.cst-footer{
  background-color: rgba(33, 33, 33, 1.0);
}
div#footer-info p a{
  color: rgba(102, 102, 102, 1.0);
}
div#footer-info p a:hover{
  color: rgba(102, 102, 102, 1.0);
}
.heading span,div#footer-info p{
  color: rgba(102, 102, 102, 1.0);
}

.social-share div a span{
  background-color: rgba(61, 58, 53, 1.0);
}

.social-share div a:hover span{
  background-color: rgba(19, 169, 131, 1.0);
}









.blog-post{
  background-color: rgba(248, 250, 252, 1.0);
}
.blog-post__body p{
  color: rgba(0, 0, 0, 1.0);
}
h1.blog-post__title,
.blog-post__body h2,
.blog-related-posts h2{
  color: rgba(33, 37, 41, 1.0);
}
.post-featured-image {
  max-height: 600px;
}





.card__price {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}


.header__container,
.footer__container,
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 80%;
}





.pillar-container .dnd-section > .row-fluid {
  width: 100%;
}

.pillar-container .dnd-section .dnd-column {
  padding: 0;
}