/* ******************************************************************************
*********************************************************************************
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 {
	padding-bottom: 55px;
	padding-top: 55px;
}

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





body {
  color: #545454;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400
}

p {
	font-family: Montserrat;
	font-weight: 400
}

a {
	font-family: Montserrat;
	color: rgba(0, 115, 57, 1.0);
  font-weight:bold;
	cursor: pointer;
	
}

a:hover,
a:focus {
	color:#545454;
  font-weight:bold;
}

a:active {
	color: rgba(40, 155, 97, 1.0);
  font-weight:bold;
}

h1 {
	color: #007339;
	font-family: Montserrat;
	font-size: 54px;
	font-weight: 700;
}

@media(max-width: 767px) {
	h1 {
		font-size: 40.5px;
	}
}

h2 {
	color: #007339;
	font-family: Montserrat;
	font-size: 54px;
	font-weight: 700;
}

@media(max-width: 767px) {
	h2 {
		font-size: 45.9px;
	}
}

h3 {
	color: #000;
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 600;
}

@media(max-width: 767px) {
	h3 {
		font-size: 21.25px;
	}
}

h4 {
	color: #007339;
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 600;
}

@media(max-width: 767px) {
	h4 {
		font-size: 18.7px;
	}
}

h5 {
	color: #007339;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
}

h6 {
	color: #007339;
	font-family: Montserrat;
	font-size: 33px;
	font-weight: 500;
}

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






    form, 
    .submitted-message {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.0) ;
    background-color: rgba(246, 243, 228, 1.0);
    font-family: Montserrat;
    padding: 15px 5px;
    }
    h3.form-title {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(0, 0, 0, 1.0);
    }
    .hs-button, 
    .button--primary {
    background-color: rgba(0, 115, 57, 1.0);
    border-radius: 3px;
    border: 1px solid;
    color: rgba(255, 255, 255, 1.0);
    border-color: rgba(0, 115, 57, 1.0);
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    }
    .hs-button:hover, .button--primary:hover {
    background-color: rgba(0, 115, 57, 1.0);
    border-color: rgba(0, 115, 57, 1.0);
    color: rgba(255, 255, 255, 1.0);
    }
    .hs-button:focus, .button--primary:focus  {
    background-color: rgba(0, 115, 57, 1.0);
    border-color: rgba(0, 115, 57, 1.0);
    color: rgba(255, 255, 255, 1.0);
    }
    .hs-button:active, .button--primary:active  {
    background-color: rgba(0, 115, 57, 1.0);
    border-color: rgba(0, 115, 57, 1.0);
    color: rgba(255, 255, 255, 1.0);
    }
    .hs-form label {
    color: rgba(0, 0, 0, 1.0);
    }
    .hs-form-field label, .hs-form-field a {
    color: rgba(0, 0, 0, 1.0);
    }
    form#email-prefs-form div,
    form#email-prefs-form p,
    form#email-prefs-form h1,
    form#email-prefs-form h2,
    form#email-prefs-form span {
    color: rgba(0, 0, 0, 1.0);
    }
    
    a#hs_login_reset {
    color: rgba(0, 0, 0, 1.0);
    }
    .hs-form legend {
    color: rgba(0, 0, 0, 1.0);
    }
    body form .hs-input, 
    body form .hs-search-field__input,
    body form select,
    body form #hs-pwd-widget-password,
    body form textarea {
    border: 1px solid !important;
    background-color: rgba(245, 248, 250, 1.0);
    border-color: rgba(203, 214, 226, 1.0) !important;
    color: rgba(51, 71, 91, 1.0);
    border-radius: 3px;
    }
    body form .hs-input:hover, 
    body form .hs-search-field__input:hover,
    body form select:hover,
    body form #hs-pwd-widget-password:hover,
    body form textarea:hover {
    border-color: rgba(203, 214, 226, 1.0) !important;
    color: rgba(51, 71, 91, 1.0);
    }
    body form .hs-input:focus, 
    body form .hs-search-field__input:focus,
    body form select:focus,
    body form #hs-pwd-widget-password:focus,
    body form textarea:focus {
    border-color: rgba(82, 168, 236, 0.8) !important;
    }

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

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

.hs-default-font-element,
.hs-main-font-element {
	font-family: Montserrat;
}

.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;
}

.hs-search-field__bar,
	 .hs_cos_wrapper_type_form,
	  .widget-type-blog_subscribe,
	 .widget-type-google_search,
	 .widget-type-email_simple_subscription,
	 .widget-type-email_subscriptions,
	.widget-type-password_prompt,
	.systems-page .form-container,.post-footer{
	        padding: 15px 15px;
	        display:block;
	        margin-bottom: 10px;
     background-color: rgba(246, 243, 228, 1.0);
	}

.systems-page .hs-search-field__bar,
	 .systems-page .hs_cos_wrapper_type_form,
	  .systems-page .widget-type-blog_subscribe,
	 .systems-page .widget-type-google_search,
	 .systems-page .widget-type-email_simple_subscription,
	 .systems-page .widget-type-email_subscriptions,
	.systems-page .widget-type-password_prompt,
	.systems-page .form-container{
	   max-width:800px;
     background-color: rgba(246, 243, 228, 1.0);
	}





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

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

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

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





.mkdf-top-bar{
background-color: rgba(0, 115, 57, 1.0);
}

.top-bar-call a{
color: rgba(224, 220, 208,1.0);
}

.top-bar-call a:hover{
color: rgba(187, 146, 48,1.0);
}
 
.mkdf-social-icons-group-widget a{
 color: rgba(255, 255, 255,1.0);
}

.mkdf-social-icons-group-widget a:hover{
 color: rgba(0, 0, 0,1.0);
}

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



.header__left__menu .navigation-primary>ul>li>a,
.header__right__menu .navigation-primary>ul>li>a{  
   color: rgba(0, 0, 0,1.0);
}

.header__left__menu .navigation-primary>ul>li>a:hover,
.header__right__menu .navigation-primary>ul>li>a:hover {	
  color: rgba(0, 115, 57,1.0);
}

.header__left__menu .navigation-primary>ul>li>a:active,
.header__right__menu .navigation-primary>ul>li>a:active {
  color: rgba(0, 115, 57,1.0);
}

.header__left__menu .navigation-primary>ul>li:active,
.header__right__menu .navigation-primary>ul>li:active {
  background-color: rgba(255, 255, 255,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(0, 115, 57,1.0);
}

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

.header__left__menu .navigation-primary>ul>li>.submenu__outer>.submenu__inner>ul>li>a,
.header__right__menu .navigation-primary>ul>li:nth-child(1)>.submenu__outer>.submenu__inner>ul>li>a,
.header__right__menu .navigation-primary>ul>li:nth-child(2)>.submenu__outer>.submenu__inner>ul>li>a,
.header__right__menu .navigation-primary>ul>li:nth-child(3)>.submenu__outer>.submenu__inner>ul>li>a{
  color: rgba(84, 84, 84,1.0);
}

.header__left__menu .navigation-primary>ul>li>.submenu__outer,
.header__right__menu .navigation-primary>ul>li:nth-child(1)>.submenu__outer,
.header__right__menu .navigation-primary>ul>li:nth-child(2)>.submenu__outer,
.header__right__menu .navigation-primary>ul>li:nth-child(3)>.submenu__outer{
  background-color: rgba(255, 255, 255,1.0);
}

body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
	
  background-color: rgba(255, 255, 255,1.0);
}

.header__left__menu .navigation-primary>ul>li>.submenu__outer>.submenu__inner>ul>li>a:hover,
.header__right__menu .navigation-primary>ul>li:nth-child(1)>.submenu__outer>.submenu__inner>ul>li>a:hover,
.header__right__menu .navigation-primary>ul>li:nth-child(2)>.submenu__outer>.submenu__inner>ul>li>a:hover,
.header__right__menu .navigation-primary>ul>li:nth-child(3)>.submenu__outer>.submenu__inner>ul>li>a:hover {
   background-color: rgba(255, 255, 255,0.0);
  color: rgba(0, 115, 57,1.0);
}

.header__left__menu .navigation-primary>ul>li>.submenu__outer>.submenu__inner>ul>li>a:active,
.header__right__menu .navigation-primary>ul>li:nth-child(1)>.submenu__outer>.submenu__inner>ul>li>a:active,
.header__right__menu .navigation-primary>ul>li:nth-child(2)>.submenu__outer>.submenu__inner>ul>li>a:active,
.header__right__menu .navigation-primary>ul>li:nth-child(3)>.submenu__outer>.submenu__inner>ul>li>a:active  {
  color: rgba(0, 115, 57,1.0);
   background-color: rgba(255, 255, 255,0.0);
}

.header__left__menu .navigation-primary>ul>li>.submenu__outer>.submenu__inner>ul>li:hover>ul{
 background-color: rgba(255, 255, 255,1.0);
}

.header__left__menu .navigation-primary>ul>li>.submenu__outer>.submenu__inner>ul>li>ul>li>a{
 color: rgba(84, 84, 84,1.0);
}

.header__left__menu .navigation-primary>ul>li>.submenu__outer>.submenu__inner>ul>li>ul>li:hover>a{
 color: rgba(187, 146, 48,1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	font-family: Montserrat;
}

.header__language-switcher-label-current:after {
	border-top-color: rgba(0, 0, 0, 1.0);
}

@media(max-width: 767px) {
	.header__navigation {
		background-color: rgba(255, 255, 255, 1.0);
	}

	.header__navigation-toggle svg,
	.menu-arrow svg {
		fill: rgba(0, 0, 0, 1.0);
	}
}




 

.footer .top__footer, .footer .bottom__footer{
	background-color: rgba(29, 28, 28, 1.0);  
} 

.footer a{
color: rgba(250, 247, 236,1.0);
}

.footer__address p{
color: rgba(250, 247, 236,1.0);
}

.footer__col3__heading h3,
.footer__col4__heading h3{
color: rgba(255, 255, 255,1.0);
}

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

.footer__copyright{
color: rgba(130, 129, 129,1.0);
}

.footer__social .mkdf-icon-element,
.footer__social .mkdf-icon-text{
color: rgba(145, 143, 137,1.0);
}

.footer__social .mkdf-icon-element:hover,
.footer__social .mkdf-icon-text:hover{
color: rgba(145, 143, 137,1.0);
}

.footer__container {
	max-width:1100px;
  width:100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1400px){
.footer__container {
	max-width: 1300px;
}
}

@media only screen and (max-width: 1200px){
.footer__container {
	max-width: 950px;
}
}

@media only screen and (max-width: 1024px){
.footer__container {
	max-width: 768px;
}
}

@media only screen and (max-width: 768px){
.footer__container {
	max-width: 600px;
}
}



@media only screen and (max-width: 680px){
.footer__container {
	max-width: 420px;
}
}

@media only screen and (max-width: 480px){
.footer__container {
	max-width: 300px;
}
}

@media only screen and (max-width: 320px){
.footer__container {
	max-width: 90%;
}
}

.footer__container .footer__copyright{
color: rgba(#null,0.0);
}







.blog-post__date {
	border-color: #545454;
}

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

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

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

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

.blog-pagination__link {
	color: #545454;
}

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

.blog-post__title {
	color: #007339;
	font-family:Montserrat;
	font-size: 54px;
	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(245, 245, 245);
}

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

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

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

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

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

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

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

.blog-sidebar a:hover {
	color: #545454;
}

.blog__subscription-block {
	background-color: rgb(245, 245, 245);
}

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

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

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

.blog-post__body, .blog-post__tags a {
	color: #545454;
}

.blog-post__meta a:hover {
  color: #545454
}

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

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

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

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

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

.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);
}

.section.post-footer .hs-input {
	border-color: rgb(228, 230, 232);
}

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










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

.page-center {
	max-width: 1366px;
	margin: 0 auto;
}




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


.page-center,.dnd-section > .row-fluid,.content-wrapper {
	max-width: 1100px;
  width: 1100px;
  width:100%;
}

@media only screen and (min-width: 1400px){
.page-center,.dnd-section > .row-fluid,.content-wrapper {
	max-width: 1366px;
}
}

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

@media only screen and (max-width: 1024px){
.page-center,.dnd-section > .row-fluid,.content-wrapper {
	max-width:768px;
}
}

@media only screen and (max-width: 768px){
.page-center,.dnd-section > .row-fluid,.content-wrapper {
	max-width:600px;
}
}


@media only screen and (max-width: 680px){
.page-center,.dnd-section > .row-fluid,.content-wrapper {
	max-width:475px;
}
}

@media only screen and (max-width: 480px){
.page-center,.dnd-section > .row-fluid,.content-wrapper {
	max-width:300px;
}
}

@media only screen and (max-width:320px){
.page-center,.dnd-section > .row-fluid,.content-wrapper {
	max-width:90%;
}
}