/* Minification failed. Returning unminified contents.
(245,1): run-time error CSS1019: Unexpected token, found '@'
 */
body {
    min-width: 320px;
}

.svg-icon--white * {
    fill: #fff;
}

.icon, img.icon {
    display: inline-block;
    vertical-align: text-bottom;
    height: 1em;
}

.fab {
    vertical-align: text-bottom;
}

.font-larger {
    font-size: 1.5em;
}
.font-even-larger {
    font-size: 1.75em;
}

.font-smaller {
    font-size: .875em;
}

.fulton-logo-graphic {
    margin-bottom: .15em;
}

header nav {
    z-index: 1;
    margin-bottom: -4.5rem;
}

.navbar-collapse-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.navbar-collapse-main .nav {
    width: 100%;
}

@media (min-width: 992px) {
    header nav {
        margin-bottom: -6rem;
    }

    .navbar-collapse-main .nav {
        width: auto;
    }
}

.inline-link {
    text-decoration: underline;
    font-weight: 600;
}

.text-soft-reset {
    color: inherit;
}

.tight-hash:before {
    content: '#';
    position: relative;
    font-size: .62em;
    top: -.5em;
    right: -.1em;
}

h2.short.p-1.tight-hash.rounded-circle {
    width: calc(1.75rem * 1.2 + .5rem);
}

li.fa-list-icon {
    margin-left: 1rem;
}

li.fa-list-icon > i:first-child {
    margin-left: -1rem;
}

.blown-out {
    /* take half the left margin */
    margin-left: calc(25% - 22vw);
}

@media (min-width: 992px) {
    .blown-out.col-lg-7 {
        /* blow out */
        flex: 0 0 calc(100% * 7 / 12 + 25vw - 25%);
        max-width: calc(100% * 7 / 12 + 25vw - 25%);
    }
}

@media (min-width: 576px) {
    .blown-out-right {
        margin-right: calc(25% - 22vw);
    }
}

.banner-graphic-background {
    position: absolute;
    top: 0;
    right: -.5rem;
    padding: .5rem calc(.5rem + 15px) .5rem 1rem;
}
    .banner-graphic-background:before {
        content: "";
        position: absolute;
        top: 0;
        left: calc(-.75em + -.5rem);
        border-left: calc(.75em + .5rem) solid transparent !important;
        border-right: none;
        border-bottom: calc(.75em + .5rem) solid currentColor;
        border-top: calc(.75em + .5rem) solid currentColor;
    }
    .banner-graphic-background:after {
        content: "";
        position: absolute;
        bottom: -.75rem;
        right: 0;
        height: 0;
        width: 0;
        border-left: calc(.25rem + 7.5px) solid currentColor;
        border-right: calc(.25rem + 7.5px) solid transparent;
        border-bottom: .375rem solid transparent;
        border-top: .375rem solid currentColor;
    }

#carouselMaster .carousel-item {
    padding-top: 7rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 50%;
}

#carouselMaster .carousel-item.empty {
    padding-top: 5.5rem;
}

@media (min-width: 992px) {
    #carouselMaster .carousel-item {
        padding-top: 11rem;
        padding-bottom: 4rem;
    }

    #carouselMaster .carousel-item.empty {
        padding-top: 7rem;
        padding-bottom: 0;
    }

    #aerial-location-map {
        flex: 0 0 calc(100% * (1174 / 755) / ( (1172 / 1173) + (1174 / 755)));
        max-width: calc(100% * (1174 / 755) / ( (1172 / 1173) + (1174 / 755)))
    }

    #regional-highway-map {
        flex: 0 0 calc(100% * (1172 / 1173) / ( (1172 / 1173) + (1174 / 755)));
        max-width: calc(100% * (1172 / 1173) / ( (1172 / 1173) + (1174 / 755)));
    }
}

.aspect {
    padding-top: 100%;
    height: 0;
    width: 100%;
    position: relative;
}

    .aspect > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.aspect-16-9 {
    padding-top: calc(100% * 9 / 16);
}

@media (min-width: 992px) {
    .featured-article-image {
        position: absolute;
    }

    .featured-article-content {
        margin-top: calc(100% * 9 / 16 * .3 - 1.5rem);
    }
}

.media-box-icon {
    max-height: 40px;
    margin: 0.25rem 1rem 0.25rem 0;
}

@media (min-width: 768px) {
    .media-box {
        min-height: 170px;
    }
    .media-box-icon {
        max-height: unset;
        margin: 0.5rem 1rem 0.75rem 0;
    }
}

.wysiwyg-body-content img {
    max-width: 100%;
    height: auto !important;
}

.banner-item .container {
    position: relative;
}
.banner-item--snipe {
    max-width: 120px;
    position: absolute;
    top: -1.5rem;
    right: 0.5rem;
}

@media (min-width: 576px) {
    .banner-item--snipe {
        max-width: 150px;
    }
}

@media (min-width: 992px) {
    .banner-item--snipe {
        max-width: 200px;
        top: -1rem;
    }
}


@
