.vc_desktop .site-content#content,
#content.site-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

html {
    scroll-behavior: smooth;
}

/* ALABAMA 250 TOP NAV */
.al250-hero-topbar-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
}

.al250-hero-topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px;
    border-radius: 0;
    background: linear-gradient(90deg, #ffffff 0%, #bf0a30 45%, #002d72 100%);
    box-shadow: none;
    margin: 0;
}

.al250-hero-topbar-logo img {
    width: auto;
    height: 80px;
    object-fit: contain;
    display: block;
}

.al250-hero-topbar-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.al250-hero-topbar-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 999px;
    background: #003366;
    transition: background 0.2s ease, color 0.2s ease, border-bottom 0.2s ease;
}

.al250-hero-topbar-link:hover,
.al250-hero-topbar-link.is-active {
    color: #fff;
    background: #bf0a30;
    text-decoration: none;
}

.al250-hero-topbar-link.is-active {
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.9);
}

/* HERO */
.al250-hero {
    position: relative;
    min-height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.al250-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.22);
}

.al250-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px 45px;
    text-align: center;
}

.al250-banner img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.al250-subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

/* TOP PILLS */
.al250-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.al250-pill {
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #111;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
    font-size: 18px;
}

.al250-pill:hover {
    background: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.al250-mobile-section-menu {
    display: none;
}

.al250-section-select {
    width: 100%;
    max-width: 420px;
    min-height: 48px;
    padding: 10px 44px 10px 16px;
    border: 0;
    border-radius: 6px;
    background-color: rgba(255,255,255,.96);
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.al250-section-select:focus {
    outline: 3px solid rgba(255,255,255,.45);
    outline-offset: 3px;
}

/* BLUE BAR */
.al250-bar {
    background: #0047a8;
    padding: 14px 20px;
}

.al250-bar-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}

.al250-bar a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.al250-bar a:hover {
    color: #fff;
    text-decoration: underline;
}

/* SECTIONS */
.al250-section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}


.al250-section:nth-of-type(even) {
    background: #f7f7f7;
}

.al250-alpha-section:nth-of-type(even) {
    background: transparent;
}

.al250-alpha-section {
    padding: 30px 0;
    border-bottom: none;
}

.al250-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.al250-section h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    margin-bottom: 35px;
    font-size: 38px;
    font-weight: 800;
}

.al250-section h2::before,
.al250-section h2::after {
    content: "\2605";
    flex: 1 1 80px;
    max-width: 260px;
    min-width: 42px;
    color: #bf0a30;
    font-size: 18px;
    line-height: 1;
    background-image: linear-gradient(#bf0a30, #bf0a30);
    background-repeat: no-repeat;
    background-size: calc(100% - 30px) 2px;
    background-position: left center;
}

.al250-section h2::before {
    text-align: right;
    background-position: left center;
}

.al250-section h2::after {
    text-align: left;
    background-position: right center;
}

/* FEATURED VIDEO TREATMENT */
.al250-featured {
    margin-bottom: 42px;
}

.al250-featured-link {
    display: block;
    text-decoration: none;
    color: #111;
}

.al250-featured-media {
    position: relative;
    min-height: 560px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.al250-featured-media:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
}

.al250-featured-play {
    position: absolute;
    z-index: 3;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.al250-featured-play:before {
    content: "";
    display: block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 26px solid #0047a8;
}

.al250-featured-foreground {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 760px;
}

.al250-featured-foreground img {
    width: 100%;
    display: block;
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(0,0,0,.30);
}

.al250-featured-content {
    padding-top: 20px;
}

.al250-year {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #888;
    margin-bottom: 8px;
}

.al250-featured-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.2;
}

.al250-featured-desc {
    font-size: 20px;
    line-height: 1.6;
}

/* CAROUSEL */
.al250-slider .item {
    padding: 0 12px;
}

.al250-card {
    background: inherit;
    margin-bottom: 0;
}

/* VERTICAL LIST */
.al250-vertical-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.al250-card a {
    display: block;
    color: #111;
    text-decoration: none;
}

.al250-card a,
.al250-card a:link,
.al250-card a:visited,
.al250-card a:hover,
.al250-card a:active,
.al250-card a:focus,
.al250-card a:hover .al250-year,
.al250-card a:hover .al250-card-title,
.al250-card a:hover .al250-card-desc {
    color: inherit;
    text-decoration: none;
}


.al250-vertical-list .al250-card a {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding: 28px;
    border-radius: 16px;
    background: #f2f2f2;
    /* box-shadow: 0 10px 11px rgba(0, 0, 0, .05); */
    border: solid;
    border-width: 1px;
    border-color: #d8dee3;
}

.al250-vertical-list .al250-card a:hover,
.al250-vertical-list .al250-card a:hover .al250-card-title,
.al250-vertical-list .al250-card a:hover .al250-card-desc,
.al250-vertical-list .al250-card a:hover .al250-year {
    color: inherit;
    text-decoration: none;
}

.al250-vertical-list .al250-card-media {
    flex: 0 0 32%;
    max-width: 32%;
}

.al250-vertical-list .al250-card-content {
    flex: 1 1 68%;
}

.al250-vertical-list .al250-card-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

@media (max-width: 992px) {
    .al250-vertical-list .al250-card a {
        flex-wrap: wrap;
    }

    .al250-vertical-list .al250-card-media,
    .al250-vertical-list .al250-card-content {
        flex: 1 1 100%;
        max-width: 100%;
    }
}


.al250-card-media {
    position: relative;
    margin-bottom: 12px;
}

.al250-card-media img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.al250-card-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    margin-top: -31px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

/* Make play arrow inside carousel circle solid white */


.al250-card-play:before {
    content: "";
    display: block;
    margin-left: 4px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 18px solid #0047a8;
}

.al250-card-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1.25;
}

.al250-card-desc {
    font-size: 18px;
    line-height: 1.5;
}

a.al250-featured-link:hover {
    text-decoration: none !important;
    color: inherit;
}

/* PLACEHOLDER */
.al250-empty {
    text-align: center;
    padding: 60px 20px;
    background: #f8f8f8;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 700;
}

.slick-prev,
.slick-next {
    z-index: 5;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 28px;
}



/* =====================================
3. BIGGER / BETTER CENTERED SLICK ARROWS
===================================== */

.al250-slider .slick-prev,
.al250-slider .slick-next {
    width: 54px;
    height: 54px;
    z-index: 20;
}

.al250-slider .slick-prev {
    left: -30px;
}

.al250-slider .slick-next {
    right: -30px;
}

.al250-slider .slick-prev:before,
.al250-slider .slick-next:before {
    font-size: 30px;
    color: #000;
    opacity: 1;
}

/* vertical centering */
.al250-slider .slick-prev,
.al250-slider .slick-next {
    top: 30%;
    transform: translateY(-50%);
}

/* Hide left arrow until user can go back */
.al250-slider .slick-prev.slick-disabled {
    opacity: 0 !important;
    pointer-events: none;
}


/* =====================================
4. OPTIONAL MOBILE ARROW TWEAK
===================================== */

@media (max-width: 768px) {

    .al250-slider .slick-prev {
        left: -6px;
    }

    .al250-slider .slick-next {
        right: -6px;
    }

    .al250-slider .slick-prev:before,
    .al250-slider .slick-next:before {
        font-size: 42px;
    }
}

/* SEARCH SECTION */
.al250-search-box {
    text-align: center;
    margin-top: 25px;
    position: relative;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.al250-search-icon {
    position: absolute;
    left: calc(50% - 238px);
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    pointer-events: none;
    z-index: 2;
}

.al250-search-clear {
    position: absolute;
    right: calc(50% - 238px);
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    transition: color 0.2s;
}

.al250-search-clear:hover {
    color: #666;
}

.al250-search-input {
    width: 100%;
    max-width: 500px;
    padding: 12px 18px 12px 40px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 8px;
    transition: border-color 0.2s;
}

.al250-search-input:focus {
    outline: none;
    border-color: #0047a8;
}

.al250-hero-inner .al250-search-box {
    width: 100%;
}

.al250-card.al250-hidden {
    display: none;
}

.al250-section.al250-empty-section {
    display: none;
}

/* SINGLE VIDEO PAGE */
.al250-single-hero {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

.al250-single-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    z-index: 0;
}

.al250-single-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.7);
    z-index: 1;
}

.al250-single-content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.al250-hero-main {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.al250-single-video {
    flex: 0 0 60%;
    max-width: 60%;
}

.al250-single-video .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.al250-single-video .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.al250-single-meta {
    flex: 1 1 40%;
    color: #fff;
}

.al250-single-year {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.al250-single-title {
    font-size: 36px;
    font-weight: 800;
    margin: 10px 0 0;
    color: #fff;
}

.al250-single-desc {
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 20px;
}

.al250-meta-tags {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.2);
}

.al250-meta-tags h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    color: #fff;
}

.al250-meta-tags .tag-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.al250-meta-tags a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,.4);
    padding: 5px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.al250-meta-tags a:hover {
    background: #fff;
    border-color: #fff;
    text-decoration: none;
}


.al250-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.al250-related-grid .al250-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.al250-related-grid .al250-card a {
    text-decoration: none;
    color: inherit;
}

.al250-related-grid .al250-card-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.al250-related-grid .al250-card-media img {
    width: 100%;
    height: auto;
    display: block;
}

.al250-related-grid .al250-card-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
 /*  background: rgba(0,0,0,.6);*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.3s ease;
    margin-left: 0;
    margin-top: 0;
}
/*.al250-related-grid .al250-card-play::before {
    content: "\25b6";
    color: #fff;
    font-size: 24px;
    margin-left: 4px;
}*/

.al250-related-grid .al250-card:hover .al250-card-play {
    transform: translate(-50%, -50%) scale(1.1);
}

.al250-related-grid .al250-year {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 5px;
    line-height: 14px;
}

.al250-related-grid .al250-card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 24px;
    color: #333;
}

.al250-related-grid .al250-card-desc {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
}

.al250-single-tags {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.al250-single-tags h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.al250-single-tags .tag-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.al250-single-tags a {
    color: #0047a8;
    text-decoration: none;
    font-weight: 600;
}

.al250-single-tags a:hover {
    text-decoration: underline;
}

/* TAG ARCHIVE */
.al250-tags-archive .al250-related-grid {
    margin-top: 30px;
}

.al250-tags-archive .al250-card {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.al250-tags-archive .al250-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.al250-tags-archive .al250-card-media {
    background: #000;
}

.al250-tags-archive .al250-card-play {
    width: 56px;
    height: 56px;
}

.al250-tags-archive .al250-card-play::before {
    font-size: 22px;
    margin-left: 3px;
}

.al250-tags-archive .al250-year {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 18px 20px 8px;
}

.al250-tags-archive .al250-card-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 20px 12px;
    line-height: 1.3;
    color: #111;
}

.al250-tags-archive .al250-card-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0 20px 20px;
}

@media (max-width: 991px) {
    .al250-featured-media {
        min-height: 460px;
        padding: 28px;
    }
}

@media (max-width: 768px) {
    .al250-section h2 {
        font-size: 30px;
        gap: 10px;
    }

    .al250-section h2::before,
    .al250-section h2::after {
        flex-basis: 42px;
        min-width: 28px;
        font-size: 14px;
        background-size: calc(100% - 22px) 2px;
    }

    .al250-featured-title {
        font-size: 24px;
    }

    .al250-featured-media {
        min-height: 340px;
        padding: 20px;
    }

    .al250-featured-play {
        width: 72px;
        height: 72px;
    }

    .al250-featured-play:before {
        border-top-width: 12px;
        border-bottom-width: 12px;
        border-left-width: 20px;
    }
}

@media (max-width: 992px) {
    .al250-hero-main,
    .al250-single-content {
        flex-direction: column;
    }

    .al250-hero-main {
        align-items: stretch;
        width: 100%;
    }

    .al250-single-video,
    .al250-single-meta {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }

    .al250-single-video .videoWrapper {
        width: 100%;
    }

    .al250-single-title {
        font-size: 28px;
    }

    .al250-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .al250-related-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
.al250-hero-topbar{
    background: #fff;
}
.al250-hero{
    min-height: auto;
}

.al250-pills {
    display: none;
}

.al250-mobile-section-menu {
    display: block;
    padding: 0 20px;
}

.al250-slider .slick-prev:before, .al250-slider .slick-next:before {
    font-size: 42px !important;
    color: #5aa1e3;
    opacity: 1;
}

.al250-banner {
    display: none;
}
.al250-hero-topbar-logo img {
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
.al250-hero-topbar-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
}

.al250-hero-main {
    gap: 0px;
}

.al250-single-content {
    padding: 20px 20px;
}
}

