:root {
    --ColorOne: #253b90; /* blue */
    --ColorTwo: #000;
    --ColorThree: #265459; /* green */
    --ColorFour: #0d0d0d;
    --ColorFive: #f5f5f5;
    --ColorTen: #ffffff;
}
body {
    background: var(--ColorTen);
}
#xticontent {
    padding: 0;
}
.topBar {
    /* height: 10px; */
    background: var(--ColorOne);
    color: var(--ColorTwo);
    font-weight: bolder;
    padding: 0px;
    text-align: center;
}
    .topBar a {
        color: var(--ColorFive);
        text-decoration: none;
    }
    .topBar a:hover {
        color: var(--ColorTwo);
        text-decoration: none;
    }
#header {
    background: transparent;
    /*background: url(/_theme/assets/img/hero.jpg) no-repeat center center;
    background-size: contain;
    background-size: cover;
    height: 100vh; /* full view height */
    /* min-height: 800px; */ 
    color: var(--ColorTwo);
}
#main {
    /*   margin-top: -800px; */ 
    min-height: 600px;
    /* border-top: 1px solid #f2f2f2; */
}
.logo {
    float: left;
    margin: 35px 70px 0px 0px;
    max-width: 320px;
    padding: 10px;
}
.xtiZoom {
    transition: transform 1s;
    margin: 0;
}
.nav > li > a {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
}
.nav {
    color: black;
}
.navbar {
    border-radius: 0;
    margin: -60px 0 0 0;
}
.navbar-inverse {
    background-color: transparent;
    border-color: #f2f2f2f2;
    border: 0;

}


/* Main content centering */
.hero-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15px;
}

    .hero-main h1 {
        font-size: 4.5rem; /* Large but responsive */
        margin-bottom: 20px;
    }

    .hero-main p {
        font-size: 1.6rem;
        max-width: 800px;
        margin: 0 auto 40px;
    }

/* Action boxes using Bootstrap 3 panels or thumbnails */
.action-boxes .row {
    margin: 0 -15px; /* counteract container padding if needed */
}

.action-box {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s;
    /* margin-bottom: 20px; */
    color: wheat;
}

    .action-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.4);
    }

    .action-box h3 {
        margin: 0 0 15px;
        font-size: 3.6rem;
        color: #9fcacf;
    }
    .action-box p {
        /* margin: 0 0 20px; */
        font-size: 2.1rem;
        line-height: 1.5rem;
    }

    .action-box .btn {
        margin-top: 10px;
    }
    .action-box .btn-primary {
        color: #fff;
        /*   background-color: #58878c;
          
        background-color: #00a5c9;
        background-color: #1d5c86; */
        background-color: #4b383a;
        border-color: #265459;
        min-width: 120px;
    }
        .action-box .btn-primary:hover {
            border-color: #ffe2c3;
        }

/* alt containers */
.ContentBlock {
    overflow: hidden;
}
.form-inline .form-control {
    width: 100%;
}

.ContentBlockAlt1 {
    position: relative;
    min-width: 1px;
    min-height: 1px;
    box-shadow: none;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden;
    border: 0;
    font-size:1.25em;
 /*   height: 100vh; */
}

.ContentBlockAlt2 {
    background: #00ABD1;
    color: #0d0d0d;
    padding: 0 5px;
    border: 0;
    overflow: hidden;
}
.ContentBlockAlt3 {
    border: 0;
    padding: 60px;
    overflow: hidden;
    font-size: 2em;
    color: #265459;
}

.ContentBlockAlt4 {
    background: #265459;
    padding: 25px;
    color: #f5f5f5;
    overflow: hidden;
}

.ContentBlockAlt5 {
    background: #333333;
    padding: 25px;
    color: white;
    overflow: hidden;
    margin: 0 -15px;
}
.ContentBlockAlt5 a {
    color: #eeeeee;
    text-decoration: none;
}
    .ContentBlockAlt5 a:hover {
        color: var(--ColorTen);
        text-decoration: underline;
    }
.ContentBlockAlt6 {
    background: #4D515C;
    padding: 25px;
    color: #e1e1e1;
    overflow: hidden;
    margin: 0 -15px;
    border: 0;
    min-height: 280px;
}

.ContentBlockAlt7 {
    padding: 10px;
    background: transparent;
    overflow: hidden;
    min-height: 300px;
}
    .ContentBlockAlt7::after {
        content: "";
        background-color: black;
        background: url(/_theme/assets/img/hero.jpg) no-repeat;
        /* background-size: 100%; */
        height: 100%;
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
       /* opacity: 0.5; */
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
.ContentBlockAlt8 {
    color: white;
    font-size: 1em;
    border-radius: 5px;
    box-shadow: none;
    padding: 10px;
    background: #003366;
    overflow: hidden;
}
.ContentBlockAlt8 a {
    color: #eeeeee;
    text-decoration: none;
}

    .ContentBlockAlt8 a:hover {
        color: var(--ColorTen);
        text-decoration: underline;
    }
.ContentBlockAlt9 {
    background: #7ca7ac;
    color: #0d0d0d;
    padding: 12px;
    margin: 0 -15px;
    overflow: hidden;
}
.ContentBlockAlt10 {
    padding: 20px 0;
    background: #ffffff;
    margin: 30px -15px;
    border-radius: 15px;
    overflow: hidden;
}
    .ContentBlockAlt10 img {
        border: 0;
        border-radius: 8px;
        margin: 12px auto;
    }
.SectionTitle {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.SectionTitleAlt1 {
    background: var(--ColorTen);
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
    border: 0;
    text-align: center;
    border-bottom: solid 2px #F2C53D;
}


.SectionTitleAlt2 {
    background: #265459;
    color: white;
    font-size: 32px;
    line-height: 61px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
    text-align: center;
    border-radius: 5px;
}

.SectionTitleAlt3 {
    background: #EBEDF3;
    color: #333333;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.SectionTitleAlt4 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 0;
}

.SectionTitleAlt5 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 0;
}

    .navbar-inverse .navbar-nav > li > a {
    color: #eeeeee;
    font-size: 1.25em;
    text-decoration: none;
}

a {
    color: #212121;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #000000;
        text-decoration: underline;
    }
/* .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #d91e50;
} red bars */
.navbar-inverse .navbar-nav > li > a {
    color: #222222;
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #000;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
    background-color: transparent;
}

.nav > li {
    color: white;
    margin: 0 2px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    margin: 10px;
}
.footer a, .footer a:link {
    color: #0d0d0d;
    text-decoration: none;
    letter-spacing: 1px;
}
.footer-copyright {
    background: white;
    color: silver;
}
.footer-copyright a {
    color: silver;
}
.footerText, .fBlock {
    text-align: right;
    margin: 16px;
}
.footerLogo {
    width: 250px;
}
.footer-menu {
    margin-bottom: 20px;
}

.footer-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-nav-list li {
        margin: 10px 0; /* vertical spacing between items */
    }

        .footer-nav-list li a {
            display: inline-block;
            background-color: rgba(38, 84, 89, 0.08);
            color: #0d0d0d;
            text-decoration: none;
            font-weight: 500;
            padding: 10px 24px;
            border-radius: 3px;
            min-width: 90%;
            transition: all 0.22s ease;
            text-align: left;
        }

            .footer-nav-list li a:hover,
            .footer-nav-list li a:focus {
                background-color: #265459; /* your green on hover */
                color: #f5f5f5; /* light text on dark bg for contrast */
                transform: translateY(-2px); /* subtle lift effect */
                box-shadow: 0 4px 12px rgba(38, 84, 89, 0.25);
            }
.footer a:visited {
    color: #0d0d0d;
    text-decoration: none;
    letter-spacing: 1px;
}
.SearchBox {
    margin: 70px 0 0 0;
}
#searchResults {
    font-size: 1.5em;
    margin: 0 auto;
    width: 100%;
    background: var(--ColorTen);
    text-align: center;
}
.btn-style1 {
    color: var(--ColorTen);
    background-color: #088295;
    border-color: #231f20;
    font-size: 1em;
}

    .btn-style1:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }
.btn-style2 {
    color: var(--ColorTen);
    background-color: #243c91;
    border-color: #231f20;
    font-size: 1em;
}
    .btn-style2:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.xtiEntryFooter .btn-primary {
    color: #fff;
    background-color: #231f20;
    border-color: #0a0909;
}
.footer {
    /* background-image: linear-gradient(169deg, rgb(44 39 40 / 78%) 30%, #292929 100%), url(/_theme/assets/img/HeroSample.jpg); */
    /* background-size: cover; */
    /* background-attachment: fixed; */
    position: relative;
    color: #0d0d0d;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    padding: 50px;
    border-top: 1px solid;
    min-height: 250px;
    background: transparent;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* temp stuff */
.StartR3 .ContentBlockAlt10::before {
    background-color: #9fcacf;
    content: "";
    display: block;
    height: 100px;
    margin: -50px auto;
    position: relative;
    top: -50px;
    width: 2px;
    z-index: 9;
}
.StartR3 .ContentBlockAlt10 {
    margin: 50px -15px;
    border-radius: 15px;
    overflow: visible;
}
.MyHalf {
    width: 49%;
    padding: 20px;
    margin: 0 auto;
    vertical-align: top;
    display: inline-block;
}
.MyButtonGroup {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 20px;
    padding-top: 20px;
  /*  border-bottom: dashed 3px #7ca7ac;
    border-top: dashed 3px #9fcacf; */
}
    .MyButtonGroup .btn-primary {
        color: #fff;
        background-color: #061a5a;
        border-color: #041155;
        min-width: 120px;
        margin: 10px;
    }
.hrSpace {
    margin: 200px;
}
/* /temp stuff */

/* home page icons */
.quickLinks {
    z-index: 10;
    display: block;
    position: fixed;
    top: 140px;
    right: 0;
    transition: left 0.3s ease;
    text-align: center;
}
.quickLinkIcon {
    display: block;
    margin: 10px 0;
    border-radius: 5px 0 0 5px;
    padding: 15px 10px 10px 15px;
    color: #ffffff;
    /* background-color: #1D5C86; 
    background-color: #265459;*/
    background-color: #28646adb;
}

    .quickLinkIcon:hover {
        background-color: #061a5a;
    }

    .quickLinkIcon a {
        color: #ffffff;
        text-decoration: none;
    }

/* content icons */
.quickLinkBox {
    padding: 50px;
    text-align: center;
}

.quickLinkBoxIcon {
    border-right: solid 1px #e1e1e1;
    width: 22%;
    display: inline-block;
    text-align: center;
}

    .quickLinkBoxIcon a {
        color: var(--maroon);
        text-decoration: none;
        /* -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--black);
        */
    }

        .quickLinkBoxIcon a:hover {
            color: var(--black);
            text-decoration: none;
            /*    -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--black); */
        }

@media screen and (max-width: 988px) {
    .ContentBlockAlt3 {
        border: 0;
        padding: 10px;
        overflow: hidden;
        font-size: 1.25em;
        color: #A66D03;
    }
}
    @media screen and (max-width: 768px) {
        #main {
            margin-top: -600px;
        }
        .navbar {
            border-radius: 0;
            margin: 0 0 0 0;
            z-index: 200;
        }
        .navbar-inverse {
            background-color: #2b2b2b;
            border-color: #f2f2f2f2;
            border: 0;
        }
        .navbar-inverse .navbar-nav > li > span {
            color: #000;
            width: 46%;
            text-align: right;
            padding: 13px 20px;
            /*   background: #222222; */
        }

            .navbar-inverse .navbar-nav > li > span:hover {
                color: #000;
                cursor: pointer;
                /* background: #080808; */
            }

        .navbar-inverse .navbar-nav > li > a {
            color: #fff;
            width: 50%;
        }

        .navbar-inverse .navbar-nav > li > span:hover {
            color: #000;
            cursor: pointer;
            background: transparent;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
            color: #000;
        }
        .topBar {
            height: 60px;
            background: var(--ColorFive);
            color: var(--ColorOne);
        }

            .quickLinks {
                z-index: 1;
                display: block;
                position: fixed;
                top: 0;
                right: 0;
                transition: left 0.3s ease;
                text-align: center;
                width: 100%;
            }
        .quickLinkIcon {
            display: inline-block;
            margin: 10px 0;
            border-radius: 5px 5px 5px 5px;
            padding: 0;
            width: 22%;
        }
        .SectionTitleAlt2 {
            font-size: 22px;
            line-height: 41px;
        }
        .action-box {
            background: rgb(0 0 0 / 61%);
        }
        .hrSpace {
            margin:2px;
        }
        .MyHalf {
            width: 100%;
            padding: 20px;
            margin: 0 auto;
            vertical-align: top;
            display: inline-block;
        }
    }
@media (max-width: 767px) {
    .action-section {
        margin-top: -120px; /* Less aggressive on small screens */
    }

    .hero-main h1 {
        font-size: 2.8rem;
    }

    .hero-main p {
        font-size: 1.3rem;
    }

    .action-box {
        margin-bottom: 30px;
    }
}