:root {
  --bs-body-font-family: Poppins, sans-serif;
  --bs-body-color: #0a4a4a;
  --bs-body-color-rgb: 10, 74, 74;
  --bs-body-line-height: 1.4;
  --bs-heading-color: #0a4a4a;
  --bs-emphasis-color: #0a4a4a;
  --bs-link-color: #0a4a4a;
  --bs-link-color-rgb: 10, 74, 74;
  --bs-link-hover-color: #39c749;
  --bs-link-hover-color-rgb: 57, 199, 73;
  --bs-border-color: #cccccc;
  --bs-success-text-emphasis: #39c749;
  --bs-success-bg-subtle: #daf5dd;
}

*:focus {
  outline-style: none !important;
}

body {
  background-color: #edf0f0;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

.small-text {
  font-size: 0.9rem;
}

.btn {
  --bs-btn-line-height: 1.4;
  --bs-btn-border-color: #686868;
  --bs-btn-hover-border-color: #444444;
  --bs-btn-active-border-color: #444444;
  --bs-btn-disabled-border-color: #686868;
  --bs-btn-border-radius: 1.5rem;
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: .625rem;
  position: relative;
}

.btn-primary {
  --bs-btn-bg: #39c749;
  --bs-btn-border-color: #39c749;
  --bs-btn-hover-bg: #0a4a4a;
  --bs-btn-hover-border-color: #0a4a4a;
  --bs-btn-active-bg: #0a4a4a;
  --bs-btn-active-border-color: #0a4a4a;
  --bs-btn-disabled-bg: #39c749;
  --bs-btn-disabled-border-color: #39c749;
}

.btn-secondary {
  --bs-btn-bg: #686868;
  --bs-btn-border-color: #686868;
  --bs-btn-hover-bg: #444444;
  --bs-btn-hover-border-color: #444444;
  --bs-btn-active-bg: #444444;
  --bs-btn-active-border-color: #444444;
  --bs-btn-disabled-bg: #686868;
  --bs-btn-disabled-border-color: #686868;
}

.btn-lg {
  width: 100%;
  --bs-btn-font-size: 1.1rem;
  --bs-btn-border-radius: 1.8rem;
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: .856rem;
}

.btn-wide {
  width: 100%;
}

.link-underline-none {
  text-decoration: none;
}

.link-with-icon.align-items-baseline .material-icons-outlined {
  position: relative;
  top: 0.25rem;
}

.table th {
  font-weight: 600;
}

.table-secondary {
  --bs-table-color: #0a4a4a;
  --bs-table-striped-color: #0a4a4a;
  --bs-table-active-color: #0a4a4a;
  --bs-table-hover-color: #0a4a4a;
}

.alert {
  --bs-alert-margin-bottom: 1.5rem;
}
.alert p {
  margin-bottom: 0.313rem;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert.icon-size-medium .alert-icon > * {
  font-size: 2.5rem;
}
.alert.icon-size-large .alert-icon > * {
  font-size: 3.5rem;
}

.breadcrumb a {
  text-decoration: none;
}

[data-bs-toggle=tooltip] {
  cursor: help;
}

.tooltip {
  --bs-tooltip-max-width: 18rem;
  --bs-tooltip-opacity: 1;
}

.custom-tooltip {
  --bs-tooltip-bg: #39c749;
  --bs-tooltip-color: #ffffff;
}
.custom-tooltip a {
  color: #ffffff;
}

.highlighted {
  background-color: #e5e5fd;
  border-radius: 0.188rem;
  display: inline-block;
  padding: 0.063rem 0.188rem;
}

.description {
  color: #666666;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group-lg {
  margin-bottom: 1.5rem;
}

.form-control {
  line-height: 1.4;
  padding: 0.625rem 1rem;
}
.form-control:focus {
  border-color: #39c749;
  box-shadow: 0 0 0 0.25rem rgba(57, 199, 73, 0.15);
}

.form-control-lg {
  padding-top: 0.688rem;
  padding-bottom: 0.688rem;
}

.form-control-inline {
  width: auto;
  display: inline-block;
}

.form-select {
  padding: 0.58rem 2.25rem 0.571rem 1rem;
}
.form-select:focus {
  border-color: #39c749;
  box-shadow: 0 0 0 0.25rem rgba(57, 199, 73, 0.15);
}

.form-control[readonly],
.form-select[readonly] {
  background-color: #fafafa;
  pointer-events: none;
  touch-action: none;
}

.select2-container {
  max-width: 100%;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
  /*
  .select2-selection__arrow,
  .select2-selection__clear {
      display: none;
  }
  */
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background-color: #fafafa;
  box-shadow: none;
}

legend {
  margin-top: 1.5rem;
}

.empty-content {
  font-style: italic;
  text-align: center;
}

.pagination {
  gap: 1rem;
  justify-content: center;
}
.pagination .page-numbers {
  font-weight: 500;
}
.pagination .page-numbers.current {
  color: #666666;
}

address {
  border: 0.063rem solid #cccccc;
  border-radius: 0.375rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.page-header {
  background-color: #ffffff;
  box-shadow: 0 0.063rem 0.188rem rgba(0, 0, 0, 0.15);
}
.page-header a {
  text-decoration: none;
}
.page-header.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
}

.cta-card a {
  text-decoration: none;
}
.cta-card .card-icon {
  padding: 1.5rem 1.5rem 0.313rem;
}
.cta-card .card-icon span {
  font-size: 3rem;
}
.cta-card .card-icon + .card-body {
  padding-top: 0;
}
.cta-card .card-body {
  padding: 1.5rem;
}
.cta-card .card-title {
  font-size: 1.5rem;
  margin-bottom: 0.313rem;
}
.cta-card:hover {
  border-color: #39c749;
  background-color: #f3fff5;
}

.card-outer-link {
  text-decoration: none;
  display: block;
}

.d-flex .card-outer-link {
  width: calc(50% - var(--bs-gutter-x) * 0.5);
}

.technical-support .wpcf7 label {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  color: #055160;
  background-color: #cff4fc;
  border: 0.063rem solid #9eeaf9;
  border-radius: 0.375rem;
  padding: 1rem;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #836411;
  background-color: #fffaee;
  border-color: #efb416;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #39c749;
  background-color: #daf5dd;
  border-color: #a3cfbb;
}

.optional {
  display: none !important;
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 1.75rem;
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .d-flex .card-outer-link {
    width: 100%;
  }
  .page-header .right-column {
    justify-content: center !important;
  }
  .page-header .right-column .company {
    display: none;
  }
}
@media print {
  .no-print,
.elementor-location-footer {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
