.glenfield-dark {
    background-color: #403324;
    color: #ffffff;
}

.hg {
    xbackground: linear-gradient(to right,  #403324 0%,#403324 75%,#ffffff 99%);
    background: #403324;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 6px;
}

.hero {
    width: 100%;
    xmin-height: 100vh;
    position: relative;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    z-index: 1;
    opacity: 1.0;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

/* elements visible/invisible to print version of page */
.noprint {

}

.printonly {
    display: none;
}


section .section {
    overflow: visible !important;
    overflow-y: visible !important;
}


.bodyblock {
    padding: 0.5em;
}

section {
    padding: 1em;
    margin-bottom: 4em;
}

div.manual-segment {
    margin: 0.5em;
    padding: 0px;
    max-width: 98% !important;
}

section .mb-0 {
    margin-bottom: 0em !important;
}


/* standard warning boxes */

.warning_box {
    margin: 1em 2em;
    border: 4px solid #f00;
    border-radius: 1em;
    background-color: #f4f4f4;
}
.warning_box_title {
    border-radius: 0.5em 0.5em 0em 0em;
    padding: 0em 0.5em;
    background-color: #f00;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
.warning_box_content {
    padding: 1em;
}
.warning_box_title::before {
    content: url("/manuals/assets/img/alert_icon_30x30.svg");
    margin-right: 0.5em;
}

.warning_box_title_Y {
    border-radius: 0.5em 0.5em 0em 0em;
    padding: 0em 0.5em;
    background-color: #f00;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
.warning_box_title_Y::before {
    content: url("/manuals/assets/img/alert_icon_30x30_yellow.svg");
    margin-right: 0.5em;
}

.warnYellowBox {
    background-color: #ffc;
}

.warning_box_two {
    border-radius: 1em;
    padding: 0.5em;
    background-color: #f00;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 2em;
}




.warn125 {
    padding: 2em;
    font-size: 1.25rem;
    border: 2px solid #ffcccc;
    border-radius: 1em;
}

.warnbox {
    padding: 1.25em 0.75em;
    margin: 0.5em 0em;
    border: 3px solid #ff9999;
    border-radius: 1em;
    background-color: #f4f4f4;
}

.warntext {
    color: #c33;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e5e5e5;
    padding: 0.25em;
}

.gfnav a {
    font-family: "Roboto Condensed" !important;

}
.main a {
    color: #ed0000; 
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed" !important;
    font-weight: bold !important;
}

h1 {
    xcolor: #403324;
    font-size: 2rem;
    background: #403324;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 6px;
}

h2 {
    font-size: 1.5rem;
    color: #900;
}

h3 {
    font-size: 1.5rem;
    color: #403324;
}

.ts1 {
    margin-top: 1em;
}


.uc {
    text-transform: uppercase;
}

.p5 {
    padding: 0.5em;
}

section.p0 {
    padding: 0em !important;
    margin: 0em !important;
}

.navmenu a {
    white-space: normal !important;
}



.partslist_key {
    text-align: right;
    padding-right: 1em;
    color: #cc0000;
}
.partslist_desc {

}
.partslist_factoryfit {
    font-size: smaller;
    color: #990000;
    font-style: italic;
}
.partslist_serialized {
    font-size: smaller;
    color: #990000;
    background-color: #f4f4f4;
    font-style: italic;
}
.partslist_notes {
    font-size: smaller;
    color: #999999;
    font-style: italic;
}

.fullwidth {
    width: 100%;
    padding-bottom: 1em;
}
.inlineheader {
    font-weight: bold;
}


.todo {
    background-color: #ffff99;
    color: rgba(248, 131, 7, 0.97);
}

.bordered1 {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 1em;
}
.bordered2 {
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 0px !important;
}
figure {
    page-break-inside: avoid;
}
figure img {
    border: 2px solid #655d51;
    padding: 0px !important;
}
figcaption {
    background-color: #655d51; /* #8b857d; */
    color: #fff;
    font-size: 0.9em;
    padding: 0.5em 2em;
    margin-bottom: 1em;
    text-align: left;
}

.tableheader {
    background-color: #8b857d;
    color: #fff;
    font-weight: bold;
}
.tablerow {
    border: 1px solid #e5e5e5;
    border-width: 0px 0px 1px 0px;
}
.tablespecs div {
    padding: 0.3em 1em;
}




@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    .desktopInline {
        display: none;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .header-toggle {
        z-index: 9999;
    }

    
}

@media only print {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;

    section {
        padding-bottom: 0em;
        page-break-after: always !important;
    }

    h1 {
        page-break-before: always !important;
    }
    .keeptogether {
        page-break-inside: avoid;
    }
    p {
        page-break-inside: avoid;
    }
    .inlineheader {
        orphans: 3;
    }


    .printonly {
        display: block;
    }

    .noprint {
        display: none !important;
    }

    .header-toggle {
        xdisplay: none;
        z-index: 9999;
    }

    #scroll-top {
        display: none;
    }
    .col-md-6 {
        width: 50% !important; /* Forces full width in print */
    }
    .manual-segment {
        width: 100% !important;
    }
}
