/*----- family font -----*/

@font-face {
    font-family: 'family';
    src:
        local('Family'),
        url('/includes/public/fonts/family/Family-Light.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'family';
    src:
        local('Family'),
        url('/includes/public/fonts/family/Family-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'family';
    src:
        local('Family'),
        url('/includes/public/fonts/family/Family-Regular.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'family';
    src:
        local('Family'),
        url('/includes/public/fonts/family/Family-Italic.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'family';
    src:
        local('Family'),
        url('/includes/public/fonts/family/Family-Medium.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'family';
    src:
        local('Family'),
        url('/includes/public/fonts/family/Family-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'family';
    src:
        local('Family'),
        url('/includes/public/fonts/family/Family-Bold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'family';
    src:
        local('Family'),
        url('/includes/public/fonts/family/Family-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'family';
    src:
        local('Family'),
        url('/includes/public/fonts/family/Family-Heavy.otf') format('opentype');
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'family';
    src:
        local('Family'),
        url('/includes/public/fonts/family/Family-HeavyItalic.otf') format('opentype');
    font-weight: 800;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'family';
    src:
        local('Family'),
        url('/includes/public/fonts/family/Family-Black.otf') format('opentype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'family';
    src:
        local('Family'),
        url('/includes/public/fonts/family/Family-BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-display: swap;
    font-style: italic;
}

/*----- visuelt font -----*/

@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-thin-pro.otf') format('opentype');
    font-weight: 100;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-thin-italic-pro.otf') format('opentype');
    font-weight: 100;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-extralight-pro.otf') format('opentype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-extralight-italic-pro.otf') format('opentype');
    font-weight: 200;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-light-pro.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-light-italic-pro.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-regular-pro.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-italic-pro.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-medium-pro.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-medium-italic-pro.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-bold-pro.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-bold-italic-pro.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-black-pro.otf') format('opentype');
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'visuelt';
    src:
        local('visuelt'),
        url('/includes/public/fonts/visuelt/visuelt-black-italic-pro.otf') format('opentype');
    font-weight: 900;
    font-display: swap;
    font-style: italic;
}

/**
 * This file will be included in header in every page after reboot.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */
html {
    overflow-y: scroll;
}

body > .contentRender {
    min-height: 100%;
    height: 100%;
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */
html, body {
    height: 100%;
    font-family: var(--font-body);
    color: var(--sw-text-color);
}

body {
    background: var(--sw-body-bg);
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Skip links */
.skip-link[href] {
    z-index: 5000000;
    display: block;
    margin: 0;
    padding: var(--space-8) var(--space-12);
    width: auto;
    height: auto;
    font-size: var(--text-3xl);
    line-height: var(--leading-tight);
    color: var(--gray-100);
    text-align: center;
    border: 4px dashed var(--gray-100);
    background: var(--gray-900);
    opacity: 0;
    clip: auto;
    white-space: normal;
    pointer-events: none;
    transition: opacity 200ms cubic-bezier(0,0,0.3,1);
}

.skip-link[href]:focus-visible {
    opacity: 1;
    pointer-events: all;
}

/* Set General max-width of site content */
.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_collections_template_custom_list,
.contentRender_name_plugins_collections_template_custom_contacts,
.contentRender_name_plugins_blog_leisure_blog_posts,
.contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_crm_rfp,
.contentRender_name_plugins_crm_rsvp {
    width: 100%;
    padding: 0 var(--space-5);
    margin: 0 auto;
}

.contentRender_name_plugins_core_textbox {
    padding: var(--space-8) var(--space-5);
}

.contentRender_name_plugins_crm_dms_formbuilder {
	margin: 0 auto;
	max-width: var(--width-base);
}


.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_crm_rfp,
.contentRender_name_plugins_crm_rsvp {
    max-width: var(--width-comfortable);
}

@media (min-width: 64em) {
    .contentRender_name_plugins_core_textbox,
    .contentRender_name_plugins_search_results,
    .contentRender_name_plugins_nav_sitemap,
    .contentRender_name_plugins_common_button,
    .contentRender_name_plugins_collections_template_custom_list,
    .contentRender_name_plugins_collections_template_custom_contacts {
        max-width: var(--width-base);
    }

}

/* Panels */
.panel-page {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1fr auto;
    min-height: 100%;
}

.panel-navigation-share {
    display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: var(--width-collections);
    padding: 30px var(--space-5) 0;
    margin: 0 auto 28px;
}

.panel-navigation-share .navigation-container { 
	display: none; 
}

.panel-navigation-share .share-container { 
	margin-left: auto;
}

.panel-intro {
    max-width: var(--width-comfortable);
    margin: 0 auto;
    margin-bottom: var(--space-16);
    padding: 0 var(--space-5);
}

.panel-three-column,
.panel-two-column {
    max-width: var(--width-base);
    padding: 0;
    margin: 0 auto;
    margin-bottom: var(--space-8);
}

.panel-three-column :is(.left-container, .center-container, .right-container),
.panel-two-column :is(.left-container, .right-container) {
    padding: 0 var(--space-5);
}

:is(.panel-intro, .panel-three-column, .panel-two-column) .contentRender_name_plugins_core_textbox {
    padding: 0;
}

.sv-col > .contentRender > .sv-panel {
    margin-left: calc(-1 * var(--space-5));
    margin-right: calc(-1 * var(--space-5));
}

@media (min-width: 64em) {
    .panel-navigation-share .navigation-container { display: block; }

    .panel-three-column,
    .panel-two-column {
        display: flex;
    }

    .panel-two-column.sidebar-left .left-container {
        order: 1;
        flex-basis: 40%;
    }

    .panel-two-column.sidebar-left .right-container {
        order: 2;
        flex-basis: 60%;
    }

    .panel-two-column.sidebar-right .left-container {
        order: 1;
        flex-basis: 60%;
    }

    .panel-two-column.sidebar-right .right-container {
        order: 2;
        flex-basis: 40%;
    }

    .panel-two-column.even :is(.left-container, .right-container) {
        flex-basis: 50%;
    }

    .panel-three-column > * { flex-basis: calc(100% / 3); }
}

/* Inputs */

:is(input, button, select, textarea, a):focus-visible {
    outline: var(--sw-focus-color) solid 1px;
    outline-offset: 2px;
}

/* Video Play Button */

.shared-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
	width: 4.0625rem;
	aspect-ratio: 1;
	padding: 0;
    margin: 0;
	background-color: rgba(0, 0, 0, .35);
	border: 2px solid var(--white);
	border-radius: 50%;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
	font-size: var(--text-2xl);
	line-height: 1;
	text-align: center;
	color: var(--white);
	pointer-events: none;
	transition: background-color var(--transition-appendix);
}

@media (hover: hover) {
    .contentRender[class*="contentRender_name_plugins_collections"] .slide-top:hover .shared-play-button,
    .image-box-with-caption .slide-pic:hover .shared-play-button {
        background-color: var(--red);
    }
}

/* Image/Video Credits */

.slide-top .credits,
.related-content .credits,
.ccl-widget .credits,
.editorial-gallery .credits,
.image-box-with-caption .credits,
.panel-intro-cta .credits,
.panel-intro-3-images .credits,
.panel-intro-4-images .credits,
.panel-intro-5 .credits,
.core-v2-featured-information .credits {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: var(--space-2) var(--space-3);
	font-family: var(--font-body);
	font-size: .66rem;
	font-style: italic;
	text-shadow: 0 0 10px var(--black);
	color: var(--white);
	pointer-events: none;
	z-index: 10;
}
.credits a, .credits a:hover {
    color: inherit;
    position: relative;
    z-index: 100;
    pointer-events: all;
}
.credits a:hover {
    text-decoration: underline;
}

/* Slider Arrows */

.glide__arrows {
    display: flex;
    align-items: center;
    gap: var(--space-6);
}

.glide__arrow,
.sv-lightbox .arrow {
    --arrow-color: var(--gray-dark);
	--arrow-bg-color: var(--white);

	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 2.5rem;
	aspect-ratio: 1;
	flex-shrink: 0;
	padding: 0;
	margin: 0;
	background-color: var(--arrow-bg-color);
    border: 2px solid var(--arrow-bg-color);
	border-radius: var(--rounded-circle);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	font-size: var(--text-xl);
	color: var(--arrow-color);
	pointer-events: all;
    transition:
        color var(--transition-appendix),
        background-color var(--transition-appendix);
}

.glide__arrow i,
.sv-lightbox .arrow i {
	display: block;
	line-height: var(--leading-none);
}

@media (hover: hover) {
    .glide__arrow:hover,
    .sv-lightbox .arrow:hover {
        color: var(--white);
        background-color: var(--red);
    }
}

/* Fade effect for glide sliders */

.glide.fade .glide__slides {
	transform: none !important;
	display: block;
	width: auto !important;
}

.glide.fade .glide__slide {
	position: absolute;
	left: 0; 
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 800ms ease;
}

.glide.fade .glide__slide:first-child {
	position: relative;
}

.glide.fade .glide__slide--active {
	z-index: 2;
	opacity: 1;
}

/* responsive image */

.slide-img {
    background-color: #eee;
    background-position: 130% 0;
    background-size: 200% 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #eee 45%, #f6f6f6, #eee 65%);
    animation: img-loading 1200ms infinite ease-in-out;
}

.slide-img.loaded {
    animation: none;
}
      
@keyframes img-loading {
    to {
        background-position: -30% 0;
    }
}

/* Shared Scrollbar Styles - use .styled-scrollbar to add styles to any element*/

.styled-scrollbar {
    scrollbar-color: var(--sw-scrollbar-thumb-color) var(--sw-scrollbar-track-color);
    scrollbar-width: thin;
}

.styled-scrollbar::-webkit-scrollbar {
    width: var(--scrollbar-size);
    height: var(--scrollbar-size);
}

.styled-scrollbar::-webkit-scrollbar-track {
    background-color: var(--sw-scrollbar-track-color);
}

.styled-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--sw-scrollbar-thumb-color);
    border-radius: var(--rounded-md);
    border: 2px solid var(--sw-scrollbar-track-color);
}

.styled-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: var(--sw-scrollbar-thumb-hover);
}

.styled-scrollbar::-webkit-scrollbar-thumb:active {
    background-color: var(--sw-scrollbar-thumb-active);
}

/*----- date -----*/

.core-date-list .date,
.ccl-v2-widget .mini-date-section,
.nav-cards .mini-date-section,
.custom-listicle .mini-date-section,
.custom-mosaic .mini-date-section,
.preview-slider-with-header-1-across .mini-date-section,
.preview-slider-with-header-3-across .mini-date-section,
.thematic-map-slider .mini-date-section {
	--font-family: var(--font-display);
	--month-size: var(--text-xs);
	--day-size: var(--text-3xl);
	
	color: var(--sw-mini-date-color);
	background-color: var(--sw-mini-date-bg);
}

.ccl-v2-widget .mini-date-section,
.nav-cards .mini-date-section,
.custom-listicle .mini-date-section,
.custom-mosaic .mini-date-section,
.preview-slider-with-header-1-across .mini-date-section,
.preview-slider-with-header-3-across .mini-date-section,
.thematic-map-slider .mini-date-section {
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    gap: 5px;
	padding: var(--space-3) 10px 9px;;
	pointer-events: none;
	font-family: var(--font-family);
	text-transform: uppercase;
	text-align: center;
	font-weight: var(--font-weight-bold, 700);
}

.core-date-list .date .month,
.core-date-list .date .day,
.ccl-v2-widget .mini-date-section .date-month,
.ccl-v2-widget .mini-date-section .date-day,
.nav-cards .mini-date-section .date-month,
.nav-cards .mini-date-section .date-day,
.custom-listicle .mini-date-section .date-month,
.custom-listicle .mini-date-section .date-day,
.custom-mosaic .mini-date-section .date-month,
.custom-mosaic .mini-date-section .date-day,
.preview-slider-with-header-3-across .mini-date-section .date-month,
.preview-slider-with-header-3-across .mini-date-section .date-day,
.preview-slider-with-header-1-across .mini-date-section .date-month,
.preview-slider-with-header-1-across .mini-date-section .date-day,
.thematic-map-slider .mini-date-section .date-month,
.thematic-map-slider .mini-date-section .date-day {
	line-height: var(--leading-none);
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}

.ccl-v2-widget .mini-date-section .date-month,
.nav-cards .mini-date-section .date-month,
.custom-listicle .mini-date-section .date-month,
.custom-mosaic .mini-date-section .date-month,
.preview-slider-with-header-1-across .mini-date-section .date-month,
.preview-slider-with-header-3-across .mini-date-section .date-month,
.thematic-map-slider .mini-date-section .date-month {
	font-size: var(--month-size);
}

.ccl-v2-widget .mini-date-section .date-day,
.nav-cards .mini-date-section .date-day,
.custom-listicle .mini-date-section .date-day,
.custom-mosaic .mini-date-section .date-day,
.preview-slider-with-header-1-across .mini-date-section .date-day,
.preview-slider-with-header-3-across .mini-date-section .date-day,
.thematic-map-slider .mini-date-section .date-day {
	font-size: var(--day-size);
}

@media (min-width: 64em) {
    .core-date-list .date,
    .ccl-v2-widget .mini-date-section,
    .nav-cards .mini-date-section,
    .custom-listicle .mini-date-section,
    .custom-mosaic .mini-date-section,
    .preview-slider-with-header-1-across .mini-date-section,
    .preview-slider-with-header-3-across .mini-date-section,
    .thematic-map-slider .mini-date-section {
        --month-size: 0.8125rem;
        --day-size: 2.5rem;

        gap: 2px;
        padding: 14px 10px 7px;
    }
}

/*----- video player -----*/

.video-player {
    --plyr-color-main: var(--blue);
}

/*----- visitors -----*/

.visitorsPluginContainer {
    label.inline.req:after {
        right: auto;
    }

    .login_or,
    .fb-login-button {
        display: none;
    }
}

/*----- social share -----*/

.sv-share {
    display: block;
    width: auto;
    max-width: none;
    margin: 0;

    .sv-share-button-wrapper {
        display: block;
    }

    .sv-share-trigger {
        gap: 3px;
        font-family: var(--font-body);
        font-weight: var(--font-weight-medium);
        font-size: var(--text-base);
        line-height: var(--leading-none);
        color: var(--gray);
        transition: background-color var(--transition-appendix);
    }

    .sv-share-trigger-icon {
        color: var(--red);
    }
}

/*----- external textbox links -----*/

.contentRender_name_plugins_core_textbox a.external {
    display: inline;
    align-items: baseline;
    gap: var(--space-1);

    &::after {
        font: var(--fa-font-regular);
        font-size: 0.824em;
        content: '\f08e';
    }
}

/*----- audioeye -----*/

#ae_launcher.ae-active {
    bottom: 80px !important;
}

/*----- animations -----*/

@keyframes fade-in {
	from {
		opacity: 0;
		visibility: hidden;
	}
	to {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes fade-out {
	from {
		opacity: 1;
		visibility: visible;
	}
	to {
		opacity: 0;
		visibility: hidden;
	}
}

/*====================================*/
/*=====----- SHARED BUTTONS -----=====*/
/*====================================*/

/*----- default button -----*/

.button-default,
.custom-button .button-link,
.cookie-banner .button,
.ccl-v2-widget .widget-view-all,
.ccl-v2-widget:not(.tidbits, .side-by-side-v2-2-across, .cards-v2-4-across) .slide-footer .read-more,
.visitorsPluginContainer button.submit,
.quickview-detail .action-item {
    --text-color: var(--white);
    --background-color: var(--red);
    --border-color: var(--red);

    --text-color-hover: var(--red);
    --background-color-hover: var(--white);
    --border-color-hover: var(--red);

    display: inline-block;
    padding: 10px var(--space-5);
    margin: 0;
    font-family: var(--font-body);
    font-weight: var(--font-weight-bold);
    font-size: var(--text-base);
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: var(--text-color);
    background-color: var(--background-color);
    border: 1.5px solid var(--border-color);
    border-radius: var(--rounded-full);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    transition:
        color var(--transition-appendix),
        background-color var(--transition-appendix),
        border-color var(--transition-appendix);
}

.button-default.border,
.custom-button[data-style="alternate"] .button-link,
.ccl-v2-widget:is(.preview-slider-v2-2-across-fullwidth, .core-v2-callout-tiles, .cards-v2-4-across, .cards-v2-3-across) .widget-view-all,
.ccl-v2-widget:not(.tidbits, .preview-slider-v2-2-across-fullwidth, .side-by-side-v2-2-across, .core-v2-hero-image, .core-v2-hero-slideshow) .slide-footer .read-more {
    --text-color: var(--red);
    --background-color: var(--white);
    --border-color: var(--red);

    --text-color-hover: var(--white);
    --background-color-hover: var(--red);
    --border-color-hover: var(--red);
}

.button-default.border.white,
.ccl-v2-widget:is(.slider-v2-4-across) .widget-view-all {
    --text-color: var(--white);
    --background-color: var(--blue);
    --border-color: var(--white);

    --text-color-hover: var(--white);
    --background-color-hover: var(--red);
    --border-color-hover: var(--red);
}

@media (hover: hover) {
    .button-default:hover,
    .custom-button .button-link:hover,
    .cookie-banner .button:hover,
    .ccl-v2-widget .widget-view-all:hover,
    .ccl-v2-widget:not(.tidbits, .side-by-side-v2-2-across, .cards-v2-4-across) .slide-footer .read-more:hover,
    .visitorsPluginContainer button.submit:hover,
    .quickview-detail .action-item:hover {
        color: var(--text-color-hover);
        background-color: var(--background-color-hover);
        border-color: var(--border-color-hover);
    }
}

@media (min-width: 64em) {
    .button-default,
    .custom-button .button-link,
    .cookie-banner .button,
    .ccl-v2-widget .widget-view-all,
    .ccl-v2-widget:not(.tidbits, .side-by-side-v2-2-across, .cards-v2-4-across) .slide-footer .read-more,
    .visitorsPluginContainer button.submit,
    .quickview-detail .action-item {
        padding: 14px var(--space-6);

    }
}

/*----- arrow button -----*/

.button-arrow,
.blog-container .post-link,
.blog-container .paging-button .prev-link,
.blog-container .paging-button .next-link,
.blog-container .shared-back-button,
.blog-container .prev-post,
.blog-container .next-post,
.blog-container .related-item .read-more-link,
.ccl-v2-widget:is(.tidbits, .side-by-side-v2-2-across, .cards-v2-4-across) .slide-footer .read-more,
.announcements .read-more,
.trail-detail .info .link a,
.thematic-map-slider .slide-footer .read-more {
    --text-color: var(--red);
    --text-color-hover: var(--gray);

    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0;
    font-family: var(--font-body);
    font-weight: var(--font-weight-bold);
    font-size: var(--text-base);
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text-color);
    background: none;
    border: none;
    border-radius: 0;
    transition: color var(--transition-appendix);

    &::after {
        font: var(--fa-font-solid);
        font-size: var(--text-sm);
        content: '\f105';
        margin-top: -2px;
    }
}

.announcements .read-more {
    --text-color: inherit;
    --text-color-hover: inherit;
}

.blog-container .paging-button .prev-link,
.blog-container .shared-back-button,
.blog-container .prev-post {
    &::before {
        font: var(--fa-font-solid);
        font-size: var(--text-sm);
        content: '\f104';
    }

    &::after {
        display: none;
    }
}

.button-arrow.white {
    --text-color: var(--white);
    --text-color-hover: var(--white);

    border-bottom: 1px solid transparent;
    transition:
        color var(--transition-appendix),
        border-color var(--transition-appendix);
}

@media (hover: hover) {
    .button-arrow:hover,
    .blog-container .post-link:hover,
    .blog-container .paging-button .prev-link:hover,
    .blog-container .paging-button .next-link:hover,
    .blog-container .shared-back-button:hover,
    .blog-container .prev-post:hover,
    .blog-container .next-post:hover,
    .blog-container .related-item .read-more-link:hover,
    .ccl-v2-widget:is(.tidbits, .cards-v2-4-across) .slide-footer .read-more:hover,
    .announcements .read-more:hover,
    .trail-detail .info .link a:hover,
    .thematic-map-slider .slide-footer .read-more:hover {
        color: var(--text-color-hover);
        background: none;
    }

    .button-arrow.white:hover {
        border-color: var(--white);
    }
}