.error-404.not-found.wrapper {
    margin-top: 80px;
    margin-bottom: 100px;
}

.no-results.not-found {
    width: 96%;
    max-width: 1170px;
    margin: 60px auto 100px;
}

    .error-404.not-found.wrapper h2,
    .no-results.not-found h1 {
        color: #0c4035;
        text-transform: none;
        font-size: 32px;
        font-family: FuturaLTPro-Bold;
        letter-spacing: 1px;
        line-height: 1.125em;
        margin: 0.5rem 0;
    }

p img.alignleft {
    float: left;
    margin: 0 3em 2em 0;
    max-width: 40%;
}

    @media screen and (max-width: 768px) {
        p img.alignleft {
            float: none;
            margin: 0 0 2em 0;
            max-width: 100%;
        }
    }



/* Map pages */


#chattahoochee-map-container .mapLoading {
    width: 100%;
    height: 100%;
    top:0;
    background-color: #f0efef;
    position: absolute;
    z-index: 1;
}
/*
#chattahoochee-map-container .mapLoading .spinner {
    width: 50%;
    left: 50%;
    top: 50%;
    transform: scale(0.5) translateX(-50%);
}
*/
    @keyframes pulse {
        0%{transform:scale(1);opacity: 0;}
        50%{ opacity: .4;}
        100%{transform: scale(16); opacity: 0;}
    }
    #chattahoochee-map-container .mapLoading div {
        background-color: #4fc0a7;
        border-radius: 50%;
        position: absolute;
        margin: auto auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 16px;
        height: 16px;
    }
    #chattahoochee-map-container .mapLoading div:nth-child(1) { animation: pulse 2s infinite; }
    #chattahoochee-map-container .mapLoading div:nth-child(2) { animation: pulse 2s infinite .3s; }
    #chattahoochee-map-container .mapLoading div:nth-child(3) { animation: pulse 2s infinite .6s; }
    #chattahoochee-map-container .mapLoading div:nth-child(4){
        width: 24px;
        height: 24px;
        background: #1ba4de;
    }


#chattahoochee-map-container .marker {
   cursor: pointer;
}

/*
#chattahoochee-map-container .marker.history-culture { color: #a75e4f; }
#chattahoochee-map-container .marker.community { color: #ef5a2b; }
#chattahoochee-map-container .marker.connection-access { color: #e8a423; }
#chattahoochee-map-container .marker.ecology-habitat { color: #52c0a6; }
#chattahoochee-map-container .marker.events.upcoming { color: rgb(23, 164, 222); }
*/
#chattahoochee-map-container .marker.events.past { color: black !important; }
#chattahoochee-map-container .marker::before,
#chattahoochee-map-container .marker::after {
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    font-weight: 900;
    transition: .1s all ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: bottom center;
}
#chattahoochee-map-container .marker.hover::after {
    transform: translateX(-50%) scale(1.2);
}
#chattahoochee-map-container .marker::before {
    content: '\f041';
    text-shadow: 0 0 5px rgba(60,57,53,0.5);
    color: rgba(255,255,255,0.8);
}
#chattahoochee-map-container .marker::after {
    content: '\f3c5';
}

/*
#chattahoochee-map-container .marker.events::after {
    content: '\f05b';
}

#chattahoochee-map-container .marker.events::before {
    content: '\f111';
    font-size: 26px;
}
*/


#chattahoochee-map-container .zoom_12 .marker::after { font-size: 40px; }
#chattahoochee-map-container .zoom_13 .marker::after { font-size: 54px; }
#chattahoochee-map-container .zoom_14 .marker::after { font-size: 54px; }
#chattahoochee-map-container .zoom_15 .marker::after { font-size: 54px; }
#chattahoochee-map-container .zoom_16 .marker::after { font-size: 54px; }
#chattahoochee-map-container .zoom_17 .marker::after { font-size: 54px; }
#chattahoochee-map-container .zoom_18 .marker::after { font-size: 54px; }
#chattahoochee-map-container .zoom_19 .marker::after { font-size: 54px; }
#chattahoochee-map-container .zoom_20 .marker::after { font-size: 54px; }


/*
#chattahoochee-map-container .zoom_12 .marker.events::before { font-size: 34px; }
#chattahoochee-map-container .zoom_13 .marker.events::before { font-size: 46px; }
#chattahoochee-map-container .zoom_14 .marker.events::before { font-size: 46px; }
#chattahoochee-map-container .zoom_15 .marker.events::before { font-size: 46px; }
#chattahoochee-map-container .zoom_16 .marker.events::before { font-size: 46px; }
#chattahoochee-map-container .zoom_17 .marker.events::before { font-size: 46px; }
#chattahoochee-map-container .zoom_18 .marker.events::before { font-size: 46px; }
#chattahoochee-map-container .zoom_19 .marker.events::before { font-size: 46px; }
#chattahoochee-map-container .zoom_20 .marker.events::before { font-size: 46px; }
*/

#chattahoochee-map-container .mapboxgl-popup-content {
    border-radius: 0;
    padding: 0;
    min-height: 68px;
}

#chattahoochee-map-container .mapboxgl-popup-content .thumbnail {
    height: 100%;
    width: 68px;
    position: absolute;
    top: 0;
    left: 0;
}
    #chattahoochee-map-container .mapboxgl-popup-content .event .thumbnail {
        padding: 10px 12px;
        font-weight: bold;
        font-family: FuturaLTPro-Bold;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        #chattahoochee-map-container .mapboxgl-popup-content .event.upcoming div.thumbnail { color: rgb(23, 164, 222); }
        #chattahoochee-map-container .mapboxgl-popup-content .event.past div.thumbnail { color: black; }

        #chattahoochee-map-container .mapboxgl-popup-content .event .thumbnail .day {
            font-size: 24px;
            display: block;
            line-height: 1em;
        }

        #chattahoochee-map-container .mapboxgl-popup-content .event .thumbnail .month {
            text-transform: uppercase;
            font-size: 13px;
            line-height: 1em;
            display: block;
        }      


#chattahoochee-map-container .mapboxgl-popup-content .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#chattahoochee-map-container .mapboxgl-popup-content h3 {
    padding: 20px;
    color: #0c4035;
    font-size: 15px;
    font-family: FuturaLTPro-Bold;
    line-height: 1.125em;
}
#chattahoochee-map-container .mapboxgl-popup-content .thumbnail + h3 {
    padding-left: 88px;
}
#chattahoochee-map-container .mapboxgl-popup-content .mapboxgl-popup-close-button {
    padding: 5px 8px;
}

.sidebar.list .contentWrapper > .story {
    display: none;
}


.sidebar.story .list {
    display: none;
}

.sidebar.story .smallCategoryFilter {
    display: flex;
}

@media screen and (min-width: 769px) {
    .sidebar.collapsed .smallCategoryFilter {
        display: flex !important;
    }
    .sidebar.collapsed .story,
    .sidebar.collapsed .list {
        display: none;
    }
}

.sidebar .expand::before {
    content: 'Collapse';
}

.sidebar.collapsed .expand::before {
    content: 'Expand';
}

.sidebar div.thumbnail {
    height: 100%;
    width: 68px;
    position: absolute;
    top: 0;
    left: 0;
}

    .sidebar .event div.thumbnail {
        padding: 10px 12px;
        font-weight: bold;
        font-family: FuturaLTPro-Bold;
        text-align: center;        
    }

        .sidebar .event.upcoming div.thumbnail,
        #main > .chattahoochee-story li.story.events div.thumbnail { color: rgb(23, 164, 222); }
        /* .sidebar .event.past div.thumbnail { color: rgb(126, 127, 121); } */
        .sidebar .event.past div.thumbnail { color: black; }

        .sidebar .event div.thumbnail .day {
            font-size: 24px;
            display: block;
            line-height: 1em;
        }

        .sidebar .event div.thumbnail .month {
            text-transform: uppercase;
            font-size: 13px;
            line-height: 1em;
            display: block;
        }    

    #main > .chattahoochee-story li.story.events div.thumbnail {
        padding: 9px;
        font-weight: bold;
        font-family: FuturaLTPro-Bold;
        text-align: center;        
    }

        #main > .chattahoochee-story li.story.events div.thumbnail .day {
            font-size: 18px;
            display: block;
            line-height: 1em;
        }

        #main > .chattahoochee-story li.story.events div.thumbnail .month {
            text-transform: uppercase;
            font-size: 10px;
            line-height: 1em;
            display: block;
        }        

.sidebar .category-filter div.thumbnail {
    left: 10px;
}

.sidebar  h3 {
    line-height: 1.25em;
    /* font-size: 15px; */
    font-size: 12px;
    font-family: FuturaLTPro-Bold;
    transition: .2s all ease-in-out;
}
.sidebar .categories h3 { text-transform: uppercase; }


.category-filter.selected {
    background-color: yellow;
}
.mapControls {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.mapWrapper {
    position: relative;
}

.mapControls button {
    background-color: white;
    display: block;
    color:blue;
    font-size: 12px;
}

.helpInfo {
    display: none;
    background-color: white;
    position: absolute;
    bottom: 15px;
    right: 70px;
    box-shadow: 0 0 5px rgba(60,57,53,0.3);
    padding: 14px 24px;
}

    .helpInfo .close {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        color: transparent;
        transition: .2s color ease-in-out;
        width: 1em;
    }

        .helpInfo .close::before { 
            content: '\f00d';
            font-family: 'Font Awesome 6 Pro';
            font-size: 24px;
            font-weight: 300;
            color: #3c3935; 
        }
        .helpInfo .close:hover::before { color: rgb(23, 164, 222); }

    .helpInfo h1 {
        font-family: FuturaLTPro-Bold;
        font-size: 35px;
        margin-bottom: 25px;
        line-height: 1em;
    }

    .helpInfo h2 {
        font-family: FuturaLTPro-Bold;
        font-size: 18px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .helpInfo p {
        font-size: 15px;
        color: #3c3935;
        margin: 0.5em 0;
    }

    .helpInfo .legend {
        list-style-type: none;
        /* 
        padding: 0 15px 1.5em 0;
        border-bottom: 1px solid #afb0b0;
        */

        padding: 0 15px 0 0;
        margin: 1em 0;
        /*
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 15px;
        */

        max-width: 180px;
    }

        .helpInfo .legend li {
            font-size: 15px;
            color: #3c3935;
            margin: 7px 0;
            padding-left: 24px;
            position: relative;
        }
        
            .helpInfo .legend li.toggle {
                cursor: pointer;
            }

                .helpInfo .legend li.toggle:hover {
                    color: rgb(12, 64, 53); 
                }

                .helpInfo .legend li.toggle.on {}


            .helpInfo .legend li .legendMarker { 
                color: #0c4035; 
                left: 0;
                position: absolute;
            }

                .helpInfo .legend li .legendMarker::before {
                    content: '\f3c5';
                    font-family: 'Font Awesome 6 Pro';
                    font-size: 16px;
                    font-weight: 900;
                    margin-right: 0.5em;
                    width: 1em;
                    overflow: visible;
                    display: inline-block;
                    text-align: center;
                }


                /*
                .helpInfo .legend li.history-culture::before { color: #a75e4f; }
                .helpInfo .legend li.community::before { color: #ef5a2b; }
                .helpInfo .legend li.connection-access::before { color: #e8a423; }
                .helpInfo .legend li.ecology-habitat::before { color: #52c0a6; }
                .helpInfo .legend li.project-vision::before { content: '\f00d'; }
                .helpInfo .legend li.events::before { content: '\f05b'; font-weight: 300; }
                .helpInfo .legend li.the-team::before { content: '\f192'; font-weight: 300; }
                */
                .helpInfo .legend li.events.past .legendMarker::before { color: black !important; }

                .helpInfo .legend li.toggle .legendMarker::before {
                    content: '\f0c8';
                    font-weight: 300;
                    /* color: rgb(12, 64, 53); */
                }

                    .helpInfo .legend li.toggle.on .legendMarker::before { content: '\f14a'; }

                    .helpInfo .legend li.toggle:hover .legendMarker::before { font-weight: 900; }

            .helpInfo .legend li .customLegendMarker { 
                left: 0;
                position: absolute;
                font-size: 16px;
                line-height: 1.25em;
                height: 1.25em;
                width: 1.5em;
                text-align: center;
                display: flex;
                align-items: center;
            }

                .helpInfo .legend li .customLegendMarker img { 
                    max-height: 1.25em;
                    max-width: 1em;
                    margin-right: 0.5em;
                    display: inline-block;
                }

    .helpInfo *:last-child { margin-bottom: 0; }


#chattahoochee-map-container {
    position: relative;
    height: 100%;
}

#chattahoochee-map-container .sidebar {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: white;
    width: 25%;
    /* min-width: 430px; */
    min-width: 395px;
    max-width: 634px;
    box-shadow: 0 0 5px rgba(60,57,53,0.3);
    bottom: 30px;
    transition: .2s all ease-in-out;
}

#chattahoochee-map-container .sidebar.collapsed { 
    bottom: auto; 
    left: 65px;
}

#chattahoochee-map-container .sidebar .contentWrapper {
        padding: 25px 30px;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        height: 100%;   
}


#chattahoochee-map-container .sidebar.collapsed .contentWrapper {
        padding: 0;
}

html, body { height: 100%;}
body { min-height: 100%; }


.mapWrapper {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
}

body {
        display: flex;
        flex-direction: column;
}

html {
        /* height: calc(100% - 32px); */
}



footer {
        flex-grow: 0;
        flex-shrink: 0;
}

strong { 
    color: inherit; 
    font-family: FuturaLTPro-Bold;
}

ul { padding-left: 1.5em; }

ul,li { color: inherit; }

.site-header {
        flex-grow: 0;
        flex-shrink: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

#content > div.page > .entry-title {
        display: none;
}

#container {
        flex-grow: 1;
        flex-shrink: 1;
        height: 10%; /* arbitrary minimal value, without which Safari won't scale this flex element */
}

#content {
        height: 100%;
}

.page.hentry {
        height: 100%;
}

.entry-content {
        height: 100%;
}

/* map pages */

.sidebar .expand {
        position: absolute;
        left: 100%;
        top: 25px;
        width: 25px;
        background-color: white;
        height: 50px;
        box-shadow: 0 0 5px rgba(60,57,53,0.3), 5px 0px 5px -6px inset rgba(60,57,53,0.3);
        box-shadow: 3px -3px 3px rgba(60,57,53,0.15), 3px 3px 3px rgba(60,57,53,0.15), 5px 0px 5px -6px inset rgba(60,57,53,0.3);
        border-color: rgba(60,57,53,0.15);
}
.sidebar.collapsed .expand {
        top: 0;
        left: -65px;
}

.sidebar .expand::before {
        content: '\f053';
        font-family: 'Font Awesome 6 Pro';
        line-height: 50px;
        text-align: center;
        position: relative;
        display: block;
        font-size: 12px;
        font-weight: 300;
        padding-right: 0.125em;
        cursor: pointer;
}
.sidebar.collapsed .expand::before {
        content: '\f054';
    }



/*
.sidebar .expand::after {
        position: absolute;
        background-color: white;
        right: 100%;
        bottom: -3px;
        top: -3px;
        content: '';
        width: 5px;
}
*/


.mapControls button::after {
        /* content: ''; */
        color: #3c3935;
        font-family: 'Font Awesome 6 Pro';
        content: 'x';
        font-size: 21px;
        line-height: 40px;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 300;
        transition: .2s all ease-in-out;
}

    .mapControls button.home::after { content: '\f015'; }
    .mapControls button.zoomIn::after { content: '\f067'; }
    .mapControls button.zoomOut::after { content: '\f068'; }
    .mapControls button.help::after { content: '\f059'; }


.mapControls button {
        color: transparent;
        width: 40px;
        height: 40px;
        background-color: white;
        border: none;
        margin: 10px 0 0 0;
        box-shadow: 0 0 5px rgba(60,57,53,0.3);
        font-family: 'Font Awesome 6 Pro';
        overflow: hidden;
        cursor: pointer;
        position: relative;
        transition: .2s all ease-in-out;
}

.mapControls button:hover,
.mapControls button.open {
        background-color: #3c3935;
       
}
.mapControls button:hover::after,
.mapControls button.open::after { color: white; }


#chattahoochee-map-container .sidebar .entry-title {
    color: #0c4035;
    text-transform: uppercase;
    /* font-size: 45px; */
    /* font-size: 34px; */
    /* font-size: 22px; */
    font-size: 30px;
    font-family: FuturaLTPro-Bold;
    letter-spacing: 1px;
    line-height: 1.125em;
    margin: 10px 0;
}
#chattahoochee-map-container .sidebar .description {
    /* margin: 15px 0 30px; */
    margin: 10px 0 20px;
    font-size: 14px;
}
#chattahoochee-map-container .sidebar .description p { font-size: inherit; }
@media screen and (min-width: 769px) {
    #chattahoochee-map-container .sidebar.collapsed .entry-title,
    #chattahoochee-map-container .sidebar.collapsed .description { display: none; }
}

#chattahoochee-map-container .sidebar h2 {
        color: #0c4035;
        text-transform: uppercase;
        /* font-size: 18px; */
        font-size: 15px;
        font-family: FuturaLTPro-Bold;
        letter-spacing: 0.5px;
        margin: 0.5em 0;
}

#chattahoochee-map-container .sidebar .point.hidden { display: none; }

#chattahoochee-map-container .sidebar .point,
#chattahoochee-map-container .sidebar .category-filter,
#main > .chattahoochee-story li.story {
        box-shadow: 0 0 5px rgba(60,57,53,0.3);
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
        margin: 15px 0;
        /* min-height: 68px; */
        /* padding: 25px 60px 25px 94px; */
        min-height: 60px;
        padding: 15px 50px 15px 84px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        border-right: 6px solid transparent;
}

/*
#chattahoochee-map-container .sidebar .history-culture,
#main > .chattahoochee-story li.story.history-culture { border-right: 6px solid #a75e4f; }
#chattahoochee-map-container .sidebar .community,
#main > .chattahoochee-story li.story.community { border-right: 6px solid #ef5a2b; }
#chattahoochee-map-container .sidebar .connection-access,
#main > .chattahoochee-story li.story.connection-access { border-right: 6px solid #e8a423; }
#chattahoochee-map-container .sidebar .ecology-habitat,
#main > .chattahoochee-story li.story.ecology-habitat { border-right: 6px solid #52c0a6; }

#chattahoochee-map-container .sidebar .event.upcoming,
#main > .chattahoochee-story li.story.events { border-right: 6px solid rgb(23, 164, 222); }
*/
#chattahoochee-map-container .sidebar .event.past { border-right-color: black !important; }

#chattahoochee-map-container .sidebar .point::after,
#chattahoochee-map-container .sidebar .category-filter::after,
#main > .chattahoochee-story li.story::after {
        content: '\f054';
        font-family: 'Font Awesome 6 Pro';
        font-size: 12px;
        font-weight: 300;
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
        transition: .2s all ease-in-out;
}

#chattahoochee-map-container .sidebar .point:hover::after,
#chattahoochee-map-container .sidebar .point:hover h3,
#chattahoochee-map-container .sidebar .category-filter:hover::after,
#chattahoochee-map-container .sidebar .category-filter:hover h3,
#main > .chattahoochee-story li.story:hover::after,
#main > .chattahoochee-story li.story:hover a { color: #17a4de; }

#chattahoochee-map-container .sidebar .point .thumbnail img,
#chattahoochee-map-container .sidebar .category-filter .thumbnail img,
#main > .chattahoochee-story li.story .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#chattahoochee-map-container .sidebar .list .featured,
#chattahoochee-map-container .sidebar .list .categories,
#chattahoochee-map-container .sidebar .list .stories { margin-bottom: 30px; }

#chattahoochee-map-container .sidebar p {
    line-height: 1.25em;
    color: #3c3935;
}

#chattahoochee-map-container .sidebar .smallCategoryFilter {
    box-shadow: 0 0 5px rgba(60,57,53,0.3);
    display: flex;
}
#chattahoochee-map-container .sidebar .smallCategoryFilter.hidden { display: none; }
#chattahoochee-map-container .sidebar .smallCategoryFilter label {
    display: inline-block;
    padding: 1em;
    background-color: #f0efef;
    color: #3c3935;
    flex-grow: 0;
    flex-shrink: 0;
    /* font-size: 15px; */
    font-size: 12px;
    line-height: 23px;
}
#chattahoochee-map-container .sidebar .smallCategoryFilter label::before {
    content: '\f640';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    margin-right: 0.5em;
}
#chattahoochee-map-container .sidebar .smallCategoryFilter .filterSelect {
    display: inline-block;
    flex-grow: 1;
    flex-shrink: 1;
    cursor: pointer;
}
#chattahoochee-map-container .sidebar .smallCategoryFilter .thumbnail {
    width: 34px;
    left: 25px;
}
#chattahoochee-map-container .sidebar .smallCategoryFilter .thumbnail img {
        top: 50%;
        position: relative;
        transform: translateY(-50%);
}
#chattahoochee-map-container .sidebar .smallCategoryFilter .categoryOption {
    position: relative;
    padding: 1em 40px 1em 65px;
    border-right: none !important;
}
#chattahoochee-map-container .sidebar .smallCategoryFilter .categoryOption a { text-decoration: none; }
#chattahoochee-map-container .sidebar .smallCategoryFilter .selectedDisplay .categoryOption::after {
    content: '\f0dd';
    font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -4px;
}
#chattahoochee-map-container .sidebar .smallCategoryFilter .filterSelect.open .selectedDisplay .categoryOption::after { 
    content: '\f0de'; 
    margin-top: 5px;
}
#chattahoochee-map-container .sidebar .smallCategoryFilter h3 {
    color: #3c3935;
    font-family: 'FuturaLTPro-Book';
    /* font-size: 15px; */
    font-size: 12px;
    transition: .2s all ease-in-out;
}
#chattahoochee-map-container .sidebar .smallCategoryFilter .categoryOption:hover h3 { color: #17a4de; }
#chattahoochee-map-container .hidden { display: none; }
#chattahoochee-map-container .sidebar .smallCategoryFilter .dropDown { display: none; }
#chattahoochee-map-container .sidebar .smallCategoryFilter .filterSelect.open .dropDown { display: block; }
#chattahoochee-map-container .sidebar .smallCategoryFilter .dropDown .categoryOption.selected { display: none; }

#chattahoochee-map-container .sidebar .back {
    color: #3c3935;
    font-size: 14px;
    margin: 1em 0;
    cursor: pointer;
        transition: .2s all ease-in-out;
}
#chattahoochee-map-container .sidebar .back:hover { color: #17a4de; }

#chattahoochee-map-container .sidebar .back::before {
    content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 8px;
    margin-right: 0.5em;
    vertical-align: middle;
    line-height: 14px;
}

#chattahoochee-map-container .sidebar .story .content {
    font-size: 14px;
}

#chattahoochee-map-container .sidebar .story .content > h2 {
    color: #0c4035;
    text-transform: none;
    /* font-size: 45px; */
    /* font-size: 34px; */
    /* font-size: 22px; */
    font-size: 30px;
    font-family: FuturaLTPro-Bold;
    letter-spacing: 1px;
    line-height: 1.125em;
    margin: 10px 0;

}

#chattahoochee-map-container .sidebar .story .content > img.thumbnail {
    margin: 1em 0;
}

#chattahoochee-map-container .sidebar .story .content .image { 
    position: relative; 
    margin: 1em 0;
}

#chattahoochee-map-container .sidebar .story .content .image .date {
    height: 60px;
    width: 68px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px;
    font-weight: bold;
    font-family: FuturaLTPro-Bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgb(23, 164, 222);
    background-color: white;
}

    #chattahoochee-map-container .sidebar .story .content .image .date .day {
        font-size: 24px;
        display: block;
        line-height: 1em;
    }

    #chattahoochee-map-container .sidebar .story .content .image .date .month {
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1em;
        display: block;
    }    


#chattahoochee-map-container .sidebar .story .content .readMore {
    /* padding: 10px 30px; */
    padding: 10px 20px;
    border: 2px solid #0c4035;
    text-transform: uppercase;
    text-decoration: none;
    color: #0c4035;
    font-family: FuturaLTPro-Bold;
    font-size: 15px;
    display: inline-block;
    margin: 2em 0 1em;
    transition: .2s all ease-in-out;
    cursor: pointer;
}
#chattahoochee-map-container .sidebar .story .content .readMore::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 9px;
    margin-left: 0.5em;
    vertical-align: middle;
    line-height: 15px;
}
#chattahoochee-map-container .sidebar .story .content .readMore:hover {
    color: white;
    background-color: #0c4035;
}


#chattahoochee-map-container .sidebar .story .nav {
    color: #3c3935;
    font-size: 14px;
    float: right;
    position: relative;
    margin-top: -3.5em;
}
#chattahoochee-map-container .sidebar .story .nav > div {
    display: inline-block;
    cursor: pointer;
        transition: .2s all ease-in-out;
    color: #3c3935;
}


#chattahoochee-map-container .sidebar .story .nav > div.prev::before {
    content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 8px;
    margin-right: 0.5em;
    vertical-align: middle;
    line-height: 14px;
}

#chattahoochee-map-container .sidebar .story .nav > div.next::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 8px;
    margin-left: 0.5em;
    vertical-align: middle;
    line-height: 14px;
}

#chattahoochee-map-container .sidebar .story .nav > div:hover { color: #17a4de; }


@media screen and (max-width: 768px) {
    #chattahoochee-map-container .mapControls {
        bottom: 60px;
    }
    #chattahoochee-map-container .sidebar {
        left: 0;
        top: 0;
        max-width: 100%;
        min-width: unset;
        width: 100%;
        bottom: 0;
    }
    #chattahoochee-map-container .sidebar.collapsed {
        left: 15px;
        right: 15px;
        width: auto;
        top: 15px;
    }
    #chattahoochee-map-container .sidebar .expand {
        left: 0;
        right: 0;
        width: auto;
        top: 0;
        height: 30px;
        box-shadow: none;
    }
    #chattahoochee-map-container .sidebar .expand::before {
        content: '\f077';
        line-height: 30px;
    }
    #chattahoochee-map-container .sidebar.collapsed .expand {
        top: 70vh;
        top: calc(var(--vh, 1vh) * 70); /* for browsers like Safari that don't support vh */
    }
    #chattahoochee-map-container .sidebar.collapsed .expand::before {
        content: '\f078';
    }
    #chattahoochee-map-container .sidebar .contentWrapper {
        padding-top: 30px;
        position: relative;
    }
    /*
    #chattahoochee-map-container .sidebar .smallCategoryFilter { display: none; }
    #chattahoochee-map-container .sidebar.collapsed .smallCategoryFilter { display: flex; }
    */


    
    #chattahoochee-map-container .sidebar {
            top: auto;
            height: 25vh;
            height: calc(var(--vh, 1vh) * 25); /* for browsers like Safari that don't support vh */
            z-index: 3;
    }
    #chattahoochee-map-container .sidebar .expand {
            z-index: 4;
    }
    #chattahoochee-map-container .mapControls,
    #chattahoochee-map-container .helpInfo {
            bottom: calc(25vh + 15px);
            bottom: calc((var(--vh, 1vh) * 25) + 15px); /* for browsers like Safari that don't support vh */
    }

    #chattahoochee-map-container .sidebar .smallCategoryFilter {
            position: fixed;
            right: 30px;
            left: 30px;
            background-color: white;
            top: 95px;
            z-index: 5;
        display: flex !important;
    }

    #chattahoochee-map-container .sidebar .back {
            margin: 0 0 0.5em 0;
    }

    #chattahoochee-map-container .sidebar .story .content > h2,
    #chattahoochee-map-container .sidebar .entry-title {
            font-size: 20px;
            letter-spacing: 0;
    }

    footer p {
            font-size: 10px;
            padding: 6px 0;
    }

    footer .sm {
            margin-top: 4px;
    }



    #chattahoochee-map-container .sidebar.collapsed {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            height: auto;
    }
    #chattahoochee-map-container .sidebar.collapsed .expand {
            top: 67px;
    }
        #chattahoochee-map-container .sidebar.collapsed.nofilter .expand { top: 0; }
    #chattahoochee-map-container .sidebar.collapsed .contentWrapper {
            padding: 0 30px 25px !important;
            margin-top: 97px;
            height: calc(100% - 97px);
    }
        #chattahoochee-map-container .sidebar.collapsed.nofilter .contentWrapper {
            margin-top: 30px;
            height: calc(100% - 30px);
        }



}






/* blog posts */

#main > .chattahoochee-story {
    width: 96%;
    max-width: 1170px;
    margin: 60px auto 100px;
}

#main > .chattahoochee-story .entry-title {
    color: #0c4035;
    text-transform: none;
    font-size: 50px;
    font-family: FuturaLTPro-Bold;
    letter-spacing: 1px;
    line-height: 1.125em;
    margin: 10px 0 40px;
}
@media screen and (max-width: 640px) {
    #main > .chattahoochee-story .entry-title { 
        font-size: 40px; 
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 480px) {
    #main > .chattahoochee-story .entry-title { 
        font-size: 32px; 
    }
}
#main > .chattahoochee-story > .entry-title { display: none; }

#main > .chattahoochee-story p,
#main > .chattahoochee-story ul { color: rgb(60, 57, 53); }

/* #main > .chattahoochee-story .sidebarHeader { margin-top: 1em; } */

#main > .chattahoochee-story .sidebarHeader .date {
    font-family: FuturaLTPro-Bold;
    text-transform: uppercase;
    text-align: right;
    position: relative;
}
    #main > .chattahoochee-story .sidebarHeader .date:not(:empty) { margin-bottom: 40px; }

    #main > .chattahoochee-story .sidebarHeader .date .day {
        font-size: 50px;
        display: block;
        line-height: 1em;
    }
    #main > .chattahoochee-story .sidebarHeader .date .monthYear {
        font-size: 18px;
        display: block;
    }
    #main > .chattahoochee-story .sidebarHeader .date:not(:empty)::after {
        content: '';
        width: 70px;
        height: 1px;
        background-color: #d4d5d6;
        display: block;
        position: absolute;
        bottom: -20px;
        right: 0;
    }

#main > .chattahoochee-story .sidebarHeader .attribution {
    text-align: right;
    color: #3c3935;
    font-size: 14px;
    margin-bottom: 30px;
}
    #main > .chattahoochee-story .sidebarHeader .attribution a {
        color: #3c3935;
        text-decoration: none;
        transition: .2s all ease-in-out;
        line-height: 24px;
    }
    #main > .chattahoochee-story .sidebarHeader .attribution a:hover { color: #17a4de; }
    #main > .chattahoochee-story .sidebarHeader .attribution .thumbnail {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
    }

    #main > .chattahoochee-story .sidebarHeader .attribution .author::before {
        content: '\f007\00a0\00a0';
        color: #17a4de;
        font-family: 'Font Awesome 6 Pro';
        font-weight: 300;
        font-size: 16px;
    }

    #main > .chattahoochee-story.story-categories-events .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:first-child .mapLink:first-child { 
        float: left; 
        position: relative;
        z-index: 2;
    }

    #main > .chattahoochee-story.story-categories-events .sidebarHeader .attribution { display: none; }

    #main > .chattahoochee-story.story-categories-events .sidebarHeader .eventInfo {
        margin-bottom: 3em;
        text-align: right;
    }

        #main > .chattahoochee-story.story-categories-events .sidebarHeader .eventInfo .time { color: rgb(60, 57, 53); }
        #main > .chattahoochee-story.story-categories-events .sidebarHeader .eventInfo .address { margin-bottom: 0.5em; }
        #main > .chattahoochee-story.story-categories-events .sidebarHeader .eventInfo .location { 
            margin-top: 0.5em;
            font-family: FuturaLTPro-Bold;
        }

        #main > .chattahoochee-story.story-categories-events .sidebarHeader .eventInfo .rsvp-link {
            font-family: FuturaLTPro-Bold;
            text-transform: uppercase;
            text-decoration: none;
        }

        #main > .chattahoochee-story.story-categories-events .sidebarHeader .eventInfo .rsvp-link::after {
            content: '\f054';
            font-family: 'Font Awesome 6 Pro';
            font-weight: 300;
            font-size: 9px;
            margin-left: 0.5em;
            margin-bottom: 3px;
            vertical-align: middle;
            display: inline-block;
        }

    #main > .chattahoochee-story.story-categories-events .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns:last-child { display: none; }
    #main > .chattahoochee-story.story-categories-events .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns:first-child { border-bottom: none; }


#main > .chattahoochee-story h2 {
    font-size: 24px;
    font-family: FuturaLTPro-Bold;
    letter-spacing: 0.25px;
    margin: 1.5em 0;
}

#main > .chattahoochee-story h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: FuturaLTPro-Bold;
    letter-spacing: 0.5px;
    margin: 1.5em 0;
}

#main > .chattahoochee-story .sidebarHeader h3 {
    color: #0c4035;
    margin: 55px 0 25px;
}

    #main > .chattahoochee-story .wp-block-image.headerIcon {
        float: left;
        margin: 0 !important;
        vertical-align: middle;
        height: 72px;
        width: 80px;
            display: flex;
            align-items: center;
    }

        #main > .chattahoochee-story .wp-block-image.headerIcon + h3 {
            min-height: 72px;
            margin: 1em 0 !important;
            display: flex;
            align-items: center;
        }

            #main > .chattahoochee-story .wp-block-image.headerIcon + h3::after {
                content: '';
                display: table;
                clear: both;
            }

        #main > .chattahoochee-story .wp-block-image.headerIcon + h3 + p { margin-top: 1em; }



#main > .chattahoochee-story .button,
.wp-block-button__link {
    padding: 10px 20px;
    border: 2px solid rgb(15, 62, 51);
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(15, 62, 51) !important;
    font-family: FuturaLTPro-Bold;
    font-size: 15px;
    display: inline-block;
    margin: 1em 0;
    transition: .2s all ease-in-out;
    cursor: pointer;
}

    .wp-block-button__link {
        background-color: transparent;
        border-radius: 0;
    }

    #main > .chattahoochee-story .button::after,
    .wp-block-button__link::after {
        content: '\f054';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 300;
        font-size: 9px;
        margin-left: 0.5em;
        vertical-align: baseline;
        position: relative;
        top: -2px;
    }
        .wp-block-button.download .wp-block-button__link::after { 
            content: '\f56d'; 
            font-size: 18px;
            font-weight: 400;
            vertical-align: middle;
        }

    #main > .chattahoochee-story .button:hover,
    .wp-block-button__link:hover {
        color: white !important;
        background-color: rgb(15, 62, 51);
    } 

    #main > .chattahoochee-story .button.rsvpLink {
        margin: 40px 0;
    }

#main > .chattahoochee-story ul.stories {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#main > .chattahoochee-story li.story { 
    padding: 5px 30px 5px 60px; 
    min-height: 48px;
    line-height: 1.125em;
    font-size: 15px;
}
#main > .chattahoochee-story li.story::after { right: 12px; }
#main > .chattahoochee-story li.story a {
    line-height: 1.25em;
    /* font-size: 15px; */
    font-size: 12px;
    font-family: FuturaLTPro-Bold;
    transition: .2s all ease-in-out;
    color: #0c4035 !important;
    text-decoration: none;
}
#main > .chattahoochee-story li.story a:hover { color: rgb(23, 164, 222) !important; }

#main > .chattahoochee-story ul.stories div.thumbnail {
    height: 100%;
    width: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns:not(:last-child) {
    border-bottom: 1px solid #d4d5d6;
}

.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column {
    position: relative;
}

.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:first-child .mapLink {
    color: #3c3935;
    font-size: 14px;
    text-decoration: none;
    line-height: 16px;
    transition: .2s all ease-in-out;
}
    .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:first-child .mapLink:hover { color: #17a4de; }
    .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:first-child .mapLink::before {
        content: '\f053';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 300;
        font-size: 8px;
        line-height: 16px;
    }

    .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:first-child .mapLink:last-child {
        position: absolute;
        bottom: 2em;
    }


.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child,
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child a,
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child blockquote {
    color: black;
}

.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child a { transition: .2s all ease-in-out; }
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child a:hover { color: #17a4de; }
           
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child h3 {
    color: #3c3935;
}

.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child p,
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child figure,
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child blockquote {
    margin: 2em 0;
}

.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child blockquote {
    padding-left: 32px;
    border-left: 5px solid #17a4de;
    font-style: italic;
    color: inherit;
    font-size: 20px;
}
@media screen and (max-width: 768px) and (min-width: 600px) {
    .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child blockquote {
        margin-left: 32px;
    }
}
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child blockquote * { 
    color: black;
    font-size: 20px; 
}


.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.leftDominant, 
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.rightDominant { 
    justify-content: space-between; 
    margin: auto;
}
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.leftDominant > .wp-block-column:last-child { flex-basis: 300px; }
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.leftDominant > .wp-block-column:last-child > * { margin-left: 0; }
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.leftDominant > .wp-block-column:first-child { flex-basis: calc(100% - 100px - 300px); }
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.rightDominant > .wp-block-column:first-child { flex-basis: 300px; }
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.rightDominant > .wp-block-column:first-child > * { margin-right: 0; }
.entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.rightDominant > .wp-block-column:last-child { flex-basis: calc(100% - 100px - 300px); }

@media screen and (max-width: 1024px) {
    .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.leftDominant > .wp-block-column:last-child { flex-basis: 240px; }
    .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.leftDominant > .wp-block-column:last-child > * { margin-left: 0; }
    .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.leftDominant > .wp-block-column:first-child { flex-basis: calc(100% - 60px - 240px); }
    .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.rightDominant > .wp-block-column:first-child { flex-basis: 240px; }
    .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.rightDominant > .wp-block-column:first-child > * { margin-right: 0; }
    .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.rightDominant > .wp-block-column:last-child { flex-basis: calc(100% - 60px - 240px); }
}

.wp-block-chattahoochee-featured-stories { 
    padding-top: 20px; 
    padding-bottom: 96px;
}   

#main .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child .wp-block-chattahoochee-stories-carousel h3 {
    color: #0c4035;
    font-size: 35px;
    text-transform: none;
    padding: 0 70px;
    margin: 40px 0 20px;
    line-height: 1.25em;
}

@media screen and (max-width: 768px) {
    .entry-content .wp-block-columns.wp-block-chattahoochee-stories-offset-columns { display: block; }
    .entry-content .wp-block-columns.wp-block-chattahoochee-stories-offset-columns { flex-direction: column-reverse; } 
    .entry-content .wp-block-columns.wp-block-chattahoochee-stories-offset-columns .wp-block-column { 
        margin-left: 0 !important; 
        margin-right: 0 !important; 
    }
    #main > .chattahoochee-story .sidebarHeader { margin-top: 1em; }
    #main > .chattahoochee-story .sidebarHeader::after { 
        display: table;
        clear: both;
        content: '';
    }
    #main > .chattahoochee-story .sidebarHeader .date,
    #main > .chattahoochee-story .sidebarHeader .attribution,
    #main > .chattahoochee-story .sidebarHeader .eventInfo { float: right; clear: right; }
    .wp-block-chattahoochee-featured-stories { padding: 0; }
    #main > .chattahoochee-story .sidebarHeader + .wp-block-chattahoochee-featured-stories { display: none; }
    .story-map { max-width: 300px; }
    .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:first-child .mapLink:last-child { display: none; }
    #main .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:last-child .wp-block-chattahoochee-stories-carousel h3 { 
        padding: 0; 
        text-align: center;
    }
    #main > .chattahoochee-story .wp-block-chattahoochee-stories-carousel li.story { min-height: 55px; }
    #main > .chattahoochee-story.story-categories-events .entry-content > .wp-block-columns.wp-block-chattahoochee-stories-offset-columns > .wp-block-column:first-child .mapLink:first-child { float: none; }
} 

#main .wp-block-chattahoochee-stories-carousel .slick-slider.stories {
    padding: 0 55px;
}

    .wp-block-chattahoochee-stories-carousel .slick-arrow {
        background: none;
        border: none;
        position: absolute;
        top: 30px;
        padding: 5px;
        cursor: pointer;
        width: 24px;
        white-space: nowrap;
        overflow: hidden;
        color: transparent;
    }

        .wp-block-chattahoochee-stories-carousel .slick-prev.slick-arrow { left: 0; }
        .wp-block-chattahoochee-stories-carousel .slick-next.slick-arrow { right: 0; }
        
        .wp-block-chattahoochee-stories-carousel .slick-arrow::before {
            color: #3c3935;
            font-family: 'Font Awesome 6 Pro';
            font-weight: 400;
            font-size: 26px;
            transition: .2s all ease-in-out;
        }        
        .wp-block-chattahoochee-stories-carousel .slick-arrow:hover::before { color: #17a4de; }

        .wp-block-chattahoochee-stories-carousel .slick-prev.slick-arrow::before { content: '\f053'; }
        .wp-block-chattahoochee-stories-carousel .slick-next.slick-arrow::before { content: '\f054'; }


#main > .chattahoochee-story .wp-block-chattahoochee-stories-carousel .slick-slide > div {
    margin: 0 15px;
}

    #main > .chattahoochee-story .wp-block-chattahoochee-stories-carousel .slick-slide li.story { 
        display: flex !important;
        align-items: center;
        /* min-height: 68px; */
        min-height: 60px;
        padding-left: 80px;
    }

        #main > .chattahoochee-story .wp-block-chattahoochee-stories-carousel ul.stories .slick-slide li.story .thumbnail {  width: 68px; }

#main > .chattahoochee-story .wp-block-chattahoochee-stories-carousel .slick-dots {
    list-style: none;
    margin-top: 15px;
    margin-left: 15px;
    padding: 0;
}

#main > .chattahoochee-story .wp-block-chattahoochee-stories-carousel .slick-dots li { 
    display: inline-block; 
    margin-right: 16px;
}

#main > .chattahoochee-story .wp-block-chattahoochee-stories-carousel .slick-dots button {
    background: none;
    border: none;
    overflow: hidden;
    color: transparent;
    width: 1.25em;
    padding: 0;
    cursor: pointer;
}
        
        #main > .chattahoochee-story .wp-block-chattahoochee-stories-carousel .slick-dots button::before {
            content: '\f111';
            color: #3c3935;
            font-family: 'Font Awesome 6 Pro';
            font-weight: 400;
            font-size: 14px;
        }
        
        #main > .chattahoochee-story .wp-block-chattahoochee-stories-carousel .slick-dots button:hover::before,
        #main > .chattahoochee-story .wp-block-chattahoochee-stories-carousel .slick-dots .slick-active button::before {
            font-weight: 900;
        }
        
        #main > .chattahoochee-story .wp-block-chattahoochee-stories-carousel .slick-dots .slick-active button::before {
            color: #17a4de;
        }


/* category page */

.page-header.sec-banner.greyscale { 
    position: relative; 
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 250px;
}

.page-header.sec-banner.greyscale > * {
    position: relative;
    z-index: 3;
}
    
    .page-header.sec-banner.greyscale img {
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: grayscale(0.6);
        z-index: 1;
    }

    .page-header.sec-banner.greyscale::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(12,64,53,0.2);
        pointer-events: none;
        z-index: 2;
    }

    .page-header.sec-banner.greyscale h2 {
        font-size: 60px;
        padding-bottom: 10px;
        line-height: 1.25em;
    }

        .page-header.sec-banner.greyscale h2::after {
            width: 170px;
            height: 5px;
            bottom: 0;
            margin-left: -85px;
        }  

        @media screen and (max-width: 768px) {
            .page-header.sec-banner.greyscale h2 { font-size: 55px; }
        }

        @media screen and (max-width: 480px) {
            .page-header.sec-banner.greyscale { min-height: 250px; }
            .page-header.sec-banner.greyscale h2 { font-size: 36px; }
            .page-header.sec-banner.greyscale h2::after {
                width: 120px;
                margin-left: -60px;
                height: 4px;
            }
        }  

    .page-header.sec-banner.greyscale .map_link {
        padding: 10px 20px;
        border: 2px solid white;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        font-family: FuturaLTPro-Bold;
        font-size: 15px;
        display: inline-block;
        margin: 40px 0 0;
        transition: .2s all ease-in-out;
        cursor: pointer;
    }
        .page-header.sec-banner.greyscale .map_link::before {
            content: '\f5a0';
            font-family: 'Font Awesome 6 Pro';
            font-weight: 300;
            font-size: 16px;
            margin-right: 0.5em;
            vertical-align: baseline;
            line-height: 15px;
        }
        .page-header.sec-banner.greyscale .map_link:hover {
            color: rgb(23, 164, 222);
            background-color: white;
        }    

#breadcrumbs {
    width: 96%;
    max-width: 1570px;
    margin: 1em auto;
    font-size: 14px;
    color: #3c3935;
}

    #breadcrumbs a {
        color: #3c3935;
        text-decoration: none;
        transition: .2s all ease-in-out;
    }

        #breadcrumbs a:hover { color: #17a4de; }

    #breadcrumbs i {
        font-size: 9px;
        position: relative;
        top: -1px;
        margin: 0 0.5em;
    }


.storiesList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    width: 96%;
    max-width: 1170px;
    margin: 60px auto 100px;
}

    @media screen and (max-width: 1024px) {
        .storiesList { 
            -ms-grid-columns: repeat(2, 1fr);
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media screen and (max-width: 600px) {
        .storiesList { 
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }
    }

    .storiesList .story {
        position: relative;
        box-shadow: 0 0 5px rgba(60,57,53,0.3);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

        .storiesList .story > a {
            position: relative;
            display: block;
            background-color: rgb(134, 149, 145);
        }

            .storiesList .story > a::before { 
                content: '';
                padding-top: 75%;
                float: left;
            }

            .storiesList .story > a::after { 
                display: table;
                clear: both;
                content: '';
            }

            .storiesList .story > a img {
                display: block;
                margin: 0;
                object-fit: cover;
                width: 100%;
                height: 100%;
                position: absolute;
                max-width: none;
            }

        .storiesList .story .date {
            position: absolute;
            background-color: white;
            top: 0;
            left: 0;
            padding: 12px 15px;
            color: rgb(12, 64, 53);
            font-weight: bold;
            font-family: FuturaLTPro-Bold;
            text-align: center;
            pointer-events: none;
        }

            .storiesList .story .date .day {
                font-size: 35px;
                display: block;
                line-height: 1em;
            }

            .storiesList .story .date .month {
                text-transform: uppercase;
                font-size: 16px;
                line-height: 1em;
                display: block;
            }


        .storiesList .story h3 { 
            font-family: FuturaLTPro-Bold;
            font-size: 18px;
            padding: 20px;
            flex-grow: 1;
        }

            .storiesList .story h3 a {
                font-family: inherit;
                font-size: inherit;
                text-decoration: none;
                transition: .2s color ease-in-out;
            }

                .storiesList .story > a:hover + h3 a, 
                .storiesList .story h3 a:hover { color: rgb(23, 164, 222); }


        .storiesList .story .info {
            border-top: 1px solid #d4d5d6;
            margin: 0 20px;
            padding: 1em 0;
        }

            .storiesList .story .info::after {
                content: '';
                display: table;
                clear: both;
            }

            .storiesList .story .info a {
                text-decoration: none;
                color: #3c3935;
                transition: .2s color ease-in-out;
                display: block;
                float: left;
                margin-right: 1em;
            }

                .storiesList .story .info a:hover { color: rgb(23, 164, 222); }

                .storiesList .story .info .thumbnail {
                    width: 30px;
                    height: 30px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-top: -3px;
                }

                .storiesList .story .info .author {
                    float: right;
                    margin-right: 0;
                    margin-left: 1em;
                }

                    .storiesList .story .info .author::before {
                        content: '\f007\00a0\00a0';
                        color: #17a4de;
                        font-family: 'Font Awesome 6 Pro';
                        font-weight: 300;
                        font-size: 16px;
                    }

.columnedLinks {
    background-image: url('../../../../themes/cr/images/bg.jpg');
    padding: 48px 0;
}

    .columnedLinks > h3 {
        color: #0c4035;
        font-size: 35px;
        font-family: FuturaLTPro-Bold;
        text-align: center;
        padding: 0 70px;
        margin: 40px 0 25px;
        line-height: 1.25em;
    }

    .columnedLinks > .entry-content > h2,
    section.block-generic .page > .entry-content > .columnedLinks > .entry-content > h2 {
        color: #0c4035;
        font-size: 35px;
        font-family: FuturaLTPro-Bold;
        text-align: center;
        padding: 0 70px;
        margin: 40px 0 32px;
        line-height: 1.25em;
    }

        @media screen and (max-width: 480px) {    
            .columnedLinks > .entry-content > h2,
            section.block-generic .page > .entry-content > .columnedLinks > .entry-content > h2 {
                padding: 0;
            }
        }

    .columnedLinks .cols {
        display: grid;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }

        .columnedLinks .col .thumbnail {
            height: 0;
            display: block;
            padding-top: 75%;
            position: relative;
        }

            .columnedLinks .col .thumbnail img {
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                filter: grayscale(0.6);
                transition: .2s filter ease-in-out;
            }
            .columnedLinks .col .thumbnail::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(12,64,53,0.2);
                pointer-events: none;
                opacity: 1;
                transition: .2s opacity ease-in-out;
            }

                .columnedLinks .col .thumbnail:hover img { filter: grayscale(0); }
                .columnedLinks .col .thumbnail:hover::after { opacity: 0; }

        .columnedLinks .col h3 {
            font-family: FuturaLTPro-Bold;
            font-size: 18px;
            text-transform: uppercase;
            text-align: center;
            margin-top: 1em;
        }

            .columnedLinks .col h3 a {
                font-family: inherit;
                font-size: inherit;
                text-decoration: none;
                transition: .2s color ease-in-out;
            }

                .columnedLinks .col .thumbnail:hover + h3 a, 
                .columnedLinks .col h3 a:hover { color: rgb(23, 164, 222); }


/* generic block-based page */

section.block-generic .page h1.entry-title { display: none; }

section.block-generic .page > .entry-content {
    margin: 80px auto 100px;
}

    @media screen and (max-width: 768px) {
        section.block-generic .page > .entry-content { margin: 60px auto 100px; }
    }

    @media screen and (max-width: 480px) {
        section.block-generic .page > .entry-content { margin: 40px auto 100px; }
    }

    section.block-generic .page > .entry-content > * {
        width: 96%;
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

        section.block-generic .page > .entry-content > div.alt,
        section.block-generic .page > .entry-content > section.columnedLinks {
            width: 100%;
            max-width: 100%;
            background-color: #f7f7f5;
            padding: 40px 0;
            margin: 40px 0;
        }

            section.block-generic .page > .entry-content > div.alt:last-child,
            section.block-generic .page > .entry-content > section.columnedLinks:last-child {
                margin-bottom: -100px;
            }

            section.block-generic .page > .entry-content > div.alt > *,
            section.block-generic .page > .entry-content > section.columnedLinks > * {
                width: 96%;
                max-width: 1170px;
                margin-left: auto;
                margin-right: auto;
            }

.columnedLinks {
    text-align: center;
}

    .columnedLinks .cols.cols1 { -ms-grid-columns: 1fr; grid-template-columns: 1fr; }
    .columnedLinks .cols.cols2 { -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; }
    .columnedLinks .cols.cols3 { -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; }
    .columnedLinks .cols.cols5 { -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; }


    /* for IE/11: */
    .columnedLinks .cols.cols4 > div:nth-child(4n+1) { -ms-grid-column: 1; }
    .columnedLinks .cols.cols4 > div:nth-child(4n+2) { -ms-grid-column: 2; }
    .columnedLinks .cols.cols4 > div:nth-child(4n+3) { -ms-grid-column: 3; }
    .columnedLinks .cols.cols4 > div:nth-child(4n+4) { -ms-grid-column: 4; }

    .columnedLinks .cols.cols5 > div:nth-child(3n+1) { -ms-grid-column: 1; }
    .columnedLinks .cols.cols5 > div:nth-child(3n+2) { -ms-grid-column: 2; }
    .columnedLinks .cols.cols5 > div:nth-child(3n+3) { -ms-grid-column: 3; }

    .columnedLinks .cols.cols3 > div:nth-child(3n+1) { -ms-grid-column: 1; }
    .columnedLinks .cols.cols3 > div:nth-child(3n+2) { -ms-grid-column: 2; }
    .columnedLinks .cols.cols3 > div:nth-child(3n+3) { -ms-grid-column: 3; }

    .columnedLinks .cols.cols2 > div:nth-child(2n+1) { -ms-grid-column: 1; }
    .columnedLinks .cols.cols2 > div:nth-child(2n+2) { -ms-grid-column: 2; }

    .columnedLinks .cols.cols1 > div { -ms-grid-column: 1 !important;  }

    .columnedLinks .cols > div:nth-child(-n+3) { -ms-grid-row: 1; } /* 1-3 */
    .columnedLinks .cols > div:nth-child(n+4):nth-child(-n+6) { -ms-grid-row: 2; } /* 4-6 */
    .columnedLinks .cols > div:nth-child(n+7):nth-child(-n+9) { -ms-grid-row: 3; } /* 7-9 */

    .columnedLinks .cols.cols4 > div:nth-child(n+4) { -ms-grid-row: 1; } /* 4 */
    .columnedLinks .cols.cols5 > div:nth-child(n+4):nth-child(-n+6) { -ms-grid-row: 2; } /* 4-6 */


    @media screen and (min-width: 880px) and (max-width: 1280px) {
        .columnedLinks .cols { 
            -ms-grid-columns: 1fr 1fr 1fr; 
            grid-template-columns: 1fr 1fr 1fr; 
        }
        /* for IE/11: */
        .columnedLinks .cols.cols4 > div:nth-child(4n+1) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols4 > div:nth-child(4n+2) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols4 > div:nth-child(4n+3) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols4 > div:nth-child(4n+4) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols4 > div:nth-child(3n+1) { -ms-grid-column: 1; }
        .columnedLinks .cols.cols4 > div:nth-child(3n+2) { -ms-grid-column: 2; }
        .columnedLinks .cols.cols4 > div:nth-child(3n+3) { -ms-grid-column: 3; }

        .columnedLinks .cols.cols5 > div:nth-child(5n+1) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols5 > div:nth-child(5n+2) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols5 > div:nth-child(5n+3) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols5 > div:nth-child(5n+4) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols5 > div:nth-child(5n+5) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols5 > div:nth-child(3n+1) { -ms-grid-column: 1; }
        .columnedLinks .cols.cols5 > div:nth-child(3n+2) { -ms-grid-column: 2; }
        .columnedLinks .cols.cols5 > div:nth-child(3n+3) { -ms-grid-column: 3; }

        .columnedLinks .cols > div:nth-child(n+4):nth-child(-n+6) { -ms-grid-row: 2 !important; } /* 4-6 */

    }
    @media screen and (min-width: 480px) and (max-width: 880px) {
        .columnedLinks .cols,
        .columnedLinks .cols.cols3,
        .columnedLinks .cols.cols5 { 
            -ms-grid-columns: 1fr 1fr; 
            grid-template-columns: 1fr 1fr; 
        }
        /* for IE/11: */
        .columnedLinks .cols.cols3 > div:nth-child(3n+1) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols3 > div:nth-child(3n+2) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols3 > div:nth-child(3n+3) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols3 > div:nth-child(2n+1) { -ms-grid-column: 1; }
        .columnedLinks .cols.cols3 > div:nth-child(2n+2) { -ms-grid-column: 2; }

        .columnedLinks .cols.cols4 > div:nth-child(4n+1) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols4 > div:nth-child(4n+2) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols4 > div:nth-child(4n+3) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols4 > div:nth-child(4n+4) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols4 > div:nth-child(2n+1) { -ms-grid-column: 1; }
        .columnedLinks .cols.cols4 > div:nth-child(2n+2) { -ms-grid-column: 2; }

        .columnedLinks .cols.cols5 > div:nth-child(5n+1) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols5 > div:nth-child(5n+2) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols5 > div:nth-child(5n+3) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols5 > div:nth-child(5n+4) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols5 > div:nth-child(5n+5) { -ms-grid-column: unset; }
        .columnedLinks .cols.cols5 > div:nth-child(2n+1) { -ms-grid-column: 1; }
        .columnedLinks .cols.cols5 > div:nth-child(2n+2) { -ms-grid-column: 2; }

        .columnedLinks .cols > div:nth-child(-n+2) { -ms-grid-row: 1; } /* 1-2 */
        .columnedLinks .cols > div:nth-child(n+3):nth-child(-n+4) { -ms-grid-row: 2 !important; } /* 3-4 */
        .columnedLinks .cols > div:nth-child(n+5):nth-child(-n+6) { -ms-grid-row: 3 !important; } /* 5-6 */
    }
    @media screen and (max-width: 480px) {
        .columnedLinks .cols { 
            -ms-grid-columns: 1fr !important; 
            grid-template-columns: 1fr !important; 
        }
        /* for IE/11: */
        .columnedLinks .cols > div { -ms-grid-column: 1 !important; }
        .columnedLinks .cols > div:nth-child(1) { -ms-grid-row: 1 !important; }
        .columnedLinks .cols > div:nth-child(2) { -ms-grid-row: 2 !important; }
        .columnedLinks .cols > div:nth-child(3) { -ms-grid-row: 3 !important; }
        .columnedLinks .cols > div:nth-child(4) { -ms-grid-row: 4 !important; }
        .columnedLinks .cols > div:nth-child(5) { -ms-grid-row: 5 !important; }
    }

    .columnedLinks .cols > div,
    .columnedLinks > .wp-block-column {
        text-align: center;
        padding: 0 !important;

    }


section.block-generic .page > .entry-content h2 {
    font-size: 32px;
    font-family: FuturaLTPro-Bold;
    margin-bottom: 0.5em;
}

section.block-generic .page > .entry-content > div.mapPageLink > .contents { display: flex; }

section.block-generic .page > .entry-content > div.mapPageLink .list,
section.block-generic .page > .entry-content .wp-block-columns.has-2-columns .wp-block-column:first-child { 
    flex-basis: calc(45% - 16px); 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.block-generic .page > .entry-content .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.leftDominant.verticallyCenter .wp-block-column:first-child,
section.block-generic .page > .entry-content .wp-block-columns.wp-block-chattahoochee-stories-offset-columns.rightDominant.verticallyCenter .wp-block-column:last-child { 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.block-generic .page > .entry-content > div.mapPageLink:nth-child(2) .list {
    justify-content: flex-start;
}

section.block-generic .page > .entry-content > div.mapPageLink .image,
section.block-generic .page > .entry-content .wp-block-columns.has-2-columns .wp-block-column:last-child { 
    flex-basis: calc(55% - 16px); 
    margin-left: 32px;
}

section.block-generic .page > .entry-content > div.mapPageLink .image img { width: 100%; }

section.block-generic .page > .entry-content .wp-block-columns.has-2-columns { margin: 80px auto; }

@media screen and (max-width: 768px) {
    section.block-generic .page > .entry-content .wp-block-columns.has-2-columns { margin: 60px auto; }
    section.block-generic .page > .entry-content > div.mapPageLink > .contents { flex-wrap: wrap; }
    section.block-generic .page > .entry-content .wp-block-columns.has-2-columns > .wp-block-column,
    section.block-generic .page > .entry-content > div.mapPageLink > .contents > * {
        flex-basis: 100% !important;
        margin-left: 0 !important;
    }
    section.block-generic .page > .entry-content > div.mapPageLink > .contents .image { margin-top: 32px; }
}
@media screen and (max-width: 480px) {
    section.block-generic .page > .entry-content .wp-block-columns.has-2-columns { margin: 40px auto; }
}

ul.pageLinks {
    list-style-type: none;
    padding: 0;
    margin-bottom: 1em;
}
ul.pageLinks li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: FuturaLTPro-Bold;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 68px;
    min-height: 60px;
    display: inline-block;
    line-height: 1.125em;

    display: flex;
    align-items: center;
}
    ul.pageLinks li a span::after {
        content: '\f054';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 300;
        font-size: 9px;
        margin-left: 0.5em;
        margin-bottom: 3px;
        vertical-align: middle;
        display: inline-block;
    }
ul.pageLinks .thumbnail {
    max-height: 60px;
    max-width: 68px;
    vertical-align: middle;
    position: absolute;
    left: 0;
}
/* .wp-block-chattahoochee-image-slider .slick-slider { margin: 0 40px; } */
.wp-block-chattahoochee-image-slider .slick-arrow {
    background: none;
    border: none;
    color: transparent;
    width: 40px;
    height: 100%;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 2;
    white-space: nowrap;
    outline: none;
}
.wp-block-chattahoochee-image-slider .slick-prev { left: 0; }
.wp-block-chattahoochee-image-slider .slick-next { right: 0; }
.wp-block-chattahoochee-image-slider .slick-arrow::before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 30px;
    font-weight: 900;
    transition: .1s all ease-in-out;
    color: rgb(12, 64, 53);
    display: inline-block;
    text-align: center;
    width: 0.6667em;
    height: 1em;
    line-height: 1em;
    padding: 10px;
    box-sizing: content-box;
    background-color: rgba(255,255,255,0.5);
}
.wp-block-chattahoochee-image-slider .slick-arrow:hover::before { 
    color: rgb(23, 164, 222); 
    background-color: rgba(255,255,255,0.8);
}
.wp-block-chattahoochee-image-slider .slick-prev::before { content: '\f053'; }
.wp-block-chattahoochee-image-slider .slick-next::before { content: '\f054'; }
.wp-block-chattahoochee-image-slider .slick-slide a { text-decoration: none; }
.wp-block-chattahoochee-image-slider .slick-slide img { width: 100%; }
.wp-block-chattahoochee-image-slider .slick-slide h3.caption { 
    text-align: center;
}


.wp-block-embed-youtube {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.explore {
    text-transform: uppercase;
    text-decoration: none;
    font-family: FuturaLTPro-Bold;
    font-size: 15px;
    display: inline-block;
    margin: 20px 0 0;
    transition: .2s all ease-in-out;
    cursor: pointer;
}
    a.explore::before {
        content: '\f5a0';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 300;
        font-size: 16px;
        margin-right: 0.5em;
        vertical-align: baseline;
        line-height: 15px;
    }
    a.explore::after {
        content: '\f054';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 300;
        font-size: 9px;
        margin-left: 0.5em;
        margin-bottom: 3px;
        vertical-align: middle;
        display: inline-block;
    }


/* blog archive pages and search results */

.page-header.simple h2 {
    color: #0c4035;
    text-transform: none;
    font-size: 50px;
    font-family: FuturaLTPro-Bold;
    letter-spacing: 1px;
    line-height: 1.125em;
    margin: 10px 0 20px;
    text-align: center;
}

    @media screen and (max-width: 768px) {
        .page-header.simple h2 { 
            font-size: 32px; 
            letter-spacing: 0.5px;
        }
    }

    @media screen and (max-width: 480px) {
        .page-header.simple h2 { 
            font-size: 24px; 
            letter-spacing: 0;
        }
    }  

.navigation.pagination {
    text-align: center;
    margin: 1em;
}

    .storiesList + .navigation.pagination { margin-top: -50px; }

    .navigation.pagination .screen-reader-text { display: none; }




/* search form */

.search-form {
    text-align: center;
}

    .search-form .search-field {
        border: 1px solid #e7e7e6;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(231,231,230,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(231,231,230,1);
        box-shadow: 0px 0px 5px 0px rgba(231,231,230,1);
        font-size: 20px;
        font-weight: normal;
        height: 45px;
        margin-bottom: 15px;
        padding: 0 5px !important;
    }


    .search-form .search-submit {
        padding: 10px 20px;
        border: 2px solid rgb(15, 62, 51);
        text-transform: uppercase;
        text-decoration: none;
        color: rgb(15, 62, 51) !important;
        font-family: FuturaLTPro-Bold;
        font-size: 15px;
        display: inline-block;
        margin: 1em 0;
        transition: .2s all ease-in-out;
        cursor: pointer;
        background-color: white;
    }

        .search-form .search-submit::after {
            content: '\f054';
            font-family: 'Font Awesome 6 Pro';
            font-weight: 300;
            font-size: 9px;
            margin-left: 0.5em;
            vertical-align: baseline;
            position: relative;
            top: -2px;
        }

        .search-form .search-submit:hover {
            color: white !important;
            background-color: rgb(15, 62, 51);
        } 

    .search-form + .storiesList { margin-top: 32px; }




.iconHighlight {
    width:35px;
    height:35px;
    border: solid 5px rgba(255,255,255,0.7);
    cursor: pointer;
    border-radius: 50%;
}