/* ============================================================
   NJDOC CONSOLIDATED STYLES
   Merged from: docStandards.css + doc-custom.css
   Plus: bg-docBlue navbar rule
   ============================================================ */

/* ===== NAVBAR (was missing – restores dark blue navigation bar) ===== */
.bg-docBlue {
    background-color: #003366 !important;
}

/* ===== Navbar link text — white, turns light grey on hover ===== */
.bg-docBlue .navbar-nav .nav-link {
    color: #ffffff !important;       /* default: white */
    transition: color 0.15s ease;    /* smooth fade to grey */
}
.bg-docBlue .navbar-nav .nav-link:hover,
.bg-docBlue .navbar-nav .nav-link:focus {
    color: #cccccc !important;       /* light grey on hover */
}
/* Open dropdown toggle also greys on hover; active stays white */
.bg-docBlue .navbar-nav .show > .nav-link {
    color: #cccccc !important;
}
.bg-docBlue .navbar-nav .active > .nav-link {
    color: #ffffff !important;
}

/* ===== BORDERS ===== */
.border-doc {
    border-top: 1px solid #003366;
}

/* ===== MISC ===== */
.youtube {
    vertical-align: top;
}

.glass {
    position: relative;
    display: inline-block;
    background-color: gray;
    background-image: linear-gradient(#F3F3F3, #E8E8E8);
    border: #C1C1C1;
    text-decoration: none;
    color: black;
    font-size: 12pt;
    font-family: sans-serif;
    font-weight: 100;
}

.contactUsRow {
    bgcolor: #C0EBFB;
}

/* ===== BANNER TITLES ===== */
.StateOfNewJersey {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 20pt;
    color: #003366;
}

.docBannerTitle {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 28pt;
    color: #003366;
    font-weight: bold;
}

.protectingLives {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 12pt;
    color: #003366;
    font-style: italic;
    margin-left: 120px;
}

.CommissionerBanner {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 20pt;
    color: #003366;
    vertical-align: bottom;
    margin-left: 40px;
}

/* ===== STANDARD FONTS ===== */
.standard_font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #003366;
}

.standard_font_Lg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #003366;
}

.standard_fontLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #0000EE;
}

.standard_font_bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    font-weight: bold;
    color: #003366;
}

.standard_font_bold_homepage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    font-weight: bold;
    color: #003366;
}

.standard_font_red {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: red;
}

.standard_font_red_bold_homepage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    font-weight: bold;
    color: red;
}

.standard_font_12PT {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #003366;
}

/* ===== CARD FONTS & TITLES ===== */
.card_font_doc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    color: #003366;
}

.card_font_doc_more {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
}

.card_title_DOC_Warning {
    margin-bottom: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: red;
    text-align: center;
    font-size: 12pt;
}

.card_title_DOC {
    margin-bottom: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003366;
    text-align: center;
    font-size: 12pt;
}

.card_title_DOC_Alert {
    margin-bottom: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 12pt;
    background: #C52023;
}

.card_title_DOC2 {
    margin-bottom: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 12pt;
    background-color: #003366;
}

.card_body_doc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.25rem;
}

.card_body_doc_alt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #E7E7E7;
}

/* ===== BUTTONS ===== */
.btn-outline-success_doc {
    color: #FFFFFF;
    background-color: transparent;
    background-image: none;
    border-color: #FFFFFF;
}

.btn-outline-success_doc:hover {
    color: #fff;
    background-color: #FFA12B;
    border-color: #FFA12B;
}

/* ===== FOOTER ===== */
.footer {
    background-color: #C4C4C4;
    font-family: Arial;
    color: white;
    font-size: 10pt;
}

.footer_bottom_center_icons {
    align: center;
}

.docLinkWhiteFont {
    color: white;
}

.docLinkDarkBlueFont {
    color: #003366;
}

/* ===== FEATURED / OVERLAY ===== */
.featured {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #003366;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/* ===== HEADER (State bar) ===== */
.header.sonj {
    background-color: #363636;
    color: #fff;
    padding: 4px 0;
    z-index: 1;
    margin-bottom: 0px;
}

.header.sonj .statewide .drop {
    position: absolute;
    right: 0px;
    background: #363636;
    width: 500px;
    display: none;
    z-index: 10;
}

/* ===== PAGE TITLES ===== */
.docPageTitles {
    font-size: 16pt;
    color: #003366;
}

/* ===== NJ 10A ===== */
.nj10a_font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
}

/* ===== BLOG (added 11/25/25) ===== */
.blog-title-link:link,
.blog-title-link:hover,
.blog-title-link:visited,
.blog-title-link:active {
    color: black;
    text-decoration: none;
}

.btn-blog-read-more-link {
    background-color: #003366;
    color: white;
    text-decoration: none;
}

.btn-blog-read-more-link:hover {
    background-color: #003366;
    color: white;
    text-decoration: none;
}

/* ============================================================
   HELPER RULES (from doc-custom.css)
   ============================================================ */

/* ===== Nested dropdown (submenu) support for Bootstrap 4 ===== */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu.open > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a::after {
    display: block;
    content: " ";
    float: right;
    margin-top: 8px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #999;
}

/* ===== Navbar spacer (replaces &nbsp; padding hacks) ===== */
.navbar-spacer {
    width: 3rem;
}

/* ===== Banner background ===== */
.doc-banner-bg {
    background: transparent url(../images/njdocBG.jpg) no-repeat center;
}

/* ===== Social media icons ===== */
.social-icon {
    font-size: 36px;
    color: #003366;
}

/* ===== Main content width — ~95% of viewport ===== */
.main-95 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

/* ===== Widen content containers to ~95% ===== */
@media (min-width: 576px) {
    .container {
        max-width: 95% !important;
    }
}

/* ===== "Enable Accessibility" button — white text on dark header bar ===== */
#enableAccessibilityBtn {
    color: #ffffff !important;
}
#enableAccessibilityBtn:hover,
#enableAccessibility

/* ===== "Enable Accessibility" button — white text on dark header bar ===== */
#enableAccessibilityBtn {
    color: #ffffff !important;
}
#enableAccessibilityBtn:hover,
#enableAccessibilityBtn:focus {
    color: #ffffff !important;
    text-decoration: underline;   /* hover feedback since color stays white */
}

/* ===== Accordion chevron: rotate when section opens/closes ===== */

/* The chevron transitions smoothly */
.card-header a .fa-chevron-down {
    transition: transform 0.25s ease;
}

/* When OPEN (Bootstrap removes .collapsed), point the chevron UP */
.card-header a:not(.collapsed) .fa-chevron-down {
    transform: rotate(180deg);
}

/* When CLOSED (.collapsed present), chevron points DOWN (default) */
.card-header a.collapsed .fa-chevron-down {
    transform: rotate(0deg);
}








