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

/* Test */

/* 1a. Containers */

/* 1b. Colors */

/* 1c. Typography */

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

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

@media (min-width: 576px) {
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 767.9999999979999px;
  }
}
@media (min-width: 768px) {
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 991.999999998px;
  }
}
@media (min-width: 992px) {
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 1199.999999996px;
  }
}
@media (min-width: 1200px) {
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 100%;
  }
}

/* Paragraphs */

p {
  font-family: "Poppins", sans-serif;
  font-weight: 300; /* Light but readable, matching h1 and h4 */
  color: #1e1e1e; /* Consistent with other text colors */
  font-size: 1rem; /* Comfortable reading size */
  margin-bottom: 1rem; /* Adds space between paragraphs */
  line-height: 1.6; /* Enhanced readability */
}

/* Anchors */

a {
  font-family: "Poppins", sans-serif;
  font-weight: 400; /* Standard weight for links to stand out slightly */
  color: #008040; /* Default state color */
  font-size: 1rem; /* Ensures consistency with paragraph text */
  text-decoration: none; /* No underline by default */
  transition: color 0.3s; /* Smooth transition for hover effects */
}

a:hover,
a:focus {
  color: #66b280; /* Brighter color on hover/focus for visibility */
  text-decoration: underline; /* Adds underline on hover/focus for clarity */
}

a:active {
  color: #ff4500; /* A distinct, darker color to indicate active state */
  text-decoration: none; /* Keeps text decoration consistent */
}

/* Headings */

h1,
.h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #1e1e1e;
  font-size: 2.5rem;
}

h2,
.h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 300; /* Slightly bolder than h1 */
  color: #1e1e1e;
  font-size: 2.3125rem;
  color: var(--Dark-Metal, #202221);
  font-style: normal;
  line-height: 140%; /* 51.8px */
}

h3,
.h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 300; /* Normal weight, less than h2 */
  color: #1e1e1e;
  font-size: 1.875rem;
}

h4,
.h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 300; /* Lighter, consistent with h1 */
  color: #1e1e1e;
  font-size: 1.17rem;
}

h5,
.h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 200; /* Lighter still */
  color: #1e1e1e;
  font-size: 1rem;
}

h6,
.h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 100; /* Lightest weight */
  color: #1e1e1e;
  font-size: 0.8125rem;
}

/* Blockquote */
blockquote {
  border-left-color: #cccccc; /* Example border color */
}

.text-muted {
  color: #6c757d !important;
}
/* Small Heading */
.small-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1em;
  letter-spacing: 1.8px;
  text-transform: none;
}
/* Aside Text */
.aside {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #1e1e1e;
  font-size: 0.8em;
  line-height: 1.4;
  margin-bottom: 1em;
  letter-spacing: 1.8px;
  text-transform: none;
}
.content-section {
  width: 50%;
  display: flex;
  flex-direction: column;
  line-height: normal;
  margin-left: 0px;
  padding: 0 60px;
}

@media (max-width: 991px) {
  .content-section {
    width: 100%;
    padding: 20px;
  }
}
.content-block {
  display: flex;
  flex-direction: column;
  line-height: normal;
  align-self: stretch;
  color: var(--Highlight-Red, #008040);
  margin: auto 0px;
  padding: 20px 30px 0px 30px;
}

@media (max-width: 991px) {
  .content-block {
    width: 100%;
    padding: 30px;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.heading-with-marker {
  align-self: start;
  display: flex;
  padding-bottom: 5px;
  color: var(--Highlight-Red, #008040);
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 162.5%;
  letter-spacing: 0.48px;
}
.section-marker {
  display: inline-block;
  width: 10px;
  height: 25px;
  background-color: #008040; /* Highlight red for visibility */
  margin-right: 15px; /* Spacing between the box and the text */
  vertical-align: middle; /* Aligns the box with the middle of the text line */
}
.section-cta {
  margin-top: 20px;
}
.lead {
  color: var(--Highlight-Red, #008040);
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 162.5%;
  letter-spacing: 0.48px;
}
.pre-box {
  display: inline-block;
  width: 10px;
  height: 25px;
  background-color: #008040; /* Highlight red for visibility */
  margin-right: 15px; /* Spacing between the box and the text */
  vertical-align: middle; /* Aligns the box with the middle of the text line */
}

form,
.submitted-message {
  border-color: #494a52;
  font-family: "Poppins", sans-serif;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(51, 71, 91, 1);
}

.hs-button,
.button--primary,
.hs_cos_wrapper_type_google_search .hs-button {
  background-color: rgba(33, 47, 54, 1);
  border-color: rgba(33, 47, 54, 1);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.hs_cos_wrapper_type_google_search .hs-button {
  color: rgba(255, 255, 255, 1) !important;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(217, 35, 46, 1);
  border-color: rgba(217, 35, 46, 1);
  color: rgba(255, 255, 255, 1);
}

.hs_cos_wrapper_type_google_search .hs-button:hover,
.hs_cos_wrapper_type_google_search .hs-button:focus {
  color: rgba(255, 255, 255, 1);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(73, 87, 94, 1);
  border-color: rgba(73, 87, 94, 1);
  color: rgba(255, 255, 255, 1);
}

.hs-form label {
  font-weight: 600;
  color: rgba(51, 71, 91, 1);
  font-size: 1rem;
}

.hs-form legend {
  color: rgba(51, 71, 91, 1);
  font-size: small;
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(203, 214, 226, 1);
  border-radius: 3px;
  background-color: rgba(245, 248, 250, 1);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

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

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.fn-date-picker td.is-today .pika-button {
  color: #212f36;
}

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

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

th,
td {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(109, 110, 113, 1);
  color: rgba(85, 85, 85, 1);
}

thead th,
thead td {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(85, 85, 85, 1);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(85, 85, 85, 1);
}

table,
tbody + tbody {
  border-color: rgba(109, 110, 113, 1);
}

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

.nav-search form .hs-search-field__input {
  color: rgba(83, 90, 90, 1);
  border-color: rgba(215, 218, 219, 1);
}

.nav-search form .hs-search-field__input:focus {
  border-color: rgba(235, 144, 148, 1);
}

.nav-search form button.search-submit {
  color: #66b280;
}

.nav-search form button.search-submit:hover {
  color: rgba(235, 144, 148, 1);
}

.header__container {
  max-width: 1400px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
.header-menu ul li a {
  color: rgba(33, 47, 54, 1);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li > a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus,
.header-menu ul li a:hover,
header-menu ul li a:focus {
  color: #66b280;
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(33, 47, 54, 1);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(0, 0, 0, 0);
}

body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(0, 0, 0, 0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(33, 47, 54, 1);
  background-color: rgba(0, 0, 0, 0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:hover {
  color: #66b280;
}

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

body .custom-menu-primary .submenu.level-2 {
  background-color: #fff;
}

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

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body
  .custom-menu-primary
  .submenu.level-2
  .triangle-container.level-2.hover
  .triangle {
  background-color: rgba(0, 0, 0, 0);
  color: #66b280;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(33, 47, 54, 1);
  background-color: rgba(0, 0, 0, 0);
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(33, 47, 54, 1);
}

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(33, 47, 54, 1);
  }
}

.footer-group {
  background-color: rgba(33, 47, 54, 1);
  color: rgba(255, 255, 255, 1);
}

.footer-group h5,
.footer-menu .hs-menu-wrapper > ul > li > a,
.footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255, 255, 255, 1);
}

.footer-group a,
.footer-menu .hs-menu-wrapper ul ul li.hs-menu-item.active a {
  color: rgba(135, 209, 230, 1);
  background-image: linear-gradient(
    to top,
    rgba(135, 209, 230, 1) 1px,
    transparent 0
  );
}

.footer-group a:hover {
  color: rgba(135, 209, 230, 1);
  background-image: linear-gradient(
    to top,
    rgba(135, 209, 230, 1) 1px,
    transparent 0
  );
}

.copyright {
  border-color: rgba(0, 0, 0, 0.25);
}

.social-footer-icon-wrap a {
  color: rgba(135, 209, 230, 1);
}

.social-footer-icon-wrap a:hover {
  color: rgba(255, 255, 255, 1);
}

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

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

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

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

body .icon svg {
  fill: #212f36;
}

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

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

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

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

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