/* Local fallback icons for the classes used by this site. */
.fa,
.fas,
.fab,
.bi {
    display: inline-block;
    min-width: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.fa::before,
.fas::before,
.fab::before,
.bi::before {
    display: inline-block;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-home::before,
.fas.fa-home::before,
.fas.fa-house-user::before,
.fas.fa-house-user-cog::before {
    content: "\2302";
}

.fa-bars::before {
    content: "\2630";
}

.fa-check::before {
    content: "\2713";
}

.fa-tree::before,
.fab.fa-pagelines::before {
    content: "\25B2";
}

.fa-users::before,
.fa-users-cog::before {
    content: "\25CF\25CF";
    letter-spacing: -0.18em;
}

.fa-map-marker-alt::before {
    content: "\25CF";
}

.fa-phone-alt::before,
.fa-headset::before {
    content: "\260E";
}

.fa-envelope::before,
.fas.fa-at::before {
    content: "@";
}

.fa-quote-left::before {
    content: "\201C";
}

.fa-search::before,
.bi-search::before {
    content: "?";
}

.fa-cog::before {
    content: "\2699";
}

.fa-server::before {
    content: "\25A4";
}

.fa-shield-alt::before {
    content: "\25A0";
}

.fa-trash::before {
    content: "\232B";
}

.fa-share-alt::before {
    content: "\2197";
}

.fab.fa-facebook-f::before {
    content: "f";
}

.fab.fa-twitter::before {
    content: "X";
}

.fab.fa-youtube::before {
    content: "YT";
    font-size: .78em;
}

.fab.fa-linkedin-in::before {
    content: "in";
    font-size: .78em;
}

.fab.fa-instagram::before {
    content: "IG";
    font-size: .72em;
}

.fas.fa-fire::before,
.fas.fa-fire-alt::before,
.fas.fa-campground::before {
    content: "\25B2";
}

.fas.fa-grin-stars::before {
    content: "*";
}

.fas.fa-snowflake::before {
    content: "\2744";
}

.fas.fa-temperature-high::before {
    content: "\25AE";
}

.fas.fa-utensils::before {
    content: "\25C6";
}

.fas.fa-child::before {
    content: "\25CB";
}

.bi-arrow-up::before {
    content: "\2191";
}
