<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* print.css */

#header #nav-utility-wrapper,
#header .nav-primary-wrap,
#header .ownersExclusiveLegend,
#wrapper #nav-footer,
#wrapper #recall-notice,
#wrapper ul.nav-footer-secondary,
.modal,
#raq-product-modal,
.submit-remove-product-form,
.no-print {
    display: none !important;
}

/* topWhite and topBlack are empty in print layout but take up a lot of space */
.topWhite,
.topBlack,
/* don't need sharing icons */
.socialMedia,
/* don't need the footer */
.amp.compare + .footer {
    display: none;
}

.amp.compare a:after {
    /* remove bootstrap's attr(href) treatment */
    content: "" !important;
}

html &gt; body .amp.compare .comparison-table-container {
    /* was `scroll` but you can't scroll in print */
    overflow: hidden;
}

/* Hide responsive labels as they overlap the first column of the printed table */
html &gt; body .responive-labels-container, /* it's actually called 'responive' in the DOM, but add a preemptive selector to the rule in case it's ever fixed */
html &gt; body .responsive-labels-container {
    display: none !important;
}

/* Hide the Email &amp; Print buttons */
html &gt; body .amp.compare .product-comparison-wrapper &gt; h1 + a,
html &gt; body .amp.compare .product-comparison-wrapper &gt; h1 + a + a {
    display: none !important;
}
html &gt; body .amp.compare .product-comparison-wrapper &gt; h1 {
    /* Prevent this element from appearing behind the models to be compared */
    display: none;
}

/*
    Comparison Table print css
*/
/*
.comparison-table {
    border-bottom: 1px solid #DEDEE0;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial;
    left: 0px;
    overflow: visible;
    position: absolute;
    top: 60px;
}
    .comparison-table th {
        font-size: 11px;
        text-align: left;
    }
    .comparison-table td {
        font-size: 11px;
    }
    .comparison-table a:link, a:visited {
        color: #257FBA;
        text-decoration: none;
    }
    .comparison-table ul.swatch {
        display: block;
        float: left;
        list-style-type: none;
        margin-bottom: 0px;
        padding: 0px;
    }
    .comparison-table ul.swatch li {
        background-color: #C0C0C0;
        border-bottom: 1px solid #D0D0D0;
        border-right: 1px solid #D0D0D0;
        color: #555555;
        cursor: pointer;
        display: inline;
        float: left;
        height: 32px;
        margin: 0 10px 10px 0;
        outline: 0 none;
        width: 32px;
    }
    .comparison-table ul.swatch li span {
        display: none;
    }


*/
.comparison-table {
    border-bottom: 1px solid #DEDEE0;
    font-size: 12px;
    margin-top: 14px;
    table-layout: fixed;
    min-width: 959px;
    width: 959px;

    border-collapse: collapse;
    border-spacing: 0;
    font-family: arial;
    left: 0px;
    overflow: visible;
    position: absolute;
    top: 60px;
}
.comparison-table tr td {
    padding: 10px 4px 10px 10px;
}
.comparison-table tr.product-series td.attributes,
.comparison-table tr.product-series td.product {
    border-bottom: none;
}
.comparison-table th {
    padding-top: 6px;
    font-size: 12px;
    font-weight: normal;
}
.comparison-table th a {
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    width: 276px;
}
.comparison-table th,
.comparison-table td {
    border-right: 1px solid #DEDEE0;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.comparison-table td.product-image {
    padding-left: 0px;
    padding-right: 0px;
}
.comparison-table th.attributes,
.comparison-table td.attributes {
    background-color: #E9E9E9;
    padding-left: 0px;
    text-align: right;
    min-width: 70px;
    width: 70px;
}
.comparison-table th.attributes {
    border-left: 1px solid #DEDEE0;
    border-top: 1px solid #DEDEE0;
    font-size: 13px;
    font-weight: bold;
}
.comparison-table td.attributes {
    border-left: 1px solid #DEDEE0;
    font-size: 10px;
}

.comparison-table td.attributes,
.comparison-table td.product {
    border-bottom: 1px solid #DEDEE0;
    vertical-align: top;
}

.comparison-table th.product,
.comparison-table td.product {
    min-width: 276px;
    width: 276px;
}
.comparison-table th.product {
    border-top: 1px solid #DEDEE0;
}
.comparison-table th.product.product-empty-false {
    text-align: left;
}
.comparison-table th.product.product-empty-true {
    text-align: center;
}
.comparison-table td.extra-burnerConfig {
    text-align: center;
}
.comparison-table td.extra-warranty a:link {
    font-size: 12px;
}
.comparison-table td .burner-config-list {
    list-style-type: none;
    margin-left: 45px;
    padding: 0px;
    text-align: center;
}
.comparison-table td .burner-config-list li {
    display: inline;
    float: left;
    margin: 0px 10px 10px 0px;
}
.comparison-table td .burner-config-list tr td {
    border: none;
    padding-top: 5px;
    text-align: center;
}
.comparison-table td .burner-config-list tr td.first {
    padding-top: 0px;
}
.comparison-table tr.description-and-images td,
.comparison-table tr.product-series td {
    padding-top: 2px;
}
.comparison-table tr.start-of-attributes td {
    padding-top: 40px;
}
.comparison-table tr.product-series td {
    font-size: 12px;
}

.comparison-table ul.finish-list,
.comparison-table ul.trim-option-list,
.comparison-table ul.door-hinge-list,
.comparison-table ul.door-style-list,
.comparison-table ul.promos-list {
    display: block;
    margin-bottom: 0px;
}
.comparison-table ul.feature-list,
.comparison-table ul.promos-list,
.comparison-table ul.door-hinge-list,
.comparison-table ul.door-style-list{
    margin: 0px;
    padding: 0px;
}

.comparison-table ul.finish-list,
.comparison-table ul.trim-option-list {
    display: inline-block;
    margin: 0px 0px 0px 14px !important;
    max-width: 250px;
}

.comparison-table ul.finish-list li.margin-fix {
    margin-right: 0px;
}

.comparison-table ul.feature-list li {
    background-color: #FFFFFF;
    color: #257FBA;
}


.comparison-table ul.door-style-list,
.comparison-table ul.door-hinge-list {
    list-style-type: none;
}
.comparison-table ul.door-style-list li,
.comparison-table ul.door-hinge-list li {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
}

.comparison-table ul.feature-list li,
.comparison-table ul.promos-list li {
    list-style: none outside none;
    padding: 0px 0px 0px 0px;
}

.comparison-table .product.empty {
    padding-top: 125px;
    text-align: center;
}
.comparison-table .product-image .restrict-dimensions {
    text-align: center;
}

.comparison-table .product a.category-view-all {
    background: url("/consumer/images/background-submit.gif") repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    color: #838383;
    cursor: pointer;
    float: none;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 4px 4px;
    vertical-align: middle;
    width: auto;
}

.comparison-table a.remove-product-from-comparison {
    background: url(../images/button-modal_close.gif) no-repeat scroll -7px -5px transparent;
    border-bottom: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
    color: #222222;
    cursor: pointer;
    display: block;
    float: right;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    /*margin-top: -20px;*/
    margin-right: 2px;
    /*padding: 3px 4px 4px;*/
    vertical-align: middle;
    width: 20px;
}
.comparison-table a.remove-product-from-comparison:focus {
    border: 1px solid #A0A0A0;
}

.comparison-table a.remove-product-from-comparison.mouse-enter {
    border: 1px solid #A0A0A0;
}

.comparison-table a:link, a:visited {
    color: #257FBA;
    text-decoration: none;
}
.comparison-table ul.swatch {
    display: block;
    float: left;
    list-style-type: none;
    margin-bottom: 0px;
    padding: 0px;
}
.comparison-table ul.swatch li {
    background-color: #C0C0C0;
    border-bottom: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    color: #555555;
    cursor: pointer;
    display: inline;
    float: left;
    height: 32px;
    margin: 0 10px 10px 0;
    outline: 0 none;
    width: 32px;
}

.comparison-table div.feature-list .html-tooltip {
    background-color: #FFFFFF;
    color: #257FBA;
    cursor: default;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    height: 22px;
    line-height: 22px;
}

.comparison-table ul.swatch li span,
.comparison-table .door-hinge-list li span,
.comparison-table .door-style-list li span {
    display: none;
}

.footer-fat {
    display: none;
}





</pre></body></html>