/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */

































































.dnd-section,
.systems-page{
  padding-bottom: 35px;
  padding-top: 35px;
}


.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}

@media (max-width: 767px){
  .error-page{
    padding-bottom: 35px;
    padding-top: 35px;
  }  
}







body {
  color: #292c2e;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  font-size: 16px;
}


a {
  color: rgba(5, 120, 53, 1.0);
}

a:hover,
a:focus {
  color: rgba(64, 173, 119, 1.0);
}

a:active {
  color: rgba(45, 160, 93, 1.0);
}

h1 {
  color: #057835;
  font-family: Roboto,sans-serif;
  font-size: 24px;
  font-weight: 700;
}


h2 {
  color: #057835;
  font-family: Roboto,sans-serif;
  font-size: 20px;
  font-weight: 700;
}


h3 {
  color: #37761D;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  font-weight: 700;
}


h4 {
  color: #057835;
  font-family: Roboto,sans-serif;
  font-size: 18px;
  font-weight: 700;
}


h5 {
  color: #000000;
  font-family: Roboto,sans-serif;
  font-size: 16px;
  font-weight: 300;
}

h6 {
  color: #000000;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 300;
}






h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(3, 123, 63, 1.0);
  
}

.hs-button,
.button--primary {
  background-color: rgba(3, 123, 63, 1.0);
  border-color: rgba(2, 73, 38, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color:rgba(2, 73, 38, 1.0);
  border-color: rgba(2, 73, 38, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


.hs-button:active,
.button--primary:active {
  background-color: rgba(43, 163, 103, 1.0);
  border-color: rgba(42, 113, 78, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(52, 53, 54, 1.0);
}

.hs-form legend {
  color: rgba(85, 85, 85, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password]{
  border-color: rgba(3, 123, 63, 1.0);
  color: rgba(52, 53, 54, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  border-width: 1px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-input[type=password]:focus,
.hs-input[type=text]:focus,
.hs-search-field__input[type=text]:focus, 
input[type=password]:focus{
  border-color: rgba(3, 123, 63, 1.0);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(3, 123, 63, 1.0);;
  -moz-box-shadow: 0px 0px 0px 1px rgba(3, 123, 63, 1.0);;
  box-shadow: 0px 0px 0px 1px rgba(3, 123, 63, 1.0);;
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #292c2e;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto,sans-serif;
}

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

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

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





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

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

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

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





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


.topBar{
  background-color: rgba(4, 122, 64, 1.0);
}
.topBar a{
  color: #ffffff;
}

.topBar a:hover{
  color: #ffffff;
}

.headTel p{
  color: #292c2e;
}


.headButtons .hbLogin-link a{
  background-color: rgba(3, 123, 63, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(3, 123, 63, 1.0);  
}

.headButtons .hbLogin-link a:hover {
  background-color: rgba(0, 0, 0, 1.0);
  color: #FFFFFF;
  border-color: #000000;
}


.headButtons .hbRegsiter-link a{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(53, 52, 52, 1.0);
  border-color: rgba(3, 123, 63, 1.0);  
}

.headButtons .hbRegsiter-link a:hover {
  background-color: rgba(0, 0, 0, 1.0);
  color: #FFFFFF;
  border-color: #000000;
}


.search_container input.form-control{
  color: rgba(52, 53, 54, 1.0);
  background-color: rgba(243, 243, 243, 1.0);
}
.relsearch button i{
  color: rgba(60, 57, 80, 1.0);
}
.search_container button:hover{
  opacity: 0.7000000000000001;

}
.search_container button:hover i{
  color: #3c3950;
}

.custom-menu-primary{
  background-color:rgba(5, 6, 8, 1.0); 
  border-top-color:rgba(245, 245, 245, 1.0); 
}


.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  color: #ffffff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li{
  border-right-color: #3e3e3e;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover{
  background-color:rgba(2, 73, 38, 1.0); 
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover{
  color: #ffffff;

}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
  color: #ffffff;
  background-color:rgba(255, 255, 255, 0.0); 
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(255, 255, 255, 1.0); 
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li{
  border-top-color: rgba(255, 255, 255, 1.0); 
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a{
  color: #000000;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul>li>a:hover{
  background-color:rgba(255, 255, 255, 0.0); 
  color: #000000;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.active>a{
  color: #000000;
  background-color:rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li:nth-child(1)>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li:nth-child(3)>a{
  color: #037b3f;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li:nth-child(2)>ul>li>ul>li:nth-child(2)>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li:nth-child(4)>ul>li>ul>li:nth-child(2)>a{
  color: #000000;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li:nth-child(2)>ul>li:hover>ul>li:nth-child(2)>a,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li:nth-child(4)>ul>li:hover>ul>li:nth-child(2)>a{
  color: #FFFFFF;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li:nth-child(2)>ul>li:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul>li:nth-child(4)>ul>li:hover{
  background-color:rgba(3, 123, 63, 1.0); 
}






footer.footer {
  background-color: rgba(3, 123, 63, 1.0);
  color: #ffffff;
}

.footersection-wrap .footCol-contant p,
.footCol.fc4 p,
footer.footer .footLocations p{
  color: #ffffff;
}
.footMain h3, 
.ft-menu .hs-menu-wrapper>ul>li>a,
.footLocations h3{
  color: #ffffff;
}

.ft-menu .hs-menu-wrapper>ul>li>ul>li>a,
.footCol.fc4 p a{
  color: #ffffff;
}
.ft-menu .hs-menu-wrapper>ul>li>ul>li>a:hover,
.footCol.fc4 p a:hover{
  color: #ffffff;
}
.ft-menu .hs-menu-wrapper>ul>li>ul>li:not(:last-child){
  border-bottom-color: #6ca384; ;
}

.footersection-3{
  background-color: rgba(255, 255, 255, 1.0); 
}
.footersection-3 p{
  color: #020000;
}
.footersection-3 p span:not(:last-child){
  background-color: #020000;
}
.footersection-3 p a{
  color: #020000;
}
.footersection-3 p a:hover{
  color: #020000;
}

.footCol-button a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}

.footCol-button a:hover {
  background-color: rgba(0, 0, 0, 1.0);
  color: #FFFFFF;
  border-color: #000000;
}






.blog-post__date {
  border-color: #292c2e;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #292c2e;
}

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

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

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

.blog-pagination__link {
  color: #292c2e;
}

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

.blog-post__title {
  color: #057835;
  font-family:Roboto,sans-serif;
  font-size: 20px;
  font-weight: ;
}

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

#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-header {
  background-color: rgb(238, 240, 242);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: #F8FAFC;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__tag-link:hover{
  color: #40ad77;
}

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

.blog-post__read-more a:hover svg {
  fill: #40ad77;
}


.blog__subscription-block {
  background-color: rgb(238, 240, 242);
}

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

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

.blog-post__meta a {
  color: #292c2e;
}

.blog-post__tags a {
  color: #292c2e;
}


.blog-post__body{
  color: #494A52
}
.blog-post__meta a:hover {
  color: #40ad77
}

.blog-post__links {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #292c2e;
}

.blog-post__back-to-blog:hover {
  color: #40ad77;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #40ad77;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232);
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}


.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}










body .icon svg {
  fill: #494A52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494A52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494A52;
}

body .social-links__icon {
  background-color: #494A52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}


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

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







.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}