/* ============================================================
   NJDOC CONSOLIDATED CUSTOM STYLES
   Merged from: docStandards.css + doc-custom.css + custom
   Bootstrap overrides. Native Bootstrap discarded.
   ============================================================ */

/* ============================================================
   1. LAYOUT / PAGE STRUCTURE / FOOTER HELPERS
   ============================================================ */
#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem;      /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;              /* Footer height */
}

.New-DOC-Fixed-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

/* Main content width — ~95% of viewport */
.main-95 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

/* Widen content containers to ~95% (overrides Bootstrap .container) */
@media (min-width: 576px) {
    .container {
        max-width: 95% !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 95%;
    }
}

/* ============================================================
   2. GLOBAL LINK OVERRIDES
   ============================================================ */
a {
    color: #0000EE;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #F0612A;             /* orange hover */
}

/* ============================================================
   3. NAVBAR (dark blue navigation bar)
   ============================================================ */
.bg-dark {
    background-color: #003366;
}

.bg-docBlue {
    background-color: #003366 !important;
}
a.bg-docBlue:hover {
    background-color: #1d2124 !important;
}

/* Navbar link text — white, turns light grey on hover */
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-text {
    color: #ffffff;
}
.bg-docBlue .navbar-nav .nav-link {
    color: #ffffff !important;
    transition: color 0.15s ease;
}
.bg-docBlue .navbar-nav .nav-link:hover,
.bg-docBlue .navbar-nav .nav-link:focus {
    color: #cccccc !important;
}
.bg-docBlue .navbar-nav .show > .nav-link {
    color: #cccccc !important;
}
.bg-docBlue .navbar-nav .active > .nav-link {
    color: #ffffff !important;
}

/* Navbar spacer (replaces &nbsp; padding hacks) */
.navbar-spacer {
    width: 3rem;
}

/* Non-standard custom nav-item padding */
.nav-item > li {
    padding-left: 50px;
    padding-right: 50px;
}

/* ============================================================
   4. DROPDOWN SUBMENU (multi-level menu support for BS4)
   ============================================================ */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu.open > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a::after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 8px;
    margin-right: -10px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #999;
}
.dropdown-submenu:hover > a::after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

/* ============================================================
   5. HEADER (State of NJ bar) + Google Translate widget
   ============================================================ */
.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;
}
header.sonj .statewide .drop #google_translate_element {
    float: left;
    clear: left;
    width: 100%;
}
.goog-te-combo.form-control {
    max-height: 2.125rem;
}

/* "Enable Accessibility" button — white text on dark header bar */
#enableAccessibilityBtn {
    color: #ffffff !important;
}
#enableAccessibilityBtn:hover,
#enableAccessibilityBtn:focus {
    color: #ffffff !important;
    text-decoration: underline;
}

/* ============================================================
   6. 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;
}

/* Banner background image */
.doc-banner-bg {
    background: transparent url(../images/njdocBG.jpg) no-repeat center;
}

/* ============================================================
   7. PAGE TITLES
   ============================================================ */
.docPageTitles {
    font-size: 16pt;
    color: #003366;
}

/* ============================================================
   8. 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_12PT {
    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;
}

/* ============================================================
   9. CARDS (custom fonts, titles, bodies)
   ============================================================ */
.card-body {
    padding: 0.5rem;            /* custom override, BS stock is 1.25rem */
}

.doc-card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.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 {
    margin-bottom: 0.75rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003366;
    text-align: center;
    font-size: 12pt;
}
.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_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_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_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;
}

/* Accordion chevron rotation */
.card-header .fa {
    transition: 0.3s transform ease-in-out;
}
.card-header .collapsed .fa {
    transform: rotate(180deg);
}
.card-header a .fa-chevron-down {
    transition: transform 0.25s ease;
}
.card-header a:not(.collapsed) .fa-chevron-down {
    transform: rotate(180deg);
}
.card-header a.collapsed .fa-chevron-down {
    transform: rotate(0deg);      /* CLOSED: chevron points down (default) */
}

/* ============================================================
   10. BUTTONS (custom)
   ============================================================ */
.btn-DOC {
    color: #ffffff;
    background-color: #003366;
    border-color: #003366;
}

.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;
}

/* ============================================================
   11. CUSTOM TABLES
   ============================================================ */
.table-DOC {
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table-DOC .thead-dark-DOC th {
    color: #fff;
    background-color: #003366;
    border-color: #32383e;
}

/* ============================================================
   12. FOOTER
   ============================================================ */
.footer {
    background-color: #C4C4C4;
    font-family: Arial;
    color: white;
    font-size: 10pt;
}
.footer_bottom_center_icons {
    text-align: center;           /* fixed: was invalid "align: center" */
}
.docLinkWhiteFont {
    color: white;
}
.docLinkDarkBlueFont {
    color: #003366;
}

/* ============================================================
   13. 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;
}

/* ============================================================
   14. CUSTOM BACKGROUND COLORS
   ============================================================ */
.bg-docOrange {
    background-color: #DD8A00;
}
a.bg-docOrange:hover {
    background-color: #DD8A00 !important;
}

/* ============================================================
   15. MISC / UTILITY
   ============================================================ */
.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 {
    background-color: #C0EBFB;     /* fixed: was invalid "bgcolor" property */
}

/* Borders */
.border-doc {
    border-top: 1px solid #003366;
}

/* Social media icons */
.social-icon {
    font-size: 36px;
    color: #003366;
}

/* NJ 10A footer font */
.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;
}

/* Accessibility text (hidden visually, available to screen readers) */
.image-accessibility-text {
    display: none;
}

/* ============================================================
   16. FORMS (custom)
   ============================================================ */
.form-group.required .control-label::after {
    content: "*";
    color: red;
}

/* ============================================================
   17. CAROUSEL (custom captions + indicators)
   ============================================================ */
.carousel-caption-20 {
    position: absolute;
    right: 15%;
    bottom: 60px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 25pt;
    text-align: center;
}
.carousel-caption-DOC-LEFT {
    position: absolute;
    right: 20%;
    bottom: 30px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption-DOC-RIGHT {
    position: absolute;
    right: 20%;
    bottom: 20px;
    left: 20%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: right;
}
.carousel-caption-NEWS12 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 2vw;
    position: relative;
    right: 20%;
    bottom: 30px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

/* Custom carousel indicators */
.carousel-indicators {
    bottom: -15px;                /* stock is +15px */
}
.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    background-color: gray;
}
.carousel-indicators .active {
    background-color: darkorange;
}

/* Blog carousel indicators (yellow bars, orange active) */
.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -5px;
}
.blog .carousel-indicators li {
    background: #FFFF00;
    border-radius: 0%;
    width: 25px;
    height: 8px;
}
.blog .carousel-indicators .active {
    background: orange;
}

/* ============================================================
   18. STICKY SOCIAL SIDEBAR
   ============================================================ */
.sticky-social {
    position: fixed;
    right: 0px;
    top: 25%;
    z-index: 10;
}
.sticky-social a {
    float: right;
    clear: right;
    background-color: rgba(255, 255, 255, 1);
    padding: 0px .75rem 0 3px;
    margin-bottom: 1px;
    margin-right: 0;
}
.sticky-social a.toggle-sticky {
    padding-left: 17px;
}
.sticky-social a:first-child {
    border-radius: 5px 0px 0px 0px;
}
.sticky-social.closed a:first-child {
    border-radius: 5px 0px 0px 5px;
    padding-left: 3px;
}
.sticky-social a:last-child {
    border-radius: 0px 0px 0px 5px;
}

/* ============================================================
   19. 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,
.btn-blog-read-more-link:hover {
    background-color: #003366;
    color: white;
    text-decoration: none;
}