




















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

.dnd-section {
  padding-bottom: 90px;
  padding-top: 90px;
}

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

.page-center {
  max-width: 1300px;
}




html {
  font-size: 16;
}

body {
  color: #475160;
  font-family: montserrat-medium,sans-serif;
  font-size: 16px;
  font-weight: 400;
}

p {
  font-family: montserrat-medium,sans-serif;
  font-weight: 400
}

a {
  font-family: montserrat-medium,sans-serif;
  color: rgba(119, 160, 73,1.0);
  cursor: pointer;
}

a:hover,
a:focus {
  color: rgba(119, 160, 73,1.0);
}

a:active {
  color: rgba(159, 200, 113, 0.0);
}

h1 {
  color: #475160;
  font-family: Montserrat;
  font-size: 51px;
  font-weight: 300;
}

h2 {
  color: #475160;
  font-family: Montserrat;
  font-size: 39px;
  font-weight: 200;
}

h3 {
  color: #475160;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 400;
}

h4 {
  color: #475160;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
}

h5 {
  color: #475160;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;
}

h6 {
  color: #475160;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
}







.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container .submitted-message,.blog-comments form ,.systems-page form{
  border-width: 1px;
  border-style:solid;
  border-color: rgba(221, 221, 221, 1.0) ;
  font-family: montserrat-medium,sans-serif;
  padding:0px;
  background-color:rgba(33, 38, 45, 10.0 );
  margin:0 0 10px;
}

h3.form-title {
  background-color: rgba(33, 38, 45, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(119, 160, 73, 1.0);
  border-color: rgba(25, 68, 101, 0.0);
  border-radius: 30px;
  border-width: 0px;
  color: rgba(0, 0, 0, 1.0);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(138, 180, 90, 1.0);
  border-color: rgba(25, 68, 101, 0.0);
  color: rgba(0, 0, 0, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(159, 200, 113, 1.0);
  border-color: rgba(65, 108, 141, 0.0);
  color: rgba(0, 0, 0, 1.0);
}

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

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

form input,
form select,
form textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea, select{
  color:rgba(51, 51, 51, 1.0);
  border-color: rgba(225, 225, 225, 1.0) !important;
  border-radius: 2px;
}

.hs-input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(153, 153, 153, 1.0) !important;
}

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

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

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

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

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

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

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





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

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

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

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





.cm-header-wrapper .top-header{
  background-color: rgba(255, 255, 255, 1.0);
}
.top-header .inner-top-header a{
  color: rgba(71, 81, 96, 1.0);
}
.top-header .inner-top-header a:hover{
  color: rgba(71, 81, 96, 1.0);
}

.cm-header-inner{
  background-color: rgba(255, 255, 255, 1.0);
}
.header-menu .hs-menu-wrapper > ul li a{
  color: rgba(71, 81, 96, 1.0);
}
.header-menu .hs-menu-wrapper>ul li a:hover{
  color: rgba(71, 81, 96, 1.0);
}

.custom-header .right-sec .header-menu .hs-menu-wrapper>ul>li.active-branch>a,
.custom-header .right-sec .header-menu .hs-menu-wrapper>ul>li.active>a,
.custom-header .right-sec .header-menu .hs-menu-wrapper>ul>li:hover>a{
  border-color: rgba(119, 160, 73, 1.0);
}

.header-menu .hs-menu-wrapper>ul ul{
  background-color: rgba(255, 255, 255, 1.0);
}
.header-menu .hs-menu-wrapper>ul ul a{
  color: rgba(71, 81, 96, 1.0);
}
.header-menu .hs-menu-wrapper>ul ul li:hover{
  background-color: rgba(75, 166, 63, 0.0);
}
.header-menu .hs-menu-wrapper>ul ul li a:hover{
  color: rgba(119, 160, 73, 1.0);
}

.custom-header .right-sec .header-btn .hs-button{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
  border-width:2px;
  border-color: rgba(119, 160, 73, 1.0);
  border-radius:30px;
  padding:12px 30px;
}

.custom-header .right-sec .header-btn .hs-button:hover{
  background-color: rgba(165, 197, 128, 1.0);
  color: rgba(0, 0, 0, 1.0);
}





footer.custom-footer{
  background-color: rgba(33, 38, 45, 1.0); 
  color: rgba(218, 223, 227, 1.0); 
}

.custom-footer a{
  color: rgba(128, 173, 79, 1.0);
}

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

.custom-footer .hs-menu-wrapper > ul li  a{
  color: rgba(218, 223, 227, 1.0);
}

.custom-footer .hs-menu-wrapper > ul li a:hover{
  color: rgba(218, 223, 227, 1.0);
}

.custom-footer .footer-wrapper{
  max-width:1170px;
}

.footer-top-form form input.hs-button{
  background-color: rgba(119, 160, 73, 1.0); 
  color: rgba(255, 255, 255, 1.0); 
}

.footer-top-form form input.hs-button:hover{
  background-color: rgba(119, 160, 73, 1.0); 
  color: rgba(255, 255, 255, 1.0); 
}

.footer-social>a{
  background-color: rgba(255, 255, 255, 1.0); 
  color: rgba(33, 38, 45, 1.0); 
}

.footer-social>a:hover{
  background-color: rgba(255, 255, 255, 1.0); 
  color: rgba(33, 38, 45, 1.0); 
}

@media (max-width:1200px) {

  .custom-footer .footer-wrapper{
    max-width:960.00000057px;
  }

}

@media (max-width: 980px){

  .custom-footer .footer-wrapper{
    max-width:calc( 100% - 40px );
  }
  
}

@media (min-width: 768px){
  .footer__container{
    max-width: 750px;
  }
}
@media (min-width: 992px){
  .footer__container{
    max-width: 970px;
  }
}
@media (min-width: 1200px){
  .footer__container{
    max-width: 1300px;
  }
}






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

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

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

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

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

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

.blog-pagination__link {
  color: #475160;
}

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

.blog-post__title {
  color: #475160;
  font-family:Montserrat;
  font-size: 39px;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-post__meta a:hover {
  color: #77A049
}

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

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

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

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

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

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

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

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

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










body .icon svg {
  fill: #475160;
}

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

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

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

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

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




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, global_fonts=, blog_settings=, header=, forms=}
}
.container,
.dnd-section > .row-fluid,
.page-center, .header__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: calc(100% - 40px);
}

@media (min-width: 768px){
  .container,
  .dnd-section > .row-fluid,
  .page-center, .header__container {
    max-width: 750px;
  }
}
@media (min-width: 992px){
  .container,
  .dnd-section > .row-fluid,
  .page-center, .header__container {
    max-width: 950px;
  }
}
@media (min-width: 1200px){
  .container,
  .dnd-section > .row-fluid,
  .page-center, .header__container {
    max-width: 1300px;
  }
}