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
















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

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #0e0e0e;
}
.page-center {
  max-width: 1248px;
}
/* @media (min-width:992px) {
.dnd-section > .row-fluid, .header__container, footer.footer .footer__container{
max-width: 948.48px;
}
} */




html {
  font-size: 15;
}

body {
  
  color: #0e0e0e;
  
  font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
  font-weight: 400;
  font-size: 15px;
}

a {
  color: rgba(0, 81, 56, 1.0);
}

a:hover,
a:focus {
  color: rgba(0, 81, 56, 1.0);
}

h1 {
  
  color: #DEB16D;
  
  font-family: Faustina;
  font-size: 48px;
  font-weight: 500;
}

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

h2 {
  
  color: #005138;
  
  font-family: Faustina;
  font-size: 44px;
  font-weight: 500;
}

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

h3 {
  
  color: #005138;
  
  font-family: Faustina;
  font-size: 32px;
  font-weight: 500;
}

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

h4 {
  
  color: #005138;
  
  font-family: Faustina;
  font-size: 24px;
  font-weight: 500;
}

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

h5 {
  
  color: #005138;
  
  font-family: Faustina;
  font-size: 18px;
  font-weight: 500;
}
@media(max-width: 767px) {
  h5 {
    font-size: 12.6px;
  }
}
h6 {
  
  color: #005138;
  
  font-family: Faustina;
  font-size: 14px;
  font-weight: 500;
}
@media(max-width: 767px) {
  h6 {
    font-size: 9.799999999999999px;
  }
}
blockquote {
  border-left: 10px solid #0e0e0e;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
}

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

.hs-button,
.button--primary {
  background-color: rgba(0, 99, 68, 1.0);
  border-color: rgba(255, 205, 33, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(0, 81, 56, 1.0);
  border-color: rgba(255, 205, 33, 1.0);
  color: rgba(255, 255, 255, 1.0);
}




.hs-form label,
.hs-form-field > label {
  color: rgba(176, 141, 87, 1.0);
}

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(173, 173, 173, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(14, 14, 14, 1.0);
  border-radius: 2px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(14, 14, 14, 0.8);
}

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

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


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

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

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





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

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

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

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





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

.header__container {
  max-width: 1248px;
}

.navigation-primary > ul > li > a {
  color: rgba(14, 14, 14, 1.0);
}
.navigation-primary > ul > li:hover > a{
  color: rgba(0, 99, 68, 1.0);
}
.navigation-primary ul.submenu.level-2 {
  background-color: rgba(255, 255, 255, 1.0);
}
.navigation-primary ul.level-1>li.has-submenu>a:active {
  color: rgba(0, 99, 68, 1.0);
}
.navigation-primary > ul > li.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}
.navigation-primary > ul > li > a {
  background-color: rgba(#null, 0.0);
}
.navigation-primary > ul > li:hover > a {
  background-color: rgba(255, 255, 255, 0.0);
}

body .navigation-primary  ul ul li a {
  color: rgba(14, 14, 14, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
body .navigation-primary  ul ul li a:hover {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 99, 68, 1.0);
}
body .submenu.level-2 .menu-item .menu-link:active {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 99, 68, 1.0);
}


.search_open>form [type='submit'] {
  background-color: rgba(0, 99, 68, 1.0);
  border-color: rgba(255, 205, 33, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.search_open>form [type='submit']:hover {
  background-color: rgba(0, 81, 56, 1.0);
  border-color: rgba(255, 205, 33, 1.0);
  color: rgba(255, 255, 255, 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(14, 14, 14, 1.0);
  }
}





.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(14, 14, 14, 1.0);
}
.footer_navigation a, .footer_right_content .address a, .ftr_bottom_container a{
  color: rgba(14, 14, 14, 1.0);
}
.ftr_bottom_container a:hover, .footer_navigation a:hover {
  color: rgba(0, 99, 68, 1.0);
}
.footer_right_content .address a:hover,
.footer__container {
  max-width: 1248px;
}





.content-wrapper {
  max-width: 1248px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-post__date {
  border-color: #0e0e0e;
}

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

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

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

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

.blog-pagination__link {
  color: #0e0e0e;
}

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

.blog-post__title {
  color: #005138;
  font-family:Faustina;
  font-size: 44px;
  font-weight: ;
}

.blog-post__author {
  background-color: #0e0e0e;
}

#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(0, 0, 0, 0.10);
}

.blog-post__tag-link:hover{
  color: rgba(0, 81, 56, 1.0);
}

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

.blog-post__read-more a:hover svg {
  fill: rgba(0, 81, 56, 1.0);
}

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

.blog-sidebar a {
  color: #0e0e0e;
}

.blog-sidebar a:hover {
  color: rgba(0, 81, 56, 1.0);
}

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

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

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

.blog-post__meta a {
  color: #0e0e0e;
}

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

.blog-post__meta a:hover {
  color: rgba(0, 81, 56, 1.0);
}

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

.blog-post__back-to-blog {
  color: #0e0e0e;
}

.blog-post__back-to-blog:hover {
  color: rgba(0, 81, 56, 1.0);
}

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

a.blog-post__back-to-blog:hover svg {
  fill: rgba(0, 81, 56, 1.0);
}

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

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

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

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










body .icon svg {
  fill: #b08d57;
}

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

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

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

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

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

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

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

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





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