/* overrides to base template css */

#mainBodyContent {
    xpadding-bottom: 2em;
    font-family: "Roboto Condensed";

}

.footerText {
    color: #999;
    font-size: 0.8em;
    padding-bottom: 1em;
    font-family: "Roboto Condensed";
}

.footer-social {
    padding: 1em 0em;
    text-align: center;
}
.footer-social a {
    color: #fff;
    text-decoration: none;
    margin: 0em 1em 0em 0em;
}
.footer-social a:HOVER {
    color: #666;
}

a {
   color:    #900;
}
a.footerlink {
    text-decoration: none !important;
    font-family: "Roboto Condensed";
    white-space: nowrap;
}
a.footerlink:HOVER {
    color: #666 !important;
}
.link-light {
    color: #cccccc !important; /* f8f9fa */
}

.copyrightBlock {
    font-family: "Roboto Condensed";
}

.navbar {
    font-family: "Roboto Condensed";
    /* background-image: url("/img/logo/blksuper.jpg"); */
    /* background-size: cover; */
    background-color: #21242a;
}

.fw-bolder {
    font-family: "Roboto Condensed";
}

.card-title {
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 1.5em;
}
.card-title-horiz {
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 3em;
}

.rgrbreadcrumb {
    font-family: "Roboto Condensed";
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #21242a;
    color: #fff;
    /* background-color: #999; */
}
.rgrbreadcrumb a {
    color: #aaa; /* #600; */
    text-decoration: none;
}
.rgrbreadcrumb a:HOVER {
    color: #fff;
    text-decoration: underline;
}

.rgrtitlebar {
    font-family: "Roboto Condensed";
    font-size: 1.5rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #000;
    color: #fff;
}

.pageNotes {
    margin: 1em;
    padding: 1em;
    border: 1px solid #e5e5e5;
    color: #696;
}

.regtm {
    font-size: 0.6em;
    vertical-align: super;
}

div.hero {
    width: 100%;
}
div.hero img {
    width: 100%;
}

.navLogo {
    width: 200px;
}
.bodyblock {
    width: 90%;
    max-width: 1225px;
}




.heroCaption {
    padding-top: 2em;
    padding-bottom: 1em;
    font-size: 1.25em;
    text-align: center;
    font-family: 'Roboto Condensed';
}




.fieldLabel {
    font-size: 0.8em;
    opacity: 0.75;
    text-align: right;
    padding-right: 1em;
}
.newModelIndicator {
    background-color: #900;
    color: #fff;
    font-size: 0.75rem;
    padding: 2px 5px;
    border-radius: 10px;
    vertical-align: middle;
    margin-left: 1em;
}

.buyNowHelperText {
    font-size: 0.7em;
    text-align: left;
}


.desktopInline {
    display: inline;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}

.markdown_highlight {
    background-color: #ffffcc;
}


.inPageCaption {
    xfont-weight: bold;
    font-family: "Roboto Condensed";
    font-size: 1.2em;
    padding-top: 0.3em;
}
.cpTextOnly {
    border-radius: 5px;
    padding: 2em;
    background-color: #e5e5e5;
}

.rcBold {
    font-weight: bold;
    font-family: "Roboto Condensed";
}

.modelCard_catBanner {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "Roboto Condensed";
    font-size: 1em;
    text-transform: uppercase;
}
.modelCard_deBanner {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #bc2e41;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
}

.modelCard_prodlineBanner {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #e5e5e5;
    color: #000;
    font-family: "Roboto Condensed";
    font-size: 1em;
    text-align: center;
    xtext-transform: uppercase;
}


/* imperial and metric measurements */
.measure_i {

}
.measure_m {
    display: none;
}
.measure_show {
    display: inline;
}
.measure_hide {
    display: none;
}

.cardSpecsTable tr td {
    vertical-align: top;
}
.cardSpecsTable tr td.fieldLabel {
    white-space: nowrap;
}

.grayIco {
    xopacity: 0.5;
}
.filterExplainLink {
    color: #000;
    text-decoration: none;
    opacity: 0.25;
}
.filterExplain {
    font-size: 0.8em;
    text-align: left;
}

.filterExplain dl {
    border: 1px solid red;
    padding: 1em;
    border-radius: 0.5em;
}
.filterExplain dl dt {
    color: #900;
}
.filterExplain dl dd {
    margin-bottom: 1em;
}

.list4col {
    column-count: 4;
    column-gap: 3em;
    column-fill: balance;
}
 .list3col {
     column-count: 3;
     column-gap: 3em;
     column-fill: balance;
 }
.list3col li {
    page-break-inside: avoid;
    text-align: left;
    margin-bottom: 1em;
}
.list3col li::marker {
    color: #bc2e41;
}
.list4col li {
    page-break-inside: avoid;
    text-align: left;
    margin-bottom: 1em;
}
.list4col li::marker {
    color: #bc2e41;
}


/* rounded drop-shadow boxes */
.ds {
    box-shadow: 6px 6px 4px 4px rgb(0 0 0 / 10%);
}

img.rounded20 {
    border-radius: 20px;
    border: 2px solid #e5e5e5;
}
.roundedRect {
    border: 0px solid gray;
    border-radius: 10px;
    margin: 5px 5px 15px 5px;
    overflow: hidden;
}
.bkgGray {
    background-color: #666;
    color: #fff;
}
.p1em {
    padding: 1em;
}
.p2px {
    padding: 2px;
}
.rbto125 {
    font-family: "Roboto Condensed";
    font-size: 1.25rem;
}
/* rounded drop-shadow boxes */
/* rounded drop-shadow boxes */

@media only screen and (min-device-width: 480px) {
    .captionedPics {
        padding: 20px !important;
    }
    .dw80 {
        max-width: 80%;
    }

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

    .list3col {
        column-count: 1;
    }


    .specCalloutsCarousel {
        margin-bottom: 100px !important;
    }

    .specsheetCarousel img.specsheetcalloutpic {
        border: 1px solid #e5e5e5 !important;
        border-radius: 1em !important;
        margin-bottom: 120px !important;
        opacity: 0.5;
    }

    .specsheetCarousel carousel-item {
        padding: 5px 60px;
    }


    img.minicalibericon {
        width: 30px !important;
        border: 1px solid blue;
    }

    .footer-social {
        text-align: left;
    }

    .mobilepad_tb_1 {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .mobilepad_tb_2 {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .mobilepad_lr_1 {
        padding-left: 1em;
        padding-right: 1em;
    }
    .mobilepad_lr_2 {
        padding-left: 2em;
        padding-right: 2em;
    }

    .captionedPics {
        padding: 10px 5px !important;
        xborder: 1px solid red;
    }

    svg.footerEnv {
        height: 1em;
    }
    svg.footerEnv path {
        fill: #fff !important;
        stroke-width: 0px;
    }
    .footerlink:hover svg.footerEnv path {
        opacity: 0.5;
    }
}


/* availability on model cards */
.cardAvail_available {
    padding: 5px 0px;
    xbackground-color: #949599;
    background-color: #666666;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
}
.cardAvail_limitedavailability {
    padding: 5px 0px;
    xbackground-color: #e6e7e9;
    background-color: #ccc;
    color: #777;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
}
.cardAvail_currentlyunavailable {
    padding: 5px 0px;
    background-color: #ffc20f;
    color: #000;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
}


/* override navbar colors */
.dropdown-toggle {
    color: rgba(255, 255, 255, 0.75);
}
.dropdown-toggle:hover {
    color: rgba(255, 255, 255, 0.55);
}


/* specsheet specific styles */
.specsheet_deBanner {
    width: 100%;
    background-color: #ccc;
    color: #333;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

/* productline specific styles */
.productlineFeatures {
    border: 1px solid #e5e5e5;
    border-radius: 1em;
    padding: 1em;
}

.productlineSummary {
    background-color: #e8e8e8;
    padding-bottom: 0.5em;
}
.productlineSummaryText {
    padding-top: 2em;
    padding-bottom: 1em;
    font-size: 1.25em;
    text-align: center;
    font-family: 'Roboto Condensed';
}


.leftjustify {
    text-align: left !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; overflow: hidden;
  max-width: 90%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}




.staticPageBlock a {
  text-decoration: none;
  color: #000;
}



/* move to styles css */


@media print {
    .noprint {
        display: none !important;
    }
}


.xdropdown-item {
    text-transform: uppercase !important;
}
.nav-link {
    text-transform: uppercase !important;
}