:root {
    --primary-red: #BB130C;
    --primary-gold: #cc8800;
    --opaque-gold: rgb(204,136,0,.8);
    --primary-gray: rgba(47,43,38,0.95);
}
html, li, p {
    font-size: unset;
}

body {
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.25em;
}

h2, h3, h4, h5 {
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.625rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.5rem;
}

    h4 > span {
        font-size: 0.8em;
        font-style: italic;
        font-weight: normal;
        text-transform: none;
    }

h2 > span {
    font-size: 0.8em;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}

h5 {
    font-size: 1.618rem;
}

h6 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1em;
    padding-top: 1.5rem;
}

li, p {
    font-size: 1.125em;
    line-height: 1.675em;
}
.Normal {
    font-size: 14px;
    line-height: 1.428;
}

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}


.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}


.searchSkinObjectPreview_group {
    display: none;
}

ul.dnnAdminTabNav {
    height: 40px;
    border-radius: 0 !important;
}


/* styling for the Edit Profile and My Account links in User Profiles */
.dnnActions {
    display: inline-block;
}

    .dnnActions li {
        margin-right: 5px;
        list-style: none;
        float: left;
    }


/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel {
    text-align: left;
    width: auto;
}

.dnnLabel + span {
    white-space: normal;
}







/* Content formatting */

#Content, #TopContent {
    margin-top: 10px;
}

div.nav-center-logo a img{
    max-width:150px;
}
/* fix for DNN dropdown lists being cut off*/
.dnnDropDownList .selected-item, .dnnDropDownList .selected-item a {
    height: 35px !important;
}


/* fix for coloring on DNN Check boxes and radio */
.dnnCheckbox .mark, .dnnRadiobutton .mark{ background: none;}




/* OVERRIDE Navigation style*/
.bg-fire{
    background-color:var(--primary-red);
    /*border-bottom:3px solid var(--primary-gold);*/
}

/*.navbar-nav > li {*/
    /*box-shadow: 0 1px 0 #c0d2e5;
    border-bottom: 3px solid transparent;*/
    /*margin-right:0.5em;*/ /*0.875em;*/
    /*padding: 0 1.75rem;
}*/
.navbar-nav > li:hover:not(.logo-item) {
        border-top: 3px solid var(--primary-gold);
}
    .navbar-nav > li.active:not(.logo-item) {
        border-top: 3px solid var(--primary-gold);
    }
    .navbar-nav > li.active > a.nav-link {
        color:#fff;
    }


/*contrast header navigation more*/
/* changing brand text color*/
.bg-fire .navbar-brand,
.bg-fire .navbar-text {
    color: #fff;
}
/* navigation link text color */
.bg-fire .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
    font-weight:600;
}
/* navigation links anchor hover and active styles */
.bg-fire .nav-item.active .nav-link,
.bg-fire .nav-item:hover .nav-link {
    color: #fff;
}

.bg-fire .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-nav {
    text-transform: uppercase;
}
.dropdown-menu {
    background: #3b3a3a;
    left:0;
}
.dropdown-menu li,
.dropdown-menu li:last-child {
        border-bottom: none;
        border-bottom: 3px solid #fff;
        box-shadow: 0 1px 0 #c0d2e5;
        /*margin: 0 0.875em;*/
        padding: 0.5rem 1.75rem;
        color:rgb(255,255,255,.8);
    }

.dropdown-menu li:hover {
    background: transparent;
    border-bottom: 3px solid #fff;
    box-shadow: 0 1px 0 #fff;
}

.dropdown-menu a:hover {
    color: #fff;
    margin: 0;
}

.dropdown-menu li.active > a,
.dropdown-menu li.active a:focus {
    color: #c0d2e5;
}
    .dropdown-menu li:hover {
        background-color: var(--primary-gold);
    }

    .dropdown-menu li:active {
        background-color: var(--primary-red);
    }
/*.nav-link{
    padding:.5rem 1.75rem;
}*/
.dropdown-menu li.active a:hover {
    color: #fff;
}

.dropdown-menu .nav-item a.nav-link{
    padding:0.5rem 0;
}
header .bg-fire .dropdown-item{
    color:#fff;
}
header .bg-fire .dropdown-item.active, header .bg-fire .dropdown-item:active {
    background-color: transparent;
}
header .bg-fire a.dropdown-item.visited, header .bg-fire a.dropdown-item:visited {
    color:inherit;
}
header .bg-fire .dropdown-item:hover, header .bg-fire .dropdown-item:focus{
    background-color:transparent;
}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
header .top {
    line-height: 1.5em;
    font-size: 10pt;
    background-color: #AB997F;
    box-shadow: 1px 1px 13px #000;
    position: relative;
    font-weight:600;
}
header .top h2{
    display:inline-block;
    float:left;
}
    header .top, header .top div {
        height: 2.5em;
        line-height: 2.5em;
        font-size: 10pt;
    }

        header .top ul {
            list-style: none
        }

            header .top ul li {
                display: inline-block;
                padding-right: 3em;
            }

@media screen and (max-width:1000px){
    header .top ul{
        display:none;
    }
}

    /* Ensure your navbar has a fixed structural height */
    .navbar {
        height: 80px;
        position: relative;
    }

    @media (min-width: 992px) {
        /* Main wrapper that houses the wings and the logo */
        .split-nav-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 100%;
            width: 100%;
        }

        /* Keep the left and right spaces perfectly equal */
        .nav-side {
            flex: 1 1 0;
            display: flex;
            align-items: center;
        }

        .nav-left {
            justify-content: flex-end;
        }

        .nav-right {
            justify-content: flex-start;
        }

        /* Target the central logo area */
        .nav-center-logo {
            flex: 0 0 auto;
            padding: 0 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

            /* Force the logo image to overflow vertically */
            .nav-center-logo img {
                max-height: 140px; /* Bigger than the 80px navbar to overflow */
                width: auto;
                display: block;
                position: relative;
                z-index: 1100;
            }
    }

    /* Graceful Fallback for Mobile Viewports */
    @media (max-width: 991.98px) {
        .navbar {
            height: auto;
        }

        .split-nav-wrapper {
            display: block;
        }

        .nav-center-logo {
            display: none !important;
        }

        .mobile-logo-wrapper img {
            max-height: 45px;
        }
    }



    /* Fix styling for the mobile DNN logo token layout wrapper */
    .mobile-logo-wrapper a,
    .mobile-logo-wrapper img {
        display: inline-block;
        max-height: 40px; /* Constrain mobile height */
        width: auto;
    }

    /* Initially hide the skip link off-screen */
    .skip-link {
        position: absolute;
        top: -100px; /* Moves it completely out of view */
        left: 0;
        background: #000000;
        color: #ffffff;
        padding: 10px 20px;
        font-weight: bold;
        z-index: 9999; /* Ensures it sits on top of all other elements */
        transition: top 0.2s ease-in-out;
        text-decoration: none;
    }
        /* Bring the link into view when it receives keyboard focus */
        .skip-link:focus {
            top: 0; /* Brings it down to the top of the viewport */
            outline: 3px solid #ffcc00; /* High contrast outline for accessibility */
            color:#fff;
        }
 