/* Site Adjustments */

:root {
    --hpt-text-box-subheader-arrow-color: #222;
}

.hpt-section .text-box-subheader {
    color: #222;
}

{% block map_style %}
    <script>
        // dark map lines used on light site
        // window.mapboxStyle = "mapbox://styles/apts247/cktstojll3kw519mmumvprg5o";

        // light map lines used on dark site
        // window.mapboxStyle = "mapbox://styles/apts247/cktk969ba7x6617o6bve9b25t";

        // light map lines with street names used on dark site
 window.mapboxStyle = "mapbox://styles/apts247/cl6zirtx3005f14nxwfsv150d";
    </script>
{% endblock map_style %}