










/* 1b. Colors */




/* 1c. Typography */











































































/* 1d. Buttons */












/* 1e. Forms */














/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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






body {
  font-size: 1rem;
  font-weight: 400;
  font-family: proxima-nova,Arial,sans-serif;
}
body {
  
  color: rgba(9, 52, 72, 1.0);
  
}

/* Paragraphs */

p {

}

/* Anchors */

a {
  color: #70be44;
}

a:hover {
  color: #70be44;
}

/* Headings */

h1 {
  font-family: proxima-nova;
  font-size: 75px;
  font-weight: 400;
}
h1 {
  
  color: rgba(9, 52, 72, 1.0);
  
}


h2 {
  font-family: proxima-nova;
  font-size: 45px;
  font-weight: 400;
}
h2 {
  
  color: rgba(9, 52, 72, 1.0);
  
}

h3 {
  font-family: proxima-nova;
  font-size: 30px;
  font-weight: 400;
}
h3 {
  
  color: rgba(9, 52, 72, 1.0);
  
}

h4 {
  font-family: proxima-nova;
  font-size: 20px;
  font-weight: 400;
}

h4 {
  
  color: rgba(9, 52, 72, 1.0);
  
}
h5 {
  font-family: proxima-nova;
  font-size: 18px;
  font-weight: 400;
}
h5 {
  
  color: rgba(9, 52, 72, 1.0);
  
}

h6 {
  font-family: proxima-nova;
  font-size: 15px;
  font-weight: 400;
}
h6 {
  
  color: rgba(9, 52, 72, 1.0);
  
}

@media (max-width: 921px){
  h1{
    font-size: 30.0px;
  }
  h2{
    font-size: 24.999999999750003px;
  }
  h3{
    font-size: 19.9999999998px;
  }
}




button,
.button {
  background-color: rgba(112, 190, 68, 1.0);
  border: 0px solid #FFFFFF;
  border-radius: 0px;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  padding: 10px 15px;
}

button:hover,
.button:hover,
.button:focus {
  background-color: rgba(112, 190, 68, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}






.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
#comment-form, .hs-search-field__bar form, .cm-comment-form , .blog-comments form, .systems-page form {
  background-color: rgba(9, 52, 72, 1.0);
}

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


/* Form label */

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

/* Form help text */

form legend {
  color: rgba(255, 255, 255, 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(234, 234, 234, 1.0);
  color: rgba(9, 52, 72, 1.0);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
}

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(112, 190, 68, 1.0);
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

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

  border: 0px solid #FFFFFF;
  background-color: rgba(112, 190, 68, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding: 10px 15px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: rgba(112, 190, 68, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}






th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(119, 119, 119, 1.0);
  color: rgba(9, 52, 72, 1.0);
}

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

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

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





.custom_header {
  background-color: rgba(255, 255, 255, 1.0);
}
.social-icons ul li{
  color: rgba(255, 255, 255, 1.0);
}
.header-top-inner{
background-color: rgba(112, 190, 68, 1.0);
}
body .custom-menu-primary a{
  color: rgba(102, 102, 102, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a {
  color: rgba(102, 102, 102, 1.0);
}


body .custom-menu-primary a.active-branch {
  color: rgba(102, 102, 102, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch{
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(102, 102, 102, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  color: rgba(102, 102, 102, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(102, 102, 102, 1.0);;
}
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(255, 255, 255, 1.0);;
}


body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(102, 102, 102, 1.0)
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(102, 102, 102, 1.0);
  background-color: rgba(#FFFFF, 0.0);
}








.footer {
  color: rgba(255, 255, 255, 1.0);
}
.footer-newsletter-wrap{
  background-color: rgba(9, 52, 72, 1.0);
}
.f-title-wrapper h3{
  color: rgba(255, 255, 255, 1.0);
}
.f-bottom-section, .f-top-section-inner {
  background-color: rgba(9, 52, 72, 1.0);
}

.footer a{
  color: rgba(255, 255, 255, 1.0);
}
.footer a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer .address p, .footer_menu div>ul>li{
  border-color:  rgba(255, 255, 255, 1.0);
}
















.card__price {
  font-family: proxima-nova
    font-size: 30px;
  color: #093448;
  font-weight: 400
}