body{ -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
.standard-page-description p, .news-page-description p, .product-page-description p { margin-bottom: 1rem; }
.product-page ul { margin-bottom: 2rem; }
.call-us-text a {color: #445965; font-weight: 800; text-decoration: none; }
.call-us-text a:hover { color: #33c16e; text-decoration: none; }
.call-us-text-green a { color: rgba(248, 253, 254, 0.8); }
.call-us-text-green a:hover { color: #f8fdfe; text-decoration: none; }
.fact-box-content strong { float: right; color: #33c16e; }
.fact-box-content p { margin-bottom: 0.65em; }
.nav-link.w--current .current-page-indicator { display: block; }
.w-nav-link.w--current { color: #f8fdfe; }
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
    background-color: transparent;
    border-collapse: collapse;
    box-sizing: border-box;
    border-color: transparent;
    font-size: 1rem;
}
table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #edf5f7;
}
table td, table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #edf5f7;
}
table tbody tr:hover { background-color: #edf5f7; }
.hero.imagegallery .hero-overlay { pointer-events: none; }
.w-slider-dot { background-color: rgba(51,193,110,0.2); }
.w-slider-dot.w-active { background-color: rgba(51,193,110,1.0); }
.divider { outline: none; }