







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





body {
  font-size: 1rem;
  font-weight: 400;
  font-family: Helvetica;
  color: rgba(40, 40, 43, 1.0);
}


p{
  color: rgba(40, 40, 43, 1.0);
  font-size: 1rem;
}


/* Anchors */

a {
  color: rgba(0, 154, 73, 1.0);
}

a:hover,
a:active {
  color: rgba(0, 128, 60, 1.0);
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: Helvetica;
  color: rgba(40, 40, 43, 1.0);
}

h1 {
  font-size: 2.4375rem;
  font-weight: 500;
}

h2 {
  font-size: 2.125rem;
  font-weight: 500;
}

h3 {
  font-size: 1.875rem;
  font-weight: 500;
}

h4 {
  font-size: 1.5rem;
  font-weight: 500;
}

h5 {
  font-size: 1.2rem;
  font-weight: 500;
}

h6 {
  font-size: 1.1rem;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color:  rgba(40, 40, 43, 1.0);
}










/* Form title */

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

/* Form label */

.hs-form label {
  color: rgba(40, 40, 43, 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(218, 218, 218, 1.0);
  border-radius: 2px;
}

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(213, 213, 213, 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:  #28282b;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  background-color: rgba(0, 154, 73, 1.0);
  border-color: rgba(1, 94, 39, 0.0);
  border-width: 0px;
  border-radius: 6.25rem;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

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(1, 94, 39, 1.0);
  border-color: rgba(1, 94, 39, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active,

button:active,
.button:active{
  background-color: rgba(1, 94, 39, 1.0);
  border-color: rgba(1, 94, 39, 0.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);
}




.bottom-header{
  background-color: rgba(0, 154, 73, 1.0);
}

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

.sec-menu-header .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.sec-menu-header .hs-menu-wrapper>ul>li:first-child.active-open>a, .sec-menu-header .hs-menu-wrapper>ul>li:nth-child(4).active-open>a{
  background: rgba(1, 94, 39, 1.0);
}
.sec-menu-header .hs-menu-wrapper>ul>li:first-child>ul{
  background-color: rgba(1, 94, 39, 1.0);
}

.sec-menu-header .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>a,
.sec-menu-header .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}

.sec-menu-header .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li>a:hover,
.sec-menu-header .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>a:hover{
  background-color: rgba(0, 154, 73, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.primary-header.page-center{
background-color: rgba(255, 255, 255, 1.0);
}

.header-menu .hs-menu-wrapper>ul>li>a{
color: rgba(0, 154, 73, 1.0);
}
.header-menu .hs-menu-wrapper>ul>li>a:hover{
color: rgba(0, 154, 73, 1.0);
}

.header-menu .hs-menu-wrapper>ul>li:first-child>ul,
.header-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul,
.header-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul{
background-color: rgba(255, 255, 255, 1.0);
}
.header-menu .hs-menu-wrapper ul>li:first-child>ul>li.hs-item-has-children>a,
.header-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a,
.header-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a,
.header-menu .hs-menu-wrapper ul>li:first-child>ul>li.hs-item-has-children>ul>li>a{
color: rgba(0, 0, 0, 1.0);
}

.header-menu .hs-menu-wrapper ul>li:first-child>ul>li.hs-item-has-children>a:hover,
.header-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a:hover,
.header-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>a:hover,
.header-menu .hs-menu-wrapper ul>li:first-child>ul>li.hs-item-has-children>ul>li>a:hover{
color: rgba(0, 154, 73, 1.0);
}

.phone p,
.phone p a{
  color: rgba(255, 255, 255, 1.0);
}





footer{
  background-color:rgba(245, 248, 249, 1.0);

}
.ftr-social ul li a{
  fill: rgba(0, 154, 73, 1.0);
  color: rgba(0, 154, 73, 1.0);
}

.ftr-social ul li a:hover{
  fill: rgba(0, 128, 60, 1.0);
  color:rgba(0, 128, 60, 1.0);
}

.footer-menu .hs-menu-wrapper>ul>li>a{
  color: rgba(0, 154, 73, 1.0);
}
.footer-menu .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(77, 78, 83, 1.0);
}
.footer-menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  color: rgba(77, 89, 153, 1.0);
}

.copyriight{
  color: rgba(77, 78, 83, 1.0);
}

.copyriight a{
  color: rgba(0, 154, 73, 1.0);
}
.copyriight a:hover{
  color: rgba(0, 128, 60, 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);
}




.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: 75.5rem;
  width:100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}